/* ═══════════════════════════════════════════════════════════════
   SEE THE SIX · v4
   Pure white canvas. Neutral greys only, no cream, no warm tints.
   Typography is Inter and Inter Tight: neutral, highly legible,
   no decorative or gendered lean.
   Colour does a job:
     Action  #E0532C  arousal and urgency. CTAs only, so it always
                      wins the contrast contest on any screen.
     Open    #157F47  go, safe. Opening-hours signals only.
     Muted   #8A8A8A  deliberately calm. "Unclaimed" must never
                      read as an error or a warning.
   Zero shadows. Cards separate by fill, not by outline.
   ═══════════════════════════════════════════════════════════════ */
:root {
  --canvas:  #FFFFFF;
  --card:    #F7F7F7;
  --card-2:  #FFFFFF;
  --surface: #F7F7F7;
  --surface-2: #F0F0F0;
  --ink:     #141414;
  --ink-2:   #636363;
  --ink-3:   #8A8A8A;
  --hair:    #E6E6E6;
  --hair-inv: rgba(255,255,255,0.14);
  --dark:    #141414;
  --media:   #EDEDED;

  --action:     #E0532C;
  --action-hi:  #C8441F;
  --action-ink: #B33D18;
  --open:       #157F47;
  --muted:      #8A8A8A;

  --t-display: clamp(32px, 4.4vw, 60px);
  --t-title:   clamp(24px, 2.6vw, 38px);
  --t-sub:     clamp(18px, 1.6vw, 22px);
  --t-card:    17px;
  --t-lede:    clamp(15px, 1.25vw, 17px);
  --t-body:    15px;
  --t-meta:    13px;
  --t-micro:   11px;

  --lh-display: 1.04;
  --lh-title:   1.12;
  --lh-body:    1.62;
  --tr-display: -0.035em;
  --tr-title:   -0.025em;
  --tr-caps:     0.14em;

  --display: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --sans:    'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;

  --r: 14px; --r-sm: 10px; --r-pill: 999px;

  --content: 1280px;
  --gutter: clamp(18px, 3.4vw, 48px);
  --wrap: calc(var(--content) + var(--gutter) * 2);
  --gap: clamp(52px, 6vw, 88px);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --nav-h: 72px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--canvas); color: var(--ink);
  font-family: var(--sans); font-size: var(--t-body); line-height: var(--lh-body);
  overflow-x: hidden; -webkit-font-smoothing: antialiased;
}
img, svg { display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }
:focus-visible { outline: 2.5px solid var(--action); outline-offset: 3px; border-radius: 4px; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: var(--gap) 0; }
.rule { height: 1px; background: var(--hair); border: none; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ── Type primitives ────────────────────────────────────── */
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: var(--t-micro); font-weight: 700;
  letter-spacing: var(--tr-caps); text-transform: uppercase;
  color: var(--action-ink); line-height: 1; margin-bottom: 12px;
}
.eyebrow::before { content: ""; width: 18px; height: 2px; background: currentColor; }
.title {
  font-family: var(--display); font-size: var(--t-title); font-weight: 700;
  letter-spacing: var(--tr-title); line-height: var(--lh-title); max-width: 22ch;
}
.support { font-size: var(--t-lede); color: var(--ink-2); max-width: 620px; margin-top: 12px; }
.head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; flex-wrap: wrap; margin-bottom: 28px; }
.seeall { font-size: var(--t-meta); font-weight: 700; color: var(--action-ink); display: inline-flex; align-items: center; gap: 6px; }
.seeall:hover { gap: 10px; }

