:root {
  --ink: #173c2d;
  --green: #1f6847;
  --green-dark: #12452f;
  --green-pale: #e5f0e8;
  --orange: #ff7522;
  --orange-soft: #ffad69;
  --cream: #fff6e8;
  --paper: #fffdf8;
  --yellow: #ffd75e;
  --muted: #68756e;
  --line: rgba(23, 60, 45, .16);
  --sans: "DM Sans", Arial, sans-serif;
  --serif: "Italiana", Georgia, serif;
  --script: "Allura", "Segoe Script", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button { font: inherit; }
img { max-width: 100%; }
.skip-link { position: fixed; top: 0; left: 1rem; transform: translateY(-110%); z-index: 100; padding: .75rem 1rem; background: white; }
.skip-link:focus { transform: none; }
.announcement { position: relative; z-index: 21; height: 38px; display: flex; align-items: center; justify-content: center; overflow: hidden; background: var(--green); color: white; text-transform: uppercase; letter-spacing: .15em; font-size: 9px; font-weight: 600; }
.announcement-track { display: flex; align-items: center; justify-content: center; gap: .7rem; white-space: nowrap; }
.announcement span { color: var(--yellow); }
.announcement-award { padding: 5px 12px 4px; border-radius: 100px; background: var(--orange); color: white; font: 12px/1 var(--serif); font-weight: 400; letter-spacing: .045em; text-transform: none; box-shadow: 0 2px 10px rgba(0,0,0,.12); }

.site-header { position: absolute; z-index: 20; top: 38px; left: 0; width: 100%; height: 94px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; background: rgba(255,253,248,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: 24px; color: var(--orange); text-decoration: none; }
.brand img { display: block; width: 66px; height: 66px; object-fit: contain; }
.brand-place { position: relative; color: var(--green-dark); font: 2.05rem/1 var(--script); white-space: nowrap; transform: translateY(2px); }
.brand-place::before { content: ""; position: absolute; left: -13px; top: 15%; width: 1px; height: 70%; background: var(--orange-soft); }
.brand-award { max-width: 155px; padding: 7px 12px 6px; border-radius: 100px; background: var(--orange); color: white; font: 500 .62rem/1.2 var(--sans); letter-spacing: .055em; text-align: center; text-transform: uppercase; box-shadow: 0 3px 12px rgba(204,75,18,.18); }
.brand-footer .brand-award { display: none; }
.primary-nav { display: flex; align-items: center; gap: clamp(1.3rem, 2.3vw, 2.8rem); }
.primary-nav > a:not(.button) { position: relative; color: var(--green-dark); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .13em; text-decoration: none; }
.primary-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 2px; background: var(--orange); transition: width .25s ease; }
.primary-nav > a:hover::after { width: 100%; }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; color: var(--green); }
.nav-toggle span { display: block; width: 26px; height: 2px; margin: 6px 0; background: currentColor; transition: transform .25s; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.2rem; min-height: 54px; padding: 0 1.65rem; border: 1px solid transparent; border-radius: 100px; text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 600; box-shadow: 0 8px 22px rgba(23,60,45,.09); transition: transform .2s, background .2s, color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px) rotate(-.5deg); box-shadow: 0 12px 26px rgba(23,60,45,.14); }
.button-small { min-height: 44px; padding: 0 1.45rem; background: var(--orange); color: white; }
.button-small:hover { background: var(--green); }
.button-gold { background: var(--orange); color: white; }
.button-gold:hover { background: var(--green); }
.button-dark { background: var(--green); color: white; }
.button-dark:hover { background: var(--orange); }
.button-cream { background: white; color: var(--green); }
.text-link { display: inline-flex; align-items: center; gap: 1rem; padding-bottom: 6px; border-bottom: 2px solid var(--orange); color: var(--green); text-transform: uppercase; text-decoration: none; letter-spacing: .12em; font-size: 10px; font-weight: 600; }

