/* ============================================================
   APAC 2 IMPACT — Pacific Island Governments
   Brand palette derived from logo:
   Deep teal #1A515A · Gold sand #EDC681 · Deep gold #A87D36
   ============================================================ */

:root {
  /* Brand core */
  --teal-900: #0E363D;
  --teal-800: #134752;
  --teal-700: #1A515A;   /* primary brand */
  --teal-600: #236571;
  --teal-100: #D7E4E5;
  --teal-50:  #EDF3F3;

  --gold-700: #A87D36;   /* deep gold */
  --gold-600: #C9A35E;
  --gold-500: #EDC681;   /* brand accent */
  --gold-200: #F6E3C0;
  --gold-50:  #FBF5EA;

  --cream:    #F8F3EA;
  --paper:    #FFFFFF;
  --ink:      #16201F;
  --ink-soft: #3E4B4A;
  --ink-mute: #6E7A79;
  --line:     #E4E0D6;

  --maxw: 880px;
  --radius: 10px;
  --radius-lg: 14px;

  --font-display: "Lora", Georgia, serif;
  --font-body: "Inter", system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ---------- HEADER ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--teal-700);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; max-width: 1080px; margin: 0 auto; }
.logo-img { height: 34px; display: block; }
.site-nav { display: flex; align-items: center; gap: 21px; }
.site-nav a { color: rgba(255,255,255,0.82); text-decoration: none; font-size: 14px; font-weight: 500; transition: color .2s; white-space: nowrap; }
.site-nav a:hover { color: var(--gold-500); }
.site-nav a.active { color: var(--gold-500); }
.nav-cta {
  background: var(--gold-500); color: var(--teal-800) !important;
  padding: 8px 18px; border-radius: 8px; font-weight: 600;
}
.nav-cta:hover { background: var(--gold-200); color: var(--teal-900) !important; }
.nav-cta.active { color: var(--teal-800) !important; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 22px; height: 2px; background: var(--gold-500); display: block; }

/* ---------- TRUST BAR ---------- */
.trust-bar { background: var(--teal-800); color: rgba(255,255,255,0.72); }
.trust-inner { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 14px; padding: 11px 24px; font-size: 12.5px; letter-spacing: 0.02em; }
.trust-bar .dot { color: var(--gold-600); }

/* ---------- HERO ---------- */
.hero { background: var(--teal-700); color: #fff; position: relative; overflow: hidden; }
.hero::after {
  content: ""; position: absolute; right: -120px; top: -120px;
  width: 420px; height: 420px; border-radius: 50%;
  background: radial-gradient(circle, rgba(237,198,129,0.16), transparent 65%);
  pointer-events: none;
}
.hero-inner { padding: 72px 24px 80px; position: relative; z-index: 1; }
.eyebrow { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-500); font-weight: 600; margin-bottom: 18px; }
.hero h1 {
  font-family: var(--font-display); font-weight: 500; font-size: 44px; line-height: 1.15;
  letter-spacing: -0.01em; max-width: 680px; margin-bottom: 22px;
}
.hero-sub { font-size: 17px; line-height: 1.75; color: rgba(255,255,255,0.85); max-width: 580px; margin-bottom: 34px; }

.cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.btn {
  display: inline-block; padding: 14px 26px; border-radius: 9px;
  font-size: 14.5px; font-weight: 600; text-decoration: none; cursor: pointer;
  transition: transform .12s, background .2s, color .2s; border: none;
}
.btn:active { transform: scale(0.98); }
.btn-gold { background: var(--gold-500); color: var(--teal-900); }
.btn-gold:hover { background: var(--gold-200); }
.btn-ghost-light { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.32); }
.btn-ghost-light:hover { border-color: var(--gold-500); color: var(--gold-500); }

/* ---------- SECTIONS ---------- */
.section { padding: 64px 0; }
.section-tint { background: var(--cream); }
.section-label { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-700); font-weight: 600; margin-bottom: 12px; }
.section-label.light { color: var(--gold-500); }
h2 { font-family: var(--font-display); font-weight: 500; font-size: 30px; line-height: 1.25; letter-spacing: -0.01em; color: var(--teal-800); margin-bottom: 16px; }
.body-text { font-size: 16.5px; color: var(--ink-soft); max-width: 640px; margin-bottom: 28px; }

/* ---------- QUOTE CARDS ---------- */
.quote-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 12px; }
.quote-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 24px 26px; }
.quote-line { font-family: var(--font-display); font-style: italic; font-size: 17px; color: var(--teal-700); margin-bottom: 12px; line-height: 1.4; }
.quote-reframe { font-size: 14px; color: var(--ink-soft); line-height: 1.65; border-left: 2px solid var(--gold-500); padding-left: 14px; }

/* ---------- PATHWAY ---------- */
.pathway { margin-top: 28px; }
.pstep { display: flex; gap: 0; }
.pstep-rail { display: flex; flex-direction: column; align-items: center; width: 36px; flex-shrink: 0; }
.pstep-dot { width: 14px; height: 14px; border-radius: 50%; background: var(--gold-500); border: 3px solid var(--teal-700); margin-top: 4px; flex-shrink: 0; }
.pstep-line { width: 2px; flex: 1; background: var(--teal-100); margin: 4px 0; }
.pstep-content { padding: 0 0 30px 18px; flex: 1; }
.pstep-tag { font-size: 11.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-700); font-weight: 600; margin-bottom: 4px; }
.pstep-title { font-size: 17px; font-weight: 600; color: var(--teal-800); margin-bottom: 6px; }
.pstep-desc { font-size: 14.5px; color: var(--ink-soft); line-height: 1.65; margin-bottom: 10px; }
.pstep-output { display: inline-block; font-size: 12px; background: var(--teal-50); color: var(--teal-700); border: 1px solid var(--teal-100); padding: 4px 12px; border-radius: 20px; font-weight: 500; }

/* ---------- EVAL GRID ---------- */
.eval-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 12px; }
.eval-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 22px 24px; }
.eval-q { font-size: 15.5px; font-weight: 600; color: var(--teal-800); margin-bottom: 10px; display: flex; gap: 10px; align-items: baseline; }
.eval-q .ic { color: var(--gold-600); font-style: normal; font-size: 15px; flex-shrink: 0; }
.eval-items { font-size: 13.5px; color: var(--ink-mute); line-height: 1.8; }

/* ---------- SECTORS ---------- */
.sectors { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.sector-tag { font-size: 13.5px; background: var(--paper); border: 1px solid var(--line); border-radius: 22px; padding: 8px 16px; color: var(--ink-soft); }

.caution-box { background: var(--gold-50); border: 1px solid var(--gold-200); border-radius: var(--radius-lg); padding: 24px 28px; margin-top: 32px; }
.caution-title { font-size: 12px; font-weight: 700; color: var(--gold-700); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 10px; }
.caution-text { font-size: 14.5px; color: var(--ink-soft); line-height: 1.7; }

/* ---------- COMMITMENT ---------- */
.promise-box { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px 34px; margin-top: 12px; }
.promise-title { font-size: 18px; font-weight: 600; color: var(--teal-800); margin-bottom: 22px; font-family: var(--font-display); }
.promise-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 28px; }
.promise-item { display: flex; align-items: center; gap: 12px; font-size: 15px; color: var(--ink-soft); padding: 10px 0; border-bottom: 1px solid var(--line); }
.promise-item .x { color: var(--gold-700); font-weight: 700; font-size: 13px; }

/* ---------- TEAM ---------- */
.team-grid { display: flex; flex-direction: column; gap: 18px; margin-top: 12px; }
.profile-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.profile-top { display: flex; gap: 20px; padding: 26px 28px 18px; align-items: flex-start; }
.avatar { width: 54px; height: 54px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 700; flex-shrink: 0; }
.av-teal { background: var(--teal-700); color: var(--gold-500); }
.av-gold { background: var(--gold-500); color: var(--teal-800); }
.av-deep { background: var(--teal-800); color: var(--gold-200); }
.profile-meta { flex: 1; }
.profile-name { font-family: var(--font-display); font-size: 19px; font-weight: 600; color: var(--teal-800); margin-bottom: 4px; }
.profile-title { font-size: 13.5px; color: var(--ink-mute); line-height: 1.5; margin-bottom: 10px; }
.profile-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.profile-tag { font-size: 11.5px; background: var(--teal-50); border: 1px solid var(--teal-100); border-radius: 20px; padding: 3px 11px; color: var(--teal-700); }
.profile-body { padding: 0 28px 24px; }
.profile-desc { font-size: 14.5px; line-height: 1.75; color: var(--ink-soft); margin-bottom: 18px; }
.focus-label { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 10px; }
.focus-list { display: flex; flex-wrap: wrap; gap: 8px; }
.focus-item { font-size: 13px; color: var(--ink-soft); background: var(--cream); border: 1px solid var(--line); border-radius: 8px; padding: 5px 12px; }
.positioning { margin-top: 18px; border-left: 3px solid var(--gold-500); padding: 12px 16px; background: var(--gold-50); border-radius: 0 8px 8px 0; }
.positioning-text { font-size: 13.5px; color: var(--ink-soft); line-height: 1.6; font-style: italic; }

.expand-btn { background: none; border: none; border-top: 1px solid var(--line); width: calc(100% + 56px); margin: 0 -28px; padding: 14px 28px; text-align: left; font-size: 13px; color: var(--gold-700); cursor: pointer; font-family: var(--font-body); font-weight: 500; }
.expand-btn:hover { background: var(--cream); }
.expand-btn .chev { display: inline-block; transition: transform .25s; }
.expand-btn.open .chev { transform: rotate(180deg); }
.expandable { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.expandable.open { max-height: 700px; }
.profile-body .expandable .focus-label { margin-top: 18px; }

.disclaimer { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 22px 26px; margin-top: 24px; }
.disclaimer-title { font-size: 12px; font-weight: 700; color: var(--ink-mute); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 10px; }
.disclaimer-text { font-size: 13px; color: var(--ink-mute); line-height: 1.75; }

/* ---------- FAQ ---------- */
.faq { display: flex; flex-direction: column; gap: 10px; margin-top: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.faq-q { width: 100%; background: var(--paper); border: none; padding: 18px 22px; text-align: left; font-size: 15.5px; font-weight: 600; color: var(--teal-800); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; font-family: var(--font-body); }
.faq-q:hover { background: var(--cream); }
.faq-q .chev { color: var(--gold-600); transition: transform .25s; flex-shrink: 0; }
.faq-q.open .chev { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a p { padding: 0 22px; font-size: 14.5px; color: var(--ink-soft); line-height: 1.75; }
.faq-a.open { max-height: 240px; }
.faq-a.open p { padding: 4px 22px 20px; }

/* ---------- FORM ---------- */
.form-section { background: var(--teal-700); color: #fff; padding: 64px 0 72px; }
.form-inner { max-width: 660px; }
.light-h2 { color: #fff; margin-bottom: 12px; }
.form-intro { font-size: 16px; color: rgba(255,255,255,0.82); margin-bottom: 32px; }
.entry-heading { font-size: 14px; font-weight: 600; color: rgba(255,255,255,0.9); margin-bottom: 14px; }
.entry-points { display: flex; flex-direction: column; gap: 10px; margin-bottom: 34px; }
.entry-point { display: flex; align-items: center; gap: 14px; padding: 15px 18px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.16); border-radius: var(--radius); cursor: pointer; text-align: left; transition: border-color .2s, background .2s; }
.entry-point:hover { border-color: var(--gold-500); background: rgba(255,255,255,0.1); }
.ep-icon { width: 34px; height: 34px; border-radius: 50%; background: var(--gold-500); color: var(--teal-800); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 15px; }
.ep-text { flex: 1; display: flex; flex-direction: column; }
.ep-title { font-size: 13.5px; font-weight: 500; color: #fff; line-height: 1.4; }
.ep-sub { font-size: 11.5px; color: rgba(255,255,255,0.6); }
.ep-arrow { color: var(--gold-500); font-size: 17px; }

.cooperation-form { display: flex; flex-direction: column; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-row { margin-bottom: 16px; display: flex; flex-direction: column; }
.cooperation-form label { font-size: 13px; color: rgba(255,255,255,0.82); margin-bottom: 7px; }
.cooperation-form input, .cooperation-form select, .cooperation-form textarea {
  width: 100%; padding: 11px 14px; border: 1px solid rgba(255,255,255,0.22);
  border-radius: 8px; font-size: 14.5px; background: rgba(255,255,255,0.95);
  color: var(--ink); font-family: var(--font-body); transition: border-color .2s, box-shadow .2s;
}
.cooperation-form input:focus, .cooperation-form select:focus, .cooperation-form textarea:focus {
  outline: none; border-color: var(--gold-500); box-shadow: 0 0 0 3px rgba(237,198,129,0.3);
}
.cooperation-form textarea { resize: vertical; }
.checkbox-row { display: flex; gap: 12px; align-items: flex-start; margin: 8px 0 24px; cursor: pointer; }
.checkbox-row input { width: auto; margin-top: 4px; flex-shrink: 0; accent-color: var(--gold-500); }
.checkbox-label { font-size: 12.5px; color: rgba(255,255,255,0.75); line-height: 1.6; }
.form-submit { padding: 15px; background: var(--gold-500); color: var(--teal-900); border: none; border-radius: 9px; font-size: 15px; font-weight: 700; cursor: pointer; transition: background .2s, transform .12s; font-family: var(--font-body); }
.form-submit:hover { background: var(--gold-200); }
.form-submit:active { transform: scale(0.99); }
.form-feedback { margin-top: 16px; font-size: 14px; color: var(--gold-500); text-align: center; min-height: 20px; }

/* ---------- FOOTER ---------- */
.site-footer { background: var(--teal-900); color: rgba(255,255,255,0.7); padding: 44px 0; }
.footer-inner { display: flex; gap: 32px; align-items: flex-start; }
.footer-logo { height: 88px; flex-shrink: 0; }
.footer-tagline { color: var(--gold-500); font-weight: 600; font-size: 15px; margin-bottom: 12px; }
.footer-compliance { font-size: 12.5px; line-height: 1.7; color: rgba(255,255,255,0.6); max-width: 520px; margin-bottom: 14px; }
.footer-copy { font-size: 12px; color: rgba(255,255,255,0.45); }

/* ---------- PIF: LIFE-SYSTEMS CASCADE ---------- */
.cascade { margin-top: 8px; display: flex; flex-direction: column; gap: 0; }
.cascade-row { display: grid; grid-template-columns: 1fr auto 1.3fr; gap: 18px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line); }
.cascade-when { font-size: 15px; font-weight: 600; color: var(--teal-800); }
.cascade-arrow { color: var(--gold-600); font-size: 18px; }
.cascade-then { font-size: 14px; color: var(--ink-soft); line-height: 1.5; }
.cascade-row:last-child { border-bottom: none; }

/* ---------- PIF: ACTION BANNER ---------- */
.pif-banner { background: var(--gold-500); border-radius: var(--radius-lg); padding: 36px 40px; margin-top: 8px; display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.pif-banner-text { flex: 1; min-width: 280px; }
.pif-banner-text .pb-eyebrow { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--teal-800); margin-bottom: 8px; }
.pif-banner-text h3 { font-family: var(--font-display); font-size: 26px; font-weight: 600; color: var(--teal-900); line-height: 1.25; margin-bottom: 6px; }
.pif-banner-text p { font-size: 15px; color: var(--teal-800); line-height: 1.5; }
.pif-banner .btn-dark { background: var(--teal-800); color: #fff; padding: 14px 26px; border-radius: 9px; font-size: 14.5px; font-weight: 600; text-decoration: none; white-space: nowrap; transition: background .2s; }
.pif-banner .btn-dark:hover { background: var(--teal-900); }

/* ---------- PIF: FRAMEWORK ---------- */
.framework { display: flex; flex-direction: column; gap: 14px; margin-top: 8px; }
.fw-item { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px 28px; display: grid; grid-template-columns: 56px 1fr; gap: 22px; }
.fw-num { font-family: var(--font-display); font-size: 30px; font-weight: 600; color: var(--gold-500); line-height: 1; }
.fw-body h3 { font-size: 18px; font-weight: 600; color: var(--teal-800); margin-bottom: 8px; }
.fw-lead { font-size: 14px; color: var(--ink-soft); line-height: 1.65; margin-bottom: 14px; }
.fw-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.fw-tag { font-size: 12px; color: var(--teal-700); background: var(--teal-50); border: 1px solid var(--teal-100); border-radius: 16px; padding: 4px 11px; }

/* ---------- PIF: SOLUTION SPOTLIGHT ---------- */
.spotlight-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 8px; }
.spot-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 24px 26px; display: flex; flex-direction: column; }
.spot-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; margin-bottom: 14px; }
.spot-challenge-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--gold-700); }
.spot-status { font-size: 10.5px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; padding: 3px 10px; border-radius: 14px; white-space: nowrap; flex-shrink: 0; }
.spot-status.review { background: var(--gold-50); color: var(--gold-700); border: 1px solid var(--gold-200); }
.spot-status.reviewed { background: var(--teal-50); color: var(--teal-700); border: 1px solid var(--teal-100); }
.spot-title { font-family: var(--font-display); font-size: 18px; font-weight: 600; color: var(--teal-800); line-height: 1.3; margin-bottom: 16px; }
.spot-rows { border-top: 1px solid var(--line); padding-top: 14px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.spot-row { display: grid; grid-template-columns: 92px 1fr; gap: 12px; }
.spot-row .sr-label { font-size: 11.5px; font-weight: 600; color: var(--ink-mute); text-transform: uppercase; letter-spacing: 0.03em; padding-top: 1px; }
.spot-row .sr-value { font-size: 13.5px; color: var(--ink-soft); line-height: 1.5; }
.spot-provider { margin-top: 14px; padding-top: 12px; border-top: 1px dashed var(--line); font-size: 12px; color: var(--ink-mute); }
.spot-provider strong { color: var(--teal-700); }

/* ---------- PIF: PARTICIPATE ---------- */
.participate { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 8px; }
.part-card { padding: 24px 0 0; border-top: 2px solid var(--teal-700); }
.part-card.is-lead { border-top-color: var(--gold-500); }
.part-role { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--gold-700); margin-bottom: 8px; }
.part-card h3 { font-size: 16px; font-weight: 600; color: var(--teal-800); margin-bottom: 8px; }
.part-card p { font-size: 13.5px; color: var(--ink-soft); line-height: 1.6; }

@media (max-width: 760px) {
  .cascade-row { grid-template-columns: 1fr; gap: 6px; padding: 14px 0; }
  .cascade-arrow { display: none; }
  .pif-banner { padding: 26px 24px; }
  .pif-banner-text h3 { font-size: 21px; }
  .fw-item { grid-template-columns: 1fr; gap: 10px; }
  .fw-num { font-size: 24px; }
  .spotlight-grid, .participate { grid-template-columns: 1fr; }
}

/* ---------- INVESTORS: THESIS BAND ---------- */
.thesis-band { background: var(--teal-800); color: #fff; }
.thesis-inner { padding: 60px 0; text-align: center; }
.thesis-band .section-label { color: var(--gold-500); justify-content: center; }
.thesis-quote { font-family: var(--font-display); font-size: 28px; font-weight: 500; line-height: 1.4; color: #fff; max-width: 720px; margin: 0 auto 18px; }
.thesis-quote em { color: var(--gold-500); font-style: italic; }
.thesis-sub { font-size: 15px; color: rgba(255,255,255,0.78); max-width: 560px; margin: 0 auto; line-height: 1.7; }

/* ---------- INVESTORS: VALUE PROPS ---------- */
.vp-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 8px; }
.vp-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 24px 26px; display: flex; gap: 16px; }
.vp-num { font-family: var(--font-display); font-size: 22px; font-weight: 600; color: var(--gold-600); flex-shrink: 0; line-height: 1; }
.vp-text h3 { font-size: 15.5px; font-weight: 600; color: var(--teal-800); margin-bottom: 6px; }
.vp-text p { font-size: 13.5px; color: var(--ink-soft); line-height: 1.6; }

/* ---------- INVESTORS: SCREENING ---------- */
.screen-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 32px; margin-top: 8px; }
.screen-row { display: flex; gap: 14px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid var(--line); }
.screen-check { width: 22px; height: 22px; border-radius: 50%; background: var(--teal-50); color: var(--teal-700); display: flex; align-items: center; justify-content: center; font-size: 12px; flex-shrink: 0; font-weight: 700; }
.screen-text strong { display: block; font-size: 14.5px; color: var(--teal-800); font-weight: 600; margin-bottom: 2px; }
.screen-text span { font-size: 13px; color: var(--ink-mute); line-height: 1.5; }

