/* ==========================================================================
   Banh Mi House — banhmihouselv.com
   Single stylesheet, both languages. Mobile-first.
   Palette + type follow the established brand (dark green / cream / gold /
   brick red, Fraunces + Inter).
   ========================================================================== */

/* ---------- Fonts (self-hosted, subset per script) ---------- */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/fraunces-vietnamese.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/fraunces-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/fraunces-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* True Fraunces Italic (real swashy letterforms, not a faked slant). */
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/fraunces-italic-vietnamese.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/fraunces-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/fraunces-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter-vietnamese.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- Tokens ---------- */
:root {
  --ink: #173b33;
  --ink-2: #102b25;
  --cream: #f4eddd;
  --paper: #fbf7ee;
  --gold: #e9b44c;
  --gold-2: #f6e8bd;
  --red: #a72b22;
  --red-2: #8f231b;
  --clay: #d86f45;
  --mint: #a8b9a8;
  --line: rgba(23, 59, 51, 0.2);
  --line-soft: rgba(23, 59, 51, 0.12);
  --cream-line: rgba(244, 237, 221, 0.25);

  --font-display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --font-sans: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --fs-hero: clamp(2.7rem, 8vw, 5.4rem);
  --fs-h2: clamp(2rem, 4.5vw, 3.1rem);
  --fs-h3: clamp(1.2rem, 2.4vw, 1.55rem);
  --fs-body: 1rem;
  --fs-small: 0.875rem;
  --fs-eyebrow: 0.78rem;

  --s1: 0.5rem; --s2: 1rem; --s3: 1.5rem; --s4: 2rem;
  --s5: 3rem;  --s6: 4.5rem; --s7: 6rem;  --s8: 8rem;

  --r-sm: 10px;
  --r-lg: 24px;
  --maxw: 1200px;
  --header-h: 76px;

  --shadow-1: 0 10px 30px rgba(23, 59, 51, 0.08);
  --shadow-2: 0 18px 50px rgba(23, 59, 51, 0.14);
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-sans);
  font-size: var(--fs-body);
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
img, svg, iframe { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
input, select, textarea { font: inherit; color: inherit; }
::selection { background: var(--gold); color: var(--ink); }

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.01em;
  text-wrap: balance;
  font-synthesis: none; /* never fake bold/italic — use the real faces */
}

:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
  border-radius: 2px;
}
.band--dark :focus-visible,
.band--red :focus-visible,
.site-header :focus-visible,
.site-footer :focus-visible {
  outline-color: var(--gold);
}

[id] { scroll-margin-top: calc(var(--header-h) + 12px); }

.skip-link {
  position: absolute;
  left: 1rem; top: -4rem;
  z-index: 200;
  background: var(--ink); color: var(--cream);
  padding: 0.7rem 1.2rem;
  border-radius: 0 0 var(--r-sm) var(--r-sm);
  text-decoration: none;
  font-weight: 600;
  transition: top 0.25s var(--ease);
}
.skip-link:focus { top: 0; }

.wrap {
  width: min(100% - 2.5rem, var(--maxw));
  margin-inline: auto;
}

.section { padding-block: clamp(4rem, 9vw, 7.5rem); }
.band--dark { background: var(--ink); color: var(--cream); }
.band--red { background: var(--red); color: var(--cream); }
.band--paper { background: var(--paper); }

/* ---------- Shared type patterns ---------- */
.eyebrow {
  display: block;
  font-size: var(--fs-eyebrow);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: var(--s2);
}
.band--dark .eyebrow { color: var(--gold); }
.band--red .eyebrow { color: var(--cream); }
.section-title { font-size: var(--fs-h2); max-width: 22ch; }
.section-lede { max-width: 58ch; margin-top: var(--s3); font-size: 1.06rem; }
.section-head { margin-bottom: clamp(2rem, 5vw, 3.5rem); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.95rem 1.7rem;
  border-radius: var(--r-sm);
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid transparent;
  transition: transform 0.2s var(--ease), background-color 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease);
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn .arrow { transition: transform 0.2s var(--ease); }
.btn:hover .arrow { transform: translate(2px, -2px); }
.btn--primary { background: var(--red); color: var(--cream); }
.btn--primary:hover { background: var(--red-2); }
.btn--gold { background: var(--gold); color: var(--ink); }
.btn--gold:hover { background: #f0c56b; }
.btn--ghost { border-color: currentColor; }
.btn--ghost:hover { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.band--dark .btn--ghost:hover, .band--red .btn--ghost:hover { background: var(--cream); color: var(--ink); border-color: var(--cream); }
.link-arrow {
  display: inline-flex; align-items: center; gap: 0.45rem;
  font-weight: 700; font-size: 0.9rem;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid var(--gold);
  padding-bottom: 0.2rem;
}
.link-arrow:hover { color: var(--red); }
.band--dark .link-arrow:hover, .band--red .link-arrow:hover { color: var(--gold); }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--ink);
  color: var(--cream);
  transition: box-shadow 0.3s var(--ease);
}
.site-header.scrolled { box-shadow: 0 6px 24px rgba(16, 43, 37, 0.45); }
.header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s2);
  min-height: var(--header-h);
  padding-block: 0.6rem;
}
.brand {
  display: inline-flex; align-items: center; gap: 0.7rem;
  text-decoration: none;
}
.brand img { width: 92px; height: 69px; object-fit: contain; }
.primary-nav ul {
  display: flex; align-items: center; gap: clamp(0.55rem, 1.4vw, 1.35rem);
  list-style: none; margin: 0; padding: 0;
}
.primary-nav a {
  display: inline-block;
  padding: 0.4rem 0.15rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  color: var(--cream);
  border-bottom: 2px solid transparent;
  transition: color 0.2s var(--ease), border-color 0.2s var(--ease);
}
.primary-nav a:hover { color: var(--gold); }
.primary-nav a[aria-current="true"] { color: var(--gold); border-bottom-color: var(--gold); }
.header-actions { display: flex; align-items: center; gap: 0.8rem; }
.lang-switch {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid var(--cream-line);
  border-radius: var(--r-sm);
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  text-decoration: none; color: var(--cream);
  transition: border-color 0.2s var(--ease), color 0.2s var(--ease);
}
.lang-switch:hover { border-color: var(--gold); color: var(--gold); }
.lang-switch .tag {
  background: var(--gold); color: var(--ink);
  padding: 0.1rem 0.4rem; border-radius: 4px; font-size: 0.72rem;
}
.btn--order { padding: 0.8rem 1.4rem; }

