@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@0,500;1,500&display=swap');
:root{--ink:#17232d;--muted:#6d7981;--blue:#268fd2;--orange:#f2a12b;--paper:#f6f8f7;--line:#d8e0e0;--dark:#1c2d38}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Manrope,Arial,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}.site-header{height:84px;padding:0 clamp(22px,5vw,76px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e4e9e9;background:#fffdfb}.brand{font-size:25px;font-weight:800;letter-spacing:-1.5px}.brand span{color:var(--blue)}nav{display:flex;gap:27px;font-size:13px;color:#53606a}nav a:hover,.text-link:hover{color:var(--blue)}.header-actions{display:flex;gap:16px;align-items:center}.header-actions button{border:0;background:transparent;color:#53606a;font:500 11px 'DM Mono';cursor:pointer}.button{display:inline-flex;align-items:center;gap:28px;padding:14px 20px;border-radius:3px;background:var(--blue);color:#fff;font-size:13px;font-weight:700;transition:.2s}.button:hover{transform:translateY(-2px);background:#1476b7}.button.small{padding:10px 14px;font-size:11px}.button.dark{background:var(--dark)}.button.light{background:#fff;color:var(--dark);border:0}.text-link{font-size:13px;font-weight:700;border-bottom:1px solid currentColor;padding-bottom:3px}.hero{display:grid;grid-template-columns:38% 62%;min-height:690px;background:#fffdfb}.hero-copy{padding:clamp(70px,9vw,145px) 0 100px clamp(28px,9vw,140px);align-self:center}.eyebrow{font:500 10px 'DM Mono';letter-spacing:1.7px;text-transform:uppercase;color:var(--blue);margin:0 0 20px}.hero h1{font-size:clamp(43px,5.2vw,76px);line-height:1.05;letter-spacing:-3px;margin:0 0 28px}.hero h1 em,h2 em{font-family:'Playfair Display';font-weight:500}.lede{max-width:385px;color:var(--muted);font-size:15px;margin:0 0 32px}.hero-ctas{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.proof{display:flex;gap:38px;margin-top:68px}.proof div{display:flex;flex-direction:column}.proof b{font-size:23px;line-height:1}.proof small{font:10px 'DM Mono';color:var(--muted);margin-top:7px}.hero-art{min-height:590px;overflow:hidden;background:#dfedf2}.hero-art img{width:100%;height:100%;object-fit:cover;object-position:center}.intro-band{padding:90px clamp(28px,9vw,140px);display:grid;grid-template-columns:1fr 1fr;gap:12%;background:var(--dark);color:#fff}.intro-band .eyebrow{color:#66b9e9}.intro-band h2,.section h2,.projects h2,.newsletter h2{font-size:clamp(32px,4vw,55px);line-height:1.06;letter-spacing:-2px;margin:0}.intro-band>p{align-self:end;color:#b7c5c9;max-width:470px;margin:0;font-size:16px}.section{padding:105px clamp(28px,9vw,140px)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:42px}.path-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.path-card{min-height:270px;background:#fff;padding:23px;border:1px solid var(--line);display:flex;flex-direction:column;transition:.2s}.path-card:hover{transform:translateY(-5px);border-color:var(--blue)}.path-card.active{background:#e8f5fb;border-color:#b3dff1}.path-card span,.project-card>small,.coming{font:10px 'DM Mono';letter-spacing:1px;color:var(--blue)}.path-card h3{font-size:20px;line-height:1.2;margin:45px 0 12px}.path-card p,.project-card p{font-size:13px;color:var(--muted);margin:0}.path-card small{margin-top:auto;font:10px 'DM Mono';color:#65757c}.feature{display:grid;grid-template-columns:1fr 1fr;gap:12%;padding:105px clamp(28px,9vw,140px);background:#e7f3f5}.feature h2{font-size:clamp(40px,5vw,69px);line-height:1.03;letter-spacing:-3px;margin:0 0 25px}.feature>div:first-child>p{max-width:435px;color:#53656d;margin:0 0 30px}.equation-card{background:#fff;min-height:350px;padding:30px;box-shadow:0 15px 35px #1f4a5917;align-self:center}.equation-card>small{font:10px 'DM Mono';color:var(--blue);letter-spacing:1px}.equation{font-size:clamp(76px,10vw,130px);font-weight:500;letter-spacing:-8px;margin:42px 0 10px}.equation span{color:var(--orange)}.equation-card p{color:var(--muted);font-size:13px}.mini{display:flex;align-items:center;gap:10px;color:#68777d;font:10px 'DM Mono';margin-top:35px}.mini i{height:1px;background:#b8c5c8;flex:1}.projects{background:#fffdfb}.project-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:13px}.project-card{min-height:270px;background:#eef4f3;border:1px solid var(--line);padding:24px;display:flex;flex-direction:column}.project-card h3{font-size:25px;line-height:1.15;letter-spacing:-1px;margin:28px 0 12px}.project-card .muted{margin-top:auto;color:#89979a}.primary{background:var(--dark);color:#fff;flex-direction:row;justify-content:space-between;overflow:hidden}.primary p{color:#b5c5ca;max-width:265px;margin-bottom:25px}.primary .text-link{color:#fff;display:inline-block}.orb{width:150px;height:150px;border-radius:50%;background:radial-gradient(circle,#fff7ce 0 7%,#f7b23f 8% 16%,#db6b27 32%,transparent 33%);filter:drop-shadow(0 0 35px #ef9b32);align-self:center}.newsletter{padding:72px clamp(28px,9vw,140px);background:var(--blue);color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:12%}.newsletter .eyebrow{color:#c4e9fa}.newsletter p{color:#d7f0fc}.newsletter form{display:flex;gap:8px;margin-top:25px}.newsletter input{min-width:0;flex:1;padding:14px;background:#fff;border:0;border-radius:2px;font:13px Manrope}footer{padding:34px clamp(28px,5vw,76px);background:#14232d;color:#fff;display:flex;align-items:center;gap:42px}footer p,footer div{font-size:13px;color:#a9b9be;margin:0}footer div{margin-left:auto;font:10px 'DM Mono'}@media(max-width:850px){nav{display:none}.site-header{height:72px}.hero{grid-template-columns:1fr}.hero-copy{padding:70px 28px 45px}.hero-art{min-height:330px;max-height:430px}.intro-band,.feature,.newsletter{grid-template-columns:1fr;gap:35px}.path-grid{grid-template-columns:repeat(2,1fr)}.project-grid{grid-template-columns:1fr 1fr}.primary{grid-column:span 2}}@media(max-width:520px){.header-actions .button{display:none}.hero h1{letter-spacing:-2px}.proof{margin-top:45px;gap:25px}.section,.feature{padding-top:72px;padding-bottom:72px}.path-grid,.project-grid{grid-template-columns:1fr}.primary{grid-column:auto;min-height:310px}.newsletter form{flex-direction:column}footer{flex-wrap:wrap;gap:15px}footer div{margin-left:0;width:100%}}
