:root{
  --ink:#15171a;--muted:#666c73;--line:#e6e8eb;--paper:#fff;--soft:#f6f6f4;
  --brand:#b71920;--brand2:#e44d21;--gold:#df9a25;--dark:#101417;
  --radius:24px;--shadow:0 24px 70px rgba(20,22,25,.12);--max:1240px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);line-height:1.55}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}.container{width:min(var(--max),calc(100% - 48px));margin:auto}.eyebrow{font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--brand)}h1,h2,h3{line-height:1.05;margin:0 0 18px}h1{font-size:clamp(3rem,7vw,6.5rem);letter-spacing:-.055em}h2{font-size:clamp(2.25rem,4vw,4.4rem);letter-spacing:-.04em}h3{font-size:1.35rem}.lead{font-size:clamp(1rem,1.3vw,1.25rem);color:var(--muted);max-width:680px}.small{font-size:.9rem;color:var(--muted)}
.loader{position:fixed;inset:0;background:var(--dark);z-index:9999;display:grid;place-items:center;color:white;transition:.6s}.loader.hide{opacity:0;visibility:hidden}.loader-mark{display:grid;gap:18px;justify-items:center}.loader-mark img{width:130px;filter:drop-shadow(0 12px 30px rgba(0,0,0,.35))}.loader-line{height:2px;width:180px;background:#333;overflow:hidden}.loader-line:after{content:"";display:block;width:50%;height:100%;background:linear-gradient(90deg,var(--brand),var(--gold));animation:load 1.4s infinite}@keyframes load{from{transform:translateX(-120%)}to{transform:translateX(240%)}}
.topbar{background:#111;color:#fff;font-size:.78rem}.topbar .container{display:flex;justify-content:space-between;padding:8px 0;gap:20px}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(0,0,0,.06)}.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:26px}.brand img{width:128px}.nav-links{display:flex;align-items:center;gap:24px;font-size:.9rem;font-weight:650}.nav-links a{position:relative}.nav-links a:after{content:"";position:absolute;left:0;right:100%;bottom:-9px;height:2px;background:var(--brand);transition:.25s}.nav-links a:hover:after,.nav-links a.active:after{right:0}.nav-actions{display:flex;align-items:center;gap:12px}.icon-btn,.menu-btn{border:1px solid var(--line);width:44px;height:44px;border-radius:50%;background:white;cursor:pointer;display:grid;place-items:center}.menu-btn{display:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:14px 22px;border:1px solid transparent;font-weight:800;cursor:pointer;transition:.25s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--brand);color:#fff;box-shadow:0 10px 24px rgba(183,25,32,.2)}.btn-secondary{background:#fff;border-color:var(--line)}.btn-dark{background:var(--dark);color:#fff}.btn-ghost{border-color:rgba(255,255,255,.28);color:#fff}.nav-mobile{display:none;padding:0 24px 24px}.nav-mobile.open{display:grid;gap:8px}.nav-mobile a{padding:12px 0;border-bottom:1px solid var(--line);font-weight:700}
.hero{min-height:780px;display:grid;align-items:end;position:relative;overflow:hidden;background:#e8e6e1}.hero-media{position:absolute;inset:0}.hero-media img{width:100%;height:100%;object-fit:cover}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.89) 35%,rgba(255,255,255,.08) 72%),linear-gradient(0deg,rgba(12,15,18,.15),transparent 40%)}.hero-content{position:relative;z-index:2;padding:110px 0 92px;max-width:690px}.hero .lead{color:#4f555a}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.route-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:42px}.route-card{background:rgba(255,255,255,.9);backdrop-filter:blur(12px);border:1px solid rgba(0,0,0,.08);border-radius:20px;padding:18px;display:flex;align-items:center;justify-content:space-between;transition:.3s}.route-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.route-card b{display:block}.route-card span{color:var(--muted);font-size:.85rem}.route-arrow{width:38px;height:38px;border-radius:50%;background:var(--soft);display:grid;place-items:center;color:var(--brand);font-weight:900}
.metrics{position:relative;z-index:3;margin-top:-36px}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);overflow:hidden}.metric{padding:26px;border-right:1px solid var(--line)}.metric:last-child{border-right:0}.metric strong{font-size:1.9rem;display:block}.metric span{color:var(--muted);font-size:.86rem}.section{padding:110px 0}.section.soft{background:var(--soft)}.section.dark{background:var(--dark);color:#fff}.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:42px}.section-head .lead{max-width:620px}.red{color:var(--brand)}
.finder{border-radius:28px;background:#fff;border:1px solid var(--line);padding:22px;box-shadow:0 15px 50px rgba(0,0,0,.06)}.finder-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.finder-tab{border:0;background:var(--soft);padding:10px 16px;border-radius:999px;font-weight:800;cursor:pointer}.finder-tab.active{background:var(--brand);color:#fff}.finder-panel{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:12px}.field{width:100%;border:1px solid var(--line);border-radius:14px;padding:14px 16px;background:white}.finder-result{display:none;margin-top:16px;padding:16px;border-radius:14px;background:#fff3f1;color:#7d171c}.finder-result.show{display:block}
.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.visual-card{position:relative;min-height:380px;border-radius:24px;overflow:hidden;color:#fff;background:#222}.visual-card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:.6s}.visual-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.78),rgba(0,0,0,.03) 68%)}.visual-card:hover img{transform:scale(1.06)}.visual-card-content{position:absolute;inset:auto 0 0;padding:26px;z-index:2}.visual-card p{margin:0;color:#d8d8d8}.visual-card .tag{display:inline-block;padding:7px 11px;border:1px solid rgba(255,255,255,.3);border-radius:999px;font-size:.72rem;margin-bottom:12px}
.product-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(250px,1fr);overflow-x:auto;gap:16px;scroll-snap-type:x mandatory;padding-bottom:12px}.product-card{scroll-snap-align:start;border:1px solid var(--line);border-radius:22px;background:#fff;overflow:hidden;transition:.3s}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-image{height:300px;background:#f2f2ef;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:.5s}.product-card:hover .product-image img{transform:scale(1.05)}.product-body{padding:20px}.product-meta{display:flex;flex-wrap:wrap;gap:7px;margin:12px 0}.pill{font-size:.72rem;border:1px solid var(--line);padding:6px 9px;border-radius:999px;background:#fafafa}.text-link{font-weight:850;color:var(--brand);display:inline-flex;gap:8px;align-items:center}
.split{display:grid;grid-template-columns:1fr 1fr;gap:22px}.feature-panel{border-radius:28px;overflow:hidden;background:#fff;border:1px solid var(--line)}.feature-panel img{width:100%;height:360px;object-fit:cover}.feature-copy{padding:32px}.feature-copy ul{padding-left:18px;color:var(--muted)}
.workflow{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.step{background:#fff;color:var(--ink);border-radius:22px;overflow:hidden;border:1px solid rgba(255,255,255,.12);transition:.3s}.step:hover{transform:translateY(-6px)}.step img{height:180px;width:100%;object-fit:cover}.step-copy{padding:18px}.step-num{color:var(--brand);font-weight:900;letter-spacing:.12em}.step p{font-size:.85rem;color:var(--muted)}
.badge-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.badge{border:1px solid var(--line);border-radius:18px;padding:20px;text-align:center;background:#fff}.badge strong{display:block;font-size:1rem}.badge span{font-size:.75rem;color:var(--muted)}
.quote{display:grid;grid-template-columns:1.2fr .8fr;border-radius:28px;overflow:hidden;background:#fff;border:1px solid var(--line)}.quote-copy{padding:48px}.quote-copy blockquote{font-size:1.55rem;line-height:1.35;margin:20px 0}.quote-image img{width:100%;height:100%;object-fit:cover}
.cta{border-radius:32px;background:linear-gradient(135deg,#fff5f2,#fff);border:1px solid #f0d8d3;padding:42px;display:grid;grid-template-columns:.8fr 1.2fr;gap:40px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-grid .full{grid-column:1/-1}textarea.field{min-height:110px;resize:vertical}.form-note{font-size:.78rem;color:var(--muted);margin-top:10px}.form-success{display:none;padding:14px;border-radius:12px;background:#eaf7ef;color:#24643a;margin-top:12px}.form-success.show{display:block}
.page-hero{padding:110px 0 72px;background:var(--soft);position:relative;overflow:hidden}.page-hero.grid-hero{display:grid}.page-hero .container{position:relative;z-index:2}.page-hero-image{position:absolute;right:0;top:0;width:52%;height:100%;object-fit:cover}.page-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--soft) 40%,transparent 74%)}.breadcrumbs{font-size:.82rem;color:var(--muted);margin-bottom:40px}.hero-icons{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-icons .pill{background:#fff}
.industry-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.industry-card{border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#fff;display:grid;grid-template-columns:.9fr 1.1fr;min-height:300px}.industry-card img{height:100%;width:100%;object-fit:cover}.industry-card .copy{padding:30px}.industry-card:hover{box-shadow:var(--shadow)}
.icon-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.icon-card{border:1px solid var(--line);border-radius:20px;padding:24px;background:#fff}.icon-mark{width:48px;height:48px;border-radius:14px;background:#fff1ef;color:var(--brand);display:grid;place-items:center;font-weight:900;font-size:1.25rem;margin-bottom:16px}.icon-card p{color:var(--muted);font-size:.92rem}
.filter-layout{display:grid;grid-template-columns:260px 1fr;gap:28px}.filter-panel{border:1px solid var(--line);border-radius:20px;padding:20px;height:max-content;position:sticky;top:110px}.filter-group{border-bottom:1px solid var(--line);padding:14px 0}.filter-group:last-child{border:0}.filter-group label{display:block;font-size:.86rem;margin:8px 0;color:#4e5358}.result-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.chip-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.chip{padding:8px 12px;border-radius:999px;background:#f3f3f1;font-size:.8rem}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.product-grid .product-image{height:260px}
.product-detail{display:grid;grid-template-columns:1.05fr .95fr;gap:50px}.gallery-main{border-radius:28px;background:#f4f4f1;overflow:hidden}.gallery-main img{width:100%;height:680px;object-fit:cover}.thumb-row{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:10px}.thumb{border-radius:12px;overflow:hidden;border:2px solid transparent;cursor:pointer}.thumb.active{border-color:var(--brand)}.thumb img{height:100px;width:100%;object-fit:cover}.spec-table{width:100%;border-collapse:collapse}.spec-table td{padding:13px;border-bottom:1px solid var(--line)}.spec-table td:first-child{font-weight:800;width:34%}.product-info .price-note{padding:16px;border-radius:16px;background:#fff4f1;margin:20px 0}.colour-row{display:flex;gap:10px}.swatch{width:30px;height:30px;border-radius:50%;border:2px solid white;box-shadow:0 0 0 1px #ccc}.tabs{display:flex;gap:8px;border-bottom:1px solid var(--line);margin-bottom:22px}.tab{padding:12px 15px;font-weight:800;cursor:pointer}.tab.active{color:var(--brand);border-bottom:2px solid var(--brand)}
.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.resource{border:1px solid var(--line);border-radius:20px;padding:22px;background:#fff}.resource-cover{height:210px;border-radius:14px;overflow:hidden;margin-bottom:18px}.resource-cover img{width:100%;height:100%;object-fit:cover}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.article{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff}.article img{width:100%;height:220px;object-fit:cover}.article .copy{padding:22px}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.contact-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-card{border:1px solid var(--line);border-radius:20px;padding:24px}.chat-preview{border:1px solid var(--line);border-radius:24px;padding:22px;background:#fff}.chat-bubble{background:var(--soft);padding:14px;border-radius:16px;margin:12px 0;max-width:82%}.chat-bubble.me{margin-left:auto;background:#fff1ef}.chat-widget{position:fixed;right:22px;bottom:22px;z-index:120}.chat-toggle{border:0;background:var(--brand);color:#fff;border-radius:999px;padding:15px 20px;font-weight:850;box-shadow:0 16px 40px rgba(183,25,32,.3);cursor:pointer}.chat-panel{position:absolute;right:0;bottom:64px;width:330px;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);overflow:hidden;display:none}.chat-panel.open{display:block}.chat-head{padding:18px;background:var(--dark);color:#fff}.chat-body{padding:18px}.chat-agent{display:flex;align-items:center;gap:10px}.agent-dot{width:10px;height:10px;background:#2dbb67;border-radius:50%}
.search-overlay{position:fixed;inset:0;background:rgba(10,12,14,.94);z-index:300;color:#fff;display:none}.search-overlay.open{display:block}.search-inner{width:min(900px,calc(100% - 48px));margin:14vh auto}.search-close{float:right;border:1px solid #555;background:transparent;color:#fff;width:48px;height:48px;border-radius:50%;font-size:1.3rem}.search-input{width:100%;font-size:clamp(2rem,5vw,5rem);background:transparent;color:#fff;border:0;border-bottom:1px solid #555;padding:20px 0;outline:0}.search-suggestions{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px}.search-suggestions a{border:1px solid #333;border-radius:18px;padding:20px;color:#ddd}.search-suggestions a:hover{border-color:var(--brand);color:#fff}
.footer{background:#11161a;color:#fff;padding:70px 0 24px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:40px}.footer-logo{width:130px;margin-bottom:18px}.footer p,.footer a{color:#aeb4ba;font-size:.88rem}.footer h4{margin:0 0 14px}.footer a{display:block;margin:8px 0}.footer-bottom{margin-top:50px;padding-top:18px;border-top:1px solid #2b3035;display:flex;justify-content:space-between;color:#858b90;font-size:.78rem}
.reveal{opacity:0;transform:translateY(28px);transition:.8s cubic-bezier(.2,.7,.2,1)}.reveal.visible{opacity:1;transform:none}.parallax{will-change:transform}
@media(max-width:980px){.nav-links,.nav-actions .btn{display:none}.menu-btn{display:grid}.hero{min-height:720px}.hero:after{background:linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.72) 68%,rgba(255,255,255,.15))}.metric-grid{grid-template-columns:1fr 1fr}.metric:nth-child(2){border-right:0}.metric:nth-child(-n+2){border-bottom:1px solid var(--line)}.card-grid,.product-grid,.article-grid,.resource-grid{grid-template-columns:1fr 1fr}.split,.quote,.cta,.product-detail,.contact-grid{grid-template-columns:1fr}.workflow{grid-template-columns:repeat(2,1fr)}.badge-grid{grid-template-columns:repeat(3,1fr)}.industry-grid{grid-template-columns:1fr}.icon-grid{grid-template-columns:1fr 1fr}.filter-layout{grid-template-columns:1fr}.filter-panel{position:static}.page-hero-image{opacity:.35;width:100%}.page-hero:after{background:linear-gradient(90deg,var(--soft) 35%,rgba(246,246,244,.6))}.footer-grid{grid-template-columns:1fr 1fr}.finder-panel{grid-template-columns:1fr 1fr}.gallery-main img{height:520px}}
@media(max-width:640px){.container{width:min(100% - 30px,var(--max))}.topbar{display:none}.nav{height:70px}.brand img{width:105px}.hero{min-height:720px}.hero-content{padding:90px 0 60px}.route-cards{grid-template-columns:1fr}h1{font-size:3.2rem}.metric-grid{grid-template-columns:1fr}.metric{border-right:0!important;border-bottom:1px solid var(--line)!important}.metric:last-child{border-bottom:0!important}.section{padding:80px 0}.section-head{align-items:start;flex-direction:column}.finder-panel,.card-grid,.product-grid,.article-grid,.resource-grid,.icon-grid,.contact-cards,.form-grid{grid-template-columns:1fr}.workflow{grid-template-columns:1fr}.badge-grid{grid-template-columns:repeat(2,1fr)}.industry-card{grid-template-columns:1fr}.industry-card img{height:230px}.visual-card{min-height:330px}.cta{padding:28px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:10px}.search-suggestions{grid-template-columns:1fr}.chat-panel{width:300px}.gallery-main img{height:430px}.page-hero{padding:80px 0 60px}}


/* ===== Refined V2: calmer, aligned, Webflow-friendly design system ===== */
:root{
  --ink:#1b1d20;
  --muted:#666d74;
  --line:#e7e8e8;
  --soft:#f7f7f5;
  --brand:#b71820;
  --radius:16px;
  --shadow:0 14px 36px rgba(20,22,24,.08);
  --max:1180px;
}
body{font-size:15.5px;line-height:1.6;background:#fff;color:var(--ink)}
.container{width:min(var(--max),calc(100% - 56px))}
h1,h2,h3{font-weight:650;letter-spacing:-.025em;line-height:1.12}
h1{font-size:clamp(3rem,5.1vw,5.2rem)}
h2{font-size:clamp(2rem,3.25vw,3.25rem)}
h3{font-size:1.18rem;line-height:1.25}
.lead{font-size:clamp(.98rem,1.15vw,1.12rem);line-height:1.65;max-width:620px}
.eyebrow{font-size:.72rem;letter-spacing:.13em}
.topbar .container{padding:6px 0}.topbar{font-size:.72rem}
.nav{height:74px;gap:22px}.brand img{width:112px}.nav-links{gap:21px;font-size:.86rem;font-weight:620}.nav-links a:after{bottom:-8px}.icon-btn,.menu-btn{width:40px;height:40px}.btn{border-radius:12px;padding:12px 19px;font-weight:750;box-shadow:none}.btn-primary{box-shadow:0 8px 20px rgba(183,24,32,.16)}
.hero{min-height:650px}.hero-content{padding:82px 0 70px;max-width:590px}.hero h1{font-size:clamp(3.25rem,5.4vw,5.3rem)}.hero-actions{margin-top:24px}.route-cards{margin-top:30px}.route-card{border-radius:15px;padding:16px}.metrics{margin-top:-28px}.metric-grid{border-radius:16px;box-shadow:var(--shadow)}.metric{padding:21px}.metric strong{font-size:1.55rem}
.section{padding:82px 0}.section-head{margin-bottom:32px;align-items:center}.section-head h2{margin-bottom:0}.section-head .lead{max-width:540px}
.finder{border-radius:18px;padding:20px;box-shadow:0 10px 28px rgba(0,0,0,.045)}.finder-tab{padding:8px 14px;font-size:.82rem}.finder-panel{grid-template-columns:1fr 1fr 1fr auto}.field{border-radius:10px;padding:12px 14px}
.card-grid{gap:18px;align-items:stretch}.visual-card{min-height:330px;border-radius:16px}.visual-card-content{padding:22px}.visual-card h3{font-size:1.25rem}.visual-card p{font-size:.88rem;line-height:1.5}
.product-rail{grid-auto-columns:minmax(220px,1fr);gap:14px}.product-card{border-radius:15px;height:100%}.product-image{height:245px}.product-body{padding:17px}.product-card h3{min-height:2.5em}.product-meta{min-height:34px}
.split{gap:18px;align-items:stretch}.feature-panel{border-radius:16px;height:100%}.feature-panel img{height:285px}.feature-copy{padding:26px}.feature-copy h2{font-size:clamp(1.8rem,2.7vw,2.7rem)}
.workflow{gap:12px}.step{border-radius:15px}.step img{height:155px}.step-copy{padding:16px}.step p{font-size:.82rem}
.badge-grid{gap:10px}.badge{border-radius:13px;padding:17px}.quote{border-radius:16px}.quote-copy{padding:36px}.quote-copy blockquote{font-size:1.3rem}.cta{border-radius:18px;padding:34px;gap:32px}
.page-hero{padding:0;min-height:500px;background:var(--soft)}.page-hero .container{min-height:500px;display:flex;align-items:center;position:relative;z-index:2}.page-hero-copy{width:46%;padding:58px 0}.page-hero-image{width:52%;height:100%;object-position:center center}.page-hero:after{background:linear-gradient(90deg,var(--soft) 0%,var(--soft) 43%,rgba(247,247,245,.74) 49%,rgba(247,247,245,0) 63%)}.page-hero h1{font-size:clamp(2.65rem,4.1vw,4rem);max-width:540px;margin-bottom:20px}.page-hero .lead{max-width:520px}.breadcrumbs{margin-bottom:22px}.hero-icons{margin-top:22px}.hero-actions{margin-top:24px}
.industry-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}.industry-card{display:flex;flex-direction:column;min-height:0;height:100%;border-radius:16px}.industry-card img{height:210px;aspect-ratio:16/10;object-fit:cover}.industry-card .copy{padding:22px;display:flex;flex-direction:column;flex:1}.industry-card .copy h2{font-size:1.8rem;margin-bottom:12px}.industry-card .copy .lead{font-size:.94rem;line-height:1.55;margin-bottom:20px}.industry-card .text-link{margin-top:auto}
.icon-grid{gap:12px;align-items:stretch}.icon-card{border-radius:14px;padding:21px;height:100%}.icon-card h3{min-height:2.4em}.icon-card p{font-size:.87rem}.icon-mark{width:42px;height:42px;border-radius:11px}
.filter-layout{grid-template-columns:235px 1fr;gap:22px}.filter-panel{border-radius:14px;top:96px}.product-grid{gap:14px}.product-grid .product-card{height:100%}.product-grid .product-image{height:225px}.result-bar{margin-bottom:14px}
.product-detail{gap:38px}.gallery-main{border-radius:18px}.gallery-main img{height:590px}.thumb{border-radius:9px}.thumb img{height:86px}.product-info h1{font-size:clamp(2.5rem,4vw,3.8rem)}
.resource-grid,.article-grid{gap:16px;align-items:stretch}.resource,.article{border-radius:15px;height:100%}.resource-cover{height:180px;border-radius:10px}.article img{height:190px}.article .copy{padding:20px}.resource h3,.article h3{min-height:2.5em}
.contact-grid{gap:20px}.contact-cards{gap:12px}.contact-card,.chat-preview{border-radius:15px}.footer{padding:54px 0 22px}.footer-grid{gap:32px}.footer-logo{width:112px}.footer-bottom{margin-top:36px}
.chat-toggle{padding:13px 18px}.chat-panel{border-radius:16px}
.reveal{transform:translateY(18px);transition-duration:.65s}
.site-page.page-about .page-hero-image{object-position:center 42%}.site-page.page-knowledge-hub .page-hero-image{object-position:center 50%}.site-page.page-workwear .page-hero-image{object-position:center 40%}.site-page.page-outerwear .page-hero-image{object-position:center 50%}
@media(max-width:1080px){.industry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.page-hero-copy{width:52%}.page-hero-image{width:50%}}
@media(max-width:980px){.page-hero,.page-hero .container{min-height:460px}.page-hero-copy{width:68%}.page-hero-image{width:100%;opacity:.34}.page-hero:after{background:linear-gradient(90deg,var(--soft) 0%,rgba(247,247,245,.93) 52%,rgba(247,247,245,.52) 100%)}.industry-grid{grid-template-columns:1fr 1fr}.finder-panel{grid-template-columns:1fr 1fr}.card-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.container{width:min(100% - 30px,var(--max))}.page-hero,.page-hero .container{min-height:430px}.page-hero-copy{width:100%;padding:50px 0}.page-hero h1{font-size:2.55rem}.page-hero-image{opacity:.22}.industry-grid,.card-grid{grid-template-columns:1fr}.industry-card img{height:220px}.section{padding:66px 0}.hero h1{font-size:3.15rem}.product-image{height:235px}.feature-panel img{height:240px}}

/* ===== V4: functional filters, stable FAQ layout and full mobile navigation ===== */
html,body{overflow-x:hidden}
.resource,.article{height:auto}
.faq-column{min-width:0}
.faq-list{display:grid;gap:10px;margin-top:14px}
.faq-item{background:#fff;border:1px solid var(--line);border-radius:13px;overflow:hidden}
.faq-item summary{position:relative;cursor:pointer;list-style:none;padding:18px 50px 18px 18px;font-weight:750;line-height:1.4}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary:after{content:"+";position:absolute;right:18px;top:50%;transform:translateY(-50%);width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:var(--soft);color:var(--brand);font-size:1.15rem;font-weight:700;transition:.2s}
.faq-item[open] summary:after{content:"−";background:#fff0f0}
.faq-answer{padding:0 18px 18px;color:var(--muted);font-size:.92rem;line-height:1.65}
.filter-toggle{display:none;grid-column:1/-1;width:max-content}
.no-results{display:none;border:1px dashed #d6d8da;border-radius:14px;padding:26px;text-align:center;color:var(--muted);background:var(--soft)}
.no-results.show{display:block}
.product-card.is-hidden{display:none}
.chip{display:inline-flex;align-items:center;gap:6px}
.finder-result{line-height:1.6}
.finder-result a{font-weight:800;color:var(--brand);text-decoration:underline;text-underline-offset:3px}

/* Desktop finder uses four controls plus CTA while preserving the Webflow grid. */
.finder-panel{grid-template-columns:repeat(4,minmax(0,1fr)) auto}

/* Mobile menu behaves as a contained drawer under the sticky header. */
.nav-mobile{position:absolute;left:0;right:0;top:100%;background:rgba(255,255,255,.985);border-top:1px solid var(--line);box-shadow:0 20px 45px rgba(20,22,24,.12);padding:14px max(24px,calc((100vw - var(--max))/2)) 24px;max-height:calc(100vh - 74px);overflow:auto}
.nav-mobile.open{display:grid}
.menu-btn{font-size:0}
.menu-btn:before{content:"☰";font-size:1.25rem;line-height:1}
.menu-btn[aria-expanded="true"]:before{content:"×";font-size:1.65rem}
body.menu-open{overflow:hidden}

@media(max-width:1100px){
  .nav-links{gap:15px;font-size:.82rem}
  .nav-actions .btn{padding-inline:15px}
  .finder-panel{grid-template-columns:repeat(2,minmax(0,1fr))}
  .finder-panel .finder-submit{width:100%}
}

@media(max-width:980px){
  .site-header{backdrop-filter:blur(14px)}
  .nav-actions{margin-left:auto}
  .nav-actions .icon-btn{display:grid}
  .filter-toggle{display:inline-flex}
  .filter-layout{display:block}
  .filter-panel{display:none;margin:14px 0 22px;position:static}
  .filter-panel.open{display:block}
  .filter-results{min-width:0}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .split{align-items:start}
}

@media(max-width:760px){
  .container{width:min(var(--max),calc(100% - 30px))}
  .topbar{display:none}
  .nav{height:68px}
  .brand img{width:100px}
  .nav-actions{gap:8px}
  .icon-btn,.menu-btn{width:38px;height:38px}
  .nav-mobile{max-height:calc(100vh - 68px);padding-inline:15px}
  .nav-mobile a{padding:13px 4px}
  .nav-mobile .btn{margin-top:8px;color:#fff;border-bottom:0}

  /* Inner heroes become a true stacked mobile composition, no text/image collision. */
  .page-hero{display:flex;flex-direction:column;min-height:0;padding:0}
  .page-hero .container{order:1;min-height:0;display:block}
  .page-hero-copy{width:100%;padding:46px 0 38px}
  .page-hero-image{order:2;position:relative;inset:auto;width:100%;height:280px;opacity:1;object-position:center!important}
  .page-hero:after{display:none}
  .page-hero h1{font-size:clamp(2.25rem,11vw,3rem);max-width:none}
  .breadcrumbs{margin-bottom:16px}

  .hero{min-height:640px}
  .hero-content{padding:72px 0 48px}
  .hero h1{font-size:clamp(2.65rem,12vw,3.5rem)}
  .section{padding:58px 0}
  .section-head{gap:14px;margin-bottom:24px}
  .section-head h2{font-size:2.15rem}
  .finder{padding:15px;border-radius:14px}
  .finder-tabs{display:grid;grid-template-columns:repeat(2,1fr)}
  .finder-tab{text-align:center}
  .finder-panel{grid-template-columns:1fr}
  .finder-panel .btn{width:100%}
  .filter-toggle{width:100%}
  .result-bar{align-items:flex-start;gap:12px;flex-direction:column}
  .result-bar .field{width:100%!important}
  .product-grid{grid-template-columns:1fr}
  .product-grid .product-image{height:290px}
  .chip-row{gap:6px}
  .chip{font-size:.73rem;padding:7px 10px}
  .split{grid-template-columns:1fr}
  .faq-column{margin-top:8px}
  .faq-item summary{font-size:.94rem}
  .footer{padding-top:44px}
  .chat-widget{right:12px;bottom:12px}
  .chat-toggle{padding:11px 14px;font-size:.86rem}
  .chat-panel{width:min(340px,calc(100vw - 24px))}
}

@media(max-width:430px){
  .nav-actions .icon-btn{display:none}
  .product-grid .product-image{height:250px}
  .page-hero-image{height:240px}
  .footer-grid{grid-template-columns:1fr}
}
.chip{border:0;cursor:pointer;color:var(--ink)}
.chip:hover{background:#ececea}
