/* ════════════════════════════════════════════════════════════
   FBM · shared site CSS — used by every nav-page (compact pages)
   Whoop / Future / Eight Sleep tier · pure dark · gold accent
   ════════════════════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

:focus { outline: none; }
:focus-visible { outline: 2px solid #E8BC6A; outline-offset: 3px; border-radius: 4px; }

/* ─────────── A11y skip-link · WCAG 2.1 SC 2.4.1 (2026-05-26) ───────────
   Visually hidden until keyboard focus · jumps tab user past nav to <main>.
   Required global partial · imported on every public page.
   ────────────────────────────────────────────────────────────────────── */
.skip-link {
  position: absolute;
  top: -100px;
  left: 12px;
  z-index: 10000;
  padding: 10px 16px;
  background: #D4A148;
  color: #0A0B0E;
  font-family: 'Space Mono', monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: top 0.18s ease;
}
.skip-link:focus,
.skip-link:focus-visible {
  top: 12px;
  outline: 2px solid #E8BC6A;
  outline-offset: 2px;
}

/* ─────────── Pricing band · reusable mini · 6 Customised SKUs (2026-05-26) ───────────
   Drop this on any page user lands on with INTENT (programs · results · maddy · etc.)
   to give them an immediate buy-path. Same UUIDs as homepage band · single source of truth.
   ───────────────────────────────────────────────────────────────────────────────────── */
.pricing-mini {
  position: relative;
  padding: 72px 0 80px;
  background: linear-gradient(180deg, #0A0B0E 0%, #15171C 60%, #0A0B0E 100%);
  color: #F5F1E8;
  overflow: hidden;
  isolation: isolate;
}
.pricing-mini::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 900px 460px at 50% 0%, rgba(212,161,72,0.10), transparent 65%),
    radial-gradient(ellipse 700px 360px at 50% 100%, rgba(232,188,106,0.05), transparent 60%);
  z-index: 0;
  pointer-events: none;
}
.pricing-mini > .wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.pricing-mini .pm-eyebrow {
  display: inline-block;
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  font-weight: 700;
  color: #E8BC6A;
  margin-bottom: 14px;
}
.pricing-mini .pm-h {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(36px, 6.5vw, 72px);
  line-height: 0.95;
  margin: 0 0 14px;
  letter-spacing: 0.5px;
  color: #F5F1E8;
}
.pricing-mini .pm-h .pm-accent {
  color: #E8BC6A;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
}
.pricing-mini .pm-sub {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(244, 239, 230, 0.72);
  max-width: 680px;
  margin: 0 auto 36px;
}
.pricing-mini .pm-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}
@media (max-width: 980px) { .pricing-mini .pm-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .pricing-mini .pm-grid { grid-template-columns: 1fr; gap: 12px; } }
.pricing-mini .pm-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 28px 20px 22px;
  background: rgba(16, 17, 21, 0.65);
  border: 1px solid rgba(212, 161, 72, 0.18);
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  transition: border-color .22s ease, transform .18s ease, background .22s ease;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  min-height: 200px;
  isolation: isolate;
  will-change: transform, opacity;
}
.pricing-mini .pm-card:hover,
.pricing-mini .pm-card:focus-visible {
  border-color: rgba(232, 188, 106, 0.55);
  background: rgba(16, 17, 21, 0.85);
  transform: translateY(-2px);
  outline: none;
}
.pricing-mini .pm-flagship {
  border-color: rgba(232, 188, 106, 0.45);
  background: linear-gradient(180deg, rgba(212,161,72,0.08) 0%, rgba(16,17,21,0.78) 100%);
}
.pricing-mini .pm-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Space Mono', monospace;
  font-size: 9px;
  letter-spacing: 1.4px;
  font-weight: 700;
  padding: 4px 10px;
  background: #D4A148;
  color: #0A0B0E;
  border-radius: 11px;
  white-space: nowrap;
}
.pricing-mini .pm-tier {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: 1.6px;
  font-weight: 700;
  color: #E8BC6A;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.pricing-mini .pm-name {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(244, 239, 230, 0.92);
  margin-bottom: 16px;
  letter-spacing: 0.2px;
  line-height: 1.3;
}
.pricing-mini .pm-price {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 50px;
  line-height: 1;
  color: #F5F1E8;
  letter-spacing: 1px;
  margin-bottom: 18px;
}
.pricing-mini .pm-price .pm-cur {
  font-size: 32px;
  color: #E8BC6A;
  margin-right: 2px;
  vertical-align: top;
  line-height: 1.15;
}
.pricing-mini .pm-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #D4A148;
  border: 1px solid rgba(212, 161, 72, 0.32);
  padding: 12px 18px;
  border-radius: 24px;
  margin-top: auto;
  min-height: 44px;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}
.pricing-mini .pm-card:hover .pm-cta,
.pricing-mini .pm-card:focus-visible .pm-cta {
  background: #D4A148;
  color: #0A0B0E;
  border-color: #D4A148;
}
.pricing-mini .pm-meta {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 12px;
  color: rgba(244, 239, 230, 0.68);
  margin: 0 auto;
  max-width: 720px;
  line-height: 1.6;
}

/* ─────────── Multi-currency display · auto-injected USD + EUR (2026-05-26) ───────────
   Appears beneath every ₹ price · subtle · professional · uniform site-wide.
   Set by /assets/js/currency.js which adds <span class="price-alt"> next to ₹ prices.
   ──────────────────────────────────────────────────────────────────────────────────── */
.price-alt {
  display: block;
  margin-top: 6px;
  font-family: 'Space Mono', 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 1.2px;
  color: rgba(245, 241, 232, 0.55);
  font-weight: 500;
  line-height: 1.4;
}
/* Inline placement when price is in a tight row (e.g. narrative copy) */
.price-multi .price-alt,
.pricing-current .price-alt,
.ct-price .price-alt,
.pln-price .price-alt {
  display: inline-block;
  margin-top: 4px;
  margin-left: 8px;
}
/* In the big pricing-band cards · center the alt below the ₹ price · clean gap */
.pb-price + .price-alt,
.pm-price + .price-alt,
.pb-price .price-alt,
.pm-price .price-alt {
  text-align: center;
  margin-top: 6px;
  margin-bottom: 4px;
  font-size: 12px;
  letter-spacing: 1.4px;
  color: rgba(245, 241, 232, 0.72);
}

/* ─────────── View Transitions API · cross-document polish (2026-05-26) ───────────
   Progressive enhancement · zero-KB · supported browsers get smooth cross-fade
   between pages · unsupported browsers get nothing (no fallback needed).
   ──────────────────────────────────────────────────────────────────────────── */
@view-transition { navigation: auto; }
::view-transition-old(root),
::view-transition-new(root) {
  animation-duration: 0.34s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}
::view-transition-old(root) { animation-name: fbm-vt-fade-out; }
::view-transition-new(root) { animation-name: fbm-vt-fade-in;  }
@keyframes fbm-vt-fade-out { to   { opacity: 0; transform: translateY(-6px); } }
@keyframes fbm-vt-fade-in  { from { opacity: 0; transform: translateY( 6px); } }
@media (prefers-reduced-motion: reduce) {
  ::view-transition-old(root),
  ::view-transition-new(root) { animation: none; }
}

/* ─────────── Scroll-performance · GPU compositing hints (2026-05-26) ───────────
   Tells browser to layer-promote these element classes so transitions don't
   trigger paint/layout on the main thread. Adds ~0 KB · removes scroll jank.
   ───────────────────────────────────────────────────────────────────────────── */
.data-card,
.axis-card,
.path-tile,
.method-tile,
.proof-cell,
.step-card,
.hm-tile,
.tb-cell,
.err-link-tile,
.chooser-tile,
.audience-card,
.reveal {
  will-change: transform, opacity;
  backface-visibility: hidden;
}

/* Pause will-change on inactive elements after animation completes
   (browser hint · prevents unnecessary GPU layer retention) */
