:root{--navy:#111c49;--navy-2:#18275d;--orange:#f26a2e;--orange-dark:#d9531c;--ink:#141b2f;--muted:#667085;--soft:#f4f6fa;--line:#dfe3ec;--white:#fff;--max:1180px;--shadow:0 20px 55px rgba(17,28,73,.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font:16px/1.68 Inter,Arial,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}p{margin:.35rem 0 1rem;color:var(--muted)}h1,h2,h3{margin:0 0 1rem;line-height:1.12;letter-spacing:-.025em;font-family:Inter,Arial,Helvetica Neue,sans-serif}h1{font-size:clamp(3rem,6.5vw,5.65rem);font-weight:850}h2{font-size:clamp(2.1rem,4vw,3.4rem);font-weight:800}h3{font-size:1.35rem}.wrap{width:min(calc(100% - 40px),var(--max));margin-inline:auto}.skip{position:absolute;left:-999px}.skip:focus{left:1rem;top:1rem;z-index:100;background:#fff;padding:.7rem 1rem}.site-header{position:relative;z-index:20;background:var(--navy);color:#fff;border-bottom:1px solid rgba(255,255,255,.12)}.nav-wrap{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:2rem}.brand{display:flex;align-items:center;gap:.75rem;line-height:1}.brand-mark{display:grid;place-items:center;width:44px;height:44px;background:var(--orange);color:#fff;font-size:1.35rem;font-weight:900;border-radius:2px}.brand b,.brand small{display:block;letter-spacing:.13em}.brand b{font-size:1rem}.brand small{font-size:.58rem;margin-top:.35rem;color:#aeb8d5}#main-nav{display:flex;align-items:center;gap:1.3rem;font-size:.88rem;font-weight:700}#main-nav>a:not(.button){color:#eef1fb}#main-nav>a:not(.button):hover{color:var(--orange)}.menu-toggle{display:none}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;background:var(--orange);color:#fff;border:0;border-radius:1px;padding:.85rem 1.35rem;font-weight:800;cursor:pointer;transition:.2s ease}.button:hover{background:var(--orange-dark);transform:translateY(-1px)}.button.compact{min-height:44px;padding:.7rem 1rem}.button.ghost{background:transparent;border:1px solid rgba(255,255,255,.62)}.button.ghost:hover{background:#fff;color:var(--navy)}.floating-inquiry{position:fixed;z-index:18;right:0;top:44%;writing-mode:vertical-rl;background:var(--orange);color:#fff;padding:1rem .65rem;font-size:.76rem;font-weight:900;letter-spacing:.14em}.eyebrow{display:block;color:var(--orange);text-transform:uppercase;letter-spacing:.17em;font-size:.74rem;font-weight:850;margin-bottom:.9rem}.light-label{color:#ffb28f}.hero{position:relative;isolation:isolate;display:grid;place-items:center;min-height:650px;color:#fff;text-align:center;background:url(/images/hero/chemicals.jpg) center 55%/cover no-repeat}.hero:before{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,#0a133ae6,#111c49bd,#0a133ae6)}.hero:after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:80px 80px;mask-image:linear-gradient(to bottom,transparent,#000 35%,transparent)}.hero-inner{padding:7rem 0;display:flex;flex-direction:column;align-items:center}.hero h1{max-width:980px;text-wrap:balance}.hero p{max-width:780px;color:#dce1ef;font-size:1.2rem}.hero-actions{display:flex;gap:.75rem;margin-top:1.8rem}.proof-strip{background:#fff;position:relative;z-index:3;box-shadow:0 12px 40px #111c4917}.proof-grid{display:grid;grid-template-columns:repeat(4,1fr)}.proof-grid>div{padding:2rem;border-right:1px solid var(--line);display:flex;align-items:center;gap:1rem}.proof-grid>div:last-child{border-right:0}.proof-grid b{font-size:2.35rem;line-height:1;color:var(--orange)}.proof-grid span{font-size:.84rem;font-weight:750;color:#515c73}.section{padding:6.5rem 0}.section.alt{background:var(--soft)}.section-head{max-width:760px;margin-bottom:2.8rem}.section-head.centered{text-align:center;margin-inline:auto}.section-head p{font-size:1.06rem}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.35rem}.product-card{position:relative;background:#fff;border:1px solid var(--line);overflow:hidden;box-shadow:0 8px 25px #111c490d;transition:.25s ease}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.product-card.featured{grid-column:span 2}.image-frame{display:block;aspect-ratio:16/10;overflow:hidden;background:#e9edf4}.image-frame img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.product-card:hover img{transform:scale(1.045)}.card-body{padding:1.65rem}.card-body h3{font-size:1.45rem}.text-link{font-weight:800;color:var(--navy)}.text-link span{color:var(--orange);display:inline-block;transition:transform .2s}.text-link:hover span{transform:translate(5px)}.split{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.photo-collage{display:grid;grid-template-columns:1.25fr .75fr;gap:.8rem}.photo-collage img{width:100%;height:220px;object-fit:cover}.photo-collage img:first-child{grid-row:span 2;height:452px}.check-list{padding:0;list-style:none}.check-list li{position:relative;padding:.72rem 0 .72rem 1.7rem;border-bottom:1px solid var(--line)}.check-list li:before{content:"";position:absolute;left:0;top:1.05rem;width:8px;height:8px;background:var(--orange)}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#31406f}.step{min-height:245px;padding:2rem;background:var(--navy);color:#fff}.step strong{display:block;color:#ffac87;font-size:.74rem;letter-spacing:.14em}.step h3{margin-top:2.8rem}.step p{color:#bdc6df}.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.case-card{min-height:360px;padding:2rem;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;background:linear-gradient(0deg,#0d1942f0,#0d194214),var(--bg) center/cover}.case-card p{color:#e0e5f2}.docs-strip{background:var(--navy);color:#fff}.docs-grid{display:grid;grid-template-columns:1.2fr repeat(3,.72fr);gap:1rem;align-items:stretch}.doc-card{border:1px solid rgba(255,255,255,.2);padding:1.6rem}.doc-card p{color:#bdc6df}.knowledge-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.knowledge-card{padding:1.7rem;background:#fff;border:1px solid var(--line);transition:.2s}.knowledge-card:hover{border-color:var(--orange);box-shadow:0 12px 30px #111c4914}.faq-list{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line);padding:1.25rem 0}summary{font-weight:800;cursor:pointer;font-size:1.05rem}.cta{background:var(--navy);color:#fff;padding:3.2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.cta h2{font-size:2.2rem;margin:0}.breadcrumbs{display:flex;gap:.55rem;padding:1.1rem 0;font-size:.84rem;color:var(--muted)}.page-hero{position:relative;overflow:hidden;padding:5.5rem 0;background:linear-gradient(110deg,var(--navy),#22366f);color:#fff}.page-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:80px}.page-hero .inner{position:relative;z-index:1;max-width:900px}.page-hero h1{font-size:clamp(2.8rem,5.5vw,5rem)}.page-hero p{color:#d4daea;font-size:1.12rem;max-width:740px}.product-intro{display:grid;grid-template-columns:1fr 1fr;gap:4.5rem;align-items:start}.gallery-main img{width:100%;aspect-ratio:4/3;object-fit:cover}.thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:.65rem;margin-top:.65rem}.thumbs img{aspect-ratio:4/3;object-fit:cover}.spec-table{width:100%;border-collapse:collapse}.spec-table th,.spec-table td{text-align:left;padding:1rem;border-bottom:1px solid var(--line)}.spec-table th{width:35%;background:#edf0f6}.content-grid{display:grid;grid-template-columns:2fr 1fr;gap:4rem}.content-grid>div>section{padding-bottom:2rem;margin-bottom:2rem!important;border-bottom:1px solid var(--line)}.aside-card{background:var(--navy);color:#fff;padding:2rem;position:sticky;top:1rem}.aside-card p{color:#c6cee3}.aside-card .check-list li{border-color:#ffffff26}.rfq-form{max-width:940px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-grid label{font-weight:750;font-size:.9rem}.form-grid input,.form-grid select,.form-grid textarea{width:100%;margin-top:.4rem;padding:.9rem;border:1px solid #b8bfce;background:#fff;font:inherit}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{outline:2px solid var(--orange);outline-offset:1px}.form-grid .full{grid-column:1/-1}.form-note{font-size:.86rem}.notice{padding:1rem 1.2rem;border-left:4px solid var(--orange);background:#fff4ef;color:var(--ink)}footer{background:#0b1231;color:#fff;padding:4.5rem 0 1.5rem}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:3rem}.footer-grid h2{font-size:.82rem;text-transform:uppercase;letter-spacing:.15em;color:#ff9d74}.footer-grid a,.footer-grid span{display:block;color:#d0d6e7;margin:.45rem 0}.footer-grid p{color:#98a4c2}.copyright{border-top:1px solid rgba(255,255,255,.13);margin-top:3rem;padding-top:1.5rem;color:#8490ae;font-size:.8rem}@media(max-width:960px){#main-nav{position:absolute;display:none;top:100%;left:0;right:0;background:var(--navy);padding:1rem 20px 1.4rem;flex-direction:column;align-items:stretch;border-top:1px solid rgba(255,255,255,.1)}#main-nav.open{display:flex}.menu-toggle{display:block;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.35);padding:.6rem .8rem}.hero{min-height:590px}.proof-grid{grid-template-columns:repeat(2,1fr)}.proof-grid>div:nth-child(2){border-right:0}.proof-grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.split,.product-intro,.content-grid{grid-template-columns:1fr}.products-grid,.case-grid,.knowledge-grid{grid-template-columns:repeat(2,1fr)}.product-card.featured{grid-column:span 2}.steps{grid-template-columns:repeat(2,1fr)}.docs-grid,.footer-grid{grid-template-columns:1fr 1fr}.floating-inquiry{display:none}}@media(max-width:620px){.wrap{width:min(calc(100% - 28px),var(--max))}.nav-wrap{min-height:72px}.brand-mark{width:39px;height:39px}.brand b{font-size:.9rem}.section{padding:4.5rem 0}.hero{min-height:610px;background-position:58% center}.hero-inner{padding:5.5rem 0}.hero h1{font-size:clamp(2.7rem,12vw,4rem)}.hero p{font-size:1.04rem}.hero-actions{width:100%;flex-direction:column}.proof-grid{grid-template-columns:1fr 1fr}.proof-grid>div{padding:1.35rem .8rem;display:block}.proof-grid b{font-size:1.8rem;display:block;margin-bottom:.4rem}.proof-grid span{font-size:.76rem}.products-grid,.case-grid,.knowledge-grid,.steps,.docs-grid,.footer-grid,.form-grid{grid-template-columns:1fr}.product-card.featured{grid-column:auto}.split{gap:2.5rem}.photo-collage{grid-template-columns:1fr}.photo-collage img,.photo-collage img:first-child{height:260px;grid-row:auto}.cta{padding:2rem;align-items:flex-start;flex-direction:column}.form-grid .full{grid-column:auto}.page-hero{padding:4rem 0}.case-card{min-height:310px}}
