* {
    box-sizing: border-box;
}

:root {
    --bg: #f4f7f6;
    --surface: #fff;
    --soft: #f1ebe4;
    --ink: #17201e;
    --muted: #61706b;
    --line: #dce7e2;
    --green: #8a5a3b;
    --green-dark: #5b3828;
    --gold: #c69646;
    --max: 1180px;
    --shadow: 0 18px 45px rgba(31, 62, 54, .08);
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--bg);
    font-family: "Trebuchet MS", "Segoe UI", sans-serif;
    line-height: 1.65;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

.container,
.navbar {
    width: min(calc(100% - 40px), var(--max));
    margin: auto;
}

h1,
h2,
h3,
h4 {
    margin-top: 0;
    color: var(--ink);
    font-family: Georgia, serif;
    font-weight: normal;
}

h2 {
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1.05;
}

h2 span,
.section-label,
.hero-subtitle {
    color: var(--green);
}

.section-label,
.hero-subtitle,
.subtitle {
    margin: 0 0 14px;
    color: var(--green);
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.btn {
    display: inline-flex;
    min-width: 165px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    border: 1px solid var(--green);
    border-radius: 7px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .08em;
    text-transform: uppercase;
    transition: transform .2s, background .2s, color .2s;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    color: #fff;
    background: var(--green);
}

.btn-primary:hover {
    color: #fff;
    background: var(--green-dark);
}

.btn-outline {
    color: var(--green-dark);
    background: transparent;
}

.btn-outline:hover {
    color: #fff;
    background: var(--green);
}

.text-link {
    display: inline-block;
    margin-top: 22px;
    color: var(--green-dark);
    border-bottom: 1px solid var(--green);
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.site-header,
body > header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, .92);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(12px);
}

.navbar,
body > header nav {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.logo {
    color: var(--green-dark);
    font-size: 17px;
    font-weight: bold;
    letter-spacing: .04em;
    line-height: 1;
}

.logo span {
    color: var(--gold);
}

.nav-links,
.navigation {
    display: flex;
    align-items: center;
    gap: 28px;
}

.nav-links a,
.navigation a {
    padding: 8px 13px;
    color: var(--ink);
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.nav-links a:hover,
.navigation a:hover,
.navigation a.active {
    color: #fff;
    background: var(--green);
    border-color: var(--green);
}

.nav-call {
    color: #fff !important;
    background: var(--green);
    border-color: var(--green) !important;
    border-radius: 6px;
}

.nav-call:hover {
    color: #fff !important;
    background: var(--green-dark);
}

.menu-toggle {
    display: none;
    padding: 4px 8px;
    color: var(--green-dark);
    background: none;
    border: 0;
    font-size: 25px;
    cursor: pointer;
}

.hero {
    min-height: 760px;
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    text-align: center;
    background: linear-gradient(135deg, #f0e7de, #faf8f4 58%, #eee3d8);
}

.hero::before,
.hero::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(30, 118, 100, .16);
    border-radius: 50%;
}

.hero::before {
    width: 560px;
    height: 560px;
    top: -250px;
    right: -150px;
}

.hero::after {
    width: 420px;
    height: 420px;
    bottom: -230px;
    left: -130px;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, transparent, rgba(255, 255, 255, .5));
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 780px;
    padding: 140px 20px 80px;
}

.hero-subtitle {
    margin-bottom: 28px;
}

.hero h1 {
    margin-bottom: 24px;
    color: var(--green-dark);
    font-size: clamp(76px, 14vw, 170px);
    letter-spacing: .02em;
    line-height: .75;
}

.hero h1 span {
    color: var(--gold);
    font-size: .52em;
    letter-spacing: .12em;
}

.hero-description {
    max-width: 500px;
    margin: 40px auto 30px;
    color: var(--muted);
    font-size: 17px;
}

.hero-buttons,
.contact-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.map-embed {
    width: 100%;
    margin: 28px auto 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 10px;
    box-shadow: var(--shadow);
}

.cash-notice {
    display: block;
    margin: 8px 0 0;
    color: var(--green-dark);
    font-size: 12px;
    font-weight: bold;
}

.map-embed iframe {
    display: block;
    width: 100%;
    height: 420px;
    border: 0;
}

.hero-scroll {
    position: absolute;
    bottom: 22px;
    left: 50%;
    color: var(--muted);
    font-size: 10px;
    letter-spacing: .15em;
    transform: translateX(-50%);
}

.hero-scroll span {
    display: block;
    width: 1px;
    height: 30px;
    margin: 0 auto 8px;
    background: var(--green);
}

.intro,
.restaurant,
.contact {
    padding: 110px 0;
}

.intro-grid,
.restaurant-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 90px;
}