/* Mobile: nav collapses into a horizontally scrollable pill row */
.primary-nav { overflow-x: auto; scrollbar-width: none; }
.primary-nav::-webkit-scrollbar { display: none; }
@media (max-width: 1039px) {
  .header-bar { flex-wrap: wrap; padding-block: 0.4rem; }
  .brand { order: 1; }
  .brand img { width: 64px; height: 48px; }
  .header-actions { order: 2; margin-left: auto; }
  /* Fade the right edge so the row visibly reads as "more, keep scrolling",
     and give links a real ~44px tap target with scroll-snap. */
  .primary-nav {
    order: 3; flex-basis: 100%; margin-inline: -1.25rem; padding-inline: 1.25rem;
    -webkit-mask-image: linear-gradient(90deg, #000 calc(100% - 2rem), transparent);
    mask-image: linear-gradient(90deg, #000 calc(100% - 2rem), transparent);
    scroll-snap-type: x proximity; scroll-padding-left: 1.25rem;
  }
  .primary-nav ul { padding-bottom: 0.55rem; }
  .primary-nav li { scroll-snap-align: start; }
  .primary-nav a { white-space: nowrap; padding-block: 0.7rem; }
  :root { --header-h: 110px; }
}
@media (max-width: 560px) {
  .header-bar .btn--order { display: none; } /* Order lives in the fixed mobile bar */
  :root { --header-h: 104px; }
}
@media (max-width: 479px) {
  .lang-switch .label { display: none; }
}

/* ---------- Hero ---------- */
.hero { position: relative; overflow: clip; background: linear-gradient(180deg, var(--paper) 0%, var(--cream) 60%); }
.hero::before {
  content: ""; position: absolute; z-index: 0; pointer-events: none;
  top: -15%; right: -8%; width: 62%; height: 135%;
  background: radial-gradient(48% 42% at 66% 34%, rgba(233, 180, 76, 0.20), rgba(233, 180, 76, 0) 70%);
}
.hero .wrap {
  position: relative; z-index: 2;
  display: grid;
  gap: clamp(2.5rem, 6vw, 4rem);
  align-items: center;
  padding-block: clamp(3rem, 7vw, 5.5rem);
}
@media (min-width: 900px) {
  .hero .wrap { grid-template-columns: minmax(0, 11fr) minmax(0, 9fr); }
}
.hero h1 {
  font-size: var(--fs-hero);
  font-weight: 640;
  line-height: 1.08;
}
.hero h1 .accent {
  color: var(--red);
  font-style: italic;
  font-weight: 560;
}
.hero h1 .steady { display: block; font-size: 0.62em; letter-spacing: 0.02em; margin-top: 0.35rem; }
.hero .lede { max-width: 52ch; margin-top: var(--s3); font-size: 1.08rem; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: var(--s2); margin-top: var(--s4); }
.trust-strip {
  display: flex; flex-wrap: wrap; gap: 0.6rem 1.8rem;
  margin-top: var(--s4);
  padding-top: var(--s3);
  border-top: 1px solid var(--line-soft);
  font-size: var(--fs-small);
  font-weight: 600;
}
.trust-strip .stars { color: var(--red); letter-spacing: 0.12em; }
.hero-media { position: relative; }
.hero-media .photo-frame {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-2);
}
.hero-media .photo-frame::after {
  content: "";
  position: absolute; inset: 0;
  border-radius: var(--r-lg);
  border: 1px solid rgba(23, 59, 51, 0.15);
  pointer-events: none;
}
.hero-media img { width: 100%; object-fit: cover; aspect-ratio: 5 / 3.4; }
.hero-media::before {
  content: "";
  position: absolute;
  inset: -9% -7% auto auto;
  width: 62%; aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid var(--gold);
  opacity: 0.55;
  pointer-events: none;
}
.hero-caption {
  position: absolute;
  left: 1.1rem; bottom: 1.1rem;
  background: rgba(16, 43, 37, 0.85);
  color: var(--cream);
  padding: 0.7rem 1rem;
  border-radius: var(--r-sm);
  backdrop-filter: blur(4px);
}
.hero-caption .vi-name { font-family: var(--font-display); font-size: 1.05rem; font-weight: 600; }
.hero-caption .sub { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); }
.badge-2008 {
  position: absolute;
  top: -1.4rem; right: -0.6rem;
  width: 92px; height: 92px;
  display: grid; place-items: center;
  background: var(--red); color: var(--cream);
  font-family: var(--font-display);
  font-size: 1.5rem; font-weight: 640;
  border-radius: 50%;
  box-shadow: 0 0 0 8px var(--cream), var(--shadow-1);
  rotate: 6deg;
}
.badge-2008 span { display: block; text-align: center; line-height: 1; }
.badge-2008 small { display: block; font-family: var(--font-sans); font-size: 0.5rem; font-weight: 700; letter-spacing: 0.2em; margin-top: 0.25rem; }
.badge-2008 small:first-child { margin-top: 0; margin-bottom: 0.25rem; }