.hero { position: relative; min-height: 790px; padding: 175px 5vw 70px; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 5vw; overflow: hidden; background: linear-gradient(125deg, #fffdf8 0%, #fff9ed 55%, #eef6ef 100%); }
.hero-content { position: relative; z-index: 2; padding-left: 3vw; animation: fadeUp 1s .1s both; }
.hero h1, h2 { margin: 0; font: 400 clamp(4.4rem, 7.1vw, 8.2rem)/.88 var(--serif); letter-spacing: -.035em; }
.hero h1 { color: var(--green-dark); }
em { font-weight: 400; color: var(--orange); }
.eyebrow { margin: 0 0 1.4rem; color: var(--orange); text-transform: uppercase; letter-spacing: .22em; font-size: 10px; font-weight: 600; }
.eyebrow.light { color: var(--yellow); }
.hero-intro { max-width: 520px; margin: 2rem 0 2.35rem; color: var(--muted); font-size: clamp(1rem, 1.35vw, 1.18rem); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 2rem; }
.hero-photo { position: relative; height: min(620px, 67vw); max-height: 620px; animation: heroIn 1.1s .1s both; }
.hero-image { position: absolute; inset: 5% 5% 8% 10%; overflow: hidden; border: 10px solid white; border-radius: 48% 48% 10% 10% / 28% 28% 8% 8%; background: white; box-shadow: 0 28px 70px rgba(23,60,45,.18); }
.hero-image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(12,32,22,.58)); }
.hero-dish { position: absolute; z-index: 2; width: 34%; margin: 0; padding: 8px 8px 26px; background: white; box-shadow: 0 18px 42px rgba(23,60,45,.22); }
.hero-dish img { width: 100%; aspect-ratio: 1.34; display: block; object-fit: cover; }
.hero-dish figcaption { position: absolute; left: 0; right: 0; bottom: 7px; color: var(--green); text-align: center; font: .82rem var(--script); }
.hero-dish-blueberry { left: -2%; top: 12%; transform: rotate(-7deg); }
.hero-dish-waffle { right: -3%; bottom: 3%; width: 38%; transform: rotate(6deg); }
.hero-sticker { position: absolute; z-index: 4; top: -20px; right: -24px; width: 142px; aspect-ratio: 1; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--yellow); color: var(--green-dark); transform: rotate(8deg); box-shadow: 0 12px 28px rgba(23,60,45,.15); }
.hero-sticker strong { font: 1.45rem/.9 var(--serif); text-transform: uppercase; }
.hero-sticker span { margin-top: 7px; color: var(--orange); font: .85rem var(--serif); font-style: italic; }
.hero-location { position: absolute; z-index: 3; left: 15%; bottom: 12%; display: flex; gap: .9rem; align-items: center; color: white; text-decoration: none; }
.hero-location small { display: block; margin-bottom: 5px; color: rgba(255,255,255,.7); font-size: 8px; text-transform: uppercase; letter-spacing: .14em; }
.hero-location span:last-child { font-size: 11px; }
.location-icon { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: var(--yellow); }
.doodle { position: absolute; display: block; pointer-events: none; }
.doodle-orange { left: -80px; bottom: -85px; width: 230px; height: 230px; border: 34px solid rgba(255,117,34,.11); border-radius: 50%; }
.doodle-green { top: 150px; left: 45%; width: 48px; height: 48px; border-radius: 50%; background: rgba(31,104,71,.09); box-shadow: 65px -24px 0 rgba(255,117,34,.08); }

.recognition { min-height: 116px; padding: 1.4rem 5vw; display: flex; align-items: center; justify-content: center; gap: 1.4rem; background: var(--green); color: white; }
.recognition-line { width: 8vw; height: 1px; background: rgba(255,255,255,.3); }
.award-seal { display: grid; place-items: center; width: 52px; height: 52px; flex: 0 0 auto; border: 1px solid var(--yellow); border-radius: 50%; color: var(--yellow); font-size: 16px; }
.recognition p { margin: 0; text-align: left; }
.recognition p span { display: block; margin-bottom: 6px; color: var(--yellow); text-transform: uppercase; font-size: 9px; font-weight: 600; letter-spacing: .2em; }
.recognition p strong { display: block; font: 1.35rem/1.2 var(--serif); }

