/* ═══════════════════════════════════════════════════════
   TRÀM CHIM LIVE KING CRAB — v2
   dark luxury seafood house · ink · cream · gold · crab red
   ═══════════════════════════════════════════════════════ */

:root {
  --ink: #0c0e11;
  --ink-2: #111419;
  --ink-3: #171b21;
  --cream: #f3ecdf;
  --cream-dim: #b9b0a0;
  --gold: #c9a24b;
  --gold-soft: rgba(201, 162, 75, 0.35);
  --crab: #d94f2b;
  --serif: "Fraunces", "Cormorant Garamond", Georgia, serif;
  --sans: "Be Vietnam Pro", "Segoe UI", sans-serif;
  --pad: clamp(1.25rem, 5vw, 5rem);
  --max: 1320px;
  --ease: cubic-bezier(0.25, 1, 0.35, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

/* Lenis smooth-scroll (overrides native smooth when active, so they don't fight) */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }

body {
  background: var(--ink);
  color: var(--cream);
  font-family: var(--sans);
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection { background: var(--gold); color: var(--ink); }

img, video { display: block; width: 100%; height: 100%; object-fit: cover; }

a { color: inherit; text-decoration: none; }

button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; text-align: left; }

h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.05; }

h2 { font-size: clamp(2.4rem, 5vw, 4.4rem); letter-spacing: -0.01em; }
h2 em { font-style: italic; font-weight: 300; color: var(--gold); }

.section { padding: clamp(5rem, 10vw, 9rem) var(--pad); }

/* ── eyebrow ── */
.eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.6rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.eyebrow::before { content: ""; width: 2.4rem; height: 1px; background: var(--gold-soft); flex: none; }
.eyebrow--center { justify-content: center; }
.eyebrow--center::after { content: ""; width: 2.4rem; height: 1px; background: var(--gold-soft); }
.eyebrow__count {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.2em;
  color: var(--gold);
  flex: none;
}
.eyebrow__count::after { content: ""; width: 1.3rem; height: 1px; background: var(--gold-soft); }
.eyebrow__count--step {
  font-family: var(--serif);
  font-style: italic;
  text-transform: none;
  letter-spacing: 0.01em;
  font-size: 0.98rem;
  color: var(--crab);
}
.eyebrow__count--step::after { background: rgba(217, 79, 43, 0.4); }

/* ── buttons ── */
[data-magnetic] { will-change: transform; }
.btn {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 1.05rem 2.2rem;
  border: 1px solid transparent;
  transition: all 0.35s var(--ease);
}
.btn--gold { background: var(--gold); color: var(--ink); }
.btn--gold:hover {
  background: var(--cream);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px -12px rgba(201, 162, 75, 0.55);
}
.btn--ghost { border-color: rgba(243, 236, 223, 0.35); color: var(--cream); }
.btn--ghost:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }

/* ═══════════ LOADER ═══════════ */
.loader {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.9s cubic-bezier(0.7, 0, 0.2, 1);
}
.loader.is-done { transform: translateY(-100%); }
.loader__mark { text-align: center; }
.loader__badge {
  width: clamp(170px, 24vw, 230px);
  height: auto;
  margin: 0 auto;
  display: block;
  animation: loaderFade 1.1s var(--ease) both, loaderSpin 1.4s var(--ease) both;
}
@keyframes loaderSpin {
  from { transform: rotate(-14deg) scale(0.94); }
  to { transform: rotate(0) scale(1); }
}
.loader__name {
  display: block;
  font-family: var(--serif);
  font-size: clamp(2.6rem, 7vw, 4.6rem);
  animation: loaderFade 1s var(--ease) both;
}
.loader__rule {
  display: block;
  width: 0;
  height: 1px;
  background: var(--gold);
  margin: 1rem auto;
  animation: loaderRule 1.1s 0.25s var(--ease) forwards;
}
.loader__sub {
  display: block;
  font-size: 0.66rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: var(--gold);
  animation: loaderFade 1s 0.45s var(--ease) both;
}
@keyframes loaderFade { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes loaderRule { to { width: min(16rem, 60vw); } }

/* ═══════════ PROGRESS ═══════════ */
.progress {
  position: fixed;
  inset: 0 0 auto 0;
  height: 2px;
  z-index: 200;
  pointer-events: none;
}
.progress span {
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, var(--gold), var(--crab));
  transform-origin: left;
  transform: scaleX(0);
}

/* ═══════════ NAV ═══════════ */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding: 1.1rem var(--pad);
  transition: background 0.45s ease, box-shadow 0.45s ease, padding 0.45s ease;
}
.nav.is-solid {
  background: rgba(12, 14, 17, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(201, 162, 75, 0.22);
  padding-block: 0.8rem;
}
/* backdrop-filter makes .nav a containing block for its own position:fixed
   drawer, collapsing it to the nav's height so links float over live content
   and taps fall through. Drop it while the drawer is open — the drawer's own
   near-opaque ink panel already covers the viewport. */
.nav.is-open.is-solid { backdrop-filter: none; -webkit-backdrop-filter: none; }
.nav__brand { line-height: 1.1; margin-right: auto; display: flex; align-items: center; gap: 0.8rem; }
.nav__brand-mark { width: 34px; height: 34px; flex: none; }
.nav__brand-name { display: block; font-family: var(--serif); font-size: 1.45rem; }
.nav__brand-sub {
  display: block;
  font-size: 0.58rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--gold);
}
.nav__links { display: flex; gap: 1.9rem; }
.nav__links a {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cream-dim);
  transition: color 0.3s;
  position: relative;
}
.nav__links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s var(--ease);
}
.nav__links a:hover { color: var(--cream); }
.nav__links a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav__links a.is-active { color: var(--cream); }
.nav__links a.is-active::after { transform: scaleX(1); transform-origin: left; }
.nav__cta {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid var(--gold-soft);
  padding: 0.65rem 1.3rem;
  transition: all 0.3s;
  white-space: nowrap;
}
.nav__cta:hover { background: var(--gold); color: var(--ink); }
.nav__burger { display: none; width: 2rem; height: 1.4rem; position: relative; }
.nav__burger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--cream);
  transition: all 0.35s;
}
.nav__burger span:first-child { top: 4px; }
.nav__burger span:last-child { bottom: 4px; }
.nav.is-open .nav__burger span:first-child { top: 50%; transform: rotate(45deg); }
.nav.is-open .nav__burger span:last-child { bottom: auto; top: 50%; transform: rotate(-45deg); }

/* ═══════════ WAYFINDING: dot-rail · mobile reserve · seam cues ═══════════ */
.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* dot-rail */
.dotrail {
  position: fixed;
  right: var(--pad);
  top: 50%;
  transform: translateY(-50%);
  z-index: 90;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s var(--ease);
}
.dotrail.is-visible { opacity: 1; }
.dotrail ul { list-style: none; display: flex; flex-direction: column; gap: 0.9rem; }
.dotrail__dot {
  pointer-events: auto;
  display: flex; align-items: center; justify-content: flex-end; gap: 0.7rem;
  position: relative;
  padding: 0.25rem 0;
}
.dotrail__mark {
  width: 8px; height: 8px; border-radius: 50%; flex: none;
  border: 1px solid rgba(243, 236, 223, 0.5);
  transition: transform 0.35s var(--ease), background 0.35s, border-color 0.35s;
}
.dotrail__label {
  font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--cream); white-space: nowrap;
  opacity: 0; transform: translateX(8px);
  transition: opacity 0.3s var(--ease), transform 0.3s var(--ease);
  text-shadow: 0 1px 10px rgba(12, 14, 17, 0.95);
}
.dotrail__dot:hover .dotrail__label,
.dotrail__dot:focus-visible .dotrail__label { opacity: 1; transform: translateX(0); }
.dotrail__dot.is-active .dotrail__mark { background: var(--gold); border-color: var(--gold); transform: scale(1.5); }
.dotrail__dot.is-active::before {
  content: attr(data-num);
  position: absolute; right: 22px;
  font-size: 0.56rem; letter-spacing: 0.12em; color: var(--gold);
  font-variant-numeric: tabular-nums;
}
.dotrail__dot:focus-visible { outline: none; }
.dotrail__dot:focus-visible .dotrail__mark { box-shadow: 0 0 0 3px var(--gold-soft); }