/* ---------- Marquee ---------- */
.marquee {
  background: var(--ink);
  color: var(--gold);
  overflow: hidden;
  padding-block: 0.9rem;
  border-block: 1px solid rgba(233, 180, 76, 0.25);
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 36s linear infinite;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  white-space: nowrap;
}
/* Spacing lives on the children (not container gap) so one repeated half is
   an exact multiple of the item width and translateX(-50%) seams perfectly. */
.marquee-track span { margin-right: 2.5rem; }
.marquee-track span::after { content: "◇"; margin-left: 2.5rem; opacity: 0.6; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Favorites carousel ---------- */
.carousel-head { display: flex; align-items: flex-end; justify-content: space-between; gap: var(--s3); }
.carousel-btns { display: none; gap: 0.6rem; }
html.js .carousel-btns { display: flex; }
.carousel-btn {
  width: 48px; height: 48px;
  display: grid; place-items: center;
  border: 1.5px solid var(--ink);
  border-radius: 50%;
  font-size: 1.15rem;
  transition: background 0.2s var(--ease), color 0.2s var(--ease), opacity 0.2s;
}
.carousel-btn:hover { background: var(--ink); color: var(--cream); }
.carousel-btn[disabled] { opacity: 0.3; pointer-events: none; }
.fav-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min(84%, 380px);
  gap: var(--s3);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: var(--s3) 0.25rem var(--s4);
  scrollbar-width: none;
}
.fav-track::-webkit-scrollbar { display: none; }
.fav-card {
  scroll-snap-align: start;
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-top: 5px solid var(--card-accent, var(--gold));
  border-radius: var(--r-sm);
  overflow: hidden;
  box-shadow: var(--shadow-1);
  display: flex; flex-direction: column;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.fav-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-2); }
.fav-card .meta {
  display: flex; justify-content: space-between; align-items: center;
  padding: 1rem 1.25rem 0.4rem;
}
.fav-card .num {
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.1em;
  border: 1px solid var(--line); border-radius: 6px;
  padding: 0.2rem 0.5rem;
}
.fav-card .price { font-family: var(--font-display); font-size: 1.5rem; font-weight: 640; font-variant-numeric: tabular-nums; }
.fav-card img { width: 100%; aspect-ratio: 5 / 3; object-fit: cover; padding: 0.9rem 1.25rem 0; border-radius: calc(var(--r-sm) + 6px); }
.fav-card .body { padding: 1.1rem 1.25rem 1.4rem; display: flex; flex-direction: column; flex: 1; }
.fav-card .vi-name { font-family: var(--font-display); font-style: italic; font-weight: 500; color: var(--red); }
.fav-card h3 { font-size: 1.7rem; margin-top: 0.1rem; padding-bottom: 0.7rem; border-bottom: 1px solid var(--line-soft); }
.fav-card p { margin-top: 0.8rem; font-size: 0.95rem; flex: 1; }
.fav-card .link-arrow { margin-top: 1.1rem; align-self: flex-start; }