.section { padding: clamp(6rem, 10vw, 10rem) 8vw; }
.story { display: grid; grid-template-columns: 1.15fr .85fr; gap: 4rem 8vw; background: white; }
.story h2, .menu h2, .visit h2 { font-size: clamp(3.4rem, 5.7vw, 6.8rem); color: var(--green-dark); }
.story-copy { padding-top: 3.5rem; }
.story-copy .lead { margin-top: 0; color: var(--green); font: clamp(1.45rem, 2.2vw, 2.15rem)/1.35 var(--serif); }
.story-copy > p:not(.lead) { color: var(--muted); line-height: 1.8; font-size: 14px; }
.story-copy .text-link { margin-top: 1.25rem; }
.story-stats { grid-column: 1 / -1; margin-top: 3rem; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 24px; overflow: hidden; background: var(--cream); }
.story-stats div { padding: 2.25rem; text-align: center; border-right: 1px solid var(--line); }
.story-stats div:last-child { border: 0; }
.story-stats strong { display: block; color: var(--orange); font: 2.8rem/1 var(--serif); }
.story-stats span { display: block; margin-top: .6rem; color: var(--green); font-size: 9px; text-transform: uppercase; letter-spacing: .16em; }

.local-seo { background: white; border-top: 1px solid var(--line); }
.local-seo-top { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(250px, .7fr); align-items: center; gap: 7vw; }
.local-seo-heading { max-width: 1040px; }
.local-seo-heading h2 { color: var(--green-dark); font-size: clamp(3.4rem, 5.5vw, 6.6rem); }
.local-seo-lead { max-width: 770px; margin: 2rem 0 0; color: var(--muted); font: clamp(1.2rem, 1.8vw, 1.65rem)/1.55 var(--serif); }
.local-food-photo { position: relative; margin: 0; padding: 12px 12px 54px; background: var(--orange); transform: rotate(3deg); box-shadow: 0 22px 48px rgba(23,60,45,.16); }
.local-food-photo img { display: block; width: 100%; aspect-ratio: 1.18; object-fit: cover; }
.local-food-photo figcaption { position: absolute; left: 1.2rem; right: 1.2rem; bottom: 14px; color: white; font: 1rem/1 var(--serif); }
.local-food-photo figcaption span { display: block; margin-bottom: 5px; color: var(--yellow); font: 8px var(--sans); font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.local-seo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 4.5rem; background: var(--line); border: 1px solid var(--line); border-radius: 24px; overflow: hidden; }
.local-seo-grid article { padding: 2.5rem; background: var(--cream); }
.local-seo-grid h3 { margin: 0 0 1rem; color: var(--green-dark); font: 1.65rem/1.2 var(--serif); }
.local-seo-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.local-seo-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.5rem; }

