:root {
  --ink: #111b18;
  --forest: #193d33;
  --moss: #bcc6a4;
  --paper: #edf0e5;
  --cream: #fffdf5;
  --ember: #d95a35;
  --line: rgba(17, 27, 24, .22);
  --serif: "DM Serif Display", Georgia, serif;
  --sans: Manrope, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.35; }
button, a { color: inherit; font: inherit; }
a { text-decoration: none; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }

.skip-link { position: fixed; z-index: 30; top: -4rem; left: 1rem; padding: .75rem 1rem; background: var(--cream); }
.skip-link:focus { top: 1rem; }

.site-header { position: absolute; z-index: 10; top: 0; left: 0; right: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 1.45rem clamp(1.25rem, 4vw, 4.8rem); color: var(--cream); }
.wordmark { display: inline-flex; align-items: baseline; gap: .7rem; font-size: .78rem; font-weight: 700; letter-spacing: .17em; white-space: nowrap; }
.wordmark small { color: inherit; font-size: .58rem; font-weight: 600; letter-spacing: .16em; opacity: .72; }
.site-header nav { display: flex; gap: 1.75rem; font-size: .66rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.site-header > button { justify-self: end; min-height: 2.7rem; border: 1px solid rgba(255,255,255,.55); padding: 0 .95rem; background: transparent; color: inherit; font-size: .65rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; transition: background .2s ease, color .2s ease; }
.site-header > button:hover { background: var(--cream); color: var(--ink); }

.hero { position: relative; min-height: 100svh; overflow: hidden; background: var(--forest); color: var(--cream); }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.78) contrast(1.06) brightness(.78); transition: opacity .16s ease, transform 1.1s cubic-bezier(.2,.7,.2,1); }
.hero > img.is-changing { opacity: .2; transform: scale(1.025); }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,18,15,.68) 0%, rgba(8,18,15,.27) 48%, rgba(8,18,15,.16) 100%), linear-gradient(0deg, rgba(8,18,15,.6), transparent 50%); }
.hero-copy { position: absolute; z-index: 1; left: clamp(1.25rem, 7vw, 7.5rem); bottom: clamp(7.9rem, 15vh, 10rem); max-width: 58rem; }
.hero-copy > p, .hero-copy > span, .tag, .feature-film p, .menu-preview p, .arrival article > p, .pickup-dialog > p { margin: 0 0 1rem; font-size: .65rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: .88; }
h1 { font-size: clamp(4.2rem, 10.5vw, 10.5rem); letter-spacing: -.015em; }
h1 em, h2 em { font-style: italic; }
.hero-copy > span { display: block; margin: 1.4rem 0 0; }
.hero-bottom { position: absolute; z-index: 1; left: clamp(1.25rem, 7vw, 7.5rem); right: clamp(1.25rem, 4vw, 4.8rem); bottom: 2rem; display: flex; align-items: end; justify-content: space-between; gap: 1.25rem; }
.hero-bottom p { max-width: 14rem; margin: 0; font-size: .82rem; }
.hero-bottom button, .arrival button { border: 0; min-height: 3.25rem; padding: 0 1.2rem; background: var(--ember); color: var(--cream); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-scenes { position: absolute; z-index: 2; right: clamp(1.25rem, 4vw, 4.8rem); top: 50%; display: flex; flex-direction: column; transform: translateY(-50%); border-left: 1px solid rgba(255,255,255,.45); }
.hero-scenes button { width: 7.3rem; min-height: 2.55rem; border: 0; border-left: 2px solid transparent; padding: 0 .9rem; background: rgba(17,27,24,.32); color: var(--cream); font-size: .59rem; font-weight: 700; letter-spacing: .1em; text-align: left; text-transform: uppercase; }
.hero-scenes button.is-selected { border-left-color: var(--ember); background: rgba(17,27,24,.72); }

.manifesto { display: grid; grid-template-columns: .7fr 2fr 1fr; gap: 2.25rem; padding: clamp(5.5rem, 12vw, 11rem) clamp(1.25rem, 7vw, 7.5rem); background: var(--paper); }
.manifesto h2 { font-size: clamp(3.3rem, 6.8vw, 7.3rem); }
.manifesto > p:last-child { align-self: end; max-width: 17rem; margin: 0 0 .7rem; font-size: .94rem; line-height: 1.6; }

.feature-film { position: relative; min-height: min(68vw, 50rem); overflow: hidden; color: var(--cream); background: var(--ink); }
.feature-film img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; filter: saturate(.82) contrast(1.1) brightness(.8); }
.feature-film::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,14,12,.72), transparent 65%); }
.feature-film > div { position: absolute; z-index: 1; left: clamp(1.25rem, 7vw, 7.5rem); bottom: clamp(2.5rem, 7vw, 6.5rem); }
.feature-film h2 { margin-bottom: 1.4rem; font-size: clamp(3.2rem, 7vw, 7.8rem); }
.feature-film a { display: inline-block; border-bottom: 1px solid currentColor; padding-bottom: .4rem; font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }

.menu-section { padding: clamp(5.5rem, 12vw, 11rem) clamp(1.25rem, 7vw, 7.5rem); background: var(--cream); }
.menu-intro { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: clamp(2.8rem, 6vw, 5.7rem); }
.menu-intro h2 { font-size: clamp(4.1rem, 8vw, 8.8rem); }
.menu-stage { display: grid; grid-template-columns: 1.08fr .92fr; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.menu-preview { display: grid; grid-template-columns: 1.07fr .93fr; min-height: 38rem; border-right: 1px solid var(--ink); background: var(--paper); transition: opacity .15s ease; }
.menu-preview.is-changing { opacity: .28; }
.menu-preview > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.83) contrast(1.05); }
.menu-preview > div { display: flex; flex-direction: column; justify-content: end; padding: 2.1rem; }
.menu-preview h3 { margin-bottom: 1.3rem; font-size: clamp(2.5rem, 4vw, 4.1rem); }
.menu-preview span { max-width: 16rem; margin-bottom: 2rem; font-size: .85rem; line-height: 1.6; }
.menu-preview a { width: fit-content; border-bottom: 1px solid currentColor; padding-bottom: .35rem; font-size: .67rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.menu-panel { padding: 0 2.1rem; }
.menu-tabs { display: flex; gap: 1.1rem; border-bottom: 1px solid var(--line); }
.menu-tabs button { min-height: 4.7rem; border: 0; border-bottom: 2px solid transparent; padding: 0; background: transparent; color: var(--ink); font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.menu-tabs button span { margin-left: .3rem; opacity: .5; }
.menu-tabs button.is-active { border-bottom-color: var(--ember); }
.menu-list { padding: .8rem 0; }
.menu-row { width: 100%; display: flex; align-items: start; justify-content: space-between; gap: 1rem; border: 0; border-bottom: 1px solid var(--line); padding: 1.3rem 0; background: transparent; color: var(--ink); text-align: left; transition: padding .2s ease, color .2s ease; }
.menu-row:last-child { border-bottom: 0; }
.menu-row span { display: grid; gap: .35rem; }
.menu-row strong { font-family: var(--serif); font-size: clamp(1.55rem, 2.2vw, 2.3rem); font-weight: 400; line-height: 1; }
.menu-row small { font-size: .68rem; line-height: 1.45; opacity: .72; }
.menu-row b { color: var(--ember); font-size: .66rem; letter-spacing: .1em; opacity: 0; transition: opacity .2s ease; }
.menu-row:hover, .menu-row.is-selected { padding-left: .65rem; color: var(--forest); }
.menu-row:hover b, .menu-row.is-selected b { opacity: 1; }

.moments { padding: clamp(5.5rem, 12vw, 11rem) clamp(1.25rem, 4vw, 4.8rem); background: var(--moss); }
.moments-head { display: flex; align-items: end; justify-content: space-between; gap: 1rem; max-width: 86rem; margin: 0 auto clamp(2.7rem, 6vw, 5.2rem); }
.moments h2 { font-size: clamp(4.1rem, 8vw, 8.6rem); }
.moments-head p { max-width: 11rem; margin: 0 0 .55rem; font-size: .78rem; }
.moments-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: .85rem; max-width: 86rem; margin: auto; }
.moment { position: relative; min-height: 30rem; overflow: hidden; border: 0; padding: 0; color: var(--cream); text-align: left; background: var(--ink); }
.moment-wide { min-height: 39rem; }
.moment img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8) contrast(1.06) brightness(.78); transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
.moment:hover img { transform: scale(1.045); filter: saturate(.96) contrast(1.07) brightness(.9); }
.moment::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,15,13,.72), transparent 56%); }
.moment > span { position: absolute; z-index: 1; top: 1.1rem; left: 1.1rem; font-size: .64rem; font-weight: 700; letter-spacing: .12em; }
.moment > div { position: absolute; z-index: 1; right: 1.35rem; bottom: 1.35rem; left: 1.35rem; }
.moment p { margin: 0 0 .5rem; font-size: .6rem; font-weight: 700; letter-spacing: .13em; }
.moment h3 { font-size: clamp(1.8rem, 2.4vw, 3rem); }

