:root {
  --blue-95: #001636;
  --blue-90: #00214b;
  --blue-70: #004691;
  --blue-60: #005bb7;
  --blue-50: #0078ef;
  --blue-40: #4d9aff;
  --blue-10: #d1e4ff;
  --blue-05: #e6f0fe;
  --red-70: #8d010c;
  --red-50: #e22227;
  --red-10: #ffd8d3;
  --green-70: #265701;
  --green-50: #45910d;
  --green-40: #64b13a;
  --green-10: #d3ebc9;
  --amber-70: #7a4c00;
  --amber-50: #bd7b1b;
  --amber-10: #fdf1e4;
  --navy: var(--blue-95);
  --navy-2: #102540;
  --basalt: #102540;
  --ink: #230c08;
  --body: #482e29;
  --muted: #93736d;
  --neutral-70: #5d413c;
  --neutral-40: #b2908a;
  --paper: #fefaf9;
  --paper-deep: #feebe7;
  --ivory: #ffffff;
  --line: #e6c3bc;
  --hairline: #eddbd8;
  --display: "Inter", "Segoe UI", Arial, sans-serif;
  --serif: "Source Serif 4", Georgia, "Times New Roman", serif;
  --sans: "Inter", "Segoe UI", Arial, sans-serif;
  --mono: "Geist Mono", Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--body); font-family: var(--sans); font-size: 16px; line-height: 1.62; letter-spacing: -.006em; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }
section[id] { scroll-margin-top: 132px; }
:focus-visible { outline: 3px solid var(--blue-50); outline-offset: 3px; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 104px 0; }
.chart-field { position: relative; overflow: hidden; background-color: var(--navy); color: var(--ivory); }
.chart-field::before { content: ""; position: absolute; inset: 0; opacity: .22; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.11) 1px, transparent 1px), radial-gradient(circle at 79% 42%, transparent 0 170px, rgba(255,255,255,.24) 171px, transparent 172px), radial-gradient(circle at 79% 42%, transparent 0 265px, rgba(255,255,255,.15) 266px, transparent 267px); background-size: 52px 52px, 52px 52px, auto, auto; }
.chart-field > * { position: relative; z-index: 1; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(254,250,249,.95); backdrop-filter: blur(16px); border-bottom: 1px solid var(--hairline); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; }
.brand-logo { display: block; width: auto; height: 58px; }
.site-nav { margin-left: auto; font-size: 14px; font-weight: 650; }
.site-nav-list, .nav-dropdown { margin: 0; padding: 0; list-style: none; }
.site-nav-list { display: flex; align-items: center; gap: 28px; counter-reset: mobile-navigation; }
.site-nav-item > a, .nav-group > summary { display: flex; align-items: center; gap: 6px; padding: 27px 0; cursor: pointer; list-style: none; }
.site-nav-label { white-space: nowrap; }
.mobile-nav-number { display: none; }
.nav-group { position: relative; }
.nav-group summary::-webkit-details-marker { display: none; }
.nav-caret { color: var(--blue-70); transition: transform .2s ease; }
.nav-group[open] .nav-caret { transform: rotate(180deg); }
.nav-dropdown { position: absolute; top: 66px; left: -24px; width: 315px; background: var(--ivory); color: var(--ink); border: 1px solid var(--hairline); border-radius: 14px; box-shadow: 0 25px 70px rgba(35,12,8,.14); padding: 10px; display: grid; gap: 4px; counter-reset: dropdown-navigation; }
.nav-dropdown li { counter-increment: dropdown-navigation; }
.nav-dropdown a { display: grid; grid-template-columns: 30px 1fr; padding: 15px; border-radius: 7px; }
.nav-dropdown a:hover, .nav-dropdown a:focus-visible { background: var(--paper); }
.nav-dropdown-number { color: var(--blue-70); font-family: var(--mono); font-size: 11px; line-height: 1.2; padding-top: 4px; }
.nav-dropdown-number::before { content: counter(dropdown-navigation, decimal-leading-zero); }
.nav-dropdown-copy { display: grid; }
.nav-dropdown-copy strong { font-size: 14px; }
.nav-dropdown-copy small { color: var(--muted); font-size: 12px; font-weight: 400; }
.site-nav-cta > a { gap: 18px; padding: 11px 16px; border: 1px solid var(--blue-70); border-radius: 7px; color: var(--blue-70); font-size: 13px; font-weight: 700; }
.nav-cta-arrow { color: var(--blue-70); font-size: 18px; }
.mobile-menu-toggle { display: none; }
.mobile-menu-toggle { width: 42px; height: 42px; padding: 0; border: 1px solid var(--hairline); border-radius: 7px; background: var(--ivory); color: var(--blue-70); cursor: pointer; place-content: center; gap: 6px; }
.mobile-menu-toggle > span:not(.visually-hidden) { display: block; width: 18px; height: 2px; background: currentColor; transition: transform .2s ease; }
.mobile-menu-toggle[aria-expanded="true"] > span:nth-last-child(2) { transform: translateY(4px) rotate(45deg); }
.mobile-menu-toggle[aria-expanded="true"] > span:last-child { transform: translateY(-4px) rotate(-45deg); }

