/* ============================================================
   DISCIPULUS VENTURES — SHARED SITE SYSTEM
   The Scholar's Charter design system, extracted verbatim from
   the approved home storyboard (storyboard.html) so every sibling
   page is kin of the home: graphite base + parchment grain +
   antique gold, Freight display / DM Sans / JetBrains Mono, the
   adaptive frosted nav, the gold accent, the X-lightbox chrome.
   Discipulus is Latin for STUDENT.
   ============================================================ */
:root {
  --base:       #0A0B0E;
  --surface:    #121419;
  --surface-2:  #1A1D24;
  --surface-3:  #21252E;
  --gold:       #D9B46A;
  --gold-deep:  #A9843F;
  --gold-pale:  #F0DEB2;
  --bone:       #EDE6D8;
  --steel:      #7C93B0;
  --text:       #F6F5F2;
  --text-muted: rgba(246,245,242,.72);
  --text-dim:   rgba(246,245,242,.5);
  --hairline:   rgba(217,180,106,.18);
  --hairline-2: rgba(255,255,255,.08);
  --focus:      #D9B46A;

  --display: "freight-display-pro", "Hoefler Text", "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, "Times New Roman", serif;
  --sans: "DM Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;

  --h1: clamp(2.5rem, 6.2vw, 5.2rem);
  --h2: clamp(2.05rem, 4.6vw, 3.7rem);
  --h3: clamp(1.35rem, 2.2vw, 1.7rem);
  --h4: 1.2rem;
  --p: 1.05rem;
  --lede: clamp(1.05rem, 1.5vw, 1.3rem);
  --small: 0.85rem;
  --eyebrow: 0.74rem;
  --lh-tight: 1.06;
  --lh-body: 1.62;

  --maxw: 1100px;
  --gutter: clamp(22px, 4vw, 44px);
  --sec-pad: clamp(96px, 14vw, 200px);
  --nav-h: 72px;
  --banner-h: 40px;
  --ease: cubic-bezier(.19,1,.22,1);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: clip; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0; background: var(--base); color: var(--text);
  font-family: var(--sans); font-size: 17px; line-height: var(--lh-body);
  letter-spacing: -0.003em; overflow-x: clip;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
/* Parchment grain — the student/paper identity, whisper-quiet. */
body::after {
  content: ""; position: fixed; inset: 0; z-index: 600; pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='260' height='260'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='2' stitchTiles='stitch'/><feColorMatrix type='saturate' values='0'/></filter><rect width='260' height='260' filter='url(%23n)' opacity='0.5'/></svg>");
  opacity: 0.05;
}

a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--bone); }
img, video { max-width: 100%; display: block; }
:focus-visible { outline: 2px solid var(--focus); outline-offset: 3px; border-radius: 3px; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gutter); }
.mono { font-family: var(--mono); }
.vh { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; }

/* ---------- Storyboard chrome (stripped in prod) ---------- */
.ribbon {
  position: fixed; top: auto; bottom: 12px; left: 12px; z-index: 700;
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase;
  color: #0A0B0E; background: var(--gold);
  padding: 5px 10px; border-radius: 5px; font-weight: 700;
  box-shadow: 0 6px 22px rgba(0,0,0,0.55); pointer-events: none; white-space: nowrap;
}
.ribbon .short { display: none; }
.sb-badge {
  position:fixed; top:16px; right:16px; z-index:999;
  font:600 0.68rem/1 -apple-system,sans-serif; letter-spacing:.14em; text-transform:uppercase;
  padding:5px 11px; border:1px solid currentColor; border-radius:4px; opacity:.55; pointer-events:none;
}

/* ---------- Announcement banner ---------- */
.banner {
  height: var(--banner-h); display: flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--surface); border-bottom: 1px solid var(--hairline-2);
  font-size: 12.5px; letter-spacing: 0.02em; color: var(--text-muted);
  position: relative; z-index: 210; text-align: center; padding-inline: 16px;
}
.banner a { color: var(--text); font-weight: 500; }
.banner b { color: var(--gold); font-weight: 600; }
.banner .arr { color: var(--gold); }
.banner .live { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--gold);
  box-shadow: 0 0 10px rgba(217,180,106,0.8); margin-right: 2px; animation: pulse 2.4s ease-in-out infinite; flex: none; }

