/* ============================================================
   BWP — "The Ascent" concept (v2)
   Dark immersive: void navy · gold particles · Fraunces
   Tokens derive from brand/tokens.md; dark deltas per spec.
   ============================================================ */

@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces-var.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces-italic-var.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-var.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --void: #020D1E;
  --navy-ink: #032147;
  --navy-deep: #04254F;
  --paper: #F7F3E8;
  --gold: #FDC60B;
  --gold-deep: #856300;
  --sky: #D2E4FF;
  --white: #FFFFFF;

  --font-display: "Fraunces", "Iowan Old Style", Georgia, serif;
  --font-body: "Inter", -apple-system, "Helvetica Neue", Arial, sans-serif;

  --ink-70: rgba(255, 255, 255, 0.72);
  --ink-55: rgba(255, 255, 255, 0.55);
  --hairline: rgba(255, 255, 255, 0.14);
  --hairline-gold: rgba(253, 198, 11, 0.32);

  --gutter: clamp(20px, 4vw, 44px);
  --ease: cubic-bezier(0.22, 0.8, 0.24, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: auto; }
body {
  margin: 0;
  background: var(--void);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
h1, h2, h3, h4, p, figure, blockquote { margin: 0; }
a { color: inherit; }
button { font: inherit; cursor: pointer; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

/* ---------- Scene canvas ---------- */
#scene {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.scene-fallback {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  display: none;
  background: radial-gradient(ellipse 60% 40% at 50% 38%, rgba(253, 198, 11, 0.14), transparent 70%);
}
body.no-webgl #scene { display: none; }
body.no-webgl .scene-fallback { display: block; }

/* ---------- Progress rail ---------- */
.progress-rail {
  position: fixed;
  top: 0;
  left: 0;
  width: 2px;
  height: 100vh;
  z-index: 40;
  background: rgba(253, 198, 11, 0.12);
}
.progress-rail .fill {
  width: 100%;
  height: 100%;
  background: var(--gold);
  transform: scaleY(0);
  transform-origin: top;
}

/* ---------- Nav ---------- */
.nav-ascent {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem var(--gutter);
  background: rgba(2, 13, 30, 0.55);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.nav-ascent .logo img { height: 42px; width: auto; }

.nav-links { display: flex; gap: 24px; margin-left: auto; margin-right: 24px; }
.nav-links a { color: rgba(255,255,255,.85); text-decoration: none; font-size: .85rem; padding-bottom: 3px; }
.nav-links a[aria-current="page"] { border-bottom: 2px solid var(--gold, #FDC60B); }
@media (max-width: 640px) {
  .nav-ascent { flex-wrap: wrap; justify-content: flex-start; padding: 0.6rem var(--gutter); }
  .nav-ascent .logo img { height: 30px; }
  .nav-ascent .btn-outline-gold { padding: 0.42rem 0.7rem; font-size: 0.68rem; gap: 0.3rem; }
  .nav-ascent .btn-outline-gold:not(.btn-portal) { margin-left: auto; }
  .nav-ascent .btn-outline-gold .arrow { display: none; }
  .nav-ascent .btn-portal { margin-left: 6px; }
  .nav-links { order: 4; width: 100%; justify-content: center; gap: 18px; margin: 0.55rem 0 0; }
}
.btn-outline-gold {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 1.3rem;
  background: transparent;
  border: 1px solid var(--hairline-gold);
  border-radius: 2px;
  color: var(--gold);
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: border-color 0.25s var(--ease), background 0.25s var(--ease), color 0.25s var(--ease);
}
.btn-outline-gold:hover { border-color: var(--gold); background: rgba(253, 198, 11, 0.08); }
.btn-solid-gold {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.95rem 1.7rem;
  background: var(--gold);
  border: 0;
  border-radius: 2px;
  color: var(--navy-ink);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background 0.25s var(--ease), transform 0.25s var(--ease);
}
.btn-solid-gold:hover { background: #ffd23d; }
.btn-solid-gold .arrow, .btn-outline-gold .arrow { transition: transform 0.25s var(--ease); }
.btn-solid-gold:hover .arrow, .btn-outline-gold:hover .arrow { transform: translateX(4px); }

/* ---------- Chapters ---------- */
/* Uniform section rhythm: every chapter gets the same vertical padding.
   Only #hero (opening) and #weare (pinned beat) stay full-viewport. */
.chapter {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: clamp(3.25rem, 8vh, 5.5rem) 0;
}
#hero, #weare { min-height: 86vh; }
.chapter-inner {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.eyebrow::after { content: ""; flex: 0 0 44px; height: 1px; background: var(--hairline-gold); }
.eyebrow.center { justify-content: center; }
.eyebrow.center::before { content: ""; flex: 0 0 44px; height: 1px; background: var(--hairline-gold); }

.display-hero {
  font-family: var(--font-display);
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: clamp(2.9rem, 7.5vw, 5.4rem);
  line-height: 1.06;
  letter-spacing: -0.015em;
  text-wrap: balance;
}
.display-chapter {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2rem, 4.2vw, 3.3rem);
  line-height: 1.1;
  letter-spacing: -0.012em;
  text-wrap: balance;
}
.dek { font-size: clamp(1.05rem, 1.5vw, 1.2rem); color: var(--ink-70); max-width: 36em; }
.body-copy { color: var(--ink-70); max-width: 38em; }
.body-copy strong { color: var(--white); }
.gold-text { color: var(--gold); font-style: normal; font-weight: 600; }

/* line-split reveal scaffolding (motion.js wraps lines) */
.line-reveal .line {
  overflow: hidden;
  display: block;
  /* Fraunces descenders (g, y, p) extend below the tight line box; give the
     clip window headroom without changing visual line spacing. */
  padding-bottom: 0.12em;
  margin-bottom: -0.12em;
}
.line-reveal .line-in { display: block; transform: translateY(120%); }
body.js .reveal-any { opacity: 0; } /* hidden only when motion.js is running */

/* ---------- Hero ---------- */
#hero { text-align: center; }
#hero .chapter-inner { max-width: 920px; }
#hero .dek { margin: 1.75rem auto 0; }
.hero-cta { margin-top: 2.6rem; display: flex; justify-content: center; }
.scroll-cue {
  position: absolute;
  bottom: 2.2rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-55);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}
.scroll-cue::after {
  content: "";
  width: 1px;
  height: 44px;
  background: linear-gradient(var(--gold), transparent);
  animation: cue-drop 2.2s var(--ease) infinite;
}
@keyframes cue-drop {
  0% { transform: scaleY(0); transform-origin: top; }
  55% { transform: scaleY(1); transform-origin: top; }
  56% { transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ---------- Familiar (pains) ---------- */
.pain-stack { margin-top: clamp(1.75rem, 4vh, 2.5rem); }
.pain-item { padding: clamp(1.2rem, 2.6vh, 1.7rem) 0; border-top: 1px solid var(--hairline); }
.pain-item:last-of-type { border-bottom: 1px solid var(--hairline); }
.pain-item h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.3rem, 2.4vw, 1.8rem);
  margin-bottom: 0.45rem;
}
.pain-item p { color: var(--ink-55); font-size: 0.98rem; max-width: 44em; }
.pain-closer {
  margin-top: 2.2rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  color: var(--gold);
}

/* ---------- We are. ---------- */
#weare { text-align: center; }
#weare .body-copy { margin-inline: auto; }
.weare-mark {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(4.2rem, 13vw, 9.5rem);
  line-height: 1;
  color: var(--gold);
  margin: clamp(1.5rem, 4vh, 2.5rem) 0;
  letter-spacing: -0.02em;
}
#weare .after-copy { margin-inline: auto; }

/* ---------- Process (ascending steps) ---------- */
.step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, 2.5vw, 2rem);
  margin-top: clamp(2rem, 4.5vh, 3rem);
  align-items: end;
}
.step-card {
  background: linear-gradient(180deg, rgba(3, 33, 71, 0.85), rgba(3, 33, 71, 0.55));
  border: 1px solid rgba(253, 198, 11, 0.22);
  border-radius: 2px;
  padding: clamp(1.6rem, 2.5vw, 2.3rem);
  backdrop-filter: blur(4px);
}
.step-card .num {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  line-height: 1;
  color: var(--gold);
}
.step-card h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.25rem, 1.9vw, 1.55rem);
  margin: 1rem 0 0.6rem;
}
.step-card p { color: var(--ink-70); font-size: 0.97rem; }
.step-card:nth-child(2) { margin-bottom: 44px; }
.step-card:nth-child(3) { margin-bottom: 88px; }