.intro-text,
.restaurant-content > p,
.contact-item p {
    max-width: 520px;
    color: var(--muted);
}

.intro-photo {
    min-height: 500px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: var(--shadow);
}

.intro-photo img {
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
}

.intro-text h1 {
    margin: 0 0 28px;
    color: var(--green-dark);
    font-family: Georgia, serif;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: normal;
    line-height: 1.05;
}

.intro-text h1 span {
    color: var(--gold);
}

.intro-text p,
.restaurant-content > p {
    margin: 0 0 18px;
}

.menu-preview {
    padding: 100px 0;
    background: var(--soft);
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 48px;
}

.food-categories,
.contact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
}

.food-card {
    min-height: 270px;
    position: relative;
    padding: 28px;
    background: rgba(255,255,255,.45);
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    transition: background .2s, color .2s;
}

.food-card:hover {
    color: #fff;
    background: var(--green);
}

.food-card:hover h3,
.food-card:hover p,
.food-card:hover .food-number {
    color: #fff;
}

.food-number {
    color: var(--gold);
    font-size: 12px;
    font-weight: bold;
}

.food-card h3 {
    margin-top: 65px;
    margin-bottom: 10px;
    font-size: 34px;
}

.food-card p {
    max-width: 190px;
    color: var(--muted);
    font-size: 13px;
}

.food-arrow {
    position: absolute;
    right: 24px;
    bottom: 22px;
    font-size: 24px;
}

.restaurant-info {
    display: flex;
    gap: 55px;
    margin-top: 40px;
}

.lunch {
    padding: 65px 0;
    color: #fff;
    background: var(--green);
}

.lunch-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.lunch h2,
.lunch .section-label,
.lunch small {
    color: #fff;
}

.lunch h2 {
    margin-bottom: 15px;
}

.lunch small {
    opacity: .8;
}

.lunch .btn-primary {
    color: var(--green-dark);
    background: #fff;
    border-color: #fff;
}

.menu-links {
    padding: 28px 0;
    background: var(--bg);
}

.menu-links-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.menu-link-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 26px;
    color: #fff;
    background: var(--green-dark);
    border-radius: 7px;
    font-family: Georgia, serif;
    font-size: 26px;
    transition: background .2s, transform .2s;
}

.menu-link-bar:hover {
    color: #fff;
    background: var(--green);
    transform: translateY(-2px);
}

.contact-grid {
    grid-template-columns: repeat(3, 1fr);
}

.contact > .container > .section-heading .section-label,
.contact > .container > .section-label {
    font-size: 17px;
    letter-spacing: .12em;
}

.contact-item {
    min-height: 220px;
    padding: 38px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.contact-icon {
    color: var(--gold);
    font-size: 24px;
}

.contact-item h3 {
    margin: 18px 0 8px;
    font-size: 26px;
}

.contact-item a:hover {
    color: var(--green);
}

.footer {
    padding: 78px 0 28px;
    color: var(--ink);
    background: var(--soft);
    border-top: 1px solid var(--line);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
}

.footer-grid p,
.footer-grid a {
    color: var(--muted);
    font-size: 13px;
}

.footer-grid h4 {
    margin-bottom: 15px;
    color: var(--ink);
    font-size: 18px;
}

.footer-grid a {
    display: block;
    margin-bottom: 7px;
}

.footer-grid a:hover {
    color: var(--green);
}

.footer-bottom {
    width: min(calc(100% - 40px), var(--max));
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 55px auto 0;
    padding-top: 20px;
    color: var(--muted);
    border-top: 1px solid var(--line);
    font-size: 11px;
}

.footer-bottom div {
    display: flex;
    gap: 20px;
}

.footer-bottom > div:last-child {
    align-items: center;
    flex-direction: row;
    gap: 20px;
    text-align: right;
}

.footer-contact h4 {
    margin: 0 0 6px;
    color: var(--ink);
    font-size: 16px;
}

.footer-contact p,
.footer-contact a {
    display: block;
    margin: 0;
    color: var(--muted);
    font-size: 13px;
}

.menu-page-food,
.menu-page-drinks,
.menu-page-takeaway {
    width: min(calc(100% - 48px), 1080px);
    margin: 0 auto;
    padding: 148px 0 100px;
}

.menu-page-takeaway .takeaway-content {
    width: 100%;
}

.menu-page-takeaway .takeaway-info p,
.menu-page-takeaway .takeaway-price {
    color: var(--muted);
}

.menu-page-takeaway .takeaway-info strong {
    color: var(--green-dark);
}

.menu-page-takeaway .takeaway-info a {
    color: var(--green-dark);
    font-weight: bold;
}

.menu-page-food .menu-header,
.menu-page-drinks .menu-header,
.menu-page-takeaway .menu-header {
    max-width: 720px;
    margin: 0 auto 58px;
    text-align: center;
}

.menu-page-food .menu-header .subtitle,
.menu-page-drinks .menu-header .subtitle,
.menu-page-takeaway .menu-header .subtitle {
    margin-bottom: 12px;
}

.menu-page-food .menu-header h1,
.menu-page-drinks .menu-header h1,
.menu-page-takeaway .menu-header h1 {
    margin: 0 0 14px;
    color: var(--green-dark);
    font-family: Georgia, serif;
    font-size: clamp(52px, 7vw, 82px);
    font-weight: normal;
    line-height: 1;
}

.menu-page-food .menu-header > p:last-child,
.menu-page-drinks .menu-header > p:last-child,
.menu-page-takeaway .menu-header > p:last-child {
    margin: 0;
    color: var(--muted);
    font-size: 16px;
}

.menu-page-food .menu-category,
.menu-page-drinks .menu-category,
.menu-page-takeaway .menu-category {
    margin-bottom: 28px;
    padding: 30px 36px;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(91, 56, 40, .06);
}

.menu-page-food .menu-category h2,
.menu-page-drinks .menu-category h2,
.menu-page-takeaway .menu-category h2 {
    margin-bottom: 4px;
    padding-bottom: 16px;
    font-size: 34px;
}

.menu-page-food .menu-item,
.menu-page-drinks .menu-item,
.menu-page-takeaway .menu-item {
    min-height: 82px;
    align-items: center;
    padding: 20px 0;
}

.menu-page-food .menu-item h3,
.menu-page-drinks .menu-item h3,
.menu-page-takeaway .menu-item h3 {
    font-size: 20px;
}

.menu-page-food .price,
.menu-page-drinks .price,
.menu-page-takeaway .price {
    min-width: 82px;
    text-align: right;
}

.takeaway-order {
    margin: 34px 0 0;
    color: var(--muted);
    text-align: center;
}

.takeaway-order a {
    color: var(--green-dark);
    font-weight: bold;
}
}