/* ---------- Adaptive header ---------- */
.header {
  position: sticky; top: 0; z-index: 200; height: var(--nav-h);
  background: rgba(10,11,14,0.92);
  backdrop-filter: saturate(150%) blur(16px); -webkit-backdrop-filter: saturate(150%) blur(16px);
  border-bottom: 1px solid var(--hairline-2);
  transition: background .45s var(--ease);
}
/* Over-hero variant (home): transparent until scrolled */
.header.over-hero { background: linear-gradient(180deg, rgba(0,0,0,0.52) 0%, rgba(0,0,0,0.24) 55%, rgba(0,0,0,0) 100%); border-bottom: none; margin-bottom: calc(0px - var(--nav-h)); }
.header.over-hero.scrolled { background: rgba(10,11,14,0.92); backdrop-filter: saturate(150%) blur(16px); -webkit-backdrop-filter: saturate(150%) blur(16px); }
nav.primary {
  height: var(--nav-h); display: flex; align-items: center; justify-content: space-between; gap: 20px;
  max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gutter);
}
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--text); flex: none; }
.brand .mark { width: 26px; height: 26px; flex: none; object-fit: contain; }
.brand .wm { font-family: var(--display); font-weight: 500; font-size: 21px; letter-spacing: 0.02em; color: var(--text); line-height: 1; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a.nl {
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--text-muted); transition: color .2s var(--ease); position: relative;
}
.nav-links a.nl:hover { color: var(--text); }
.nav-links a.nl[aria-current="page"] { color: var(--gold); }
.nav-links a.nl[aria-current="page"]::after { content:""; position:absolute; left:0; right:0; bottom:-6px; height:1px; background: var(--gold); }
.nav-social { display: flex; align-items: center; gap: 18px; padding-inline: 6px; }
.nav-social a { display: grid; place-items: center; width: 30px; height: 30px; transition: transform .2s var(--ease), opacity .2s var(--ease); opacity: .75; }
.nav-social a:hover { transform: scale(1.1); opacity: 1; }
.nav-social img { width: 15px; height: 15px; object-fit: contain; }
.nav-cta {
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase;
  color: #0A0B0E !important; background: var(--gold); font-weight: 700;
  padding: 11px 20px; border-radius: 75px;
  transition: transform .2s var(--ease), background .2s var(--ease), box-shadow .2s var(--ease); white-space: nowrap;
}
.nav-cta:hover { background: var(--gold-pale); transform: translateY(-1px); box-shadow: 0 8px 26px rgba(217,180,106,0.28); }

.menu-btn { display: none; appearance: none; border: none; cursor: pointer; width: 48px; height: 48px; margin-right: -10px; background: transparent; color: var(--text); place-items: center; border-radius: 10px; }
.menu-btn svg { width: 24px; height: 24px; }
.mobile-menu { position: fixed; inset: 0; z-index: 300; display: none; background: rgba(10,11,14,0.96); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); flex-direction: column; padding: 18px var(--gutter) 40px; }
.mobile-menu.open { display: flex; }
.mm-top { display: flex; align-items: center; justify-content: space-between; height: var(--nav-h); }
.mm-close { appearance: none; border: 1px solid var(--hairline-2); cursor: pointer; width: 48px; height: 48px; border-radius: 50%; background: var(--surface); color: var(--text); display: grid; place-items: center; font-size: 18px; }
.mm-links { display: flex; flex-direction: column; gap: 6px; margin-top: 6vh; }
.mm-links a { font-family: var(--display); font-weight: 500; color: var(--bone); font-size: clamp(1.8rem, 8vw, 2.7rem); line-height: 1.15; padding: 10px 0; border-bottom: 1px solid var(--hairline-2); display: flex; justify-content: space-between; align-items: baseline; }
.mm-links a[aria-current="page"] { color: var(--gold); }
.mm-links a .idx { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; color: var(--gold); }
.mm-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.mm-social { display: flex; gap: 20px; }
.mm-social a { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--hairline-2); border-radius: 50%; }
.mm-social img { width: 17px; height: 17px; object-fit: contain; }

