:root {
    --green: #173f34;
    --cream: #f6f1e7;
    --ink: #233d34;
    --muted: #5c6c60;
    --line: #cfd6c7;
    --peach: #d8a789;
    --pale: #e6ebdf
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 24px
}

body {
    margin: 0;
    background: var(--cream);
    color: var(--ink);
    font: 16px/1.65 Arial, Helvetica, sans-serif
}

a {
    color: inherit;
    text-decoration: none
}

button,
input,
select {
    font: inherit
}

button,
a,
input,
select {
    touch-action: manipulation
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
    outline: 3px solid #b76539;
    outline-offset: 5px
}

h1,
h2,
h3,
p {
    margin-top: 0
}

h1,
h2 {
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 400;
    letter-spacing: -2.5px;
    line-height: 1.05
}

h1 {
    font-size: clamp(50px, 6.7vw, 92px)
}

h2 {
    font-size: clamp(36px, 4.5vw, 58px)
}

h3 {
    font-size: 20px;
    line-height: 1.3
}

.container {
    width: min(1200px, calc(100% - 80px));
    margin: auto
}

.demo-bar {
    background: var(--green);
    color: var(--cream);
    text-align: center;
    font-size: 12px;
    padding: 8px 20px
}

.demo-bar a {
    text-decoration: underline;
    text-underline-offset: 3px
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 30px;
    gap: 24px
}

.logo {
    font-size: 26px;
    font-weight: 900;
    letter-spacing: -1.3px
}

.logo span {
    color: #a56845
}

.nav {
    display: flex;
    gap: 30px;
    align-items: center;
    font-size: 14px
}

.nav>a[aria-current=page] {
    text-decoration: underline;
    text-underline-offset: 7px
}

.nav>a:hover {
    text-decoration: underline;
    text-underline-offset: 7px
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    border: 1px solid var(--green);
    border-radius: 40px;
    background: var(--green);
    color: white;
    padding: 13px 24px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: background .15s, transform .15s
}

.button:hover {
    background: #2b5645;
    transform: translateY(-2px)
}

.button.light {
    background: var(--cream);
    color: var(--green);
    border-color: var(--cream)
}

.button.outline {
    background: transparent;
    color: var(--green)
}

.menu-toggle {
    display: none
}

.hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
    padding-block: 30px 70px
}

.eyebrow {
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 24px
}

.hero h1 {
    margin-bottom: 25px
}

.hero h1 span {
    color: #a97050
}

.hero .intro {
    max-width: 390px;
    color: var(--muted);
    font-size: 18px;
    margin-bottom: 30px
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 28px
}

.text-link {
    font-size: 14px;
    text-decoration: underline;
    text-underline-offset: 6px
}

.hero-photo {
    position: relative
}

.hero-photo img {
    display: block;
    width: 100%;
    height: 540px;
    object-fit: cover;
    border-radius: 48% 48% 12px 12px
}

.photo-caption {
    font-family: Georgia, serif;
    font-size: 21px;
    font-style: italic;
    background: var(--pale);
    padding: 15px 20px;
    position: absolute;
    bottom: 26px;
    left: -35px;
    transform: rotate(-5deg)
}

.strip {
    background: var(--pale);
    border-block: 1px solid var(--line)
}

.strip .container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-block: 22px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.8px
}

.section {
    padding-block: 85px
}

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 50px;
    margin-bottom: 35px
}

.section-heading h2 {
    margin: 0
}

.section-heading>p {
    max-width: 340px;
    color: var(--muted);
    margin: 0
}

.food-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px
}

.food-card {
    padding: 30px 0;
    border-top: 1px solid var(--line)
}

.food-card .tag {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1.5px
}

.food-card h3 {
    font: 32px Georgia, serif;
    margin: 18px 0 12px
}

.food-card p {
    color: var(--muted)
}

.food-card .price {
    font-size: 16px;
    font-weight: bold;
    color: var(--green)
}

.story {
    background: var(--green);
    color: var(--cream)
}

.story .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px
}

.story p:not(.eyebrow) {
    color: #dae4d8
}

.story h2 {
    margin-bottom: 0
}

.story .lead {
    font: 26px/1.4 Georgia, serif
}

.visit-teaser {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center
}

.hours {
    width: 100%;
    border-collapse: collapse
}

.hours th,
.hours td {
    text-align: left;
    font-size: 15px;
    padding: 12px 0;
    border-bottom: 1px solid var(--line)
}

.hours td {
    text-align: right
}

.note {
    font-size: 13px;
    color: var(--muted)
}

.footer {
    border-top: 1px solid var(--line);
    padding-block: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px
}

.footer p {
    font-size: 12px;
    margin: 0
}

.footer a:not(.logo) {
    text-decoration: underline
}

.page-intro {
    text-align: center;
    padding-block: 55px 45px;
    max-width: 780px;
    margin: auto
}

