:root{color-scheme:light;--navy: #0b2744;--blue: #0b5eaa;--pale: #eaf3fa;--gold: #b8872e;--ink: var(--navy);--muted: #586f83;--line: #d3e1ec;--white: #ffffff;--shadow: 0 24px 64px rgba(11, 39, 68, .13)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:92px}body{margin:0;color:var(--ink);background:var(--white);font-family:Avenir Next,Avenir,Segoe UI Variable,Segoe UI,sans-serif;font-size:16px;line-height:1.6;text-rendering:optimizeLegibility}a{color:inherit}img{display:block;max-width:100%}h1,h2,h3,p,dl,dd{margin-top:0}h1,h2,h3,strong{color:var(--navy)}.container{width:min(calc(100% - 48px),1180px);margin-inline:auto}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(211,225,236,.9);background:#fffffff7;box-shadow:0 8px 28px #0b27440d}.header-inner{display:grid;grid-template-columns:minmax(165px,200px) minmax(0,1fr);gap:30px;align-items:center;min-height:72px}.brand-link{display:inline-flex;align-items:center;min-height:44px;width:fit-content}.brand-link img{width:184px;height:auto}.site-nav{display:flex;align-items:center;justify-content:flex-end;gap:clamp(10px,2vw,28px);white-space:nowrap}.nav-link{display:inline-flex;align-items:center;min-height:44px;color:var(--muted);font-size:.91rem;font-weight:650;text-decoration:none}.nav-link:hover{color:var(--blue)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;width:fit-content;border:1px solid var(--blue);border-radius:10px;padding:0 22px;background:var(--blue);color:var(--white);font-weight:800;line-height:1;text-decoration:none;white-space:nowrap;box-shadow:0 12px 30px #0b5eaa33;transition:background-color .18s ease,border-color .18s ease,transform .18s ease}.button:hover{border-color:var(--navy);background:var(--navy);transform:translateY(-1px)}.button:active{transform:translateY(1px)}.header-button{min-height:44px;padding-inline:18px;font-size:.88rem}:focus-visible{outline:3px solid var(--gold);outline-offset:4px}.hero{overflow:hidden;background:radial-gradient(circle at 86% 42%,rgba(160,204,234,.45),transparent 32%),linear-gradient(90deg,#fff 0% 56%,#f4f9fc)}.hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);gap:clamp(42px,6vw,86px);align-items:center;min-height:calc(100dvh - 72px);padding-block:clamp(48px,7vh,78px)}.hero-copy{position:relative;z-index:2;max-width:620px}.micro-label{margin-bottom:18px;color:var(--gold);font-size:.77rem;font-weight:850;letter-spacing:.14em;line-height:1.3;text-transform:uppercase}.hero h1{margin-bottom:24px;font-size:clamp(3.1rem,4.7vw,4.25rem);font-weight:780;letter-spacing:-.055em;line-height:.98}.hero h1 span{display:block;white-space:nowrap}.hero-lede{max-width:54ch;margin-bottom:30px;color:var(--muted);font-size:clamp(1.03rem,1.4vw,1.17rem);line-height:1.68}.hero-button{min-height:52px;padding-inline:26px}.product-stage{position:relative;isolation:isolate;min-height:510px;overflow:hidden;border:1px solid rgba(168,202,226,.9);border-radius:14px;background:radial-gradient(circle at 52% 45%,#fffffff2,#e0f0fab8 47%,#c9e1f2d1);box-shadow:var(--shadow)}.product-stage:before,.product-stage:after,.stage-plane{position:absolute;content:"";pointer-events:none}.product-stage:before{inset:8% 9% auto auto;width:42%;aspect-ratio:1;border:1px solid rgba(11,94,170,.18);border-radius:50%}.product-stage:after{right:8%;bottom:7%;width:50%;height:1px;background:#0b274429;transform:rotate(-8deg)}.stage-plane{inset:auto -9% -25% 8%;z-index:-1;height:48%;border:1px solid rgba(11,94,170,.12);border-radius:50%;background:#ffffff7a;transform:rotate(-7deg)}.stage-part{position:absolute;object-fit:contain;filter:drop-shadow(0 20px 24px rgba(11,39,68,.16))}.stage-roller{top:12%;left:9%;width:78%;transform:rotate(-4deg)}.stage-hepa{right:-2%;bottom:12%;width:60%;transform:rotate(7deg)}.stage-dustbag{bottom:3%;left:3%;width:33%;transform:rotate(-7deg)}.stats-band{border-block:1px solid var(--line);background:var(--white)}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.stat{display:flex;flex-direction:column;margin:0;padding:28px 24px;border-left:1px solid var(--line)}.stat:last-child{border-right:1px solid var(--line)}.stat dd{order:-1;margin:0 0 1px;color:var(--navy);font-size:clamp(1.9rem,3vw,2.65rem);font-weight:800;letter-spacing:-.04em;line-height:1.1}.stat dt{color:var(--muted);font-size:.85rem;font-weight:700}.section{padding-block:clamp(76px,8vw,108px)}.section-heading{max-width:680px;margin-bottom:40px}.section-heading h2,.compatibility-copy h2,.quote-intro h2,.faq-intro h2{margin-bottom:16px;font-size:clamp(2.25rem,4vw,3.55rem);font-weight:760;letter-spacing:-.045em;line-height:1.04;text-wrap:balance}.section-heading p,.compatibility-copy>p:not(.micro-label),.quote-intro>p,.faq-intro p{max-width:60ch;margin-bottom:0;color:var(--muted);font-size:1.04rem}.products-section{background:var(--white)}.products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:var(--white);box-shadow:0 14px 36px #0b274412;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.product-card:hover{border-color:#afcadf;box-shadow:0 20px 44px #0b27441c;transform:translateY(-2px)}.product-media{display:grid;place-items:center;height:184px;padding:24px;border-bottom:1px solid var(--line);background:radial-gradient(circle at 50% 45%,#fff,#e9f4fb 72%)}.product-card:nth-child(2n) .product-media{background:linear-gradient(145deg,#f7fbfe,#dfeef8)}.product-media img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 12px 15px rgba(11,39,68,.12))}.product-copy{padding:24px 22px 26px}.product-copy h3{min-height:2.5em;margin-bottom:11px;font-size:1.08rem;line-height:1.25}.product-copy p{margin-bottom:0;color:var(--muted);font-size:.91rem;line-height:1.58}.compatibility-section,.process-section,.faq-section{background:var(--pale)}.compatibility-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);gap:clamp(42px,7vw,88px);align-items:start}.compatibility-copy>p:not(.micro-label){margin-bottom:30px}.brand-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;margin:0;padding:0;list-style:none}.brand-grid li{display:grid;place-items:center;min-height:52px;border:1px solid #c7dce9;border-radius:8px;background:#ffffffb8;color:var(--muted);font-size:.82rem;font-weight:750}.match-brief{border:1px solid var(--line);border-radius:14px;padding:clamp(28px,4vw,42px);background:var(--white);box-shadow:0 20px 52px #0b274417}.match-brief h3{margin-bottom:24px;font-size:1.35rem;letter-spacing:-.025em}.request-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.request-grid div{padding-left:14px;border-left:2px solid var(--gold)}.request-grid strong,.request-grid span{display:block}.request-grid strong{margin-bottom:4px;font-size:.89rem}.request-grid span{color:var(--muted);font-size:.82rem;line-height:1.48}.legal-note{margin:42px 0 0;padding:14px 18px;border-left:3px solid var(--gold);border-radius:0 8px 8px 0;background:#ffffffa8;color:var(--muted);font-size:.83rem}.capabilities-section,.quote-section{background:var(--white)}.compact-heading{max-width:600px}.capability-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:14px}.capability-card{grid-column:span 2;min-height:238px;padding:28px 22px;border:1px solid var(--line);border-radius:12px;background:var(--white)}.capability-card:first-child{grid-column:span 4;background:var(--navy)}.capability-card:first-child h3,.capability-card:first-child p{color:var(--white)}.capability-card:nth-child(3),.capability-card:nth-child(5){background:#f2f8fc}.capability-card h3{margin-bottom:14px;font-size:1.15rem;line-height:1.25}.capability-card p{margin-bottom:0;color:var(--muted);font-size:.88rem;line-height:1.55}.process-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none}.process-list li{min-height:176px;padding:24px 20px;border-top:3px solid var(--blue);border-radius:0 0 10px 10px;background:#ffffffbf}.process-list strong,.process-list span{display:block}.process-list strong{margin-bottom:12px;font-size:1rem}.process-list span{color:var(--muted);font-size:.86rem;line-height:1.55}.quote-checklist{border:1px solid var(--line);border-radius:12px;padding:8px 24px;background:#ffffffdb}.quote-checklist p{display:grid;grid-template-columns:110px minmax(0,1fr);gap:14px;margin:0;padding-block:16px;border-bottom:1px solid var(--line)}.quote-checklist p:last-child{border-bottom:0}.quote-checklist strong{font-size:.86rem}.quote-checklist span{color:var(--muted);font-size:.83rem;line-height:1.5}.quote-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(420px,1.18fr);gap:56px;align-items:start}.quote-intro{padding-top:22px}.quote-intro h2{max-width:13ch}.quote-intro>p{margin-bottom:30px}.inquiry-form{display:grid;gap:16px;padding:30px;border:1px solid var(--line);border-radius:14px;background:var(--white);color:var(--ink);box-shadow:0 24px 70px #02162a33}.form-field{display:grid;gap:7px}.form-field label{color:var(--navy);font-size:.88rem;font-weight:750}.inquiry-form input,.inquiry-form select,.inquiry-form textarea{width:100%;min-height:48px;border:1px solid #b8cad9;border-radius:8px;padding:11px 13px;background:var(--white);color:var(--ink);font:inherit}.inquiry-form textarea{min-height:132px;resize:vertical}.inquiry-form :focus-visible{outline:3px solid rgba(11,94,170,.32);outline-offset:2px}.inquiry-form [aria-invalid=true]{border-color:#b42318}.field-error{color:#b42318;font-size:.82rem}.form-message{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.form-message.visible{position:static;width:auto;height:auto;clip-path:none;padding:12px 14px;border-left:3px solid #b42318;background:#fff0ee}.form-message strong{color:#8b1a12}.form-message ul{margin:8px 0 0;padding-left:20px}.form-message a{color:#8b1a12;text-underline-offset:3px}.inquiry-form button{min-height:50px;border:0;border-radius:8px;background:var(--blue);color:var(--white);cursor:pointer;font:inherit;font-weight:800}.inquiry-form button:disabled{cursor:wait;opacity:.65}.privacy-copy{margin-bottom:0;color:var(--muted);font-size:.78rem}.privacy-copy a{color:var(--blue);text-underline-offset:3px}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.faq-grid{display:grid;grid-template-columns:minmax(0,.72fr) minmax(420px,1.28fr);gap:clamp(48px,8vw,104px);align-items:start}.faq-intro{position:sticky;top:112px}.faq-list{border-top:1px solid #bdd3e3}.faq-list details{border-bottom:1px solid #bdd3e3}.faq-list summary{position:relative;min-height:70px;padding:22px 48px 22px 0;color:var(--navy);cursor:pointer;font-weight:750;line-height:1.4;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{position:absolute;top:50%;right:4px;width:32px;color:var(--blue);content:"+";font-size:1.55rem;font-weight:500;line-height:1;text-align:center;transform:translateY(-50%)}.faq-list details[open] summary:after{content:"-"}.faq-list details p{max-width:62ch;margin-bottom:24px;color:var(--muted)}.site-footer{padding-block:54px 30px;border-top:1px solid var(--line);background:var(--white)}.footer-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:48px;align-items:start}.footer-brand img{width:176px;height:auto;margin-bottom:18px}.footer-brand p{max-width:48ch;margin-bottom:0;color:var(--muted);font-size:.9rem}.footer-contact{display:grid;gap:8px;min-width:230px}.footer-contact strong{margin-bottom:4px}.footer-contact a{display:inline-flex;align-items:center;min-height:44px;color:var(--muted);font-size:.89rem;text-underline-offset:4px}.footer-bottom{display:flex;justify-content:space-between;gap:28px;margin-top:40px;padding-top:24px;border-top:1px solid var(--line)}.footer-bottom p{margin-bottom:0;color:var(--muted);font-size:.76rem}.mobile-quote-cta{display:none}@media(max-width:1020px){.site-nav{gap:12px}.nav-link{font-size:.84rem}.header-button{padding-inline:14px}.brand-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.header-inner{grid-template-columns:160px minmax(0,1fr);gap:16px}.brand-link img{width:154px}.hero-grid{grid-template-columns:minmax(0,1fr) minmax(330px,.86fr);gap:30px}.product-stage{min-height:430px}.stats-grid,.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stat:nth-child(3){border-top:1px solid var(--line)}.stat:nth-child(4){border-top:1px solid var(--line);border-right:1px solid var(--line)}.product-media{height:224px}.compatibility-grid{grid-template-columns:minmax(0,1fr) minmax(330px,.88fr);gap:34px}.brand-grid,.capability-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.capability-card,.capability-card:first-child{grid-column:span 1;min-height:190px}.capability-card:first-child,.capability-card:last-child{grid-column:span 2}.process-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:780px){.header-inner{display:flex;flex-wrap:wrap;gap:2px 18px;min-height:auto;padding-block:10px}.brand-link{flex:0 0 100%}.site-nav{justify-content:flex-start;width:100%;overflow-x:auto;scrollbar-width:none}.site-nav::-webkit-scrollbar{display:none}.hero-grid,.compatibility-grid,.faq-grid,.footer-grid{grid-template-columns:1fr}.hero-grid{min-height:auto;padding-block:54px 68px}.hero-copy{max-width:650px}.product-stage{min-height:min(72vw,520px)}.compatibility-grid,.faq-grid{gap:38px}.capability-grid,.request-grid,.process-list{grid-template-columns:1fr}.capability-card,.capability-card:first-child,.capability-card:last-child{grid-column:auto;min-height:auto}.process-list li{min-height:auto}.faq-intro{position:static}.footer-contact{min-width:0}.footer-bottom{flex-direction:column}}@media(max-width:800px){.quote-grid{grid-template-columns:1fr}.quote-intro{padding-top:0}.inquiry-form{padding:22px}}@media(max-width:720px){body{padding-bottom:calc(76px + env(safe-area-inset-bottom))}.header-button{display:none}.mobile-quote-cta{position:fixed;right:16px;bottom:calc(12px + env(safe-area-inset-bottom));left:16px;z-index:30;display:flex;align-items:center;justify-content:center;min-height:52px;border:1px solid var(--navy);border-radius:10px;background:var(--blue);color:var(--white);font-weight:800;line-height:1;text-decoration:none;box-shadow:0 14px 34px #0b274447}}@media(max-width:640px){.container{width:min(calc(100% - 32px),1180px)}.header-inner{padding-block:9px 6px}.brand-link img{width:142px}.site-nav{gap:8px}.nav-link{padding-inline:7px}.hero-grid{padding-block:42px 56px}.hero h1{font-size:clamp(1.95rem,9vw,3.7rem)}.hero-lede{font-size:1rem}.product-stage{min-height:360px}.stats-grid,.products-grid{grid-template-columns:1fr}.stat{border-top:1px solid var(--line);border-right:1px solid var(--line)}.stat:first-child{border-top:0}.section{padding-block:68px}.section-heading h2,.compatibility-copy h2,.quote-intro h2,.faq-intro h2{font-size:clamp(2.05rem,9.5vw,2.85rem)}.product-media{height:210px}.brand-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.quote-checklist p{grid-template-columns:1fr;gap:4px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
