/* Qiao Lin Hotpot — mobile-first baseline.
   The primary surface is a phone: an owner scans the /qr code at their own
   table. Everything here assumes small screen first and scales up.

   Palette and type come from the supplied design comp: a near-black room lit
   by the burner under the pot, cut with cream sections so a 100+ item menu
   doesn't read as one unbroken dark slab. */

:root {
  --surface: #120d0b;
  --surface-2: #0d0908;
  --paper: #f6efe4;
  --paper-2: #fffdf9;
  --ink: #f6efe4;
  --ink-dark: #221713;
  --muted: rgba(246, 239, 228, 0.62);
  --muted-dark: rgba(34, 23, 19, 0.68);

  --gold: oklch(0.72 0.13 75);
  --gold-light: oklch(0.82 0.13 80);
  --chili: oklch(0.55 0.17 28);
  --chili-deep: oklch(0.45 0.16 28);
  --chili-bright: oklch(0.68 0.17 30);

  --display: 'Bodoni Moda', Georgia, 'Times New Roman', serif;
  --body: 'Instrument Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --cjk: 'Noto Serif SC', 'PingFang SC', 'Microsoft YaHei', serif;

  --gutter: clamp(20px, 5vw, 48px);
  --measure: 62ch;
  --radius: 2px;

  /* Published by scripts.html so the sticky nav can clear the preview banner. */
  --banner-h: 0px;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
}

body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  /* 16px floor: iOS Safari zooms the viewport when a user focuses an input
     smaller than this, which wrecks the layout mid-demo. */
  font: 400 16px/1.65 var(--body);
  -webkit-font-smoothing: antialiased;
  /* clip, not hidden: `hidden` on body makes position:sticky stop working in
     some engines, which would kill the nav. */
  overflow-x: clip;
}

img, svg, video { max-width: 100%; height: auto; display: block; }

h1, h2, h3 {
  font-family: var(--display);
  line-height: 1.05;
  margin: 0 0 .5em;
  text-wrap: balance;
  font-weight: 500;
}
h1 { font-size: clamp(2.4rem, 11vw, 5.25rem); }
h2 { font-size: clamp(1.9rem, 7.5vw, 3.25rem); }
h3 { font-size: clamp(1.2rem, 4.5vw, 1.6rem); font-weight: 600; }
p  { margin: 0 0 1em; max-width: var(--measure); text-wrap: pretty; }

a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--gold-light); }
::selection { background: var(--chili-deep); color: var(--paper); }

/* Every interactive target clears 44px, the smallest reliable thumb tap.
   mobile-audit.mjs fails the build if anything here regresses. Inline links
   inside prose are exempt — see .prose-link. */
a, button, [role="button"] { min-height: 44px; }
/* min-height does nothing to a non-replaced inline box, so any link that isn't
   already a flex child has to be blockified for the 44px to take effect. */
.loc a, .visit-rows a, .footer-links a { display: inline-flex; align-items: center; }
.prose-link { min-height: 0; display: inline; }

section { padding: clamp(56px, 13vw, 104px) var(--gutter); }
.inner { max-width: 1160px; margin-inline: auto; }

.eyebrow {
  font-size: .75rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 22px;
  font-weight: 500;
}
.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}
.section-head h2 { margin: 0; }
.han {
  font-family: var(--cjk);
  font-size: clamp(1rem, 4vw, 1.25rem);
  color: var(--gold);
  flex-shrink: 0;
}
.lede { color: var(--muted); margin-bottom: 44px; }

