/* ═══════════════════════════════════════════════════════
   OPENRIDGE AI — Homepage (page-specific)
   Builds on style-v2.css tokens + primitives. No edits to shared files.
   Section order: thesis · ADI · methodology (Source/Convert/Retain)
   · business ops · horizon · proof · close
   ═══════════════════════════════════════════════════════ */

/* ── HERO refinements — thesis + one hard number ── */
.hero-eyebrow-row {
  display: flex;
  align-items: baseline;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.hero-statline {
  font-family: var(--ff-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-mute);
}
.hero-statline strong { color: var(--navy-950); font-weight: 600; }
.hero-sub-note {
  margin-top: 22px;
  font-family: var(--ff-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--text-faint);
}

/* ── THESIS BAND — gravitas + the one hard number ── */
.thesis {
  background: var(--navy-950);
  color: var(--ivory);
  padding: calc(var(--section-y) * 1.4) 0;
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--rule-dark);
}
.thesis::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 12% 0%, rgba(201,168,76,0.10) 0%, transparent 55%);
  pointer-events: none;
}
.thesis-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 96px;
  align-items: start;
}
.thesis .eyebrow { color: var(--gold); }
.thesis .eyebrow::before { background: var(--gold); }
.thesis-lead {
  font-family: var(--ff-head);
  font-style: italic;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.32;
  color: var(--ivory);
  letter-spacing: -0.01em;
  margin-bottom: 32px;
  max-width: 720px;
}
.thesis-lead em { color: var(--gold-lt); font-style: italic; }
.thesis-body p {
  font-size: 16.5px;
  line-height: 1.75;
  color: rgba(244,241,234,0.78);
  max-width: 660px;
  margin-bottom: 20px;
}
.thesis-body strong { color: var(--ivory); font-weight: 600; }

/* The single hard number, treated as a tearsheet figure */
.thesis-figure {
  border-left: 1px solid var(--rule-dark-strong);
  padding-left: 40px;
}
.thesis-fig-num {
  font-family: var(--ff-head);
  font-size: clamp(96px, 11vw, 160px);
  font-weight: 400;
  line-height: 0.84;
  letter-spacing: -0.05em;
  color: var(--gold-lt);
  font-variation-settings: "opsz" 144, "SOFT" 30;
}
.thesis-fig-num sup {
  font-size: 0.34em;
  vertical-align: super;
  color: var(--gold);
  font-style: italic;
  margin-left: 4px;
}
.thesis-fig-desc {
  font-size: 17px;
  line-height: 1.5;
  color: rgba(244,241,234,0.85);
  margin: 28px 0 16px;
  max-width: 300px;
}
.thesis-fig-cite { color: rgba(244,241,234,0.5); }
.thesis-fig-cite sup { color: var(--gold); }