/* mobile reserve bar */
.mreserve {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 90;
  display: none;
  align-items: center; justify-content: center; gap: 0.55rem;
  padding: 0.85rem var(--pad);
  padding-bottom: calc(0.85rem + env(safe-area-inset-bottom));
  background: rgba(12, 14, 17, 0.92);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid var(--gold-soft);
  color: var(--gold);
  font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase;
  transform: translateY(110%);
  transition: transform 0.4s var(--ease);
}
.mreserve b { color: var(--cream); font-weight: 500; }
.mreserve__ico { color: var(--gold); }
.mreserve.is-shown { transform: translateY(0); }
@media (max-width: 1080px) { .mreserve { display: flex; } }

/* seam "what's next" cue */
.seam { display: flex; justify-content: center; padding: 0 0 clamp(2rem, 6vh, 4rem); margin-top: -0.5rem; }
.seam__chevron {
  width: 12px; height: 12px;
  border-right: 1.5px solid var(--gold-soft);
  border-bottom: 1.5px solid var(--gold-soft);
  transform: rotate(45deg);
  animation: seamBob 2.2s var(--ease) infinite;
}
@keyframes seamBob {
  0%, 100% { transform: rotate(45deg) translate(0, 0); opacity: 0.5; }
  50% { transform: rotate(45deg) translate(4px, 4px); opacity: 1; }
}

@media (max-width: 1080px) { .dotrail { display: none; } }
@media (hover: none), (pointer: coarse) { .dotrail { display: none; } }

/* ═══════════ HERO ═══════════ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
.hero__media { position: absolute; inset: 0; }
.hero__media video {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.6s ease;
  animation: heroZoom 26s ease-in-out infinite alternate;
}
.hero__media video.is-active { opacity: 1; }
@keyframes heroZoom { from { transform: scale(1); } to { transform: scale(1.08); } }
.hero__scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12,14,17,0.6) 0%, rgba(12,14,17,0.18) 36%, rgba(12,14,17,0.78) 76%, var(--ink) 100%),
    radial-gradient(130% 90% at 50% 105%, rgba(12,14,17,0.45), transparent 60%);
}
.hero__inner {
  position: relative;
  z-index: 2;
  padding: clamp(6rem, 12vh, 8rem) var(--pad) clamp(1.2rem, 2.5vh, 2.2rem);
  max-width: 72rem;
}
.hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  font-size: 0.72rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 2rem;
}
.hero__eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--crab);
  box-shadow: 0 0 0 0 rgba(217, 79, 43, 0.6);
  animation: dotPulse 2.4s ease-out infinite;
}
@keyframes dotPulse {
  0% { box-shadow: 0 0 0 0 rgba(217, 79, 43, 0.55); }
  70% { box-shadow: 0 0 0 12px rgba(217, 79, 43, 0); }
  100% { box-shadow: 0 0 0 0 rgba(217, 79, 43, 0); }
}
.hero__title { font-size: clamp(3.6rem, 9.5vw, 8.2rem); letter-spacing: -0.02em; }
.hero__line { display: block; overflow: hidden; }
.hero__word {
  display: inline-block;
  font-style: normal;
  transform: translateY(110%);
  animation: heroWord 1.1s 0.9s var(--ease) forwards;
}
.hero__word.w2 { animation-delay: 1.02s; }
.hero__word.w3 { animation-delay: 1.2s; }
.hero__line--sub .hero__word {
  font-style: italic;
  font-weight: 300;
  font-size: 0.4em;
  color: var(--gold);
  letter-spacing: 0.01em;
}
@keyframes heroWord { to { transform: translateY(0); } }

/* masked-video wordmark — gold-gradient base, live footage through the letters */
.hero__masktitle {
  display: block;
  position: relative;
  line-height: 1;
  clip-path: inset(0 100% 0 0);
  animation: titleWipe 1.15s 0.85s var(--ease) forwards;
}
@keyframes titleWipe { to { clip-path: inset(0 -0.08em 0 0); } }
.hero__masktitle-fill {
  display: block;
  background: linear-gradient(100deg, #b8863a 0%, var(--gold) 30%, var(--cream) 50%, var(--gold) 70%, #b8863a 100%);
  background-size: 240% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: titleSheen 8s ease-in-out infinite;
}
@keyframes titleSheen {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
.hero__masktitle-vid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none;
  -webkit-mask-image: url(../assets/brand/tram-title-mask.svg);
          mask-image: url(../assets/brand/tram-title-mask.svg);
  -webkit-mask-size: contain;    mask-size: contain;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: left center; mask-position: left center;
}
.hero.masktitle-on .hero__masktitle-vid { opacity: 1; }
.hero.masktitle-on .hero__masktitle-fill { opacity: 0; }
.hero__lede {
  max-width: 34rem;
  margin: 1.4rem 0 2rem;
  font-size: clamp(0.95rem, 1.4vw, 1.1rem);
  color: rgba(243, 236, 223, 0.86);
}
.hero__actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* glass info bar */
.hero__bar {
  position: relative;
  z-index: 2;
  margin: clamp(1.2rem, 3vh, 2.2rem) var(--pad) 1.8rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(243, 236, 223, 0.14);
  background: rgba(12, 14, 17, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.hero__bar-item {
  padding: 1.15rem 1.5rem;
  border-right: 1px solid rgba(243, 236, 223, 0.1);
  line-height: 1.45;
}
.hero__bar-item:last-child { border-right: 0; }
.hero__bar-item b {
  display: block;
  font-weight: 500;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.hero__bar-item span { font-size: 0.8rem; color: var(--cream-dim); }
.hero__bar-item--yelp b { color: var(--gold); }
.hero__bar-item--yelp { transition: background 0.3s; }
.hero__bar-item--yelp:hover { background: rgba(201, 162, 75, 0.12); }

.hero__dots {
  position: absolute;
  right: var(--pad);
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.hero__dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid rgba(243, 236, 223, 0.5);
  transition: all 0.3s;
  padding: 0;
}
.hero__dots button.is-active { background: var(--gold); border-color: var(--gold); transform: scale(1.3); }

/* ═══════════ TICKER ═══════════ */
.ticker {
  border-block: 1px solid rgba(201, 162, 75, 0.22);
  background: var(--ink-2);
  overflow: hidden;
  padding: 1.05rem 0;
}
.ticker__track {
  display: flex;
  align-items: center;
  gap: 2.8rem;
  width: max-content;
  animation: tickerScroll 44s linear infinite;
}
.ticker__track span {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.02rem;
  color: var(--cream-dim);
  white-space: nowrap;
}
.ticker__track i { font-style: normal; font-size: 0.55rem; color: var(--gold); }
@keyframes tickerScroll { to { transform: translateX(-50%); } }

/* ═══════════ STATS ═══════════ */
.stats {
  position: relative;
  padding: clamp(4rem, 7vw, 6.5rem) var(--pad);
  overflow: hidden;
  border-top: 1px solid rgba(201, 162, 75, 0.16);
}
.stats__bg {
  position: absolute;
  inset: 0;
  background: url(../assets/img/crab-on-ice.jpg) center / cover no-repeat;
  opacity: 0.16;
  filter: saturate(0.85);
}
.stats::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(130% 120% at 50% 45%, transparent 20%, rgba(12,14,17,0.55) 60%, var(--ink) 88%);
  pointer-events: none;
}
.stats__inner { position: relative; z-index: 1; max-width: var(--max); margin: 0 auto; }
.stats__lead {
  text-align: center;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.2rem, 2.4vw, 1.7rem);
  color: var(--gold);
  margin-bottom: clamp(2.6rem, 4vw, 3.6rem);
}
.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.stat { border-left: 1px solid rgba(201, 162, 75, 0.3); padding-left: 1.6rem; }
.stat__num {
  font-family: var(--serif);
  font-size: clamp(2.6rem, 5vw, 4rem);
  line-height: 1;
  display: block;
}
.stat__num i {
  font-style: italic;
  font-size: 0.45em;
  color: var(--gold);
  margin-left: 0.15em;
}
.stat__label {
  display: block;
  margin-top: 0.7rem;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cream-dim);
}

/* ═══════════ STORY ═══════════ */
.story__grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}
.story__text p:not(.eyebrow) {
  color: rgba(243, 236, 223, 0.78);
  max-width: 32rem;
  margin-top: 1.4rem;
}
.story__sig { display: flex; align-items: center; gap: 1.4rem; margin-top: 2.6rem !important; }
.story__sig-rule { width: 3rem; height: 1px; background: var(--gold); flex: none; }
.story__sig p {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 !important;
  line-height: 1.9;
}
.story__sig em {
  color: var(--gold);
  font-family: var(--serif);
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 1.02rem;
}
.story__collage {
  position: relative;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  grid-template-rows: 1fr 1fr;
  gap: 0.75rem;
  aspect-ratio: 1 / 1.08;
  max-height: 46rem;
  width: 100%;
  max-width: 42rem;
  margin-inline: auto;
}
.story__collage::before {
  content: "";
  position: absolute;
  inset: 1.6rem -1.5rem -1.5rem 1.6rem;
  border: 1px solid var(--gold-soft);
  z-index: -1;
  pointer-events: none;
}
.story__main {
  position: relative;
  grid-column: 2;
  grid-row: 1 / span 2;
  overflow: hidden;
}
.story__main img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.story__main figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(12, 14, 17, 0.82);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cream-dim);
  padding: 0.8rem 1.2rem;
}
.story__small {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(243, 236, 223, 0.08);
}
.story__small img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.92); transition: transform 1s var(--ease); }
.story__small:hover img, .story__main:hover img { transform: scale(1.04); }
.story__small--a { grid-column: 1; grid-row: 1; }
.story__small--b { grid-column: 1; grid-row: 2; }