/* ---------- Menu board ---------- */
.menu-board {
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-1);
  padding: clamp(1.6rem, 5vw, 3.5rem);
  position: relative;
}
.menu-board::before {
  content: "";
  position: absolute; inset: 10px;
  border: 1px solid rgba(233, 180, 76, 0.55);
  border-radius: calc(var(--r-lg) - 8px);
  pointer-events: none;
}
.menu-columns { display: grid; gap: clamp(2rem, 5vw, 3.5rem); }
@media (min-width: 900px) {
  .menu-columns { grid-template-columns: 1fr 1fr; }
  .menu-col--left { border-right: 1px solid var(--line-soft); padding-right: clamp(2rem, 4vw, 3.5rem); }
}
.menu-cat + .menu-cat { margin-top: clamp(2rem, 5vw, 3rem); }
.menu-cat > h3 {
  display: flex; align-items: baseline; gap: 0.8rem;
  font-size: var(--fs-h3);
  color: var(--red);
}
.menu-cat > h3 .en { font-family: var(--font-sans); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink); opacity: 0.78; }
.menu-cat .cat-note { font-size: var(--fs-small); margin-top: 0.4rem; max-width: 48ch; opacity: 0.85; }
.menu-items { list-style: none; margin: 1.2rem 0 0; padding: 0; }
.menu-item { padding-block: 0.7rem; }
.menu-item + .menu-item { border-top: 1px dashed var(--line-soft); }
.menu-item .row {
  display: flex; align-items: baseline; gap: 0.5rem;
}
.menu-item .name { font-family: var(--font-display); font-size: 1.08rem; font-weight: 600; }
.menu-item .name .alt { font-family: var(--font-sans); font-size: 0.82rem; font-weight: 600; opacity: 0.7; margin-left: 0.35rem; }
.menu-item .dots {
  flex: 1;
  border-bottom: 2px dotted var(--line);
  transform: translateY(-4px);
  min-width: 1.5rem;
}
.menu-item .price { font-family: var(--font-display); font-weight: 640; font-size: 1.05rem; font-variant-numeric: tabular-nums; white-space: nowrap; }
.menu-item .desc { font-size: 0.88rem; margin-top: 0.25rem; max-width: 52ch; opacity: 0.85; }
.menu-tag {
  display: inline-block;
  font-size: 0.66rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  background: var(--gold-2); color: var(--ink);
  border: 1px solid rgba(233, 180, 76, 0.8);
  border-radius: 999px;
  padding: 0.12rem 0.55rem;
  margin-left: 0.5rem;
  vertical-align: 2px;
  white-space: nowrap;
}
a.menu-tag { text-decoration: none; }
a.menu-tag:hover { background: var(--gold); }
.menu-foot {
  margin-top: clamp(2rem, 5vw, 3rem);
  padding-top: var(--s3);
  border-top: 1px solid var(--line-soft);
  display: flex; flex-wrap: wrap; align-items: center; gap: var(--s2) var(--s4);
}
.menu-foot .note { font-size: var(--fs-small); opacity: 0.85; flex-basis: 100%; }
.menu-foot .advisory { font-size: 0.78rem; opacity: 0.7; }

/* ---------- Reviews ---------- */
.reviews-grid { display: grid; gap: var(--s3); }
@media (min-width: 900px) { .reviews-grid { grid-template-columns: repeat(3, 1fr); } }
.review-card {
  position: relative;
  border: 1px solid var(--cream-line);
  border-radius: var(--r-sm);
  padding: 2.4rem 1.6rem 1.6rem;
  background: rgba(244, 237, 221, 0.04);
  display: flex; flex-direction: column;
}
.review-card::before {
  content: "“";
  position: absolute; top: -0.6rem; left: 1rem;
  font-family: var(--font-display);
  font-size: 4.5rem; line-height: 1;
  color: var(--gold);
}
.review-card .stars { color: var(--gold); letter-spacing: 0.18em; font-size: 0.9rem; }
.review-card blockquote { margin: 0.9rem 0 0; font-family: var(--font-display); font-size: 1.12rem; font-weight: 500; line-height: 1.45; flex: 1; }
.review-card figcaption { margin-top: 1.3rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.review-card .who { font-weight: 700; }
.review-card .src {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold); text-decoration: none;
  border-bottom: 1px solid transparent;
}
.review-card .src:hover { border-bottom-color: var(--gold); }
.reviews-more { margin-top: var(--s4); display: flex; flex-wrap: wrap; gap: var(--s2) var(--s4); align-items: center; }
.reviews-note { font-size: var(--fs-small); opacity: 0.75; }

/* ---------- Story ---------- */
.story-grid { display: grid; gap: var(--s4); }
@media (min-width: 900px) { .story-grid { grid-template-columns: 5fr 4fr; align-items: start; } }
.city-cards { display: grid; gap: var(--s3); }
.city-card {
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-left: 5px solid var(--card-accent, var(--gold));
  border-radius: var(--r-sm);
  padding: 1.5rem 1.6rem;
  box-shadow: var(--shadow-1);
}
.city-card .eyebrow { margin-bottom: 0.3rem; }
.city-card h3 { font-size: 1.9rem; }
.city-card p { margin-top: 0.6rem; font-size: 0.97rem; }
.timeline {
  margin-top: var(--s5);
  border-top: 1px solid var(--line-soft);
  padding-top: var(--s4);
  display: grid;
  gap: var(--s3);
}
@media (min-width: 720px) { .timeline { grid-template-columns: repeat(4, 1fr); } }
.timeline .step { position: relative; padding-top: 1.1rem; }
.timeline .step::before {
  content: "";
  position: absolute; top: 0; left: 0;
  width: 2.4rem; height: 4px;
  background: var(--gold);
  border-radius: 2px;
}
.timeline .step .yr { font-family: var(--font-display); font-size: 1.35rem; font-weight: 640; color: var(--red); }
.timeline .step p { font-size: 0.9rem; margin-top: 0.3rem; }

