:root {
  --purple: #25115b;
  --purple-2: #351b79;
  --purple-3: #5a3db1;
  --green: #31ce87;
  --orange: #ff653d;
  --surface: color-mix(in srgb, var(--purple) 5%, white);
  --paper: #fff;
  --ink: var(--purple);
  --muted: color-mix(in srgb, var(--purple) 72%, white);
  --purple-wash: color-mix(in srgb, var(--purple) 7%, white);
  --green-wash: color-mix(in srgb, var(--green) 12%, white);
  --orange-wash: color-mix(in srgb, var(--orange) 10%, white);
  --line: rgba(37,17,91,.16);
  --display: "Manrope", sans-serif;
  --body: "DM Sans", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--surface); font: 400 1rem/1.65 var(--body); }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.04em; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: -5rem; padding: .75rem 1rem; background: var(--green); color: var(--ink); font-weight: 700; }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.section { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 7vw, 7rem); position: relative; scroll-margin-top: 72px; }
.site-header { height: 82px; padding: 0 clamp(1.25rem, 5vw, 5rem); display: flex; align-items: center; justify-content: space-between; position: absolute; inset: 0 0 auto; z-index: 20; background: #fff; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo { width: clamp(10.5rem, 15vw, 13rem); height: auto; }
#site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.25rem); }
#site-nav a { color: var(--purple); text-decoration: none; font-size: .9rem; font-weight: 600; }
#site-nav a:hover, #site-nav a:focus-visible { color: var(--purple-3); }
#site-nav .nav-cta { padding: .62rem 1.05rem; border: 1px solid var(--purple); color: var(--purple); }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--purple); }
.progress-thread { position: fixed; z-index: 40; right: 0; top: 82px; width: 3px; height: calc(100vh - 82px); background: rgba(37,17,91,.1); pointer-events: none; }
.progress-thread span { display: block; width: 100%; height: 0; position: relative; background: linear-gradient(180deg, var(--purple-3), var(--green)); }
.progress-thread span::after { content: "↗"; position: absolute; right: .35rem; bottom: -.6rem; width: 1.45rem; height: 1.45rem; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: #fff; font: 700 .72rem/1 var(--display); box-shadow: 0 5px 15px rgba(37,17,91,.18); }

.hero { min-height: 100svh; padding: 9.5rem clamp(1.25rem, 7vw, 7rem) 6rem; position: relative; display: grid; grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr); gap: clamp(2.5rem, 5vw, 6rem); align-items: center; overflow: hidden; isolation: isolate; background: var(--purple); color: #fff; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 82% 22%, rgba(90,61,177,.42), transparent 32%), radial-gradient(circle at 76% 82%, rgba(49,206,135,.09), transparent 28%), linear-gradient(135deg, var(--purple) 0%, var(--purple-2) 54%, var(--purple) 100%); }
.hero-copy { max-width: 760px; }
.eyebrow, .section-label { margin-bottom: 1.3rem; text-transform: uppercase; letter-spacing: .18em; font-size: .75rem; font-weight: 700; }
.eyebrow { color: var(--green); }
h1 { margin-bottom: 1.8rem; font-size: clamp(3.4rem, 6.3vw, 6.8rem); line-height: .94; font-weight: 700; }
h1 em { color: var(--green); font-style: normal; }
.hero-statement { max-width: 670px; margin-bottom: 0; color: rgba(255,255,255,.78); font: 500 clamp(1.18rem, 1.8vw, 1.5rem)/1.5 var(--display); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 1rem; padding: .78rem 1.35rem; border: 0; border-radius: 0; font: 700 .95rem/1 var(--body); text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: var(--purple); }
.button-primary:hover { background: color-mix(in srgb, var(--green) 82%, white); }
.button-quiet { border: 1px solid rgba(255,255,255,.42); color: #fff; background: transparent; }
.hero-journey { width: min(48vw, 720px); justify-self: end; padding: clamp(1rem, 2vw, 1.8rem); position: relative; isolation: isolate; border: 1px solid rgba(255,255,255,.13); background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.015)); box-shadow: 0 30px 90px rgba(37,17,91,.24); }
.hero-journey::before { content: ""; position: absolute; z-index: -1; inset: 18% 5% 10% 35%; border-radius: 50%; background: radial-gradient(circle, rgba(49,206,135,.13), transparent 68%); opacity: .35; pointer-events: none; }
.hero-journey.animating::before { animation: graph-breathe 7.8s ease-in-out infinite; }
.journey-caption { display: flex; justify-content: space-between; padding: 0 .25rem .5rem; color: rgba(255,255,255,.42); text-transform: uppercase; letter-spacing: .15em; font-size: .66rem; font-weight: 700; }
.hero-journey svg { width: 100%; height: auto; overflow: visible; }
.chart-grid line { stroke: rgba(255,255,255,.065); stroke-width: 1; stroke-dasharray: 5 8; }
.route-area { fill: url(#area-gradient); clip-path: url(#growth-reveal); }
.route-ghost, .route-main, .route-flow, .brand-arrow { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.route-ghost { stroke: rgba(255,255,255,.12); stroke-width: 3; }
.route-main { stroke: url(#journey-gradient); stroke-width: 5; stroke-dasharray: 1; stroke-dashoffset: 1; }
.route-flow { stroke: rgba(255,255,255,.68); stroke-width: 2; stroke-dasharray: .018 .075; clip-path: url(#growth-reveal); opacity: 0; }
.hero-journey.animating .route-flow { animation: route-flow 3.6s linear infinite; }
.journey-node circle { fill: var(--purple); stroke: var(--green); stroke-width: 3; }
.journey-node text { fill: rgba(255,255,255,.74); font: 700 13px/1 var(--body); letter-spacing: 1.2px; text-transform: uppercase; }
.journey-node circle:not(.spark-ring), .journey-node text { opacity: 0; }
.journey-node.reached circle:not(.spark-ring), .journey-node.reached text { animation: node-grow .48s cubic-bezier(.2,.9,.25,1.4) forwards; }
.node-stem { stroke: rgba(49,206,135,.27); stroke-width: 1.5; stroke-dasharray: 3 6; transform-origin: 0 100%; transform: scaleY(0); }
.journey-node.reached .node-stem { animation: stem-grow .55s ease forwards; }
.growth-cursor { opacity: 0; transition: opacity .35s ease; }
.hero-journey.animating .growth-cursor { opacity: 1; }
.hero-journey.complete .growth-cursor { opacity: 0; }
.cursor-glow { fill: rgba(49,206,135,.2); stroke: rgba(49,206,135,.5); stroke-width: 1; transform-origin: center; animation: cursor-pulse 1.4s ease-in-out infinite; }
.growth-marker { fill: #fff; filter: drop-shadow(0 0 8px var(--green)); }
.spark-node circle:first-child { fill: var(--orange); stroke: color-mix(in srgb, var(--orange) 55%, white); }
.spark-ring { fill: none !important; stroke: var(--orange) !important; stroke-width: 1.5 !important; transform-origin: center; animation: spark-pulse 2.4s ease-out infinite; }
.venture-node circle { fill: var(--green); stroke: color-mix(in srgb, var(--green) 40%, white); }
.hero-journey.complete .venture-node circle:not(.spark-ring) { filter: drop-shadow(0 0 12px var(--green)); }
.venture-node text { fill: #fff; font-size: 15px; }
.brand-arrow { stroke: var(--orange); stroke-width: 7; opacity: 0; }
.hero-journey.complete .brand-arrow { animation: arrow-in .55s ease forwards; }
.hero-journey .route-main, .hero-journey .route-area, .hero-journey .journey-node { transition: opacity .5s ease; }
.hero-journey.resetting .route-main, .hero-journey.resetting .route-area, .hero-journey.resetting .journey-node { opacity: 0; }
.hero-journey.resetting .route-flow, .hero-journey.resetting .brand-arrow { animation: none; opacity: 0; }
.journey-idea { margin: .5rem 0 0; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.55); font-size: .86rem; }
.journey-idea strong { color: var(--green); font-weight: 600; }
.hero-status { position: absolute; right: clamp(1.25rem, 5vw, 5rem); bottom: 1.8rem; margin: 0; color: rgba(255,255,255,.6); font-size: .75rem; text-transform: uppercase; letter-spacing: .14em; }
.hero-status span { display: inline-block; width: .55rem; height: .55rem; margin-right: .6rem; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(49,206,135,.13); }
@keyframes graph-breathe { 0%, 100% { opacity: .35; transform: scale(.85); } 60% { opacity: 1; transform: scale(1.12); } }
@keyframes cursor-pulse { 0%, 100% { transform: scale(.65); opacity: .55; } 50% { transform: scale(1.1); opacity: 1; } }
@keyframes stem-grow { to { transform: scaleY(1); } }
@keyframes node-grow { from { opacity: 0; transform: scale(.1); } to { opacity: 1; transform: scale(1); } }
@keyframes route-flow { 0% { opacity: 0; stroke-dashoffset: .2; } 15%, 85% { opacity: .85; } 100% { opacity: 0; stroke-dashoffset: -.8; } }
@keyframes arrow-in { from { opacity: 0; transform: translate(-10px, 10px); } to { opacity: 1; transform: none; } }
@keyframes spark-pulse { 0% { opacity: .8; transform: scale(.55); } 80%, 100% { opacity: 0; transform: scale(1.6); } }

.section-label { display: flex; align-items: center; gap: .7rem; color: var(--purple-3); }
.section-label::before { content: ""; width: 2.2rem; height: 2px; background: currentColor; }
.section-label::after { content: "↗"; color: var(--orange); font-size: .95rem; letter-spacing: 0; }
.mission { background: var(--paper); }
.mission-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); gap: clamp(2.5rem, 5vw, 6rem); align-items: stretch; }
.mission-story { min-width: 0; padding-bottom: 1.5rem; display: flex; flex-direction: column; }
.manifesto h2 { margin: 0; font-size: clamp(2.4rem, 3.75vw, 4.5rem); line-height: 1.08; font-weight: 650; }
.manifesto .question { margin-top: .25em; color: var(--purple-3); }
.mission-grid { margin-top: clamp(2rem, 4vw, 3.5rem); margin-bottom: clamp(1.75rem, 3vw, 2.5rem); color: var(--muted); font-size: 1.05rem; }
.mission-grid p + p { margin-top: 1.1rem; }
.mission-lead { color: var(--ink); font: 600 clamp(1.25rem, 2.1vw, 1.75rem)/1.5 var(--display); }
.declaration { margin: auto 0 0; padding-top: 1.5rem; border-top: 1px solid var(--line); color: var(--purple); font: 700 clamp(1.8rem, 3vw, 3rem)/1.2 var(--display); }
.declaration span { float: right; color: var(--orange); }
.values-block { min-width: 0; padding-left: clamp(1.5rem, 3vw, 3rem); border-left: 1px solid var(--line); display: flex; flex-direction: column; }
.values-intro { margin-bottom: 1.25rem; }
.values-intro h3 { max-width: 420px; margin: 0; color: var(--purple); font-size: clamp(1.7rem, 2.5vw, 2.7rem); line-height: 1.15; }
.values-grid { flex: 1; position: relative; display: flex; flex-direction: column; justify-content: space-between; }
.values-grid::before { content: ""; position: absolute; left: 2.25rem; top: 2.5rem; bottom: 2.5rem; width: 1px; background: linear-gradient(var(--purple-3), var(--orange), var(--green)); }
.value-card { --value-accent: var(--purple-3); --value-wash: var(--purple-wash); flex: 1; min-height: 122px; padding: .85rem .45rem; position: relative; display: grid; grid-template-columns: 4.5rem minmax(0, 1fr); gap: 1.15rem; align-items: center; border-bottom: 1px solid var(--line); transition: background .25s ease, transform .25s ease; }
.value-card:nth-child(2) { --value-accent: var(--orange); --value-wash: var(--orange-wash); }
.value-card:nth-child(3) { --value-accent: var(--purple-3); --value-wash: var(--purple-wash); }
.value-card:nth-child(4) { --value-accent: var(--purple); --value-wash: var(--green-wash); }
.value-card:last-child { padding-bottom: 1.5rem; align-items: end; border-bottom: 0; }
.value-card:hover { background: linear-gradient(90deg, var(--value-wash), transparent 82%); transform: translateX(4px); }
.value-icon { width: 4.5rem; height: 4.5rem; position: relative; z-index: 1; display: grid; place-items: center; border: 1px solid color-mix(in srgb, var(--value-accent) 28%, white); border-radius: 50%; background: var(--value-wash); color: var(--value-accent); box-shadow: 0 0 0 6px var(--paper); transition: transform .25s ease, box-shadow .25s ease; }
.value-icon svg { width: 2rem; height: 2rem; }
.value-card:hover .value-icon { transform: rotate(-7deg) scale(1.06); box-shadow: 0 0 0 6px var(--paper), 0 9px 22px rgba(37,17,91,.12); }
.value-copy h4 { margin: 0 0 .35rem; color: var(--purple); font: 700 1.2rem/1.1 var(--display); text-transform: uppercase; letter-spacing: -.02em; }
.value-copy p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.5; }

.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(2rem, 8vw, 9rem); align-items: end; }
.section-heading h2 { margin: 0; font-size: clamp(2.5rem, 4.5vw, 5rem); line-height: 1.05; }
.section-heading > p { max-width: 520px; margin-bottom: .4rem; color: var(--muted); font-size: 1.08rem; }
.journey { background: var(--surface); }
.journey-line { margin: 3.6rem 0 0; padding: 0; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: .7rem; align-items: stretch; list-style: none; }
.journey-line li { min-width: 0; display: flex; }
.journey-step { width: 100%; min-height: 9rem; padding: 1rem; position: relative; display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; border: 1px solid var(--line); border-top: 4px solid var(--green); background: var(--paper); color: var(--purple); text-align: left; cursor: pointer; box-shadow: 0 13px 28px rgba(37,17,91,.07); transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.journey-line li:last-child .journey-step { border-top-color: var(--orange); }
.journey-step:hover { transform: translateY(-5px); box-shadow: 0 18px 34px rgba(37,17,91,.15); }
.journey-step.active { border-color: var(--purple); border-top-color: var(--green); background: var(--purple); color: #fff; box-shadow: 0 18px 38px rgba(37,17,91,.22); }
.journey-step:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.step-icon { width: 2.65rem; height: 2.65rem; display: grid; place-items: center; border: 1px solid rgba(90,61,177,.25); border-radius: 50%; color: var(--purple-3); background: var(--purple-wash); transition: color .25s ease, background .25s ease, border-color .25s ease; }
.step-icon svg, .stage-detail-icon svg { width: 1.35rem; height: 1.35rem; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.step-title { max-width: 100%; overflow-wrap: anywhere; text-transform: uppercase; letter-spacing: -.025em; font: 800 clamp(1rem, 1.4vw, 1.35rem)/1.1 var(--display); }
.step-arrow { position: absolute; right: .9rem; top: .8rem; color: var(--orange); font: 700 1.2rem/1 var(--display); }
.journey-step.active .step-icon { color: var(--purple); background: var(--green); border-color: var(--green); }
.stage-detail { min-height: 180px; margin: 2.2rem 0 3.5rem; padding: clamp(1.5rem, 3vw, 2.6rem); display: grid; grid-template-columns: 4.5rem 1fr; gap: 1.4rem; align-items: center; background: var(--paper); border-left: 5px solid var(--green); box-shadow: 0 20px 55px rgba(37,17,91,.08); }
.stage-detail { transition: opacity .18s ease, transform .18s ease; }
.stage-detail.changing { opacity: .15; transform: translateY(5px); }
.stage-detail-icon { width: 4.5rem; height: 4.5rem; display: grid; place-items: center; border-radius: 50%; background: var(--green-wash); color: var(--purple); }
.stage-detail-icon svg { width: 2rem; height: 2rem; }
.stage-detail-kicker { margin-bottom: .35rem; color: var(--orange); letter-spacing: .16em; font-size: .7rem; font-weight: 700; }
.stage-detail h3 { margin-bottom: .35rem; color: var(--purple); font-size: clamp(1.5rem, 2.5vw, 2.5rem); }
.stage-detail div > p:last-child { margin: 0; color: var(--muted); }
.phase-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; align-items: stretch; }
.phase { min-width: 0; padding: clamp(1.6rem, 3vw, 3rem); display: flex; flex-direction: column; }
.phase-header { min-height: 226px; display: flex; flex-direction: column; }
.phase-label { margin-bottom: 1.2rem; text-transform: uppercase; letter-spacing: .14em; font-size: .75rem; font-weight: 700; }
.phase h3 { min-height: 2.15em; margin: 0; font-size: clamp(2rem, 3vw, 3.1rem); line-height: 1.08; }
.phase-header > p:last-child { max-width: 560px; margin: auto 0 0; line-height: 1.5; }
.phase-one { background: var(--purple); color: #fff; --topic-border: rgba(255,255,255,.28); --topic-bg: rgba(255,255,255,.045); --topic-active: var(--green); --topic-active-ink: var(--purple); }
.phase-one .phase-label { color: var(--green); }
.phase-one .phase-header > p:last-child { color: rgba(255,255,255,.76); }
.phase-two { background: color-mix(in srgb, var(--purple) 14%, white); color: var(--purple); --topic-border: rgba(37,17,91,.2); --topic-bg: rgba(255,255,255,.48); --topic-active: var(--purple); --topic-active-ink: #fff; }
.phase-two .phase-label { color: var(--purple-3); }
.phase-toggle { width: 100%; margin-top: 1.7rem; padding: 1rem 0; display: flex; align-items: center; justify-content: space-between; border: 0; border-block: 1px solid currentColor; background: transparent; color: inherit; font: 700 .88rem/1.2 var(--body); text-align: left; cursor: pointer; }
.phase-toggle-icon { font: 400 1.6rem/1 var(--display); transition: transform .25s ease; }
.phase-toggle[aria-expanded="true"] .phase-toggle-icon { transform: rotate(45deg); }
.phase-toggle:focus-visible { outline: 3px solid rgba(49,206,135,.45); outline-offset: 5px; }
.phase-content { flex: 1; padding-top: 1.2rem; display: flex; flex-direction: column; }
.phase-content-intro { min-height: 2.4rem; margin-bottom: .8rem; font-size: .9rem; }
.phase-content[hidden] { display: none; }
.topic-options { display: grid; gap: .55rem; align-items: start; }
.founder-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.topic-column { min-width: 0; display: flex; flex-direction: column; gap: .55rem; }
.venture-options { grid-template-columns: 1fr; }
.topic-item { min-width: 0; border: 1px solid var(--topic-border); background: var(--topic-bg); transition: background .22s ease, color .22s ease; }
.topic-item.expanded { background: var(--topic-active); color: var(--topic-active-ink); border-color: var(--topic-active); }
.topic-option { width: 100%; min-width: 0; min-height: 3.35rem; padding: .7rem .8rem; display: flex; align-items: center; justify-content: space-between; gap: .8rem; border: 0; background: transparent; color: inherit; text-align: left; font: 600 .81rem/1.25 var(--body); cursor: pointer; transition: transform .2s ease; }
.topic-option:hover { transform: translateY(-2px); }
.topic-option::after { content: "+"; flex: 0 0 auto; font: 400 1.25rem/1 var(--display); opacity: .8; transition: transform .2s ease; }
.topic-option.active::after { transform: rotate(45deg); }
.topic-option.active { background: transparent; color: inherit; }
.topic-option:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; }
.topic-option span { color: inherit; }
.topic-inline-detail { padding: .2rem 1rem 1.15rem; border-top: 1px solid currentColor; animation: topic-open .24s ease both; }
.topic-inline-detail ul { margin: 0; padding-left: 1.2rem; }
.topic-inline-detail li { margin-top: .45rem; line-height: 1.48; font-size: .9rem; }
.phase-one .topic-inline-detail li { color: rgba(37,17,91,.82); }
.phase-two .topic-inline-detail li { color: rgba(255,255,255,.82); }
@keyframes topic-open { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: none; } }
.journey-close { margin: 2.5rem 0 0; text-align: right; color: var(--purple); font: 700 clamp(2rem, 4vw, 4rem)/1 var(--display); }

.learning { background: var(--paper); }
.capability-system { --wheel-blue: #322368; --wheel-green: #3ab555; --wheel-orange: #e63e28; margin-top: 4.5rem; padding: clamp(1.5rem, 3vw, 3rem); display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: clamp(1.5rem, 4vw, 5rem); align-items: center; background: color-mix(in srgb, var(--wheel-blue) 4%, white); border: 1px solid color-mix(in srgb, var(--wheel-blue) 14%, white); }
.capability-wheel { width: min(100%, 540px); aspect-ratio: 1; margin-inline: auto; position: relative; isolation: isolate; --active-angle: -30deg; --arc-color: transparent; }
.capability-wheel::before, .capability-wheel::after { content: ""; position: absolute; left: 50%; top: 50%; border-radius: 50%; transform: translate(-50%, -50%); pointer-events: none; }
.capability-wheel::before { width: 82%; aspect-ratio: 1; z-index: -2; background: conic-gradient(from -30deg, var(--wheel-blue) 0deg 58deg, transparent 58deg 60deg, var(--wheel-green) 60deg 118deg, transparent 118deg 120deg, var(--wheel-orange) 120deg 178deg, transparent 178deg 180deg, var(--wheel-blue) 180deg 238deg, transparent 238deg 240deg, var(--wheel-green) 240deg 298deg, transparent 298deg 300deg, var(--wheel-orange) 300deg 358deg, transparent 358deg 360deg); -webkit-mask: radial-gradient(farthest-side, transparent 57%, #000 58%); mask: radial-gradient(farthest-side, transparent 57%, #000 58%); }
.capability-wheel::after { width: 82%; aspect-ratio: 1; z-index: -1; background: conic-gradient(from var(--active-angle), var(--arc-color) 0deg 58deg, transparent 58deg 360deg); -webkit-mask: radial-gradient(farthest-side, transparent 57%, #000 58%); mask: radial-gradient(farthest-side, transparent 57%, #000 58%); }
.capability-core { width: 35%; aspect-ratio: 1; padding: 1.2rem; position: absolute; z-index: 1; left: 50%; top: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border-radius: 50%; background: var(--wheel-blue); color: #fff; transform: translate(-50%, -50%); box-shadow: 0 16px 42px rgba(50,35,104,.2); }
.capability-core span { color: var(--wheel-green); font: 700 .7rem/1.3 var(--body); letter-spacing: .14em; }
.capability-core strong { margin: .35rem 0; font: 800 clamp(1.2rem, 2vw, 1.8rem)/1 var(--display); letter-spacing: -.03em; }
.capability-core small { color: rgba(255,255,255,.72); font: 700 .6rem/1.3 var(--body); letter-spacing: .1em; }
.capability-node { width: 22%; aspect-ratio: 1; padding: .65rem; position: absolute; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .45rem; border: 2px solid color-mix(in srgb, var(--node-accent) 48%, white); border-radius: 50%; color: var(--wheel-blue); background: #fff; box-shadow: 0 10px 26px rgba(50,35,104,.12); font-family: var(--display); cursor: pointer; transition: transform .22s ease, color .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease; }
.capability-node:hover, .capability-node:focus-visible { transform: scale(1.06); border-color: var(--node-accent); box-shadow: 0 16px 32px rgba(50,35,104,.17); outline: none; }
.capability-node:focus-visible { box-shadow: 0 0 0 4px rgba(58,181,85,.35), 0 16px 32px rgba(50,35,104,.17); }
.capability-node[aria-pressed="true"] { color: #fff; background: var(--wheel-blue); border-color: var(--wheel-blue); box-shadow: 0 16px 36px rgba(50,35,104,.22); }
.capability-icon { width: 2.1rem; height: 2.1rem; display: grid; place-items: center; color: var(--node-accent); }
.capability-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.capability-node[aria-pressed="true"] .capability-icon { color: #fff; }
.capability-name { font: 800 .89rem/1.1 var(--body); }
.node-think { --node-accent: var(--wheel-blue); left: 39%; top: 8%; }
.node-discover { --node-accent: var(--wheel-green); right: 12%; top: 23%; }
.node-create { --node-accent: var(--wheel-orange); right: 12%; bottom: 23%; }
.node-build { --node-accent: var(--wheel-blue); left: 39%; bottom: 8%; }
.node-grow { --node-accent: var(--wheel-green); left: 12%; bottom: 23%; }
.node-lead { --node-accent: var(--wheel-orange); left: 12%; top: 23%; }
.capability-detail { min-height: 340px; padding: clamp(2rem, 3.5vw, 3.5rem); position: relative; display: flex; flex-direction: column; justify-content: center; color: var(--wheel-blue); background: #fff; border: 1px solid color-mix(in srgb, var(--wheel-blue) 14%, white); box-shadow: 0 18px 48px rgba(50,35,104,.08); }
.capability-detail::before { content: ""; position: absolute; left: 0; top: 0; width: 5px; height: 100%; background: var(--wheel-orange); }
.capability-detail.is-changing > * { animation: capability-change .32s ease both; }
.capability-detail-label { margin: 0 0 1.35rem; color: var(--wheel-blue); font-size: .75rem; font-weight: 800; letter-spacing: .16em; }
.capability-detail h3 { max-width: 520px; margin: 0 0 1.15rem; font: 800 clamp(2rem, 3vw, 3.1rem)/1.12 var(--display); letter-spacing: -.04em; }
.capability-detail > p:not(.capability-detail-label) { max-width: 520px; margin: 0; color: color-mix(in srgb, var(--wheel-blue) 88%, white); font-size: 1.05rem; line-height: 1.65; }
.capability-prompt { margin-top: 2rem; padding-top: 1.1rem; color: var(--wheel-blue); border-top: 1px solid color-mix(in srgb, var(--wheel-blue) 20%, white); font-size: .88rem; font-weight: 700; }
@keyframes capability-change { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.doing { background: var(--purple); color: #fff; }
.doing .section-label { color: var(--green); }
.doing-copy { max-width: 1120px; }
.doing h2 { margin-bottom: 1rem; font-size: clamp(2.4rem, 4.6vw, 5rem); line-height: 1.08; }
.doing-statement { color: var(--green); font: 700 clamp(1.5rem, 2.6vw, 2.7rem)/1.25 var(--display); }
.build-lab { margin: 5rem 0 3rem; border-top: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); }
.build-lab-label { padding: 1.5rem 0; display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px solid rgba(255,255,255,.13); }
.build-lab-label span { color: var(--green); font-size: .75rem; font-weight: 800; letter-spacing: .16em; }
.build-lab-label b { color: rgba(255,255,255,.68); font-size: .9rem; font-weight: 500; }
.build-path { margin: 0; padding: 3rem 1rem 2.5rem; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: .85rem; list-style: none; }
.build-path li { min-height: 160px; position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; }
.build-path li:not(:last-child)::after { content: ""; position: absolute; top: 34px; left: calc(50% + 36px); width: calc(100% - 72px + .85rem); height: 2px; background: rgba(255,255,255,.25); }
.build-icon { width: 70px; height: 70px; position: relative; z-index: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: var(--green); background: var(--purple); }
.build-icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.build-path li:last-child .build-icon { color: var(--purple); background: var(--green); border-color: var(--green); box-shadow: 0 0 0 8px rgba(49,206,135,.13); }
.build-path b { margin: 1rem 0 .25rem; font: 800 clamp(.95rem, 1.3vw, 1.2rem)/1.2 var(--display); text-transform: uppercase; }
.build-path small { color: rgba(255,255,255,.65); font-size: .85rem; line-height: 1.3; }
.build-output { padding: 1.5rem 0; display: grid; grid-template-columns: auto minmax(3rem, 1fr) auto; gap: 2rem; align-items: center; border-top: 1px solid rgba(255,255,255,.13); }
.build-output > div { display: flex; flex-direction: column; gap: .25rem; }
.build-output > div:last-child { text-align: right; }
.build-output span:not(.build-output-flow) { color: var(--green); font-size: .7rem; font-weight: 700; letter-spacing: .14em; }
.build-output b { font: 700 clamp(.95rem, 1.3vw, 1.2rem)/1.3 var(--display); }
.build-output-flow { height: 2px; position: relative; background: linear-gradient(90deg, rgba(255,255,255,.2), var(--green)); }
.build-output-flow::after { content: ""; width: 8px; height: 8px; position: absolute; right: 0; top: -4px; border-top: 2px solid var(--green); border-right: 2px solid var(--green); transform: rotate(45deg); }
.doing-detail { max-width: 850px; color: rgba(255,255,255,.69); font-size: 1.08rem; }

.connect { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 8vw, 8rem); background: var(--purple-2); color: #fff; }
.connect .section-label { color: var(--green); }
.connect-intro > h2 { margin-bottom: 1.2rem; font-size: clamp(3rem, 5vw, 5.5rem); line-height: 1; }
.connect-intro > p:not(.section-label) { max-width: 620px; color: rgba(255,255,255,.7); font-size: 1.08rem; }
.audience-paths { margin-top: 3rem; border-top: 1px solid rgba(255,255,255,.17); }
.audience-paths article { padding: 1.15rem 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.audience-paths h3 { margin-bottom: .25rem; font-size: 1rem; text-transform: uppercase; letter-spacing: .03em; }
.audience-paths p { margin: 0; color: rgba(255,255,255,.62); font-size: .9rem; }
.interest-form { padding: clamp(2rem, 4vw, 3.5rem); align-self: start; background: var(--paper); color: var(--ink); box-shadow: 0 30px 70px rgba(37,17,91,.2); }
.interest-form h3 { margin-bottom: .3rem; font-size: 2rem; }
.interest-form > p { color: var(--muted); }
.interest-form label { display: block; margin: 1rem 0 .35rem; font-weight: 700; font-size: .82rem; }
.interest-form input, .interest-form select, .interest-form textarea { width: 100%; min-height: 49px; padding: .7rem .8rem; border: 1px solid rgba(37,17,91,.24); border-radius: 0; background: #fff; color: var(--ink); font: 1rem/1.4 var(--body); }
.interest-form textarea { min-height: 105px; resize: vertical; }
.interest-form input:focus, .interest-form select:focus, .interest-form textarea:focus { outline: 3px solid rgba(49,206,135,.3); border-color: var(--green); }
.interest-form .button { width: 100%; margin-top: 1.4rem; }
.interest-form .form-note { margin: .8rem 0 0; color: var(--muted); text-align: center; font-size: .75rem; }

footer { padding: 3rem clamp(1.25rem, 5vw, 5rem); display: grid; grid-template-columns: 1fr 1.2fr 1.8fr; gap: 2rem; align-items: center; background: var(--paper); color: var(--ink); border-top: 1px solid var(--line); }
.footer-brand { justify-self: start; }
.footer-tagline, .copyright { margin: 0; color: var(--muted); font-size: .84rem; }
.footer-nav { display: flex; justify-content: flex-end; gap: 1.4rem; }
.footer-nav a { color: var(--purple); text-decoration: none; font-size: .82rem; }
.copyright { grid-column: 1 / -1; padding-top: 1.4rem; border-top: 1px solid var(--line); }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .hero { grid-template-columns: 1fr .92fr; gap: 2rem; }
  .hero-journey { width: min(49vw, 620px); }
  .capability-system { grid-template-columns: 1fr; gap: 2rem; }
  .capability-wheel { width: min(100%, 540px); }
  .capability-detail { min-height: 300px; }
  .build-path { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 1.5rem; }
  .build-path li:nth-child(3)::after { display: none; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-nav { grid-column: 1 / -1; justify-content: flex-start; }
}
@media (max-width: 1050px) {
  .journey-line { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; margin-top: 3rem; }
  .journey-step { min-height: 7.5rem; }
}
@media (max-width: 950px) {
  .mission-layout { grid-template-columns: 1fr; gap: 3rem; }
  .mission-story { padding-bottom: 0; }
  .values-block { padding: 2.5rem 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .values-grid { max-width: 640px; }
  .value-card:last-child { padding-bottom: .85rem; align-items: center; }
}
@media (max-width: 780px) {
  .site-header { height: 70px; }
  .progress-thread { top: 70px; height: calc(100vh - 70px); }
  .brand-logo { width: 9.6rem; }
  .menu-button { display: block; position: relative; z-index: 3; }
  #site-nav { position: fixed; inset: 0; display: none; flex-direction: column; justify-content: center; background: var(--purple); }
  #site-nav.open { display: flex; }
  #site-nav a { font-size: 1.15rem; }
  #site-nav.open a { color: #fff; }
  #site-nav.open .nav-cta { border-color: rgba(255,255,255,.65); color: #fff; }
  body.menu-open .menu-button span:not(.sr-only) { background: #fff; }
  .hero { min-height: auto; padding-top: 8.5rem; grid-template-columns: 1fr; }
  .hero-journey { width: 100%; justify-self: stretch; margin-bottom: 1.5rem; }
  .hero-copy { text-align: left; }
  h1 { font-size: clamp(3.1rem, 14vw, 5.2rem); }
  .hero-status { position: static; grid-column: 1; }
  .section-heading, .phase-grid, .connect { grid-template-columns: 1fr; }
  .section-heading { gap: 1.25rem; }
  .phase-header { min-height: 0; }
  .phase h3 { min-height: 0; }
  .phase-header > p:last-child { margin-top: 1rem; }
  .phase-content-intro { min-height: 0; }
  .build-path { padding: 1.5rem 0; grid-template-columns: 1fr; gap: 0; position: relative; }
  .build-path::before { content: ""; width: 2px; position: absolute; left: 31px; top: 3.7rem; bottom: 3.7rem; background: linear-gradient(var(--purple-3), var(--green)); }
  .build-path li { min-height: 106px; display: grid; grid-template-columns: 64px 1fr; grid-template-rows: auto auto; gap: 0 1rem; align-content: center; text-align: left; }
  .build-path li:not(:last-child)::after { display: none; }
  .build-icon { width: 64px; height: 64px; grid-row: 1 / 3; }
  .build-path b { margin: 0 0 .2rem; align-self: end; }
  .build-path small { align-self: start; }
  .build-output { grid-template-columns: 1fr; gap: 1rem; }
  .build-output-flow { display: none; }
  .build-output > div:last-child { padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.15); text-align: left; }
  footer { grid-template-columns: 1fr; }
  .footer-nav { grid-column: auto; flex-wrap: wrap; }
  .copyright { grid-column: auto; }
}
@media (max-width: 540px) {
  .capability-system { padding: .85rem; gap: 1rem; }
  .capability-wheel { aspect-ratio: auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .55rem; }
  .capability-wheel::before, .capability-wheel::after { display: none; }
  .capability-core { width: 100%; min-height: 128px; aspect-ratio: auto; padding: 1rem; position: relative; left: auto; top: auto; grid-column: 1 / -1; border: 0; border-radius: 0; color: #fff; background: var(--wheel-blue); transform: none; box-shadow: none; }
  .capability-core span { color: var(--wheel-green); font-size: .7rem; }
  .capability-core strong { margin: .25rem 0; font-size: 1.9rem; }
  .capability-core small { color: rgba(255,255,255,.7); font-size: .61rem; }
  .capability-node, .node-think, .node-discover, .node-create, .node-build, .node-grow, .node-lead { width: auto; min-height: 88px; aspect-ratio: auto; padding: .65rem; position: static; flex-direction: row; justify-content: flex-start; gap: .45rem; border-width: 1px; border-radius: 0; box-shadow: none; text-align: left; }
  .capability-node:hover, .capability-node:focus-visible { transform: translateY(-2px); }
  .capability-icon { width: 1.7rem; height: 1.7rem; flex: 0 0 1.7rem; }
  .capability-name { font-size: .85rem; }
  .capability-detail { min-height: 290px; padding: 1.75rem; }
  .capability-detail h3 { font-size: 2rem; }
}
@media (max-width: 480px) {
  .section { padding-inline: 1.1rem; }
  .hero { padding-inline: 1.1rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-journey { padding: .75rem; }
  .journey-caption { font-size: .56rem; }
  .journey-node text { font-size: 11px; letter-spacing: .6px; }
  .journey-idea { font-size: .78rem; }
  .journey-line { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .journey-step { min-height: 7rem; }
  .stage-detail { margin-top: 1.5rem; }
  .founder-options { grid-template-columns: 1fr; grid-template-rows: none; }
  .venture-options { grid-template-rows: none; }
  .founder-options { grid-template-columns: 1fr; }
  .values-grid::before { left: 1.9rem; }
  .value-card { min-height: 112px; padding: .7rem 0; grid-template-columns: 3.8rem minmax(0, 1fr); gap: .85rem; }
  .value-icon { width: 3.8rem; height: 3.8rem; }
  .value-icon svg { width: 1.7rem; height: 1.7rem; }
  .stage-detail { min-height: 0; grid-template-columns: 1fr; }
  .stage-detail-icon { width: 3.8rem; height: 3.8rem; }
  .build-lab-label { align-items: flex-start; flex-direction: column; }
  .interest-form { padding: 1.5rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