.reveal-in {
  will-change: auto;
}

:root {
  --ink:        #0A0B0E;
  --ink-1:      #101115;
  --ink-2:      #15171C;
  --ink-3:      #1B1E25;
  --line:       rgba(245, 241, 232, 0.06);
  --line-2:     rgba(245, 241, 232, 0.10);
  --line-3:     rgba(245, 241, 232, 0.18);
  --gold:       #B08339;
  --gold-2:     #D4A148;
  --gold-3:     #E8BC6A;
  --ivory:      #F5F1E8;
  --dim-1:      rgba(245, 241, 232, 0.85);
  --dim-2:      rgba(245, 241, 232, 0.65);
  --dim-3:      rgba(245, 241, 232, 0.68);   /* raised 2026-06-14 from .58 → .68 · clears the .65 body-text floor (37 elements) */
  --dim-deco:   rgba(245, 241, 232, 0.32);   /* raised 2026-05-26 from .28 · still decorative only · never on body text */
  --green:      #7BD49B;
  --red:        #E8908A;
  --blue:       #6B97B8;
  --max:        1180px;
}

body {
  background:
    radial-gradient(ellipse 1400px 900px at 80% 5%, rgba(212, 161, 72, 0.05), transparent 60%),
    radial-gradient(ellipse 1000px 700px at 10% 90%, rgba(107, 151, 184, 0.025), transparent 55%),
    var(--ink);
  color: var(--ivory);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body::before {
  content: '';
  position: fixed; top: 0; left: 0; right: 0;
  height: 1px;
  background: var(--gold);
  z-index: 200; pointer-events: none;
}

/* ────── NAV ────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0;
  padding: 18px 32px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  z-index: 100;
  background: rgba(10, 11, 14, 0.85);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  border-bottom: 1px solid var(--line);
  transition: background .3s, border-color .3s;
}
.nav.scrolled { background: rgba(10, 11, 14, 0.92); border-bottom-color: var(--line-2); }
.nav-brand {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px;
  letter-spacing: 5px;
  color: var(--ivory);
  text-decoration: none;
}
.nav-brand .em { color: var(--gold-3); }
.nav-links { display: flex; gap: 28px; justify-self: center; }
.nav-link {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--dim-2);
  text-decoration: none;
  transition: color .2s;
}
.nav-link:hover, .nav-link.active { color: var(--gold-3); }
.nav-cta {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ink);
  background: var(--gold-2);
  padding: 11px 20px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  text-decoration: none;
  transition: background .2s, transform .12s;
}
.nav-cta:hover { background: var(--gold-3); }
.nav-cta:active { transform: translateY(1px); }
@media (max-width: 880px) {
  .nav { padding: 14px 18px; grid-template-columns: auto 1fr auto; gap: 12px; }
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .nav-burger { display: flex; }
}

/* ────── MOBILE HAMBURGER · fullscreen overlay (Apple-style) ────── */
.nav-burger {
  display: none;
  align-items: center; justify-content: center;
  width: 44px; height: 44px;
  background: transparent;
  border: 1px solid var(--line-2);
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  justify-self: end;
  -webkit-tap-highlight-color: transparent;
}
/* mobile show — declared AFTER the base rule so it wins the cascade (fix 2026-06-14) */
@media (max-width: 880px) { .nav-burger { display: flex; } }
.nav-burger:hover { border-color: var(--gold-2); }
.nav-burger .nb-bars {
  position: relative;
  width: 18px; height: 12px;
}
.nav-burger .nb-bars::before,
.nav-burger .nb-bars::after,
.nav-burger .nb-bars span {
  content: '';
  position: absolute; left: 0;
  width: 100%; height: 1.5px;
  background: var(--ivory);
  border-radius: 2px;
  transition: transform .3s ease, opacity .25s ease, top .3s ease, background .25s;
}
.nav-burger .nb-bars::before { top: 0; }
.nav-burger .nb-bars span    { top: 5px; }
.nav-burger .nb-bars::after  { top: 10px; }
.nav-burger.active .nb-bars::before { top: 5px; transform: rotate(45deg); background: var(--gold-3); }
.nav-burger.active .nb-bars span    { opacity: 0; }
.nav-burger.active .nb-bars::after  { top: 5px; transform: rotate(-45deg); background: var(--gold-3); }

.nav-overlay {
  position: fixed; inset: 0;
  z-index: 99;
  background: rgba(10, 11, 14, 0.98);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  opacity: 0; visibility: hidden;
  transition: opacity .35s ease, visibility .35s;
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  padding: 80px 24px 40px;
  text-align: center;
}
.nav-overlay.open { opacity: 1; visibility: visible; }
.nav-overlay::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-2), transparent);
  opacity: 0.6;
}
.nav-overlay-links {
  display: flex; flex-direction: column; gap: 8px;
  width: 100%; max-width: 360px;
  margin-bottom: 32px;
}
.nav-overlay-link {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 30px;
  letter-spacing: 4px;
  color: var(--ivory);
  text-decoration: none;
  padding: 16px 20px;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: background .2s, color .2s, border-color .2s, transform .15s;
  text-transform: uppercase;
  font-weight: 400;
}
.nav-overlay-link:active { transform: scale(0.98); }
.nav-overlay-link:hover, .nav-overlay-link.active {
  color: var(--gold-3);
  background: rgba(212, 161, 72, 0.08);
  border-color: rgba(212, 161, 72, 0.3);
}
.nav-overlay-cta {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--gold-2);
  color: var(--ink);
  padding: 18px 32px;
  min-height: 56px;
  border-radius: 6px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 13px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  width: 100%; max-width: 360px;
  transition: background .2s, transform .12s;
}
.nav-overlay-cta:hover { background: var(--gold-3); }
.nav-overlay-cta:active { transform: translateY(1px); }
.nav-overlay-foot {
  margin-top: 28px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--dim-3);
  text-transform: uppercase;
}
.nav-overlay-foot a { color: var(--gold-3); text-decoration: none; }
body.nav-open { overflow: hidden; }