/* ---------- INVESTORS: PARTNERSHIP MODELS ---------- */
.models-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 8px; }
.model-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 22px 24px; }
.model-card .mc-icon { color: var(--gold-600); font-size: 19px; margin-bottom: 12px; }
.model-card h3 { font-size: 15px; font-weight: 600; color: var(--teal-800); margin-bottom: 6px; }
.model-card p { font-size: 13px; color: var(--ink-soft); line-height: 1.6; }

/* ---------- INVESTORS: NETWORK CATEGORIES ---------- */
.network-band { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px 36px; margin-top: 8px; }
.network-band .nb-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--gold-700); margin-bottom: 8px; }
.network-band h3 { font-family: var(--font-display); font-size: 22px; font-weight: 600; color: var(--teal-800); margin-bottom: 8px; }
.network-band .nb-intro { font-size: 14.5px; color: var(--ink-soft); line-height: 1.65; margin-bottom: 22px; max-width: 620px; }
.network-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.network-tag { font-size: 13px; background: var(--paper); border: 1px solid var(--border-strong); border-radius: 22px; padding: 8px 16px; color: var(--teal-700); font-weight: 500; }

/* ---------- INVESTORS: COMPLIANCE ---------- */
.compliance-note { margin-top: 28px; padding: 18px 22px; background: var(--paper); border: 1px solid var(--line); border-left: 3px solid var(--gold-500); border-radius: 0 var(--radius) var(--radius) 0; }
.compliance-note p { font-size: 13px; color: var(--ink-mute); line-height: 1.65; }

@media (max-width: 760px) {
  .vp-grid, .screen-grid, .models-grid { grid-template-columns: 1fr; }
  .thesis-quote { font-size: 21px; }
  .network-band { padding: 24px; }
}

/* ---------- TECH: ENTRY CHOICE ---------- */
.entry-choice { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 8px; }
.choice-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px 28px 26px; display: flex; flex-direction: column; }
.choice-card.priority { border-color: var(--gold-500); border-width: 1.5px; }
.choice-badge { align-self: flex-start; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; padding: 4px 12px; border-radius: 20px; margin-bottom: 16px; }
.choice-badge.free { background: var(--teal-50); color: var(--teal-700); }
.choice-badge.paid { background: var(--gold-500); color: var(--teal-800); }
.choice-title { font-family: var(--font-display); font-size: 20px; font-weight: 600; color: var(--teal-800); margin-bottom: 6px; }
.choice-price { font-size: 14px; color: var(--gold-700); font-weight: 600; margin-bottom: 14px; }
.choice-body { font-size: 14px; color: var(--ink-soft); line-height: 1.65; margin-bottom: 18px; flex: 1; }
.choice-for { font-size: 12.5px; color: var(--ink-mute); padding-top: 14px; border-top: 1px solid var(--line); }
.choice-for strong { color: var(--teal-700); font-weight: 600; }

