:root{
  --bg:#f3f5f2;
  --surface:#ffffff;
  --text:#121817;
  --muted:#68726f;
  --line:#d9dfdc;
  --soft:#e9eeeb;
  --brand:#12665b;
  --brand-dark:#0a403a;
  --mint:#d9ebe5;
  --sand:#eee4d1;
  --blue:#dce7ea;
  --ink:#162220;
  --max:1380px;
}
*{box-sizing:border-box;border-radius:0!important}
html{scroll-behavior:smooth}
body{margin:0;font-family:Manrope,Arial,sans-serif;background:var(--bg);color:var(--text);font-size:14px;line-height:1.55;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{display:block;width:100%;height:100%;object-fit:cover}
button,input,select,textarea{font:inherit;border-radius:0!important}
button{cursor:pointer}
.wrap,.section,.content-wrap,.page-head,.breadcrumb,.quote-band{width:min(var(--max),calc(100% - 40px));margin-inline:auto}
.shell{position:relative;z-index:1}

/* animated chrome */
.scroll-progress{position:fixed;top:0;left:0;height:2px;background:#59b6a7;width:0;z-index:500;pointer-events:none}
.ambient-shapes{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden}
.ambient-shape{position:absolute;opacity:.13;will-change:transform}
.ambient-shape.a{width:180px;height:180px;border:1px solid #87b7ae;right:-55px;top:18vh;transform:rotate(18deg)}
.ambient-shape.b{width:120px;height:240px;background:#d9ebe5;left:-65px;top:55vh;transform:rotate(-14deg)}
.ambient-shape.c{width:90px;height:90px;border:18px solid #eadbbd;right:9vw;top:78vh;transform:rotate(35deg)}

.utility{height:32px;background:#101918;color:#dce5e2;border-bottom:1px solid #28312f;font-size:10px;text-transform:uppercase;letter-spacing:.7px;overflow:hidden;position:relative;z-index:60}
.utility-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}
.utility-track{display:flex;align-items:center;gap:16px;white-space:nowrap;animation:utilityFloat 12s ease-in-out infinite alternate}
.utility-track i{width:4px;height:4px;background:#5fb2a4;display:block}
.utility-phone{white-space:nowrap;color:#fff;font-weight:700}
@keyframes utilityFloat{from{transform:translateX(0)}to{transform:translateX(22px)}}
.site-header{height:70px;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50;backdrop-filter:blur(10px)}
.nav{height:100%;display:grid;grid-template-columns:220px 1fr auto;align-items:center;gap:26px}
.brand{display:flex;flex-direction:column;line-height:1.05}
.brand b{font-size:19px;letter-spacing:-.45px}
.brand small{font-size:8px;letter-spacing:1.6px;color:var(--muted);margin-top:5px}
.menu{display:flex;justify-content:center;height:100%;align-items:center;gap:26px}
.menu a{font-size:12px;font-weight:700;position:relative;height:100%;display:flex;align-items:center;transition:.2s}
.menu a:after{content:"";position:absolute;left:0;right:100%;height:2px;bottom:-1px;background:var(--brand);transition:.25s}
.menu a:hover:after,.menu a.active:after{right:0}
.header-action,.btn{min-height:40px;border:1px solid var(--text);padding:0 17px;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:12px;background:#fff;color:var(--text);transition:.22s ease;position:relative;overflow:hidden}
.header-action{background:var(--brand);border-color:var(--brand);color:#fff}
.header-action:hover,.btn:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(10,55,49,.12)}
.btn-brand{background:var(--brand);border-color:var(--brand);color:#fff}
.btn-light{background:#fff;border-color:#fff;color:#17201e}
.btn-ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.72)}
.menu-toggle{display:none;border:1px solid var(--line);background:#fff;padding:9px 13px;font-weight:700}

/* reveal */
.reveal{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s cubic-bezier(.2,.7,.2,1)}
.reveal.is-visible{opacity:1;transform:none}

/* HERO - compact ecommerce/editorial */
.hero{background:#e8eeeb;border-bottom:1px solid var(--line);position:relative;overflow:hidden}
.hero:before{content:"";position:absolute;width:260px;height:260px;border:34px solid rgba(18,102,91,.08);left:-110px;bottom:-110px;transform:rotate(30deg);z-index:0}
.hero-swiper{height:430px}
.hero-slide{overflow:hidden;position:relative}
.hero-slide-green{background:linear-gradient(110deg,#e6efeb 0 54%,#cfe3dd 54%)}
.hero-slide-sand{background:linear-gradient(110deg,#f1ece2 0 54%,#e5d8bf 54%)}
.hero-slide-blue{background:linear-gradient(110deg,#e6ecec 0 54%,#cadadd 54%)}
.hero-content{width:min(var(--max),calc(100% - 40px));height:100%;margin:0 auto;display:grid;grid-template-columns:.88fr 1.12fr;align-items:stretch;position:relative;z-index:2}
.hero-copy{display:flex;flex-direction:column;justify-content:center;padding-right:54px;position:relative;z-index:3}
.eyebrow,.section-kicker{display:block;font-size:10px;font-weight:800;letter-spacing:1.25px;text-transform:uppercase;color:var(--brand);margin-bottom:9px}
.hero h1{font-size:35px;line-height:1.08;letter-spacing:-1.35px;margin:0 0 14px;font-weight:750;max-width:550px}
.hero p{font-size:13px;color:#53605d;margin:0 0 19px;max-width:525px}
.hero-actions{display:flex;gap:8px;flex-wrap:wrap}
.hero-mini{margin-top:20px;display:flex;gap:16px;flex-wrap:wrap;font-size:10px;font-weight:800;color:#4d5a57;text-transform:uppercase;letter-spacing:.5px}
.hero-mini span{display:flex;align-items:center;gap:7px}
.hero-mini span:before{content:"";width:5px;height:5px;background:var(--brand);display:block}
.hero-visual{position:relative;margin:20px 0 20px 24px;overflow:hidden;box-shadow:0 18px 42px rgba(31,52,48,.14)}
.hero-visual img{transition:transform 1.4s cubic-bezier(.2,.7,.2,1)}
.swiper-slide-active .hero-visual img{transform:scale(1.04)}
.visual-label{position:absolute;left:0;bottom:0;background:#fff;min-width:240px;padding:13px 16px;border-top:1px solid var(--line);border-right:1px solid var(--line);z-index:3}
.visual-label b{display:block;font-size:12px;margin-bottom:2px}
.visual-label small{font-size:9px;color:var(--muted);text-transform:uppercase;letter-spacing:.65px}
.visual-block{position:absolute;z-index:2;mix-blend-mode:multiply;opacity:.85}
.visual-block-a{width:115px;height:115px;background:#78b1a7;right:-25px;top:-24px;transform:rotate(18deg)}
.visual-block-b{width:130px;height:75px;background:#d0b98f;right:18px;top:18px;transform:rotate(-12deg)}
.visual-block-c{width:90px;height:160px;background:#9ab8bd;right:-18px;bottom:48px;transform:rotate(15deg)}
.hero-pagination{position:absolute!important;left:calc(50% - 690px)!important;bottom:18px!important;width:auto!important;z-index:5}
.hero-pagination .swiper-pagination-bullet{width:28px;height:3px;background:#173f39;opacity:.25;margin:0 4px!important}
.hero-pagination .swiper-pagination-bullet-active{opacity:1;width:46px}

/* compact category navigation */
.quick-categories{background:#fff;border-bottom:1px solid var(--line);position:relative;z-index:2}
.quick-categories-inner{display:grid;grid-template-columns:150px 1fr;min-height:102px;border-left:1px solid var(--line)}
.quick-title{padding:18px;border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:center;background:#f7f8f6}
.quick-title strong{font-size:14px}.quick-title span{font-size:10px;color:var(--muted);margin-top:3px}
.quick-grid{display:grid;grid-template-columns:repeat(6,1fr)}
.quick-grid a{padding:14px 12px;border-right:1px solid var(--line);display:grid;grid-template-columns:16px 1fr;column-gap:9px;align-content:center;transition:.2s;position:relative;overflow:hidden}
.quick-grid a:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:3px;background:var(--brand);transform:scaleX(0);transform-origin:left;transition:.25s}
.quick-grid a:hover{background:#f1f5f2}.quick-grid a:hover:after{transform:scaleX(1)}
.qmark{width:12px;height:34px;display:block;grid-row:1/3}.qmark-green{background:#7fb7ad}.qmark-sand{background:#d4bf98}.qmark-blue{background:#9cb9be}.qmark-dark{background:#1d2c2a}
.quick-grid b{font-size:11px;line-height:1.25}.quick-grid small{font-size:9px;color:var(--muted);margin-top:3px}

.section{border-bottom:1px solid var(--line);position:relative;z-index:2}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;padding:25px 0 14px}
.section-head h2{font-size:22px;line-height:1.15;letter-spacing:-.5px;margin:0}.section-head p{font-size:11px;color:var(--muted);margin:0;max-width:500px}
.compact-head{padding-top:22px}
.plain-link,.text-link{font-size:11px;font-weight:800;color:var(--brand);text-transform:uppercase;letter-spacing:.45px;border-bottom:1px solid currentColor;padding-bottom:2px}

/* promotional split */
.promo-section{padding:18px 0 24px}
.promo-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.promo{min-height:255px;display:grid;grid-template-columns:1.05fr .95fr;position:relative;overflow:hidden;border:1px solid var(--line)}
.promo-copy{padding:28px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:3}
.promo-copy>span{font-size:9px;text-transform:uppercase;letter-spacing:1px;font-weight:800;margin-bottom:8px}.promo h2{font-size:21px;line-height:1.18;letter-spacing:-.45px;margin:0 0 8px;max-width:400px}.promo p{font-size:11px;max-width:390px;margin:0 0 16px}
.promo-dark{background:#173a35;color:#fff;border-color:#173a35}.promo-dark p{color:#d9e5e2}.promo-dark .text-link{color:#fff}.promo-light{background:#ede8dc}.promo-light p{color:#5c625f}
.promo-media{overflow:hidden;position:relative}.promo-media img{transition:transform .5s ease}.promo:hover .promo-media img{transform:scale(1.045)}
.promo-shape{position:absolute;width:100px;height:100px;border:16px solid currentColor;opacity:.1;left:42%;bottom:-52px;transform:rotate(28deg);z-index:2}

/* product grid */
.home-shop{padding-bottom:24px}.home-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
.shop-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:16px;padding:0 0 30px}
.sidebar{background:#fff;border:1px solid var(--line);align-self:start;position:sticky;top:86px}.sidebar h3{font-size:13px;margin:0;padding:14px;border-bottom:1px solid var(--line)}.side-group{padding:7px 0}.side-filter{width:100%;display:flex;align-items:center;justify-content:space-between;border:0;background:#fff;padding:9px 14px;text-align:left;font-size:11px;color:#3c4643}.side-filter:hover,.side-filter.active{background:#e9f2ef;color:var(--brand-dark);font-weight:800}.side-filter span{font-size:9px;color:#89918f}
.shop-main{min-width:0}.shop-toolbar{height:48px;background:#fff;border:1px solid var(--line);display:grid;grid-template-columns:minmax(220px,1fr) auto;align-items:center;margin-bottom:12px}.searchbox{height:100%;display:flex;align-items:center;border-right:1px solid var(--line)}.searchbox input{width:100%;height:100%;border:0;outline:0;padding:0 13px;background:#fff;font-size:11px}.result-count{padding:0 14px;font-size:10px;color:var(--muted);white-space:nowrap}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));background:#fff;border-top:1px solid var(--line);border-left:1px solid var(--line)}
.product-card{background:#fff;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column;min-width:0;transition:transform .25s ease,box-shadow .25s ease;background:linear-gradient(#fff,#fff) padding-box;position:relative}
.product-card:hover{transform:translateY(-4px);box-shadow:0 15px 28px rgba(31,49,45,.12);z-index:3}.product-card:before{content:"";position:absolute;left:0;top:0;width:3px;height:0;background:var(--brand);transition:.25s;z-index:4}.product-card:hover:before{height:100%}
.product-card .media{aspect-ratio:1/1;background:#f1f3f1;overflow:hidden;position:relative}.product-card .media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 75%,rgba(17,31,28,.06));pointer-events:none}.product-card .media img{transition:transform .45s cubic-bezier(.2,.7,.2,1)}.product-card:hover .media img{transform:scale(1.045)}
.badge{position:absolute;top:9px;left:9px;background:#fff;border:1px solid var(--line);padding:4px 6px;font-size:8px;font-weight:800;letter-spacing:.55px;text-transform:uppercase;z-index:2}.product-card .meta{padding:12px 12px 13px;display:flex;flex-direction:column;flex:1}.product-card .tag{font-size:8px;text-transform:uppercase;letter-spacing:1px;color:var(--brand);font-weight:800}.product-card h3{font-size:12px;line-height:1.35;margin:6px 0 5px;font-weight:750;min-height:32px}.product-card p{font-size:9px;color:var(--muted);margin:0 0 12px}.product-card .card-foot{margin-top:auto;border-top:1px solid var(--line);padding-top:9px;display:flex;align-items:center;justify-content:space-between;gap:8px}.product-card .sku{font-size:8px;color:#8a9290}.product-card .view{font-size:9px;font-weight:800;color:var(--brand-dark)}

/* marquee */
.marquee-band{overflow:hidden;background:#111b1a;color:#d8e3e0;border-top:1px solid #2b3533;border-bottom:1px solid #2b3533;height:48px;display:flex;align-items:center;position:relative;z-index:2}
.marquee-track{display:flex;align-items:center;gap:24px;white-space:nowrap;min-width:max-content;animation:marquee 26s linear infinite}.marquee-track span{font-size:10px;font-weight:800;letter-spacing:1.2px}.marquee-track i{width:6px;height:6px;background:#5aa99c;transform:rotate(45deg)}
@keyframes marquee{to{transform:translateX(-50%)}}

/* sectors */
.sectors{padding-bottom:24px}.sector-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.sector-item{height:255px;position:relative;overflow:hidden;background:#111}.sector-item:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 32%,rgba(7,12,11,.8));transition:.3s}.sector-item img{transition:.45s ease}.sector-item:hover img{transform:scale(1.04)}.sector-item div{position:absolute;left:18px;right:18px;bottom:16px;color:#fff;z-index:2}.sector-item span{display:block;font-size:9px;text-transform:uppercase;letter-spacing:1px;margin-bottom:4px;color:#cddbd7}.sector-item b{display:block;font-size:14px;max-width:290px;line-height:1.35}.sector-item:nth-child(2):before{content:"";position:absolute;width:95px;height:95px;border:14px solid #c4a96f;right:-35px;top:-32px;z-index:2;opacity:.75;transform:rotate(24deg)}

/* feature + metrics */
.feature-section{padding:20px 0 24px}.feature-split{display:grid;grid-template-columns:1.05fr .95fr;background:#173934;color:#fff;border:1px solid #173934;min-height:330px;position:relative;overflow:hidden}.feature-split:after{content:"";position:absolute;width:160px;height:160px;border:24px solid rgba(255,255,255,.08);right:-70px;top:-70px;transform:rotate(25deg)}.feature-split .image{min-height:330px;overflow:hidden}.feature-split .content{padding:32px 34px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}.feature-split .eyebrow{color:#b9d9d2}.feature-split h2{font-size:24px;line-height:1.15;letter-spacing:-.6px;margin:0 0 10px}.feature-split p{font-size:11px;color:#d6e1de;margin:0 0 19px;max-width:480px}.metric-row{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.2);border-left:1px solid rgba(255,255,255,.2)}.metric-row div{padding:13px;border-right:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2)}.metric-row strong{display:block;font-size:17px;margin-bottom:2px}.metric-row span{font-size:8px;text-transform:uppercase;letter-spacing:.55px;color:#bfd0cc}

/* inner page styling */
.page-head{padding:20px 0 14px;display:flex;align-items:flex-end;justify-content:space-between;border-bottom:1px solid var(--line);position:relative}.page-head:before{content:"";position:absolute;left:0;bottom:-1px;width:88px;height:3px;background:var(--brand)}.page-head h1{font-size:24px;line-height:1;margin:0;letter-spacing:-.55px}.page-head p{margin:0;color:var(--muted);font-size:10px;max-width:470px;text-align:right}.breadcrumb{padding:9px 0;color:var(--muted);font-size:9px;border-bottom:1px solid var(--line);text-transform:uppercase;letter-spacing:.5px}
.category-strip{display:grid;grid-template-columns:repeat(6,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line);background:#fff}.category-tile{min-height:95px;padding:13px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between;transition:.2s;background:#fff}.category-tile:hover{background:var(--mint)}.category-tile .cat-icon{width:24px;height:24px;display:grid;place-items:center;border:1px solid var(--line);font-size:10px;background:#fff}.category-tile strong{font-size:11px;margin-top:13px}.category-tile small{color:var(--muted);font-size:9px;margin-top:2px}

.product-detail{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:20px;padding:18px 0 28px}.gallery-wrap{display:grid;grid-template-columns:72px minmax(0,1fr);gap:8px}.thumb-swiper{height:470px}.thumb-swiper .swiper-slide{height:72px!important;border:1px solid var(--line);opacity:.52;cursor:pointer;background:#fff}.thumb-swiper .swiper-slide-thumb-active{opacity:1;border-color:var(--brand)}.detail-swiper{height:470px;background:#fff;border:1px solid var(--line)}.product-info{background:#fff;border:1px solid var(--line);padding:20px;position:relative}.product-info:before{content:"";position:absolute;right:-1px;top:-1px;width:64px;height:7px;background:var(--brand)}.product-info .eyebrow{margin-bottom:7px}.product-info h1{font-size:22px;line-height:1.18;margin:0 0 8px;letter-spacing:-.45px}.product-info .lead{font-size:10px;color:var(--muted);margin-bottom:14px}.spec-table{border-top:1px solid var(--line);margin:14px 0}.spec-row{display:grid;grid-template-columns:115px 1fr;padding:8px 0;border-bottom:1px solid var(--line);font-size:10px}.spec-row span:first-child{color:var(--muted)}.detail-actions{display:flex;gap:7px;margin-top:14px}.detail-note{font-size:9px;color:var(--muted);margin-top:9px}.related{padding:6px 0 28px}
.catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);border-left:1px solid var(--line);border-top:1px solid var(--line);margin:18px 0 28px;background:#fff}.catalog-item{padding:16px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:135px;position:relative;overflow:hidden}.catalog-item:after{content:"";position:absolute;width:50px;height:50px;background:var(--mint);right:-20px;bottom:-20px;transform:rotate(22deg);opacity:.75}.catalog-item h3{font-size:13px;margin:0 0 6px}.catalog-item p{font-size:10px;color:var(--muted);margin:0 0 12px}
.company-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:16px;padding:20px 0 28px}.company-copy{background:#fff;border:1px solid var(--line);padding:22px;position:relative}.company-copy:before{content:"";position:absolute;left:0;top:0;width:90px;height:6px;background:var(--brand)}.company-copy h2{font-size:19px;margin:0 0 9px}.company-copy p{color:#58615f;font-size:10px}.company-image{min-height:390px;position:relative;overflow:hidden}.company-image:after{content:"";position:absolute;width:110px;height:110px;border:18px solid rgba(255,255,255,.65);right:-35px;top:-35px;transform:rotate(24deg)}
.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:16px;padding:18px 0 28px}.contact-panel,.form-panel{background:#fff;border:1px solid var(--line);padding:20px}.contact-panel h2,.form-panel h2{font-size:17px;margin:0 0 13px}.contact-list{border-top:1px solid var(--line)}.contact-list div{padding:10px 0;border-bottom:1px solid var(--line);font-size:10px}.contact-list span{display:block;font-size:8px;color:var(--muted);text-transform:uppercase;letter-spacing:.65px;margin-bottom:2px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.form-field{display:flex;flex-direction:column;gap:5px}.form-field.full{grid-column:1/-1}.form-field label{font-size:9px;font-weight:800}.form-field input,.form-field select,.form-field textarea{border:1px solid var(--line);background:#fff;min-height:40px;padding:9px;outline:0;font-size:10px}.form-field textarea{min-height:100px;resize:vertical}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--brand);box-shadow:inset 3px 0 0 var(--brand)}

.quote-band{margin-top:24px;margin-bottom:28px;background:#111b1a;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:20px 24px;border:1px solid #111b1a;position:relative;overflow:hidden}.quote-band:after{content:"";position:absolute;width:120px;height:120px;border:18px solid rgba(255,255,255,.06);right:170px;top:-56px;transform:rotate(30deg)}.quote-band span{display:block;font-size:8px;text-transform:uppercase;letter-spacing:1px;color:#92aaa5;margin-bottom:4px}.quote-band h2{font-size:17px;line-height:1.25;margin:0;font-weight:650;position:relative;z-index:2}.quote-band .btn{position:relative;z-index:2}
.footer{background:#101716;color:#d8dddd;border-top:1px solid #2b3233;position:relative;z-index:2}.footer-main{display:grid;grid-template-columns:1.4fr repeat(3,1fr);border-left:1px solid #2a3233}.footer-col{min-height:160px;border-right:1px solid #2a3233;padding:21px}.footer-col h3{font-size:15px;margin:0 0 9px;color:#fff}.footer-col h4{font-size:9px;text-transform:uppercase;letter-spacing:.8px;color:#fff;margin:0 0 10px}.footer-col p,.footer-col a{display:block;font-size:9px;color:#aeb7b6;margin:0 0 7px}.footer-bottom{height:42px;border-top:1px solid #2a3233;display:flex;align-items:center;justify-content:space-between;font-size:8px;color:#828d8b}
.hidden{display:none!important}

@media(max-width:1180px){
  .hero-content{grid-template-columns:1fr 1fr}.hero h1{font-size:32px}.quick-grid{grid-template-columns:repeat(3,1fr)}.quick-grid a:nth-child(-n+3){border-bottom:1px solid var(--line)}.quick-categories-inner{grid-template-columns:130px 1fr}.home-product-grid,.product-grid{grid-template-columns:repeat(3,1fr)!important}
}
@media(max-width:900px){
  .wrap,.section,.content-wrap,.page-head,.breadcrumb,.quote-band,.hero-content{width:min(100% - 26px,var(--max))}.menu{position:fixed;top:109px;left:13px;right:13px;height:auto;background:#fff;border:1px solid var(--line);display:none;flex-direction:column;align-items:stretch;gap:0;padding:6px;box-shadow:0 12px 28px rgba(0,0,0,.12)}.menu.open{display:flex}.menu a{height:39px;padding:0 9px}.menu a.active:after{display:none}.nav{grid-template-columns:1fr auto}.header-action{display:none}.menu-toggle{display:block}
  .hero-swiper{height:500px}.hero-content{grid-template-columns:1fr 1fr}.hero-copy{padding-right:20px}.hero h1{font-size:28px}.hero-visual{margin-left:0}.hero-pagination{left:18px!important}.quick-categories-inner{grid-template-columns:1fr}.quick-title{display:none}.promo-grid,.feature-split,.company-grid,.contact-grid,.product-detail{grid-template-columns:1fr}.promo{min-height:230px}.sector-grid{grid-template-columns:1fr 1fr}.sector-item:last-child{grid-column:1/-1}.shop-layout{grid-template-columns:1fr}.sidebar{position:static;display:flex;overflow:auto}.sidebar h3{display:none}.side-group{display:flex;padding:0}.side-filter{white-space:nowrap;border-right:1px solid var(--line)}.footer-main{grid-template-columns:1fr 1fr}
}
@media(max-width:650px){
  body{font-size:13px}.utility{display:none}.site-header{height:64px}.menu{top:72px}.hero-swiper{height:610px}.hero-slide-green,.hero-slide-sand,.hero-slide-blue{background:#e8efec}.hero-content{grid-template-columns:1fr;grid-template-rows:auto 245px;padding-top:22px;padding-bottom:22px}.hero-copy{padding:0;justify-content:flex-start}.hero h1{font-size:25px;letter-spacing:-.8px}.hero p{font-size:11px;margin-bottom:14px}.hero-mini{margin-top:12px;gap:9px}.hero-mini span{font-size:8px}.hero-visual{margin:16px 0 0}.visual-label{min-width:190px;padding:10px 12px}.hero-pagination{bottom:8px!important}.quick-grid{grid-template-columns:repeat(2,1fr)}.quick-grid a{min-height:70px}.quick-grid a:nth-child(-n+4){border-bottom:1px solid var(--line)}
  .section-head{padding:19px 0 11px}.section-head h2{font-size:19px}.section-head p,.plain-link{display:none}.promo-grid{grid-template-columns:1fr}.promo{grid-template-columns:1.05fr .95fr;min-height:205px}.promo-copy{padding:18px}.promo h2{font-size:17px}.home-product-grid,.product-grid{grid-template-columns:repeat(2,1fr)!important}.product-card h3{font-size:10px;min-height:28px}.product-card p{font-size:8px}.sector-grid{grid-template-columns:1fr}.sector-item,.sector-item:last-child{grid-column:auto;height:220px}.feature-split .content{padding:24px 18px}.feature-split h2{font-size:20px}.metric-row{grid-template-columns:1fr 1fr}.metric-row div:last-child{grid-column:1/-1}.page-head{align-items:flex-start}.page-head h1{font-size:21px}.page-head p{display:none}.gallery-wrap{grid-template-columns:1fr}.thumb-swiper{display:none}.detail-swiper{height:360px}.product-info{padding:17px}.product-info h1{font-size:19px}.catalog-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.form-field.full{grid-column:auto}.quote-band{padding:18px;display:block}.quote-band h2{font-size:15px;margin-bottom:12px}.footer-main{grid-template-columns:1fr}.footer-col{min-height:auto;padding:18px}.footer-bottom{height:auto;padding:12px 0;gap:9px;align-items:flex-start;flex-direction:column}.marquee-band{height:42px}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}
/* MVC dynamic content additions */
.catalog-cover{height:150px;margin:-16px -16px 14px;overflow:hidden;background:#eef1ef}.catalog-cover img{width:100%;height:100%;object-fit:cover}.catalog-info h2{font-size:13px;margin:0 0 6px}.catalog-info p{font-size:10px;color:var(--muted);margin:0 0 12px}.form-success{grid-column:1/-1;border:1px solid #b8dfd0;background:#edf8f3;padding:9px 10px;font-size:9px;color:#17694f;margin-bottom:7px}.validation{grid-column:1/-1;font-size:9px;color:#a52620}.company-copy h2{margin-top:18px}.company-copy h2:first-child{margin-top:0}.contact-panel h2{font-size:17px;margin:0 0 9px}.contact-panel p{font-size:10px;color:var(--muted)}.searchbox button{height:100%;border:0;border-left:1px solid var(--line);background:#fff;padding:0 14px;font-size:9px;font-weight:800;cursor:pointer}

.brand{gap:9px}.brand img{width:36px;height:36px;object-fit:contain}.brand span{display:flex;flex-direction:column}.quote-band p{font-size:9px;color:#aebdb9;margin:5px 0 0;max-width:620px}
