/* BamChi booking link — public web booking page (5 Sep 2026).
   Tokens from the design canvas; light + dark via prefers-color-scheme.
   System font stack on purpose: the NHG fonts are licensed for the app. */

:root {
  --ink: #004446;
  --teal: #1A5C5E;
  --mint: #BEEECD;
  --mint-soft: #E5F5EC;
  --page: #F9F9F9;
  --card: #FFFFFF;
  --border: #E5E7EB;
  --sand: #F1EAE2;
  --sky: #E3EFF7;
  --muted: #6B7280;
  --faint: #9CA3AF;
  --amber: #B45309;
  --amber-bg: #FFF7ED;
  --amber-ink: #7C2D12;
  --primary-bg: #004446;
  --primary-fg: #FFFFFF;
  --disabled-bg: #E5E7EB;
  --disabled-fg: #9CA3AF;
  --chip-bg: #FFFFFF;
  --field-bg: #FFFFFF;
  --shadow: 0 24px 60px rgba(0, 68, 70, 0.08);
  --shadow-panel: 0 16px 48px rgba(0, 68, 70, 0.08);
  --cover: linear-gradient(135deg, #1A5C5E 0%, #004446 60%, #0E1C1C 100%);
  --radius: 16px;
  color-scheme: light dark;
}
@media (prefers-color-scheme: dark) {
  :root {
    --ink: #F1F5F4;
    --teal: #C8DEDB;
    --mint: #BEEECD;
    --mint-soft: #1A3A38;
    --page: #0E1C1C;
    --card: #16302F;
    --border: #24403F;
    --sand: #2A2622;
    --sky: #17303A;
    --muted: #8FB3AF;
    --faint: #5F7F7B;
    --amber: #F59E0B;
    --amber-bg: #3A2A12;
    --amber-ink: #FCD9A8;
    --primary-bg: #BEEECD;
    --primary-fg: #004446;
    --disabled-bg: #24403F;
    --disabled-fg: #5F7F7B;
    --chip-bg: #16302F;
    --field-bg: #0E1C1C;
    --shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
    --shadow-panel: 0 16px 48px rgba(0, 0, 0, 0.35);
  }
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--teal); }
a:hover { color: var(--ink); }
button { font: inherit; color: inherit; }
input, textarea, select { font: inherit; color: inherit; }
input::placeholder, textarea::placeholder { color: var(--faint); }
h1, h2, h3 { margin: 0; font-weight: 600; letter-spacing: -0.2px; }
h2 { font-size: 22px; }
.tnum { font-variant-numeric: tabular-nums; }
[hidden] { display: none !important; }
.muted-text { color: var(--muted); }


/* ── Notices ────────────────────────────────────────────────────────── */
.notice { display: flex; gap: 12px; border-radius: var(--radius); padding: 14px 16px; align-items: flex-start; }
.notice.sand { background: var(--sand); }
.notice.mint { background: var(--mint-soft); }
.notice.amber { background: var(--amber-bg); color: var(--amber-ink); }
.notice svg { flex-shrink: 0; margin-top: 1px; }
.notice-title { font-weight: 700; font-size: 16px; }
.notice-text { font-size: 14px; line-height: 1.5; color: var(--teal); font-variant-numeric: tabular-nums; }
.notice.amber .notice-text { color: var(--amber-ink); }
.notice-link { display: block; margin-top: 4px; font-weight: 700; color: var(--ink); text-decoration: none; }


/* ── Buttons ────────────────────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 48px; padding: 0 22px; border-radius: 999px; font-size: 16px; font-weight: 700; text-decoration: none; border: 1px solid transparent; cursor: pointer; white-space: nowrap; transition: transform .1s, opacity .15s; }
.btn:active { transform: scale(.98); }
.btn-primary { background: var(--primary-bg); color: var(--primary-fg); }
.btn-secondary { background: var(--card); color: var(--ink); border-color: var(--border); }
.btn-ghost { background: none; color: var(--teal); border: 0; height: 44px; font-size: 14px; }
.btn-sm { height: 44px; padding: 0 20px; font-size: 15px; }
.btn-lg { height: 52px; }
.btn-block { width: 100%; }
.btn[disabled], .btn.is-disabled { background: var(--disabled-bg); color: var(--disabled-fg); border-color: transparent; cursor: not-allowed; transform: none; }
.btn.is-busy { opacity: .7; pointer-events: none; }


/* ── Footer + REAL store badges (sizes mirror bamchi.com's footer) ──── */
.site-footer { display: flex; flex-direction: column; gap: 12px; padding: 20px 0 8px; border-top: 1px solid var(--border); align-items: center; text-align: center; }
.wordmark { height: 22px; width: auto; }
@media (prefers-color-scheme: dark) { .wordmark { filter: brightness(0) invert(1); opacity: .9; } }
.powered { font-size: 13px; color: var(--muted); }
.footer-links { display: flex; gap: 16px; font-size: 13px; font-weight: 700; flex-wrap: wrap; justify-content: center; }
.footer-links a { color: var(--teal); text-decoration: none; }
.dl-badges { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }
.dl-badges a { display: inline-flex; align-items: center; transition: transform .2s, opacity .2s; }
.dl-badges a:hover { transform: translateY(-2px); opacity: .9; }
.dl-badges { --bw: 124px; }
/* Both store badges are the same 119.66x40 artwork (badge-google-play-fit.svg shares Apple's frame), so no box behind them — the black box used to show past the badge outline. */
.dl-badges a { width: var(--bw); height: calc(var(--bw) / 3); justify-content: center; }
.dl-badges img { width: 100%; height: 100%; display: block; margin: 0; }
@media (min-width: 1024px) {
  .site-footer { flex-direction: row; align-items: center; gap: 20px; padding-top: 24px; text-align: left; }
  .wordmark { height: 20px; }
  .site-footer .dl-badges { margin-left: auto; }
}

/* ── Sheet ──────────────────────────────────────────────────────────────
   The booking sheet (S1–S13, 8 Sep 2026): a bottom sheet on phones, the
   sticky right-hand panel on desktop. public/web/booking.js renders every
   step into #sheet-body. Everything the sheet renders is styled under this
   banner and namespaced sh-*; the page's own selectors live above it.
   Shared primitives the page also uses keep their names: .panel*, .sheet*,
   .backdrop, .field, .field-label, .input, .textarea, .fine, .row2, .row3,
   .addr-*, .spinner, .skeleton, .trust-mini. */

/* NHG faces from bamchi.com's own set under /site/fonts — the web layout
   loads none itself. A second identical declaration elsewhere is harmless. */
