.home-page{--home-ink:#0b1115;--home-deep:#0d1b23;--home-blue:#3f8fb4;--home-blue-soft:#91c8df;--home-walnut:#887466;--home-ivory:#eee8df;--home-paper:#f7f4ef;--home-line-dark:rgba(17,22,25,.17);--home-line-light:hsla(0,0%,100%,.16);min-height:100vh;overflow:hidden;color:#f7f4ef;background:var(--home-ink);font-family:var(--font-clean),var(--font-geist-sans),sans-serif;-webkit-font-smoothing:antialiased}.home-page *,.home-page :after,.home-page :before{box-sizing:border-box}.home-page a,.home-page button,.home-page summary{-webkit-tap-highlight-color:transparent}.home-page a:focus-visible,.home-page button:focus-visible,.home-page input:focus-visible,.home-page summary:focus-visible{outline:2px solid var(--home-blue-soft);outline-offset:4px}.home-page section[id]{scroll-margin-top:80px}.home-container{width:min(100%,1440px);margin-inline:auto;padding-inline:clamp(22px,4vw,64px)}.home-eyebrow,.home-kicker{display:flex;align-items:center;gap:10px;margin:0 0 26px;font-size:.64rem;font-weight:650;letter-spacing:.18em;line-height:1.3;text-transform:uppercase}.home-eyebrow:before,.home-kicker span{content:"";width:22px;height:1px;background:currentColor}.home-button{display:inline-flex;align-items:center;justify-content:center;gap:11px;min-height:50px;padding:13px 18px;border:1px solid transparent;border-radius:0;font:inherit;font-size:.7rem;font-weight:650;letter-spacing:.08em;text-decoration:none;text-transform:uppercase;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease}.home-button-light{color:#101416;background:var(--home-paper)}.home-button-light:hover{background:#fff}.home-button-dark{color:#fff;background:var(--home-ink)}.home-button-dark:hover{background:#253641}.home-button-ghost{color:#fff;background:rgba(10,16,20,.24);border-color:hsla(0,0%,100%,.4)}.home-button-ghost:hover{background:hsla(0,0%,100%,.12)}.home-text-link{display:inline-flex;align-items:center;gap:8px;width:fit-content;padding-bottom:5px;color:inherit;border-bottom:1px solid;font-size:.69rem;font-weight:650;letter-spacing:.07em;text-decoration:none;text-transform:uppercase;transition:gap .18s ease}.home-text-link:hover{gap:12px}.home-nav{position:fixed;inset:0 0 auto;z-index:100;color:#fff;transition:background .24s ease,color .24s ease,border-color .24s ease}.home-nav:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(3,7,9,.76),transparent);transition:opacity .24s ease}.home-nav.is-scrolled{color:#17191a;background:hsla(38,33%,95%,.95);border-bottom:1px solid var(--home-line-dark);backdrop-filter:blur(18px)}.home-nav.is-scrolled:before{opacity:0}.home-nav-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:72px;padding-inline:clamp(20px,4vw,64px)}.home-brand{display:inline-flex;align-items:center;gap:11px;width:fit-content;color:inherit;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-decoration:none;text-transform:uppercase}.home-brand-stack{display:flex;flex-direction:column;align-items:flex-start;gap:3px;width:fit-content}.home-company-link{margin-left:34px;padding-bottom:1px;color:inherit;border-bottom:1px solid transparent;font-size:.52rem;font-weight:600;letter-spacing:.14em;line-height:1;opacity:.5;text-decoration:none;text-transform:uppercase;transition:opacity .18s ease,border-color .18s ease}.home-company-link:hover{opacity:.9;border-color:currentColor}.home-nav-links{display:flex;align-items:center;justify-content:center;gap:4px}.home-nav-dropdown-trigger,.home-nav-links>a,.home-nav-links>button{padding:10px 9px;color:inherit;background:transparent;border:0;font:inherit;font-size:.68rem;font-weight:600;letter-spacing:.07em;text-decoration:none;text-transform:uppercase;cursor:pointer;opacity:.74;transition:opacity .18s ease}.home-nav-dropdown-trigger:hover,.home-nav-links>a:hover,.home-nav-links>button:hover{opacity:1}.home-nav-dropdown{position:relative}.home-nav-dropdown-trigger{list-style:none}.home-nav-dropdown-trigger:after{content:"⌄";margin-left:6px}.home-nav-dropdown>div{position:absolute;top:calc(100% + 10px);left:50%;display:grid;width:230px;padding:9px;visibility:hidden;opacity:0;background:var(--home-paper);border:1px solid var(--home-line-dark);box-shadow:0 20px 54px rgba(0,0,0,.2);transform:translate(-50%,-8px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease}.home-nav-dropdown.is-open>div{visibility:visible;opacity:1;transform:translate(-50%)}.home-nav-dropdown>div a{padding:12px;color:#1b1f21;border-bottom:1px solid rgba(0,0,0,.08);font-size:.75rem;text-decoration:none}.home-nav-dropdown>div a:last-child{border-bottom:0}.home-nav-dropdown>div a:hover{background:rgba(0,0,0,.04)}.home-nav-actions{position:relative;display:flex;align-items:center;justify-self:end;gap:8px}.home-nav-signin,.home-profile-trigger{color:inherit;background:transparent;border:0;font:inherit;font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;cursor:pointer}.home-nav-signin{padding:11px 12px}.home-nav-cta{padding:11px 14px;color:#fff;background:rgba(0,0,0,.22);border:1px solid hsla(0,0%,100%,.48);font-size:.68rem;font-weight:650;letter-spacing:.08em;text-decoration:none;text-transform:uppercase}.home-nav.is-scrolled .home-nav-cta{color:#fff;background:var(--home-ink);border-color:var(--home-ink)}.home-profile{position:relative}.home-profile-trigger{display:flex;align-items:center;gap:8px;padding:4px 8px 4px 4px}.home-profile-trigger>span{display:grid;place-items:center;width:30px;height:30px;color:#111;background:var(--home-paper);border-radius:50%}.home-nav.is-scrolled .home-profile-trigger>span{color:#fff;background:var(--home-deep)}.home-profile-trigger strong{max-width:100px;overflow:hidden;font-size:.7rem;text-overflow:ellipsis}.home-profile-trigger small{padding:3px 5px;color:#fff;background:#5f8294;font-size:.54rem}.home-profile-menu{position:absolute;top:calc(100% + 12px);right:0;display:grid;width:220px;padding:15px;color:#202426;background:var(--home-paper);border:1px solid var(--home-line-dark);box-shadow:0 20px 54px rgba(0,0,0,.22)}.home-profile-menu p{margin:0;overflow:hidden;font-size:.72rem;text-overflow:ellipsis}.home-profile-menu>span{margin:5px 0 12px;color:#547b8e;font-size:.63rem;font-weight:650;text-transform:uppercase}.home-profile-menu a,.home-profile-menu button{padding:11px 0;color:#202426;background:transparent;border:0;border-top:1px solid rgba(0,0,0,.1);font:inherit;font-size:.73rem;text-align:left;text-decoration:none;cursor:pointer}.home-nav-menu{display:none;position:relative;width:40px;height:40px;color:inherit;background:transparent;border:1px solid;cursor:pointer;opacity:.72}.home-nav-menu span{position:absolute;left:12px;width:14px;height:1px;background:currentColor}.home-nav-menu span:first-child{top:16px}.home-nav-menu span:last-child{top:22px}.home-mobile-menu{display:none}.home-hero{position:relative;min-height:100svh;overflow:hidden;background:#080d10}.home-hero-image{z-index:0;object-fit:cover;object-position:62% center;filter:saturate(.92) contrast(1.02)}.home-hero-scrim{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(5,9,12,.94),rgba(5,9,12,.68) 38%,rgba(5,9,12,.08) 72%),linear-gradient(180deg,rgba(0,0,0,.2),transparent 48%,rgba(0,0,0,.54))}.home-hero-inner{position:relative;z-index:2;grid-template-columns:minmax(0,1.12fr) minmax(340px,.68fr);gap:clamp(44px,7vw,110px);width:min(100%,1440px);min-height:100svh;margin-inline:auto;padding:140px clamp(22px,4vw,64px) clamp(54px,7vh,82px)}.home-hero-copy{max-width:800px}.home-kicker{color:hsla(0,0%,100%,.68)}.home-hero h1{max-width:800px;margin:0;color:#fff;font-family:var(--font-geist-sans),sans-serif;font-size:clamp(3.8rem,6.8vw,7.4rem);font-weight:520;letter-spacing:-.073em;line-height:.86;text-wrap:balance}.home-hero h1 span{display:block;color:hsla(0,0%,100%,.58)}.home-hero-lead{max-width:550px;margin:30px 0 0;color:hsla(0,0%,100%,.72);font-size:clamp(.95rem,1.25vw,1.1rem);line-height:1.68}.home-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:38px}.home-live-card{width:100%;max-width:440px;justify-self:end;padding:clamp(24px,3vw,38px);background:rgba(7,15,20,.74);border:1px solid hsla(0,0%,100%,.22);backdrop-filter:blur(20px)}.home-live-card-top{display:flex;justify-content:space-between;gap:16px;color:hsla(0,0%,100%,.58);font-size:.62rem;letter-spacing:.1em;text-transform:uppercase}.home-live-card-top span{display:flex;align-items:center;gap:8px}.home-live-card-top i{width:7px;height:7px;background:#71d7a3;border-radius:50%;box-shadow:0 0 14px rgba(113,215,163,.72)}.home-live-question{margin:42px 0 13px;color:var(--home-blue-soft);font-size:.67rem;font-weight:650;letter-spacing:.1em;text-transform:uppercase}.home-live-card blockquote{margin:0;color:#fff;font-size:clamp(1.45rem,2.3vw,2.35rem);font-weight:450;letter-spacing:-.045em;line-height:1.08}.home-live-card blockquote strong{color:var(--home-blue-soft);font-weight:inherit}.home-waveform{display:flex;align-items:center;gap:3px;height:50px;margin-top:28px}.home-waveform i{width:2px;height:8px;background:rgba(145,200,223,.72);animation:home-wave 1.8s ease-in-out infinite}.home-waveform i:nth-child(3n){height:23px;animation-delay:-.4s}.home-waveform i:nth-child(4n){height:34px;animation-delay:-.8s}.home-waveform i:nth-child(5n){height:16px;animation-delay:-1.1s}@keyframes home-wave{0%,to{transform:scaleY(.45);opacity:.45}50%{transform:scaleY(1);opacity:1}}.home-live-card-meta{display:grid;grid-template-columns:repeat(3,1fr);margin-top:8px;padding-top:18px;border-top:1px solid hsla(0,0%,100%,.16)}.home-live-card-meta span{color:hsla(0,0%,100%,.44);font-size:.59rem;text-transform:uppercase}.home-live-card-meta strong{display:block;margin-top:6px;color:hsla(0,0%,100%,.86);font-size:.68rem;font-weight:550}.home-proof-strip{position:relative;z-index:3;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:54px;min-height:78px;padding:14px clamp(22px,4vw,64px);color:#202426;background:var(--home-ivory)}.home-proof-strip>p{margin:0;color:rgba(20,24,26,.54);font-size:.62rem;font-weight:650;letter-spacing:.13em;text-transform:uppercase}.home-proof-strip>div{display:flex;align-items:center;justify-content:space-between;gap:24px}.home-proof-strip span{font-size:.72rem;font-weight:650;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.home-section-heading{max-width:1000px;margin-bottom:clamp(50px,7vw,92px)}.home-section-heading-split{display:grid;grid-template-columns:1.45fr .55fr;gap:clamp(44px,8vw,120px);max-width:none;align-items:end}.home-section-heading h2{margin:0;font-size:clamp(3rem,5.4vw,5.8rem);font-weight:520;letter-spacing:-.065em;line-height:.92;text-wrap:balance}.home-section-heading-split>p,.home-section-heading>p:last-child{max-width:600px;margin:28px 0 0;color:inherit;font-size:.96rem;line-height:1.72;opacity:.66}.home-section-heading-split>p{margin:0}.home-demo{position:relative;display:flex;align-items:center;min-height:min(92svh,900px);padding-block:clamp(82px,9vw,124px);color:#fff;background:radial-gradient(circle at 18% 24%,hsla(0,0%,100%,.22) 0 1px,transparent 1.5px),radial-gradient(circle at 74% 68%,hsla(0,0%,100%,.16) 0 1px,transparent 1.5px),radial-gradient(circle at 82% 18%,rgba(57,132,168,.14),transparent 28%),#080d11;background-size:190px 190px,270px 270px,auto,auto}.home-demo .home-eyebrow{color:var(--home-blue-soft)}.home-demo-heading{max-width:680px;margin-inline:auto;margin-bottom:36px;text-align:center}.home-demo-heading .home-eyebrow{justify-content:center;margin-bottom:14px}.home-demo-heading h2{font-size:clamp(2.2rem,3.8vw,3.5rem);letter-spacing:-.045em;line-height:1}.home-demo-heading>p:last-child{max-width:560px;margin:20px auto 0;color:hsla(0,0%,100%,.58);font-size:.9rem;line-height:1.65}.home-video-shell{position:relative;width:min(100%,780px);margin-inline:auto;overflow:hidden;aspect-ratio:16/9;background:#030709;border:1px solid var(--home-line-light);border-radius:12px;box-shadow:0 28px 90px rgba(0,0,0,.34)}.home-video-shell iframe{width:100%;height:100%;border:0}.home-video-label{right:0;bottom:0;left:0;display:flex;justify-content:space-between;padding:16px 18px;color:hsla(0,0%,100%,.68);background:linear-gradient(transparent,rgba(0,0,0,.78));font-size:.62rem;letter-spacing:.08em;pointer-events:none}.home-video-edit,.home-video-label{position:absolute;text-transform:uppercase}.home-video-edit{top:18px;right:18px;padding:10px 13px;color:#111;background:#fff;border:0;font:inherit;font-size:.67rem;font-weight:650;cursor:pointer}.home-admin-overlay{position:fixed;inset:0;z-index:300;display:grid;place-items:center;padding:22px;background:rgba(0,0,0,.76);backdrop-filter:blur(10px)}.home-admin-modal{width:min(100%,520px);padding:34px;color:#202426;background:var(--home-paper)}.home-admin-modal h3{margin:0;font-size:2rem;letter-spacing:-.04em}.home-admin-modal>p:not(.home-eyebrow){color:rgba(32,36,38,.6)}.home-admin-modal input{width:100%;min-height:48px;margin-top:14px;padding:12px;color:#222;background:#fff;border:1px solid rgba(0,0,0,.22);font:inherit}.home-admin-modal>div{display:flex;justify-content:flex-end;gap:8px;margin-top:22px}.home-admin-modal button{padding:11px 16px;color:#222;background:transparent;border:1px solid rgba(0,0,0,.22);font:inherit;cursor:pointer}.home-admin-modal button:last-child{color:#fff;background:var(--home-deep)}.home-admin-message{font-size:.78rem}.home-process{padding-block:clamp(90px,10vw,150px);color:#231f1b;background:var(--home-ivory)}.home-process .home-eyebrow{color:var(--home-walnut)}.home-process-list{border-top:1px solid var(--home-line-dark)}.home-process-row{display:grid;grid-template-columns:.36fr .72fr 1.45fr .55fr;gap:clamp(24px,4vw,66px);align-items:start;min-height:190px;padding-block:34px;border-bottom:1px solid var(--home-line-dark)}.home-process-row>span{color:rgba(35,31,27,.34);font-size:clamp(2.2rem,4vw,4.6rem);letter-spacing:-.06em}.home-process-row h3{margin:0;font-size:clamp(1.6rem,2.3vw,2.6rem);font-weight:550;letter-spacing:-.05em}.home-process-row p{margin:0;color:rgba(35,31,27,.68);font-size:.92rem;line-height:1.7}.home-process-row small{color:rgba(35,31,27,.42);font-size:.6rem;letter-spacing:.08em;line-height:1.6;text-transform:uppercase}.home-spacecraft{padding-block:clamp(90px,10vw,150px);color:#fff;background:radial-gradient(circle at 12% 0,rgba(74,147,180,.16),transparent 28%),var(--home-ink)}.home-spacecraft .home-eyebrow{color:var(--home-blue-soft)}.home-spacecraft-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--home-line-light);border-left:1px solid var(--home-line-light)}.home-spacecraft-card{position:relative;min-height:310px;padding:28px;border-right:1px solid var(--home-line-light);border-bottom:1px solid var(--home-line-light);transition:background .22s ease}.home-spacecraft-card:hover{background:hsla(0,0%,100%,.055)}.home-spacecraft-card>div{display:flex;justify-content:space-between;gap:12px;color:hsla(0,0%,100%,.44);font-size:.61rem;letter-spacing:.08em;text-transform:uppercase}.home-spacecraft-card h3{margin:64px 0 12px;font-size:clamp(2.4rem,3.7vw,4.2rem);font-weight:500;letter-spacing:-.065em;line-height:.9}.home-spacecraft-card p{max-width:240px;margin:0;color:hsla(0,0%,100%,.56);font-size:.84rem;line-height:1.55}.home-spacecraft-card>a{position:absolute;right:26px;bottom:26px;display:grid;place-items:center;width:42px;height:42px;color:#fff;border:1px solid hsla(0,0%,100%,.26)}.home-inline-action{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:28px}.home-spacecraft .home-text-link{color:#fff}.home-validation{padding-block:clamp(90px,10vw,150px);color:#fff;background:var(--home-walnut)}.home-validation .home-section-heading>p:last-child{color:hsla(0,0%,100%,.76);opacity:1}.home-case-study{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(330px,.7fr);min-height:580px;background:var(--home-ivory)}.home-case-image,.home-university-proof>div:last-child{position:relative;overflow:hidden}.home-case-image img,.home-university-proof img{object-fit:cover;transition:transform .7s cubic-bezier(.22,1,.36,1)}.home-case-study:hover .home-case-image img{transform:scale(1.025)}.home-case-image>span{position:absolute;bottom:0;left:0;padding:11px 14px;color:#1f2325;background:var(--home-paper);font-size:.61rem;letter-spacing:.1em;text-transform:uppercase}.home-case-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(32px,4vw,64px);color:#231f1b;border-left:1px solid var(--home-line-dark)}.home-case-copy>p:first-child{margin:0 0 30px;color:rgba(35,31,27,.48);font-size:.62rem;letter-spacing:.09em;text-transform:uppercase}.home-case-copy h3{margin:0;font-size:clamp(2.1rem,3.1vw,3.5rem);font-weight:520;letter-spacing:-.06em;line-height:.95}.home-case-copy>p:nth-child(3){margin:20px 0 30px;color:rgba(35,31,27,.65);font-size:.9rem;line-height:1.7}.home-university-proof{display:grid;grid-template-columns:.75fr 1.25fr;align-items:center;gap:clamp(48px,8vw,120px);margin-top:clamp(70px,9vw,130px)}.home-university-proof>div:first-child{max-width:470px}.home-university-proof h3{margin:0;font-size:clamp(2.3rem,3.8vw,4.3rem);font-weight:520;letter-spacing:-.06em;line-height:.94}.home-university-proof>div:first-child>p:last-child{margin:22px 0 0;color:hsla(0,0%,100%,.72);font-size:.92rem;line-height:1.7}.home-university-proof>div:last-child{min-height:460px}.home-press{padding-block:clamp(90px,10vw,150px);color:#231f1b;background:var(--home-ivory)}.home-press .home-eyebrow{color:var(--home-walnut)}.home-featured-press{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--home-line-dark);border-bottom:1px solid var(--home-line-dark)}.home-featured-press>div+div{border-left:1px solid var(--home-line-dark)}.home-featured-press a{display:flex;flex-direction:column;min-height:440px;padding:clamp(28px,4vw,54px);color:#231f1b;text-decoration:none;transition:background .22s ease}.home-featured-press a:hover{background:hsla(25,14%,47%,.08)}.home-featured-press a>div{display:flex;justify-content:space-between;gap:20px;color:rgba(35,31,27,.46);font-size:.61rem;letter-spacing:.08em;text-transform:uppercase}.home-featured-press a>p{margin:48px 0 16px;color:var(--home-walnut);font-size:.67rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.home-featured-press h3{margin:0 0 34px;font-size:clamp(2rem,3.2vw,3.6rem);font-weight:520;letter-spacing:-.06em;line-height:.97}.home-featured-press .home-text-link{margin-top:auto}.home-more-press{margin-top:44px;border-block:1px solid var(--home-line-dark)}.home-more-press summary{display:flex;justify-content:space-between;gap:24px;padding-block:25px;cursor:pointer;list-style:none}.home-more-press summary::-webkit-details-marker{display:none}.home-more-press summary span:first-child{font-weight:650}.home-more-press summary span:last-child{color:rgba(35,31,27,.46);font-size:.66rem;letter-spacing:.08em;text-transform:uppercase}.home-more-press>div{display:grid;grid-template-columns:1fr 1fr;column-gap:34px;padding-bottom:18px}.home-more-press a{display:grid;grid-template-columns:.65fr 1.35fr auto;gap:18px;align-items:center;min-height:88px;color:#231f1b;border-top:1px solid rgba(0,0,0,.1);text-decoration:none}.home-more-press a>span{color:var(--home-walnut);font-size:.69rem;font-weight:650}.home-more-press a>strong{font-size:.78rem;font-weight:500;line-height:1.45}.home-press-list-heading{display:flex;justify-content:space-between;gap:24px;padding-block:22px;border-block:1px solid var(--home-line-dark)}.home-press-list-heading span:first-child{font-size:.82rem;font-weight:650}.home-press-list-heading span:last-child{color:rgba(35,31,27,.44);font-size:.61rem;letter-spacing:.09em;text-transform:uppercase}.home-press-list{display:grid;grid-template-columns:1fr 1fr;column-gap:34px}.home-press-list>div{border-bottom:1px solid rgba(35,31,27,.13)}.home-press-list a{display:grid;grid-template-columns:minmax(90px,.55fr) minmax(150px,1.45fr) auto auto;gap:14px;align-items:center;min-height:92px;color:#231f1b;text-decoration:none;transition:padding .18s ease,background .18s ease}.home-press-list a:hover{padding-inline:12px;background:hsla(25,14%,47%,.07)}.home-press-list a>span{color:var(--home-walnut);font-size:.68rem;font-weight:650}.home-press-list a>strong{font-size:.76rem;font-weight:500;line-height:1.42}.home-press-list a>small{color:rgba(35,31,27,.4);font-size:.55rem;white-space:nowrap}.home-final-cta{position:relative;display:grid;place-items:center;min-height:min(76svh,790px);overflow:hidden;text-align:center;background:var(--home-ink)}.home-final-cta>img{z-index:0;object-fit:cover;object-position:center}.home-final-cta>div[aria-hidden]{position:absolute;inset:0;z-index:1;background:rgba(6,13,17,.7)}.home-final-cta-copy{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;width:min(100%,1000px);padding:80px 22px}.home-final-cta h2{margin:0;font-size:clamp(3.3rem,6.5vw,7rem);font-weight:520;letter-spacing:-.07em;line-height:.9}.home-final-cta-copy>p:nth-child(3){margin:28px 0 34px;color:hsla(0,0%,100%,.68);font-size:1rem}.home-footer{padding:62px clamp(22px,4vw,64px) 24px;color:#fff;background:#071015;border-top:1px solid var(--home-line-light)}.home-footer-main{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;width:min(100%,1320px);margin-inline:auto;padding-bottom:48px}.home-footer-brand{color:#fff;font-size:1rem;font-weight:700;letter-spacing:.06em;text-decoration:none;text-transform:uppercase}.home-footer-main>div:first-child p{max-width:300px;margin:17px 0 0;color:hsla(0,0%,100%,.48);font-size:.8rem;line-height:1.6}.home-footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.home-footer-links>div{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.home-footer-links span{margin-bottom:7px;color:hsla(0,0%,100%,.38);font-size:.61rem;font-weight:650;letter-spacing:.12em;text-transform:uppercase}.home-footer-links a,.home-footer-links button{padding:0;color:hsla(0,0%,100%,.68);background:transparent;border:0;font:inherit;font-size:.75rem;text-decoration:none;cursor:pointer}.home-footer-links a:hover,.home-footer-links button:hover{color:#fff}.home-footer-bottom{display:flex;justify-content:space-between;gap:20px;width:min(100%,1320px);margin-inline:auto;padding-top:22px;color:hsla(0,0%,100%,.34);border-top:1px solid var(--home-line-light);font-size:.66rem}.home-footer-bottom>div{display:flex;gap:18px}.home-footer-bottom button{padding:0;color:inherit;background:transparent;border:0;font:inherit;cursor:pointer}@media (max-width:1120px){.home-nav-inner{grid-template-columns:1fr auto}.home-nav-links{display:none}.home-nav-menu{display:block}.home-mobile-menu{position:absolute;top:calc(100% + 1px);right:14px;left:14px;display:grid;max-height:0;padding:0 18px;overflow:hidden;visibility:hidden;opacity:0;color:#1b1f21;background:var(--home-paper);border:1px solid transparent;transition:max-height .26s ease,padding .26s ease,opacity .18s ease,visibility .18s ease}.home-mobile-menu.is-open{max-height:620px;padding-block:12px 18px;visibility:visible;opacity:1;border-color:var(--home-line-dark)}.home-mobile-menu a,.home-mobile-menu button{padding:13px 2px;color:#1b1f21;background:transparent;border:0;border-bottom:1px solid rgba(0,0,0,.1);font:inherit;font-size:.8rem;text-align:left;text-decoration:none;cursor:pointer}.home-mobile-menu .home-mobile-cta{margin-top:10px;padding:13px 15px;color:#fff;background:var(--home-ink);text-align:center}.home-hero-inner{grid-template-columns:1fr;align-items:end}.home-live-card{max-width:650px;justify-self:start}.home-case-study{grid-template-columns:1fr}.home-case-image{min-height:58vw}.home-case-copy{border-top:1px solid var(--home-line-dark);border-left:0}}@media (max-width:800px){.home-nav-signin,.home-profile-trigger small,.home-profile-trigger strong{display:none}.home-hero-inner{padding-top:120px}.home-hero h1{font-size:clamp(3.4rem,12vw,5.8rem)}.home-proof-strip{display:block;padding-block:22px}.home-proof-strip>p{margin-bottom:16px}.home-proof-strip>div{justify-content:flex-start;overflow-x:auto;scrollbar-width:none}.home-section-heading-split{grid-template-columns:1fr;gap:22px}.home-section-heading-split>p{max-width:560px}.home-process-row{grid-template-columns:.3fr .7fr}.home-process-row p,.home-process-row small{grid-column:2}.home-spacecraft-grid{grid-template-columns:1fr 1fr}.home-university-proof{grid-template-columns:1fr}.home-university-proof>div:last-child{order:-1;min-height:58vw}.home-featured-press{grid-template-columns:1fr}.home-featured-press>div+div{border-top:1px solid var(--home-line-dark);border-left:0}.home-footer-main,.home-more-press>div,.home-press-list{grid-template-columns:1fr}}@media (max-width:560px){.home-nav-inner{min-height:62px;padding-inline:14px}.home-brand{font-size:.7rem}.home-nav-cta{display:none}.home-hero-image{object-position:66% center}.home-hero-scrim{background:linear-gradient(180deg,rgba(5,9,12,.5),rgba(5,9,12,.58) 45%,#080d10),linear-gradient(90deg,rgba(5,9,12,.7),transparent)}.home-hero-inner{gap:46px;padding:104px 18px 34px}.home-hero h1{font-size:clamp(3.15rem,14.5vw,4.4rem)}.home-hero-actions{align-items:stretch}.home-hero-actions .home-button{width:100%}.home-live-card{padding:22px}.home-live-card blockquote{font-size:1.7rem}.home-container{padding-inline:18px}.home-section-heading h2{font-size:clamp(2.8rem,12.8vw,3.8rem)}.home-video-shell{aspect-ratio:16/10}.home-video-label{display:none}.home-process-row{grid-template-columns:1fr;gap:18px}.home-process-row p,.home-process-row small{grid-column:auto}.home-spacecraft-grid{grid-template-columns:1fr}.home-spacecraft-card{min-height:270px}.home-inline-action{align-items:stretch;flex-direction:column}.home-case-image{min-height:105vw}.home-university-proof>div:last-child{min-height:88vw}.home-featured-press a{min-height:390px}.home-more-press a{grid-template-columns:1fr auto;gap:7px 16px;padding-block:18px}.home-more-press a>strong{grid-column:1}.home-more-press a svg{grid-row:1/3;grid-column:2}.home-press-list a{grid-template-columns:1fr auto;gap:7px 16px;padding-block:17px}.home-press-list a>strong{grid-column:1}.home-press-list a>small{display:none}.home-press-list a svg{grid-row:1/3;grid-column:2}.home-final-cta h2{font-size:clamp(3rem,13.5vw,4.2rem)}.home-footer{padding-inline:18px}.home-footer-links{grid-template-columns:1fr 1fr}.home-footer-bottom{flex-direction:column}}@media (prefers-reduced-motion:reduce){.home-page *,.home-page :after,.home-page :before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.home-hero-image{object-position:center;filter:contrast(1.04) saturate(.94)}.home-hero-scrim{background:linear-gradient(90deg,rgba(0,0,0,.34),transparent 56%),linear-gradient(180deg,rgba(0,0,0,.1),transparent 48%,rgba(0,0,0,.42))}.home-hero-inner{grid-template-columns:minmax(0,1fr) minmax(320px,.58fr);align-items:end;padding-bottom:clamp(48px,7vh,76px)}.home-hero h1,.home-hero-copy{max-width:650px}.home-hero h1{font-size:clamp(3.3rem,5.25vw,5.8rem);line-height:.9}.home-hero-lead{max-width:470px}.home-live-card{max-width:400px;padding:24px;color:#171b1d;background:hsla(38,33%,95%,.97);border-color:hsla(0,0%,100%,.6);backdrop-filter:none}.home-live-card-top{color:rgba(23,27,29,.5)}.home-live-question{margin-top:28px;color:#47778d}.home-live-card blockquote{color:#171b1d;font-size:clamp(1.35rem,2vw,2rem)}.home-live-card blockquote strong{color:#47778d}.home-waveform{height:40px;margin-top:20px}.home-waveform i{background:rgba(71,119,141,.72)}.home-live-card-meta{border-color:rgba(23,27,29,.14)}.home-live-card-meta span{color:rgba(23,27,29,.44)}.home-live-card-meta strong{color:rgba(23,27,29,.86)}@media (max-width:1120px){.home-hero-inner{grid-template-columns:1fr}.home-live-card{max-width:520px}}@media (max-width:560px){.home-hero-image{object-position:66% center}.home-hero-scrim{background:linear-gradient(180deg,rgba(0,0,0,.08),transparent 35%,rgba(0,0,0,.82) 78%,#000),linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.home-hero h1{font-size:clamp(3rem,13vw,4rem)}}.home-hero-inner{display:grid;grid-template-columns:1fr;place-items:center;padding:128px 22px 64px}.home-hero-copy{display:flex;flex-direction:column;align-items:center;width:min(100%,900px);max-width:900px;text-align:center}.home-hero .home-kicker{width:fit-content;margin:0 auto 30px;padding:9px 13px;color:#81e0ab;background:rgba(43,139,86,.13);border:1px solid rgba(81,203,135,.28);border-radius:999px;letter-spacing:.08em}.home-hero .home-kicker i{width:6px;height:6px;background:#62db98;border-radius:50%;box-shadow:0 0 12px rgba(98,219,152,.7)}.home-hero h1{max-width:900px;font-size:clamp(3rem,5.5vw,5.7rem);font-weight:480;letter-spacing:.04em;line-height:.94;text-transform:uppercase}.home-hero-lead{max-width:590px;margin:28px auto 0;text-align:center}.home-hero-actions,.home-hero-status{justify-content:center}.home-hero-status{display:flex;align-items:center;gap:9px;margin-top:30px;color:hsla(0,0%,100%,.46);font-size:.65rem;line-height:1.5}.home-hero-status i{flex:0 0 auto;width:6px;height:6px;background:#62db98;border-radius:50%;box-shadow:0 0 12px rgba(98,219,152,.62)}@media (max-width:560px){.home-hero-inner{padding:104px 18px 42px}.home-hero h1{font-size:clamp(2.65rem,12vw,3.5rem);line-height:.98}.home-hero-status{max-width:310px}}