/* ---------- Catering ---------- */
.band--red {
  background-image: repeating-linear-gradient(
    -45deg,
    rgba(244, 237, 221, 0.05) 0 14px,
    transparent 14px 34px
  );
}
.catering-grid { display: grid; gap: var(--s3); margin-top: var(--s5); }
@media (min-width: 900px) { .catering-grid { grid-template-columns: repeat(3, 1fr); } }
.catering-card {
  background: rgba(16, 43, 37, 0.25);
  border: 1px solid var(--cream-line);
  border-radius: var(--r-sm);
  padding: 1.6rem;
  display: flex; flex-direction: column;
}
.catering-card .vi-name { font-family: var(--font-display); font-style: italic; color: var(--gold); }
.catering-card h3 { font-size: 1.45rem; margin-top: 0.15rem; }
.catering-card .price { font-family: var(--font-display); font-size: 1.6rem; font-weight: 640; margin-top: 0.9rem; font-variant-numeric: tabular-nums; }
.catering-card .per { font-family: var(--font-sans); font-size: 0.78rem; font-weight: 600; opacity: 0.8; }
.catering-card p { margin-top: 0.7rem; font-size: 0.93rem; flex: 1; }
.catering-ctas { display: flex; flex-wrap: wrap; gap: var(--s2); margin-top: var(--s5); }
.catering-note { margin-top: var(--s3); font-size: var(--fs-small); opacity: 0.85; max-width: 60ch; }

/* ---------- Rewards ---------- */
.rewards .wrap { display: grid; gap: var(--s4); align-items: center; }
@media (min-width: 900px) { .rewards .wrap { grid-template-columns: 6fr 5fr; } }
.punch-card {
  background: var(--ink);
  color: var(--cream);
  border-radius: var(--r-lg);
  padding: 2rem;
  box-shadow: var(--shadow-2);
  rotate: -1.5deg;
  max-width: 460px;
}
.punch-card .pc-head { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; }
.punch-card .pc-title { font-family: var(--font-display); font-size: 1.2rem; font-weight: 640; }
.punch-card .pc-sub { font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); }
.punch-row { display: flex; gap: 0.7rem; margin-top: 1.4rem; flex-wrap: wrap; }
.punch {
  width: 54px; height: 54px;
  border: 2px dashed rgba(244, 237, 221, 0.4);
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 1.35rem;
}
.punch--stamped { border-style: solid; border-color: var(--gold); background: rgba(233, 180, 76, 0.12); }
.punch--free {
  border: 2px solid var(--gold);
  background: var(--gold); color: var(--ink);
  font-family: var(--font-sans); font-size: 0.62rem; font-weight: 800; letter-spacing: 0.1em;
}
.punch-card .pc-foot { margin-top: 1.4rem; font-size: 0.8rem; opacity: 0.8; }
.rewards-copy .powered { margin-top: var(--s3); font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.78; }

/* ---------- Brand wall (sticker shelf) ---------- */
.brand-wall { overflow: hidden; }
.brand-wall .section-head { margin-bottom: var(--s4); }
.sticker-track {
  display: flex;
  width: max-content;
  animation: marquee 45s linear infinite;
}
.sticker-track img {
  width: clamp(210px, 26vw, 300px);
  margin-right: var(--s3);
  border-radius: var(--r-sm);
  border: 1px solid var(--cream-line);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}
.sticker-track img:nth-child(odd) { rotate: -1.6deg; }
.sticker-track img:nth-child(even) { rotate: 1.4deg; translate: 0 8px; }

