/* Grundlayout */
:root {
    --bg: #f7f3ed;
    --surface: #ffffff;
    --surface-soft: #efe8dd;
    --text: #22251f;
    --muted: #66695f;
    --green: #264a3a;
    --green-dark: #173226;
    --gold: #c7a56a;
    --line: #d9d0c3;
    --danger: #a62424;
    --shadow: 0 18px 45px rgba(37, 42, 35, 0.12);
    --radius: 22px;
    --container: 1180px;
}

* { box-sizing: border-box; }

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

body {
    margin: 0;
    font-family: "DM Sans", Arial, sans-serif;
    color: var(--text);
    background: var(--bg);
    line-height: 1.65;
}

img, svg { max-width: 100%; display: block; }

a { color: inherit; }

button, input, select, textarea { font: inherit; }

button, a { -webkit-tap-highlight-color: transparent; }

:focus-visible {
    outline: 3px solid #f3b941;
    outline-offset: 4px;
}

.container {
    width: min(calc(100% - 40px), var(--container));
    margin-inline: auto;
}

.section {
    padding: 110px 0;
}

.section-soft { background: var(--surface-soft); }

.section-dark {
    color: #fff;
    background: var(--green-dark);
}

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 1000;
    padding: 12px 16px;
    background: #fff;
    color: #000;
    border-radius: 8px;
    transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

/* Navigation */
.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(247, 243, 237, 0.95);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(38, 74, 58, 0.12);
}

.nav-wrap {
    min-height: 78px;
    display: flex;
    align-items: center;
    gap: 28px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    min-width: max-content;
}

.brand-sign {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #fff;
    background: var(--green);
    font-family: "Playfair Display", serif;
    font-weight: 700;
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.12;
}

.brand-text strong {
    font-family: "Playfair Display", serif;
    font-size: 1.16rem;
}

.brand-text small {
    margin-top: 4px;
    color: var(--muted);
}

.main-nav {
    display: flex;
    gap: 24px;
    margin-left: auto;
}

.main-nav a {
    font-weight: 600;
    text-decoration: none;
    color: #34382f;
}

.main-nav a:hover { color: var(--green); }

.nav-cta {
    padding: 11px 18px;
    border-radius: 999px;
    text-decoration: none;
    color: #fff;
    background: var(--green);
    font-weight: 700;
}

.nav-toggle {
    display: none;
    margin-left: auto;
    border: 0;
    background: transparent;
    font-size: 1.7rem;
}

/* Hero */
.hero {
    position: relative;
    min-height: 720px;
    display: grid;
    align-items: center;
    color: #fff;
    background:
            linear-gradient(90deg, rgba(12, 27, 20, 0.92) 0%, rgba(12, 27, 20, 0.68) 52%, rgba(12, 27, 20, 0.22) 100%),
            url("https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?auto=format&fit=crop&w=1800&q=85") center/cover;
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 760px;
    padding-block: 110px;
}