/* Sections on cream reverse the ink and the accent. */
.on-paper { background: var(--paper); color: var(--ink-dark); }
.on-paper .eyebrow, .on-paper .han { color: var(--chili-deep); }
.on-paper .lede { color: var(--muted-dark); }
.on-paper a { color: var(--chili-deep); }
.on-paper a:hover { color: var(--chili); }

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: var(--radius);
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: background .2s, border-color .2s, transform .2s, box-shadow .25s;
}
.btn-primary { background: var(--chili); color: #f9f1e4; }
.btn-primary:hover {
  background: var(--chili-bright);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(140, 45, 25, .35);
}
.btn-ghost { border: 1px solid rgba(246, 239, 228, .3); color: var(--ink); }
.btn-ghost:hover { border-color: var(--ink); color: #fff; transform: translateY(-2px); }
.on-paper .btn-dark { background: var(--ink-dark); color: var(--paper); }
.on-paper .btn-dark:hover { background: #3a2a22; color: #fff; }
.on-paper .btn-ghost { border-color: rgba(34, 23, 19, .35); color: var(--ink-dark); }
.on-paper .btn-ghost:hover { border-color: var(--ink-dark); }

/* ---------- Nav ---------- */

.nav {
  position: sticky;
  top: var(--banner-h);
  z-index: 100;
  background: rgba(18, 13, 11, .9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding-top: env(safe-area-inset-top);
}
.nav.scrolled { background: rgba(13, 9, 8, .96); }

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px var(--gutter);
  max-width: 1160px;
  margin-inline: auto;
}

.nav-brand { display: inline-flex; align-items: baseline; gap: 10px; color: var(--ink); }
.nav-brand:hover { color: var(--ink); }
.nav-brand-name {
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .06em;
}
.nav-brand-han { font-family: var(--cjk); font-size: 1rem; color: var(--gold); }
.nav-loc {
  font-size: .6875rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--muted);
  display: none;
}

.nav-items { display: none; gap: 26px; align-items: center; }
.nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: rgba(246, 239, 228, .75);
  font-size: .8125rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.nav-link:hover { color: #fff; }
.nav-cta { padding: 11px 20px; font-size: .75rem; }

.nav-actions { display: flex; align-items: center; gap: 8px; }

.nav-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.nav-toggle-bar { display: block; height: 2px; width: 24px; background: var(--ink); }

.nav-drawer {
  display: none;
  flex-direction: column;
  padding: 8px var(--gutter) calc(16px + env(safe-area-inset-bottom));
  background: var(--surface-2);
}
.nav-drawer.open { display: flex; }
.nav-drawer-link {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  color: var(--ink);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .875rem;
}
.nav-drawer-cta { color: var(--gold); font-weight: 600; }

@media (min-width: 900px) {
  .nav-items { display: flex; }
  .nav-loc { display: block; }
  /* The whole mobile action cluster goes, not just the hamburger — the compact
     "Waitlist" button duplicates the full CTA that .nav-items brings back. */
  .nav-actions { display: none; }
  .nav-drawer { display: none !important; }
}

/* ---------- Hero ---------- */

.hero { display: grid; grid-template-columns: 1fr; padding: 0; }
.hero-copy {
  padding: clamp(48px, 11vw, 84px) var(--gutter) clamp(40px, 9vw, 72px);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* The oversized 火 is decoration only — aria-hidden in the markup, and it must
   never intercept a tap meant for the buttons stacked over it. */
.hero-fire {
  position: absolute;
  right: -20px;
  top: -30px;
  font-family: var(--cjk);
  font-weight: 900;
  font-size: clamp(200px, 46vw, 380px);
  line-height: 1;
  color: rgba(246, 239, 228, .05);
  pointer-events: none;
  user-select: none;
  animation: ql-flicker 9s ease-in-out infinite;
}
@keyframes ql-flicker { 0%, 100% { opacity: .55; } 50% { opacity: 1; } }

.hero h1 { margin: 0 0 6px; letter-spacing: -.01em; position: relative; }
.hero h1.em { font-style: italic; color: var(--chili-bright); margin-bottom: 26px; }
.hero-sub {
  font-size: clamp(1rem, 3.6vw, 1.0625rem);
  color: rgba(246, 239, 228, .72);
  margin: 0 0 34px;
  max-width: 30rem;
  position: relative;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; position: relative; }
.hero-actions .btn { flex: 1 1 auto; }

.hero-stats {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 36px;
  /* 14px floor: this row carries the hours and the address, which is the first
     thing an owner checks on their own phone. */
  font-size: .875rem;
  color: var(--muted);
  position: relative;
}
.hero-stats strong { color: var(--gold); font-weight: 600; display: block; }

.hero-media { position: relative; min-height: 300px; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-fade { display: none; }

@media (min-width: 900px) {
  .hero { grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); min-height: 640px; }
  .hero-actions .btn { flex: 0 0 auto; }
  .hero-stats { flex-direction: row; gap: 36px; margin-top: 52px; }
  .hero-stats > div + div { border-left: 1px solid rgba(246, 239, 228, .18); padding-left: 36px; }
  .hero-media { min-height: 0; }
  .hero-fade {
    display: block;
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 120px;
    background: linear-gradient(90deg, var(--surface), rgba(18, 13, 11, 0));
    pointer-events: none;
  }
}

/* ---------- Marquee ---------- */

.marquee {
  background: var(--surface-2);
  overflow: hidden;
  padding: 15px 0;
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: ql-marquee 32s linear infinite;
  font-size: .8125rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}
.marquee-track:hover { animation-play-state: paused; }
.marquee-track > span { padding-right: 48px; }
@keyframes ql-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Pots ---------- */

.pot-price {
  font-family: var(--display);
  font-size: clamp(1.25rem, 5vw, 1.75rem);
  color: var(--chili-deep);
  margin-bottom: 36px;
}
.pots { display: grid; grid-template-columns: 1fr; gap: 20px; }
.pot {
  border: 1px solid rgba(34, 23, 19, .18);
  padding: 30px 26px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.pot:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(34, 23, 19, .12);
  border-color: rgba(34, 23, 19, .4);
}
.pot-numeral { font-family: var(--cjk); font-weight: 900; font-size: 2rem; color: var(--chili-deep); }
.pot h3 { margin: 0; font-family: var(--display); }
.pot-han { font-family: var(--cjk); font-size: .9375rem; color: var(--chili-deep); margin-left: 6px; font-weight: 600; }
.pot p { margin: 0; font-size: .9375rem; color: var(--muted-dark); }
@media (min-width: 780px) { .pots { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; } }

/* ---------- Broths ---------- */

.broths { display: grid; grid-template-columns: 1fr; gap: 2px; }
.broth {
  background: var(--surface-2);
  padding: 26px 24px;
}
.broth-name {
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 4px;
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}
.broth-han { font-family: var(--cjk); font-size: .9375rem; color: var(--gold); font-weight: 600; }
.broth p { margin: 8px 0 0; font-size: .9375rem; color: var(--muted); max-width: none; }
.chili-tag {
  display: inline-flex;
  align-items: center;
  min-height: 0;
  background: var(--chili-deep);
  color: #f9f1e4;
  font-size: .625rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: 3px 8px;
  font-weight: 600;
  border-radius: var(--radius);
}
.veg-tag {
  display: inline-flex;
  align-items: center;
  background: rgba(126, 168, 96, .18);
  color: #a8cf86;
  font-size: .625rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: 3px 8px;
  font-weight: 600;
  border-radius: var(--radius);
}
.broth-note { margin: 8px 0 0; font-size: .8125rem; color: var(--muted); font-style: italic; }

/* The Chongqing broth is the one thing on the menu you are asked to grade, so
   it gets a scale rather than the same flat "Spicy" tag as the others. */
.heat { list-style: none; margin: 14px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.heat-step {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(246, 239, 228, .06);
  padding: 5px 10px;
  border-radius: var(--radius);
}
.heat-chilies { font-size: .75rem; letter-spacing: -.06em; }
.heat-label {
  font-size: .625rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}
.heat-note { margin: 10px 0 0 !important; font-size: .8125rem !important; color: var(--muted); }
@media (min-width: 720px) { .broths { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* ---------- Ritual ---------- */

.ritual { display: grid; grid-template-columns: 1fr; gap: 36px; align-items: center; }
.collage { position: relative; height: 320px; }
.collage-a { position: absolute; left: 0; top: 0; width: 68%; height: 74%; }
.collage-b { position: absolute; right: 0; bottom: 0; width: 46%; height: 52%; border: 6px solid var(--surface); }
.collage img { width: 100%; height: 100%; object-fit: cover; }

.steps { display: flex; flex-direction: column; gap: 28px; }
.step { display: flex; gap: 20px; }
.step-n { font-family: var(--display); font-size: 1.75rem; color: var(--chili-bright); min-width: 42px; }
.step-t { font-weight: 600; font-size: 1.0625rem; margin-bottom: 5px; }
.step-d { font-size: .9375rem; color: var(--muted); }
@media (min-width: 900px) {
  .ritual { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 64px; }
  .collage { height: 520px; }
}

/* ---------- Signature dishes ---------- */

.sigs { display: grid; grid-template-columns: 1fr; gap: 20px; }
.sig {
  background: var(--surface-2);
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sig-flag {
  font-size: .625rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--chili-bright);
  font-weight: 600;
}
.sig h3 { margin: 0; font-family: var(--display); }
.sig-han { font-family: var(--cjk); font-size: .875rem; color: var(--gold); font-weight: 600; white-space: nowrap; }
.sig p { margin: 0; font-size: .9375rem; color: var(--muted); }
.sig-price { font-family: var(--display); font-size: 1.25rem; color: var(--gold); margin-top: auto; padding-top: 8px; }
@media (min-width: 700px) { .sigs { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1000px) { .sigs { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

/* ---------- Menu ---------- */

.tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 32px;
  /* Bleed to the gutter so the row visibly runs off-screen — that is the
     affordance telling a thumb there is more to the right. */
  margin-inline: calc(var(--gutter) * -1);
  padding-inline: var(--gutter);
}
.tabs::-webkit-scrollbar { display: none; }
.tab {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  background: none;
  border: 1px solid rgba(246, 239, 228, .2);
  border-radius: var(--radius);
  color: rgba(246, 239, 228, .72);
  font-family: var(--body);
  font-size: .8125rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: background .2s, color .2s, border-color .2s;
}
.tab:hover { color: #fff; border-color: rgba(246, 239, 228, .45); }
.tab[aria-selected="true"] { background: var(--chili); border-color: var(--chili); color: #f9f1e4; }

.tabpanel[hidden] { display: none; }

.menu-group-label {
  font-size: .6875rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--chili-bright);
  font-weight: 600;
  margin: 28px 0 12px;
}
.menu-group-label:first-child { margin-top: 0; }
/* Trailing qualifier on a group heading — "$7.50", "$0.75 each", "375ml
   bottle". Same line, but not shouting in chili like the heading itself. */
.menu-group-note { color: var(--muted); letter-spacing: .12em; font-weight: 400; }

.menu-list { display: grid; grid-template-columns: 1fr; gap: 0; }
.menu-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 11px 0;
  background: linear-gradient(var(--surface-2), var(--surface-2)) no-repeat bottom / 100% 1px;
}
.menu-row:last-child { background: none; }
.menu-name { flex: 1 1 auto; font-size: .9375rem; }
/* 14px, not 13: this line now carries wine tasting notes and pour sizes people
   actually read, not just a parenthetical. */
.menu-note { display: block; color: var(--muted); font-size: .875rem; }
.menu-cook {
  color: var(--gold);
  font-size: .6875rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  flex: 0 0 auto;
}
.menu-price {
  font-family: var(--display);
  font-size: 1rem;
  color: var(--ink);
  white-space: nowrap;
  flex: 0 0 auto;
}
.badge {
  display: inline-block;
  font-size: .5625rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: 2px 7px;
  font-weight: 700;
  border-radius: var(--radius);
  vertical-align: middle;
  margin-left: 8px;
}
.badge-dark { background: var(--gold); color: #120d0b; }
.badge-red { background: var(--chili); color: #f9f1e4; }

/* The printed menu leads with the Chinese and puts the English underneath.
   Reversing that here — English first, Chinese trailing — is deliberate: this
   page is read in English, and the Chinese is what you point at when the
   server's English runs out. */
.menu-han {
  font-family: var(--cjk);
  font-size: .875rem;
  color: var(--gold);
  margin-left: 9px;
  font-weight: 600;
  white-space: nowrap;
}

/* The red seals the restaurant stamps on its own tiles — 必点, 推荐, 精品,
   网红, 新鲜. Left in Chinese because that is how they are printed; the title
   attribute is not a substitute for the key, which is above the tabs. */
.seal {
  display: inline-block;
  font-family: var(--cjk);
  font-size: .625rem;
  background: var(--chili);
  color: #f9f1e4;
  padding: 2px 6px;
  border-radius: var(--radius);
  margin-left: 8px;
  vertical-align: middle;
  font-weight: 600;
}

/* Bare emoji at body size read as smudges against this near-black surface —
   the chili in particular is a dark shape on a dark field. Seating each one on
   a faint chip gives it an edge to read against and groups a run of three or
   four marks into one object instead of four pieces of lint. */
.dtag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  vertical-align: middle;
  line-height: 1;
  border-radius: var(--radius);
  background: rgba(246, 239, 228, .09);
}
.dtag-g { font-size: .75rem; }
.dtag-raw { background: none; width: auto; height: auto; }
.dtag-raw .dtag-g { color: var(--chili-bright); font-size: .9375rem; }

.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;
}

.menu-key { background: var(--surface-2); padding: 22px 24px; margin-bottom: 28px; border-radius: var(--radius); }
.menu-key-title {
  margin: 0 0 14px;
  font-size: .6875rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--chili-bright);
  font-weight: 600;
}
.menu-key-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px 20px;
}
.menu-key-list li { font-size: .875rem; display: flex; align-items: center; gap: 4px; }
.menu-key-list .dtag { margin-left: 0; }
.menu-key-han { font-family: var(--cjk); color: var(--gold); font-size: .8125rem; }
.menu-key-note { margin: 14px 0 0; font-size: .8125rem; color: var(--muted); max-width: none; }

@media (min-width: 800px) { .menu-list { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 56px; } }

.menu-foot {
  margin-top: 32px;
  font-size: .8125rem;
  color: var(--muted);
  max-width: none;
}

/* ---------- Sauce ---------- */

.sauce { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center; }
.sauce-price {
  font-family: var(--display);
  font-size: clamp(2rem, 8vw, 3rem);
  color: var(--gold);
}
.sauce img { width: 100%; height: 240px; object-fit: cover; }
@media (min-width: 800px) {
  .sauce { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 56px; }
  .sauce img { height: 340px; }
}

/* ---------- Gallery ---------- */

.gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  padding: 0 6px 6px;
  background: var(--surface);
}
.gallery figure { margin: 0; height: 150px; transition: transform .3s ease; }
.gallery figure:hover { transform: translateY(-4px); }
.gallery img { width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 800px) {
  .gallery { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .gallery figure { height: 260px; }
}

/* ---------- Reviews ---------- */

.reviews { display: grid; grid-template-columns: 1fr; gap: 24px; }
.review { background: var(--surface-2); padding: 28px 26px; }
.review blockquote { margin: 0 0 14px; font-size: 1rem; line-height: 1.6; }
.review cite { font-style: normal; font-size: .8125rem; color: var(--gold); letter-spacing: .08em; }
.source-note { margin-top: 26px; font-size: .75rem; color: var(--muted); max-width: none; }
@media (min-width: 780px) { .reviews { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* ---------- FAQ ---------- */

.faq-item {
  background: linear-gradient(rgba(34, 23, 19, .14), rgba(34, 23, 19, .14)) no-repeat bottom / 100% 1px;
}
.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 56px;
  padding: 14px 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.0625rem;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-family: var(--display);
  font-size: 1.5rem;
  color: var(--chili-deep);
  flex: 0 0 auto;
  line-height: 1;
}
.faq-item[open] summary::after { content: "–"; }
.faq-item p { margin: 0 0 18px; color: var(--muted-dark); font-size: .9375rem; }

/* ---------- Visit ---------- */

.visit-grid { display: grid; grid-template-columns: 1fr; gap: 36px; }
.visit-addr { font-size: 1.125rem; line-height: 1.55; font-weight: 600; margin-bottom: 4px; }
.visit-addr-2 { font-size: 1.125rem; color: var(--muted-dark); margin-bottom: 26px; }
.visit-rows { display: grid; grid-template-columns: auto 1fr; gap: 8px 24px; font-size: .9375rem; margin-bottom: 30px; }
/* .72, not .55: at .55 this lands on 3.78:1 against the paper, under the 4.5
   WCAG AA floor for body text. */
.visit-rows dt { color: rgba(34, 23, 19, .72); }
.visit-rows dd { margin: 0; font-weight: 600; }
.visit-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.visit-actions .btn { flex: 1 1 auto; }
/* Same reason as .visit-rows dt — .58 measured 4.12:1, under AA at this size. */
.visit-note { font-size: .8125rem; line-height: 1.6; color: rgba(34, 23, 19, .74); margin: 26px 0 0; }
.visit-media { min-height: 260px; }
.visit-media img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius); }
@media (min-width: 900px) {
  .visit-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 64px; }
  .visit-actions .btn { flex: 0 0 auto; }
  .visit-media { min-height: 420px; }
}

/* ---------- Beef chart ---------- */

/* The mat is a cow diagram; this is the same information as a list, because a
   nine-region silhouette with leader lines does not survive a 390px screen. */
.beef { margin-top: 8px; }
.beef-head {
  font-family: var(--display);
  font-size: 1.125rem;
  color: var(--chili-deep);
  margin: 0 0 20px;
  font-style: italic;
}
.beef-head span { font-family: var(--cjk); font-style: normal; font-size: .9375rem; margin-left: 8px; }
.cuts { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 2px; }
.cut { background: rgba(34, 23, 19, .05); padding: 18px 20px; }
.cut-bare { background: rgba(34, 23, 19, .03); }
.cut-name { margin: 0 0 8px; font-family: var(--display); font-size: 1.0625rem; font-weight: 600; }
.cut-han { font-family: var(--cjk); font-size: .875rem; color: var(--chili-deep); margin-left: 6px; }
.cut-dishes { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 5px; }
.cut-dishes li { font-size: .875rem; color: var(--muted-dark); }
.cut-dish-han { font-family: var(--cjk); color: var(--chili-deep); }
.cut-none { margin: 0; font-size: .875rem; color: rgba(34, 23, 19, .45); font-style: italic; }
.off-menu-tag {
  display: inline-block;
  font-size: .625rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  background: rgba(34, 23, 19, .12);
  padding: 2px 7px;
  border-radius: var(--radius);
  margin-left: 4px;
  vertical-align: middle;
}
.beef-sourcing { list-style: none; margin: 24px 0 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 2px; }
.beef-sourcing li { background: rgba(34, 23, 19, .05); padding: 14px 20px; display: flex; flex-direction: column; gap: 3px; }
.beef-sourcing strong { font-size: .8125rem; letter-spacing: .1em; text-transform: uppercase; }
.beef-sourcing span { font-size: .8125rem; color: var(--muted-dark); }
.beef-note { margin: 18px 0 0; font-size: .8125rem; color: var(--muted-dark); max-width: none; }
.beef-foot {
  margin: 26px 0 0;
  font-family: var(--display);
  font-style: italic;
  font-size: 1rem;
  color: var(--chili-deep);
}
.beef-foot span { font-family: var(--cjk); font-style: normal; margin-right: 8px; }
@media (min-width: 640px) { .cuts { grid-template-columns: repeat(2, minmax(0, 1fr)); } .beef-sourcing { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1000px) { .cuts { grid-template-columns: repeat(3, minmax(0, 1fr)); } }

/* ---------- Craft claims ---------- */

/* The six roundels printed across the header of the in-restaurant order sheet.
   Rendered as a strip rather than as circles: at phone width six circles either
   shrink past legibility or stack into a column three screens tall. */
.craft { margin-top: 44px; background: var(--surface-2); padding: 28px 24px; border-radius: var(--radius); }
.craft-banner {
  font-family: var(--cjk);
  font-size: clamp(1.0625rem, 4.4vw, 1.5rem);
  color: var(--gold);
  margin: 0;
  font-weight: 600;
  line-height: 1.5;
}
.craft-banner-en { margin: 6px 0 22px; font-size: .9375rem; color: var(--muted); max-width: none; }
.craft-badges {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 2px;
}
.craft-badges li {
  background: var(--surface);
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.craft-han { font-family: var(--cjk); font-size: 1.0625rem; color: var(--chili-bright); font-weight: 600; }
.craft-en { font-size: .8125rem; color: var(--muted); line-height: 1.45; }
.craft-src { margin: 20px 0 0; font-size: .8125rem; color: var(--muted); max-width: none; }

/* ---------- Other locations ---------- */

.locs { display: grid; grid-template-columns: 1fr; gap: 2px; margin-top: 44px; }
.loc { background: var(--surface-2); padding: 22px 24px; }
.loc-name {
  font-size: .6875rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 8px;
}
.loc-addr { font-size: .875rem; color: var(--muted); }
.loc a { font-size: .875rem; }
@media (min-width: 700px) { .locs { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1000px) { .locs { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

/* ---------- Footer ---------- */

.site-footer {
  background: var(--surface-2);
  padding: 44px var(--gutter) calc(44px + env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.footer-brand { display: flex; align-items: baseline; gap: 10px; }
.footer-wordmark { font-family: var(--display); font-size: 1.25rem; font-weight: 700; letter-spacing: .06em; color: var(--ink); }
.footer-han { font-family: var(--cjk); font-size: .9375rem; color: var(--gold); }
.footer-tag { font-size: .8125rem; color: var(--muted); }
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; }
.footer-links a { font-size: .8125rem; letter-spacing: .1em; text-transform: uppercase; }
@media (min-width: 820px) {
  .site-footer { flex-direction: row; justify-content: space-between; text-align: left; }
}

/* ---------- Reveal-on-scroll ---------- */

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }
