@font-face{font-family:Manrope;src:url('fonts/Manrope.ttf') format('truetype');font-weight:200 800;font-display:swap}
@font-face{font-family:Outfit;src:url('fonts/Outfit.ttf') format('truetype');font-weight:100 900;font-display:swap}
:root{--white:#fff;--canvas:#f4f8fc;--pale:#e6f0fb;--blue:#175fcb;--navy:#142d49;--text:#51657c;--border:#d6e1eb;--ease:cubic-bezier(.2,0,.2,1);--title:Manrope;--header-height:92px;--section-space:160px;--content-gap:96px}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:120px}
body{margin:0;background:#fff;color:var(--navy);font:18px/1.65 Manrope,sans-serif;-webkit-font-smoothing:antialiased}
h1,h2,h3,p,figure{margin:0}
h1,h2,h3{font-family:var(--title),sans-serif;line-height:1.15;letter-spacing:-.028em;font-weight:550}
h1{font-size:clamp(52px,5.25vw,78px);font-weight:600}
h2{font-size:clamp(40px,3.85vw,56px)}
h3{font-size:28px}
p{max-width:65ch}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit;cursor:pointer}
a,button{touch-action:manipulation;-webkit-tap-highlight-color:transparent}
button{border:0}
svg{display:block;width:24px;height:24px;flex:none}
a,button,[tabindex]{outline-offset:5px}
:focus-visible{outline:3px solid #1664d5}
::selection{background:#175fcb;color:white}
[hidden]{display:none!important}
.wrap{width:min(1280px,calc(100% - 112px));margin-inline:auto}
.lead{font-size:24px;line-height:1.65;color:var(--navy)}
.section{padding-block:0;margin-top:var(--section-space);background:var(--white)}
.section-label{font-size:18px;color:var(--blue);font-weight:550;margin-bottom:22px}
.section-description{font-size:22px;color:var(--text);margin-top:28px;line-height:1.6}
.section-title{margin-bottom:72px}
.header{height:var(--header-height);background:#fff;position:sticky;top:0;z-index:30;border-bottom:1px solid transparent;transition:border-color .2s,box-shadow .2s}
.header.scrolled{border-bottom-color:var(--border);box-shadow:0 4px 22px #16355b08}
.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:40px}
.brand{display:inline-flex;align-items:center;gap:13px;font-size:28px;font-weight:750;letter-spacing:-1px;line-height:1.2}
.brand-mark{width:32px;height:34px}
.desktop-nav{display:flex;align-items:center;gap:42px}
.nav-link{display:flex;align-items:center;gap:10px;position:relative;background:none;font-size:18px;padding-block:12px;transition:color .2s}
.nav-link:after{content:'';height:2px;position:absolute;bottom:4px;left:0;right:0;background:var(--blue);transform:scaleX(0);transform-origin:left;transition:transform .2s var(--ease)}
.nav-link:hover,.nav-link[aria-expanded=true],.nav-link[aria-current=location]{color:var(--blue)}
.nav-link:hover:after,.nav-link[aria-expanded=true]:after,.nav-link[aria-current=location]:after{transform:scaleX(1)}
.products-trigger svg{width:17px;height:17px;transition:transform .2s}
.products-trigger[aria-expanded=true] svg{transform:rotate(180deg)}
.mobile-trigger{display:none;background:none;font-size:18px;padding:10px;align-items:center;gap:13px}
.menu-lines{width:23px;height:15px;position:relative;border-top:2px solid currentColor;border-bottom:2px solid currentColor;transition:transform .2s}
.mobile-trigger[aria-expanded=true] .menu-lines{transform:rotate(45deg);height:0;border-bottom:0}
.mobile-trigger[aria-expanded=true] .menu-lines:after{content:'';position:absolute;top:-2px;left:0;width:23px;border-top:2px solid currentColor;transform:rotate(90deg)}
.product-menu{position:absolute;left:0;right:0;top:calc(100% - 1px);background:#fff;border-block:1px solid var(--border);box-shadow:0 24px 32px #1730480d}
.mega-inner{display:grid;grid-template-columns:1fr 1.35fr;gap:80px;padding-block:42px}
.menu-label{font-size:16px;margin-bottom:16px;color:var(--text)}
.mega-inner h2{font-size:32px;line-height:1.3}
.mega-product{display:flex;align-items:center;gap:22px;background:var(--canvas);padding:28px;transition:background .2s}
.mega-product:hover{background:var(--pale)}
.mega-product>svg{margin-left:auto;transition:transform .2s}
.mega-product:hover>svg{transform:translateX(5px)}
.mega-product strong{font-size:24px;font-weight:600}
.mega-product p{font-size:18px;margin-top:5px;color:var(--text)}
.small-app-icon{width:66px;height:66px;display:grid;place-items:center;flex:none;border-radius:14px;overflow:hidden}
.app-icon-image{display:block;width:100%;height:100%;object-fit:contain;border-radius:inherit}
.menu-scrim{position:fixed;inset:var(--header-height) 0 0;background:#132b4730;z-index:25}
.mobile-menu{position:fixed;inset:var(--header-height) 0 0 15%;padding:40px;background:#fff;box-shadow:-10px 20px 40px #18334d15}
.mobile-menu nav{display:grid;gap:10px}
.mobile-menu nav a{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-bottom:1px solid var(--border);font-size:24px}
.mobile-menu>p{margin-top:50px;color:var(--text);font-size:18px}
.mobile-menu>p strong{font-weight:500;color:var(--navy)}
.button{display:inline-flex;justify-content:center;align-items:center;gap:26px;min-height:58px;padding:14px 26px;background:var(--blue);color:#fff;font-size:18px;font-weight:550;border-radius:5px;position:relative;overflow:hidden;transition:background .2s,box-shadow .2s}
.button:hover{background:#104fAD;box-shadow:0 4px 12px #174ea71a}
.button svg{width:22px;height:22px;transition:transform .2s}
.button:hover svg{transform:translateX(4px)}
.text-link{display:inline-flex;align-items:center;gap:18px;background:none;color:var(--blue);font-size:18px;font-weight:550;padding:12px 0}
.text-link span{position:relative}
.text-link span:after{content:'';position:absolute;height:1px;left:0;right:0;bottom:-4px;transform:scaleX(0);transform-origin:left;background:currentColor;transition:transform .2s}
.text-link:hover span:after{transform:scaleX(1)}
.text-link svg{width:22px;height:22px;transition:transform .2s}
.text-link:hover svg{transform:translateX(4px)}
.hero-description{font-size:20px;line-height:1.75;color:var(--text);margin-top:28px;max-width:525px}
.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:24px;margin-top:34px}
.product-visual{position:relative;overflow:hidden;min-height:540px;background:var(--white);display:flex;align-items:center;justify-content:center;isolation:isolate}
.visual-plane{position:absolute;z-index:-1;width:700px;height:360px;border-radius:50%;background:#c5ddf6;left:-110px;bottom:-140px;transform:rotate(-20deg)}
.plane-two{background:#8cb7e9;width:720px;height:300px;left:150px;bottom:-210px;transform:rotate(-26deg)}
.device-cover{width:265px;height:432px;border:7px solid #1b344c;background:white;border-radius:37px;padding:31px 25px 24px;position:relative;box-shadow:18px 24px 35px #2a4d6d16;display:flex;flex-direction:column;align-items:flex-start}
.speaker{position:absolute;left:calc(50% - 18px);top:13px;width:36px;height:4px;border-radius:5px;background:#1b344c}
.device-top{font-size:16px;font-weight:600}
.cover-icon{width:71px;height:71px;margin-top:43px;border-radius:17px;overflow:hidden;display:grid;place-items:center;flex:none}
.device-cover h3{font:550 30px/1.15 Manrope,sans-serif;letter-spacing:-.6px;margin-top:25px}
.device-cover p{font-size:16px;color:var(--text);margin-top:12px}
.cover-baseline{width:58px;height:4px;border-radius:10px;background:#152c48;margin:25px auto 0}
.product-visual figcaption{position:absolute;bottom:14px;left:20px;right:20px;text-align:center;font-size:16px;color:#455d77;line-height:1.5}
.company-layout{display:grid;grid-template-columns:1fr 1fr;gap:var(--content-gap)}
.company-text>p+p{margin-top:25px;font-size:20px;color:var(--text)}
.company-text .text-link{margin-top:25px}
.company-section{background:#fff}
.product-section{border-top:0;text-align:center}
.product-section .tabs{justify-content:center}
.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:var(--content-gap);align-items:center}
.product-main-visual{border-radius:8px}
.product-information{min-width:0}
.tabs{display:flex;position:relative;border-bottom:1px solid var(--border);gap:28px;isolation:isolate}
.tabs button{font-size:18px;padding:18px 0;background:none;position:relative;white-space:nowrap;color:var(--text)}
.tabs button:hover,.tabs button[aria-selected=true]{color:var(--blue)}
.tabs button[aria-selected=true]{font-weight:600}
.tab-indicator{position:absolute;bottom:-1px;left:0;width:100px;height:3px;background:var(--blue);transition:width .25s var(--ease),transform .25s var(--ease)}
.tab-panel{padding-top:33px}
.tab-panel h3{font-size:30px;margin-bottom:20px}
.tab-panel p{font-size:20px;line-height:1.75;color:var(--text)}
.panel-stage{min-height:245px}
.product-information>.button{margin-top:16px}
.product-note{font-size:16px;color:var(--text);margin-top:22px}
.approach-section{display:grid;grid-template-columns:1fr 1fr;gap:var(--content-gap);border-top:0}
.approach-intro>p:last-child{font-size:20px;color:var(--text);margin-top:28px}
.accordion-list{border-top:1px solid var(--border)}
.accordion-item{border-bottom:1px solid var(--border)}
.accordion-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;gap:25px;background:transparent;padding:28px 0;text-align:left;font-size:23px;font-weight:500;font-family:var(--title),sans-serif;letter-spacing:-.3px;transition:color .2s}
.accordion-trigger:hover{color:var(--blue)}
.plus{width:20px;height:20px;position:relative;flex:none}
.plus:before,.plus:after{content:'';position:absolute;width:18px;height:2px;background:currentColor;left:1px;top:9px;transition:transform .2s}
.plus:after{transform:rotate(90deg)}
.accordion-trigger[aria-expanded=true] .plus:after{transform:rotate(0)}
.accordion-panel{overflow:hidden}
.accordion-panel>div{padding:0 32px 30px 0}
.accordion-panel p{font-size:18px;line-height:1.75;color:var(--text)}
.accordion-panel .accordion-lead{color:var(--navy);margin-bottom:14px}
.footer{background:var(--white);margin-top:var(--section-space);padding-top:0;border-top:0}
.footer-top{display:grid;grid-template-columns:1.35fr 1fr auto;gap:50px;padding-bottom:60px;align-items:start}
.footer-top .brand{font-size:30px}
.footer-top p{margin-top:20px;color:var(--text);font-size:18px}
.footer-top nav{display:grid;gap:15px;font-size:18px}
.footer-top a:not(.brand):hover{color:var(--blue)}
.back-top{display:flex;gap:18px;font-size:18px}
.footer-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:24px;border-top:1px solid var(--border);padding-block:25px 32px;font-size:16px;color:var(--text)}
.footer-bottom a:hover{text-decoration:underline}
.details-drawer{position:fixed;inset:0 0 0 auto;margin:0;max-height:100dvh;height:100dvh;max-width:100vw;width:560px;border:0;padding:0;color:var(--navy);background:#fff;box-shadow:-20px 0 60px #142d4922;overflow:auto}
.details-drawer::backdrop{background:#142d4973}
.details-drawer.entering::backdrop{animation:backdrop-in .32s ease both}
.details-drawer.leaving::backdrop{animation:backdrop-out .22s ease both}
.drawer-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border);padding:25px 38px;font-size:18px}
.close-drawer{background:none;width:44px;height:44px;font:32px/1 Manrope;border:1px solid var(--border);border-radius:50%;transition:background .2s}
.close-drawer:hover{background:var(--pale)}
.drawer-body{padding:42px 38px}
.drawer-body>.small-app-icon{margin-bottom:30px}
.drawer-body h2{font-size:42px;margin-bottom:28px}
.drawer-body .lead{font-size:22px}
.drawer-body dl{margin:35px 0}
.drawer-body dl>div{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--border);padding-block:18px;font-size:18px}
.drawer-body dt{color:var(--text)}
.drawer-body dd{margin:0;text-align:right}
.drawer-note{font-size:16px;color:var(--text);margin-bottom:25px}
.skip{position:fixed;top:-90px;left:20px;padding:15px;background:var(--blue);color:white;z-index:99}
.skip:focus{top:10px}
.reveal-pending{opacity:0;transform:translateY(24px);transition:opacity .5s var(--ease),transform .5s var(--ease)}
[data-reveal=left].reveal-pending{transform:translateX(24px)}
.reveal-pending.revealed{opacity:1;transform:none}
.motion-enabled .hero-enter{animation:hero-in .55s var(--ease) both}
.motion-enabled .hero-enter:nth-child(2){animation-delay:.07s}
.motion-enabled .hero-enter:nth-child(3){animation-delay:.13s}
.motion-enabled .hero-enter:nth-child(4){animation-delay:.19s}
@keyframes hero-in{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
@keyframes backdrop-in{from{background:#142d4900}to{background:#142d4973}}
@keyframes backdrop-out{from{background:#142d4973}to{background:#142d4900}}
.open{--title:Outfit}
.open h1{font-weight:450;letter-spacing:-.025em;font-size:clamp(56px,5.5vw,80px)}
.open h2{font-weight:450}
.open-hero{background:var(--white);padding-top:60px}
.open-hero .hero-copy{text-align:center}
.open-hero .hero-description{max-width:720px;margin-inline:auto;font-size:21px}
.open-hero .hero-actions{justify-content:center;margin-top:28px}
.panorama{height:250px;margin-top:36px;overflow:hidden}
.landscape{display:block;width:100%;height:100%;object-fit:cover}
.open-product-strip{display:flex;gap:25px;align-items:center;padding:40px 0;border-bottom:0;background:var(--white);transition:color .2s}
.open-product-strip>div:nth-child(2){display:flex;flex-direction:column;gap:2px}
.open-product-strip span{font-size:16px;color:var(--text)}
.open-product-strip strong{font-family:var(--title);font-size:26px;font-weight:500;line-height:1.3}
.open-product-strip .strip-platform{font-size:18px;margin-left:auto}
.open-product-strip>svg{margin-left:22px;transition:transform .2s}
.open-product-strip:hover{color:var(--blue)}
.open-product-strip:hover>svg{transform:translateX(7px)}
.open .product-section{border-top:0;margin-top:128px}
.open .section-title{text-align:center}
.open .section-description{margin-inline:auto}
.open .product-layout{padding:0;background:var(--white);gap:var(--content-gap);border-radius:0}
.open .product-main-visual{min-height:500px;background:var(--white)}
.open .company-section{background:var(--white)}
.open .approach-section{border-top:0}
.open .button{border-radius:30px;padding-inline:28px}
.open .tab-panel h3{font-size:33px}
.open .accordion-trigger{font-size:26px}
@media(min-width:1700px){
.wrap{width:1400px}
.open h1{font-size:86px}
}
@media(max-width:1100px){
:root{--section-space:128px;--content-gap:56px}
.wrap{width:calc(100% - 72px)}
.desktop-nav{gap:30px}
.hero-actions{gap:18px}
.hero-actions .button{padding-inline:20px}
.hero-description{font-size:19px}
.device-cover{width:245px;height:417px}
.company-layout,.approach-section{gap:var(--content-gap)}
.product-layout{gap:var(--content-gap)}
.tabs{gap:22px}
.tabs button{font-size:17px}
.tab-panel p{font-size:18px}
.panel-stage{min-height:260px}
.open .product-layout{gap:var(--content-gap);padding:0}
.open .product-visual{min-height:490px}
.footer-top{gap:30px}
}
@media(max-width:820px){
:root{--header-height:82px;--section-space:112px;--content-gap:40px}
.wrap{width:calc(100% - 48px)}
h1{font-size:54px}
.desktop-nav{gap:23px}
.nav-link{font-size:16px}
.brand{font-size:25px;gap:10px}
.brand-mark{width:28px;height:30px}
.section{padding-block:0}
.open .product-section{margin-top:104px}
.section-title{margin-bottom:56px}
.hero-description{font-size:18px}
.hero-actions{display:grid;justify-items:start;gap:14px}
.device-cover{width:228px;height:409px;padding:30px 22px}
.device-cover h3{font-size:29px}
.cover-icon{margin-top:33px}
.company-layout,.approach-section{grid-template-columns:1fr;gap:var(--content-gap)}
.company-text{max-width:660px}
.company-text .lead{font-size:23px}
.company-text>p+p{font-size:19px}
.product-layout{grid-template-columns:.95fr 1fr;gap:30px}
.product-main-visual{min-height:500px}
.tabs{gap:18px}
.tabs button{font-size:16px}
.tab-panel h3{font-size:26px}
.panel-stage{min-height:300px}
.product-information>.button{font-size:17px;padding-inline:20px}
.mega-inner{gap:30px;grid-template-columns:1fr 1.3fr}
.mega-inner h2{font-size:28px}
.mega-product{padding:20px;gap:16px}
.mega-product .small-app-icon{display:none}
.mega-product strong{font-size:22px}
.mega-product p{font-size:16px}
.open h1{font-size:62px}
.open-hero .hero-description{font-size:20px}
.open-hero .hero-actions{display:flex}
.open .product-layout{grid-template-columns:1fr;padding:0;gap:var(--content-gap)}
.open .product-information{padding:0}
.open .panel-stage{min-height:210px}
.open .product-main-visual{min-height:510px}
.footer-top{grid-template-columns:1.1fr 1fr}
.back-top{grid-column:1/-1}
}
@media(max-width:650px){
:root{--header-height:76px;--section-space:96px;--content-gap:36px}
html{scroll-padding-top:98px}
.wrap{width:calc(100% - 40px)}
body{font-size:18px}
h1{font-size:46px}
h2{font-size:38px;line-height:1.2}
.brand{font-size:25px}
.desktop-nav{display:none}
.mobile-trigger{display:flex}
.section{padding-block:0}
.open .product-section{margin-top:88px}
.section-label{font-size:16px;margin-bottom:18px}
.section-description{font-size:20px;margin-top:22px}
.header-inner{gap:20px}
.hero-description{font-size:18px;margin-top:24px}
.hero-actions{margin-top:28px;gap:20px;display:flex}
.hero-actions .button{padding-inline:20px}
.button,.text-link{font-size:16px}
.button{min-height:56px;gap:22px}
.device-cover{width:235px;height:390px;padding:29px 23px 15px;border-width:6px;border-radius:32px}
.cover-icon{margin-top:26px;width:63px;height:63px;border-radius:15px}
.device-cover h3{font-size:28px;margin-top:22px}
.device-cover p{font-size:16px;margin-top:10px}
.cover-baseline{margin-top:20px}
.product-visual figcaption{font-size:16px;bottom:9px}
.company-layout{gap:var(--content-gap)}
.company-text .lead{font-size:22px}
.company-text>p+p{font-size:18px;margin-top:22px}
.section-title{margin-bottom:40px}
.product-layout{grid-template-columns:1fr;gap:34px}
.product-main-visual{min-height:460px}
.tabs{gap:28px}
.tabs button{font-size:16px;padding-block:15px}
.tab-panel{padding-top:27px}
.tab-panel h3{font-size:28px}
.tab-panel p{font-size:18px}
.panel-stage{min-height:260px}
.product-information>.button{font-size:16px;margin-top:10px}
.product-note{font-size:16px;margin-top:18px}
.approach-section{gap:var(--content-gap)}
.approach-intro>p:last-child{font-size:18px;margin-top:23px}
.accordion-trigger{font-size:21px;padding-block:24px;line-height:1.4;gap:18px}
.accordion-panel>div{padding-right:0}
.accordion-panel p{font-size:18px}
.footer{padding-top:0}
.footer-top{grid-template-columns:1fr;gap:34px;padding-bottom:40px}
.footer-top .brand{font-size:28px}
.footer-top nav{gap:16px;font-size:18px}
.footer-top p{font-size:18px;margin-top:16px}
.footer-bottom{display:grid;grid-template-columns:1fr 1fr;font-size:16px;gap:18px;padding-block:24px 30px}
.footer-bottom>a{grid-column:1/-1}
.details-drawer{width:min(100vw,480px)}
.drawer-head{padding:18px 24px;font-size:16px}
.drawer-body{padding:30px 24px}
.drawer-body h2{font-size:38px}
.drawer-body .lead{font-size:20px}
.drawer-body dl>div{font-size:16px}
.drawer-note{font-size:16px}
.open-hero{padding-top:43px}
.open h1{font-size:clamp(41px,10.7vw,50px);line-height:1.13}
.open-hero .hero-description{font-size:18px;margin-top:23px}
.open-hero .hero-description br{display:none}
.open-hero .hero-actions{margin-top:25px;gap:18px}
.open .hero-actions .text-link{padding:4px 0}
.panorama{height:170px;margin-top:30px}
.panorama .landscape{width:170%;margin-left:-35%}
.open-product-strip{gap:16px;padding-block:32px;flex-wrap:wrap}
.open-product-strip .small-app-icon{width:50px;height:50px;border-radius:12px}
.open-product-strip strong{font-size:23px}
.open-product-strip span{font-size:16px}
.open-product-strip .strip-platform{display:none}
.open-product-strip>svg{margin-left:auto;width:22px;height:22px}
.open .product-layout{padding:0;gap:var(--content-gap)}
.open .product-main-visual{min-height:465px}
.open .product-information{padding:0}
.open .tabs{gap:20px}
.open .panel-stage{min-height:240px}
.open .tab-panel h3{font-size:29px}
.open .accordion-trigger{font-size:23px}
.mobile-menu{padding:25px;inset:var(--header-height) 0 0 7%}
.mobile-menu nav a{font-size:22px}
.mobile-menu>p{font-size:18px}
}
@media(max-width:360px){
:root{--section-space:88px;--content-gap:32px}
.open .product-section{margin-top:80px}
.wrap{width:calc(100% - 32px)}
.brand{font-size:23px}
.mobile-trigger{font-size:16px;gap:10px}
.hero-actions{gap:16px}
.tabs{gap:20px}
.open .tabs{gap:15px}
.open .product-information{padding-inline:0}
.open-product-strip{gap:12px}
.device-cover{width:218px}
.footer-bottom{grid-template-columns:1fr}
.hero-actions .button{gap:15px}
.open .panel-stage{min-height:280px}
}
@media(max-width:650px){
[data-reveal=left].reveal-pending{transform:translateY(18px)}
[data-reveal=left].reveal-pending.revealed{transform:none}
}
@media(prefers-reduced-motion:reduce){
html{scroll-behavior:auto}
*,*:before,*:after{animation:none!important;transition:none!important}
.reveal-pending,[data-reveal=left].reveal-pending{opacity:1!important;transform:none!important}
}

/* Drift marks the start of the footer, above the company wordmark. */
.footer[data-divider]{margin-top:calc(var(--section-space) / 2)}
.footer[data-divider] .footer-top{padding-bottom:48px}
.footer[data-divider] .footer-bottom{border-top:0;padding-top:0}
.footer-divider{height:88px;margin-bottom:56px;pointer-events:none}
.footer-divider svg{display:block;width:100%;height:100%;overflow:visible}
@media(max-width:650px){.footer[data-divider] .footer-top{padding-bottom:32px}.footer-divider{height:64px;margin-bottom:32px}}