/* ---------- TECH: CORE OFFER ---------- */
.core-offer { background: var(--teal-700); color: #fff; border-radius: var(--radius-lg); padding: 36px 40px; margin-top: 8px; }
.core-tag { display: inline-block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--teal-800); background: var(--gold-500); padding: 4px 12px; border-radius: 20px; margin-bottom: 16px; }
.core-offer h3 { font-family: var(--font-display); font-size: 26px; font-weight: 600; color: #fff; margin-bottom: 8px; }
.core-price { font-size: 16px; color: var(--gold-500); font-weight: 600; margin-bottom: 18px; }
.core-desc { font-size: 15px; color: rgba(255,255,255,0.85); line-height: 1.7; margin-bottom: 24px; max-width: 620px; }
.core-deliverables { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 28px; margin-bottom: 28px; }
.core-deliverables .cd-item { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: rgba(255,255,255,0.9); line-height: 1.5; }
.core-deliverables .cd-item .ck { color: var(--gold-500); flex-shrink: 0; font-weight: 700; }
.core-cta { display: inline-block; background: var(--gold-500); color: var(--teal-900); padding: 13px 26px; border-radius: 9px; font-size: 14.5px; font-weight: 700; text-decoration: none; transition: background .2s; }
.core-cta:hover { background: var(--gold-200); }

/* ---------- TECH: PRICING LADDER ---------- */
.ladder { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 8px; align-items: stretch; }
.tier { display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 22px 20px; position: relative; }
.tier.is-featured { border: 1.5px solid var(--gold-500); }
.tier-flag { position: absolute; top: -10px; left: 20px; font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; background: var(--gold-500); color: var(--teal-800); padding: 3px 10px; border-radius: 12px; }
.tier-stage { font-size: 11px; font-weight: 600; color: var(--gold-700); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 8px; }
.tier-name { font-size: 15.5px; font-weight: 600; color: var(--teal-800); line-height: 1.3; margin-bottom: 8px; min-height: 40px; }
.tier-price { font-size: 13.5px; color: var(--teal-700); font-weight: 600; padding-bottom: 12px; margin-bottom: 12px; border-bottom: 1px solid var(--line); }
.tier-list { list-style: none; display: flex; flex-direction: column; gap: 7px; flex: 1; }
.tier-list li { font-size: 12.5px; color: var(--ink-soft); line-height: 1.45; padding-left: 14px; position: relative; }
.tier-list li::before { content: "·"; position: absolute; left: 3px; color: var(--gold-600); font-weight: 700; }

/* ---------- TECH: UNLOCK ---------- */
.unlock-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 8px; }
.unlock-card { padding: 24px 0 0; border-top: 2px solid var(--gold-500); }
.unlock-num { font-size: 13px; font-weight: 700; color: var(--gold-700); margin-bottom: 10px; }
.unlock-card h3 { font-size: 16px; font-weight: 600; color: var(--teal-800); margin-bottom: 8px; }
.unlock-card p { font-size: 13.5px; color: var(--ink-soft); line-height: 1.65; }
.qualify-note { margin-top: 24px; font-size: 12.5px; color: var(--ink-mute); line-height: 1.7; padding: 16px 20px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); font-style: italic; }

@media (max-width: 760px) {
  .entry-choice { grid-template-columns: 1fr; }
  .core-deliverables { grid-template-columns: 1fr; }
  .core-offer { padding: 28px 24px; }
  .ladder { grid-template-columns: 1fr; }
  .tier { padding-top: 26px; }
  .tier-name { min-height: 0; }
  .unlock-grid { grid-template-columns: 1fr; }
}