/* ── Buttons ────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border: none; cursor: pointer; height: 48px; padding: 0 24px;
  border-radius: var(--r-pill); font-size: 15px; font-weight: 600; line-height: 1;
  transition: opacity 0.2s, transform 0.2s, background 0.2s, color 0.2s;
}
.btn:hover { transform: translateY(-1px); }
.btn svg { flex: none; }
.btn-action { background: var(--action); color: #fff; }
.btn-action:hover { background: var(--action-hi); }
.btn-ink { background: var(--ink); color: #fff; }
.btn-ink:hover { opacity: 0.88; }
.btn-grey { background: var(--surface); color: var(--ink); }
.btn-grey:hover { background: var(--surface-2); }
.on-dark .btn-grey { background: rgba(255,255,255,0.13); color: #fff; }
.btn-sm { height: 42px; padding: 0 18px; font-size: 14px; }
.btn-round { width: 42px; height: 42px; padding: 0; flex: none; }
.btn:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }

/* ── Media ──────────────────────────────────────────────── */
.media { position: relative; overflow: hidden; background: var(--media); }
.media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.media.round { border-radius: var(--r); }
.media.noimg::after {
  content: attr(data-shot); position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center; padding: 18px; text-align: center;
  font-size: var(--t-micro); letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; color: #A0A0A0;
  background-image: radial-gradient(#D2D2D2 1px, transparent 1px); background-size: 13px 13px;
}
.ar-43 { aspect-ratio: 4 / 3; } .ar-11 { aspect-ratio: 1 / 1; }
.ar-34 { aspect-ratio: 3 / 4; } .ar-169 { aspect-ratio: 16 / 9; }

/* ── Nav: transparent over hero, solid on scroll ────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  background: transparent; border-bottom: 1px solid transparent;
  transition: background 0.35s var(--ease), border-color 0.35s;
}
.nav.solid { background: var(--canvas); border-bottom-color: var(--hair); }
.nav.static { position: sticky; background: var(--canvas); border-bottom-color: var(--hair); }
.nav-inner { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); height: var(--nav-h); display: flex; align-items: center; gap: 18px; }
.brand { display: flex; align-items: center; gap: 9px; flex: none; }
.brand-mark {
  width: 32px; height: 32px; border-radius: var(--r-sm); flex: none;
  background: var(--action); color: #fff; display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-size: 17px; font-weight: 800; line-height: 1;
}
.brand-word { font-family: var(--display); font-size: 19px; font-weight: 700; letter-spacing: -0.03em; color: #fff; transition: color 0.35s; }
.nav.solid .brand-word, .nav.static .brand-word { color: var(--ink); }
.nav-search { flex: 1; max-width: 400px; display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,0.18); border-radius: var(--r-pill); padding: 0 16px; height: 42px; transition: background 0.35s; }
.nav.solid .nav-search, .nav.static .nav-search { background: var(--surface); }
.nav-search svg { flex: none; color: rgba(255,255,255,0.8); transition: color 0.35s; }
.nav.solid .nav-search svg, .nav.static .nav-search svg { color: var(--ink-2); }
.nav-search input { flex: 1; min-width: 0; background: none; border: none; outline: none; font-family: inherit; font-size: 14px; color: #fff; }
.nav-search input::placeholder { color: rgba(255,255,255,0.72); }
.nav.solid .nav-search input, .nav.static .nav-search input { color: var(--ink); }
.nav.solid .nav-search input::placeholder, .nav.static .nav-search input::placeholder { color: var(--ink-3); }
.nav-links { display: flex; align-items: center; gap: 20px; margin-left: auto; }
.nav-links a { font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.88); transition: color 0.35s; }
.nav.solid .nav-links a, .nav.static .nav-links a { color: var(--ink-2); }
.nav.solid .nav-links a:hover, .nav.static .nav-links a:hover { color: var(--ink); }
.nav-cta { flex: none; }
.nav-toggle { display: none; flex-direction: column; gap: 4px; background: none; border: none; padding: 8px; cursor: pointer; margin-left: auto; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: #fff; transition: transform 0.3s, opacity 0.3s, background 0.35s; }
.nav.solid .nav-toggle span, .nav.static .nav-toggle span { background: var(--ink); }
.nav-toggle.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.nav-panel { display: none; position: fixed; inset: var(--nav-h) 0 0 0; z-index: 190; background: var(--canvas); flex-direction: column; align-items: center; justify-content: center; gap: 22px; }
.nav-panel.open { display: flex; }
.nav-panel a { font-family: var(--display); font-size: var(--t-sub); font-weight: 700; letter-spacing: -0.02em; }
@media (max-width: 1040px) { .nav-links, .nav-cta { display: none; } .nav-toggle { display: flex; } }
@media (max-width: 700px) { .nav-search { display: none; } }

/* ── Hero ───────────────────────────────────────────────── */
.hero { position: relative; min-height: clamp(460px, 60vh, 600px); display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(96deg, rgba(15,15,15,0.93) 0%, rgba(15,15,15,0.8) 42%, rgba(15,15,15,0.38) 100%); }
.hero-inner { position: relative; z-index: 2; width: 100%; max-width: var(--wrap); margin: 0 auto; padding: calc(var(--nav-h) + 44px) var(--gutter) 54px; }
.hero-kicker { display: inline-flex; align-items: center; gap: 8px; font-size: var(--t-micro); font-weight: 700; letter-spacing: var(--tr-caps); text-transform: uppercase; color: #fff; background: var(--action); padding: 7px 14px; border-radius: var(--r-pill); margin-bottom: 18px; }
.hero h1 { font-family: var(--display); font-size: var(--t-display); font-weight: 700; letter-spacing: var(--tr-display); line-height: var(--lh-display); color: #fff; max-width: 17ch; margin-bottom: 16px; }
.hero p { font-size: var(--t-lede); color: rgba(255,255,255,0.84); max-width: 56ch; margin-bottom: 30px; }
.hero-search { display: flex; align-items: center; gap: 10px; background: #fff; border-radius: var(--r-pill); padding: 6px 6px 6px 22px; max-width: 560px; height: 60px; }
.hero-search > svg { flex: none; color: var(--ink-2); }
.hero-search input { flex: 1; min-width: 0; background: none; border: none; outline: none; font-family: inherit; font-size: var(--t-body); color: var(--ink); }
.hero-trust { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 26px; }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; font-size: var(--t-meta); font-weight: 500; color: rgba(255,255,255,0.82); }
.hero-trust svg { flex: none; color: var(--action); }
@media (max-width: 620px) { .hero { min-height: 0; } .hero-search { height: 54px; } }

/* ── Page header (inner pages) ──────────────────────────── */
.pagehead { padding: 40px 0 34px; border-bottom: 1px solid var(--hair); }
.crumbs { display: flex; align-items: center; gap: 8px; font-size: var(--t-meta); color: var(--ink-3); margin-bottom: 16px; flex-wrap: wrap; }
.crumbs a:hover { color: var(--ink); }
.crumbs span { color: var(--ink-3); }
.pagehead h1 { font-family: var(--display); font-size: clamp(28px, 3.4vw, 46px); font-weight: 700; letter-spacing: var(--tr-display); line-height: 1.08; max-width: 22ch; }
.pagehead p { font-size: var(--t-lede); color: var(--ink-2); max-width: 640px; margin-top: 12px; }

/* ── Category rail: centred when it fits ────────────────── */
.cats-wrap { padding: 30px 0 10px; }
.cats { display: flex; justify-content: center; gap: 26px; min-width: min-content; overflow-x: auto; padding-bottom: 6px; scrollbar-width: none; }
.cats::-webkit-scrollbar { display: none; }
@media (max-width: 820px) { .cats { justify-content: flex-start; } }
.cat { flex: none; width: 92px; background: none; border: none; cursor: pointer; text-align: center; padding: 0; }
.cat .media { width: 72px; height: 72px; border-radius: var(--r-pill); margin: 0 auto 9px; transition: transform 0.25s var(--ease); }
.cat:hover .media { transform: translateY(-3px); }
.cat span { display: block; font-size: var(--t-meta); font-weight: 600; color: var(--ink-2); line-height: 1.3; }
.cat.on .media { outline: 2.5px solid var(--action); outline-offset: 3px; }
.cat.on span { color: var(--ink); }

/* ── Cards: image flush, text padded ────────────────────── */
.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
@media (max-width: 1180px) { .grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 860px)  { .grid { grid-template-columns: repeat(2, 1fr); gap: 16px; } }
@media (max-width: 520px)  { .grid { grid-template-columns: 1fr; } }

.card {
  background: var(--card); border-radius: var(--r); overflow: hidden;
  display: flex; flex-direction: column;
  transition: background 0.22s;
}
.card:hover { background: var(--surface-2); }
.card .media { border-radius: 0; }          /* image is flush, no padding */
.card:hover .media img { transform: scale(1.05); }
.card .media::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 44%;
  background: linear-gradient(to top, rgba(15,15,15,0.72) 0%, rgba(15,15,15,0.3) 46%, rgba(15,15,15,0) 100%);
  pointer-events: none; z-index: 1;
}
.card-body { padding: 16px 16px 18px; display: flex; flex-direction: column; flex: 1; }
.tag {
  position: absolute; top: 10px; left: 10px; z-index: 3;
  background: rgba(255,255,255,0.95); color: var(--ink);
  font-size: var(--t-micro); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 6px 11px; border-radius: var(--r-pill);
}
.fav {
  position: absolute; top: 10px; right: 10px; z-index: 3;
  width: 34px; height: 34px; border-radius: var(--r-pill); border: none; cursor: pointer;
  background: rgba(255,255,255,0.95); color: var(--ink);
  display: flex; align-items: center; justify-content: center; transition: color 0.2s, transform 0.2s;
}
.fav:hover { transform: scale(1.08); }
.fav.on { color: var(--action); }
.fav.on svg { fill: currentColor; }
.hours-chip { position: absolute; left: 14px; bottom: 12px; z-index: 3; display: inline-flex; align-items: center; gap: 7px; font-size: var(--t-meta); font-weight: 600; color: #fff; }
.dot { width: 7px; height: 7px; border-radius: var(--r-pill); flex: none; background: var(--open); }
.dot-muted { background: var(--muted); }

.card-name { font-family: var(--display); font-size: var(--t-card); font-weight: 700; letter-spacing: -0.02em; line-height: 1.25; margin-bottom: 4px; }
.card-name a:hover { color: var(--action-ink); }
.card-kind { font-size: var(--t-meta); color: var(--ink-2); margin-bottom: 11px; }
.card-facts { display: flex; flex-direction: column; gap: 6px; margin-bottom: 13px; }
.card-facts span { display: flex; align-items: flex-start; gap: 8px; font-size: var(--t-meta); color: var(--ink-2); line-height: 1.45; }
.card-facts svg { flex: none; margin-top: 2px; color: var(--ink-3); }
.card-facts .fact-open { color: var(--ink); font-weight: 500; }
.card-foot { margin-top: auto; display: flex; gap: 8px; }
.card-foot .btn-action { flex: 1; }
.card-foot .btn-grey { background: var(--card-2); }
.card:hover .card-foot .btn-grey { background: #fff; }
.claim { margin-top: 11px; font-size: var(--t-micro); color: var(--ink-3); display: flex; align-items: center; gap: 6px; }
.claim a { color: var(--action-ink); font-weight: 700; }
.card[hidden] { display: none; }

.count-line { font-size: var(--t-meta); color: var(--ink-2); margin-bottom: 22px; }
.count-line b { color: var(--ink); }
.note { margin-top: 26px; font-size: var(--t-meta); color: var(--ink-2); max-width: 700px; }
.note a { color: var(--action-ink); font-weight: 600; }
.more-wrap { display: flex; justify-content: center; margin-top: 34px; }

/* ── Detail page ────────────────────────────────────────── */
.detail { display: grid; grid-template-columns: 7fr 5fr; gap: clamp(28px, 4vw, 56px); align-items: start; padding: 40px 0 var(--gap); }
@media (max-width: 940px) { .detail { grid-template-columns: 1fr; } }
.detail-hero { border-radius: var(--r); overflow: hidden; aspect-ratio: 16 / 10; margin-bottom: 26px; }
.detail h2 { font-family: var(--display); font-size: var(--t-sub); font-weight: 700; letter-spacing: -0.02em; margin-bottom: 12px; }
.detail-block { margin-bottom: 30px; }
.detail-block p { color: var(--ink-2); }
.spec-list { list-style: none; display: grid; gap: 0; }
.spec-list li { display: grid; grid-template-columns: 132px 1fr; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--hair); font-size: var(--t-body); }
.spec-list li:last-child { border-bottom: none; }
.spec-list dt, .spec-k { font-size: var(--t-meta); font-weight: 700; letter-spacing: var(--tr-caps); text-transform: uppercase; color: var(--ink-3); padding-top: 2px; }
.spec-v a { color: var(--action-ink); font-weight: 600; }
.hours-table { width: 100%; border-collapse: collapse; }
.hours-table td { padding: 9px 0; font-size: var(--t-body); border-bottom: 1px solid var(--hair); }
.hours-table td:last-child { text-align: right; color: var(--ink-2); }
.hours-table tr:last-child td { border-bottom: none; }

.sidecard { background: var(--card); border-radius: var(--r); padding: 24px; position: sticky; top: calc(var(--nav-h) + 20px); }
.sidecard .status { display: inline-flex; align-items: center; gap: 8px; font-size: var(--t-meta); font-weight: 600; margin-bottom: 14px; }
.sidecard h3 { font-family: var(--display); font-size: var(--t-sub); font-weight: 700; letter-spacing: -0.02em; margin-bottom: 6px; }
.sidecard .side-kind { font-size: var(--t-meta); color: var(--ink-2); margin-bottom: 20px; }
.sidecard .btn { width: 100%; margin-bottom: 9px; }
.sidecard .btn-grey { background: var(--card-2); }
.side-claim { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--hair); font-size: var(--t-meta); color: var(--ink-2); }
.side-claim a { color: var(--action-ink); font-weight: 700; }
.mapframe { border: none; width: 100%; height: 260px; border-radius: var(--r); background: var(--media); margin-top: 18px; }

/* ── Dark band ──────────────────────────────────────────── */
.on-dark { background: var(--dark); color: #fff; }
.on-dark .title { color: #fff; }
.on-dark .support { color: rgba(255,255,255,0.68); }
.on-dark .eyebrow { color: var(--action); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
@media (max-width: 900px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .steps { grid-template-columns: 1fr; } }
.step { padding-top: 20px; border-top: 2px solid var(--hair-inv); }
.step:first-child { border-top-color: var(--action); }
.step h3 { font-family: var(--display); font-size: var(--t-card); font-weight: 700; letter-spacing: -0.02em; margin-bottom: 8px; }
.step p { font-size: var(--t-body); color: rgba(255,255,255,0.64); }

/* ── Boroughs ───────────────────────────────────────────── */
.boro-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 860px) { .boro-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .boro-grid { grid-template-columns: 1fr; } }
.boro .media { aspect-ratio: 16 / 10; border-radius: var(--r); }
.boro:hover .media img { transform: scale(1.05); }
.m-cap { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 16px; color: #fff; background: linear-gradient(to top, rgba(15,15,15,0.94) 0%, rgba(15,15,15,0.84) 20%, rgba(15,15,15,0.42) 46%, rgba(15,15,15,0) 74%); }
.m-cap strong { display: block; font-family: var(--display); font-size: var(--t-card); font-weight: 700; letter-spacing: -0.02em; margin-bottom: 2px; }
.m-cap span { font-size: var(--t-meta); color: rgba(255,255,255,0.82); }

/* ── Chips ──────────────────────────────────────────────── */
.chips { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 22px; }
.chip { display: inline-flex; align-items: center; gap: 7px; height: 38px; padding: 0 16px; border-radius: var(--r-pill); background: var(--surface); color: var(--ink); font-size: 14px; font-weight: 600; }
.chip:hover { background: var(--surface-2); }
.chip b { color: var(--ink-3); font-weight: 600; }

/* ── Split ──────────────────────────────────────────────── */
.split { display: grid; grid-template-columns: 6fr 6fr; gap: clamp(28px, 4vw, 64px); align-items: center; }
.split-7 { grid-template-columns: 7fr 5fr; }
@media (max-width: 900px) { .split, .split-7 { grid-template-columns: 1fr; } .split.flip .col-copy { order: -1; } }
.ticks { list-style: none; margin-top: 22px; display: flex; flex-direction: column; gap: 12px; }
.ticks li { display: flex; gap: 11px; align-items: flex-start; font-size: var(--t-body); color: var(--ink-2); }
.ticks svg { flex: none; margin-top: 4px; color: var(--open); }
.on-dark .ticks li { color: rgba(255,255,255,0.72); }
.acts { margin-top: 26px; display: flex; gap: 10px; flex-wrap: wrap; }

/* ── Form ───────────────────────────────────────────────── */
.form { display: grid; gap: 12px; max-width: 540px; margin-top: 26px; }
.f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.f-field { display: flex; flex-direction: column; gap: 6px; }
.f-field label { font-size: var(--t-micro); font-weight: 700; letter-spacing: var(--tr-caps); text-transform: uppercase; color: var(--ink-2); }
.f-field input, .f-field select {
  width: 100%; height: 50px; padding: 0 18px; border: none; border-radius: var(--r-pill);
  background: var(--surface); font-family: inherit; font-size: var(--t-body); color: var(--ink); outline: none;
  -webkit-appearance: none; appearance: none;
}
.f-field input::placeholder { color: var(--ink-3); }
.f-field input:focus, .f-field select:focus { background: var(--surface-2); }
.f-err { font-size: var(--t-meta); color: var(--action-ink); display: none; }
.f-err.show { display: block; }
.f-note { font-size: var(--t-meta); color: var(--ink-2); }
.f-done { background: var(--surface); border-radius: var(--r); padding: 20px 22px; font-size: var(--t-body); }
.f-spin { animation: spin 0.75s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
@media (max-width: 560px) { .f-row { grid-template-columns: 1fr; } }

/* ── FAQ ────────────────────────────────────────────────── */
.faq-layout { display: grid; grid-template-columns: 7fr 5fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
@media (max-width: 900px) { .faq-layout { grid-template-columns: 1fr; } }
.faq-item { border-bottom: 1px solid var(--hair); }
.faq-item:first-child { border-top: 1px solid var(--hair); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 19px 0; background: none; border: none; cursor: pointer; font-size: var(--t-body); font-weight: 600; color: var(--ink); text-align: left; }
.faq-q:hover, .faq-q[aria-expanded="true"] { color: var(--action-ink); }
.faq-icon { width: 15px; height: 15px; flex: none; position: relative; }
.faq-icon::before, .faq-icon::after { content: ""; position: absolute; background: currentColor; }
.faq-icon::before { width: 11px; height: 2px; top: 6.5px; left: 2px; }
.faq-icon::after { width: 2px; height: 11px; top: 2px; left: 6.5px; transition: transform 0.3s, opacity 0.3s; }
.faq-q[aria-expanded="true"] .faq-icon::after { transform: rotate(90deg); opacity: 0; }
.faq-a { overflow: hidden; max-height: 0; transition: max-height 0.4s var(--ease); }
.faq-item.open .faq-a { max-height: 460px; }
.faq-a p { padding: 0 0 19px; color: var(--ink-2); }
.faq-a a { color: var(--action-ink); font-weight: 600; }
.aside { background: var(--card); border-radius: var(--r); padding: 26px; }
.aside h3 { font-family: var(--display); font-size: var(--t-sub); font-weight: 700; letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 9px; }
.aside p { font-size: var(--t-meta); color: var(--ink-2); margin-bottom: 20px; }

/* ── Footer ─────────────────────────────────────────────── */
.footer { background: var(--dark); color: #fff; padding: clamp(48px, 5.5vw, 76px) 0 30px; margin-top: var(--gap); }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 36px; margin-bottom: 42px; }
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }
.footer .brand-word { color: #fff; }
.footer-tag { font-size: var(--t-meta); color: rgba(255,255,255,0.6); margin-top: 14px; max-width: 34ch; }
.f-head { font-size: var(--t-micro); font-weight: 700; letter-spacing: var(--tr-caps); text-transform: uppercase; color: var(--action); margin-bottom: 16px; }
.f-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.f-links a { font-size: var(--t-meta); color: rgba(255,255,255,0.72); }
.f-links a:hover { color: var(--action); }
.f-social { display: flex; gap: 10px; margin-top: 20px; }
.f-social a { width: 38px; height: 38px; border-radius: var(--r-pill); display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.09); color: rgba(255,255,255,0.74); transition: background 0.2s, color 0.2s; }
.f-social a:hover { background: var(--action); color: #fff; }
.footer-base { padding-top: 24px; border-top: 1px solid var(--hair-inv); display: flex; flex-direction: column; gap: 7px; font-size: var(--t-meta); color: rgba(255,255,255,0.46); }
.footer-base a { color: rgba(255,255,255,0.68); text-decoration: underline; text-underline-offset: 2px; }

/* ── Mobile sticky ──────────────────────────────────────── */
.sticky { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 180; background: var(--dark); }
.sticky a { flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 15px 12px; color: #fff; font-size: 14px; font-weight: 600; }
.sticky a + a { background: var(--action); }
@media (max-width: 700px) { .sticky { display: flex; } body { padding-bottom: 54px; } }

.rv { opacity: 0; transform: translateY(20px); transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); }
.rv.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .rv { opacity: 1 !important; transform: none !important; }
}

/* ── Featured, rails, panel, pricing, prose (v4 additions) ─ */
.tag-feat { background: var(--action); color: #fff; display: inline-flex; align-items: center; gap: 5px; }
.card-feat { outline: 2px solid var(--action); outline-offset: -2px; }
.claim-ok { color: var(--open); display: flex; align-items: center; gap: 6px; }
.claim-ok svg { flex: none; }
.dim { opacity: 0.5; }
.sec-tight { padding: calc(var(--gap) * 0.62) 0; }
.rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(268px, 1fr); gap: 20px; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x proximity; scrollbar-width: none; }
.rail::-webkit-scrollbar { display: none; }
.rail > .card { scroll-snap-align: start; }
@media (min-width: 1240px) { .rail { grid-auto-columns: minmax(0, 1fr); grid-template-columns: repeat(4, 1fr); grid-auto-flow: row; overflow: visible; } .rail > .card:nth-child(n+5) { display: none; } }
.panel { display: grid; grid-template-columns: 7fr 5fr; gap: clamp(28px, 4vw, 56px); align-items: center; background: var(--card); border-radius: var(--r); padding: clamp(28px, 4vw, 44px); }
@media (max-width: 900px) { .panel { grid-template-columns: 1fr; } }
.price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 760px) { .price-grid { grid-template-columns: 1fr; } }
.price-card { background: var(--card); border-radius: var(--r); padding: 28px; display: flex; flex-direction: column; }
.price-card-on { background: var(--dark); color: #fff; }
.price-card-on .ticks li { color: rgba(255,255,255,0.74); }
.price-card-on .ticks svg { color: var(--action); }
.price-name { display: inline-flex; align-items: center; gap: 7px; font-size: var(--t-micro); font-weight: 700; letter-spacing: var(--tr-caps); text-transform: uppercase; color: var(--ink-3); }
.price-card-on .price-name { color: var(--action); }
.price-amt { font-family: var(--display); font-size: clamp(28px, 3vw, 38px); font-weight: 700; letter-spacing: var(--tr-title); margin: 10px 0 4px; }
.price-amt span { display: block; font-family: var(--sans); font-size: var(--t-meta); font-weight: 400; color: var(--ink-3); letter-spacing: 0; margin-top: 4px; }
.price-card-on .price-amt span { color: rgba(255,255,255,0.6); }
.price-card .btn { margin-top: auto; align-self: flex-start; }
.price-card .ticks { margin-bottom: 26px; }
.detail-hero { position: relative; min-height: clamp(300px, 40vh, 420px); display: flex; align-items: flex-end; overflow: hidden; }
.detail-hero-bg { position: absolute; inset: 0; border-radius: 0; }
.detail-hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(15,15,15,0.94) 0%, rgba(15,15,15,0.74) 42%, rgba(15,15,15,0.42) 100%); }
.detail-hero-inner { position: relative; z-index: 2; width: 100%; padding: 34px var(--gutter) 34px; }
.detail-hero h1 { font-family: var(--display); font-size: clamp(28px, 3.6vw, 48px); font-weight: 700; letter-spacing: var(--tr-display); line-height: 1.06; color: #fff; max-width: 20ch; margin-bottom: 8px; }
.dh-sub { font-size: var(--t-lede); color: rgba(255,255,255,0.8); margin-bottom: 22px; }
.dh-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
.pill { display: inline-flex; align-items: center; gap: 6px; height: 30px; padding: 0 13px; border-radius: var(--r-pill); background: rgba(255,255,255,0.16); color: #fff; font-size: var(--t-micro); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.pill-solid { background: #fff; color: var(--ink); }
.pill-feat { background: var(--action); }
.dh-acts { display: flex; gap: 10px; flex-wrap: wrap; }
.btn-glass { background: rgba(255,255,255,0.16); color: #fff; }
.btn-glass:hover { background: rgba(255,255,255,0.26); }
.crumbs.light a, .crumbs.light span { color: rgba(255,255,255,0.72); }
.crumbs.light a:hover { color: #fff; }
.detail { padding-top: 40px; }
.spec-list li { grid-template-columns: 132px 1fr; }
.spec-v { font-size: var(--t-body); }
.mt { margin-top: 14px; }
.fineprint { margin-top: 12px; font-size: var(--t-meta); color: var(--ink-3); }
.prose { max-width: 760px; padding: 34px 0 var(--gap); }
.prose .lead { font-size: var(--t-lede); color: var(--ink-2); margin-bottom: 26px; }
.prose h2 { font-family: var(--display); font-size: var(--t-sub); font-weight: 700; letter-spacing: var(--tr-title); margin: 30px 0 10px; }
.prose h3 { font-size: var(--t-card); font-weight: 700; margin: 20px 0 8px; }
.prose p { color: var(--ink-2); margin-bottom: 12px; }
.prose a { color: var(--action-ink); font-weight: 600; }


/* ── v5: square-topped card media, square hero ────────────── */
.card { border-radius: 0 0 var(--r) var(--r); }
.card .media, .card .media img { border-radius: 0; }
.hero, .hero-bg, .hero-bg img,
.detail-hero, .detail-hero-bg, .detail-hero-bg img { border-radius: 0; }