/* ---------- Offer ---------- */
.offer-head { max-width: 780px; }
.offer-head .dek { margin-top: 1.4rem; }
.ledger-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 3vw, 3rem);
  margin-top: clamp(2rem, 4.5vh, 3rem);
}
.ledger-col { border-top: 2px solid var(--white); }
.ledger-col.accent { border-top-color: var(--gold); }
.ledger-col h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.2rem;
  padding: 1.1rem 0;
}
.ledger-col ul { list-style: none; margin: 0; padding: 0; }
.ledger-col li {
  padding: 0.95rem 0;
  border-top: 1px solid var(--hairline);
  color: var(--ink-70);
  display: flex;
  gap: 0.7rem;
  align-items: baseline;
}
.ledger-col li::before { content: "—"; color: var(--gold); flex: 0 0 auto; }

/* ---------- Results ---------- */
#results { text-align: center; }
.big-stat {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(3.6rem, 10vw, 7rem);
  line-height: 1;
  color: var(--gold);
  margin: clamp(1.25rem, 3vh, 2rem) 0 1rem;
  font-variant-numeric: lining-nums tabular-nums;
}
#results .body-copy { margin-inline: auto; }
.result-lines {
  list-style: none;
  margin: clamp(1.5rem, 3.5vh, 2.25rem) auto 0;
  padding: 0;
  max-width: 34em;
  text-align: left;
}
.result-lines li {
  padding: 0.85rem 0;
  border-top: 1px solid var(--hairline-gold);
  display: flex;
  gap: 0.8rem;
  align-items: baseline;
  color: var(--ink-70);
}
.result-lines li::before { content: "◆"; color: var(--gold); font-size: 0.6em; flex: 0 0 auto; }
.result-lines strong { color: var(--white); font-weight: 600; }
#system .result-lines { margin-inline: 0; }