/* ═══════════ TANK ═══════════ */
.tank { position: relative; overflow: hidden; }
.tank__media { position: absolute; inset: 0; }
.tank__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--ink) 0%, rgba(12,14,17,0.62) 22%, rgba(12,14,17,0.62) 78%, var(--ink) 100%);
}
.tank__inner { position: relative; z-index: 2; max-width: var(--max); margin: 0 auto; }
.eyebrow--light { color: var(--gold); }
.tank__lede { max-width: 30rem; color: rgba(243, 236, 223, 0.85); margin-top: 1.4rem; }
.tank__steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 3.5vw, 3.5rem);
  margin-top: clamp(3rem, 6vw, 5rem);
}
.tank__steps li { border-top: 1px solid rgba(201, 162, 75, 0.35); padding-top: 1.6rem; }
.tank__step-num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 2.6rem;
  color: var(--gold);
  line-height: 1;
  display: block;
}
.tank__steps h3 { font-size: 1.25rem; margin: 1rem 0 0.6rem; letter-spacing: 0.02em; }
.tank__steps p { font-size: 0.92rem; color: rgba(243, 236, 223, 0.75); }
.tank__chips { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: clamp(2.5rem, 5vw, 4rem); }
.chip {
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.6rem 1.1rem;
  border: 1px solid rgba(243, 236, 223, 0.2);
  background: rgba(12, 14, 17, 0.5);
  backdrop-filter: blur(8px);
}
.chip b { color: var(--gold); font-weight: 500; margin-left: 0.4rem; }

/* ═══════════ TANK PICKER ═══════════ */
.tankpick {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: stretch;
  margin-top: clamp(2.5rem, 5vw, 4rem);
}
.tankpick__rail {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  align-self: center;
}
.tankpick__rail:focus-visible { outline: 2px solid var(--gold); outline-offset: 6px; }
.tankpick__card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.1rem;
  padding: 0.85rem 1.1rem 0.85rem 0.85rem;
  background: rgba(12, 14, 17, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(243, 236, 223, 0.1);
  position: relative;
  cursor: pointer;
  transition: background 0.35s var(--ease), border-color 0.35s var(--ease), transform 0.35s var(--ease);
  text-align: left;
}
.tankpick__card::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  transition: border-color 0.35s var(--ease);
  pointer-events: none;
}
.tankpick__card:hover { background: rgba(201, 162, 75, 0.08); transform: translateX(4px); }
.tankpick__card.is-active { background: rgba(201, 162, 75, 0.1); border-color: transparent; }
.tankpick__card.is-active::after { border-color: var(--gold); }
.tankpick__thumb {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  flex: none;
  filter: saturate(0.9);
  box-shadow: inset 0 0 0 1px rgba(201, 162, 75, 0.35);
}
.tankpick__id { display: flex; flex-direction: column; gap: 0.1rem; min-width: 0; }
.tankpick__vi {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.28rem;
  line-height: 1.1;
  color: var(--cream);
  transition: color 0.3s;
}
.tankpick__card.is-active .tankpick__vi { color: var(--gold); }
.tankpick__en {
  font-size: 0.64rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--cream-dim);
}
.tankpick__tier {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--gold);
  letter-spacing: 0.04em;
  opacity: 0.7;
  transition: opacity 0.3s;
}
.tankpick__card.is-active .tankpick__tier { opacity: 1; }

.tankpick__viewer {
  position: relative;
  aspect-ratio: 4 / 5;
  max-height: 40rem;
  overflow: hidden;
  border: 1px solid rgba(243, 236, 223, 0.12);
}
.tankpick__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.45s ease, transform 8s ease;
}
.tankpick__img.is-fading { opacity: 0; }
.tankpick__ripple {
  position: absolute;
  left: 50%;
  top: 42%;
  width: 12rem;
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.2);
  background: radial-gradient(circle, rgba(201,162,75,0) 38%, rgba(201,162,75,0.32) 52%, rgba(243,236,223,0.2) 60%, rgba(201,162,75,0) 72%);
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: screen;
}
.tankpick__ripple.is-rippling { animation: tankRipple 0.9s var(--ease) forwards; }
@keyframes tankRipple {
  0% { opacity: 0.9; transform: translate(-50%, -50%) scale(0.2); }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(2.6); }
}
.tankpick__plate {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.5rem 1.6rem 1.4rem;
  background: linear-gradient(180deg, transparent, rgba(12, 14, 17, 0.6) 30%, rgba(12, 14, 17, 0.92));
  backdrop-filter: blur(2px);
}
.tankpick__plate-vi {
  display: block;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.6rem, 2.6vw, 2.1rem);
  line-height: 1.05;
  color: var(--cream);
}
.tankpick__plate-en {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 0.4rem;
}
.tankpick__plate-note {
  font-size: 0.86rem;
  color: rgba(243, 236, 223, 0.78);
  margin-top: 0.7rem;
  max-width: 30rem;
}
.tankpick__plate-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(201, 162, 75, 0.28);
}
.tankpick__weight {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cream-dim);
}
.tankpick__price { text-align: right; line-height: 1.3; }
.tankpick__tier-lg {
  display: block;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.4rem;
  color: var(--gold);
  letter-spacing: 0.06em;
}
.tankpick__unit {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(185, 176, 160, 0.75);
}
.tankpick__nudge {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  flex-wrap: wrap;
  margin-top: clamp(2rem, 4vw, 3rem);
}
.tankpick__nudge p {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.1rem;
  color: var(--cream-dim);
  margin: 0;
}
.tank__steps--demoted { margin-top: clamp(3rem, 6vw, 4.5rem); opacity: 0.92; }

/* Build Your Feast — step tag + Tank→Sauces bridge */
.steptag {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cream-dim);
  margin: 1.1rem 0 0;
}
.steptag__badge {
  font-family: var(--serif);
  font-style: italic;
  text-transform: none;
  letter-spacing: 0.01em;
  font-size: 1rem;
  color: var(--gold);
  padding: 0.15rem 0.75rem;
  border: 1px solid var(--gold-soft);
  border-radius: 999px;
}
.feastbridge {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-top: clamp(2.5rem, 5vw, 4rem);
  padding: 1.3rem 1.6rem;
  border: 1px solid var(--gold-soft);
  background: rgba(201, 162, 75, 0.05);
  transition: background 0.35s var(--ease), transform 0.35s var(--ease);
}
.feastbridge:hover { background: rgba(201, 162, 75, 0.1); transform: translateY(-2px); }
.feastbridge__done {
  font-size: 0.68rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--cream-dim);
}
.feastbridge__next {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.1rem, 2.2vw, 1.5rem);
  color: var(--cream);
}
.feastbridge__next i { color: var(--gold); font-style: normal; margin-left: 0.4rem; }