.hero { min-height: 760px; padding: 106px 0 0; }
.hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 80px; }
.eyebrow { margin: 0 0 18px; color: var(--blue-40); font-family: var(--mono); font-size: 11px; font-weight: 500; line-height: 1.35; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 24px; height: 1px; margin-right: 10px; vertical-align: middle; background: currentColor; }
.eyebrow.ink { color: var(--blue-70); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { color: var(--ink); font-family: var(--serif); letter-spacing: -.035em; }
.chart-field h1, .chart-field h2, .cohort-feature h2, .plan-section h2, .framework-drivers h2, .outcomes-section h2, .shelfware-section h2, .guide-section h2, .site-footer h2 { color: var(--paper-deep); }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(42px, 5vw, 54px); font-weight: 700; line-height: 1.04; }
h1 em { color: var(--blue-40); font-style: normal; font-weight: 700; }
h2 { font-size: clamp(28px, 3vw, 36px); font-weight: 650; line-height: 1.14; }
h3 { letter-spacing: -.025em; line-height: 1.25; }
.hero-lede { max-width: 650px; margin-bottom: 34px; color: #d1e4ff; font-size: 18px; line-height: 1.6; }
.button-row { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 18px; min-height: 52px; padding: 13px 22px; border: 1px solid transparent; border-radius: 7px; cursor: pointer; font-size: 14px; font-weight: 700; }
.button:disabled { cursor: wait; opacity: .7; }
.button-primary { background: var(--blue-50); color: white; }
.button-primary:hover, .button-primary:focus-visible { background: var(--blue-60); }
.button-light { background: var(--ivory); color: var(--blue-70); }
.button-outline { border-color: var(--blue-40); color: var(--blue-40); }
.button-outline-dark { border-color: var(--blue-70); color: var(--blue-70); }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--ivory); border: 0; background: none; padding: 8px 0; font-size: 14px; font-weight: 700; }
.text-link:hover, .text-link:focus-visible { color: var(--blue-40); }
.dark-link { color: var(--blue-70); }
.inline-context-link { text-decoration-line: underline; text-decoration-color: rgba(77,154,255,.58); text-decoration-thickness: 1px; text-underline-offset: 4px; }
.inline-context-link:hover, .inline-context-link:focus-visible { color: var(--blue-40); text-decoration-color: currentColor; }
.cms-rich-text p { margin-top: 0; }
.cms-rich-text a { text-decoration-line: underline; text-decoration-color: rgba(77,154,255,.58); text-decoration-thickness: 1px; text-underline-offset: 4px; }
.cms-rich-text a:hover, .cms-rich-text a:focus-visible { color: var(--blue-40); text-decoration-color: currentColor; }
.hero-visual { align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
.figure-caption { max-width: 370px; align-self: center; margin: 10px 0 0; color: #a3caff; font-family: var(--mono); font-size: 11px; line-height: 1.6; text-align: center; text-transform: uppercase; letter-spacing: .08em; }
.proof-ribbon { min-height: 88px; margin-top: 76px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(77,154,255,.4); color: #d1e4ff; font-family: var(--mono); font-size: 10px; font-weight: 500; line-height: 1.3; letter-spacing: .13em; text-transform: uppercase; }

.framework-wheel { position: relative; width: min(100%, 560px); aspect-ratio: 1; margin: auto; }
.framework-wheel-logo { position: absolute; left: 50%; top: 50%; width: 70%; height: auto; transform: translate(-50%,-50%); color: var(--blue-40); fill: currentColor; }
.wheel-driver { position: absolute; z-index: 1; width: max-content; min-height: 0; padding: 12px 14px; transform: translate(-50%,-50%); background: rgba(255,255,255,.97); color: var(--ink); border-radius: 10px; box-shadow: 0 10px 30px rgba(0,22,54,.2); }
.wheel-driver strong { display: block; font-size: 13px; line-height: 1; text-transform: uppercase; letter-spacing: .08em; }
.wheel-driver-1 { left: 50%; top: 11%; }
.wheel-driver-2 { left: 87.25%; top: 28.5%; }
.wheel-driver-3 { left: 87.25%; top: 71.5%; }
.wheel-driver-4 { left: 50%; top: 89%; }
.wheel-driver-5 { left: 12.75%; top: 71.5%; }
.wheel-driver-6 { left: 12.75%; top: 28.5%; }

.problem-section { background: var(--paper); }
.split-heading { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.split-heading h2 { max-width: 570px; }
.large-copy { padding-top: 30px; font-size: 18px; line-height: 1.72; }
.large-copy p:last-child { color: var(--muted); }
.plan-section { background: var(--basalt); color: var(--ivory); }
.section-intro { margin-bottom: 58px; }
.section-intro.centered { max-width: 790px; margin-left: auto; margin-right: auto; text-align: center; }
.section-intro.centered .eyebrow::before { display: none; }
.journey-headline-statement + .journey-headline-statement { margin-left: .2em; }
.journey-headline-statement.journey-headline-final { display: block; margin-top: .08em; margin-left: 0; }
.journey-headline-final.is-accented { color: var(--blue-40); }
.section-intro.wide { max-width: 800px; }
.section-intro > p:last-child { max-width: 680px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.plan-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; padding: 0; margin: 0; list-style: none; }
.plan-grid li { padding: 38px; background: var(--blue-95); border: 1px solid rgba(77,154,255,.28); border-radius: 20px; }
.plan-grid span { display: block; color: var(--blue-40); font-family: var(--display); font-size: 44px; font-weight: 750; line-height: .9; letter-spacing: -.07em; font-variant-numeric: tabular-nums; }
.plan-grid small { display: block; min-height: 30px; margin-top: 22px; color: var(--blue-40); font-family: var(--mono); font-size: 9px; line-height: 1.4; letter-spacing: .1em; text-transform: uppercase; }
.plan-grid h3 { margin: 22px 0 10px; font-family: var(--display); font-size: 21px; font-weight: 650; }
.plan-grid p { margin: 0; color: var(--blue-10); font-size: 15px; }
.plan-grid a { display: inline-flex; align-items: center; gap: 10px; margin-top: 24px; color: var(--blue-40); font-size: 13px; font-weight: 700; }
.plan-grid a:hover, .plan-grid a:focus-visible { color: var(--ivory); }
.plan-grid a b { font-size: 18px; font-weight: 400; }

.drivers-section { background: var(--ivory); }
.driver-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.driver-card { min-height: 245px; padding: 30px; background: var(--ivory); border: 1px solid var(--hairline); border-radius: 20px; transition: border-color .2s, transform .2s, box-shadow .2s; }
.driver-card:hover { border-color: var(--green-50); transform: translateY(-3px); box-shadow: 0 16px 40px rgba(35,12,8,.08); }
.driver-card-top span:first-child { color: var(--green-70); font-family: var(--display); font-size: 36px; font-weight: 750; line-height: .9; letter-spacing: -.07em; font-variant-numeric: tabular-nums; }
.driver-card-top { display: flex; justify-content: space-between; }
.route-mark { color: var(--green-50); font-size: 26px; }
.driver-card h3 { margin: 28px 0 10px; font-family: var(--display); font-size: 23px; font-weight: 650; }
.driver-card p { margin: 0; color: var(--muted); font-size: 15px; }
.section-link-row { margin-top: 32px; text-align: right; }
.cohort-feature { background: var(--navy-2); color: var(--ivory); }
.cohort-feature-grid { display: grid; grid-template-columns: 150px 1fr 1fr; gap: 55px; align-items: start; }
.cohort-number { color: var(--blue-40); font-family: var(--display); font-size: 132px; font-weight: 780; line-height: .72; letter-spacing: -.09em; font-variant-numeric: tabular-nums; }
.cohort-feature h2 { font-size: clamp(28px, 3vw, 34px); }
.cohort-feature-copy > p { color: #d1e4ff; font-size: 18px; }
.tick-list { padding: 0; margin: 28px 0 34px; list-style: none; }
.tick-list li { position: relative; padding: 11px 0 11px 28px; border-bottom: 1px solid rgba(255,255,255,.14); }
.tick-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green-40); }
.outcome-section { background: var(--paper-deep); }
.outcome-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.outcome-list { display: grid; grid-template-columns: 1fr 2.2fr; border-top: 1px solid var(--line); }
.outcome-list div { display: contents; }
.outcome-list strong, .outcome-list span { padding: 19px 16px; border-bottom: 1px solid var(--line); }
.outcome-list strong { font-family: var(--mono); font-size: 11px; line-height: 1.2; text-transform: uppercase; }
.outcome-list div:nth-child(odd) strong { color: var(--red-50); }
.outcome-list div:nth-child(even) strong { color: var(--green-70); }
.final-cta { text-align: center; }
.final-cta-inner { max-width: 840px; padding-top: 12px; padding-bottom: 12px; }
.final-cta-inner .eyebrow::before { display: none; }
.final-cta-inner p:not(.eyebrow) { max-width: 620px; margin: 0 auto 30px; color: #c7d2ce; }
.centered-buttons { justify-content: center; }

.page-hero { padding: 90px 0 100px; }
.page-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.page-hero h1 { font-size: clamp(42px, 5vw, 52px); }
.breadcrumb { margin-bottom: 45px; color: #a3caff; font-family: var(--mono); font-size: 10px; line-height: 1.2; letter-spacing: .13em; text-transform: uppercase; }
.breadcrumb span { margin: 0 10px; color: var(--blue-40); }
.framework-position { background: var(--paper); }
.framework-drivers { background: var(--basalt); color: var(--ivory); }
.framework-drivers .section-intro > p:last-child { color: var(--blue-10); }
.driver-detail-list { border-top: 1px solid rgba(255,255,255,.18); }
.driver-detail-list article { display: grid; grid-template-columns: 70px 220px 1fr; gap: 26px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.18); align-items: start; }
.detail-number { color: var(--green-40); font-family: var(--display); font-size: 30px; font-weight: 750; line-height: .95; letter-spacing: -.07em; font-variant-numeric: tabular-nums; }
.driver-detail-list h3 { margin: 0; font-family: var(--display); font-size: 21px; font-weight: 650; }
.driver-detail-list strong { display: block; margin-bottom: 8px; color: var(--paper-deep); }
.driver-detail-list p { margin: 0; color: var(--blue-10); font-size: 15px; }
.framework-output { background: var(--paper-deep); }
.framework-output-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 90px; }
.framework-output-grid > div:first-child > p:last-child { max-width: 620px; font-size: 18px; }
.artifact-stack { display: grid; transform: rotate(-2deg); }
.artifact-stack span { padding: 17px 22px; margin-top: 8px; background: var(--ivory); border: 1px solid var(--hairline); border-radius: 14px; box-shadow: 4px 5px 0 rgba(35,12,8,.06); font-family: var(--display); font-size: 17px; font-weight: 600; }
.experience-callout-grid { max-width: 820px; text-align: center; }
.experience-callout-grid .eyebrow::before { display: none; }
.experience-callout-grid > p:not(.eyebrow) { max-width: 650px; margin: 0 auto 30px; color: #d1e4ff; }

.cohort-hero-grid { display: grid; grid-template-columns: 1.05fr .72fr; gap: 90px; align-items: center; }
.cohort-facts { padding: 32px; background: var(--ivory); color: var(--ink); border-radius: 20px; box-shadow: 14px 14px 0 rgba(0,70,145,.28); }
.cohort-facts dl { margin: 20px 0; border-top: 1px solid var(--line); }
.cohort-facts dl div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.cohort-facts dt { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.cohort-facts dd { margin: 0; text-align: right; font-weight: 700; }
.cohort-facts > p:last-child { margin: 0; color: var(--muted); font-size: 12px; }
.section-nav { position: sticky; top: 82px; z-index: 30; background: var(--ivory); border-bottom: 1px solid var(--hairline); }
.section-nav-links { display: flex; justify-content: center; gap: 45px; }
.section-nav a { padding: 16px 0; white-space: nowrap; color: var(--blue-70); font-size: 12px; font-weight: 700; }
.section-nav-mobile { display: none; }
.cohort-intro { background: var(--paper); }
.arc-section { background: var(--navy-2); color: var(--ivory); }
.arc-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; padding: 0; margin: 0; list-style: none; }
.arc-grid li { position: relative; min-height: 210px; padding: 30px 24px; border: 1px solid rgba(77,154,255,.28); border-radius: 14px; }
.arc-grid span { display: block; color: var(--blue-40); font-family: var(--display); font-size: 34px; font-weight: 750; line-height: .9; letter-spacing: -.07em; font-variant-numeric: tabular-nums; }
.arc-grid h3 { margin: 24px 0 8px; font-family: var(--display); font-size: 18px; font-weight: 650; }
.arc-grid p { color: #d1e4ff; font-size: 13px; }
.session-section { background: var(--ivory); }
.sessions-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.sessions-heading { position: sticky; top: 160px; }
.sessions-heading > p:last-child { color: var(--muted); }
.session-list { border-top: 1px solid var(--line); }
.session-list details { border-bottom: 1px solid var(--line); }
.session-list summary { display: grid; grid-template-columns: 54px 1fr 25px; gap: 15px; padding: 21px 0; cursor: pointer; list-style: none; }
.session-list summary::-webkit-details-marker { display: none; }
.session-list summary span { color: var(--blue-70); font-family: var(--display); font-size: 20px; font-weight: 750; line-height: .95; letter-spacing: -.06em; padding-top: 2px; font-variant-numeric: tabular-nums; }
.session-list summary strong { font-family: var(--display); font-size: 18px; font-weight: 650; }
.session-list summary b { color: var(--blue-70); font-size: 22px; font-weight: 400; transition: transform .2s; }
.session-list details[open] summary b { transform: rotate(45deg); }
.session-list details > p { margin: -4px 35px 24px 69px; color: var(--muted); }
.outcomes-section { background: var(--basalt); color: var(--ivory); }
.outcomes-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 20px; }
.outcome-panel, .commitment-panel { padding: 48px; background: var(--blue-95); border-radius: 20px; }
.commitment-panel { background: var(--paper); color: var(--ink); }
.outcome-panel .tick-list li { color: var(--blue-10); }
.big-stat { margin: 18px 0 0; color: var(--blue-70); font-family: var(--display); font-size: 88px; font-weight: 780; line-height: .84; letter-spacing: -.07em; font-variant-numeric: tabular-nums; }
.commitment-panel h3 { max-width: 330px; font-family: var(--display); font-size: 21px; font-weight: 650; }
.commitment-panel > p:last-child { color: var(--muted); }
.formats-section { background: var(--paper); }
.format-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.format-card { padding: 42px; border: 1px solid var(--hairline); border-radius: 20px; background: var(--ivory); }
.format-card.featured { background: var(--navy); color: var(--ivory); }
.format-label { color: var(--blue-70); font-family: var(--mono); font-size: 10px; line-height: 1.2; text-transform: uppercase; letter-spacing: .13em; }
.format-card.featured .format-label { color: var(--blue-40); }
.format-card h3 { max-width: 480px; margin: 22px 0 13px; font-family: var(--display); font-size: 25px; font-weight: 650; }
.format-card p, .format-card li { color: var(--muted); }
.format-card.featured p, .format-card.featured li { color: #d1e4ff; }
.format-card ul { padding-left: 20px; margin-bottom: 30px; }
.quiet-action { display: inline-block; padding-top: 12px; color: var(--muted); font-size: 13px; font-weight: 700; }
.guarantee-section { background: var(--paper-deep); }
.guarantee-grid { display: grid; grid-template-columns: 135px .85fr 1.15fr; gap: 55px; align-items: center; }
.guarantee-badge { width: 140px; height: 140px; display: grid; place-content: center; border-radius: 999px; background: var(--blue-50); color: white; text-align: center; font-family: var(--display); font-size: 58px; font-weight: 780; line-height: .72; letter-spacing: -.06em; font-variant-numeric: tabular-nums; }
.guarantee-badge small { font-family: var(--mono); font-size: 9px; line-height: 1.2; letter-spacing: .1em; text-transform: uppercase; }
.guarantee-grid h2 { font-size: 34px; }
.small-copy { color: var(--muted); font-size: 13px; }
.guarantee-copy p + p { color: var(--muted); font-size: 13px; }

.briefing-hero { padding: 90px 0 110px; }
.briefing-hero-grid { display: grid; grid-template-columns: 1fr .78fr; gap: 90px; align-items: start; }
.briefing-copy { padding-top: 20px; }
.briefing-copy h1 { font-size: clamp(42px, 5vw, 52px); }
.briefing-meta { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 50px; background: rgba(255,255,255,.15); }
.briefing-meta span { padding: 16px; background: var(--navy); color: #a3caff; font-size: 12px; }
.briefing-meta strong { display: block; color: white; font-size: 13px; }
.briefing-form, .confirmation-card { padding: 34px; background: var(--ivory); color: var(--ink); border-radius: 20px; box-shadow: 14px 14px 0 rgba(0,70,145,.28); }
.form-heading > p:last-child { margin: 0 0 24px; color: var(--muted); font-size: 14px; }
.journeys-form-host { min-height: 240px; }
.journeys-form-host form { display: grid; gap: 16px; }
.journeys-form-host label { color: var(--neutral-70); font-size: 12px; font-weight: 700; }
.journeys-form-host input:not([type="checkbox"]):not([type="radio"]), .journeys-form-host select, .journeys-form-host textarea { width: 100%; min-height: 45px; padding: 9px 11px; background: white; border: 1px solid var(--line); border-radius: 7px; color: var(--ink); font: inherit; }
.journeys-form-host input:focus, .journeys-form-host select:focus, .journeys-form-host textarea:focus { outline: 2px solid var(--blue-50); outline-offset: 1px; }
.journeys-form-host button, .journeys-form-host input[type="submit"] { min-height: 46px; padding: 12px 20px; border: 1px solid var(--blue-70); border-radius: 999px; background: var(--blue-70); color: white; font: 700 13px/1 var(--sans); cursor: pointer; }
.journeys-form-placeholder { display: grid; gap: 14px; padding: 25px; background: var(--blue-05); border: 1px dashed rgba(0,70,145,.35); border-radius: 14px; }
.journeys-form-placeholder h3 { margin: 0; font-family: var(--display); font-size: 23px; font-weight: 650; }
.journeys-form-placeholder p { margin: 0 0 5px; color: var(--muted); font-size: 14px; }
.journeys-form-placeholder .button { justify-self: start; }
.journeys-status { color: var(--blue-70); font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.form-heading h2, .confirmation-card h2 { font-size: 34px; }
.briefing-form fieldset { padding: 0; margin: 0 0 18px; border: 0; }
.briefing-form legend, .briefing-form > label { display: block; margin-bottom: 8px; color: var(--neutral-70); font-size: 12px; font-weight: 700; }
.date-option { display: grid !important; grid-template-columns: 25px 1fr 26px; align-items: center; gap: 10px; padding: 14px; margin: 7px 0 !important; border: 1px solid var(--line); border-radius: 14px; color: var(--ink) !important; cursor: pointer; }
.date-option:has(input:checked) { border-color: var(--blue-50); background: var(--blue-05); }
.date-option input { accent-color: var(--blue-50); }
.date-option strong, .date-option small { display: block; }
.date-option small { color: var(--muted); font-weight: 400; }
.date-option b { color: var(--blue-70); font-family: var(--mono); font-size: 10px; line-height: 1.2; }
.briefing-form > label input { width: 100%; height: 45px; margin-top: 5px; padding: 8px 10px; background: white; border: 1px solid var(--line); border-radius: 7px; }
.briefing-form input:focus { outline: 2px solid var(--blue-50); outline-offset: 1px; }
.form-submit { width: 100%; margin-top: 10px; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 10px; text-align: center; }
.confirmation-card { min-height: 530px; display: flex; flex-direction: column; justify-content: center; }
.confirmation-mark { width: 55px; height: 55px; display: grid; place-items: center; margin-bottom: 30px; border-radius: 999px; background: var(--green-50); color: white; font-size: 28px; }
.briefing-steps { background: var(--paper); }
.briefing-step-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.briefing-step-grid article { padding: 35px; background: var(--ivory); border: 1px solid var(--hairline); border-radius: 20px; }
.briefing-step-grid article:last-child { border-right: 1px solid var(--hairline); }
.briefing-step-grid span { display: block; color: var(--blue-70); font-family: var(--display); font-size: 42px; font-weight: 750; line-height: .9; letter-spacing: -.07em; font-variant-numeric: tabular-nums; }
.briefing-step-grid h3 { margin: 26px 0 10px; font-family: var(--display); font-size: 21px; font-weight: 650; }
.briefing-step-grid p { color: var(--muted); font-size: 15px; }
.shelfware-section { background: var(--navy-2); color: var(--ivory); }
.shelfware-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.shelfware-quote { color: #ff8b7f; font-family: var(--display); font-size: 30px; font-weight: 650; line-height: 1.25; letter-spacing: -.03em; }
.shelfware-grid h2 { font-size: 34px; }
.shelfware-grid p:last-child { color: var(--blue-10); }
.plans-change { background: var(--paper-deep); }
.plans-change-inner { display: grid; grid-template-columns: 100px 1fr auto; align-items: center; gap: 40px; }
.plans-change-inner > span { color: var(--blue-70); font-family: var(--display); font-size: 70px; line-height: 1; }
.plans-change-inner h2 { margin-bottom: 8px; font-size: 34px; }
.plans-change-inner p:last-child { margin: 0; }

.cohort-editorial-body > p:first-child { margin-top: 0; }
.cohort-editorial-body ul { padding: 0; margin: 28px 0 34px; list-style: none; }
.cohort-editorial-body li { position: relative; padding: 11px 0 11px 28px; border-bottom: 1px solid rgba(255,255,255,.14); }
.cohort-editorial-body li::before { content: "✓"; position: absolute; left: 0; color: var(--green-40); }

.briefing-resource-hero { padding: 90px 0 105px; }
.briefing-resource-heading { max-width: 920px; }
.briefing-resource-heading h1 { max-width: 850px; font-size: clamp(46px, 6vw, 68px); }
.briefing-resource-heading .hero-lede { max-width: 760px; }
.briefing-video-section { padding-top: 72px; background: var(--paper-deep); }
.briefing-video-shell { max-width: 1180px; }
.briefing-video-frame, .briefing-video-placeholder { aspect-ratio: 16 / 9; overflow: hidden; border-radius: 22px; box-shadow: 0 24px 55px rgba(0,35,75,.18); }
.briefing-video-frame iframe { width: 100%; height: 100%; border: 0; }
.briefing-video-placeholder { position: relative; display: grid; grid-template-columns: auto minmax(0, 520px); place-content: center; align-items: center; gap: 28px; padding: 50px; background-color: var(--blue-95); background-image: linear-gradient(115deg, rgba(0,22,54,.94), rgba(0,70,145,.72)), var(--briefing-poster); background-position: center; background-size: cover; color: white; text-align: left; }
.briefing-play-mark { width: 76px; height: 76px; display: grid; place-items: center; padding-left: 5px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; background: rgba(0,70,145,.35); font-size: 25px; }
.briefing-video-placeholder small { color: var(--blue-20); font-family: var(--mono); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.briefing-video-placeholder p { margin: 10px 0 0; color: white; font-family: var(--display); font-size: clamp(22px, 3vw, 34px); font-weight: 650; line-height: 1.2; }
.briefing-resource-section { background: var(--ivory); }
.briefing-resource-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: center; }
.briefing-resource-grid h2 { max-width: 620px; }
.briefing-resource-grid > div > p:last-of-type { max-width: 680px; color: var(--muted); }
.briefing-resource-grid .button { margin-top: 20px; }
.briefing-scorecard-card { min-height: 310px; display: flex; flex-direction: column; justify-content: space-between; padding: 38px; border-radius: 20px; background: var(--blue-90); color: white; box-shadow: 14px 14px 0 var(--blue-10); }
.briefing-scorecard-card span, .briefing-scorecard-card small { color: var(--blue-20); font-family: var(--mono); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.briefing-scorecard-card strong { font-family: var(--display); font-size: 28px; font-weight: 650; line-height: 1.3; }
.briefing-transcript-section { background: var(--paper); border-top: 1px solid var(--hairline); }
.briefing-transcript-grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: 80px; align-items: start; }
.briefing-transcript-grid > div:first-child { position: sticky; top: 120px; }
.briefing-transcript { max-width: 760px; font-size: 18px; line-height: 1.75; }
.briefing-transcript h2, .briefing-transcript h3 { margin-top: 1.8em; }
.briefing-resource-next { padding: 80px 0; }
.briefing-resource-next-inner { display: flex; justify-content: space-between; align-items: center; gap: 70px; }
.briefing-resource-next-inner > div { max-width: 760px; }
.briefing-resource-next h2 { margin-bottom: 12px; color: white; }
.briefing-resource-next p:last-child { margin-bottom: 0; color: var(--blue-10); }

.about-hero { isolation: isolate; background-image: url("../images/hero-lehua.jpg"); background-position: center 48%; background-size: cover; }
.about-hero::before { z-index: 0; opacity: 1; background: linear-gradient(90deg, rgba(0,22,54,.96) 0%, rgba(0,22,54,.84) 43%, rgba(0,22,54,.43) 72%, rgba(0,22,54,.62) 100%); }
.about-hero-grid { display: grid; grid-template-columns: 1.1fr .6fr; gap: 80px; align-items: center; }
.about-hero-brand { display: grid; place-items: center; min-height: 360px; }
.about-hero-brand img { display: block; width: min(100%, 360px); height: auto; filter: drop-shadow(0 18px 34px rgba(0,0,0,.38)); }
.origin-section { background: var(--paper); }
.origin-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.guide-section { background: var(--basalt); color: var(--ivory); }
.founder-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.founder-card { display: grid; grid-template-columns: 100px 1fr; gap: 28px; padding: 36px; border: 1px solid rgba(77,154,255,.28); border-radius: 20px; }
.founder-monogram { width: 92px; height: 120px; display: grid; place-items: center; background: var(--paper); border-radius: 14px; color: var(--blue-70); font-family: var(--display); font-size: 28px; font-weight: 650; line-height: 1; }
.founder-photo { width: 92px; height: 120px; object-fit: cover; border-radius: 14px; }
.founder-card span { color: var(--blue-40); font-family: var(--mono); font-size: 10px; line-height: 1.2; letter-spacing: .1em; text-transform: uppercase; }
.founder-card h3 { margin: 10px 0; font-family: var(--display); font-size: 23px; font-weight: 650; }
.founder-card p { color: var(--blue-10); font-size: 14px; }
.belief-section { background: var(--blue-70); color: white; }
.belief-grid { display: grid; grid-template-columns: 100px 1fr .6fr; gap: 55px; align-items: center; }
.belief-number { font-family: var(--display); font-size: 96px; font-weight: 780; line-height: .8; letter-spacing: -.08em; opacity: .62; font-variant-numeric: tabular-nums; }
.belief-grid h2 { margin: 0; color: white; font-size: 34px; }
.belief-grid p { margin: 0; color: #d1e4ff; }
.services-hero-grid { display: grid; grid-template-columns: 1.08fr .72fr; gap: 90px; align-items: center; }
.services-hero-title span { display: block; }
.services-choice-map { padding: 12px; background: var(--ivory); color: var(--ink); border-radius: 20px; box-shadow: 14px 14px 0 rgba(0,70,145,.28); }
.services-choice-map > p { padding: 12px 14px 18px; margin: 0; color: var(--muted); font-family: var(--mono); font-size: 10px; line-height: 1.3; letter-spacing: .11em; text-transform: uppercase; }
.services-choice-map a { display: grid; grid-template-columns: 38px 1fr 24px; gap: 14px; align-items: center; padding: 22px 14px; border-top: 1px solid var(--hairline); border-radius: 10px; }
.services-choice-map a:hover, .services-choice-map a:focus-visible { background: var(--blue-05); }
.services-choice-map a > span:first-child { color: var(--blue-70); font-family: var(--display); font-size: 25px; font-weight: 750; line-height: .9; letter-spacing: -.06em; font-variant-numeric: tabular-nums; }
.services-choice-map strong, .services-choice-map small { display: block; }
.services-choice-map strong { font-size: 16px; }
.services-choice-map small { margin-top: 3px; color: var(--muted); font-size: 12px; }
.services-choice-map b { color: var(--blue-70); font-size: 20px; font-weight: 400; }
.services-intro { background: var(--paper); }
.coaching-section { background: var(--ivory); }
.service-path-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.service-path-heading { position: relative; padding-top: 108px; }
.service-path-number { position: absolute; top: 0; left: -7px; color: var(--blue-10); font-family: var(--display); font-size: 108px; font-weight: 780; line-height: .8; letter-spacing: -.08em; font-variant-numeric: tabular-nums; }
.service-path-lede { max-width: 560px; color: var(--muted); font-size: 17px; }
.service-path-panel { padding: 46px; background: var(--paper-deep); border: 1px solid var(--hairline); border-radius: 20px; }
.service-panel-label { color: var(--blue-70); font-family: var(--mono); font-size: 10px; line-height: 1.2; letter-spacing: .12em; text-transform: uppercase; }
.service-fit-list { padding: 0; margin: 25px 0 34px; list-style: none; }
.service-fit-list li { position: relative; padding: 15px 0 15px 30px; border-bottom: 1px solid var(--line); }
.service-fit-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green-70); font-weight: 700; }
.service-note { padding: 22px; margin: 0; background: var(--ivory); border-left: 3px solid var(--blue-50); border-radius: 0 10px 10px 0; color: var(--neutral-70); font-family: var(--serif); font-size: 18px; font-weight: 600; line-height: 1.45; }
.implementation-section { background: var(--navy-2); color: var(--ivory); }
.implementation-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.implementation-heading { position: sticky; top: 145px; padding-top: 108px; }
.implementation-heading .service-path-number { color: rgba(77,154,255,.22); }
.implementation-heading h2 { color: var(--paper-deep); }
.implementation-heading > p:last-child { max-width: 530px; color: var(--blue-10); font-size: 17px; }
.implementation-introduction { max-width: 530px; color: var(--blue-10); font-size: 17px; }
.implementation-capabilities { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.implementation-capabilities article { min-height: 245px; padding: 32px; background: var(--blue-95); border: 1px solid rgba(77,154,255,.28); border-radius: 18px; }
.implementation-capabilities article > span { color: var(--blue-40); font-family: var(--display); font-size: 34px; font-weight: 750; line-height: .9; letter-spacing: -.07em; font-variant-numeric: tabular-nums; }
.implementation-capabilities h3 { margin: 28px 0 10px; font-family: var(--display); font-size: 20px; font-weight: 650; }
.implementation-capabilities p { margin: 0; color: var(--blue-10); font-size: 14px; }
.implementation-entry { display: grid; grid-template-columns: .62fr 1.38fr; gap: 45px; align-items: start; margin-top: 60px; padding-top: 30px; border-top: 1px solid rgba(77,154,255,.32); }
.implementation-entry strong { color: var(--blue-40); font-family: var(--serif); font-size: 25px; line-height: 1.2; }
.implementation-entry p { max-width: 700px; margin: 0; color: var(--blue-10); }
.final-cms-copy { max-width: 620px; margin: 0 auto 30px; color: #c7d2ce; }
.final-cms-copy p { margin-bottom: 0; }

.insights-hero { min-height: 520px; display: grid; align-items: center; padding: 95px 0; }
.insights-hero::before { background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px), radial-gradient(circle at 82% 50%, transparent 0 155px, rgba(77,154,255,.3) 156px, transparent 157px), radial-gradient(circle at 82% 50%, transparent 0 245px, rgba(77,154,255,.17) 246px, transparent 247px); background-size: 52px 52px, 52px 52px, auto, auto; }
.insights-hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 100px; align-items: end; }
.insights-hero h1 { max-width: 780px; margin-bottom: 25px; color: var(--paper-deep); font-size: clamp(48px, 6vw, 72px); }
.insights-hero-lede { max-width: 730px; margin: 0; color: var(--blue-10); font-size: 19px; line-height: 1.65; }
.insights-hero-note { padding: 28px 0 5px 30px; border-left: 1px solid var(--blue-40); }
.insights-hero-note > span { display: block; margin-bottom: 14px; color: var(--blue-40); font-family: var(--mono); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.insights-hero-note p { margin-bottom: 18px; color: #d1e4ff; font-size: 14px; }
.insight-topics { background: var(--ivory); border-bottom: 1px solid var(--hairline); }
.insight-topic-list { min-height: 76px; display: flex; align-items: center; gap: 12px; overflow-x: auto; scrollbar-width: thin; }
.insight-topic-label { flex: 0 0 auto; margin-right: 6px; color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.insight-topic-list a { flex: 0 0 auto; padding: 8px 12px; border: 1px solid var(--hairline); border-radius: 999px; color: var(--neutral-70); font-size: 12px; font-weight: 650; transition: border-color .18s ease, color .18s ease, background .18s ease; }
.insight-topic-list a:hover, .insight-topic-list a:focus-visible { background: var(--blue-05); border-color: var(--blue-40); color: var(--blue-70); }
.insight-feature-section { background: var(--ivory); }
.insight-feature { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 480px; margin-top: 28px; overflow: hidden; background: var(--paper); border: 1px solid var(--hairline); border-radius: 22px; }
.insight-feature-media, .insight-card-media { position: relative; display: block; overflow: hidden; background: var(--blue-90); }
.insight-feature-media img, .insight-card-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.insight-feature:hover .insight-feature-media img, .insight-card:hover .insight-card-media img { transform: scale(1.025); }
.insight-media-fallback { position: absolute; inset: 0; display: grid; place-content: center; gap: 4px; padding: 25px; color: var(--blue-40); text-align: center; background-image: linear-gradient(rgba(77,154,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(77,154,255,.12) 1px, transparent 1px), radial-gradient(circle, transparent 0 85px, rgba(77,154,255,.24) 86px, transparent 87px); background-size: 38px 38px, 38px 38px, auto; }
.insight-media-fallback b { font-family: var(--serif); font-size: 46px; letter-spacing: -.04em; }
.insight-media-fallback small { color: var(--blue-10); font-family: var(--mono); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.insight-feature-copy { display: flex; flex-direction: column; justify-content: center; padding: 56px; }
.insight-feature-copy h2 { margin: 18px 0; font-size: clamp(32px, 4vw, 47px); }
.insight-feature-copy > p { color: var(--muted); font-size: 17px; }
.insight-card-meta { min-height: 18px; display: flex; align-items: center; gap: 10px; color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.insight-card-meta span { color: var(--blue-70); }
.insight-card-meta span + time::before { content: "·"; margin-right: 10px; color: var(--neutral-40); }
.insights-latest { background: var(--paper); }
.insights-latest-first { padding-top: 96px; }
.insights-section-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: end; margin-bottom: 42px; }
.insights-section-heading h2 { margin-bottom: 0; font-size: clamp(36px, 4vw, 50px); }
.insights-section-heading > p { max-width: 540px; margin: 0; color: var(--muted); }
.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.insight-card { min-width: 0; overflow: hidden; background: var(--ivory); border: 1px solid var(--hairline); border-radius: 16px; transition: transform .2s ease, box-shadow .2s ease; }
.insight-card:hover { transform: translateY(-3px); box-shadow: 0 20px 45px rgba(35,12,8,.09); }
.insight-card-media { aspect-ratio: 1.58; }
.insight-card-copy { padding: 26px 25px 28px; }
.insight-card h3 { margin: 15px 0 12px; color: var(--ink); font-family: var(--serif); font-size: 25px; line-height: 1.15; }
.insight-card-copy > p { display: -webkit-box; min-height: 76px; margin-bottom: 18px; overflow: hidden; color: var(--muted); font-size: 14px; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.insight-card-link { color: var(--blue-70); font-size: 13px; font-weight: 750; }
.insight-card-link span { margin-left: 8px; }
.insights-empty { display: grid; grid-template-columns: 115px 1fr; gap: 40px; align-items: center; padding: 54px; background: var(--ivory); border: 1px solid var(--hairline); border-radius: 18px; }
.insights-empty > span { color: var(--blue-10); font-family: var(--display); font-size: 92px; font-weight: 780; line-height: 1; letter-spacing: -.08em; }
.insights-empty h3 { margin: 0 0 10px; color: var(--ink); font-family: var(--serif); font-size: 28px; }
.insights-empty p { max-width: 700px; margin-bottom: 10px; color: var(--muted); }
.insights-pager { margin-top: 42px; }
.insights-pager ul { display: flex; justify-content: center; gap: 8px; padding: 0; list-style: none; }
.insights-pager a { min-width: 38px; min-height: 38px; display: grid; place-items: center; border: 1px solid var(--hairline); border-radius: 7px; background: var(--ivory); color: var(--blue-70); font-weight: 700; }
.insights-journey { padding: 75px 0; background: var(--blue-90); color: var(--blue-10); }
.insights-journey-inner { display: grid; grid-template-columns: 1fr .9fr auto; gap: 65px; align-items: center; }
.insights-journey h2 { max-width: 520px; margin: 0; color: var(--paper-deep); }
.insights-journey-inner > p { margin: 0; }
.insight-topic-hero { padding: 75px 0 85px; }
.insight-topic-hero h1 { margin-bottom: 18px; color: var(--paper-deep); }
.insight-topic-hero p:last-child { max-width: 650px; margin: 0; color: var(--blue-10); font-size: 18px; }
.insight-topic-back { display: inline-flex; gap: 9px; margin-bottom: 38px; color: var(--blue-40); font-size: 12px; font-weight: 700; }
.insight-topic-results { min-height: 430px; }
.insight-topic-results .alert { padding: 32px; border: 1px solid var(--hairline); border-radius: 12px; background: var(--ivory); color: var(--muted); }
.insight-topic-empty { display: grid; grid-template-columns: 64px 1fr; gap: 24px; align-items: start; max-width: 760px; padding: 38px; background: var(--ivory); border: 1px solid var(--hairline); border-radius: 14px; }
.insight-topic-empty > span { color: var(--blue-40); font-size: 55px; line-height: .8; }
.insight-topic-empty h3 { margin-bottom: 8px; color: var(--ink); font-family: var(--serif); font-size: 26px; }
.insight-topic-empty p { margin-bottom: 10px; color: var(--muted); }

.insight-article-header { padding: 85px 0 95px; }
.insight-article-heading { max-width: 980px; }
.insight-breadcrumb { display: flex; gap: 10px; margin-bottom: 36px; color: var(--blue-40); font-family: var(--mono); font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.insight-breadcrumb a:hover, .insight-breadcrumb a:focus-visible { color: var(--ivory); }
.insight-article-header h1 { max-width: 920px; margin-bottom: 28px; color: var(--paper-deep); font-size: clamp(46px, 6vw, 72px); }
.insight-article-deck { max-width: 800px; margin-bottom: 30px; color: var(--blue-10); font-family: var(--serif); font-size: 22px; line-height: 1.5; }
.insight-article-meta { display: flex; flex-wrap: wrap; gap: 11px 22px; color: #a3caff; font-family: var(--mono); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.insight-article-meta > * + *::before { content: "·"; margin-right: 22px; color: var(--blue-40); }
.insight-article-hero { position: relative; z-index: 2; aspect-ratio: 1.9; margin-top: -42px; overflow: hidden; background: var(--blue-90); border: 8px solid var(--paper); border-radius: 22px; }
.insight-article-hero img { width: 100%; height: 100%; display: block; object-fit: cover; }
.insight-article-layout { display: grid; grid-template-columns: 225px minmax(0, 740px); gap: 85px; justify-content: center; padding-top: 82px; padding-bottom: 110px; }
.insight-article-layout-no-image { padding-top: 92px; }
.insight-article-aside { min-width: 0; }
.insight-toc { position: sticky; top: 125px; padding-left: 18px; border-left: 1px solid var(--line); }
.insight-toc > p, .insight-driver-list > p { margin-bottom: 15px; color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.insight-toc ol { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }
.insight-toc a { color: var(--neutral-70); font-size: 12px; line-height: 1.35; }
.insight-toc a:hover, .insight-toc a:focus-visible { color: var(--blue-70); }
.insight-toc-subitem { padding-left: 12px; }
.insight-driver-list { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 35px; }
.insight-driver-list > p { flex-basis: 100%; margin-bottom: 5px; }
.insight-driver-list span { padding: 5px 8px; border: 1px solid var(--hairline); border-radius: 999px; color: var(--blue-70); font-size: 10px; font-weight: 650; }
.insight-takeaway { margin-bottom: 45px; padding: 30px 34px; background: var(--blue-05); border-left: 4px solid var(--blue-50); border-radius: 0 12px 12px 0; }
.insight-takeaway span { display: block; margin-bottom: 10px; color: var(--blue-70); font-family: var(--mono); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.insight-takeaway p { margin: 0; color: var(--ink); font-family: var(--serif); font-size: 21px; font-weight: 600; line-height: 1.5; }
.insight-article-body { color: var(--neutral-70); font-family: var(--serif); font-size: 19px; line-height: 1.78; }
.insight-article-body > *:first-child { margin-top: 0; }
.insight-article-body h2, .insight-article-body h3 { scroll-margin-top: 125px; color: var(--ink); font-family: var(--serif); }
.insight-article-body h2 { margin: 58px 0 18px; font-size: 34px; }
.insight-article-body h3 { margin: 38px 0 14px; font-size: 24px; }
.insight-article-body p, .insight-article-body ul, .insight-article-body ol, .insight-article-body blockquote { margin-bottom: 25px; }
.insight-article-body li + li { margin-top: 8px; }
.insight-article-body a, .insight-sources a { color: var(--blue-70); text-decoration: underline; text-decoration-color: rgba(0,120,239,.35); text-underline-offset: 3px; }
.insight-article-body blockquote { padding: 5px 0 5px 28px; border-left: 3px solid var(--blue-50); color: var(--ink); font-size: 23px; font-style: italic; }
.insight-article-body code { padding: 2px 5px; border-radius: 4px; background: var(--paper-deep); font-family: var(--mono); font-size: .82em; }
.insight-article-body pre { max-width: 100%; overflow-x: auto; padding: 22px; border-radius: 10px; background: var(--blue-95); color: var(--blue-10); }
.insight-article-body pre code { padding: 0; background: transparent; }
.insight-article-body img { max-width: 100%; height: auto; border-radius: 10px; }
.insight-sources { margin-top: 65px; padding-top: 35px; border-top: 1px solid var(--line); }
.insight-sources h2 { font-size: 26px; }
.insight-sources ul { padding-left: 20px; color: var(--muted); font-size: 14px; }
.insight-related { background: var(--ivory); border-top: 1px solid var(--hairline); }
.insight-next-step { padding: 75px 0; background: var(--blue-90); }
.insight-next-step-inner { display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.insight-next-step h2 { margin: 0; color: var(--paper-deep); }
.error-page { min-height: 68vh; display: grid; align-items: center; padding: 110px 0; }
.error-page-grid { display: grid; grid-template-columns: 1.08fr .72fr; gap: 90px; align-items: center; }
.error-page-copy { position: relative; }
.error-code { display: block; margin-bottom: 18px; color: rgba(77,154,255,.2); font-family: var(--display); font-size: clamp(92px, 15vw, 170px); font-weight: 780; line-height: .72; letter-spacing: -.08em; font-variant-numeric: tabular-nums; }
.error-page h1 { max-width: 720px; }
.error-site-map { padding: 38px; background: var(--ivory); color: var(--ink); border-radius: 20px; box-shadow: 14px 14px 0 rgba(0,70,145,.28); }
.error-site-tree, .error-site-tree ul { padding: 0; margin: 0; list-style: none; }
.error-site-tree > li { border-top: 1px solid var(--hairline); }
.error-site-tree a { display: flex; justify-content: space-between; gap: 18px; padding: 15px 0; color: var(--blue-80); font-weight: 750; }
.error-site-tree a:hover, .error-site-tree a:focus-visible { color: var(--blue-50); }
.error-site-tree ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; padding: 0 0 12px 18px; }
.error-site-tree ul a { padding: 8px 0; color: var(--muted); font-size: 13px; font-weight: 650; }

.site-footer { padding: 78px 0 25px; background: var(--blue-95); color: var(--ivory); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .55fr .55fr 1fr; gap: 50px; }
.footer-grid > div:first-child > p { max-width: 310px; margin-top: 25px; color: #a3caff; font-size: 13px; }
.footer-grid h3 { margin: 0 0 18px; color: #7cb4ff; font-family: var(--mono); font-size: 10px; line-height: 1.2; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) > a:not(.button) { display: block; margin: 9px 0; font-size: 13px; }
.footer-action p { font-family: var(--display); font-size: 17px; font-weight: 600; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(77,154,255,.32); color: #7cb4ff; font-family: var(--mono); font-size: 9px; line-height: 1.2; letter-spacing: .1em; text-transform: uppercase; }
.footer-brand { align-self: flex-start; }
.footer-brand .brand-logo { height: 64px; }

.reveal { animation: rise .7s ease-out both; }
.reveal-delay { animation-delay: .12s; }
@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { animation: none; } }

@media (max-width: 900px) {
  .shell { width: min(100% - 32px, 700px); }
  .section { padding: 80px 0; }
  .site-nav { display: none; position: absolute; top: 100%; right: 0; left: 0; margin: 0; border-top: 1px solid var(--hairline); background: var(--ivory); box-shadow: 0 22px 45px rgba(35,12,8,.12); }
  .site-nav.is-open { display: block; }
  .site-nav-list { display: grid; gap: 0; }
  .site-nav-item { counter-increment: mobile-navigation; }
  .site-nav-item > a, .nav-group > summary { display: grid; grid-template-columns: 34px 1fr auto; gap: 12px; padding: 17px max(24px, calc((100vw - 700px) / 2)); border-bottom: 1px solid var(--hairline); color: var(--ink); font-size: 14px; font-weight: 700; }
  .mobile-nav-number { display: block; color: var(--blue-70); font-family: var(--mono); font-size: 10px; }
  .mobile-nav-number::before { content: counter(mobile-navigation, decimal-leading-zero); }
  .nav-group { position: static; }
  .nav-dropdown { position: static; width: auto; border: 0; border-radius: 0; box-shadow: none; padding: 0; gap: 0; }
  .nav-dropdown-number::before { content: none; }
  .nav-dropdown a { grid-template-columns: 34px 1fr; gap: 12px; padding: 14px max(24px, calc((100vw - 620px) / 2)); border-bottom: 1px solid var(--hairline); border-radius: 0; background: var(--paper); }
  .nav-dropdown-copy small { margin-top: 2px; }
  .site-nav-cta > a { border-width: 0 0 1px; border-radius: 0; font-size: 14px; }
  .mobile-menu-toggle { display: grid; }
  .hero { padding-top: 75px; }
  .hero-grid, .page-hero-grid, .cohort-hero-grid, .briefing-hero-grid, .about-hero-grid, .services-hero-grid, .split-heading, .cohort-feature-grid, .outcome-grid, .framework-output-grid, .sessions-grid, .outcomes-grid, .shelfware-grid, .origin-grid, .belief-grid, .service-path-grid, .implementation-grid, .briefing-resource-grid, .briefing-transcript-grid, .error-page-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero-visual { min-height: 520px; }
  .proof-ribbon { flex-wrap: wrap; gap: 20px; padding: 25px 0; }
  .plan-grid, .driver-grid, .briefing-step-grid { grid-template-columns: 1fr; }
  .plan-grid li { min-height: auto; }
  .driver-card { min-height: 200px; }
  .cohort-number { font-size: 104px; }
  .driver-detail-list article { grid-template-columns: 45px 160px 1fr; }
  .arc-grid { grid-template-columns: 1fr 1fr; }
  .arc-grid li { min-height: 170px; }
  .sessions-heading { position: static; }
  .format-grid, .founder-grid { grid-template-columns: 1fr; }
  .guarantee-grid { grid-template-columns: 135px 1fr; }
  .guarantee-grid > div:last-child { grid-column: 1 / -1; }
  .briefing-meta { grid-template-columns: 1fr; }
  .plans-change-inner { grid-template-columns: 70px 1fr; }
  .plans-change-inner .button { grid-column: 2; justify-self: start; }
  .briefing-transcript-grid > div:first-child { position: static; }
  .briefing-resource-next-inner { align-items: flex-start; flex-direction: column; gap: 35px; }
  .about-hero { background-position: 58% center; }
  .about-hero-brand { min-height: 260px; }
  .about-hero-brand img { width: min(72vw, 330px); }
  .implementation-heading { position: relative; top: auto; }
  .insights-hero-grid { grid-template-columns: 1fr; gap: 45px; }
  .insights-hero-note { max-width: 540px; }
  .insight-feature { grid-template-columns: 1fr; }
  .insight-feature-media { min-height: 380px; }
  .insight-grid { grid-template-columns: repeat(2, 1fr); }
  .insights-journey-inner { grid-template-columns: 1fr 1fr; gap: 35px; }
  .insights-journey-inner .button { grid-column: 1 / -1; justify-self: start; }
  .insight-article-layout { grid-template-columns: minmax(0, 740px); gap: 45px; }
  .insight-article-aside { order: 2; }
  .insight-toc { display: none; }
  .insight-driver-list { margin-top: 0; padding-top: 30px; border-top: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-action { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  .shell { width: min(100% - 26px, 520px); }
  .site-header { position: relative; }
  .header-inner { min-height: 72px; }
  .brand-logo { height: 50px; }
  .site-nav-cta { display: none; }
  .header-inner { gap: 12px; }
  .site-nav-item > a, .nav-group > summary, .nav-dropdown a { padding-inline: 18px; }
  h1 { font-size: 42px; }
  h2 { font-size: 30px; }
  .journey-headline-statement { display: block; }
  .journey-headline-statement + .journey-headline-statement { margin-left: 0; }
  .hero { min-height: auto; padding-top: 60px; }
  .hero-lede { font-size: 18px; }
  .hero-visual { min-height: auto; }
  .framework-wheel { display: block; aspect-ratio: 1; padding: 0; }
  .framework-wheel-logo { width: 65%; }
  .wheel-driver { padding: 10px 12px; }
  .wheel-driver strong { font-size: 12px; }
  .wheel-driver-1 { left: 50%; top: 11%; }
  .wheel-driver-2 { left: 85.5%; top: 29.5%; }
  .wheel-driver-3 { left: 85.5%; top: 70.5%; }
  .wheel-driver-4 { left: 50%; top: 89%; }
  .wheel-driver-5 { left: 14.5%; top: 70.5%; }
  .wheel-driver-6 { left: 14.5%; top: 29.5%; }
  .proof-ribbon { justify-content: flex-start; }
  .split-heading, .outcome-grid { gap: 30px; }
  .large-copy { padding-top: 0; font-size: 18px; }
  .driver-detail-list article { grid-template-columns: 36px 1fr; gap: 12px; }
  .driver-detail-list article > div { grid-column: 2; }
  .artifact-stack { transform: none; }
  .section-nav { top: 0; }
  .section-nav-links { display: none; }
  .section-nav-mobile { position: relative; display: block; }
  .section-nav-mobile summary { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; color: var(--blue-70); cursor: pointer; font-family: var(--mono); font-size: 11px; font-weight: 500; letter-spacing: .12em; list-style: none; text-transform: uppercase; }
  .section-nav-mobile summary::-webkit-details-marker { display: none; }
  .section-nav-caret { font-family: var(--sans); font-size: 18px; line-height: 1; transition: transform .2s ease; }
  .section-nav-mobile[open] .section-nav-caret { transform: rotate(180deg); }
  .section-nav-mobile-links { position: absolute; top: 100%; right: -13px; left: -13px; display: grid; padding: 6px 13px 10px; background: var(--ivory); border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); box-shadow: 0 18px 32px rgba(35,12,8,.12); }
  .section-nav-mobile-links a { padding: 12px 0; border-bottom: 1px solid var(--hairline); }
  .section-nav-mobile-links a:last-child { border-bottom: 0; }
  .arc-grid { grid-template-columns: 1fr; }
  .arc-grid li { min-height: auto; }
  .outcome-panel, .commitment-panel, .format-card, .briefing-form, .confirmation-card { padding: 28px 22px; }
  .format-grid { grid-template-columns: 1fr; }
  .guarantee-grid { grid-template-columns: 1fr; }
  .guarantee-grid > div:last-child { grid-column: auto; }
  .guarantee-badge { width: 112px; height: 112px; font-size: 48px; }
  .briefing-step-grid article { border-right: 1px solid var(--hairline); }
  .plans-change-inner { grid-template-columns: 1fr; }
  .plans-change-inner .button { grid-column: auto; }
  .briefing-resource-hero { padding: 65px 0 75px; }
  .briefing-resource-heading h1 { font-size: 44px; }
  .briefing-video-section { padding-top: 45px; }
  .briefing-video-frame, .briefing-video-placeholder { border-radius: 14px; }
  .briefing-video-placeholder { grid-template-columns: 1fr; place-content: end start; gap: 18px; padding: 26px; }
  .briefing-play-mark { width: 58px; height: 58px; font-size: 19px; }
  .briefing-video-placeholder p { font-size: 22px; }
  .briefing-scorecard-card { min-height: 260px; padding: 28px 24px; }
  .briefing-scorecard-card strong { font-size: 23px; }
  .about-hero { background-position: 62% center; }
  .about-hero::before { background: linear-gradient(180deg, rgba(0,22,54,.94) 0%, rgba(0,22,54,.82) 58%, rgba(0,22,54,.66) 100%); }
  .about-hero-brand { min-height: 220px; }
  .founder-card { grid-template-columns: 1fr; }
  .founder-monogram, .founder-photo { height: 90px; }
  .belief-grid { grid-template-columns: 1fr; }
  .error-page { padding: 75px 0; }
  .error-site-map { padding: 28px 22px; }
  .error-site-tree ul { grid-template-columns: 1fr; }
  .service-path-panel { padding: 28px 22px; }
  .implementation-capabilities { grid-template-columns: 1fr; }
  .implementation-capabilities article { min-height: auto; padding: 28px 22px; }
  .implementation-entry { grid-template-columns: 1fr; gap: 14px; }
  .insights-hero { min-height: 490px; padding: 70px 0; }
  .insights-hero h1 { font-size: 48px; }
  .insights-hero-note { padding: 22px 0 0; border-top: 1px solid var(--blue-40); border-left: 0; }
  .insight-topic-list { min-height: 66px; }
  .insight-topic-label { display: none; }
  .insight-topic-empty { grid-template-columns: 1fr; padding: 28px 22px; }
  .insight-feature-media { min-height: 260px; }
  .insight-feature-copy { padding: 34px 24px; }
  .insights-section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 32px; }
  .insight-grid { grid-template-columns: 1fr; }
  .insight-card-copy > p { min-height: 0; }
  .insights-empty { grid-template-columns: 1fr; gap: 15px; padding: 34px 24px; }
  .insights-empty > span { font-size: 70px; }
  .insights-journey-inner { grid-template-columns: 1fr; }
  .insights-journey-inner .button { grid-column: auto; }
  .insight-article-header { padding: 65px 0 75px; }
  .insight-article-header h1 { font-size: 44px; }
  .insight-article-deck { font-size: 20px; }
  .insight-article-meta { display: grid; gap: 8px; }
  .insight-article-meta > * + *::before { content: none; }
  .insight-article-hero { aspect-ratio: 1.35; margin-top: -28px; border-width: 5px; border-radius: 14px; }
  .insight-article-layout { padding-top: 58px; padding-bottom: 80px; }
  .insight-takeaway { padding: 24px 22px; }
  .insight-article-body { font-size: 18px; line-height: 1.72; }
  .insight-article-body h2 { font-size: 30px; }
  .insight-next-step-inner { display: grid; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child, .footer-action { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 12px; }
}