/* Supporting data strip — quieter, fully cited */
.thesis-strip {
  position: relative;
  margin-top: 64px;
  padding-top: 40px;
  border-top: 1px solid var(--rule-dark-strong);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.thesis-stat {
  padding: 0 32px;
  border-right: 1px solid var(--rule-dark);
}
.thesis-stat:first-child { padding-left: 0; }
.thesis-stat:last-child { border-right: none; }
.thesis-stat-num {
  font-family: var(--ff-head);
  font-size: clamp(34px, 3.4vw, 48px);
  font-weight: 400;
  line-height: 1;
  color: var(--ivory);
  letter-spacing: -0.02em;
}
.thesis-stat-num sup { font-size: 0.42em; color: var(--gold); vertical-align: super; margin-left: 2px; }
.thesis-stat-desc {
  font-size: 13.5px;
  line-height: 1.45;
  color: rgba(244,241,234,0.72);
  margin: 12px 0 12px;
}
.thesis-stat .cite { color: rgba(244,241,234,0.42); display: block; }

/* ── ADI BAND — the signature instrument ── */
.adiband {
  background: var(--ivory);
  padding: calc(var(--section-y) * 1.2) 0;
  border-bottom: 1px solid var(--rule);
}
.adiband-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 80px;
  align-items: center;
}
.adiband-copy h2 { max-width: 540px; }
.adiband-copy .lead { margin: 16px 0 28px; }
.adiband-def {
  border-top: 1px solid var(--rule);
}
.adiband-def-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid var(--rule);
  align-items: baseline;
}
.adiband-def-band {
  font-family: var(--ff-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.adiband-def-band.b-invisible { color: var(--copper); }
.adiband-def-band.b-emerging { color: var(--gold); }
.adiband-def-band.b-default { color: var(--teal); }
.adiband-def-desc {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--text-body);
}
.adiband-def-desc strong { color: var(--navy-950); font-weight: 600; }
.adiband-note {
  font-family: var(--ff-mono);
  font-size: 10.5px;
  letter-spacing: 0.06em;
  line-height: 1.7;
  color: var(--text-faint);
  margin-top: 22px;
}
.adiband-instrument {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
}
.adiband .adi { max-width: 100%; }
.adiband-instrument-cap {
  font-family: var(--ff-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-mute);
  text-align: center;
}

/* ── METHODOLOGY — Source / Convert / Retain ── */
.method {
  background: var(--paper);
  padding: var(--section-y) 0;
  border-bottom: 1px solid var(--rule);
}
.method-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: end;
  margin-bottom: 72px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--rule-strong);
}
.method-head h2 { max-width: 560px; margin: 0; }
.method-head-aside {
  font-family: var(--ff-head);
  font-style: italic;
  font-size: 20px;
  line-height: 1.4;
  color: var(--navy-800);
  max-width: 440px;
}
.method-list { border-top: 1px solid var(--rule-strong); }
.method-pillar {
  display: grid;
  grid-template-columns: 220px 1.3fr 1fr;
  gap: 56px;
  padding: 56px 0;
  border-bottom: 1px solid var(--rule);
  align-items: start;
}
.method-pillar:last-child { border-bottom: 1px solid var(--rule-strong); }
.method-pillar-mark { padding-top: 6px; }
.method-pillar-step {
  font-family: var(--ff-mono);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--text-mute);
  margin-bottom: 14px;
}
.method-pillar-name {
  font-family: var(--ff-head);
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.02em;
  color: var(--navy-950);
}
.method-pillar[data-m="source"] .method-pillar-name { color: var(--gold); }
.method-pillar[data-m="convert"] .method-pillar-name { color: var(--navy-800); }
.method-pillar[data-m="retain"] .method-pillar-name { color: var(--teal); }
.method-pillar-q {
  font-family: var(--ff-head);
  font-style: italic;
  font-size: 15px;
  color: var(--text-mute);
  margin-top: 14px;
  line-height: 1.4;
}
.method-pillar-title {
  font-family: var(--ff-head);
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: var(--navy-950);
  margin-bottom: 18px;
  max-width: 460px;
}
.method-pillar-title em { font-style: italic; color: var(--gold); }
.method-pillar-body {
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--text-body);
  max-width: 480px;
}
.method-pillar-body strong { color: var(--navy-950); font-weight: 600; }
.method-pillar-spec {
  padding-top: 4px;
}
.method-pillar-spec-label {
  font-family: var(--ff-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-mute);
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--rule);
}
.method-pillar-spec ul { list-style: none; margin: 0; padding: 0; }
.method-pillar-spec li {
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--text-body);
  padding: 9px 0 9px 18px;
  border-bottom: 1px solid var(--rule);
  position: relative;
}
.method-pillar-spec li:last-child { border-bottom: none; }
.method-pillar-spec li::before {
  content: '';
  position: absolute;
  left: 0; top: 16px;
  width: 5px; height: 5px;
  background: var(--gold);
}
.method-pillar[data-m="retain"] .method-pillar-spec li::before { background: var(--teal); }