@font-face { font-family: 'NHG Display Round'; src: url('/site/fonts/NHGDR-Medium.otf') format('opentype'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'NHG Text'; src: url('/site/fonts/NHGText-400.otf') format('opentype'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'NHG Text'; src: url('/site/fonts/NHGText-500.otf') format('opentype'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'NHG Text'; src: url('/site/fonts/NHGText-700.otf') format('opentype'); font-weight: 700; font-display: swap; }

:root {
  --sh-display: 'NHG Display Round', ui-rounded, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --sh-text: 'NHG Text', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --sh-grey: #F3F4F6;
  --sh-amber-bg: #FBF1DC;
  --sh-amber: #B7791F;
  --sh-amber-ink: #8A5A12;
  --sh-sand-ink: #6B4E1E;
  --sh-green: #047857;
}
@media (prefers-color-scheme: dark) {
  :root { --sh-grey: #1E3534; --sh-amber-bg: #3A2A12; --sh-amber: #E0A93A; --sh-amber-ink: #FCD9A8; --sh-sand-ink: #E2C9A2; --sh-green: #6EE7B7; }
}

/* Shell: panel (desktop) / bottom sheet (mobile) */
.panel { position: relative; }
.panel-idle { display: none; }
.sheet {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
  background: var(--card); border-radius: 24px 24px 0 0;
  max-height: 92vh; display: flex; flex-direction: column;
  box-shadow: var(--shadow);
  padding: 12px 20px calc(20px + env(safe-area-inset-bottom));
  font-family: var(--sh-text);
  animation: sheet-up .25s ease-out;
}
@keyframes sheet-up { from { transform: translateY(24px); opacity: 0; } to { transform: none; opacity: 1; } }
/* Keyboard up (9 Sep 2026): anchor the sheet to the visual viewport so the focused field is never under the keys. */
body.kb-open .sheet { top: var(--vv-top, 0px); bottom: auto; height: var(--vv-h, 100dvh); max-height: none; border-radius: 0; animation: none; }
.sheet, .sheet-body { overscroll-behavior: contain; }
.sheet-grab { width: 40px; height: 4px; border-radius: 999px; background: var(--border); margin: 0 auto 14px; flex-shrink: 0; }
.sheet-close { position: absolute; top: 30px; right: 20px; z-index: 2; width: 36px; height: 36px; border-radius: 999px; border: 0; background: var(--sh-grey); color: var(--muted); font-size: 20px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; padding: 0; }
.sheet-body { flex: 1 1 auto; min-height: 0; overflow-y: auto; display: flex; flex-direction: column; gap: 14px; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding-bottom: 4px; }
.sheet-body::-webkit-scrollbar { display: none; }
.backdrop { position: fixed; inset: 0; background: rgba(0, 68, 70, 0.35); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); z-index: 30; }
body.sheet-open { overflow: hidden; }
.trust-mini { display: flex; align-items: center; gap: 8px; justify-content: center; font-size: 12px; color: var(--muted); }

@media (min-width: 1024px) {
  .panel { position: sticky; top: 24px; margin-top: 32px; }
  .panel-idle, .sheet {
    position: static; display: flex; flex-direction: column; gap: 16px;
    background: var(--card); border: 1px solid var(--border); border-radius: 20px; padding: 24px;
    box-shadow: var(--shadow-panel); max-height: none; animation: none;
  }
  .panel-idle { gap: 12px; }
  .panel-idle p { margin: 0; color: var(--teal); font-size: 15px; line-height: 1.55; }
  .panel-idle-title { font-family: var(--sh-display); font-size: 24px; font-weight: 500; }
  .panel.has-sheet .panel-idle { display: none; }
  .sheet { position: relative; }
  .sheet-grab { display: none; }
  .sheet-close { top: 24px; right: 24px; }
  .sheet-body { overflow: visible; gap: 16px; }
  .backdrop { display: none !important; }
  body.sheet-open { overflow: auto; }
}

/* Header: "{service} · Step n of N", the step name, five thin segments */
.sh-head { display: flex; flex-direction: column; gap: 2px; padding-right: 48px; min-width: 0; }
.sh-kicker { font-size: 12px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sh-title { margin: 0; font-family: var(--sh-display); font-weight: 500; font-size: 22px; line-height: 1.2; letter-spacing: 0; }
.sh-progress { display: flex; gap: 4px; }
.sh-progress span { flex: 1; height: 3px; border-radius: 999px; background: var(--border); }
.sh-progress span.on { background: var(--primary-bg); }

/* Banners: amber for errors / holiday, mint for good news */
.sh-banner { border-radius: 12px; padding: 12px 14px; font-size: 13px; line-height: 1.5; display: flex; flex-direction: column; gap: 2px; background: var(--sh-amber-bg); color: var(--sh-amber-ink); }
.sh-banner.mint { background: var(--mint-soft); color: var(--ink); }
.sh-banner-title { font-weight: 700; }
.sh-lead { margin: 0; font-size: 13px; color: var(--muted); line-height: 1.5; }
.sh-warn { font-size: 13px; color: var(--sh-amber); line-height: 1.5; }

/* Fields */
.field { display: flex; flex-direction: column; gap: 6px; }
.field-label { font-size: 13px; font-weight: 500; display: flex; justify-content: space-between; align-items: baseline; gap: 8px; }
.field-label .hint { font-size: 12px; font-weight: 400; color: var(--muted); }
.input, .textarea { height: 48px; border: 1px solid var(--border); border-radius: 12px; padding: 0 14px; font-size: 15px; background: var(--field-bg); color: var(--ink); width: 100%; outline: none; font-family: inherit; }
.input:focus, .textarea:focus { border-color: var(--primary-bg); box-shadow: 0 0 0 0.5px var(--primary-bg); }
.input[readonly] { background: var(--page); color: var(--teal); }
.textarea { height: 132px; min-height: 96px; padding: 12px 14px; resize: vertical; line-height: 1.5; }
.sh-counter { font-size: 12px; color: var(--muted); text-align: right; }
.fine { font-size: 12px; color: var(--muted); line-height: 1.5; margin: 0; }
.fine.center { text-align: center; }
.fine a { color: var(--teal); }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.row3 { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 6px; }

/* Address autocomplete (8 Sep 2026): "14 Rose Street, <grey>Prospect SA 5082</grey>" rows */
.addr-wrap { position: relative; }
.addr-suggest { position: absolute; left: 0; right: 0; top: 100%; margin-top: 6px; background: var(--card); border: 1px solid var(--border); border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 68, 70, 0.12); z-index: 30; max-height: 260px; overflow: hidden auto; }
.addr-item { padding: 12px 14px; font-size: 14px; color: var(--ink); line-height: 1.35; cursor: pointer; border-bottom: 1px solid var(--border); }
.addr-item:last-child { border-bottom: 0; }
.addr-item small { color: var(--muted); font-size: 14px; margin-left: 4px; }
.addr-item:hover, .addr-item.is-on { background: var(--page); }

/* Chips: species, size (taken · not taken · selected · blocked), units */
.sh-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.sh-chips.fill .sh-chip { flex: 1; }
.sh-chip { min-height: 44px; padding: 0 14px; border-radius: 999px; border: 1.5px solid var(--border); background: var(--chip-bg); color: var(--ink); display: inline-flex; align-items: center; justify-content: center; gap: 5px; font-size: 14px; font-weight: 400; font-variant-numeric: tabular-nums; cursor: pointer; font-family: inherit; }
.sh-chip small { font-size: 12px; color: var(--muted); }
.sh-chip.on { border-color: var(--ink); background: var(--mint-soft); font-weight: 700; }
.sh-chip.off { border-color: var(--sh-grey); background: var(--sh-grey); color: var(--faint); text-decoration: line-through; }
.sh-chip.off small { color: var(--faint); }
.sh-chip:disabled { cursor: not-allowed; }
.sh-chip.blocked { border-color: var(--sh-amber); background: var(--sh-amber-bg); color: var(--sh-amber-ink); font-weight: 700; text-decoration: none; }
.sh-chip.blocked small { color: var(--sh-amber-ink); }

/* Day strip (14 days; wraps on desktop) */
.sh-strip { display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; padding-bottom: 2px; }
.sh-strip::-webkit-scrollbar { display: none; }
.sh-day { flex: 0 0 auto; width: 46px; height: 56px; padding: 0; border-radius: 12px; border: 1.5px solid var(--border); background: var(--chip-bg); color: var(--ink); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; font-size: 11px; cursor: pointer; font-family: inherit; }
.sh-day .n { font-size: 15px; font-weight: 700; font-variant-numeric: tabular-nums; }
.sh-day.on { border-color: var(--ink); background: var(--mint-soft); }
.sh-day.off { border-color: var(--sh-grey); background: var(--sh-grey); color: var(--faint); cursor: default; }
@media (min-width: 1024px) { .sh-strip { flex-wrap: wrap; overflow: visible; } .sh-day { flex: 1 1 calc(14.28% - 6px); width: auto; min-width: 0; } }

/* Start times */
.sh-slots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.sh-slot { height: 44px; border-radius: 12px; border: 1.5px solid var(--border); background: var(--chip-bg); color: var(--ink); display: flex; align-items: center; justify-content: center; font-size: 14px; font-variant-numeric: tabular-nums; cursor: pointer; font-family: inherit; }
.sh-slot.on { border-color: var(--ink); background: var(--mint-soft); font-weight: 700; }
.sh-slot.taken, .sh-slot:disabled { border-color: var(--sh-grey); background: var(--sh-grey); color: var(--faint); text-decoration: line-through; cursor: default; }
.sh-loading { font-size: 13px; color: var(--muted); text-align: center; }
.sh-empty { border: 1px dashed var(--border); border-radius: 12px; padding: 22px 16px; display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; }
.sh-empty strong, .sh-empty p { margin: 0; font-size: 14px; font-weight: 400; color: var(--teal); line-height: 1.5; }
.sh-pill { height: 40px; padding: 0 18px; border-radius: 999px; border: 1px solid var(--border); background: var(--card); color: var(--ink); font-size: 14px; font-weight: 700; display: inline-flex; align-items: center; cursor: pointer; font-family: inherit; white-space: nowrap; }
.sh-pill.mint { background: var(--mint-soft); border-color: var(--mint-soft); }
.skeleton { background: var(--sh-grey); border-radius: 12px; height: 44px; animation: sh-pulse 1.2s ease-in-out infinite; }
@keyframes sh-pulse { 50% { opacity: .55; } }

/* Nights: drop-off → pick-up range picker */
.range { display: flex; gap: 8px; align-items: stretch; }
.range-box { flex: 1; border-radius: 12px; border: 1.5px solid var(--border); padding: 10px 12px; display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.range-box.has { border-color: var(--ink); background: var(--mint-soft); }
.range-box .k { font-size: 11px; color: var(--muted); }
.range-box .v { font-size: 14px; font-weight: 700; font-variant-numeric: tabular-nums; }
.range-box .t { font-size: 12px; color: var(--muted); }
.range-box.empty .v { color: var(--faint); font-weight: 400; }
.range-arrow { display: flex; align-items: center; color: var(--faint); font-size: 16px; }
.cal-head { display: flex; justify-content: space-between; align-items: center; }
.cal-head .month { font-size: 14px; font-weight: 700; }
.cal-nav { display: flex; gap: 6px; }
.cal-nav button { width: 36px; height: 36px; border-radius: 999px; border: 1px solid var(--border); background: var(--card); cursor: pointer; display: inline-flex; align-items: center; justify-content: center; color: var(--ink); padding: 0; }
.cal-nav button[disabled] { opacity: .4; cursor: default; }
.cal-dows { display: grid; grid-template-columns: repeat(7, 1fr); font-size: 11px; color: var(--muted); text-align: center; }
.cal { display: grid; grid-template-columns: repeat(7, 1fr); row-gap: 4px; }
.cal-cell { height: 44px; display: flex; align-items: center; justify-content: center; }
.cal-cell.in { background: var(--mint-soft); }
.cal-cell.start { background: linear-gradient(90deg, transparent 50%, var(--mint-soft) 50%); }
.cal-cell.end { background: linear-gradient(90deg, var(--mint-soft) 50%, transparent 50%); }
.cal-cell.start.end { background: transparent; }
.cal-day { width: 40px; height: 40px; border-radius: 999px; display: flex; align-items: center; justify-content: center; font-size: 14px; font-variant-numeric: tabular-nums; cursor: pointer; border: 0; background: transparent; color: var(--ink); font-family: inherit; padding: 0; }
.cal-day.sel { background: var(--primary-bg); color: var(--primary-fg); font-weight: 700; }
.cal-day.full { background: var(--sh-grey); color: var(--faint); text-decoration: line-through; cursor: default; }
.cal-day.past, .cal-day.closed { color: var(--faint); cursor: default; }
.cal-day.today { font-weight: 700; }
.legend { display: flex; gap: 14px; font-size: 12px; color: var(--muted); margin-top: 4px; }
.legend span { display: inline-flex; align-items: center; gap: 6px; }
.legend i { width: 8px; height: 8px; border-radius: 99px; display: inline-block; }
.legend i.booked { background: var(--sh-grey); border: 1px solid var(--border); }
.legend i.stay { background: var(--primary-bg); }

/* Confirm & hold: summary, receipt (server lines), card box */
.sh-summary { font-size: 13px; color: var(--muted); line-height: 1.5; font-variant-numeric: tabular-nums; }
.sh-summary strong { color: var(--ink); font-weight: 500; font-size: 14px; }
.sh-receipt { background: var(--page); border-radius: 14px; padding: 12px 14px; display: flex; flex-direction: column; gap: 8px; font-size: 14px; font-variant-numeric: tabular-nums; }
.sh-receipt .line { display: flex; justify-content: space-between; gap: 12px; }
.sh-receipt .line.discount, .sh-receipt .line.reward { color: var(--sh-sand-ink); }
.sh-receipt .line.fee, .sh-receipt .line.add_ons { color: var(--muted); }
.sh-receipt .total { display: flex; justify-content: space-between; gap: 12px; font-weight: 700; border-top: 1px solid var(--border); padding-top: 8px; }
.sh-receipt.is-loading { opacity: .5; }
.sh-receipt .skeleton { height: 18px; }
.sh-card-box { border: 1px solid var(--border); border-radius: 12px; padding: 12px 14px; display: flex; flex-direction: column; gap: 8px; background: var(--field-bg); }
.sh-card-label { font-size: 12px; color: var(--muted); }

/* Actions: the 52 px CTA and its text-only secondary */
.sh-actions { display: flex; flex-direction: column; gap: 8px; padding-top: 4px; }
.sh-cta { height: 52px; font-size: 16px; font-weight: 700; gap: 8px; }
.sh-secondary { width: 100%; height: 44px; display: inline-flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--teal); background: none; border: 0; cursor: pointer; text-decoration: none; font-family: inherit; padding: 0; }
.sh-secondary.amber { color: var(--sh-amber); }
.spinner { width: 18px; height: 18px; border-radius: 99px; border: 2px solid rgba(255, 255, 255, .4); border-top-color: currentColor; animation: spin .8s linear infinite; display: inline-block; }
@keyframes spin { to { transform: rotate(360deg); } }

/* Success (S12) and the resume spinner */
.sh-success { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 12px; padding: 20px 8px 8px; }
.sh-orb { width: 56px; height: 56px; border-radius: 999px; background: var(--mint-soft); color: var(--sh-green); display: flex; align-items: center; justify-content: center; }
.sh-orb .spinner { color: var(--ink); border-color: rgba(0, 68, 70, .25); border-top-color: currentColor; }
.sh-success .sh-title { font-size: 24px; }
.sh-success p { margin: 0; font-size: 14px; color: var(--teal); line-height: 1.55; }
.sh-card { background: var(--page); border-radius: 14px; padding: 12px 14px; font-size: 14px; display: flex; flex-direction: column; gap: 4px; }
.sh-card strong { font-weight: 700; }
.sh-card .line { color: var(--teal); }

/* ── Status page (W5 / W5b) + 404 ───────────────────────────────────── */
.page-status { background: var(--page); }
.status-wrap { max-width: 480px; margin: 0 auto; padding: 32px 20px 24px; }
.status-main { display: flex; flex-direction: column; gap: 20px; }
.status-hero { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.status-hero h1 { font-size: 28px; line-height: 1.1; font-weight: 600; }
.status-hero .lead { margin: 0; font-size: 15px; color: var(--teal); line-height: 1.5; }
.status-orb { width: 56px; height: 56px; border-radius: 999px; display: flex; align-items: center; justify-content: center; color: var(--ink); }
.status-orb.mint { background: var(--mint); color: #004446; }
.status-orb.sand { background: var(--sand); }
.card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 16px; display: flex; flex-direction: column; gap: 12px; }
.card-title { font-size: 14px; font-weight: 700; }
.steps { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.steps li { display: flex; gap: 12px; font-size: 14px; line-height: 1.5; color: var(--teal); }
.steps li strong { color: var(--ink); font-weight: 500; }
.steps .num { width: 24px; height: 24px; border-radius: 99px; background: var(--primary-bg); color: var(--primary-fg); font-size: 12px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.quote { margin: 0; font-size: 14px; line-height: 1.55; color: var(--teal); font-style: italic; }
.receipt-card { gap: 10px; font-size: 14px; font-variant-numeric: tabular-nums; }
.receipt-card.is-dim { opacity: .7; }
.kv { display: flex; justify-content: space-between; gap: 12px; }
.kv span { color: var(--muted); }
.kv strong { font-weight: 500; text-align: right; }
.kv .strike { text-decoration: line-through; }
.app-card { background: #004446; color: #FFFFFF; border-radius: var(--radius); padding: 18px; display: flex; flex-direction: column; gap: 14px; }
.app-card-title { font-size: 20px; font-weight: 600; }
.app-card p { margin: 0; font-size: 14px; line-height: 1.5; color: #BEEECD; }
.dl-badges--dark { justify-content: flex-start; }
.cancel-form { display: flex; flex-direction: column; gap: 8px; }
.cancel-form .fine { text-align: center; }
.page-status .site-footer { margin-top: 8px; }

/* ── 5 Sep 2026 fixes (Pourya's phone review) ─────────────────────────── */
/* 1. Range, size and location each on their own line — no dot-separated run-on. */
.meta-line { flex-direction: column; align-items: flex-start; gap: 3px; }
.meta-line > span + span::before { content: none; margin: 0; }
@media (max-width: 1023px) {
  /* 3. No "STEP 1 OF 4 · YOUR PET" line on phones — the progress bar and the sheet title carry it. */
  .sheet .step-meta { display: none; }
  /* 4. iOS zooms into any field under 16px; keep every field at 16px. */
  .input, .textarea, select, .chip, .sheet input { font-size: 16px; }
  /* 6. The hold button was too thin. */
  .btn-lg { min-height: 56px; font-size: 17px; font-weight: 700; }
  /* 7. The close button always stays reachable on a fixed sheet. */
  .sheet-close { z-index: 2; }
  .sheet { max-height: 92vh; }
}
/* Greyed-out choice (e.g. a species the service does not take): clearly unavailable, not clickable. */
.chip:disabled, .chip.off { opacity: .42; cursor: not-allowed; background: var(--chip-bg); color: var(--muted); border-style: dashed; }
.chip:disabled.on, .chip.off.on { background: var(--chip-bg); color: var(--muted); font-weight: 400; }


/* ── Page ─────────────────────────────────────────────────────────────────
   Booking page v2 (8 Sep 2026, canvas P1–P5 + component sheet C): everything
   the server renders — header, photo mosaic, about, credentials, service
   cards, pet fit, where and when, Q&A, reviews, policy, the bamchi.com
   footer, the desktop "Book with {Owner}" card, the P5 not-ready page and the
   S13 manage page. The sheet (booking.js) is styled above under its own
   banner; shared bits (tokens, .btn, .notice, .status-*, .card, .dl-badges,
   .fine) stay where they were. Do not mix the two. ─────────────────────── */

/* Type: the same NHG files the marketing site serves from /site/fonts. */
@font-face { font-family: 'NHG Display Round'; src: url('/site/fonts/NHGDR-Roman.otf') format('opentype');  font-weight: 400; font-display: swap; }
@font-face { font-family: 'NHG Display Round'; src: url('/site/fonts/NHGDR-Medium.otf') format('opentype'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'NHG Display Round'; src: url('/site/fonts/NHGDR-Bold.otf') format('opentype');   font-weight: 700; font-display: swap; }
@font-face { font-family: 'NHG Text'; src: url('/site/fonts/NHGText-400.otf') format('opentype'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'NHG Text'; src: url('/site/fonts/NHGText-500.otf') format('opentype'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'NHG Text'; src: url('/site/fonts/NHGText-700.otf') format('opentype'); font-weight: 700; font-display: swap; }

:root {
  --display: 'NHG Display Round', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --text: 'NHG Text', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --sky-ink: #1F4E79;
  --live: #047857;
  --hol-bg: #FBF1DC;
  --hol-ink: #8A5A12;
  --hol-icon: #B7791F;
  --pill-ink: #6B4E1E;
  --grey-chip: #F3F4F6;
  --foot-bg: #004446;
  --foot-fg: #FFFFFF;
  --foot-soft: #BEEECD;
}
@media (prefers-color-scheme: dark) {
  :root {
    --sky-ink: #9CC3E8;
    --live: #34D399;
    --hol-bg: #3A2A12;
    --hol-ink: #FCD9A8;
    --hol-icon: #F59E0B;
    --pill-ink: #E8D5B5;
    --grey-chip: #24403F;
    --foot-bg: #071414;
  }
}

body { font-family: var(--text); }
h1, h2, h3 { font-family: var(--display); font-weight: 500; letter-spacing: -0.2px; }
h2 { font-size: 22px; line-height: 1.2; }
.link-btn { background: none; border: 0; padding: 0; font: inherit; font-weight: 700; color: var(--ink); cursor: pointer; }
.eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--muted); }

/* Layout: one column on a phone; content + 400px sticky panel on a desktop. */
.wrap { max-width: 1120px; margin: 0 auto; padding: 20px 20px 40px; }
.main { display: flex; flex-direction: column; gap: 28px; min-width: 0; }
.two-col { display: flex; flex-direction: column; gap: 28px; min-width: 0; }
.section { display: flex; flex-direction: column; gap: 12px; min-width: 0; }
.section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.section-aside { font-size: 14px; color: var(--teal); }
@media (min-width: 1024px) {
  .wrap { padding: 40px 40px 64px; display: grid; grid-template-columns: minmax(0, 1fr) 400px; gap: 48px; align-items: start; }
  .main { gap: 36px; }
  .two-col { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 36px; align-items: start; }
}

/* Holiday notice (P4) — amber, above the identity. */
.hol-notice { display: flex; gap: 12px; align-items: flex-start; background: var(--hol-bg); color: var(--hol-ink); border-radius: var(--radius); padding: 14px 16px; }
.hol-notice svg { flex-shrink: 0; margin-top: 1px; color: var(--hol-icon); }
.hol-title { font-weight: 700; font-size: 14px; line-height: 1.4; }
.hol-body { font-size: 13px; line-height: 1.5; margin-top: 2px; }

/* Header: identity, tagline, trust strip, fact tiles. */
.hdr { display: flex; flex-direction: column; gap: 14px; }
.hdr-id { display: flex; gap: 14px; align-items: center; }
.logo-frame { width: 64px; height: 64px; flex-shrink: 0; border-radius: 18px; overflow: hidden; }
.logo { width: 100%; height: 100%; border-radius: 18px; overflow: hidden; background: var(--mint-soft); display: flex; align-items: center; justify-content: center; }
.logo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.logo-initial { font-family: var(--display); font-size: 22px; font-weight: 700; color: var(--ink); }
.hdr-text { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.biz { font-size: 25px; line-height: 1.1; letter-spacing: -0.3px; font-weight: 500; overflow-wrap: anywhere; }
.place { font-size: 14px; color: var(--teal); }
.tagline { margin: 0; font-size: 16px; line-height: 1.45; color: var(--ink); }
.trust-strip { display: flex; flex-wrap: wrap; gap: 6px 14px; font-size: 14px; color: var(--teal); align-items: center; }
.trust-strip > * { display: inline-flex; align-items: center; min-height: 24px; line-height: 1.2; }
/* Discounts (9 Sep 2026): right after Services, one row per offer. */
.disc-card { background: var(--card); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; }
.disc-row { display: flex; gap: 12px; align-items: center; padding: 12px 16px; border-bottom: 1px solid var(--border); }
.disc-row:last-child { border-bottom: 0; }
.disc-icon { width: 28px; height: 28px; border-radius: 9px; background: var(--sand); color: var(--pill-ink); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; font-weight: 800; font-size: 13px; }
.disc-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.disc-label { font-size: 15px; font-weight: 500; line-height: 1.3; }
.disc-detail { font-size: 13px; color: var(--muted); line-height: 1.45; }
.rating { display: inline-flex; align-items: center; gap: 5px; font-weight: 700; color: var(--ink); white-space: nowrap; font-variant-numeric: tabular-nums; }
.rating-count { font-weight: 400; color: var(--teal); margin-left: 2px; }
.trust-item { white-space: nowrap; }
.trust-item.is-live { display: inline-flex; align-items: center; gap: 6px; }
.live-dot { width: 7px; height: 7px; border-radius: 999px; background: var(--live); display: inline-block; }
.pill-new { display: inline-flex; align-items: center; background: var(--sky); color: var(--sky-ink); border-radius: 999px; padding: 4px 10px; font-size: 12px; font-weight: 700; line-height: 1.2; white-space: nowrap; }
.fact-tiles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.fact-tile { background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 10px 12px; display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.fact-v { font-family: var(--display); font-weight: 500; font-size: 18px; line-height: 1.1; }
.fact-k { font-size: 12px; color: var(--muted); line-height: 1.3; }
@media (min-width: 1024px) {
  .hdr { gap: 16px; }
  .hdr-id { gap: 18px; }
  .logo-frame, .logo { width: 80px; height: 80px; border-radius: 22px; }
  .logo-initial { font-size: 28px; }
  .biz { font-size: 34px; line-height: 1.05; letter-spacing: -0.4px; }
  .place { font-size: 15px; }
  .tagline { font-size: 18px; }
  .trust-strip { gap: 6px 16px; }
  .fact-tiles { gap: 10px; }
  .fact-tile { padding: 12px 14px; }
  .fact-v { font-size: 20px; }
  .fact-k { font-size: 13px; }
}

/* Photo mosaic: cover left, tiles right; 3 tiles on a phone, 5 on a desktop. */
.photos { gap: 10px; }
.ph-grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); grid-template-rows: 100px 100px; gap: 6px; border-radius: var(--radius); overflow: hidden; }
.ph { position: relative; display: block; min-width: 0; overflow: hidden; background: var(--mint-soft); }
.ph img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 240ms ease; }
.ph:hover img { transform: scale(1.03); }
.ph:first-child { grid-row: span 2; }
.ph:nth-child(n+4) { display: none; }
.ph-n1 { grid-template-columns: 1fr; grid-template-rows: 200px; }
.ph-n1 .ph:first-child { grid-row: auto; }
.ph-n2 .ph:nth-child(2) { grid-row: span 2; }
.ph-more { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(0, 68, 70, 0.55); color: #fff; font-size: 14px; font-weight: 700; text-align: center; padding: 8px; }
.ph-more-d { display: none; }
.ph-all { align-self: flex-start; font-size: 14px; min-height: 24px; }
@media (min-width: 1024px) {
  .ph-grid { grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr); grid-template-rows: 170px 170px; gap: 8px; }
  .ph:nth-child(n+4) { display: block; }
  .ph-n1 { grid-template-columns: 1fr; grid-template-rows: 340px; }
  .ph-n2 { grid-template-columns: 1fr 1fr; }
  .ph-n2 .ph:nth-child(2) { grid-row: span 2; }
  .ph-n3 { grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); }
  .ph-n4 .ph:nth-child(4) { grid-column: span 2; }
  .ph-more-m { display: none; }
  .ph-more-d { display: flex; font-size: 15px; }
  .photos.has-more-d .ph-all { display: none; }
}

/* About: bio (three-line clamp + Read more) and subcategory chips. */
.bio { font-size: 15px; line-height: 1.55; color: var(--teal); }
.bio-text { margin: 0; white-space: pre-line; }
.bio[data-collapsed="1"] .bio-text { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.bio .link-btn { margin-top: 4px; font-size: 15px; min-height: 24px; }
.subcats { display: flex; flex-wrap: wrap; gap: 6px; }
.subcat { border: 1px solid var(--border); background: var(--card); border-radius: 999px; padding: 6px 12px; font-size: 13px; color: var(--teal); line-height: 1.3; }
@media (min-width: 1024px) { .bio { line-height: 1.6; } }

/* Credentials: rows; Confirmed is mint (police check only), Declared is sand. */
.cred-card { display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.cred-row { display: flex; gap: 12px; align-items: center; padding: 12px 16px; border-bottom: 1px solid var(--border); }
.cred-icon { width: 28px; height: 28px; border-radius: 9px; background: var(--sand); color: var(--teal); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cred-row.is-confirmed .cred-icon { background: var(--mint-soft); color: var(--live); }
.cred-text { display: flex; flex-direction: column; gap: 2px; flex: 1; min-width: 0; }
.cred-label { font-size: 15px; font-weight: 500; line-height: 1.3; }
.cred-detail { font-size: 13px; color: var(--muted); line-height: 1.45; }
.cred-tag { font-size: 11px; font-weight: 700; border-radius: 999px; padding: 3px 8px; background: var(--sand); color: var(--pill-ink); white-space: nowrap; flex-shrink: 0; }
.cred-row.is-confirmed .cred-tag { background: var(--mint-soft); color: var(--live); }
.cred-foot { padding: 10px 16px; font-size: 12px; color: var(--muted); line-height: 1.5; }

/* Service cards: price top-right with its unit under it, three meta rows,
   discount pills in sand; app-only cards dimmed with an outlined button. */
.svc-list { display: flex; flex-direction: column; gap: 12px; }
.svc-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 16px; display: flex; flex-direction: column; gap: 10px; transition: border-color .15s, box-shadow .15s; }
.svc-card.is-selected { border-color: var(--primary-bg); box-shadow: inset 0 0 0 0.5px var(--primary-bg); }
.svc-card.svc-app { opacity: .8; }
.svc-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.svc-text { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.svc-title-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.svc-title { font-size: 19px; line-height: 1.2; font-weight: 500; }
.svc-title-row .pill-new { padding: 2px 8px; font-size: 11px; }
.svc-desc { margin: 0; font-size: 14px; color: var(--teal); line-height: 1.5; }
.price-tag { display: flex; flex-direction: column; align-items: flex-end; flex-shrink: 0; text-align: right; }
.price-tag .price { font-family: var(--display); font-weight: 500; font-size: 22px; line-height: 1; white-space: nowrap; }
.price-tag .price-quote { font-size: 18px; white-space: normal; max-width: 150px; line-height: 1.15; }
.price-tag .unit { font-size: 12px; color: var(--muted); white-space: nowrap; margin-top: 3px; }
.svc-meta { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 6px; font-size: 13px; color: var(--teal); }
.svc-meta li { display: flex; gap: 8px; align-items: flex-start; line-height: 1.4; }
.svc-meta svg { flex-shrink: 0; margin-top: 1px; }
.pills { display: flex; flex-wrap: wrap; gap: 6px; }
.pill-discount { background: var(--sand); color: var(--pill-ink); border-radius: 999px; padding: 4px 10px; font-size: 12px; font-weight: 500; line-height: 1.3; }
.svc-cta { display: flex; justify-content: flex-end; margin-top: 2px; }
.money-line { margin: 0; font-size: 13px; color: var(--muted); line-height: 1.5; }
.empty-card { background: var(--card); border: 1px dashed var(--border); border-radius: var(--radius); padding: 18px 16px; color: var(--teal); font-size: 14px; line-height: 1.5; text-align: center; }
@media (min-width: 1024px) {
  .svc-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; align-items: stretch; }
  .svc-card .svc-meta { flex: 1; }
}

/* Pets {Owner} takes. */
.fit-card { display: flex; flex-direction: column; gap: 14px; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 16px; }
.fit-group { display: flex; flex-direction: column; gap: 8px; }
.chips-row { display: flex; flex-wrap: wrap; gap: 6px; }
.fit-chip { background: var(--mint-soft); color: var(--ink); border-radius: 999px; padding: 6px 12px; font-size: 13px; font-weight: 500; line-height: 1.3; }
.fit-chip.is-off { background: var(--grey-chip); color: var(--faint); text-decoration: line-through; }
.fit-text { margin: 0; font-size: 14px; color: var(--teal); line-height: 1.5; }
.fit-own { padding-top: 12px; border-top: 1px solid var(--border); }
.own-pets { display: flex; gap: 10px 16px; flex-wrap: wrap; }
.own-pet { display: flex; align-items: center; gap: 8px; font-size: 14px; }
.own-pet-photo { width: 32px; height: 32px; border-radius: 999px; object-fit: cover; background: var(--sand); display: inline-flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: var(--ink); flex-shrink: 0; }

/* Where and when: the decorative ring on a still map, the area line, the week. */
.ww-card { display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.area-map { height: 160px; background: var(--sky); position: relative; z-index: 0; }
.area-map .leaflet-tile-pane { filter: saturate(.35) brightness(1.04); }
.area-map .leaflet-control-attribution { font: 10px/1.4 var(--text); background: rgba(255, 255, 255, 0.8); color: #6B7280; }
.area-map .leaflet-control-attribution a { color: #1A5C5E; }
.area-row { display: flex; gap: 12px; align-items: center; padding: 14px 16px; border-bottom: 1px solid var(--border); }
.ww-card .area-row:last-child { border-bottom: 0; }
.area-ring { width: 44px; height: 44px; border-radius: 999px; background: var(--sky); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.area-ring i { width: 22px; height: 22px; border-radius: 999px; background: rgba(31, 78, 121, 0.25); border: 1.5px solid var(--sky-ink); display: block; }
.area-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.area-label { font-size: 15px; font-weight: 500; line-height: 1.3; }
.area-notice { font-size: 13px; color: var(--muted); }
.hours { padding: 12px 16px; display: flex; flex-direction: column; gap: 6px; }
.hours-row { display: flex; justify-content: space-between; gap: 12px; font-size: 14px; }
.hours-day { color: var(--teal); }
.hours-row.is-today .hours-day { color: var(--ink); font-weight: 700; }
.hours-time { color: var(--ink); }
.hours-row.is-closed .hours-time { color: var(--faint); }
.hours-tz { font-size: 12px; color: var(--muted); padding-top: 6px; }
@media (min-width: 1024px) { .area-map { height: 180px; } }

/* Questions {Owner} has answered. */
.qa-grid { display: flex; flex-direction: column; gap: 8px; }
.qa-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 14px 16px; display: flex; flex-direction: column; gap: 6px; }
.qa-q { font-family: var(--text); font-size: 14px; font-weight: 700; line-height: 1.4; letter-spacing: 0; }
.qa-a { margin: 0; font-size: 14px; color: var(--teal); line-height: 1.5; }
@media (min-width: 1024px) { .qa-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; } }

/* Reviews. */
.review-grid { display: flex; flex-direction: column; gap: 10px; }
.review-grid[data-collapsed="1"] .review[data-extra] { display: none; }
.review { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 14px 16px; display: flex; flex-direction: column; gap: 6px; }
.review-head { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; }
.review-who { font-size: 14px; font-weight: 700; }
.review-when { font-size: 12px; color: var(--muted); white-space: nowrap; }
.stars { display: flex; gap: 2px; }
.stars .on { color: var(--ink); }
.stars .off { color: var(--border); }
.review-text { margin: 0; font-size: 14px; line-height: 1.5; color: var(--teal); }
.review-reply { margin: 4px 0 0; font-size: 13px; line-height: 1.5; color: var(--muted); padding-left: 12px; border-left: 2px solid var(--mint); }
.reviews-more { align-self: stretch; font-size: 14px; }
@media (min-width: 1024px) {
  .review-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reviews-more { align-self: flex-start; }
}

/* Cancellation policy. */
.policy-card { background: var(--sand); border-radius: var(--radius); padding: 14px 16px; display: flex; flex-direction: column; gap: 4px; }
.policy-name { font-weight: 700; font-size: 15px; }
.policy-text { margin: 0; font-size: 14px; line-height: 1.5; color: var(--teal); }

/* Desktop "Book with {Owner}" card (P2). It is the .panel-idle the sheet CSS
   shows from 1024px; these rules only dress it. */
.bk-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.bk-title { font-family: var(--display); font-weight: 500; font-size: 20px; }
.bk-from { font-size: 13px; color: var(--muted); }
.bk-list { display: flex; flex-direction: column; gap: 8px; }
.bk-pick { display: flex; justify-content: space-between; align-items: center; gap: 12px; width: 100%; min-height: 44px; padding: 12px 14px; border-radius: 12px; border: 1.5px solid var(--border); background: var(--card); color: var(--ink); text-align: left; text-decoration: none; cursor: pointer; font: inherit; transition: border-color .15s, background .15s; }
.bk-pick:hover { border-color: var(--teal); }
.bk-pick.is-on { border-color: var(--primary-bg); background: var(--mint-soft); }
.bk-pick.is-app { background: var(--page); }
.bk-pick-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.bk-pick-title { font-size: 15px; font-weight: 500; }
.bk-pick-sub { font-size: 12px; color: var(--muted); }
.bk-pick-price { font-family: var(--display); font-weight: 500; font-size: 18px; white-space: nowrap; flex-shrink: 0; }
.bk-pick-unit { font-size: 13px; }
.bk-empty { margin: 0; font-size: 14px; color: var(--muted); }
.bk-notes { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 6px; font-size: 12px; color: var(--muted); line-height: 1.5; }
.bk-notes li { display: flex; gap: 8px; }
.bk-notes li::before { content: "✓"; color: var(--live); flex-shrink: 0; }
@media (min-width: 1024px) {
  .panel-idle.bk-card { padding: 20px; gap: 16px; border-radius: 20px; box-shadow: 0 12px 40px rgba(0, 68, 70, 0.08); }
}

/* Footer — bamchi.com's, on ink. Store badges are the real SVGs at 124 wide,
   identical size, nothing drawn behind them. */
.bk-foot { background: var(--foot-bg); color: var(--foot-fg); margin-top: 8px; }
.bk-foot-in { max-width: 1120px; margin: 0 auto; padding: 36px 20px 40px; display: flex; flex-direction: column; gap: 28px; }
.bk-foot-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 16px; font-size: 14px; }
.bk-foot-brand { grid-column: 1 / -1; display: flex; flex-direction: column; gap: 14px; }
.bk-foot-brand > img { height: 22px; width: auto; align-self: flex-start; }
.bk-foot-brand p { margin: 0; font-size: 14px; line-height: 1.6; color: var(--foot-soft); max-width: 260px; }
.bk-foot-col { display: flex; flex-direction: column; gap: 10px; }
.bk-foot-col a { color: var(--foot-fg); text-decoration: none; min-height: 24px; display: inline-flex; align-items: center; }
.bk-foot-col a:hover { color: var(--foot-soft); }
.bk-foot-h { font-weight: 700; color: var(--foot-soft); }
.bk-foot-legal { border-top: 1px solid rgba(190, 238, 205, 0.25); padding-top: 18px; display: flex; flex-direction: column; gap: 6px; font-size: 12px; color: var(--foot-soft); line-height: 1.5; }
.dl-badges--ink { justify-content: flex-start; gap: 8px; }
@media (min-width: 1024px) {
  .bk-foot { margin-top: 0; }
  .bk-foot-in { padding: 48px 40px 32px; gap: 36px; }
  .bk-foot-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr; gap: 32px; }
  .bk-foot-brand { grid-column: auto; gap: 16px; }
  .bk-foot-brand > img { height: 26px; }
  .bk-foot-legal { flex-direction: row; justify-content: space-between; flex-wrap: wrap; gap: 16px; padding-top: 22px; font-size: 13px; }
}

/* P5 not ready yet + the quiet 404. */
.page-nf .status-wrap { max-width: 420px; padding: 72px 28px 96px; }
.nf-hero { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; }
.nf-tile { width: 72px; height: 72px; border-radius: 22px; background: var(--sand); color: var(--ink); display: flex; align-items: center; justify-content: center; font-family: var(--display); font-weight: 700; font-size: 24px; }
.nf-title { font-size: 26px; line-height: 1.15; font-weight: 500; }
.nf-lead { margin: 0; font-size: 15px; color: var(--teal); line-height: 1.55; max-width: 300px; }
.nf-link { font-weight: 700; color: var(--ink); text-decoration: none; min-height: 44px; display: inline-flex; align-items: center; }
.nf-powered { font-size: 13px; color: var(--muted); margin-top: 8px; }

/* S13 manage page (booking-status). */
.ms-head { display: flex; flex-direction: column; gap: 6px; align-items: flex-start; }
.ms-eyebrow { font-size: 12px; color: var(--muted); }
.ms-title { font-size: 24px; line-height: 1.15; font-weight: 500; }
.ms-pill { display: inline-flex; align-items: center; height: 24px; padding: 0 10px; border-radius: 999px; font-size: 12px; font-weight: 700; background: var(--grey-chip); color: var(--muted); white-space: nowrap; }
.ms-pill.hold { background: var(--hol-bg); color: var(--hol-icon); }
.ms-pill.ok { background: var(--mint-soft); color: var(--live); }
.ms-lead { margin: 0; font-size: 15px; color: var(--teal); line-height: 1.55; }
.ms-kv { background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 12px 14px; display: flex; flex-direction: column; gap: 6px; font-size: 14px; }
.ms-kv.is-dim { opacity: .7; }
.ms-kv .kv { display: flex; justify-content: space-between; gap: 12px; }
.ms-kv .kv span { color: var(--muted); }
.ms-kv .kv strong { font-weight: 500; text-align: right; }
.ms-kv .strike { text-decoration: line-through; }
.ms-note { margin: 0; font-size: 13px; color: var(--muted); line-height: 1.5; }
.ms-quote { margin: 0; font-size: 14px; line-height: 1.55; color: var(--teal); font-style: italic; }
.ms-actions { display: flex; flex-direction: column; gap: 8px; }
.ms-cancel { background: none; border: 0; width: 100%; min-height: 44px; font: inherit; font-size: 14px; font-weight: 700; color: var(--hol-icon); cursor: pointer; }
.ms-badges { display: flex; justify-content: center; padding-top: 4px; }
.page-manage .bk-foot { margin-top: 24px; }

/* Lightbox (photo viewer) — opened from the mosaic, the "See all" link and the logo. */
.lb { position: fixed; inset: 0; z-index: 200; background: rgba(0, 20, 20, 0.92); display: flex; align-items: center; justify-content: center; padding: 56px 16px 48px; }
.lb[hidden] { display: none; }
html.lb-open, html.lb-open body { overflow: hidden; }
.lb-fig { margin: 0; max-width: 1100px; max-height: 100%; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.lb-fig img { max-width: 100%; max-height: calc(100vh - 140px); border-radius: 12px; object-fit: contain; box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5); }
.lb-fig figcaption { color: #E5F5EC; font-size: 14px; text-align: center; }
.lb-close, .lb-nav { position: absolute; background: rgba(255, 255, 255, 0.12); color: #fff; border: 0; border-radius: 999px; width: 44px; height: 44px; font-size: 26px; line-height: 44px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.lb-close:hover, .lb-nav:hover { background: rgba(255, 255, 255, 0.24); }
.lb-close { top: 12px; right: 12px; }
.lb-nav { top: 50%; transform: translateY(-50%); }
.lb-prev { left: 8px; } .lb-next { right: 8px; }
.lb-count { position: absolute; bottom: 14px; left: 0; right: 0; text-align: center; color: #BEEECD; font-size: 13px; font-variant-numeric: tabular-nums; }
@media (min-width: 1024px) { .lb-prev { left: 24px; } .lb-next { right: 24px; } }
[data-open-photo] { cursor: zoom-in; }
[data-open-photo]:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }

/* Sheet · step 5 Terms box (9 Sep 2026): explicit agreement before "Continue to card". */
.sh-terms { display: flex; gap: 10px; align-items: flex-start; margin: 12px 0 4px; font-size: 13px; line-height: 1.45; color: var(--ink); cursor: pointer; }
.sh-terms input[type="checkbox"] { flex: 0 0 auto; width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--teal); cursor: pointer; }
.sh-terms input[type="checkbox"]:disabled { cursor: default; }
.sh-terms a { color: var(--teal); text-decoration: underline; }
