:root{--ink:#18191b;--muted:#66686d;--paper:#f4f3ef;--white:#fff;--line:#d9d7d1;--red:#e1251b;--red-dark:#b91c14;--charcoal:#232427;--shell:min(1240px, calc(100vw - 48px))}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--paper);font-family:var(--font-sans), Arial, sans-serif;-webkit-font-smoothing:antialiased}main{min-height:70vh}a{color:inherit;text-decoration:none}img{max-width:100%}.shell{width:var(--shell);margin-inline:auto}.skip-link{z-index:100;color:var(--white);background:var(--ink);padding:12px 18px;position:fixed;top:-80px;left:16px}.skip-link:focus{top:16px}.preview-bar{color:#fff;background:var(--red);letter-spacing:.13em;text-align:center;text-transform:uppercase;padding:7px 24px;font-size:11px;font-weight:800}.site-header{z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f4f3eff0;border-bottom:1px solid #18191b1f;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:32px;min-height:78px;display:flex}.brand{align-items:center;gap:12px;display:inline-flex}.brand-mark{color:#fff;background:var(--red);width:39px;height:39px;font-family:var(--font-display), serif;place-items:center;font-size:24px;font-weight:800;display:grid;transform:skew(-6deg)}.brand-copy{flex-direction:column;line-height:1;display:flex}.brand-copy strong{letter-spacing:.08em;font-size:20px}.brand-copy small{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;margin-top:6px;font-size:10px;font-weight:700}.main-nav{align-items:center;gap:30px;font-size:13px;font-weight:750;display:flex}.main-nav a:not(.nav-cta):hover{color:var(--red)}.nav-cta{color:#fff;background:var(--ink);padding:13px 18px;transition:background .2s}.nav-cta:hover{background:var(--red)}.hero{border-bottom:1px solid var(--line);overflow:hidden}.hero-grid{grid-template-columns:.95fr 1.05fr;align-items:center;gap:38px;min-height:670px;display:grid}.hero-copy{padding:76px 0}.kicker{color:var(--red);letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:10px;font-size:11px;font-weight:850;display:inline-flex}.kicker:before{content:"";background:currentColor;width:28px;height:2px}.hero h1,.page-hero h1,.article-title h1{max-width:760px;font-family:var(--font-display), Georgia, serif;letter-spacing:-.045em;margin:25px 0 24px;font-weight:700;line-height:1.02}.hero h1{font-size:clamp(48px,5.5vw,78px)}.hero-copy>p{color:#525459;max-width:640px;font-size:18px;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:36px;display:flex}.button{border:1px solid #0000;justify-content:center;align-items:center;min-height:50px;padding:14px 22px;font-size:13px;font-weight:800;transition:all .2s;display:inline-flex}.button-primary{color:#fff;background:var(--red)}.button-primary:hover{background:var(--red-dark);transform:translateY(-2px)}.button-secondary{border-color:var(--ink)}.button-secondary:hover{color:#fff;background:var(--ink)}.hero-proof{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:16px;margin-top:54px;padding-top:24px;display:grid}.hero-proof span{color:var(--muted);font-size:11px;line-height:1.45}.hero-proof strong{color:var(--ink);font-size:16px;display:block}.hero-visual{min-width:0;position:relative}.hero-image-wrap{background:#ebeae5;height:520px;position:relative}.hero-image-wrap:before{content:"";z-index:-1;background:var(--charcoal);position:absolute;inset:24px -100vw 24px 45%}.hero-image-wrap img{object-fit:contain;mix-blend-mode:multiply}.hero-caption{color:#fff;background:var(--charcoal);max-width:290px;padding:18px 22px;font-size:12px;line-height:1.5;position:absolute;bottom:-22px;right:-14px}.hero-caption span{color:#ff554b;margin-right:9px;font-weight:850}.section{padding:94px 0}.section-intro{background:#fff}.intro-grid{grid-template-columns:.9fr 1.1fr;align-items:end;gap:80px;display:grid}.section-number{color:var(--red);letter-spacing:.14em;text-transform:uppercase;margin-bottom:14px;font-size:11px;font-weight:850;display:block}.intro-grid h2,.section-heading h2,.consulting h2{font-family:var(--font-display), Georgia, serif;letter-spacing:-.035em;font-size:clamp(34px,4vw,52px);line-height:1.08}.intro-grid>p{max-width:640px;color:var(--muted);font-size:18px;line-height:1.8}.section-featured{background:var(--paper)}.section-heading{justify-content:space-between;align-items:end;gap:30px;margin-bottom:40px;display:flex}.section-heading>p{max-width:360px;color:var(--muted);font-size:13px;line-height:1.6}.text-link{color:var(--red);align-items:center;gap:7px;font-size:13px;font-weight:850;display:inline-flex}.text-link:hover{color:var(--red-dark)}.post-card{border:1px solid var(--line);background:#fff;min-width:0}.post-card-image{background:#eeede8;height:250px;display:block;position:relative;overflow:hidden}.post-card-image img{object-fit:contain;mix-blend-mode:multiply;transition:transform .45s}.post-card:hover .post-card-image img{transform:scale(1.025)}.post-card-body{padding:26px}.meta-line{color:var(--red);letter-spacing:.09em;text-transform:uppercase;justify-content:space-between;gap:16px;margin-bottom:17px;font-size:10px;font-weight:850;display:flex}.meta-line span:last-child{color:var(--muted)}.post-card h2{font-family:var(--font-display), Georgia, serif;letter-spacing:-.025em;font-size:24px;line-height:1.2}.post-card h2 a:hover{color:var(--red)}.post-card-body>p{color:var(--muted);margin:15px 0 22px;font-size:14px;line-height:1.7}.post-card-featured{grid-template-columns:1.15fr .85fr;display:grid}.post-card-featured .post-card-image{height:440px}.post-card-featured .post-card-body{flex-direction:column;justify-content:center;padding:52px;display:flex}.post-card-featured h2{font-size:clamp(32px,4vw,48px)}.post-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.section-library{background:#e9e8e3}.consulting{color:#fff;background:var(--red);padding:90px 0}.consulting-inner{grid-template-columns:1fr 1fr;align-items:center;gap:100px;display:grid}.consulting-inner>div:last-child{max-width:520px}.consulting p{color:#ffffffd1;margin-bottom:26px;font-size:16px;line-height:1.7}.kicker-light{color:#fff}.consulting h2{margin-top:16px}.button-light{color:var(--ink);background:#fff}.button-light:hover{background:#f1efeb;transform:translateY(-2px)}.page-hero{border-bottom:1px solid var(--line);background:#fff;padding:100px 0 82px}.narrow-head{max-width:900px}.page-hero h1{font-size:clamp(52px,7vw,84px)}.page-hero p{max-width:680px;color:var(--muted);font-size:18px;line-height:1.7}.post-grid-archive{grid-template-columns:repeat(3,1fr)}.pagination{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;justify-content:center;align-items:center;gap:22px;margin-top:42px;font-size:12px;font-weight:750;display:flex}.pagination a{color:var(--ink);border:1px solid var(--line);background:#fff;padding:12px 15px}.pagination a:hover{color:#fff;background:var(--red);border-color:var(--red)}.not-found{align-items:center;min-height:620px;display:flex}.not-found .button{margin-top:30px}.article-hero{border-bottom:1px solid var(--line);background:#fff;padding:70px 0 64px}.article-head-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:55px;display:grid}.breadcrumbs{color:var(--muted);gap:10px;margin-bottom:42px;font-size:12px;display:flex}.breadcrumbs a:hover{color:var(--red)}.article-title h1{font-size:clamp(42px,5.1vw,70px)}.article-title>p{max-width:740px;color:var(--muted);font-size:17px;line-height:1.75}.article-meta{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;flex-wrap:wrap;gap:10px 24px;margin-top:32px;font-size:11px;font-weight:750;display:flex}.article-toc{border-left:3px solid var(--red);background:var(--paper);max-width:720px;margin-top:34px;padding:20px 24px}.article-toc>span{color:var(--red);letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px;font-size:10px;font-weight:850;display:block}.article-toc ol{columns:2;gap:28px;padding-left:20px}.article-toc li{break-inside:avoid;color:var(--muted);margin:7px 0;font-size:13px;line-height:1.45}.article-toc a:hover{color:var(--red)}.article-image{background:#efeee9;height:480px;position:relative}.article-image img{object-fit:contain;mix-blend-mode:multiply}.article-layout{grid-template-columns:260px minmax(0,760px);justify-content:center;align-items:start;gap:95px;padding:80px 0 110px;display:grid}.article-layout-generated{grid-template-columns:minmax(0,860px)}.fact-panel{background:var(--charcoal);color:#fff;padding:24px;position:sticky;top:120px}.fact-panel-title{color:#ff5c52;letter-spacing:.12em;text-transform:uppercase;margin-bottom:24px;font-size:10px;font-weight:850;display:block}.fact{border-top:1px solid #ffffff26;flex-direction:column;gap:6px;padding:16px 0;display:flex}.fact span{color:#ffffff8f;font-size:11px}.fact strong{font-family:var(--font-display), serif;font-size:19px}.fact-panel small{color:#ffffff7a;margin-top:18px;font-size:10px;line-height:1.5;display:block}.article-body>section{margin-bottom:62px;position:relative}.section-index{color:var(--red);font-size:10px;font-weight:850;position:absolute;top:8px;left:-54px}.article-body h2{font-family:var(--font-display), Georgia, serif;letter-spacing:-.025em;margin-bottom:22px;font-size:34px;line-height:1.18}.article-body p{color:#45474b;margin-bottom:18px;font-size:17px;line-height:1.85}.article-body ul{border-left:3px solid var(--red);background:#fff;margin:24px 0 0;padding:24px 30px 24px 46px}.article-body li{color:#45474b;margin:10px 0;padding-left:4px;font-size:15px;line-height:1.65}.markdown-body>h2{margin-top:58px}.markdown-body>h3{font-family:var(--font-display), Georgia, serif;margin:36px 0 16px;font-size:24px}.markdown-body>table{border-collapse:collapse;background:#fff;width:100%;margin:28px 0;font-size:13px}.markdown-body th,.markdown-body td{border:1px solid var(--line);text-align:left;vertical-align:top;padding:14px}.markdown-body th{background:var(--charcoal);color:#fff}.markdown-body a{color:var(--red);text-underline-offset:3px;text-decoration:underline}.markdown-body blockquote{border-left:3px solid var(--red);background:#fff;margin:28px 0;padding:20px 26px}.source-note{border:1px solid var(--line);margin:72px 0;padding:24px 28px}.source-note strong{color:var(--red);letter-spacing:.1em;text-transform:uppercase;font-size:11px}.source-note p{margin:10px 0 0;font-size:13px;line-height:1.65}.article-sources{margin:-44px 0 36px;padding:0 28px}.article-sources h2{margin:0 0 12px;font-size:18px}.article-sources ul{margin:0;padding-left:20px}.article-sources li+li{margin-top:8px}.article-sources a{color:var(--red);text-underline-offset:3px;text-decoration:underline}.article-cta{color:#fff;background:var(--red);justify-content:space-between;align-items:center;gap:24px;padding:38px;display:flex}.article-cta h2{max-width:460px;margin:12px 0 0;font-size:28px}.related-section{background:#e9e8e3}.site-footer{color:#fff;background:var(--charcoal);padding:72px 0 24px}.footer-grid{grid-template-columns:1.7fr .7fr .7fr;gap:80px;display:grid}.footer-grid>div{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.footer-brand{font-family:var(--font-display), serif;letter-spacing:.08em;font-size:30px;font-weight:800}.footer-grid p{color:#ffffff8c;max-width:460px;font-size:13px;line-height:1.7}.footer-grid a:not(.footer-brand){color:#ffffffb3;font-size:13px}.footer-grid a:hover{color:#fff}.footer-label{color:#ff5c52;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px;font-size:10px;font-weight:850}.footer-bottom{color:#ffffff61;text-transform:uppercase;letter-spacing:.1em;border-top:1px solid #ffffff1f;justify-content:space-between;gap:20px;margin-top:60px;padding-top:20px;font-size:10px;display:flex}@media (max-width:980px){:root{--shell:min(100% - 36px, 760px)}.hero-grid,.intro-grid,.consulting-inner,.article-head-grid{grid-template-columns:1fr}.hero-grid{padding-bottom:65px}.hero-copy{padding-bottom:10px}.hero-image-wrap{height:470px}.post-grid,.post-grid-archive{grid-template-columns:repeat(2,1fr)}.post-card-featured{grid-template-columns:1fr}.article-layout{grid-template-columns:1fr;gap:40px}.fact-panel{grid-template-columns:repeat(3,1fr);gap:12px 24px;display:grid;position:static}.fact-panel-title,.fact-panel small{grid-column:1/-1}.section-index{margin-bottom:12px;display:block;position:static}.footer-grid{grid-template-columns:1.4fr .8fr .8fr;gap:40px}}@media (max-width:680px){:root{--shell:calc(100vw - 28px)}.preview-bar{padding-inline:12px;font-size:9px}.header-inner{min-height:68px}.brand-copy small{display:none}.nav-cta{padding:11px 13px;font-size:11px}.hero-grid{gap:20px;min-height:auto}.hero-copy{padding-top:56px}.hero h1{font-size:44px}.hero-proof{grid-template-columns:1fr 1fr}.hero-image-wrap{height:330px}.hero-caption{right:0}.section{padding:68px 0}.section-heading{flex-direction:column;align-items:flex-start}.post-grid,.post-grid-archive{grid-template-columns:1fr}.post-card-featured .post-card-image{height:300px}.post-card-featured .post-card-body{padding:28px}.consulting{padding:68px 0}.consulting-inner{gap:32px}.page-hero{padding:74px 0 58px}.article-hero{padding-top:40px}.breadcrumbs{margin-bottom:28px}.article-title h1{font-size:40px}.article-toc ol{columns:1}.article-image{height:320px}.article-layout{padding-top:46px}.fact-panel{grid-template-columns:1fr}.fact-panel-title,.fact-panel small{grid-column:auto}.article-body h2{font-size:29px}.article-body p{font-size:16px}.article-cta{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1fr;gap:34px}.footer-bottom{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
:root{--paper:#fff;--ink:#17191c;--muted:#696d72;--line:#e2e4e6;--red:#d82b27;--red-dark:#b8211e;--font-display:var(--font-sans), Arial, sans-serif;--shell:min(1320px, calc(100% - 80px))}body{background:#fff}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:wait;opacity:.65}button,a,input,select,textarea{outline-offset:5px}::selection{background:#f9d5d2}html{scroll-padding-top:120px}.shell{width:var(--shell)}h1,h2,h3{letter-spacing:-.045em}p{line-height:1.75}.preview-bar{color:#777;letter-spacing:.12em;background:#f4f5f5;border-bottom:1px solid #e9e9e9;padding:5px 20px;font-size:9px}.site-header{-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:1px solid var(--line);background:#fff}.header-inner{gap:28px;min-height:98px}.brand{flex-shrink:0}.brand img{width:185px;height:auto}.main-nav{gap:27px;font-size:12px;font-weight:650}.main-nav a{padding:10px 0}.main-nav .active{color:var(--red)}.header-contact{flex-direction:column;gap:4px;margin-left:auto;display:flex}.header-contact a{white-space:nowrap;font-size:17px;font-weight:750}.header-contact span{color:var(--muted);font-size:9px}.header-cta{background:var(--ink);color:#fff;white-space:nowrap;justify-content:center;align-items:center;gap:16px;padding:16px 19px;font-size:11px;font-weight:750;display:flex}.header-cta:hover{background:var(--red)}.menu-toggle{display:none}.eyebrow{letter-spacing:.13em;text-transform:uppercase;color:var(--muted);align-items:center;gap:10px;margin-bottom:22px;font-size:10px;font-weight:750;display:flex}.eyebrow i{background:var(--red);border-radius:50%;width:6px;height:6px}.button{border-radius:0;gap:20px;min-height:54px;padding:15px 23px;font-size:12px;font-weight:700}.button-primary{background:var(--red);border-color:var(--red)}.button-outline{color:var(--ink);background:0 0;border:1px solid #d4d6d8}.button-outline:hover{border-color:var(--ink);background:#f7f7f7}.button-light{color:var(--ink);background:#fff}.text-link{white-space:normal;align-items:center;gap:14px;font-size:12px;font-weight:750;display:inline-flex}.home-hero{isolation:isolate;grid-template-columns:1fr 1fr;align-items:center;min-height:660px;display:grid;position:relative}.hero-heading{z-index:2;padding:80px 0 68px;position:relative}.hero-heading h1{letter-spacing:-.06em;white-space:nowrap;font-size:clamp(44px,4.5vw,70px);font-weight:500;line-height:1.1}.hero-heading h1 span{color:var(--red)}.hero-heading>p{max-width:430px;color:var(--muted);margin-top:26px;font-size:15px;line-height:1.9}.hero-actions{align-items:center;gap:14px;margin-top:32px}.home-product{background:radial-gradient(at 60% 45%,#f0f1f1,#0000 67%);align-self:stretch;min-height:525px;margin-left:-45px;position:relative}.home-product>img{object-fit:contain;z-index:1;padding:34px 0 50px}.hero-series{letter-spacing:-.07em;color:#f0f1f1;font-size:160px;font-weight:800;line-height:1;position:absolute;top:20px;right:15px}.product-orbit{border:1px solid #e5e6e6;border-radius:50%;position:absolute;inset:80px 8px 54px 45px;transform:rotate(-16deg)}.hero-product-caption{z-index:3;border:1px solid var(--line);background:#fff;align-items:center;gap:32px;min-width:290px;padding:16px 21px;display:flex;position:absolute;bottom:20px;right:20px}.hero-product-caption small{color:var(--muted);text-transform:uppercase;letter-spacing:.09em;margin-bottom:5px;font-size:9px;display:block}.hero-product-caption strong{font-size:12px}.hero-product-caption>svg{color:var(--red)}.hero-bottom{border-top:1px solid var(--line);color:#555;grid-column:1/-1;align-items:center;gap:35px;padding:26px 0;font-size:10px;display:flex}.hero-bottom>span{align-items:center;gap:9px;display:flex}.hero-bottom svg{width:15px;color:var(--red)}.scroll-label{color:var(--muted);margin-left:auto}.section{padding:88px 0}.section-heading{justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:38px;display:flex}.section h2,.section-heading h2,.industry-section h2,.request-section h2{font-family:var(--font-sans), sans-serif;letter-spacing:-.05em;font-size:clamp(29px,3vw,44px);font-weight:500;line-height:1.18}.section-heading p{color:var(--muted);max-width:380px;font-size:12px}.equipment-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.equipment-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.equipment-card{border:1px solid var(--line);background:#f7f8f8;transition:border-color .2s;position:relative}.equipment-card:hover{border-color:#bbb}.equipment-top{justify-content:space-between;padding:24px 25px 0;font-size:11px;font-weight:750;display:flex}.equipment-top>span:first-child{color:var(--red)}.equipment-number{color:#a7a9ab;font-size:10px}.equipment-image{height:245px;margin:5px 20px;display:block;position:relative}.equipment-image img{object-fit:contain;mix-blend-mode:multiply;transition:transform .3s}.equipment-card:hover img{transform:translateY(-5px)}.equipment-copy{border-top:1px solid var(--line);background:#fff;padding:22px 25px 23px}.equipment-type{color:var(--muted);font-size:10px}.equipment-copy h3{letter-spacing:-.035em;min-height:54px;margin:10px 0;font-size:20px;font-weight:650;line-height:1.35}.equipment-copy p{color:var(--muted);min-height:44px;margin-bottom:18px;font-size:12px}.equipment-link{justify-content:space-between;align-items:center;font-size:11px;font-weight:750;display:flex}.equipment-link svg{color:var(--red)}.catalog-ribbon{color:var(--muted);background:#f5f6f6;justify-content:space-between;gap:20px;margin-top:22px;padding:23px;font-size:12px;display:flex}.catalog-ribbon a{color:var(--ink);white-space:nowrap;align-items:center;gap:16px;font-weight:650;display:flex}.industry-section{color:#fff;background:#1c2023;padding:85px 0}.industry-grid{grid-template-columns:1fr 1fr;gap:100px;display:grid}.industry-section .eyebrow{color:#a2a6a9}.industry-section h2{font-size:48px}.industry-section h2 span{color:#a7adb0}.industry-section p{color:#b5babd;max-width:350px;margin:24px 0 28px;font-size:13px}.industry-list{align-self:center}.industry-list>a{border-top:1px solid #414548;align-items:center;gap:24px;padding:26px 0;display:flex}.industry-list>a:last-child{border-bottom:1px solid #414548}.industry-list span{color:#868c90;font-size:10px}.industry-list strong{font-size:17px;font-weight:500}.industry-list svg{color:#c64941;margin-left:auto}.industry-list>a:hover strong{color:#ed9b94}.steps-grid{grid-template-columns:repeat(4,1fr);gap:25px;display:grid}.steps-grid.three{grid-template-columns:repeat(3,1fr)}.steps-grid>div{border-top:1px solid var(--line);padding-top:24px}.step-index{color:var(--red);font-size:12px;font-weight:700}.steps-grid h3{letter-spacing:-.03em;margin:28px 0 12px;font-size:18px;line-height:1.4}.steps-grid p{color:var(--muted);font-size:12px}.section-journal,.section-tinted{background:#f5f6f6}.post-card{border:1px solid var(--line);background:#fff}.post-card-image{background:#f0f1f1;height:240px}.post-card-image img{object-fit:contain;mix-blend-mode:multiply}.post-card-body{padding:25px}.post-card h2{font-family:var(--font-sans), sans-serif;letter-spacing:-.035em;font-size:21px;font-weight:600;line-height:1.35}.post-card p{font-size:12px;line-height:1.8}.meta-line{letter-spacing:0;flex-wrap:wrap;gap:10px;font-size:9px}.meta-line time{font-size:9px}.request-section{padding:88px 0;scroll-margin-top:90px}.request-grid{grid-template-columns:.9fr 1.1fr;gap:95px;display:grid}.request-section h2{font-size:45px}.request-section h2 span{color:var(--red)}.request-grid>div>p{max-width:330px;color:var(--muted);margin:25px 0;font-size:13px}.request-phone{margin:28px 0 8px;font-size:23px;font-weight:650;display:block}.request-grid>div>a:last-child{color:var(--muted);font-size:13px}.lead-form{background:#f6f7f7;padding:32px}.lead-form label,.crm-form label{flex-direction:column;gap:9px;margin-bottom:18px;font-size:11px;font-weight:650;display:flex}.lead-form label>span:not(.consent span){color:var(--muted);font-weight:400}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}input,textarea,select{color:var(--ink);background:#fff;border:1px solid #dfe1e3;border-radius:0;width:100%;padding:13px 14px;font-size:12px}input:focus,textarea:focus,select:focus{outline-offset:1px;outline:2px solid #bf4c44}textarea{resize:vertical;min-height:70px}input[type=checkbox]{width:16px;height:16px;accent-color:var(--red);flex-shrink:0;padding:0}.field-hint{color:var(--muted);margin:-8px 0 18px;font-size:10px;line-height:1.6}.lead-form .consent{flex-direction:row;align-items:flex-start;gap:10px;font-size:10px;font-weight:400;line-height:1.6}.consent a{text-decoration:underline}.honeypot{width:1px;height:1px;left:-10000px;overflow:hidden;position:absolute!important}.form-error{color:#9d2b22;background:#fff1ee;margin-bottom:16px;padding:12px 16px;font-size:12px;line-height:1.6}.form-success{background:#f3f7f4;border:1px solid #d8e6dd;align-self:center;padding:50px 35px}.form-success h3{margin:18px 0;font-size:28px}.form-success p{margin-bottom:25px;font-size:14px}.success-icon{color:#2d714d}.site-footer{color:var(--ink);border-top:1px solid var(--line);background:#f4f5f5;padding:56px 0 0}.footer-grid{grid-template-columns:1.25fr 1fr 1fr;gap:60px;padding-bottom:45px}.footer-logo img{mix-blend-mode:multiply;width:190px;height:auto}.footer-grid p{color:var(--muted);margin-top:23px;font-size:12px}.footer-grid>div>a:not(.footer-logo){color:#454a4f;margin:9px 0;font-size:12px;line-height:1.8;display:block}.footer-label{color:var(--muted);margin-bottom:19px;font-size:10px}.footer-bottom{color:#777;border-top:1px solid #dfe2e3;justify-content:space-between;padding:20px 0;font-size:10px;display:flex}.catalog-head{padding:36px 0 10px}.breadcrumbs{color:#74797d;flex-wrap:wrap;gap:11px;margin:0 0 38px;font-size:10px;display:flex}.catalog-head h1{margin:12px 0 24px;font-size:58px;font-weight:500;line-height:1.14}.catalog-head p{color:var(--muted);font-size:14px}.catalog-section{padding-top:25px}.catalog-toolbar{justify-content:space-between;align-items:center;gap:15px;margin-bottom:30px;display:flex}.catalog-toolbar>span{color:var(--muted);font-size:11px}.filter-tabs{flex-wrap:wrap;gap:7px;display:flex}.filter-tabs button{color:#555;background:#f5f6f6;border:1px solid #0000;padding:11px 17px;font-size:11px}.filter-tabs .selected{background:var(--ink);color:#fff}.series-hero{padding-top:32px}.series-grid{grid-template-columns:1fr 1.1fr;align-items:center;gap:45px;min-height:450px;display:grid}.series-copy h1{font-size:48px;font-weight:500;line-height:1.14}.series-copy h1>span{color:var(--red)}.series-copy p{color:var(--muted);max-width:440px;margin-top:24px;font-size:14px}.series-image{background:radial-gradient(#f0f1f1,#0000 70%);min-height:460px;position:relative}.series-image>span{color:#f0f1f1;font-size:130px;font-weight:800;line-height:1;position:absolute;top:0;right:0}.series-image img{object-fit:contain;padding:10px}.spec-strip{border-top:1px solid var(--line);grid-template-columns:repeat(4,1fr);margin:35px 0 0;padding:28px 0;display:grid}.spec-strip>div{border-right:1px solid var(--line);padding-left:30px}.spec-strip>div:first-child{padding-left:0}.spec-strip>div:last-child{border:0}.spec-strip strong{letter-spacing:-.035em;font-size:26px;font-weight:600;display:block}.spec-strip span{color:var(--muted);margin-top:7px;font-size:10px;display:block}.section-nav{border-block:1px solid var(--line);background:#f5f6f6}.section-nav .shell{gap:45px;padding:19px 0;font-size:11px;display:flex;overflow:auto}.section-nav a{white-space:nowrap}.two-column{grid-template-columns:1fr 1fr;gap:70px;display:grid}.prose p,.two-column>div>p{color:var(--muted);margin:0 0 20px;font-size:14px}.two-column>div>h2{margin-bottom:27px}.table-scroll{border:1px solid var(--line);overflow:auto}.model-table{border-collapse:collapse;white-space:nowrap;background:#fff;width:100%;font-size:11px}.model-table th,.model-table td{text-align:left;border-bottom:1px solid var(--line);border-right:1px solid #f0f1f1;padding:19px 20px}.model-table thead th{color:#fff;background:#202326;font-size:13px}.model-table tbody th{color:var(--muted);font-weight:500}.model-table tbody tr:nth-child(2n){background:#fafafa}.model-table a{color:var(--red);gap:12px;font-weight:750;display:flex}.table-note{color:var(--muted);margin-top:17px;font-size:10px}.construction-image{background:#f6f7f7;min-height:490px;position:relative}.construction-image img{object-fit:contain;padding:30px}.numbered-list>div{border-top:1px solid var(--line);gap:20px;padding:20px 0;display:flex}.numbered-list>div>span{color:var(--red);padding-top:5px;font-size:10px}.numbered-list h3{letter-spacing:-.02em;margin-bottom:8px;font-size:16px;font-weight:650}.numbered-list p{color:var(--muted);font-size:12px}.document-grid{grid-template-columns:1fr 1fr;gap:20px;margin-top:35px;display:grid}.document-grid a{border:1px solid var(--line);background:#fff;align-items:center;gap:20px;padding:28px;display:flex}.document-grid strong{font-size:13px;display:block}.document-grid small{color:var(--muted);margin-top:6px;font-size:10px;display:block}.document-grid a>svg:first-child{color:var(--red)}.document-grid a>svg:last-child{margin-left:auto}.faq details{border-top:1px solid var(--line);padding:21px 0}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;justify-content:space-between;gap:20px;font-size:14px;list-style:none;display:flex}.faq summary span{color:var(--red)}.faq p{color:var(--muted);margin-top:16px;font-size:12px}.solution-hero{background:#f3f4f4;padding:32px 0 45px}.solution-grid{grid-template-columns:1fr 1fr;align-items:center;gap:40px;display:grid}.solution-grid h1{font-size:49px;font-weight:500;line-height:1.17}.solution-grid h1 span{color:#787f84}.solution-grid p{color:var(--muted);max-width:465px;margin:24px 0 28px;font-size:14px}.solution-image{min-height:470px;position:relative}.solution-image img{object-fit:contain;padding-bottom:30px}.solution-image>span{color:var(--muted);font-size:10px;position:absolute;bottom:0;right:0}.check-list{list-style:none}.check-list li{border-bottom:1px solid var(--line);gap:15px;padding:17px 0;font-size:13px;display:flex}.check-list svg{color:var(--red);flex-shrink:0}.reading-banner{background:#f6f7f7;justify-content:space-between;align-items:center;gap:30px;margin-top:70px;padding:35px;display:flex}.reading-banner h3{font-size:22px;font-weight:500}.reading-banner .eyebrow{margin-bottom:10px}.contact-grid{grid-template-columns:1fr 1fr 1fr;gap:35px;padding:35px 0 50px;display:grid}.contact-grid>div{border-top:1px solid var(--line);padding-top:25px}.contact-grid span{color:var(--muted);margin-bottom:15px;font-size:11px;display:block}.contact-grid a{word-break:break-word;margin-bottom:10px;font-size:19px;display:block}.contact-grid p{font-size:17px}.privacy-page{max-width:800px}.privacy-page h1{margin-bottom:30px;font-size:36px}.privacy-page p{margin-bottom:25px;font-size:14px}.privacy-page p a{text-decoration:underline}.legacy-page-intro,.legacy-product-hero{padding-block:64px 76px}.legacy-page-intro h1,.legacy-product-hero h1{overflow-wrap:anywhere;max-width:930px;margin:18px 0 20px;font-size:clamp(38px,5vw,68px);line-height:1.08}.legacy-page-intro>p,.legacy-product-hero p{max-width:780px;color:var(--muted);font-size:17px}.legacy-page-body{max-width:900px}.legacy-page-body h2,.legacy-product-info h2,.legacy-models h2{margin:8px 0 28px;font-size:clamp(28px,3vw,42px)}.legacy-legal-text{max-width:900px}.legacy-legal-text p,.legacy-legal-text li{margin-bottom:14px;line-height:1.75}.legacy-legal-text h2{margin:38px 0 18px;font-size:clamp(21px,2vw,29px)}.legacy-legal-text ul{margin:0 0 24px;padding-left:28px}.legacy-product-grid,.legacy-product-info{grid-template-columns:1fr 1fr;align-items:start;gap:64px;display:grid}.legacy-product-grid>*,.legacy-product-info>*{min-width:0}.legacy-product-grid .button{margin-top:24px}.legacy-product-power{font-weight:800;color:var(--ink)!important;font-size:22px!important}.legacy-product-image{background:#f2f2f0;min-height:430px;padding-bottom:28px;position:relative}.legacy-product-image img{object-fit:contain}.legacy-product-image small{color:var(--muted);font-size:11px;position:absolute;bottom:-32px;left:0}.legacy-specs{border-top:1px solid var(--line);margin:0;padding:0;list-style:none}.legacy-specs>li{border-bottom:1px solid var(--line);padding:12px 0;line-height:1.55}.legacy-kit{gap:13px;margin:0;padding-left:23px;line-height:1.6;display:grid}.legacy-service-detail{margin-top:42px}.legacy-service-detail h2{margin-bottom:18px}.legacy-service-detail p{margin:0 0 16px;line-height:1.7}.legacy-geography h2{margin:10px 0 18px;font-size:clamp(28px,3vw,42px)}.legacy-geography>p{max-width:780px;color:var(--muted);line-height:1.7}.legacy-geography-selected{border-left:3px solid var(--red);background:#f4f5f5;padding:18px 22px}.legacy-geography-selected p{margin:0 0 12px;line-height:1.65}.legacy-geography-selected ul{margin:0;padding-left:22px;line-height:1.65}.legacy-geography-selected li+li{margin-top:6px}.legacy-shipment-models{color:var(--muted);font-size:.92em;display:block}.legacy-shipment-models a{color:var(--red);text-underline-offset:2px;text-decoration:underline}.legacy-geography-cities{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 24px;margin:30px 0 0;padding:0;list-style:none;display:grid}.legacy-geography-cities a{text-underline-offset:3px;padding:6px 0;line-height:1.4;text-decoration:underline;display:block}.legacy-geography-cities a[aria-current=page]{font-weight:700}@media (max-width:800px){.legacy-geography-cities{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:520px){.legacy-geography-cities{grid-template-columns:1fr}}.legacy-models>p{max-width:780px;margin-bottom:28px}.legacy-model-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.legacy-model-grid a{border:1px solid var(--line);background:#fff;flex-direction:column;gap:13px;min-height:165px;padding:22px;display:flex}.legacy-model-grid a:hover{border-color:var(--red)}.legacy-model-grid span{color:var(--muted);font-size:13px}.legacy-model-grid .legacy-model-more{color:var(--red);margin-top:auto;font-weight:750}@media (max-width:800px){.legacy-product-grid,.legacy-product-info{grid-template-columns:minmax(0,1fr);gap:38px}.legacy-product-image{min-height:340px}.legacy-model-grid{grid-template-columns:1fr}}.page-hero{background:#f4f5f5}.page-hero h1{font-size:54px;font-weight:500}.article-title h1{letter-spacing:-.05em;font-size:clamp(30px,3.3vw,50px);font-weight:550;line-height:1.17}.article-title>p{font-size:14px}.article-image img{object-fit:contain;mix-blend-mode:multiply}.article-head-grid{gap:50px}.article-image{background:#f4f5f5}.article-body h2{font-family:var(--font-sans), sans-serif;letter-spacing:-.035em;font-weight:600}.article-body p,.article-body li{font-size:15px}.article-cta h2{font-size:28px}.article-meta{font-size:10px}.article-toc{font-size:12px}.article-toc a:hover,.breadcrumbs a:hover{color:var(--red)}@media (min-width:1600px){.home-hero{min-height:710px}.home-product{min-height:595px}.hero-heading h1{font-size:75px}}@media (max-width:1200px){:root{--shell:calc(100% - 48px)}.header-inner{gap:22px}.brand img{width:155px}.main-nav{gap:20px}.header-contact{display:none}.header-cta{margin-left:auto}.home-hero{min-height:600px}.hero-heading h1{font-size:52px}.hero-heading>p{max-width:360px}.home-product{min-height:500px;margin-left:-15px}.equipment-image{height:210px}.request-grid{gap:55px}.hero-bottom{gap:22px}.industry-grid{gap:60px}.series-copy h1,.solution-grid h1{font-size:40px}}@media (max-width:800px){:root{--shell:calc(100% - 36px)}.header-inner{flex-wrap:wrap;gap:0;min-height:78px}.brand img{width:150px}.header-cta{margin-right:20px;padding:12px 14px;font-size:10px}.menu-toggle{background:0 0;border:0;order:4;padding:10px;font-size:22px;display:block}.main-nav{flex-basis:100%;order:5;padding:20px 0;display:none}.main-nav.is-open{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.home-hero{grid-template-columns:1fr;min-height:0}.hero-heading{padding:46px 0 15px}.hero-heading h1{white-space:normal;font-size:clamp(36px,7.6vw,59px)}.hero-heading>p{max-width:530px;font-size:14px}.home-product{min-height:400px;margin:0}.home-product>img{padding:0 20px 55px}.hero-series{font-size:125px;top:0}.hero-product-caption{bottom:5px;right:0}.hero-bottom{flex-wrap:wrap;gap:14px 22px;margin-top:20px;padding:22px 0}.scroll-label{display:none}.section{padding:58px 0}.section-heading{align-items:flex-start;gap:22px}.section-heading h2{font-size:31px}.equipment-grid{grid-template-columns:repeat(2,1fr)}.equipment-grid>article:last-child:nth-child(odd){grid-column:1/-1}.equipment-image{height:230px}.industry-grid,.request-grid,.two-column{grid-template-columns:1fr;gap:40px}.industry-section{padding:58px 0}.industry-section h2,.request-section h2{font-size:40px}.industry-section h2 br:first-child,.industry-section h2 br:nth-child(2){display:none}.industry-section h2 span:before{content:" "}.industry-list>a{padding:22px 0}.steps-grid{grid-template-columns:repeat(2,1fr);gap:30px}.steps-grid.three{grid-template-columns:1fr}.steps-grid h3{margin-top:17px}.catalog-ribbon{flex-direction:column}.request-section{padding:58px 0}.request-grid>div>p{max-width:480px}.request-section h2 br{display:none}.request-section h2 span:before{content:" "}.footer-grid{grid-template-columns:1fr 1fr;gap:35px}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{flex-wrap:wrap;gap:15px}.catalog-head h1{font-size:42px}.catalog-toolbar{flex-direction:column;align-items:flex-start}.series-grid,.solution-grid{grid-template-columns:1fr;gap:15px}.series-copy h1{font-size:40px}.series-image{min-height:350px}.series-hero{padding-top:25px}.spec-strip{grid-template-columns:1fr 1fr;gap:28px}.spec-strip>div:nth-child(odd){padding-left:0}.spec-strip>div:nth-child(2n){border:0}.section-nav .shell{gap:28px}.document-grid{grid-template-columns:1fr}.solution-grid h1{font-size:40px}.solution-image{min-height:320px}.reading-banner{flex-direction:column;align-items:flex-start;padding:25px}.contact-grid{grid-template-columns:1fr;gap:20px}.construction-image{min-height:350px}.article-head-grid{gap:25px}.article-image{min-height:300px}.article-title h1{font-size:36px}}@media (max-width:520px){.header-cta{display:none}.menu-toggle{margin-left:auto}.hero-heading h1{font-size:42px}.hero-actions{gap:10px}.button{gap:12px;min-height:48px;padding:13px 17px;font-size:11px}.hero-heading .hero-actions{flex-direction:column;align-items:stretch}.home-product{min-height:330px}.hero-bottom{gap:12px;font-size:9px;display:grid}.equipment-grid,.equipment-grid.two{grid-template-columns:1fr}.equipment-copy h3,.equipment-copy p{min-height:0}.equipment-image{height:240px}.section-heading{flex-direction:column}.section-heading h2{font-size:30px}.steps-grid{grid-template-columns:1fr}.form-row{grid-template-columns:1fr;gap:0}.lead-form{padding:23px 20px}.request-section h2{font-size:35px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{flex-direction:column}.catalog-head h1{font-size:38px}.series-copy h1{font-size:33px}.series-image{min-height:290px}.spec-strip strong{font-size:22px}.spec-strip>div{padding-left:14px}.document-grid a{gap:12px;padding:20px}.document-grid strong{font-size:12px}.solution-grid h1{font-size:33px}.page-hero h1{font-size:36px}.article-title h1{font-size:31px}.article-body p,.article-body li{font-size:14px}.article-cta{padding:25px}.article-cta h2{font-size:24px}.filter-tabs button{padding:10px 12px;font-size:10px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}}.task-questionnaire{border:0;min-width:0;margin:6px 0 20px;padding:0}.task-questionnaire legend{margin-bottom:8px;padding:0;font-size:17px;font-weight:600}.task-questionnaire-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.task-questionnaire-grid select{text-overflow:ellipsis;width:100%;min-width:0;min-height:48px;padding-right:28px}.task-questionnaire-note{margin-top:18px}.task-questionnaire-note summary{cursor:pointer;padding:8px 0;font-size:13px}.task-questionnaire-note summary span{opacity:.65;margin-left:6px}.task-questionnaire-note label{margin-top:10px}@media (max-width:600px){.task-questionnaire-grid{grid-template-columns:1fr;gap:12px}}