/* ═══════════ SAUCES ═══════════ */
.sauces { background: var(--ink-2); }
.sauces__grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
}
.sauces__text > p:not(.eyebrow) { color: rgba(243, 236, 223, 0.78); max-width: 30rem; margin-top: 1.4rem; }
.sauces__list { margin-top: 2.4rem; display: grid; }
.sauce {
  border-top: 1px solid rgba(243, 236, 223, 0.12);
  padding: 1.3rem 0.4rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.2rem 1.4rem;
  align-items: baseline;
  transition: background 0.3s, padding 0.35s var(--ease);
  position: relative;
}
.sauce:last-child { border-bottom: 1px solid rgba(243, 236, 223, 0.12); }
.sauce::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  height: 1px;
  width: 0;
  background: var(--gold);
  transition: width 0.5s var(--ease);
}
.sauce.is-active::before { width: 100%; }
.sauce:hover { background: rgba(201, 162, 75, 0.04); }
.sauce.is-active { padding-left: 1rem; }
.sauce__vi {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.5rem;
  color: var(--cream-dim);
  transition: color 0.3s;
  min-width: 7.5rem;
}
.sauce.is-active .sauce__vi { color: var(--gold); }
.sauce__en {
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
}
.sauce p {
  grid-column: 1 / -1;
  font-size: 0.88rem;
  color: rgba(243, 236, 223, 0.68);
  max-width: 28rem;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s var(--ease), opacity 0.5s, margin 0.5s;
}
.sauce.is-active p { max-height: 6rem; opacity: 1; margin-top: 0.5rem; }
.sauces__media {
  position: sticky;
  top: 12vh;
  aspect-ratio: 4 / 5;
  max-height: 42rem;
  overflow: hidden;
}
.sauces__media::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(243, 236, 223, 0.12);
  pointer-events: none;
}
.sauces__media img { transition: opacity 0.45s ease; }
.sauces__media img.is-fading { opacity: 0; }

/* ═══════════ DISHES ═══════════ */
.dishes { max-width: var(--max); margin-inline: auto; }
.dishes__head { margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }

.feature {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
  margin-bottom: clamp(3rem, 6vw, 5.5rem);
}
.feature--flip { grid-template-columns: 0.85fr 1.15fr; }
.feature--flip figure { order: 2; }
.feature figure { aspect-ratio: 16 / 11; overflow: hidden; }
.feature img { transition: transform 1.2s var(--ease); }
.feature:hover img { transform: scale(1.04); }
.feature__num {
  font-family: var(--serif);
  font-style: italic;
  color: var(--crab);
  font-size: 1.1rem;
  display: block;
  margin-bottom: 0.8rem;
}
.feature__text h3 { font-size: clamp(1.9rem, 3.4vw, 2.9rem); }
.feature__en {
  font-size: 0.78rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0.5rem 0 1.1rem;
}
.feature__text > p:not(.feature__en) { color: rgba(243, 236, 223, 0.75); font-size: 0.95rem; max-width: 26rem; }
.feature__price {
  display: inline-block;
  margin-top: 1.3rem;
  font-family: var(--serif);
  font-style: italic;
  color: var(--gold);
  border-bottom: 1px solid var(--gold-soft);
  padding-bottom: 0.2rem;
}

.dishes__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.2rem, 2.5vw, 2rem) clamp(1rem, 1.8vw, 1.6rem);
}

/* horizontal-scroll strip (desktop pin) */
.dishes__hscroll { position: relative; width: 100vw; left: 50%; margin-left: -50vw; }
.dishes__hsticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.dishes__htrack {
  display: flex;
  gap: clamp(1.2rem, 2vw, 2rem);
  padding-inline: var(--pad);
  will-change: transform;
}
.dishes__htrack .dish { flex: 0 0 clamp(300px, 25vw, 380px); }
.dishes__hbar {
  position: absolute;
  top: 10vh;
  left: var(--pad);
  right: var(--pad);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(201, 162, 75, 0.2);
}
.dishes__hbar-label {
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
}
.dishes__hbar-hint {
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.95rem;
  color: var(--cream-dim);
}
.dishes__hbar-hint i { color: var(--gold); font-style: normal; }
.dishes__hprogress {
  position: absolute;
  left: var(--pad);
  right: var(--pad);
  bottom: 10vh;
  height: 2px;
  background: rgba(243, 236, 223, 0.14);
}
.dishes__hprogress span {
  display: block;
  height: 100%;
  width: 100%;
  background: var(--gold);
  transform-origin: left;
  transform: scaleX(0);
}

.dish figure { aspect-ratio: 4 / 5; overflow: hidden; position: relative; }
.dish figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(12,14,17,0.55));
  opacity: 0;
  transition: opacity 0.5s;
}
.dish img { transition: transform 0.9s var(--ease), filter 0.9s; filter: saturate(0.92); }
.dish:hover img { transform: scale(1.06); filter: saturate(1.05); }
.dish:hover figure::after { opacity: 1; }
.dish__meta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.15rem 1rem;
  padding-top: 1.05rem;
  border-top: 1px solid rgba(243, 236, 223, 0.12);
  margin-top: 1.05rem;
}
.dish__meta h3 { font-size: 1.18rem; }
.dish__en { grid-column: 1; font-size: 0.8rem; color: var(--cream-dim); }
.dish__price {
  grid-row: 1;
  grid-column: 2;
  font-family: var(--serif);
  font-style: italic;
  color: var(--gold);
  font-size: 1rem;
  white-space: nowrap;
}
.dishes__note {
  margin-top: 2.8rem;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(185, 176, 160, 0.6);
}

/* ═══════════ INTERLUDE ═══════════ */
.interlude {
  position: relative;
  min-height: 72svh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}
.interlude__media { position: absolute; inset: 0; }
.interlude__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--ink), rgba(12,14,17,0.45) 30%, rgba(12,14,17,0.45) 70%, var(--ink));
}
.interlude__quote { position: relative; z-index: 2; padding: 6rem var(--pad); }
.interlude__quote p {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 6vw, 4.6rem);
  line-height: 1.15;
}
.interlude__quote em { font-style: italic; color: var(--gold); }
.interlude__quote cite {
  display: block;
  margin-top: 1.8rem;
  font-style: normal;
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--cream-dim);
}

/* ═══════════ MENU (tabs) ═══════════ */
.menu { background: var(--ink-2); }
.menu__head, .menu__tabs, .menu__layout { max-width: var(--max); margin-inline: auto; }
.menu__head { margin-bottom: 2.6rem; }
.menu__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  border-bottom: 1px solid rgba(243, 236, 223, 0.14);
  padding-bottom: 0;
}
.menu__tab {
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cream-dim);
  padding: 0.9rem 1.2rem;
  position: relative;
  transition: color 0.3s;
}
.menu__tab::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform 0.4s var(--ease);
}
.menu__tab:hover { color: var(--cream); }
.menu__tab.is-active { color: var(--gold); }
.menu__tab.is-active::after { transform: scaleX(1); }
.menu__layout {
  margin-top: 1.8rem;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: start;
}
.menu__panels { margin-top: 0; }
.menu__panel { display: none; }
.menu__panel.is-active { display: block; animation: panelIn 0.55s var(--ease); }
@keyframes panelIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.menu__panel ul { list-style: none; }
.menu__panel li {
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
  padding: 0.95rem 0.9rem;
  margin-inline: -0.9rem;
  border-bottom: 1px dotted rgba(243, 236, 223, 0.14);
  font-size: 1rem;
  position: relative;
  cursor: default;
  transition: background 0.3s var(--ease), padding-left 0.35s var(--ease);
}
.menu__panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 0;
  background: var(--gold);
  transform: translateY(-50%);
  transition: height 0.35s var(--ease);
}
.menu__panel li:hover { background: rgba(201, 162, 75, 0.06); padding-left: 1.5rem; }
.menu__panel li:hover::before { height: 62%; }
.menu__panel li:hover span { color: var(--cream); }
.menu__panel li span { flex: 1; transition: color 0.3s; }
.menu__panel li em { display: block; font-family: var(--serif); font-size: 0.9rem; color: var(--cream-dim); }
.menu__panel li b { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--gold); font-size: 1.05rem; }
.menu__cta { margin-top: 2rem; font-size: 0.92rem; color: var(--cream-dim); }
.menu__cta a { color: var(--gold); border-bottom: 1px solid var(--gold-soft); }

