:root {
  --cream: #eee4d5;
  --cream-deep: #e2d4c1;
  --paper: #f5eee2;
  --ink: #2d281f;
  --ink-soft: #625b50;
  --brown: #4a2f24;
  --brown-deep: #2b1c17;
  --gold: #c9922e;
  --gold-soft: #e0b65d;
  --sage: #6d7650;
  --line: rgba(63, 49, 37, 0.16);
  --shadow: 0 30px 80px rgba(45, 32, 21, 0.13);
  --radius: 4px;
  --font-display: "Newsreader", Georgia, serif;
  --font-body: "Manrope", "DM Sans", Arial, sans-serif;
}

html[data-theme="dark"] {
  color-scheme: dark;
  --cream: #171411;
  --cream-deep: #211c17;
  --paper: #1d1916;
  --ink: #f3eadc;
  --ink-soft: #bdb1a2;
  --brown: #d1a25e;
  --brown-deep: #100d0b;
  --gold: #daa33b;
  --gold-soft: #efc96f;
  --sage: #9aa378;
  --line: rgba(238, 218, 187, .16);
  --shadow: 0 30px 80px rgba(0, 0, 0, .34);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--font-body); font-size: 16px; line-height: 1.65; overflow-x: hidden; transition:background-color .35s ease,color .35s ease; }
body.nav-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--gold-soft); color: var(--brown-deep); }