/* "both or neither" bridge line out of Retain */
.method-bridge {
  margin-top: 56px;
  padding: 40px 48px;
  background: var(--navy-950);
  color: var(--ivory);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
  align-items: center;
}
.method-bridge-mark {
  font-family: var(--ff-head);
  font-style: italic;
  font-size: 40px;
  color: var(--gold);
  line-height: 1;
}
.method-bridge p {
  font-family: var(--ff-head);
  font-style: italic;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.35;
  color: var(--ivory);
  margin: 0;
  max-width: 760px;
}
.method-bridge em { color: var(--gold-lt); }

/* folded FAQ — 2 questions only */
.method-faq {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  padding-top: 36px;
  border-top: 1px solid var(--rule-strong);
}
.method-faq-item {}
.method-faq-q {
  font-family: var(--ff-head);
  font-size: 19px;
  font-weight: 500;
  color: var(--navy-950);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.method-faq-a {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--text-body);
}

/* ── BUSINESS OPS — equal weight ── */
.bizops {
  background: var(--navy-950);
  color: var(--ivory);
  padding: var(--section-y) 0;
}
.bizops::selection { background: var(--gold); }
.bizops-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: end;
  margin-bottom: 64px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--rule-dark);
}
.bizops .eyebrow { color: var(--gold); }
.bizops .eyebrow::before { background: var(--gold); }
.bizops h2 { color: var(--ivory); max-width: 560px; margin: 0; }
.bizops h2 em { color: var(--gold-lt); }
.bizops-head-aside {
  font-family: var(--ff-head);
  font-style: italic;
  font-size: 19px;
  line-height: 1.45;
  color: rgba(244,241,234,0.8);
  max-width: 420px;
}
.bizops-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule-dark-strong);
  border-bottom: 1px solid var(--rule-dark-strong);
}
.bizops-cell {
  padding: 40px 36px 40px 0;
  border-right: 1px solid var(--rule-dark);
}
.bizops-cell:nth-child(3n) { border-right: none; }
.bizops-cell:not(:nth-child(3n+1)) { padding-left: 36px; }
.bizops-cell-k {
  font-family: var(--ff-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}
.bizops-cell-title {
  font-family: var(--ff-head);
  font-size: 22px;
  font-weight: 400;
  color: var(--ivory);
  line-height: 1.2;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
.bizops-cell-body {
  font-size: 14.5px;
  line-height: 1.65;
  color: rgba(244,241,234,0.72);
}
.bizops-figure {
  margin-top: 48px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px;
  align-items: center;
}
.bizops-fig-num {
  font-family: var(--ff-head);
  font-size: clamp(64px, 7vw, 104px);
  font-weight: 400;
  line-height: 0.85;
  letter-spacing: -0.04em;
  color: var(--gold-lt);
}
.bizops-fig-num sup { font-size: 0.32em; vertical-align: super; color: var(--gold); margin-left: 4px; }
.bizops-fig-text {
  font-family: var(--ff-head);
  font-style: italic;
  font-size: 20px;
  line-height: 1.4;
  color: rgba(244,241,234,0.85);
  max-width: 520px;
}
.bizops-fig-text .cite { color: rgba(244,241,234,0.45); display: block; margin-top: 8px; font-style: normal; }

/* ── TWO PRACTICES — condensed homepage overview ── */
.practices {
  background: var(--paper);
  padding: var(--section-y) 0;
  border-bottom: 1px solid var(--rule);
}
.practices-head { max-width: 760px; margin-bottom: 56px; }
.practices-head h2 { margin: 16px 0 18px; }
.practices-head h2 em { font-style: italic; color: var(--gold); }
.practices-cols {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 64px;
  border-top: 1px solid var(--rule-strong);
  padding-top: 44px;
}
.practices-half-k {
  font-family: var(--ff-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-mute);
  margin-bottom: 22px;
}
.practices-pillars { list-style: none; margin: 0; padding: 0; }
.practices-pillars li {
  font-size: 16px;
  line-height: 1.55;
  color: var(--text-body);
  padding: 14px 0;
  border-bottom: 1px solid var(--rule);
}
.practices-pillars li:last-child { border-bottom: none; }
.practices-pillars .pp-name {
  font-family: var(--ff-head);
  font-size: 19px;
  color: var(--navy-950);
  letter-spacing: -0.01em;
  margin-right: 4px;
}
.practices-half-line {
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-body);
  max-width: 420px;
}
.practices-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 44px;
  font-family: var(--ff-body);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--navy-950);
  text-decoration: none;
  border-bottom: 1px solid var(--rule-strong);
  padding-bottom: 4px;
}
.practices-link:hover { color: var(--gold); border-bottom-color: var(--gold); }
.practices-link .arrow { transition: transform .2s ease; }
.practices-link:hover .arrow { transform: translateX(4px); }
body[data-accent="teal"] .practices-head h2 em,
body[data-accent="teal"] .practices-link:hover { color: var(--teal); }
@media (max-width: 960px) {
  .practices-cols { grid-template-columns: 1fr; gap: 36px; }
}

