:root{
  --bg:#fff;--panel:#fff;--text:#101318;--muted:#65707c;--subtle:#87919c;
  --line:#d9dfe5;--line-strong:#b9c2cb;--blue:#81DAF3;--blue-soft:#81DAF3;
  --tag:#f1f4f6;--black:#101318;
  --font-sans:"Gellix","PingFang SC","Noto Sans SC","Microsoft YaHei","Helvetica Neue",Arial,sans-serif;
  --font-mono:"Gellix","SFMono-Regular","Roboto Mono","Cascadia Mono",Consolas,monospace
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-sans);line-height:1.65}
a{color:inherit;text-decoration:none}
.container{width:min(1180px,calc(100% - 64px));margin:0 auto}
.site-header{height:84px;position:fixed;z-index:20;top:0;left:0;right:0;padding:0 32px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid transparent;transition:.3s}
.site-header.scrolled{background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-color:var(--line)}
.brand{display:flex;align-items:center;gap:12px;font-weight:800;letter-spacing:.2em}.brand-name{font-size:19px}
.brand-mark{position:relative;width:34px;height:31px;display:inline-block}.brand-mark i,.brand-mark b{position:absolute;display:block;transform:skew(-30deg);border-radius:7px}.brand-mark i{width:17px;height:30px;left:2px;top:1px;background:#69727c}.brand-mark b{width:15px;height:14px;right:2px;top:0;background:var(--blue-soft)}
.top-nav{display:flex;gap:40px;font-size:13px;color:#3f4852}.top-nav a{transition:.2s}.top-nav a:hover{color:var(--blue)}
.header-actions{display:flex;align-items:center;gap:22px}.language{display:inline-flex;align-items:center;gap:4px;font-family:var(--font-mono);font-size:12px;line-height:1;color:#4f5964}.language span{display:inline-block;color:var(--blue);font-size:14px;line-height:1}
.menu-toggle{width:38px;height:38px;border:1px solid var(--line-strong);border-radius:50%;background:#fff;display:grid;place-content:center;gap:5px;cursor:pointer}.menu-toggle span{display:block;width:13px;height:1px;background:var(--black);transition:.25s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(2px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-2px) rotate(-45deg)}
.menu-panel{position:fixed;inset:0;z-index:15;background:#fff;transform:translateY(-100%);transition:.55s cubic-bezier(.76,0,.24,1);padding:140px 32px}.menu-panel.open{transform:translateY(0)}.menu-inner{max-width:1180px;margin:auto}.menu-inner>a{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:18px 0;font-size:clamp(28px,5vw,64px);font-weight:700}.menu-inner>a span{font:14px var(--font-mono);color:var(--blue);align-self:center}.menu-note{color:var(--muted);margin-top:44px}
.eyebrow{font:11px var(--font-mono);letter-spacing:.2em;color:#68737e;text-transform:uppercase}.eyebrow.blue{color:var(--blue)}
.hero{min-height:780px;height:100vh;max-height:980px;position:relative;display:flex;align-items:center;overflow:hidden;background:#fff}.hero-grid{position:absolute;inset:0;opacity:.42;background-image:linear-gradient(rgba(16,19,24,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(16,19,24,.07) 1px,transparent 1px);background-size:80px 80px;mask-image:linear-gradient(90deg,transparent,black 45%,transparent)}.hero-glow{position:absolute;width:620px;height:620px;right:-60px;top:120px;border-radius:50%;background:radial-gradient(circle at 34% 35%,rgba(129,218,243,.2),rgba(129,218,243,.06) 32%,transparent 69%);filter:blur(2px)}.hero-ring{position:absolute;border:1px solid rgba(129,218,243,.35);border-radius:50%;right:12%;top:19%;width:480px;height:480px}.ring-b{width:690px;height:690px;right:-1%;top:6%;border-color:rgba(129,218,243,.15)}
.hero-content{position:relative;z-index:1;padding-top:60px}.hero h1{font-size:98px;line-height:1.16;letter-spacing:-.04em;margin:22px 0 24px;font-weight:800}.hero h1 span{color:var(--blue)}.hero-sub{font-size:clamp(23px,2.8vw,38px);line-height:1.4;margin:0 0 30px;font-weight:600}
.button{display:inline-flex;align-items:center;gap:30px;padding:14px 20px;border:1px solid var(--black);font-size:13px;letter-spacing:.03em;transition:.25s}.button-light{background:#fff;color:var(--black);border-color:var(--black)}.button-light:hover{background:#f1f4f6;border-color:var(--blue);color:var(--blue);transform:translateY(-2px)}
.button b,.link-arrow{display:inline-block;flex:0 0 16px;width:16px;height:16px;margin-left:4px;font-size:0;background:currentColor;vertical-align:middle;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M3.5 14.5 14.5 3.5M7 3.5h7.5V11' fill='none' stroke='%23000' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M3.5 14.5 14.5 3.5M7 3.5h7.5V11' fill='none' stroke='%23000' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat}
.hero-scroll{position:absolute;bottom:36px;left:32px;display:flex;align-items:center;gap:15px;color:#6d7883;font:10px var(--font-mono);letter-spacing:.16em}.hero-scroll i{display:block;width:44px;height:1px;background:var(--blue)}
.section-pad{padding:130px 0}.intro,.flywheel,.products,.stats,.quote-section,.contact,.footer{background:#fff}.intro{color:var(--text)}.intro-layout{display:grid;grid-template-columns:1fr 1fr;gap:100px}.intro h2,.section-heading h2,.stats h2,.contact h2{font-size:clamp(42px,5vw,72px);line-height:1.1;letter-spacing:-.05em;margin:20px 0}.intro h2 em{font-style:normal;color:var(--blue)}.intro-copy{padding-top:42px;max-width:500px;color:#4c5762;font-size:17px}.intro-copy p+p{margin-top:24px}.text-link{display:inline-flex;gap:14px;margin-top:24px;color:var(--blue);font-size:14px;border-bottom:1px solid var(--blue);padding-bottom:6px}
.flywheel{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:60px}.section-heading h2{margin-bottom:0}.section-lead{color:var(--muted);font-size:14px;text-align:right}.wheel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.wheel-card{position:relative;padding:24px;background:#fff;border:1px solid var(--line);min-height:480px;overflow:hidden;transition:.3s}.wheel-card:hover{transform:translateY(-8px);border-color:var(--blue)}.wheel-image{height:225px;display:grid;place-items:center}.wheel-image img{width:220px;height:220px;object-fit:contain;filter:drop-shadow(0 15px 20px rgba(129,218,243,.2))}.card-index{color:var(--blue);font:11px var(--font-mono);margin-top:8px}.wheel-card h3{font-size:25px;margin:10px 0}.wheel-card p{color:#65717d;font-size:14px;line-height:1.8;max-width:320px}.card-link{position:absolute;bottom:24px;color:#3f4a55;font-size:13px}
.products-title{font-size:clamp(48px,7vw,96px);line-height:.98;letter-spacing:-.07em;margin:24px 0 80px}.products-title span{color:var(--blue)}.product-list{border-top:1px solid var(--line-strong)}.product-item{display:grid;grid-template-columns:100px 1fr 50px;gap:30px;padding:36px 0;border-bottom:1px solid var(--line);transition:.3s}.product-item:hover{padding-left:12px;background:#fafbfc}.product-num{font:12px var(--font-mono);color:var(--blue);padding-top:6px}.product-kicker{font:12px var(--font-mono);letter-spacing:.05em;color:#737e89;margin:0 0 10px}.product-main h3{font-size:clamp(24px,3vw,38px);letter-spacing:-.04em;margin:0 0 12px}.product-main>p:not(.product-kicker){color:#5c6874;max-width:710px;margin:0;font-size:15px}.product-arrow{font-size:27px;color:var(--blue);padding-top:10px}.tags{display:flex;gap:9px;margin-top:20px}.tags span{font-size:11px;color:#476274;background:var(--tag);padding:5px 10px}
.stats{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.stats-layout{display:grid;grid-template-columns:1fr 1.3fr;gap:100px}.stats h2 span{color:var(--blue)}.stats-copy{color:#627080;max-width:300px}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line-strong);border-left:1px solid var(--line-strong)}.stats-grid>div{padding:28px 20px;border-right:1px solid var(--line-strong);border-bottom:1px solid var(--line-strong)}.stats-grid strong{display:block;font-size:42px;letter-spacing:-.06em}.stats-grid strong span{color:var(--blue)}.stats-grid small{font-size:12px;color:#68737d}
.quote-section{color:var(--text)}.quote-mark{font-size:100px;line-height:.65;color:var(--blue);font-family:Georgia}.quote-section blockquote{font-size:clamp(48px,7vw,100px);line-height:1.1;letter-spacing:-.06em;margin:28px 0 80px}.quote-section blockquote span{color:var(--blue)}.quote-meta{display:flex;justify-content:space-between;font:11px var(--font-mono);color:#78838e;letter-spacing:.12em}
.contact{border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--text)}.contact .eyebrow{color:#68737e}.contact-box{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:end}.contact h2{margin-bottom:0}.contact h2 span{color:var(--blue)}.contact-copy{max-width:380px;font-size:18px;line-height:1.7;margin-bottom:30px;color:#4c5762}.contact .button-light{background:#fff;color:var(--black);border-color:var(--black)}
.footer{padding:75px 0 26px;color:var(--text)}.footer-top{display:flex;justify-content:space-between;gap:80px;padding-bottom:75px}.footer-brand{align-self:flex-start}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:75px}.footer-links div{display:flex;flex-direction:column;gap:8px}.footer-links small{color:#74808b;font:11px var(--font-mono);margin-bottom:12px}.footer-links a{font-size:13px;color:#4e5964}.footer-links a:hover{color:var(--blue)}.footer-bottom{padding-top:22px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:#7b8691;font:16px var(--font-mono);letter-spacing:.08em}
.to-top{position:fixed;right:26px;bottom:24px;width:40px;height:40px;border-radius:50%;border:1px solid var(--line-strong);background:#fff;color:var(--black);z-index:10;opacity:0;pointer-events:none;transition:.25s;cursor:pointer}.to-top::before{content:"";position:absolute;top:12px;left:19px;width:1.5px;height:16px;background:currentColor}.to-top::after{content:"";position:absolute;top:11px;left:16px;width:7px;height:7px;border-top:1.5px solid currentColor;border-left:1.5px solid currentColor;transform:rotate(45deg)}.to-top.visible{opacity:1;pointer-events:auto}.fade-up{opacity:0;transform:translateY(24px);animation:rise .8s ease forwards}.delay-1{animation-delay:.15s}.delay-2{animation-delay:.25s}.delay-3{animation-delay:.35s}.delay-4{animation-delay:.45s}@keyframes rise{to{opacity:1;transform:translateY(0)}}.mobile-only{display:none}:where(.wheel-card,.product-item,.stats-grid>div,.quote-section blockquote){opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}:where(.wheel-card,.product-item,.stats-grid>div,.quote-section blockquote).in-view{opacity:1;transform:none}:where(.brand-mark img){display:block;width:100%;height:100%;object-fit:contain}.brand-wordmark{display:block;width:108px;height:22px}.brand-wordmark img{display:block;width:100%;height:100%;object-fit:contain}
@media(max-width:800px){.container{width:min(100% - 40px,600px)}.site-header{height:68px;padding:0 20px}.top-nav{display:none}.brand-name{font-size:16px}.hero{min-height:720px}.hero-content{padding-top:40px}.hero h1{font-size:98px}.hero-sub{font-size:24px}.hero-glow{width:430px;height:430px;right:-190px;top:260px}.hero-ring{right:-120px;top:260px;width:400px;height:400px}.ring-b{display:none}.section-pad{padding:82px 0}.intro-layout,.stats-layout,.contact-box{grid-template-columns:1fr;gap:36px}.intro-copy{padding-top:0}.section-heading{display:block;margin-bottom:36px}.section-lead{text-align:left;margin-top:25px}.wheel-grid{grid-template-columns:1fr;gap:15px}.wheel-card{min-height:410px}.wheel-image{height:170px}.products-title{margin-bottom:50px}.product-item{grid-template-columns:40px 1fr 25px;gap:12px;padding:28px 0}.product-main h3{font-size:24px}.product-main>p:not(.product-kicker){font-size:14px}.tags{flex-wrap:wrap}.stats-grid{margin-top:10px}.stats-grid strong{font-size:32px}.stats-grid>div{padding:20px 14px}.quote-section blockquote{margin-bottom:50px}.quote-meta{flex-direction:column;gap:9px}.footer-top{display:block;padding-bottom:55px}.footer-links{margin-top:50px;grid-template-columns:repeat(2,1fr);gap:35px}.footer-bottom{display:flex;flex-direction:column;gap:8px}.mobile-only{display:block}}
@media(max-width:480px){.hero h1{font-size:68px}}

/* Reference-inspired capability cards: rendered visual layer above a soft content panel. */
.hero h1{white-space:nowrap}
.hero .button{width:232px;justify-content:center;gap:12px}
.wheel-grid{gap:30px}
.flywheel{position:relative;isolation:isolate;overflow:hidden}
.flywheel::before{content:"";position:absolute;z-index:-1;top:56px;left:50%;width:100%;height:min(72vw,850px);transform:translateX(-50%);background:url("assets/earth11.png") center top / min(1600px,142vw) auto no-repeat;opacity:.22;pointer-events:none}
.flywheel .container{position:relative;z-index:1}
.flywheel .section-heading{margin-bottom:clamp(132px,15vw,220px)}
.wheel-card{display:flex;flex-direction:column;min-height:690px;padding:0;border:0;border-radius:32px;background:#f5f6f8;box-shadow:0 14px 34px rgba(16,19,24,.06);overflow:hidden}
.wheel-card:hover{transform:translateY(-6px);border-color:transparent;box-shadow:0 20px 42px rgba(16,19,24,.1)}
.wheel-image{height:auto;flex:0 0 auto;aspect-ratio:758 / 482;overflow:hidden;background:transparent}
.wheel-image img{display:block;width:100%;height:100%;object-fit:cover;filter:none}
.card-index{display:none}
.wheel-card h3{margin:30px 32px 14px;font-size:clamp(27px,2.25vw,34px);line-height:1.2;letter-spacing:-.04em}
.wheel-card p{margin:0 32px;color:#242b33;font-size:16px;line-height:1.7;max-width:none}
.card-link{position:static;display:flex;align-items:center;justify-content:center;min-height:54px;margin:auto 32px 32px;border:1px solid var(--black);border-radius:999px;color:var(--black);font-size:15px;transition:.25s}
.card-link:hover{background:var(--black);color:#fff}
@media(max-width:800px){.hero h1{font-size:clamp(72px,13vw,88px);white-space:nowrap}.hero .button{width:232px}.wheel-grid{gap:24px}.flywheel::before{top:82px;width:150%;height:720px;background-size:100% auto;opacity:.2}.flywheel .section-heading{margin-bottom:132px}.wheel-card{min-height:640px;border-radius:28px}.wheel-image{aspect-ratio:758 / 482}.wheel-card h3{margin:26px 26px 12px}.wheel-card p{margin:0 26px;font-size:15px}.card-link{margin:24px 26px 26px}}
@media(max-width:480px){.hero h1{font-size:62px;white-space:normal}.hero .button{width:200px}.wheel-card{min-height:590px;border-radius:24px}.wheel-image{aspect-ratio:758 / 482}.wheel-card h3{margin:24px 22px 10px;font-size:27px}.wheel-card p{margin:0 22px;font-size:14px}.card-link{margin:22px}}

/* Business lines: each full-width row pairs its own text with its own visual. */
.products .eyebrow{margin:0 0 16px}
.products-title{font-size:clamp(42px,5vw,72px);line-height:1.1;letter-spacing:-.05em;margin:0;color:var(--text)}
.products-copy{margin:18px 0 64px;color:var(--muted);font-size:15px;line-height:1.7}
.product-list{border-top:1px solid var(--line-strong)}
.product-item{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(38px,7vw,110px);padding:34px 0;border-color:var(--line);cursor:default}
.product-item:hover{padding-left:0;background:transparent}
.product-details{display:block}
.product-num{padding-top:4px}.product-kicker{font-size:11px;margin-bottom:8px}.product-main h3{font-size:clamp(22px,2.2vw,32px);font-weight:600;line-height:1.25;margin-bottom:10px}.product-main h3 span{display:block;color:var(--blue)}.product-main>p:not(.product-kicker){font-size:14px;line-height:1.75;max-width:none}.tags{margin-top:16px}.product-arrow{padding-top:0;font-size:26px}
.product-inline-visual{position:relative;align-self:stretch;min-height:300px;margin:0;overflow:hidden;border-radius:28px;background:#edf1f4;box-shadow:0 16px 42px rgba(16,19,24,.08);transition:box-shadow .32s ease,outline-color .32s ease;outline:1px solid transparent}
.product-inline-visual img{display:block;width:100%;height:100%;object-fit:cover}
.product-inline-visual:hover{outline-color:rgba(129,218,243,.72);box-shadow:0 20px 46px rgba(16,19,24,.14)}
.stats h2,.quote-section blockquote,.contact h2{font-size:clamp(42px,5vw,72px);font-weight:600;line-height:1.1;letter-spacing:-.05em}
.contact .button{width:232px;justify-content:center;gap:12px}
@media(max-width:800px){.products-copy{margin-bottom:42px}.product-item{grid-template-columns:1fr;gap:24px;padding:28px 0}.product-inline-visual{min-height:320px}}

/* Keep section transitions open; only component-level rules remain visible. */
.flywheel,.stats,.quote-section,.contact{border-top:0;border-bottom:0}
.stats-duplicate{padding-top:0}

/* Reference stat cards: a full-width, image-led 3 × 2 grid. */
.stats-layout{display:block}
.stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;border:0}
.stat-card{position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:clamp(280px,30vw,388px);padding:clamp(24px,3.75vw,56px);overflow:hidden;border:1px solid #dfdfdf;border-radius:32px;background:#F8F8F8}
.stat-marker{display:none}
.stat-marker.is-blue{background:var(--blue)}
.stat-icon{display:block;width:clamp(94px,10vw,140px);height:clamp(94px,10vw,140px);margin:0 0 auto;object-fit:cover;transform:translateY(18px)}
.stat-card p{display:flex;align-items:baseline;justify-content:center;gap:clamp(8px,1.15vw,16px);margin:0;transform:translateY(10px);color:var(--black);line-height:1;white-space:nowrap;text-align:center}
.stat-card small{font-size:clamp(18px,1.9vw,28px);font-weight:500;color:var(--black)}
.stat-card strong{font-size:clamp(34px,4.2vw,64px);font-weight:700;letter-spacing:-.06em}
.stat-card strong span{color:var(--black)}
@media(max-width:800px){.stats-grid{grid-template-columns:1fr;gap:18px}.stat-card{min-height:280px;border-radius:26px;padding:28px}.stat-icon{width:118px;height:118px}.stat-card small{font-size:20px}.stat-card strong{font-size:44px}}

/* Reference partnership section: retained quote copy paired with the source carousel. */
.quote-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(42px,7vw,110px);align-items:stretch}
.quote-copy{display:flex;flex-direction:column;justify-content:center;min-width:0}
.quote-copy .quote-meta{margin-top:auto}
.quote-carousel{position:relative;min-height:0;aspect-ratio:4/3;overflow:hidden;border-radius:28px;background:#e9edef}
.quote-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;animation:quote-carousel-fade 12s ease-in-out infinite}
.quote-slide:nth-child(1){animation-delay:0s}.quote-slide:nth-child(2){animation-delay:3s}.quote-slide:nth-child(3){animation-delay:6s}.quote-slide:nth-child(4){animation-delay:9s}
@keyframes quote-carousel-fade{0%,20%{opacity:1}25%,95%{opacity:0}100%{opacity:1}}
@media(max-width:800px){.quote-layout{grid-template-columns:1fr;gap:40px}.quote-section blockquote{margin-bottom:42px}.quote-carousel{min-height:0;aspect-ratio:4/3;border-radius:24px}.quote-copy .quote-meta{margin-top:0}}

/* Four business lines: Anchorage-inspired accordion interaction in the existing visual system. */
.product-item{display:block;padding:30px 0}
.product-summary{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.95fr) 48px;gap:clamp(28px,5vw,80px);align-items:center}
.product-main h3{margin-bottom:12px}
.product-description{margin:0;color:#5c6874;font-size:15px;line-height:1.75}
.product-toggle{display:grid;place-items:center;width:32px;height:32px;margin-left:auto;border:1px solid var(--black);border-radius:50%;background:#fff;color:var(--black);font:24px/1 var(--font-sans);cursor:pointer;transition:background .25s,color .25s,transform .25s}
.product-toggle:hover,.product-toggle:focus-visible{background:var(--blue);border-color:var(--blue);outline:0}
.product-reveal{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.95fr) 48px;gap:clamp(28px,5vw,80px);max-height:0;overflow:hidden;opacity:0;visibility:hidden;transition:max-height .55s cubic-bezier(.2,.75,.25,1),opacity .3s ease,visibility 0s linear .55s}
.product-reveal .product-inline-visual{grid-column:2;width:100%;justify-self:stretch;margin:32px 0 2px;min-height:0;aspect-ratio:4/3}
.product-item.is-open .product-reveal{max-height:620px;opacity:1;visibility:visible;transition:max-height .65s cubic-bezier(.2,.75,.25,1),opacity .35s ease}
.product-item.is-open .product-toggle{background:var(--blue);border-color:var(--blue);font-size:25px}
@media(max-width:800px){.product-item{padding:26px 0}.product-summary{grid-template-columns:minmax(0,1fr) 40px;gap:20px}.product-description{grid-column:1;font-size:14px}.product-toggle{grid-column:2;grid-row:1;width:30px;height:30px}.product-reveal{grid-template-columns:1fr}.product-reveal .product-inline-visual{grid-column:1;width:100%;margin-top:26px;aspect-ratio:4/3}.product-item.is-open .product-reveal{max-height:460px}}

/* Product accordion refinements. */
.products .product-list,
.products .product-item,
.products .product-toggle{border-color:rgba(0,0,0,.06)}
.products .product-main h3{--product-index-size:clamp(68px,5.4vw,82px);display:grid;grid-template-columns:var(--product-index-size) minmax(0,1fr);grid-template-rows:max-content max-content;column-gap:20px;row-gap:4px;height:var(--product-index-size);margin-bottom:8px;line-height:1;align-content:center}
.products .product-main h3 .product-kicker{grid-column:1;grid-row:1 / span 2;display:grid;place-items:center;width:var(--product-index-size);height:var(--product-index-size);margin:0;border:1px solid rgba(0,0,0,.2);border-radius:50%;font:500 clamp(22px,1.8vw,26px)/1 var(--font-mono);font-style:normal;letter-spacing:0;color:rgba(0,0,0,.45);transform:none}
.products .product-main h3 .product-title-main{grid-column:2;grid-row:1;display:block;align-self:center;color:var(--black);font-size:clamp(27px,2.25vw,34px);font-weight:700;line-height:1.2;letter-spacing:-.04em}
.products .product-main h3 .product-title-accent{grid-column:2;grid-row:2;display:block;align-self:center;color:#c1c7ce;font-size:clamp(15px,1.55vw,22px);font-weight:500}
.products .product-description{align-self:center}
.products .product-inline-visual .tags{position:absolute;z-index:1;right:20px;bottom:20px;left:20px;display:flex;flex-wrap:wrap;gap:8px;margin:0}
.products .product-inline-visual .tags span{padding:6px 10px;border-radius:4px;background:rgba(255,255,255,.3);color:#fff;backdrop-filter:blur(8px)}
.products .product-item:nth-child(3) .product-inline-visual{background:#0b0d0f}
.products .product-item:nth-child(3) .product-inline-visual img{object-fit:contain;transform:scale(.96);-webkit-mask-image:radial-gradient(ellipse 76% 88% at 50% 52%,#000 42%,rgba(0,0,0,.72) 64%,transparent 100%);mask-image:radial-gradient(ellipse 76% 88% at 50% 52%,#000 42%,rgba(0,0,0,.72) 64%,transparent 100%)}
.products .product-item:nth-child(3) .product-inline-visual::before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:radial-gradient(ellipse 72% 86% at 50% 52%,rgba(11,13,15,0) 36%,rgba(11,13,15,.26) 61%,#0b0d0f 100%)}
.products .product-item:nth-child(3) .product-inline-visual .tags{z-index:2}
.products .product-item:hover .product-kicker,.products .product-item.is-open .product-kicker{border-color:var(--blue);background:rgba(129,218,243,.12);color:var(--blue)}
html[lang="en"] .stat-card p{flex-direction:column-reverse;align-items:flex-start;justify-content:center;gap:8px;text-align:left}
.quote-copy blockquote{margin:0;transform:translateY(-24px)}
.footer-links{margin-left:auto;justify-content:end;grid-template-columns:repeat(2,max-content)}
@media(max-width:800px){.footer-links{margin-left:0;justify-content:start;grid-template-columns:repeat(2,1fr)}}

/* Hero Spline visual: full-viewport scene with a contained, uncropped earth. */
.hero{width:100vw;min-height:100dvh;height:100dvh;max-height:none;isolation:isolate}
.hero-content{z-index:2;width:min(1180px,calc(100% - 64px));margin-inline:auto;padding-top:0;transform:translateY(-36px);display:flex;flex-direction:column;align-items:flex-start;text-align:left}
.hero-spline{position:absolute;z-index:1;top:52%;right:clamp(240px,20vw,440px);width:min(28vw,500px);aspect-ratio:1;transform:translateY(-50%);overflow:visible;pointer-events:auto}
.hero-spline iframe{position:absolute;display:block;left:26.667%;top:4.8%;width:312.5%;height:312.5%;border:0;background:transparent;transform:scale(.54);transform-origin:top left}
.hero-world-map{position:absolute;z-index:0;top:56%;right:-4vw;width:min(96vw,1680px);height:auto;transform:translateY(-50%);opacity:.62;mix-blend-mode:multiply;pointer-events:none}
@media(max-width:800px){.hero{min-height:720px;height:auto}.hero-content{transform:translateY(-18px)}.hero-spline{top:72%;right:-28px;width:292px;opacity:.58;pointer-events:none}.hero-spline iframe{transform:scale(.32)}}
.products .product-toggle{position:relative;display:grid;place-items:center;align-self:start;margin-top:0;font-size:0;background:#fff;color:var(--black);transition:border-color .24s ease,transform .24s ease}
.products .product-toggle::before,
.products .product-toggle::after{content:"";position:absolute;width:12px;height:1px;background:currentColor;transform-origin:center;transition:transform .24s cubic-bezier(.2,.75,.25,1)}
.products .product-toggle::after{transform:rotate(90deg)}
.products .product-toggle:hover,
.products .product-toggle:focus-visible,
.products .product-item.is-open .product-toggle{background:#fff;border-color:rgba(0,0,0,.06);color:var(--black);outline:0}
.products .product-item.is-open .product-toggle{font-size:0}
.products .product-toggle:hover::after,
.products .product-toggle:focus-visible::after,
.products .product-item.is-open .product-toggle::after{transform:rotate(90deg) scaleX(0)}
.products .product-toggle::before{transform:scaleX(1);will-change:transform}
.products .product-toggle.is-transitioning{animation:product-toggle-click .44s cubic-bezier(.2,.85,.25,1)}
.products .product-toggle.is-transitioning::before{animation:product-toggle-bar .44s cubic-bezier(.2,.85,.25,1)}
@keyframes product-toggle-click{0%{transform:scale(1) rotate(0)}38%{transform:scale(.82) rotate(-7deg)}72%{transform:scale(1.1) rotate(3deg)}100%{transform:scale(1) rotate(0)}}
@keyframes product-toggle-bar{0%,100%{transform:scaleX(1)}38%{transform:scaleX(.55)}72%{transform:scaleX(1.08)}}

/* Final alignment refinements for the capability and data cards. */
.stats-grid .stat-card:first-child .stat-icon{transform:translate(10px,18px)}
.products .product-main h3 .product-title-accent{font-weight:400}
.wheel-card .card-link{align-self:flex-end;display:inline-flex;min-height:0;margin:auto 32px 32px;padding:0;border:0;border-radius:0;color:#3f4a55;line-height:1.4}
.wheel-card .card-link:hover{background:transparent;color:var(--blue);transform:translateX(3px)}
@media(max-width:800px){.wheel-card .card-link{margin:auto 26px 26px}}
@media(max-width:480px){.wheel-card .card-link{margin:auto 22px 22px}}

.header-actions .language{height:22px;justify-content:center;gap:5px;font-size:13px}
.header-actions .language span{display:grid;place-items:center;width:10px;height:10px;font-size:0;line-height:1;color:currentColor}
.header-actions .language span::before{content:"";width:5px;height:5px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:rotate(45deg) translate(-1px,-1px)}
.header-actions .menu-toggle{width:22px;height:22px;gap:3px;border-color:var(--black)}
.header-actions .menu-toggle span{width:8px;background:var(--black)}
@media(max-width:800px){.hero-world-map{top:71%;right:-92%;width:180%;opacity:.45}}
.products .product-item:hover .product-kicker,.products .product-item.is-open .product-kicker{border-color:#108ff1;background:rgba(16,143,241,.12);color:#108ff1}
.wheel-card,.wheel-card:hover{background:#F8F8F8;box-shadow:none}
.wheel-card{min-height:650px}
.stat-card{border:0}
.stat-card strong{letter-spacing:-.02em}
.products .product-main h3 .product-title-accent{letter-spacing:.02em}
html[lang="en"] .products .product-main h3 .product-title-main{letter-spacing:-.01em}
.products-copy,.products .product-description{font-size:16px}
html[lang="en"] .hero h1{white-space:normal}
html[lang="en"] .products-copy{color:var(--black)}
.products .product-main h3{column-gap:20px}
.footer-bottom{font:13px/1.5 var(--font-sans);color:var(--black);letter-spacing:.04em}

/* Contact page prototype: the shared navigation and footer frame a focused form. */
.contact-page-main{min-height:calc(100vh - 84px);padding-top:84px;background:linear-gradient(180deg,#fff 0%,#f4fbfd 54%,rgba(129,218,243,.42) 100%)}
.contact-page-hero{padding:clamp(92px,11vw,150px) 0 58px;text-align:center}
.contact-page-title{margin:18px 0 0;font-size:clamp(42px,5vw,72px);line-height:1.1;letter-spacing:-.05em;font-weight:600}
.contact-form-section{padding:0 0 130px}
.contact-form-shell{max-width:1000px;padding:clamp(28px,5vw,58px);border-radius:30px;background:rgba(255,255,255,.94);box-shadow:0 22px 70px rgba(16,19,24,.08)}
.contact-form{display:grid;gap:28px}
.contact-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 34px}
.contact-field{display:grid;gap:8px;min-width:0}
.contact-form label,.contact-form legend{color:var(--black);font-size:16px;font-weight:600;line-height:1.35}
.contact-form label span,.contact-form legend span{color:var(--blue)}
.contact-form input:not([type="radio"]):not([type="checkbox"]),.contact-form select,.contact-form textarea{width:100%;border:0;border-bottom:1px solid #9ea7af;border-radius:0;background:transparent;color:var(--black);font:500 15px/1.5 var(--font-sans);padding:8px 0 13px;outline:0}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-bottom-color:var(--blue)}
.contact-form input::placeholder,.contact-form textarea::placeholder{color:var(--blue);opacity:1}
.contact-form select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2.5 5.5 8 11l5.5-5.5' fill='none' stroke='%235f6973' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 8px center;background-size:16px 16px;background-repeat:no-repeat;padding-right:28px}
.contact-form select:focus{background-color:#fff}
.contact-form select{color:var(--blue);background-color:#fff;color-scheme:light}
.contact-form select:focus{background-color:#fff;box-shadow:0 0 0 1px var(--blue)}
.contact-form select option{background:#fff;color:var(--black);font:500 15px/1.5 var(--font-sans)}
.contact-select{position:relative;min-width:0}
.contact-select input[type="hidden"]{display:none}
.contact-select-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:43px;padding:8px 8px 13px 0;border:0;border-bottom:1px solid #9ea7af;background:#fff;color:var(--blue);font:500 15px/1.5 var(--font-sans);text-align:left;cursor:pointer}
.contact-select-trigger:focus-visible{outline:1px solid var(--blue);outline-offset:2px}
.contact-select-chevron{width:11px;height:11px;margin-left:18px;margin-right:2px;border-right:1.5px solid #5f6973;border-bottom:1.5px solid #5f6973;transform:rotate(45deg) translateY(-3px);transition:transform .2s ease}
.contact-select.is-open .contact-select-chevron{transform:rotate(225deg) translate(-3px,-1px)}
.contact-select-menu{position:absolute;z-index:20;top:calc(100% + 8px);right:0;left:0;max-height:260px;overflow:auto;padding:8px 0;border:1px solid rgba(16,19,24,.12);background:#fff;box-shadow:0 14px 30px rgba(16,19,24,.14)}
.contact-select-menu[hidden]{display:none}
.contact-select-menu [role="option"]{display:block;width:100%;padding:10px 18px;border:0;background:#fff;color:var(--black);font:500 15px/1.45 var(--font-sans);text-align:left;cursor:pointer}
.contact-select-menu [role="option"]:hover,.contact-select-menu [role="option"]:focus-visible{background:#edf8fc;outline:0}
.contact-select-menu [role="option"][aria-selected="true"]{color:var(--blue);background:#f5fbfe}
.contact-form textarea{min-height:116px;resize:vertical}
.contact-meeting{display:grid;gap:20px;margin:0;padding:0;border:0}
.contact-meeting legend{margin-bottom:16px}
.contact-choice,.contact-consent{display:flex;align-items:flex-start;gap:12px;color:#3f4a55!important;font-size:16px!important;font-weight:500!important;line-height:1.5!important}
.contact-form-radio-yes,.contact-form-radio-no,.contact-form-consent{font-size:15px}
.contact-choice{align-items:center}
.contact-choice input[type="radio"],.contact-consent input[type="checkbox"]{box-sizing:border-box;flex:0 0 18px;width:18px;height:18px;margin:1px 0 0;accent-color:var(--blue)}
.contact-choice input[type="radio"]{margin:0}
.contact-consent input[type="checkbox"]{flex-basis:16px;width:16px;height:16px}
.brand-mark{width:30px;height:22px}
.products .product-item:hover .product-title-main{color:#108ff1}
.products .product-main h3 .product-title-accent{color:#108ff1;background:linear-gradient(100deg,#108ff1 0%,#81daf3 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.stat-card strong,.stat-card strong span{color:#108ff1;background:linear-gradient(100deg,#108ff1 0%,#81daf3 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.site-header .brand-wordmark{transform:translateX(-2px)}
.footer-brand{transform:translateX(-2px)}
.products .product-main h3 .product-title-accent{-webkit-text-stroke:.25px rgba(16,143,241,.28);paint-order:stroke fill}
.products .product-main h3 .product-title-accent{justify-self:start;display:inline-flex;align-items:center;width:fit-content;max-width:100%;padding:3px 10px;border:1px solid rgba(16,143,241,.2);border-radius:999px;background:linear-gradient(100deg,#108ff1 0%,#81daf3 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1.25;white-space:nowrap;position:relative;isolation:isolate;font-size:clamp(13px,1.1vw,16px);letter-spacing:-.01em}
.products .product-main h3 .product-title-accent::before{content:"";position:absolute;inset:0;z-index:-1;border-radius:inherit;background:linear-gradient(100deg,rgba(16,143,241,.16),rgba(129,218,243,.22));pointer-events:none}
.products .product-main h3 .product-title-accent::after{content:"";position:absolute;inset:0;z-index:-1;border-radius:inherit;pointer-events:none;box-shadow:inset 0 0 0 1px rgba(255,255,255,.2)}
html[lang="en"] .products .product-main h3 .product-title-accent{font-size:clamp(13px,1.1vw,16px)}
.contact-consent{align-items:center}
.contact-form-submit{width:100%;justify-content:center;margin-top:8px;padding:16px 20px;background:var(--black);color:#fff;border-color:var(--black);font-size:16px}
.contact-form-submit:hover{background:var(--blue);border-color:var(--blue);color:var(--black)}
.contact-form-status{margin:0;color:var(--black);font-size:15px;text-align:center}
@media(max-width:800px){.contact-page-main{padding-top:68px}.contact-page-hero{padding:80px 0 42px}.contact-form-section{padding-bottom:80px}.contact-form-shell{padding:28px 22px;border-radius:24px}.contact-form-grid{grid-template-columns:1fr;gap:28px}.contact-form{gap:24px}.contact-page-title{font-size:clamp(42px,11vw,62px)}.contact-form label,.contact-form legend{font-size:15px}.contact-form input:not([type="radio"]):not([type="checkbox"]),.contact-form select,.contact-form textarea,.contact-select-trigger,.contact-select-menu [role="option"]{font-size:14px}}
@media(max-width:480px){.products .product-main h3 .product-title-accent{white-space:normal}}

/* iPhone 16 Pro Max (440px) layout: preserve hierarchy without oversized gaps. */
@media(max-width:480px){
  .container{width:calc(100% - 40px)}
  .site-header{padding:0 20px}
  .brand-wordmark{width:104px;height:21px}
  .header-actions{gap:18px}
  .hero{min-height:820px}
  .hero-content{width:calc(100% - 64px);transform:translateY(-54px)}
  .hero h1{font-size:clamp(54px,14.1vw,62px);line-height:1.13;letter-spacing:-.055em;margin:0 0 22px}
  .hero-sub{font-size:20px;line-height:1.42;margin-bottom:28px}
  .hero .button{width:200px;min-height:54px}
  .hero-spline{top:71%;right:-34px;width:274px}
  .hero-world-map{top:70%;right:-104%;width:196%;opacity:.38}
  .section-pad{padding:72px 0}
  .flywheel .section-heading{margin-bottom:64px}
  .flywheel::before{top:145px;height:570px;width:165%;opacity:.16}
  .wheel-grid{gap:20px}
  .wheel-card{min-height:548px;border-radius:24px}
  .wheel-card h3{margin:22px 22px 10px;font-size:26px}
  .wheel-card p{margin:0 22px;font-size:14px;line-height:1.65}
  .wheel-card .card-link{margin:auto 22px 22px;font-size:14px}
  .products-copy{margin:14px 0 34px;font-size:15px;line-height:1.65}
  .product-item{padding:24px 0}
  .product-summary{gap:16px}
  .products .product-main h3{--product-index-size:62px;column-gap:14px;row-gap:3px;height:62px;margin-bottom:10px}
  .products .product-main h3 .product-kicker{font-size:20px}
  .products .product-main h3 .product-title-main{font-size:25px;line-height:1.16}
  .products .product-main h3 .product-title-accent{font-size:13px;padding:3px 8px}
  .product-description{font-size:14px;line-height:1.68}
  .product-toggle{width:28px;height:28px}
  .product-reveal .product-inline-visual{margin-top:20px;border-radius:20px}
  .product-item.is-open .product-reveal{max-height:390px}
  .stats-grid{gap:14px}
  .stat-card{min-height:236px;padding:24px;border-radius:22px}
  .stat-icon{width:102px;height:102px}
  .stat-card p{justify-content:flex-start;transform:none;gap:10px}
  .stat-card small{font-size:18px}
  .stat-card strong{font-size:40px}
  .quote-layout{gap:30px}
  .quote-section blockquote{font-size:44px;line-height:1.13;margin-bottom:30px}
  .quote-copy blockquote{transform:none}
  .quote-carousel{border-radius:20px}
  .contact-box{gap:28px}
  .contact h2{font-size:46px}
  .contact-copy{font-size:16px;margin:0 0 22px}
  .contact .button{width:200px;min-height:54px}
  .footer{padding:56px 0 24px}
  .footer-top{padding-bottom:42px}
  .footer-links{margin-top:38px;gap:28px 22px}
  .footer-bottom{font-size:12px;line-height:1.5}
  .contact-page-hero{padding:68px 0 36px}
  .contact-page-title{font-size:46px;line-height:1.12}
  .contact-form-section{padding-bottom:64px}
  .contact-form-shell{padding:26px 22px;border-radius:22px}
  .contact-form{gap:22px}
  .contact-form-grid{gap:22px}
  .contact-field{gap:7px}
  .contact-form textarea{min-height:104px}
  .contact-meeting{gap:16px}
  .contact-meeting legend{margin-bottom:12px}
  .contact-choice,.contact-consent{gap:10px;font-size:14px!important}
}

/* Keep the number cards centered as a single visual unit on mobile. */
@media(max-width:800px){
  .products .product-toggle{align-self:start;margin-top:0}
  .section-lead,.products-copy{font-size:18px;line-height:1.5}
  .products .product-description{font-size:14px}
  .stats .stats-grid{row-gap:36px}
  .stats .stat-card{align-items:center;text-align:center}
  .stats .stat-card small{font-size:24px}
  .stats .stat-icon,.stats-grid .stat-card:first-child .stat-icon{align-self:center;margin:0 auto auto;transform:translateY(10px)}
  .stats .stat-card p,.stats .stat-card p[lang]{justify-content:center;align-items:center;text-align:center}
  html[lang="en"] .stats .stat-card p{align-items:center;text-align:center}
}