.menu-header > p:last-child {
    color: var(--muted);
}

.menu-category {
    margin-bottom: 55px;
    padding: 28px 30px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: var(--shadow);
}

.menu-category h2 {
    margin-bottom: 8px;
    padding-bottom: 14px;
    color: var(--green-dark);
    border-bottom: 2px solid var(--soft);
    font-size: 36px;
}

.menu-item {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 24px;
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
}

.menu-item:last-child {
    border-bottom: 0;
}

.menu-item-title {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.menu-item h3 {
    margin: 0;
    color: var(--ink);
    font-size: 21px;
}

.menu-number {
    color: var(--gold);
    font-weight: bold;
}

.description {
    margin: 3px 0 0;
    color: var(--muted);
    font-size: 14px;
}

.allergens,
.size {
    display: inline-block;
    margin-top: 3px;
    color: var(--muted);
    font-size: 12px;
}

.price {
    color: var(--green-dark);
    font-size: 19px;
    font-weight: bold;
    white-space: nowrap;
}

@media (max-width: 900px) {
    .nav-links,
    .navigation {
        position: absolute;
        top: 78px;
        left: 0;
        width: 100%;
        display: none;
        flex-direction: column;
        padding: 25px;
        background: #fff;
        border-bottom: 1px solid var(--line);
    }

    .nav-links.active,
    .navigation.active {
        display: flex;
    }

    .menu-toggle {
        display: block;
    }

    .food-categories {
        grid-template-columns: repeat(2, 1fr);
    }

    .intro-grid,
    .restaurant-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .container,
    .navbar,
    .footer-bottom {
        width: calc(100% - 30px);
    }

    .hero {
        min-height: 690px;
    }

    .hero-buttons,
    .contact-buttons,
    .lunch-box {
        align-items: stretch;
        flex-direction: column;
    }

    .hero-buttons .btn,
    .contact-buttons .btn,
    .lunch-box .btn {
        width: 100%;
    }

    .map-embed iframe {
        height: 320px;
    }

    .section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .food-categories,
    .footer-grid,
    .menu-links-grid {
        grid-template-columns: 1fr;
    }

    .intro-photo,
    .intro-photo img {
        min-height: 320px;
    }

    .restaurant-info {
        gap: 28px;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-bottom > div:last-child {
        align-items: flex-start;
        flex-wrap: wrap;
        text-align: left;
    }

    .menu-page {
        width: calc(100% - 30px);
        padding-top: 130px;
    }

    .menu-category {
        padding: 20px;
    }

    .menu-item {
        gap: 12px;
    }

    .menu-item h3 {
        font-size: 18px;
    }

    .price {
        font-size: 17px;
    }
}
