:root{--cream:#f9f6ef;--ink:#181817;--blue:#80d9e7;--red:#d33636;--yellow:#f7c643;--green:#469976;--mono:'Space Mono',monospace;--display:'Barlow Condensed',Impact,sans-serif;--body:'DM Sans',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--body)}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}.skip{position:absolute;left:-9999px;top:0;background:white;padding:12px;z-index:30}.skip:focus{left:0}h1,h2,h3,p{margin-top:0}h1,h2,h3,.brand,.nav-cta,.button{font-family:var(--display)}.topbar{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 clamp(20px,5vw,80px);border-bottom:3px solid var(--ink);background:var(--cream);position:relative;z-index:10}.brand{display:inline-flex;align-items:center;gap:9px;font-weight:900;font-size:31px;letter-spacing:-.02em;line-height:1}.brand-mark{display:inline-grid;place-items:center;width:37px;height:37px;border:2px solid var(--ink);background:var(--blue);font-family:var(--body);font-size:29px;font-weight:800;line-height:1}.brand-dot{color:var(--red)}.topbar nav{display:flex;gap:clamp(14px,2.7vw,44px);font:700 12px var(--mono)}.topbar nav a:hover,.text-link:hover,.under-link:hover{text-decoration:underline;text-underline-offset:5px}.nav-cta,.button{border:2px solid var(--ink);box-shadow:4px 4px 0 var(--ink);font-size:18px;font-weight:800;letter-spacing:.025em;padding:11px 18px;display:inline-flex;align-items:center;justify-content:space-between;gap:22px;transition:transform .2s,box-shadow .2s}.nav-cta{background:var(--yellow)}.nav-cta:hover,.button:hover{transform:translate(2px,2px);box-shadow:2px 2px 0 var(--ink)}.menu-toggle,.mobile-menu{display:none}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:675px;border-bottom:3px solid var(--ink)}.hero-copy{padding:clamp(44px,6.3vw,108px) clamp(24px,5.5vw,90px) 65px}.eyebrow,.section-kicker,.hero-note,.art-index,.art-small,.art-caption,.step-tag,.pilot-card-top,.pilot-card-foot,.contact-box-head,.form-note,.contact-small,.footer-bottom{font-family:var(--mono);font-weight:700;letter-spacing:.02em}.eyebrow,.section-kicker{font-size:11px}.signal{width:9px;height:9px;background:var(--green);display:inline-block;border-radius:50%;margin-right:8px;box-shadow:0 0 0 4px #d9ebdf}.hero h1{font-size:clamp(67px,7.5vw,130px);line-height:.82;letter-spacing:-.025em;font-weight:900;margin:34px 0 30px;white-space:nowrap}.ink-blue{color:var(--blue);-webkit-text-stroke:2px var(--ink);paint-order:stroke fill}.hero-intro{font-size:clamp(17px,1.35vw,20px);line-height:1.55;max-width:540px;font-weight:600}.hero-actions{display:flex;align-items:center;gap:27px;flex-wrap:wrap;margin-top:33px}.button-yellow{background:var(--yellow)}.text-link,.under-link{font:700 12px var(--mono);border-bottom:2px solid currentColor;padding-bottom:5px}.hero-note{font-size:10px;margin:54px 0 0;color:#65645f}.hero-art{position:relative;background:var(--blue);border-left:3px solid var(--ink);overflow:hidden;min-height:650px}.art-grid{position:absolute;inset:0;background-image:linear-gradient(#1c1c1c17 1px,transparent 1px),linear-gradient(90deg,#1c1c1c17 1px,transparent 1px);background-size:38px 38px}.art-corner,.art-caption{position:absolute;z-index:2;font:700 11px var(--mono);background:var(--ink);color:white;padding:11px 15px}.art-corner{right:25px;top:25px}.art-caption{left:30px;bottom:26px}.art-orbit{position:absolute;border:2px solid #16161566;border-radius:50%;width:470px;height:470px;top:50%;left:50%;transform:translate(-50%,-50%)}.orbit-two{width:290px;height:290px}.art-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font:900 115px var(--body);color:var(--red);text-shadow:4px 4px 0 var(--ink);line-height:1}.art-card{position:absolute;z-index:2;background:var(--cream);border:2px solid var(--ink);box-shadow:6px 6px 0 var(--ink);padding:16px 18px;display:flex;flex-direction:column;gap:10px;width:225px;transform:rotate(-5deg)}.art-card strong{font:900 31px/.95 var(--display)}.art-index{color:var(--red);font-size:10px}.art-small{font-size:8px}.art-card-a{top:13%;left:7%}.art-card-b{top:38%;right:7%;transform:rotate(5deg)}.art-card-c{bottom:13%;left:11%;transform:rotate(-2deg);background:var(--yellow)}.ticker{background:var(--yellow);border-bottom:3px solid var(--ink);padding:15px 0;overflow:hidden;white-space:nowrap;font:900 clamp(21px,2.5vw,38px) var(--display)}.ticker div{width:max-content;animation:marquee 27s linear infinite}.ticker span{color:var(--red);margin:0 16px}@keyframes marquee{to{transform:translateX(-50%)}}.section-pad{padding:clamp(70px,8vw,125px) clamp(24px,7vw,116px)}.section-kicker{color:var(--red);margin-bottom:25px}.problem-layout{display:grid;grid-template-columns:1.25fr .7fr;gap:9vw;align-items:start}.problem h2,.section-head h2,.pilot h2,.ecosystem h2,.faq h2,.contact h2{font-size:clamp(53px,6.2vw,100px);font-weight:900;letter-spacing:-.018em;line-height:.91}.problem h2{max-width:720px}.problem h2 em{font-style:normal;color:var(--red)}.problem-layout>div{padding-top:9px}.problem p{font-size:18px;line-height:1.6;font-weight:600}.problem p+p{font-weight:400}.under-link{display:inline-block;margin-top:15px}.how{background:#e8e5de;border-block:3px solid var(--ink)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px}.section-head h2{margin-bottom:45px}.section-head>p{max-width:285px;font-weight:600;font-size:17px;line-height:1.55;margin-bottom:50px}.steps{display:grid;grid-template-columns:repeat(3,1fr);border:2px solid var(--ink)}.step{position:relative;min-height:395px;padding:30px 30px 32px;background:var(--cream);display:flex;flex-direction:column}.step+.step{border-left:2px solid var(--ink)}.step:nth-child(2){background:#d9edf0}.step:nth-child(3){background:#f9e8c4}.step-no{font:700 13px var(--mono)}.step-icon{font-size:50px;line-height:1;margin:40px 0 18px;font-weight:800}.step h3{font-size:47px;font-weight:900;margin:0 0 10px}.step p{font-size:15px;line-height:1.6;max-width:340px}.step-tag{font-size:9px;margin-top:auto;border-top:1px solid var(--ink);padding-top:19px}.statement{background:var(--ink);color:var(--cream);text-align:center;padding:100px 25px}.statement>span{font:700 11px var(--mono);color:var(--blue)}.statement h2{font:900 clamp(47px,5.8vw,90px)/.94 var(--display);max-width:1000px;margin:25px auto 34px}.statement i{font-style:normal;color:var(--yellow)}.button-white{background:var(--cream);color:var(--ink);box-shadow:4px 4px 0 var(--blue)}.pilot-layout{display:grid;grid-template-columns:.85fr 1fr;gap:clamp(50px,8vw,145px);align-items:center}.pilot h2 span,.contact h2 span{color:var(--red)}.pilot-lead{font-size:19px;line-height:1.55;max-width:480px;margin:20px 0 29px}.button-black{background:var(--ink);color:white;box-shadow:4px 4px 0 var(--blue)}.pilot-card{border:3px solid var(--ink);box-shadow:10px 10px 0 var(--ink);background:white}.pilot-card-top{padding:20px 25px;background:var(--blue);border-bottom:3px solid var(--ink);display:flex;justify-content:space-between;gap:15px;font-size:11px}.pilot-card-top span{font-size:9px}.pilot-item{display:grid;grid-template-columns:45px 1fr;gap:20px;margin:0 25px;padding:25px 0;border-bottom:1px solid #b0b0ad}.pilot-item>span{font:700 13px var(--mono);color:var(--red)}.pilot-item h3{font-size:28px;margin:0 0 7px}.pilot-item p{margin:0;font-size:14px;line-height:1.5}.pilot-card-foot{background:#f5f1e8;padding:18px 25px;font-size:9px}.ecosystem{background:var(--blue);border-block:3px solid var(--ink)}.ecosystem h2{max-width:800px}.ecosystem-grid{display:grid;grid-template-columns:repeat(3,1fr);border:2px solid var(--ink);margin:45px 0 25px}.ecosystem-grid>div{padding:29px;background:var(--cream);display:flex;flex-direction:column;gap:9px}.ecosystem-grid>div+div{border-left:2px solid var(--ink)}.ecosystem-grid .ecosystem-current{background:var(--yellow)}.eco-symbol{font-size:40px;font-weight:800;line-height:1;color:#2788a2}.eco-symbol.red{color:var(--red)}.eco-symbol.green{color:var(--green)}.ecosystem-grid strong{font:900 35px var(--display)}.ecosystem-grid span:last-child{font:700 10px var(--mono)}.ecosystem>p{max-width:650px;font-size:16px;line-height:1.6}.faq h2{margin-bottom:40px}.faq-list{border-top:2px solid var(--ink)}.faq details{border-bottom:2px solid var(--ink);padding:0 20px}.faq summary{cursor:pointer;list-style:none;font:800 clamp(22px,2.2vw,31px) var(--display);display:flex;justify-content:space-between;align-items:center;padding:23px 0}.faq summary::-webkit-details-marker{display:none}.faq summary span{font:400 32px var(--body)}.faq details[open] summary span{transform:rotate(45deg)}.faq details p{line-height:1.65;max-width:770px;font-size:16px}.contact{background:var(--red);border-top:3px solid var(--ink);display:grid;grid-template-columns:.85fr 1.15fr;gap:7vw}.contact .section-kicker{color:var(--yellow)}.contact h2{color:white}.contact h2 span{color:var(--yellow)}.contact-intro>p{color:white;font-size:18px;line-height:1.6;max-width:460px}.contact-intro .contact-small{font-size:11px;margin-top:40px}.contact-box{background:var(--cream);border:3px solid var(--ink);box-shadow:9px 9px 0 var(--ink)}.contact-box-head{background:var(--yellow);padding:18px 23px;border-bottom:3px solid var(--ink);display:flex;justify-content:space-between;align-items:center;gap:15px;font-size:12px}.contact-box-head span{font-size:9px}form{padding:24px;display:flex;flex-direction:column;gap:15px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}form label{font:700 11px var(--mono);display:flex;flex-direction:column;gap:8px}form input,form textarea{width:100%;border:2px solid var(--ink);border-radius:0;background:white;padding:12px;font:500 14px var(--body);color:var(--ink)}form input:focus,form textarea:focus{outline:3px solid var(--blue);outline-offset:1px}form textarea{resize:vertical}.honeypot{position:absolute;left:-9999px}.submit{align-self:flex-start;margin-top:5px}.form-note{font-size:9px;font-weight:400;margin:0;color:#595852}footer{background:var(--ink);color:white;padding:55px clamp(24px,7vw,116px) 24px}.footer-top{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;padding-bottom:65px}.footer-top strong{font:900 clamp(30px,4vw,55px)/.94 var(--display);text-align:right}.footer-bottom{border-top:1px solid #777;padding-top:20px;display:flex;justify-content:space-between;gap:20px;font-size:10px}.footer-bottom a{text-decoration:underline;text-underline-offset:3px}#how,#pilot,#faq,#contact{scroll-margin-top:15px}@media(max-width:1050px){.hero h1{font-size:clamp(58px,7vw,87px)}.hero-copy{padding-left:35px;padding-right:26px}.art-card{width:190px}.art-card strong{font-size:27px}.problem-layout,.pilot-layout{gap:5vw}.step{padding:24px}.step h3{font-size:37px}}@media(max-width:760px){.topbar{height:70px}.topbar nav,.nav-cta{display:none}.menu-toggle{display:block;background:none;border:0;font-size:25px}.mobile-menu:not([hidden]){display:flex;flex-direction:column;padding:15px 22px;background:var(--yellow);border-bottom:3px solid var(--ink);font:700 13px var(--mono);gap:0}.mobile-menu a{padding:12px 4px;border-bottom:1px solid var(--ink)}.hero{grid-template-columns:1fr}.hero-copy{padding:55px 24px 50px}.hero h1{font-size:clamp(62px,12vw,96px);white-space:normal}.hero-note{margin-top:38px}.hero-art{border-left:0;border-top:3px solid var(--ink);min-height:520px}.art-card-a{top:11%;left:8%}.art-card-b{top:34%;right:5%}.art-card-c{bottom:13%;left:8%}.section-pad{padding:70px 24px}.problem-layout,.pilot-layout,.contact{grid-template-columns:1fr;gap:22px}.problem h2,.section-head h2,.pilot h2,.ecosystem h2,.faq h2,.contact h2{font-size:clamp(54px,10vw,82px)}.section-head{display:block}.section-head h2,.section-head>p{margin-bottom:28px}.steps{grid-template-columns:1fr}.step{min-height:300px}.step+.step{border-left:0;border-top:2px solid var(--ink)}.step-icon{margin:20px 0 14px}.step-tag{margin-top:20px}.pilot-layout{gap:40px}.ecosystem-grid{grid-template-columns:1fr}.ecosystem-grid>div+div{border-left:0;border-top:2px solid var(--ink)}.contact{gap:35px}.footer-top strong{font-size:35px}}@media(max-width:480px){.hero h1{font-size:clamp(58px,12.8vw,76px)}.hero-actions{gap:22px}.art-card{width:165px;padding:11px;gap:7px}.art-card strong{font-size:24px}.art-card-b{right:4%;top:33%}.art-card-c{bottom:17%}.art-orbit{width:340px;height:340px}.orbit-two{width:200px;height:200px}.art-center{font-size:85px}.hero-art{min-height:470px}.field-row{grid-template-columns:1fr}.pilot-card-top,.contact-box-head{flex-direction:column;align-items:flex-start}.footer-top{flex-direction:column}.footer-top strong{text-align:left}.footer-bottom{flex-direction:column}.submit{width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.ticker div{animation:none}.button,.nav-cta{transition:none}}

.contact-small .button{color:var(--ink)}
