:root{--blue:#1f6fe0;--blue2:#3087fb;--ink:#0a0a0a;--muted:rgba(0,0,0,.6);--gray:#f3f4f6;--white:#fff;--gutter:clamp(24px,6.25vw,120px);--radius:20px;--max:1680px}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);font-family:Arial,Helvetica,sans-serif;background:#fff;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{display:block;width:100%}
.content-width{width:min(calc(100% - var(--gutter)*2),var(--max));margin-inline:auto}
.site-header{position:absolute;z-index:20;top:0;left:0;width:100%;height:80px;padding:0 var(--gutter);display:flex;align-items:center;gap:70px}
.brand{display:inline-flex;align-items:center;gap:8px;color:var(--blue);white-space:nowrap}
.brand .brand-symbol{width:28px;height:26px}
.brand .brand-wordmark{width:140px;height:auto}
.desktop-nav{display:flex;align-items:center;gap:40px;font-size:22px;line-height:22px;color:var(--muted)}
.desktop-nav a{position:relative;padding:5px 0}
.desktop-nav a:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--blue2);transform:scaleX(0);transition:transform .25s}
.desktop-nav a:hover:after,.desktop-nav a.active:after{transform:scaleX(1)}
.desktop-nav a.active{color:#000}
.header-cta{margin-left:auto}
.menu-toggle{display:none;margin-left:auto;border:0;background:none;width:38px;height:38px;padding:8px}
.menu-toggle span{display:block;height:1px;background:#111;margin:7px 0}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 40px;border-radius:40px;font-weight:700;font-size:16px;line-height:1;transition:transform .25s,box-shadow .25s,background-color .25s,color .25s}
.button:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(31,111,224,.18)}
.button-primary{background:var(--blue);color:#fff}
.button-light{background:#fff;color:var(--blue)}
.button-light:hover,.button-light:focus-visible{background:var(--blue);color:#fff}
.hero{position:relative;height:min(1080px,100vh);min-height:760px;background:var(--gray);overflow:hidden}
.hero-media{position:absolute;inset:0 0 120px 46.875%;overflow:hidden}
.hero-media>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.hero-fade{position:absolute;inset:0;background:linear-gradient(90deg,var(--gray) 0%,rgba(243,244,246,.42) 31%,rgba(243,244,246,0) 61%)}
.hero-content{position:absolute;z-index:2;left:var(--gutter);top:296px;width:min(950px,50vw)}
.hero h1{margin:0;color:#000;font-size:clamp(44px,2.82vw,54px);line-height:1.2;font-weight:400;letter-spacing:0}
.hero h1>span:first-child{color:var(--blue)}
.color-shift-text{color:#000}
.color-shift-text .color-shift-char{color:#000;white-space:pre}
.hero-content>p{margin:18px 0 40px;font-size:32px;line-height:32px;color:rgba(0,0,0,.8)}
.hero .actions .button{font-size:20px}
.actions{display:flex;gap:24px}
.hero .actions:has(.button-light:hover) .button-primary,
.hero .actions:has(.button-light:focus-visible) .button-primary{background:#fff;color:var(--blue);transform:none;box-shadow:none}
.hero .actions:has(.button-light:hover) .button-light,
.hero .actions:has(.button-light:focus-visible) .button-light{background:var(--blue);color:#fff}
.hero-pagination{position:absolute;right:6.25%;bottom:180px;display:flex;gap:8px}
.hero-pagination span{width:20px;height:2px;background:rgba(255,255,255,.42)}
.hero-pagination .current{width:80px;background:var(--blue2)}
.logo-strip{position:absolute;z-index:6;right:0;bottom:0;left:0;width:100%;height:120px;display:flex;align-items:center;overflow:hidden;border-bottom:1px solid #f3f3f3;background:#fff}
.logo-track{display:flex;align-items:center;width:max-content;animation:marquee 30s linear infinite}
.logo-set{width:1920px;height:120px;display:grid;grid-template-columns:repeat(8,240px);align-items:center;flex:0 0 auto}
.logo-set span{width:240px;height:120px;display:flex;align-items:center;justify-content:center;cursor:pointer}
.logo-set img{width:auto;height:auto;max-width:168px;max-height:45px;object-fit:contain;filter:grayscale(1);opacity:.46;transition:filter .25s ease,opacity .25s ease,transform .3s cubic-bezier(.22,1,.36,1)}
.logo-set span:hover img,.logo-set span:focus-within img{filter:brightness(0) saturate(100%) invert(38%) sepia(95%) saturate(1800%) hue-rotate(203deg) brightness(91%) contrast(91%);opacity:1;transform:scale(1.045)}
.boeing-crop{position:relative;display:block;width:160px;height:40px;overflow:hidden}
.boeing-crop img{position:absolute!important;left:0;top:-75%;width:100%!important;height:250%!important;max-width:none!important;max-height:none!important;object-fit:fill!important}
.logo-strip:hover .logo-track,.logo-strip:focus-within .logo-track{animation-play-state:paused}
@keyframes marquee{to{transform:translateX(-50%)}
}
.why{height:1183px;position:relative;overflow:hidden}
.why-world-dots{position:absolute;z-index:0;left:calc(50% + 1px);top:0;width:1504px;height:908px;transform:translateX(-50%);object-fit:contain;pointer-events:none}
.why-copy{text-align:center;padding-top:120px;position:relative;z-index:2}
.eyebrow{margin:0 0 16px;color:var(--blue);font-size:20px;line-height:24px;text-transform:uppercase}
.why h2,.section-head h2{margin:0;color:#000;font-weight:400;font-size:48px;line-height:1.2;letter-spacing:0}
.why-copy .eyebrow{width:auto;margin:0 auto 12px}
.why h2{width:min(1400px,calc(100% - var(--gutter)*2));margin:0 auto;font-size:48px;line-height:58px}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:60px;position:relative;z-index:3}
.stats article{height:180px;padding:40px;background:var(--gray);border-radius:var(--radius);display:flex;flex-direction:column}
.stats strong{color:var(--blue);font-size:64px;line-height:64px;letter-spacing:0}
.stats sup{font-size:36px;line-height:64px;vertical-align:baseline}
.stats span{margin-top:12px;font-size:20px;line-height:24px;color:rgba(0,0,0,.8)}
.globe-wrap{position:absolute;z-index:1;left:50%;top:582px;transform:translateX(-50%);width:min(1600px,83.333vw);aspect-ratio:16/8;overflow:hidden}
.globe-wrap.reveal{transform:translate(-50%,38px)}
.globe-wrap.reveal.is-visible{transform:translate(-50%,0)}
.globe-surface{position:absolute;left:0;top:0;width:100%;height:200%;touch-action:none;user-select:none;cursor:grab}
.globe-fallback,.globe-canvas{position:absolute;inset:0;width:100%;height:100%}
.globe-fallback{object-fit:fill;pointer-events:none;-webkit-user-drag:none;transform:translateX(var(--fallback-globe-shift,0px)) scale(1.015);transform-origin:50% 10%;transition:opacity .3s ease,transform .18s ease-out}
.globe-canvas{z-index:1;display:block;opacity:0;pointer-events:none;transition:opacity .3s ease;touch-action:none}
.globe-surface.is-ready .globe-canvas{opacity:1}
.globe-surface.is-ready .globe-fallback{opacity:0}
.globe-surface.is-dragging{cursor:grabbing}
.globe-surface.is-dragging .globe-fallback{transition:opacity .3s ease,transform 0s}
.globe-surface[data-globe-mode="fallback"] .office-marker,
.globe-surface[data-globe-mode="fallback"] .office-detail{margin-left:var(--fallback-globe-shift,0px)}
.globe-wrap:after{content:"";position:absolute;z-index:2;left:0;right:0;bottom:0;height:30%;background:linear-gradient(to bottom,rgba(255,255,255,0),#fff);pointer-events:none}
.office-marker{position:absolute;z-index:4;width:20px;height:20px;padding:0;border:0;background:transparent;color:var(--blue);cursor:pointer;transition:opacity .18s ease}
.office-marker.is-behind{opacity:0;pointer-events:none}
.office-marker i{position:absolute;inset:0;border-radius:50%;transition:transform .2s ease}
.office-marker i:before{content:"";position:absolute;inset:3px;border:1.5px solid rgba(31,111,224,.55);border-radius:50%;animation:officeRipple 2.8s ease-out infinite}
.office-marker i:after{content:"";position:absolute;left:7px;top:7px;width:6px;height:6px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 5px rgba(31,111,224,.12)}
@keyframes officeRipple{0%{transform:scale(.3);opacity:1}100%{transform:scale(2.6);opacity:0}}
.office-marker span{position:absolute;left:50%;bottom:26px;transform:translateX(-50%);height:38px;padding:0 16px;border-radius:20px;background:#fff;display:flex;align-items:center;white-space:nowrap;font-size:18px;line-height:18px;font-weight:400;transition:transform .2s ease,box-shadow .2s ease}
.office-marker:hover i,.office-marker:focus-visible i,.office-marker.is-current i{transform:scale(1.16)}
.office-marker.is-current i{box-shadow:0 0 0 4px rgba(31,111,224,.16)}
.office-marker:hover span,.office-marker:focus-visible span,.office-marker.is-current span{transform:translateX(-50%) translateY(-2px);box-shadow:0 8px 22px rgba(31,111,224,.14)}
.office-marker:focus-visible{outline:2px solid var(--blue);outline-offset:4px;border-radius:50%}
.office-usa{left:20%;top:13%}
.office-mexico{left:24%;top:19%}
.office-brazil{left:39%;top:28%}
.office-germany{left:53%;top:10%}
.office-czech{left:56%;top:11%}
.office-india{left:69%;top:19%}
.office-hangzhou{left:78%;top:16%}
.office-korea{left:82%;top:14%}
.office-detail{position:absolute;z-index:4;left:65.56%;top:16.7%;width:340px;min-height:111px;padding:20px;border-radius:10px;background:#fff;display:flex;flex-direction:column;opacity:1;transform:none;transition:opacity .2s ease,transform .2s ease;pointer-events:auto;box-shadow:0 10px 30px rgba(31,111,224,.12)}
.office-detail:before{content:"";position:absolute;left:-8px;top:18px;width:16px;height:16px;background:#fff;transform:rotate(45deg)}
.office-detail.is-left:before{left:auto;right:-8px}
.office-detail strong{color:var(--blue);font-size:18px;line-height:18px;font-weight:400;margin-bottom:13px}
.office-detail span{color:rgba(0,0,0,.8);font-size:14px;line-height:18px;white-space:normal;overflow-wrap:anywhere}
.office-detail .office-address{margin-bottom:8px;color:rgba(0,0,0,.62)}
.office-detail:not(.is-open){opacity:0;transform:translateY(6px);pointer-events:none}
.globe-wrap[data-active-office="usa"] .office-detail{left:calc(20% + 32px);top:calc(13% - 8px)}
.globe-wrap[data-active-office="mexico"] .office-detail{left:calc(24% + 32px);top:calc(19% - 8px)}
.globe-wrap[data-active-office="brazil"] .office-detail{left:calc(39% + 32px);top:calc(28% - 8px)}
.globe-wrap[data-active-office="germany"] .office-detail{left:calc(53% + 32px);top:calc(10% - 8px)}
.globe-wrap[data-active-office="czech"] .office-detail{left:calc(56% + 32px);top:calc(11% - 8px)}
.globe-wrap[data-active-office="india"] .office-detail{left:calc(69% + 32px);top:calc(19% - 8px)}
.globe-wrap[data-active-office="hangzhou"] .office-detail{left:calc(78% + 32px);top:calc(16% - 8px)}
.globe-wrap[data-active-office="korea"] .office-detail{left:calc(82% + 32px);top:calc(14% - 8px)}
.core-advantages{position:relative;height:460px;padding-top:120px;background:#e7ebf2;overflow:hidden}
.core-advantage-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:0}
.core-advantage-cards article{position:relative;height:220px;overflow:hidden;border-radius:20px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:24px 24px 36px;color:var(--blue)}
.core-advantage-cards img{position:absolute;left:50%;top:22px;width:260px;height:104px;object-fit:contain;transform:translateX(-50%)}
.core-advantage-cards article:first-child img{filter:brightness(0) saturate(100%) invert(38%) sepia(94%) saturate(1845%) hue-rotate(204deg) brightness(93%) contrast(91%)}
.core-advantage-cards strong{position:relative;z-index:2;font-size:24px;line-height:27px;text-align:center}
.core-advantage-cards .core-flatness{justify-content:flex-end;color:#fff}
.core-advantage-cards .core-flatness:after{position:absolute;inset:38% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.55));content:""}
.core-advantage-cards .core-flatness img{inset:0;width:100%;height:100%;object-fit:cover;transform:none}
.section{padding:120px 0}
.section-gray{background:var(--gray)}
.section-white{background:#fff}
.section-head{position:relative}
.section-head h2{color:var(--blue)}
.section-head>p:not(.eyebrow){margin:20px 0 0;font-size:20px;line-height:1.35;color:var(--muted);max-width:1156px}
.head-actions,.head-single{position:absolute;right:0;bottom:0}
.head-actions{display:flex;gap:24px}
.head-actions .button-light:hover,
.head-actions .button-light:focus-visible{background-color:var(--blue)!important;color:#fff!important}
.industry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:78px}
.image-card{height:520px;border-radius:var(--radius);overflow:hidden;position:relative;background:#222}
.image-card img{height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.2,1)}
.image-card:after,.case-card:after{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.85))}
.image-card span{position:absolute;z-index:2;left:24px;right:24px;bottom:24px;color:#fff}
.image-card b{display:block;font-size:28px;line-height:32px;min-height:64px}
.image-card small{width:125px;height:32px;margin-top:12px;padding:0 24px;border-radius:40px;background:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;line-height:16px;font-weight:700;color:var(--blue);transition:color .22s ease,background-color .22s ease,transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease}
.image-card i{font-style:normal;margin-left:8px}
.image-card:hover small,.image-card:focus-visible small,.image-card:active small{background:var(--blue);color:#fff;transform:translateX(4px);box-shadow:0 8px 24px rgba(31,111,224,.28)}
.image-card:first-child small{background:var(--blue);color:#fff}
.industry-grid:has(.image-card:hover) .image-card:first-child:not(:hover) small{background:#fff;color:var(--blue);transform:none;box-shadow:none}
.image-card:focus-visible{outline:2px solid var(--blue);outline-offset:5px}
.image-card:hover img,.case-card:hover img{transform:scale(1.045)}
.products{min-height:1000px;position:relative}
.product-viewport{overflow:hidden}
.case-viewport,.news-viewport{overflow:hidden}
.product-row{--product-columns:6;display:grid;grid-template-columns:repeat(var(--product-columns),1fr);gap:24px;margin-top:78px}
.product-image{height:456px;border-radius:var(--radius);background:var(--gray);position:relative;overflow:hidden}
.product-art{position:absolute;overflow:hidden;pointer-events:none}
.product-art img{position:absolute;max-width:none;transform-origin:center;transition:transform .48s cubic-bezier(.22,.75,.24,1)}
.product-row article:hover .product-art img,.product-row article:focus-within .product-art img{transform:none}
.product-art-nimbletrack{left:12.44%;top:12.94%;width:75.12%;height:74.34%}
.product-art-nimbletrack img{left:-69.81%;top:-14.21%;width:249.63%;height:125.12%}
.product-art-accuarm{left:27.86%;top:20.61%;width:44.28%;height:58.77%}
.product-art-accuarm img{left:-.09%;top:-10.07%;width:100.18%;height:118.28%}
.product-art-kscan-e{left:26.87%;top:20.61%;width:46.27%;height:58.77%}
.product-art-kscan-e img{left:-111.53%;top:-13.43%;width:323.06%;height:126.12%}
.product-art-simscan{left:16.92%;top:20.61%;width:49.75%;height:58.77%}
.product-art-simscan img{left:-111.33%;top:-16.04%;width:322.67%;height:135.45%}
.product-art-trackscan{inset:14% 15%;display:grid;place-items:center;overflow:visible}
.product-art-trackscan img{position:static;width:100%;height:100%;max-width:100%;object-fit:contain;transform:none}
.product-art-kscan-x{left:19.4%;top:20.61%;width:61.19%;height:58.77%}
.product-art-kscan-x img{left:-66.56%;top:-21.27%;width:280.79%;height:144.4%}
.product-row h3{color:var(--blue);font-size:24px;margin:24px 0 8px}
.product-row p{height:48px;overflow:hidden;text-overflow:ellipsis;font-size:18px;line-height:24px;color:var(--muted);margin:0}
.product-feature{position:absolute;z-index:2;left:24px;top:24px;width:36px;height:28px;border-radius:4px;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;line-height:1}
.product-feature img{position:static;width:20px;height:20px;object-fit:contain}
.carousel-arrow{display:none}
.product-drag-cursor{display:none!important}
.carousel-track{touch-action:pan-y;cursor:grab;will-change:transform;transition:transform .68s cubic-bezier(.22,1,.36,1);user-select:none}
.carousel-track.is-dragging{cursor:grabbing;transition:none}
.carousel-track img{-webkit-user-drag:none;user-select:none;pointer-events:none}
.carousel-track::-webkit-scrollbar{display:none}
.carousel-arrow:disabled{cursor:default;opacity:.45}
.cases{min-height:922px;position:relative}
.case-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:78px;overflow:hidden}
.case-card{position:relative;height:460px;border-radius:var(--radius);overflow:hidden;background:#222}
.case-card img{height:100%;object-fit:cover;transition:transform .8s}
.case-card span{position:absolute;z-index:2;left:24px;right:24px;bottom:24px;color:#fff;padding:24px;background:rgba(42,44,47,.26);backdrop-filter:blur(18px);border-radius:10px}
.case-card b{display:-webkit-box;overflow:hidden;max-width:524px;height:54px;margin-bottom:26px;font-size:24px;line-height:27px;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.case-card small{display:-webkit-box;overflow:hidden;max-width:400px;height:48px;color:rgba(255,255,255,.65);font-size:17px;line-height:24px;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.news{min-height:1000px;position:relative}
.news-grid{display:grid;grid-template-columns:repeat(3,620px);gap:49px;margin-top:78px;overflow:hidden}
.news-grid article{position:relative;padding:0;border-radius:var(--radius) var(--radius) 0 0;overflow:hidden}
.news-grid article+article{border-left:0;padding-left:0}
.news-grid article+article:before{position:absolute;top:0;bottom:0;left:-25px;width:1px;background:#d9d9d9;content:""}
.news-grid img{height:396px;object-fit:cover;border-radius:var(--radius);clip-path:inset(0 round var(--radius))}
.news-grid time{display:block;margin-top:24px;font-size:16px;line-height:24px}
.news-grid h3{overflow:hidden;margin:12px 0 8px;color:var(--blue);font-size:24px;line-height:27px;text-overflow:ellipsis;white-space:nowrap}
.news-grid p{display:-webkit-box;overflow:hidden;margin:0;color:var(--muted);font-size:18px;line-height:24px;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.resources{height:1013px;padding-bottom:120px}
.resource-title{text-align:center;color:var(--blue);font-weight:400;font-size:48px;line-height:58px;margin:0 0 60px}
.resource-panels{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.resource-panels>article{height:319px;background:#fff;border-radius:var(--radius);padding:40px}
.resource-panels h3{text-align:center;color:var(--blue);font-size:24px;line-height:27px;margin:0 0 24px}
.resource-panels>article>p{display:none}
.resource-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.resource-links a{min-height:52px;border-radius:40px;background:var(--gray);display:flex;align-items:center;justify-content:space-between;padding:0 20px;font-size:16px;transition:background-color .22s ease,color .22s ease}
.resource-links a span{font-size:13px;color:var(--blue);transition:color .22s ease}
.resource-links a:hover,.resource-links a:focus-visible{background:var(--blue);color:#fff}
.resource-links a:hover span,.resource-links a:focus-visible span{color:#fff}
.resource-panels>article:hover,.resource-panels>article:focus-within,.contact-grid>article:hover,.contact-grid>article:focus-within{transform:none!important;box-shadow:none!important}
.resource-links a:hover,.resource-links a:focus-visible{transform:none!important}
.contact-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin-top:24px}
.contact-grid article{position:relative;height:312px;background:#fff;border-radius:var(--radius);padding:30px 40px 24px;text-align:center}
.line-icon{width:40px;height:40px;margin:0 auto;object-fit:contain}
.contact-grid h3{font-size:24px;line-height:27px;color:var(--blue);min-height:27px;margin:30px 0 0;text-transform:none}
.contact-grid p{font-size:18px;color:var(--muted);line-height:24px;min-height:0;margin:8px 0 0}
.contact-grid .button{position:absolute;right:71px;bottom:24px;left:71px;height:48px;padding:0 18px;font-size:13px;margin:0}
footer{height:477px;background:#fff}
.footer-inner{display:grid;height:436px;grid-template-columns:2.2fr repeat(4,1fr);gap:50px;padding-top:120px;padding-bottom:0}
.footer-brand p{margin:44px 0 0;color:var(--muted);font-size:15px;line-height:1.5;max-width:320px}
.footer-inner h4{color:var(--blue);font-size:14px;margin:0 0 22px}
.footer-inner>div:not(.footer-brand){display:flex;flex-direction:column;gap:14px;padding-top:20px;font-size:14px}
.copyright{height:41px;border-top:1px solid #eee;padding:12px 0 13px;display:flex;justify-content:space-between;color:#aaa;font-size:12px}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .5s ease,transform .6s cubic-bezier(.22,1,.36,1)}
.hero-content.reveal{transform:translateY(18px)}
.reveal.is-visible{opacity:1;transform:translateY(0)}
.hero-content.reveal.is-visible{transform:translateY(0)}
.reveal-stagger>*{opacity:0;transform:translateY(14px);transition:opacity .48s ease,transform .58s cubic-bezier(.22,1,.36,1)}
.reveal-stagger.is-visible>*{opacity:1;transform:none}
.reveal-stagger.is-visible>*:nth-child(2){transition-delay:.05s}
.reveal-stagger.is-visible>*:nth-child(3){transition-delay:.1s}
.reveal-stagger.is-visible>*:nth-child(4){transition-delay:.15s}
.reveal.text-reveal-parent{opacity:1;filter:none;transform:none}
.hero-content.reveal.text-reveal-parent{transform:none}
.text-reveal{opacity:0;transform:translateY(16px);transition:opacity .48s ease,transform .58s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-base,0ms)}
.text-reveal.is-visible{opacity:1;transform:none}
.color-shift-reveal{display:inline;overflow:visible;vertical-align:bottom;padding:.08em 0;margin:-.08em 0}
.color-shift-word{display:inline-block;white-space:nowrap}
.color-shift-reveal .color-shift-char{display:inline-block;opacity:0;filter:blur(3px);transform:translateY(112%);transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .86s cubic-bezier(.22,1,.36,1),filter .65s ease;transition-delay:calc(110ms + var(--char-index,0) * 15ms);will-change:opacity,transform,filter}
.color-shift-reveal.is-visible .color-shift-char{opacity:1;filter:blur(0);transform:translateY(0)}

@media(hover:hover) and (pointer:fine){
  .stats article,.core-advantage-cards article,.image-card,.case-card,.resource-panels>article,.contact-grid>article{transition:transform .38s cubic-bezier(.22,1,.36,1),box-shadow .38s ease,border-color .3s ease}
  .stats article:hover,.core-advantage-cards article:hover,.core-card-hotspot:hover,.image-card:hover,.case-card:hover,.resource-panels>article:hover,.contact-grid>article:hover{transform:translateY(-5px) scale(1.012);box-shadow:0 18px 40px rgba(30,61,103,.1)}
  .core-advantage-cards article:hover,.core-card-hotspot:hover{box-shadow:none}
  .image-card img,.product-art img,.case-card img,.news-grid article>img{transition:transform .55s cubic-bezier(.22,1,.36,1)}
  .image-card:hover img,.image-card:focus-visible img,.case-card:hover img{transform:scale(1.025)}
  .product-row>article:hover .product-art img,.product-row>article:focus-within .product-art img,.news-grid article:hover>img,.news-grid article:focus-within>img{transform:none}
  .product-row>article,.news-grid article{background:transparent;box-shadow:none;transform:none}
  .product-row h3,.product-row p,.news-grid time,.news-grid h3,.news-grid p{transition:transform .38s cubic-bezier(.22,1,.36,1),color .25s ease}
  .product-row>article:hover h3,.product-row>article:hover p,.news-grid article:hover time,.news-grid article:hover h3,.news-grid article:hover p{transform:none}
}

/* Card hover is visual feedback only: never move or reshape the layout. */
@media(hover:hover) and (pointer:fine){
  .resource-panels>article:hover,.contact-grid>article:hover,
  .resource-panels>article:focus-within,.contact-grid>article:focus-within{
    transform:none!important;
    box-shadow:none!important;
  }
  .contact-grid article:hover :is(h3,p),.contact-grid article:focus-within :is(h3,p){transform:none!important}
  .news-grid article:hover,.news-grid article:focus-within{border-radius:var(--radius) var(--radius) 0 0!important;transform:none!important}
  .news-grid article:hover>img,.news-grid article:focus-within>img{
    border-radius:var(--radius)!important;
    clip-path:inset(0 round var(--radius))!important;
    transform:none!important;
  }
}

@media(min-width:1281px){
  .contact-grid article:hover .line-icon,.contact-grid article:focus-within .line-icon{transform:translateX(-50%)!important}
}

@media(min-width:1281px){
  .site-header{display:block;height:80px;padding:0}
  .site-header>.brand{position:absolute;left:max(120px,calc((100vw - 1920px)/2 + 120px));top:25px;width:180px;height:31px}
  .desktop-nav{position:absolute;left:max(400px,calc((100vw - 1920px)/2 + 400px));top:30px;height:25px}
  .header-cta{position:absolute;left:max(1604px,calc((100vw - 1920px)/2 + 1604px));top:30px;margin:0;width:196px}
  .desktop-nav a{padding:0 0 5px;line-height:20px}
  .hero{height:min(1080px,calc(100vh - 80px));min-height:760px}
  .hero-content{left:max(120px,calc((100vw - 1920px)/2 + 120px));top:304px;transform:none;width:1040px;display:flex;flex-direction:column;align-items:flex-start}
  .hero-content.reveal{transform:translateY(38px)}
  .hero-content.reveal.is-visible{transform:none}
  .hero-content.reveal.text-reveal-parent{transform:none}
  .hero h1{font-size:54px;line-height:60px}
  .hero-content>p{font-size:32px;line-height:38px;margin:23px 0 37px}
  .hero-media{inset:0 0 120px max(900px,calc(50% - 60px));width:auto;height:auto}
  .section{height:auto;padding:120px 0 0;overflow:hidden}
  .section-head .eyebrow{margin-bottom:12px}
  .section-head>p:not(.eyebrow){line-height:24px}
  .industry-grid,.product-row{margin-top:60px}
  .section.section-gray#industries{height:958px}
  .products{height:1000px;min-height:0;position:relative}
  .cases{height:922px;min-height:0}
  .news{height:1000px;min-height:0}
  .cases .section-head>p:not(.eyebrow),.news .section-head>p:not(.eyebrow){max-width:800px}
  .resources{height:1013px;padding-bottom:0}
  .product-row,.case-row,.news-grid{display:flex;width:max-content;overflow:visible}
  .product-row>article,.case-row>.case-card,.news-grid>article{flex:0 0 var(--carousel-card-width)}
  .product-row{gap:24px}
  .carousel-arrow{display:flex;position:absolute;z-index:6;width:40px;height:40px;border:0;border-radius:50%;align-items:center;justify-content:center;background:#cfd3d9;color:#fff;box-shadow:0 4px 14px rgba(25,48,88,.08);font-size:20px;line-height:1;opacity:1;transform:none;pointer-events:auto;cursor:pointer;transition:transform .24s cubic-bezier(.22,1,.36,1),background-color .22s ease,color .22s ease,box-shadow .22s ease}
  .carousel-arrow:disabled{opacity:.4;cursor:default;background:#cfd3d9;color:#fff}
  .carousel-prev{left:max(144px,calc((100vw - 1920px)/2 + 144px))}
  .carousel-next{right:max(144px,calc((100vw - 1920px)/2 + 144px));left:auto}
  .product-prev,.product-next{top:526px}
  .case-prev,.case-next{top:533px}
  .news-prev,.news-next{top:496px}
  .carousel-arrow:not(:disabled):hover,.carousel-arrow:not(:disabled):focus-visible{transform:scale(1.04);background:var(--blue);color:#fff;box-shadow:0 9px 24px rgba(31,111,224,.2)}
  .case-row{gap:24px;margin-top:60px}
  .news-grid{column-gap:49px;margin-top:84px}
  .news-grid article,.news-grid article+article{position:relative;padding:0;border:0}
  .news-grid article+article:before{content:"";position:absolute;left:-25px;top:0;width:1px;height:538px;background:#d9d9d9}
  .news-grid article{width:620px;min-width:620px;overflow:hidden}.news-grid img{width:620px}
  .resource-title{margin-bottom:60px}
  .resource-panels{height:319px}
  .resource-panels>article{height:319px}
  .resource-panels h3{line-height:27px;margin:0 0 24px}
  .resource-panels>article>p{display:none}
  .resource-links{gap:12px}
  .contact-grid{height:312px;margin-top:24px}
  .contact-grid article{position:relative;height:312px;padding:0}
  .line-icon{position:absolute;top:24px;left:50%;transform:translateX(-50%);width:48px;height:48px}
  .contact-grid h3{position:absolute;top:100px;left:40px;width:322px;min-height:0;margin:0;font-size:24px;line-height:27px}
  .contact-grid p{position:absolute;top:135px;left:40px;width:322px;min-height:0;margin:0;font-size:18px;line-height:24px}
  .contact-grid article:nth-child(2) p{top:162px}
  .contact-grid .button{position:absolute;left:71px;top:234px;width:260px;height:48px;margin:0}
  footer{position:relative;height:477px;overflow:hidden}
  .footer-inner{display:block;position:relative;height:436px;padding:0}
  .footer-brand{position:absolute;left:0;top:120px}
  .footer-brand .brand{width:281px;height:48px;gap:14px}
  .footer-brand .brand-symbol{width:52px;height:48px}
  .footer-brand .brand-wordmark{width:215px;height:auto}
  .footer-brand p{position:absolute;left:0;top:136px;width:400px;max-width:none;margin:0;font-size:16px;line-height:24px}
  .footer-inner>div:not(.footer-brand){position:absolute;top:140px;gap:16px;font-size:18px;line-height:20px}
  .footer-inner>div:nth-child(2){left:803px}
  .footer-inner>div:nth-child(3){left:1069px}
  .footer-inner>div:nth-child(4){left:1347px}
  .footer-inner>div:nth-child(5){left:1544px}
  .footer-inner h4{font-size:16px;line-height:16px;margin:0 0 4px}
  .copyright{position:absolute;left:0;right:0;bottom:0;width:100%;height:41px;border-top:1px solid rgba(90,99,106,.1);padding:13px max(120px,calc((100vw - 1920px)/2 + 120px)) 0;font-size:14px;line-height:16px}
}

@media(min-width:2200px){:root{--max:1680px}
.hero-media{left:calc(50% - 60px)}
}

@media(max-width:1280px){:root{--radius:14px}
.site-header{gap:28px}
.desktop-nav{gap:20px;font-size:15px}
.header-cta{padding-inline:26px}
.hero-content{width:56vw}
.hero h1{font-size:42px}
.hero-content>p{font-size:24px}
.why{height:960px}
.why-copy{padding-top:100px}
.why h2{font-size:40px;line-height:48px}
.why-world-dots{width:1250px;height:auto}
.stats{margin-top:46px}
.stats article{padding:30px 24px;height:150px}
.stats strong{font-size:52px;line-height:56px}
.stats sup{font-size:28px;line-height:56px}
.stats span{font-size:16px;line-height:20px;margin-top:8px}
.globe-wrap{top:500px}
.core-advantages{height:auto;padding:90px 0;background:#e7ebf2}
.core-advantages>h2{font-size:40px;line-height:48px}
.core-advantage-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:0}
.core-advantage-cards article{height:190px;border-radius:14px}
.core-advantage-cards strong{font-size:21px;line-height:1.15}
.core-advantage-cards img{top:16px;height:88px}
.image-card{height:420px}
.carousel-track{overflow-x:auto;scroll-snap-type:x mandatory;transform:none;cursor:auto;scrollbar-width:none}
.carousel-track>*{scroll-snap-align:start}
.product-row{grid-template-columns:repeat(var(--product-columns,4),min(402px,78vw))}
.case-row{grid-template-columns:repeat(3,min(620px,72vw))}
.news-grid{grid-template-columns:repeat(3,min(620px,72vw));gap:24px}
.product-image{height:360px}
.case-card{height:390px}
.news-grid img{height:320px}
.section-head h2{font-size:40px}
.head-actions,.head-single{position:static;margin-top:28px}
.footer-inner{grid-template-columns:1.6fr repeat(4,1fr);gap:25px}
}

/* Intermediate desktop widths still show four cards, but must not inherit
   the 402px text boxes from the 1920px artboard. */
@media(min-width:1281px) and (max-width:1919px){
  .contact-grid h3{top:92px;left:20px;width:calc(100% - 40px);font-size:20px;line-height:23px}
  .contact-grid p,.contact-grid article:nth-child(2) p{top:150px;left:20px;width:calc(100% - 40px);font-size:16px;line-height:21px}
  .contact-grid .button{top:240px;right:24px;left:24px;width:auto;padding-inline:12px;font-size:12px;white-space:nowrap}
}

@media(min-width:901px) and (max-width:1280px){
  .resources{height:auto;padding-bottom:90px}
  .contact-grid{height:auto;grid-template-columns:repeat(2,minmax(0,1fr))}
  .contact-grid article{height:312px}
}

@media(max-width:900px){.site-header{position:fixed;height:68px;background:rgba(243,244,246,.9);backdrop-filter:blur(16px)}
.desktop-nav,.header-cta{display:none}
.menu-toggle{display:block}
.site-header.menu-open{height:auto;align-items:flex-start;padding-top:22px;flex-wrap:wrap}
.site-header.menu-open .desktop-nav{display:flex;order:3;flex-basis:100%;flex-direction:column;align-items:flex-start;padding:20px 0 32px;gap:22px}
.hero{height:900px;min-height:0}
.hero-media{left:0;top:42%;bottom:120px;height:auto}
.hero-fade{background:linear-gradient(180deg,var(--gray) 0%,rgba(243,244,246,.15) 50%,rgba(243,244,246,0) 100%)}
.hero-content{left:var(--gutter);top:150px;transform:none;width:calc(100% - var(--gutter)*2)}
.hero-content.reveal,.hero-content.reveal.is-visible{transform:translateY(0)}
.hero-content.reveal.text-reveal-parent{transform:none}
.hero h1{font-size:clamp(36px,7vw,52px)}
.hero-content>p{font-size:22px;margin-bottom:34px}
.hero-pagination{bottom:145px}
.why{height:auto;padding-bottom:70px}
.why-copy{padding:90px var(--gutter) 0}
.why h2 br{display:none}
.why h2{width:100%}
.stats{grid-template-columns:repeat(2,1fr)}
.why-world-dots{top:40px;width:140%;height:auto;opacity:.72}
.globe-wrap{position:relative;top:auto;bottom:auto;margin-top:44px;width:110%;transform:translateX(-50%)}
.office-marker{transform:scale(.78)}
.office-marker span{height:30px;padding:0 11px;bottom:22px;font-size:13px;line-height:16px}
.office-detail{left:50%;top:34%;width:270px;height:104px;padding:16px;transform:translateX(-50%)}
.globe-wrap[data-active-office] .office-detail{left:50%;top:34%}
.globe-wrap[data-active-office] .office-detail:before{display:none}
.office-detail strong{font-size:16px;margin-bottom:10px}
.office-detail span{font-size:12px;line-height:17px}
.office-detail:not(.is-open){transform:translate(-50%,6px)}
.core-advantage-cards{grid-template-columns:1fr}
.core-advantage-cards article{height:190px}
.section{padding:90px 0}
.industry-grid{grid-template-columns:repeat(2,1fr)}
.product-row{grid-template-columns:repeat(var(--product-columns,4),78vw);overflow-x:auto;scroll-snap-type:x mandatory;transform:none!important;cursor:auto;padding-bottom:8px}
.product-row article{scroll-snap-align:start}
.image-card{height:500px}
.product-image{height:400px}
.case-row{grid-template-columns:repeat(3,80vw);overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;transform:none!important;cursor:auto}
.case-card{scroll-snap-align:start}
.news-grid{grid-template-columns:repeat(3,80vw);gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;transform:none!important;cursor:auto}
.news-grid article,.news-grid article+article{border-left:0;padding:0;scroll-snap-align:start}
.resources{height:auto;padding-bottom:90px}
.resource-panels{height:auto;grid-template-columns:1fr}
.resource-panels>article{height:auto;min-height:319px}
.contact-grid{grid-template-columns:repeat(2,1fr)}
.footer-inner{grid-template-columns:repeat(2,1fr)}
.footer-brand{grid-column:1/-1}
.copyright{gap:20px}
}

@media(max-width:600px){:root{--gutter:20px;--radius:10px}
.brand .brand-symbol{width:25px;height:23px}
.brand .brand-wordmark{width:105px}
.hero{height:780px}
.hero-content{top:120px}
.hero h1{font-size:34px}
.hero-content>p{font-size:18px;line-height:1.4}
.actions{gap:10px}
.button{padding-inline:22px;font-size:12px;min-height:44px}
.logo-strip{height:84px}
.logo-track{font-size:17px}
.logo-set,.logo-set span{height:84px}
.hero-media{bottom:84px}
.hero-pagination{bottom:109px}
.why-copy{padding-top:72px}
.why h2{font-size:28px}
.eyebrow{font-size:14px}
.stats{gap:10px;margin-top:38px}
.stats article{height:116px;padding:22px 16px}
.why h2{line-height:34px}
.stats strong{font-size:36px;line-height:40px}
.stats span{font-size:11px;line-height:16px;margin-top:6px}
.stats sup{font-size:20px;line-height:40px}
.office-marker span{font-size:11px;height:26px;padding:0 8px;bottom:20px}
.office-detail{top:36%;width:260px;height:auto;min-height:111px}
.core-advantages{padding:72px 0}
.core-advantages>h2{padding:0 20px;font-size:32px;line-height:38px}
.core-advantage-cards{margin-top:38px}
.core-advantage-cards strong{font-size:18px}
.section{padding:72px 0}
.section-head h2{font-size:32px}
.section-head>p:not(.eyebrow){font-size:16px}
.industry-grid{grid-template-columns:1fr;gap:18px;margin-top:46px}
.product-row{grid-template-columns:repeat(var(--product-columns,4),88vw);gap:18px;margin-top:46px}
.image-card{height:460px}
.product-image{height:380px}
.case-row{margin-top:46px;grid-template-columns:repeat(3,88vw)}
.case-card{height:420px}
.case-card span{padding:18px}
.case-card b{font-size:20px}
.news-grid{grid-template-columns:repeat(3,88vw);margin-top:46px}
.news-grid img{height:250px}
.news-grid h3{font-size:21px}
.resource-title{font-size:32px}
.resource-panels>article{padding:28px 18px}
.resource-panels>article{min-height:460px}
.resource-links{grid-template-columns:1fr}
.contact-grid{grid-template-columns:1fr}
.contact-grid h3,.contact-grid p{min-height:0}
.footer-inner{grid-template-columns:1fr;padding-top:72px}
.footer-brand{grid-column:auto}
.copyright{flex-direction:column}
.globe-wrap{margin-top:10px}
.resource-panels>article>p{font-size:15px}
}

/* Figma carousel control: use the supplied arrow artwork instead of a font glyph. */
.carousel-arrow{font-size:0!important}
.carousel-arrow::before{width:20px;height:20px;background:url("assets/figma-latest/product-card-arrow.svg") center/contain no-repeat;content:"";filter:brightness(0) invert(1)}
.carousel-prev::before{transform:rotate(180deg)}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
.logo-track,.office-marker i:before{animation:none}
.reveal,.reveal-stagger>*,.text-reveal-word,.color-shift-char{opacity:1;filter:none;transform:none;transition:none}
.product-image>img{transition:none}
}
