*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--color-text);background:var(--color-background);font-family:var(--font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body.menu-open{overflow:hidden}img,svg{display:block;max-width:100%}svg{width:1.25em;height:1.25em;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{color:inherit}h1,h2,h3,h4,h5,h6{margin:0 0 .7em;font-family:var(--font-heading);line-height:1.15;letter-spacing:-.025em}h1{font-size:clamp(2.4rem,6vw,5.2rem)}h2{font-size:clamp(2rem,4vw,3.4rem)}h3{font-size:clamp(1.25rem,2vw,1.65rem)}p{margin:0 0 1.2em}ul,ol{padding-left:1.3rem}blockquote{margin:2rem 0;padding:1.5rem 2rem;border-left:4px solid var(--color-primary);background:var(--color-surface)}table{width:100%;border-collapse:collapse}th,td{padding:.9rem 1rem;border-bottom:1px solid var(--color-border);text-align:left}input,select,textarea{width:100%;min-height:48px;padding:.75rem .9rem;color:var(--color-text);background:#fff;border:1px solid var(--color-border);border-radius:max(4px,calc(var(--radius) * .55))}textarea{min-height:150px;resize:vertical}input:focus,select:focus,textarea:focus,button:focus-visible,a:focus-visible{outline:3px solid rgba(var(--color-primary-rgb),.25);outline-offset:2px}.page-width{width:min(calc(100% - 32px),var(--page-width));margin-inline:auto}.page-width--narrow{width:min(calc(100% - 32px),820px);margin-inline:auto}.section--small{padding-block:calc(var(--section-space) * .65)}.section--dark{color:#fff;background:var(--color-secondary)}.section--surface{background:var(--color-surface)}.section-header{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:2.5rem}.section-header__content{max-width:760px}.section-header__content>:last-child{margin-bottom:0}.eyebrow{margin-bottom:.65rem;color:var(--color-primary);font-size:.78rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.section--dark .eyebrow,.hero .eyebrow{color:#88b9ff}.rte>:first-child{margin-top:0}.rte>:last-child{margin-bottom:0}.muted{color:var(--color-muted)}.text-center{text-align:center;margin-inline:auto}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.skip-link{position:fixed;z-index:9999;top:12px;left:12px;padding:.7rem 1rem;color:#fff;background:var(--color-secondary);transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:.6rem;padding:.78rem 1.35rem;border:1px solid transparent;border-radius:max(4px,calc(var(--radius) * .6));font-weight:750;line-height:1.2;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:hover{transform:translateY(-1px)}.button--primary{color:#fff;background:var(--color-primary);box-shadow:0 10px 30px rgba(var(--color-primary-rgb),.22)}.button--primary:hover{box-shadow:0 14px 36px rgba(var(--color-primary-rgb),.32)}.button--secondary{color:var(--color-text);background:#fff;border-color:var(--color-border)}.button--outline{color:#fff;background:transparent;border-color:#ffffff73}.button--ghost{color:var(--color-primary);background:rgba(var(--color-primary-rgb),.08)}.button[disabled]{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.text-link{display:inline-flex;align-items:center;gap:.35rem;color:var(--color-primary);font-weight:750}.text-link svg{transition:transform .2s ease}.text-link:hover svg{transform:translate(4px)}.card{border:1px solid var(--color-border);border-radius:var(--radius);background:#fff;overflow:hidden}.media{position:relative;display:block;overflow:hidden;background:#f3f5f8}.media img,.media .placeholder-svg{width:100%;height:100%;object-fit:cover}.grid{display:grid;gap:1.5rem}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.announcement-bar{padding:.55rem 0;color:#fff;background:var(--color-secondary);font-size:.88rem}.announcement-bar__inner{display:flex;align-items:center;justify-content:center;gap:1.5rem;text-align:center}.announcement-bar__link{font-weight:700;text-decoration:underline;text-underline-offset:3px}.site-header{position:relative;z-index:50;border-bottom:1px solid var(--color-border);background:#fffffff7}.site-header.is-sticky{position:sticky;top:0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.site-header__inner{display:grid;min-height:82px;grid-template-columns:auto 1fr auto;align-items:center;gap:2rem}.site-logo{display:inline-flex;align-items:center}.site-logo img{width:min(var(--logo-width),220px);max-height:62px;object-fit:contain}.site-logo__text{font-weight:900;letter-spacing:.08em}.main-nav{justify-self:center}.main-nav__list,.header-actions,.mobile-nav__list,.footer-menu,.social-list{padding:0;margin:0;list-style:none}.main-nav__list{display:flex;align-items:center;gap:1.7rem}.main-nav__item{position:relative}.main-nav__link{display:inline-flex;align-items:center;gap:.25rem;padding-block:1.8rem;font-size:.93rem;font-weight:700}.main-nav__link:hover{color:var(--color-primary)}.main-nav__dropdown{position:absolute;top:calc(100% - 8px);left:-1.2rem;min-width:240px;padding:.7rem;border:1px solid var(--color-border);border-radius:var(--radius);background:#fff;box-shadow:0 20px 60px #07132324;opacity:0;pointer-events:none;transform:translateY(8px);transition:.2s ease}.main-nav__item:hover .main-nav__dropdown,.main-nav__item:focus-within .main-nav__dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.main-nav__dropdown a{display:block;padding:.65rem .75rem;border-radius:6px;font-size:.92rem}.main-nav__dropdown a:hover{color:var(--color-primary);background:var(--color-surface)}.header-actions{display:flex;align-items:center;justify-self:end;gap:.45rem}.header-action{position:relative;display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border:0;border-radius:50%;background:transparent;cursor:pointer}.header-action:hover{background:var(--color-surface)}.cart-count{position:absolute;top:0;right:0;min-width:18px;height:18px;padding:0 4px;color:#fff;background:var(--color-primary);border-radius:20px;font-size:.68rem;line-height:18px;text-align:center}.mobile-menu-toggle{display:none}.header-quote{margin-left:.4rem}.header-search{position:absolute;z-index:60;top:100%;right:max(16px,calc((100vw - var(--page-width)) / 2));width:min(420px,calc(100vw - 32px));padding:1rem;border:1px solid var(--color-border);border-radius:0 0 var(--radius) var(--radius);background:#fff;box-shadow:0 20px 60px #07132324}.header-search form{display:flex;gap:.5rem}.header-search .button{flex:0 0 auto}.mobile-nav{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:min(86vw,390px) 1fr;opacity:0;visibility:hidden;transition:.22s ease}.mobile-nav.is-open{opacity:1;visibility:visible}.mobile-nav__panel{height:100%;padding:1.2rem;overflow-y:auto;background:#fff;transform:translate(-100%);transition:.22s ease}.mobile-nav.is-open .mobile-nav__panel{transform:translate(0)}.mobile-nav__overlay{background:#040d199e}.mobile-nav__head{display:flex;align-items:center;justify-content:space-between;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.mobile-nav__close{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border:0;border-radius:50%;background:var(--color-surface)}.mobile-nav__list{margin-top:1rem}.mobile-nav__item{border-bottom:1px solid var(--color-border)}.mobile-nav__link{display:flex;align-items:center;justify-content:space-between;padding:.95rem 0;font-weight:750}.mobile-nav__children{padding:0 0 .75rem 1rem;margin:0;list-style:none}.mobile-nav__children a{display:block;padding:.45rem 0;color:var(--color-muted)}.mobile-nav__cta{display:grid;gap:.7rem;margin-top:1.5rem}.hero{position:relative;min-height:min(820px,78vh);display:flex;align-items:center;color:#fff;background:radial-gradient(circle at 72% 35%,rgba(38,112,216,.42),transparent 32%),linear-gradient(120deg,#07111f,#0a223e 58%,#0f4d91 130%);overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:56px 56px;-webkit-mask-image:linear-gradient(to right,rgba(0,0,0,.85),transparent 85%);mask-image:linear-gradient(to right,rgba(0,0,0,.85),transparent 85%)}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#040d19f0,#040d199e 48%,#040d192e)}.hero__media img,.hero__media video{width:100%;height:100%;object-fit:cover}.hero__inner{position:relative;z-index:2;width:100%;padding-block:6.5rem}.hero__content{max-width:820px}.hero__title{max-width:900px;margin-bottom:1.2rem}.hero__text{max-width:680px;color:#ffffffc7;font-size:clamp(1.05rem,2vw,1.3rem)}.hero__buttons{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:2rem}.hero__stats{display:flex;flex-wrap:wrap;gap:2.5rem;margin-top:3.5rem}.hero-stat{padding-left:1rem;border-left:2px solid var(--color-primary)}.hero-stat__value{display:block;font-size:1.45rem;font-weight:900}.hero-stat__label{display:block;color:#ffffffa6;font-size:.82rem;text-transform:uppercase;letter-spacing:.08em}.trust-strip{border-bottom:1px solid var(--color-border);background:#fff}.trust-strip__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.trust-item{display:flex;min-height:96px;align-items:center;gap:.9rem;padding:1.2rem 1.4rem;border-right:1px solid var(--color-border)}.trust-item:last-child{border-right:0}.trust-item__icon{display:inline-flex;width:42px;height:42px;flex:0 0 auto;align-items:center;justify-content:center;color:#fff;background:var(--color-primary);border-radius:50%;font-weight:900}.trust-item__title{display:block;font-weight:850;line-height:1.25}.trust-item__text{display:block;color:var(--color-muted);font-size:.82rem}.category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem}.category-card{position:relative;min-height:360px;border-radius:var(--radius);color:#fff;background:radial-gradient(circle at 80% 20%,rgba(27,95,190,.52),transparent 35%),linear-gradient(145deg,#0b1828,#132f52);overflow:hidden}.category-card__media{position:absolute;top:0;right:0;bottom:0;left:0}.category-card__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#040d1905,#040d19d9)}.category-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.category-card:hover .category-card__media img{transform:scale(1.04)}.category-card__content{position:absolute;z-index:2;inset:auto 0 0;padding:1.7rem}.category-card__number{display:block;margin-bottom:.5rem;color:#83b8ff;font-size:.78rem;font-weight:800;letter-spacing:.16em}.category-card__content p{color:#ffffffad}.category-card__arrow{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;margin-top:.65rem;border:1px solid rgba(255,255,255,.35);border-radius:50%}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.4rem}.product-card{border:1px solid var(--color-border);border-radius:var(--radius);background:#fff;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px #0a223e1c}.product-card__media{aspect-ratio:1 / 1}.product-card__media img{transition:transform .35s ease}.product-card:hover .product-card__media img{transform:scale(1.035)}.product-card__badge{position:absolute;top:1rem;left:1rem;padding:.35rem .65rem;color:#fff;background:var(--color-secondary);border-radius:999px;font-size:.72rem;font-weight:800}.product-card__content{padding:1.2rem}.product-card__title{min-height:2.5em;margin-bottom:.45rem;font-size:1.05rem}.product-card__sku{margin-bottom:.55rem;color:var(--color-muted);font-size:.78rem}.price{display:flex;align-items:baseline;gap:.55rem;margin:.65rem 0}.price__current{color:var(--color-secondary);font-size:1.15rem;font-weight:900}.price__compare{color:var(--color-muted);font-size:.9rem}.price__catalog{color:var(--color-primary);font-weight:850}.price__unit{color:var(--color-muted);font-size:.78rem}.split-banner{position:relative;display:grid;min-height:520px;grid-template-columns:1.05fr .95fr;color:#fff;background:var(--color-secondary);overflow:hidden}.split-banner__content{display:flex;align-items:center;padding:clamp(2.5rem,6vw,6rem)}.split-banner__content-inner{max-width:650px}.split-banner__media{min-height:420px;background:radial-gradient(circle at 50% 50%,rgba(44,124,232,.42),transparent 38%),linear-gradient(145deg,#102d4d,#07111f)}.split-banner__media img{width:100%;height:100%;object-fit:cover}.split-banner--light{color:var(--color-text);background:#fff;border:1px solid var(--color-border);border-radius:var(--radius)}.split-banner--light .eyebrow{color:var(--color-primary)}.industry-card{overflow:hidden;border-top:3px solid var(--color-primary);background:#fff;border-radius:0 0 var(--radius) var(--radius);box-shadow:0 10px 35px #0a223e12}.industry-card__media{position:relative;aspect-ratio:3 / 2;overflow:hidden;background:linear-gradient(145deg,#07111f,#0f4d91)}.industry-card__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 45%,rgba(4,13,25,.28))}.industry-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.industry-card:hover .industry-card__media img{transform:scale(1.035)}.industry-card__body{padding:1.55rem 1.7rem 1.7rem}.industry-card__icon,.value-card__icon{display:inline-flex;width:50px;height:50px;align-items:center;justify-content:center;margin-bottom:1.25rem;color:#fff;background:var(--color-secondary);border-radius:12px;font-weight:900}.industry-card p,.value-card p{color:var(--color-muted)}.value-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.2rem}.value-card{padding:1.6rem;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);background:#ffffff0b}.value-card p{color:#ffffffa6}.metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.metric{padding:1.5rem;border:1px solid var(--color-border);border-radius:var(--radius);background:#fff}.metric__value{display:block;color:var(--color-primary);font-size:clamp(2rem,5vw,3.5rem);font-weight:950;line-height:1}.metric__label{display:block;margin-top:.65rem;color:var(--color-muted);font-size:.86rem;text-transform:uppercase;letter-spacing:.08em}.inquiry-cta{position:relative;padding:clamp(2rem,5vw,4rem);border-radius:calc(var(--radius) * 1.25);color:#fff;background:linear-gradient(100deg,#040d19f5,#040d19c7 56%,#040d1952),var(--inquiry-bg),linear-gradient(125deg,#07111f,#0c3562);background-size:cover;background-position:center;overflow:hidden}.inquiry-cta:after{content:"";position:absolute;right:-100px;bottom:-130px;width:360px;height:360px;border:1px solid rgba(255,255,255,.12);border-radius:50%}.inquiry-cta__inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:2rem}.inquiry-cta__content{max-width:720px}.inquiry-cta__content p{color:#ffffffb3}.breadcrumbs{display:flex;flex-wrap:wrap;gap:.5rem;padding-block:1.1rem;color:var(--color-muted);font-size:.82rem}.breadcrumbs a:hover{color:var(--color-primary)}.product{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:clamp(2rem,5vw,5rem);align-items:start}.product-gallery{position:sticky;top:110px}.product-gallery__main{aspect-ratio:1 / 1;border-radius:var(--radius);background:#f4f6f8;overflow:hidden}.product-gallery__main img{width:100%;height:100%;object-fit:contain}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.65rem;margin-top:.75rem}.product-gallery__thumb{aspect-ratio:1;padding:0;border:1px solid var(--color-border);border-radius:8px;background:#fff;overflow:hidden;cursor:pointer}.product-gallery__thumb.is-active{border-color:var(--color-primary);box-shadow:0 0 0 2px rgba(var(--color-primary-rgb),.15)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info__vendor{color:var(--color-primary);font-size:.78rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.product-info__title{margin-top:.45rem;font-size:clamp(2rem,4vw,3.5rem)}.product-info__meta{display:flex;flex-wrap:wrap;gap:.55rem 1.2rem;padding-block:.7rem;color:var(--color-muted);font-size:.82rem;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.product-info__price{margin:1rem 0}.product-info__price .price__current{font-size:1.65rem}.product-form{display:grid;gap:1rem;margin-top:1.35rem}.form-label{display:block;margin-bottom:.4rem;font-size:.82rem;font-weight:800}.quantity-selector{display:inline-grid;width:150px;grid-template-columns:42px 1fr 42px;border:1px solid var(--color-border);border-radius:8px;overflow:hidden}.quantity-selector button{border:0;background:var(--color-surface);cursor:pointer}.quantity-selector input{min-height:46px;padding:.4rem;border:0;border-radius:0;text-align:center;-webkit-appearance:textfield;appearance:textfield}.quantity-selector input::-webkit-outer-spin-button,.quantity-selector input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;appearance:none}.product-form__buttons{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.product-form__buttons .button{width:100%}.product-trust{display:grid;gap:.55rem;margin-top:1.5rem}.product-trust__item{display:flex;align-items:center;gap:.6rem;color:var(--color-muted);font-size:.86rem}.product-trust__item svg{color:var(--color-primary)}.product-accordions{margin-top:2rem;border-top:1px solid var(--color-border)}.accordion{border-bottom:1px solid var(--color-border)}.accordion__button{display:flex;width:100%;align-items:center;justify-content:space-between;padding:1rem 0;border:0;background:transparent;font-weight:850;text-align:left;cursor:pointer}.accordion__button svg{transition:transform .2s ease}.accordion__button[aria-expanded=true] svg{transform:rotate(45deg)}.accordion__content{padding:0 0 1.2rem}.spec-table{border:1px solid var(--color-border);border-radius:var(--radius);background:#fff;overflow-x:auto}.spec-table table{min-width:620px}.spec-table th{width:34%;color:var(--color-muted);background:var(--color-surface);font-size:.82rem;text-transform:uppercase;letter-spacing:.06em}.download-list{display:grid;gap:.75rem}.download-link{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;border:1px solid var(--color-border);border-radius:8px;background:#fff}.download-link:hover{border-color:var(--color-primary)}.collection-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:2rem;align-items:start}.collection-layout--full{grid-template-columns:1fr}.facets{position:sticky;top:110px;padding:1.2rem;border:1px solid var(--color-border);border-radius:var(--radius);background:#fff}.facets__head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.facets__head h2{margin:0;font-size:1.05rem}.facet{border-top:1px solid var(--color-border)}.facet__summary{display:flex;align-items:center;justify-content:space-between;padding:.9rem 0;font-weight:800;cursor:pointer;list-style:none}.facet__summary::-webkit-details-marker{display:none}.facet[open] .facet__summary svg{transform:rotate(180deg)}.facet__content{padding-bottom:.9rem}.facet__list{display:grid;gap:.45rem;padding:0;margin:0;list-style:none}.facet-option{display:grid;grid-template-columns:18px 1fr auto;align-items:center;gap:.55rem;color:var(--color-muted);font-size:.88rem}.facet-option input{width:18px;min-height:18px;margin:0}.facet-option__count{font-size:.78rem}.facet-price{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}.facets__apply{width:100%;margin-top:1rem}.collection-toolbar__left{display:flex;align-items:center;gap:1rem}.collection-filter-toggle{display:none}.active-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin:-.8rem 0 1.5rem}.active-filter{padding:.38rem .65rem;border:1px solid var(--color-border);border-radius:999px;background:#fff;color:var(--color-muted);font-size:.78rem}.active-filter--clear{color:var(--color-primary);border-color:rgba(var(--color-primary-rgb),.3)}.collection-hero{padding:clamp(2.5rem,6vw,5rem) 0;color:#fff;background:radial-gradient(circle at 80% 20%,rgba(42,124,238,.42),transparent 32%),linear-gradient(125deg,#07111f,#123861)}.collection-hero__content{max-width:780px}.collection-hero__description{color:#ffffffb8}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0 2rem}.collection-toolbar__count{color:var(--color-muted);font-size:.9rem}.collection-toolbar__sort{width:min(260px,100%)}.cart{display:grid;grid-template-columns:1fr 360px;gap:3rem;align-items:start}.cart-items{display:grid;gap:1rem}.cart-item{display:grid;grid-template-columns:120px 1fr auto;gap:1.2rem;padding:1rem;border:1px solid var(--color-border);border-radius:var(--radius)}.cart-item__image{aspect-ratio:1;border-radius:8px;background:var(--color-surface);overflow:hidden}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__title{font-weight:850}.cart-item__variant,.cart-item__sku{color:var(--color-muted);font-size:.82rem}.cart-summary{position:sticky;top:110px;padding:1.4rem;border:1px solid var(--color-border);border-radius:var(--radius);background:#fff}.cart-summary__row{display:flex;justify-content:space-between;gap:1rem;padding:.65rem 0}.cart-summary__total{margin-top:.5rem;padding-top:1rem;border-top:1px solid var(--color-border);font-size:1.2rem;font-weight:900}.cart-summary .button{width:100%;margin-top:1rem}.search-form{display:flex;max-width:760px;gap:.65rem;margin:1.5rem auto 3rem}.search-form .button{flex:0 0 auto}.search-results,.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem}.article-card{border:1px solid var(--color-border);border-radius:var(--radius);background:#fff;overflow:hidden}.article-card__media{aspect-ratio:16 / 9}.article-card__content{padding:1.3rem}.article-card__meta{margin-bottom:.55rem;color:var(--color-muted);font-size:.8rem}.article-header{padding:clamp(2.5rem,7vw,6rem) 0;text-align:center}.article-header__meta{color:var(--color-muted)}.article-featured{width:min(calc(100% - 32px),1100px);margin:0 auto 3rem;border-radius:var(--radius);overflow:hidden}.article-content{width:min(calc(100% - 32px),780px);margin:0 auto}.article-content img{border-radius:var(--radius)}.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(2rem,5vw,5rem)}.contact-card{padding:1.5rem;border:1px solid var(--color-border);border-radius:var(--radius);background:#fff}.contact-list{display:grid;gap:1rem;padding:0;margin:1.5rem 0 0;list-style:none}.contact-list__label{display:block;color:var(--color-muted);font-size:.76rem;text-transform:uppercase;letter-spacing:.08em}.contact-list__value{display:block;font-weight:800}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-field--full{grid-column:1 / -1}.form-status{padding:.8rem 1rem;border-radius:8px;margin-bottom:1rem}.form-status--success{color:#0b5b36;background:#e7f7ef}.form-status--error{color:#8b1e1e;background:#fdecec}.site-footer{margin-top:var(--section-space);color:#ffffffc2;background:#06101d}.site-footer__top{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:3rem;padding-block:4rem}.footer-brand__logo{width:min(210px,100%);max-height:85px;object-fit:contain}.footer-brand__logo--auto{filter:brightness(0) invert(1)}.footer-brand p{max-width:420px;margin-top:1.2rem}.footer-title{margin-bottom:1rem;color:#fff;font-size:.95rem;letter-spacing:.04em}.footer-menu{display:grid;gap:.65rem}.footer-menu a:hover{color:#fff}.footer-contact{display:grid;gap:.7rem}.footer-contact a{word-break:break-word}.social-list{display:flex;gap:.6rem;margin-top:1.2rem}.social-list a{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.18);border-radius:50%}.social-list a:hover{color:#fff;border-color:#ffffff8c}.site-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:1.2rem;border-top:1px solid rgba(255,255,255,.1);font-size:.8rem}.footer-policies{display:flex;flex-wrap:wrap;gap:.45rem 1rem;padding:0;margin:.55rem 0 0;list-style:none;font-size:.78rem}.footer-policies a:hover{color:#fff}.payment-icons{display:flex;flex-wrap:wrap;gap:.5rem}.payment-icons svg{width:auto;height:24px;fill:#fff;stroke:none}.template-password{min-height:100vh;display:grid;place-items:center;color:#fff;background:radial-gradient(circle at 70% 25%,rgba(50,130,240,.42),transparent 30%),linear-gradient(135deg,#06101d,#123e6f)}.password-page{width:min(calc(100% - 32px),620px);padding:3rem;text-align:center;border:1px solid rgba(255,255,255,.14);border-radius:var(--radius);background:#ffffff0f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.password-page__logo{width:min(230px,70%);margin:0 auto 2rem;filter:brightness(0) invert(1)}.password-form{display:flex;gap:.6rem;margin-top:1.5rem}.password-form .button{flex:0 0 auto}.empty-state{padding:4rem 1.5rem;border:1px dashed var(--color-border);border-radius:var(--radius);text-align:center;background:var(--color-surface)}.pagination{display:flex;align-items:center;justify-content:center;gap:.4rem;margin-top:3rem}.pagination__item{display:inline-flex;min-width:42px;height:42px;align-items:center;justify-content:center;border:1px solid var(--color-border);border-radius:8px;background:#fff}.pagination__item.is-current{color:#fff;background:var(--color-primary);border-color:var(--color-primary)}.mobile-sticky-actions{display:none}@media(max-width:1100px){.main-nav{display:none}.mobile-menu-toggle{display:inline-flex}.site-header__inner{grid-template-columns:auto 1fr auto}.site-logo{justify-self:center}.product-grid,.value-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.site-footer__top{grid-template-columns:1.4fr 1fr 1fr}.site-footer__top>:last-child{grid-column:2 / -1}}@media(max-width:900px){.grid--4,.metrics,.trust-strip__grid,.category-grid,.product-grid,.value-grid,.search-results,.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(-n+2){border-bottom:1px solid var(--color-border)}.split-banner,.product,.contact-layout,.cart,.collection-layout{grid-template-columns:1fr}.split-banner__media{order:-1}.product-gallery,.cart-summary{position:static}.site-footer__top{grid-template-columns:1fr 1fr}.site-footer__top>:last-child{grid-column:auto}}@media(max-width:640px){body{padding-bottom:68px}.page-width,.page-width--narrow{width:min(calc(100% - 24px),var(--page-width))}.section{padding-block:calc(var(--section-space) * .72)}.announcement-bar__inner{gap:.5rem;font-size:.78rem}.site-header__inner{min-height:68px;gap:.3rem}.site-logo img{width:min(var(--logo-width),150px);max-height:48px}.header-actions{gap:0}.header-actions .header-action--account,.header-quote{display:none}.hero{min-height:680px}.hero__inner{padding-block:4.5rem}.hero__stats{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.hero__buttons,.product-form__buttons,.password-form,.search-form{display:grid;grid-template-columns:1fr}.hero__buttons .button{width:100%}.section-header,.inquiry-cta__inner,.site-footer__bottom{align-items:flex-start;flex-direction:column}.grid--2,.grid--3,.grid--4,.category-grid,.product-grid,.value-grid,.metrics,.search-results,.blog-grid,.trust-strip__grid,.site-footer__top,.form-grid{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid var(--color-border)}.trust-item:last-child{border-bottom:0}.category-card{min-height:320px}.split-banner__content{padding:2rem 1.2rem}.product-gallery__thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}.collection-toolbar{align-items:stretch;flex-direction:column}.collection-toolbar__sort{width:100%}.collection-toolbar__left{justify-content:space-between}.collection-filter-toggle{display:inline-flex}.facets{display:none;position:static;margin-bottom:1rem}.facets.is-open{display:block}.cart-item{grid-template-columns:90px 1fr}.cart-item__price{grid-column:2}.site-footer__top{gap:2rem}.site-footer__top>:last-child{grid-column:auto}.mobile-sticky-actions{position:fixed;z-index:80;right:0;bottom:0;left:0;display:grid;height:68px;grid-template-columns:1fr 1fr;border-top:1px solid var(--color-border);background:#fff;box-shadow:0 -10px 30px #0713231a}.mobile-sticky-actions__item{display:flex;align-items:center;justify-content:center;gap:.45rem;color:var(--color-secondary);font-size:.8rem;font-weight:850}.mobile-sticky-actions__item--primary{color:#fff;background:var(--color-primary)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.product-gallery__media{width:100%;height:100%;display:grid;place-items:center}.product-gallery__media[hidden]{display:none!important}.product-gallery__media>img,.product-gallery__responsive-media,.product-gallery__responsive-media>video,.product-gallery__responsive-media>iframe,.product-gallery__responsive-media>model-viewer{width:100%;height:100%}.product-gallery__responsive-media{position:relative}.product-gallery__responsive-media iframe,.product-gallery__responsive-media video,.product-gallery__responsive-media model-viewer{border:0;object-fit:contain}.product-gallery__thumb{position:relative}.product-gallery__type{position:absolute;right:5px;bottom:5px;display:inline-flex;width:26px;height:26px;align-items:center;justify-content:center;color:#fff;background:#07111fd1;border-radius:50%}.product-gallery__type svg{width:14px;height:14px}.product-options{display:grid;gap:.85rem}.product-option select:disabled{opacity:.6}.quantity-rule{margin:.55rem 0 0;font-size:.8rem}.volume-pricing{padding:1rem;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface)}.volume-pricing__title{margin-bottom:.65rem;font-size:1rem}.volume-pricing ul{display:grid;gap:.4rem;padding:0;margin:0;list-style:none}.volume-pricing li{display:flex;justify-content:space-between;gap:1rem;font-size:.86rem}.footer-localization{display:grid;gap:.8rem;margin-top:1.2rem}.footer-localization select{min-height:42px;color:#fff;background:#0d1c2e;border-color:#fff3}.footer-localization .form-label{color:#fff}.form-help{margin:.45rem 0 0;font-size:.78rem}.consent-field{display:grid;grid-template-columns:20px 1fr;align-items:start;gap:.65rem}.consent-field input{width:20px;min-height:20px;margin:.15rem 0 0}.cart-item__properties{margin:.45rem 0;font-size:.78rem;color:var(--color-muted)}.cart-item__properties div{display:flex;gap:.3rem}.cart-item__properties dt{font-weight:700}.cart-item__properties dd{margin:0}.cart-item__discounts,.cart-discounts{padding:0;margin:.5rem 0;list-style:none;color:#0b5b36;font-size:.8rem}.cart-discounts li{display:flex;justify-content:space-between;gap:1rem}.cart-summary textarea{min-height:90px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.mobile-sticky-actions__item:only-child{grid-column:1 / -1}.hero__media img,.category-card__media img,.split-banner__media img,.industry-card__media img{display:block}:root{--header-height: 82px;--shadow-soft: 0 24px 70px rgba(4, 18, 34, .11)}body{background:linear-gradient(180deg,#fff,#fbfcfd)}.page-width{width:min(calc(100% - 40px),var(--page-width))}.section{padding-block:var(--section-space)}.section-header{margin-bottom:clamp(2rem,4vw,3.5rem)}.section-header h2{max-width:980px;font-size:clamp(2.1rem,4.3vw,4.3rem);line-height:1.02;letter-spacing:-.035em}.eyebrow{letter-spacing:.18em;font-size:.72rem}.button{min-height:52px;padding-inline:1.35rem;border-radius:4px;text-transform:uppercase;letter-spacing:.08em;font-size:.76rem}.button--primary{background:linear-gradient(135deg,var(--color-primary),#0d4f9b);box-shadow:0 14px 34px rgba(var(--color-primary-rgb),.24)}.button--glass{color:#fff;background:#ffffff14;border:1px solid rgba(255,255,255,.34);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.button--glass:hover{color:#07111f;background:#fff;border-color:#fff}.announcement-bar{background:#0c4f96;border-bottom:1px solid rgba(255,255,255,.12);letter-spacing:.035em}.site-header{color:#f7f9fc;background:#050f1bf5;border-bottom-color:#ffffff1a}.site-header.is-sticky{-webkit-backdrop-filter:blur(22px) saturate(135%);backdrop-filter:blur(22px) saturate(135%);box-shadow:0 8px 28px #01081226}.site-logo img{width:min(var(--logo-width),230px);max-height:55px}.main-nav__link{color:#ffffffdb;font-size:.8rem;letter-spacing:.06em;text-transform:uppercase}.main-nav__link:hover,.header-action{color:#fff}.header-action:hover{background:#ffffff17}.main-nav__dropdown{border-color:#ffffff17;border-radius:8px;background:#0a1828;box-shadow:0 28px 70px #00000047}.main-nav__dropdown a{color:#ffffffd1}.main-nav__dropdown a:hover{color:#fff;background:#ffffff14}.header-search{background:#0a1828;border-color:#ffffff1f}.header-search input{color:#fff;background:#07111f;border-color:#ffffff2e}.mobile-nav__panel{color:#fff;background:#07111f}.mobile-nav__head,.mobile-nav__item{border-color:#ffffff1f}.mobile-nav__children a{color:#ffffff9e}.mobile-nav__close{color:#fff;background:#ffffff14}.hero{min-height:var(--hero-height);background:#07111f}.hero:before{z-index:1;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:72px 72px}.hero__media picture{display:block;width:100%;height:100%}.hero__media:after{background:linear-gradient(90deg,rgba(3,10,19,var(--hero-overlay)),rgba(3,10,19,calc(var(--hero-overlay) * .82)) 43%,#030a1329)}.hero--center .hero__media:after{background:rgba(3,10,19,calc(var(--hero-overlay) * .72))}.hero--right .hero__media:after{background:linear-gradient(270deg,rgba(3,10,19,var(--hero-overlay)),rgba(3,10,19,calc(var(--hero-overlay) * .78)) 42%,#030a1321)}.hero__inner{padding-block:clamp(5rem,8vw,8.5rem)}.hero__content{max-width:var(--hero-content-width)}.hero--center .hero__content{margin-inline:auto;text-align:center}.hero--center .hero__buttons,.hero--center .hero__stats{justify-content:center}.hero--right .hero__content{margin-left:auto}.hero__title{margin-bottom:1.4rem;font-size:clamp(3.2rem,7.5vw,7.4rem);line-height:.92;letter-spacing:-.055em;text-wrap:balance}.hero__text{max-width:640px;font-size:clamp(1rem,1.7vw,1.25rem);line-height:1.75}.hero__buttons{margin-top:2.4rem}.hero__stats{gap:.8rem;margin-top:3.4rem}.hero-stat{min-width:180px;padding:1rem 1.1rem;border:1px solid rgba(255,255,255,.14);border-left:2px solid #4b9cf0;background:#050f1b5c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-stat__value{font-size:1.25rem}.hero-stat__label{margin-top:.25rem;line-height:1.35}.hero--dark{color:var(--color-text)}.hero--dark .hero__text,.hero--dark .hero-stat__label{color:#0b1521b8}.hero__scroll{pointer-events:none;position:absolute;z-index:4;bottom:28px;left:50%;width:30px;height:50px;border:1px solid rgba(255,255,255,.5);border-radius:20px;transform:translate(-50%)}.hero__scroll span{position:absolute;top:10px;left:50%;width:4px;height:8px;border-radius:4px;background:#fff;transform:translate(-50%);animation:guanyi-scroll 1.7s infinite}@keyframes guanyi-scroll{0%{opacity:0;transform:translate(-50%)}35%{opacity:1}to{opacity:0;transform:translate(-50%,18px)}}.trust-strip{background:#07111f;border-bottom-color:#ffffff17}.trust-item{border-color:#ffffff17}.trust-item__icon{color:#8cc2ff;background:transparent;border:1px solid rgba(140,194,255,.45)}.trust-item__title{color:#fff}.trust-item__text{color:#ffffff8c}.category-grid{gap:1.15rem}.category-card{min-height:430px;border-radius:12px;box-shadow:var(--shadow-soft)}.category-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid rgba(255,255,255,.16);border-radius:inherit;pointer-events:none}.category-card__media:after{background:linear-gradient(180deg,#030a1305 20%,#030a13e6)}.category-card__content{padding:2rem}.category-card__content h3{font-size:clamp(1.45rem,2.2vw,2rem)}.category-card__content p{max-width:420px}.category-card__arrow{transition:.25s ease}.category-card:hover .category-card__arrow{color:#07111f;background:#fff;border-color:#fff;transform:translate(5px)}.product-card{border-radius:10px;border-color:#e2e7ec;box-shadow:0 8px 34px #07111f0e}.product-card__media{background:linear-gradient(145deg,#f7f9fb,#edf1f5)}.product-card__content{padding:1.35rem}.product-card__title{font-size:1.02rem;letter-spacing:-.01em}.split-banner{min-height:600px;border-radius:12px;box-shadow:var(--shadow-soft)}.split-banner--reverse .split-banner__content{order:2}.split-banner--reverse .split-banner__media{order:1}.split-banner__content{position:relative;overflow:hidden}.split-banner__content:before{content:"";position:absolute;width:340px;height:340px;right:-170px;bottom:-170px;border:1px solid rgba(255,255,255,.08);border-radius:50%}.split-banner__content-inner{position:relative;z-index:1}.split-banner__content h2{font-size:clamp(2.3rem,4.8vw,5rem);line-height:.98;letter-spacing:-.045em}.split-banner__content .rte{color:#ffffffb3}.split-banner--light .split-banner__content .rte{color:var(--color-muted)}.split-banner__media img{object-position:center}.industry-card{border-top:0;border-radius:10px;border:1px solid #e0e6ec;box-shadow:0 14px 45px #07111f14}.industry-card__media{aspect-ratio:4 / 3}.industry-card__body{padding:1.5rem}.industry-card__icon{width:auto;height:auto;padding:.25rem 0;margin-bottom:.75rem;color:var(--color-primary);background:transparent;border-radius:0;font-size:.72rem;letter-spacing:.14em}.section--dark{background:radial-gradient(circle at 90% 15%,rgba(24,104,194,.25),transparent 30%),#07111f}.value-card{padding:2rem;border-radius:8px}.metrics{gap:0;border:1px solid var(--color-border);border-radius:10px;overflow:hidden}.metric{border:0;border-right:1px solid var(--color-border);border-radius:0}.metric:last-child{border-right:0}.metric__value{font-size:clamp(2rem,4vw,4rem);letter-spacing:-.045em}.inquiry-cta{min-height:430px;display:flex;align-items:center;border-radius:12px;background-position:center;box-shadow:var(--shadow-soft)}.inquiry-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#030a13f5,#030a13b3 50%,#030a1329)}.inquiry-cta__inner{width:100%}.inquiry-cta__content h2{font-size:clamp(2.2rem,4.5vw,4.8rem);line-height:1;letter-spacing:-.04em}@media(max-width:1199px){.main-nav__list{gap:1rem}.header-quote{display:none}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:899px){:root{--header-height: 70px}.page-width{width:min(calc(100% - 28px),var(--page-width))}.site-header__inner{min-height:70px;gap:.75rem}.hero{min-height:760px;align-items:flex-end}.hero__media:after,.hero--right .hero__media:after{background:linear-gradient(180deg,#030a1329,#030a13e0 70%,#030a13fa)}.hero__inner{padding-block:5rem 3rem}.hero__title{font-size:clamp(2.9rem,13vw,5rem)}.hero__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.hero-stat{min-width:0}.split-banner,.split-banner--reverse{grid-template-columns:1fr}.split-banner__content,.split-banner--reverse .split-banner__content{order:2}.split-banner__media,.split-banner--reverse .split-banner__media{order:1;min-height:420px}.metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.metric{border-bottom:1px solid var(--color-border)}.metric:nth-child(2){border-right:0}}@media(max-width:599px){.hero{min-height:700px}.hero__content{max-width:100%}.hero__buttons{display:grid}.hero__buttons .button{width:100%}.hero__stats{grid-template-columns:1fr 1fr;gap:.5rem}.hero-stat{padding:.8rem}.hero-stat__value{font-size:1rem}.hero-stat__label{font-size:.68rem}.category-grid{grid-template-columns:1fr}.category-card{min-height:390px}.metrics{grid-template-columns:1fr}.metric{border-right:0}.inquiry-cta__inner{align-items:flex-start;flex-direction:column}}.site-header.is-scrolled{box-shadow:0 12px 35px #00000038}.tooling-systems-section.section--dark{background:radial-gradient(circle at 88% 10%,rgba(23,105,194,.25),transparent 31%),radial-gradient(circle at 8% 82%,rgba(71,132,198,.12),transparent 26%),#06101d}.tooling-systems-section.section--dark .section-header .rte{color:#ffffffa3}.tooling-systems-section.section--dark .text-link{color:#fff}.tooling-systems-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.15rem}.tooling-system-card{position:relative;min-height:480px;overflow:hidden;color:#fff;border-radius:12px;box-shadow:0 30px 80px #0000003d;isolation:isolate}.tooling-system-card--wide{grid-column:span 2;min-height:600px}.tooling-system-card__media{position:absolute;top:0;right:0;bottom:0;left:0}.tooling-system-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .75s cubic-bezier(.2,.75,.2,1),filter .5s ease}.tooling-system-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#03091108 20%,#030911e6);z-index:1}.tooling-system-card--wide .tooling-system-card__overlay{background:linear-gradient(90deg,#030911ed,#03091180 43%,#03091114)}.tooling-system-card__content{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:clamp(1.5rem,3vw,3.2rem);max-width:760px}.tooling-system-card__kicker{display:block;margin-bottom:.8rem;color:#89bfff;font-size:.7rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.tooling-system-card h3{margin-bottom:.65rem;font-size:clamp(1.8rem,3.4vw,3.6rem);line-height:1;letter-spacing:-.04em}.tooling-system-card:not(.tooling-system-card--wide) h3{font-size:clamp(1.6rem,2.5vw,2.5rem)}.tooling-system-card p{max-width:620px;margin-bottom:1rem;color:#ffffffb3}.tooling-system-card__link{display:inline-flex;align-items:center;gap:.55rem;font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.tooling-system-card:hover .tooling-system-card__media img{transform:scale(1.035);filter:brightness(1.04)}.tooling-system-card:hover .tooling-system-card__link svg{transform:translate(5px)}.tooling-system-card__link svg{transition:transform .25s ease}.collection-system-hero{position:relative;min-height:590px;display:flex;align-items:flex-end;overflow:hidden;color:#fff;background:#06101d}.collection-system-hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.collection-system-hero__media img{width:100%;height:100%;object-fit:cover}.collection-system-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(3,9,17,var(--collection-overlay)),rgba(3,9,17,calc(var(--collection-overlay) * .75)) 48%,#03091114)}.collection-system-hero__inner{position:relative;z-index:2;width:100%;padding-block:6rem 4.5rem}.collection-system-hero__content{max-width:780px}.collection-system-hero .breadcrumbs{color:#ffffff94}.collection-system-hero h1{max-width:900px;font-size:clamp(3rem,6vw,6.4rem);line-height:.94;letter-spacing:-.055em}.collection-system-hero .rte{max-width:680px;color:#ffffffb8;font-size:1.08rem}@media(max-width:899px){.tooling-systems-grid{grid-template-columns:1fr}.tooling-system-card--wide{grid-column:auto;min-height:520px}.tooling-system-card{min-height:440px}.tooling-system-card--wide .tooling-system-card__overlay{background:linear-gradient(180deg,#03091114,#030911e6 80%)}.collection-system-hero{min-height:650px}.collection-system-hero__overlay{background:linear-gradient(180deg,#0309111f,#030911f0 78%)}}@media(max-width:599px){.tooling-system-card,.tooling-system-card--wide{min-height:410px}.tooling-system-card__content{padding:1.35rem}.collection-system-hero{min-height:600px}.collection-system-hero__inner{padding-block:5rem 2.5rem}}predictive-search{display:block;position:relative;width:100%}.predictive-search-form{display:grid;grid-template-columns:1fr auto;gap:.75rem}.predictive-search-results{position:absolute;z-index:80;top:calc(100% + .6rem);left:0;right:0;max-height:min(70vh,660px);overflow:auto;color:var(--color-text);background:#fff;border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:0 24px 70px #07111f38}.predictive-search-panel{padding:1rem}.predictive-search-group+.predictive-search-group{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--color-border)}.predictive-search-group h3{margin:0 0 .65rem;font-size:.78rem;color:var(--color-muted);letter-spacing:.12em;text-transform:uppercase}.predictive-search-group ul{margin:0;padding:0;list-style:none}.predictive-search-group a{display:block;padding:.45rem .55rem;border-radius:6px}.predictive-search-group a:hover{background:var(--color-surface)}.predictive-search-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.predictive-search-product{display:grid!important;grid-template-columns:58px 1fr;align-items:center;gap:.75rem}.predictive-search-product__media{width:58px;height:58px;overflow:hidden;background:var(--color-surface);border-radius:6px}.predictive-search-product__media img{width:100%;height:100%;object-fit:cover}.predictive-search-product small{display:block;color:var(--color-muted);margin-top:.15rem}.predictive-search-view-all{display:flex;justify-content:center;margin-top:1rem;padding:.85rem;color:var(--color-primary);background:rgba(var(--color-primary-rgb),.07);border-radius:6px;font-weight:750}predictive-search[data-loading]:after{content:"";position:absolute;right:7.5rem;top:1rem;width:18px;height:18px;border:2px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:guanyi-spin .7s linear infinite}@keyframes guanyi-spin{to{transform:rotate(360deg)}}.contact-layout--rfq{grid-template-columns:minmax(280px,.72fr) minmax(0,1.55fr);align-items:start}.contact-card--form{padding:clamp(1.25rem,3vw,2.25rem)}.form-grid--rfq{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid--rfq textarea{min-height:125px}.rfq-checklist{margin-top:1.25rem;padding:1.25rem;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface)}.rfq-checklist h2{font-size:1.2rem}.rfq-checklist ul{margin-bottom:0}.app-block-note{margin-top:1.25rem;padding:1rem 1.1rem;border:1px dashed var(--color-primary);border-radius:var(--radius);background:rgba(var(--color-primary-rgb),.05)}.app-block-note p{margin-bottom:0}.technical-data-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.spec-table{overflow:hidden;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius)}.spec-table h3{padding:1rem 1.1rem;margin:0;font-size:1.05rem;background:var(--color-secondary);color:#fff}.spec-table table{margin:0}.spec-table th{width:42%;color:var(--color-muted);font-weight:700}.technical-content-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin-top:1.5rem}.technical-content-card{padding:1.35rem;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius)}.technical-content-card h3{font-size:1.2rem}.product-downloads{margin-top:1.5rem}.comparison-table-wrap{overflow-x:auto;border:1px solid var(--color-border);border-radius:var(--radius)}.comparison-table{min-width:880px;background:#fff}.comparison-table thead{color:#fff;background:var(--color-secondary)}.comparison-table th{color:inherit}.policy-content{font-size:1.02rem}.search-heading{margin-inline:auto;text-align:center}@media(max-width:899px){.contact-layout--rfq,.technical-data-grid,.technical-content-grid,.predictive-search-products{grid-template-columns:1fr}}@media(max-width:639px){.form-grid--rfq,.predictive-search-form{grid-template-columns:1fr}predictive-search[data-loading]:after{right:1rem;top:1rem}}.rfq-form{margin-top:1.35rem}.rfq-form__section-heading{display:flex;align-items:flex-start;gap:.85rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.rfq-form__section-heading h3{margin:0 0 .2rem;font-size:1.15rem}.rfq-form__section-heading p{margin:0;color:var(--color-muted);font-size:.9rem}.rfq-form__step{display:inline-flex;align-items:center;justify-content:center;flex:0 0 34px;width:34px;height:34px;border-radius:50%;color:#fff;background:var(--color-primary);font-size:.72rem;font-weight:800;letter-spacing:.06em}.form-inline-error{margin:.35rem 0 0;color:#a61b1b;font-size:.82rem;font-weight:700}.rfq-advanced{margin-top:1.25rem;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface)}.rfq-advanced>summary{display:flex;align-items:center;gap:.85rem;padding:1.05rem 1.15rem;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.rfq-advanced>summary::-webkit-details-marker{display:none}.rfq-advanced>summary strong{display:block;font-size:.98rem}.rfq-advanced>summary small{display:block;margin-top:.18rem;color:var(--color-muted);font-size:.78rem;font-weight:500}.rfq-advanced__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 28px;width:28px;height:28px;border:1px solid rgba(var(--color-primary-rgb),.25);border-radius:50%;color:var(--color-primary);background:#fff;font-size:1.15rem;line-height:1;transition:transform .2s ease}.rfq-advanced[open] .rfq-advanced__icon{transform:rotate(45deg)}.rfq-advanced__body{padding:1.15rem;border-top:1px solid var(--color-border);background:#fff}.rfq-consent{margin-top:1.25rem}.rfq-submit{width:100%;margin-top:1rem}.rfq-upload-panel{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--color-border)}.rfq-upload-panel h3{margin-bottom:.35rem;font-size:1rem}.rfq-upload-panel>p{margin-top:0;color:var(--color-muted);font-size:.85rem}.rfq-form [aria-invalid=true]{border-color:#b42318;box-shadow:0 0 0 3px #b423181a}@media(max-width:639px){.rfq-advanced>summary{align-items:flex-start}.rfq-form__section-heading{align-items:flex-start}}.guanyi-visual-placeholder{position:relative;width:100%;height:100%;min-height:240px;overflow:hidden;background:radial-gradient(circle at 76% 28%,rgba(73,182,200,.26),transparent 30%),linear-gradient(135deg,#07111f,#10283d,#176b87)}.guanyi-visual-placeholder:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.28;background-image:linear-gradient(rgba(255,255,255,.14) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.14) 1px,transparent 1px);background-size:42px 42px;transform:perspective(620px) rotateX(58deg) scale(1.5) translateY(12%);transform-origin:center bottom}.guanyi-visual-placeholder:after{content:"";position:absolute;right:-8%;bottom:-38%;width:72%;aspect-ratio:1;border:1px solid rgba(255,255,255,.24);border-radius:50%;box-shadow:0 0 0 42px #ffffff09,0 0 0 84px #ffffff06}.hero__media>.guanyi-visual-placeholder,.collection-system-hero__media>.guanyi-visual-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;min-height:100%}.guanyi-visual-placeholder--aluminum{background:radial-gradient(circle at 75% 22%,rgba(255,255,255,.58),transparent 22%),linear-gradient(135deg,#0c2238,#176b87 58%,#88c7d2)}.guanyi-visual-placeholder--steel,.guanyi-visual-placeholder--hardened{background:radial-gradient(circle at 72% 25%,rgba(255,255,255,.32),transparent 25%),linear-gradient(135deg,#111820,#334451 58%,#73808a)}.guanyi-visual-placeholder--threading{background:radial-gradient(circle at 75% 22%,rgba(84,182,200,.32),transparent 26%),repeating-linear-gradient(120deg,#07111f 0 18px,#10283d 18px 36px)}.guanyi-visual-placeholder--reaming,.guanyi-visual-placeholder--boring{background:radial-gradient(circle at 72% 28%,rgba(73,182,200,.3),transparent 22%),linear-gradient(145deg,#0c1622,#243746 55%,#60717c)}.guanyi-visual-placeholder--quality{background:radial-gradient(circle at 70% 25%,rgba(90,194,171,.28),transparent 28%),linear-gradient(135deg,#07111f,#173a3e 58%,#3c7772)}.guanyi-visual-placeholder--performance,.guanyi-visual-placeholder--manufacturing{background:radial-gradient(circle at 74% 24%,rgba(73,182,200,.3),transparent 28%),linear-gradient(135deg,#07111f,#112c42 55%,#176b87)}.guanyi-visual-placeholder--custom,.guanyi-visual-placeholder--collection{background:radial-gradient(circle at 72% 24%,rgba(145,185,231,.28),transparent 27%),linear-gradient(135deg,#07111f,#1c2b45 58%,#485f85)}.guanyi-visual-placeholder--industry-2{background:radial-gradient(circle at 70% 25%,rgba(181,156,111,.25),transparent 26%),linear-gradient(135deg,#101820,#303943 58%,#6e6556)}.guanyi-visual-placeholder--industry-3{background:radial-gradient(circle at 70% 25%,rgba(82,165,208,.28),transparent 26%),linear-gradient(135deg,#07111f,#173450 58%,#3c708b)}.guanyi-visual-placeholder--industry-4{background:radial-gradient(circle at 70% 25%,rgba(126,167,183,.28),transparent 26%),linear-gradient(135deg,#0b151d,#243d48 58%,#56717a)}.inquiry-cta--placeholder{background-image:radial-gradient(circle at 82% 30%,rgba(73,182,200,.24),transparent 28%),linear-gradient(130deg,#07111f,#10283d 60%,#176b87)}
/*# sourceMappingURL=/cdn/shop/t/15/assets/base.css.map */