/* ---------- HOME: MISSING MIDDLE ---------- */
.missing-middle { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: stretch; margin-top: 8px; }
.mm-zone { display: flex; flex-direction: column; }
.mm-zone-label { font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 600; margin-bottom: 12px; color: var(--ink-mute); min-height: 28px; }
.mm-gap .mm-zone-label { color: var(--gold-700); }
.mm-nodes { display: flex; gap: 10px; flex: 1; }
.mm-gap .mm-nodes { gap: 10px; }
.mm-node { flex: 1; min-width: 120px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 16px 14px; display: flex; flex-direction: column; }
.mm-node .mm-num { font-size: 11px; font-weight: 600; color: var(--ink-mute); margin-bottom: 6px; }
.mm-node .mm-label { font-size: 14.5px; font-weight: 600; color: var(--teal-800); margin-bottom: 6px; line-height: 1.3; }
.mm-node .mm-sub { font-size: 12px; color: var(--ink-mute); line-height: 1.5; }
.mm-node.is-gap { background: var(--gold-50); border: 1px solid var(--gold-200); border-top: 3px solid var(--gold-500); border-radius: 0 0 var(--radius) var(--radius); }
.mm-node.is-gap .mm-num { color: var(--gold-700); }
.mm-node.is-gap .mm-label { color: var(--gold-700); }
.mm-node.is-gap .mm-sub { color: var(--ink-soft); }
.mm-node.is-impact { background: var(--teal-700); border-color: var(--teal-700); justify-content: center; }
.mm-node.is-impact .mm-num { color: var(--gold-500); font-size: 16px; }
.mm-node.is-impact .mm-label { color: #fff; }
.mm-node.is-impact .mm-sub { color: rgba(255,255,255,0.8); }
.mm-gap { background: rgba(237,198,129,0.07); border-radius: var(--radius-lg); padding: 12px; margin: -12px 0; }
.mm-formula { margin-top: 26px; font-size: 14.5px; color: var(--ink-soft); text-align: center; line-height: 1.9; }
.mm-formula span { color: var(--gold-600); font-weight: 600; margin: 0 4px; }
.mm-formula strong { color: var(--gold-700); font-weight: 600; }

/* ---------- HOME: TEAM TRUST STRIP ---------- */
.team-strip { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 22px 28px; margin-top: 8px; display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.team-strip-avatars { display: flex; }
.team-strip-avatars .ts-av { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; border: 2px solid var(--cream); }
.team-strip-avatars .ts-av:not(:first-child) { margin-left: -12px; }
.ts-av.av-teal { background: var(--teal-700); color: var(--gold-500); }
.ts-av.av-gold { background: var(--gold-500); color: var(--teal-800); }
.ts-av.av-deep { background: var(--teal-800); color: var(--gold-200); }
.team-strip-text { flex: 1; min-width: 240px; }
.team-strip-text p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.6; }
.team-strip-text strong { color: var(--teal-800); font-weight: 600; }
.team-strip-link { font-size: 14px; font-weight: 600; color: var(--teal-700); text-decoration: none; white-space: nowrap; display: inline-flex; align-items: center; gap: 6px; }
.team-strip-link:hover { color: var(--gold-700); }

@media (max-width: 760px) {
  .missing-middle { grid-template-columns: 1fr; }
  .mm-nodes { flex-direction: column; }
  .mm-gap { margin: 0; }
  .mm-formula { font-size: 13px; }
  .team-strip { flex-direction: column; align-items: flex-start; }
}

/* ---------- HOME: DIRECT ANSWER ---------- */
.direct-answer { background: var(--teal-50); border: 1px solid var(--teal-100); border-radius: var(--radius-lg); padding: 28px 32px; margin-top: 8px; }
.da-q { font-size: 17px; font-weight: 600; color: var(--teal-800); margin-bottom: 10px; font-family: var(--font-display); }
.da-a { font-size: 15.5px; color: var(--ink-soft); line-height: 1.7; }

/* ---------- HOME: PATHWAY FORMULA ---------- */
.formula-flow { display: flex; flex-wrap: wrap; align-items: stretch; gap: 10px; margin-top: 8px; }
.formula-node { flex: 1; min-width: 130px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 16px 14px; text-align: center; display: flex; flex-direction: column; justify-content: center; position: relative; }
.formula-node:not(:last-child)::after { content: "→"; position: absolute; right: -13px; top: 50%; transform: translateY(-50%); color: var(--gold-600); font-size: 16px; z-index: 2; }
.formula-node .fn-num { font-size: 11px; color: var(--gold-700); font-weight: 600; margin-bottom: 4px; }
.formula-node .fn-label { font-size: 13.5px; color: var(--teal-800); font-weight: 500; line-height: 1.35; }
.formula-node.is-impact { background: var(--teal-700); border-color: var(--teal-700); }
.formula-node.is-impact .fn-num { color: var(--gold-500); }
.formula-node.is-impact .fn-label { color: #fff; }

/* ---------- HOME: CHOOSE PATH CARDS ---------- */
.path-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 8px; }
.path-card { display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px 24px; transition: border-color .2s, transform .12s; }
.path-card:hover { border-color: var(--gold-500); transform: translateY(-2px); }
.path-icon { width: 44px; height: 44px; border-radius: 12px; background: var(--teal-50); color: var(--teal-700); display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 16px; }
.path-title { font-family: var(--font-display); font-size: 19px; font-weight: 600; color: var(--teal-800); margin-bottom: 4px; }
.path-subtitle { font-size: 12.5px; color: var(--gold-700); font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 14px; }
.path-body { font-size: 14px; color: var(--ink-soft); line-height: 1.65; margin-bottom: 20px; flex: 1; }
.path-cta { display: inline-flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 600; color: var(--teal-700); text-decoration: none; }
.path-cta:hover { color: var(--gold-700); }
.path-cta .arr { transition: transform .2s; }
.path-card:hover .path-cta .arr { transform: translateX(3px); }

/* ---------- HOME: INTEGRITY BAND ---------- */
.integrity-band { background: var(--teal-800); color: #fff; }
.integrity-inner { padding: 64px 0; }
.integrity-band .section-label { color: var(--gold-500); }
.integrity-band h2 { color: #fff; }
.integrity-lead { font-size: 17px; color: rgba(255,255,255,0.86); line-height: 1.7; max-width: 640px; margin-bottom: 32px; }
.integrity-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.integrity-item { padding: 22px 0 0; border-top: 2px solid var(--gold-500); }
.integrity-item h3 { font-size: 16px; font-weight: 600; color: var(--gold-500); margin-bottom: 8px; }
.integrity-item p { font-size: 14px; color: rgba(255,255,255,0.78); line-height: 1.65; }

/* ---------- HOME: WHAT WE STRUCTURE ---------- */
.structure-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 8px; }
.structure-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 24px; }
.structure-card .sc-icon { color: var(--gold-600); font-size: 20px; margin-bottom: 12px; }
.structure-card h3 { font-size: 15.5px; font-weight: 600; color: var(--teal-800); margin-bottom: 8px; }
.structure-card p { font-size: 13.5px; color: var(--ink-soft); line-height: 1.6; }

/* ---------- HOME: COMPARISON ---------- */
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 8px; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.compare-col { padding: 28px 28px 30px; }
.compare-col.not { background: var(--cream); }
.compare-col.yes { background: var(--teal-700); }
.compare-head { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 18px; }
.compare-col.not .compare-head { color: var(--ink-mute); }
.compare-col.yes .compare-head { color: var(--gold-500); }
.compare-list { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.compare-list li { font-size: 14px; line-height: 1.4; display: flex; gap: 10px; align-items: flex-start; }
.compare-col.not li { color: var(--ink-mute); }
.compare-col.not li .mk { color: #C0644A; font-weight: 700; flex-shrink: 0; }
.compare-col.yes li { color: rgba(255,255,255,0.92); }
.compare-col.yes li .mk { color: var(--gold-500); font-weight: 700; flex-shrink: 0; }

/* ---------- HOME: PROGRAM CARDS ---------- */
.program-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 8px; }
.program-card { display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.program-head { padding: 22px 24px 18px; border-bottom: 1px solid var(--line); }
.program-aud { font-size: 11.5px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: var(--gold-700); margin-bottom: 8px; }
.program-title { font-family: var(--font-display); font-size: 18px; font-weight: 600; color: var(--teal-800); line-height: 1.25; }
.program-body { padding: 18px 24px; flex: 1; }
.program-body p { font-size: 13.5px; color: var(--ink-soft); line-height: 1.6; }
.program-foot { padding: 0 24px 22px; }
.program-fee { font-size: 13px; color: var(--teal-700); font-weight: 600; padding: 10px 0 16px; border-top: 1px solid var(--line); margin-top: 4px; }
.program-cta { display: block; text-align: center; background: var(--teal-700); color: #fff; padding: 11px; border-radius: 8px; font-size: 13.5px; font-weight: 600; text-decoration: none; transition: background .2s; }
.program-cta:hover { background: var(--teal-800); }

/* ---------- HOME: FINAL CTA ---------- */
.final-cta { background: var(--teal-900); color: #fff; padding: 64px 0; text-align: center; }
.final-cta h2 { color: #fff; font-size: 32px; margin-bottom: 16px; }
.final-cta p { font-size: 16.5px; color: rgba(255,255,255,0.8); max-width: 600px; margin: 0 auto 32px; }
.final-btns { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.final-btns .btn-line { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.28); padding: 13px 22px; border-radius: 9px; font-size: 14px; font-weight: 500; text-decoration: none; transition: border-color .2s, color .2s; }
.final-btns .btn-line:hover { border-color: var(--gold-500); color: var(--gold-500); }

@media (max-width: 760px) {
  .path-cards, .structure-grid, .integrity-grid, .program-cards, .compare { grid-template-columns: 1fr; }
  .formula-node:not(:last-child)::after { content: "↓"; right: 50%; top: auto; bottom: -13px; transform: translateX(50%); }
  .final-cta h2 { font-size: 25px; }
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 760px) {
  .site-nav { display: none; }
  .site-nav.open { display: flex; flex-direction: column; position: absolute; top: 64px; left: 0; right: 0; background: var(--teal-800); padding: 16px 24px; gap: 16px; border-top: 1px solid rgba(255,255,255,0.1); }
  .nav-toggle { display: flex; }
  .hero h1 { font-size: 32px; }
  .hero-sub { font-size: 16px; }
  h2 { font-size: 25px; }
  .quote-cards, .eval-grid, .promise-grid, .form-grid { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; align-items: center; text-align: center; }
  .footer-compliance { max-width: none; }
}

/* ---------- ACCESSIBILITY ---------- */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
:focus-visible { outline: 2px solid var(--gold-500); outline-offset: 2px; }

/* ============================================================
   V2 COMPONENTS (new architecture)
   ============================================================ */

/* ---- Header: wider + lang switch ---- */
.header-inner { max-width: 1140px; }
.site-nav { gap: 18px; }
.site-nav a { font-size: 13.5px; }
.lang-switch { display: inline-flex; align-items: center; gap: 4px; margin-left: 4px; padding-left: 14px; border-left: 1px solid rgba(255,255,255,0.18); }
.lang-switch a { font-size: 12.5px; font-weight: 600; color: rgba(255,255,255,0.55); padding: 2px 5px; border-radius: 5px; }
.lang-switch a.on { color: var(--teal-900); background: var(--gold-500); }
.lang-switch a:hover { color: #fff; }
.lang-switch a.on:hover { color: var(--teal-900); }

/* ---- Quotable definition sentence (AEO pull-quote) ---- */
.quotable { margin: 8px 0 4px; padding: 26px 30px; background: var(--teal-800); border-radius: var(--radius-lg); position: relative; }
.quotable p { font-family: var(--font-display); font-size: 20px; line-height: 1.45; color: #fff; font-weight: 500; }
.quotable p em { color: var(--gold-500); font-style: italic; }
.quotable .q-mark { position: absolute; top: 10px; left: 16px; font-family: var(--font-display); font-size: 46px; color: var(--gold-500); opacity: 0.5; line-height: 1; }
.quotable.on-tint { background: var(--teal-700); }

/* ---- Direct answer: refine for v2 ---- */
.direct-answer .da-tag { font-size: 11px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--gold-700); margin-bottom: 8px; }

/* ---- Two-column compare (Need vs Exposure / Not this vs This) ---- */
.vs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 8px; }
.vs-col { border-radius: var(--radius-lg); padding: 24px 26px; }
.vs-col.neg { background: var(--paper); border: 1px solid var(--line); }
.vs-col.pos { background: var(--teal-700); }
.vs-col h3 { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 14px; }
.vs-col.neg h3 { color: var(--ink-mute); }
.vs-col.pos h3 { color: var(--gold-500); }
.vs-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.vs-col li { font-size: 14px; line-height: 1.5; padding-left: 22px; position: relative; }
.vs-col.neg li { color: var(--ink-soft); }
.vs-col.pos li { color: rgba(255,255,255,0.92); }
.vs-col.neg li::before { content: "\2715"; position: absolute; left: 0; color: #C2624D; font-weight: 700; font-size: 12px; top: 1px; }
.vs-col.pos li::before { content: "\2713"; position: absolute; left: 0; color: var(--gold-500); font-weight: 700; font-size: 13px; }

/* ---- Engagement pathways (numbered stages) ---- */
.stages { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 8px; }
.stage-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 22px 20px; display: flex; flex-direction: column; }
.stage-card .st-n { font-family: var(--font-display); font-size: 15px; font-weight: 600; color: var(--teal-900); background: var(--gold-500); width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.stage-card h3 { font-size: 15px; font-weight: 600; color: var(--teal-800); line-height: 1.3; margin-bottom: 8px; }
.stage-card p { font-size: 13px; color: var(--ink-soft); line-height: 1.55; }

/* ---- Assess-first axis list ---- */
.axis-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 28px; margin-top: 8px; }
.axis-item { display: flex; gap: 13px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid var(--line); }
.axis-item .ax-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold-500); margin-top: 7px; flex-shrink: 0; }
.axis-item .ax-t { font-size: 14.5px; color: var(--ink); line-height: 1.5; }
.axis-item .ax-t strong { color: var(--teal-800); font-weight: 600; }

/* ---- Insights cards ---- */
.insight-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 8px; }
.insight-card { display: block; text-decoration: none; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px 28px; transition: border-color .2s, transform .2s; }
.insight-card:hover { border-color: var(--gold-500); transform: translateY(-2px); }
.insight-card .ic-cluster { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--gold-700); margin-bottom: 10px; }
.insight-card h3 { font-family: var(--font-display); font-size: 20px; font-weight: 600; color: var(--teal-800); line-height: 1.3; margin-bottom: 10px; }
.insight-card p { font-size: 13.5px; color: var(--ink-soft); line-height: 1.6; margin-bottom: 14px; }
.insight-card .ic-more { font-size: 13px; font-weight: 600; color: var(--teal-700); }
.insight-card .ic-more::after { content: " \2192"; color: var(--gold-600); }

/* ---- Topic clusters ---- */
.cluster-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 8px; }
.cluster-card { padding: 22px 0 0; border-top: 2px solid var(--teal-700); }
.cluster-card h3 { font-size: 16px; font-weight: 600; color: var(--teal-800); margin-bottom: 8px; }
.cluster-card p { font-size: 13px; color: var(--ink-soft); line-height: 1.6; }

/* ---- Contact path selector ---- */
.path-selector { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 8px; }
.psel-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px 26px; display: flex; flex-direction: column; }
.psel-card .ps-role { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--gold-700); margin-bottom: 10px; flex: 0 0 auto; min-height: 2.6em; }
.psel-card h3 { font-family: var(--font-display); font-size: 20px; font-weight: 600; color: var(--teal-800); margin-bottom: 8px; flex: 0 0 auto; min-height: 2.5em; }
.psel-card p { font-size: 13.5px; color: var(--ink-soft); line-height: 1.6; margin-bottom: 18px; }
.psel-card a.ps-cta { font-size: 14px; font-weight: 600; color: #fff; background: var(--teal-700); padding: 11px 18px; border-radius: 8px; text-decoration: none; text-align: center; transition: background .2s; margin-top: auto; }
.psel-card a.ps-cta:hover { background: var(--teal-800); }

/* ---- Submission form (segmented) ---- */
.subform { margin-top: 8px; }
.subform fieldset { border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px 28px; margin-bottom: 18px; }
.subform legend { font-family: var(--font-display); font-size: 17px; font-weight: 600; color: var(--teal-800); padding: 0 10px; }
.subform .fs-hint { font-size: 12.5px; color: var(--ink-mute); margin: 4px 0 18px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 13px; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
.field label .req { color: #C2624D; }
.field input[type=text], .field input[type=email], .field input[type=url], .field select, .field textarea {
  width: 100%; padding: 11px 13px; border: 1px solid var(--border-strong, #CFC9BC); border-radius: 8px;
  font-family: var(--font-body); font-size: 14px; color: var(--ink); background: #fff;
}
.field textarea { resize: vertical; min-height: 76px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--gold-500); outline-offset: 1px; border-color: var(--gold-500); }
.field-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field .opts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 4px; }
.field .opt { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; color: var(--ink-soft); background: var(--paper); border: 1px solid var(--line); padding: 8px 12px; border-radius: 8px; cursor: pointer; }
.field .opt input { accent-color: var(--teal-700); }
.subform .ack { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--ink-soft); line-height: 1.5; margin-bottom: 12px; }
.subform .ack input { margin-top: 3px; accent-color: var(--teal-700); flex-shrink: 0; }

/* ---- Success state ---- */
.success-box { background: var(--teal-50); border: 1px solid var(--teal-100); border-radius: var(--radius-lg); padding: 30px 32px; text-align: center; display: none; }
.success-box.show { display: block; }
.success-box .sx-icon { font-size: 34px; color: var(--teal-700); margin-bottom: 10px; }
.success-box h3 { font-family: var(--font-display); font-size: 22px; color: var(--teal-800); margin-bottom: 8px; }
.success-box p { font-size: 14px; color: var(--ink-soft); line-height: 1.6; }

/* ---- Article (insights detail) ---- */
.article-wrap { max-width: 720px; }
.article-wrap .art-cluster { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--gold-700); margin-bottom: 12px; }
.article-wrap h1 { font-family: var(--font-display); font-size: 34px; font-weight: 600; color: var(--teal-800); line-height: 1.2; margin-bottom: 20px; }
.article-wrap .art-answer { background: var(--gold-50); border-left: 3px solid var(--gold-500); border-radius: 0 var(--radius) var(--radius) 0; padding: 18px 22px; margin-bottom: 24px; }
.article-wrap .art-answer .aa-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--gold-700); margin-bottom: 6px; }
.article-wrap .art-answer p { font-size: 15px; color: var(--ink); line-height: 1.6; }
.article-wrap h2 { font-family: var(--font-display); font-size: 22px; color: var(--teal-800); margin: 28px 0 12px; }
.article-wrap p { font-size: 15.5px; color: var(--ink-soft); line-height: 1.75; margin-bottom: 14px; }
.article-wrap ul { margin: 0 0 16px 0; padding-left: 22px; }
.article-wrap li { font-size: 15.5px; color: var(--ink-soft); line-height: 1.7; margin-bottom: 6px; }