/* ---------- Section scaffold ---------- */
section { position: relative; }
.sec { border-top: 1px solid var(--hairline-2); }
.sec-pad { padding-block: var(--sec-pad); }
.eyebrow { font-family: var(--mono); font-size: var(--eyebrow); letter-spacing: 0.24em; text-transform: uppercase; color: var(--text-dim); display: flex; align-items: center; gap: 14px; margin: 0 0 34px; }
.eyebrow .num { color: var(--gold); }
.eyebrow .line { flex: 1; height: 1px; background: var(--hairline); max-width: 120px; }
h1, h2, h3 { margin: 0; font-weight: 500; letter-spacing: -0.01em; line-height: var(--lh-tight); }
.sec-head { font-family: var(--display); font-weight: 500; color: var(--bone); font-size: var(--h2); line-height: 1.02; letter-spacing: -0.015em; max-width: 20ch; }
.sec-head .g { color: var(--gold); }
.lede { color: var(--text-muted); font-size: var(--lede); max-width: 62ch; line-height: 1.6; }

/* ---------- Page hero (sibling pages — no video) ---------- */
.page-hero { position: relative; padding-block: clamp(56px, 9vw, 120px) clamp(40px, 6vw, 76px); overflow: hidden; }
.page-hero .eyebrow { color: var(--gold); }
.page-hero .eyebrow .num { color: var(--gold); }
.page-hero h1 { font-family: var(--display); font-weight: 500; color: var(--bone); font-size: var(--h1); line-height: 1.0; letter-spacing: -0.018em; max-width: 20ch; margin: 8px 0 26px; }
.page-hero h1 .g { color: var(--gold); }
.page-hero .lede { max-width: 60ch; }
.page-hero .cta-row { margin-top: 34px; }
.crumbs { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-dim); display:flex; gap:10px; align-items:center; margin: 0 0 22px; }
.crumbs a { color: var(--text-dim); } .crumbs a:hover { color: var(--gold); }
.crumbs .sep { color: var(--hairline); }
.crumbs .here { color: var(--gold); }

/* ---------- Buttons ---------- */
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.btn { display: inline-flex; align-items: center; gap: 10px; font-family: var(--mono); font-size: 12.5px; letter-spacing: 0.07em; text-transform: uppercase; padding: 15px 26px; border-radius: 75px; border: 1px solid transparent; font-weight: 600; transition: transform .2s var(--ease), background .2s var(--ease), border-color .2s var(--ease), color .2s var(--ease), box-shadow .2s var(--ease); }
.btn .arr { transition: transform .22s var(--ease); }
.btn:hover .arr { transform: translateX(4px); }
.btn-primary { background: var(--gold); color: #0A0B0E; box-shadow: 0 8px 30px rgba(217,180,106,0.22); }
.btn-primary:hover { background: var(--gold-pale); color: #0A0B0E; transform: translateY(-2px); box-shadow: 0 14px 40px rgba(217,180,106,0.3); }
.btn-ghost { border-color: var(--hairline); color: var(--text); background: rgba(10,11,14,0.35); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }

/* ---------- Stat strip ---------- */
.stat-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--hairline-2); border: 1px solid var(--hairline-2); border-radius: 12px; overflow: hidden; margin-top: 56px; }
.stat { background: var(--surface); padding: 34px 26px; }
.stat .n { font-family: var(--display); font-weight: 500; font-size: clamp(2.4rem, 5vw, 3.6rem); line-height: 1; letter-spacing: -0.02em; color: var(--bone); font-variant-numeric: lining-nums tabular-nums; font-feature-settings: "lnum" 1, "tnum" 1; }
.stat .n .g { color: var(--gold); }
.stat .l { margin-top: 12px; color: var(--text-muted); font-size: 0.92rem; line-height: 1.45; max-width: 22ch; }