/* ---------- Founders ---------- */
.founder-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  margin-top: clamp(2rem, 4.5vh, 3rem);
}
.founder-block .portrait {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  max-width: 380px;
}
.founder-block .portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.85) contrast(1.02);
}
.founder-block .portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(2, 13, 30, 0) 55%, rgba(2, 13, 30, 0.5) 100%);
}
.founder-block h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  margin: 1.4rem 0 0.7rem;
}
.founder-block p { color: var(--ink-70); font-size: 0.98rem; }
.founder-block .eyebrow { margin: 1.6rem 0 0; }
/* Single-founder layout (Jameson hidden 2026-07-28): the whole section centers so the
   lone profile reads intentional, not orphaned mid-page. Remove .solo when both return. */
.founder-grid.solo { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
.founder-grid.solo .portrait { margin-inline: auto; }
.founder-grid.solo h3 { text-align: center; }

/* ---------- Quote ---------- */
#quote { text-align: center; }
#quote blockquote {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.6rem, 3.4vw, 2.7rem);
  line-height: 1.32;
  max-width: 22em;
  margin-inline: auto;
}
#quote .who { margin-top: 1.6rem; font-weight: 600; }
#quote .role { font-size: 0.9rem; color: var(--ink-55); }
#quote .context {
  margin: 1.1rem auto 0;
  font-size: 0.95rem;
  color: var(--ink-55);
  max-width: 42em;
}

/* ---------- CTA / footer ---------- */
#cta { text-align: center; flex-direction: column; justify-content: center; }
#cta .body-copy { margin: 1.5rem auto 0; }
#cta .btn-solid-gold { margin-top: 2rem; }
.footer-ascent {
  margin-top: clamp(3rem, 8vh, 5rem);
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.5rem;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  color: var(--ink-55);
}
.footer-ascent img { height: 40px; width: auto; }
.footer-ascent a { color: var(--ink-70); text-decoration: none; }
.footer-ascent a:hover { color: var(--gold); }

/* ---------- Modal (Calendly) ---------- */
.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(0.75rem, 3vw, 2.5rem);
  background: rgba(2, 13, 30, 0.88);
}
.modal.open { display: flex; }
.modal-panel {
  position: relative;
  /* wide enough for Calendly's two-panel layout (matches Calendly's own popup,
     ~900x680) so booking fits without inner scrolling — Jameson it6 */
  width: min(920px, 100%);
  height: min(900px, 94vh);
  background: var(--paper);
  border-radius: 2px;
  overflow: hidden;
}
.modal-panel iframe { width: 100%; height: 100%; border: 0; }
.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  background: var(--navy-ink);
  color: var(--white);
  border: 0;
  border-radius: 2px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  font-size: 1.1rem;
}
body.modal-locked { overflow: hidden; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .step-grid { grid-template-columns: 1fr; align-items: stretch; }
  .step-card:nth-child(2), .step-card:nth-child(3) { margin-bottom: 0; }
  .ledger-table { grid-template-columns: 1fr; }
  .founder-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  body { font-size: 1rem; }
  .nav-ascent .logo img { height: 34px; }
  /* Calendly fills the screen on phones — no page peeking through, no double scroll */
  .modal { padding: 0; }
  .modal-panel { width: 100%; height: 100vh; height: 100dvh; border-radius: 0; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .line-reveal .line-in { transform: none !important; }
  .reveal-any { opacity: 1 !important; transform: none !important; }
  .scroll-cue::after { animation: none; }
}

/* ===== Blog / Quiz / Book (2026-07-27) ===== */

/* ---------- Blog index ---------- */
.blog-list {
  max-width: 720px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}
.blog-card {
  display: block;
  padding: clamp(1.5rem, 3.5vh, 2.25rem) 0;
  border-top: 1px solid var(--hairline);
  text-decoration: none;
  transition: opacity 0.25s var(--ease);
}
.blog-list .blog-card:last-child { border-bottom: 1px solid var(--hairline); }
.blog-card:hover { opacity: 0.8; }
.blog-card h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.25rem, 2.2vw, 1.6rem);
  color: var(--white);
  line-height: 1.25;
}
.blog-card .dek {
  margin-top: 0.55rem;
  color: var(--ink-70);
  font-size: 0.98rem;
  max-width: none;
}
.blog-card .card-date {
  display: block;
  margin-top: 0.8rem;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-55);
}

/* ---------- Article ---------- */
.article {
  max-width: 68ch;
  margin-inline: auto;
}
.article h1 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2rem, 4.4vw, 2.9rem);
  line-height: 1.14;
  letter-spacing: -0.01em;
  text-wrap: balance;
}
.article h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.35rem, 2.6vw, 1.8rem);
  line-height: 1.2;
  margin-top: clamp(2.25rem, 5vh, 3rem);
}
.article h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.1rem, 1.8vw, 1.3rem);
  margin-top: clamp(1.75rem, 4vh, 2.25rem);
}
.article p {
  margin-top: 1.15rem;
  color: var(--ink-70);
  line-height: 1.78;
}
.article p:first-of-type { margin-top: 1.6rem; }
.article strong { color: var(--white); }
.article a { color: var(--gold); text-decoration-thickness: 1px; text-underline-offset: 2px; }
.article ul, .article ol {
  margin-top: 1.15rem;
  padding-left: 1.3rem;
  color: var(--ink-70);
  line-height: 1.78;
}
.article li { margin-top: 0.5rem; }
.article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1.1rem;
  font-size: 0.85rem;
  color: var(--ink-55);
}

