:root{--cream:#ece7dd;--card:#f7f4ee;--ink:#111;--ink2:#2f2f2f;--body:#252421;--mut:#898989;--orange:#ff5a10;--blue:#7236a3;--gs:"museo-sans", "General Sans", -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--mono:"museo-sans", "General Sans", -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--gs);background:var(--cream);color:var(--body);-webkit-font-smoothing:antialiased;flex-direction:column;align-items:center;gap:80px;font-size:18px;line-height:32px;display:flex;overflow-x:hidden}a{color:var(--orange);text-decoration:none}a:hover{color:#c94409}h1,h2,h3{text-wrap:balance;font-weight:500}.btn{height:45px;font-family:var(--gs);cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:16px;align-items:center;gap:8px;padding:0 24px;font-size:16px;font-weight:500;line-height:28px;transition:transform .15s,background .15s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn .arr{letter-spacing:-.32px;align-items:center;font-size:16px;display:inline-flex}.btn-orange{background:var(--orange);color:#fff}.btn-orange:hover{color:#fff;background:#e24c0b}.btn-ghost{color:#fff;border-color:#fff}.btn-ghost:hover{color:#fff;background:#ffffff1f}.btn-dark{border-color:var(--ink2);height:44px;color:var(--ink2)}.btn-dark:hover{background:var(--ink2);color:#fff}.ico-arrow{flex:none;width:1.05em;height:1.05em;display:block}.ico-arrow path{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.hero{background:var(--hero-bg-img) center/cover no-repeat #0e2a2e;border-radius:0 0 32px 32px;justify-content:center;width:100%;min-height:745px;padding:56px 64px 72px;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 60px -40px #45433e33,0 1px #45433e0a,inset 0 0 0 1px #45433e0f}.hero:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(#061a1c59 0%,#061a1c00 22% 42%,#061a1c8c 78%,#061a1cb8 100%);position:absolute;inset:0}.hero-grid{z-index:2;align-items:flex-end;gap:64px;width:1200px;max-width:100%;min-height:480px;display:flex;position:relative}.hero-copy{flex-direction:column;flex:0 0 576px;justify-content:space-between;align-items:flex-start;min-height:440px;display:flex}.hero-copy .top{flex-direction:column;align-items:flex-start;gap:24px;display:flex}.eyebrow{align-items:center;gap:14px;display:flex}.eyebrow .dot{background:var(--orange);border-radius:999px;flex-shrink:0;width:8px;height:8px;position:relative}.eyebrow .dot:after{content:"";background:var(--orange);opacity:.35;border-radius:999px;animation:2.4s ease-in-out infinite pulse;position:absolute;inset:-4px}@keyframes pulse{0%,to{opacity:.35;transform:scale(1)}50%{opacity:.12;transform:scale(1.5)}}.eyebrow span{font-family:var(--mono);letter-spacing:2px;text-transform:uppercase;color:#fff;font-size:14px;font-weight:300;line-height:16px}.hero-copy h1{letter-spacing:-1.28px;color:#fff;padding:8px 0;font-size:64px;line-height:54px}.hero-copy .sub{color:#ffffffeb;max-width:527px;font-size:18px;line-height:32px}.btn-row{gap:16px;display:flex}.hero-visual{border-radius:28px;flex:1;height:480px;position:relative;overflow:hidden}.panel{background:linear-gradient(#f7f4ee 25.78%,#f7f4ee00 100%);border-radius:32px;flex-direction:column;align-items:center;gap:104px;width:1330px;max-width:calc(100% - 40px);padding:54px 72px;display:flex}.centerhead{text-align:center;flex-direction:column;align-items:center;gap:24px;max-width:972px;display:flex}.centerhead h2{letter-spacing:-.72px;color:var(--ink);font-size:48px;line-height:45px}.centerhead .lede{color:var(--body);font-size:18px;line-height:32px}.sec{flex-direction:column;align-items:center;gap:64px;width:100%;display:flex}.cols3{justify-content:center;align-items:flex-start;gap:96px;display:flex}.col{flex-direction:column;align-items:flex-start;gap:22px;width:325px;display:flex}.col .tick{background:var(--blue);border-radius:999px;width:38px;height:3px}.col .ico{width:40px;height:40px;color:var(--blue)}.col .ico svg{fill:none;stroke:currentColor;stroke-width:2.125px;stroke-linecap:round;stroke-linejoin:round;width:34px;height:34px;margin:3px;display:block}.col h3{letter-spacing:-.14px;color:var(--ink2);font-size:28px;line-height:36px}.col p{color:var(--body);font-size:16px;line-height:24px}.learn{color:var(--ink2);border:0;align-items:center;gap:7px;padding:0;font-size:14px;font-weight:500;display:inline-flex}.learn .ico-arrow{transition:transform .2s}.learn:hover{color:var(--orange)}.learn:hover .ico-arrow{transform:translate(4px)}.cols3 .col{--cd:0s}.cols3 .col:nth-child(2){--cd:.12s}.cols3 .col:nth-child(3){--cd:.24s}.cols3 .col .ico svg>*{stroke-dasharray:1;stroke-dashoffset:1px;--pd:0s}.cols3 .col .ico svg>:nth-child(2){--pd:90ms}.cols3 .col .ico svg>:nth-child(3){--pd:.18s}.cols3 .col .ico svg>:nth-child(4){--pd:.27s}.cols3 .col.in .ico svg>*{animation:.85s cubic-bezier(.65,0,.35,1) both icodraw;animation-delay:calc(var(--cd) + var(--pd))}@keyframes icodraw{to{stroke-dashoffset:0}}@media (prefers-reduced-motion:reduce){.cols3 .col .ico svg>*{stroke-dashoffset:0;animation:none}}.vision-lede{text-align:center;letter-spacing:-.72px;max-width:1167px;color:var(--ink);font-size:28px;font-weight:500;line-height:45px}.pillars{justify-content:center;gap:96px;display:flex}.pillar{flex-direction:column;gap:22px;width:325px;display:flex}.pillar h3{letter-spacing:-.14px;color:var(--ink2);font-size:28px;line-height:36px}.pillar p{color:var(--body);font-size:16px;line-height:24px}.maturity-card{background:#ffffff80;border-radius:28px;flex-direction:column;align-items:center;gap:64px;width:100%;padding:32px 40px;display:flex}.stages{justify-content:center;align-items:flex-start;gap:96px;width:100%;display:flex;position:relative}.stages:before{content:"";border-top:2px dashed #2f2f2f40;height:0;position:absolute;top:31px;left:13%;right:13%}.stage{text-align:center;flex-direction:column;align-items:center;gap:24px;width:330px;display:flex;position:relative}.stage .circ{letter-spacing:-.14px;width:64px;height:64px;color:var(--ink2);background:#fff;border-radius:50%;place-items:center;font-size:28px;font-weight:500;line-height:36px;display:grid}.stage.hot .circ{background:var(--blue);box-shadow:0 0 0 1px var(--blue);color:#fff}.stage h3{letter-spacing:-.14px;color:var(--ink2);font-size:28px;line-height:36px}.stage p{color:var(--body);font-size:16px;line-height:24px}.stage .btn{margin-top:30px}.slalom-wrap{flex-direction:column;align-items:center;gap:54px;width:100%;display:flex}.slalom{justify-content:center;align-items:center;gap:96px;width:100%;display:flex}.slalom .copy{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:24px;width:516px;display:flex}.slalom .copy h3{letter-spacing:-.72px;color:var(--body);font-size:48px;line-height:45px}.slalom .copy p{color:var(--body);font-size:18px;line-height:32px}.slalom .visual{border-radius:28px;flex:1;max-width:573px;position:relative;overflow:hidden;box-shadow:0 1px #2f2f2f0a,0 30px 60px -30px #2f2f2f1f}.slalom .visual.v1{height:412px}.slalom .visual.v2{height:435px}.blist{flex-direction:column;gap:14px;list-style:none;display:flex}.blist li{color:var(--body);padding-left:20px;font-size:18px;line-height:24.8px;position:relative}.blist li:before{content:"";background:var(--orange);border-radius:999px;width:6px;height:6px;position:absolute;top:9px;left:0}.tech-link{height:44px;font-family:var(--mono);color:var(--ink2);text-transform:uppercase;border:1px solid #000;align-items:center;gap:8px;padding:0 24px;font-size:16px;font-weight:500;line-height:28px;display:inline-flex}.tech-link:hover{background:var(--ink2);color:#fff}.tech-link .arr{font-family:var(--gs);letter-spacing:-.32px}.stats{background:linear-gradient(#08141c38, #08141c38), var(--stats-bg-img) center/cover no-repeat #0e2a2e;border-radius:32px;width:1360px;max-width:calc(100% - 40px);padding:101px 72px 100px;position:relative;overflow:hidden;box-shadow:0 1px #2f2f2f0a,0 24px 60px -40px #2f2f2f2e}.stats-dots{background:var(--stats-dots-img) center/cover no-repeat;pointer-events:none;z-index:0;position:absolute;inset:0}.stats-head,.stats-div,.stats-grid{z-index:1;position:relative}.stats-head{justify-content:space-between;align-items:center;gap:64px;display:flex}.stats-head h2{letter-spacing:-.72px;color:#fff;font-size:48px;line-height:45px}.stats-head p{color:#fff;max-width:437px;font-size:18px;line-height:32px}.stats-div{background:linear-gradient(90deg,#fff0,#ffffff38 12% 88%,#fff0);height:1px;margin:33px 0 48px}.stats-grid{grid-template-columns:repeat(3,1fr);display:grid}.stat{flex-direction:column;align-items:flex-start;gap:22px;padding:0 32px;display:flex}.stat+.stat{border-left:1px solid #0000;border-image:linear-gradient(#fff0,#ffffff2e 18% 82%,#fff0) 1}.stat .tick{background:var(--orange);border-radius:999px;width:28px;height:4px}.stat .n{letter-spacing:-1.92px;color:#fff;font-size:64px;font-weight:500;line-height:60.8px}.stat .l1{font-family:var(--mono);color:#fff;font-size:14px;font-weight:300;line-height:20px;display:block}.stat .l2{color:#ffffffbf;font-size:14px;line-height:24px;display:block}.quote{width:1330px;max-width:calc(100% - 40px);padding:54px 72px;position:relative;overflow:hidden}.quote-inner{z-index:1;justify-content:space-between;align-items:flex-end;gap:60px;padding:18px 28px;display:flex;position:relative}.quote-main{align-items:flex-start;gap:35px;max-width:905px;display:flex}.quote-main .qmark{object-fit:contain;flex-shrink:0;width:60px;height:57px;margin-top:6px;display:block}.quote-main blockquote{letter-spacing:-.72px;color:var(--body);font-size:48px;font-weight:500;line-height:45px}.attrib{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:4px;display:flex}.attrib .avatar{background:var(--card);border-radius:48px;width:62px;height:62px;margin-bottom:12px;position:relative;overflow:hidden}.attrib .name{letter-spacing:2px;text-transform:uppercase;color:var(--body);font-size:18px;line-height:22px}.attrib .role{color:var(--mut);white-space:nowrap;font-size:16px;line-height:24px}.cta-article{background:var(--cta-article-bg-img) center/cover no-repeat #101614;border-radius:32px 32px 0 0;justify-content:center;width:100%;padding:56px 64px;display:flex;position:relative;box-shadow:0 24px 60px -40px #45433e33,0 1px #45433e0a,inset 0 0 0 1px #45433e0f}.cta-card{aspect-ratio:1312/412;background:var(--cta-card-bg-img) center/cover no-repeat #12292b;border-radius:32px;flex-direction:column;justify-content:space-between;gap:32px;width:1360px;max-width:100%;padding:46px 25px 28px;display:flex;position:relative;overflow:hidden;box-shadow:0 1px #2f2f2f0a,0 24px 60px -40px #2f2f2f2e}.cta-card h2{letter-spacing:-1.28px;color:#fff;max-width:560px;margin-left:22px;font-size:64px;line-height:54px}.doors{align-items:flex-start;gap:52px;display:flex}.door{backdrop-filter:blur(25px);background:#0000002e;border-radius:28px;flex-direction:column;flex:1 1 0;align-items:flex-start;gap:22px;max-width:402px;min-height:204px;padding:16px 24px;display:flex;box-shadow:0 0 0 1px #ffffff40,15px 15px 25px #0000002e}.door h3{letter-spacing:-.14px;color:#fff;font-size:28px;line-height:36px}.door p{color:#fff;flex:1;font-size:16px;line-height:24px}.door .btn{height:44px}[data-reveal]{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(18px)}[data-reveal].in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){[data-reveal]{opacity:1;transition:none;transform:none}}.image-slot{display:block;position:absolute;inset:0}.image-slot .frame{background-color:#e7e7ea;background-image:linear-gradient(#00000012 1px,#0000 1px),linear-gradient(90deg,#00000012 1px,#0000 1px);background-size:32px 32px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.image-slot .caption{font-family:var(--gs);color:#00000059;font-size:14px}.image-slot img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}@media (width<=1360px){.cols3,.pillars,.stages,.slalom{gap:48px}.doors{gap:24px}}@media (width<=1240px){.door p{display:none}.door{gap:14px;min-height:0}.cta-card{aspect-ratio:auto}}@media (width<=1100px){body{gap:56px}.hero{padding:48px 24px 56px}.hero-grid{flex-direction:column;align-items:stretch;min-height:0}.hero-copy{flex:none;gap:32px;min-height:0}.hero-visual{flex:none;height:360px}.panel{gap:72px;padding:48px 28px}.cols3,.pillars{flex-direction:column;align-items:center}.col,.pillar{width:100%;max-width:520px}.stages{flex-direction:column;align-items:center}.stages:before{display:none}.slalom{flex-direction:column}.slalom .copy{width:100%}.slalom .visual{flex:none;width:100%;max-width:100%;height:360px}.slalom .visual.v1,.slalom .visual.v2{height:360px}.slalom.flip .visual{order:2}.stats{padding:56px 32px}.stats-head{flex-direction:column;align-items:flex-start;gap:24px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:40px 0}.quote{padding:40px 28px}.quote-inner{flex-direction:column;align-items:flex-start;gap:40px;padding:0}.quote-main{flex-direction:column;gap:24px}.cta-article{padding:32px 20px}.cta-card{aspect-ratio:auto;height:auto;padding:40px 24px 24px}.cta-card h2{margin-bottom:0;margin-left:0}.doors{flex-direction:column}.door{flex:none;width:100%;max-width:100%}}@media (width<=640px){.hero-copy h1,.cta-card h2{letter-spacing:-.9px;font-size:44px;line-height:42px}.centerhead h2,.slalom .copy h3,.stats-head h2,.quote-main blockquote{letter-spacing:-.5px;font-size:34px;line-height:36px}.vision-lede{font-size:22px;line-height:32px}.stats-grid{grid-template-columns:1fr}.stat{border:0!important;padding:0!important}.btn-row{flex-wrap:wrap}}