/* ---------- Forms (careers + contact) ---------- */
.form-card {
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-1);
  padding: clamp(1.6rem, 4.5vw, 3rem);
}
.form-card .form-title { font-size: 1.6rem; }
.form-card .form-sub { font-size: var(--fs-small); opacity: 0.8; margin-top: 0.4rem; }
fieldset { border: 0; padding: 0; margin: var(--s4) 0 0; }
fieldset legend {
  font-family: var(--font-display);
  font-size: 1.1rem; font-weight: 640;
  color: var(--red);
  padding-bottom: 0.3rem;
  border-bottom: 1px solid var(--line-soft);
  width: 100%;
}
.field-grid { display: grid; gap: var(--s3); margin-top: var(--s3); }
@media (min-width: 720px) {
  .field-grid { grid-template-columns: 1fr 1fr; }
  .field--full { grid-column: 1 / -1; }
}
.field label, .field legend.label, p.field.label {
  display: block;
  font-size: 0.74rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  margin-bottom: 0.45rem;
}
.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;
}
.field .req { color: var(--red); }
.field input, .field select, .field textarea {
  width: 100%;
  padding: 0.8rem 0.95rem;
  background: var(--cream);
  border: 1.5px solid var(--line);
  border-radius: var(--r-sm);
  transition: border-color 0.2s var(--ease), background-color 0.2s var(--ease);
}
.field input:hover, .field select:hover, .field textarea:hover { border-color: var(--ink); }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible {
  outline: 2px solid var(--ink); outline-offset: 1px;
  background: #fff;
}
.field textarea { min-height: 120px; resize: vertical; }
.check-grid { display: grid; gap: 0.7rem; margin-top: var(--s3); }
@media (min-width: 720px) { .check-grid { grid-template-columns: 1fr 1fr; } }
.check {
  display: flex; align-items: center; gap: 0.7rem;
  padding: 0.75rem 0.95rem;
  background: var(--cream);
  border: 1.5px solid var(--line);
  border-radius: var(--r-sm);
  font-size: 0.92rem; font-weight: 600;
  cursor: pointer;
  transition: border-color 0.2s var(--ease);
}
.check:hover { border-color: var(--ink); }
.check input { width: 1.1rem; height: 1.1rem; accent-color: var(--red); flex-shrink: 0; }
.consent { display: flex; gap: 0.8rem; align-items: flex-start; margin-top: var(--s4); font-size: 0.85rem; }
.consent input { width: 1.1rem; height: 1.1rem; accent-color: var(--red); margin-top: 0.2rem; flex-shrink: 0; }
.form-actions { margin-top: var(--s4); display: flex; flex-wrap: wrap; align-items: center; gap: var(--s3); }
/* The forms build a pre-filled email via JS. Without JS a mailto submit would
   silently drop the typed fields, so hide the button and show a direct-email
   fallback instead. html.js is set inline; removed only if the script fails. */
html.js .form-nojs { display: none; }
html:not(.js) .form-actions .btn { display: none; }
.form-nojs a { color: var(--red); font-weight: 700; text-decoration-color: var(--gold); }
.form-hint { font-size: var(--fs-small); opacity: 0.8; }
.form-confirm {
  margin-top: var(--s3);
  padding: 0.9rem 1.1rem;
  background: var(--gold-2);
  border: 1px solid rgba(233, 180, 76, 0.8);
  border-radius: var(--r-sm);
  font-size: 0.92rem; font-weight: 600;
}
.form-confirm[hidden] { display: none; }

/* Careers layout */
.careers-intro { display: grid; gap: var(--s4); margin-bottom: var(--s5); }
@media (min-width: 900px) { .careers-intro { grid-template-columns: 1fr 1fr 1fr; } }
.value-card { border-top: 3px solid var(--gold); padding-top: 1rem; }
.value-card .num { font-family: var(--font-display); font-weight: 640; color: var(--red); font-size: 1.1rem; }
.value-card h3 { font-size: 1.25rem; margin-top: 0.3rem; }
.value-card p { font-size: 0.95rem; margin-top: 0.4rem; }

/* ---------- Visit ---------- */
.visit-grid { display: grid; gap: var(--s4); align-items: start; }
@media (min-width: 900px) { .visit-grid { grid-template-columns: 5fr 6fr; } }
.visit-info dl { margin: var(--s4) 0 0; display: grid; gap: var(--s3); }
.visit-info dt {
  font-size: 0.74rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold);
}
.visit-info dd { margin: 0.25rem 0 0; font-size: 1.05rem; }
.visit-info address { font-style: normal; }
.visit-info a { color: inherit; text-decoration-color: var(--gold); text-underline-offset: 3px; }
.visit-info a:hover { color: var(--gold); }
.hours-table { display: grid; gap: 0.2rem; }
.hours-table div { display: flex; justify-content: space-between; gap: 1rem; max-width: 22rem; }
.hours-table .today { color: var(--gold); font-weight: 700; }
.visit-ctas { display: flex; flex-wrap: wrap; gap: var(--s2); margin-top: var(--s4); }
.map-frame {
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid rgba(233, 180, 76, 0.5);
  box-shadow: var(--shadow-2);
  aspect-ratio: 16 / 11;
  background: var(--ink-2);
}
.map-frame iframe { width: 100%; height: 100%; border: 0; }
.visit-note { margin-top: var(--s2); font-size: var(--fs-small); opacity: 0.8; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; gap: var(--s4); align-items: start; }
@media (min-width: 900px) { .contact-grid { grid-template-columns: 4fr 6fr; } }
.contact-cards { display: grid; gap: var(--s3); }
.contact-card {
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-sm);
  padding: 1.3rem 1.5rem;
  box-shadow: var(--shadow-1);
}
.contact-card .label {
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--red);
}
.contact-card a {
  display: inline-block;
  margin-top: 0.35rem;
  font-family: var(--font-display);
  font-size: 1.15rem; font-weight: 600;
  color: var(--ink);
  text-decoration-color: var(--gold);
  text-underline-offset: 4px;
  overflow-wrap: anywhere;
}
.contact-card a:hover { color: var(--red); }
.contact-card p { font-size: 0.85rem; margin-top: 0.4rem; opacity: 0.8; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: var(--cream); overflow: clip; }
.footer-wordmark {
  font-family: var(--font-display);
  font-weight: 640;
  font-size: clamp(3rem, 12vw, 9.5rem);
  line-height: 0.95;
  letter-spacing: 0.01em;
  text-align: center;
  padding-top: clamp(1.25rem, 3vw, 2.25rem);
  color: var(--cream);
}
.footer-wordmark .accent { color: var(--gold); font-style: italic; font-weight: 560; }
.footer-tag { text-align: center; margin-top: var(--s3); font-size: 0.95rem; color: var(--gold); font-family: var(--font-display); font-style: italic; }
.footer-cols {
  display: grid; gap: var(--s4);
  margin-top: clamp(3rem, 6vw, 4.5rem);
  padding-top: var(--s5);
  border-top: 1px solid var(--cream-line);
}
@media (min-width: 720px) { .footer-cols { grid-template-columns: 2fr 1fr 1fr 1fr; } }
.footer-cols h3 { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); font-family: var(--font-sans); }
.footer-cols ul { list-style: none; margin: var(--s2) 0 0; padding: 0; display: grid; gap: 0.55rem; }
.footer-cols a { color: var(--cream); text-decoration: none; font-size: 0.95rem; }
.footer-cols a:hover { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }
.footer-brand img { width: 110px; }
.footer-brand p { margin-top: var(--s2); font-size: 0.92rem; max-width: 34ch; opacity: 0.85; }
.footer-brand address { font-style: normal; margin-top: var(--s2); font-size: 0.92rem; opacity: 0.85; }
.footer-legal {
  margin-top: var(--s5);
  padding-block: var(--s3);
  border-top: 1px solid var(--cream-line);
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: var(--s2);
  font-size: 0.8rem; opacity: 0.7;
}