/* ---------- Disclaimer block ---------- */
.disclaimer-block {
  margin-top: clamp(2.5rem, 5vh, 3.5rem);
  padding: 1.15rem 1.35rem;
  border: 1px solid var(--hairline);
  border-radius: 2px;
  font-size: 0.82rem;
  line-height: 1.6;
  color: var(--ink-55);
}
.disclaimer-block p { margin: 0; }
.disclaimer-block p + p { margin-top: 0.6rem; }

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(180deg, rgba(3, 33, 71, 0.85), rgba(3, 33, 71, 0.55));
  border-top: 1px solid rgba(253, 198, 11, 0.22);
  border-bottom: 1px solid rgba(253, 198, 11, 0.22);
  text-align: center;
}
.cta-band .chapter-inner { max-width: 720px; }
.cta-band .body-copy { margin: 0.9rem auto 0; }

@media (max-width: 640px) {
  .blog-card h2 { font-size: 1.2rem; }
}

/* ===== Iteration 2 (2026-07-27) — Jameson feedback: Resources dropdown + Client Portal ===== */
.nav-dropdown { position: relative; display: inline-flex; align-items: center; }
.nav-dropdown > a .caret { font-size: .7em; opacity: .7; }
.nav-dropdown-menu { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); padding: 10px 0 8px; min-width: 172px; background: rgba(2,13,30,.97); border: 1px solid var(--hairline); border-radius: 8px; display: none; flex-direction: column; z-index: 60; }
.nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown:focus-within .nav-dropdown-menu { display: flex; }
.nav-dropdown-menu a { padding: 9px 18px; font-size: .85rem; color: rgba(255,255,255,.85); text-decoration: none; }
.nav-dropdown-menu a:hover { color: var(--gold, #FDC60B); }
.nav-ascent .btn-portal { margin-left: 10px; }

/* Iteration 2.1 (2026-07-27) — nav alignment + touch dropdown */
.nav-links { align-items: center; }
.nav-dropdown > a { display: inline-block; }
.nav-dropdown.open .nav-dropdown-menu { display: flex; }

/* ===== Iteration 4 (2026-07-28) — structured footer, disclosure band, readability panels ===== */
.ledger-table .ledger-col { background: rgba(3,33,71,.5); border: 1px solid var(--hairline); border-top: 2px solid var(--white); border-radius: 8px; padding: 0.3rem 1.5rem 1.1rem; }
.ledger-table .ledger-col.accent { border-top-color: var(--gold, #FDC60B); }
.footer-grid { margin-top: clamp(3rem, 8vh, 5rem); padding-top: 2.4rem; border-top: 1px solid rgba(255,255,255,.09); display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 2rem; text-align: left; }
.footer-grid .fcol h4 { font-family: var(--font-display); font-weight: 600; font-size: .95rem; color: var(--white); margin: 0 0 .8rem; }
.footer-grid .fcol a, .footer-grid .fcol span { display: block; color: var(--ink-70); text-decoration: none; font-size: .85rem; padding: .22rem 0; }
.footer-grid .fcol span { color: var(--ink-55); }
.footer-grid .fcol a:hover { color: var(--gold, #FDC60B); }
.footer-grid .brand img { height: 40px; width: auto; margin-bottom: .8rem; }
.disclosure-band { margin-top: 2.2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.09); }
.disclosure-band p { font-size: .74rem; line-height: 1.7; color: var(--ink-55); max-width: 900px; margin: 0 auto .8rem; text-align: center; }
.footer-legal { display: flex; flex-wrap: wrap; gap: .4rem 1.6rem; justify-content: center; font-size: .78rem; color: var(--ink-55); }
.footer-legal a { color: var(--ink-70); text-decoration: none; }
.footer-legal a:hover { color: var(--gold, #FDC60B); }
@media (max-width: 760px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }

/* ===== Iteration 5 (2026-07-28) — mobile perf ===== */
@media (max-width: 768px) {
  .nav-ascent { backdrop-filter: none; background: rgba(2, 13, 30, 0.92); }
  .founder-block .portrait::after { backdrop-filter: none; }
}