.page-intro h1 {
    margin-bottom: 20px
}

.page-intro>p:last-child {
    color: var(--muted);
    max-width: 560px;
    margin-inline: auto
}

.filters {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.filter {
    background: transparent;
    border: 1px solid var(--line);
    color: var(--green);
    padding: 10px 23px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px
}

.filter[aria-pressed=true] {
    background: var(--green);
    color: white;
    border-color: var(--green)
}

.menu-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 70px
}

.menu-item {
    padding: 25px 0;
    border-top: 1px solid var(--line)
}

.menu-item header {
    display: flex;
    justify-content: space-between;
    gap: 20px
}

.menu-item h2 {
    font: 25px Georgia, serif;
    letter-spacing: -.5px;
    margin-bottom: 12px
}

.menu-item p {
    color: var(--muted);
    margin-bottom: 10px;
    font-size: 15px
}

.diet {
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: bold
}

.menu-count {
    text-align: center;
    font-size: 13px;
    color: var(--muted);
    margin-top: 25px
}

.visit-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    padding-bottom: 70px
}

.visit-grid h2 {
    font-size: 36px
}

.visit-card {
    background: var(--pale);
    padding: 35px;
    border-radius: 18px
}

.visit-card p {
    max-width: 460px
}

.faq {
    max-width: 850px;
    margin: 0 auto 75px
}

.faq summary {
    padding: 20px 0;
    cursor: pointer;
    font-weight: bold;
    font-size: 17px
}

.faq details {
    border-bottom: 1px solid var(--line)
}

.faq details p {
    color: var(--muted);
    padding-bottom: 10px
}

.skip {
    position: absolute;
    top: -100px;
    left: 16px;
    padding: 10px;
    background: white;
    z-index: 10
}

.skip:focus {
    top: 10px
}

dialog {
    border: 0;
    border-radius: 20px;
    background: var(--cream);
    color: var(--ink);
    padding: 32px;
    width: min(480px, calc(100% - 32px));
    max-height: 90vh
}

dialog::backdrop {
    background: #102a23b8
}

dialog h2 {
    font-size: 35px;
    letter-spacing: -1px;
    margin-bottom: 12px
}

.dialog-top {
    display: flex;
    justify-content: space-between;
    gap: 20px
}

.close {
    background: none;
    border: 0;
    font-size: 27px;
    cursor: pointer;
    color: var(--green)
}

label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 16px 0 6px
}

input,
select {
    width: 100%;
    padding: 12px;
    border: 1px solid #8d9d90;
    background: white;
    color: var(--ink);
    border-radius: 7px
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.booking-form .button {
    width: 100%;
    margin-top: 24px
}

.result {
    background: var(--pale);
    padding: 16px;
    margin-top: 18px;
    border-radius: 10px
}

.result p {
    margin: 0
}

[hidden] {
    display: none !important
}

@media(max-width:800px) {
    .container {
        width: calc(100% - 40px)
    }

    .header {
        padding-block: 22px;
        position: relative
    }

    .logo {
        font-size: 23px
    }

    .menu-toggle {
        display: block;
        border: 1px solid var(--line);
        border-radius: 25px;
        background: transparent;
        padding: 9px 16px;
        color: var(--green);
        cursor: pointer
    }

    .nav {
        display: none;
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        z-index: 5;
        background: var(--cream);
        padding: 25px;
        border: 1px solid var(--line);
        border-radius: 14px;
        box-shadow: 0 15px 25px #173f3410
    }

    .nav.is-open {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 20px
    }

    .hero {
        grid-template-columns: 1fr;
        gap: 35px;
        padding-block: 25px 45px
    }

    .hero h1 {
        font-size: 64px
    }

    .hero-photo img {
        height: 430px;
        max-height: 110vw
    }

    .photo-caption {
        left: 12px
    }

    .strip .container {
        flex-wrap: wrap;
        justify-content: center;
        font-size: 10px;
        gap: 15px
    }

    .section {
        padding-block: 55px
    }

    .section-heading {
        align-items: start;
        flex-direction: column;
        gap: 20px
    }

    .food-grid {
        grid-template-columns: 1fr;
        gap: 0
    }

    .food-card {
        padding-block: 25px
    }

    .story .container,
    .visit-teaser,
    .visit-grid {
        grid-template-columns: 1fr;
        gap: 35px
    }

    .menu-grid {
        grid-template-columns: 1fr
    }

    .page-intro {
        padding-block: 35px
    }

    .page-intro h1 {
        font-size: 53px
    }

    .visit-card {
        padding: 25px
    }

    .footer {
        flex-wrap: wrap
    }

    .footer p {
        width: 100%
    }

    .hero-actions {
        gap: 24px
    }

    .faq {
        margin-bottom: 50px
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    .button {
        transition: none
    }
}