:root {
    --ink: #1c1410;
    --ink-soft: #4a3b32;
    --paper: #f6f0e6;
    --paper-2: #fffaf3;
    --line: #e3d5c3;
    --chili: #b4331a;
    --saffron: #c9842a;
    --leaf: #2f6b45;
    --meat: #8a3d22;
    --shadow: 0 18px 40px rgba(28, 20, 16, 0.08);
    --serif: "Fraunces", "Iowan Old Style", Georgia, serif;
    --sans: "Outfit", "Avenir Next", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--sans);
    font-size: 1.05rem;
    line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--serif); font-weight: 560; letter-spacing: -0.03em; line-height: 1.05; margin: 0; }
p { margin: 0; }
.skip {
    position: absolute;
    left: 1rem;
    top: -4rem;
    background: var(--ink);
    color: var(--paper);
    padding: 0.5rem 0.8rem;
}
.skip:focus { top: 1rem; z-index: 20; }
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 10;
    background: rgba(246, 240, 230, 0.92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid transparent;
}
.site-header.is-stuck { border-bottom-color: var(--line); }
.header-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0.85rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.brand { display: flex; gap: 0.7rem; align-items: center; text-decoration: none; color: var(--ink); }
.brand-mark { color: var(--chili); display: flex; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text strong { font-family: var(--serif); font-size: 1.15rem; }
.brand-text small { color: var(--ink-soft); font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 1.25rem; }
.site-nav a { text-decoration: none; font-weight: 500; }
.site-nav a.is-active { color: var(--chili); }
.nav-call {
    background: var(--ink);
    color: var(--paper) !important;
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
}
.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    background: var(--paper-2);
    border-radius: 8px;
}
.nav-toggle-bars, .nav-toggle-bars::before, .nav-toggle-bars::after {
    display: block;
    width: 18px;
    height: 1.5px;
    background: var(--ink);
    position: relative;
}
.nav-toggle-bars { margin: 0 auto; }
.nav-toggle-bars::before, .nav-toggle-bars::after {
    content: "";
    position: absolute;
    left: 0;
}
.nav-toggle-bars::before { top: -6px; }
.nav-toggle-bars::after { top: 6px; }

.hero, .page-hero, .section, .menu-section, .allergen {
    max-width: 1120px;
    margin: 0 auto;
    padding: 1.5rem 1.25rem;
}
.hero {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr;
    gap: 2rem;
    align-items: end;
    padding-top: 2.5rem;
    padding-bottom: 2rem;
}
.eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--chili);
    margin-bottom: 0.8rem;
}
.hero h1, .page-hero h1 { font-size: clamp(2.7rem, 6vw, 5.2rem); max-width: 12ch; }
.buffet-hero h1 { max-width: 12em; }
.lede { font-size: 1.15rem; color: var(--ink-soft); max-width: 42rem; margin-top: 1rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin: 1.5rem 0; }
.button {
    display: inline-block;
    background: var(--chili);
    color: #fff;
    text-decoration: none;
    padding: 0.8rem 1.1rem;
    border-radius: 999px;
    font-weight: 600;
}
.button-ghost { background: transparent; color: var(--ink); border: 1px solid var(--ink); }
.hero-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin: 0; }
.hero-facts dt { font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-soft); }
.hero-facts dd { margin: 0.25rem 0 0; }
.board {
    background: var(--ink);
    color: #f6efe4;
    padding: 1.4rem 1.3rem 1.2rem;
    border-radius: 18px;
    box-shadow: var(--shadow);
}
.board-kicker { letter-spacing: 0.14em; text-transform: uppercase; font-size: 0.72rem; color: #e7a23a; margin-bottom: 0.8rem; }
.board ol { list-style: none; margin: 0; padding: 0; }
.board li { display: flex; justify-content: space-between; gap: 1rem; padding: 0.7rem 0; border-bottom: 1px solid rgba(246, 239, 228, 0.16); font-family: var(--serif); }
.board a { display: inline-block; margin-top: 1rem; color: #e7a23a; }

.route-strip {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0.4rem 1.25rem 1.5rem;
    border-top: 1px solid var(--line);
    color: var(--ink-soft);
    font-size: 0.92rem;
}
.route-strip p { margin: 0; padding-top: 0.8rem; }

.section-head, .menu-section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1rem;
    margin-bottom: 1.2rem;
}
.section-head h2, .menu-section-head h2, .visit-card h2, .about-grid h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.feature-card {
    display: grid;
    grid-template-columns: 148px 1fr;
    background: var(--paper-2);
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden;
}
.feature-card img { height: 100%; object-fit: cover; min-height: 160px; }
.feature-card div { padding: 1rem 1rem 1.1rem; }
.card-cat { font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--saffron); margin-bottom: 0.35rem; }
.feature-card h3 { font-size: 1.45rem; margin-bottom: 0.35rem; }
.price { font-variant-numeric: tabular-nums; font-weight: 600; margin-top: 0.45rem; }

