/* =========================================================
   Noshbox – "Bàn đã đặt" design system
   Sunny orange/amber kept as the brand voice; brown does the talking on top of it.
   Orange speaks on brown, brown speaks on orange; on white, orange is a fill or a large accent.
   ========================================================= */

:root {
  --nosh: #f78018;        /* fills, CTA, tent fold */
  --nosh-deep: #d9650f;   /* large display accents on light (3.6:1) */
  --nosh-ink: #b4520a;    /* small orange text on light (5:1) */
  --amber: #ffb800;
  --sun-light: #ffd36a;
  --brown: #380b0a;       /* headings, text on orange, dark UI */
  --brown-900: #1f0605;   /* footer */
  --cream: #fff7eb;
  --paper: #fcf8f2;
  --line: #eadfd2;
  --text: #4a4f58;
  --text-soft: #6b7079;
  --white: #fff;
  --red: #d12f26;
  --green: #1f7a45;

  --grad-sun: linear-gradient(135deg, #f78018 0%, #ff9a1f 55%, #ffb800 100%);
  --shadow-1: 0 1px 2px rgba(56, 11, 10, 0.06), 0 8px 24px rgba(56, 11, 10, 0.08);
  --shadow-2: 0 2px 4px rgba(56, 11, 10, 0.08), 0 18px 48px rgba(56, 11, 10, 0.14);

  --r-1: 6px;
  --r-2: 14px;
  --r-3: 28px;
  --container: 1200px;
  --gutter: clamp(16px, 4vw, 32px);
  --section: clamp(64px, 9vw, 120px);
  --font: "Be Vietnam Pro", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --header-h: 72px;

  --fs-display: clamp(40px, 6.2vw, 76px);
  --fs-h1: clamp(34px, 4.6vw, 58px);
  --fs-h2: clamp(28px, 3.4vw, 42px);
  --fs-h3: clamp(19px, 1.6vw, 22px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }
body { margin: 0; font-family: var(--font); font-size: 17px; line-height: 1.6; color: var(--text); background: var(--white); -webkit-font-smoothing: antialiased; }
[hidden] { display: none !important; }
img, svg, picture { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
p { margin: 0 0 1em; max-width: 62ch; }
h1, h2, h3, h4 { margin: 0 0 0.45em; color: var(--brown); font-weight: 800; line-height: 1.15; letter-spacing: -0.015em; max-width: 24ch; }
:lang(en) h1, :lang(en) h2 { line-height: 1.08; letter-spacing: -0.025em; }
h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3, .h3 { font-size: var(--fs-h3); letter-spacing: -0.01em; }
strong { font-weight: 700; }
button { font: inherit; }
small { font-size: 14px; }
:focus-visible { outline: 3px solid var(--brown); outline-offset: 3px; box-shadow: 0 0 0 6px var(--white); border-radius: 4px; }
.band-sun :focus-visible, .site-footer :focus-visible { outline-color: var(--brown); box-shadow: 0 0 0 6px var(--cream); }

.container { width: min(100% - 2 * var(--gutter), var(--container)); margin-inline: auto; }
.section { position: relative; padding-block: var(--section); }
.center { text-align: center; }
.center-row { justify-content: center; }
.narrow-page { max-width: 820px; margin-inline: auto; }
.bg-cream { background: var(--cream); }
.bg-paper { background: var(--paper); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 1000; background: var(--brown); color: #fff; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { left: 8px; }
.tabular, .stat dd, .tent-meta, .meta-line, .stop-time, .chip span, .ward-n, .proof-count { font-variant-numeric: tabular-nums; }

.lead { font-size: clamp(17px, 1.2vw, 20px); color: var(--text); max-width: 58ch; }
.kicker { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; color: var(--nosh-ink); margin: 0 0 14px; }
.kicker::before { content: ""; width: 8px; height: 8px; background: var(--nosh); border-radius: 2px; flex: none; }
.section-head { margin-bottom: clamp(32px, 5vw, 56px); }
.section-head .lead { margin-bottom: 0; }
.section-head h2 { margin-bottom: 0.35em; }
.narrow-head { max-width: 760px; }
.on-sun, .on-sun h1, .on-sun h2, .on-sun h3, .on-sun .lead, .on-sun p, .on-sun .kicker { color: var(--brown); }
.on-sun .kicker::before { background: var(--brown); }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--nosh-ink); }
.text-link svg { width: 18px; height: 18px; transition: transform 0.2s ease; }
.text-link:hover svg { transform: translateX(3px); }
.text-link:hover { text-decoration: underline; text-underline-offset: 3px; }
.more-link { margin-top: 24px; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border-radius: 8px; border: 1.5px solid transparent; font-weight: 700; font-size: 16px; line-height: 1.2; cursor: pointer; text-align: center; max-width: 100%; transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.1s ease; }
.btn svg { width: 18px; height: 18px; flex: none; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--nosh); color: var(--brown); }
.btn-primary:hover { background: #e9730f; }
.btn-dark { background: var(--brown); color: var(--cream); }
.btn-dark:hover { background: #4d1412; }
.btn-light { background: var(--cream); color: var(--brown); }
.btn-light:hover { background: #fff; }
.btn-ghost { background: transparent; color: var(--brown); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--nosh); color: var(--nosh-ink); }
.btn-sm { padding: 10px 16px; font-size: 14px; }
.btn-block { width: 100%; }
.btn:disabled { opacity: 0.7; cursor: progress; transform: none; }
@media (max-width: 480px) { .btn { width: 100%; } .hero-actions { flex-direction: column; align-items: stretch; } }

.store-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.store-btn { display: inline-flex; align-items: center; gap: 10px; min-width: 168px; padding: 9px 20px 9px 16px; border-radius: 999px; background: var(--brown); color: var(--cream); transition: background 0.2s ease; }
.store-btn:hover { background: #4d1412; }
.store-btn svg { width: 26px; height: 26px; flex: none; }
.store-btn span { display: flex; flex-direction: column; line-height: 1.1; }
.store-btn small { font-size: 12px; font-weight: 400; opacity: 0.85; }
.store-btn strong { font-size: 17px; font-weight: 600; }
.store-buttons-stack { flex-direction: column; align-items: stretch; }
.store-buttons-stack .store-btn { justify-content: center; }
.download-row { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin: 8px 0 16px; }
.download-row .qr { width: 96px; height: 96px; border-radius: 10px; background: #fff; padding: 4px; border: 1px solid var(--line); }
.reassure { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--brown); margin: 16px 0 0; opacity: 0.85; }
.reassure svg { width: 18px; height: 18px; color: var(--brown); }

/* ---------- Lists & cards ---------- */
.checklist { display: grid; gap: 10px; margin: 16px 0 0; }
.checklist li { display: flex; gap: 10px; align-items: flex-start; }
.checklist svg { width: 20px; height: 20px; flex: none; color: var(--nosh-ink); margin-top: 3px; }
.icon-list { display: grid; gap: 12px; margin-top: 16px; }
.icon-list li { display: flex; gap: 12px; align-items: center; }
.icon-tile { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: var(--r-1); background: var(--cream); color: var(--nosh-ink); flex: none; }
.icon-tile svg { width: 24px; height: 24px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-2); padding: clamp(22px, 3vw, 32px); transition: border-color 0.2s ease; }
.card:hover { border-color: var(--nosh); }
.card .icon-tile { margin-bottom: 18px; }
.card h3 { margin-bottom: 0.4em; }
.card p:last-child { margin-bottom: 0; }
.cards-2 { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.cards-3 { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.rows { counter-reset: row; border-top: 1px solid var(--line); }
.row { counter-increment: row; display: grid; gap: 8px 32px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.row::before { content: counter(row, decimal-leading-zero); font-weight: 800; color: var(--nosh-deep); font-size: 20px; font-variant-numeric: tabular-nums; }
.row h3 { margin: 0; }
.row p { margin: 0; }
@media (min-width: 760px) { .row { grid-template-columns: 56px 1fr 1.4fr; align-items: start; } .rows-compact .row { padding: 20px 0; } }
.badge { display: inline-block; margin-left: 8px; padding: 2px 8px; border-radius: 999px; background: var(--cream); color: var(--nosh-ink); font-weight: 700; font-size: 12px; vertical-align: 2px; border: 1px solid var(--line); }
.frame { background: var(--cream); border: 1px solid var(--brown); border-radius: var(--r-2); padding: 10px; }
.frame img { border-radius: calc(var(--r-2) - 8px); width: 100%; object-fit: contain; }
.frame-dark { border-color: var(--brown); background: var(--brown); }
.frame-wide { max-width: 760px; margin: 40px auto 0; }
.frame-wide img { max-height: 420px; object-fit: contain; margin-inline: auto; width: auto; }
.logo-tile { display: inline-grid; place-items: center; width: 56px; height: 56px; border-radius: 10px; background: #fff; border: 1px solid var(--line); overflow: hidden; flex: none; }
.logo-tile img { width: 100%; height: 100%; object-fit: contain; }
.logo-tile.is-initials { background: var(--brown); color: var(--amber); font-weight: 800; font-size: 18px; border-color: var(--brown); }

/* ---------- Tent card (the brand device) ---------- */
.tent { position: relative; display: block; background: var(--cream); color: var(--brown); border: 1px solid var(--line); border-radius: 8px; padding: 22px 18px 16px; box-shadow: var(--shadow-1); }
.tent::before { content: ""; position: absolute; left: -1px; right: -1px; top: -1px; height: 10px; background: var(--nosh); border-radius: 8px 8px 0 0; }
.tent-tag { display: inline-block; font-size: 12px; font-weight: 700; color: var(--nosh-ink); margin-bottom: 6px; letter-spacing: 0.02em; }
.tent-tag.is-new { color: var(--brown); background: var(--amber); padding: 1px 8px; border-radius: 999px; }
.tent-name { display: block; font-weight: 800; font-size: 18px; line-height: 1.25; color: var(--brown); margin: 0; }
.tent-meta { display: block; font-size: 14px; color: var(--text-soft); margin-top: 2px; }
.tent-row, .tent-body { display: flex; }
.tent-row { gap: 12px; align-items: center; }
.tent-body { flex-direction: column; min-width: 0; }
.tent p { max-width: none; }
.tent .btn { margin-top: 8px; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 247, 235, 0.92); backdrop-filter: saturate(160%) blur(10px); border-bottom: 1px solid transparent; transition: border-color 0.2s ease; }
.site-header.is-scrolled { border-color: var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: var(--header-h); }
.logo img { width: 136px; height: auto; }
.nav { display: none; }
.nav ul { display: flex; gap: clamp(18px, 2.2vw, 32px); }
.nav a { font-weight: 600; font-size: 15px; color: var(--brown); padding: 8px 0; position: relative; white-space: nowrap; }
.nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 2px; border-radius: 2px; background: var(--nosh); transform: scaleX(0); transition: transform 0.2s ease; }
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-actions { display: none; align-items: center; gap: 10px; }
.lang-switch { display: inline-flex; border: 1px solid var(--line); border-radius: 999px; padding: 3px; font-size: 12px; font-weight: 700; background: #fff; }
.lang-switch span { padding: 4px 10px; border-radius: 999px; color: var(--text-soft); }
.lang-switch .is-on { background: var(--brown); color: var(--cream); }
.menu-toggle { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--brown); cursor: pointer; }
.menu-toggle svg { width: 24px; height: 24px; }
.menu-toggle .ico-close, .nav-open .menu-toggle .ico-open { display: none; }
.nav-open .menu-toggle .ico-close { display: block; }
.mobile-nav { display: none; border-top: 1px solid var(--line); background: var(--cream); padding: 12px var(--gutter) 24px; }
.nav-open .mobile-nav { display: block; }
.mobile-nav ul { display: grid; gap: 2px; margin-bottom: 16px; }
.mobile-nav a:not(.btn) { display: block; padding: 12px 8px; font-weight: 600; font-size: 18px; border-radius: 8px; color: var(--brown); }
.mobile-nav a[aria-current="page"] { background: #fff; }
.mobile-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.nav-open { overflow: hidden; }
@media (min-width: 1024px) {
  .nav, .header-actions { display: flex; }
  .menu-toggle, .mobile-nav { display: none !important; }
  .logo img { width: 150px; }
}

/* ---------- Sun band & hero ---------- */
.band-sun { background: var(--grad-sun); color: var(--brown); overflow: hidden; isolation: isolate; }
.spiral { position: absolute; right: -8%; top: -20%; width: min(62vw, 760px); height: auto; color: var(--cream); opacity: 0.28; pointer-events: none; z-index: -1; }
.hero { position: relative; }
.hero h1 { font-size: var(--fs-display); color: var(--brown); max-width: 14ch; }
.hero .lead { color: var(--brown); max-width: 52ch; font-size: clamp(17px, 1.3vw, 21px); }
.hero .kicker, .hero .kicker::before { color: var(--brown); background-color: var(--brown); }
.hero .kicker { background: none; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-grid { display: grid; gap: 40px; align-items: center; padding-block: clamp(56px, 8vw, 104px); }
.hero-page .hero-text, .hero-compact .hero-text { padding-block: clamp(56px, 8vw, 96px); }
.hero-page h1 { font-size: var(--fs-h1); max-width: 18ch; }
.hero-compact .hero-text { padding-block: clamp(40px, 5vw, 64px); }
.narrow-hero { max-width: 800px; }
.hero-stage { position: relative; min-height: 300px; }
.tent-stage { position: absolute; width: min(340px, 92%); padding: 18px 16px 14px; box-shadow: var(--shadow-2); }
.tent-stage .tent-name { font-size: 17px; }
.tent-1 { left: 6%; top: 0; transform: rotate(-4deg); z-index: 3; animation: stamp 0.5s cubic-bezier(0.2, 0.8, 0.2, 1) both; }
.tent-2 { left: 22%; top: 110px; transform: rotate(2.5deg); z-index: 2; animation: stamp 0.5s 0.06s cubic-bezier(0.2, 0.8, 0.2, 1) both; }
.tent-3 { left: 2%; top: 220px; transform: rotate(-1.5deg); z-index: 1; animation: stamp 0.5s 0.12s cubic-bezier(0.2, 0.8, 0.2, 1) both; }
@keyframes stamp { from { opacity: 0; transform: scale(1.15) rotate(-6deg); } }
@media (min-width: 900px) {
  .hero-grid { grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); }
  .hero-stage { min-height: 380px; }
}
.hero-diner .hero-media .frame { max-width: 480px; margin-inline: auto; }
.hero-diner h1 { font-size: var(--fs-h1); max-width: 18ch; }
.store-buttons-dark .store-btn { background: var(--brown); }

.proof-strip { background: var(--cream); border-bottom: 1px solid var(--line); }
.proof-strip-inner { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 28px; padding-block: 18px; }
.proof-label { margin: 0; font-size: 14px; font-weight: 700; color: var(--nosh-ink); }
.proof-logos { display: flex; flex-wrap: wrap; gap: 8px; }
.proof-logos .logo-tile { width: 44px; height: 44px; border-radius: 8px; }
.proof-count { margin: 0; font-size: 14px; color: var(--text-soft); }
.proof-count strong { color: var(--brown); font-weight: 800; }

/* ---------- Proof band (restaurant marquee) ---------- */
.section-proof .section-head { margin-bottom: 28px; }
.marquee-wrap { position: relative; }
.marquee { overflow: hidden; padding-block: 14px 10px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.marquee-track { display: flex; gap: 16px; padding-inline-end: 16px; width: max-content; animation: marquee 80s linear infinite; }
.marquee-wrap:hover .marquee-track, .marquee-wrap:focus-within .marquee-track, .marquee-wrap.is-paused .marquee-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }
.tent-card { display: flex; align-items: center; gap: 12px; width: 296px; padding: 18px 14px 14px; box-shadow: var(--shadow-1); }
.tent-card .tent-tag { position: absolute; top: 14px; right: 12px; margin: 0; }
.tent-card .tent-name { font-size: 16px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-right: 56px; }
.tent-card .tent-meta { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 13px; }
a.tent-card:hover { border-color: var(--brown); }
.marquee-toggle { display: inline-flex; align-items: center; gap: 8px; margin: 6px var(--gutter) 0; padding: 6px 12px; border-radius: 999px; border: 1px solid rgba(56, 11, 10, 0.3); background: rgba(255, 247, 235, 0.5); color: var(--brown); font-size: 13px; font-weight: 600; cursor: pointer; }
.marquee-toggle svg { width: 16px; height: 16px; }
.marquee-toggle .ico-play, .is-paused .marquee-toggle .ico-pause { display: none; }
.is-paused .marquee-toggle .ico-play { display: block; }
.proof-foot { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; flex-wrap: wrap; width: auto; justify-content: center; padding-inline: var(--gutter); }
  .marquee-track li[aria-hidden="true"] { display: none; }
  .marquee { mask-image: none; -webkit-mask-image: none; }
  .marquee-toggle { display: none; }
  .tent-stage { animation: none; }
}

/* ---------- Stats ---------- */
.stats { display: grid; gap: 16px; grid-template-columns: repeat(2, 1fr); margin: 0; }
.stat { border-top: 3px solid var(--nosh); padding-top: 14px; }
.stat dt { font-size: 14px; color: var(--text-soft); font-weight: 600; }
.stat dd { margin: 2px 0 0; font-size: clamp(36px, 4.5vw, 56px); font-weight: 800; color: var(--brown); line-height: 1; letter-spacing: -0.03em; }
.stat-note { margin: 20px 0 0; font-size: 14px; color: var(--text-soft); }
@media (min-width: 760px) { .stats { grid-template-columns: repeat(4, 1fr); gap: 28px; } }

/* ---------- Tools ---------- */
.tools { display: grid; gap: 28px; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.tool .frame { margin-bottom: 22px; }
.tool .frame img { aspect-ratio: 16 / 11; }
.tool h3 { margin-bottom: 2px; }
.tool-sub { color: var(--text-soft); font-size: 15px; margin-bottom: 6px; }

/* ---------- Diner teaser / split ---------- */
.teaser, .split-2, .contact-grid, .lead-grid { display: grid; gap: clamp(28px, 5vw, 64px); align-items: center; }
@media (min-width: 880px) { .teaser, .split-2, .lead-grid { grid-template-columns: 1fr 1fr; } .contact-grid { grid-template-columns: 1.2fr 0.8fr; align-items: start; } }
.teaser-media img { aspect-ratio: 1; object-fit: cover; }

/* ---------- Lead form ---------- */
.lead-card { background: #fff; border-radius: var(--r-2); padding: clamp(22px, 3.5vw, 40px); box-shadow: var(--shadow-2); }
.lead-card h3, .lead-card h2 { margin-bottom: 6px; }
.lead-intro { color: var(--text-soft); margin-bottom: 20px; }
.fields { display: grid; gap: 14px; }
.field label { display: block; font-size: 14px; font-weight: 600; color: var(--brown); margin-bottom: 6px; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; font: inherit; font-size: 16px; color: var(--brown); padding: 11px 14px; border-radius: 8px; border: 1px solid var(--line); background: var(--paper); transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.field textarea { resize: vertical; min-height: 96px; }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23380b0a' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; background-size: 18px; padding-right: 40px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--nosh); box-shadow: 0 0 0 4px rgba(247, 128, 24, 0.18); background: #fff; }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible { outline: 3px solid var(--brown); outline-offset: 2px; box-shadow: none; }
.lead-form .btn { margin-top: 18px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-note { margin: 12px 0 0; font-size: 13px; color: var(--text-soft); }
.form-privacy { margin: 4px 0 0; font-size: 12.5px; color: var(--text-soft); }
.form-privacy a { text-decoration: underline; text-underline-offset: 2px; }
.form-status { margin: 12px 0 0; padding: 10px 14px; border-radius: 8px; font-size: 14px; font-weight: 600; }
.form-status:empty { display: none; }
.form-status.is-success { background: #e8f6ec; color: var(--green); }
.form-status.is-error { background: #fdecec; color: #a5281f; }
.form-success { animation: stamp 0.45s cubic-bezier(0.2, 0.8, 0.2, 1) both; }
.form-success .tent-name { font-size: 22px; margin-bottom: 6px; }
@media (min-width: 600px) { .fields-short { grid-template-columns: 1fr 1fr; } .fields-short .field:first-child { grid-column: 1 / -1; } }
.lead-card-page .fields { grid-template-columns: 1fr 1fr; }
.lead-card-page .field:has(textarea), .lead-card-page .field:has([name="restaurant"]) { grid-column: 1 / -1; }
@media (max-width: 600px) { .lead-card-page .fields { grid-template-columns: 1fr; } }

/* ---------- Restaurants page ---------- */
.timeline { position: relative; display: grid; gap: 28px; padding-left: 0; }
.stop { display: grid; grid-template-columns: 84px 1fr; gap: 20px; align-items: start; position: relative; }
.stop-time { font-weight: 800; color: var(--nosh-deep); font-size: 18px; padding-top: 2px; }
.stop h3 { margin-bottom: 4px; }
.stop p { margin: 0; }
@media (min-width: 760px) {
  .timeline { padding-left: 120px; }
  .timeline::before { content: ""; position: absolute; left: 100px; top: 8px; bottom: 8px; width: 2px; background: var(--nosh); opacity: 0.5; }
  .stop { grid-template-columns: 1fr; }
  .stop-time { position: absolute; left: -120px; width: 84px; text-align: right; }
  .stop::before { content: ""; position: absolute; left: -26px; top: 8px; width: 12px; height: 12px; border-radius: 50%; background: var(--nosh); border: 3px solid #fff; box-shadow: 0 0 0 1px var(--nosh); }
}
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r-2); background: #fff; }
.table-wrap:focus-visible { outline-offset: 0; }
.compare { width: 100%; border-collapse: collapse; min-width: 620px; }
.compare th, .compare td { padding: 16px 18px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); font-size: 15px; }
.compare thead th { font-size: 14px; color: var(--text-soft); font-weight: 700; background: var(--paper); }
.compare thead th.is-after { color: var(--brown); background: var(--cream); }
.compare tbody th { font-weight: 700; color: var(--brown); width: 22%; }
.compare td.is-after { background: var(--cream); color: var(--brown); font-weight: 600; }
.compare td.is-after svg { display: inline-block; width: 18px; height: 18px; vertical-align: -3px; margin-right: 6px; color: var(--nosh-ink); }
.compare tr:last-child th, .compare tr:last-child td { border-bottom: 0; }
.steps { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); counter-reset: step; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--r-2); padding: 24px; }
.step-n { display: inline-grid; place-items: center; width: 36px; height: 36px; border-radius: 8px; background: var(--nosh); color: var(--brown); font-weight: 800; margin-bottom: 14px; }
.step h3 { margin-bottom: 2px; font-size: 18px; }
.step-meta { font-size: 13px; font-weight: 700; color: var(--nosh-ink); margin-bottom: 8px; }
.step p:last-child { margin: 0; font-size: 15px; }
.steps-3 { max-width: 980px; margin-inline: auto; }
.steps-v { grid-template-columns: 1fr; gap: 12px; margin-bottom: 32px; }
.steps-v .step { display: grid; grid-template-columns: 36px 1fr; gap: 4px 14px; padding: 16px 18px; }
.steps-v .step-n { margin: 0; grid-row: 1 / span 2; }
.cost { margin-top: 40px; background: var(--cream); border-radius: var(--r-2); padding: clamp(22px, 3vw, 32px); border: 1px solid var(--line); }
.cost h3 { margin-bottom: 6px; }
.cost .checklist { margin-top: 12px; }

/* ---------- FAQ ---------- */
.page-head { margin-bottom: clamp(28px, 4vw, 48px); }
.page-head h1 { max-width: 20ch; }
.meta-line { font-size: 15px; color: var(--text-soft); }
.meta-line strong { color: var(--brown); }
.faq-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.faq-group { margin-bottom: 36px; }
.faq-group h2 { font-size: 22px; margin-bottom: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: var(--r-1); background: #fff; margin-bottom: 8px; overflow: hidden; }
.faq-item[open] { border-color: var(--nosh); }
.faq-item summary { list-style: none; cursor: pointer; padding: 16px 48px 16px 18px; font-weight: 700; color: var(--brown); position: relative; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: ""; position: absolute; right: 20px; top: 50%; width: 9px; height: 9px; border-right: 2px solid var(--nosh-ink); border-bottom: 2px solid var(--nosh-ink); transform: translateY(-70%) rotate(45deg); transition: transform 0.2s ease; }
.faq-item[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq-answer { padding: 0 18px 18px; }
.faq-answer p:last-child { margin-bottom: 0; }
.faq-answer ul { list-style: disc; padding-left: 22px; margin-bottom: 1em; }
.faq-answer a, .legal-content a, .tent a:not(.btn) { color: var(--nosh-ink); text-decoration: underline; text-underline-offset: 2px; }
.faq-still { margin-top: 32px; padding: 28px 24px 24px; }
.faq-still .tent-name { font-size: 22px; }

/* ---------- Chips ---------- */
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; border: 1px solid var(--line); background: #fff; color: var(--brown); font-weight: 600; font-size: 14px; cursor: pointer; transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease; }
.chip span { font-size: 12px; font-weight: 700; color: var(--nosh-ink); background: var(--cream); padding: 1px 7px; border-radius: 999px; }
.chip:hover { border-color: var(--nosh); }
.chip.is-on { background: var(--brown); color: var(--cream); border-color: var(--brown); }
.chip.is-on span { background: rgba(255, 255, 255, 0.15); color: var(--amber); }

/* ---------- Directory ---------- */
.section-dir-head { padding-bottom: 0; }
.directory { padding-top: 32px; }
.filters { display: grid; gap: 12px; margin-bottom: 28px; }
.filter-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.filter-label { font-size: 13px; font-weight: 700; color: var(--text-soft); margin-right: 6px; min-width: 64px; }
.filter-status { justify-content: space-between; font-size: 14px; color: var(--text-soft); }
.dir-grid { display: grid; gap: 18px; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
.dir-card { display: flex; flex-direction: column; padding: 24px 20px 18px; }
.dir-card .tent-tag { position: absolute; top: 14px; right: 14px; margin: 0; }
/* Same geometry on every card so logos, names and footers line up across the grid */
.dir-head { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 14px; align-items: start; min-height: 72px; margin-bottom: 14px; padding-right: 56px; }
.dir-head .logo-tile { width: 64px; height: 64px; }
.dir-head > div { min-width: 0; display: grid; gap: 2px; align-content: start; padding-top: 2px; }
.dir-head h3 { font-size: 18px; line-height: 1.2; margin: 0; max-width: none; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.dir-head .tent-meta { margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dir-wards { display: flex; gap: 8px; align-items: flex-start; font-size: 14px; line-height: 1.4; color: var(--text); margin: 0 0 14px; min-height: 40px; }
.dir-wards span { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.dir-wards svg { width: 18px; height: 18px; flex: none; color: var(--nosh-ink); margin-top: 1px; }
.dir-foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px; border-top: 1px solid var(--line); padding-top: 12px; margin-top: auto; }
.dir-since { font-size: 13px; color: var(--text-soft); }
.dir-foot .text-link { font-size: 14px; }
.dir-empty { margin-top: 20px; color: var(--text-soft); }
.ward-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.ward-list li { display: grid; gap: 4px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.ward-name { font-weight: 700; color: var(--brown); }
.ward-brands { font-size: 14px; color: var(--text-soft); grid-column: 1; }
.ward-n { grid-column: 2; grid-row: 1 / span 2; font-weight: 800; font-size: 24px; color: var(--nosh-deep); }

/* ---------- About ---------- */
.facts { display: grid; gap: 0; border-top: 1px solid var(--line); margin: 0; }
.facts div { display: grid; gap: 2px 24px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.facts dt { font-size: 13px; font-weight: 700; color: var(--text-soft); }
.facts dd { margin: 0; color: var(--brown); font-weight: 600; }
@media (min-width: 600px) { .facts div { grid-template-columns: 140px 1fr; } }
.section-mv .card .lead { margin: 0; }

/* ---------- Contact ---------- */
.contact-aside h2.h3 { margin-bottom: 14px; }
.contact-list { display: grid; gap: 14px; margin: 16px 0 32px; }
.contact-list li { display: flex; gap: 12px; align-items: flex-start; }
.contact-list svg { width: 20px; height: 20px; flex: none; color: var(--nosh-ink); margin-top: 3px; }
.contact-list a:hover { text-decoration: underline; }
.diner-note .store-buttons { margin-top: 12px; }

/* ---------- Testimonials ---------- */
.testimonial { margin: 0; display: flex; flex-direction: column; }
.testimonial blockquote { margin: 0 0 16px; flex: 1; }
.testimonial blockquote p { margin: 0; font-size: 16px; color: var(--text); }
.testimonial figcaption { display: grid; font-size: 14px; }
.testimonial figcaption strong { color: var(--brown); }
.testimonial figcaption span { color: var(--text-soft); }

/* ---------- App CTA ---------- */
.app-cta { text-align: center; display: grid; justify-items: center; }
.app-cta .lead { margin-inline: auto; }

/* ---------- Legal ---------- */
.legal-layout { display: grid; gap: 40px; }
.legal-toc { display: none; }
.legal-content { max-width: 780px; }
.legal-content h1 { font-size: var(--fs-h2); margin-bottom: 8px; }
.legal-updated { color: var(--text-soft); font-weight: 600; margin-bottom: 32px; }
.legal-content h2 { font-size: 20px; margin: 40px 0 12px; color: var(--nosh-ink); scroll-margin-top: calc(var(--header-h) + 16px); }
.legal-content h3 { font-size: 17px; margin: 24px 0 8px; }
.legal-content ul { list-style: disc; padding-left: 24px; margin-bottom: 1em; }
.legal-content li { margin-bottom: 6px; }
.legal-content p { margin-bottom: 0.9em; max-width: none; }
@media (min-width: 1000px) {
  .legal-layout { grid-template-columns: 280px 1fr; align-items: start; }
  .legal-toc { display: block; position: sticky; top: calc(var(--header-h) + 24px); max-height: calc(100vh - var(--header-h) - 48px); overflow: auto; padding: 20px; border-radius: var(--r-2); background: var(--cream); font-size: 13px; }
  .legal-toc-title { font-weight: 700; font-size: 13px; color: var(--nosh-ink); margin-bottom: 10px; }
  .legal-toc a { display: block; padding: 5px 8px; border-radius: 6px; color: var(--text); }
  .legal-toc a:hover, .legal-toc a.is-active { color: var(--brown); background: #fff; }
}

/* ---------- 404 ---------- */
.section-404 { min-height: 50vh; display: flex; align-items: center; }
.tent-empty { margin: 0 auto 28px; max-width: 480px; padding: 32px 28px 28px; border-style: dashed; text-align: left; }
.tent-empty h1 { font-size: 28px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--brown-900); color: #e8ddd2; }
.footer-grid { display: grid; gap: 40px; padding-block: clamp(48px, 6vw, 72px); }
.footer-brand img:first-child { width: 150px; margin-bottom: 16px; }
.footer-identity { font-size: 14px; color: #bfae9f; }
.footer-contact { display: grid; gap: 12px; font-size: 15px; margin-bottom: 20px; }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; }
.footer-contact svg { width: 18px; height: 18px; flex: none; margin-top: 4px; color: var(--amber); }
.footer-contact a:hover { color: #fff; text-decoration: underline; }
.footer-contact small { color: #bfae9f; }
.social { display: flex; gap: 10px; }
.social a { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: rgba(255, 255, 255, 0.08); color: #fff; transition: background 0.2s ease, color 0.2s ease; }
.social a:hover { background: var(--nosh); color: var(--brown); }
.social svg { width: 20px; height: 20px; }
.footer-col h3 { color: #fff; font-size: 15px; margin-bottom: 14px; }
.footer-col ul { display: grid; gap: 10px; }
.footer-col a { color: #e8ddd2; font-size: 15px; transition: color 0.2s ease; }
.footer-col a:hover { color: var(--amber); }
.footer-more { color: var(--amber) !important; font-weight: 700; }
.footer-app p { font-size: 14px; color: #bfae9f; margin-bottom: 14px; }
.footer-app .qr { width: 120px; height: 120px; margin-bottom: 16px; border-radius: 10px; background: #fff; padding: 6px; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 24px; border-top: 1px solid rgba(255, 255, 255, 0.1); padding-block: 20px; font-size: 14px; color: #bfae9f; }
.footer-bottom p { margin: 0; }
.footer-bottom ul { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-bottom a:hover { color: #fff; }
@media (min-width: 760px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .footer-grid { grid-template-columns: 1.6fr 1fr 1fr; } }

/* ---------- Mobile bar & floating actions ---------- */
.mobile-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: flex; align-items: center; gap: 8px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: var(--brown-900); box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.2); }
.mobile-bar img { width: 36px; height: 36px; border-radius: 8px; flex: none; }
.mobile-bar .btn { flex: 1; width: auto; padding: 11px 10px; font-size: 14px; }
.mobile-bar .btn svg { display: none; }
.mobile-bar-close { width: 36px; height: 36px; border: 0; border-radius: 50%; background: rgba(255, 255, 255, 0.1); color: #fff; display: grid; place-items: center; cursor: pointer; flex: none; }
.mobile-bar-close svg { width: 18px; height: 18px; }
.mobile-bar[hidden] { display: none; }
@media (max-width: 899.98px) { body:has(.mobile-bar:not([hidden])) { padding-bottom: 72px; } }
.float-actions { position: fixed; right: 16px; bottom: 24px; z-index: 90; display: none; gap: 10px; }
.float-btn { width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; color: var(--brown); background: var(--nosh); box-shadow: var(--shadow-2); transition: transform 0.2s ease, background 0.2s ease; }
.float-btn:hover { transform: translateY(-3px); background: var(--amber); }
.float-btn svg { width: 22px; height: 22px; }
@media (min-width: 900px) { .mobile-bar { display: none; } .float-actions { display: grid; } }

/* ---------- Modal ---------- */
.modal { position: fixed; inset: 0; z-index: 200; display: grid; place-items: end center; padding: 0; }
.modal[hidden] { display: none; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(31, 6, 5, 0.6); backdrop-filter: blur(3px); }
.modal-dialog { position: relative; width: 100%; max-width: 560px; background: #fff; border-radius: var(--r-3) var(--r-3) 0 0; padding: 36px 24px 28px; text-align: center; box-shadow: 0 -20px 60px rgba(0, 0, 0, 0.3); animation: sheet 0.3s cubic-bezier(0.2, 0.8, 0.2, 1); }
.modal-dialog img { width: min(220px, 60vw); margin: 0 auto 20px; border-radius: 14px; }
.modal-dialog .store-buttons { justify-content: center; }
.modal-title { font-size: 20px; font-weight: 800; color: var(--brown); margin-bottom: 6px; }
.modal-sub { margin: 0 auto 18px; color: var(--text-soft); }
.modal-close { position: absolute; top: 12px; right: 12px; width: 40px; height: 40px; border: 0; border-radius: 50%; background: var(--cream); color: var(--brown); cursor: pointer; display: grid; place-items: center; }
.modal-close svg { width: 20px; height: 20px; }
.modal-open { overflow: hidden; }
@keyframes sheet { from { transform: translateY(24px); opacity: 0; } }
@media (min-width: 600px) { .modal { place-items: center; padding: 16px; } .modal-dialog { border-radius: var(--r-3); animation-name: stamp; } }

/* ---------- Motion ---------- */
:where(.js) .reveal { opacity: 0; transform: translateY(8px); transition: opacity 0.4s ease, transform 0.4s ease; }
.reveal.in-view { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .tent-stage, .form-success, .modal-dialog { animation: none; }
  .text-link svg { transition: none; }
}
@media print { .site-header, .site-footer, .float-actions, .mobile-bar, .modal, .legal-toc { display: none !important; } body { color: #000; } }
