:root{--slate:#1F2933;--gold:#FFB800;--cyan:#00D8FF;--cream:#FFF3E0;--white:#FFFFFF;--orange:#F26A2E;--line:#DDE2E6;--muted:#66717B;--max:1180px;--radius:6px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--white);color:var(--slate);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.shell{width:min(calc(100% - 40px),var(--max));margin-inline:auto}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:16px;top:16px;background:#fff;padding:10px;z-index:1000}.launchbar{border-bottom:1px solid var(--line);font-size:12px;letter-spacing:.02em}.launchbar-inner{display:flex;gap:10px;align-items:center;min-height:34px}.state-dot{width:8px;height:8px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 4px rgb(242 106 46 / .12)}.site-header{position:sticky;top:0;background:rgb(255 255 255 / .94);backdrop-filter:blur(16px);z-index:100;border-bottom:1px solid rgb(31 41 51 / .08)}.nav-wrap{min-height:76px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:9px;font-weight:900;letter-spacing:.03em}.brand-mark{display:grid;place-items:center;width:28px;height:28px;background:var(--gold);clip-path:polygon(0 100%,41% 42%,62% 52%,100% 0,69% 68%,55% 58%);font-size:0}.brand-word{font-size:22px}.primary-nav{margin-left:auto}.menu{display:flex;list-style:none;gap:24px;padding:0;margin:0;font-size:14px}.menu a{padding:8px 0;border-bottom:2px solid #fff0}.menu a:hover,.menu a:focus-visible{border-color:var(--gold)}.button{display:inline-flex;align-items:center;justify-content:center;background:var(--gold);color:var(--slate);padding:14px 18px;border:0;font-weight:800;border-radius:2px;min-height:46px;transition:transform .18s ease,box-shadow .18s ease}.button:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgb(31 41 51 / .12)}.button-small{padding:10px 14px;min-height:38px;font-size:13px}.button-cyan{background:var(--cyan)}.text-link{font-weight:800;border-bottom:1px solid currentColor;padding-bottom:2px}.nav-toggle{display:none;background:none;border:1px solid var(--line);padding:8px 12px}.mobile-nav{display:none}.hero{padding:90px 0 105px;background:linear-gradient(90deg,#fff 0%,#fff 65%,rgb(255 243 224 / .32) 100%)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.eyebrow{font-size:11px;font-weight:900;letter-spacing:.18em;color:#5F6A74;margin-bottom:18px}.eyebrow.light{color:#B8C3CC}.hero h1,.section h2,.final-close h2,.question-band h2{margin:0;letter-spacing:-.055em;line-height:.93;font-weight:850}.hero h1{font-size:clamp(58px,8vw,104px)}.hero-kicker{font-size:23px;max-width:700px;line-height:1.35;margin:28px 0 14px}.hero-body{font-size:17px;color:#56616B;max-width:650px}.button-row{display:flex;gap:22px;align-items:center;margin-top:30px}.hero-system{height:520px;position:relative;border-left:1px solid rgb(0 216 255 / .45);overflow:hidden}.trajectory-orbit{position:absolute;width:360px;height:360px;border:1px solid #C9D0D5;border-radius:50%;left:85px;top:75px}.trajectory-orbit:before{content:"";position:absolute;inset:52px;border:1px dashed #D8DEE2;border-radius:50%}.trajectory-line{position:absolute;width:330px;height:5px;background:linear-gradient(90deg,var(--gold),var(--orange),var(--slate));transform:rotate(-43deg);left:65px;top:260px;transform-origin:center}.rocket-lockup{position:absolute;left:145px;top:142px;transform:rotate(-43deg);display:flex;align-items:center}.mini-pencil{width:132px;height:42px;background:var(--gold);clip-path:polygon(0 50%,24% 0,100% 0,100% 100%,24% 100%)}.mini-bolt{font-weight:1000;font-size:58px;color:#fff;background:var(--slate);height:68px;width:45px;display:grid;place-items:center;margin-left:-4px;z-index:2}.mini-rocket{width:142px;height:90px;background:var(--slate);clip-path:polygon(0 17%,47% 17%,63% 0,100% 50%,63% 100%,47% 83%,0 83%,16% 50%);margin-left:-10px}.system-label{position:absolute;font-size:10px;font-weight:900;letter-spacing:.16em;background:#fff;padding:4px 7px;border:1px solid var(--line)}.label-1{left:45px;top:360px}.label-2{left:110px;top:280px}.label-3{left:330px;top:115px}.label-4{left:370px;top:55px}.system-note{position:absolute;right:18px;bottom:15px;text-align:right;font-size:15px;line-height:1.35}.question-band{background:var(--slate);color:#fff;padding:72px 0}.question-grid{display:grid;grid-template-columns:.8fr 1.4fr 1fr;gap:50px;align-items:end}.question-band h2{font-size:56px}.question-band p{font-size:18px;color:#CFD6DB}.section{padding:105px 0}.section-intro{max-width:820px;margin-bottom:48px}.section-intro.compact{max-width:900px}.section h2,.final-close h2{font-size:clamp(44px,5.5vw,72px)}.section-intro p{font-size:18px;color:#5D6872;max-width:700px}.three-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.feature-card{padding:36px;background:#fff;min-height:310px;display:flex;flex-direction:column;transition:transform .35s ease,opacity .35s ease}.feature-card.warm{background:var(--cream)}.feature-card.dark{background:var(--slate);color:#fff}.feature-card h3{font-size:31px;margin:40px 0 8px;letter-spacing:.04em}.feature-card p{font-size:16px;flex:1}.feature-card a{font-weight:800}.feature-index{font-size:11px;font-weight:900;letter-spacing:.12em;color:var(--orange)}.public-section{background:#F6F7F8}.public-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:90px}.public-grid h2{font-size:64px}.public-grid>div:first-child>p{font-size:18px;color:#5E6973;max-width:530px}.timeline{border-left:1px solid #BEC7CD}.timeline-item{padding:5px 0 30px 30px;position:relative}.timeline-item:before{content:"";position:absolute;left:-5px;top:8px;width:9px;height:9px;background:#AAB4BB;border-radius:50%}.timeline-item.active:before{background:var(--orange);box-shadow:0 0 0 5px rgb(242 106 46 / .12)}.timeline-item span{font-size:10px;font-weight:900;color:var(--orange);letter-spacing:.15em}.timeline-item strong{display:block;font-size:22px;margin:5px 0}.timeline-item p{margin:0;color:#68727B}.compound-section{overflow:hidden}.compound-flow{display:grid;grid-template-columns:repeat(9,auto);align-items:center;gap:12px;justify-content:space-between;margin-top:56px}.compound-flow div{width:142px;height:142px;border:1px solid var(--line);display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff}.compound-flow div span{font-size:11px;color:var(--orange);font-weight:900}.compound-flow div strong{font-size:16px;letter-spacing:.08em}.compound-flow i{font-style:normal;color:#9AA5AD}.center-copy{text-align:center;max-width:760px;margin:34px auto 0;color:#66717B;font-size:17px}.evidence-section{background:var(--slate);color:#fff}.evidence-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:end}.evidence-section h2{font-size:70px}.evidence-copy{font-size:19px;color:#D6DDE1}.community-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.community-art{aspect-ratio:1;border:1px solid var(--line);position:relative;background:linear-gradient(145deg,#fff,#F8F6F1)}.community-art:before,.community-art:after{content:"";position:absolute;border:1px solid #C9D1D6;border-radius:50%;inset:18%}.community-art:after{inset:32%;border-style:dashed}.community-art span{position:absolute;font-size:11px;font-weight:900;letter-spacing:.15em}.community-art span:nth-child(1){left:10%;top:48%}.community-art span:nth-child(2){left:46%;top:9%}.community-art span:nth-child(3){right:6%;top:50%}.community-art span:nth-child(4){left:44%;bottom:7%}.schools-section{background:var(--cream)}.schools-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:80px}.school-panel{background:#fff;border-top:5px solid var(--gold);padding:30px}.school-panel div{display:flex;justify-content:space-between;gap:20px;padding:18px 0;border-bottom:1px solid var(--line)}.school-panel strong{font-size:13px;letter-spacing:.12em}.school-panel span{color:#6C7680;text-align:right}.school-panel a{display:inline-block;margin-top:26px;font-weight:800}.weekly-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.weekly-section h2{font-size:61px}.signup label{display:block;font-size:11px;font-weight:900;letter-spacing:.12em;margin-bottom:10px}.signup-row{display:flex}.signup input{flex:1;border:1px solid #AEB8BF;border-right:0;padding:0 16px;font:inherit;min-width:0}.signup small{display:block;color:#7A858E;margin-top:12px}.final-close{padding:115px 0;text-align:center;border-top:1px solid var(--line)}.final-mark{font-size:13px;font-weight:900;letter-spacing:.22em;color:var(--orange);margin-bottom:25px}.final-close p{font-size:19px;color:#68727C}.button-row.centered{justify-content:center}.site-footer{background:var(--slate);color:#fff;padding:70px 0 28px}.footer-grid{display:grid;grid-template-columns:1.6fr .7fr .7fr 1.3fr;gap:50px}.footer-brand{font-size:28px;font-weight:900}.footer-line{margin:7px 0}.muted{color:#AAB4BC}.site-footer h3{font-size:11px;letter-spacing:.14em;color:#A9B5BD}.site-footer a{display:block;margin:9px 0;color:#E4E8EB}.site-footer p{color:#BEC7CD}.footer-bottom{border-top:1px solid #3B4650;margin-top:45px;padding-top:20px;color:#95A1AA;font-size:12px}.content-shell{padding:90px 0 120px}.archive-head{max-width:820px;margin-bottom:60px}.archive-head h1,.article h1{font-size:clamp(48px,7vw,86px);line-height:.96;letter-spacing:-.05em;margin:0 0 20px}.archive-head p{font-size:19px;color:#68727B}.post-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.post-card{background:#fff;padding:34px;min-height:260px}.post-card h2{font-size:30px;line-height:1.08;margin:10px 0}.post-meta{font-size:10px;font-weight:900;letter-spacing:.12em;color:var(--orange)}.article{max-width:820px}.article-body,.article{font-size:18px}.article-body h2,.article h2{font-size:40px;line-height:1.08;margin-top:50px}.article-body img{margin:25px 0}.seen{transform:none!important;opacity:1!important}@media(prefers-reduced-motion:no-preference){.feature-card,.timeline-item,.school-panel,.community-art{opacity:.72;transform:translateY(10px)}}@media(max-width:900px){.primary-nav,.nav-wrap>.button-small{display:none}.nav-toggle{display:block;margin-left:auto}.mobile-nav.open{display:grid;padding:12px 20px 22px;border-top:1px solid var(--line);gap:10px}.hero-grid,.question-grid,.public-grid,.evidence-grid,.community-grid,.schools-grid,.weekly-grid{grid-template-columns:1fr}.hero{padding-top:65px}.hero-system{height:430px;border-left:0;border-top:1px solid rgb(0 216 255 / .35)}.question-grid{gap:18px}.question-band h2{font-size:46px}.three-grid{grid-template-columns:1fr}.public-grid,.community-grid,.schools-grid,.weekly-grid{gap:50px}.compound-flow{grid-template-columns:repeat(5,1fr);gap:8px}.compound-flow i{display:none}.compound-flow div{width:auto;height:100px}.footer-grid{grid-template-columns:1fr 1fr}.post-grid{grid-template-columns:1fr}}@media(max-width:600px){.shell{width:min(calc(100% - 28px),var(--max))}.launchbar-inner span:last-child{display:none}.hero{padding:52px 0 70px}.hero h1{font-size:55px}.hero-kicker{font-size:20px}.hero-system{height:350px;transform:scale(.9);transform-origin:top left;width:111%}.section{padding:72px 0}.section h2,.final-close h2{font-size:44px}.public-grid h2,.evidence-section h2,.weekly-section h2{font-size:45px}.button-row{align-items:flex-start;flex-direction:column}.compound-flow{grid-template-columns:1fr 1fr}.compound-flow div:last-of-type{grid-column:1/-1}.footer-grid{grid-template-columns:1fr}.signup-row{flex-direction:column}.signup input{min-height:48px;border-right:1px solid #AEB8BF;border-bottom:0}.post-grid{display:block}.post-card{border-bottom:1px solid var(--line)}}.brand-image-lockup{gap:10px;min-width:168px}.header-brand-icon{width:33px;height:33px;object-fit:contain;display:block}.header-brand-wordmark{width:116px;height:auto;display:block}.brand-mark,.brand-word{display:none!important}.hero{padding:88px 0 104px;background:linear-gradient(90deg,#fff 0%,#fff 70%,rgb(255 243 224 / .38) 100%)}.hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);gap:58px;align-items:center}.hero h1{font-size:clamp(62px,7.2vw,100px);line-height:.86;letter-spacing:-.058em;max-width:820px;text-wrap:balance}.hero h1 span{display:block;white-space:nowrap}.hero h1 span:nth-child(3){color:var(--slate)}.hero-kicker{max-width:680px;margin-top:32px}.hero-mark-stage{position:relative;height:540px;margin:0;border-left:1px solid rgb(0 216 255 / .44);overflow:hidden;background:linear-gradient(135deg,#fff0 45%,rgb(255 243 224 / .28) 100%)}.hero-mark-stage:before{content:"";position:absolute;right:7%;top:8%;width:1px;height:84%;background:rgb(31 41 51 / .09)}.hero-mark-stage:after{content:"";position:absolute;left:12%;right:7%;top:50%;height:1px;background:rgb(31 41 51 / .09)}.hero-mark-rule{position:absolute;left:7%;top:50%;width:82%;height:2px;background:linear-gradient(90deg,var(--gold) 0 36%,var(--orange) 36% 44%,var(--slate) 44% 100%);transform:rotate(-43deg);transform-origin:center;opacity:.78}.hero-mark-image{position:absolute;width:min(82%,430px);height:auto;left:50%;top:48%;transform:translate(-50%,-50%);filter:none;z-index:2}.hero-stage-label{position:absolute;font-size:10px;font-weight:900;letter-spacing:.18em;color:#66727b;background:rgb(255 255 255 / .92);padding:5px 7px;border:1px solid rgb(31 41 51 / .12);z-index:3}.hero-stage-label-a{left:6%;bottom:16%}.hero-stage-label-b{left:26%;bottom:31%}.hero-stage-label-c{right:24%;top:27%}.hero-stage-label-d{right:6%;top:12%}.hero-mark-stage figcaption{position:absolute;right:7%;bottom:6%;text-align:right;z-index:3;line-height:1.12}.hero-mark-stage figcaption span{display:block;font-size:10px;font-weight:900;letter-spacing:.17em;color:#6b7680;margin-bottom:6px}.hero-mark-stage figcaption strong{font-size:23px;letter-spacing:-.025em}@media(max-width:1100px){.hero-grid{grid-template-columns:1fr .86fr;gap:38px}.hero h1{font-size:clamp(58px,7vw,84px)}.hero-mark-stage{height:480px}.hero-mark-image{width:min(86%,380px)}}@media(max-width:900px){.hero-grid{grid-template-columns:1fr}.hero h1{max-width:720px}.hero-mark-stage{height:440px;border-left:0;border-top:1px solid rgb(0 216 255 / .35);margin-top:12px}.hero-mark-image{width:min(68vw,390px)}}@media(max-width:600px){.header-brand-icon{width:29px;height:29px}.header-brand-wordmark{width:103px}.brand-image-lockup{min-width:144px}.hero h1{font-size:clamp(50px,15vw,64px);line-height:.9}.hero h1 span{white-space:normal}.hero h1 span:nth-child(1),.hero h1 span:nth-child(2){white-space:nowrap}.hero-mark-stage{height:360px;transform:none;width:100%;margin-top:8px}.hero-mark-image{width:min(78vw,320px)}.hero-stage-label-b,.hero-stage-label-c{display:none}.hero-mark-stage figcaption strong{font-size:20px}}.brand-image-lockup{flex:0 0 auto;min-width:0!important;max-width:260px}.brand-image-lockup .custom-logo-link{display:flex!important;align-items:center!important;width:auto!important;max-width:260px!important;height:56px!important}.brand-image-lockup .custom-logo{display:block!important;width:auto!important;max-width:260px!important;height:auto!important;max-height:56px!important;object-fit:contain!important;object-position:left center!important}.brand-fallback{display:flex;align-items:center;gap:10px;max-width:168px}@media(max-width:900px){.brand-image-lockup,.brand-image-lockup .custom-logo-link{max-width:220px!important}.brand-image-lockup .custom-logo{max-width:220px!important;max-height:50px!important}}@media(max-width:600px){.brand-image-lockup,.brand-image-lockup .custom-logo-link{max-width:190px!important}.brand-image-lockup .custom-logo{max-width:190px!important;max-height:44px!important}}