@media (max-width: 820px) {
  .site-nav { gap: 14px; }
}
@media (max-width: 760px) {
  .vs-grid, .axis-list, .insight-grid, .field-2 { grid-template-columns: 1fr; }
  .stages, .cluster-grid, .path-selector { grid-template-columns: 1fr; }
  .quotable p { font-size: 17px; }
  .article-wrap h1 { font-size: 27px; }
}

/* ---- Submit page: light form background (long form needs dark-on-light labels) ---- */
.form-section.form-light { background: var(--cream); }
.form-section.form-light .section-label.light { color: var(--gold-700); }
.form-section.form-light .light-h2 { color: var(--teal-800); }
.form-section.form-light .form-intro { color: var(--ink-soft); }
.subform fieldset { background: var(--paper); }

/* ---- Fix: quotable text stays white even inside article-wrap ---- */
.article-wrap .quotable p { color: #fff; }
.article-wrap .quotable p em { color: var(--gold-500); }

/* ---- Team: judgement-layer four-element grid ---- */
.jl-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 8px; }
.jl-item { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 22px 20px; font-family: var(--font-display); font-size: 16px; font-weight: 600; color: var(--teal-800); line-height: 1.35; border-top: 2px solid var(--gold-500); }
@media (max-width: 760px) { .jl-grid { grid-template-columns: 1fr 1fr; } }

/* ============================================================
   VISUAL FLOW COMPONENTS (homepage journey + missing middle)
   ============================================================ */

/* ---- Signature pathway journey (horizontal connected stepper) ---- */
.journey { margin: 10px 0 4px; }
.journey-track { display: flex; align-items: flex-start; }
.journey-step { flex: 1 1 0; display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; padding: 0 6px; }
.journey-step .jn {
  width: 58px; height: 58px; border-radius: 50%; background: var(--teal-700); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 22px; font-weight: 600;
  position: relative; z-index: 2; box-shadow: 0 4px 14px rgba(26,81,90,0.22);
}
.journey-step.is-gold .jn { background: var(--gold-500); color: var(--teal-900); box-shadow: 0 4px 16px rgba(237,198,129,0.5); }
.journey-step .jl { margin-top: 14px; font-size: 14.5px; font-weight: 600; color: var(--teal-800); line-height: 1.3; }
.journey-step .jd { margin-top: 5px; font-size: 12px; color: var(--ink-mute); line-height: 1.45; max-width: 155px; }
/* connector line + arrowhead between steps */
.journey-step::before {
  content: ""; position: absolute; top: 28px; left: -50%; width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--gold-200), var(--gold-500)); z-index: 1; border-radius: 2px;
}
.journey-step::after {
  content: ""; position: absolute; top: 22px; left: calc(0% - 7px);
  border-left: 8px solid var(--gold-500); border-top: 6px solid transparent; border-bottom: 6px solid transparent; z-index: 2;
}
.journey-step:first-child::before, .journey-step:first-child::after { display: none; }

@media (max-width: 720px) {
  .journey-track { flex-direction: column; align-items: flex-start; gap: 0; padding-left: 8px; }
  .journey-step { flex-direction: row; align-items: center; gap: 16px; text-align: left; width: 100%; padding: 10px 0; }
  .journey-step .jn { width: 48px; height: 48px; font-size: 18px; flex-shrink: 0; }
  .journey-step .jtext { display: flex; flex-direction: column; }
  .journey-step .jl { margin-top: 0; }
  .journey-step .jd { margin-top: 3px; max-width: none; }
  /* vertical connector on the left */
  .journey-step::before { top: -50%; left: 24px; width: 3px; height: 100%; background: linear-gradient(180deg, var(--gold-200), var(--gold-500)); }
  .journey-step::after { top: calc(0% - 7px); left: 18px; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 8px solid var(--gold-500); border-bottom: none; }
}