.menu { position: relative; background: var(--green-pale); overflow: hidden; }
.menu::before { content: ""; position: absolute; top: -90px; right: -70px; width: 240px; height: 240px; border-radius: 50%; background: var(--yellow); opacity: .55; }
.section-intro { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: flex-end; gap: 4rem; }
.menu-intro-side { width: min(440px, 42vw); display: grid; grid-template-columns: .82fr 1.18fr; align-items: end; gap: 1.5rem; }
.menu-intro-side > p { margin: 0 0 .5rem; color: var(--muted); font-size: 13px; line-height: 1.75; }
.menu-food-photo { margin: 0; padding: 8px 8px 30px; background: white; transform: rotate(3deg); box-shadow: 0 16px 36px rgba(23,60,45,.15); }
.menu-food-photo img { width: 100%; aspect-ratio: 1.25; display: block; object-fit: cover; }
.menu-food-photo figcaption { margin-top: 7px; color: var(--orange); text-align: center; font: .78rem/1 var(--script); }
.menu-toolbar { display: flex; align-items: center; justify-content: space-between; margin-top: 4rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--line); }
.menu-toolbar p { margin: 0; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.menu-toolbar strong { color: var(--green); }
.menu-arrows { display: flex; gap: .6rem; }
.menu-arrow { width: 46px; height: 46px; border: 1px solid var(--green); border-radius: 50%; background: transparent; color: var(--green); cursor: pointer; font-size: 18px; transition: background .2s, color .2s, transform .2s; }
.menu-arrow:hover { background: var(--green); color: white; transform: scale(1.05); }
.menu-gallery { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(310px, 31vw); gap: 1.35rem; padding: 2.2rem .5rem 2.5rem; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: thin; scrollbar-color: var(--orange) transparent; }
.menu-page { position: relative; scroll-snap-align: start; padding: 0; border: 0; border-radius: 13px; overflow: hidden; background: white; cursor: zoom-in; box-shadow: 0 15px 38px rgba(23,60,45,.13); transition: transform .25s, box-shadow .25s; }
.menu-page::after { content: "View page ↗"; position: absolute; right: 12px; bottom: 12px; padding: .7rem .95rem; border-radius: 100px; background: var(--orange); color: white; text-transform: uppercase; letter-spacing: .1em; font-size: 8px; font-weight: 600; opacity: 0; transform: translateY(5px); transition: opacity .2s, transform .2s; }
.menu-page:hover { transform: translateY(-7px) rotate(-.5deg); box-shadow: 0 22px 48px rgba(23,60,45,.18); }
.menu-page:hover::after { opacity: 1; transform: none; }
.menu-page img { display: block; width: 100%; height: auto; }
.menu-cta { display: flex; justify-content: space-between; align-items: center; margin-top: 2rem; }
.menu-cta p { color: var(--green); font: 1.5rem var(--serif); }

.menu-lightbox { position: fixed; z-index: 80; inset: 0; padding: 2.5rem 3vw 2rem; display: grid; grid-template-columns: 60px minmax(0, 1fr) 92px 60px; align-items: center; gap: .8rem; background: rgba(12,34,24,.96); backdrop-filter: blur(12px); }
.menu-lightbox[hidden] { display: none; }
.menu-lightbox figure { grid-column: 2; grid-row: 1; height: 100%; min-height: 0; margin: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.lightbox-scroll { width: 100%; height: calc(100vh - 8.5rem); min-height: 0; padding: 12px; overflow: auto; overscroll-behavior: contain; scrollbar-color: var(--orange) rgba(255,255,255,.12); }
.lightbox-scroll:not(.is-zoomed) { display: grid; place-items: center; }
.menu-lightbox figure img { display: block; width: auto; max-width: none; max-height: none; margin: 0 auto; object-fit: contain; border-radius: 8px; cursor: zoom-in; box-shadow: 0 25px 70px rgba(0,0,0,.4); }
.menu-lightbox figure img.is-max-zoom { cursor: zoom-out; }
.menu-lightbox figcaption { margin-top: .8rem; color: rgba(255,255,255,.75); font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.lightbox-close { position: absolute; top: 1.2rem; right: 1.4rem; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: transparent; color: white; cursor: pointer; font-size: 28px; }
.lightbox-tools { position: static; z-index: 2; grid-column: 3; grid-row: 1; transform: none; display: flex; flex-direction: column; align-items: stretch; gap: .55rem; padding: 0; background: transparent; color: white; }
.lightbox-tools button { min-width: 78px; min-height: 60px; padding: .6rem .45rem; border: 1px solid rgba(255,255,255,.35); border-radius: 14px; background: white; color: var(--green-dark); cursor: pointer; font-size: 22px; font-weight: 600; box-shadow: 0 10px 25px rgba(0,0,0,.22); transition: background .2s, color .2s, transform .2s; }
.lightbox-tools button:hover { background: var(--orange); color: white; }
.lightbox-tools button:active { transform: scale(.96); }
.lightbox-tools button:disabled { cursor: not-allowed; opacity: .35; }
.lightbox-tools button span { display: block; font-size: 24px; line-height: .85; }
.lightbox-tools button small { display: block; margin-top: 6px; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.lightbox-tools .lightbox-zoom-reset { min-width: 78px; min-height: 42px; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.lightbox-zoom-level { min-width: 58px; padding: .55rem .2rem; border-radius: 100px; background: rgba(255,255,255,.14); text-align: center; font-size: 11px; font-weight: 600; }
.lightbox-arrow { width: 56px; height: 56px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: transparent; color: white; cursor: pointer; font-size: 20px; }
.lightbox-prev { grid-column: 1; grid-row: 1; }
.lightbox-next { grid-column: 4; grid-row: 1; }
.lightbox-arrow:hover, .lightbox-close:hover { background: var(--orange); border-color: var(--orange); }

.catering { min-height: 860px; display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; background: var(--green); color: white; }
.catering-visual { position: relative; min-height: 580px; height: 100%; margin: 0; overflow: hidden; background: var(--green-dark); }
.catering-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(10,34,24,.68)); pointer-events: none; }
.catering-visual img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: center center; transition: transform .7s ease; }
.catering-visual:hover img { transform: scale(1.025); }
.catering-visual figcaption { position: absolute; z-index: 2; left: clamp(1.5rem, 4vw, 4rem); right: 1.5rem; bottom: clamp(1.5rem, 4vw, 4rem); color: white; font: clamp(1.45rem, 2.1vw, 2.25rem)/1.15 var(--serif); }
.catering-visual figcaption span { display: block; margin-bottom: .55rem; color: var(--yellow); font: 9px var(--sans); font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.catering-copy { display: flex; flex-direction: column; justify-content: center; align-items: stretch; padding: 6vw; }
.catering-copy h2 { color: white; font-size: clamp(3.3rem, 5.3vw, 6.2rem); }
.catering-copy > p:not(.eyebrow) { max-width: 520px; margin: 2rem 0; color: rgba(255,255,255,.78); line-height: 1.8; font-size: 14px; }
.catering-form { width: 100%; padding-top: 1rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.15rem 1.4rem; }
.catering-form label { display: flex; flex-direction: column; gap: .5rem; }
.catering-form label > span { color: rgba(255,255,255,.72); text-transform: uppercase; letter-spacing: .14em; font-size: 8px; font-weight: 600; }
.catering-form input, .catering-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.34); border-radius: 10px; outline: 0; padding: .85rem 1rem; background: rgba(255,255,255,.07); color: white; font: 14px var(--sans); transition: border-color .2s, background .2s, box-shadow .2s; }
.catering-form input:focus, .catering-form textarea:focus { border-color: var(--yellow); background: rgba(255,255,255,.11); box-shadow: 0 0 0 3px rgba(255,215,94,.12); }
.catering-form input[type="date"] { color-scheme: dark; }
.catering-form textarea { resize: vertical; }
.catering-form input::placeholder, .catering-form textarea::placeholder { color: rgba(255,255,255,.48); opacity: 1; }
.catering-form .form-honey { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-message { margin: 1.25rem 0 1.4rem; }
.catering-form .button { cursor: pointer; }
.catering-form .button:disabled { cursor: wait; opacity: .68; transform: none; }
.form-note { display: inline-block; margin: 0 0 0 1rem; color: rgba(255,255,255,.58); font-size: 9px; }
.form-note.is-success { color: var(--yellow); font-weight: 600; }
.form-note.is-error { color: #ffd1c5; font-weight: 600; }
.catering-direct { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 1rem; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.22); }
.catering-direct > p { margin: 0; }
.catering-direct > p small { color: rgba(255,255,255,.62); font-size: 9px; }
.catering-direct > a { display: grid; grid-template-columns: 30px 1fr; column-gap: .5rem; color: white; text-decoration: none; }
.catering-direct > a > span { grid-row: 1 / 3; display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: var(--yellow); }
.catering-direct strong { font: 1rem/1.2 var(--serif); }
.catering-direct a small { color: rgba(255,255,255,.55); font-size: 8px; }

.hospitality { text-align: center; background: white; }
.hospitality blockquote { margin: 0 auto; color: var(--green-dark); text-align: center; font: clamp(2.5rem, 4.6vw, 5.2rem)/1.18 var(--serif); }
.hospitality-note { margin-top: 3rem; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .24em; }
.award-reminder { width: min(760px, 100%); margin: 4rem auto 0; padding: 1.35rem 2rem; display: flex; align-items: center; justify-content: center; gap: 1.8rem; border: 2px solid var(--orange); border-radius: 100px; color: var(--orange); }
.award-reminder > span { font-size: 16px; }
.award-reminder p { margin: 0; color: var(--green); font: 1.18rem/1.25 var(--serif); }
.award-reminder small { display: block; margin-bottom: 4px; color: var(--orange); font: 8px var(--sans); font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }

.visit { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; background: var(--cream); }
.visit-card { border-top: 2px solid var(--green); }
.visit-row { display: grid; grid-template-columns: 120px 1fr; padding: 1.55rem 0; border-bottom: 1px solid var(--line); }
.visit-row span { color: var(--orange); text-transform: uppercase; font-size: 9px; font-weight: 600; letter-spacing: .17em; }
.visit-row p { margin: 0; color: var(--green-dark); font: 1.15rem/1.65 var(--serif); }
.visit-row a { text-decoration: none; }
.visit-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2rem; }

.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; background: white; }
.faq h2 { color: var(--green-dark); font-size: clamp(3rem, 4.6vw, 5.4rem); }
.faq-list { border-top: 2px solid var(--green); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.55rem 0; color: var(--green-dark); cursor: pointer; font: 1.18rem/1.4 var(--serif); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { display: grid; place-items: center; width: 30px; height: 30px; flex: 0 0 auto; border: 1px solid var(--orange); border-radius: 50%; color: var(--orange); font: 18px var(--sans); transition: transform .2s; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 680px; margin: -.2rem 3rem 1.6rem 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

/* Prerendered interior pages */
.interior-main { padding-top: 132px; }
.page-hero { min-height: 650px; padding: clamp(5rem, 8vw, 8rem) 8vw; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 7vw; background: linear-gradient(125deg, #fffdf8 0%, #fff8ec 56%, #e8f2ea 100%); overflow: hidden; }
.page-hero > div { position: relative; z-index: 2; }
.page-hero h1 { margin: 0; color: var(--green-dark); font: 400 clamp(4.1rem, 6.4vw, 7.5rem)/.9 var(--serif); letter-spacing: -.035em; }
.page-hero > div > p:not(.eyebrow) { max-width: 650px; margin: 2rem 0; color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.75; }
.page-hero figure { position: relative; margin: 0; padding: 10px 10px 44px; background: white; transform: rotate(2deg); box-shadow: 0 28px 65px rgba(23,60,45,.17); }
.page-hero figure::before { content: ""; position: absolute; z-index: -1; width: 170px; height: 170px; right: -55px; top: -55px; border-radius: 50%; background: var(--yellow); }
.page-hero figure img { width: 100%; aspect-ratio: 1.24; display: block; object-fit: cover; }
.page-hero figure figcaption { position: absolute; left: 0; right: 0; bottom: 11px; color: var(--orange); text-align: center; font: 1.05rem/1 var(--script); }
.page-hero-catering figure img { aspect-ratio: .92; object-position: center; }
.page-hero-visit figure img { aspect-ratio: 1; }
.interior-section-heading { max-width: 900px; }
.interior-section-heading h2 { color: var(--green-dark); font-size: clamp(3.2rem, 5.2vw, 6rem); }
.interior-section-heading > p:not(.eyebrow) { max-width: 680px; margin: 1.8rem 0 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.menu-directory { background: var(--paper); }
.menu-index { display: flex; flex-wrap: wrap; gap: .7rem; margin: 3.5rem 0 5rem; }
.menu-index a { padding: .7rem 1rem; border: 1px solid var(--line); border-radius: 100px; background: white; color: var(--green); text-decoration: none; font-size: 10px; font-weight: 600; letter-spacing: .08em; transition: background .2s, color .2s, border-color .2s; }
.menu-index a:hover { border-color: var(--orange); background: var(--orange); color: white; }
.text-menu { border-top: 2px solid var(--green); }
.text-menu-section { padding: 4rem 0; display: grid; grid-template-columns: minmax(220px, .6fr) minmax(0, 1.4fr); gap: 5vw; border-bottom: 1px solid var(--line); scroll-margin-top: 2rem; }
.text-menu-heading h2 { margin: 0; color: var(--green-dark); font: clamp(2.1rem, 3vw, 3.4rem)/1.05 var(--serif); }
.text-menu-heading p { color: var(--muted); font-size: 11px; line-height: 1.65; }
.text-menu-section ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.8rem 2.7rem; list-style: none; }
.text-menu-section li { padding-bottom: 1.1rem; border-bottom: 1px solid var(--line); }
.text-menu-section h3 { margin: 0; color: var(--green-dark); font: 1.22rem/1.25 var(--serif); }
.text-menu-section li p { margin: .55rem 0 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.menu-art { background: var(--green-pale); }
.catering-overview { background: white; }
.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 4rem; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--line); }
.service-cards article { padding: 2.6rem; background: var(--cream); }
.service-cards h3 { margin: 0 0 1rem; color: var(--green-dark); font: 1.65rem/1.2 var(--serif); }
.service-cards p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.catering-page-form { scroll-margin-top: 0; }
.visit-page { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; align-items: start; background: var(--cream); }
.visit-page h2 { margin: 0 0 3rem; color: var(--green-dark); font-size: clamp(3.2rem, 5vw, 5.8rem); }
.map-card { overflow: hidden; border: 10px solid white; background: white; box-shadow: 0 24px 58px rgba(23,60,45,.14); }
.map-card iframe { width: 100%; height: 560px; display: block; border: 0; }
.map-card p { margin: 0; padding: 1.35rem; color: var(--muted); font-size: 12px; line-height: 1.6; }
.map-card strong { color: var(--green-dark); font: 1.3rem var(--serif); }

footer { padding: 5rem 8vw 2rem; background: var(--green-dark); color: white; }
.brand-footer { margin-bottom: 3.5rem; }
.brand-footer img { filter: none; }
.brand-footer .brand-place { color: white; }
footer > p { max-width: 1100px; margin: 0 auto 5rem; color: var(--yellow); text-align: center; font: clamp(2.8rem, 6vw, 6.5rem)/1 var(--serif); }
.footer-bottom { display: flex; gap: 2rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.65); font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.footer-bottom span { margin-right: auto; }
.footer-bottom a { text-decoration: none; }
.mobile-order { display: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes heroIn { from { opacity: 0; transform: translateY(18px) scale(.98); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 920px) {
  .site-header { height: 82px; padding: 0 5vw; }
  .brand { gap: 20px; }
  .brand img { width: 56px; height: 56px; }
  .brand-place { font-size: 1.75rem; }
  .brand-award { max-width: 138px; padding: 6px 10px 5px; font-size: .56rem; }
  .nav-toggle { display: block; z-index: 2; }
  .primary-nav { position: fixed; inset: 0; padding: 8rem 7vw 6rem; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 1.8rem; background: var(--cream); visibility: hidden; opacity: 0; transition: opacity .25s, visibility .25s; }
  .primary-nav.is-open { visibility: visible; opacity: 1; }
  .primary-nav > a:not(.button) { color: var(--green); font: 2.25rem var(--serif); text-transform: none; letter-spacing: 0; }
  .nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .hero { padding-top: 145px; grid-template-columns: 1fr; min-height: 0; }
  .hero-content { padding: 3rem 3vw 1rem; }
  .hero h1 { font-size: clamp(4rem, 12vw, 6.5rem); }
  .hero-photo { height: 600px; margin: 1rem 3vw 0; }
  .story, .visit { grid-template-columns: 1fr; }
  .faq { grid-template-columns: 1fr; }
  .story-copy { padding-top: 0; }
  .section-intro { align-items: flex-start; flex-direction: column; }
  .menu-intro-side { width: min(620px, 100%); grid-template-columns: 1fr 1fr; align-items: center; }
  .local-seo-top { grid-template-columns: 1fr; }
  .local-food-photo { width: min(480px, 62vw); margin: 2rem 3vw 0 auto; }
  .local-seo-grid { grid-template-columns: 1fr; }
  .menu-gallery { grid-auto-columns: minmax(290px, 48vw); }
  .catering { grid-template-columns: 1fr; }
  .catering-visual { min-height: 430px; }
  .interior-main { padding-top: 120px; }
  .page-hero { grid-template-columns: 1fr; }
  .page-hero figure { width: min(620px, 88%); margin: 1rem auto 0; }
  .text-menu-section { grid-template-columns: 1fr; }
  .visit-page { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  body { padding-bottom: 62px; }
  .announcement { height: 34px; justify-content: flex-start; font-size: 7px; letter-spacing: .08em; }
  .announcement-track { width: max-content; padding: 0 1rem; gap: .5rem; animation: announcementTicker 18s linear infinite alternate; }
  .announcement-award { padding: 4px 9px 3px; font-size: 10px; }
  .site-header { top: 34px; }
  .interior-main { padding-top: 116px; }
  .brand { gap: 15px; }
  .brand img { width: 48px; height: 48px; }
  .brand-place { display: inline-block; font-size: 1.35rem; }
  .brand-place::before { left: -8px; }
  .brand-award { max-width: 112px; padding: 5px 8px 4px; font-size: .48rem; line-height: 1.18; }
  .hero { padding: 120px 5vw 38px; }
  .hero-content { padding: 3rem 0 1rem; }
  .hero h1 { font-size: clamp(3.8rem, 18vw, 5.2rem); }
  .hero-intro { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.4rem; }
  .hero-photo { height: 470px; margin: 1.5rem 0 0; }
  .hero-image { inset: 7% 2% 11% 7%; border-width: 6px; border-radius: 42% 42% 16px 16px / 20% 20% 16px 16px; }
  .hero-dish { width: 40%; padding: 5px 5px 22px; }
  .hero-dish-blueberry { left: -1%; top: 1%; }
  .hero-dish-waffle { right: -2%; bottom: 0; width: 43%; }
  .hero-dish figcaption { bottom: 5px; font-size: .68rem; }
  .hero-sticker { width: 98px; top: -10px; right: -8px; }
  .hero-sticker strong { font-size: 1.05rem; }
  .hero-location { left: 12%; bottom: 15%; }
  .hero-location small { display: none; }
  .recognition { padding: 1.5rem 6vw; gap: 1rem; }
  .recognition-line { display: none; }
  .award-seal { width: 46px; height: 46px; }
  .recognition p strong { font-size: 1.12rem; }
  .section { padding: 5.5rem 6vw; }
  .local-food-photo { width: 88%; margin-top: 2.5rem; }
  .story-stats { grid-template-columns: 1fr; }
  .story-stats div { border-right: 0; border-bottom: 1px solid var(--line); }
  .story-stats div:last-child { border-bottom: 0; }
  .local-seo-actions { align-items: flex-start; flex-direction: column; }
  .page-hero { min-height: 0; padding: 5.5rem 6vw; }
  .page-hero h1 { font-size: clamp(3.6rem, 16vw, 5.1rem); }
  .page-hero figure { width: 94%; padding: 7px 7px 36px; }
  .page-hero-catering figure img { aspect-ratio: 1; }
  .menu-index { margin: 2.5rem 0 3.5rem; }
  .text-menu-section { padding: 3rem 0; }
  .text-menu-section ul { grid-template-columns: 1fr; gap: 1.4rem; }
  .service-cards { grid-template-columns: 1fr; }
  .map-card iframe { height: 410px; }
  .menu-intro-side { grid-template-columns: 1fr; }
  .menu-food-photo { width: 74%; margin-left: auto; }
  .menu-toolbar { margin-top: 3rem; }
  .menu-gallery { margin-left: -6vw; margin-right: -6vw; padding-left: 6vw; padding-right: 6vw; grid-auto-columns: 82vw; }
  .menu-page::after { opacity: 1; transform: none; }
  .menu-cta, .visit-actions { align-items: flex-start; flex-direction: column; }
  .menu-lightbox { padding: 3.8rem .35rem .7rem; grid-template-columns: minmax(0, 1fr) 50px; gap: .3rem; }
  .menu-lightbox figure { position: relative; grid-column: 1; width: 100%; height: calc(100vh - 4.5rem); padding-bottom: 1.7rem; }
  .lightbox-arrow { width: 40px; height: 40px; }
  .lightbox-prev, .lightbox-next { position: absolute; z-index: 4; grid-column: auto; grid-row: auto; top: auto; bottom: .9rem; }
  .lightbox-prev { left: .7rem; }
  .lightbox-next { right: 3.9rem; }
  .lightbox-close { width: 42px; height: 42px; top: .8rem; right: .7rem; }
  .lightbox-tools { position: static; grid-column: 2; grid-row: 1; align-self: center; }
  .lightbox-tools button { min-width: 46px; min-height: 48px; padding: .4rem .2rem; }
  .lightbox-tools button small { display: none; }
  .lightbox-tools .lightbox-zoom-reset { display: none; }
  .lightbox-zoom-level { min-width: 46px; padding: .45rem 0; font-size: 9px; }
  .lightbox-scroll { height: 100%; padding: 7px; }
  .menu-lightbox figcaption { position: absolute; left: 2.8rem; right: 2.8rem; bottom: .55rem; margin: 0; text-align: center; font-size: 8px; }
  .catering-copy { padding: 5.5rem 6vw; }
  .catering-visual { min-height: 340px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-note { display: block; margin: .8rem 0 0; }
  .catering-direct { grid-template-columns: 1fr; }
  .hospitality blockquote br { display: none; }
  .award-reminder { padding: 1.2rem; border-radius: 24px; gap: .8rem; }
  .visit-row { grid-template-columns: 88px 1fr; }
  .footer-bottom { flex-wrap: wrap; }
  .footer-bottom span { flex-basis: 100%; }
  .mobile-order { position: fixed; z-index: 30; left: 0; right: 0; bottom: 0; height: 62px; display: flex; align-items: center; justify-content: space-between; padding: 0 6vw; background: var(--orange); color: white; text-decoration: none; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 600; }
}

@keyframes announcementTicker {
  0%, 18% { transform: translateX(0); }
  82%, 100% { transform: translateX(calc(100vw - 100% - 1rem)); }
}
