:root {
  --background: #f8f5ee;
  --surface: #ffffff;
  --text: #22221f;
  --muted: #726f67;
  --primary: #214c38;
  --primary-dark: #17372a;
  --accent: #c84d35;
  --accent-dark: #a83d2a;
  --cream: #eee7d8;
  --border: #ded8cd;
  --shadow: 0 20px 50px rgba(28, 38, 31, .1);
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --container: min(1280px, calc(100% - 48px));
  --header-height: 88px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--text); background: var(--background); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
address { font-style: normal; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: 1.02; letter-spacing: -.025em; }
h1 { font-size: clamp(3.5rem, 7vw, 7rem); }
h2 { font-size: clamp(2.4rem, 4vw, 4.2rem); }
h3 { line-height: 1.25; }
::selection { color: #fff; background: var(--accent); }
:focus-visible { outline: 3px solid #e88a70; outline-offset: 4px; }
[hidden] { display: none !important; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 120px 0; }
.skip-link { position: fixed; z-index: 2000; left: 18px; top: -80px; padding: 12px 18px; background: #fff; color: var(--primary); font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 18px; }
.icon { width: 1.35em; height: 1.35em; flex: 0 0 auto; }
.eyebrow { margin-bottom: 18px; color: var(--accent); font-size: .76rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #f2b7a8; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; padding: 14px 24px; border: 1px solid transparent; border-radius: 3px; font-size: .9rem; font-weight: 800; line-height: 1.1; cursor: pointer; transition: background-color .25s, color .25s, border-color .25s, transform .25s; }
.button:hover { transform: translateY(-2px); }
.button .icon, .text-link .icon { transition: transform .25s; }
.button:hover .icon, .text-link:hover .icon { transform: translateX(4px); }
.button-small { min-height: 45px; padding: 11px 17px; font-size: .78rem; }
.button-accent { color: #fff; background: var(--accent); }
.button-accent:hover { background: var(--accent-dark); }
.button-primary { color: #fff; background: var(--primary); }
.button-primary:hover { background: var(--primary-dark); }
.button-outline { color: var(--primary); border-color: rgba(33, 76, 56, .3); }
.button-outline:hover { color: #fff; background: var(--primary); border-color: var(--primary); }
.button-outline-dark { border-color: var(--text); }
.button-outline-dark:hover { color: #fff; background: var(--text); }
.button-ghost { color: #fff; border-color: rgba(255, 255, 255, .55); background: rgba(0, 0, 0, .1); }
.button-ghost:hover { background: #fff; color: var(--text); }
.button-light { background: #fff; color: var(--primary); }
.button-full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 4px; color: var(--primary); border-bottom: 1px solid var(--primary); font-size: .88rem; font-weight: 800; }
.text-link.light { color: #fff; border-color: rgba(255,255,255,.4); }
.center-action { margin-top: 48px; text-align: center; }

/* Header */
.site-header { position: fixed; z-index: 1000; top: 0; left: 0; width: 100%; color: #fff; border-bottom: 1px solid rgba(255,255,255,.16); transition: background .3s, color .3s, box-shadow .3s, transform .3s; }
.site-header.scrolled, body:not(.home) .site-header { color: var(--text); background: rgba(248, 245, 238, .97); box-shadow: 0 5px 25px rgba(20,30,24,.08); border-color: var(--border); }
.header-inner { display: flex; height: var(--header-height); align-items: center; gap: 34px; }
.brand { display: inline-flex; min-width: 164px; flex-direction: column; line-height: 1; }
.brand strong { font-family: var(--serif); font-size: 1.28rem; font-weight: 400; letter-spacing: .035em; }
.brand span { margin-top: 7px; font-size: .54rem; font-weight: 800; letter-spacing: .21em; opacity: .76; }
.desktop-nav { display: flex; flex: 1; align-items: center; justify-content: center; gap: clamp(16px, 2vw, 32px); }
.desktop-nav a { position: relative; padding: 32px 0 29px; font-size: .78rem; font-weight: 700; }
.desktop-nav a::after { position: absolute; right: 0; bottom: 24px; left: 0; height: 2px; background: currentColor; content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; gap: 9px; }
.site-header:not(.scrolled) .button-outline { color: #fff; border-color: rgba(255,255,255,.6); }
body:not(.home) .site-header .button-outline { color: var(--primary); border-color: rgba(33,76,56,.3); }
.menu-toggle { display: none; width: 46px; height: 46px; place-items: center; padding: 0; color: inherit; border: 0; background: transparent; cursor: pointer; }
.menu-toggle .icon { width: 27px; height: 27px; }
.menu-close-icon { display: none; }
.menu-toggle[aria-expanded="true"] .menu-open-icon { display: none; }
.menu-toggle[aria-expanded="true"] .menu-close-icon { display: block; }
.mobile-nav { display: none; }

/* Hero */
.hero { position: relative; min-height: 780px; height: min(900px, 94vh); color: #fff; overflow: hidden; background: var(--primary-dark); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.025); animation: heroZoom 12s ease-out forwards; }
.hero-shade { background: linear-gradient(90deg, rgba(13,25,18,.84) 0%, rgba(14,25,19,.58) 48%, rgba(13,20,16,.13) 80%), linear-gradient(0deg, rgba(0,0,0,.32), transparent 50%); }
.hero-content { position: relative; z-index: 2; display: flex; height: 100%; flex-direction: column; justify-content: center; padding-top: 70px; }
.hero-eyebrow { color: #f2b7a8; animation: revealUp .7s .1s both; }
.hero h1 { max-width: 920px; margin-bottom: 24px; font-size: clamp(4rem, 7.4vw, 7.4rem); animation: revealUp .8s .18s both; }
.hero h1 em { color: #f0e5d0; font-weight: 400; }
.hero-copy { max-width: 670px; margin-bottom: 34px; color: rgba(255,255,255,.86); font-size: clamp(1rem, 1.6vw, 1.2rem); animation: revealUp .8s .27s both; }
.hero-actions { display: flex; gap: 12px; animation: revealUp .8s .35s both; }
.hero-meta { position: absolute; bottom: 58px; display: flex; flex-wrap: wrap; gap: 32px; align-items: center; color: rgba(255,255,255,.82); font-size: .82rem; animation: revealUp .7s .5s both; }
.hero-meta span, .hero-meta a { display: flex; align-items: center; gap: 8px; }
.hero-meta strong { color: #fff; }
.pickup-note { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.35); }
.hero-scroll { position: absolute; z-index: 3; right: 34px; bottom: 52px; display: flex; align-items: center; gap: 12px; font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; transform: rotate(90deg); transform-origin: right center; }
.hero-scroll span { width: 54px; height: 1px; background: rgba(255,255,255,.6); }
@keyframes heroZoom { to { transform: scale(1.08); } }
@keyframes revealUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }

/* Quick info */
.quick-info { color: #fff; background: var(--primary); }
.quick-info-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-item { display: flex; min-height: 116px; align-items: center; gap: 16px; padding: 25px 28px; border-right: 1px solid rgba(255,255,255,.16); transition: background .2s; }
.quick-item:first-child { border-left: 1px solid rgba(255,255,255,.16); }
a.quick-item:hover { background: rgba(255,255,255,.07); }
.quick-item .icon { width: 27px; height: 27px; color: #e6b3a5; }
.quick-item div { display: flex; flex-direction: column; }
.quick-item span { color: rgba(255,255,255,.65); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.quick-item strong { margin-top: 4px; font-size: .86rem; }

/* Intro */
.split-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(60px, 9vw, 140px); align-items: center; }
.intro-image { position: relative; }
.intro-image::before { position: absolute; z-index: -1; top: -26px; right: -26px; width: 54%; height: 46%; border: 1px solid var(--border); content: ""; }
.intro-image img { width: 100%; height: 660px; object-fit: cover; }
.since-mark { position: absolute; right: -34px; bottom: 38px; display: flex; width: 132px; height: 132px; flex-direction: column; align-items: center; justify-content: center; color: #fff; background: var(--accent); border-radius: 50%; line-height: 1.2; }
.since-mark span { font-size: .65rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.since-mark strong { font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.intro-copy { max-width: 570px; }
.intro-copy h2 { margin-bottom: 28px; }
.intro-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.03rem; }
.signature { display: flex; margin: 34px 0 30px; flex-direction: column; color: var(--primary); }
.signature span { font-family: var(--serif); font-size: 1rem; font-style: italic; }
.signature strong { font-family: var(--serif); font-size: 1.6rem; font-weight: 400; }

/* Headings / cards */
.popular-section { background: var(--surface); }
.section-heading { display: flex; margin-bottom: 52px; align-items: flex-end; justify-content: space-between; gap: 50px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 450px; margin-bottom: 4px; color: var(--muted); }
.section-heading.centered { display: block; max-width: 710px; margin-right: auto; margin-left: auto; text-align: center; }
.section-heading.centered p:last-child { max-width: none; }
.section-heading.compact { margin-bottom: 40px; }
.dish-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px 22px; }
.dish-card { min-width: 0; }
.dish-image { position: relative; display: block; height: 300px; overflow: hidden; background: var(--cream); }
.dish-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s; }
.dish-card:hover .dish-image img { transform: scale(1.055); }
.veggie-label { position: absolute; right: 10px; bottom: 10px; display: flex; align-items: center; gap: 5px; padding: 6px 9px; color: var(--primary); background: rgba(255,255,255,.92); font-size: .64rem; font-weight: 800; text-transform: uppercase; }
.veggie-label .icon { width: 13px; }
.dish-content { display: flex; gap: 18px; justify-content: space-between; padding: 19px 2px 0; }
.dish-content h3 { margin-bottom: 5px; font-family: var(--serif); font-size: 1.34rem; font-weight: 400; }
.dish-content p { margin-bottom: 0; color: var(--muted); font-size: .78rem; }
.dish-content > strong { flex: 0 0 auto; color: var(--accent); font-size: .92rem; transition: transform .25s; }
.dish-card:hover .dish-content > strong { transform: translateY(-3px); }

/* Menu preview */
.menu-preview { background: var(--background); }
.menu-tabs { max-width: 1000px; margin: 0 auto; background: #fff; border: 1px solid var(--border); }
.tab-list { display: flex; padding: 0 24px; border-bottom: 1px solid var(--border); overflow-x: auto; scrollbar-width: thin; }
.tab-list button { position: relative; flex: 1 0 auto; padding: 22px 18px 18px; color: var(--muted); border: 0; background: transparent; font-size: .76rem; font-weight: 800; cursor: pointer; }
.tab-list button::after { position: absolute; right: 12px; bottom: -1px; left: 12px; height: 3px; background: var(--accent); content: ""; transform: scaleX(0); transition: transform .25s; }
.tab-list button[aria-selected="true"] { color: var(--text); }
.tab-list button[aria-selected="true"]::after { transform: scaleX(1); }
.tab-panel { padding: 24px 40px 30px; animation: fadePanel .25s ease; }
@keyframes fadePanel { from { opacity: 0; transform: translateY(5px); } }
.menu-row { display: flex; min-height: 82px; align-items: center; }
.menu-row + .menu-row { border-top: 1px solid #eeeae2; }
.menu-row > div { min-width: 0; }
.menu-row h3 { margin-bottom: 3px; font-size: .94rem; }
.menu-row p { margin: 0; color: var(--muted); font-size: .75rem; }
.menu-row > strong { flex: 0 0 auto; font-size: .87rem; }
.menu-dots { height: 1px; flex: 1; margin: 24px 16px 0; border-top: 1px dotted #bcb5aa; }
.veg-dot { display: inline-grid; width: 18px; height: 18px; margin-left: 8px; place-items: center; color: var(--primary); border: 1px solid #9bb9a9; border-radius: 50%; font-family: var(--sans); font-size: .56rem; font-weight: 800; vertical-align: 2px; }
.menu-actions { display: flex; margin-top: 35px; align-items: center; justify-content: center; gap: 30px; }

/* Order banner */
.order-banner { position: relative; min-height: 640px; display: flex; align-items: center; color: #fff; background: var(--primary-dark); overflow: hidden; }
.order-banner-image { position: absolute; inset: 0 0 0 47%; }
.order-banner-image::after { position: absolute; inset: 0; background: linear-gradient(90deg, var(--primary-dark), rgba(23,55,42,.25) 45%, transparent); content: ""; }
.order-banner-image img { width: 100%; height: 100%; object-fit: cover; }
.order-banner-content { position: relative; z-index: 2; }
.order-banner-content > * { max-width: 590px; }
.order-banner h2 { margin-bottom: 22px; }
.order-banner p:not(.eyebrow) { color: rgba(255,255,255,.76); font-size: 1.08rem; }
.order-banner-content > div { display: flex; gap: 12px; margin-top: 30px; }
.order-banner small { display: block; margin-top: 20px; color: rgba(255,255,255,.58); }

/* Values / lunch */
.values-section { background: #fff; }
.values-list { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.values-list article { position: relative; padding: 42px 30px 36px; border-right: 1px solid var(--border); }
.values-list article:first-child { border-left: 1px solid var(--border); }
.values-list article > .icon { width: 35px; height: 35px; margin-bottom: 44px; color: var(--accent); }
.values-list article > span { position: absolute; top: 43px; right: 24px; color: #aaa49b; font-size: .65rem; font-weight: 700; }
.values-list h3 { margin-bottom: 12px; font-family: var(--serif); font-size: 1.5rem; font-weight: 400; }
.values-list p { margin: 0; color: var(--muted); font-size: .82rem; }
.lunch-section { color: var(--text); background: var(--cream); }
.lunch-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.lunch-copy h2 { margin-bottom: 10px; }
.lunch-copy > p:nth-of-type(2) { font-weight: 700; }
.lunch-note { max-width: 350px; color: var(--muted); }
.lunch-copy .button { margin-top: 18px; }
.lunch-offers { background: #fff; padding: 15px 38px 18px; box-shadow: 0 15px 40px rgba(39,49,39,.08); }
.lunch-offers article { display: grid; grid-template-columns: 70px 1fr auto; gap: 20px; min-height: 124px; align-items: center; border-bottom: 1px solid var(--border); }
.lunch-offers article > span { color: var(--accent); font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.lunch-offers h3 { margin: 0 0 4px; font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.lunch-offers p { margin: 0; color: var(--muted); font-size: .75rem; }
.lunch-offers article > strong { font-size: .92rem; }
.lunch-offers > small { display: block; padding-top: 15px; color: var(--muted); font-size: .66rem; }

/* Gallery */
.gallery-section { padding-bottom: 130px; }
.gallery-grid { display: grid; grid-auto-rows: 250px; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gallery-item { position: relative; min-width: 0; padding: 0; border: 0; background: #ddd; cursor: zoom-in; overflow: hidden; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s, filter .55s; }
.gallery-item:hover img { filter: brightness(.87); transform: scale(1.045); }
.gallery-item > span { position: absolute; right: 14px; bottom: 10px; color: #fff; font-size: .62rem; font-weight: 800; opacity: 0; transition: opacity .25s; }
.gallery-item:hover > span { opacity: 1; }
.gallery-wide { grid-column: span 2; }
.gallery-tall { grid-row: span 2; }
.lightbox { width: min(1100px, calc(100% - 40px)); max-width: none; padding: 0; color: #fff; border: 0; background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(10, 13, 11, .93); backdrop-filter: blur(4px); }
.lightbox img { width: 100%; max-height: 78vh; object-fit: contain; }
.lightbox p { margin: 12px 0 0; text-align: center; font-size: .8rem; }
.lightbox-close { position: absolute; top: -46px; right: 0; display: grid; width: 40px; height: 40px; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.45); background: transparent; cursor: pointer; }

/* Reviews */
.reviews-section { color: #fff; background: var(--primary); }
.reviews-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.review-summary { padding-right: 40px; border-right: 1px solid rgba(255,255,255,.18); }
.review-summary h2 { margin-bottom: 32px; }
.rating-stars, .small-stars { color: #f4b85c; letter-spacing: .1em; }
.rating-stars { font-size: 1.25rem; }
.review-summary > strong { display: block; margin: 5px 0; font-family: var(--serif); font-size: 2.4rem; font-weight: 400; }
.review-summary > p:last-child { max-width: 320px; color: rgba(255,255,255,.65); font-size: .72rem; }
.review-list blockquote { margin: 0; padding: 20px 0 26px; }
.review-list blockquote + blockquote { border-top: 1px solid rgba(255,255,255,.16); }
.small-stars { font-size: .7rem; }
.review-list blockquote p { margin: 12px 0 16px; font-family: var(--serif); font-size: 1.45rem; line-height: 1.35; }
.review-list footer { font-size: .75rem; font-weight: 800; }
.review-list footer span { color: rgba(255,255,255,.5); font-weight: 500; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; background: #fff; box-shadow: var(--shadow); }
.hours-panel, .contact-panel { padding: clamp(40px, 6vw, 78px); }
.hours-panel { background: #fff; }
.hours-panel h2 { max-width: 540px; font-size: clamp(2.4rem, 3.7vw, 3.7rem); }
.hours-panel dl, .hours-card dl { margin: 32px 0 0; }
.hours-panel dl div, .hours-card dl div { display: grid; grid-template-columns: 125px 1fr; padding: 11px 0; border-bottom: 1px solid #ebe7df; font-size: .78rem; }
.hours-panel dt, .hours-card dt { font-weight: 800; }
.hours-panel dd, .hours-card dd { margin: 0; text-align: right; }
.hours-panel .closed, .hours-card .closed { color: var(--accent); }
.contact-panel { color: #fff; background: var(--primary-dark); }
.contact-panel h2 { margin-bottom: 12px; }
.contact-panel address { color: rgba(255,255,255,.72); }
.contact-direct { display: grid; gap: 1px; margin: 35px 0; background: rgba(255,255,255,.15); }
.contact-direct a { display: flex; align-items: center; gap: 16px; padding: 17px 0; background: var(--primary-dark); }
.contact-direct .icon { color: #e6b3a5; }
.contact-direct span { display: flex; flex-direction: column; color: rgba(255,255,255,.55); font-size: .62rem; font-weight: 700; text-transform: uppercase; }
.contact-direct strong { color: #fff; font-size: .86rem; text-transform: none; }
.contact-actions { display: flex; gap: 10px; }
.contact-panel .button-outline-dark { color: #fff; border-color: rgba(255,255,255,.5); }
.parking-note { margin-top: 25px; color: rgba(255,255,255,.5); font-size: .7rem; }
.map-placeholder { position: relative; display: grid; min-height: 440px; place-items: center; overflow: hidden; background: #e7e3d8; }
.map-pattern { position: absolute; inset: 0; opacity: .55; background-image: linear-gradient(32deg, transparent 46%, rgba(81,102,89,.22) 47%, rgba(81,102,89,.22) 49%, transparent 50%), linear-gradient(-28deg, transparent 43%, rgba(81,102,89,.16) 44%, rgba(81,102,89,.16) 46%, transparent 47%), radial-gradient(circle at 20% 30%, rgba(33,76,56,.18) 0 2px, transparent 3px); background-size: 190px 130px, 240px 180px, 90px 90px; transform: scale(1.2) rotate(-4deg); }
.map-card { position: relative; z-index: 2; display: grid; width: min(460px, calc(100% - 34px)); grid-template-columns: 58px 1fr; gap: 8px 18px; padding: 27px 30px; background: #fff; box-shadow: 0 15px 45px rgba(30,46,37,.15); }
.map-pin { grid-row: span 2; display: grid; width: 52px; height: 52px; place-items: center; color: #fff; background: var(--accent); border-radius: 50%; }
.map-pin .icon { width: 24px; }
.map-card strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.map-card p { margin: 0; color: var(--muted); font-size: .75rem; }
.map-card a { grid-column: 2; display: inline-flex; align-items: center; gap: 7px; margin-top: 8px; color: var(--primary); font-size: .72rem; font-weight: 800; }
.map-card small { grid-column: 1 / -1; margin-top: 10px; padding-top: 12px; color: var(--muted); border-top: 1px solid var(--border); font-size: .61rem; }

/* Footer */
.site-footer { padding: 78px 0 0; color: rgba(255,255,255,.72); background: #13271e; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .9fr .7fr .9fr; gap: 60px; padding-bottom: 66px; }
.brand-light { color: #fff; }
.footer-brand p { max-width: 310px; margin: 24px 0; font-size: .8rem; }
.site-footer h2 { margin-bottom: 18px; color: #fff; font-family: var(--sans); font-size: .67rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.site-footer address, .site-footer p, .site-footer a { font-size: .75rem; }
.site-footer a:hover { color: #fff; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin-bottom: 7px; }
.social-links { display: flex; gap: 10px; }
.social-links a { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.2); }
.social-links .icon { width: 17px; }
.footer-bottom { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 30px; color: rgba(255,255,255,.42); border-top: 1px solid rgba(255,255,255,.12); font-size: .64rem; }
.mobile-bottom-bar { display: none; }

/* Page heroes */
.page-hero { min-height: 520px; padding-top: var(--header-height); display: flex; align-items: center; color: #fff; background-position: center; background-size: cover; }
.menu-page-hero { background-image: linear-gradient(90deg, rgba(15,32,23,.87), rgba(15,32,23,.35)), url("https://images.unsplash.com/photo-1473093295043-cdd812d0e601?auto=format&fit=crop&w=2000&q=86"); }
.contact-page-hero { background-image: linear-gradient(90deg, rgba(15,32,23,.87), rgba(15,32,23,.3)), url("https://images.unsplash.com/photo-1514933651103-005eec06c04b?auto=format&fit=crop&w=2000&q=86"); }
.page-hero-content { padding-top: 35px; }
.page-hero h1 { margin-bottom: 18px; font-size: clamp(3.4rem, 7vw, 6rem); }
.page-hero-content > p:last-of-type { max-width: 630px; color: rgba(255,255,255,.78); }
.page-hero-links { display: flex; flex-wrap: wrap; gap: 8px 23px; margin-top: 35px; }
.page-hero-links a { padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.45); font-size: .72rem; font-weight: 800; }
.menu-notice { background: var(--primary); color: #fff; }
.menu-notice-inner { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 28px; }
.menu-notice span { display: flex; align-items: center; gap: 7px; font-size: .7rem; color: rgba(255,255,255,.72); }
.menu-notice strong { color: #fff; }
.menu-notice .icon { color: #e6b3a5; }

/* Full menu */
.menu-layout { display: grid; grid-template-columns: 220px 1fr; gap: 80px; align-items: start; }
.menu-sidebar { position: sticky; top: 120px; display: flex; flex-direction: column; padding: 25px 0; border-top: 1px solid var(--border); }
.menu-sidebar > p { color: var(--muted); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.menu-sidebar > a { padding: 8px 0; font-family: var(--serif); font-size: 1.12rem; }
.menu-sidebar > a:hover { color: var(--accent); }
.menu-side-card { margin-top: 30px; padding: 24px; color: #fff; background: var(--primary); }
.menu-side-card span { font-size: .65rem; text-transform: uppercase; }
.menu-side-card strong { display: block; margin: 5px 0 18px; font-family: var(--serif); font-size: 1.3rem; font-weight: 400; line-height: 1.2; }
.menu-side-card a { font-size: .68rem; font-weight: 800; }
.lunch-menu-card { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; padding: 38px 42px; background: var(--cream); }
.lunch-menu-card h2 { margin-bottom: 10px; font-size: 2.5rem; }
.lunch-menu-card p { margin-bottom: 8px; font-size: .78rem; }
.lunch-menu-card > div:last-child { padding-left: 35px; border-left: 1px solid #cfc5b4; }
.lunch-menu-card > div:last-child p { display: flex; justify-content: space-between; gap: 20px; padding: 7px 0; border-bottom: 1px solid #d7cebf; }
.menu-category { padding: 80px 0 0; }
.menu-category > header { position: relative; display: flex; align-items: end; justify-content: space-between; padding-bottom: 22px; border-bottom: 2px solid var(--text); }
.menu-category > header .eyebrow { position: absolute; top: -20px; }
.menu-category > header h2 { margin: 0; font-size: 3rem; }
.menu-category > header > span { color: var(--muted); font-size: .68rem; }
.full-menu-list article { display: flex; min-height: 100px; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--border); }
.full-menu-list h3 { margin-bottom: 4px; font-family: var(--serif); font-size: 1.18rem; font-weight: 400; }
.full-menu-list p { margin: 0; color: var(--muted); font-size: .78rem; }
.full-menu-list article > strong { flex: 0 0 auto; font-size: .88rem; }
.allergen-note { margin-top: 60px; padding: 25px 28px; border: 1px solid var(--border); }
.allergen-note strong { font-size: .78rem; }
.allergen-note p { margin: 7px 0 0; color: var(--muted); font-size: .7rem; }
.menu-cta { padding: 70px 0; color: #fff; background: var(--primary); }
.menu-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.menu-cta h2 { margin-bottom: 8px; font-size: 3.2rem; }
.menu-cta p { margin-bottom: 0; color: rgba(255,255,255,.65); }
.menu-cta .container > div:last-child { display: flex; gap: 10px; }

/* Forms */
.reservation-page { min-height: 100vh; display: grid; grid-template-columns: minmax(380px, .85fr) minmax(600px, 1.15fr); padding-top: var(--header-height); background: #fff; }
.reservation-image { position: sticky; top: var(--header-height); height: calc(100vh - var(--header-height)); }
.reservation-image::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(14,29,21,.32), transparent 55%); content: ""; }
.reservation-image img { width: 100%; height: 100%; object-fit: cover; }
.reservation-content { width: min(720px, calc(100% - 80px)); margin: 0 auto; padding: 75px 0 100px; }
.form-heading { margin-bottom: 38px; }
.form-heading h1 { margin-bottom: 18px; font-size: clamp(3rem, 5vw, 5rem); }
.form-heading > p:last-child { max-width: 640px; color: var(--muted); }
.restaurant-form { display: grid; gap: 21px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-row.three { grid-template-columns: 1.1fr 1fr .8fr; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field label, .choice-field legend { font-size: .68rem; font-weight: 800; letter-spacing: .02em; }
.field label span { color: var(--muted); font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 12px 14px; color: var(--text); border: 1px solid #cbc5ba; border-radius: 0; background: #fff; outline: 0; transition: border-color .2s, box-shadow .2s; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(33,76,56,.1); }
.field input:user-invalid, .field select:user-invalid, .field textarea:user-invalid { border-color: var(--accent); }
.choice-field { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0; padding: 0; border: 0; }
.choice-field legend { grid-column: 1 / -1; margin-bottom: 7px; }
.choice-field label { position: relative; cursor: pointer; }
.choice-field input { position: absolute; opacity: 0; }
.choice-field label span { display: flex; min-height: 73px; flex-direction: column; justify-content: center; padding: 12px 16px; border: 1px solid #cbc5ba; font-size: .8rem; font-weight: 800; transition: border-color .2s, background .2s; }
.choice-field label small { color: var(--muted); font-size: .64rem; font-weight: 500; }
.choice-field input:checked + span { color: var(--primary); border: 2px solid var(--primary); background: #f3f7f4; }
.choice-field input:focus-visible + span { outline: 3px solid #e88a70; outline-offset: 3px; }
.consent { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: .68rem; cursor: pointer; }
.consent input { width: 17px; height: 17px; margin-top: 2px; accent-color: var(--primary); }
.consent span { flex: 1; }
.consent a { color: var(--primary); text-decoration: underline; }
.form-footnote { margin: -6px 0 0; color: var(--muted); font-size: .65rem; text-align: center; }
.form-footnote a { color: var(--primary); font-weight: 800; }
.form-errors { margin-bottom: 25px; padding: 16px 20px; color: #7f2e20; border-left: 4px solid var(--accent); background: #fff0ec; font-size: .75rem; }
.form-errors ul { margin: 5px 0 0; padding-left: 20px; }
.success-view { display: flex; min-height: 650px; flex-direction: column; align-items: flex-start; justify-content: center; }
.success-icon { display: grid; width: 66px; height: 66px; margin-bottom: 30px; place-items: center; color: #fff; background: var(--primary); border-radius: 50%; font-size: 1.7rem; }
.success-view h1 { margin-bottom: 12px; }
.success-details { display: grid; width: 100%; gap: 10px; margin: 30px 0; }
.success-details span { display: flex; align-items: center; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--border); }
.success-details .icon { color: var(--accent); }
.demo-hint { padding: 15px; color: #685729; background: #fff5d7; font-size: .7rem; }

/* Order app */
.order-page-head { padding: calc(var(--header-height) + 58px) 0 55px; background: var(--cream); }
.order-page-head .container { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.order-page-head h1 { margin-bottom: 15px; font-size: clamp(3.3rem, 6vw, 5.5rem); }
.order-page-head p:last-child { margin: 0; color: var(--muted); }
.order-status { display: flex; min-width: 330px; align-items: center; gap: 14px; padding: 18px 22px; border: 1px solid #cfc5b4; background: rgba(255,255,255,.35); }
.status-dot { width: 11px; height: 11px; background: #4d936e; border-radius: 50%; box-shadow: 0 0 0 5px rgba(77,147,110,.14); }
.order-status div { display: flex; flex-direction: column; }
.order-status strong { font-size: .78rem; }
.order-status div span { color: var(--muted); font-size: .66rem; }
.demo-order-note { color: #67480d; background: #fff2c8; }
.demo-order-note .container { display: flex; min-height: 50px; align-items: center; gap: 20px; font-size: .7rem; }
.demo-order-note strong { text-transform: uppercase; }
.order-shop { background: #f5f3ed; }
.order-layout { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 35px; align-items: start; }
.product-area { min-width: 0; padding: 40px 0 100px; }
.order-category-nav { position: sticky; z-index: 50; top: var(--header-height); display: flex; gap: 5px; margin-bottom: 45px; padding: 9px; background: #fff; box-shadow: 0 8px 25px rgba(24,38,29,.08); overflow-x: auto; }
.order-category-nav a { flex: 1 0 auto; padding: 10px 15px; color: var(--muted); font-size: .68rem; font-weight: 800; text-align: center; }
.order-category-nav a:hover { color: #fff; background: var(--primary); }
.order-category { scroll-margin-top: 160px; margin-bottom: 65px; }
.order-category-head { display: flex; margin-bottom: 20px; align-items: baseline; justify-content: space-between; border-bottom: 2px solid var(--text); }
.order-category-head h2 { margin-bottom: 13px; font-size: 2.5rem; }
.order-category-head span { color: var(--muted); font-size: .68rem; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.product-card { display: grid; min-height: 175px; grid-template-columns: 120px 1fr; background: #fff; border: 1px solid #e3dfd6; transition: border-color .2s, transform .2s; }
.product-card:hover { border-color: #bbb4a8; transform: translateY(-2px); }
.product-card > img, .product-placeholder { width: 120px; height: 100%; min-height: 175px; object-fit: cover; }
.product-placeholder { display: grid; place-items: center; color: #fff; background: var(--primary); }
.product-placeholder span { font-family: var(--serif); font-size: 1.6rem; opacity: .5; }
.product-info { display: flex; min-width: 0; flex-direction: column; justify-content: space-between; padding: 16px; }
.product-info h3 { margin-bottom: 7px; font-family: var(--serif); font-size: 1.03rem; font-weight: 400; }
.product-info p { margin: 0; color: var(--muted); font-size: .66rem; line-height: 1.45; }
.product-buy { display: flex; align-items: center; justify-content: space-between; margin-top: 15px; }
.product-buy strong { font-size: .78rem; }
.product-buy button { display: grid; width: 36px; height: 36px; place-items: center; color: #fff; border: 0; background: var(--accent); cursor: pointer; transition: background .2s, transform .2s; }
.product-buy button:hover { background: var(--accent-dark); transform: scale(1.06); }
.product-buy .icon { width: 18px; }
.cart-panel { position: sticky; top: calc(var(--header-height) + 18px); min-height: 360px; max-height: calc(100vh - var(--header-height) - 36px); padding: 27px; background: #fff; box-shadow: 0 8px 35px rgba(28,41,33,.1); overflow-y: auto; }
.cart-header { display: flex; align-items: start; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--border); }
.cart-header h2 { margin: 0 0 3px; font-family: var(--serif); font-size: 1.6rem; }
.cart-header span { color: var(--muted); font-size: .65rem; }
.cart-mobile-close { display: none; border: 0; background: transparent; }
.cart-empty { display: flex; min-height: 240px; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.cart-empty .icon { width: 42px; height: 42px; margin-bottom: 15px; color: #aaa49b; }
.cart-empty strong { font-size: .82rem; }
.cart-empty p { color: var(--muted); font-size: .67rem; }
.cart-item { padding: 17px 0; border-bottom: 1px solid var(--border); }
.cart-item-head { display: flex; justify-content: space-between; gap: 15px; }
.cart-item-head strong { font-size: .76rem; }
.cart-item-head span { flex: 0 0 auto; font-size: .72rem; }
.cart-item-controls { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; }
.quantity-control { display: flex; align-items: center; border: 1px solid var(--border); }
.quantity-control button { display: grid; width: 30px; height: 28px; place-items: center; padding: 0; border: 0; background: transparent; cursor: pointer; }
.quantity-control .icon { width: 13px; }
.quantity-control span { width: 28px; text-align: center; font-size: .68rem; font-weight: 800; }
.cart-remove { padding: 5px; color: var(--muted); border: 0; background: transparent; cursor: pointer; }
.cart-remove:hover { color: var(--accent); }
.cart-remove .icon { width: 16px; }
.cart-totals { padding-top: 18px; }
.cart-totals > div { display: flex; justify-content: space-between; margin-bottom: 9px; font-size: .7rem; }
.cart-total { padding-top: 12px; border-top: 1px solid var(--border); font-size: .9rem !important; }
.cart-totals > small { display: block; margin: 4px 0 18px; color: var(--muted); font-size: .59rem; }
.mobile-cart-button { display: none; }
.checkout-dialog { width: min(610px, calc(100% - 32px)); max-height: calc(100vh - 32px); padding: 35px 38px; border: 0; background: #fff; overflow-y: auto; }
.checkout-dialog::backdrop { background: rgba(10,20,14,.78); backdrop-filter: blur(3px); }
.checkout-head { display: flex; align-items: start; justify-content: space-between; margin-bottom: 20px; }
.checkout-head h2 { margin: 0; font-size: 2.5rem; }
.checkout-head button { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--border); background: #fff; cursor: pointer; }
.checkout-summary { display: flex; justify-content: space-between; margin-bottom: 24px; padding: 15px 18px; color: #fff; background: var(--primary); font-size: .76rem; }
.checkout-success { padding: 40px 0 20px; text-align: center; }
.checkout-success .success-icon { margin-right: auto; margin-left: auto; }
.checkout-success h2 { margin-bottom: 10px; }
.checkout-success [data-success-order] { margin: 25px 0; padding: 17px; background: var(--cream); font-size: .75rem; }

/* Contact detail */
.contact-detail-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 100px; }
.contact-detail-grid h2 { max-width: 590px; }
.big-contact-links { margin: 35px 0; }
.big-contact-links > a, .big-contact-links > div { display: grid; grid-template-columns: 32px 1fr auto; gap: 18px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--border); }
.big-contact-links > a > .icon:first-child, .big-contact-links > div > .icon { color: var(--accent); }
.big-contact-links span { display: flex; flex-direction: column; color: var(--muted); font-size: .64rem; text-transform: uppercase; }
.big-contact-links strong { color: var(--text); font-size: .93rem; text-transform: none; }
.big-contact-links small { font-size: .61rem; text-transform: none; }
.hours-card { padding: 50px; background: var(--cream); }
.hours-card > small { display: block; margin-top: 22px; color: var(--muted); font-size: .65rem; }
.story-section { display: grid; grid-template-columns: 1.1fr .9fr; align-items: stretch; background: var(--primary-dark); color: #fff; }
.story-image img { width: 100%; height: 100%; min-height: 600px; object-fit: cover; }
.story-copy { align-self: center; max-width: 650px; padding: 80px clamp(40px, 7vw, 110px); }
.story-copy h2 { margin-bottom: 25px; }
.story-copy p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.story-copy > strong { display: block; margin-top: 25px; font-family: var(--serif); font-size: 1.5rem; font-weight: 400; }
.contact-form-section { background: #fff; }
.contact-form-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.contact-form-grid > div:first-child > p:last-child { color: var(--muted); }
.contact-form-grid > div:first-child a { color: var(--primary); text-decoration: underline; }
.inline-error { padding: 12px; color: #7f2e20; background: #fff0ec; font-size: .75rem; }
.contact-success { padding: 50px; background: var(--cream); }
.contact-success > span { display: grid; width: 50px; height: 50px; margin-bottom: 20px; place-items: center; color: #fff; background: var(--primary); border-radius: 50%; }
.contact-success h3 { font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.compact-map { min-height: 380px; }

/* Legal */
.legal-hero { padding: calc(var(--header-height) + 85px) 0 70px; color: #fff; background: var(--primary); }
.legal-hero h1 { margin-bottom: 12px; font-size: clamp(3.2rem, 6vw, 5.3rem); }
.legal-hero p:last-child { color: rgba(255,255,255,.65); }
.narrow-content { max-width: 850px; }
.legal-content h2 { margin: 42px 0 10px; font-family: var(--sans); font-size: 1.05rem; font-weight: 800; letter-spacing: 0; }
.legal-content p { color: var(--muted); }
.legal-content a { color: var(--primary); text-decoration: underline; }
.demo-legal-note { margin-bottom: 45px; padding: 22px 25px; color: #67480d; border-left: 4px solid #d9a432; background: #fff4cf; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