/* ---------- People rows (mentors / links) ---------- */
.subhead { font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-dim); margin: 0 0 20px; }
.people-rows { border-top: 1px solid var(--hairline-2); }
.prow { display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: center; padding: 20px 4px; border-bottom: 1px solid var(--hairline-2); transition: padding-left .2s var(--ease), background .2s var(--ease); color: var(--text); }
.prow:hover { padding-left: 12px; background: rgba(217,180,106,0.04); }
.prow .pn { display: block; font-family: var(--display); font-size: 1.28rem; font-weight: 500; color: var(--bone); }
.prow .pd { display: block; font-family: var(--mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-dim); margin-top: 3px; }
.prow .parr { font-family: var(--mono); color: var(--text-dim); transition: color .2s var(--ease), transform .2s var(--ease); }
.prow:hover .parr { color: var(--gold); transform: translate(3px,-3px); }

/* ---------- Chips ---------- */
.cohort { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { font-family: var(--mono); font-size: 12px; letter-spacing: 0.03em; color: var(--text-muted); border: 1px solid var(--hairline-2); border-radius: 75px; padding: 9px 15px; transition: border-color .2s var(--ease), color .2s var(--ease), background .2s var(--ease); }
.chip:hover { color: var(--text); border-color: var(--gold); background: rgba(217,180,106,0.05); }

/* ---------- Person / headshot cards ---------- */
.card { background: var(--surface); border: 1px solid var(--hairline-2); border-radius: 14px; overflow: hidden; transition: border-color .25s var(--ease), transform .25s var(--ease); }
.card:hover { border-color: var(--hairline); transform: translateY(-3px); }
.shot { position: relative; aspect-ratio: 4/3; background: radial-gradient(120% 120% at 50% 0%, var(--surface-2), var(--base)); border-bottom: 1px solid var(--hairline-2); display: grid; place-items: center; overflow: hidden; }
.shot .frame { position: absolute; inset: 12px; border: 1px solid var(--hairline); border-radius: 8px; pointer-events: none; z-index: 2; }
.shot img.hs { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 24%; }
.card .meta { padding: 24px 26px 26px; }
.card .nm { font-family: var(--display); font-size: 1.55rem; font-weight: 500; letter-spacing: -0.01em; color: var(--bone); }
.card .ti { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-top: 6px; }
.card .bio { color: var(--text-muted); font-size: 0.98rem; line-height: 1.55; margin: 16px 0 0; }
.card .links { display: flex; gap: 16px; margin-top: 18px; }
.card .links a, .card .links span { font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-dim); }
.card .links a:hover { color: var(--gold); }
.card .links span { opacity: 0.6; }
.lead-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 56px; }
.adv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 40px; }
.adv .shot { aspect-ratio: 1/1; }
.adv .nm { font-size: 1.28rem; }
.adv .meta { padding: 20px 22px 22px; }
.adv .bio { font-size: 0.92rem; }

/* ---------- B-roll / image band ---------- */
.broll { position: relative; height: clamp(220px, 34vw, 420px); border-radius: 14px; overflow: hidden; margin-top: 24px; border: 1px solid var(--hairline-2); background-size: cover; background-position: 50% 42%; }
.broll::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,11,14,0.3), rgba(10,11,14,0.85)); }
.broll .cap { position: absolute; left: 22px; bottom: 20px; z-index: 2; font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--bone); max-width: 60ch; }
.broll .cap b { color: var(--gold); font-weight: 600; }

/* ---------- FAQ ---------- */
.faq { margin-top: 48px; border-top: 1px solid var(--hairline-2); }
.faq details { border-bottom: 1px solid var(--hairline-2); }
.faq summary { list-style: none; cursor: pointer; padding: 26px 44px 26px 4px; position: relative; font-family: var(--display); font-weight: 500; font-size: clamp(1.15rem, 2vw, 1.45rem); color: var(--bone); transition: color .2s var(--ease); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--gold); }
.faq summary::after { content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%); font-family: var(--mono); font-size: 1.5rem; color: var(--gold); transition: transform .3s var(--ease); line-height: 1; }
.faq details[open] summary::after { content: "\2212"; }
.faq .fa { padding: 0 44px 28px 4px; color: var(--text-muted); font-size: var(--p); line-height: var(--lh-body); max-width: 74ch; }