/* ────── COMMON ────── */
.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  z-index: 2;
}
@media (max-width: 720px) { .wrap { padding: 0 20px; } }

.eyebrow {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 3px;
  color: var(--gold-2);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 18px;
  display: block;
}
.eyebrow .num { color: var(--dim-3); margin-right: 10px; }

h1.display {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(54px, 9vw, 110px);
  letter-spacing: 4px;
  line-height: 0.94;
  margin: 0 0 22px;
  font-weight: 400;
  color: var(--ivory);
}
h1.display .accent { color: var(--gold-3); }

h2.section-h {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(36px, 5.5vw, 64px);
  letter-spacing: 3px;
  line-height: 1;
  margin: 0 0 14px;
  color: var(--ivory);
  font-weight: 400;
}
h2.section-h .accent { color: var(--gold-3); }

.lede {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(18px, 2.3vw, 24px);
  color: var(--dim-1);
  line-height: 1.45;
  max-width: 720px;
  margin: 0 0 32px;
}

/* ────── HERO (compact for nav pages) ────── */
.page-hero {
  padding: 130px 0 50px;
  position: relative;
}
.page-hero h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(44px, 7vw, 84px);
  letter-spacing: 3.5px;
  line-height: 0.96;
  margin: 0 0 18px;
  color: var(--ivory);
  font-weight: 400;
}
.page-hero h1 .accent { color: var(--gold-3); }
.page-hero .sub {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(18px, 2.4vw, 26px);
  color: var(--dim-1);
  line-height: 1.4;
  max-width: 720px;
  margin: 0 0 26px;
}

/* ────── SECTIONS ────── */
section { padding: 50px 0; position: relative; }
section.compact { padding: 32px 0; }