.split { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 1.5rem; align-items: start; }
.steps { margin: 1rem 0 0; padding-left: 1.2rem; }
.steps li { margin: 0.7rem 0; }
.visit-card {
    background: var(--paper-2);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 1.3rem;
}
.visit-card h2 { margin-bottom: 0.45rem; }
.visit-card .button { margin-top: 1rem; }
.hours-list { list-style: none; margin: 0.8rem 0 0; padding: 0; }
.hours-list li { display: flex; justify-content: space-between; gap: 1rem; padding: 0.35rem 0; border-bottom: 1px solid var(--line); font-size: 0.95rem; }

.page-hero { padding-top: 2.2rem; }
.legend { display: flex; gap: 1.2rem; margin-top: 1rem; color: var(--ink-soft); font-size: 0.95rem; }
.dot { width: 0.7rem; height: 0.7rem; border-radius: 2px; display: inline-block; margin-right: 0.35rem; }
.dot-veg { background: var(--leaf); }
.dot-meat { background: var(--meat); }
.menu-jump {
    position: sticky;
    top: 68px;
    z-index: 5;
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0.4rem 1.25rem 0.8rem;
    background: rgba(246, 240, 230, 0.94);
}
.menu-jump a {
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid var(--line);
    background: var(--paper-2);
    border-radius: 999px;
    padding: 0.4rem 0.75rem;
    font-size: 0.92rem;
}
.menu-filters { max-width: 1120px; margin: 0 auto; padding: 0 1.25rem 0.5rem; display: flex; flex-wrap: wrap; gap: 0.45rem; }
.menu-filters button {
    border: 1px solid var(--line);
    background: transparent;
    border-radius: 999px;
    padding: 0.4rem 0.75rem;
    font: inherit;
    cursor: pointer;
}
.menu-filters button.is-on { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.menu-section { padding-top: 0.6rem; }
.menu-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; }
.menu-item { background: var(--paper-2); border: 1px solid var(--line); border-radius: 14px; padding: 0.95rem 1rem 1rem; }
.menu-item.is-hidden { display: none; }
.menu-item-top { display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; }
.menu-item h3 { font-size: 1.25rem; font-family: var(--serif); }
.menu-desc { color: var(--ink-soft); margin-top: 0.35rem; }
.options { list-style: none; display: flex; flex-wrap: wrap; gap: 0.35rem; margin: 0.7rem 0 0; padding: 0; }
.options li { background: #f3e6d4; border-radius: 999px; padding: 0.2rem 0.55rem; font-size: 0.82rem; }
.allergen { color: var(--ink-soft); font-size: 0.95rem; padding-bottom: 2.5rem; }

.about-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.about-grid article { background: var(--paper-2); border: 1px solid var(--line); border-radius: 16px; padding: 1.2rem; }
.about-grid p + p, .company-note p + p { margin-top: 0.8rem; }
.company-note { max-width: 760px; padding-top: 0; }
.company-note h2 { font-size: 1.7rem; margin-bottom: 0.6rem; }
.company-note a { color: var(--chili); }
.photo-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.6rem; max-width: 1120px; margin: 0 auto 2.5rem; padding: 0 1.25rem; }
.photo-band img { height: 220px; width: 100%; object-fit: cover; border-radius: 14px; }

.contact-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 1rem; padding-bottom: 2.5rem; }
.map-frame { min-height: 420px; border-radius: 16px; overflow: hidden; border: 1px solid var(--line); }
.map-frame iframe { width: 100%; height: 100%; min-height: 420px; border: 0; }
.phone-link { font-family: var(--serif); font-size: 1.8rem; text-decoration: none; }
.fine { color: var(--ink-soft); margin-top: 0.8rem; font-size: 0.92rem; }
.visit-card h2 + p, .visit-card h2 { margin-top: 0.2rem; }
.visit-card h2:not(:first-child) { margin-top: 1.2rem; }

