:root {
  color-scheme: light;
  --navy-950: #06152a;
  --navy-900: #081d39;
  --navy-800: #0d2a50;
  --navy-700: #173f6c;
  --blue-600: #14779d;
  --blue-500: #1f91b7;
  --blue-200: #b9deea;
  --paper: #f8f8f5;
  --stone-100: #eff0ec;
  --stone-200: #dfe2dd;
  --stone-400: #a4aba7;
  --ink: #102039;
  --muted: #586778;
  --white: #ffffff;
  --success: #1f7156;
  --warning: #755c20;
  --max: 1240px;
  --gutter: clamp(20px, 4vw, 64px);
  --header-height: 78px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html {
  scroll-behavior: auto;
  scroll-padding-top: var(--header-height);
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  z-index: 200;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  background: var(--white);
  color: var(--navy-950);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

:focus-visible {
  outline: 3px solid var(--blue-500);
  outline-offset: 4px;
}

.review-bar {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 7px var(--gutter);
  background: var(--navy-950);
  color: #eaf6fb;
  font-size: 12px;
  letter-spacing: .01em;
  text-align: center;
}
.review-bar span {
  flex: 0 0 auto;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.review-bar p { margin: 0; opacity: .76; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 var(--gutter);
  background: rgba(248, 248, 245, .93);
  border-bottom: 1px solid rgba(16, 32, 57, .12);
  backdrop-filter: blur(18px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--navy-900);
  text-decoration: none;
}
.brand-image { width: 164px; height: auto; }
.brand-mark {
  position: relative;
  width: 54px;
  height: 34px;
  display: grid;
  align-content: center;
}
.brand-mark i {
  display: block;
  width: 23px;
  height: 3px;
  margin: 2px 0;
  background: currentColor;
  border-radius: 9px 0 0 9px;
}
.brand-mark i:nth-child(1) { width: 17px; margin-left: 6px; }
.brand-mark i:nth-child(3) { width: 17px; margin-left: 6px; }
.brand-mark b {
  position: absolute;
  right: 0;
  top: -7px;
  font-size: 42px;
  font-style: italic;
  line-height: 1;
  letter-spacing: -.12em;
}
.brand-type { display: grid; line-height: 1; }
.brand-type strong { font-size: 21px; font-style: italic; letter-spacing: -.03em; }
.brand-type small { margin-top: 4px; font-size: 8px; font-weight: 750; letter-spacing: .32em; }
.primary-nav { display: flex; align-items: center; gap: clamp(18px, 2.3vw, 36px); }
.primary-nav a {
  position: relative;
  color: #314257;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}
.primary-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  inset: auto 0 -7px;
  height: 1px;
  background: var(--blue-600);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .35s var(--ease);
}
.primary-nav a:hover::after,
.primary-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.primary-nav .nav-cta { padding: 11px 16px; background: var(--navy-900); color: var(--white); }
.menu-button { display: none; }

.hero {
  position: relative;
  min-height: calc(100svh - var(--header-height) - 34px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr);
  overflow: hidden;
  background: var(--paper);
  border-bottom: 1px solid rgba(16, 32, 57, .12);
}
.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 720px;
  padding: clamp(70px, 10vh, 120px) var(--gutter) clamp(100px, 12vh, 150px);
}
.eyebrow {
  margin: 0 0 16px;
  color: var(--blue-600);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.hero h1,
.section-heading h2,
.institution-intro h2,
.individual-copy h2,
.start-intro h2 {
  margin: 0;
  color: var(--navy-950);
  font-size: clamp(43px, 5.7vw, 82px);
  font-weight: 760;
  letter-spacing: -.055em;
  line-height: .98;
}
.hero h1 { max-width: 12ch; }
.hero-lede {
  max-width: 620px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 1.8vw, 23px);
  line-height: 1.45;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 19px;
  border: 1px solid var(--navy-900);
  border-radius: 0;
  font-weight: 760;
  text-decoration: none;
  transition: background .25s ease, color .25s ease, transform .25s var(--ease), border-color .25s ease;
}
.button span { transition: transform .25s var(--ease); }
.button:hover { transform: translateY(-2px); }
.button:hover span { transform: translate(2px, -1px); }
.button-primary { background: var(--navy-900); color: var(--white); }
.button-primary:hover { background: var(--blue-600); border-color: var(--blue-600); }
.button-secondary { background: transparent; color: var(--navy-900); }
.button-secondary:hover { background: var(--white); }
.fit-note {
  max-width: 560px;
  margin: 30px 0 0;
  padding-left: 18px;
  border-left: 2px solid var(--blue-500);
  color: var(--muted);
  font-size: 14px;
}
.fit-note strong { color: var(--ink); }
.hero-visual { position: relative; min-height: 560px; margin: 0; overflow: hidden; background: #8dbed0; }
.hero-visual img {
  position: absolute;
  inset: 0 auto 0 0;
  width: 218%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  filter: saturate(.8) contrast(.96);
  transform: scale(1.16);
  transform-origin: left top;
}
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(248,248,245,.9) 0%, rgba(248,248,245,.1) 20%, rgba(6,21,42,.08) 100%), linear-gradient(0deg, rgba(6,21,42,.48), transparent 35%);
}
.hero-visual figcaption {
  position: absolute;
  z-index: 1;
  right: clamp(20px, 3vw, 46px);
  bottom: 34px;
  max-width: 260px;
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-align: right;
  text-transform: uppercase;
}
.hero-index {
  position: absolute;
  z-index: 3;
  left: var(--gutter);
  bottom: 28px;
  color: var(--stone-400);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .14em;
}
.hero-enter { animation: hero-in .9s var(--ease) both; }
.hero-enter:nth-child(2) { animation-delay: .08s; }
.hero-enter:nth-child(3) { animation-delay: .16s; }
.hero-enter:nth-child(4) { animation-delay: .24s; }
.hero-enter:nth-child(5) { animation-delay: .32s; }
@keyframes hero-in { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }

.section { padding: clamp(88px, 12vw, 168px) var(--gutter); }
.section-heading { width: min(830px, 100%); margin-bottom: clamp(48px, 7vw, 86px); }
.section-heading h2,
.institution-intro h2,
.individual-copy h2,
.start-intro h2 { font-size: clamp(38px, 4.7vw, 67px); }
.section-heading > p:last-child,
.institution-intro > p,
.individual-copy > p,
.start-intro > p { max-width: 680px; margin: 24px 0 0; color: var(--muted); font-size: clamp(17px, 1.6vw, 21px); }

.pathway-section { background: var(--white); }
.pathways { display: grid; grid-template-columns: 1fr 1fr; width: min(var(--max), 100%); margin: 0 auto; border-top: 1px solid var(--stone-200); }
.pathway { position: relative; min-height: 360px; padding: 42px 5vw 46px 0; border-bottom: 1px solid var(--stone-200); }
.pathway + .pathway { padding-left: 5vw; border-left: 1px solid var(--stone-200); }
.pathway-number { color: var(--stone-400); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.pathway-kicker { margin: 50px 0 8px; color: var(--blue-600); font-size: 13px; font-weight: 760; }
.pathway h3 { margin: 0; font-size: clamp(29px, 3vw, 44px); letter-spacing: -.04em; }
.pathway > p:not(.pathway-kicker) { max-width: 490px; margin: 18px 0 30px; color: var(--muted); }
.pathway a,
.text-link { color: var(--navy-800); font-weight: 800; text-decoration: none; }
.pathway a span,
.text-link span { display: inline-block; margin-left: 8px; transition: transform .25s var(--ease); }
.pathway a:hover span,
.text-link:hover span { transform: translateX(5px); }

.institution-section { background: var(--navy-950); color: #dfeaf4; }
.institution-intro { width: min(860px, 100%); }
.institution-intro h2 { color: var(--white); }
.institution-intro > p { color: #aebfce; }
.institution-intro .text-link { display: inline-block; margin-top: 28px; color: var(--blue-200); }
.product-lanes { width: min(var(--max), 100%); margin: clamp(68px, 8vw, 108px) auto 0; border-top: 1px solid rgba(255,255,255,.18); }
.lane {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) 1.2fr minmax(210px, .7fr);
  gap: 36px;
  align-items: start;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255,255,255,.15);
}
.lane > div { display: grid; grid-template-columns: 34px 1fr; gap: 14px; }
.lane span { color: var(--blue-200); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.lane h3 { margin: -5px 0 0; color: var(--white); font-size: clamp(21px, 2vw, 29px); letter-spacing: -.025em; }
.lane p, .lane small { margin: 0; color: #afbecd; }
.lane small { font-size: 12px; }
.institution-proof {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: clamp(48px, 8vw, 120px);
  width: min(var(--max), 100%);
  margin: clamp(88px, 11vw, 150px) auto 0;
  padding-top: 54px;
  border-top: 1px solid rgba(255,255,255,.18);
}
.institution-proof h3 { max-width: 9ch; margin: 0; color: var(--white); font-size: clamp(34px, 4vw, 55px); line-height: 1.02; letter-spacing: -.05em; }
.institution-proof ul { margin: 0; padding: 0; list-style: none; }
.institution-proof li { display: grid; grid-template-columns: 180px 1fr; gap: 25px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.12); color: #aebfce; }
.institution-proof li span { color: var(--white); font-weight: 780; }

.method-section { background: var(--stone-100); }
.process { width: min(var(--max), 100%); margin: 0 auto; padding: 0; list-style: none; counter-reset: method; }
.process li {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 30px;
  padding: 34px 0;
  border-top: 1px solid #cbd0cc;
}
.process li:last-child { border-bottom: 1px solid #cbd0cc; }
.process > li > span { color: var(--blue-600); font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.process h3 { margin: -7px 0 8px; font-size: clamp(25px, 2.5vw, 36px); letter-spacing: -.035em; }
.process p { max-width: 730px; margin: 0; color: var(--muted); }

.individual-section { display: grid; grid-template-columns: 1.08fr .72fr; gap: clamp(56px, 10vw, 150px); background: var(--white); }
.use-list { margin: 42px 0; border-top: 1px solid var(--stone-200); }
.use-list p { display: grid; grid-template-columns: 40px 1fr; gap: 16px; margin: 0; padding: 16px 0; border-bottom: 1px solid var(--stone-200); color: #36485d; }
.use-list span { color: var(--blue-600); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.commercial-frame { align-self: end; padding: clamp(32px, 4vw, 50px); background: var(--navy-900); color: var(--white); }
.commercial-frame .eyebrow { color: var(--blue-200); }
.offer-line { padding: 24px 0; border-top: 1px solid rgba(255,255,255,.17); }
.offer-line span { display: block; color: #b9c7d3; font-size: 13px; }
.offer-line strong { display: block; margin-top: 7px; font-size: clamp(34px, 4vw, 58px); line-height: 1; letter-spacing: -.05em; }
.draft-note { margin: 24px 0 0; color: #aebfce; font-size: 12px; }

.trust-section { background: var(--paper); }
.trust-register { width: min(var(--max), 100%); margin: 0 auto; border-top: 1px solid var(--stone-200); }
.trust-register > div {
  display: grid;
  grid-template-columns: minmax(210px, .7fr) 170px 1.1fr;
  gap: 34px;
  padding: 25px 0;
  border-bottom: 1px solid var(--stone-200);
  align-items: baseline;
}
.trust-register span { font-size: clamp(18px, 1.8vw, 24px); font-weight: 760; letter-spacing: -.02em; }
.trust-register strong { color: var(--warning); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.trust-register p { margin: 0; color: var(--muted); }

.faq-section { background: var(--white); }
.faq-list { width: min(900px, 100%); }
.faq-list details { border-top: 1px solid var(--stone-200); }
.faq-list details:last-child { border-bottom: 1px solid var(--stone-200); }
.faq-list summary {
  position: relative;
  cursor: pointer;
  padding: 25px 52px 25px 0;
  font-size: clamp(19px, 2vw, 26px);
  font-weight: 750;
  letter-spacing: -.025em;
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 23px; color: var(--blue-600); font-size: 28px; font-weight: 350; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 760px; margin: -4px 0 28px; color: var(--muted); }

.start-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(52px, 9vw, 130px); background: var(--navy-950); color: var(--white); }
.start-intro { align-self: start; position: sticky; top: calc(var(--header-height) + 42px); }
.start-intro h2 { color: var(--white); }
.start-intro > p { color: #aebfce; }
.lead-shell { min-width: 0; background: var(--white); color: var(--ink); }
.audience-tabs { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--stone-200); }
.audience-tabs button {
  min-height: 62px;
  padding: 16px;
  border: 0;
  border-right: 1px solid var(--stone-200);
  background: var(--stone-100);
  color: var(--muted);
  cursor: pointer;
  font-weight: 780;
}
.audience-tabs button:last-child { border-right: 0; }
.audience-tabs button[aria-selected="true"] { background: var(--white); color: var(--navy-900); box-shadow: inset 0 -3px var(--blue-600); }
.lead-form { padding: clamp(26px, 4vw, 50px); }
.lead-form[hidden] { display: none; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.field-grid label { display: grid; gap: 8px; color: #3f4e60; font-size: 13px; font-weight: 700; }
.field-wide { grid-column: 1 / -1; }
input, select, textarea {
  width: 100%;
  min-height: 49px;
  border: 1px solid #b8c0c5;
  border-radius: 0;
  background: var(--white);
  color: var(--ink);
  padding: 11px 12px;
}
textarea { min-height: 112px; resize: vertical; }
input:hover, select:hover, textarea:hover { border-color: var(--navy-700); }
input:focus, select:focus, textarea:focus { border-color: var(--blue-600); outline: 2px solid rgba(31,145,183,.25); outline-offset: 0; }
input:user-invalid, select:user-invalid, textarea:user-invalid { border-color: #8d3a3a; }
.form-submit { margin-top: 26px; cursor: pointer; }
.form-caption { margin: 12px 0 0; color: var(--muted); font-size: 12px; }
.form-result { margin-top: 22px; padding: 18px; border-left: 3px solid var(--success); background: #edf6f1; color: #184f3c; }

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 30px 80px;
  padding: 58px var(--gutter) 36px;
  background: #041124;
  color: #dfe8f0;
  border-top: 1px solid rgba(255,255,255,.1);
}
.footer-brand { display: grid; }
.footer-brand strong { font-size: 22px; font-style: italic; letter-spacing: -.02em; }
.footer-brand span { color: #95a8ba; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.footer-position { max-width: 500px; margin: 0; color: #95a8ba; }
.footer-contact { display: flex; flex-wrap: wrap; gap: 12px 28px; }
.footer-contact a, .site-footer nav a { color: var(--white); text-decoration: none; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 20px; justify-content: flex-end; }
.footer-note { grid-column: 1 / -1; margin: 20px 0 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: #71869a; font-size: 11px; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: none; }

.policy-page { min-height: 100svh; background: var(--paper); }
.policy-main { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: 80px 0 120px; }
.policy-main h1 { margin: 0; font-size: clamp(40px, 7vw, 72px); letter-spacing: -.055em; }
.policy-main h2 { margin: 50px 0 12px; font-size: 25px; letter-spacing: -.03em; }
.policy-main p, .policy-main li { color: var(--muted); }
.policy-main .policy-status { margin: 28px 0 40px; padding: 18px; border-left: 3px solid var(--blue-600); background: var(--white); }

@media (max-width: 1020px) {
  .primary-nav { gap: 18px; }
  .primary-nav a { font-size: 13px; }
  .hero { grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr); }
  .lane { grid-template-columns: 1fr 1.25fr; }
  .lane small { grid-column: 2; }
  .individual-section, .start-section { gap: 60px; }
  .trust-register > div { grid-template-columns: minmax(190px, .7fr) 1fr; }
  .trust-register strong { text-align: right; }
  .trust-register p { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  :root { --header-height: 68px; }
  .review-bar { align-items: flex-start; gap: 5px; flex-direction: column; text-align: left; }
  .review-bar p { display: none; }
  .site-header { padding-inline: 20px; }
  .menu-button {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 0;
    background: transparent;
    color: var(--navy-900);
    cursor: pointer;
    font-size: 13px;
    font-weight: 760;
  }
  .menu-button i, .menu-button i::before, .menu-button i::after { width: 19px; height: 1px; background: currentColor; }
  .menu-button i { position: relative; display: block; }
  .menu-button i::before, .menu-button i::after { content: ""; position: absolute; left: 0; }
  .menu-button i::before { top: -6px; }
  .menu-button i::after { top: 6px; }
  .primary-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 110;
    display: none;
    height: calc(100dvh - var(--header-height));
    align-content: start;
    align-items: stretch;
    gap: 0;
    padding: 36px 20px;
    background: var(--paper);
    border-bottom: 1px solid var(--stone-200);
    box-shadow: 0 20px 50px rgba(6, 21, 42, .12);
    overflow-y: auto;
  }
  .primary-nav.is-open { display: grid; }
  .primary-nav a { padding: 16px 0; border-bottom: 1px solid var(--stone-200); font-size: 22px; }
  .primary-nav .nav-cta { margin-top: 22px; padding: 16px; border: 0; text-align: center; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 76px 20px 80px; }
  .hero h1 { font-size: clamp(44px, 12vw, 68px); }
  .hero-visual { min-height: 520px; }
  .hero-index { display: none; }
  .section { padding-inline: 20px; }
  .pathways, .individual-section, .start-section, .institution-proof { grid-template-columns: 1fr; }
  .pathway + .pathway { padding-left: 0; border-left: 0; }
  .pathway { padding-right: 0; }
  .lane { grid-template-columns: 1fr; gap: 14px; }
  .lane small { grid-column: 1; }
  .institution-proof h3 { max-width: 13ch; }
  .institution-proof li { grid-template-columns: 1fr; gap: 5px; }
  .commercial-frame { margin-top: 10px; }
  .start-intro { position: static; }
  .site-footer { grid-template-columns: 1fr; gap: 24px; padding-inline: 20px; }
  .site-footer nav { justify-content: flex-start; }
}

@media (max-width: 560px) {
  .brand-image { width: 140px; }
  .brand-mark { width: 47px; transform: scale(.88); transform-origin: left center; }
  .brand-type strong { font-size: 18px; }
  .hero-copy { padding-top: 58px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-visual { min-height: 430px; }
  .pathway { min-height: 330px; }
  .process li { grid-template-columns: 48px 1fr; gap: 14px; }
  .trust-register > div { grid-template-columns: 1fr; gap: 8px; }
  .trust-register strong { text-align: left; }
  .field-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .audience-tabs { grid-template-columns: 1fr; }
  .audience-tabs button { border-right: 0; border-bottom: 1px solid var(--stone-200); }
  .footer-contact { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .js .reveal { opacity: 1; transform: none; }
}