/* ---------- Open-now status ---------- */
.status-dot {
  display: inline-block; width: 0.55rem; height: 0.55rem;
  border-radius: 50%; vertical-align: middle; margin-right: 0.25rem;
}
.status-dot.is-open { background: #6fd19a; box-shadow: 0 0 0 3px rgba(111, 209, 154, 0.22); }
.status-dot.is-closed { background: var(--clay); box-shadow: 0 0 0 3px rgba(216, 111, 69, 0.22); }
.trust-strip [data-open-status] { font-weight: 700; }

/* ---------- Tricolor rule (three-city motif) ---------- */
.tricolor {
  display: block; width: 68px; height: 4px; border-radius: 2px;
  background: linear-gradient(90deg, var(--gold) 0 33.34%, var(--red) 33.34% 66.67%, var(--ink) 66.67% 100%);
}
.tricolor--center { margin-inline: auto; }
.band--dark .tricolor, .site-footer .tricolor {
  background: linear-gradient(90deg, var(--gold) 0 33.34%, var(--clay) 33.34% 66.67%, var(--mint) 66.67% 100%);
}

/* ---------- Hero CTA note ---------- */
.cta-note { margin-top: 0.9rem; font-size: var(--fs-small); font-weight: 600; opacity: 0.78; }

/* ---------- "What is a bánh mì?" anatomy ---------- */
.anatomy-grid { display: grid; gap: var(--s3); margin-top: var(--s4); }
@media (min-width: 720px) { .anatomy-grid { grid-template-columns: repeat(4, 1fr); } }
.anatomy-card {
  background: var(--cream);
  border: 1px solid var(--line-soft);
  border-top: 3px solid var(--gold);
  border-radius: var(--r-sm);
  padding: 1.3rem 1.4rem;
  box-shadow: var(--shadow-1);
}
.anatomy-card .num { font-family: var(--font-display); font-weight: 640; color: var(--red); font-size: 1rem; }
.anatomy-card h3 { font-size: 1.2rem; margin-top: 0.3rem; }
.anatomy-card p { font-size: 0.92rem; margin-top: 0.4rem; }
.anatomy-foot { margin-top: var(--s4); }

/* ---------- Story journey (three-stop thread) ---------- */
.journey { margin-top: var(--s5); border-top: 1px solid var(--line-soft); padding-top: var(--s5); }
.journey-line { list-style: none; margin: 0; padding: 0; position: relative; display: grid; gap: var(--s4); }
.journey-stop { position: relative; }
.journey-stop .j-dot {
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--stop, var(--gold));
  box-shadow: 0 0 0 5px var(--cream), 0 0 0 6px var(--line-soft);
}
.journey-stop .j-era { margin-top: 1rem; font-size: var(--fs-eyebrow); font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--red); }
.journey-stop .j-city { font-family: var(--font-display); font-size: 1.7rem; font-weight: 620; margin-top: 0.2rem; }
.journey-stop .j-note { font-size: 0.95rem; margin-top: 0.5rem; max-width: 34ch; }
@media (max-width: 719px) {
  .journey-line { padding-left: 1.6rem; }
  .journey-line::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background-image: linear-gradient(var(--line) 60%, transparent 0); background-size: 2px 10px; }
  .journey-stop .j-dot { position: absolute; left: -1.6rem; margin-top: 2px; }
  .journey-stop .j-era { margin-top: 0; }
}
@media (min-width: 720px) {
  .journey-line { grid-template-columns: repeat(3, 1fr); gap: var(--s4); padding-top: 1.4rem; }
  .journey-line::before { content: ""; position: absolute; left: 8px; right: 8px; top: 8px; height: 2px; background-image: linear-gradient(90deg, var(--line) 60%, transparent 0); background-size: 12px 2px; }
  .journey-line::after {
    content: ""; position: absolute; left: 8px; right: 8px; top: 8px; height: 3px; border-radius: 2px;
    background: linear-gradient(90deg, var(--gold), var(--red) 50%, var(--ink));
    transform: scaleX(0); transform-origin: left;
    transition: transform 1.1s var(--ease);
  }
  .journey-stop { padding-top: 1.4rem; }
  .journey-stop .j-dot { position: absolute; top: -1.4rem; }
}
html.js .journey.reveal.is-in .journey-line::after { transform: scaleX(1); }