/* ---------- Investor logo grid (shared with home) ---------- */
.backers { padding-block: clamp(64px, 9vw, 130px); }
.belt-label { font-family: var(--mono); font-size: var(--eyebrow); letter-spacing: 0.24em; text-transform: uppercase; color: var(--text-dim); display: flex; align-items: center; gap: 14px; margin: 0 0 12px; }
.belt-label .line { flex: 1; height: 1px; background: var(--hairline); max-width: 120px; }
.belt-note { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-dim); margin: 0 0 38px; }
.logo-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px; background: var(--hairline-2); border: 1px solid var(--hairline-2); border-radius: 12px; overflow: hidden; }
.cell { position: relative; background: var(--base); min-height: 122px; display: grid; place-items: center; padding: 20px; transition: background .25s var(--ease); }
.cell:hover { background: var(--surface); }
.cell::after { content: "\2197"; position: absolute; top: 10px; right: 12px; font-family: var(--mono); font-size: 11px; color: var(--gold); opacity: 0; transition: opacity .25s var(--ease); }
.cell:hover::after { opacity: .9; }
.cell img { max-height: 42px; max-width: min(82%, 180px); width: auto; height: auto; object-fit: contain; opacity: .55; transition: opacity .25s var(--ease), transform .25s var(--ease); }
.cell:hover img { opacity: 1; transform: translateY(-1px); }
.cell img.inv { filter: grayscale(1) invert(1) brightness(1.5); }
.cell img.lt { filter: grayscale(1) brightness(1.15); }
.cell img.sq { max-height: 62px; }

/* ---------- Press (Do-Ventures News layout) ---------- */
.press-split { display: grid; grid-template-columns: 1.45fr 1fr; gap: clamp(30px, 5vw, 72px); align-items: start; margin-top: 56px; }
.feat { display: grid; grid-template-columns: minmax(150px, 220px) 1fr; gap: 22px; align-items: center; padding-block: 26px; border-bottom: 1px solid var(--hairline-2); color: var(--text); transition: background .2s var(--ease), padding-left .2s var(--ease); }
.feat:first-child { padding-top: 0; }
.feat:hover { background: rgba(217,180,106,0.03); padding-left: 8px; }
.feat .thumb { border-radius: 10px; overflow: hidden; border: 1px solid var(--hairline-2); background: var(--bone); display: block; }
.feat .thumb img { width: 100%; aspect-ratio: 16/10; object-fit: contain; padding: 20px; transition: transform .35s var(--ease); }
.feat:hover .thumb img { transform: scale(1.03); }
.feat .tag { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }
.feat h3 { font-family: var(--display); font-weight: 500; font-size: var(--h3); line-height: 1.25; letter-spacing: -0.01em; color: var(--bone); margin: 10px 0 12px; }
.feat:hover h3 { color: var(--text); }
.feat .date { font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-dim); }
.news-card { border: 1px solid var(--hairline); border-radius: 14px; background: var(--surface); padding: 26px 26px 10px; }
.news-card .nc-h { font-family: var(--mono); font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--text-dim); margin: 0 0 8px; display: flex; align-items: center; gap: 12px; }
.news-card .nc-h .d { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.nrow { display: block; padding: 18px 2px; border-bottom: 1px solid var(--hairline-2); color: var(--text); }
.nrow:last-of-type { border-bottom: none; }
.nrow .nt { font-family: var(--display); font-weight: 500; font-size: 1.1rem; line-height: 1.3; color: var(--bone); }
.nrow:hover .nt { color: var(--text); }
.nrow .nm2 { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-top: 9px; }
.nrow .nd { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-dim); }
.nrow .rm { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); white-space: nowrap; }
.nrow:hover .rm { color: var(--gold-pale); }
.press-more { text-align: center; margin-top: 52px; }

