:root{--ink:#101114;--muted:#686b70;--line:#dedfe2;--paper:#fff;--soft:#f4f4f2;--accent:#d9ff45;--shell:min(1200px,calc(100vw - 40px));--radius:4px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Arial,sans-serif;font-size:16px;line-height:1.6}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}.site-shell{width:var(--shell);margin-inline:auto}.site-header{position:sticky;z-index:50;top:0;background:rgba(255,255,255,.92);border-bottom:1px solid rgba(0,0,0,.08);backdrop-filter:blur(18px)}.header-inner{height:72px;display:flex;align-items:center;gap:36px}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:800;letter-spacing:.08em}.brand-mark{display:grid;place-items:center;width:30px;height:30px;background:var(--ink);color:#fff;border-radius:50%;font-size:.82rem}.primary-nav{margin-left:auto}.site-menu{display:flex;align-items:center;gap:28px;margin:0;padding:0;list-style:none}.site-menu a{font-size:.9rem;font-weight:600}.header-actions{display:flex;align-items:center;gap:14px}.language-switcher select{max-width:100px;border:0;background:transparent;color:var(--ink);font:inherit;font-size:.85rem}.menu-toggle{display:none}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:0 24px;border:1px solid currentColor;border-radius:999px;font-size:.9rem;font-weight:750;transition:.2s}.button:hover{transform:translateY(-2px)}.button-small{min-height:40px;padding-inline:18px}.button-dark{background:var(--ink);border-color:var(--ink);color:#fff}.button-light{background:#fff;border-color:#fff;color:var(--ink)}.button-ghost{color:#fff;background:rgba(255,255,255,.05)}.button-row{display:flex;gap:12px;flex-wrap:wrap}.hero{position:relative;min-height:720px;color:#fff;background:#161719;overflow:hidden;display:flex;align-items:end}.hero-media{position:absolute;inset:0;overflow:hidden;transform:scale(1.02)}.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,11,13,.92) 0%,rgba(10,11,13,.62) 46%,rgba(10,11,13,.08) 76%)}.hero-media picture,.hero-media img{position:absolute;inset:0;width:100%;height:100%}.hero-media img{object-fit:cover}.hero-content{position:relative;padding-block:140px 96px}.hero h1{max-width:820px;margin:.2em 0;font-size:clamp(3rem,7vw,6.6rem);line-height:.94;letter-spacing:-.06em}.hero p:not(.eyebrow){max-width:660px;margin:28px 0 32px;font-size:1.15rem;color:rgba(255,255,255,.76)}.eyebrow{margin:0;color:inherit;font-size:.74rem;font-weight:800;letter-spacing:.16em}.section{padding-block:110px}.section-muted{background:var(--soft)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:42px}.section-heading h2,.split-feature h2,.inquiry-band h2{max-width:760px;margin:.25em 0 0;font-size:clamp(2.3rem,4.5vw,4.6rem);line-height:1;letter-spacing:-.05em}.section-heading>a,.text-link{border-bottom:1px solid;font-size:.9rem;font-weight:700}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.category-card{position:relative;min-height:460px;overflow:hidden;background:#eee}.category-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.category-card:hover img{transform:scale(1.025)}.category-card:after{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.76))}.category-card>span{position:absolute;z-index:2;left:30px;right:30px;bottom:28px;color:#fff}.category-card strong{display:block;font-size:1.7rem}.category-card small{display:block;color:rgba(255,255,255,.74)}.split-feature{display:grid;grid-template-columns:1fr 1fr;gap:12%;align-items:start}.split-feature>div>p:not(.eyebrow){max-width:600px;color:var(--muted)}.process-list{margin:0;padding:0;list-style:none;border-top:1px solid #cfd0cd}.process-list li{display:flex;gap:24px;padding:22px 0;border-bottom:1px solid #cfd0cd;font-size:1.1rem;font-weight:650}.process-list span{color:var(--muted);font-size:.78rem}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{background:#f6f6f4}.product-card-image{display:grid;place-items:center;aspect-ratio:1;background:#ececea;overflow:hidden}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover .product-card-image img{transform:scale(1.025)}.product-card-body{padding:22px}.product-card-body>p{margin:0;color:var(--muted);font-size:.75rem;font-weight:800;letter-spacing:.1em}.product-card h3{margin:5px 0 18px;font-size:1.25rem;line-height:1.25}.product-card dl{display:flex;gap:24px;margin:0}.product-card dl div{display:grid}.product-card dt{color:var(--muted);font-size:.72rem}.product-card dd{margin:0;font-size:.85rem;font-weight:700}.inquiry-band{background:var(--ink);color:#fff}.inquiry-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:10%;align-items:start}.inquiry-grid>div>p:not(.eyebrow){color:#a9abb0;max-width:500px}.maxcare-form{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.maxcare-field{display:grid;gap:6px}.maxcare-field-wide{grid-column:1/-1}.maxcare-field label{font-size:.76rem;color:#c3c5c9}.maxcare-field input,.maxcare-field select,.maxcare-field textarea{width:100%;min-height:48px;padding:12px;border:1px solid #424449;border-radius:var(--radius);background:#1b1c20;color:#fff;font:inherit}.maxcare-field textarea{min-height:110px;resize:vertical}.maxcare-form .button{justify-self:start}.maxcare-honeypot{position:absolute!important;left:-10000px!important}.maxcare-notice{grid-column:1/-1;padding:12px 14px;background:#293317;border:1px solid #526628}.page-hero{padding-block:100px 58px}.page-hero h1{max-width:900px;margin:.22em 0;font-size:clamp(3rem,6vw,6rem);line-height:.98;letter-spacing:-.06em}.page-hero>p:not(.eyebrow),.archive-description{max-width:700px;color:var(--muted);font-size:1.1rem}.product-detail{display:grid;grid-template-columns:1.15fr .85fr;gap:60px;padding-block:80px 120px}.product-gallery{min-height:620px;background:var(--soft)}.product-gallery img{width:100%;height:100%;object-fit:cover}.product-summary{align-self:center}.product-summary h1{margin:.18em 0;font-size:clamp(2.8rem,5vw,5.4rem);line-height:.95;letter-spacing:-.055em}.product-intro{color:var(--muted);font-size:1.1rem;margin-bottom:28px}.product-content,.spec-panel,.procurement,.product-inquiry{grid-column:1/-1;border-top:1px solid var(--line);padding-top:55px}.product-content{max-width:800px}.spec-panel dl{display:grid;grid-template-columns:repeat(3,1fr);margin:0}.spec-panel dl div{padding:20px 20px 20px 0;border-bottom:1px solid var(--line)}.spec-panel dt{font-size:.75rem;color:var(--muted)}.spec-panel dd{margin:5px 0 0;font-weight:700}.option-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line)}.option-grid>div{min-height:130px;padding:20px;background:#fff;display:flex;flex-direction:column;justify-content:space-between}.option-grid span{font-size:.75rem;color:var(--muted)}.product-inquiry{background:var(--ink);color:#fff;padding:50px}.page-content{padding-bottom:120px}.prose{max-width:800px}.site-footer{background:#0c0d0f;color:#fff;padding-top:72px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:80px}.footer-grid p{color:#96999f}.footer-grid h2{font-size:.78rem;letter-spacing:.1em}.footer-grid .site-menu{display:grid;gap:10px}.brand-light .brand-mark{background:#fff;color:#111}.footer-bottom{display:flex;justify-content:space-between;margin-top:70px;padding-block:20px;border-top:1px solid #303236;color:#777b82;font-size:.75rem}
@media(max-width:980px){.primary-nav,.header-actions .button{display:none}.header-actions{margin-left:auto}.menu-toggle{display:block;order:3;border:0;background:transparent;font:inherit;font-weight:700}.primary-nav.is-open{display:block;position:absolute;top:72px;left:0;right:0;padding:25px 20px;background:#fff;border-bottom:1px solid var(--line)}.primary-nav.is-open .site-menu{display:grid}.category-grid,.split-feature,.inquiry-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.product-detail{grid-template-columns:1fr}.product-gallery{min-height:400px}.option-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){:root{--shell:calc(100vw - 28px)}.header-inner{height:64px}.hero{min-height:650px}.hero-content{padding-block:120px 64px}.hero h1{font-size:3.5rem}.section{padding-block:72px}.section-heading{align-items:start;flex-direction:column}.category-grid,.product-grid{grid-template-columns:1fr}.category-card{min-height:400px}.maxcare-form{grid-template-columns:1fr}.maxcare-field-wide{grid-column:auto}.spec-panel dl{grid-template-columns:repeat(2,1fr)}.option-grid{grid-template-columns:1fr}.product-inquiry{padding:28px 20px}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-bottom{flex-direction:column;gap:8px}.page-hero{padding-block:70px 35px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
.oem-home-feature{display:grid;gap:64px}.oem-home-top{display:grid;grid-template-columns:.85fr 1.15fr;gap:9%;align-items:center}.oem-home-copy h2{max-width:560px;margin:.25em 0 .2em;font-size:clamp(2.3rem,4.5vw,4.6rem);line-height:1;letter-spacing:-.05em}.oem-home-copy>p:not(.eyebrow){max-width:540px;color:var(--muted)}.oem-home-visual{position:relative;min-width:0;margin:0;overflow:hidden;background:#dfe2e2}.oem-home-visual picture,.oem-home-visual img{display:block;width:100%}.oem-home-visual img{aspect-ratio:16/10;object-fit:cover}.oem-home-visual:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(10,11,13,.68))}.oem-home-visual figcaption{position:absolute;z-index:1;left:24px;right:24px;bottom:20px;display:flex;justify-content:space-between;color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.16em}.oem-home-feature .process-list{display:grid;grid-template-columns:repeat(4,1fr);margin:0;padding:0;list-style:none;border-top:1px solid #cfd0cd;border-bottom:1px solid #cfd0cd}.oem-home-feature .process-list li{display:grid;gap:26px;min-height:146px;padding:22px 24px;border-right:1px solid #cfd0cd;font-size:1.05rem}.oem-home-feature .process-list li:last-child{border-right:0}.oem-home-feature .process-list span{color:var(--muted);font-size:.78rem}.oem-home-feature .process-list strong{font-weight:700;line-height:1.3}
@media(max-width:980px){.oem-home-top{grid-template-columns:1fr;gap:42px}.oem-home-feature .process-list{grid-template-columns:repeat(2,1fr)}.oem-home-feature .process-list li:nth-child(2){border-right:0}.oem-home-feature .process-list li:nth-child(-n+2){border-bottom:1px solid #cfd0cd}}
@media(max-width:640px){.oem-home-feature{gap:42px}.oem-home-copy h2{font-size:clamp(2.3rem,12vw,3.5rem)}.oem-home-feature .process-list{grid-template-columns:1fr}.oem-home-feature .process-list li,.oem-home-feature .process-list li:nth-child(2){min-height:0;border-right:0;border-bottom:1px solid #cfd0cd}.oem-home-feature .process-list li:last-child{border-bottom:0}}
.footer-meta{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px 18px;text-align:right}.footer-meta>span+span{padding-left:18px;border-left:1px solid #303236}@media(max-width:640px){.footer-meta{justify-content:flex-start;text-align:left}.footer-meta>span+span{padding-left:0;border-left:0}}
.procurement-standard{display:grid;grid-template-columns:.78fr 1.22fr;gap:8%;align-items:center;margin-top:38px;padding-top:34px;border-top:1px solid var(--line)}.procurement-standard-copy h3{margin:.2em 0 .35em;font-size:clamp(1.8rem,3vw,3rem);line-height:1;letter-spacing:-.04em}.procurement-standard-copy>p:not(.eyebrow){max-width:430px;margin:0;color:var(--muted)}.procurement-standard-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line)}.procurement-standard-grid>div{min-height:132px;padding:20px;background:var(--paper);display:flex;flex-direction:column;justify-content:space-between}.procurement-standard-grid span{font-size:.76rem;color:var(--muted)}.procurement-standard-grid strong{font-size:1.05rem;line-height:1.3}.option-grid-custom{grid-template-columns:repeat(4,1fr)}@media(max-width:980px){.procurement-standard{grid-template-columns:1fr;gap:28px}.option-grid-custom{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.procurement-standard{margin-top:28px;padding-top:28px}.procurement-standard-grid{grid-template-columns:1fr}.option-grid-custom{grid-template-columns:1fr}}
.option-grid-custom{gap:0;background:var(--paper);border:1px solid var(--line)}.option-grid-custom>div{min-width:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.option-grid-custom>div:nth-child(4n){border-right:0}.option-grid-custom>div:nth-last-child(-n+4){border-bottom:0}.procurement-confirm{display:block;margin-top:18px;font-size:1rem;line-height:1.4}.procurement-standard-grid{gap:0;background:var(--paper);border:1px solid var(--line)}.procurement-standard-grid>div{min-height:88px;border-right:1px solid var(--line)}.procurement-standard-grid>div:last-child{border-right:0}.procurement-standard-grid span{font-size:.86rem;font-weight:700;color:var(--ink)}
@media(max-width:980px){.option-grid-custom>div:nth-child(4n){border-right:1px solid var(--line)}.option-grid-custom>div:nth-child(2n){border-right:0}.option-grid-custom>div:nth-last-child(-n+4){border-bottom:1px solid var(--line)}.option-grid-custom>div:nth-last-child(-n+2){border-bottom:0}}
@media(max-width:640px){.option-grid-custom>div,.option-grid-custom>div:nth-child(2n),.option-grid-custom>div:nth-child(4n){border-right:0;border-bottom:1px solid var(--line)}.option-grid-custom>div:last-child{border-bottom:0}.procurement-standard-grid>div{border-right:0;border-bottom:1px solid var(--line)}.procurement-standard-grid>div:last-child{border-bottom:0}}
.oem-home-feature .process-list li{grid-template-rows:auto 1fr;gap:16px;min-height:220px;padding:18px 20px 22px}.oem-home-feature .process-list-visual{width:100%;height:76px;margin:0;overflow:hidden;background:#e8e8e5}.oem-home-feature .process-list-visual picture,.oem-home-feature .process-list-visual img{display:block;width:100%;height:100%}.oem-home-feature .process-list-visual img{object-fit:cover}.oem-home-feature .process-list li>div{display:grid;align-content:space-between;gap:10px}.oem-home-feature .process-list li>div>span{color:var(--muted);font-size:.78rem}.oem-home-feature .process-list li>div>strong{font-weight:700;line-height:1.3}
.oem-home-feature .process-list li{min-height:0}.oem-home-feature .process-list-visual{height:auto;aspect-ratio:16/9}.oem-home-feature .process-list-visual img{object-fit:cover}
@media(max-width:640px){.oem-home-feature .process-list-visual{height:auto;aspect-ratio:16/9}}