.site-footer { background: var(--ink); color: #f6efe4; padding: 2.2rem 1.25rem 1.4rem; }
.footer-grid { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: 1.3fr 1fr 0.8fr 1.3fr; gap: 1.5rem; }
.footer-name { font-family: var(--serif); font-size: 1.6rem; margin-bottom: 0.4rem; }
.footer-label { letter-spacing: 0.12em; text-transform: uppercase; font-size: 0.72rem; color: #e7a23a; margin-bottom: 0.4rem; }
.site-footer a { color: #fff; }
.site-footer .hours-list li { border-bottom-color: rgba(246, 239, 228, 0.16); }
.footer-legal {
    max-width: 1120px;
    margin: 1.6rem auto 0;
    padding-top: 1rem;
    border-top: 1px solid rgba(246, 239, 228, 0.16);
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 1.1rem;
}
.footer-legal a { text-decoration: none; font-size: 0.95rem; }
.footer-legal a.is-active { color: #e7a23a; }
.footer-note { max-width: 1120px; margin: 1rem auto 0; color: #cbbba8; font-size: 0.9rem; }

.legal {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 1.25rem 3rem;
}
.legal h2 { font-size: 1.7rem; margin: 1.8rem 0 0.55rem; }
.legal p, .legal li { color: var(--ink-soft); }
.legal p + p { margin-top: 0.75rem; }
.legal ul, .legal ol { margin: 0.6rem 0 0; padding-left: 1.2rem; }
.legal li + li { margin-top: 0.35rem; }
.legal a { color: var(--chili); }
.legal-updated { margin-top: 0.8rem; font-size: 0.92rem; }

.buffet-grid {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 1.25rem 2rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    align-items: stretch;
}
.buffet-card {
    background: var(--paper-2);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 1.3rem 1.2rem 1.4rem;
    display: flex;
    flex-direction: column;
}
.buffet-card.is-featured {
    background: var(--ink);
    color: #f6efe4;
    border-color: var(--ink);
}
.buffet-card .eyebrow { margin-bottom: 0.4rem; }
.buffet-card.is-featured .eyebrow { color: #e7a23a; }
.buffet-price {
    font-family: var(--serif);
    font-size: clamp(2.4rem, 4vw, 3.2rem);
    letter-spacing: -0.04em;
    line-height: 1;
    margin: 0.2rem 0 0.2rem;
    color: var(--ink);
}
.buffet-card.is-featured .buffet-price { color: #f6efe4; }
.buffet-price span { font-family: var(--sans); font-size: 0.95rem; letter-spacing: 0; font-weight: 500; color: inherit; }
.buffet-card h2 { font-size: 1.7rem; margin: 0.3rem 0 0.45rem; }
.buffet-card .summary { color: var(--ink-soft); }
.buffet-card.is-featured .summary { color: #e7d8c8; }
.buffet-card ul { margin: 1rem 0 0; padding: 0; list-style: none; }
.buffet-card li {
    padding: 0.45rem 0;
    border-top: 1px solid var(--line);
}
.buffet-card.is-featured li { border-top-color: rgba(246, 239, 228, 0.16); }
.buffet-card .button { margin-top: 1.25rem; align-self: flex-start; }
.buffet-card.is-featured .button { background: #e7a23a; color: var(--ink); }
.buffet-note { max-width: 760px; }

@media (max-width: 860px) {
    .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
    .site-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: flex-start;
        background: var(--paper);
        border-bottom: 1px solid var(--line);
        padding: 0.8rem 1.25rem 1rem;
    }
    .site-nav.is-open { display: flex; }
    .hero, .feature-grid, .split, .menu-list, .about-grid, .contact-grid, .footer-grid, .hero-facts, .buffet-grid {
        grid-template-columns: 1fr;
    }
    .feature-card { grid-template-columns: 1fr; }
    .feature-card img { height: 200px; }
    .photo-band { grid-template-columns: 1fr 1fr; }
    .route-strip { display: none; }
    .menu-jump { top: 64px; }
}

@media print {
    .site-header, .site-footer, .menu-filters, .menu-jump, .hero-actions, .nav-call { display: none !important; }
    body { background: #fff; }
    .menu-list { grid-template-columns: 1fr; }
}