/* ---------- Closing CTA band (golden dome) ---------- */
.join { text-align: center; overflow: hidden; }
.join-bg { position: absolute; inset: 0; z-index: 0; background-size: cover; background-position: 50% 30%; opacity: .2; }
.join-melt { position: absolute; left: 0; right: 0; z-index: 1; height: 40%; pointer-events: none; background: linear-gradient(180deg, var(--base), rgba(10,11,14,0)); }
.join-melt.top { top: 0; } .join-melt.bot { bottom: 0; transform: scaleY(-1); }
.join .wrap { position: relative; z-index: 2; }
.join .sec-head { margin: 0 auto; max-width: 22ch; }
.join .lede { margin: 26px auto 0; }
.join .cta-row { justify-content: center; margin-top: 40px; }
.join .dates { margin-top: 34px; font-family: var(--mono); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-dim); }
.join .dates b { color: var(--gold); font-weight: 600; }

/* ---------- Footer ---------- */
footer { border-top: 1px solid var(--hairline-2); background: var(--surface); position: relative; z-index: 2; }
.foot-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-block: clamp(52px, 8vw, 82px); }
.foot-brand .fwm { display: inline-flex; align-items: center; gap: 11px; margin-bottom: 20px; }
.foot-brand .fwm img { width: 24px; height: 24px; object-fit: contain; }
.foot-brand .fwm .wm { font-family: var(--display); font-size: 22px; letter-spacing: 0.02em; color: var(--bone); }
.foot-brand p { color: var(--text-muted); font-size: 0.95rem; max-width: 44ch; margin: 0 0 16px; }
.foot-brand .bl { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); }
.foot-social { display: flex; gap: 14px; margin-top: 22px; }
.foot-social a { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--hairline-2); border-radius: 50%; transition: border-color .2s var(--ease), transform .2s var(--ease); }
.foot-social a:hover { border-color: var(--gold); transform: translateY(-2px); }
.foot-social img { width: 15px; height: 15px; object-fit: contain; }
.foot-col h4 { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-dim); margin: 0 0 16px; font-weight: 500; }
.foot-col a, .foot-col span { display: block; color: var(--text-muted); font-size: 0.95rem; padding: 5px 0; }
.foot-col a[aria-current="page"] { color: var(--gold); }
.foot-col a:hover { color: var(--gold); }
.foot-bottom { border-top: 1px solid var(--hairline-2); padding-block: 22px; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.foot-bottom .fb { font-family: var(--mono); font-size: 11px; letter-spacing: 0.05em; color: var(--text-dim); }
.foot-bottom .fb .g { color: var(--gold); }

/* ---------- Scroll reveal ---------- */
html.anim .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
html.anim .reveal.in { opacity: 1; transform: none; }
html.anim .stagger > * { opacity: 0; transform: translateY(18px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
html.anim .stagger.in > * { opacity: 1; transform: none; }
html.anim .stagger.in > *:nth-child(2) { transition-delay: .06s; }
html.anim .stagger.in > *:nth-child(3) { transition-delay: .12s; }
html.anim .stagger.in > *:nth-child(4) { transition-delay: .18s; }
html.anim .stagger.in > *:nth-child(5) { transition-delay: .24s; }
html.anim .stagger.in > *:nth-child(6) { transition-delay: .3s; }

/* ---------- Responsive ---------- */
@media (max-width: 940px) {
  .nav-links { display: none; }
  .menu-btn { display: grid; }
  .logo-grid { grid-template-columns: repeat(3, 1fr); }
  .cell { min-height: 108px; }
  .stat-strip { grid-template-columns: repeat(2, 1fr); }
  .lead-grid, .press-split { grid-template-columns: 1fr; }
  .adv-grid { grid-template-columns: repeat(2, 1fr); }
  .foot-top { grid-template-columns: 1fr 1fr; }
  .foot-brand { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  :root { --nav-h: 62px; }
  .ribbon .full { display: none; } .ribbon .short { display: inline; }
  .logo-grid { grid-template-columns: repeat(2, 1fr); }
  .cell { min-height: 96px; padding: 16px; }
  .cell img { max-height: 34px; }
  .cell img.sq { max-height: 50px; }
  .stat-strip, .adv-grid { grid-template-columns: 1fr; }
  .feat { grid-template-columns: 1fr; align-items: start; }
  .foot-top { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .btn .arr, .prow, .card, .chip, .cell, .feat, .header, .banner .live { animation: none; transition: none; }
  .faq summary::after { transition: none; }
}
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .35; } }