.eyebrow {
    margin: 0 0 12px;
    color: var(--green);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.eyebrow.light { color: #ead6a9; }

h1, h2, h3 {
    font-family: "Playfair Display", Georgia, serif;
    line-height: 1.14;
    margin-top: 0;
}

h1 {
    max-width: 850px;
    margin-bottom: 22px;
    font-size: clamp(3rem, 7vw, 5.7rem);
}

h2 {
    margin-bottom: 22px;
    font-size: clamp(2.2rem, 4vw, 3.6rem);
}

h3 { font-size: 1.35rem; }

.hero-text {
    max-width: 660px;
    margin-bottom: 32px;
    font-size: 1.18rem;
    color: rgba(255,255,255,0.88);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    padding: 13px 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 800;
}

.button-primary {
    color: #fff;
    background: var(--green);
}

.hero .button-primary { background: var(--gold); color: #1d241f; }

.button-ghost {
    color: #fff;
    border-color: rgba(255,255,255,0.5);
    background: rgba(255,255,255,0.08);
}

.button-light {
    color: var(--green-dark);
    background: #fff;
}

.hero-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding: 0;
    margin: 36px 0 0;
    list-style: none;
    color: rgba(255,255,255,0.84);
}

.hero-highlights li::before {
    content: "✓";
    margin-right: 8px;
    color: #ead6a9;
    font-weight: 900;
}

/* Content */
.split-grid,
.reservation-layout,
.accessibility-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.section-copy .lead,
.reservation-copy .lead {
    font-size: 1.22rem;
    color: #3f443b;
}

.text-link {
    display: inline-block;
    margin-top: 12px;
    color: var(--green);
    font-weight: 800;
}

.story-card {
    overflow: hidden;
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: var(--shadow);
}

.story-image {
    min-height: 360px;
    background:
            linear-gradient(rgba(0,0,0,0.08), rgba(0,0,0,0.08)),
            url("https://images.unsplash.com/photo-1550966871-3ed3cdb5ed0c?auto=format&fit=crop&w=1200&q=85") center/cover;
}

.story-content { padding: 28px; }

.story-kicker {
    color: var(--green);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.78rem;
}

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

.section-heading.centered {
    display: block;
    max-width: 760px;
    margin-inline: auto;
    text-align: center;
}

.section-note {
    max-width: 430px;
    color: var(--muted);
}

.section-note.light { color: rgba(255,255,255,0.72); }

.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.feature-card {
    padding: 28px;
    border-radius: 18px;
    background: rgba(255,255,255,0.68);
    border: 1px solid rgba(38,74,58,0.1);
}

.feature-icon {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin-bottom: 20px;
    border-radius: 14px;
    color: #fff;
    background: var(--green);
}

/* Menu */
.menu-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.filter-button {
    padding: 10px 16px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: transparent;
    cursor: pointer;
    font-weight: 700;
}

.filter-button.active {
    color: #fff;
    border-color: var(--green);
    background: var(--green);
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.menu-card {
    padding: 26px;
    border-radius: 18px;
    background: var(--surface);
    border: 1px solid #e5ddd2;
    box-shadow: 0 8px 26px rgba(37,42,35,0.06);
}

.menu-card[hidden] { display: none; }

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

.menu-type {
    display: block;
    margin-bottom: 5px;
    color: var(--muted);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    font-weight: 800;
}

.price {
    min-width: max-content;
    color: var(--green);
}

.badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.badges span {
    padding: 5px 9px;
    border-radius: 999px;
    background: var(--surface-soft);
    color: var(--green-dark);
    font-size: 0.78rem;
    font-weight: 700;
}

.allergens {
    margin-bottom: 0;
    color: var(--muted);
    font-size: 0.9rem;
}

/* Gallery */
.gallery-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 20px;
}

.gallery-item {
    margin: 0;
    overflow: hidden;
    border-radius: 20px;
    background: rgba(255,255,255,0.08);
}

.gallery-large { grid-row: span 2; }

.gallery-photo {
    min-height: 270px;
    background-size: cover;
    background-position: center;
}

.gallery-large .gallery-photo { min-height: 610px; }

.gallery-photo-1 {
    background-image: url("https://images.unsplash.com/photo-1552566626-52f8b828add9?auto=format&fit=crop&w=1400&q=85");
}

.gallery-photo-2 {
    background-image: url("https://images.unsplash.com/photo-1547592180-85f173990554?auto=format&fit=crop&w=1000&q=85");
}

.gallery-photo-3 {
    background-image: url("https://images.unsplash.com/photo-1544148103-0773bf10d330?auto=format&fit=crop&w=1000&q=85");
}

.gallery-item figcaption {
    padding: 16px 18px;
    font-weight: 700;
}

/* Form */
.reservation-form {
    padding: 34px;
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: var(--shadow);
}

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

.form-field {
    display: flex;
    flex-direction: column;
}

.form-field.full { grid-column: 1 / -1; }

.form-field label {
    margin-bottom: 7px;
    font-weight: 700;
}

input, select, textarea {
    width: 100%;
    border: 1px solid #bcb6ad;
    border-radius: 10px;
    padding: 12px 13px;
    background: #fff;
    color: var(--text);
}

input[aria-invalid="true"],
select[aria-invalid="true"] {
    border-color: var(--danger);
}

.checkbox-field {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: start;
}

.checkbox-field input {
    width: 20px;
    height: 20px;
    margin-top: 3px;
}

.checkbox-field .field-error { grid-column: 2; }

.field-error {
    min-height: 20px;
    margin-top: 4px;
    color: var(--danger);
    font-size: 0.86rem;
}

.submit-button { margin-top: 20px; }

.form-status {
    min-height: 24px;
    margin-bottom: 0;
    font-weight: 700;
}

.info-panel {
    margin-top: 28px;
    padding: 22px;
    border-left: 4px solid var(--gold);
    border-radius: 12px;
    background: var(--surface-soft);
}

/* Accessibility & Contact */
.accessibility-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.accessibility-list article {
    padding: 22px;
    border-radius: 15px;
    background: rgba(255,255,255,0.68);
}

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

.contact-card,
.hours-card,
.map-card {
    padding: 28px;
    border-radius: 18px;
    background: var(--surface);
    border: 1px solid #e4ddd3;
}

address { font-style: normal; }

.hours-list { margin: 0; }

.hours-list div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 11px 0;
    border-bottom: 1px solid var(--line);
}

.hours-list dt { font-weight: 700; }
.hours-list dd { margin: 0; text-align: right; }

.small-note { color: var(--muted); font-size: 0.9rem; }

.map-visual {
    min-height: 230px;
    display: grid;
    place-items: center;
    align-content: center;
    border-radius: 14px;
    background:
            linear-gradient(135deg, transparent 49%, rgba(38,74,58,0.12) 50%, transparent 51%),
            linear-gradient(45deg, transparent 49%, rgba(38,74,58,0.08) 50%, transparent 51%),
            #e8e2d8;
    background-size: 90px 90px;
}

.map-pin {
    font-size: 2rem;
    color: var(--green);
}

.map-label { font-weight: 800; }

/* Newsletter & Footer */
.newsletter {
    padding: 70px 0;
    color: #fff;
    background: var(--green);
}

.newsletter-inner {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
}

.newsletter-inner h2 { margin-bottom: 0; }

.newsletter-form {
    display: flex;
    gap: 10px;
    width: min(100%, 480px);
}

.newsletter-form input {
    min-width: 0;
    background: #fff;
}

.site-footer {
    padding-top: 68px;
    color: rgba(255,255,255,0.8);
    background: #121d17;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 0.8fr;
    gap: 50px;
}

.footer-brand { color: #fff; }
.footer-brand .brand-text small { color: rgba(255,255,255,0.6); }

.footer-title {
    margin-bottom: 14px;
    font-family: "DM Sans", sans-serif;
    font-size: 1rem;
    color: #fff;
}

.site-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-footer li + li { margin-top: 8px; }

.site-footer a { text-decoration: none; }

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 50px;
    padding: 22px 0;
    border-top: 1px solid rgba(255,255,255,0.12);
}

/* Responsive */
@media (max-width: 980px) {
    .nav-cta { display: none; }

    .nav-toggle { display: block; }

    .main-nav {
        position: absolute;
        top: 78px;
        left: 20px;
        right: 20px;
        display: none;
        flex-direction: column;
        gap: 0;
        padding: 16px;
        border-radius: 14px;
        background: var(--surface);
        box-shadow: var(--shadow);
    }

    .main-nav.open { display: flex; }

    .main-nav a { padding: 12px; }

    .split-grid,
    .reservation-layout,
    .accessibility-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .feature-grid { grid-template-columns: 1fr 1fr; }

    .contact-grid { grid-template-columns: 1fr 1fr; }
    .map-card { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
    .container { width: min(calc(100% - 28px), var(--container)); }

    .section { padding: 78px 0; }

    .hero { min-height: 650px; }

    .hero-content { padding-block: 80px; }

    .hero-highlights { flex-direction: column; gap: 8px; }

    .section-heading,
    .newsletter-inner {
        display: block;
    }

    .section-note { margin-top: 12px; }

    .feature-grid,
    .menu-grid,
    .gallery-grid,
    .accessibility-list,
    .contact-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .gallery-large { grid-row: auto; }
    .gallery-large .gallery-photo { min-height: 340px; }

    .form-grid { grid-template-columns: 1fr; }
    .form-field.full { grid-column: auto; }

    .newsletter-form {
        margin-top: 22px;
        flex-direction: column;
    }

    .footer-grid { gap: 32px; }

    .footer-bottom { flex-direction: column; }
}
