/* bamchi.com marketing site (5 Sep 2026) — tokens and measurements from the
   design canvas (S1–S11). Light only. NHG Display Round for headings, NHG
   Text for body, system fallbacks. 390 frames are the mobile truth; 1440 the
   desktop. Served by nginx from public/landing/site as /site/site.css. */

@font-face { font-family: 'NHG Display Round'; src: url('fonts/NHGDR-Light.otf') format('opentype');  font-weight: 300; font-display: swap; }
@font-face { font-family: 'NHG Display Round'; src: url('fonts/NHGDR-Roman.otf') format('opentype');  font-weight: 400; font-display: swap; }
@font-face { font-family: 'NHG Display Round'; src: url('fonts/NHGDR-Medium.otf') format('opentype'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'NHG Display Round'; src: url('fonts/NHGDR-Bold.otf') format('opentype');   font-weight: 700; font-display: swap; }
@font-face { font-family: 'NHG Text'; src: url('fonts/NHGText-400.otf') format('opentype'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'NHG Text'; src: url('fonts/NHGText-500.otf') format('opentype'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'NHG Text'; src: url('fonts/NHGText-700.otf') format('opentype'); font-weight: 700; font-display: swap; }

:root {
  --ink: #004446;
  --teal: #1A5C5E;
  --mint: #BEEECD;
  --mint-soft: #E5F5EC;
  --page: #F9F9F9;
  --card: #FFFFFF;
  --border: #E5E7EB;
  --sand: #F1EAE2;
  --sky: #E3EFF7;
  --muted: #6B7280;
  --faint: #9CA3AF;
  --toggle-bg: #EEF2F1;
  --frame: #0E1C1C;
  --mint-dim: #8FB3AF;
  --radius: 16px;
  --shadow: 0 24px 60px rgba(0, 68, 70, 0.08);
  --display: 'NHG Display Round', 'Avenir Next Rounded', 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --text: 'NHG Text', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --bar-h: 60px;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}

/* ── Base ─────────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--bar-h) + 16px); }
body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: var(--text);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--teal); text-decoration: none; }
a:hover { color: var(--ink); }
p { margin: 0; }
h1, h2, h3, h4 { margin: 0; font-weight: 500; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
input { font: inherit; color: inherit; }
ul { margin: 0; padding: 0; list-style: none; }
b { font-weight: 700; color: var(--ink); }
[hidden] { display: none !important; }
.tnum { font-variant-numeric: tabular-nums; }
.display { font-family: var(--display); font-weight: 500; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 12px; top: -48px; background: var(--ink); color: #fff; padding: 10px 14px; border-radius: 10px; z-index: 100; }
.skip:focus { top: 12px; color: #fff; }
:focus-visible { outline: 2px solid var(--teal); outline-offset: 2px; border-radius: 6px; }

.only-d { display: none !important; }
@media (min-width: 1024px) {
  .only-d { display: revert !important; }
  .btn.only-d { display: inline-flex !important; } /* revert made the anchor inline and un-centred its label */
  .only-m { display: none !important; }
}

/* ── Layout ───────────────────────────────────────────────────────────── */
.wrap { width: 100%; max-width: 1440px; margin: 0 auto; padding-left: 20px; padding-right: 20px; }
.narrow { max-width: 1000px; }
.reading { max-width: 760px; }
.section { padding-top: 48px; }
.section-tight { padding-top: 24px; padding-bottom: 56px; }
.page-head { padding-top: 28px; display: flex; flex-direction: column; gap: 16px; }
.main { min-height: 50vh; }
.main > :last-child { padding-bottom: 56px; }

@media (min-width: 1024px) {
  .wrap { padding-left: 64px; padding-right: 64px; }
  .section { padding-top: 96px; }
  .page-head { padding-top: 40px; gap: 20px; }
  .main > :last-child { padding-bottom: 96px; }
}
@media (min-width: 1280px) {
  .wrap { padding-left: 120px; padding-right: 120px; }
  .narrow { padding-left: 80px; padding-right: 80px; }
}

/* ── Type ─────────────────────────────────────────────────────────────── */
h1.display, .hero-h1.display { font-size: 38px; line-height: 1.05; letter-spacing: -0.8px; text-wrap: pretty; }
.hero-h1 { margin: 0; color: var(--ink); }
h2.display { font-size: 28px; line-height: 1.1; letter-spacing: -0.4px; text-wrap: pretty; }
h3.display { font-size: 19px; line-height: 1.2; }
.lede { font-size: 16px; line-height: 1.55; color: var(--teal); text-wrap: pretty; }
.lede-sm { font-size: 16px; line-height: 1.6; color: var(--teal); max-width: 720px; text-wrap: pretty; }
.eyebrow { font-size: 13px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--teal); }
.sec-head { display: flex; flex-direction: column; gap: 10px; max-width: 720px; margin-bottom: 14px; }
.sec-head-row { max-width: none; flex-direction: row; justify-content: space-between; align-items: flex-end; gap: 16px; flex-wrap: wrap; }
.sec-head-row > div { display: flex; flex-direction: column; gap: 10px; }
.byline { font-size: 13px; color: var(--muted); }

@media (min-width: 1024px) {
  h1.display, .hero-h1.display { font-size: 60px; line-height: 1.02; letter-spacing: -1.2px; }
  h2.display { font-size: 40px; letter-spacing: -0.6px; }
  h3.display { font-size: 24px; }
  .lede { font-size: 19px; max-width: 520px; }
  .lede-sm { font-size: 17px; }
  .sec-head { margin-bottom: 40px; }
  .page-head h1.display { font-size: 48px; letter-spacing: -0.9px; }
  .reading h1.display, .about h1.display { font-size: 42px; line-height: 1.08; letter-spacing: -0.8px; }
}

/* ── Buttons, pills, chips ────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 44px; padding: 0 22px; border-radius: 999px;
  font-size: 15px; font-weight: 700; white-space: nowrap; position: relative;
  transition: background-color 160ms var(--ease), border-color 160ms var(--ease), color 160ms var(--ease);
}
.btn-primary { background: var(--ink); color: #fff; }
.btn-primary:hover { background: var(--teal); color: #fff; }
.btn-secondary { background: var(--card); color: var(--ink); border: 1px solid var(--border); }
.btn-secondary:hover { border-color: var(--ink); color: var(--ink); }
.btn-mint { background: var(--mint); color: var(--ink); }
.btn-mint:hover { background: #A9E4BC; color: var(--ink); }
.btn-text { color: var(--teal); padding: 0 8px; }
.btn-text:hover { color: var(--ink); }
.btn-lg { min-height: 52px; padding: 0 26px; font-size: 16px; }
.btn-sm { min-height: 40px; padding: 0 16px; font-size: 14px; }
.btn-sm::before { content: ''; position: absolute; inset: -2px 0; } /* 44 px hit area */
.btn-block { width: 100%; }

.pill { display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; padding: 7px 12px; font-size: 12px; font-weight: 700; width: fit-content; }
.pill-mint { background: var(--mint-soft); }
.pill-sand { background: var(--sand); }
@media (min-width: 1024px) { .pill { padding: 8px 14px; font-size: 13px; } }

.chips { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.chips-l { font-size: 13px; color: var(--muted); margin-right: 4px; }
.chip {
  display: inline-flex; align-items: center; min-height: 40px; padding: 0 16px; border-radius: 999px;
  background: var(--card); border: 1px solid var(--border); color: var(--ink); font-size: 14px; font-weight: 500; position: relative;
}
.chip::before { content: ''; position: absolute; inset: -2px 0; }
.chip:hover { border-color: var(--ink); }
.chip.is-on { background: var(--ink); color: #fff; border-color: var(--ink); font-weight: 700; }
.chip-sm { min-height: 36px; padding: 0 14px; font-size: 13px; }
.chip-sm::before { inset: -4px 0; }

.tag { font-size: 11px; font-weight: 700; padding: 3px 8px; border-radius: 999px; color: var(--ink); white-space: nowrap; }
.tag-mint { background: var(--mint-soft); }
.tag-sky { background: var(--sky); }
.tag-sand { background: var(--sand); }

/* ── Cards ────────────────────────────────────────────────────────────── */
.card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); }
.card.pad { padding: 18px; display: flex; flex-direction: column; gap: 8px; }
.card.pad p { font-size: 14px; line-height: 1.5; color: var(--teal); }
.grid-3 { display: grid; grid-template-columns: 1fr; gap: 12px; }
.grid-2 { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 768px) { .grid-3 { grid-template-columns: repeat(2, 1fr); } .grid-2 { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) {
  .grid-3 { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .card.pad { padding: 28px; gap: 10px; }
  .card.pad p { font-size: 15px; line-height: 1.55; }
}

/* ── Sticky bar ───────────────────────────────────────────────────────── */
.bar { position: sticky; top: 0; z-index: 50; background: var(--card); border-bottom: 1px solid var(--border); transition: box-shadow 200ms var(--ease), background-color 200ms var(--ease); }
.bar.is-scrolled { background: rgba(255, 255, 255, 0.92); backdrop-filter: saturate(1.2) blur(10px); -webkit-backdrop-filter: saturate(1.2) blur(10px); box-shadow: 0 8px 24px rgba(0, 68, 70, 0.10); }
.bar-in { height: var(--bar-h); max-width: 1440px; margin: 0 auto; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.bar-logo img { height: 22px; width: auto; }
.bar-toggle { display: flex; justify-content: center; flex: 1; }
.bar-nav, .bar-cta { display: none; }
.bar-menu { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; color: var(--ink); border-radius: 12px; }
.bar-nav-set { display: flex; gap: 24px; font-size: 15px; font-weight: 500; transition: opacity 240ms var(--ease), transform 240ms var(--ease); }
.bar-nav-set a { color: var(--teal); white-space: nowrap; }
.bar-nav-set a:hover, .bar-nav-set a.is-active { color: var(--ink); }
.bar-nav-set a.is-active { font-weight: 700; }
.bar-nav-set.is-out, .bar-cta .btn.is-out { opacity: 0; transform: translateY(-6px); }
.bar-nav-set.is-in, .bar-cta .btn.is-in { opacity: 0; transform: translateY(6px); }
.bar-cta .btn { transition: opacity 240ms var(--ease), transform 240ms var(--ease), background-color 160ms var(--ease); }

@media (min-width: 1024px) {
  :root { --bar-h: 72px; }
  .bar.is-scrolled { --bar-h: 64px; }
  .bar-in { padding: 0 48px; gap: 32px; justify-content: flex-start; transition: height 200ms var(--ease); }
  .bar-logo img { height: 26px; }
  .bar.is-scrolled .bar-logo img { height: 22px; }
  .bar-nav { display: block; }
  .bar-cta { display: block; }
  .bar-menu { display: none; }
}

/* Audience toggle (S11) */
.toggle { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); background: var(--toggle-bg); border-radius: 999px; padding: 3px; gap: 0; }
.toggle-btn { position: relative; z-index: 1; min-width: 0; height: 34px; padding: 0 12px; border-radius: 999px; font-size: 13px; font-weight: 500; color: var(--teal); display: inline-flex; align-items: center; justify-content: center; white-space: nowrap; transition: color 200ms var(--ease), font-weight 0s; }
.toggle-btn[aria-selected="true"] { color: var(--ink); font-weight: 700; }
.toggle-knob { position: absolute; top: 3px; left: 3px; height: 34px; width: calc(50% - 3px); border-radius: 999px; background: var(--card); box-shadow: 0 1px 3px rgba(0, 68, 70, 0.14); transition: transform 220ms ease-out; transform: translateX(0); }
.toggle[data-on="businesses"] .toggle-knob { transform: translateX(100%); }
.toggle .lbl-long { display: none; }
.toggle-wide { padding: 4px; }
.toggle-wide .toggle-btn { height: 44px; font-size: 15px; }
.toggle-wide .toggle-knob { top: 4px; left: 4px; height: 44px; width: calc(50% - 4px); }
.toggle-btn:focus-visible { outline: 2px solid var(--teal); outline-offset: -2px; }
@media (min-width: 1024px) {
  .toggle { padding: 4px; }
  .toggle-btn { height: 40px; padding: 0 18px; font-size: 15px; }
  .toggle-knob { top: 4px; left: 4px; height: 40px; width: calc(50% - 4px); }
  .bar.is-scrolled .toggle { padding: 3px; }
  .bar.is-scrolled .toggle-btn { height: 36px; padding: 0 16px; font-size: 14px; }
  .bar.is-scrolled .toggle-knob { top: 3px; left: 3px; height: 36px; width: calc(50% - 3px); }
  .toggle .lbl-long { display: inline; }
  .toggle .lbl-short { display: none; }
}

/* Mobile menu (S3) */
.menu { position: fixed; inset: 0; z-index: 60; background: var(--card); display: flex; flex-direction: column; }
.menu-head { height: 60px; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; padding: 0 16px; }
.menu-head img { height: 22px; width: auto; }
.menu-body { padding: 20px; display: flex; flex-direction: column; gap: 24px; flex: 1; overflow: auto; }
.menu-nav div { display: flex; flex-direction: column; }
.menu-nav a { height: 56px; display: flex; align-items: center; font-family: var(--display); font-weight: 500; font-size: 26px; color: var(--ink); border-bottom: 1px solid var(--border); }
.menu-grow { flex: 1; }
.menu-links { display: flex; gap: 16px; justify-content: center; font-size: 13px; font-weight: 700; }
body.menu-open { overflow: hidden; }

/* Home body swap (S3) */
.body { transition: opacity 240ms var(--ease), transform 240ms var(--ease); }
.body.is-leaving { opacity: 0; transform: translateY(-6px); }
.body.is-entering { opacity: 0; transform: translateY(6px); }

/* ── Hero (S1/S2) ─────────────────────────────────────────────────────── */
.hero { padding-top: 32px; display: grid; grid-template-columns: minmax(0, 1fr); gap: 18px; align-items: center; }
.hero-copy { display: flex; flex-direction: column; gap: 18px; }
.hero-actions { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.hero-fine { font-size: 13px; color: var(--muted); }
.hero-photo { height: 300px; border-radius: 20px; overflow: hidden; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-phone { display: none; }
.hero-art { position: relative; }
.hero .badges { width: 100%; justify-content: center; }
.hero .badges a { flex: none; }
@media (min-width: 1024px) {
  .hero { padding-top: 72px; grid-template-columns: minmax(0, 1fr) 560px; gap: 64px; }
  .hero-copy { gap: 28px; }
  .hero .badges { width: auto; }
  .hero .badges a { flex: none; }
  .hero-fine { margin-left: 8px; }
  .hero-art { height: 640px; }
  .hero-photo { position: absolute; right: 0; top: 0; width: 460px; height: 600px; border-radius: 24px; }
  .hero-phone { display: block; position: absolute; left: 0; bottom: 0; }
}

/* Business hero */
.hero-biz .hero-actions-biz { flex-direction: column; align-items: stretch; }
.hero-biz .hero-fine { text-align: center; margin-top: -8px; }
.hero-stores { display: flex; flex-direction: column; gap: 10px; align-items: center; margin-top: 8px; }
.hero-stores .badges { width: auto; justify-content: center; }
.hero-stores .badges a { flex: none; }
.hero-stores-label { font-size: 13px; color: var(--muted); }
.hero-art-biz { height: 340px; border-radius: 20px; background: var(--sand); overflow: hidden; }
.hero-art-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 40%; display: block; }
.ig-phone { position: absolute; left: 50%; transform: translateX(-50%); top: 28px; width: 220px; height: 400px; border-radius: 32px; padding: 8px; }
.ig-phone .phone-screen { border-radius: 25px; }
.ig { padding: 18px 14px; display: flex; flex-direction: column; gap: 10px; color: #111; }
.ig-top { display: flex; gap: 10px; align-items: center; }
.ig-avatar { width: 48px; height: 48px; border-radius: 99px; background: var(--border); flex-shrink: 0; overflow: hidden; }
.ig-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ig-stats { display: flex; gap: 10px; font-size: 9px; font-weight: 700; line-height: 1.3; }
.ig-stats span { font-weight: 400; color: var(--muted); }
.ig-name { font-size: 11px; font-weight: 700; }
.ig-bio { font-size: 10px; color: #333; line-height: 1.4; }
.ig-link { font-size: 10px; font-weight: 700; color: #00376B; display: flex; align-items: center; gap: 4px; }
.ig-btns { display: flex; gap: 6px; }
.ig-btns span { flex: 1; height: 28px; border-radius: 6px; background: #EFEFEF; font-size: 10px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.ig-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-top: 8px; }
.ig-grid i { aspect-ratio: 1; background: var(--border); display: block; overflow: hidden; }
.ig-grid i img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (min-width: 1024px) {
  .hero-biz { grid-template-columns: minmax(0, 1fr) 600px; }
  .hero-biz .hero-actions-biz { flex-direction: row; align-items: center; gap: 12px; }
  .hero-biz .hero-fine { text-align: left; margin: 0; font-size: 14px; }
  .hero-stores { flex-direction: row; align-items: center; gap: 14px; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--border); }
  .hero-stores-label { font-size: 14px; }
  .hero-art-biz { height: 620px; border-radius: 24px; }
  .ig-phone { left: 60px; top: 60px; transform: none; width: 250px; height: 520px; border-radius: 36px; padding: 10px; }
  .ig-phone .phone-screen { border-radius: 28px; }
  .ig { padding: 22px 16px; gap: 12px; }
  .ig-avatar { width: 56px; height: 56px; }
  .ig-stats { font-size: 11px; gap: 12px; }
  .ig-name { font-size: 13px; }
  .ig-bio { font-size: 12px; line-height: 1.45; }
  .ig-link { font-size: 12px; gap: 5px; }
  .ig-btns span { height: 32px; border-radius: 7px; font-size: 12px; }
  .web-phone { position: absolute; right: 40px; top: 120px; }
  .web-phone .phone-screen { background: var(--page); }
  .web-phone img { object-fit: cover; object-position: top; }
}

/* Phone frame */
.phone { width: 250px; height: 520px; border-radius: 36px; background: var(--frame); padding: 10px; box-shadow: 0 30px 60px rgba(0, 68, 70, 0.25); flex-shrink: 0; }
.phone-screen { width: 100%; height: 100%; border-radius: 28px; overflow: hidden; background: var(--card); }
.phone-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.phone-lg { width: 260px; }

/* Store badges — real artwork, IDENTICAL boxes (Pourya, 5 Sep: "still different sizes").
   Each badge sits centred in a black 3:1 box of the same size; the Google PNG is
   the tight-cropped official badge (badge-google-play-tight.png), so no margin hacks. */
.badges { --bw: 144px; display: flex; gap: 10px; align-items: center; flex-wrap: nowrap; }
@media (max-width: 359px) { .badges { flex-wrap: wrap; } }
.badges a { display: flex; align-items: center; justify-content: center; width: var(--bw); height: calc(var(--bw) / 3); }
.badges img { width: auto; height: auto; max-width: 100%; max-height: 100%; display: block; margin: 0; }
.badges-lg { --bw: 156px; }
.badges-md { --bw: 144px; }
.badges-sm { --bw: 120px; gap: 8px; }
@media (max-width: 1023px) {
  .hero .badges { --bw: 144px; }
}

/* Live-data strip */
.strip { background: var(--ink); color: #fff; border-radius: 14px; padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px 16px; flex-wrap: wrap; font-size: 14px; font-weight: 700; margin-top: 20px; }
.strip-main { display: flex; align-items: center; gap: 10px; }
.strip-dot { width: 8px; height: 8px; border-radius: 99px; background: var(--mint); flex-shrink: 0; }
.strip-side { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px; width: 100%; font-size: 13px; font-weight: 400; color: var(--mint); }
.strip-main { width: 100%; font-size: 15px; line-height: 1.35; }
@media (min-width: 1024px) { .strip-side { display: flex; gap: 28px; width: auto; font-size: 14px; flex-wrap: wrap; } .strip-main { width: auto; font-size: inherit; } }
.strip-live { color: var(--mint-dim); }
.strip-compact { font-size: 14px; }
@media (min-width: 1024px) {
  .strip { margin-top: 72px; border-radius: 16px; padding: 22px 32px; font-size: 16px; }
}

/* Steps */
.steps .step { padding: 18px; display: grid; grid-template-columns: 32px 1fr; gap: 4px 14px; }
.step-n { width: 32px; height: 32px; border-radius: 99px; background: var(--mint); display: inline-flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 700; grid-row: 1 / span 2; }
.steps h3 { font-size: 17px; font-weight: 700; font-family: var(--text); }
.steps p { font-size: 14px; line-height: 1.5; color: var(--teal); }
@media (min-width: 1024px) {
  .steps .step { padding: 28px; display: flex; flex-direction: column; gap: 14px; }
  .step-n { width: 40px; height: 40px; font-size: 18px; font-weight: 500; font-family: var(--display); }
  .steps h3 { font-family: var(--display); font-weight: 500; font-size: 24px; }
  .steps p { font-size: 16px; line-height: 1.55; }
}

/* Service tiles */
.tiles { grid-template-columns: 1fr 1fr; gap: 10px; }
.tile { overflow: hidden; display: flex; flex-direction: column; color: var(--ink); border-radius: 14px; transition: border-color 160ms var(--ease), transform 160ms var(--ease); }
.tile:hover { border-color: var(--ink); color: var(--ink); }
.tile-img { height: 96px; background: var(--mint-soft); }
.tile-img img { width: 100%; height: 100%; object-fit: cover; }
.tile-img-empty { background: linear-gradient(135deg, var(--mint-soft), var(--sky)); }
.tile-body { padding: 12px 14px; display: flex; flex-direction: column; gap: 6px; }
.tile-body h3, .tile-body h2 { font-size: 15px; font-weight: 700; font-family: var(--text); }
.tile-body p { font-size: 15px; line-height: 1.5; color: var(--teal); }
.tile-count { font-size: 13px; color: var(--muted); }
@media (min-width: 1024px) {
  .tiles { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .tile { border-radius: var(--radius); }
  .tile-img { height: 200px; }
  .tile-body { padding: 20px 22px 22px; }
  .tile-body h3, .tile-body h2 { font-family: var(--display); font-weight: 500; font-size: 22px; }
}

/* Trust block */
.trust { background: var(--mint-soft); border-radius: 20px; padding: 22px; display: flex; flex-direction: column; gap: 12px; }
.trust-head { margin: 0 0 4px; gap: 6px; }
.trust-head h2.display { font-size: 24px; }
.trust-item svg, .trust-item h3 { display: none; }
.trust-item p { font-size: 14px; line-height: 1.5; color: var(--teal); }
@media (min-width: 1024px) {
  .trust { border-radius: 24px; padding: 56px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
  .trust-head { grid-column: 1 / -1; margin: 0; gap: 10px; }
  .trust-head h2.display { font-size: 40px; }
  .trust-item { display: flex; flex-direction: column; gap: 10px; }
  .trust-item svg { display: block; color: var(--ink); }
  .trust-item h3 { display: block; font-size: 22px; }
  .trust-item p { font-size: 15px; line-height: 1.55; }
}

/* Health record */
.health { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center; }
.health-copy { display: flex; flex-direction: column; gap: 14px; }
.avatars { display: flex; align-items: center; margin-top: 4px; }
.avatars img { width: 44px; height: 44px; border-radius: 99px; object-fit: cover; border: 2px solid #fff; margin-left: -14px; }
.avatars img:first-child { margin-left: 0; }
.avatars span { font-size: 14px; color: var(--muted); margin-left: 12px; }
.health-art { display: flex; justify-content: center; }
@media (min-width: 1024px) {
  .health { grid-template-columns: 1fr 1fr; gap: 64px; }
  .health-copy { gap: 20px; }
  .health-copy .lede-sm { font-size: 17px; }
}

/* Community events */
.events { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 12px; }
.events img { height: 110px; width: 100%; object-fit: cover; border-radius: 12px; }
@media (min-width: 1024px) { .events { grid-template-columns: repeat(6, 1fr); gap: 12px; margin-top: 40px; } .events img { height: 150px; } }

/* FAQ */
.faq-sec { display: grid; grid-template-columns: 1fr; gap: 8px; }
.faq-intro { display: flex; flex-direction: column; gap: 8px; margin-bottom: 8px; }
.faq-intro p { font-size: 15px; color: var(--teal); }
.faq { border-top: 1px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q { font-size: 15px; font-weight: 700; font-family: var(--text); }
.faq-q button { width: 100%; min-height: 56px; display: flex; justify-content: space-between; align-items: center; gap: 12px; text-align: left; padding: 14px 0; color: var(--ink); }
.faq-q svg { flex-shrink: 0; transition: transform 200ms var(--ease); }
.faq-q button[aria-expanded="true"] svg { transform: rotate(180deg); }
.faq-a { padding: 0 0 18px; }
.faq-a p { font-size: 15px; line-height: 1.6; color: var(--teal); max-width: 640px; }
@media (min-width: 1024px) {
  .faq-sec { grid-template-columns: 380px minmax(0, 1fr); gap: 64px; }
  .faq-intro { gap: 12px; }
  .faq-q { font-size: 18px; }
  .faq-q button { padding: 22px 0; }
  .faq-a { padding: 0 0 22px; }
  .faq-a p { font-size: 16px; }
}
.side-faq { padding: 20px; display: flex; flex-direction: column; gap: 6px; }
.side-faq h2 { font-size: 14px; font-weight: 700; }
.side-faq .faq { border-top: 0; }
.side-faq .faq-q { font-size: 14px; font-weight: 500; }
.side-faq .faq-q button { min-height: 44px; padding: 10px 0; color: var(--teal); }
.side-faq .faq-a p { font-size: 14px; }

/* ── Business page bits ───────────────────────────────────────────────── */
.costs-sec { display: grid; grid-template-columns: 1fr; gap: 14px; }
.costs-intro { display: flex; flex-direction: column; gap: 10px; }
.costs-intro p { font-size: 16px; line-height: 1.6; color: var(--teal); }
.costs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cost { padding: 16px; display: flex; flex-direction: column; gap: 4px; border-radius: 14px; }
.cost-big { font-size: 28px; }
.cost-title { font-size: 13px; font-weight: 700; }
.cost-body { font-size: 12px; color: var(--muted); line-height: 1.45; }
@media (min-width: 1024px) {
  .costs-sec { grid-template-columns: 380px minmax(0, 1fr); gap: 64px; align-items: start; }
  .costs-intro { gap: 14px; }
  .costs { gap: 16px; }
  .cost { padding: 26px; gap: 6px; border-radius: var(--radius); }
  .cost-big { font-size: 44px; letter-spacing: -0.8px; }
  .cost-title { font-size: 17px; }
  .cost-body { font-size: 14px; line-height: 1.5; }
}
.compare { border-radius: 24px; padding: 48px 56px; display: flex; flex-direction: column; gap: 28px; }
.compare h2.display { font-size: 32px; letter-spacing: -0.4px; }
.compare-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; font-size: 16px; border-top: 1px solid var(--border); }
.compare-grid > div { padding: 16px 0; border-bottom: 1px solid var(--border); }
.compare-h { font-size: 13px; font-weight: 700; letter-spacing: 1px; color: var(--muted); padding: 14px 0 !important; }
.compare-k { font-weight: 500; }
.compare-us { background: var(--mint-soft); padding: 16px !important; font-weight: 700; color: var(--ink); }
.compare-h.compare-us { border-radius: 12px 12px 0 0; font-size: 16px; letter-spacing: 0; }
.compare-them { color: var(--muted); padding: 16px !important; }
.compare-h.compare-them { font-size: 16px; letter-spacing: 0; }
.tcard { padding: 26px; display: flex; flex-direction: column; gap: 16px; min-height: 220px; }
.tcard-sample { border-style: dashed; border-color: var(--faint); }
.tcard-quote { font-size: 17px; line-height: 1.55; color: var(--ink); margin: 0; }
.tcard-quote::before { content: '\201C'; color: var(--teal); margin-right: 1px; }
.tcard-quote::after { content: '\201D'; color: var(--teal); }
.tcard-sample .tcard-quote { color: var(--muted); font-style: italic; }
.tcard-sample .tcard-quote::before, .tcard-sample .tcard-quote::after { content: none; }
.tcard-who { display: flex; gap: 12px; align-items: center; margin-top: auto; }
.tcard-avatar { width: 44px; height: 44px; border-radius: 99px; background: var(--border); flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; font-family: 'NHG Display Round', var(--font-display, sans-serif); font-weight: 700; font-size: 16px; color: var(--ink); }
.tcard-avatar-mint { background: var(--mint); }
.tcard-avatar-sky { background: var(--sky); }
.tcard-avatar-sand { background: var(--sand); }
.tcard-name { font-size: 14px; font-weight: 700; }
.tcard-line { font-size: 13px; color: var(--muted); }
.cta-ink { background: var(--ink); color: #fff; border-radius: 20px; padding: 24px; display: flex; flex-direction: column; gap: 14px; }
.cta-ink h2.display { font-size: 24px; color: #fff; }
.cta-ink p { font-size: 17px; line-height: 1.55; color: var(--mint); }
.cta-ink-actions { display: flex; flex-direction: column; gap: 10px; }
.cta-ink-actions span { font-size: 13px; color: var(--mint); text-align: center; }
@media (min-width: 1024px) {
  .cta-ink { border-radius: 24px; padding: 56px; display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 48px; align-items: center; }
  .cta-ink h2.display { font-size: 40px; }
  .cta-ink > div:first-child { display: flex; flex-direction: column; gap: 14px; }
}

/* ── Directory (S4/S5) ────────────────────────────────────────────────── */
.crumbs { font-size: 13px; color: var(--muted); display: flex; gap: 8px; flex-wrap: wrap; }
.crumbs a { color: var(--muted); }
.crumbs a:hover { color: var(--ink); }
.crumbs [aria-current] { color: var(--ink); }
.dir { display: grid; grid-template-columns: 1fr; gap: 24px; padding-top: 24px; align-items: start; }
.dir-list { display: flex; flex-direction: column; gap: 12px; }
.dir-count { font-size: 14px; color: var(--muted); }
.dir-side { display: flex; flex-direction: column; gap: 16px; }
@media (min-width: 1024px) {
  .dir { grid-template-columns: minmax(0, 1fr) 440px; gap: 32px; padding-top: 40px; }
  .dir-side { position: sticky; top: calc(var(--bar-h) + 24px); }
}
.bcard { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 12px 14px; align-items: center; padding: 16px; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); color: var(--ink); transition: border-color 160ms var(--ease); }
.bcard:hover { border-color: var(--ink); color: var(--ink); }
.bcard-logo { width: 64px; height: 64px; border-radius: 12px; overflow: hidden; background: var(--mint-soft); display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 700; }
.bcard-logo img { width: 100%; height: 100%; object-fit: cover; }
.bcard-body { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.bcard-name { font-family: var(--display); font-weight: 500; font-size: 19px; line-height: 1.2; }
.bcard-place { font-size: 13px; color: var(--teal); }
.bcard-meta { display: flex; gap: 10px; align-items: center; font-size: 12px; color: var(--muted); flex-wrap: wrap; }
.bcard-rating { display: inline-flex; align-items: center; gap: 4px; color: var(--ink); font-weight: 700; }
.bcard-side { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.bcard-from { font-size: 12px; color: var(--muted); }
.bcard-from span { font-family: var(--display); font-weight: 500; font-size: 20px; color: var(--ink); }
.bcard-from small { font-size: 12px; color: var(--muted); }
@media (min-width: 768px) {
  .bcard { grid-template-columns: 88px minmax(0, 1fr) auto; gap: 18px; padding: 18px; }
  .bcard-logo { width: 88px; height: 88px; border-radius: 14px; }
  .bcard-name { font-size: 22px; }
  .bcard-place { font-size: 14px; }
  .bcard-meta { font-size: 13px; gap: 12px; }
  .bcard-side { grid-column: auto; flex-direction: column; align-items: flex-end; }
  .bcard-from { font-size: 13px; }
  .bcard-from span { font-size: 22px; }
}
.pager { display: flex; justify-content: center; align-items: center; gap: 16px; font-size: 14px; color: var(--muted); padding: 12px 0; }
.suburbs { display: flex; flex-direction: column; gap: 10px; margin-top: 12px; }
.dir-map { height: 260px; border-radius: var(--radius); border: 1px solid var(--border); overflow: hidden; background: var(--sky); position: relative; isolation: isolate; }
.dir-map .leaflet-control-attribution { font-size: 9px; }
.dir-map .leaflet-popup-content { font-size: 13px; line-height: 1.4; }
.dir-map .leaflet-popup-content a { color: var(--ink); font-weight: 700; }
.dir-map-empty { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--teal); }
.dir-map-sm { height: 200px; }
.map-states { font-size: 12px; color: var(--muted); margin-top: 8px; }
@media (min-width: 1024px) { .dir-map { height: 420px; } .dir-map-sm { height: 360px; } }
.map-ph { height: 260px; border-radius: var(--radius); background: var(--sky); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 6px; color: var(--teal); text-align: center; padding: 20px; }
.map-ph-t { font-size: 14px; font-weight: 700; }
.map-ph-s { font-size: 12px; }
.map-ph-sm { height: 200px; }
@media (min-width: 1024px) { .map-ph { height: 420px; } .map-ph-sm { height: 360px; } }
.ink-card { background: var(--ink); color: #fff; border-radius: var(--radius); padding: 22px; display: flex; flex-direction: column; gap: 12px; }
.ink-card h2 { font-size: 22px; color: #fff; }
.ink-card p { font-size: 14px; line-height: 1.5; color: var(--mint); }
.ink-card .badges a { flex: none; }
.nudge { background: var(--mint-soft); border-radius: var(--radius); padding: 20px 22px; display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 8px; flex-wrap: wrap; }
.nudge-t { font-size: 16px; font-weight: 700; }
.nudge-b { font-size: 14px; color: var(--teal); }
.empty h2.display { font-size: 22px; }

/* ── Pricing (S6) ─────────────────────────────────────────────────────── */
.fee-table { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.fee-row { display: grid; grid-template-columns: 1.4fr 1fr 1fr; border-bottom: 1px solid var(--border); font-size: 15px; }
.fee-row:last-child { border-bottom: 0; }
.fee-row > div { padding: 14px 12px; display: flex; align-items: center; }
.fee-head { background: var(--page); font-size: 13px; font-weight: 700; }
.fee-k { flex-direction: column; align-items: flex-start !important; gap: 2px; font-weight: 500; }
.fee-note { font-size: 12px; color: var(--muted); font-weight: 400; }
.fee-v { font-weight: 700; }
.fee-hl { background: var(--mint-soft); }
.fee-table[data-hl="owners"] [data-col="businesses"] { background: transparent; }
.fee-table[data-hl="owners"] [data-col="owners"] { background: var(--mint-soft); }
.pricing-bottom { margin-top: 16px; }
.example { gap: 12px !important; }
.ex-row { display: flex; justify-content: space-between; gap: 12px; font-size: 15px; }
.ex-muted { color: var(--teal); }
.ex-total { font-size: 16px; font-weight: 700; border-top: 1px solid var(--border); padding-top: 10px; }
.mint-card { background: var(--mint-soft); border-radius: var(--radius); padding: 24px; display: flex; flex-direction: column; gap: 10px; }
.mint-card h2 { font-size: 22px; }
.mint-card p { font-size: 15px; line-height: 1.6; color: var(--teal); }
@media (min-width: 1024px) {
  .fee-row { font-size: 16px; }
  .fee-row > div { padding: 18px 24px; }
  .fee-head { font-size: 14px; }
  .fee-head > div { padding: 16px 24px; }
  .fee-note { font-size: 13px; }
  .pricing-bottom { margin-top: 36px; }
  .page-pricing .page-head { padding-top: 56px; }
  .page-pricing .section-tight { padding-top: 36px; }
}

/* ── Help (S7) ────────────────────────────────────────────────────────── */
.help-hero { background: var(--mint-soft); padding: 40px 0; text-align: center; }
.help-hero .wrap { display: flex; flex-direction: column; gap: 20px; align-items: center; }
.help-hero h1.display { font-size: 34px; }
.help-hero p { font-size: 14px; color: var(--teal); }
.search { width: 100%; max-width: 520px; height: 56px; border-radius: 999px; background: var(--card); border: 1px solid var(--border); display: flex; align-items: center; padding: 0 20px; gap: 12px; color: var(--muted); }
.search input { flex: 1; border: 0; outline: 0; background: transparent; font-size: 16px; min-width: 0; }
.search input::placeholder { color: var(--faint); }
.search:focus-within { border-color: var(--ink); }
.help-tiles { display: grid; grid-template-columns: 1fr; gap: 12px; }
.htile { padding: 20px 22px; display: flex; flex-direction: column; gap: 6px; min-height: 96px; color: var(--ink); }
.htile:hover { border-color: var(--ink); color: var(--ink); }
.htile-top { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.htile-t { font-size: 17px; font-weight: 700; }
.htile-b { font-size: 14px; color: var(--teal); line-height: 1.5; }
.help-group { padding-top: 40px; display: flex; flex-direction: column; gap: 12px; }
.help-group h2.display { font-size: 24px; }
.help-list { display: flex; flex-direction: column; }
.help-list li { border-bottom: 1px solid var(--border); }
.help-list a { display: flex; align-items: center; min-height: 48px; padding: 10px 0; font-size: 16px; font-weight: 500; color: var(--ink); }
.help-list a:hover { color: var(--teal); }
.help-results { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.help-results a { display: flex; flex-direction: column; gap: 4px; padding: 14px 18px; background: var(--card); border: 1px solid var(--border); border-radius: 14px; color: var(--ink); }
.help-results a b { font-size: 16px; }
.help-results a span { font-size: 14px; color: var(--teal); }
.help-results .none { font-size: 14px; color: var(--muted); padding: 8px 0; }
@media (min-width: 1024px) {
  .help-hero { padding: 56px 0; }
  .help-hero h1.display { font-size: 44px; letter-spacing: -0.8px; }
  .help-tiles { grid-template-columns: 1fr 1fr; }
  .page-help .section-tight { padding-top: 40px; }
}
.help-hide { display: none !important; }

/* Article / prose */
.reading { display: flex; flex-direction: column; gap: 22px; padding-top: 28px; }
.reading h1.display { font-size: 32px; line-height: 1.1; letter-spacing: -0.6px; }
.prose { display: flex; flex-direction: column; gap: 14px; font-size: 16px; line-height: 1.65; color: var(--teal); }
.prose-lg { font-size: 17px; line-height: 1.7; color: var(--teal); }
.prose h2.display { font-size: 26px; color: var(--ink); margin-top: 6px; }
.prose p b { color: var(--ink); }
.callout { background: var(--mint-soft); border-radius: var(--radius); padding: 18px 20px; font-size: 14px; line-height: 1.55; color: var(--teal); }
.related { display: flex; flex-direction: column; gap: 8px; border-top: 1px solid var(--border); padding-top: 20px; }
.related a { font-size: 15px; font-weight: 700; color: var(--ink); min-height: 32px; display: flex; align-items: center; }
.related a:hover { color: var(--teal); }
.helpful { display: flex; align-items: center; justify-content: space-between; gap: 16px; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 14px 18px; flex-wrap: wrap; }
.helpful-q { font-size: 14px; font-weight: 500; }
.helpful-btns { display: flex; gap: 8px; }
.helpful-btns .btn.is-on { border-color: var(--ink); background: var(--mint-soft); }
.helpful-thanks { width: 100%; font-size: 14px; color: var(--teal); }
@media (min-width: 1024px) {
  .reading { padding-top: 40px; }
  .reading h1.display { font-size: 38px; }
  .prose { font-size: 17px; }
}

/* ── Guides (S8) ──────────────────────────────────────────────────────── */
.guide-hero { height: 220px; border-radius: var(--radius); overflow: hidden; }
.guide-hero img { width: 100%; height: 100%; object-fit: cover; }
.byline-author { display: flex; align-items: center; gap: 12px; font-size: 14px; }
.author-mark { width: 36px; height: 36px; border-radius: 99px; background: var(--mint-soft); display: inline-flex; align-items: center; justify-content: center; overflow: hidden; }
.author-mark img { width: 26px; }
.stat { padding: 22px 24px; display: flex; flex-direction: column; gap: 6px; }
.stat .eyebrow { font-size: 12px; letter-spacing: 1.2px; }
.stat-big { font-size: 34px; color: var(--ink); }
.stat-big span { font-size: 18px; color: var(--muted); margin-left: 2px; }
.stat-sub { font-size: 14px; color: var(--muted); }
.stat-table { width: 100%; border-collapse: collapse; margin-top: 12px; font-size: 14px; }
.stat-table th { text-align: left; font-size: 12px; letter-spacing: 0.6px; text-transform: uppercase; color: var(--muted); font-weight: 600; padding: 6px 0; border-bottom: 1px solid var(--border); }
.stat-table td { padding: 8px 0; border-bottom: 1px solid var(--border); color: var(--ink); }
.stat-table th:not(:first-child), .stat-table td:not(:first-child) { text-align: right; }
.stat-note { font-size: 12px; color: var(--muted); margin-top: 8px; }
.guide-related { display: flex; flex-direction: column; gap: 10px; }
.rcard { padding: 14px 16px; border-radius: 14px; display: flex; justify-content: space-between; align-items: center; gap: 12px; color: var(--ink); }
.rcard:hover { border-color: var(--ink); color: var(--ink); }
.rcard-name { font-size: 16px; font-weight: 700; }
.rcard-place { font-size: 13px; color: var(--muted); }
.rcard-from { font-size: 15px; font-weight: 700; white-space: nowrap; }
.guide-list { display: flex; flex-direction: column; gap: 16px; }
.gcard { overflow: hidden; display: grid; grid-template-columns: 1fr; color: var(--ink); }
.gcard:hover { border-color: var(--ink); color: var(--ink); }
.gcard-img { height: 180px; }
.gcard-img img { width: 100%; height: 100%; object-fit: cover; }
.gcard-body { padding: 22px; display: flex; flex-direction: column; gap: 10px; }
.gcard-body h2.display { font-size: 24px; }
.gcard-body p { font-size: 15px; line-height: 1.55; color: var(--teal); }
@media (min-width: 1024px) {
  .guide-hero { height: 300px; }
  .gcard { grid-template-columns: 320px 1fr; }
  .gcard-img { height: 100%; min-height: 220px; }
}

/* ── About (S9) ───────────────────────────────────────────────────────── */
.about { max-width: 640px; gap: 18px; }
.about-hero { height: 200px; border-radius: var(--radius); display: flex; align-items: center; justify-content: center; color: var(--teal); font-size: 14px; font-weight: 700; margin-top: 10px; }
.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 14px; }
.about-stats .card { padding: 18px; display: flex; flex-direction: column; gap: 2px; border-radius: 14px; }
.about-stats .display { font-size: 30px; }
.about-stats div div:last-child { font-size: 13px; color: var(--muted); }
.about-states { font-size: 14px; color: var(--muted); }
.about-contact { padding: 24px; display: grid; grid-template-columns: 1fr; gap: 20px; font-size: 15px; line-height: 1.6; color: var(--teal); margin-top: 14px; }
.about-h { font-weight: 700; color: var(--ink); margin-bottom: 4px; }
@media (min-width: 768px) { .about-hero { height: 260px; } .about-contact { grid-template-columns: 1fr 1fr; } }

/* ── Legal shell (S9) ─────────────────────────────────────────────────── */
.legal { display: grid; grid-template-columns: 1fr; gap: 32px; padding-top: 28px; }
.legal-side { display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.legal-side nav { display: flex; gap: 12px; flex-wrap: wrap; }
.legal-side nav a { color: var(--muted); min-height: 32px; display: inline-flex; align-items: center; }
.legal-side nav a.is-on { color: var(--ink); font-weight: 700; }
.legal-toc { display: none; flex-direction: column; gap: 8px; border-top: 1px solid var(--border); padding-top: 12px; }
.legal-toc-h { font-size: 12px; color: var(--faint); }
.legal-toc a { color: var(--muted); font-size: 13px; line-height: 1.4; }
.legal-toc a:hover { color: var(--ink); }
.legal-body { display: flex; flex-direction: column; gap: 16px; max-width: 640px; }
.legal-updated { font-size: 12px; color: var(--muted); }
.legal-body h1.display { font-size: 34px; line-height: 1.1; letter-spacing: -0.5px; }
.legal-copy { font-size: 15px; line-height: 1.7; color: var(--teal); }
.legal-copy .section { padding: 0; margin: 0 0 28px; }
.legal-copy h2 { font-size: 17px; font-weight: 700; color: var(--ink); margin: 0 0 10px; scroll-margin-top: calc(var(--bar-h) + 16px); }
.legal-copy h3 { font-size: 15px; font-weight: 700; color: var(--ink); margin: 16px 0 6px; }
.legal-copy p { margin: 0 0 12px; }
.legal-copy ul, .legal-copy ol { padding-left: 20px; margin: 0 0 12px; list-style: disc; }
.legal-copy ol { list-style: decimal; }
.legal-copy li { margin-bottom: 6px; }
.legal-copy .section__num { color: var(--muted); font-weight: 500; margin-right: 4px; }
.legal-copy .highlight-box, .legal-copy .warning-box { background: var(--mint-soft); border-radius: 12px; padding: 14px 16px; margin: 12px 0 16px; font-size: 14px; }
.legal-copy .warning-box { background: var(--sand); }
.legal-copy table { width: 100%; border-collapse: collapse; font-size: 14px; margin: 12px 0 16px; }
.legal-copy .table-wrap { overflow-x: auto; }
.legal-copy th, .legal-copy td { text-align: left; padding: 8px 10px; border-bottom: 1px solid var(--border); vertical-align: top; }
.legal-copy th { color: var(--ink); font-weight: 700; }
.legal-copy a { text-decoration: underline; }
.legal-copy [style*="background"] { border-radius: 12px; }
@media (min-width: 1024px) {
  .legal { grid-template-columns: 180px minmax(0, 1fr); gap: 48px; padding-top: 40px; }
  .legal-side { position: sticky; top: calc(var(--bar-h) + 24px); align-self: start; }
  .legal-side nav { flex-direction: column; gap: 6px; }
  .legal-toc { display: flex; }
}

/* ── App interstitial + 404 (S10) ─────────────────────────────────────── */
.app-page { padding-top: 40px; }
.app-card { padding: 32px 24px; display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center; max-width: 560px; margin: 0 auto; }
.app-copy { display: flex; flex-direction: column; gap: 14px; }
.app-copy h1.display { font-size: 30px; line-height: 1.1; letter-spacing: -0.5px; }
.app-copy p { font-size: 15px; line-height: 1.6; color: var(--teal); }
.app-actions { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.app-badges { margin-top: 6px; }
.qr { width: 150px; height: 150px; border-radius: 14px; background: var(--card); border: 1px solid var(--border); padding: 10px; display: flex; align-items: center; justify-content: center; justify-self: center; }
.qr svg { width: 130px; height: 130px; }
@media (min-width: 640px) { .app-card { grid-template-columns: minmax(0, 1fr) 150px; padding: 48px 40px; } }
.nf { padding-top: 48px; display: flex; flex-direction: column; gap: 16px; max-width: 560px; }
.nf-img { width: 120px; height: 120px; border-radius: 24px; object-fit: cover; }
.nf h1.display { font-size: 36px; line-height: 1.1; letter-spacing: -0.6px; }
.nf p { font-size: 16px; line-height: 1.6; color: var(--teal); }
.nf-actions { display: flex; gap: 8px; flex-wrap: wrap; }

/* ── Footer (S10) ─────────────────────────────────────────────────────── */
.footer { background: var(--ink); color: #fff; margin-top: 48px; }
.footer-in { max-width: 1440px; margin: 0 auto; padding: 32px 20px 28px; display: flex; flex-direction: column; gap: 24px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; font-size: 14px; }
.footer-brand { grid-column: 1 / -1; display: flex; flex-direction: column; gap: 16px; }
.footer-brand > img { height: 22px; width: auto; align-self: flex-start; } /* the wordmark only — NOT the store badges below it */
.footer-brand p { font-size: 14px; line-height: 1.6; color: var(--mint); max-width: 260px; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col a { color: #fff; min-height: 24px; display: inline-flex; align-items: center; }
.footer-col a:hover { color: var(--mint); }
.footer-h { font-weight: 700; color: var(--mint); }
.footer-popular { display: flex; gap: 8px; flex-wrap: wrap; font-size: 12px; color: var(--mint); align-items: center; }
.footer-popular a { color: var(--mint); }
.footer-popular a:hover { color: #fff; }
.footer-popular-l { color: var(--mint-dim); }
.footer-legal { border-top: 1px solid rgba(190, 238, 205, 0.25); padding-top: 22px; display: flex; justify-content: space-between; gap: 8px; font-size: 12px; color: var(--mint); line-height: 1.6; flex-wrap: wrap; }
@media (min-width: 1024px) {
  .footer { margin-top: 0; }
  .footer-in { padding: 64px 120px 40px; gap: 40px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr; gap: 40px; }
  .footer-brand { grid-column: auto; gap: 18px; }
  .footer-brand > img { height: 26px; }
  .footer-col { gap: 12px; }
  .footer-legal { font-size: 13px; }
}
@media (min-width: 1024px) and (max-width: 1279px) { .footer-in { padding: 56px 64px 36px; } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