/* ────── CTA BLOCK (single per page) ────── */
.single-cta {
  background: linear-gradient(180deg, var(--ink-1) 0%, var(--ink-2) 100%);
  border: 1px solid var(--line-3);
  border-radius: 12px;
  padding: 38px 32px;
  margin: 32px 0;
  text-align: center;
  position: relative;
}
.single-cta::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-2), transparent);
}
.single-cta h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  letter-spacing: 2.5px;
  color: var(--ivory);
  margin: 0 0 10px;
  line-height: 1.05;
  font-weight: 400;
}
.single-cta h3 .accent { color: var(--gold-3); }
.single-cta p {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  color: var(--dim-1);
  max-width: 540px;
  margin: 0 auto 22px;
  line-height: 1.55;
}
.single-cta .cta-primary {
  display: inline-block;
  background: var(--gold-2);
  color: var(--ink);
  padding: 16px 32px;
  border-radius: 6px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 13px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  transition: background .2s, transform .12s;
}
.single-cta .cta-primary:hover { background: var(--gold-3); }
.single-cta .cta-primary:active { transform: translateY(1px); }
.single-cta .cta-meta {
  display: block;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 1.5px;
  color: var(--dim-3);
  text-transform: uppercase;
  margin-top: 14px;
}

/* ────── CARDS · 2 / 3-col grids ────── */
.cards-grid { display: grid; gap: 16px; margin-top: 28px; }
.cards-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.cards-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.cards-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 880px) {
  .cards-grid.cols-3, .cards-grid.cols-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .cards-grid.cols-2, .cards-grid.cols-3, .cards-grid.cols-4 { grid-template-columns: 1fr; }
}

.card {
  background: var(--ink-1);
  border: 1px solid var(--line-2);
  border-radius: 8px;
  padding: 24px 22px;
}
.card .num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 56px;
  letter-spacing: 3px;
  color: var(--gold-2);
  line-height: 1;
  opacity: 0.85;
}
.card h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px;
  letter-spacing: 2px;
  color: var(--ivory);
  margin: 12px 0 8px;
  font-weight: 400;
}
.card p {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 13.5px;
  color: var(--dim-1);
  line-height: 1.55;
  margin: 0;
}

/* ────── HERO PHOTO LAYOUT ────── */
.hero-photo-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 36px;
  align-items: center;
  margin-top: 24px;
}
@media (max-width: 880px) {
  .hero-photo-row { grid-template-columns: 1fr; }
}
.hero-photo-frame {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--line-3);
  aspect-ratio: 4/5;
  background: var(--ink-1);
}
.hero-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-photo-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(10,11,14,0.6) 100%);
  pointer-events: none;
}

/* ────── TRUST PANEL ────── */
.trust-panel {
  background: var(--ink);
  border: 1px solid var(--line);
  border-left: 3px solid var(--gold-2);
  border-radius: 4px;
  padding: 22px 24px;
  margin-top: 24px;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  color: var(--dim-1);
  line-height: 1.6;
}
.trust-panel strong { color: var(--gold-3); }
.trust-panel em { color: var(--ivory); font-style: italic; }

/* ────── FOOTER ────── */
.site-footer {
  border-top: 1px solid var(--line);
  padding: 36px 0 40px;
  margin-top: 50px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 1.5px;
  color: var(--dim-3);
  text-transform: uppercase;
}
.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 24px;
}
@media (max-width: 880px) { .site-footer .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .site-footer .footer-grid { grid-template-columns: 1fr; } }
.site-footer .footer-brand {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 16px;
  letter-spacing: 3px;
  color: var(--ivory);
  text-transform: none;
}
.site-footer .footer-brand p {
  margin-top: 8px;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 12px;
  color: var(--dim-2);
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
}
.site-footer .footer-col h4 {
  color: var(--gold-2);
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 2px;
}
.site-footer .footer-col a {
  display: block;
  color: var(--dim-2);
  text-decoration: none;
  padding: 13px 0;
  font-size: 13px;
  letter-spacing: 1.5px;
  transition: color .2s;
}
.site-footer .footer-col a:hover { color: var(--gold-3); }
.site-footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 10px;
  color: var(--dim-3);
}

/* ────── small util ────── */
.spacer-sm { height: 16px; }
.spacer-md { height: 32px; }
.spacer-lg { height: 60px; }