/* ---------- FAQ ---------- */
.faq-list { display: grid; gap: var(--s2); margin-top: var(--s4); }
.faq-item {
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-sm);
  padding: 0.3rem 1.3rem;
  box-shadow: var(--shadow-1);
}
.faq-item summary {
  font-family: var(--font-display); font-size: 1.15rem; font-weight: 600;
  padding: 1rem 0; cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; gap: 1rem; align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--red); font-family: var(--font-display); font-size: 1.6rem; line-height: 1; transition: transform 0.2s var(--ease); }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { padding-bottom: 1.1rem; font-size: 0.95rem; max-width: 62ch; }

/* ---------- Footer greeting ---------- */
.footer-greeting { text-align: center; padding-top: clamp(2.5rem, 6vw, 4rem); }
.footer-greeting .ac { display: block; font-family: var(--font-display); font-style: italic; font-weight: 560; font-size: clamp(2rem, 6vw, 3.4rem); line-height: 1.05; color: var(--gold); }
.footer-greeting .gloss { display: block; margin-top: 0.6rem; font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--cream); opacity: 0.72; }

/* ---------- Persistent mobile order + call bar ---------- */
.mobile-bar { display: none; }
@media (max-width: 700px) {
  .mobile-bar {
    display: grid; grid-template-columns: 1fr 1.5fr; gap: 0.6rem;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
    padding: 0.6rem 0.9rem calc(0.6rem + env(safe-area-inset-bottom));
    background: rgba(16, 43, 37, 0.96);
    border-top: 1px solid var(--cream-line);
    backdrop-filter: blur(6px);
    transition: transform 0.3s var(--ease);
  }
  .mobile-bar.is-tucked { transform: translateY(115%); }
  .mobile-bar__btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
    min-height: 50px; border-radius: var(--r-sm);
    font-weight: 700; font-size: 0.9rem; letter-spacing: 0.05em; text-transform: uppercase;
    text-decoration: none;
  }
  .mobile-bar__btn--call { background: var(--gold); color: var(--ink); }
  .mobile-bar__btn--order { background: var(--red); color: var(--cream); }
  .site-footer { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
}

/* ---------- Reveal animation system ----------
   Content is visible by default (no-JS safe). Only when JS adds html.js
   do elements start hidden; IntersectionObserver + the anchor-jump handler
   in main.js add .is-in. This is what fixes the old site's blank sections. */
html.js .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s var(--ease), transform 0.55s var(--ease);
}
html.js .reveal.is-in { opacity: 1; transform: none; }
html.js .reveal.is-in.no-anim { transition: none; }
html.js .reveal[data-stagger="1"].is-in { transition-delay: 0.08s; }
html.js .reveal[data-stagger="2"].is-in { transition-delay: 0.16s; }
html.js .reveal[data-stagger="3"].is-in { transition-delay: 0.24s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  html.js .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .marquee-track, .sticker-track { animation: none !important; }
  .btn, .fav-card, .carousel-btn { transition: none !important; }
  .fav-track { scroll-behavior: auto; }
  .journey-line::after { transform: scaleX(1) !important; transition: none !important; }
  .mobile-bar { transition: none !important; }
}

/* ---------- Menu rows: stack cleanly on narrow phones ---------- */
@media (max-width: 560px) {
  .menu-item .row { flex-wrap: wrap; justify-content: space-between; column-gap: 0.6rem; }
  .menu-item .name { flex: 1 1 auto; }
  .menu-item .name .alt { display: block; margin-left: 0; margin-top: 0.1rem; }
  .menu-item .dots { display: none; }
  .menu-item .price { flex: 0 0 auto; }
}

/* ---------- Print ---------- */
@media print {
  .site-header, .marquee, .brand-wall, .site-footer, .carousel-btns, .hero-ctas, .form-actions, .mobile-bar { display: none !important; }
  body { background: #fff; }
}