.arrival { position: relative; min-height: min(68vw, 47rem); overflow: hidden; color: var(--cream); background: var(--forest); }
.arrival > img, .arrival > div { position: absolute; inset: 0; width: 100%; height: 100%; }
.arrival > img { object-fit: cover; filter: saturate(.7) contrast(1.04) brightness(.67); }
.arrival > div { background: linear-gradient(90deg, rgba(8,15,13,.7), rgba(8,15,13,.2)); }
.arrival article { position: relative; z-index: 1; display: flex; min-height: inherit; max-width: 42rem; flex-direction: column; justify-content: center; padding: clamp(4rem, 9vw, 8rem) clamp(1.25rem, 7vw, 7.5rem); }
.arrival h2 { margin-bottom: 1.3rem; font-size: clamp(4rem, 7.6vw, 8.2rem); }
.arrival article > span { font-size: .78rem; }
.arrival article > div { display: flex; align-items: center; gap: 1.8rem; margin-top: 2rem; }
.arrival article > div a { border-bottom: 1px solid currentColor; padding-bottom: .35rem; font-size: .67rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.arrival .phone { width: fit-content; margin-top: 2rem; font-family: var(--serif); font-size: 1.8rem; }

footer { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 1rem; padding: 2.4rem clamp(1.25rem, 4vw, 4.8rem) 6.5rem; background: var(--ink); color: var(--cream); font-size: .72rem; }
footer p { margin: 0; opacity: .6; }
footer > a:last-child { justify-self: end; text-decoration: underline; text-underline-offset: .3rem; }

.pickup-dialog, .photo-dialog { width: min(33rem, calc(100% - 2.5rem)); border: 0; background: var(--cream); color: var(--ink); box-shadow: 0 2rem 5rem rgba(0,0,0,.42); }
.pickup-dialog { padding: 3.2rem; }
.pickup-dialog::backdrop, .photo-dialog::backdrop { background: rgba(8,15,13,.78); }
.pickup-dialog button, .photo-dialog button { position: absolute; z-index: 1; top: .7rem; right: .8rem; width: 2.4rem; height: 2.4rem; border: 0; background: transparent; color: inherit; font-size: 1.8rem; }
.pickup-dialog h2 { margin-bottom: 1.2rem; font-size: clamp(3.5rem, 8vw, 5.5rem); }
.pickup-dialog > span { display: block; max-width: 16rem; margin-bottom: 1.7rem; font-size: .86rem; line-height: 1.6; }
.pickup-dialog > a { display: inline-block; border-bottom: 1px solid currentColor; padding-bottom: .3rem; font-family: var(--serif); font-size: 1.6rem; }
.photo-dialog { max-width: min(75rem, calc(100% - 2rem)); padding: 0; background: var(--ink); }
.photo-dialog img { width: 100%; max-height: 88svh; object-fit: contain; }
.photo-dialog button { color: var(--cream); text-shadow: 0 1px 6px #000; }

.mobile-dock { display: none; }
[data-reveal] { opacity: 0; transform: translateY(1.3rem); transition: opacity .7s ease, transform .8s cubic-bezier(.2,.75,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

.menu-page .site-header { position: relative; background: var(--ink); }
.menu-main { background: var(--cream); }
.menu-hero { padding: clamp(8rem, 15vw, 13rem) clamp(1.25rem, 7vw, 7.5rem) clamp(4rem, 8vw, 7rem); background: var(--moss); }
.menu-hero h1 { margin: .9rem 0; font-size: clamp(5rem, 12vw, 12rem); }
.menu-hero p:last-child { margin: 0; font-size: 1rem; }
.full-menu { display: grid; grid-template-columns: .72fr 1.28fr; gap: 4rem; padding: clamp(4.8rem, 9vw, 8.5rem) clamp(1.25rem, 7vw, 7.5rem); border-bottom: 1px solid var(--line); }
.full-menu h2 { font-size: clamp(3.5rem, 6vw, 6.6rem); }
.full-menu dl { margin: 0; }
.full-menu dl > div { padding: 1.25rem 0; border-top: 1px solid currentColor; }
.full-menu dt { font-family: var(--serif); font-size: clamp(1.7rem, 2.5vw, 2.6rem); line-height: 1.05; }
.full-menu dt span { display: block; margin-top: .4rem; font-family: var(--sans); font-size: .7rem; opacity: .65; }
.full-menu dd { max-width: 36rem; margin: .65rem 0 0; font-size: .84rem; line-height: 1.55; }
.menu-dark { background: var(--forest); color: var(--cream); }
.menu-callout { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 3.7rem clamp(1.25rem, 7vw, 7.5rem); background: var(--ember); color: var(--cream); }
.menu-callout p { max-width: 32rem; margin: 0; font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 4rem); line-height: .94; }
.menu-callout .button { display: inline-flex; min-height: 3.2rem; align-items: center; padding: 0 1.2rem; background: var(--ink); font-size: .68rem; font-weight: 700; letter-spacing: .1em; }

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

@media (max-width: 780px) {
  body { padding-bottom: calc(4.75rem + env(safe-area-inset-bottom, 0px)); }
  .site-header { grid-template-columns: 1fr auto; padding: 1.25rem; }
  .site-header nav { display: none; }
  .site-header > button { min-height: 2.5rem; }
  .wordmark { gap: .35rem; font-size: .68rem; letter-spacing: .13em; }
  .wordmark small { font-size: .5rem; }
  .hero { min-height: 100svh; }
  .hero-copy { right: 1.25rem; bottom: 10.3rem; left: 1.25rem; }
  h1 { font-size: clamp(4.2rem, 18vw, 6.2rem); }
  .hero-bottom { right: 1.25rem; bottom: 5.6rem; left: 1.25rem; align-items: center; }
  .hero-bottom p { font-size: .73rem; }
  .hero-bottom button { min-height: 3rem; }
  .hero-scenes { top: auto; right: 1.25rem; bottom: 1.25rem; flex-direction: row; transform: none; border-top: 1px solid rgba(255,255,255,.45); border-left: 0; }
  .hero-scenes button { width: auto; min-width: 6.5rem; border-top: 2px solid transparent; border-left: 0; text-align: center; }
  .hero-scenes button.is-selected { border-top-color: var(--ember); }
  .manifesto { display: block; padding: 5.4rem 1.25rem; }
  .manifesto .tag { margin-bottom: 2.5rem; }
  .manifesto h2 { margin-bottom: 2.1rem; font-size: clamp(3.6rem, 15vw, 5.5rem); }
  .manifesto > p:last-child { margin: 0; }
  .feature-film { min-height: 39rem; }
  .feature-film > div { right: 1.25rem; bottom: 2.6rem; left: 1.25rem; }
  .feature-film h2 { font-size: clamp(3.8rem, 15vw, 5.6rem); }
  .menu-section { padding: 5.4rem 1.25rem; }
  .menu-intro { display: block; margin-bottom: 2.7rem; }
  .menu-intro .tag { margin-bottom: 1rem; }
  .menu-intro h2 { font-size: clamp(4.3rem, 18vw, 6rem); }
  .menu-stage { display: block; border-bottom: 0; }
  .menu-preview { min-height: 0; grid-template-columns: 1fr; border-right: 0; border-bottom: 1px solid var(--ink); }
  .menu-preview > img { height: 18.5rem; }
  .menu-preview > div { min-height: 17rem; padding: 1.6rem; }
  .menu-preview h3 { font-size: 3rem; }
  .menu-panel { padding: 0; }
  .menu-tabs { gap: .85rem; overflow-x: auto; }
  .menu-tabs button { flex: 0 0 auto; min-height: 4.25rem; font-size: .61rem; }
  .menu-row { padding: 1.15rem 0; }
  .menu-row strong { font-size: 1.85rem; }
  .menu-row small { font-size: .63rem; }
  .menu-row b { opacity: 1; }
  .moments { padding: 5.4rem 1.25rem; }
  .moments-head { display: block; margin-bottom: 2.7rem; }
  .moments h2 { margin-bottom: 1.2rem; font-size: clamp(4.1rem, 17vw, 5.8rem); }
  .moments-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; }
  .moment, .moment-wide { min-height: 18rem; }
  .moment-wide { grid-column: 1 / -1; min-height: 27rem; }
  .moment > div { right: 1rem; bottom: 1rem; left: 1rem; }
  .moment h3 { font-size: 1.9rem; }
  .arrival { min-height: 41rem; }
  .arrival article { padding: 4.2rem 1.25rem; }
  .arrival h2 { font-size: clamp(4rem, 16vw, 6rem); }
  .arrival article > div { align-items: start; flex-direction: column; gap: 1.2rem; }
  footer { display: grid; grid-template-columns: 1fr; padding: 2.5rem 1.25rem 2rem; }
  footer > a:last-child { justify-self: start; }
  .mobile-dock { position: fixed; z-index: 12; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(4, 1fr); min-height: calc(4.75rem + env(safe-area-inset-bottom, 0px)); padding-bottom: env(safe-area-inset-bottom, 0px); background: var(--ink); color: var(--cream); }
  .mobile-dock a, .mobile-dock button { display: grid; min-width: 0; min-height: 4.75rem; place-items: center; border: 0; border-right: 1px solid rgba(255,255,255,.15); padding: .4rem; background: transparent; color: inherit; font-size: .6rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
  .mobile-dock button { border-right: 0; background: var(--ember); }
  .pickup-dialog { padding: 2.7rem 1.7rem; }
  .menu-page .site-header { min-height: 4.7rem; }
  .menu-hero { padding: 7.4rem 1.25rem 4rem; }
  .menu-hero h1 { font-size: 6rem; }
  .full-menu { display: block; padding: 4.5rem 1.25rem; }
  .full-menu > div { margin-bottom: 2.6rem; }
  .full-menu h2 { font-size: 4rem; }
  .menu-callout { display: block; padding: 3.5rem 1.25rem; }
  .menu-callout p { margin-bottom: 1.6rem; }
}
