:root{--bg-color:#000;--text-color:#fff;--muted-text:#ffffffb8;--line-color:#ffffff24;--white-bg:#fff;--white-text:#080808;--white-muted:#5f6368;--white-line:#d9d9d9;--white-soft-line:#eee;--font-display:"Archivo", sans-serif;--font-body:"IBM Plex Sans", sans-serif;--font-editorial:"Space Grotesk", sans-serif;--font-geist:"Archivo", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--bg-color);color:var(--text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img,video{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}img{pointer-events:none}html{scrollbar-width:none}::-webkit-scrollbar{width:0;height:0;display:none}html::-webkit-scrollbar{width:0;height:0;display:none}body::-webkit-scrollbar{width:0;height:0;display:none}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}.navbar{z-index:100;background:#050505;border-bottom:1px solid #ffffff2e;padding:0;transition:padding .24s,background .24s,border-color .24s;position:fixed;top:0;left:0;right:0}.nav-content{width:100%;max-width:none;min-height:74px;box-shadow:none;background:0 0;border:0;border-radius:0;justify-content:space-between;align-items:center;padding:0 0 0 clamp(2rem,5vw,4.5rem);transition:border-color .26s,min-height .26s,padding .26s;display:flex}.logo{align-items:center;width:156px;height:74px;text-decoration:none;transition:opacity .18s,filter .22s,height .26s;display:flex}.logo img{filter:invert();pointer-events:none;width:100%;height:auto;display:block}.logo:hover{opacity:.78}.navbar.is-compact .logo{height:62px}.logo svg{width:22px;height:22px}.nav-links{border-left:1px solid #ffffff24;align-items:stretch;gap:0;min-height:74px;margin-left:auto;transition:border-color .22s,min-height .26s;display:flex}.nav-links a{font-family:var(--font-body);color:#ffffffd1;min-width:146px;text-shadow:none;border-right:1px solid #ffffff24;justify-content:center;align-items:center;padding:0 1.35rem;font-size:.92rem;font-weight:500;text-decoration:none;transition:color .16s,background .16s,border-color .22s;display:flex}.nav-links a:hover{color:#fff;background:#ffffff0f}.nav-links a.is-active{color:#fff;background:#ffffff17}.nav-product-item{align-items:stretch;display:flex;position:relative}.nav-product-menu{color:#080808;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);opacity:0;visibility:hidden;background:#fffffffa;border:1px solid #08080814;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;width:min(920px,100vw - 2rem);padding:2.05rem 2.25rem;transition:opacity .18s,transform .18s,visibility .18s;display:grid;position:absolute;top:100%;right:-164px;transform:translateY(-8px);box-shadow:0 28px 90px #0000002e}.nav-product-item:hover .nav-product-menu,.nav-product-item:focus-within .nav-product-menu{opacity:1;visibility:visible;transform:translateY(0)}.nav-product-item.is-suppressed .nav-product-menu{opacity:0;visibility:hidden;transform:translateY(-8px)}.nav-product-card{color:#080808;cursor:pointer;text-align:left;background:0 0;border:0;grid-template-columns:88px minmax(0,1fr);align-items:start;gap:1.2rem;min-height:158px;padding:1.15rem 1.35rem 1.25rem;transition:background .18s,transform .18s;display:grid}.nav-product-card:hover{background:#f3f3f1;transform:translateY(-1px)}.nav-product-card:nth-child(odd){border-right:1px solid #0808081f}.nav-product-card:nth-child(n+3){border-top:1px solid #0808081f}.nav-product-card:last-child:nth-child(odd){border-right:0;grid-column:1/-1;grid-template-columns:88px minmax(0,.56fr)}.nav-product-thumb{background:0 0;border:0;place-items:center;width:64px;max-width:100%;height:56px;display:grid;overflow:hidden}.nav-product-thumb img{object-fit:contain;filter:none;width:58px;height:52px;transition:transform .22s,opacity .18s;display:block;transform:scale(1)}.nav-product-card:hover .nav-product-thumb img,.nav-product-card:focus-visible .nav-product-thumb img{transform:translate(2px)scale(1.05)}.nav-product-copy{gap:.48rem;min-width:0;display:grid}.nav-product-card strong{color:#080808;font-family:var(--font-display);overflow-wrap:anywhere;font-size:clamp(1.18rem,1.35vw,1.55rem);font-weight:600;line-height:1.02;display:block}.nav-product-copy>span{color:#545454;max-width:23rem;font-size:.95rem;line-height:1.35}.nav-product-card em{color:#090909;border-bottom:1px solid;width:fit-content;padding-top:.1rem;font-size:.86rem;font-style:normal;font-weight:650;line-height:1}.nav-links .nav-action{color:#050505;background:#fff;border-right:0;min-width:164px}.nav-links .nav-action:hover,.nav-links .nav-action.is-active{color:#050505;background:#e9e9e9}.navbar.is-compact{padding-top:0}.navbar.is-compact .nav-content,.navbar.is-compact .nav-links{min-height:62px}.navbar.is-on-white{background:#fff;border-bottom-color:#111}.navbar.is-on-white .nav-content{box-shadow:none;background:0 0}.navbar.is-on-white .logo{color:#080808}.navbar.is-on-white .logo img{filter:none}.navbar.is-on-white .nav-links a{color:#505050;border-right-color:#d8d8d8}.navbar.is-on-white .nav-links a:hover{color:#080808;background:#f4f4f4}.navbar.is-on-white .nav-links{border-left-color:#d8d8d8}.navbar.is-on-white .nav-links a.is-active{color:#080808;background:#f1f1f1}.navbar.is-on-white .nav-links .nav-action{color:#fff;background:#080808}.navbar.is-on-white .nav-links .nav-action:hover{background:#2a2a2a}.navbar.is-on-white .nav-links .nav-action.is-active{color:#fff;background:#2a2a2a}.navbar.is-on-white .nav-product-menu{background:#fffffffa;border-color:#08080814}.navbar.is-on-white .nav-product-card{color:#080808;background:0 0}.navbar.is-on-white .nav-product-card:hover{background:#f3f3f1}.navbar.is-on-white .nav-product-card strong{color:#080808}.route-shell{backface-visibility:hidden;will-change:opacity, transform;min-height:100vh}.route-curtain{z-index:220;pointer-events:none;opacity:0;will-change:opacity;transition:none;position:fixed;inset:0;overflow:hidden}.route-curtain.is-visible{opacity:1}.route-curtain-panel{opacity:1;will-change:opacity, transform;place-items:center;transition:opacity .24s,transform .44s cubic-bezier(.22,1,.36,1);display:grid;position:absolute;inset:0;transform:scale(1.01)}.route-curtain.is-holding .route-curtain-panel{opacity:1;transform:scale(1)}.route-curtain.is-entering .route-curtain-panel{opacity:1;transition:transform .44s cubic-bezier(.22,1,.36,1),opacity linear}.route-curtain.is-leaving .route-curtain-panel{opacity:0;transition:opacity .24s,transform .44s cubic-bezier(.22,1,.36,1);transform:scale(.995)}.route-curtain--dark .route-curtain-panel{color:#fff;background:#050505}.route-curtain--light .route-curtain-panel{color:#050505;background:#fff}.route-curtain-loader{z-index:2;opacity:0;width:clamp(76px,6.8vw,118px);transition:opacity .22s,transform .36s cubic-bezier(.22,1,.36,1);position:relative;transform:translateY(8px)scale(.96)}.effluent-water-loader{color:currentColor;width:100%;height:auto;display:block;overflow:visible}.effluent-loader-mark{opacity:.78;transform-box:fill-box;transform-origin:50%;animation:1.15s ease-in-out infinite effluent-loader-mark}.effluent-loader-sheen-bar{transform-box:view-box;animation:1.15s cubic-bezier(.22,1,.36,1) infinite effluent-loader-sheen}.route-curtain.is-entering .route-curtain-loader,.route-curtain.is-holding .route-curtain-loader{opacity:1;transform:translateY(0)scale(1)}.route-curtain.is-leaving .route-curtain-loader{opacity:0;transition-duration:.15s,.22s;transform:translateY(-10px)scale(.98)}.route-curtain-sheen{opacity:0;background:linear-gradient(90deg,#0000,currentColor 46% 54%,#0000);width:100%;height:2px;position:absolute;top:0;left:0;transform:translate(-100%);box-shadow:0 0 22px}.route-curtain.is-entering .route-curtain-sheen{opacity:.34;animation:.52s cubic-bezier(.22,1,.36,1) 20ms both curtain-sheen}.route-curtain.is-holding .route-curtain-sheen,.route-curtain.is-leaving .route-curtain-sheen{opacity:0}@keyframes curtain-sheen{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes effluent-loader-mark{0%,to{opacity:.7;transform:translateY(0)scale(.985)}50%{opacity:1;transform:translateY(-1px)scale(1)}}@keyframes effluent-loader-sheen{0%{transform:translate(0)}to{transform:translate(256px)}}::view-transition-old(root){mix-blend-mode:normal;animation-duration:.42s;animation-timing-function:cubic-bezier(.22,1,.36,1);animation-fill-mode:both}::view-transition-new(root){mix-blend-mode:normal;animation-duration:.42s;animation-timing-function:cubic-bezier(.22,1,.36,1);animation-fill-mode:both}::view-transition-old(root){animation-name:route-frame-out}::view-transition-new(root){animation-name:route-frame-in}@keyframes route-frame-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}@keyframes route-frame-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hero{isolation:isolate;background:#000;height:128vh;min-height:780px;position:relative;overflow:clip}.hero-stage{justify-content:center;align-items:center;height:100vh;min-height:640px;display:flex;position:sticky;top:0;overflow:hidden}.hero-video-stack{z-index:-2;contain:layout paint size;width:100%;height:118%;position:absolute;top:-9%;left:0}.hero-video{object-fit:cover;opacity:0;pointer-events:none;-webkit-user-select:none;user-select:none;will-change:opacity, transform;width:100%;height:100%;transition:opacity 1.1s cubic-bezier(.65,0,.35,1),transform 5.2s linear;position:absolute;inset:0;transform:scale(1.012)}.hero-video::-webkit-media-controls{-webkit-appearance:none;opacity:0!important;pointer-events:none!important;display:none!important}.hero-video::-webkit-media-controls-enclosure{-webkit-appearance:none;opacity:0!important;pointer-events:none!important;display:none!important}.hero-video::-webkit-media-controls-panel{-webkit-appearance:none;opacity:0!important;pointer-events:none!important;display:none!important}.hero-video::-webkit-media-controls-play-button{-webkit-appearance:none;opacity:0!important;pointer-events:none!important;display:none!important}.hero-video::-webkit-media-controls-overlay-play-button{-webkit-appearance:none;opacity:0!important;pointer-events:none!important;display:none!important}.hero-video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;opacity:0!important;pointer-events:none!important;display:none!important}.hero-video.is-visible{opacity:1;transform:scale(1.035)}.hero-overlay{z-index:-1;pointer-events:none;background:#000;width:100%;height:100%;position:absolute;inset:0}.hero-vignette{z-index:0;pointer-events:none;background:linear-gradient(#00000029 0%,#0000 40%,#00000042 100%),linear-gradient(90deg,#0000002e 0%,#0000 48%,#0000001f 100%);position:absolute;inset:0}.hero-copy{z-index:1;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;padding:8rem max(2rem,50vw - 700px + 2rem) 5rem;display:flex;position:absolute;inset:0}.hero-content{text-align:center;z-index:10;width:100%;max-width:1200px}.hero-lockup{width:min(100%,1120px);margin:0 auto}.hero-title{font-family:"Helvetica Neue", Helvetica, var(--font-body);color:#fff;letter-spacing:0;text-transform:none;text-shadow:0 2px 18px #0000004d;max-width:1120px;margin:0}.hero-title span{display:block}.hero-title-kicker{color:#ffffffdb;letter-spacing:-.045em;font-size:clamp(2.8rem,5vw,5.8rem);font-weight:400;line-height:.96}.hero-title-core{color:#fff;letter-spacing:-.06em;font-size:clamp(4.9rem,8.5vw,9.8rem);font-weight:500;line-height:.86}.hero-title-context{color:#ffffffeb;letter-spacing:-.055em;margin-top:clamp(.55rem,1vw,1rem);font-size:clamp(3.35rem,5.8vw,6.7rem);font-weight:400;line-height:.92}.section{padding:0;position:relative}.white-section{z-index:10;background:var(--white-bg);color:var(--white-text);border-top:1px solid var(--white-line)}.software-intro-section{background:#fff}.software-intro{text-align:center;border-bottom:1px solid #111;flex-direction:column;justify-content:flex-start;align-items:center;min-height:clamp(470px,54vh,620px);padding:clamp(4.25rem,6vw,5.75rem) clamp(1.5rem,5vw,4.5rem) clamp(4.5rem,7vw,6.25rem);display:flex}.software-intro h2{color:#727272;font-family:"Helvetica Neue", Helvetica, var(--font-body);margin:0 0 clamp(.85rem,1.45vw,1.55rem);font-size:clamp(1.08rem,1.32vw,1.42rem);font-weight:500;line-height:1.12}.software-intro p{color:#2f3038;max-width:1180px;font-family:"Helvetica Neue", Helvetica, var(--font-body);letter-spacing:-.035em;margin:0;font-size:clamp(2.9rem,4.9vw,6.1rem);font-weight:400;line-height:1.04}.software-intro-line{white-space:nowrap;will-change:transform, opacity, filter;font-weight:400;display:block}.software-intro-line span{color:#6f6f6f}.software-intro-action{align-self:center;margin-top:clamp(2.35rem,4vw,3.75rem)}.software-section{color:#080808;background:#fff;border-top:1px solid #111;border-bottom:1px solid #111}.software-header{border-bottom:1px solid #111;grid-template-columns:minmax(0,1fr) minmax(300px,.44fr);align-items:end;gap:clamp(2rem,5vw,5rem);padding:clamp(3.5rem,7vw,6.5rem) clamp(2rem,5vw,4.5rem);display:grid}.software-header h2{max-width:980px;font-family:var(--font-display);letter-spacing:0;margin:0;font-size:clamp(4rem,7.5vw,9rem);font-weight:600;line-height:.85}.software-header p{color:#3f3f3f;max-width:520px;margin:0 0 .25rem;font-size:clamp(1.08rem,1.35vw,1.45rem);line-height:1.34}.module-grid{border-bottom:1px solid #111;grid-template-columns:repeat(5,minmax(0,1fr));display:grid;overflow:hidden}.module-card{color:#080808;background:#fff;border-right:1px solid #111;grid-template-rows:auto 1fr;min-width:0;min-height:clamp(520px,43vw,620px);padding:clamp(1.4rem,2vw,2.1rem);text-decoration:none;transition:background .18s;display:grid;position:relative;overflow:hidden}.module-card:hover,.module-card:focus-visible{z-index:2;background:#f8f8f4}.module-card:last-child{border-right:0}.module-card:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(90deg,#00000009,#0000 34%);transition:opacity .18s;position:absolute;inset:0}.module-card-copy,.module-mark-frame{z-index:1;position:relative}.module-mark-frame{background:#050505;border-bottom:1px solid #d8d8d8;justify-content:center;align-items:center;width:100%;min-width:0;height:clamp(150px,13vw,210px);padding:clamp(.75rem,1.2vw,1.35rem);display:flex;position:relative;overflow:hidden}.module-mark-frame img{object-fit:contain;object-position:center;opacity:.86;filter:grayscale(.06)contrast(1.08)brightness(1.08);width:min(86%,260px);height:100%;transition:opacity .22s,transform .36s cubic-bezier(.22,1,.36,1);transform:scale(.94)}.module-card-copy span{color:#686868;font-family:var(--font-body);margin:clamp(1.25rem,1.8vw,1.75rem) 0 clamp(1rem,1.5vw,1.45rem);font-size:.98rem;font-weight:600;line-height:1.05;display:block}.module-card h3{font-family:var(--font-display);letter-spacing:0;overflow-wrap:anywhere;min-height:1em;margin:0;font-size:clamp(2.45rem,3vw,3.85rem);font-weight:600;line-height:.94}.module-card p{color:#444;max-width:25rem;margin:clamp(1.25rem,2vw,1.75rem) 0 0;font-size:clamp(.98rem,1.02vw,1.12rem);line-height:1.35}.module-card:hover,.module-card:focus-visible{color:#080808}.module-card:hover:before,.module-card:focus-visible:before{opacity:1}.module-card:hover .module-mark-frame img,.module-card:focus-visible .module-mark-frame img{opacity:1;transform:scale(1)}.module-shell,.products-shell{color:#080808;background:#fff;min-height:100vh;padding-top:6.5rem}.products-hero{color:#fff;background:#050505;border-bottom:1px solid #111;align-items:end;min-height:clamp(520px,66vh,760px);padding:clamp(4rem,8vw,8rem) 0 clamp(2.5rem,5vw,5rem);display:flex;position:relative;overflow:hidden}.products-hero:before,.products-hero:after{content:"";pointer-events:none;position:absolute;inset:0}.products-hero:before{filter:contrast(1.03)saturate(.92);background:url(/ig_0899b27ef664c547016a460063ac5c8193b804ef95e8a13014.jpg) 50%/cover no-repeat}.products-hero:after{background:linear-gradient(#00000024,#00000085),linear-gradient(90deg,#00000094,#0000001f 70%)}.products-hero .container{z-index:1;position:relative}.products-hero h1{max-width:980px;font-family:var(--font-display);margin:0;font-size:clamp(5rem,13vw,15rem);font-weight:600;line-height:.82}.products-hero p{color:#ffffffdb;max-width:920px;font-family:var(--font-display);margin:clamp(1.8rem,3vw,2.8rem) 0 0;font-size:clamp(1.5rem,2.4vw,3rem);font-weight:500;line-height:1.08}.products-index{background:#fff}.products-index .container{max-width:none;padding:0}.products-index-card{background:#fff;border-bottom:1px solid #111;grid-template-columns:minmax(0,.58fr) minmax(360px,.42fr);min-height:clamp(520px,62vh,760px);display:grid}.products-index-card--interface{min-height:0;margin-bottom:clamp(2.25rem,3.4vw,4rem)}.products-index-card--interface:nth-child(2n){grid-template-columns:minmax(360px,.42fr) minmax(0,.58fr)}.products-index-card:nth-child(2n) figure{border-left:1px solid #111;border-right:0;order:2}.products-index-card:nth-child(2n) .products-index-copy{order:1}.products-index-card figure{background:#050505;border-right:1px solid #111;min-height:100%;margin:0;position:relative;overflow:hidden}.products-index-card figure img{object-fit:cover;filter:contrast(1.03)saturate(.95);width:100%;height:100%;display:block}.products-index-card figure.products-index-interface{--products-interface-top:clamp(4.1rem, 4.7vw, 5rem);--products-interface-bottom:clamp(1.1rem, 1.8vw, 1.8rem);--products-interface-gutter:clamp(.25rem, .55vw, .55rem);aspect-ratio:2200/1430;min-height:0;padding:0}.products-index-card figure.products-index-interface img,.products-index-card figure.products-index-interface video{top:var(--products-interface-top);left:var(--products-interface-gutter);width:calc(100% - (var(--products-interface-gutter) * 2));height:calc(100% - var(--products-interface-top) - var(--products-interface-bottom));object-fit:cover;opacity:0;filter:none;transition:opacity .36s,transform .56s cubic-bezier(.2,.85,.18,1);display:block;position:absolute}.products-index-card figure.products-index-interface img.is-active,.products-index-card figure.products-index-interface video.is-active{opacity:1}.products-index-style-toggle{top:clamp(.28rem,.65vw,.5rem);right:var(--products-interface-gutter);z-index:2;position:absolute}.products-index-copy{flex-direction:column;justify-content:center;padding:clamp(2rem,4vw,4.5rem);display:flex}.products-index-card--kronos .products-index-copy{justify-content:flex-start;padding-top:clamp(3rem,6vw,6rem)}.products-index-copy span{color:#696969;font-size:.98rem;font-weight:600}.products-index-copy h2{font-family:var(--font-display);margin:clamp(1.4rem,2vw,2rem) 0 0;font-size:clamp(4rem,8vw,9rem);font-weight:600;line-height:.84}.products-index-copy p{color:#333;max-width:540px;margin:clamp(1.5rem,2.5vw,2.4rem) 0 0;font-size:clamp(1.05rem,1.35vw,1.38rem);line-height:1.34}.software-intro-action,.products-index-copy button,.module-demo-button{color:#fff;width:fit-content;min-height:50px;font-family:var(--font-body);cursor:pointer;background:#050505;border:1px solid #111;padding:0 1.25rem;font-size:1rem;font-weight:600;transition:background .16s,color .16s}.products-index-copy button,.module-demo-button{margin-top:clamp(1.6rem,2.5vw,2.4rem)}.software-intro-action:hover,.products-index-copy button:hover,.module-demo-button:hover{color:#080808;background:#fff}.module-hero{border-bottom:1px solid #111}.module-hero .container{grid-template-columns:minmax(0,1fr) minmax(260px,.28fr);align-items:stretch;gap:clamp(2rem,5vw,5rem);min-height:clamp(520px,68vh,760px);display:grid}.module-hero-copy{flex-direction:column;justify-content:center;padding:clamp(3rem,6vw,6rem) 0;display:flex}.module-hero-copy>p{color:#666;margin:0 0 clamp(2.5rem,5vw,5rem);font-size:clamp(1.15rem,1.6vw,1.7rem);font-weight:600}.module-hero h1{font-family:var(--font-display);letter-spacing:0;margin:0;font-size:clamp(6rem,15vw,17rem);font-weight:600;line-height:.82}.module-hero-copy strong{color:#222;max-width:840px;font-family:var(--font-display);margin:clamp(2.5rem,5vw,4.5rem) 0 0;font-size:clamp(2rem,3.4vw,4.2rem);font-weight:500;line-height:1.03}.module-hero-mark{background:#050505;border-left:1px solid #111;place-items:center;min-height:100%;display:grid;position:relative;overflow:hidden}.module-hero-mark img{object-fit:contain;object-position:center;filter:contrast(1.06);width:min(86%,420px);max-height:min(68vh,560px)}.module-product-view{background:#fff;border-bottom:1px solid #111}.module-product-view .container{grid-template-columns:minmax(220px,.32fr) minmax(0,1fr);align-items:start;gap:clamp(2rem,5vw,5rem);padding-top:clamp(2rem,4vw,4rem);padding-bottom:clamp(2rem,4vw,4rem);display:grid}.module-product-caption{padding-top:.25rem;position:sticky;top:96px}.module-product-caption h2{max-width:420px;font-family:var(--font-display);letter-spacing:0;margin:0;font-size:clamp(2rem,3.1vw,4rem);font-weight:600;line-height:.96}.module-product-caption p{color:#444;max-width:400px;margin:clamp(1.2rem,2vw,1.75rem) 0 0;font-size:clamp(1rem,1.2vw,1.24rem);line-height:1.36}.module-product-frame{background:linear-gradient(135deg,#fff 0%,#f4f4f1 42%,#e8e8e2 100%);border:1px solid #111;margin:0;padding:clamp(.45rem,.8vw,.8rem);position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffffd1}.module-product-frame:before,.module-product-frame:after{content:"";pointer-events:none;z-index:2;position:absolute;inset:clamp(.45rem,.8vw,.8rem)}.module-product-frame:before{border:1px solid #00000024;box-shadow:inset 0 1px #ffffffc7,inset 0 -28px 44px #00000009}.module-product-frame:after{mix-blend-mode:soft-light;background:linear-gradient(120deg,#ffffff38 0%,#fff0 34%),linear-gradient(#ffffff1a,#0000000b)}.module-product-frame img{z-index:1;filter:contrast(1.02)saturate(.96);border:1px solid #0000001a;width:100%;height:auto;display:block;position:relative}.kronos-style-view{color:#080808;background:#fff;border-bottom:1px solid #111}.kronos-style-view .container{grid-template-columns:minmax(300px,27rem) minmax(0,1fr);max-width:none;padding:0;display:grid}.kronos-style-caption{border-right:1px solid #111;flex-direction:column;justify-content:flex-start;min-height:0;padding:clamp(2rem,3vw,3.25rem);display:flex}.kronos-style-copy{flex-direction:column;align-items:flex-start;display:flex}.kronos-style-copy.is-sticky{position:sticky;top:96px}.kronos-style-caption h2{max-width:340px;font-family:var(--font-display);letter-spacing:0;overflow-wrap:break-word;margin:0;font-size:clamp(2.35rem,2.9vw,3.8rem);font-weight:600;line-height:.98}.kronos-style-caption p{color:#444;max-width:360px;margin:clamp(1rem,1.5vw,1.45rem) 0 0;font-size:clamp(1rem,1.08vw,1.18rem);line-height:1.36}.kronos-style-preview{background:#050505;flex-direction:column;min-height:0;display:flex}.kronos-style-toolbar{justify-content:flex-end;padding:clamp(.75rem,1.2vw,1rem) clamp(.75rem,2vw,2rem) 0;display:flex}.kronos-style-toggle{color:#ffffffdb;width:fit-content;min-height:24px;font-family:var(--font-body);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff47;padding:0 .5rem;font-size:.68rem;font-weight:600;transition:background .16s,color .16s,transform .18s}.kronos-style-toggle:hover,.kronos-style-toggle:focus-visible{color:#fff;background:#ffffff1f;transform:translateY(-1px)}.kronos-style-frame{aspect-ratio:2200/1367;flex:none;margin:0;position:relative;overflow:hidden}.kronos-style-open{z-index:3;cursor:zoom-in;background:0 0;border:0;padding:0;position:absolute;inset:0}.kronos-style-open:focus-visible{outline-offset:-8px;outline:2px solid #ffffffe6}.kronos-style-frame img,.kronos-style-frame video{object-fit:contain;opacity:0;width:100%;height:100%;padding:clamp(.35rem,.9vw,.9rem) clamp(.45rem,1.15vw,1.15rem) clamp(.55rem,1.3vw,1.3rem);transition:opacity .43s,transform .62s cubic-bezier(.2,.85,.18,1);display:block;position:absolute;inset:0;transform:translateY(10px)scale(.992)}.kronos-style-frame img.is-active,.kronos-style-frame video.is-active{opacity:1;transform:translateY(0)scale(1)}.preview-lightbox{z-index:1000;cursor:zoom-out;background:#000000e0;place-items:center;padding:clamp(1rem,3vw,2.5rem);display:grid;position:fixed;inset:0}.preview-lightbox-frame{cursor:default;width:min(96vw,1700px);max-height:92vh}.preview-lightbox-frame img,.preview-lightbox-frame video{object-fit:contain;background:#050505;border:1px solid #ffffff2e;width:100%;max-height:92vh;display:block}.preview-lightbox-close{z-index:1001;color:#fff;min-height:34px;font-family:var(--font-body);cursor:pointer;background:#ffffff14;border:1px solid #ffffff47;padding:0 .75rem;font-size:.78rem;font-weight:600;position:fixed;top:clamp(.75rem,2vw,1.25rem);right:clamp(.75rem,2vw,1.25rem)}.module-detail{padding:0 0 clamp(3rem,5vw,5rem)}.module-detail--kronos{border-bottom:1px solid #111;padding:0}.module-detail--kronos .container{grid-template-columns:repeat(4,minmax(0,1fr));max-width:none;padding:0;display:grid}.module-detail-row{border-bottom:1px solid #d8d8d8;grid-template-columns:minmax(180px,.32fr) minmax(0,1fr);gap:clamp(2rem,5vw,5rem);padding:clamp(2.5rem,4vw,4rem) 0;display:grid}.module-detail-row h2{font-family:var(--font-display);margin:0;font-size:clamp(1.6rem,2.4vw,2.6rem);font-weight:500;line-height:1}.module-detail-row p{color:#222;max-width:980px;font-family:var(--font-display);margin:0;font-size:clamp(2rem,3.3vw,4.1rem);font-weight:500;line-height:1.03}.module-detail--kronos .module-detail-row{border-bottom:0;border-right:1px solid #111;flex-direction:column;justify-content:space-between;gap:clamp(2rem,4vw,4rem);min-height:clamp(360px,34vw,520px);padding:clamp(1.5rem,2.8vw,3rem);display:flex}.module-detail--kronos .module-detail-row:last-child{border-right:0}.module-detail--kronos .module-detail-row h2{max-width:9ch;font-size:clamp(2rem,3.2vw,4.35rem);font-weight:600;line-height:.92}.module-detail--kronos .module-detail-row p{color:#333;max-width:34ch;font-family:var(--font-body);font-size:clamp(1rem,1.08vw,1.24rem);font-weight:500;line-height:1.35}.kronos-pane-mark{color:#050505c2;opacity:.9;filter:contrast(1.16);width:min(100%,270px);height:auto}.page-shell{color:#080808;background:#fff;min-height:100vh;padding-top:6.5rem}.page-shell--solutions{background:#050505;padding-top:74px}.page-shell--pilot{background:#f7f7f7}.page-hero{border-bottom:1px solid #111;padding:5.5rem 0 0}.page-hero .container{grid-template-columns:1fr;gap:clamp(2rem,4vw,3.5rem);display:grid}.page-hero-header{grid-template-columns:minmax(0,1fr) minmax(320px,.38fr);align-items:end;gap:clamp(2rem,5vw,5rem);display:grid}.page-hero h1{max-width:980px;font-family:var(--font-display);letter-spacing:0;margin:0;font-size:clamp(5rem,13vw,15.5rem);font-weight:600;line-height:.82}.page-hero p{color:#333;max-width:560px;margin:0 0 1.1rem;font-size:clamp(1.25rem,2.2vw,2rem);line-height:1.22}.page-hero-asset{aspect-ratio:16/6.2;background:#111;border-top:1px solid #111;border-left:1px solid #111;border-right:1px solid #111;width:100%;margin:0;position:relative;overflow:hidden}.page-hero-asset:after{content:"";pointer-events:none;background:linear-gradient(#0000 52%,#0000002e);position:absolute;inset:0}.page-hero-asset img{object-fit:cover;filter:contrast(1.05)saturate(.92);width:100%;height:100%;display:block}.page-hero--solutions{color:#fff;background:#050505;border-bottom-color:#050505;padding:0;position:relative;overflow:hidden}.page-hero--solutions:before{content:"";opacity:.18;pointer-events:none;background-image:url(/brand/effluent-background.png);background-position:50%;background-size:cover;position:absolute;inset:0}.page-hero--solutions .container{z-index:1;grid-template-columns:minmax(0,.44fr) minmax(0,.56fr);align-items:stretch;gap:0;width:100%;max-width:none;min-height:clamp(560px,74vh,780px);padding:0;position:relative}.page-hero--solutions .page-hero-header{border-right:1px solid #ffffff29;flex-direction:column;grid-area:1/1;justify-content:center;min-height:clamp(560px,74vh,780px);padding:clamp(2rem,5vw,5rem);display:flex}.page-hero--solutions h1{color:#fff;max-width:620px;font-size:clamp(4.25rem,7vw,8rem);line-height:.9}.page-hero--solutions p{color:#ffffffb8;max-width:560px;margin:2rem 0 0}.page-hero--solutions .page-hero-asset{aspect-ratio:auto;border:0;grid-area:1/2;height:100%;min-height:clamp(560px,74vh,780px)}.page-hero--solutions .page-hero-asset img{object-position:center}.page-hero--company{color:#fff;background:#050505;padding-top:0;position:relative}.page-hero--company .container{grid-template-columns:1fr;gap:0;max-width:none;min-height:clamp(560px,78vh,860px);padding:0}.page-hero--company .page-hero-asset{aspect-ratio:auto;border:0;grid-area:1/1;height:100%}.page-hero--company .page-hero-asset:after{background:linear-gradient(#00000014,#0000003d 42%,#000000b8)}.page-hero--company .page-hero-header{z-index:1;flex-direction:column;grid-area:1/1;justify-content:center;align-self:stretch;padding:clamp(2rem,4vw,4.5rem);display:flex;position:relative}.page-hero--company h1{color:#fff;font-size:clamp(4.7rem,8.5vw,10rem);line-height:.86}.page-hero--company p{color:#ffffffd1;max-width:620px;margin-top:2rem}.page-hero--pilot{background:#f7f7f7}.page-hero--pilot .page-hero-header{align-items:center}.page-hero--pilot h1{font-size:clamp(5rem,13vw,15.5rem)}.page-hero--pilot .page-hero-asset{aspect-ratio:16/5.6}.page-rows--pilot{background:#f7f7f7}.page-rows--pilot .page-row{background:#fff;border-left:1px solid #d8d8d8;border-right:1px solid #d8d8d8;margin-bottom:0;padding-left:clamp(1.25rem,3vw,2.5rem);padding-right:clamp(1.25rem,3vw,2.5rem)}.page-row--visual{grid-template-columns:minmax(180px,.28fr) minmax(0,1fr) minmax(180px,.34fr);align-items:center}.page-row-svg{color:#080808;justify-content:flex-end;align-items:center;min-height:160px;padding-left:clamp(1rem,2vw,2rem);display:flex}.page-row-icon{width:min(100%,260px);height:auto;display:block}.calendly-section{color:#080808;background:#fff;border-bottom:1px solid #111}.calendly-section .container{grid-template-columns:minmax(220px,.32fr) minmax(0,1fr);align-items:stretch;gap:clamp(2rem,5vw,5rem);padding-top:clamp(2rem,4vw,4rem);padding-bottom:clamp(2rem,4vw,4rem);display:grid}.calendly-copy{padding-top:.35rem}.calendly-copy h2{max-width:420px;font-family:var(--font-display);letter-spacing:0;margin:0;font-size:clamp(2.5rem,4.8vw,6.5rem);font-weight:600;line-height:.9}.calendly-copy p{color:#444;max-width:400px;margin:clamp(1.25rem,2vw,1.75rem) 0 0;font-size:clamp(1.02rem,1.2vw,1.28rem);line-height:1.36}.calendly-copy a{color:#080808;font-family:var(--font-display);border-bottom:1px solid #080808;margin-top:clamp(1.5rem,2.4vw,2.25rem);font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex}.calendly-frame{background:#f7f7f7;border:1px solid #111;width:100%;min-height:760px;display:block}.page-rows{padding:0 0 5rem}.page-row{border-bottom:1px solid #d8d8d8;grid-template-columns:minmax(220px,.45fr) minmax(0,1.55fr);gap:clamp(2rem,5vw,5rem);padding:clamp(2.5rem,5vw,4.5rem) 0;display:grid}.page-row h2{font-family:var(--font-geist);margin:0;font-size:clamp(1.6rem,2.2vw,2.4rem);font-weight:500;line-height:1}.page-row p{color:#222;max-width:920px;font-family:var(--font-display);margin:0;font-size:clamp(2rem,3.3vw,4.2rem);font-weight:500;line-height:1.02}.page-rows--solutions{background:#f7f7f4;padding:0}.page-rows--solutions .container{grid-template-columns:repeat(3,minmax(0,1fr));max-width:none;padding:0;display:grid}.page-rows--solutions .page-row{background:#fff;border-bottom:1px solid #111;border-right:1px solid #d8d8d8;grid-template-rows:auto 1fr;min-height:clamp(300px,34vw,420px);padding:clamp(1.75rem,3.4vw,3.6rem);display:grid}.page-rows--solutions .page-row:last-child{border-right:0}.page-rows--solutions .page-row h2{margin-bottom:clamp(2.25rem,5vw,4.25rem)}.page-rows--solutions .page-row p{max-width:560px;font-size:clamp(1.65rem,2.75vw,3.1rem);line-height:1.04}.page-rows--company .page-row{grid-template-columns:minmax(160px,.24fr) minmax(0,1fr) minmax(180px,.28fr);gap:clamp(2rem,5vw,5rem);padding:clamp(2.25rem,4vw,3.5rem) 0}.page-rows--company .container{border-top:1px solid #d8d8d8}.page-rows-heading{font-family:var(--font-display);border-bottom:1px solid #111;margin:0;padding:clamp(2.5rem,5vw,4.5rem) 0;font-size:clamp(3.8rem,9vw,10rem);font-weight:600;line-height:.86}.page-rows--company .page-row h2{color:#6d6d6d}.page-rows--company .page-row p{max-width:900px;font-size:clamp(1.8rem,3vw,3.85rem);line-height:1.04}.company-manifesto-section{color:#080808;background:#fff;border-bottom:1px solid #111}.company-manifesto-section .container{padding-top:clamp(2.5rem,5vw,4.5rem);padding-bottom:clamp(3rem,6vw,6rem)}.company-manifesto-section h2{color:#071012;background:linear-gradient(102deg,#061012 0%,#123d47 42%,#0a1719 76%);-webkit-text-fill-color:transparent;text-shadow:0 14px 34px #1c708424;-webkit-background-clip:text;background-clip:text;margin:0;padding:.08em 0 .2em;font-family:Snell Roundhand,Apple Chancery,Segoe Script,cursive;font-size:clamp(3.25rem,6.5vw,7.25rem);font-weight:400;line-height:1.18;display:inline-block;transform:rotate(-.45deg)}.company-manifesto-copy{max-width:1180px;padding-top:clamp(2rem,4vw,4rem)}.company-manifesto-copy p{color:#151515;font-family:var(--font-body);margin:0;font-size:clamp(1.08rem,1.18vw,1.34rem);font-weight:400;line-height:1.58}.company-manifesto-copy p+p{margin-top:1.15em}.company-diagram-section{background:#fff;border-top:1px solid #111;border-bottom:1px solid #111;padding:clamp(2.5rem,5vw,4.75rem) clamp(1rem,3vw,2rem)}.company-diagram-section img{width:min(1180px,100%);height:auto;margin:0 auto;display:block}.info-shell{color:#080808;background:#fff;min-height:100vh;padding-top:6.5rem}.info-hero{border-bottom:1px solid #111;padding:clamp(5rem,9vw,9rem) 0 clamp(3rem,5vw,5rem)}.info-hero h1{max-width:980px;font-family:var(--font-display);letter-spacing:0;margin:0;font-size:clamp(5rem,13vw,15.5rem);font-weight:600;line-height:.82}.info-hero p{color:#333;max-width:720px;margin:clamp(2rem,4vw,3rem) 0 0;font-size:clamp(1.25rem,2vw,1.9rem);line-height:1.26}.info-switcher{border:1px solid #111;flex-wrap:wrap;gap:0;width:fit-content;margin-top:clamp(2.25rem,4vw,3.75rem);display:flex}.info-switcher a{color:#080808;background:#fff;border-right:1px solid #111;justify-content:center;align-items:center;min-width:124px;min-height:48px;padding:0 1.2rem;font-weight:600;text-decoration:none;transition:background .16s,color .16s;display:inline-flex}.info-switcher a:last-child{border-right:0}.info-switcher a:hover,.info-switcher a.is-active{color:#fff;background:#050505}.info-rows{padding:0 0 clamp(3rem,5vw,5rem)}.info-row{border-bottom:1px solid #d8d8d8;grid-template-columns:minmax(180px,.34fr) minmax(0,1fr);gap:clamp(2rem,5vw,5rem);padding:clamp(2.5rem,4vw,4rem) 0;display:grid}.info-row h2{font-family:var(--font-display);margin:0;font-size:clamp(1.6rem,2.4vw,2.6rem);font-weight:500;line-height:1}.info-row p{color:#222;max-width:920px;font-family:var(--font-display);margin:0;font-size:clamp(2rem,3.3vw,4.1rem);font-weight:500;line-height:1.03}.info-row-visual{aspect-ratio:1.2;background:#fff;border:1px solid #111;place-items:center;width:clamp(96px,10vw,150px);display:grid}.info-row-visual svg{color:#050505;width:78%;height:78%;display:block}.info-row-visual path,.info-row-visual circle,.info-row-visual rect{fill:none;stroke:currentColor;stroke-width:5px;stroke-linecap:square;stroke-linejoin:miter}.info-shell--security .info-rows .container{max-width:1180px}.info-shell--security .info-row{border-left:1px solid #d8d8d8;grid-template-columns:minmax(110px,.16fr) minmax(180px,.22fr) minmax(0,1fr);align-items:center;gap:clamp(1.5rem,3vw,3rem);padding:clamp(2rem,4vw,4rem)}.info-shell--security .info-row-visual{color:#fff;background:#050505}.info-shell--security .info-row:first-child{border-top:0}.info-shell--security .info-row:nth-child(odd){background:#f7f7f4}.info-shell--security .info-row p{font-size:clamp(1.55rem,2.15vw,2.7rem);line-height:1.1}.info-shell--privacy .info-rows{background:#fff}.info-shell--privacy .info-rows .container{max-width:1360px;padding-top:clamp(2.5rem,5vw,5rem);padding-bottom:clamp(3rem,6vw,6rem);display:block}.info-shell--privacy .info-row{background:0 0;border-top:1px solid #111;border-bottom:0;grid-template-columns:minmax(160px,.22fr) minmax(0,1fr);align-items:baseline;gap:clamp(2rem,5vw,6rem);min-height:0;padding:clamp(2rem,4.5vw,4.5rem) 0}.info-shell--privacy .info-row-visual{display:none}.info-shell--privacy .info-row:last-child{border-bottom:1px solid #111}.info-shell--privacy .info-row h2{color:#686868;font-size:clamp(1.05rem,1.6vw,1.45rem);font-weight:600;line-height:1.05}.info-shell--privacy .info-row p{max-width:980px;font-size:clamp(1.85rem,3.1vw,4.25rem);line-height:1.03}.info-shell--terms .info-hero{color:#fff;background:#050505}.info-shell--terms .info-hero p{color:#ffffffb8}.info-shell--terms .info-switcher{border-color:#ffffff52}.info-shell--terms .info-switcher a{color:#fff;background:#050505;border-right-color:#ffffff52}.info-shell--terms .info-switcher a:hover,.info-shell--terms .info-switcher a.is-active{color:#050505;background:#fff}.info-shell--terms .info-rows{background:#f7f7f4;padding-bottom:clamp(3rem,5vw,5rem)}.info-shell--terms .info-rows .container{max-width:1120px;padding-top:clamp(2rem,4vw,4rem)}.info-document{background:#fff;border:1px solid #111;box-shadow:0 16px 40px #00000014}.info-document-header{color:#111;font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid #111;justify-content:space-between;align-items:center;gap:1.5rem;padding:clamp(1rem,2vw,1.5rem);font-size:.82rem;font-weight:650;display:flex}.info-document-header strong{color:#666;font-weight:600}.info-document-section{border-bottom:1px solid #d8d8d8;grid-template-columns:minmax(180px,.34fr) minmax(0,1fr);gap:clamp(1.5rem,4vw,4rem);padding:clamp(1.75rem,3vw,3rem);display:grid}.info-document-section:last-child{border-bottom:0}.info-document-section h2{color:#090909;font-family:var(--font-display);margin:0;font-size:clamp(1.4rem,2.2vw,2.4rem);font-weight:600;line-height:.98}.info-document-section p{color:#333;max-width:760px;font-family:var(--font-body);margin:0;font-size:clamp(1rem,1.1vw,1.2rem);line-height:1.58}.info-shell--contact{background:#f7f7f4}.contact-hero{background:#fff}.contact-form-section{padding:clamp(2rem,4vw,4rem) 0 clamp(4rem,7vw,7rem)}.contact-form-section .container{grid-template-columns:minmax(240px,.34fr) minmax(0,1fr);align-items:start;gap:clamp(2rem,5vw,5rem);display:grid}.contact-form-copy{position:sticky;top:7.5rem}.contact-form-copy h2{font-family:var(--font-display);margin:0;font-size:clamp(2.6rem,5vw,6.5rem);font-weight:600;line-height:.88}.contact-form-copy p{color:#333;max-width:320px;margin:1.5rem 0 0;font-size:1.1rem;line-height:1.35}.contact-form-copy button,.contact-form button{color:#fff;width:fit-content;min-height:50px;font:inherit;cursor:pointer;background:#050505;border:1px solid #111;margin-top:1.6rem;padding:0 1.25rem;font-weight:700}.contact-form-copy button:hover,.contact-form button:hover{color:#050505;background:#fff}.contact-form{background:#fff;border:1px solid #111;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding:clamp(1.25rem,3vw,2rem);display:grid}.contact-form label{color:#555;letter-spacing:.08em;text-transform:uppercase;gap:.55rem;font-size:.82rem;font-weight:800;display:grid}.contact-form input,.contact-form select,.contact-form textarea{color:#080808;width:100%;font:inherit;letter-spacing:0;background:#fff;border:1px solid #bbb;font-size:1rem}.contact-form input,.contact-form select{height:52px;padding:0 .9rem}.contact-form textarea{resize:vertical;min-height:180px;padding:.9rem}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline-offset:2px;outline:2px solid #050505}.contact-form-message,.contact-form button{grid-column:1/-1}.partners-shell{color:#080808;background:#fff;min-height:100vh;padding-top:6.5rem}.partners-hero{border-bottom:1px solid #111;grid-template-columns:minmax(360px,.24fr) minmax(0,1fr);min-height:calc(100vh - 6.5rem);display:grid}.partners-hero-copy{min-height:inherit;color:#fff;background:#050505;flex-direction:column;justify-content:center;padding:clamp(2.25rem,3.2vw,4rem);display:flex;overflow:hidden}.partners-hero-copy h1{font-family:var(--font-display);letter-spacing:0;overflow-wrap:normal;max-width:100%;margin:0;font-size:clamp(3.25rem,3.45vw,4.55rem);font-weight:600;line-height:.92}.partners-logo-board{background:#fff;grid-template-rows:auto 1fr;display:grid}.partners-board-label{color:#6d6459;letter-spacing:.28em;text-transform:uppercase;border-bottom:1px solid #111;align-items:center;min-height:clamp(74px,8vw,112px);padding:0 clamp(1.5rem,4vw,4rem);font-size:clamp(.9rem,1vw,1.05rem);font-weight:600;display:flex}.partners-logo-grid{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:minmax(220px,1fr);display:grid}.partners-logo-card{min-height:clamp(180px,17vw,260px);color:inherit;background:#fff;border-bottom:1px solid #d8d8d8;border-right:1px solid #d8d8d8;place-items:center;padding:clamp(1.5rem,3vw,3.5rem);text-decoration:none;transition:background .18s,filter .18s;display:grid}.partners-logo-card:hover,.partners-logo-card:focus-visible{background:#f8f8f5}.partners-logo-card:focus-visible{outline-offset:-2px;outline:2px solid #080808}.partners-logo-card:nth-child(2n){border-right:1px solid #d8d8d8}.partners-logo-card:nth-child(3n){border-right:0}.partners-logo-card:nth-last-child(-n+2){border-bottom:0}.partners-logo-card:last-child{border-right:0}.partners-logo-card img{object-fit:contain;width:min(68%,230px);max-height:112px;display:block}.partners-logo-card:first-child img{width:min(76%,270px);max-height:132px}.partners-logo-card:nth-child(2) img{width:min(54%,165px);max-height:132px}.partners-logo-card:nth-child(3) img{width:min(86%,340px);max-height:128px}.partners-logo-card:nth-child(4) img{width:min(54%,190px);max-height:70px}.partners-logo-card:nth-child(5) img{filter:brightness(0)contrast(1.28);opacity:.86;width:min(42%,142px);max-height:138px}.partners-logo-card:nth-child(6) img{width:min(96%,520px);max-height:190px}.partners-wordmark{color:#080808;justify-content:center;align-items:center;gap:.8rem;display:flex}.partners-wordmark span{color:#fff;width:3.1rem;height:3.1rem;font-family:var(--font-display);background:#050505;place-items:center;font-size:1.65rem;font-weight:700;line-height:1;display:grid}.partners-wordmark strong{font-family:var(--font-display);font-size:clamp(1.35rem,1.8vw,2.25rem);font-weight:500;line-height:1}.school-banner{color:#fff;background:#050505;border-bottom:1px solid #111;overflow:hidden}.school-banner-label{color:#ffffffd1;font-family:"Helvetica Neue", Helvetica, var(--font-body);letter-spacing:-.04em;text-align:center;border-bottom:1px solid #ffffff29;justify-content:center;padding:clamp(1.6rem,2.8vw,2.8rem) clamp(1.5rem,4vw,4rem);font-size:clamp(1.75rem,3vw,3.25rem);font-weight:500;line-height:.95;display:flex}.school-logo-track{width:max-content;animation:34s linear infinite school-scroll;display:flex}.school-logo-track img{object-fit:contain;background:#fff;border-right:1px solid #d8d8d8;width:clamp(210px,17vw,300px);height:clamp(110px,9vw,150px);padding:1.4rem 2.1rem}@keyframes school-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.partners-contact-strip{background:#fff;border-bottom:1px solid #111;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2rem;padding:clamp(2.4rem,5vw,5rem);display:grid}.partners-contact-strip h2{font-family:var(--font-display);margin:0;font-size:clamp(3rem,7vw,9rem);font-weight:600;line-height:.9}.partners-contact-strip a{color:#fff;background:#050505;justify-content:center;align-items:center;min-height:56px;padding:0 1.4rem;font-weight:600;text-decoration:none;transition:background .16s,color .16s;display:inline-flex}.partners-contact-strip a:hover{background:#202020}.site-footer{color:#fff;background:#050505;border-top:1px solid #111;grid-template-columns:minmax(260px,.28fr) minmax(0,1fr);min-height:clamp(280px,34vh,360px);display:grid}.footer-image-panel{background:linear-gradient(#ffffff09,#fff0 38%),#050505;border-right:1px solid #ffffff29;flex-direction:column;justify-content:space-between;gap:2rem;min-height:clamp(280px,34vh,360px);padding:clamp(1.5rem,2.6vw,2.7rem);display:flex;overflow:hidden}.footer-brand-logo{filter:invert();width:min(78%,210px);height:auto;display:block}.footer-location{border-top:1px solid #ffffff29;align-self:stretch;gap:.65rem;padding-top:clamp(1.25rem,2vw,2rem);display:grid}.footer-location span{color:#ffffff75;font-family:var(--font-body);font-size:.92rem;font-weight:600;line-height:1}.footer-location strong{color:#fff;max-width:14rem;font-family:var(--font-display);letter-spacing:0;font-size:clamp(1.8rem,2.8vw,3.35rem);font-weight:500;line-height:.95}.footer-links-panel{min-height:clamp(280px,34vh,360px);display:flex}.footer-columns{flex:1;grid-template-columns:repeat(4,minmax(0,1fr));min-height:100%;display:grid}.footer-column{border-right:1px solid #ffffff29;flex-direction:column;justify-content:flex-start;padding:clamp(1.4rem,2.2vw,2.35rem) clamp(1.35rem,2.5vw,3rem);display:flex}.footer-column:last-child{border-right:0}.footer-column h2{color:#ffffff85;font-family:var(--font-body);margin:0 0 clamp(1.35rem,2vw,1.9rem);font-size:.95rem;font-weight:600;line-height:1}.footer-column a{color:#fff;font-family:var(--font-display);margin:0 0 .78rem;font-size:clamp(1.2rem,1.65vw,1.9rem);font-weight:500;line-height:1.08;text-decoration:none;transition:color .16s}.footer-column a:hover{color:#ffffffad}@media (width<=720px){.container{padding:0 1.25rem}.nav-links{display:none}.nav-content{padding-left:1.25rem;padding-right:1.25rem}.hero{height:118vh;min-height:700px}.hero-stage{min-height:620px}.hero-copy{text-align:center;align-items:center;padding:7rem 1.25rem 4rem}.hero-title{text-shadow:0 2px 14px #00000047}.hero-title-kicker{font-size:clamp(2.35rem,9.4vw,3.9rem);line-height:.98}.hero-title-core{font-size:clamp(3.35rem,13.2vw,5.25rem);line-height:.88}.hero-title-context{font-size:clamp(2.45rem,9.7vw,3.95rem);line-height:.94}.page-shell--solutions{padding-top:5rem}.page-hero .container{grid-template-columns:1fr;gap:2rem}.page-hero-header{grid-template-columns:1fr;gap:1.5rem}.page-hero h1{font-size:clamp(3.4rem,17vw,6rem)}.page-hero p{margin:0}.page-hero-asset{aspect-ratio:16/9.5;margin:0}.page-hero--solutions{padding:0}.page-hero--solutions .container{grid-template-columns:1fr;gap:0;min-height:0}.page-hero--solutions .page-hero-asset,.page-hero--solutions .page-hero-header{border-left:0;border-right:0;grid-area:auto;min-height:0}.page-hero--solutions .page-hero-asset{aspect-ratio:16/10;height:auto}.page-hero--solutions .page-hero-header{padding:3rem 1.25rem 3.5rem}.page-hero--solutions h1{font-size:clamp(3.4rem,17vw,6rem)}.page-hero--company .page-hero-asset{aspect-ratio:auto;border:0;grid-area:1/1;height:100%;min-height:520px}.page-hero--company .page-hero-header{grid-area:1/1;justify-content:center;align-self:stretch;padding:4rem 1.25rem 3rem}.page-rows--solutions .container{grid-template-columns:1fr}.page-rows--solutions .page-row{border-right:0;min-height:0}.page-rows--solutions .page-row h2{margin-bottom:2.5rem}.calendly-section .container{grid-template-columns:1fr;gap:1.75rem;padding-top:2.25rem;padding-bottom:2.25rem}.calendly-copy h2{font-size:clamp(3rem,14vw,5.5rem)}.calendly-frame{border-left:0;border-right:0;width:calc(100% + 2.5rem);min-height:720px;margin:0 -1.25rem}.page-rows--solutions .page-row p,.page-rows--company .page-row p{font-size:clamp(1.9rem,9vw,3.35rem)}.page-rows--company .page-row{grid-template-columns:1fr;gap:1.25rem}.page-row--visual{grid-template-columns:1fr}.page-row-icon{width:min(78%,220px)}.section{padding:0}.software-intro{min-height:auto;padding:5.55rem 1.25rem 3.5rem}.software-intro h2{font-size:1rem}.software-intro p{letter-spacing:-.032em;font-size:clamp(2.4rem,9.5vw,3.85rem);line-height:1}.software-intro-line{white-space:normal}.software-header{grid-template-columns:1fr;gap:1.5rem;padding:3.25rem 1.25rem 2.5rem}.software-header h2{font-size:clamp(3.25rem,15vw,5.8rem)}.module-grid{display:block}.products-shell{padding-top:5rem}.products-hero{padding:4rem 0 3rem}.products-hero h1{font-size:clamp(3.6rem,18vw,6.2rem)}.products-hero p{font-size:clamp(1.5rem,7vw,2.7rem)}.products-index-card{grid-template-columns:1fr;min-height:0}.products-index-card:nth-child(2n) figure,.products-index-card:nth-child(2n) .products-index-copy{order:initial}.products-index-card:nth-child(2n) figure{border-left:0}.products-index-card figure{aspect-ratio:16/11;border-bottom:1px solid #111;border-right:0;min-height:300px}.products-index-copy{padding:2.5rem 1.25rem 3rem}.products-index-copy h2{font-size:clamp(3.4rem,17vw,6rem)}.module-card{border-bottom:1px solid #111;border-right:0;grid-template-rows:220px auto;min-height:540px;padding:2.25rem 1.25rem}.module-card:hover,.module-card:focus-visible{flex-grow:1;margin-left:0;margin-right:0}.module-mark-frame{padding-bottom:1.25rem}.module-mark-frame img{width:min(82%,300px);height:180px;transform:scale(.96)}.module-card h3{font-size:clamp(3rem,14vw,5.4rem)}.module-card-copy span{margin:1.75rem 0 2.75rem}.module-card p{min-height:0}.module-shell{padding-top:5rem}.module-hero .container{grid-template-columns:1fr;min-height:0}.module-hero-copy{padding:4rem 0 3rem}.module-hero h1{font-size:clamp(4.4rem,20vw,7rem)}.module-hero-copy strong{font-size:clamp(2rem,10vw,3.55rem)}.module-hero-mark{border-top:1px solid #111;border-left:0;min-height:220px;margin:0 -1.25rem}.module-hero-mark img{width:min(82%,300px);max-height:190px}.module-product-view .container{grid-template-columns:1fr;gap:1.5rem;padding-top:2rem;padding-bottom:2rem}.module-product-caption{position:static;top:auto}.module-product-caption h2{font-size:clamp(2.25rem,11vw,4rem)}.module-product-frame{border-left:0;border-right:0;margin:0 -1.25rem}.kronos-style-view .container{grid-template-columns:1fr}.kronos-style-caption{border-bottom:1px solid #111;border-right:0;min-height:0;padding:2.25rem 1.25rem}.kronos-style-caption h2{max-width:11ch;font-size:clamp(2.65rem,11vw,4rem)}.kronos-style-copy.is-sticky{position:static;top:auto}.kronos-style-caption p{max-width:34rem}.kronos-style-preview{min-height:0}.kronos-style-toolbar{padding:.75rem .75rem 0}.kronos-style-frame{min-height:0}.kronos-style-frame img,.kronos-style-frame video{padding:.35rem .5rem .65rem}.module-detail-row{grid-template-columns:1fr;gap:1.25rem;padding:3rem 0}.module-detail--kronos .container{grid-template-columns:1fr}.module-detail--kronos .module-detail-row{border-bottom:1px solid #111;border-right:0;min-height:280px;padding:2rem 1.25rem}.module-detail--kronos .module-detail-row:last-child{border-bottom:0}.module-detail--kronos .module-detail-row h2{max-width:none;font-size:clamp(2.6rem,12vw,4.3rem)}.module-detail--kronos .module-detail-row p{font-size:1.08rem}.kronos-pane-mark{width:min(74%,210px)}.module-detail-row p{font-size:clamp(2rem,10vw,3.55rem)}.page-shell{padding-top:5rem}.page-hero{padding:4rem 0 3rem}.page-row{grid-template-columns:1fr;gap:1.5rem;padding:3rem 0}.page-row p{font-size:clamp(2.1rem,11vw,4rem)}.page-row-svg{justify-content:flex-start;min-height:120px;padding-left:0;display:flex!important}.info-shell{padding-top:5rem}.info-hero{padding:4rem 0 3rem}.info-hero h1{font-size:clamp(3.6rem,18vw,6.2rem)}.info-row{grid-template-columns:1fr;gap:1.25rem;padding:3rem 0}.info-row p{font-size:clamp(2rem,10vw,3.55rem)}.info-switcher{width:100%}.info-switcher a{flex:1 1 0;min-width:0;padding:0 .7rem}.info-document-header{flex-direction:column;align-items:flex-start;gap:.45rem}.info-document-section{grid-template-columns:1fr;gap:1rem;padding:1.5rem 1.25rem}.info-document-section h2{font-size:clamp(1.45rem,9vw,2.4rem)}.info-shell--privacy .info-rows .container{padding-top:1.5rem;padding-bottom:3rem}.info-shell--privacy .info-row{grid-template-columns:1fr;gap:.9rem;padding:2rem 0}.info-shell--privacy .info-row:last-child{border-bottom:1px solid #111}.info-shell--privacy .info-row h2{margin-bottom:0}.info-row-visual,.info-shell--privacy .info-row-visual{width:104px;margin-bottom:1.25rem}.info-shell--security .info-row{border-left:0;grid-template-columns:1fr;gap:1.25rem;padding:3rem 0}.contact-form-section .container,.contact-form{grid-template-columns:1fr}.contact-form-copy{position:static}.contact-form-copy h2{font-size:clamp(3rem,14vw,5rem)}.partners-shell{padding-top:5rem}.partners-hero{grid-template-columns:1fr;min-height:auto}.partners-hero-copy{min-height:430px;padding:4rem 1.25rem 3rem}.partners-hero-copy h1{font-size:clamp(3.3rem,16vw,5.2rem)}.partners-board-label{letter-spacing:.2em;padding:1.5rem 1.25rem}.partners-logo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.partners-logo-card{min-height:150px;padding:1.5rem}.partners-logo-card img{width:min(72%,160px);max-height:64px}.partners-logo-card:first-child img,.partners-logo-card:nth-child(6) img{width:min(78%,180px);max-height:78px}.partners-logo-card:nth-child(6) img{width:min(94%,320px);max-height:142px}.partners-logo-card:nth-child(2) img,.partners-logo-card:nth-child(5) img{width:min(50%,120px);max-height:88px}.partners-logo-card:nth-child(3) img,.partners-logo-card:nth-child(4) img{width:min(78%,220px);max-height:86px}.partners-logo-card:nth-child(3n){border-right:1px solid #d8d8d8}.partners-logo-card:nth-child(2n){border-right:0}.partners-logo-card:nth-last-child(-n+3){border-bottom:1px solid #d8d8d8}.partners-logo-card:nth-last-child(-n+2){border-bottom:0}.school-logo-track img{width:210px;height:112px;padding:1rem 1.4rem}.partners-wordmark{text-align:center;flex-direction:column;gap:.7rem}.partners-contact-strip{grid-template-columns:1fr;padding:3rem 1.25rem}.partners-contact-strip a{width:fit-content}.site-footer{grid-template-columns:1fr;min-height:0}.footer-image-panel{border-bottom:1px solid #ffffff29;border-right:0;min-height:240px}.footer-links-panel{min-height:0;display:block}.footer-columns{grid-template-columns:1fr;min-height:0}.footer-column{border-bottom:1px solid #ffffff29;border-right:0;justify-content:flex-start;padding:1.75rem 1.25rem}.footer-column h2{margin-bottom:1.25rem}.footer-column a{font-size:clamp(1.35rem,6vw,2rem);line-height:1.15}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:1ms!important;animation-duration:1ms!important}.hero-video{transform:none;transition:opacity 1.1s cubic-bezier(.65,0,.35,1)!important}.hero{height:100vh;min-height:640px}.hero-stage{position:relative}.kronos-style-frame img,.kronos-style-frame video{transform:none!important}}
