:root{--indigo:#2d26d9;--indigo-deep:#1a14a8;--indigo-bright:#4f46ff;--indigo-soft:#e8e6ff;--ink:#000;--ink-soft:#0a0a14;--bone:#f4f4f7;--paper:#fff;--line:#e0e0e5;--mute:#6e6e78;--accent:#fff}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;font-family:Inter Tight,sans-serif;line-height:1.5;overflow-x:hidden}.display{letter-spacing:-.01em;font-family:Cormorant Garamond,serif;font-weight:400}.mono{letter-spacing:.18em;text-transform:uppercase;font-family:JetBrains Mono,monospace;font-size:.72rem}.container{max-width:1320px;margin:0 auto;padding:0 40px}@media(max-width:768px){.container{padding:0 16px}}nav{z-index:100;-webkit-backdrop-filter:blur(20px);background:#000000bf;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:18px 32px;display:flex;position:fixed;top:0;left:0;right:0}nav .logo{width:auto;height:44px}nav .cta-btn{color:var(--indigo);text-transform:uppercase;letter-spacing:.08em;background:#fff;border-radius:0;align-items:center;gap:8px;padding:12px 24px;font-size:.78rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex}nav .cta-btn:hover{background:var(--ink);color:#fff;transform:translateY(-1px)}nav .cta-btn:after{content:"→";transition:transform .3s}nav .cta-btn:hover:after{transform:translate(3px)}.hero{background:linear-gradient(180deg,#000 0%,#0a0820 35%,#1a14a8 85%,var(--indigo) 100%);color:#fff;padding:110px 0 80px;position:relative;overflow:hidden}.hero:after{content:"";pointer-events:none;background:linear-gradient(#0000,#00000026);height:80px;position:absolute;bottom:0;left:0;right:0}.hero-grid{z-index:2;text-align:left;grid-template-columns:1fr;align-items:center;gap:0;max-width:1140px;margin:0 auto;display:grid;position:relative}.hero-text .tag{color:#fff;opacity:.85;align-items:center;gap:12px;margin-bottom:20px;display:inline-flex}.hero-text .tag:before{content:"";background:#fff;width:28px;height:1px}.hero-text h1{letter-spacing:-.025em;color:#fff;margin-bottom:24px;font-family:Cormorant Garamond,serif;font-size:clamp(3rem,7vw,6.8rem);font-weight:400;line-height:.95}.hero-text h1 .accent{color:#fff;opacity:.85;font-style:italic;font-weight:500}.hero-text .lede{color:#ffffffe6;max-width:680px;margin-bottom:16px;font-size:1.22rem;line-height:1.55}.hero-text .lede.lede-secondary{color:#ffffffb8;max-width:680px;margin-bottom:28px;font-size:1.05rem;line-height:1.6}.cohort-meta{border-top:1px solid #ffffff40;border-bottom:1px solid #ffffff40;flex-wrap:wrap;gap:32px;margin-bottom:28px;padding:18px 0;display:flex}.cohort-meta-item{flex-direction:column;flex:1;gap:4px;min-width:160px;display:flex}.cohort-meta-item .mono{color:#fff9;font-size:.7rem!important}.cohort-meta-item strong{color:#fff;font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:500;line-height:1.15}.hero-ctas{flex-wrap:wrap;gap:16px;display:flex}.btn-primary{color:var(--indigo);cursor:pointer;text-transform:uppercase;letter-spacing:.06em;background:#fff;border:none;border-radius:0;align-items:center;gap:10px;padding:18px 32px;font-size:.82rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex;position:relative;overflow:hidden}.btn-primary:before{content:"";background:var(--ink);transition:transform .35s cubic-bezier(.7,0,.3,1);position:absolute;inset:0;transform:translateY(101%)}.btn-primary:hover{color:#fff}.btn-primary:hover:before{transform:translateY(0)}.btn-primary span{z-index:1;position:relative}.btn-primary svg{z-index:1;transition:transform .3s;position:relative}.btn-primary:hover svg{transform:translate(4px)}.btn-secondary{color:#fff;text-transform:uppercase;letter-spacing:.06em;background:0 0;border:1px solid #ffffff80;border-radius:0;align-items:center;gap:10px;padding:18px 32px;font-size:.82rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.btn-secondary:hover{color:var(--indigo);background:#fff;border-color:#fff}.hero-image{display:none}.app-status-card{-webkit-backdrop-filter:blur(8px);color:#fff;background:#ffffff0a;border:1px solid #ffffff2e;padding:44px 36px 36px;position:relative}.app-status-card:before{content:"";background:linear-gradient(90deg,var(--indigo),var(--accent),var(--indigo));height:2px;position:absolute;top:-1px;left:-1px;right:-1px}.app-status-eyebrow{color:var(--accent);align-items:center;gap:12px;margin-bottom:28px;display:inline-flex;font-size:.74rem!important}.app-status-eyebrow:before{content:"";background:var(--accent);width:24px;height:1px}.app-status-date-wrap{text-align:center;margin-bottom:32px;padding:24px 8px 28px;position:relative}.app-status-circle{z-index:0;width:105%;height:110%;animation:60s linear infinite gentleSpin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes gentleSpin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.app-status-month{color:var(--accent);letter-spacing:.02em;z-index:1;margin-bottom:4px;font-family:Cormorant Garamond,serif;font-size:1.3rem;font-style:italic;position:relative}.app-status-day{letter-spacing:-.04em;color:#fff;z-index:1;font-family:Cormorant Garamond,serif;font-size:5.5rem;font-weight:400;line-height:.9;position:relative}.app-status-year{letter-spacing:.18em;color:#fff9;z-index:1;margin-top:10px;font-family:JetBrains Mono,monospace;font-size:.78rem;position:relative}.app-status-meta{border-top:1px solid #ffffff26;border-bottom:1px solid #ffffff26;margin-bottom:18px;padding:18px 0}.app-status-row{justify-content:space-between;align-items:center;padding:6px 0;font-size:.88rem;display:flex}.app-status-label{letter-spacing:.14em;text-transform:uppercase;color:#fff9;font-family:JetBrains Mono,monospace;font-size:.7rem;font-weight:500}.app-status-value{color:#fff;font-family:Cormorant Garamond,serif;font-size:1rem;font-weight:500}.app-status-footer{color:#ffffffd9;align-items:center;gap:10px;font-family:Cormorant Garamond,serif;font-size:.82rem;font-style:italic;display:flex}.pulse-dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s infinite pulse}.hero:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#4f46ff66,#0000 60%);width:1200px;height:1200px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.seats-banner{color:#fff;text-align:center;letter-spacing:.005em;background:#000;border-bottom:1px solid #ffffff14;padding:14px 32px;font-family:Cormorant Garamond,serif;font-size:1.05rem;font-style:italic}.seats-banner strong{color:#fff;text-transform:uppercase;letter-spacing:.06em;font-family:Inter Tight,sans-serif;font-size:.85rem;font-style:normal;font-weight:600}.seats-banner .pulse{background:var(--accent);vertical-align:middle;border-radius:50%;width:8px;height:8px;margin-right:10px;animation:2s infinite pulse;display:inline-block}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.stats-marquee{color:#fff;background:linear-gradient(#0a0820,#000);border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;padding:14px 0;position:relative;overflow:hidden}.stats-marquee:before,.stats-marquee:after{content:"";z-index:2;pointer-events:none;width:80px;position:absolute;top:0;bottom:0}.stats-marquee:before{background:linear-gradient(90deg,#000,#0000);left:0}.stats-marquee:after{background:linear-gradient(270deg,#000,#0000);right:0}.stats-marquee-track{width:max-content;animation:32s linear infinite stats-marquee-scroll;display:flex}.stats-marquee-group{flex-shrink:0;padding-right:0;display:flex}.stats-marquee-item{white-space:nowrap;border-right:1px solid #ffffff1a;align-items:baseline;gap:12px;padding:0 40px;display:inline-flex}.stats-marquee-number{letter-spacing:-.02em;color:#fff;font-family:Cormorant Garamond,serif;font-size:1.6rem;line-height:1}.stats-marquee-label{letter-spacing:.18em;text-transform:uppercase;color:#ffffff8c;font-family:JetBrains Mono,monospace;font-size:.68rem}@keyframes stats-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.stats-marquee-track{animation:none}}@media(max-width:640px){.stats-marquee-item{gap:8px;padding:0 24px}.stats-marquee-number{font-size:1.25rem}.stats-marquee-label{letter-spacing:.14em;font-size:.6rem}}.stats-band{color:#fff;background:linear-gradient(#0a0820,#000);border-top:1px solid #ffffff0f;border-bottom:1px solid #ffffff0f;padding:44px 0}.stats-header{text-align:center;max-width:720px;margin:0 auto 20px}.stats-header .mono{color:var(--accent);align-items:center;gap:14px;margin-bottom:14px;display:inline-flex;font-size:.74rem!important}.stats-header .mono:before,.stats-header .mono:after{content:"";background:var(--accent);width:32px;height:1px}.stats-header h2{letter-spacing:-.02em;color:#fff;font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:400;line-height:1.15}.stats-grid{border-top:1px solid #ffffff1f;border-bottom:1px solid #ffffff1f;grid-template-columns:repeat(3,1fr);gap:0;max-width:1000px;margin:0 auto;display:grid}.stat-item{text-align:center;border-right:1px solid #ffffff1f;padding:36px 24px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}.stat-item:last-child{border-right:none}.stat-item:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(#4f46ff14,#0000 60%);transition:opacity .4s;position:absolute;inset:0}.stat-item:hover:before{opacity:1}.stat-item:hover{transform:translateY(-4px)}.stat-number{letter-spacing:-.03em;color:#fff;z-index:1;margin-bottom:8px;font-family:Cormorant Garamond,serif;font-size:clamp(3rem,6vw,4.5rem);font-weight:400;line-height:1;position:relative}.stat-label{letter-spacing:.18em;text-transform:uppercase;color:#fff9;z-index:1;font-family:JetBrains Mono,monospace;font-size:.72rem;position:relative}.stat-source{color:#ffffff73;z-index:1;margin-top:8px;font-family:Inter,sans-serif;font-size:.72rem;line-height:1.4;position:relative}.stats-attribution{color:#ffffffa6;max-width:640px;margin:12px auto 0;font-family:Inter,sans-serif;font-size:.92rem;line-height:1.55}.stats-attribution strong{color:#ffffffe6;font-weight:600}@media(max-width:768px){.stats-band{padding:32px 0}.stats-header{margin-bottom:14px}.stats-grid{border:none;grid-template-columns:1fr}.stat-item{border-bottom:1px solid #ffffff1f;border-right:none;padding:26px 20px}.stat-item:last-child{border-bottom:none}.stats-attribution{font-size:.86rem}}.story{background:var(--ink);color:var(--bone);padding:56px 0;position:relative;overflow:hidden}.story:before{content:"";background:linear-gradient(90deg,transparent,var(--indigo),transparent);height:1px;position:absolute;top:0;left:0;right:0}.story-content{grid-template-columns:120px 1fr;align-items:start;gap:36px;max-width:820px;margin:0 auto;display:grid}.story-label{color:var(--accent);padding-top:10px}.story-text{color:#ffffffd1;font-family:Inter Tight,sans-serif;font-size:clamp(1.05rem,1.8vw,1.25rem);font-weight:400;line-height:1.6}.story-header{margin-bottom:22px}.story-header h2{letter-spacing:-.02em;color:var(--bone);font-family:Cormorant Garamond,serif;font-size:clamp(1.6rem,2.8vw,2.2rem);font-weight:400;line-height:1.15}.story-header h2 em,.story-text em{color:var(--accent);font-style:italic}.story-text p+p{margin-top:16px}.story-turn{color:var(--bone);font-weight:600}.story--compact{padding:44px 0}.story--compact .story-content{gap:28px}.story--compact .story-header{margin-bottom:18px}.story--compact .story-text{font-size:1.05rem;line-height:1.58}.story--compact .story-text p+p{margin-top:14px}.story-bullets{margin:0;padding:0;list-style:none}.story-bullets li{padding-left:22px;position:relative}.story-bullets li+li{margin-top:12px}.story-bullets li:before{content:"";background:var(--indigo-bright);border-radius:50%;width:8px;height:8px;position:absolute;top:.55em;left:0}.story-bullets li strong{color:var(--bone);font-weight:600}.bio-bullets{margin:0 0 24px;padding:0;list-style:none}.bio-bullets li{color:var(--ink-soft);padding-left:22px;font-size:.95rem;line-height:1.6;position:relative}.bio-bullets li+li{margin-top:10px}.bio-bullets li:before{content:"";background:var(--indigo);border-radius:50%;width:7px;height:7px;position:absolute;top:.55em;left:0}.bio-bullets li strong{color:var(--ink);font-weight:600}.who{background:#fff;padding:64px 0}.who-header{text-align:center;max-width:800px;margin:0 auto 32px}.who-header .mono{color:var(--indigo);margin-bottom:22px;display:block}.who-header h2{letter-spacing:-.02em;margin-bottom:24px;font-family:Cormorant Garamond,serif;font-size:clamp(2.4rem,4.6vw,4.2rem);font-weight:400;line-height:1.05}.who-header h2 em{color:var(--indigo);font-style:italic}.who-header p{color:var(--ink-soft);font-size:1.1rem;line-height:1.65}.who-columns{grid-template-columns:1fr 1fr;gap:0;max-width:1100px;margin:0 auto;display:grid}.who-col{padding:56px 44px}.who-col h3{letter-spacing:-.01em;align-items:center;gap:14px;margin-bottom:32px;font-family:Cormorant Garamond,serif;font-size:1.7rem;font-weight:500;display:flex}.who-col h3 .ico{justify-content:center;align-items:center;width:38px;height:38px;font-size:1.2rem;font-weight:600;display:flex}.who-col.fit{background:var(--indigo);color:#fff}.who-col.fit h3 .ico{color:var(--indigo);background:#fff}.who-col.notfit{background:var(--ink);color:#fff}.who-col.notfit h3 .ico{color:#fff;background:#ffffff26}.who-col ul{list-style:none}.who-col ul li{border-bottom:1px solid #ffffff26;padding:14px 0 14px 32px;font-size:.98rem;line-height:1.5;position:relative}.who-col ul li:last-child{border-bottom:none}.who-col.fit ul li:before{content:"";border-bottom:2px solid #fff;border-left:2px solid #fff;width:14px;height:8px;position:absolute;top:22px;left:0;transform:rotate(-45deg)}.who-col.notfit ul li{color:#ffffffb3}.who-col.notfit ul li:before{content:"×";color:#ffffff80;font-size:1.4rem;font-weight:300;position:absolute;top:10px;left:6px}.who-col strong{color:var(--ink,#0b0b14);font-weight:700}.landing-root .who-col.fit strong,.landing-root .who-col.notfit strong{color:var(--bc-ink)!important;font-weight:700!important}.program{background:var(--bone);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:96px 0}.program-header{text-align:center;margin-bottom:64px}.program-header .mono{color:var(--indigo);margin-bottom:22px;display:block}.program-header h2{letter-spacing:-.02em;max-width:820px;margin:0 auto;font-family:Cormorant Garamond,serif;font-size:clamp(2.4rem,4.6vw,4.2rem);font-weight:400;line-height:1.05}.program-header h2 em{color:var(--indigo);font-style:italic}.program-sub{max-width:620px;color:var(--mute);margin:22px auto 0;font-size:.98rem;line-height:1.6}.tracks-grid{grid-template-columns:1fr 1fr;gap:24px;max-width:1100px;margin:0 auto 44px;display:grid}.track-card{background:var(--paper);border:1px solid var(--line);padding:32px;transition:transform .25s,box-shadow .25s}.track-card:hover{transform:translateY(-3px);box-shadow:0 20px 50px #2d26d91a}.track-num{color:var(--indigo);letter-spacing:.18em;margin-bottom:14px;display:block;font-size:.72rem!important}.track-card h3{letter-spacing:-.01em;color:var(--ink);margin-bottom:12px;font-family:Cormorant Garamond,serif;font-size:1.55rem;font-weight:500;line-height:1.15}.track-card p{color:var(--ink-soft);font-size:.95rem;line-height:1.55}.syllabus-list{border-top:1px solid var(--line);max-width:780px;margin:0 auto;padding:0;list-style:none}.syllabus-list-item{border-bottom:1px solid var(--line);grid-template-columns:110px 1fr;align-items:baseline;gap:24px;padding:20px 4px;transition:background .2s,padding .2s;display:grid}.syllabus-list-item:hover{background:var(--paper);padding-left:14px;padding-right:14px}.syllabus-list-week{color:var(--indigo);letter-spacing:.16em;font-size:.75rem}.syllabus-list-title{letter-spacing:-.01em;color:var(--ink);font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:500;line-height:1.2}@media(max-width:640px){.syllabus-list-item{grid-template-columns:72px 1fr;gap:14px;padding:16px 2px}.syllabus-list-title{font-size:1.2rem}}.syllabus-rhythm{max-width:1100px;margin:72px auto 0}.syllabus-rhythm h3{color:var(--indigo);border-bottom:1px solid var(--line);margin-bottom:24px;padding-bottom:16px}.rhythm-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.rhythm-item{padding:20px 0}.rhythm-item h4{letter-spacing:-.01em;margin-bottom:6px;font-size:1rem;font-weight:600}.rhythm-item p{color:var(--mute);font-size:.88rem;line-height:1.55}.outcomes{background:var(--indigo-deep);color:var(--bone);padding:56px 0;position:relative;overflow:hidden}.outcomes:before{content:"";pointer-events:none;background:radial-gradient(circle,#4f46ff40,#0000 65%);width:700px;height:700px;position:absolute;top:-160px;left:50%;transform:translate(-50%)}.outcomes .container{z-index:1;position:relative}.outcomes-header{text-align:center;margin-bottom:32px}.outcomes-header .mono{color:var(--accent);margin-bottom:14px;display:block}.outcomes-header h2{letter-spacing:-.02em;font-family:Cormorant Garamond,serif;font-size:clamp(1.7rem,3.2vw,2.6rem);font-weight:400;line-height:1.15}.outcomes-header h2 em{color:var(--accent);font-style:italic}.outcomes-list{gap:14px;max-width:720px;margin:0 auto 32px;padding:0;list-style:none;display:grid}.outcomes-list li{color:#ffffffe6;background:#ffffff0f;border:1px solid #ffffff1a;align-items:flex-start;gap:14px;padding:14px 18px;font-size:1rem;line-height:1.45;display:flex}.outcomes-check{background:var(--accent);width:22px;height:22px;color:var(--indigo-deep);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:.75rem;font-weight:700;display:flex}.outcomes-cta{text-align:center;max-width:640px;margin:0 auto}.outcomes-lede{color:#ffffffeb;margin-bottom:24px;font-family:Cormorant Garamond,serif;font-size:1.15rem;line-height:1.5}.outcomes-lede strong{color:var(--bone);font-weight:600}@media(max-width:640px){.outcomes{padding:40px 0}.outcomes-header{margin-bottom:24px}.outcomes-list{gap:10px;margin-bottom:24px}.outcomes-list li{padding:12px 14px;font-size:.95rem}.outcomes-lede{font-size:1.05rem}}.testimonials{background:var(--paper);padding:40px 0}.testimonials-header{text-align:center;margin-bottom:28px}.testimonials-header .mono{color:var(--indigo);margin-bottom:12px;display:block}.testimonials-header h2{letter-spacing:-.02em;font-family:Cormorant Garamond,serif;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:400}.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:20px;max-width:900px;margin:0 auto;display:grid}.testimonial{background:var(--bone);border:1px solid var(--line);flex-direction:column;padding:24px;display:flex;position:relative}.testimonial .quote-mark{color:var(--indigo);height:18px;margin-bottom:10px;font-family:Cormorant Garamond,serif;font-size:2.5rem;line-height:.6}.testimonial blockquote{color:var(--ink-soft);flex:1;margin-bottom:18px;font-family:Cormorant Garamond,serif;font-size:1rem;font-style:italic;font-weight:400;line-height:1.45}.testimonial-attr{border-top:1px solid var(--line);padding-top:12px}.testimonial-attr strong{margin-bottom:2px;font-size:.9rem;font-weight:600;display:block}.testimonial-attr span{color:var(--mute);font-size:.82rem}.testimonial.placeholder blockquote{color:var(--mute);opacity:.55}@media(max-width:640px){.testimonials-grid{grid-template-columns:1fr}.testimonial{padding:20px}}.investment{background:var(--ink);color:var(--bone);padding:64px 0;position:relative;overflow:hidden}.investment:before{content:"";pointer-events:none;background:radial-gradient(circle,#2a1fb866,#0000 65%);width:800px;height:800px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.investment .container{z-index:1;position:relative}.investment-header{text-align:center;margin-bottom:32px}.investment-header .mono{color:var(--accent);margin-bottom:22px;display:block}.investment-header h2{letter-spacing:-.02em;font-family:Cormorant Garamond,serif;font-size:clamp(2.4rem,4.6vw,4.2rem);font-weight:400;line-height:1.05}.investment-header h2 em{color:var(--accent);font-style:italic}.ledger{background:var(--ink-soft);border:1px solid #ffffff1a;grid-template-columns:minmax(320px,460px) 1fr;max-width:1180px;margin:0 auto;display:grid}.ledger-price{background:linear-gradient(160deg,var(--indigo-deep) 0%,var(--ink) 100%);color:var(--bone);border-right:1px solid #ffffff14;flex-direction:column;padding:56px 48px 48px;display:flex}.ledger-meta{margin-bottom:28px}.ledger-meta .mono{color:var(--accent)}.ledger-price-row{border-bottom:1px solid #ffffff24;align-items:flex-end;gap:18px;padding-bottom:24px;display:flex}.ledger-price-figure{letter-spacing:-.035em;align-items:flex-start;font-family:Cormorant Garamond,serif;font-size:clamp(4.5rem,8vw,6.5rem);font-weight:400;line-height:.95;display:inline-flex}.ledger-price-figure sup{vertical-align:top;opacity:.6;margin-right:4px;padding-top:.5em;font-size:.34em}.ledger-price-unit{letter-spacing:.18em;opacity:.55;text-transform:uppercase;align-self:flex-end;margin:0 0 1.2rem 10px;font-family:JetBrains Mono,monospace;font-size:.7rem}.ledger-price-strike{flex-direction:column;gap:4px;padding-bottom:.9rem;display:flex}.ledger-price-strike .strike{text-decoration:line-through;-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent);opacity:.55;font-family:Cormorant Garamond,serif;font-size:1.4rem;font-style:italic}.ledger-price-saving{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);font-family:JetBrains Mono,monospace;font-size:.7rem}.ledger-justify{color:#f5f3eed1;margin:24px 0 32px;font-family:Cormorant Garamond,serif;font-size:1.02rem;line-height:1.55}.ledger-justify em{color:var(--accent);margin-right:4px;font-style:italic}.ledger-stats{border-top:1px solid #ffffff1f;border-bottom:1px solid #ffffff1f;grid-template-columns:repeat(4,1fr);margin:0 0 32px;padding:18px 0;display:grid}.ledger-stats>div{text-align:center;border-right:1px solid #ffffff14}.ledger-stats>div:last-child{border-right:none}.ledger-stats dt{letter-spacing:.16em;text-transform:uppercase;opacity:.55;margin-bottom:4px;font-family:JetBrains Mono,monospace;font-size:.62rem}.ledger-stats dd{color:var(--bone);margin:0;font-family:Cormorant Garamond,serif;font-size:1.7rem;font-weight:500}.ledger-cta{margin-top:auto}.ledger-apply{background:var(--accent);width:100%;color:var(--ink);text-transform:uppercase;letter-spacing:.08em;justify-content:space-between;align-items:center;padding:20px 26px;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .25s;display:flex}.ledger-apply span{font-size:1.2rem;transition:transform .25s}.ledger-apply:hover{background:var(--bone)}.ledger-apply:hover span{transform:translate(6px)}.ledger-cta-note{letter-spacing:.08em;opacity:.55;text-transform:uppercase;margin-top:14px;font-family:JetBrains Mono,monospace;font-size:.66rem;line-height:1.6}.ledger-includes{background:var(--paper);color:var(--ink);padding:56px 56px 48px}.ledger-includes-head{align-items:center;gap:16px;margin-bottom:28px;display:flex}.ledger-includes-head .mono{color:var(--indigo)}.ledger-includes-rule{background:var(--line);flex:1;height:1px}.ledger-list{margin:0;padding:0;list-style:none}.ledger-line{border-bottom:1px solid var(--line);grid-template-columns:44px 1fr;align-items:baseline;gap:20px;padding:18px 0;display:grid}.ledger-line:last-child{border-bottom:none}.ledger-num{letter-spacing:.14em;color:var(--indigo);opacity:.75;font-family:JetBrains Mono,monospace;font-size:.72rem}.ledger-line-body{flex-direction:column;gap:4px;display:flex}.ledger-line-body strong{letter-spacing:-.01em;color:var(--ink);font-family:Cormorant Garamond,serif;font-size:1.25rem;font-weight:500}.ledger-line-body span{color:var(--mute);font-size:.92rem;line-height:1.55}.bio{background:var(--paper);padding:64px 0}.coinstructors-header{text-align:center;max-width:760px;margin:0 auto 72px}.coinstructors-header .mono{color:var(--indigo);margin-bottom:22px;display:block}.coinstructors-header h2{letter-spacing:-.02em;margin-bottom:20px;font-family:Cormorant Garamond,serif;font-size:clamp(2.4rem,4.6vw,4.2rem);font-weight:400;line-height:1.05}.coinstructors-header h2 em{color:var(--indigo);font-style:italic}.coinstructors-header p{color:var(--mute);font-size:1.05rem;line-height:1.55}.coinstructors-grid{grid-template-columns:repeat(3,1fr);gap:32px;max-width:1200px;margin:0 auto;display:grid}.coinstructor{border:1px solid var(--line);background:#fff;flex-direction:column;transition:all .3s;display:flex}.coinstructor:hover{transform:translateY(-4px);box-shadow:0 24px 60px #2d26d91f}.coinstructor-image{aspect-ratio:1;background:var(--bone);width:100%;position:relative;overflow:hidden}.coinstructor-image img{object-fit:cover;object-position:center top;width:100%;height:100%}.coinstructor-image.bwai-image{background:var(--ink);justify-content:center;align-items:center;display:flex}.bwai-image-inner{justify-content:center;align-items:center;width:60%;height:70%;display:flex}.coinstructor-image.bwai-image img{object-fit:contain;filter:brightness(0)invert();width:100%;height:100%}.coinstructor-body{padding:36px 32px 40px}.coinstructor-tag{color:var(--indigo);align-items:center;gap:10px;margin-bottom:18px;display:inline-flex}.coinstructor-tag:before{content:"";background:var(--indigo);width:20px;height:1px}.coinstructor h3{letter-spacing:-.02em;margin-bottom:6px;font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:500;line-height:1.05}.coinstructor-title{color:var(--mute);border-bottom:1px solid var(--line);margin-bottom:20px;padding-bottom:20px;font-family:Cormorant Garamond,serif;font-size:1.05rem;font-style:italic}.coinstructor-body p{color:var(--ink-soft);margin-bottom:24px;font-size:.98rem;line-height:1.65}.coinstructor-credentials{flex-wrap:wrap;gap:8px;display:flex}.cred-pill{letter-spacing:.06em;text-transform:uppercase;background:var(--indigo-soft);color:var(--indigo);border-radius:2px;padding:7px 12px;font-size:.72rem;font-weight:600}.trusted-by{background:var(--ink);color:#fff;padding:64px 0;position:relative;overflow:hidden}.trusted-by:before{content:"";pointer-events:none;background:radial-gradient(circle,#2d26d959,#0000 60%);width:1000px;height:1000px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.trusted-by:after{content:"";background:linear-gradient(90deg,transparent,var(--indigo) 30%,var(--accent) 50%,var(--indigo) 70%,transparent);height:3px;position:absolute;bottom:0;left:0;right:0}.trusted-by .container{z-index:1;position:relative}.trusted-header{text-align:center;max-width:820px;margin:0 auto 72px}.trusted-header .mono{color:var(--accent);align-items:center;gap:14px;margin-bottom:22px;display:inline-flex}.trusted-header .mono:before,.trusted-header .mono:after{content:"";background:var(--accent);width:32px;height:1px}.trusted-header h2{letter-spacing:-.02em;color:#fff;font-family:Cormorant Garamond,serif;font-size:clamp(2.4rem,4.6vw,4.2rem);font-weight:400;line-height:1.15}.trusted-header h2 em{color:var(--accent);font-style:italic}.trusted-grid{border-top:1px solid #ffffff26;border-bottom:1px solid #ffffff26;grid-template-columns:repeat(3,1fr);max-width:1000px;margin:0 auto;display:grid}.trusted-item{text-align:center;color:#fff;letter-spacing:-.005em;cursor:default;border-bottom:1px solid #ffffff1f;border-right:1px solid #ffffff1f;justify-content:center;align-items:center;min-height:140px;padding:52px 24px;font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:500;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.trusted-item:nth-child(3n){border-right:none}.trusted-item:nth-last-child(-n+3){border-bottom:none}.trusted-item:before{content:"";background:var(--indigo);opacity:0;z-index:0;transition:opacity .35s;position:absolute;inset:0}.trusted-item>*,.trusted-item span,.trusted-item{z-index:1;position:relative}.trusted-item:hover:before{opacity:1}.trusted-item:hover{transform:scale(1.02)}.trusted-footnote{text-align:center;letter-spacing:.22em;text-transform:uppercase;color:#ffffff8c;margin-top:48px;font-family:JetBrains Mono,monospace;font-size:.72rem}.cobrand{background:radial-gradient(900px 460px at 12% 0%,color-mix(in oklab,var(--indigo-bright) 32%,transparent),transparent 65%),radial-gradient(800px 500px at 100% 100%,color-mix(in oklab,var(--indigo) 38%,transparent),transparent 65%),linear-gradient(180deg,#05050e,#0a0820 60%,#0e0a2e);border-top:1px solid #ffffff0f;border-bottom:1px solid #ffffff0f;padding:64px 0;position:relative;overflow:hidden}.cobrand:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 60%,#000 30%,#0000 80%);mask-image:radial-gradient(70% 60%,#000 30%,#0000 80%)}.cobrand-card{text-align:center;z-index:2;max-width:1120px;margin:0 auto;padding:8px;position:relative}.cobrand-card:before{content:none}.cobrand-eyebrow{color:#fff;background:linear-gradient(135deg,color-mix(in oklab,var(--indigo-bright) 30%,transparent),color-mix(in oklab,var(--indigo) 20%,transparent));border:1px solid color-mix(in oklab,var(--indigo-bright) 45%,transparent);box-shadow:0 0 24px color-mix(in oklab,var(--indigo-bright) 25%,transparent);border-radius:999px;align-items:center;gap:10px;margin-bottom:22px;padding:8px 18px;display:inline-flex;font-size:.72rem!important}.cobrand-eyebrow:before,.cobrand-eyebrow:after{content:none}.cobrand-eyebrow:before{content:"✦";width:auto;height:auto;color:var(--indigo-soft);background:0 0;font-size:.85rem;display:inline-block}.cobrand-headline{letter-spacing:-.02em;color:#fff;max-width:820px;margin:14px auto 56px;font-family:Cormorant Garamond,serif;font-size:clamp(2.4rem,4.8vw,4.2rem);font-weight:400;line-height:1.05}.cobrand-headline em{background:linear-gradient(135deg,#b8b3ff,#6f66ff,#fff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:italic}.cobrand-lockup{grid-template-columns:1fr auto 1fr;align-items:stretch;gap:28px;margin-bottom:48px;display:grid}.cobrand-brand{-webkit-backdrop-filter:blur(12px);background:linear-gradient(#ffffff0a,#ffffff04);border:1px solid #ffffff1a;border-radius:14px;flex-direction:column;align-items:center;gap:18px;padding:32px 26px 28px;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;position:relative;overflow:hidden}.cobrand-brand:after{content:"";border-radius:inherit;background:radial-gradient(400px 200px at 50% 0%,color-mix(in oklab,var(--indigo-bright) 18%,transparent),transparent 70%);pointer-events:none;position:absolute;inset:0}.cobrand-brand:hover{border-color:color-mix(in oklab,var(--indigo-bright) 55%,transparent);transform:translateY(-3px);box-shadow:0 24px 60px #4f46ff40}.cobrand-brand:before{content:"";background:linear-gradient(90deg,transparent,var(--indigo-bright),transparent);z-index:1;height:1px;position:absolute;top:0;left:20%;right:20%}.cobrand-brand--strategy:before,.cobrand-brand--shipping:before{background:linear-gradient(90deg,transparent,var(--indigo-bright),transparent)}.cobrand-brand-tag{letter-spacing:.18em;text-transform:uppercase;color:var(--indigo-soft);z-index:2;font-weight:600;position:relative;font-size:.66rem!important}.cobrand-brand--strategy .cobrand-brand-tag,.cobrand-brand--shipping .cobrand-brand-tag{color:var(--indigo-soft)}.cobrand-logo-frame{z-index:2;background:#fff;border:1px solid #ffffff2e;justify-content:center;align-items:center;width:100%;max-width:300px;height:140px;padding:18px 24px;display:flex;position:relative}.cobrand-logo-img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}.cobrand-name-block{text-align:center;z-index:2;position:relative}.cobrand-name{color:#fff;margin-bottom:6px;font-family:Cormorant Garamond,serif;font-size:1.3rem;font-style:italic;font-weight:500;line-height:1.2}.cobrand-sub{letter-spacing:.16em;text-transform:uppercase;color:#ffffff8c;font-family:JetBrains Mono,monospace;font-size:.68rem;font-weight:500}.cobrand-connector{flex-direction:column;justify-content:center;align-items:center;gap:12px;min-width:56px;display:flex}.cobrand-connector-line{background:linear-gradient(180deg,transparent,var(--indigo-bright),transparent);flex:1;width:1px;min-height:40px}.cobrand-connector-badge{color:#fff;background:linear-gradient(135deg,var(--indigo-bright),var(--indigo-deep));border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;font-family:Cormorant Garamond,serif;font-size:1.7rem;font-style:italic;line-height:1;display:flex;box-shadow:0 0 0 6px #4f46ff1f,0 12px 32px #4f46ff73}.cobrand-tagline{color:#ffffffeb;border-top:1px solid #ffffff1a;max-width:680px;margin:0 auto;padding-top:36px;font-family:Cormorant Garamond,serif;font-size:1.4rem;font-style:italic;line-height:1.45}.cobrand-tagline-sub{letter-spacing:.18em;text-transform:uppercase;color:var(--indigo-soft);margin-top:14px;font-family:JetBrains Mono,monospace;font-size:.72rem;font-style:normal;font-weight:600;display:block}.cohort-details{background:#fff;padding:64px 0}.cohort-details-header{text-align:center;max-width:800px;margin:0 auto 32px}.cohort-details-header .mono{color:var(--indigo);margin-bottom:22px;display:block}.cohort-details-header h2{letter-spacing:-.02em;font-family:Cormorant Garamond,serif;font-size:clamp(2.4rem,4.6vw,4.2rem);font-weight:400;line-height:1.05}.cohort-details-header h2 em{color:var(--indigo);font-style:italic}.details-grid{border:1px solid var(--line);max-width:900px;margin:0 auto}.detail-row{border-bottom:1px solid var(--line);grid-template-columns:220px 1fr;transition:background .2s;display:grid}.detail-row:last-child{border-bottom:none}.detail-row:hover{background:var(--bone)}.detail-label{background:var(--bone);letter-spacing:.14em;text-transform:uppercase;color:var(--mute);align-items:center;padding:22px 28px;font-family:JetBrains Mono,monospace;font-size:.72rem;font-weight:500;display:flex}.detail-value{align-items:center;padding:22px 28px;font-size:.96rem;line-height:1.5;display:flex}.faq{background:var(--bone);border-top:1px solid var(--line);padding:44px 0}.two-paths{border-top:1px solid var(--line);background:#fff;padding:64px 0}.two-paths-header{text-align:center;max-width:800px;margin:0 auto 32px}.two-paths-header .mono{color:var(--indigo);margin-bottom:22px;display:block}.two-paths-header h2{letter-spacing:-.02em;font-family:Cormorant Garamond,serif;font-size:clamp(2.4rem,4.6vw,4.2rem);font-weight:400;line-height:1.05}.two-paths-header h2 em{color:var(--indigo);font-style:italic}.two-paths-grid{grid-template-columns:1fr 1fr;gap:32px;max-width:1100px;margin:0 auto;display:grid}.path-card{border:1px solid var(--line);padding:48px 40px;position:relative}.path-card.glow{background:var(--indigo);color:#fff;border-color:var(--indigo)}.path-card .path-num{opacity:.7;margin-bottom:12px;font-family:Cormorant Garamond,serif;font-size:.95rem;font-style:italic;display:block}.path-card h3{letter-spacing:-.01em;margin-bottom:20px;font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:500;line-height:1.15}.path-card p{font-size:1rem;line-height:1.6}.path-card.glow p{color:#ffffffe6}.path-card .pill{letter-spacing:.12em;text-transform:uppercase;margin-top:24px;padding:6px 14px;font-size:.7rem;font-weight:600;display:inline-block}.path-card.glow .pill{color:var(--indigo);background:#fff}.path-card:not(.glow) .pill{background:var(--bone);color:var(--mute)}.deliverables{background:var(--ink);color:#fff;padding:64px 0}.deliverables-header{text-align:center;max-width:800px;margin:0 auto 32px}.deliverables-header .mono{color:var(--accent);margin-bottom:22px;display:block}.deliverables-header h2{letter-spacing:-.02em;color:#fff;font-family:Cormorant Garamond,serif;font-size:clamp(2.4rem,4.6vw,4.2rem);font-weight:400;line-height:1.05}.deliverables-header h2 em{color:var(--accent);font-style:italic}.deliverables-header p{color:#ffffffb3;margin-top:20px;font-size:1.05rem}.deliverables-grid{background:#ffffff1f;grid-template-columns:repeat(3,1fr);gap:1px;max-width:1100px;margin:0 auto;display:grid}.deliverable{background:var(--ink);padding:36px 28px;transition:background .3s}.deliverable:hover{background:var(--ink-soft)}.deliverable .num{color:var(--accent);margin-bottom:14px;font-family:Cormorant Garamond,serif;font-size:1rem;font-style:italic;display:block}.deliverable h4{letter-spacing:-.01em;color:#fff;margin-bottom:10px;font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:500;line-height:1.2}.deliverable p{color:#ffffffa6;font-size:.92rem;line-height:1.5}.compare{background:#fff;padding:64px 0}.compare-header{text-align:center;max-width:800px;margin:0 auto 32px}.compare-header .mono{color:var(--indigo);margin-bottom:22px;display:block}.compare-header h2{letter-spacing:-.02em;font-family:Cormorant Garamond,serif;font-size:clamp(2.4rem,4.6vw,4.2rem);font-weight:400;line-height:1.05}.compare-header h2 em{color:var(--indigo);font-style:italic}.compare-table{border:1px solid var(--line);max-width:900px;margin:0 auto}.compare-row{border-bottom:1px solid var(--line);grid-template-columns:1.4fr 1fr 1fr;display:grid}.compare-row:last-child{border-bottom:none}.compare-row.head{background:var(--ink);color:#fff}.compare-row.head .compare-cell{text-transform:uppercase;letter-spacing:.08em;padding:22px 24px;font-size:.78rem;font-weight:600}.compare-row.head .compare-cell.us{background:var(--indigo)}.compare-cell{border-left:1px solid var(--line);padding:22px 24px;font-size:.96rem;line-height:1.4}.compare-cell:first-child{color:var(--mute);text-transform:uppercase;letter-spacing:.06em;border-left:none;font-size:.85rem;font-weight:500}.compare-cell.us{background:var(--indigo-soft);color:var(--ink);font-weight:600}.faq-header{text-align:center;margin-bottom:20px}.faq-header .mono{color:var(--indigo);margin-bottom:14px;display:block}.faq-header h2{letter-spacing:-.02em;font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3.8vw,3.2rem);font-weight:400}.faq-list{max-width:820px;margin:0 auto}details.faq-item{border-bottom:1px solid var(--line);padding:16px 0}details.faq-item summary{cursor:pointer;letter-spacing:-.01em;justify-content:space-between;align-items:center;gap:20px;font-family:Cormorant Garamond,serif;font-size:1.32rem;font-weight:500;list-style:none;transition:color .3s;display:flex}details.faq-item summary::-webkit-details-marker{display:none}details.faq-item summary:hover{color:var(--indigo)}details.faq-item summary .icon{border:1px solid var(--ink);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;transition:all .3s;display:flex}details.faq-item[open] summary .icon{background:var(--indigo);border-color:var(--indigo);color:#fff;transform:rotate(45deg)}details.faq-item summary .icon:before{content:"+"}details.faq-item .answer{color:var(--ink-soft);padding-top:12px;padding-right:48px;font-size:.98rem;line-height:1.6}.aspirational{background:var(--paper);color:var(--ink);text-align:center;padding:80px 0}.aspirational .container{max-width:780px}.aspirational .mono{color:var(--indigo);margin-bottom:22px;display:block}.aspirational h2{letter-spacing:-.02em;margin-bottom:24px;font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4vw,3.4rem);font-weight:400;line-height:1.15}.aspirational-or{color:var(--indigo);margin-bottom:20px;font-family:Cormorant Garamond,serif;font-size:1.6rem;font-style:italic}.aspirational-body{color:var(--ink-soft);margin-bottom:20px;font-size:1.15rem;line-height:1.6}.aspirational-close{color:var(--ink);font-family:Cormorant Garamond,serif;font-size:1.5rem;font-style:italic}.final-cta{background:var(--indigo);color:#fff;padding:64px 0;position:relative;overflow:hidden}.final-cta:before{content:"";pointer-events:none;background-image:radial-gradient(circle at 20% 30%,#9b8aff4d,#0000 40%),radial-gradient(circle at 80% 70%,#15107a80,#0000 40%);position:absolute;inset:0}.final-cta .container{z-index:1;text-align:center;max-width:760px;position:relative}.final-cta .mono{opacity:.8;color:var(--accent);margin-bottom:22px;display:block}.final-cta h2{letter-spacing:-.025em;margin-bottom:32px;font-family:Cormorant Garamond,serif;font-size:clamp(2.6rem,6vw,5rem);font-weight:400;line-height:1}.final-cta h2 em{font-style:italic}.final-cta p{opacity:.9;max-width:540px;margin-bottom:48px;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.6}.final-cta .cta-row{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.final-cta .btn-light{color:var(--indigo);text-transform:uppercase;letter-spacing:.06em;background:#fff;border-radius:0;align-items:center;gap:10px;padding:20px 36px;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex}.final-cta .btn-light:hover{background:var(--ink);color:#fff;transform:translateY(-2px);box-shadow:0 12px 30px #0000004d}.final-cta .btn-outline{color:#fff;text-transform:uppercase;letter-spacing:.06em;background:0 0;border:1px solid #ffffff80;border-radius:0;align-items:center;gap:10px;padding:20px 36px;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex}.final-cta .btn-outline:hover{color:var(--indigo);background:#fff;border-color:#fff}.final-cta .btn-light-outline{color:#fff;text-transform:uppercase;letter-spacing:.06em;background:0 0;border:1px solid #ffffff8c;border-radius:0;align-items:center;gap:10px;padding:20px 36px;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex}.final-cta .btn-light-outline:hover{color:var(--indigo);background:#fff;border-color:#fff}.final-cta .small-note{opacity:.75;letter-spacing:.08em;margin-top:32px;font-family:JetBrains Mono,monospace;font-size:.85rem}.final-cta .small-note a{color:#fff;text-underline-offset:3px;text-decoration:underline}.hero-cta-note{color:#ffffffb3;letter-spacing:.04em;margin-top:14px;font-family:JetBrains Mono,monospace;font-size:.82rem}footer{color:var(--ink);border-top:1px solid var(--line);background:#fff;padding:56px 0 40px}footer .container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.footer-brands{align-items:center;gap:20px;display:flex}footer .footer-logo{width:auto;height:52px}footer .footer-logo-bwai{height:56px}.footer-x{color:var(--indigo);font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:300}footer .mono{color:var(--mute)}@media(max-width:900px){.hero{padding:110px 0 60px}.hero-grid{grid-template-columns:1fr;gap:48px}.hero-image{max-width:420px;margin:0 auto}.app-status-card{padding:36px 24px 28px}.app-status-day{font-size:4.5rem}.app-status-month{font-size:1.1rem}.story{padding:48px 0}.story--compact{padding:36px 0}.story-content{grid-template-columns:1fr;gap:16px}.story-text{font-size:1rem!important;line-height:1.55!important}.story-text p+p{margin-top:12px!important}.story-header{margin-bottom:14px!important}.story-header h2{font-size:1.45rem!important;line-height:1.15!important}.who{padding:64px 0}.who-columns{grid-template-columns:1fr;gap:0}.who-col+.who-col{border-top:1px solid #ffffff26;border-left:none}.who-col{padding:32px 24px}.who-col h3{gap:10px;margin-bottom:20px;font-size:1.25rem}.who-col h3 .ico{width:30px;height:30px;font-size:.95rem}.who-col ul li{padding:10px 0 10px 26px;font-size:.9rem;line-height:1.45}.who-col.fit ul li:before{width:11px;height:6px;top:16px}.who-col.notfit ul li:before{font-size:1.2rem;top:6px;left:4px}.two-paths{padding:80px 0}.two-paths-grid{grid-template-columns:1fr;gap:16px}.path-card{padding:32px 24px}.deliverables{padding:80px 0}.deliverables-grid{grid-template-columns:1fr}.compare{padding:80px 0}.compare-row{grid-template-columns:1.2fr 1fr 1fr}.compare-cell{padding:14px;font-size:.85rem}.compare-cell:first-child{font-size:.7rem}.cohort-details{padding:80px 0}.detail-row{grid-template-columns:1fr}.detail-label{padding:14px 20px 6px}.detail-value{padding:0 20px 16px}.cobrand{padding:60px 0}.cobrand-card{padding:44px 20px 36px}.cobrand-headline{margin-bottom:36px;font-size:1.7rem}.cobrand-lockup{grid-template-columns:1fr auto 1fr;align-items:stretch;gap:10px;margin-bottom:28px}.cobrand-brand{gap:10px;padding:18px 10px 16px}.cobrand-brand-tag{letter-spacing:.14em;text-align:center;font-size:.55rem!important}.cobrand-connector{flex-direction:column;gap:6px;min-width:32px}.cobrand-connector-line{background:linear-gradient(180deg,transparent,var(--indigo-bright),transparent);width:1px;height:auto;min-height:24px}.cobrand-connector-badge{width:34px;height:34px;font-size:1.1rem}.cobrand-logo-frame{height:72px;padding:8px 10px}.cobrand-tagline{padding-top:24px;font-size:1.1rem}.trusted-by{padding:80px 0}.trusted-grid{grid-template-columns:repeat(2,1fr)}.trusted-item{min-height:100px;padding:36px 16px;font-size:1.3rem}.trusted-item:nth-child(3n){border-right:1px solid #ffffff1f}.trusted-item:nth-child(2n){border-right:none}.trusted-item:nth-last-child(-n+3){border-bottom:1px solid #ffffff1f}.trusted-item:nth-last-child(-n+2){border-bottom:none}.program{padding:80px 0}.tracks-grid{grid-template-columns:1fr;gap:16px;margin-bottom:32px}.track-card{padding:26px}.track-card h3{font-size:1.35rem}.syllabus-grid{grid-template-columns:1fr}.syllabus-card{padding:26px}.syllabus-meta{grid-template-columns:1fr;gap:16px}.rhythm-grid{grid-template-columns:1fr 1fr;gap:20px}.syllabus-rhythm{margin-top:56px}.testimonials{padding:80px 0}.testimonials-grid{grid-template-columns:1fr}.investment{padding:80px 0}.ledger{grid-template-columns:1fr}.ledger-price{border-bottom:1px solid #ffffff14;border-right:none;padding:40px 28px 36px}.ledger-includes{padding:40px 28px 36px}.ledger-price-row{flex-wrap:wrap;gap:12px}.ledger-stats dd{font-size:1.4rem}.bio{padding:80px 0}.coinstructors-grid{grid-template-columns:repeat(2,1fr);gap:24px;max-width:720px}.coinstructor:last-child:nth-child(odd){grid-column:1/-1;max-width:360px;margin:0 auto}.coinstructor-body{padding:28px 24px 32px}.coinstructor h3{font-size:1.8rem}.faq{padding:48px 0}details.faq-item summary{font-size:1.15rem}details.faq-item .answer{padding-right:0}.aspirational{padding:64px 0}.aspirational-or{font-size:1.4rem}.aspirational-body{font-size:1.05rem}.aspirational-close{font-size:1.3rem}.final-cta{padding:80px 0}nav{padding:14px 20px}nav .cta-btn{padding:9px 16px;font-size:.78rem}.container{padding:0 20px}.seats-banner{padding:12px 20px;font-size:.95rem}}@media(max-width:540px){.coinstructors-grid{grid-template-columns:1fr;gap:28px;max-width:420px}.coinstructor:last-child:nth-child(odd){max-width:none}nav{gap:12px;padding:12px 16px}nav .logo{height:26px}nav .cta-btn{white-space:nowrap;letter-spacing:.06em;flex-shrink:0;gap:6px;padding:9px 14px;font-size:.72rem}.landing-root .logo-mark{font-size:1.15rem}.landing-root .logo-sub{letter-spacing:.14em;font-size:.5rem}.cohort-meta{grid-template-columns:1fr 1fr;gap:18px 20px;padding:18px 0;display:grid}.cohort-meta-item{min-width:0}.cohort-meta-item strong{font-size:1.05rem}.cohort-meta-item .mono{letter-spacing:.1em;font-size:.6rem!important}.hero-text .lede{font-size:1.05rem}.hero-text .lede.lede-secondary{font-size:.95rem}.hero-ctas .btn-primary,.hero-ctas .btn-secondary{padding:16px 24px;font-size:.9rem}.cobrand-card{padding:36px 16px 28px}.cobrand-headline{font-size:1.4rem;line-height:1.25}.cobrand-logo-frame{height:64px;padding:8px 10px}.cobrand-logo-img{max-height:48px}.cobrand-name{margin-bottom:4px;font-size:.85rem}.cobrand-sub{letter-spacing:.12em;font-size:.55rem}.cobrand-tagline{font-size:1rem;line-height:1.45}.cobrand-tagline-sub{font-size:.65rem}.ledger-price-figure{font-size:4rem}.ledger-stats dd{font-size:1.25rem}.ledger-apply{padding:18px 20px;font-size:.78rem}.who-col{padding:26px 20px}.who-col h3{gap:8px;margin-bottom:16px;font-size:1.05rem;line-height:1.2}.who-col h3 .ico{width:26px;height:26px;font-size:.85rem}.who-col ul li{padding:9px 0 9px 22px;font-size:.85rem;line-height:1.45}.who-col.fit ul li:before{width:10px;height:6px;top:15px}.who-col.notfit ul li:before{font-size:1.1rem;top:6px;left:3px}footer .container{text-align:center;flex-direction:column}}.landing-root .logo-text{color:#fff;flex-direction:column;min-width:0;line-height:1;text-decoration:none;display:flex}.landing-root .logo-mark{letter-spacing:-.01em;white-space:nowrap;font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:500}.landing-root .logo-sub{letter-spacing:.18em;color:#fff9;white-space:nowrap;margin-top:4px;font-family:JetBrains Mono,monospace;font-size:.55rem}.landing-root .cobrand-logo-placeholder{color:var(--indigo);text-align:center;font-family:Cormorant Garamond,serif;font-size:1.5rem;font-style:italic}.landing-root .coinstructor-image-placeholder{color:var(--mute);justify-content:center;align-items:center;width:100%;height:100%;font-family:Cormorant Garamond,serif;font-size:1.8rem;display:flex}.landing-root .footer-brand-text{color:var(--ink);font-family:Cormorant Garamond,serif;font-size:1.1rem;font-style:italic}.landing-root .cohort-timeline{color:#e9e9f5;background:linear-gradient(#0b0b1a,#10102a);border-top:1px solid #ffffff0f;border-bottom:1px solid #ffffff0f;padding:40px 0}.landing-root .timeline-header{text-align:center;margin-bottom:22px}.landing-root .timeline-header .mono{color:#d4af37e6;letter-spacing:.24em;font-size:.72rem}.landing-root .timeline-header h2{color:#fff;margin:8px 0 0;font-family:Cormorant Garamond,serif;font-size:clamp(1.55rem,2.8vw,2.1rem);line-height:1.1}.landing-root .timeline-header h2 em{color:#d4af37;font-style:italic}.landing-root .schedule-grid{grid-template-columns:1fr 1fr;gap:28px;max-width:900px;margin:0 auto;display:grid}.landing-root .schedule-col{background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;padding:24px}.landing-root .schedule-col-title{color:#fff;align-items:center;gap:10px;margin-bottom:4px;font-family:Cormorant Garamond,serif;font-size:1.25rem;font-weight:500;display:flex}.landing-root .schedule-dot{border-radius:50%;width:8px;height:8px;display:inline-block}.landing-root .schedule-dot.sat{background:#d4af37}.landing-root .schedule-dot.wed{background:#4f46ff}.landing-root .schedule-meta{letter-spacing:.08em;text-transform:uppercase;color:#e9e9f58c;margin-bottom:18px;font-family:Inter Tight,sans-serif;font-size:.7rem;display:block}.landing-root .schedule-list{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.landing-root .schedule-item{border-bottom:1px solid #ffffff0f;align-items:baseline;gap:14px;padding:11px 0;display:flex}.landing-root .schedule-item:last-child{border-bottom:none}.landing-root .schedule-date{color:#d4af37;letter-spacing:.04em;min-width:58px;font-family:JetBrains Mono,monospace;font-size:.78rem}.landing-root .schedule-label{color:#e9e9f5e6;font-size:.92rem}.landing-root .schedule-milestones{text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:18px;margin-top:28px;display:flex}.landing-root .schedule-milestone{color:#e9e9f5bf;font-size:.85rem}.landing-root .schedule-milestone strong{color:#fff;font-family:Cormorant Garamond,serif;font-size:1.05rem;font-weight:500;display:block}.landing-root .schedule-divider{background:#d4af3780;border-radius:50%;width:4px;height:4px}@media(max-width:780px){.landing-root .cohort-timeline{padding:32px 0}.landing-root .schedule-grid{grid-template-columns:1fr;gap:20px}.landing-root .schedule-col{padding:20px}.landing-root .schedule-milestones{gap:12px 20px}.landing-root .schedule-divider{display:none}.landing-root .schedule-milestone strong{font-size:1rem}}.landing-root .apply-bar{background:var(--indigo-deep);color:#fff}.landing-root .apply-bar-inner{justify-content:space-between;align-items:center;gap:24px;padding:22px 0;display:flex}.landing-root .apply-bar-inner p{color:#ffffffeb;margin:0;font-size:1rem;line-height:1.45}.landing-root .apply-bar-inner p strong{color:#fff;margin-right:10px;font-weight:600}.landing-root .apply-bar-inner p span{color:#ffffffb8}.landing-root .apply-bar-btn{color:var(--indigo-deep);text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;background:#fff;flex:none;align-items:center;gap:10px;padding:14px 24px;font-size:.82rem;font-weight:700;text-decoration:none;transition:transform .2s,background .2s;display:inline-flex}.landing-root .apply-bar-btn:hover{background:var(--bone);transform:translateY(-1px)}.landing-root .cta-band{border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14}.landing-root .cta-band-inner{justify-content:space-between;align-items:center;gap:20px;padding:18px 0;display:flex}.landing-root .cta-band-inner p{margin:0;line-height:1.4}.landing-root .cta-band-inner p strong{margin-bottom:2px;font-weight:600;display:block}.landing-root .cta-band-inner p span{opacity:.8;font-size:.9rem}.landing-root .cta-band-btn{text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;flex:none;align-items:center;gap:10px;padding:12px 22px;font-size:.78rem;font-weight:700;text-decoration:none;transition:transform .2s,background .2s;display:inline-flex}.landing-root .cta-band-btn:hover{transform:translateY(-1px)}.landing-root .cta-band-btn svg{width:14px;height:14px}.landing-root .cta-band--indigo{background:var(--indigo);color:#fff}.landing-root .cta-band--indigo .cta-band-btn{color:var(--indigo);background:#fff}.landing-root .cta-band--indigo .cta-band-btn:hover{background:var(--bone)}.landing-root .cta-band--light{color:var(--ink);border-color:var(--line);background:#fff}.landing-root .cta-band--light .cta-band-btn--dark{background:var(--indigo);color:#fff}.landing-root .cta-band--light .cta-band-btn--dark:hover{background:var(--indigo-deep)}.landing-root .sticky-mobile-cta{z-index:999;border-top:1px solid var(--line);background:#fff;flex-direction:column;align-items:center;gap:6px;padding:12px 16px 14px;transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:0;left:0;right:0;transform:translateY(110%);box-shadow:0 -8px 30px #0000001f}.landing-root .sticky-mobile-cta.is-visible{transform:translateY(0)}.landing-root .sticky-mobile-btn{background:var(--indigo);color:#fff;text-transform:uppercase;letter-spacing:.06em;justify-content:center;align-items:center;gap:10px;width:100%;padding:14px 24px;font-size:.85rem;font-weight:700;text-decoration:none;transition:background .2s;display:inline-flex}.landing-root .sticky-mobile-btn:hover{background:var(--indigo-deep)}.landing-root .sticky-mobile-btn svg{width:14px;height:14px}.landing-root .sticky-mobile-note{color:var(--mute);letter-spacing:.06em;font-family:JetBrains Mono,monospace;font-size:.72rem}@media(min-width:769px){.landing-root .sticky-mobile-cta{display:none}}@media(max-width:768px){.landing-root{padding-bottom:90px}}@media(max-width:720px){.landing-root .cta-band-inner{flex-direction:column;align-items:flex-start;gap:14px;padding:18px 0}.landing-root .cta-band-btn{white-space:normal;text-align:center;justify-content:center;width:100%;padding:14px 18px;font-size:.75rem}.landing-root .cta-band-inner p strong{font-size:1rem}.landing-root .cta-band-inner p span{font-size:.82rem}}.landing-root .apply-bar-btn svg{width:14px;height:14px}@media(max-width:720px){.landing-root .apply-bar-inner{flex-direction:column;align-items:flex-start;gap:16px;padding:20px 0}.landing-root .apply-bar-inner p{font-size:.95rem}.landing-root .apply-bar-btn{justify-content:center;width:100%}}.landing-root section{padding-top:44px!important;padding-bottom:44px!important}.landing-root .hero{padding-top:88px!important;padding-bottom:48px!important}.landing-root .program-header{margin-bottom:36px!important}.landing-root .syllabus-rhythm{margin-top:44px!important}.landing-root .testimonials-header,.landing-root .investment-header,.landing-root .who-header{margin-bottom:24px!important}.landing-root .story-content{gap:28px}.landing-root .story--compact .story-content{gap:16px}.landing-root .story-header{margin-bottom:18px!important}.landing-root .story--compact .story-header{margin-bottom:14px!important}.landing-root .story-text p+p{margin-top:14px!important}.landing-root .story--compact .story-text p+p{margin-top:12px!important}.landing-root .syllabus-accordion{max-width:1100px;margin:0 auto}.landing-root details.syllabus-acc-item{border-bottom:1px solid var(--line)}.landing-root details.syllabus-acc-item:first-child{border-top:1px solid var(--line)}.landing-root details.syllabus-acc-item summary{cursor:pointer;grid-template-columns:110px 1fr 32px;align-items:center;gap:24px;padding:20px 6px;list-style:none;transition:background .2s,padding .2s;display:grid}.landing-root details.syllabus-acc-item summary::-webkit-details-marker{display:none}.landing-root details.syllabus-acc-item summary:hover{background:var(--paper);padding-left:14px;padding-right:14px}.landing-root details.syllabus-acc-item summary .icon{border:1px solid var(--ink);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;transition:all .3s;display:flex}.landing-root details.syllabus-acc-item summary .icon:before{content:"+"}.landing-root details.syllabus-acc-item[open] summary .icon{background:var(--indigo);border-color:var(--indigo);color:#fff;transform:rotate(45deg)}.landing-root details.syllabus-acc-item .answer{color:var(--ink-soft);padding:4px 56px 20px 134px;font-size:1rem;line-height:1.65}@media(max-width:720px){.landing-root details.syllabus-acc-item summary{grid-template-columns:72px 1fr 28px;gap:14px;padding:16px 2px}.landing-root details.syllabus-acc-item .answer{padding:4px 0 18px 86px}}.landing-root details.rhythm-accordion{border-top:1px solid var(--line);border-bottom:1px solid var(--line);max-width:1100px;margin:44px auto 0}.landing-root details.rhythm-accordion summary{cursor:pointer;color:var(--indigo);letter-spacing:.12em;text-transform:uppercase;justify-content:space-between;align-items:center;padding:20px 6px;font-size:.85rem;list-style:none;display:flex}.landing-root details.rhythm-accordion summary::-webkit-details-marker{display:none}.landing-root details.rhythm-accordion summary .icon{border:1px solid var(--ink);width:32px;height:32px;color:var(--ink);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.landing-root details.rhythm-accordion summary .icon:before{content:"+"}.landing-root details.rhythm-accordion[open] summary .icon{background:var(--indigo);border-color:var(--indigo);color:#fff;transform:rotate(45deg)}.landing-root details.rhythm-accordion .rhythm-grid{padding:8px 6px 24px}@media(max-width:900px){.landing-root section{padding-top:36px!important;padding-bottom:36px!important}.landing-root .hero{padding-top:96px!important;padding-bottom:40px!important}.landing-root .hero-text h1{letter-spacing:-.02em;font-size:2.5rem!important;line-height:1.05!important}.landing-root .hero-text .lede{font-size:1.05rem!important;line-height:1.55!important}.landing-root .hero-text .lede.lede-secondary{font-size:.95rem!important;line-height:1.6!important}.landing-root .who-header h2,.landing-root .program-header h2,.landing-root .testimonials-header h2,.landing-root .investment-header h2,.landing-root .coinstructors-header h2,.landing-root .faq-header h2,.landing-root .final-cta h2,.landing-root .cohort-details-header h2,.landing-root .compare-header h2,.landing-root .two-paths-header h2{letter-spacing:-.015em;font-size:1.9rem!important;line-height:1.1!important}.landing-root .who-header p,.landing-root .program-sub,.landing-root .coinstructors-header p,.landing-root .timeline-note,.landing-root .final-cta p{font-size:1rem!important;line-height:1.55!important}.landing-root .story-text{font-size:1.05rem!important;line-height:1.55!important}.landing-root .story--compact .story-text{font-size:1rem!important;line-height:1.55!important}.landing-root .story-header h2{font-size:1.55rem!important;line-height:1.15!important}.landing-root .story--compact .story-header h2{font-size:1.45rem!important;line-height:1.15!important}.landing-root .timeline-header h2{font-size:1.45rem!important;line-height:1.1!important}.landing-root .strip-date{font-size:1rem!important;line-height:1.2!important}.landing-root .strip-label{font-size:.62rem!important}.landing-root .syllabus-list-title,.landing-root details.syllabus-acc-item .syllabus-list-title{font-size:1.05rem!important;line-height:1.25!important}.landing-root details.syllabus-acc-item .answer{font-size:.95rem!important;line-height:1.55!important}.landing-root .coinstructor h3{font-size:1.5rem!important;line-height:1.15!important}.landing-root .coinstructor .role{font-size:.95rem!important}.landing-root .coinstructor .bio-text{font-size:.95rem!important;line-height:1.6!important}.landing-root .path-card h3{font-size:1.2rem!important;line-height:1.2!important}.landing-root .path-card li{font-size:.95rem!important;line-height:1.5!important}.landing-root .track-card h3{font-size:1.25rem!important;line-height:1.2!important}.landing-root .track-card p{font-size:.95rem!important;line-height:1.5!important}.landing-root .testimonial blockquote{font-size:1.05rem!important;line-height:1.45!important}.landing-root .ledger-tagline{font-size:1.2rem!important;line-height:1.3!important}.landing-root .ledger-line-title{font-size:1.05rem!important;line-height:1.25!important}.landing-root .ledger-line-body span{font-size:.9rem!important;line-height:1.5!important}.landing-root .cobrand-headline{font-size:1.4rem!important;line-height:1.2!important}.landing-root .cobrand-tagline{font-size:1rem!important;line-height:1.45!important}.landing-root details.faq-item summary{font-size:1.05rem!important;line-height:1.3!important}.landing-root details.faq-item .answer{font-size:.95rem!important;line-height:1.6!important}.landing-root .rhythm-item h4{font-size:.95rem!important}.landing-root .rhythm-item p{font-size:.85rem!important;line-height:1.55!important}}@media(max-width:540px){.landing-root .hero-text h1{font-size:2.15rem!important}.landing-root .who-header h2,.landing-root .program-header h2,.landing-root .testimonials-header h2,.landing-root .investment-header h2,.landing-root .coinstructors-header h2,.landing-root .faq-header h2,.landing-root .final-cta h2,.landing-root .cohort-details-header h2,.landing-root .compare-header h2,.landing-root .two-paths-header h2{font-size:1.7rem!important}.landing-root .story-text{font-size:.98rem!important;line-height:1.55!important}.landing-root .story--compact .story-text{font-size:.95rem!important;line-height:1.55!important}.landing-root .story-header h2{font-size:1.35rem!important}.landing-root .story--compact .story-header h2{font-size:1.3rem!important}.landing-root .timeline-header h2{font-size:1.45rem!important}.landing-root .track-card{padding:20px}.landing-root .track-card h3{font-size:1.15rem!important;line-height:1.2!important}.landing-root .track-card p{font-size:.9rem!important;line-height:1.5!important}}.hero-capstone-pill{border:1px solid var(--line);background:color-mix(in oklab,var(--indigo) 6%,white);color:var(--ink);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;margin:1rem 0 1.25rem;padding:.55rem .9rem;font-size:.72rem;display:inline-block}.transformation{background:var(--cream,#faf7f2);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:5rem 0 4rem}.transformation-header{text-align:center;max-width:780px;margin:0 auto 2.5rem}.transformation-header .mono{letter-spacing:.16em;color:var(--indigo);margin-bottom:.75rem;font-size:.72rem;display:block}.transformation-header h2{color:var(--ink);font-size:clamp(1.6rem,3.4vw,2.5rem);line-height:1.15}.transformation-header h2 em{color:var(--indigo);font-style:italic}.transformation-grid{gap:.9rem;max-width:960px;margin:0 auto;padding:0;list-style:none;display:grid}.transformation-row{border:1px solid var(--line);background:#fff;border-radius:4px;grid-template-columns:1fr auto 1fr;align-items:stretch;gap:0;display:grid;overflow:hidden}.transformation-before,.transformation-after{padding:1rem 1.25rem}.transformation-before{background:color-mix(in oklab,var(--ink) 3%,white)}.transformation-before .mono,.transformation-after .mono{letter-spacing:.14em;color:var(--mute);margin-bottom:.35rem;font-size:.65rem;display:block}.transformation-after .mono{color:var(--indigo)}.transformation-before p,.transformation-after p{color:var(--ink);margin:0;font-size:.95rem;line-height:1.45}.transformation-before p{color:var(--mute);text-decoration:line-through;-webkit-text-decoration-color:color-mix(in oklab,var(--mute) 40%,transparent);text-decoration-color:color-mix(in oklab,var(--mute) 40%,transparent)}.transformation-after p{font-weight:500}.transformation-arrow{color:var(--indigo);border-left:1px solid var(--line);border-right:1px solid var(--line);background:#fff;justify-content:center;align-items:center;padding:0 1rem;font-size:1.15rem;display:flex}@media(max-width:640px){.transformation-row{grid-template-columns:1fr}.transformation-arrow{border-left:none;border-right:none;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:.35rem;font-size:0;line-height:1;transform:none}.transformation-arrow:before{content:"↓";font-size:1.15rem;line-height:1}}.outcomes-list--quoted li .outcomes-check{color:var(--indigo);font-family:Cormorant Garamond,Instrument Serif,serif;font-size:2rem;line-height:.6;transform:translateY(4px)}.outcomes-list--quoted li span:last-child{font-family:Cormorant Garamond,Instrument Serif,Georgia,serif;font-size:1.15rem;font-style:italic;line-height:1.4}.final-cta-reassure{letter-spacing:.05em;color:#ffffffc7;text-align:center;gap:.5rem;max-width:620px;margin:1.75rem auto 0;padding:0;font-size:.72rem;list-style:none;display:grid}.final-cta-reassure li a{color:#fff;text-underline-offset:3px;text-decoration:underline}