.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 132px 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; }
.skip-link { position: fixed; z-index: 9999; left: 16px; top: 16px; transform: translateY(-150%); padding: 10px 16px; background: var(--ink); color: #fff; border-radius: 2px; }
.skip-link:focus { transform: translateY(0); }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s ease; }
.reveal-delay { transition-delay: .14s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--brown); font-size: 11px; line-height: 1.2; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow > span { width: 34px; height: 1px; background: var(--gold); }
.eyebrow-light { color: #e8dbc6; }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { margin-bottom: 28px; font-family: var(--font-display); font-weight: 500; line-height: .98; letter-spacing: -.045em; }
h1 { font-size: clamp(4rem, 7.7vw, 7rem); }
h2 { font-size: clamp(3.2rem, 6vw, 5.5rem); }
h1 em, h2 em { color: var(--gold); font-weight: 400; }
.large-copy { font-family: var(--font-display); font-size: clamp(1.45rem, 2.25vw, 2rem); line-height: 1.36; letter-spacing: -.025em; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px; padding: 0 24px; border: 1px solid transparent; border-radius: 2px; cursor: pointer; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: #fff; box-shadow: 0 12px 28px rgba(201, 146, 46, .23); }
.button-primary:hover { background: #b67d1d; }
.button-dark { background: var(--brown-deep); color: #fff; }
.button-small { min-height: 42px; padding: 0 18px; font-size: 10px; }
.button-outline-light { border-color: rgba(255,255,255,.3); background: transparent; color: #fff; }
.button-outline-light:hover { background: var(--paper); color: var(--brown-deep); }
.button-cream { background: var(--cream); color: var(--brown); }
.button-full { width: 100%; min-height: 74px; }
.button-full > span:first-child { font-size: 24px; }
.button-full > span:last-child { text-align: left; line-height: 1.35; }
.button-full strong { font-size: 16px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding: 0; border: 0; background: transparent; color: var(--ink); cursor: pointer; font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.play-icon { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; color: var(--gold); }

/* Header */
.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 84px; display: flex; align-items: center; transition: background .3s ease, box-shadow .3s ease, height .3s ease; }
.site-header.is-scrolled { height: 70px; background: rgba(238, 228, 213, .94); box-shadow: 0 8px 30px rgba(47, 33, 22, .08); backdrop-filter: blur(14px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-sun { width: 43px; height: 43px; fill: none; stroke: var(--gold); stroke-width: 1.7; }
.brand span { display: grid; line-height: 1.15; }
.brand strong { font-family: var(--font-display); font-size: 20px; font-weight: 600; letter-spacing: -.02em; }
.brand small { margin-top: 3px; color: var(--ink-soft); font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 22px; }
.main-nav > a { position: relative; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.main-nav > a::after { content: ""; position: absolute; inset: auto 0 -6px; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.main-nav > a:hover::after { transform: scaleX(1); transform-origin: left; }
.theme-toggle { display:inline-flex; align-items:center; gap:7px; min-height:38px; padding:0 12px; border:1px solid var(--line); background:rgba(255,255,255,.14); color:var(--ink); border-radius:22px; cursor:pointer; font-size:9px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; transition:background .25s ease,border-color .25s ease,transform .25s ease; }
.theme-toggle:hover { transform:translateY(-1px); border-color:var(--gold); background:rgba(201,146,46,.1); }
.theme-toggle [data-theme-icon] { display:grid; place-items:center; width:22px; height:22px; background:var(--gold); color:#fff; border-radius:50%; font-size:12px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 22px; height: 1px; margin: 5px auto; background: var(--ink); }

/* Hero */
.hero { position: relative; min-height: 850px; padding: 150px 0 70px; display: flex; align-items: center; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(70,50,34,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(70,50,34,.045) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to right, #000, transparent 72%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(3px); pointer-events: none; }
.hero-glow-one { width: 580px; height: 580px; top: 50px; right: -80px; background: rgba(214,172,91,.17); }
.hero-glow-two { width: 380px; height: 380px; bottom: -200px; left: 34%; background: rgba(140,117,73,.09); }
.ambient-sun { position:absolute; z-index:0; width:430px; aspect-ratio:1; border-radius:50%; pointer-events:none; isolation:isolate; }
.ambient-sun::before { content:""; position:absolute; inset:0; border-radius:50%; background:repeating-conic-gradient(from 8deg,rgba(201,146,46,.38) 0 1deg,transparent 1.6deg 11deg); -webkit-mask:radial-gradient(circle,transparent 0 24%,#000 29% 66%,transparent 71%); mask:radial-gradient(circle,transparent 0 24%,#000 29% 66%,transparent 71%); animation:sunRays 38s linear infinite; }
.ambient-sun::after { content:""; position:absolute; inset:12%; border-radius:50%; background:radial-gradient(circle,rgba(255,231,159,.46) 0,rgba(224,182,93,.2) 34%,rgba(201,146,46,.06) 58%,transparent 72%); filter:blur(12px); animation:sunAura 6.5s ease-in-out infinite; }
.ambient-sun > span { position:absolute; z-index:2; left:50%; top:50%; width:108px; height:108px; border-radius:50%; background:radial-gradient(circle at 38% 34%,#fff7d8 0 8%,#f3cf78 28%,#d89c32 66%,rgba(201,146,46,.84) 100%); box-shadow:0 0 25px rgba(244,200,99,.5),0 0 70px rgba(224,170,64,.38),0 0 145px rgba(201,146,46,.22); transform:translate(-50%,-50%); animation:sunPulse 5.2s ease-in-out infinite; }
.ambient-sun > i { position:absolute; z-index:3; left:50%; top:50%; width:7px; height:7px; border-radius:50%; background:#f1c35e; box-shadow:122px 12px 0 -1px rgba(224,182,93,.55),-104px -58px 0 -2px rgba(201,146,46,.4),38px -126px 0 -2px rgba(241,195,94,.45); transform-origin:0 0; animation:sunOrbit 22s linear infinite; }
.ambient-sun-hero { right:-74px; top:34px; opacity:.78; }
@keyframes sunRays { to { transform:rotate(360deg); } }
@keyframes sunAura { 0%,100% { transform:scale(.94); opacity:.62; } 50% { transform:scale(1.08); opacity:1; } }
@keyframes sunPulse { 0%,100% { transform:translate(-50%,-50%) scale(.94); box-shadow:0 0 25px rgba(244,200,99,.45),0 0 70px rgba(224,170,64,.32),0 0 130px rgba(201,146,46,.17); } 50% { transform:translate(-50%,-50%) scale(1.06); box-shadow:0 0 34px rgba(255,220,133,.65),0 0 92px rgba(224,170,64,.46),0 0 175px rgba(201,146,46,.27); } }
@keyframes sunOrbit { to { transform:rotate(-360deg); } }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 60px; }
.hero-copy { max-width: 690px; padding-top: 40px; }
.hero-lead { max-width: 590px; margin-bottom: 36px; color: var(--ink-soft); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-bottom: 54px; }
.hero-facts { display: flex; gap: 0; margin: 0; }
.hero-facts > div { min-width: 128px; padding: 0 24px; border-left: 1px solid var(--line); }
.hero-facts > div:first-child { padding-left: 0; border-left: 0; }
.hero-facts dt { font-family: var(--font-display); color: var(--brown); font-size: 30px; line-height: 1; }
.hero-facts dd { margin: 7px 0 0; color: var(--ink-soft); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-visual { position: relative; height: 610px; }
.hero-main-photo { position: absolute; inset: 0 0 0 80px; margin: 0; overflow: hidden; border-radius: 48% 48% 5px 5px / 25% 25% 5px 5px; box-shadow: var(--shadow); }
.hero-main-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(45,28,18,.38), transparent 45%); }
.hero-main-photo img { height: 100%; object-fit: cover; object-position: center 20%; }
.hero-food-photo { position: absolute; z-index: 2; left: 0; bottom: 36px; width: 220px; height: 270px; margin: 0; padding: 9px; background: var(--paper); box-shadow: 0 24px 50px rgba(45,32,21,.2); transform: rotate(-3deg); }
.hero-food-photo img { height: 100%; object-fit: cover; }
.hero-seal { position: absolute; z-index: 3; right: -28px; top: 48px; width: 122px; height: 122px; padding: 8px; background: var(--cream); border-radius: 50%; box-shadow: 0 10px 30px rgba(45,32,21,.12); }
.hero-seal svg { width: 100%; height: 100%; fill: none; stroke: var(--gold); stroke-width: 1; }
.hero-seal text { fill: var(--brown); stroke: none; font-family: var(--font-body); font-size: 8px; font-weight: 700; letter-spacing: 1.45px; }
.hero-note { position: absolute; z-index: 3; right: 18px; bottom: 28px; display: grid; padding: 16px 19px; background: rgba(245,238,226,.94); backdrop-filter: blur(10px); box-shadow: 0 14px 38px rgba(45,32,21,.15); }
.hero-note strong { font-family: var(--font-display); font-size: 18px; }
.hero-note span { color: var(--ink-soft); font-size: 10px; }
.scroll-cue { position: absolute; z-index: 2; left: 34px; bottom: 36px; display: flex; align-items: center; gap: 12px; color: var(--ink-soft); font-size: 8px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; transform: rotate(-90deg); transform-origin: left center; }
.scroll-cue span { width: 45px; height: 1px; background: var(--gold); }

/* Intro and food */
.intro { position:relative; background: var(--paper); overflow:hidden; }
.intro > .shell { position:relative; z-index:1; }
.warm-motes { position:absolute; z-index:0; inset:0; overflow:hidden; pointer-events:none; }
.warm-motes i { position:absolute; left:var(--x); bottom:-30px; width:var(--s); height:var(--s); border-radius:50%; background:radial-gradient(circle at 35% 35%,#fff4c9 0 12%,#e7b854 42%,rgba(201,146,46,.08) 72%); box-shadow:0 0 18px rgba(224,182,93,.35); opacity:0; animation:warmMote var(--d) ease-in-out var(--delay) infinite; }
.warm-motes i:nth-child(1) { --x:7%; --s:7px; --d:12s; --delay:-3s; }
.warm-motes i:nth-child(2) { --x:19%; --s:4px; --d:15s; --delay:-9s; }
.warm-motes i:nth-child(3) { --x:46%; --s:6px; --d:13s; --delay:-5s; }
.warm-motes i:nth-child(4) { --x:68%; --s:5px; --d:16s; --delay:-12s; }
.warm-motes i:nth-child(5) { --x:83%; --s:8px; --d:14s; --delay:-7s; }
.warm-motes i:nth-child(6) { --x:94%; --s:4px; --d:11s; --delay:-2s; }
@keyframes warmMote { 0% { transform:translate3d(0,20px,0) scale(.6); opacity:0; } 18% { opacity:.48; } 55% { transform:translate3d(22px,-390px,0) scale(1); opacity:.34; } 100% { transform:translate3d(-12px,-760px,0) scale(.72); opacity:0; } }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.section-heading h2 { margin-bottom: 0; }
.intro-copy { max-width: 620px; }
.intro-copy > p:not(.large-copy) { max-width: 560px; color: var(--ink-soft); }
.signature-line { display: flex; align-items: center; gap: 14px; margin-top: 35px; color: var(--brown); font-family: var(--font-display); font-size: 18px; font-style: italic; }
.signature-line svg { width: 40px; height: 40px; fill: none; stroke: var(--gold); stroke-width: 1; }
.food-showcase { display: grid; grid-template-columns: 1.45fr .75fr .75fr; gap: 18px; margin-top: 86px; }
.food-card { position: relative; min-height: 510px; overflow: hidden; background: var(--cream-deep); }
.food-card img { height: 100%; object-fit: cover; transition: transform .7s ease; }
.food-card:hover img { transform: scale(1.04); }
.food-card::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(to top, rgba(37,24,18,.78), transparent); }
.food-caption { position: absolute; z-index: 2; left: 26px; right: 22px; bottom: 24px; color: #fff; }
.food-caption > span { display: block; margin-bottom: 8px; color: var(--gold-soft); font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.food-caption h3 { margin-bottom: 4px; font-family: var(--font-display); font-size: 30px; font-weight: 500; line-height: 1; }
.food-caption p { margin-bottom: 0; color: rgba(255,255,255,.75); font-size: 11px; }

/* Menu */
.menu-section { position: relative; background: var(--brown-deep); color: #fff; overflow: hidden; }
.menu-section::before { content: "MENU"; position:absolute; left:50%; right:auto; top:-35px; width:max-content; color:rgba(255,255,255,.025); font-family:var(--font-display); font-size:300px; line-height:1; transform:translateX(-50%); pointer-events:none; }
.steam-mark { position:absolute; z-index:0; right:8%; top:65px; width:130px; height:150px; pointer-events:none; opacity:.28; }
.steam-mark::after { content:""; position:absolute; left:18px; right:18px; bottom:12px; height:22px; border:1px solid rgba(224,182,93,.45); border-top:0; border-radius:0 0 50% 50%; transform:perspective(50px) rotateX(-18deg); }
.steam-mark i { position:absolute; bottom:35px; width:2px; height:82px; border-radius:50%; background:linear-gradient(to top,rgba(224,182,93,0),rgba(255,232,182,.72),rgba(224,182,93,0)); filter:blur(.3px); animation:steamRise 4.8s ease-in-out infinite; }
.steam-mark i:nth-child(1) { left:35px; animation-delay:-1.4s; }
.steam-mark i:nth-child(2) { left:64px; height:105px; animation-delay:-3.2s; }
.steam-mark i:nth-child(3) { left:92px; height:72px; animation-delay:-.4s; }
@keyframes steamRise { 0%,100% { transform:translate3d(0,8px,0) scaleY(.7); opacity:0; } 28% { opacity:.75; } 55% { transform:translate3d(9px,-13px,0) scaleY(1); opacity:1; } 82% { transform:translate3d(-7px,-29px,0) scaleY(1.08); opacity:.18; } }
.menu-intro { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .65fr; gap: 100px; align-items: end; }
.menu-intro h2 { color: #fff; }
.menu-note { padding-bottom: 8px; }
.menu-note p { margin-bottom: 26px; color: rgba(255,255,255,.66); }
.menu-board { position: relative; z-index: 1; margin-top: 72px; background: #f2eadc; color: var(--ink); box-shadow: 0 32px 90px rgba(0,0,0,.25); }
.menu-tabs { display: flex; gap: 0; overflow-x: auto; border-bottom: 1px solid var(--line); scrollbar-width: none; }
.menu-tabs::-webkit-scrollbar { display: none; }
.menu-tabs button { flex: 1 0 auto; min-height: 68px; padding: 0 24px; border: 0; border-right: 1px solid var(--line); background: transparent; color: var(--ink-soft); cursor: pointer; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.menu-tabs button[aria-selected="true"] { background: var(--gold); color: #fff; }
.menu-panels { padding: 44px 50px 20px; }
.menu-panel { columns: 2; column-gap: 70px; animation: panelFade .35s ease; }
.menu-panel[hidden] { display: none; }
@keyframes panelFade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.menu-item { display: flex; justify-content: space-between; gap: 20px; break-inside: avoid; padding: 16px 0 17px; border-bottom: 1px dotted rgba(63,49,37,.22); }
.menu-item h3 { margin: 0 0 3px; font-family: var(--font-display); font-size: 19px; font-weight: 600; line-height: 1.3; }
.menu-item h3 span { display: inline-block; margin-left: 5px; padding: 3px 6px; background: var(--gold); color: #fff; border-radius: 10px; vertical-align: middle; font-family: var(--font-body); font-size: 7px; letter-spacing: .08em; text-transform: uppercase; }
.menu-item p { margin: 0; color: var(--ink-soft); font-size: 10px; line-height: 1.6; }
.menu-item > strong { flex: 0 0 auto; color: var(--brown); font-family: var(--font-display); font-size: 18px; font-weight: 600; white-space: nowrap; }
.menu-featured { padding-inline: 12px; margin-inline: -12px; background: rgba(201,146,46,.08); border-bottom-color: var(--gold); }
.menu-disclaimer { margin: 20px 50px 0; padding: 18px 0 24px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 9px; text-align: center; letter-spacing: .06em; }

/* Events */
.events { position:relative; background: var(--cream); overflow:hidden; }
.events-grid { position:relative; z-index:1; }
.ambient-sun-events { left:-205px; top:90px; width:360px; opacity:.3; transform:rotate(18deg); }
.events-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 96px; align-items: center; }
.events-collage { position: relative; min-height: 730px; }
.event-photo { position: absolute; margin: 0; overflow: hidden; box-shadow: var(--shadow); }
.event-photo::after { content:""; position:absolute; z-index:2; inset:-35% auto -35% -70%; width:34%; background:linear-gradient(100deg,transparent,rgba(255,235,188,.34),transparent); transform:skewX(-16deg); animation:tableShine 9s ease-in-out infinite; }
.event-photo-two::after { animation-delay:-5.5s; }
.event-photo-three::after { animation-delay:-2.5s; }
@keyframes tableShine { 0%,60% { left:-70%; opacity:0; } 67% { opacity:.75; } 82% { left:135%; opacity:.2; } 100% { left:135%; opacity:0; } }
.event-photo img { height: 100%; object-fit: cover; }
.event-photo-one { left: 0; top: 0; width: 66%; height: 63%; }
.event-photo-two { right: 0; bottom: 0; width: 58%; height: 50%; border: 10px solid var(--cream); }
.event-photo-three { left: 4%; bottom: 1%; width: 38%; height: 31%; border: 8px solid var(--cream); }
.collage-label { position: absolute; right: 2%; top: 8%; color: var(--gold); font-family: var(--font-display); font-size: 17px; font-style: italic; line-height: 1.15; text-align: center; transform: rotate(5deg); }
.events-copy h2 { margin-bottom: 34px; }
.events-copy > p:not(.eyebrow) { color: var(--ink-soft); }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; margin: 32px 0; padding: 0; list-style: none; font-size: 12px; font-weight: 600; }
.check-list li { display: flex; align-items: center; gap: 10px; }
.check-list span { display: grid; place-items: center; width: 22px; height: 22px; background: rgba(201,146,46,.15); color: var(--gold); border-radius: 50%; font-size: 10px; }
.advice-card { display: flex; gap: 16px; margin: 32px 0; padding: 22px; border-left: 3px solid var(--gold); background: rgba(255,255,255,.56); }
.advice-icon { color: var(--gold); font-size: 28px; }
.advice-card strong { font-family: var(--font-display); font-size: 20px; }
.advice-card p { margin: 3px 0 0; color: var(--ink-soft); font-size: 11px; line-height: 1.6; }

/* Gallery */
.gallery-section { background: #e6d9c6; }
.gallery-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 90px; align-items: end; margin-bottom: 56px; }
.gallery-heading h2 { margin-bottom: 0; }
.gallery-heading > p { max-width: 480px; margin-bottom: 8px; color: var(--ink-soft); }
.gallery-grid { display:grid; grid-template-columns:repeat(12,1fr); grid-auto-rows:220px; grid-auto-flow:dense; gap:14px; }
.gallery-card { position:relative; grid-column:span 3; grid-row:span 1; min-width:0; min-height:0; padding:0; overflow:hidden; border:0; background:#d8cbb6; cursor:zoom-in; text-align:left; }
/* The final row always fills the full width, regardless of photo count. */
.gallery-card:nth-child(4n+1):last-child { grid-column:span 12; }
.gallery-card:nth-child(4n+1):nth-last-child(2),
.gallery-card:nth-child(4n+1):nth-last-child(2) ~ .gallery-card { grid-column:span 6; }
.gallery-card:nth-child(4n+1):nth-last-child(3),
.gallery-card:nth-child(4n+1):nth-last-child(3) ~ .gallery-card { grid-column:span 4; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease, filter .35s ease; }
.gallery-card::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(to top, rgba(31,20,15,.72), transparent); opacity: .8; transition: opacity .3s ease; }
.gallery-card span { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 15px; color: #fff; font-family: var(--font-display); font-size: 18px; line-height: 1.15; transform: translateY(4px); transition: transform .3s ease; }
.gallery-card:hover img { transform: scale(1.045); filter: saturate(1.08); }
.gallery-card:hover span { transform: translateY(0); }
.gallery-empty { grid-column: 1 / -1; padding: 55px; background: rgba(255,255,255,.45); color: var(--ink-soft); text-align: center; }

/* Reviews */
.reviews { padding-bottom: 118px; background: var(--paper); }
.reviews-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.google-score { display: flex; align-items: center; gap: 15px; margin-bottom: 8px; padding: 18px 22px; border: 1px solid var(--line); background: var(--paper); }
.google-g { display: grid; place-items: center; width: 42px; height: 42px; border: 2px solid #4285f4; border-radius: 50%; color: #4285f4; font-size: 21px; font-weight: 700; }
.google-score > div { display: grid; }
.google-score strong { font-size: 18px; }
.google-score strong span { color: var(--gold); font-size: 12px; letter-spacing: 1px; }
.google-score small { color: var(--ink-soft); font-size: 9px; }
.review-track-wrap { width: min(100% - max(24px, (100vw - 1180px)/2), 1500px); margin: 50px 0 0 auto; overflow: hidden; }
.review-track { display: flex; gap: 20px; overflow-x: auto; padding: 4px 4px 24px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.review-track::-webkit-scrollbar { display: none; }
.review-card { flex: 0 0 360px; min-height: 295px; padding: 28px; border: 1px solid var(--line); background: var(--cream); scroll-snap-align: start; }
.stars { margin-bottom:21px; color:transparent; background:linear-gradient(100deg,#b77d19 0%,#d9a33c 32%,#fff0a8 46%,#d9a33c 59%,#b77d19 100%); background-size:230% 100%; -webkit-background-clip:text; background-clip:text; font-size:12px; letter-spacing:3px; filter:drop-shadow(0 0 0 rgba(224,182,93,0)); animation:starGlint 6.8s ease-in-out infinite; }
.review-card:nth-child(2n) .stars { animation-delay:-2.7s; }
.review-card:nth-child(3n) .stars { animation-delay:-4.5s; }
@keyframes starGlint { 0%,62%,100% { background-position:100% 0; filter:drop-shadow(0 0 0 rgba(224,182,93,0)); } 75% { filter:drop-shadow(0 0 5px rgba(224,182,93,.5)); } 88% { background-position:0 0; filter:drop-shadow(0 0 0 rgba(224,182,93,0)); } }
.review-card h3 { margin-bottom: 9px; font-family: var(--font-display); font-size: 26px; font-weight: 600; }
.review-card > p { min-height: 92px; color: var(--ink-soft); font-family: var(--font-display); font-size: 17px; line-height: 1.55; }
.review-card footer { display: flex; align-items: center; gap: 11px; padding-top: 16px; border-top: 1px solid var(--line); }
.review-card footer > span { display: grid; place-items: center; width: 36px; height: 36px; background: var(--brown); color: #fff; border-radius: 50%; font-size: 9px; }
.review-card footer > div { display: grid; }
.review-card footer strong { font-size: 10px; }
.review-card footer small { color: var(--ink-soft); font-size: 8px; }
.review-actions { display: flex; align-items: center; justify-content: space-between; margin-top: 24px; }
.slider-controls { display: flex; gap: 8px; }
.slider-controls button { width: 42px; height: 42px; border: 1px solid var(--line); background: transparent; color: var(--brown); cursor: pointer; transition: .2s ease; }
.slider-controls button:hover { background: var(--brown); color: #fff; }

/* Recruitment */
.recruitment { position: relative; padding: 86px 0; background: var(--brown); color: #fff; overflow: hidden; }
.recruitment::after { content: "☀"; position: absolute; right: -40px; top: -145px; color: rgba(255,255,255,.045); font-size: 310px; line-height: 1; }
.recruitment.is-closed { background: #49463f; }
.recruitment-inner { position: relative; z-index: 1; display: grid; grid-template-columns: .45fr 1.25fr .8fr; gap: 60px; align-items: center; }
.status-pill { justify-self: start; display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; border: 1px solid rgba(255,255,255,.25); border-radius: 20px; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.status-pill span { width: 7px; height: 7px; background: #9fce77; border-radius: 50%; box-shadow: 0 0 0 5px rgba(159,206,119,.12); }
.recruitment.is-closed .status-pill span { background: #bcb9b2; box-shadow: none; }
.recruitment h2 { margin: 0; color: #fff; font-size: clamp(2.8rem, 4.5vw, 4.5rem); }
.recruitment-copy p { color: rgba(255,255,255,.67); font-size: 12px; }
.recruitment-roles { display: flex; flex-wrap: wrap; gap: 7px; margin: 15px 0 20px; }
.recruitment-roles span { padding: 6px 9px; border: 1px solid rgba(255,255,255,.23); color: #fff; border-radius: 20px; font-size: 8px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }

/* Contact and footer */
.contact { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 100px; align-items: center; }
.contact-copy > p:not(.eyebrow) { max-width: 520px; color: var(--ink-soft); }
.contact-list { display: grid; margin: 35px 0; }
.contact-list a { display: grid; grid-template-columns: 92px 1fr; gap: 24px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.contact-list a:first-child { border-top: 1px solid var(--line); }
.contact-list span { color: var(--ink-soft); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-list strong { font-family: var(--font-display); font-size: 19px; font-weight: 600; }
.hours-card { display: flex; gap: 18px; padding: 21px; background: var(--paper); box-shadow: 0 10px 34px rgba(45,32,21,.07); }
.clock-icon { color: var(--gold); font-size: 26px; }
.hours-card strong { font-family: var(--font-display); font-size: 19px; }
.hours-card p { margin: 5px 0; color: var(--ink-soft); font-size: 11px; }
.hours-card p b { color: var(--ink); }
.hours-card small { color: #928a7e; font-size: 8px; }
.contact-visual { position: relative; height: 690px; overflow: hidden; box-shadow: var(--shadow); }
.contact-visual > img { height: 100%; object-fit: cover; object-position: center; }
.contact-visual::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(to top, rgba(35,22,15,.57), transparent); }
.map-chip { position: absolute; z-index: 2; left: 26px; right: 26px; bottom: 26px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 17px 19px; background: rgba(245,238,226,.94); backdrop-filter: blur(10px); }
.map-chip > span { display: grid; place-items: center; width: 38px; height: 38px; background: var(--gold); color: #fff; border-radius: 50%; }
.map-chip > div { display: grid; }
.map-chip strong { font-family: var(--font-display); font-size: 18px; }
.map-chip small { color: var(--ink-soft); font-size: 9px; }
.map-chip > b { color: var(--gold); }
.footer { padding: 70px 0 20px; background: #211713; color: #fff; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr .7fr; gap: 70px; align-items: start; }
.brand-light small { color: rgba(255,255,255,.5); }
.footer nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px 30px; }
.footer nav a { color: rgba(255,255,255,.68); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.footer-cta p { margin-bottom: 4px; color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.footer-cta a { color: var(--gold-soft); font-family: var(--font-display); font-size: 25px; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.4); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.admin-access { position: fixed; z-index: 89; left: 16px; bottom: 16px; display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 0 15px 0 10px; border: 1px solid rgba(255,255,255,.3); background: rgba(35,23,19,.92); color: #fff; border-radius: 24px; box-shadow: 0 10px 28px rgba(35,23,19,.24); backdrop-filter: blur(10px); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.admin-access:hover { transform: translateY(-2px); background: var(--brown); }
.admin-access span { display: grid; place-items: center; width: 25px; height: 25px; background: var(--gold); border-radius: 50%; font-size: 13px; }
.admin-access strong { font-weight: 700; }
.owner-note { position: fixed; z-index: 88; right: 18px; bottom: 18px; display:grid; grid-template-columns:auto 1fr; gap:13px; width:min(390px,calc(100% - 36px)); padding:19px 42px 18px 18px; border:1px solid rgba(201,146,46,.45); background:rgba(245,238,226,.97); color:var(--ink); box-shadow:0 20px 60px rgba(45,28,19,.24); backdrop-filter:blur(12px); transform:translateY(24px); opacity:0; pointer-events:none; transition:transform .32s ease,opacity .32s ease; }
.owner-note[hidden] { display:none; }
.owner-note.is-visible { transform:translateY(0); opacity:1; pointer-events:auto; }
.owner-note > button { position:absolute; right:7px; top:6px; width:34px; height:34px; border:0; background:transparent; color:var(--ink-soft); cursor:pointer; font-size:24px; }
.owner-note-sun { display:grid; place-items:center; width:42px; height:42px; background:var(--gold); color:#fff; border-radius:50%; font-size:18px; }
.owner-note div { display:grid; gap:4px; }
.owner-note strong { color:var(--brown); font-family:var(--font-display); font-size:20px; line-height:1.1; }
.owner-note p { margin:0; color:var(--ink-soft); font-size:11px; line-height:1.55; }
.owner-note small { margin-top:2px; color:var(--gold); font-size:8px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; }
.mobile-call { display: none; }

/* Complete dark palette */
html[data-theme="dark"] .site-header.is-scrolled { background:rgba(18,15,13,.94); box-shadow:0 8px 30px rgba(0,0,0,.28); }
html[data-theme="dark"] .hero::before { opacity:.45; }
html[data-theme="dark"] .hero-note,
html[data-theme="dark"] .map-chip { background:rgba(29,25,22,.94); }
html[data-theme="dark"] .menu-board { background:#211c17; }
html[data-theme="dark"] .menu-tabs button { color:var(--ink-soft); }
html[data-theme="dark"] .menu-tabs button[aria-selected="true"] { color:#17120e; }
html[data-theme="dark"] .menu-featured { background:rgba(218,163,59,.11); }
html[data-theme="dark"] .advice-card { background:rgba(255,255,255,.045); }
html[data-theme="dark"] .gallery-section { background:#14110f; }
html[data-theme="dark"] .gallery-empty { background:rgba(255,255,255,.04); }
html[data-theme="dark"] .google-score { background:#211c18; }
html[data-theme="dark"] .review-card { background:#1b1714; }
html[data-theme="dark"] .hours-card { background:#211c18; }
html[data-theme="dark"] .owner-note { background:rgba(31,26,21,.97); border-color:rgba(218,163,59,.38); }
html[data-theme="dark"] .owner-note strong { color:var(--gold-soft); }
html[data-theme="dark"] .modal { background:#211c18; }
html[data-theme="dark"] .button-cream { background:#2a231e; color:var(--gold-soft); }
html[data-theme="dark"] .button-outline-light:hover { background:var(--gold-soft); color:#17120e; }
html[data-theme="dark"] .hero-food-photo { background:#2a231e; }
html[data-theme="dark"] .admin-access { border-color:rgba(239,201,111,.25); }
html[data-theme="dark"] .main-nav { color:var(--ink); }

/* Dialogs */
.modal { width: min(530px, calc(100% - 32px)); max-height: calc(100vh - 40px); padding: 46px; border: 0; background: var(--paper); color: var(--ink); box-shadow: 0 35px 100px rgba(0,0,0,.35); }
.modal::backdrop { background: rgba(29,20,16,.74); backdrop-filter: blur(4px); }
.modal[open] { animation: modalIn .3s ease; }
@keyframes modalIn { from { opacity: 0; transform: translateY(18px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
.modal-close { position: absolute; right: 15px; top: 12px; width: 38px; height: 38px; border: 0; background: transparent; color: var(--ink); cursor: pointer; font-size: 30px; font-weight: 300; }
.modal-sun { position: absolute; right: 40px; top: 34px; color: rgba(201,146,46,.17); font-size: 90px; }
.modal h2 { position: relative; margin-bottom: 25px; font-size: clamp(2.8rem, 7vw, 4.2rem); }
.modal > p:not(.eyebrow) { color: var(--ink-soft); font-size: 12px; }
.modal .modal-advice { margin: 22px 0; padding: 15px; border-left: 2px solid var(--gold); background: var(--cream); }
.modal-email { display: block; margin-top: 18px; color: var(--ink-soft); font-size: 10px; text-align: center; }
.modal-email strong { color: var(--brown); }
.menu-photo-modal { width: min(800px, calc(100% - 24px)); max-height: 94vh; padding: 0; overflow: auto; background: transparent; }
.menu-photo-modal img { width: 100%; height: auto; }
.modal-close-on-photo { position: fixed; right: calc(50% - min(400px, 50vw - 12px) + 12px); top: 4vh; z-index: 2; background: var(--brown-deep); color: #fff; }
.gallery-lightbox { width: min(1040px, calc(100% - 34px)); max-height: calc(100vh - 34px); padding: 0; border: 0; background: #17100d; color: #fff; box-shadow: 0 35px 100px rgba(0,0,0,.5); }
.gallery-lightbox::backdrop { background: rgba(20,13,10,.88); backdrop-filter: blur(5px); }
.gallery-lightbox img { width: 100%; max-height: calc(100vh - 110px); object-fit: contain; background: #17100d; }
.gallery-lightbox p { margin: 0; padding: 15px 55px 17px 18px; color: rgba(255,255,255,.76); font-family: var(--font-display); font-size: 18px; }
.gallery-lightbox-close { position: fixed; z-index: 2; right: max(25px, calc((100vw - 1040px)/2 + 12px)); top: 24px; background: rgba(25,16,13,.86); color: #fff; border-radius: 50%; }

@media (max-width: 1050px) {
  .theme-toggle [data-theme-label] { display:none; }
  .main-nav { gap: 18px; }
  .main-nav > a { font-size: 10px; }
  .hero-grid { gap: 30px; }
  .hero-main-photo { left: 40px; }
  .hero-seal { right: -8px; }
  .food-showcase { grid-template-columns: 1.25fr .75fr; }
  .food-card:last-child { display: none; }
  .events-grid, .contact-grid { gap: 55px; }
  .gallery-heading { gap: 55px; }
  .recruitment-inner { grid-template-columns: .35fr 1.1fr .8fr; gap: 35px; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 36px, 640px); }
  .section { padding: 92px 0; }
  .site-header { height: 72px; }
  .menu-toggle { display: block; position: relative; z-index: 102; cursor: pointer; }
  .main-nav { position: fixed; z-index: 101; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 25px; background: var(--cream); transform: translateX(100%); transition: transform .35s ease; }
  .main-nav.is-open { transform: translateX(0); }
  .main-nav > a { font-family: var(--font-display); font-size: 30px; font-weight: 500; letter-spacing: -.02em; text-transform: none; }
  .theme-toggle { min-height:48px; padding:0 17px; font-size:11px; }
  .theme-toggle [data-theme-icon] { width:28px; height:28px; }
  .theme-toggle [data-theme-label] { display:inline; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .menu-toggle > span { transition: .25s ease; }
  .hero { min-height: auto; padding: 125px 0 90px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 0; }
  .hero-visual { height: 620px; margin-top: 22px; }
  .hero-main-photo { left: 80px; }
  .scroll-cue { display: none; }
  .intro-grid, .menu-intro, .events-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .gallery-heading { grid-template-columns: 1fr; gap: 28px; }
  .gallery-grid { grid-template-columns:repeat(12,1fr); grid-auto-rows:180px; }
  .gallery-card { grid-column:span 6 !important; }
  .gallery-card:nth-child(2n+1):last-child { grid-column:span 12 !important; }
  .food-showcase { grid-template-columns: 1fr 1fr; }
  .food-card { min-height: 430px; }
  .menu-panel { columns: 1; }
  .menu-panels { padding: 30px 28px 10px; }
  .menu-disclaimer { margin-inline: 28px; }
  .events-collage { min-height: 650px; }
  .events-copy { grid-row: 1; }
  .reviews-heading { align-items: start; flex-direction: column; }
  .review-track-wrap { width: calc(100% - 18px); }
  .recruitment-inner { grid-template-columns: 1fr; gap: 28px; }
  .status-pill { order: 2; }
  .recruitment-copy { order: 3; }
  .contact-visual { height: 610px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-cta { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .ambient-sun-hero { width:290px; right:-112px; top:112px; opacity:.58; }
  .ambient-sun-events { width:260px; left:-145px; top:38px; opacity:.22; }
  .ambient-sun > span { width:78px; height:78px; }
  .warm-motes i:nth-child(even) { display:none; }
  .steam-mark { right:-28px; top:92px; transform:scale(.72); opacity:.2; }
  .menu-section::before { top:12px; font-size:150px; }
  html { scroll-padding-top: 68px; }
  body { font-size: 15px; }
  .shell { width: calc(100% - 28px); }
  .section { padding: 78px 0; }
  .brand strong { font-size: 17px; }
  .brand-sun { width: 38px; height: 38px; }
  h1 { font-size: clamp(3.45rem, 17.5vw, 5.2rem); }
  h2 { font-size: clamp(3rem, 14vw, 4.2rem); }
  .hero { padding-top: 110px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 20px; margin-bottom: 42px; }
  .hero-facts { justify-content: space-between; }
  .hero-facts > div { min-width: auto; padding: 0 14px; }
  .hero-facts dt { font-size: 25px; }
  .hero-visual { height: 510px; }
  .hero-main-photo { left: 42px; }
  .hero-food-photo { width: 145px; height: 190px; bottom: 20px; }
  .hero-seal { right: -4px; top: 34px; width: 94px; height: 94px; }
  .hero-note { left: 80px; right: 8px; bottom: 8px; padding: 12px; }
  .hero-note strong { font-size: 15px; }
  .hero-note span { font-size: 8px; }
  .intro-grid { gap: 44px; }
  .food-showcase { grid-template-columns: 1fr; gap: 12px; margin-top: 58px; }
  .food-card { min-height: 390px; }
  .food-card:last-child { display: block; }
  .menu-section::before { font-size: 180px; }
  .menu-intro { gap: 35px; }
  .menu-board { width: 100%; margin-top: 50px; }
  .menu-tabs button { min-height: 58px; padding: 0 18px; }
  .menu-panels { padding: 22px 18px 5px; }
  .menu-item { gap: 12px; }
  .menu-item h3 { font-size: 17px; }
  .menu-item > strong { font-size: 16px; }
  .menu-disclaimer { margin-inline: 18px; }
  .events-grid { gap: 45px; }
  .gallery-grid { grid-auto-rows: 155px; gap: 9px; }
  .gallery-card span { left: 11px; right: 11px; bottom: 10px; font-size: 15px; }
  .events-collage { min-height: 540px; }
  .event-photo-one { width: 72%; height: 59%; }
  .event-photo-two { width: 62%; height: 48%; }
  .event-photo-three { width: 42%; height: 32%; }
  .check-list { grid-template-columns: 1fr; }
  .review-card { flex-basis: calc(100vw - 52px); }
  .review-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .recruitment { padding: 70px 0; }
  .contact-list a { grid-template-columns: 70px 1fr; gap: 12px; }
  .contact-list strong { font-size: 16px; word-break: break-word; }
  .contact-visual { height: 530px; }
  .footer-main { grid-template-columns: 1fr; gap: 42px; }
  .footer-cta { grid-column: auto; }
  .footer-bottom { gap: 20px; align-items: flex-start; flex-direction: column; }
  .admin-access { left: 10px; bottom: 10px; min-height: 48px; padding: 0 14px 0 8px; border-radius: 28px; font-size: 10px; }
  .admin-access span { width: 32px; height: 32px; }
  .owner-note { left:10px; right:10px; bottom:74px; width:auto; padding:16px 40px 15px 14px; }
  .owner-note-sun { width:38px; height:38px; }
  .owner-note strong { font-size:18px; }
  .mobile-call { position: fixed; z-index: 90; right: 14px; bottom: 14px; display: inline-flex; align-items: center; gap: 8px; padding: 12px 17px; background: var(--gold); color: #fff; border-radius: 30px; box-shadow: 0 10px 30px rgba(55,38,20,.3); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
  .modal { padding: 38px 23px 28px; }
  .modal-sun { display: none; }
}

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