/* ---- Missing-middle visual ---- */
.middle-viz { display: grid; grid-template-columns: 1fr auto 1.3fr auto 1fr; align-items: stretch; gap: 0; margin: 12px 0 4px; }
.mv-box { border-radius: var(--radius-lg); padding: 22px 20px; display: flex; flex-direction: column; justify-content: center; text-align: center; }
.mv-box.solid { background: var(--teal-700); color: #fff; }
.mv-box.solid .mv-t { color: #fff; }
.mv-box.solid .mv-d { color: rgba(255,255,255,0.82); }
.mv-box.gap { background: repeating-linear-gradient(45deg, var(--gold-50), var(--gold-50) 10px, #fff 10px, #fff 20px); border: 2px dashed var(--gold-600); }
.mv-box.gap .mv-t { color: var(--gold-700); }
.mv-box.gap .mv-d { color: var(--ink-soft); }
.mv-box .mv-t { font-family: var(--font-display); font-size: 17px; font-weight: 600; line-height: 1.25; margin-bottom: 6px; }
.mv-box .mv-d { font-size: 12.5px; line-height: 1.45; }
.mv-arrow { display: flex; align-items: center; justify-content: center; padding: 0 12px; color: var(--gold-600); font-size: 24px; }
@media (max-width: 720px) {
  .middle-viz { grid-template-columns: 1fr; gap: 10px; }
  .mv-arrow { transform: rotate(90deg); padding: 2px 0; }
}

/* ============================================================
   MORE VISUAL COMPONENTS (site-wide flow language)
   ============================================================ */

/* ---- Match / handshake relationship diagram (tech × developer) ---- */
.match-viz { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 0; margin: 12px 0 6px; }
.match-node { background: var(--paper); border: 1px solid var(--line); border-top: 3px solid var(--teal-700); border-radius: var(--radius-lg); padding: 24px 22px; text-align: center; }
.match-node.gold { border-top-color: var(--gold-500); }
.match-node .mn-t { font-family: var(--font-display); font-size: 18px; font-weight: 600; color: var(--teal-800); margin-bottom: 6px; }
.match-node .mn-d { font-size: 13px; color: var(--ink-soft); line-height: 1.5; }
.match-center { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0 20px; }
.match-center .mc-circle { width: 66px; height: 66px; border-radius: 50%; background: var(--teal-700); color: var(--gold-500); display: flex; align-items: center; justify-content: center; font-size: 30px; box-shadow: 0 6px 18px rgba(26,81,90,0.28); }
.match-center .mc-label { margin-top: 10px; font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--gold-700); text-align: center; }
.match-center .mc-lines { position: absolute; }
@media (max-width: 720px) {
  .match-viz { grid-template-columns: 1fr; gap: 12px; }
  .match-center { flex-direction: row; gap: 12px; padding: 4px 0; }
  .match-center .mc-circle { transform: rotate(90deg); }
}

/* ---- Icon feature grid (lighter than text cards) ---- */
.icon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 8px; }
.icon-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.icon-item { display: flex; gap: 14px; align-items: flex-start; }
.icon-item .ig-icon { width: 42px; height: 42px; flex-shrink: 0; border-radius: 10px; background: var(--teal-50); color: var(--teal-700); display: flex; align-items: center; justify-content: center; }
.icon-item .ig-icon svg { width: 22px; height: 22px; stroke: var(--teal-700); }
.icon-item .ig-t { font-size: 14.5px; font-weight: 600; color: var(--teal-800); line-height: 1.3; margin-bottom: 4px; }
.icon-item .ig-d { font-size: 13px; color: var(--ink-soft); line-height: 1.5; }
@media (max-width: 760px) { .icon-grid, .icon-grid.cols-2 { grid-template-columns: 1fr; } }

/* ---- Vertical numbered flow (for 5-step pathways that are too long horizontally) ---- */
.vflow { margin: 10px 0 4px; }
.vflow-step { display: flex; gap: 18px; align-items: flex-start; position: relative; padding-bottom: 26px; }
.vflow-step:last-child { padding-bottom: 0; }
.vflow-step .vn { width: 44px; height: 44px; border-radius: 50%; background: var(--teal-700); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 18px; font-weight: 600; flex-shrink: 0; z-index: 2; }
.vflow-step.is-gold .vn { background: var(--gold-500); color: var(--teal-900); }
.vflow-step::before { content: ""; position: absolute; left: 21px; top: 44px; bottom: -4px; width: 2px; background: var(--gold-300, #E7D3A8); z-index: 1; }
.vflow-step:last-child::before { display: none; }
.vflow-step .vtext { padding-top: 2px; }
.vflow-step .vl { font-size: 15.5px; font-weight: 600; color: var(--teal-800); line-height: 1.3; }
.vflow-step .vd { font-size: 13.5px; color: var(--ink-soft); line-height: 1.55; margin-top: 3px; }

/* ============================================================
   FIX: visual-component titles and descriptions must each be
   on their own line (they are <span>s, inline by default)
   ============================================================ */
.icon-item .ig-t, .icon-item .ig-d,
.journey-step .jl, .journey-step .jd,
.match-node .mn-t, .match-node .mn-d,
.mv-box .mv-t, .mv-box .mv-d,
.vflow-step .vl, .vflow-step .vd { display: block; }

/* the wrapper spans need to be block-level containers too */
.journey-step .jtext { display: flex; flex-direction: column; align-items: center; }
.icon-item > span:last-child { display: block; }
.vflow-step .vtext { display: block; }

/* breathing room now that they stack */
.icon-item .ig-t { margin-bottom: 5px; }
.match-node .mn-t { margin-bottom: 7px; }
.mv-box .mv-t { margin-bottom: 7px; }

@media (max-width: 720px) {
  .journey-step .jtext { align-items: flex-start; }
}

/* ============================================================
   SCROLL REVEAL — flow animation
   Only active when JS adds .js-reveal to <html>, so the site
   stays fully visible if JS is unavailable.
   ============================================================ */
.js-reveal .reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .6s cubic-bezier(.22,.61,.36,1), transform .6s cubic-bezier(.22,.61,.36,1);
  will-change: opacity, transform;
}
.js-reveal .reveal.in { opacity: 1; transform: none; }

/* ---- Journey: steps rise in sequence, connectors draw left→right ---- */
.js-reveal .journey-step { opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s cubic-bezier(.22,.61,.36,1); }
.js-reveal .journey.in .journey-step { opacity: 1; transform: none; }
.js-reveal .journey-step::before { transform: scaleX(0); transform-origin: left center; transition: transform .5s ease; }
.js-reveal .journey.in .journey-step::before { transform: scaleX(1); }
.js-reveal .journey-step::after { opacity: 0; transition: opacity .3s ease; }
.js-reveal .journey.in .journey-step::after { opacity: 1; }
.js-reveal .journey.in .journey-step:nth-child(1) { transition-delay: .00s }
.js-reveal .journey.in .journey-step:nth-child(2) { transition-delay: .14s }
.js-reveal .journey.in .journey-step:nth-child(3) { transition-delay: .28s }
.js-reveal .journey.in .journey-step:nth-child(4) { transition-delay: .42s }
.js-reveal .journey.in .journey-step:nth-child(5) { transition-delay: .56s }
.js-reveal .journey.in .journey-step:nth-child(2)::before { transition-delay: .10s }
.js-reveal .journey.in .journey-step:nth-child(3)::before { transition-delay: .24s }
.js-reveal .journey.in .journey-step:nth-child(4)::before { transition-delay: .38s }
.js-reveal .journey.in .journey-step:nth-child(5)::before { transition-delay: .52s }
.js-reveal .journey.in .journey-step:nth-child(2)::after { transition-delay: .30s }
.js-reveal .journey.in .journey-step:nth-child(3)::after { transition-delay: .44s }
.js-reveal .journey.in .journey-step:nth-child(4)::after { transition-delay: .58s }
.js-reveal .journey.in .journey-step:nth-child(5)::after { transition-delay: .72s }
/* the final gold node gets a gentle pop */
.js-reveal .journey.in .journey-step.is-gold .jn { animation: jnPop .5s cubic-bezier(.34,1.56,.64,1) .62s both; }
@keyframes jnPop { 0% { transform: scale(.86) } 60% { transform: scale(1.06) } 100% { transform: scale(1) } }

/* ---- Vertical flow: steps cascade down, spine grows ---- */
.js-reveal .vflow-step { opacity: 0; transform: translateX(-10px); transition: opacity .5s ease, transform .5s cubic-bezier(.22,.61,.36,1); }
.js-reveal .vflow.in .vflow-step { opacity: 1; transform: none; }
.js-reveal .vflow-step::before { transform: scaleY(0); transform-origin: top center; transition: transform .45s ease; }
.js-reveal .vflow.in .vflow-step::before { transform: scaleY(1); }
.js-reveal .vflow.in .vflow-step:nth-child(1) { transition-delay: .00s }
.js-reveal .vflow.in .vflow-step:nth-child(2) { transition-delay: .12s }
.js-reveal .vflow.in .vflow-step:nth-child(3) { transition-delay: .24s }
.js-reveal .vflow.in .vflow-step:nth-child(4) { transition-delay: .36s }
.js-reveal .vflow.in .vflow-step:nth-child(5) { transition-delay: .48s }
.js-reveal .vflow.in .vflow-step:nth-child(1)::before { transition-delay: .08s }
.js-reveal .vflow.in .vflow-step:nth-child(2)::before { transition-delay: .20s }
.js-reveal .vflow.in .vflow-step:nth-child(3)::before { transition-delay: .32s }
.js-reveal .vflow.in .vflow-step:nth-child(4)::before { transition-delay: .44s }

/* ---- Missing middle / structuring layer: left → gap → right ---- */
.js-reveal .middle-viz > * { opacity: 0; transform: translateY(12px); transition: opacity .55s ease, transform .55s cubic-bezier(.22,.61,.36,1); }
.js-reveal .middle-viz.in > * { opacity: 1; transform: none; }
.js-reveal .middle-viz.in > *:nth-child(1) { transition-delay: .00s }
.js-reveal .middle-viz.in > *:nth-child(2) { transition-delay: .14s }
.js-reveal .middle-viz.in > *:nth-child(3) { transition-delay: .24s }
.js-reveal .middle-viz.in > *:nth-child(4) { transition-delay: .38s }
.js-reveal .middle-viz.in > *:nth-child(5) { transition-delay: .48s }

/* ---- Match diagram: sides converge, handshake pops ---- */
.js-reveal .match-viz .match-node { opacity: 0; transition: opacity .55s ease, transform .55s cubic-bezier(.22,.61,.36,1); }
.js-reveal .match-viz .match-node:first-child { transform: translateX(-18px); }
.js-reveal .match-viz .match-node:last-child { transform: translateX(18px); }
.js-reveal .match-viz.in .match-node { opacity: 1; transform: none; }
.js-reveal .match-viz .match-center { opacity: 0; transition: opacity .4s ease; }
.js-reveal .match-viz.in .match-center { opacity: 1; transition-delay: .34s; }
.js-reveal .match-viz.in .mc-circle { animation: jnPop .5s cubic-bezier(.34,1.56,.64,1) .38s both; }

/* ---- Icon grid: items fade up in sequence ---- */
.js-reveal .icon-item { opacity: 0; transform: translateY(12px); transition: opacity .5s ease, transform .5s cubic-bezier(.22,.61,.36,1); }
.js-reveal .icon-grid.in .icon-item { opacity: 1; transform: none; }
.js-reveal .icon-grid.in .icon-item:nth-child(1) { transition-delay: .00s }
.js-reveal .icon-grid.in .icon-item:nth-child(2) { transition-delay: .09s }
.js-reveal .icon-grid.in .icon-item:nth-child(3) { transition-delay: .18s }
.js-reveal .icon-grid.in .icon-item:nth-child(4) { transition-delay: .27s }
.js-reveal .icon-grid.in .icon-item:nth-child(5) { transition-delay: .36s }
.js-reveal .icon-grid.in .icon-item:nth-child(6) { transition-delay: .45s }

/* ---- Cards / stages / judgement layer: gentle stagger ---- */
.js-reveal .path-selector .psel-card,
.js-reveal .stages .stage-card,
.js-reveal .jl-grid .jl-item,
.js-reveal .structure-grid .structure-card,
.js-reveal .path-cards .structure-card,
.js-reveal .insight-grid .insight-card {
  opacity: 0; transform: translateY(14px);
  transition: opacity .5s ease, transform .5s cubic-bezier(.22,.61,.36,1);
}
.js-reveal .in > .psel-card, .js-reveal .path-selector.in .psel-card,
.js-reveal .stages.in .stage-card,
.js-reveal .jl-grid.in .jl-item,
.js-reveal .structure-grid.in .structure-card,
.js-reveal .path-cards.in .structure-card,
.js-reveal .insight-grid.in .insight-card { opacity: 1; transform: none; }
.js-reveal .path-selector.in .psel-card:nth-child(2),
.js-reveal .stages.in .stage-card:nth-child(2),
.js-reveal .jl-grid.in .jl-item:nth-child(2),
.js-reveal .structure-grid.in .structure-card:nth-child(2),
.js-reveal .path-cards.in .structure-card:nth-child(2),
.js-reveal .insight-grid.in .insight-card:nth-child(2) { transition-delay: .10s }
.js-reveal .path-selector.in .psel-card:nth-child(3),
.js-reveal .stages.in .stage-card:nth-child(3),
.js-reveal .jl-grid.in .jl-item:nth-child(3),
.js-reveal .structure-grid.in .structure-card:nth-child(3),
.js-reveal .path-cards.in .structure-card:nth-child(3),
.js-reveal .insight-grid.in .insight-card:nth-child(3) { transition-delay: .20s }
.js-reveal .stages.in .stage-card:nth-child(4),
.js-reveal .jl-grid.in .jl-item:nth-child(4),
.js-reveal .structure-grid.in .structure-card:nth-child(4),
.js-reveal .insight-grid.in .insight-card:nth-child(4) { transition-delay: .30s }
.js-reveal .structure-grid.in .structure-card:nth-child(5),
.js-reveal .insight-grid.in .insight-card:nth-child(5) { transition-delay: .40s }
.js-reveal .structure-grid.in .structure-card:nth-child(6),
.js-reveal .insight-grid.in .insight-card:nth-child(6) { transition-delay: .50s }

/* ---- Comparison columns ---- */
.js-reveal .vs-grid .vs-col { opacity: 0; transform: translateY(12px); transition: opacity .55s ease, transform .55s cubic-bezier(.22,.61,.36,1); }
.js-reveal .vs-grid.in .vs-col { opacity: 1; transform: none; }
.js-reveal .vs-grid.in .vs-col:nth-child(2) { transition-delay: .12s }

/* ---- Accessibility: honour reduced-motion ---- */
@media (prefers-reduced-motion: reduce) {
  .js-reveal .reveal,
  .js-reveal .journey-step, .js-reveal .journey-step::before, .js-reveal .journey-step::after,
  .js-reveal .vflow-step, .js-reveal .vflow-step::before,
  .js-reveal .middle-viz > *, .js-reveal .match-viz .match-node, .js-reveal .match-viz .match-center,
  .js-reveal .icon-item, .js-reveal .vs-grid .vs-col,
  .js-reveal .path-selector .psel-card, .js-reveal .stages .stage-card,
  .js-reveal .jl-grid .jl-item, .js-reveal .structure-grid .structure-card,
  .js-reveal .path-cards .structure-card, .js-reveal .insight-grid .insight-card {
    opacity: 1 !important; transform: none !important; transition: none !important; animation: none !important;
  }
}

/* ---- Path-card CTAs: always the same height, whether the label
        wraps to one line or two, so all three buttons line up ---- */
.psel-card a.ps-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.35;
  /* room for two lines + vertical padding, so 1-line labels match 2-line ones */
  min-height: calc(1.35em * 2 + 24px);
  box-sizing: border-box;
}

/* In the narrow desktop band the longest label can wrap to three lines,
   so reserve three lines there — keeps all three buttons identical. */
@media (max-width: 980px) and (min-width: 761px) {
  .psel-card a.ps-cta { min-height: calc(1.35em * 3 + 24px); }
}
