:root{
  --ink:#111111; --ink-2:#1C1C1C; --paper:#F3F1EA; --white:#ffffff; --line:#E2E0D6;
  --teal:#0F6E56; --teal-light:#1D9E75; --amber:#C97C1C; --amber-light:#E3A03D; --gray:#5B5B58;
}
*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:'Inter',sans-serif; background:var(--white); color:var(--ink);}
h1,h2,h3{font-family:'Manrope',sans-serif;}
a{color:inherit; text-decoration:none;}
img{display:block; max-width:100%;}
button{font-family:inherit; cursor:pointer;}
.eyebrow{font-size:12px; font-weight:700; letter-spacing:0.1em; text-transform:uppercase;}

.btn{
  display:inline-flex; align-items:center; gap:8px;
  font-size:13px; font-weight:700; letter-spacing:0.04em; text-transform:uppercase;
  padding:13px 24px; border-radius:2px; border:none; transition:transform .15s ease, background .15s ease;
}
.btn:hover{transform:translateY(-1px);}
.btn-amber{background:var(--amber); color:#1a1006;}
.btn-amber:hover{background:var(--amber-light);}
.btn-dark{background:var(--ink); color:#fff;}
.btn-dark:hover{background:var(--ink-2);}
.btn-outline{background:transparent; color:var(--ink); border:1.5px solid var(--ink);}
.btn-outline:hover{background:var(--ink); color:#fff;}
.btn-outline-w{background:transparent; color:#fff; border:2px solid rgba(255,255,255,0.5);}
.btn-outline-w:hover{border-color:#fff;}
.btn-sm{padding:9px 16px; font-size:11.5px;}

/* ---------- TOP BAR + NAV ---------- */
.topbar{background:var(--ink); color:rgba(255,255,255,0.6); font-size:12px; display:flex; justify-content:space-between; align-items:center; padding:7px 32px;}
.topbar a{color:rgba(255,255,255,0.6);}
.topbar a:hover{color:#fff;}
.topbar .right{display:flex; gap:22px;}
nav{
  background:var(--ink); border-top:1px solid rgba(255,255,255,0.08);
  display:flex; align-items:center; justify-content:space-between; padding:0 20px; height:60px; gap:12px;
  position:sticky; top:0; z-index:50;
}
nav .logo-chip{display:inline-flex; align-items:center; flex-shrink:0;}
nav .logo{height:24px; width:auto;}
.navlinks{display:flex; align-items:center; gap:30px;}
.navlinks a{font-size:13px; font-weight:700; letter-spacing:0.03em; text-transform:uppercase; color:rgba(255,255,255,0.78);}
.navlinks a.active{color:#fff; border-bottom:2px solid var(--amber); padding-bottom:20px;}
.navlinks a:hover{color:#fff;}
nav .btn{flex-shrink:0;}
.cart-btn{
  display:flex; align-items:center; gap:6px; color:#fff; font-size:13px; font-weight:700;
  background:rgba(255,255,255,0.08); padding:9px 14px; border-radius:2px; flex-shrink:0;
}
.cart-btn .count{background:var(--amber); color:#1a1006; font-size:11px; font-weight:800; width:18px; height:18px; border-radius:50%; display:flex; align-items:center; justify-content:center;}

/* ---------- HOMEPAGE HERO ---------- */
.hero{position:relative; height:640px; overflow:hidden; background:#1a1a1a;}
.hero > img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; filter:saturate(0.85) contrast(1.08) brightness(0.6);}
.hero-overlay{position:absolute; inset:0; background:linear-gradient(90deg, rgba(10,10,10,0.88) 0%, rgba(10,10,10,0.55) 42%, rgba(10,10,10,0.1) 75%);}
.hero-content{position:relative; z-index:2; height:100%; display:flex; flex-direction:column; justify-content:center; padding:0 32px; max-width:640px;}
.hero .eyebrow{color:var(--amber-light); margin-bottom:16px;}
.hero h1{color:#fff; font-size:clamp(34px,5vw,58px); font-weight:800; letter-spacing:-0.01em; line-height:1.04; margin-bottom:18px;}
.hero p{color:rgba(255,255,255,0.78); font-size:17px; line-height:1.55; max-width:480px; margin-bottom:32px;}
.hero-ctas{display:flex; gap:14px; flex-wrap:wrap;}
.hero-inset{position:absolute; right:60px; bottom:56px; z-index:3; background:rgba(20,20,20,0.55); backdrop-filter:blur(10px); border:1px solid rgba(255,255,255,0.14); border-top:2px solid var(--amber-light); border-radius:6px; padding:18px 20px 16px; width:180px; box-shadow:0 20px 50px rgba(0,0,0,0.4);}
.hero-inset img{width:100%; height:auto;}
.hero-inset .cap{margin-top:10px; font-size:11px; font-weight:700; letter-spacing:0.04em; text-transform:uppercase; color:#fff; text-align:center;}
.hero-inset .cap span{display:block; font-weight:500; text-transform:none; color:rgba(255,255,255,0.6); font-size:10.5px; margin-top:2px; letter-spacing:0;}

/* ---------- FINDER STRIP ---------- */
.finder{background:var(--paper); border-bottom:1px solid #E2E0D6; padding:26px 32px;}
.finder-inner{max-width:1200px; margin:0 auto; display:flex; align-items:center; gap:20px; flex-wrap:wrap;}
.finder h3{font-size:16px; font-weight:800; white-space:nowrap;}
.finder-input{flex:1; min-width:220px; display:flex; align-items:center; gap:10px; background:#fff; border:1px solid #D8D6CB; padding:12px 16px; border-radius:2px;}
.finder-input input{border:none; outline:none; font-size:14px; width:100%; font-family:'Inter',sans-serif; background:transparent;}
.finder-input input::placeholder{color:var(--gray);}

/* ---------- CATEGORY TILE GRID (homepage) ---------- */
.categories{padding:72px 32px; background:var(--white);}
.section-head{max-width:1200px; margin:0 auto 36px;}
.section-head .eyebrow{color:var(--teal); margin-bottom:10px;}
.section-head h2{font-size:clamp(26px,3vw,36px); font-weight:800; letter-spacing:-0.01em;}
.section-head p{font-size:13.5px; color:var(--gray);}
.cat-grid{max-width:1200px; margin:0 auto; display:grid; grid-template-columns:repeat(4,1fr); gap:4px;}
.cat-tile{position:relative; height:220px; overflow:hidden; background:#1a1a1a; cursor:pointer;}
.cat-tile img, .cat-tile video{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; filter:saturate(0.7) brightness(0.68);}
.cat-tile img{transition:opacity .3s ease, transform .5s ease;}
.cat-tile video{opacity:0; transition:opacity .35s ease;}
.cat-tile:hover img{transform:scale(1.04); opacity:0;}
.cat-tile:hover video{opacity:1;}
.cat-tile .play-hint{position:absolute; top:14px; right:14px; z-index:2; width:26px; height:26px; border-radius:50%; background:rgba(0,0,0,0.5); display:flex; align-items:center; justify-content:center; opacity:1; transition:opacity .25s ease;}
.cat-tile:hover .play-hint{opacity:0;}
.cat-tile .play-hint svg{width:11px; height:11px; fill:#fff; margin-left:1px;}
.cat-tile .label{position:absolute; left:0; right:0; bottom:0; z-index:2; background:rgba(10,10,10,0.82); padding:14px 16px; display:flex; align-items:center; justify-content:space-between;}
.cat-tile .label span{color:#fff; font-size:13.5px; font-weight:700; letter-spacing:0.02em; text-transform:uppercase;}
.cat-tile .label .arrow{color:var(--amber-light); font-weight:800;}
.cat-tile.wide{grid-column:span 2;}
.cat-tile.placeholder{background:repeating-linear-gradient(135deg, #1c1c1c, #1c1c1c 10px, #191919 10px, #191919 20px); display:flex; align-items:center; justify-content:center;}
.cat-tile.placeholder .placeholder-inner{text-align:center; color:rgba(255,255,255,0.4);}
.cat-tile.placeholder .placeholder-inner svg{width:26px; height:26px; margin-bottom:8px; opacity:0.6;}
.cat-tile.placeholder .placeholder-text{display:block; font-size:11px; font-weight:700; letter-spacing:0.04em; text-transform:uppercase;}

/* ---------- DARK PRODUCT RANGE ---------- */
.range{background:var(--ink); color:#fff; padding:80px 32px;}
.range-head{max-width:1200px; margin:0 auto 40px; display:flex; justify-content:space-between; align-items:flex-end; flex-wrap:wrap; gap:16px;}
.range-head .eyebrow{color:var(--amber-light); margin-bottom:10px;}
.range-head h2{font-size:clamp(26px,3vw,36px); font-weight:800; letter-spacing:-0.01em;}
.range-cards{max-width:1200px; margin:0 auto; display:grid; grid-template-columns:repeat(5,1fr); gap:2px; background:#2A2A2A;}
.r-card{background:#181818; padding:22px 18px 24px;}
.r-card .thumb{height:130px; background:#fff; border-radius:2px; margin-bottom:16px; display:flex; align-items:center; justify-content:center;}
.r-card .thumb img{max-height:105px; width:auto; max-width:85%; object-fit:contain;}
.r-card .tag{font-size:10.5px; font-weight:700; letter-spacing:0.06em; text-transform:uppercase; color:var(--amber-light); margin-bottom:6px;}
.r-card h3{font-size:15px; font-weight:800; margin-bottom:6px;}
.r-card p{font-size:12.5px; color:rgba(255,255,255,0.55); line-height:1.5;}

/* ---------- CREDENTIAL / DISTRIBUTOR ---------- */
.credential{background:var(--paper); padding:48px 32px; text-align:center; border-top:1px solid #E2E0D6; border-bottom:1px solid #E2E0D6;}
.credential-inner{max-width:900px; margin:0 auto; display:flex; align-items:center; justify-content:center; gap:24px; flex-wrap:wrap;}
.credential img{height:32px; width:auto;}
.credential p{font-size:14px; color:var(--gray); max-width:560px; text-align:left; line-height:1.5;}
.distributor{background:var(--paper); border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding:36px 32px;}
.distributor-inner{max-width:1200px; margin:0 auto; display:flex; align-items:center; gap:24px; flex-wrap:wrap;}
.distributor img{height:40px; width:auto; flex-shrink:0;}
.distributor p{font-size:14px; color:var(--gray); max-width:600px; line-height:1.55; flex:1;}
.distributor .btn{flex-shrink:0;}

/* ---------- CTA BAND / HELP BAND ---------- */
.cta-band{background:var(--teal); color:#fff; padding:64px 32px; text-align:center;}
.cta-band h2{font-size:clamp(24px,3vw,34px); font-weight:800; margin-bottom:10px; letter-spacing:-0.01em;}
.cta-band p{font-size:15.5px; color:rgba(255,255,255,0.82); margin-bottom:26px;}
.help-band{background:var(--teal); color:#fff; padding:44px 32px; text-align:center; margin-top:20px;}
.help-band h3{font-size:20px; font-weight:800; margin-bottom:6px;}
.help-band p{font-size:14px; color:rgba(255,255,255,0.82); margin-bottom:20px;}

/* ---------- SHOP HEADER / LAYOUT ---------- */
.shop-header{background:var(--ink); color:#fff; padding:44px 32px 36px;}
.crumb{font-size:12.5px; color:rgba(255,255,255,0.45); margin-bottom:14px;}
.crumb a{color:rgba(255,255,255,0.6);}
.crumb a:hover{color:#fff;}
.shop-header h1{font-size:clamp(30px,4vw,44px); font-weight:800; letter-spacing:-0.01em; margin-bottom:10px;}
.shop-header p{color:rgba(255,255,255,0.6); font-size:15px; max-width:560px;}
.shop-wrap{max-width:1300px; margin:0 auto; padding:36px 32px 90px; display:grid; grid-template-columns:250px 1fr; gap:36px;}

/* ---------- FILTERS ---------- */
.filters{position:sticky; top:76px; align-self:start;}
.filter-group{border-bottom:1px solid var(--line); padding-bottom:20px; margin-bottom:20px;}
.filter-group h4{font-size:12px; font-weight:800; letter-spacing:0.05em; text-transform:uppercase; margin-bottom:14px;}
.filter-row{display:flex; align-items:center; justify-content:space-between; margin-bottom:11px; font-size:13.5px;}
.filter-row label{display:flex; align-items:center; gap:9px; cursor:pointer; color:var(--ink);}
.filter-row input[type="checkbox"]{width:15px; height:15px; accent-color:var(--teal);}
.filter-row .n{color:var(--gray); font-size:12px;}
.price-inputs{display:flex; align-items:center; gap:8px;}
.price-inputs input{width:100%; border:1px solid var(--line); background:#fff; padding:8px 10px; border-radius:2px; font-size:13px; font-family:'Inter',sans-serif;}

/* ---------- TOOLBAR ---------- */
.toolbar{display:flex; align-items:center; justify-content:space-between; margin-bottom:22px; flex-wrap:wrap; gap:12px;}
.toolbar .count{font-size:13.5px; color:var(--gray);}
.toolbar .sort{display:flex; align-items:center; gap:10px; font-size:13px;}
.toolbar select{border:1px solid var(--line); background:#fff; padding:9px 12px; border-radius:2px; font-family:'Inter',sans-serif; font-size:13px; font-weight:500;}

/* ---------- PRODUCT CARDS (shared: shop grid + category grid) ---------- */
.p-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:20px;}
.p-grid.p-grid-4{grid-template-columns:repeat(4,1fr); gap:18px;}
.p-card{background:#fff; border:1px solid var(--line); border-radius:4px; overflow:hidden; display:flex; flex-direction:column; transition:box-shadow .2s ease, transform .2s ease;}
.p-card:hover{box-shadow:0 12px 28px rgba(0,0,0,0.08); transform:translateY(-2px);}
.p-thumb{height:190px; background:#F7F6F1; display:flex; align-items:center; justify-content:center; position:relative;}
.p-grid-4 .p-thumb{height:160px;}
.p-thumb img{max-height:145px; width:auto; max-width:80%; object-fit:contain;}
.p-grid-4 .p-thumb img{max-height:120px;}
.p-badge{position:absolute; top:10px; left:10px; background:var(--ink); color:#fff; font-size:10px; font-weight:800; letter-spacing:0.04em; text-transform:uppercase; padding:5px 9px; border-radius:2px;}
.p-body{padding:16px 16px 18px; display:flex; flex-direction:column; flex:1;}
.p-grid-4 .p-body{padding:14px 14px 16px;}
.p-brand{font-size:11px; font-weight:700; letter-spacing:0.05em; text-transform:uppercase; color:var(--teal); margin-bottom:6px;}
.p-name{font-size:15.5px; font-weight:700; letter-spacing:-0.005em; margin-bottom:6px;}
.p-grid-4 .p-name{font-size:14.5px;}
.p-spec{font-size:12.5px; color:var(--gray); line-height:1.5; margin-bottom:14px; flex:1;}
.p-foot{display:flex; align-items:center; justify-content:space-between; gap:10px;}
.p-price{font-size:16.5px; font-weight:800;}
.p-grid-4 .p-price{font-size:15px;}
.p-stock{font-size:11px; color:var(--teal-light); font-weight:600; margin-top:2px;}

/* ---------- PAGINATION ---------- */
.pagination{display:flex; justify-content:center; gap:8px; margin-top:44px;}
.pagination button{width:36px; height:36px; border:1px solid var(--line); background:#fff; border-radius:2px; font-size:13px; font-weight:600;}
.pagination button.active{background:var(--ink); color:#fff; border-color:var(--ink);}
.pagination button:hover:not(.active){background:var(--paper);}

/* ---------- CATEGORY PAGE HERO ---------- */
.cat-hero{position:relative; height:420px; overflow:hidden; background:#1a1a1a;}
.cat-hero > img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; filter:saturate(0.85) contrast(1.08) brightness(0.55);}
.cat-hero-overlay{position:absolute; inset:0; background:linear-gradient(90deg, rgba(10,10,10,0.86) 0%, rgba(10,10,10,0.4) 55%, rgba(10,10,10,0.05) 85%);}
.cat-hero-content{position:relative; z-index:2; height:100%; display:flex; flex-direction:column; justify-content:center; padding:0 32px; max-width:640px;}
.cat-hero .eyebrow{color:var(--amber-light); margin-bottom:14px;}
.cat-hero h1{color:#fff; font-size:clamp(30px,4.2vw,48px); font-weight:800; letter-spacing:-0.01em; line-height:1.05; margin-bottom:14px;}
.cat-hero p{color:rgba(255,255,255,0.72); font-size:15.5px; line-height:1.55; max-width:480px; margin-bottom:26px;}
.cat-hero-ctas{display:flex; gap:14px; flex-wrap:wrap;}

/* ---------- INTRO / SEO COPY ---------- */
.intro{padding:56px 32px; max-width:900px; margin:0 auto;}
.intro h2{font-size:22px; font-weight:800; letter-spacing:-0.01em; margin-bottom:14px;}
.intro p{font-size:15px; color:var(--gray); line-height:1.7; margin-bottom:14px;}
.intro p:last-child{margin-bottom:0;}

/* ---------- PRODUCTS SECTION (category page) ---------- */
.products{padding:64px 32px; max-width:1200px; margin:0 auto;}

/* ---------- BRANDS SUPPORTED ---------- */
.brands{background:var(--paper); border-top:1px solid var(--line); padding:56px 32px;}
.brands-inner{max-width:1200px; margin:0 auto;}
.brands h2{font-size:20px; font-weight:800; margin-bottom:6px; letter-spacing:-0.01em;}
.brands p{font-size:13.5px; color:var(--gray); margin-bottom:26px; max-width:560px;}
.brand-list{display:flex; flex-wrap:wrap; gap:12px;}
.brand-chip{background:#fff; border:1px solid var(--line); padding:11px 18px; border-radius:2px; font-size:13.5px; font-weight:600; color:var(--ink);}
.brand-chip.featured{border-color:var(--teal); color:var(--teal); font-weight:700;}

/* ---------- FAQ ---------- */
.faq{padding:64px 32px; max-width:800px; margin:0 auto;}
.faq h2{font-size:22px; font-weight:800; margin-bottom:24px; letter-spacing:-0.01em;}
.faq-item{border-bottom:1px solid var(--line); padding:18px 0;}
.faq-item h3{font-size:15px; font-weight:700; margin-bottom:8px;}
.faq-item p{font-size:14px; color:var(--gray); line-height:1.6;}

/* ---------- RELATED ---------- */
.related{padding:56px 32px 70px; max-width:1200px; margin:0 auto;}
.related h2{font-size:18px; font-weight:800; margin-bottom:18px; letter-spacing:-0.01em;}
.related-grid{display:flex; gap:14px; flex-wrap:wrap;}
.related-chip{background:var(--ink); color:#fff; padding:14px 22px; border-radius:2px; font-size:13.5px; font-weight:700; display:flex; align-items:center; gap:10px;}
.related-chip:hover{background:var(--ink-2);}
.related-chip .arrow{color:var(--amber-light);}

/* ---------- SIMPLE CONTENT PAGE (about, support, etc) ---------- */
.page-header{background:var(--ink); color:#fff; padding:56px 32px 44px;}
.page-header h1{font-size:clamp(28px,4vw,42px); font-weight:800; letter-spacing:-0.01em; margin-bottom:10px;}
.page-header p{color:rgba(255,255,255,0.6); font-size:15px; max-width:560px;}
.content{max-width:800px; margin:0 auto; padding:56px 32px 70px;}
.content h2{font-size:20px; font-weight:800; margin:32px 0 12px; letter-spacing:-0.01em;}
.content h2:first-child{margin-top:0;}
.content p{font-size:15px; color:var(--gray); line-height:1.7; margin-bottom:14px;}
.content ul{margin:0 0 14px 20px; color:var(--gray); font-size:15px; line-height:1.8;}
.contact-grid{display:grid; grid-template-columns:1fr 1fr; gap:32px; margin-top:20px;}
.contact-card{background:var(--paper); border:1px solid var(--line); border-radius:4px; padding:24px;}
.contact-card h3{font-size:14px; font-weight:800; margin-bottom:8px; letter-spacing:-0.005em;}
.contact-card p{font-size:14px; color:var(--gray); margin-bottom:4px;}
.contact-card a{color:var(--teal); font-weight:600;}

/* ---------- EQUIPMENT BRAND MENTIONS (category pages) ---------- */
.equip-brands{margin-top:18px; display:flex; flex-wrap:wrap; gap:8px; align-items:center;}
.equip-brands .label{font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:0.04em; color:var(--gray); margin-right:2px;}
.equip-chip{font-size:12.5px; color:var(--gray); background:var(--paper); border:1px solid var(--line); padding:5px 12px; border-radius:20px;}

/* ---------- ENQUIRY FORM ---------- */
.enquiry-form{background:var(--paper); border:1px solid var(--line); border-radius:6px; padding:32px; margin-top:28px;}
.enquiry-form .form-row{display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-bottom:16px;}
.enquiry-form label{display:block; font-size:12px; font-weight:700; letter-spacing:0.04em; text-transform:uppercase; color:var(--gray); margin-bottom:6px;}
.enquiry-form input, .enquiry-form textarea{
  width:100%; border:1px solid #D8D6CB; background:#fff; padding:12px 14px; font-size:14px; font-family:'Inter',sans-serif; border-radius:2px; outline:none;
  transition:border-color .15s ease;
}
.enquiry-form input:focus, .enquiry-form textarea:focus{border-color:var(--teal);}
.enquiry-form .field{margin-bottom:16px;}
.enquiry-form textarea{resize:vertical; min-height:110px;}
.enquiry-form .form-status{font-size:13.5px; margin-top:14px; display:none;}
.enquiry-form .form-status.success{color:var(--teal); display:block;}
.enquiry-form .form-status.error{color:#B3401C; display:block;}
.enquiry-form button[disabled]{opacity:0.6; cursor:not-allowed;}
@media(max-width:640px){
  .enquiry-form .form-row{grid-template-columns:1fr;}
}

/* ---------- FOOTER ---------- */
footer{background:var(--ink); color:rgba(255,255,255,0.6); padding:56px 32px 28px; font-size:13px;}
.footer-grid{max-width:1200px; margin:0 auto; display:grid; grid-template-columns:repeat(5,1fr); gap:28px; padding-bottom:36px; border-bottom:1px solid rgba(255,255,255,0.1);}
.footer-col h4{color:#fff; font-size:12px; font-weight:800; letter-spacing:0.05em; text-transform:uppercase; margin-bottom:16px;}
.footer-col a{display:block; color:rgba(255,255,255,0.55); margin-bottom:10px; font-size:13px;}
.footer-col a:hover{color:#fff;}
.footer-bottom{max-width:1200px; margin:22px auto 0; display:flex; justify-content:space-between; font-size:12px; color:rgba(255,255,255,0.35); flex-wrap:wrap; gap:10px;}

/* ---------- SITE EFFECTS ---------- */

/* Nav scroll state */
nav{transition:height .25s ease, box-shadow .25s ease;}
nav.scrolled{height:52px; box-shadow:0 8px 24px rgba(0,0,0,0.35);}
nav.scrolled .logo{height:20px;}

/* Scroll reveal */
.reveal, .reveal-stagger > *{
  opacity:0; transform:translateY(28px);
  transition:opacity .7s cubic-bezier(.16,.84,.44,1), transform .7s cubic-bezier(.16,.84,.44,1);
  will-change:opacity, transform;
}
.reveal.in, .reveal-stagger > *.in{opacity:1; transform:none;}

/* Parallax hero image */
.hero{ }
.hero img[data-parallax]{will-change:transform;}

/* Magnetic buttons + amber glow */
.magnetic{transition:transform .2s ease, box-shadow .25s ease, background .15s ease;}
.magnetic.btn-amber:hover{box-shadow:0 8px 28px rgba(227,160,61,0.45);}
.magnetic.btn-dark:hover{box-shadow:0 8px 28px rgba(0,0,0,0.5);}
.magnetic.btn-outline-w:hover{box-shadow:0 0 0 1px rgba(255,255,255,0.3), 0 8px 24px rgba(255,255,255,0.12);}

/* Cursor spotlight on dark sections */
.spotlight-zone{position:relative; overflow:hidden;}
.spotlight-zone::before{
  content:''; position:absolute; inset:0; pointer-events:none; z-index:0;
  opacity:var(--spot-o,0); transition:opacity .3s ease;
  background:radial-gradient(320px circle at var(--spot-x,50%) var(--spot-y,50%), rgba(227,160,61,0.14), transparent 70%);
}
.spotlight-zone > *{position:relative; z-index:1;}

/* Stat counters */
.stats-strip{background:var(--ink); border-top:1px solid rgba(255,255,255,0.08); border-bottom:1px solid rgba(255,255,255,0.08); padding:48px 32px;}
.stats-inner{max-width:1200px; margin:0 auto; display:grid; grid-template-columns:repeat(3,1fr); gap:24px; text-align:center;}
.stat-num{font-family:'Manrope',sans-serif; font-weight:800; font-size:clamp(32px,4vw,48px); color:var(--amber-light); line-height:1;}
.stat-label{margin-top:10px; font-size:12.5px; letter-spacing:0.06em; text-transform:uppercase; color:rgba(255,255,255,0.6); font-weight:700;}

@media(prefers-reduced-motion: reduce){
  .reveal, .reveal-stagger > *{transition:none; opacity:1; transform:none;}
  .hero img[data-parallax]{transform:none !important;}
  .magnetic{transition:none;}
}

/* ---------- BRANDS PAGE ---------- */
.page-header{position:relative; overflow:hidden;}
.page-header::before{
  content:''; position:absolute; inset:0; opacity:0.5;
  background-image:linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size:36px 36px; mask-image:radial-gradient(ellipse 60% 100% at 20% 0%, #000 40%, transparent 100%);
}
.page-header .eyebrow{color:var(--amber-light); margin-bottom:10px; position:relative;}
.page-header h1, .page-header p{position:relative;}

.featured-brand{
  max-width:1200px; margin:0 auto; padding:0 32px;
  display:grid; grid-template-columns:220px 1fr auto; align-items:center; gap:32px;
  background:var(--ink); color:#fff; border-radius:8px; border:1px solid rgba(255,255,255,0.08); border-top:3px solid var(--amber);
  padding:36px 40px; margin-top:-40px; position:relative; z-index:4; box-shadow:0 30px 60px rgba(0,0,0,0.25);
}
.featured-brand.secondary{border-top-color:var(--teal-light); margin-top:24px; background:#171717;}
.featured-brand img{max-width:100%; height:auto; max-height:44px;}
.featured-brand .logo-badge{background:#fff; border-radius:6px; height:88px; width:100%; display:flex; align-items:center; justify-content:center; padding:12px;}
.featured-brand .fb-tag{font-size:11px; font-weight:800; letter-spacing:0.08em; text-transform:uppercase; color:var(--amber-light); margin-bottom:8px; display:block;}
.featured-brand.secondary .fb-tag{color:var(--teal-light);}
.featured-brand h2{font-size:22px; font-weight:800; margin-bottom:8px; letter-spacing:-0.01em;}
.featured-brand p{font-size:14.5px; color:rgba(255,255,255,0.68); line-height:1.6; max-width:520px;}
.featured-brand .btn{white-space:nowrap;}

.brand-wall-head{max-width:1200px; margin:64px auto 24px; padding:0 32px;}
.brand-wall-head .eyebrow{color:var(--teal); margin-bottom:8px;}
.brand-wall-head h2{font-size:24px; font-weight:800; letter-spacing:-0.01em; margin-bottom:8px;}
.brand-wall-head p{font-size:14.5px; color:var(--gray); max-width:640px; line-height:1.6;}

.brand-wall{max-width:1200px; margin:0 auto; padding:0 32px 24px; display:grid; grid-template-columns:repeat(4,1fr); gap:14px;}
.brand-wall-chip{
  background:#fff; border:1px solid var(--line); border-radius:6px; padding:26px 20px;
  display:flex; align-items:center; justify-content:center; text-align:center; min-height:96px;
  transition:transform .25s cubic-bezier(.2,.8,.3,1), box-shadow .25s ease, border-color .25s ease;
}
.brand-wall-chip span{font-family:'Manrope',sans-serif; font-weight:800; font-size:16px; letter-spacing:-0.01em; color:var(--ink); transition:color .2s ease;}
.brand-wall-chip:hover{transform:translateY(-4px); border-color:var(--amber); box-shadow:0 16px 32px rgba(0,0,0,0.1);}
.brand-wall-chip:hover span{color:var(--amber);}

.brand-help{max-width:1200px; margin:8px auto 0; padding:0 32px 70px;}
.brand-help p{font-size:14.5px; color:var(--gray); max-width:640px; line-height:1.6;}
.brand-help a{color:var(--teal); font-weight:600;}

/* ---------- CART DRAWER ---------- */
.cart-overlay{position:fixed; inset:0; background:rgba(10,10,10,0.5); opacity:0; pointer-events:none; transition:opacity .25s ease; z-index:90;}
.cart-overlay.open{opacity:1; pointer-events:auto;}
.cart-drawer{position:fixed; top:0; right:0; height:100%; width:380px; max-width:92vw; background:#fff; z-index:91; box-shadow:-10px 0 40px rgba(0,0,0,0.2); transform:translateX(100%); transition:transform .3s cubic-bezier(.2,.8,.3,1); display:flex; flex-direction:column;}
.cart-drawer.open{transform:translateX(0);}
.cart-drawer-head{display:flex; align-items:center; justify-content:space-between; padding:20px 22px; border-bottom:1px solid var(--line);}
.cart-drawer-head h3{font-size:17px; font-weight:800;}
.cart-close{background:none; border:none; font-size:26px; line-height:1; cursor:pointer; color:var(--gray);}
.cart-lines{flex:1; overflow-y:auto; padding:16px 22px;}
.cart-empty{color:var(--gray); font-size:14px; margin-top:20px;}
.cart-line{display:flex; gap:12px; padding:14px 0; border-bottom:1px solid var(--line);}
.cart-line-thumb{width:56px; height:56px; background:var(--paper); border-radius:4px; flex-shrink:0; display:flex; align-items:center; justify-content:center; overflow:hidden;}
.cart-line-thumb img{max-width:80%; max-height:80%; object-fit:contain;}
.cart-line-body{flex:1; min-width:0;}
.cart-line-name{font-size:13.5px; font-weight:700; margin-bottom:3px; line-height:1.3;}
.cart-line-price{font-size:13px; color:var(--gray); margin-bottom:8px;}
.cart-line-qty{display:flex; align-items:center; gap:10px; font-size:13px;}
.qty-btn{width:22px; height:22px; border:1px solid var(--line); background:#fff; border-radius:2px; font-size:14px; cursor:pointer; line-height:1;}
.cart-line-remove{margin-left:auto; color:var(--gray); font-size:12px; text-decoration:underline; background:none; border:none; cursor:pointer;}
.cart-drawer-foot{padding:18px 22px 22px; border-top:1px solid var(--line);}
.cart-total-row{display:flex; justify-content:space-between; font-size:15px; font-weight:800; margin-bottom:14px;}
.cart-error{color:#B3401C; font-size:12.5px; margin-top:10px; min-height:16px;}

/* ---------- SHOP STATE / LOADING ---------- */
.shop-state{grid-column:1/-1; color:var(--gray); font-size:14px; padding:20px 0;}

.process{max-width:1200px; margin:0 auto; padding:64px 32px;}
.process-head{max-width:640px; margin-bottom:40px;}
.process-head .eyebrow{color:var(--teal); margin-bottom:8px;}
.process-head h2{font-size:24px; font-weight:800; letter-spacing:-0.01em; margin-bottom:10px;}
.process-head p{font-size:14.5px; color:var(--gray); line-height:1.6;}
.process-steps{display:grid; grid-template-columns:repeat(4,1fr); gap:2px; background:var(--line); border:1px solid var(--line);}
.process-step{background:#fff; padding:28px 22px; position:relative;}
.process-step .step-num{font-family:'Manrope',sans-serif; font-weight:800; font-size:34px; color:var(--line); line-height:1; margin-bottom:14px;}
.process-step h3{font-size:15px; font-weight:800; margin-bottom:8px; letter-spacing:-0.01em;}
.process-step p{font-size:13.5px; color:var(--gray); line-height:1.55;}

.portal-note{max-width:1200px; margin:0 auto 70px; padding:0 32px;}
.portal-note p{font-size:13px; color:var(--gray); line-height:1.6;}
.portal-note a{color:var(--teal); font-weight:600;}

@media(max-width:900px){
  .process-steps{grid-template-columns:repeat(2,1fr);}
  .featured-brand{grid-template-columns:1fr; text-align:left; gap:16px; margin-top:20px;}
  .brand-wall{grid-template-columns:repeat(2,1fr);}
  .stats-inner{grid-template-columns:repeat(3,1fr); gap:14px;}
  .cat-grid{grid-template-columns:repeat(2,1fr);}
  .cat-tile.wide{grid-column:span 2;}
  .range-cards{grid-template-columns:repeat(2,1fr);}
  .footer-grid{grid-template-columns:repeat(2,1fr);}
  .p-grid, .p-grid-4{grid-template-columns:repeat(2,1fr);}
  .shop-wrap{grid-template-columns:1fr;}
  .filters{position:static; display:none;}
  .contact-grid{grid-template-columns:1fr;}
  .topbar{display:none;}
  .navlinks a{display:none;}
  nav .btn{padding:10px 16px; font-size:11.5px;}
  .hero-inset{display:none;}
  .distributor-inner{flex-direction:column; align-items:flex-start;}
}
@media(max-width:520px){
  .p-grid, .p-grid-4{grid-template-columns:1fr;}
}