.menu__preview {
  position: sticky;
  top: 12vh;
  aspect-ratio: 4 / 5;
  max-height: 40rem;
  overflow: hidden;
  border: 1px solid rgba(243, 236, 223, 0.12);
}
.menu__preview-img { width: 100%; height: 100%; object-fit: cover; transition: opacity 0.4s ease, transform 6s ease; filter: saturate(0.95); }
.menu__preview-img.is-fading { opacity: 0; }
.menu__preview-cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.4rem 1.5rem;
  background: linear-gradient(180deg, transparent, rgba(12, 14, 17, 0.9));
}
.menu__preview-cap span {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  color: var(--cream);
}

/* ═══════════ GALLERY MARQUEE ═══════════ */
.gallery { padding: clamp(4rem, 8vw, 7rem) 0; overflow: hidden; display: grid; gap: 0.6rem; }
.gallery__head {
  max-width: var(--max);
  margin-inline: auto;
  padding: 0 var(--pad) clamp(2rem, 4vw, 3rem);
  text-align: center;
}
.gallery__head h2 { margin-top: 0.4rem; }

/* early pulled-quote hook */
.pullquote {
  max-width: 60rem;
  margin-inline: auto;
  padding: clamp(3.5rem, 8vw, 6rem) var(--pad);
  text-align: center;
  position: relative;
}
.pullquote__mark {
  font-family: var(--serif);
  color: var(--gold-soft);
  font-size: clamp(4rem, 12vw, 8rem);
  line-height: 0.6;
  margin-bottom: 0.4rem;
}
.pullquote__text {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(1.5rem, 3.4vw, 2.6rem);
  line-height: 1.28;
  color: var(--cream);
}
.pullquote__text em { font-style: italic; color: var(--gold); }
.pullquote__cite {
  display: block;
  margin-top: 1.8rem;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--cream-dim);
  font-style: normal;
}
.gallery__lane { overflow: hidden; transform: skewX(var(--skew, 0deg)); transition: transform 0.4s var(--ease); }
.gallery__track {
  display: flex;
  gap: 0.6rem;
  width: max-content;
  animation: laneScroll 60s linear infinite;
}
.gallery__lane--reverse .gallery__track { animation-direction: reverse; }
.gallery__lane:hover .gallery__track { animation-play-state: paused; }
@keyframes laneScroll { to { transform: translateX(-50%); } }
.gallery figure {
  width: clamp(240px, 26vw, 380px);
  height: clamp(180px, 19vw, 270px);
  flex: none;
  overflow: hidden;
}
.gallery img, .gallery video { transition: transform 0.8s var(--ease), filter 0.8s; filter: saturate(0.9); }
.gallery figure:hover img, .gallery figure:hover video { transform: scale(1.05); filter: saturate(1.05); }

/* ═══════════ EVENTS ═══════════ */
.events__card {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  background: var(--ink-3);
  border: 1px solid rgba(201, 162, 75, 0.16);
}
.events__text { padding: clamp(2.5rem, 5vw, 5rem); display: flex; flex-direction: column; justify-content: center; }
.events__text > p:not(.eyebrow) { color: rgba(243, 236, 223, 0.78); max-width: 30rem; margin: 1.4rem 0 1.8rem; }
.events__perks { list-style: none; margin-bottom: 2.2rem; }
.events__perks li {
  padding: 0.55rem 0 0.55rem 1.8rem;
  position: relative;
  font-size: 0.92rem;
  color: rgba(243, 236, 223, 0.8);
}
.events__perks li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 0.7rem;
  top: 0.85rem;
}
.events__media { display: grid; grid-template-rows: auto auto; gap: 4px; align-content: center; }
.events__media figure { overflow: hidden; }
.events__media figure:first-child { height: clamp(230px, 27vw, 350px); }
.events__media figure:last-child { height: clamp(170px, 20vw, 260px); }


/* events — head, type grid (added for Seafood Paradise) */
.events__head { max-width: var(--max); margin: 0 auto clamp(2.2rem, 4vw, 3.4rem); text-align: center; }
.events__head h2 { margin-top: 0.4rem; }
.events__lead {
  max-width: 46rem;
  margin: 1.5rem auto 0;
  color: rgba(243, 236, 223, 0.8);
  font-size: clamp(0.98rem, 1.3vw, 1.08rem);
}
.events__sub {
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  line-height: 1.15;
  margin: 0.9rem 0 0;
}
.events__types {
  list-style: none;
  max-width: var(--max);
  margin: clamp(2.2rem, 4vw, 3.4rem) auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(201, 162, 75, 0.16);
  border: 1px solid rgba(201, 162, 75, 0.16);
}
.etype {
  background: var(--ink-2);
  padding: clamp(1.5rem, 2.5vw, 2.1rem);
  transition: background 0.35s var(--ease);
}
.etype:hover { background: var(--ink-3); }
.etype__vi {
  display: block;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.32rem;
  color: var(--gold);
  line-height: 1;
}
.etype h3 {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0.7rem 0 0.55rem;
  color: var(--cream);
}
.etype p { font-size: 0.88rem; color: rgba(243, 236, 223, 0.72); line-height: 1.6; }
.visit__note { color: var(--cream-dim); font-size: 0.86em; }

/* ═══════════ REVIEWS (carousel) ═══════════ */
.reviews { max-width: 54rem; margin-inline: auto; text-align: center; }
.reviews__viewport { position: relative; min-height: 16rem; }
.reviews__viewport blockquote {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.7s ease, transform 0.7s var(--ease);
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.reviews__viewport blockquote.is-active { opacity: 1; transform: none; pointer-events: auto; }
.reviews blockquote p {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.4rem, 3vw, 2.1rem);
  line-height: 1.45;
  color: rgba(243, 236, 223, 0.92);
}
.reviews cite {
  display: block;
  margin-top: 1.6rem;
  font-style: normal;
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--cream-dim);
}
.reviews__dots { display: flex; justify-content: center; gap: 0.7rem; margin-top: 2rem; }
.reviews__dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid rgba(243, 236, 223, 0.4);
  padding: 0;
  transition: all 0.3s;
}
.reviews__dots button.is-active { background: var(--gold); border-color: var(--gold); }
.reviews__link { margin-top: 2.6rem; }
.reviews__link a {
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  border-bottom: 1px solid var(--gold-soft);
  padding-bottom: 0.35rem;
  transition: border-color 0.3s;
}
.reviews__link a:hover { border-color: var(--gold); }

/* ═══════════ CTA BAND ═══════════ */
.cta {
  position: relative;
  min-height: 62svh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.cta__media { position: absolute; inset: 0; }
.cta__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--ink), rgba(12,14,17,0.5) 35%, rgba(12,14,17,0.55) 65%, var(--ink-2));
}
.cta__inner { position: relative; z-index: 2; padding: 6rem var(--pad); }
.cta__vi {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.1rem, 2.4vw, 1.6rem);
  color: var(--gold);
  margin-bottom: 0.8rem;
}
.cta h2 { font-size: clamp(2.8rem, 7vw, 5.6rem); }
.cta__actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-top: 2.6rem; }

/* ═══════════ VISIT ═══════════ */
.visit { display: grid; grid-template-columns: 1fr 1fr; background: var(--ink-2); }
.visit__map { position: relative; min-height: 480px; }
.visit__map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1) invert(0.92) contrast(0.9) brightness(0.9);
}
.visit__panel { display: flex; flex-direction: column; justify-content: center; }
.visit__rows {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.2rem 2rem;
  margin: 2.6rem 0 2.8rem;
  max-width: 34rem;
}
.visit__row h3 {
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.7rem;
}
.visit__row p { font-size: 0.98rem; color: rgba(243, 236, 223, 0.85); }
.visit__row a { border-bottom: 1px solid var(--gold-soft); transition: border-color 0.3s; }
.visit__row a:hover { border-color: var(--gold); }
.visit .btn { align-self: flex-start; }