/* ── HORIZON — where this is going ── */
.horizon {
  background: var(--ivory);
  padding: var(--section-y) 0;
  border-bottom: 1px solid var(--rule);
}
.horizon-head {
  max-width: 820px;
  margin-bottom: 64px;
}
.horizon-head .lead { margin-top: 18px; }
.horizon-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto auto auto auto; /* numeral · kicker · title · body · stat — shared heights */
  gap: 0;
  border-top: 1px solid var(--rule-strong);
}
.horizon-phase {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  padding: 40px 36px 36px 0;
  border-right: 1px solid var(--rule);
}
.horizon-phase:last-child { border-right: none; }
.horizon-phase:not(:first-child) { padding-left: 36px; }
.horizon-phase-n {
  font-family: var(--ff-head);
  font-style: italic;
  font-size: 56px;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.03em;
  color: var(--gold);
  margin-bottom: 20px;
}
.horizon-phase-k {
  font-family: var(--ff-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-mute);
  margin-bottom: 14px;
}
.horizon-phase-title {
  font-family: var(--ff-head);
  font-size: 22px;
  font-weight: 400;
  color: var(--navy-950);
  line-height: 1.2;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
.horizon-phase-body {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--text-body);
}
/* window track — the 12-18 month closing window */
.horizon-window {
  margin-top: 56px;
  padding: 44px 48px;
  background: var(--navy-950);
  color: var(--ivory);
}
.horizon-window-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--rule-dark);
  margin-bottom: 44px;
}
.horizon-window-title {
  font-family: var(--ff-head);
  font-size: 22px;
  font-weight: 500;
  color: var(--ivory);
  letter-spacing: -0.01em;
}
.horizon-window-note {
  font-family: var(--ff-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(244,241,234,0.45);
}
.hw-bar { position: relative; height: 2px; background: rgba(244,241,234,0.15); margin: 48px 0 22px; }
.hw-fill { height: 100%; width: 63%; background: var(--gold); }
.hw-needle { position: absolute; top: -8px; left: 63%; width: 1px; height: 18px; background: var(--gold); }
.hw-needle::after {
  content: ''; position: absolute; top: -4px; left: -3px;
  width: 7px; height: 7px; background: var(--gold); border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(201,168,76,0.2);
}
.hw-needle-label {
  position: absolute; top: -42px; left: -28px;
  font-family: var(--ff-mono); font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--gold-lt); white-space: nowrap;
}
.hw-steps {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 18px;
}
.hw-step.is-future { opacity: 0.45; }
.hw-step {
  font-family: var(--ff-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(244,241,234,0.55);
}
.hw-step em {
  display: block; font-family: var(--ff-head); font-style: italic; font-size: 13px;
  color: var(--ivory); text-transform: none; letter-spacing: 0; margin-bottom: 4px;
}

/* ── PROOF — representative before/after AI answer ── */
.proof {
  background: var(--paper);
  padding: var(--section-y) 0;
}
.proof-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: end;
  margin-bottom: 56px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--rule-strong);
}
.proof-head h2 { max-width: 600px; margin: 0; }
.proof-exhibit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--rule-strong);
  background: var(--ivory);
}
.proof-prompt {
  grid-column: 1 / -1;
  padding: 24px 32px;
  border-bottom: 1px solid var(--rule-strong);
  display: flex;
  align-items: baseline;
  gap: 16px;
  flex-wrap: wrap;
}
.proof-prompt-label {
  font-family: var(--ff-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-mute);
  white-space: nowrap;
}
.proof-prompt-q {
  font-family: var(--ff-head);
  font-style: italic;
  font-size: clamp(18px, 2vw, 24px);
  color: var(--navy-950);
  line-height: 1.3;
}
.proof-col {
  padding: 32px;
}
.proof-col-before { border-right: 1px solid var(--rule-strong); }
.proof-col-after { background: var(--navy-950); color: var(--ivory); }
.proof-col-tag {
  font-family: var(--ff-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.proof-col-before .proof-col-tag { color: var(--text-mute); }
.proof-col-after .proof-col-tag { color: var(--gold); }
.proof-answer {
  font-family: var(--ff-head);
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: -0.005em;
}
.proof-col-before .proof-answer { color: var(--text-body); }
.proof-col-after .proof-answer { color: var(--ivory); }
.proof-answer .named {
  font-style: italic;
  color: var(--gold-lt);
}
.proof-col-before .proof-answer .generic { color: var(--text-mute); font-style: italic; }
.proof-screenshot {
  margin-top: 24px;
  padding: 18px;
  border: 1px dashed var(--rule-dark-strong);
  font-family: var(--ff-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: rgba(244,241,234,0.5);
  text-align: center;
}
.proof-foot {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.proof-foot .cite { max-width: 620px; }

/* ── CLOSE — single primary CTA (free audit) ── */
.close {
  background: var(--navy-950);
  color: var(--ivory);
  padding: calc(var(--section-y) * 1.6) 0;
  position: relative;
  overflow: hidden;
}
.close::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 100% 0%, rgba(201,168,76,0.12) 0%, transparent 55%),
    radial-gradient(ellipse at 0% 100%, rgba(31,138,128,0.06) 0%, transparent 55%);
  pointer-events: none;
}
.close-inner {
  position: relative;
  max-width: var(--container-w);
  margin: 0 auto;
  padding: 0 48px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 96px;
  align-items: center;
}
.close .eyebrow { color: var(--gold); }
.close .eyebrow::before { background: var(--gold); }
.close h2 {
  color: var(--ivory);
  font-size: clamp(40px, 4.8vw, 72px);
  margin-bottom: 28px;
}
.close h2 em { color: var(--gold-lt); }
.close-sub {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(244,241,234,0.78);
  max-width: 560px;
}
.close-actions { display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }
.close-primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--gold);
  color: var(--navy-950);
  padding: 22px 34px;
  font-family: var(--ff-body);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: background .2s;
  width: 100%;
  justify-content: center;
}
.close-primary:hover { background: var(--gold-lt); }
.close-primary .arrow { transition: transform .2s ease; }
.close-primary:hover .arrow { transform: translateX(4px); }
.close-primary-note {
  font-family: var(--ff-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: rgba(244,241,234,0.5);
}
.close-secondary {
  font-family: var(--ff-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: rgba(244,241,234,0.6);
  padding-top: 14px;
  border-top: 1px solid var(--rule-dark);
  width: 100%;
}
.close-secondary a { color: var(--ivory); text-decoration: none; border-bottom: 1px solid var(--rule-dark-strong); padding-bottom: 2px; }
.close-secondary a:hover { color: var(--gold-lt); border-bottom-color: var(--gold); }

/* ── teal-accent overrides for new components ── */
body[data-accent="teal"] .thesis .eyebrow,
body[data-accent="teal"] .thesis .eyebrow::before,
body[data-accent="teal"] .bizops .eyebrow,
body[data-accent="teal"] .bizops .eyebrow::before,
body[data-accent="teal"] .close .eyebrow,
body[data-accent="teal"] .close .eyebrow::before { color: var(--teal); background: var(--teal); }
body[data-accent="teal"] .thesis-lead em,
body[data-accent="teal"] .thesis-fig-num,
body[data-accent="teal"] .bizops h2 em,
body[data-accent="teal"] .method-pillar-title em,
body[data-accent="teal"] .close h2 em { color: var(--teal); }
body[data-accent="teal"] .close-primary { background: var(--teal); color: var(--ivory); }
body[data-accent="teal"] .horizon-phase-n,
body[data-accent="teal"] .method-pillar[data-m="source"] .method-pillar-name { color: var(--teal); }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .thesis-grid,
  .adiband-grid,
  .method-head,
  .bizops-head,
  .proof-head,
  .close-inner,
  .method-faq { grid-template-columns: 1fr; gap: 36px; }

  .thesis-figure { border-left: none; padding-left: 0; border-top: 1px solid var(--rule-dark-strong); padding-top: 32px; }
  .thesis-strip { grid-template-columns: 1fr 1fr; gap: 0; }
  .thesis-stat { padding: 24px 20px; border-bottom: 1px solid var(--rule-dark); }
  .thesis-stat:nth-child(2n) { border-right: none; }
  .thesis-stat:first-child { padding-left: 20px; }

  .adiband-grid { grid-template-columns: 1fr; }
  .adiband-instrument { max-width: 420px; }

  .method-pillar { grid-template-columns: 1fr; gap: 24px; padding: 40px 0; }
  .method-bridge { grid-template-columns: 1fr; gap: 16px; }

  .bizops-grid { grid-template-columns: 1fr; }
  .bizops-cell { border-right: none; border-bottom: 1px solid var(--rule-dark); padding: 32px 0; }
  .bizops-cell:not(:nth-child(3n+1)) { padding-left: 0; }
  .bizops-cell:last-child { border-bottom: none; }
  .bizops-figure { grid-template-columns: 1fr; gap: 16px; }

  .horizon-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .horizon-phase { display: block; border-right: none; border-bottom: 1px solid var(--rule); padding: 32px 0; }
  .horizon-phase:not(:first-child) { padding-left: 0; }
  .horizon-phase:last-child { border-bottom: none; }
  .horizon-window { padding: 32px 24px; }

  .proof-exhibit { grid-template-columns: 1fr; }
  .proof-col-before { border-right: none; border-bottom: 1px solid var(--rule-strong); }

  .close-inner { padding-left: 24px; padding-right: 24px; }
  .container { padding-left: 24px; padding-right: 24px; }
}

/* ── Hero v2 — framed pixel mountain beside the text ── */
.hero { padding: 56px 0 64px; }
.hero-two { display:grid; grid-template-columns:1.05fr 0.95fr; gap:56px; align-items:center; }
.hero-copy .eyebrow { margin-bottom:18px; }
.hero-copy h1 { font-size:clamp(38px,4.6vw,66px); line-height:1.03; letter-spacing:-0.03em; font-weight:400; margin:0 0 22px; }
.hero-copy .hero-sub { font-family:var(--ff-head); font-style:italic; font-size:21px; line-height:1.4; color:var(--navy-800); max-width:540px; margin:0 0 28px; }
.hero-actions { display:flex; gap:14px; flex-wrap:wrap; margin-bottom:24px; }
.hero-art .mountain-visual { aspect-ratio:5/4; box-shadow:0 34px 80px -34px rgba(8,20,35,0.4); }
@media (max-width:860px){ .hero-two{ grid-template-columns:1fr; gap:30px; } .hero{ padding:36px 0 44px; } .hero-copy h1{ font-size:38px; } }

/* ── Headline GAP band — 45% search vs 1.2% present ── */
.gap { background: var(--navy-950); color: var(--ivory); padding: clamp(28px,3.5vw,52px) 0;
  border-top:1px solid var(--rule-dark); border-bottom:1px solid var(--rule-dark); }
.gap-inner { display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:clamp(20px,5vw,72px); }
.gap-side { text-align:center; }
.gap-num { font-family:var(--ff-head); font-weight:400; line-height:0.88; letter-spacing:-0.04em;
  font-size:clamp(40px,5vw,84px); }
.gap-demand .gap-num { color:var(--ivory); }
.gap-supply .gap-num { color:var(--gold-lt); }
.gap-pct { font-size:0.42em; vertical-align:baseline; }
.gap-lbl { font-family:var(--ff-body); font-size:clamp(13px,1.1vw,15px); color:var(--navy-200);
  max-width:300px; margin:12px auto 0; line-height:1.4; }
.gap-src { font-family:var(--ff-mono); font-size:10px; letter-spacing:0.12em; text-transform:uppercase;
  color:var(--navy-400); margin-top:10px; }
.gap-vs { font-family:var(--ff-mono); font-size:12px; letter-spacing:0.16em; text-transform:uppercase;
  color:var(--navy-300); white-space:nowrap; }
.gap-vs span { display:inline-block; padding:10px 0; border-top:1px solid var(--rule-dark); border-bottom:1px solid var(--rule-dark); }
.gap-foot { margin-top:clamp(24px,3vw,40px); text-align:center; font-family:var(--ff-head); font-style:italic;
  font-size:clamp(16px,1.5vw,20px); color:var(--ivory); }
.gap-foot a { font-style:normal; font-family:var(--ff-mono); font-size:13px; letter-spacing:0.04em;
  color:var(--gold-lt); text-decoration:none; margin-left:16px; white-space:nowrap; }
.gap-foot a:hover { text-decoration:underline; }
.thesis-solo .thesis-main { max-width:820px; }
@media (max-width:760px){ .gap-inner{ grid-template-columns:1fr; gap:6px; } .gap-vs span{ margin:4px 0; } }

/* ── Citation source links (cite + gap-src) ── */
.cite a, .gap-src a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  opacity: 0.8;
  transition: color 0.18s ease, opacity 0.18s ease;
}
.cite a:hover, .cite a:focus-visible,
.gap-src a:hover, .gap-src a:focus-visible {
  color: var(--gold);
  opacity: 1;
  outline: none;
}

/* ── Horizon card datapoint callouts (light bg) ── */
.horizon-phase-stat {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid var(--rule);
}
.horizon-phase-stat-num {
  font-family: var(--ff-head);
  font-size: clamp(30px, 2.6vw, 38px);
  font-weight: 400;
  line-height: 1;
  color: var(--navy-950);
}
.horizon-phase-stat-num sup {
  font-size: 0.42em;
  color: var(--gold);
  vertical-align: super;
  margin-left: 2px;
}
.horizon-phase-stat-desc {
  font-size: 13px;
  line-height: 1.45;
  color: var(--text-mute);
  margin: 10px 0 10px;
}
.horizon-phase-stat .cite { display: block; }

/* ── Body emphasis: scannable anchor phrases ── */
.thesis-body strong, .lead strong, .adiband-note strong, .adiband-def-desc strong,
.practices-half-line strong, .horizon-phase-body strong, .close-sub strong { font-weight: 600; }
/* gold pop reserved for the dark sections, where the accent reads strongest */
.thesis-body strong, .close-sub strong { color: var(--gold-lt); font-weight: 500; }

/* ── Title identity: upright + blue highlight chip, gold text (replaces italic accent) ── */
.thesis-lead { font-style: normal; }
h1 em,
.thesis-lead em,
.practices-head h2 em,
.bizops h2 em,
.close h2 em,
.method-pillar-title em,
.horizon-head h2 em {
  font-style: normal;
  color: var(--gold-lt);
  background: linear-gradient(transparent 32%, var(--navy-900) 32%);
  padding: 0 0.08em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
/* dark sections: lift the band off the navy background with a mid-blue */
.thesis-lead em,
.close h2 em { background: linear-gradient(transparent 32%, var(--navy-600) 32%); }

/* ── Homepage italics sweep — match the de-italicized identity used site-wide ── */
.method-head-aside,
.method-bridge p,
.bizops-head-aside,
.bizops-fig-text,
.hero-copy .hero-sub,
.gap-foot,
.hw-step em { font-style: normal; }