/* ═══════════ FOOTER ═══════════ */
.footer {
  position: relative;
  padding: clamp(4rem, 8vw, 7rem) var(--pad) 2.5rem;
  border-top: 1px solid rgba(201, 162, 75, 0.16);
  overflow: hidden;
}
.footer__mark {
  position: absolute;
  left: 50%;
  bottom: -0.18em;
  transform: translateX(-50%);
  font-family: var(--serif);
  font-size: clamp(7rem, 22vw, 20rem);
  line-height: 1;
  color: rgba(243, 236, 223, 0.04);
  white-space: nowrap;
  pointer-events: none;
}
.footer__seal {
  position: relative;
  width: 148px;
  height: 148px;
  margin: 0 auto 3rem;
  object-fit: contain;
}
.footer__cols {
  position: relative;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.footer__cols h4 {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.footer__cols p { font-size: 0.92rem; color: rgba(243, 236, 223, 0.78); }
.footer__cols a { border-bottom: 1px solid transparent; transition: border-color 0.3s, color 0.3s; }
.footer__cols a:hover { color: var(--gold); border-color: var(--gold-soft); }
.footer__fine {
  position: relative;
  max-width: var(--max);
  margin: 3.5rem auto 0;
  font-size: 0.7rem;
  color: rgba(185, 176, 160, 0.5);
  letter-spacing: 0.06em;
}

/* ═══════════ GRAIN ═══════════ */
.grain {
  position: fixed;
  inset: -50%;
  z-index: 999;
  pointer-events: none;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grainShift 0.9s steps(2) infinite;
}
@keyframes grainShift {
  0% { transform: translate(0, 0); }
  25% { transform: translate(-2%, 1%); }
  50% { transform: translate(1%, -2%); }
  75% { transform: translate(-1%, 2%); }
  100% { transform: translate(2%, -1%); }
}

/* ═══════════ REVEALS ═══════════ */
.reveal, .reveal-img {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}
.reveal-img {
  transform: translateY(0);
  clip-path: inset(8% 0 8% 0);
  transition: opacity 1.1s ease, clip-path 1.1s var(--ease);
}
.reveal.is-in, .reveal-img.is-in { opacity: 1; transform: translateY(0); clip-path: inset(0 0 0 0); }
.d1 { transition-delay: 0.12s; }
.d2 { transition-delay: 0.24s; }
.d3 { transition-delay: 0.36s; }
.d4 { transition-delay: 0.48s; }
.d5 { transition-delay: 0.6s; }

/* directional wipe reveal — editorial curtain for lead images */
.reveal-wipe {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transition: opacity 1.1s ease, clip-path 1.15s var(--ease);
}
.reveal-wipe.is-in { opacity: 1; clip-path: inset(0 0 0 0); }

/* word-by-word headline reveal — echoes the hero's signature move */
.reveal-words .word {
  display: inline-block;
  overflow: hidden;
  padding: 0.05em 0.06em 0.14em;
  margin: -0.05em -0.06em -0.14em;
}
.reveal-words .word__in {
  display: inline-block;
  transform: translateY(115%);
  transition: transform 0.85s var(--ease);
  transition-delay: calc(var(--i, 0) * 65ms);
}
.reveal-words.is-in .word__in { transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-img, .reveal-wipe { opacity: 1; transform: none; clip-path: none; transition: none; }
  .reveal-words .word__in { transform: none; transition: none; }
  .seam__chevron { animation: none; opacity: 0.6; }
  .dotrail__mark, .dotrail__label { transition: none; }
  .mreserve { transition: none; transform: none; opacity: 0; pointer-events: none; }
  .mreserve.is-shown { opacity: 1; pointer-events: auto; }
  .hero__media video, .ticker__track, .grain, .gallery__track { animation: none !important; }
  .hero__word { transform: none; animation: none; }
  .hero__masktitle { clip-path: none; animation: none; }
  .hero__masktitle-fill { animation: none; }
  .loader { display: none; }
  html { scroll-behavior: auto; }
  .tankpick__ripple { animation: none !important; opacity: 0; }
  .tankpick__img { transition: none; }
  .tankpick__card:hover { transform: none; }
  /* un-pin the dishes strip → static horizontal scroll */
  .dishes__hscroll { width: auto; left: auto; margin-left: 0; height: auto !important; }
  .dishes__hsticky { position: static; height: auto; overflow: visible; display: block; }
  .dishes__htrack { transform: none !important; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 1rem; }
  .dishes__htrack .dish { scroll-snap-align: start; flex-basis: clamp(240px, 60vw, 320px); }
  .dishes__hprogress, .dishes__hbar { display: none; }
}

/* ═══════════ RESPONSIVE ═══════════ */
@media (max-width: 900px) {
  /* kill any sub-pixel horizontal jiggle on phones (no sticky pin active at this width) */
  html, body { overflow-x: clip; }
  .dishes__hscroll { width: auto; left: auto; margin-left: 0; height: auto !important; }
  .dishes__hsticky { position: static; height: auto; overflow: visible; display: block; }
  .dishes__htrack {
    transform: none !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 1rem;
    scrollbar-width: none;
  }
  .dishes__htrack::-webkit-scrollbar { display: none; }
  .dishes__htrack .dish { scroll-snap-align: start; flex-basis: clamp(240px, 68vw, 320px); }
  .dishes__hprogress, .dishes__hbar { display: none; }
}
@media (max-width: 1080px) {
  .nav__links { display: none; }
  .nav__cta { display: none; }
  .nav__burger { display: block; }
  .nav.is-open .nav__links {
    display: flex;
    flex-direction: column;
    position: fixed;
    inset: 0;
    background: rgba(12, 14, 17, 0.97);
    justify-content: center;
    align-items: center;
    gap: 2.2rem;
    z-index: -1;
    padding-top: 3rem;
  }
  .nav.is-open .nav__links a { font-size: 1.05rem; }
  .hero__bar { grid-template-columns: 1fr 1fr; }
  .hero__bar-item:nth-child(2) { border-right: 0; }
  .hero__dots { display: none; }
  .stats__grid { grid-template-columns: 1fr 1fr; gap: 2.5rem 2rem; }
  .story__grid { grid-template-columns: 1fr; }
  .story__collage { max-width: 34rem; }
  .sauces__grid { grid-template-columns: 1fr; }
  .sauces__media { position: static; max-width: 34rem; }
  .tankpick { grid-template-columns: 1fr; gap: 1.8rem; }
  .tankpick__rail {
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    align-self: stretch;
  }
  .tankpick__card {
    flex: 0 0 auto;
    width: max-content;
    min-width: 0;
    grid-template-columns: auto auto auto;
    gap: 0.8rem;
    padding: 0.7rem 1rem 0.7rem 0.7rem;
    scroll-snap-align: start;
  }
  .tankpick__card:hover { transform: none; }
  .tankpick__thumb { width: 2.8rem; height: 2.8rem; }
  .tankpick__vi { font-size: 1.18rem; }
  .tankpick__viewer { max-height: 32rem; margin-inline: auto; width: 100%; max-width: 34rem; }
  .menu__layout { grid-template-columns: 1fr; }
  .menu__preview { display: none; }
  .menu__panel li:hover { padding-left: 0.9rem; }
  .feature, .feature--flip { grid-template-columns: 1fr; gap: 1.6rem; }
  .feature--flip figure { order: 0; }
  .dishes__grid { grid-template-columns: repeat(2, 1fr); }
  .events__card { grid-template-columns: 1fr; }
  .events__types { grid-template-columns: 1fr 1fr; }
  .events__media { grid-template-rows: none; grid-template-columns: 1.2fr 0.8fr; }
  .visit { grid-template-columns: 1fr; }
  .visit__map { min-height: 380px; order: 2; }
  .footer__cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  /* ── HERO: lighter, cleaner CTAs + tighter rhythm ── */
  .hero__inner { padding-top: clamp(5rem, 13vh, 7rem); padding-bottom: 0.6rem; }
  .hero__lede { margin: 1.2rem 0 1.7rem; }
  .hero__actions { flex-direction: column; align-items: stretch; gap: 0.35rem; }
  .hero__actions .btn { text-align: center; }
  .hero__actions .btn--gold { padding: 1.05rem 1.5rem; }
  .hero__actions .btn--ghost {
    border: 0;
    color: var(--gold);
    padding: 0.7rem;
    font-size: 0.7rem;
    letter-spacing: 0.26em;
  }
  .hero__actions .btn--ghost:hover { color: var(--gold); transform: none; }

  /* ── BUILD YOUR FEAST: decompress the stacked closing beats ── */
  .tank__lede { margin-top: 1.1rem; }
  /* three-step process → a compact numbered ribbon (number beside its text) */
  .tank__steps { grid-template-columns: 1fr; gap: 0; }
  .tank__steps--demoted { margin-top: 2rem; }
  .tank__steps--demoted li {
    display: grid;
    grid-template-columns: 2.5rem 1fr;
    column-gap: 1.1rem;
    row-gap: 0.15rem;
    padding: 1.05rem 0 0;
  }
  .tank__steps--demoted li + li { margin-top: 1.1rem; }
  .tank__steps--demoted .tank__step-num { grid-row: 1 / 3; align-self: start; font-size: 1.95rem; }
  .tank__steps--demoted h3 { grid-column: 2; margin: 0; font-size: 1.02rem; }
  .tank__steps--demoted p { grid-column: 2; margin: 0; font-size: 0.82rem; line-height: 1.5; }
  /* nudge: keep the poetic line, drop its Reserve button — the fixed bar + feastbridge cover the CTA */
  .tankpick__nudge { justify-content: center; text-align: center; margin-top: 1.5rem; gap: 0.6rem; }
  .tankpick__nudge .btn { display: none; }
  .tankpick__nudge p { font-size: 1rem; }
  .feastbridge { margin-top: 2.2rem; }

  /* ── SAUCES: shorter image, tighter list ── */
  .sauces__list { margin-top: 1.8rem; }
  .sauces__media { aspect-ratio: 5 / 4; max-height: 20rem; margin-top: 0.4rem; }

  .hero__bar { grid-template-columns: 1fr 1fr; margin-inline: 1rem; }
  .hero__bar-item { padding: 0.8rem 1rem; border-right: 1px solid rgba(243, 236, 223, 0.1); border-bottom: 1px solid rgba(243, 236, 223, 0.1); }
  .hero__bar-item:nth-child(2n) { border-right: 0; }
  .hero__bar-item:nth-child(n+3) { border-bottom: 0; }
  .hero__bar-item b { font-size: 0.72rem; }
  .hero__bar-item span { font-size: 0.74rem; }
  .visit__rows { grid-template-columns: 1fr; }
  .gallery figure { width: 62vw; height: 44vw; }
  .footer__cols { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .dishes__grid { grid-template-columns: 1fr; }
  .hero__eyebrow { font-size: 0.62rem; letter-spacing: 0.26em; }
  .sauce__vi { min-width: 5.5rem; font-size: 1.25rem; }
  .tankpick__plate-note { display: none; }
}

/* ═══════════ SEAFOOD PARADISE — TUNING ═══════════ */
/* the wordmark is much longer than the original name, so it needs its own scale */
.hero__title { font-size: clamp(2.4rem, 6vw, 5.2rem); letter-spacing: -0.01em; }
.hero__line--sub .hero__word { font-size: 0.34em; }
/* the dim sum hero clip is bright — darken it so the scrim can hold the type */
.hero__media video { filter: brightness(0.62) saturate(0.95); }
.tank__media video { filter: brightness(0.7); }
/* the performer shot is portrait; keep her face in frame when cropped to a band */
.events__media figure:first-child img { object-position: center 18%; }
/* keep step badges on one line ("Thu–Sun" was wrapping into a blob on mobile) */
.steptag__badge { white-space: nowrap; }
.steptag { flex-wrap: wrap; row-gap: 0.4rem; }
/* video inside the events media band behaves like the images do */
.events__media video { width: 100%; height: 100%; object-fit: cover; object-position: 68% center; filter: saturate(0.88); display: block; }

/* ═══════════ LANGUAGE TOGGLE ═══════════ */
.langtog {
  display: flex;
  align-items: stretch;
  border: 1px solid rgba(201, 162, 75, 0.42);
  border-radius: 999px;
  overflow: hidden;
  margin-left: auto;
  flex: none;
}
.langtog__btn {
  font-size: 0.64rem;
  letter-spacing: 0.16em;
  font-weight: 500;
  padding: 0.42rem 0.7rem;
  color: var(--cream-dim);
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: background 0.3s var(--ease), color 0.3s var(--ease);
  line-height: 1;
}
.langtog__btn.is-active { background: var(--gold); color: var(--ink); }
.langtog__btn:not(.is-active):hover { color: var(--gold); }
.langtog__btn:focus-visible { outline: 2px solid var(--gold); outline-offset: -2px; }
@media (max-width: 1080px) {
  .langtog { margin-left: auto; margin-right: 0.85rem; }
  .langtog__btn { padding: 0.4rem 0.62rem; font-size: 0.62rem; }
}

/* ═══════════════════════════════════════════════════════════
   MOBILE EDITORIAL PASS
   The desktop layout reads well because headlines anchor each
   section and eyebrows sit on one tight line. On phones the h2
   clamp bottomed out at 2.4rem and eyebrows ran 0.32em tracking,
   so every header shattered into ragged lines. This restores the
   desktop hierarchy at phone scale. Nothing here touches >760px.
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 760px) {
  /* ── headlines: the anchor of every section ── */
  h2 { font-size: clamp(1.95rem, 8.6vw, 2.72rem); line-height: 1.06; letter-spacing: -0.015em; }
  h3 { font-size: 1.06rem; }

  /* ── eyebrows back onto one line, rules intact ── */
  .eyebrow { font-size: 0.6rem; letter-spacing: 0.185em; gap: 0.55rem; margin-bottom: 1rem; }
  .eyebrow::before, .eyebrow--center::after { width: 1.1rem; }
  .eyebrow__count { font-size: 0.6rem; letter-spacing: 0.12em; }
  .eyebrow__count::after { width: 0.7rem; }

  /* ── vertical rhythm: the page was 20 phone-screens tall ── */
  .section { padding: clamp(3.4rem, 9vw, 5rem) var(--pad); }
  .pullquote { padding: clamp(2.6rem, 7vw, 4rem) var(--pad); }
  .interlude__quote { padding: 4rem var(--pad); }
  .interlude__quote p { font-size: clamp(1.9rem, 8.2vw, 2.6rem); }

  /* ── events card: its padding was eating 80px of a 390px screen ── */
  .events__text { padding: 1.7rem 1.3rem 1.9rem; }
  .events__media figure:first-child,
  .events__media figure:last-child { height: 152px; }
  .events__lead { font-size: 0.95rem; }
  .events__sub { font-size: 1.35rem; }

  /* ── menu tabs read as a control again, not four stacked headings ── */
  .menu__tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    margin-inline: calc(var(--pad) * -1);
    padding-inline: var(--pad);
    scroll-snap-type: x proximity;
  }
  .menu__tabs::-webkit-scrollbar { display: none; }
  .menu__tab {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 0.66rem;
    letter-spacing: 0.12em;
    padding: 0.72rem 0.85rem;
    scroll-snap-align: start;
  }

  /* ── the Vietnamese numerals were overflowing their fixed column ── */
  .tank__steps--demoted li { grid-template-columns: auto 1fr; column-gap: 0.9rem; }
  .tank__steps--demoted .tank__step-num { font-size: 1.72rem; min-width: 2.5rem; }

  /* ── story collage frame was bleeding past the right edge ── */
  .story__collage { max-width: 100%; }
}

/* ── nav must stay ONE row now that the language toggle shares it ── */
@media (max-width: 760px) {
  .nav__brand { gap: 0.55rem; min-width: 0; }
  .nav__brand-mark { width: 28px; height: 28px; }
  .nav__brand-name { font-size: 1.05rem; white-space: nowrap; }
  .nav__brand-sub { font-size: 0.46rem; letter-spacing: 0.2em; white-space: nowrap; }
  .langtog { margin-right: 0.55rem; }
  .langtog__btn { padding: 0.34rem 0.5rem; font-size: 0.55rem; letter-spacing: 0.1em; }
  /* step tags fit on one line beside their badge */
  .steptag { font-size: 0.64rem; letter-spacing: 0.1em; gap: 0.5rem; flex-wrap: nowrap; }
  .steptag__badge { font-size: 0.86rem; padding: 0.1rem 0.55rem; }
}
@media (max-width: 380px) {
  .nav__brand { gap: 0.45rem; }
  .nav__brand-mark { width: 24px; height: 24px; }
  .nav__brand-name { font-size: 0.86rem; }
  .langtog__btn { padding: 0 0.5rem; font-size: 0.52rem; letter-spacing: 0.05em; }
  .nav__brand-sub { display: none; }
  .eyebrow { font-size: 0.55rem; letter-spacing: 0.12em; gap: 0.45rem; }
  .eyebrow::before, .eyebrow--center::after { width: 0.75rem; }
  .eyebrow__count { font-size: 0.55rem; letter-spacing: 0.08em; }
  h2 { font-size: clamp(1.8rem, 9vw, 2.4rem); }
}

/* ── body copy: desktop-weight prose was becoming walls of text on a phone ── */
@media (max-width: 760px) {
  body { font-size: 0.95rem; line-height: 1.62; }
  .story__sig { flex-direction: column; align-items: flex-start; gap: 0.7rem; margin-top: 2rem !important; }
  .story__sig p { font-size: 0.66rem; letter-spacing: 0.12em; line-height: 1.75; }
  .story__sig-rule { width: 2.2rem; }
  .tankpick__plate-note { font-size: 0.82rem; }
}

/* ── drawer CTA: the mobile menu had no way to actually reserve ── */
.nav__drawer-cta { display: none; }
@media (max-width: 1080px) {
  .nav.is-open .nav__drawer-cta {
    display: inline-block;
    margin-top: 0.8rem;
    padding: 0.95rem 2rem;
    background: var(--gold);
    color: var(--ink) !important;
    font-size: 0.78rem !important;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 500;
  }
  /* carousel dots were 8x8 — nowhere near a thumb target */
  .reviews__dots button, .hero__dots button {
    position: relative;
  }
  .reviews__dots button::after, .hero__dots button::after {
    content: "";
    position: absolute;
    inset: -16px;
  }
  .reviews__dots { gap: 1.1rem; }
}

/* ── touch targets: keep the visual size, extend the hit area to 44px ── */
@media (max-width: 1080px) {
  .nav__burger { position: relative; }
  .nav__burger::after { content: ""; position: absolute; inset: -11px -8px; }
  .langtog__btn { min-height: 40px; padding: 0 0.8rem; display: flex; align-items: center; justify-content: center; }
  .langtog__btn::after { content: ""; position: absolute; inset: -4px 0; }
  .langtog__btn { position: relative; }
  .menu__tab { min-height: 44px; }
  .sauce { min-height: 44px; }
}

/* the nav bar carries three children on phones now — reclaim the gap */
@media (max-width: 760px) { .nav { gap: 0.75rem; } }

/* ═══════════ MOBILE AUDIT — VERIFIED FIXES ═══════════ */
@media (max-width: 760px) {
  /* B1 — the banquet CTA was breaking the phone number across two lines */
  .events__actions .btn {
    display: block;
    text-align: center;
    padding-inline: 1rem;
    font-size: 0.7rem;
    letter-spacing: 0.12em;
  }
  /* B5 — .cta h2 overrode the mobile type scale and computed 44.8px at every phone width */
  .cta h2 { font-size: clamp(2.1rem, 9.4vw, 3.4rem); }
  /* B4 — reclaim dead space from bands holding a single line of type */
  .reviews__viewport { min-height: 12.5rem; }
  .interlude { min-height: 54svh; }
  .cta { min-height: 50svh; }
  /* C2 — the only photo of the actual room was squeezed to 138px */
  .events__media { grid-template-columns: 1.05fr 0.95fr; }
  /* C3 — the story caption ran three lines over 22% of the image */
  .story__main figcaption { font-size: 0.6rem; letter-spacing: 0.1em; padding: 0.55rem 0.75rem; }
}
@media (max-width: 520px) {
  /* B4 — single-line labels never needed a full-width column */
  .stats__grid { gap: 1.8rem 1.1rem; }
}
@media (max-width: 900px) {
  /* C1 — the collage's decorative frame bled 24px past the right edge */
  .story__collage::before { inset: 1rem -0.7rem -0.7rem 1rem; }
}
@media (max-width: 1080px) {
  /* C4 — nothing reserved room for the permanently fixed Reserve bar */
  body { padding-bottom: 49px; }
}

/* ═══════════ PROMO (dine-in discount band) ═══════════ */
.promo { padding: clamp(1.4rem, 4vw, 2.6rem) var(--pad); background: var(--ink); }
.promo__inner {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: clamp(1.1rem, 3vw, 2.6rem);
  flex-wrap: wrap;
  padding: clamp(1.3rem, 3vw, 2rem) clamp(1.4rem, 4vw, 2.6rem);
  border: 1px solid var(--gold-soft);
  background:
    radial-gradient(130% 150% at 0% 0%, rgba(201, 162, 75, 0.13), transparent 58%),
    var(--ink-2);
}
.promo__badge {
  flex: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 0.9;
  color: var(--gold);
  font-family: var(--serif);
  padding-right: clamp(1rem, 3vw, 1.8rem);
  border-right: 1px solid var(--gold-soft);
}
.promo__badge b { font-weight: 500; font-size: clamp(2.6rem, 7vw, 4.2rem); letter-spacing: -0.02em; }
.promo__badge span { font-family: var(--sans); text-transform: uppercase; letter-spacing: 0.34em; font-size: 0.66rem; margin-top: 0.4rem; }
.promo__body { flex: 1 1 300px; }
.promo__eyebrow { font-family: var(--sans); text-transform: uppercase; letter-spacing: 0.22em; font-size: 0.72rem; color: var(--gold); margin-bottom: 0.4rem; }
.promo__title { font-family: var(--serif); font-weight: 400; font-size: clamp(1.4rem, 3vw, 2rem); line-height: 1.14; color: var(--cream); margin-bottom: 0.5rem; }
.promo__terms { font-family: var(--sans); font-size: 0.92rem; letter-spacing: 0.01em; color: var(--cream-dim); }
.promo__cta { flex: none; }
@media (max-width: 760px) {
  .promo__inner { flex-direction: column; align-items: flex-start; text-align: left; }
  .promo__badge { flex-direction: row; align-items: baseline; gap: 0.5rem; padding-right: 0; border-right: none; }
  .promo__badge span { margin-top: 0; }
  .promo__cta { align-self: stretch; text-align: center; }
}

/* ═══════════ FOOTER SOCIALS ═══════════ */
.footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: clamp(1.6rem, 3.5vw, 2.4rem) 0 0.4rem;
}
.footer__social-label {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.72rem;
  color: var(--cream-dim);
  margin-right: 0.35rem;
}
.socialicon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--gold-soft);
  border-radius: 50%;
  color: var(--cream);
  transition: transform 0.3s var(--ease), background 0.3s var(--ease), color 0.3s var(--ease), border-color 0.3s var(--ease);
}
.socialicon svg { width: 18px; height: 18px; fill: currentColor; display: block; }
.socialicon:hover,
.socialicon:focus-visible {
  background: var(--gold);
  color: var(--ink);
  border-color: var(--gold);
  transform: translateY(-3px);
}
.visit__social { display: flex; gap: 0.6rem; margin-top: 0.5rem; flex-wrap: wrap; }
.visit__row--social .socialicon { width: 40px; height: 40px; }
.visit__row--social .socialicon svg { width: 17px; height: 17px; }

/* nav social icons (in the top bar + mobile drawer) */
.nav__social { display: inline-flex; align-items: center; gap: 0.95rem; }
.nav__social a { display: inline-flex; align-items: center; color: var(--cream-dim); transition: color 0.3s var(--ease), transform 0.3s var(--ease); }
.nav__social a::after { display: none !important; content: none !important; }
.nav__social svg { width: 17px; height: 17px; fill: currentColor; display: block; }
.nav__social a:hover, .nav__social a:focus-visible { color: var(--gold); transform: translateY(-1px); }
@media (max-width: 1080px) {
  .nav.is-open .nav__social { gap: 1.7rem; margin-top: 0.4rem; }
  .nav.is-open .nav__social svg { width: 24px; height: 24px; }
}
