:root{
  --bg:#f4efe5;
  --paper:#fffaf1;
  --white:#ffffff;
  --ink:#101114;
  --soft:#646873;
  --dark:#06070a;
  --dark2:#11141a;
  --gold:#d8a546;
  --gold2:#f3d58b;
  --line:rgba(0,0,0,.10);
  --wline:rgba(255,255,255,.12);
  --shadow:0 24px 70px rgba(0,0,0,.12);
  --radius:28px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--ink);line-height:1.6}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
.container{width:min(1200px,92%);margin:auto}

.top-note{background:linear-gradient(90deg,#d8a546,#f3d58b,#d8a546);color:#111;overflow:hidden;white-space:nowrap;font-weight:900;font-size:12px;letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid rgba(0,0,0,.08)}
.header{position:sticky;top:0;z-index:80;background:rgba(6,7,10,.93);backdrop-filter:blur(18px);border-bottom:1px solid var(--wline)}
.nav-wrap{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;gap:13px;color:#fff}
.brand img{width:54px;height:54px;object-fit:contain;background:#fff;border-radius:15px;padding:5px}
.brand strong{display:block;font-size:17px;line-height:1.1}
.brand span{display:block;color:#b9bec9;font-size:12px}
.nav{display:flex;align-items:center;gap:26px}
.nav a{color:rgba(255,255,255,.82);font-size:14px;font-weight:800}
.nav a:hover,.nav a.active{color:var(--gold)}
.menu{display:none;background:var(--gold);border:0;border-radius:12px;padding:10px 12px;font-weight:900;cursor:pointer}

.hero{position:relative;overflow:hidden;color:#fff;background:radial-gradient(circle at 76% 18%,rgba(216,165,70,.24),transparent 27%),radial-gradient(circle at 10% 80%,rgba(255,255,255,.06),transparent 28%),linear-gradient(135deg,#050505,#151821 58%,#070709);padding:92px 0 72px}
.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:78px 78px;opacity:.28}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.02fr .98fr;gap:54px;align-items:center}
.eyebrow{color:var(--gold);text-transform:uppercase;letter-spacing:.16em;font-weight:900;font-size:12px;margin-bottom:14px}
h1{font-size:clamp(42px,6.2vw,76px);line-height:.98;letter-spacing:-.055em;margin-bottom:22px}
.hero p{font-size:18px;color:rgba(255,255,255,.76);max-width:730px}
.actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:13px 22px;border-radius:999px;font-weight:900;transition:.2s ease}
.btn:hover{transform:translateY(-2px)}
.btn.gold{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#070707;box-shadow:0 18px 38px rgba(216,165,70,.2)}
.btn.dark{background:var(--dark);color:#fff}
.btn.outline{border:1px solid rgba(255,255,255,.24);color:#fff}
.hero-card{border-radius:32px;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:#111;box-shadow:0 34px 95px rgba(0,0,0,.40)}
.hero-card img{width:100%;height:500px;object-fit:cover}
.hero-caption{padding:18px 22px;border-top:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.035)}
.hero-caption strong{display:block;font-size:24px}
.hero-caption span{display:block;font-size:13px;color:#bcc0ca}
.stats{display:grid;grid-template-columns:repeat(3,1fr);margin-top:40px;border-top:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14)}
.stats div{padding:18px 16px 18px 0}
.stats div+div{border-left:1px solid rgba(255,255,255,.12);padding-left:16px}
.stats strong{display:block;font-size:21px}
.stats span{display:block;font-size:13px;color:#bcc0ca}

.section{padding:78px 0}
.section.white{background:#fff}
.section.dark{background:var(--dark);color:#fff}
.section-head{max-width:860px;margin-bottom:34px}
.center{text-align:center;margin-left:auto;margin-right:auto}
h2{font-size:clamp(32px,4.6vw,56px);line-height:1.02;letter-spacing:-.045em;margin-bottom:14px}
.lead{font-size:17px;color:var(--soft)}
.dark .lead,.dark p{color:#c6cad2}

.home-showcase{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:28px}
.showcase-card{border:1px solid var(--line);border-radius:var(--radius);padding:28px;background:#fff;box-shadow:var(--shadow)}
.showcase-card.dark{background:linear-gradient(135deg,#0b0d12,#151922);border-color:var(--wline);color:#fff;box-shadow:none}
.mini{color:var(--gold);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;margin-bottom:10px}
.showcase-card h3{font-size:30px;line-height:1.08;margin-bottom:12px}
.showcase-card p{color:var(--soft)}
.showcase-card.dark p{color:#b9c0cb}
.feature-list{margin-top:18px;display:grid;gap:12px}
.feature-list div{display:flex;gap:10px;align-items:flex-start}
.dot{width:10px;height:10px;border-radius:50%;background:var(--gold);margin-top:8px;flex:none}

.pill-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.pill{background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px;font-weight:800;box-shadow:var(--shadow)}
.pill span{display:block;color:#9b7c2f;font-size:12px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px}
.pill strong{font-size:20px}

.page-hero{background:linear-gradient(135deg,#0a0b0f,#171b22);color:#fff;padding:68px 0}
.page-hero p{color:#bcc0ca;font-size:18px;max-width:760px}

.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{background:#111317;border:1px solid var(--wline);border-radius:24px;overflow:hidden;transition:.2s ease}
.product-card:hover{transform:translateY(-4px);border-color:rgba(216,165,70,.45)}
.product-card figure{height:240px;background:#f3efe7;display:flex;align-items:center;justify-content:center;padding:18px}
.product-card figure img{width:100%;height:100%;object-fit:contain}
.product-info{padding:20px}
.product-info span{display:block;color:var(--gold);font-size:12px;text-transform:uppercase;letter-spacing:.1em;font-weight:900;margin-bottom:8px}
.product-info h3{color:#fff;font-size:22px;line-height:1.15;margin-bottom:8px}
.product-info p{color:#c6c9d0;font-size:14px}
.size{font-weight:900;color:var(--gold);margin-top:12px}

.accessory-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.accessory-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:.2s ease}
.accessory-card:hover{transform:translateY(-4px)}
.accessory-card img{width:100%;height:300px;object-fit:contain;background:#f1ece2;padding:20px}
.accessory-body{padding:22px}
.accessory-body h3{font-size:28px;margin-bottom:8px}
.accessory-body p{color:var(--soft)}

.clean-list{margin-top:30px;border-top:1px solid var(--line)}
.clean-item{display:grid;grid-template-columns:120px 1fr;gap:24px;padding:24px 0;border-bottom:1px solid var(--line)}
.clean-num{color:#a87518;font-weight:900;font-size:14px}
.clean-item h3{font-size:25px;margin-bottom:6px}
.clean-item p{color:var(--soft)}

.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:46px}
.contact-box{border-top:1px solid var(--line)}
.contact-line{display:grid;grid-template-columns:130px 1fr;gap:16px;padding:17px 0;border-bottom:1px solid var(--line)}
.contact-line span{color:#a87518;font-weight:900}

.footer{background:var(--dark);color:#fff;padding:38px 0}
.footer-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:26px;align-items:center}
.footer img{width:54px;height:54px;object-fit:contain;background:#fff;border-radius:16px;padding:5px}
.footer p,.footer small{color:#aaa}
.whatsapp{position:fixed;right:18px;bottom:18px;z-index:40;background:#1fbf63;color:#fff;font-weight:900;padding:15px 20px;border-radius:999px;box-shadow:0 14px 35px rgba(0,0,0,.3)}

.age-gate{position:fixed;inset:0;z-index:999;background:rgba(5,5,5,.97);display:grid;place-items:center;padding:20px}
.age-gate.hide{display:none}
.age-box{max-width:500px;background:#fff;border-radius:30px;padding:36px;text-align:center}
.age-box h2{font-size:34px;margin-bottom:12px}
.age-box p{color:#666}
.age-box button,.age-box a{display:inline-flex;border:0;border-radius:999px;padding:13px 20px;margin:22px 6px 0;font-weight:900;cursor:pointer}
.age-box button{background:#050505;color:#fff}
.age-box a{background:#eee;color:#111}

@media(max-width:1000px){
  .hero-grid,.home-showcase,.contact-grid,.footer-grid{grid-template-columns:1fr}
  .pill-grid,.product-grid{grid-template-columns:repeat(2,1fr)}
  .accessory-grid{grid-template-columns:1fr}
  .hero-card img{height:400px}
}
@media(max-width:700px){
  .nav{display:none;position:absolute;top:78px;left:4%;right:4%;background:#070709;border:1px solid rgba(255,255,255,.13);border-radius:20px;padding:18px;flex-direction:column;align-items:flex-start}
  .nav.open{display:flex}
  .menu{display:block}
  .hero{padding:64px 0}
  .stats{grid-template-columns:1fr}
  .stats div+div{border-left:0;border-top:1px solid rgba(255,255,255,.12);padding-left:0}
  .pill-grid,.product-grid{grid-template-columns:1fr}
  .clean-item,.contact-line{grid-template-columns:1fr;gap:6px}
  .brand strong{font-size:14px}
  .brand img{width:46px;height:46px}
}

html.age-ok .age-gate{display:none!important}


/* Products & Services page upgrade */
.product-category-nav{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px;
  margin-top:28px;
}
.category-tile{
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:18px;
  box-shadow:var(--shadow);
  transition:.2s ease;
}
.category-tile:hover{transform:translateY(-3px)}
.category-tile span{
  display:block;
  color:#9b7c2f;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.1em;
  margin-bottom:8px;
}
.category-tile strong{
  display:block;
  font-size:19px;
  line-height:1.15;
}
.product-section-block{
  padding-top:54px;
  margin-top:54px;
  border-top:1px solid rgba(255,255,255,.14);
}
.product-section-block.light{
  border-top:1px solid var(--line);
}
.product-section-title{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:28px;
  align-items:end;
  margin-bottom:26px;
}
.product-section-title p{
  color:#c6cad2;
}
.light .product-section-title p{
  color:var(--soft);
}
.hardware-mini-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.service-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
}
.service-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:28px;
  box-shadow:var(--shadow);
}
.service-card span{
  display:inline-block;
  color:#9b7c2f;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.1em;
  margin-bottom:12px;
}
.service-card h3{
  font-size:30px;
  line-height:1.05;
  margin-bottom:12px;
}
.service-card p{color:var(--soft)}
.terms-box{
  margin-top:26px;
  background:#0f1117;
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  border-radius:var(--radius);
  padding:28px;
}
.terms-box h3{
  font-size:30px;
  margin-bottom:16px;
}
.terms-list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px 22px;
}
.terms-list li{
  color:#c6cad2;
  margin-left:18px;
}
.category-note{
  background:rgba(216,165,70,.12);
  border:1px solid rgba(216,165,70,.24);
  border-radius:18px;
  padding:16px 18px;
  color:#2a261e;
  margin-top:22px;
}
@media(max-width:1000px){
  .product-category-nav{grid-template-columns:repeat(2,1fr)}
  .product-section-title,.hardware-mini-grid,.service-grid,.terms-list{grid-template-columns:1fr}
}
@media(max-width:700px){
  .product-category-nav{grid-template-columns:1fr}
}


/* B2B upgrade */
.b2b-strip{
  background:#fff;
  border-bottom:1px solid var(--line);
}
.b2b-strip-inner{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
}
.b2b-strip-inner div{
  padding:18px 18px;
  border-left:1px solid var(--line);
}
.b2b-strip-inner div:first-child{border-left:0}
.b2b-strip-inner span{
  display:block;
  color:#9b7c2f;
  font-size:12px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
  margin-bottom:5px;
}
.b2b-strip-inner strong{
  display:block;
  font-size:18px;
}
.wholesale-flow{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-top:28px;
}
.flow-step{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:24px;
  box-shadow:var(--shadow);
}
.flow-step span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  background:rgba(216,165,70,.16);
  color:#9b6b15;
  border-radius:14px;
  font-weight:900;
  margin-bottom:16px;
}
.flow-step h3{
  font-size:22px;
  line-height:1.15;
  margin-bottom:8px;
}
.flow-step p{color:var(--soft)}
.inquiry-panel{
  background:linear-gradient(135deg,#0b0d12,#171b24);
  color:#fff;
  border-radius:var(--radius);
  padding:34px;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:28px;
  align-items:start;
}
.inquiry-panel p{color:#c6cad2}
.quick-actions{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}
.quick-action{
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.13);
  border-radius:18px;
  padding:16px;
  color:#fff;
  font-weight:900;
  transition:.2s ease;
}
.quick-action:hover{
  transform:translateY(-2px);
  background:rgba(216,165,70,.18);
  border-color:rgba(216,165,70,.38);
}
.b2b-list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}
.b2b-list-item{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:24px;
  box-shadow:var(--shadow);
}
.b2b-list-item h3{
  font-size:24px;
  margin-bottom:8px;
}
.b2b-list-item p{color:var(--soft)}
.catalog-box{
  border:1px solid rgba(216,165,70,.3);
  background:rgba(216,165,70,.12);
  border-radius:24px;
  padding:26px;
  margin-top:24px;
}
.catalog-box h3{
  font-size:28px;
  margin-bottom:8px;
}
.catalog-box p{color:var(--soft)}
@media(max-width:1000px){
  .b2b-strip-inner,.wholesale-flow,.inquiry-panel,.b2b-list{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
  .b2b-strip-inner,.wholesale-flow,.inquiry-panel,.quick-actions,.b2b-list{grid-template-columns:1fr}
  .b2b-strip-inner div{border-left:0;border-top:1px solid var(--line)}
  .b2b-strip-inner div:first-child{border-top:0}
}


/* Final B2B sales upgrades */
.package-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.package-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:24px;
  box-shadow:var(--shadow);
}
.package-card span{
  display:block;
  color:#9b7c2f;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.1em;
  margin-bottom:10px;
}
.package-card h3{
  font-size:24px;
  line-height:1.12;
  margin-bottom:10px;
}
.package-card p{color:var(--soft)}
.package-card ul{
  margin:14px 0 0 18px;
  color:var(--soft);
}
.package-card li{margin-bottom:7px}
.catalog-callout{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:28px;
  align-items:center;
  background:linear-gradient(135deg,#0b0d12,#171b24);
  color:#fff;
  border-radius:var(--radius);
  padding:34px;
  margin-top:28px;
}
.catalog-callout p{color:#c6cad2}
.catalog-points{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}
.catalog-point{
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  padding:16px;
}
.catalog-point strong{
  display:block;
  color:var(--gold);
  margin-bottom:5px;
}
.custom-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}
.custom-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:28px;
  box-shadow:var(--shadow);
}
.custom-card h3{
  font-size:30px;
  line-height:1.08;
  margin-bottom:12px;
}
.custom-card p{color:var(--soft)}
.moq-box{
  margin-top:18px;
  background:#f7f0df;
  border:1px solid rgba(216,165,70,.34);
  border-radius:18px;
  padding:18px;
}
.moq-box strong{
  display:block;
  color:#8a641b;
  margin-bottom:6px;
}
.reorder-banner{
  margin-top:26px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:26px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:20px;
  align-items:center;
  box-shadow:var(--shadow);
}
.reorder-banner p{color:var(--soft)}
.sales-note{
  background:rgba(216,165,70,.12);
  border:1px solid rgba(216,165,70,.30);
  border-radius:20px;
  padding:18px 20px;
  color:#2b261d;
  margin-top:22px;
}
@media(max-width:1000px){
  .package-grid{grid-template-columns:repeat(2,1fr)}
  .catalog-callout,.custom-grid,.reorder-banner{grid-template-columns:1fr}
  .catalog-points{grid-template-columns:1fr}
}
@media(max-width:700px){
  .package-grid{grid-template-columns:1fr}
}


/* FIX: category tiles inside dark page hero */
.category-tile{
  color:#111215 !important;
  min-height:116px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.category-tile strong{
  color:#111215 !important;
}
.category-tile span{
  color:#9b6b15 !important;
}
.category-tile:hover{
  background:linear-gradient(135deg,#d8a546,#f3d58b);
  color:#111215 !important;
}
.category-tile:hover strong,
.category-tile:hover span{
  color:#111215 !important;
}


/* Clean final content pass */
.clean-grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.clean-grid-2{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
}
.clean-panel{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:28px;
  box-shadow:var(--shadow);
}
.clean-panel.dark-panel{
  background:linear-gradient(135deg,#0b0d12,#171b24);
  border-color:rgba(255,255,255,.12);
  color:#fff;
}
.clean-panel.dark-panel p{color:#c6cad2}
.clean-panel h3{
  font-size:28px;
  line-height:1.08;
  margin-bottom:10px;
}
.clean-panel p{color:var(--soft)}
.small-list{
  margin-top:14px;
  display:grid;
  gap:8px;
  color:var(--soft);
}
.small-list li{margin-left:18px}
.dark-panel .small-list{color:#c6cad2}
.cta-line{
  margin-top:28px;
  padding:24px;
  border-radius:var(--radius);
  background:rgba(216,165,70,.12);
  border:1px solid rgba(216,165,70,.28);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
}
.cta-line p{color:#3a3429}
.category-tile{
  color:#111215!important;
  min-height:116px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.category-tile strong{color:#111215!important}
.category-tile span{color:#9b6b15!important}
.category-tile:hover{
  background:linear-gradient(135deg,#d8a546,#f3d58b);
  color:#111215!important;
}
.page-hero .actions{margin-top:24px}
.terms-box.compact .terms-list{
  grid-template-columns:1fr;
}
@media(max-width:1000px){
  .clean-grid-3,.clean-grid-2{grid-template-columns:1fr}
  .cta-line{display:block}
  .cta-line .actions{margin-top:16px}
}



.top-note-track{display:inline-flex;align-items:center;gap:46px;min-width:max-content;padding:9px 0;animation:topTicker 30s linear infinite}
.top-note-track span{display:inline-block}
.top-note:hover .top-note-track{animation-play-state:paused}
@keyframes topTicker{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
@media(max-width:700px){.top-note-track{animation-duration:22s;gap:34px}}



.social-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:14px}
.social-link{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:10px 14px;font-weight:900;color:#fff;background:rgba(255,255,255,.06)}
.contact-social{margin-top:18px}
.contact-social a{display:inline-flex;align-items:center;justify-content:center;background:#111;color:#fff;border-radius:999px;padding:12px 18px;font-weight:900}


/* Product request cart */
.request-builder{
  background:#ffffff;
  border-bottom:1px solid var(--line);
}
.request-box{
  background:linear-gradient(135deg,#0b0d12,#171b24);
  color:#fff;
  border-radius:var(--radius);
  padding:30px;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:28px;
  align-items:start;
}
.request-box p{color:#c6cad2}
.request-form{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.request-form input,
.request-form textarea,
.request-form select{
  width:100%;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.07);
  color:#fff;
  border-radius:14px;
  padding:13px 14px;
  font:inherit;
  outline:none;
}
.request-form input::placeholder,
.request-form textarea::placeholder{color:#b6bbc6}
.request-form textarea{
  grid-column:1/-1;
  min-height:92px;
  resize:vertical;
}
.request-form select option{color:#111}
.qty-control{
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:14px;
}
.qty-btn{
  width:38px;
  height:38px;
  border:0;
  border-radius:12px;
  background:linear-gradient(135deg,var(--gold),var(--gold2));
  color:#111;
  font-weight:900;
  cursor:pointer;
  font-size:18px;
}
.qty-input{
  width:70px;
  height:38px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:12px;
  background:rgba(255,255,255,.08);
  color:#fff;
  text-align:center;
  font-weight:900;
}
.accessory-body .qty-input{
  border-color:rgba(0,0,0,.14);
  background:#fff;
  color:#111;
}
.cart-summary{
  margin-top:18px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:22px;
  box-shadow:var(--shadow);
}
.cart-summary h3{
  font-size:26px;
  margin-bottom:10px;
}
.cart-empty{
  color:var(--soft);
}
.cart-list{
  display:grid;
  gap:10px;
  margin:12px 0 18px;
}
.cart-line{
  display:flex;
  justify-content:space-between;
  gap:14px;
  padding:10px 0;
  border-bottom:1px solid var(--line);
}
.cart-line span:first-child{font-weight:800}
.cart-line span:last-child{color:#9b6b15;font-weight:900}
.send-request-btn{
  width:100%;
  border:0;
  border-radius:999px;
  padding:15px 18px;
  background:linear-gradient(135deg,#1fbf63,#38df7e);
  color:#fff;
  font-weight:900;
  cursor:pointer;
  font-size:16px;
}
.clear-request-btn{
  width:100%;
  border:1px solid var(--line);
  border-radius:999px;
  padding:13px 18px;
  background:#fff;
  color:#111;
  font-weight:900;
  cursor:pointer;
  margin-top:10px;
}
.order-note{
  margin-top:10px;
  color:var(--soft);
  font-size:13px;
}
.product-card.selected,
.accessory-card.selected{
  border-color:rgba(31,191,99,.65)!important;
  box-shadow:0 18px 45px rgba(31,191,99,.12);
}
@media(max-width:1000px){
  .request-box,.request-form{grid-template-columns:1fr}
}




/* FINAL FIX: readable request note + mobile/desktop responsiveness */
html, body{
  max-width:100%;
  overflow-x:hidden;
}

/* Make the request warning text readable inside the dark request box */
.request-box .sales-note{
  background:rgba(255,255,255,.12)!important;
  border:1px solid rgba(216,165,70,.55)!important;
  color:#ffffff!important;
  font-weight:700;
  line-height:1.55;
}
.request-box .sales-note *{
  color:#ffffff!important;
}

/* Better product request layout */
.request-box{
  align-items:stretch;
}
.request-form input,
.request-form textarea,
.request-form select{
  min-height:48px;
}
.cart-summary{
  scroll-margin-top:110px;
}

/* Better desktop product grids */
.product-grid{
  align-items:stretch;
}
.product-card,
.accessory-card{
  height:100%;
}
.product-info,
.accessory-body{
  display:flex;
  flex-direction:column;
}
.qty-control{
  margin-top:auto;
  padding-top:14px;
}
.qty-input{
  min-width:74px;
}

/* Better navigation on medium screens */
@media(max-width:1180px){
  .nav{
    gap:16px;
  }
  .nav a{
    font-size:13px;
  }
  .hero-grid{
    gap:34px;
  }
}

/* Tablet */
@media(max-width:1000px){
  .container{
    width:min(94%, 940px);
  }
  .hero-grid,
  .request-box,
  .contact-grid,
  .footer-grid,
  .catalog-callout,
  .custom-grid,
  .inquiry-panel{
    grid-template-columns:1fr!important;
  }
  .hero{
    padding:68px 0 58px;
  }
  .hero-card img{
    height:380px;
  }
  .product-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr))!important;
  }
  .accessory-grid,
  .package-grid,
  .wholesale-flow,
  .b2b-list,
  .clean-grid-3,
  .clean-grid-2{
    grid-template-columns:1fr!important;
  }
  .product-category-nav{
    grid-template-columns:repeat(2, minmax(0, 1fr))!important;
  }
  .request-form{
    grid-template-columns:1fr 1fr!important;
  }
}

/* Mobile */
@media(max-width:700px){
  body{
    font-size:15px;
  }
  .container{
    width:92%;
  }
  .top-note{
    font-size:11px;
  }
  .top-note-track{
    gap:28px!important;
    animation-duration:24s!important;
  }
  .nav-wrap{
    min-height:70px;
  }
  .brand{
    gap:10px;
    max-width:76%;
  }
  .brand img{
    width:44px!important;
    height:44px!important;
  }
  .brand strong{
    font-size:13px!important;
  }
  .brand span{
    font-size:11px;
  }
  .nav{
    top:70px!important;
    max-height:calc(100vh - 90px);
    overflow:auto;
  }
  .hero{
    padding:50px 0 44px;
  }
  h1{
    font-size:clamp(34px, 11vw, 46px);
    letter-spacing:-.04em;
  }
  h2{
    font-size:clamp(28px, 9vw, 38px);
  }
  .hero p,
  .page-hero p,
  .lead{
    font-size:16px;
  }
  .hero-card{
    border-radius:22px;
  }
  .hero-card img{
    height:300px!important;
  }
  .hero-caption strong{
    font-size:20px;
  }
  .stats{
    grid-template-columns:1fr!important;
  }
  .stats div{
    padding:15px 0!important;
  }
  .stats div+div{
    border-left:0!important;
    border-top:1px solid rgba(255,255,255,.12);
    padding-left:0!important;
  }
  .section{
    padding:54px 0;
  }
  .page-hero{
    padding:50px 0;
  }
  .actions{
    flex-direction:column;
    align-items:stretch;
  }
  .btn{
    width:100%;
    text-align:center;
  }
  .product-category-nav,
  .product-grid,
  .request-form,
  .quick-actions,
  .catalog-points,
  .terms-list{
    grid-template-columns:1fr!important;
  }
  .category-tile{
    min-height:88px!important;
  }
  .product-card figure{
    height:230px!important;
  }
  .accessory-card img{
    height:240px!important;
  }
  .product-info h3,
  .accessory-body h3{
    font-size:21px;
  }
  .request-box{
    padding:22px!important;
    border-radius:22px;
  }
  .request-form input,
  .request-form select,
  .request-form textarea{
    font-size:16px; /* prevents iPhone zoom */
  }
  .qty-control{
    justify-content:space-between;
    width:100%;
  }
  .qty-btn{
    width:46px;
    height:44px;
  }
  .qty-input{
    flex:1;
    height:44px;
    max-width:120px;
  }
  .cart-summary{
    padding:18px;
    border-radius:20px;
  }
  .cart-line{
    display:grid;
    grid-template-columns:1fr;
    gap:4px;
  }
  .send-request-btn,
  .clear-request-btn{
    font-size:15px;
    padding:14px 16px;
  }
  .contact-line,
  .clean-item{
    grid-template-columns:1fr!important;
  }
  .footer{
    padding-bottom:86px; /* space for floating WhatsApp button */
  }
  .footer-grid{
    gap:18px;
  }
  .whatsapp{
    right:12px;
    bottom:12px;
    padding:13px 16px;
    font-size:14px;
  }
}

/* Small phones */
@media(max-width:390px){
  .brand strong{
    font-size:12px!important;
  }
  .hero-card img{
    height:260px!important;
  }
  .product-card figure{
    height:210px!important;
  }
}




/* MOBILE POLISH: cleaner menu and better touch buttons */
.menu{
  align-items:center;
  gap:7px;
}
.hamburger{
  font-size:18px;
  line-height:1;
}
.menu-text{
  font-size:13px;
}

/* Better button feel on all devices */
.btn,
.quick-action,
.category-tile,
.send-request-btn,
.clear-request-btn,
.qty-btn,
.menu{
  -webkit-tap-highlight-color:transparent;
}
.btn,
.send-request-btn,
.clear-request-btn{
  min-height:52px;
}
.quick-action,
.category-tile{
  min-height:58px;
}

/* Mobile-first menu experience */
@media(max-width:700px){
  .header{
    position:sticky;
    top:0;
  }
  .nav-wrap{
    position:relative;
  }
  .menu{
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
    min-width:92px;
    min-height:44px;
    border-radius:999px!important;
    background:linear-gradient(135deg,var(--gold),var(--gold2))!important;
    color:#111;
    box-shadow:0 10px 24px rgba(216,165,70,.20);
  }

  .nav{
    display:none;
    position:absolute;
    top:76px!important;
    left:0!important;
    right:0!important;
    width:100%;
    background:rgba(7,7,9,.98)!important;
    border:1px solid rgba(255,255,255,.12)!important;
    border-radius:24px!important;
    padding:12px!important;
    box-shadow:0 22px 70px rgba(0,0,0,.46);
    backdrop-filter:blur(18px);
    z-index:120;
  }
  .nav.open{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    animation:mobileMenuDrop .18s ease-out;
  }
  @keyframes mobileMenuDrop{
    from{opacity:0;transform:translateY(-8px)}
    to{opacity:1;transform:translateY(0)}
  }
  .nav a{
    display:flex!important;
    align-items:center;
    justify-content:space-between;
    width:100%;
    min-height:52px;
    padding:14px 16px;
    border-radius:16px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.08);
    color:#fff!important;
    font-size:15px!important;
    letter-spacing:.01em;
  }
  .nav a::after{
    content:"›";
    color:var(--gold);
    font-size:22px;
    line-height:1;
  }
  .nav a.active{
    background:linear-gradient(135deg,var(--gold),var(--gold2))!important;
    color:#111!important;
    border-color:transparent!important;
  }
  .nav a.active::after{
    color:#111;
  }

  /* Make major CTAs cleaner and easier to tap */
  .actions{
    gap:10px!important;
  }
  .btn{
    min-height:54px!important;
    border-radius:16px!important;
    padding:15px 18px!important;
    font-size:15px!important;
  }
  .btn.gold{
    box-shadow:0 14px 30px rgba(216,165,70,.22);
  }
  .btn.outline{
    background:rgba(255,255,255,.06);
  }

  /* Product request form cleaner on mobile */
  .request-box{
    gap:20px!important;
  }
  .request-box h2{
    margin-bottom:10px;
  }
  .request-form{
    gap:10px!important;
  }
  .request-form input,
  .request-form select,
  .request-form textarea{
    border-radius:16px!important;
    min-height:52px!important;
    padding:15px 14px!important;
  }
  .request-form textarea{
    min-height:110px!important;
  }
  .request-box .sales-note{
    border-radius:16px!important;
    padding:14px 15px!important;
    font-size:14px;
  }

  /* Product cards cleaner on mobile */
  .product-card,
  .accessory-card,
  .clean-panel,
  .package-card,
  .flow-step,
  .service-card,
  .cart-summary{
    border-radius:22px!important;
  }
  .product-info,
  .accessory-body{
    padding:18px!important;
  }
  .product-info span{
    font-size:11px!important;
  }
  .qty-control{
    gap:10px!important;
    background:rgba(255,255,255,.05);
    border-radius:16px;
    padding:10px!important;
  }
  .accessory-body .qty-control{
    background:#f6f1e8;
  }
  .qty-btn{
    border-radius:14px!important;
    font-size:20px!important;
  }
  .qty-input{
    border-radius:14px!important;
  }

  /* Cart buttons */
  .send-request-btn{
    min-height:54px!important;
    border-radius:16px!important;
    font-size:15px!important;
  }
  .clear-request-btn{
    min-height:50px!important;
    border-radius:16px!important;
  }

  /* Quick action buttons */
  .quick-actions{
    gap:10px!important;
  }
  .quick-action{
    border-radius:16px!important;
    min-height:56px;
    padding:15px!important;
  }

  /* Category tiles */
  .product-category-nav{
    gap:10px!important;
  }
  .category-tile{
    border-radius:16px!important;
    padding:16px!important;
  }
}

/* Extra small phones */
@media(max-width:430px){
  .brand{
    max-width:70%!important;
  }
  .brand span{
    display:none!important;
  }
  .menu{
    min-width:78px;
  }
  .menu-text{
    display:none;
  }
  .hamburger{
    font-size:21px;
  }
  .nav{
    top:68px!important;
  }
  .hero{
    padding-top:42px!important;
  }
  .hero-card img{
    height:235px!important;
  }
  .product-card figure{
    height:200px!important;
  }
  .accessory-card img{
    height:220px!important;
  }
  .cart-summary h3{
    font-size:22px!important;
  }
  .whatsapp{
    border-radius:16px!important;
    right:10px!important;
    bottom:10px!important;
  }
}




/* SALES UX UPGRADE: product filters, floating cart, mobile bottom bar */
.product-tools{
  background:#fff;
  border-bottom:1px solid var(--line);
}
.product-tools-panel{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:24px;
  box-shadow:var(--shadow);
}
.product-tools-top{
  display:grid;
  grid-template-columns:1fr auto;
  gap:18px;
  align-items:center;
  margin-bottom:18px;
}
.product-search{
  width:100%;
  min-height:52px;
  border:1px solid var(--line);
  border-radius:16px;
  padding:14px 16px;
  font:inherit;
  outline:none;
  background:#fff;
  color:#111;
}
.filter-chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.filter-chip{
  border:1px solid var(--line);
  background:#fff;
  color:#111;
  border-radius:999px;
  padding:12px 15px;
  font-weight:900;
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
}
.filter-chip.active{
  background:linear-gradient(135deg,var(--gold),var(--gold2));
  border-color:transparent;
}
.product-result-note{
  color:var(--soft);
  font-size:14px;
}
.product-hidden{
  display:none!important;
}
.no-products-message{
  display:none;
  margin-top:18px;
  padding:18px;
  border-radius:18px;
  background:#f8f1df;
  border:1px solid rgba(216,165,70,.35);
  color:#3a3429;
  font-weight:800;
}
.no-products-message.show{
  display:block;
}
.floating-request-cart{
  position:fixed;
  right:18px;
  bottom:82px;
  z-index:55;
  display:none;
  align-items:center;
  gap:10px;
  background:#111;
  color:#fff;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 18px 45px rgba(0,0,0,.30);
  border-radius:999px;
  padding:13px 16px;
  font-weight:900;
}
.floating-request-cart.show{
  display:inline-flex;
}
.cart-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:26px;
  height:26px;
  padding:0 8px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--gold),var(--gold2));
  color:#111;
  font-size:13px;
}
.mobile-bottom-bar{
  display:none;
}
@media(max-width:1000px){
  .product-tools-top{
    grid-template-columns:1fr;
  }
}
@media(max-width:700px){
  .product-tools-panel{
    padding:18px;
    border-radius:22px;
  }
  .product-search{
    min-height:54px;
    font-size:16px;
    border-radius:16px;
  }
  .filter-chips{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:9px;
  }
  .filter-chip{
    width:100%;
    border-radius:14px;
    padding:13px 10px;
    font-size:13px;
  }
  .floating-request-cart{
    right:12px;
    bottom:78px;
    border-radius:16px;
    padding:12px 14px;
    font-size:14px;
  }
  .mobile-bottom-bar{
    position:fixed;
    left:10px;
    right:10px;
    bottom:10px;
    z-index:80;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:8px;
    background:rgba(7,7,9,.94);
    border:1px solid rgba(255,255,255,.12);
    backdrop-filter:blur(18px);
    border-radius:20px;
    padding:8px;
    box-shadow:0 18px 55px rgba(0,0,0,.38);
  }
  .mobile-bottom-bar a{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:4px;
    min-height:52px;
    border-radius:15px;
    background:rgba(255,255,255,.07);
    color:#fff;
    font-size:11px;
    font-weight:900;
    text-align:center;
  }
  .mobile-bottom-bar a.primary{
    background:linear-gradient(135deg,var(--gold),var(--gold2));
    color:#111;
  }
  .mobile-bottom-bar strong{
    display:block;
    font-size:15px;
    line-height:1;
  }
  body{
    padding-bottom:82px;
  }
  .whatsapp{
    display:none!important;
  }
}



/* Required field validation for product request */
.request-form .field-error{
  border-color:#ff5d5d!important;
  box-shadow:0 0 0 3px rgba(255,93,93,.18);
}
.form-error-message{
  display:none;
  grid-column:1/-1;
  background:rgba(255,93,93,.14);
  border:1px solid rgba(255,93,93,.45);
  color:#fff;
  border-radius:14px;
  padding:12px 14px;
  font-weight:800;
  line-height:1.45;
}
.form-error-message.show{
  display:block;
}




/* ANTI-SPAM: WhatsApp lead gate */
.lead-gate-overlay{
  position:fixed;
  inset:0;
  z-index:1200;
  background:rgba(5,5,5,.78);
  backdrop-filter:blur(12px);
  display:none;
  align-items:center;
  justify-content:center;
  padding:18px;
}
.lead-gate-overlay.show{
  display:flex;
}
.lead-gate-modal{
  width:min(560px,100%);
  background:#fff;
  color:#111;
  border-radius:28px;
  box-shadow:0 30px 90px rgba(0,0,0,.42);
  overflow:hidden;
}
.lead-gate-head{
  background:linear-gradient(135deg,#070709,#151821);
  color:#fff;
  padding:24px;
}
.lead-gate-head span{
  display:block;
  color:var(--gold);
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.12em;
  margin-bottom:8px;
}
.lead-gate-head h3{
  font-size:30px;
  line-height:1.05;
  margin:0 0 8px;
}
.lead-gate-head p{
  color:#c6cad2;
  margin:0;
}
.lead-gate-form{
  padding:22px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.lead-gate-form input,
.lead-gate-form select{
  width:100%;
  min-height:50px;
  border:1px solid rgba(0,0,0,.14);
  border-radius:14px;
  padding:13px 14px;
  font:inherit;
  outline:none;
  background:#fff;
}
.lead-gate-form .full{
  grid-column:1/-1;
}
.lead-gate-actions{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:6px;
}
.lead-gate-btn{
  min-height:50px;
  border:0;
  border-radius:999px;
  font-weight:900;
  cursor:pointer;
  padding:13px 16px;
}
.lead-gate-btn.continue{
  background:linear-gradient(135deg,#1fbf63,#38df7e);
  color:#fff;
}
.lead-gate-btn.cancel{
  background:#eee;
  color:#111;
}
.lead-gate-error{
  grid-column:1/-1;
  display:none;
  background:rgba(255,93,93,.12);
  border:1px solid rgba(255,93,93,.38);
  color:#9b1c1c;
  border-radius:14px;
  padding:12px;
  font-weight:800;
}
.lead-gate-error.show{
  display:block;
}
.lead-gate-field-error{
  border-color:#ff5d5d!important;
  box-shadow:0 0 0 3px rgba(255,93,93,.16);
}
.lead-gate-note{
  grid-column:1/-1;
  color:#666;
  font-size:12px;
  line-height:1.45;
}
.lead-gate-hp{
  position:absolute!important;
  left:-9999px!important;
  opacity:0!important;
  pointer-events:none!important;
}
@media(max-width:700px){
  .lead-gate-modal{
    border-radius:22px;
  }
  .lead-gate-head{
    padding:20px;
  }
  .lead-gate-head h3{
    font-size:25px;
  }
  .lead-gate-form{
    grid-template-columns:1fr;
    padding:18px;
  }
  .lead-gate-actions{
    grid-template-columns:1fr;
  }
  .lead-gate-form input,
  .lead-gate-form select{
    font-size:16px;
    min-height:52px;
  }
}




/* CONTENT PROTECTION: anti-copy, anti-drag, mobile safe */
body.protect-content main,
body.protect-content header,
body.protect-content footer,
body.protect-content .top-note,
body.protect-content .mobile-bottom-bar{
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}

/* Keep all forms, buttons, menus, links, and input areas working normally */
body.protect-content input,
body.protect-content textarea,
body.protect-content select,
body.protect-content button,
body.protect-content option{
  -webkit-user-select:auto;
  -moz-user-select:auto;
  -ms-user-select:auto;
  user-select:auto;
}

/* Protect images from normal dragging/saving behavior */
body.protect-content img,
body.protect-content figure,
body.protect-content .hero-card,
body.protect-content .product-card,
body.protect-content .accessory-card{
  -webkit-user-drag:none;
  user-drag:none;
}

body.protect-content img{
  pointer-events:none;
}

/* Keep clickable logo link working even if image pointer events are disabled */
body.protect-content .brand{
  pointer-events:auto;
}

/* Visual copyright note */
.content-protection-note{
  margin-top:12px;
  color:#aaa;
  font-size:12px;
  line-height:1.45;
}

/* On mobile, do not interfere with scrolling or tapping */
@media(max-width:700px){
  body.protect-content{
    -webkit-touch-callout:none;
  }
}




/* SEO CONTENT + FOOTER LINKS */
.seo-copy{
  max-width:920px;
  margin:0 auto;
  color:var(--soft);
  font-size:17px;
}
.seo-copy p+p{margin-top:14px}
.faq-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}
.faq-item{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:24px;
  box-shadow:var(--shadow);
}
.faq-item h3{
  font-size:23px;
  line-height:1.18;
  margin-bottom:8px;
}
.faq-item p{
  color:var(--soft);
}
.footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:12px;
}
.footer-links a{
  color:var(--gold);
  font-weight:900;
  font-size:13px;
}
@media(max-width:700px){
  .faq-grid{grid-template-columns:1fr}
  .seo-copy{font-size:16px}
}




/* PRODUCT PAGE LESS-SCROLL IMPROVEMENT */
.products-main .page-hero{
  padding:42px 0 36px;
}
.products-main .page-hero h1{
  max-width:940px;
}
.products-main .page-hero .actions{
  margin-top:22px;
}
.products-main .product-tools{
  padding:28px 0;
}
.products-main .product-tools-panel{
  padding:20px;
}
.products-main .product-tools-top{
  margin-bottom:14px;
}
.products-main .product-tools h2{
  font-size:clamp(26px,3.4vw,38px);
  margin-bottom:6px;
}
.products-main #flavors{
  padding-top:42px;
}
.products-main .product-section-title{
  margin-bottom:20px;
}
.products-main .product-section-title h2{
  font-size:clamp(28px,3.8vw,44px);
}
.products-main .product-grid{
  gap:16px;
}
.products-main .product-card figure{
  height:210px;
}
.products-main .product-info{
  padding:17px;
}
.products-main .product-info h3{
  font-size:20px;
}
.products-main .product-info p{
  font-size:13.5px;
  line-height:1.45;
}
.products-main .qty-control{
  padding-top:10px;
}
.products-main .product-section-block{
  padding-top:42px;
  margin-top:42px;
}
.products-main .accessory-card img{
  height:250px;
}
.products-main .request-builder{
  padding-top:56px;
}
.products-main .request-box{
  grid-template-columns:.8fr 1.2fr;
}
.products-main .cart-summary{
  margin-top:14px;
}

/* On desktop, show more products per row if space allows */
@media(min-width:1180px){
  .products-main .product-grid{
    grid-template-columns:repeat(4, minmax(0, 1fr));
  }
}

/* Tablet */
@media(max-width:1000px){
  .products-main .page-hero{
    padding:36px 0 30px;
  }
  .products-main .product-tools{
    padding:22px 0;
  }
  .products-main .request-box{
    grid-template-columns:1fr!important;
  }
}

/* Mobile: product list appears quickly */
@media(max-width:700px){
  .products-main .page-hero{
    padding:34px 0 26px;
  }
  .products-main .page-hero h1{
    font-size:clamp(30px,9vw,40px);
  }
  .products-main .page-hero p{
    font-size:15px;
  }
  .products-main .product-tools{
    padding:18px 0;
  }
  .products-main .product-tools-panel{
    padding:15px;
  }
  .products-main .product-tools h2{
    font-size:26px;
  }
  .products-main #flavors{
    padding-top:30px;
  }
  .products-main .product-section-title{
    display:block;
    margin-bottom:16px;
  }
  .products-main .product-section-title h2{
    font-size:30px;
  }
  .products-main .product-grid{
    gap:12px;
  }
  .products-main .product-card figure{
    height:185px!important;
  }
  .products-main .product-info{
    padding:15px!important;
  }
  .products-main .product-info p{
    display:none;
  }
  .products-main .size{
    margin-top:6px;
  }
  .products-main .qty-control{
    margin-top:10px;
  }
  .products-main .product-section-block{
    padding-top:32px;
    margin-top:32px;
  }
  .products-main .accessory-card img{
    height:210px!important;
  }
  .products-main .request-builder{
    padding-top:44px;
  }
}




/* PREMIUM TYPOGRAPHY + COLOUR POLISH */
:root{
  --bg:#f7f2ea;
  --paper:#fffaf2;
  --white:#ffffff;
  --ink:#111111;
  --soft:#5f6470;
  --dark:#070709;
  --dark2:#11141a;
  --gold:#d6a84f;
  --gold2:#f3d58b;
  --line:rgba(0,0,0,.09);
  --wline:rgba(255,255,255,.12);
  --shadow:0 24px 70px rgba(0,0,0,.10);
  --radius:26px;
}

html{
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

body{
  font-family:"Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif!important;
  background:var(--bg)!important;
  color:var(--ink)!important;
  letter-spacing:-.01em;
}

/* Dark, cleaner top ticker */
.top-note{
  background:#070709!important;
  color:var(--gold)!important;
  border-bottom:1px solid rgba(214,168,79,.22)!important;
  font-size:11.5px!important;
  letter-spacing:.09em!important;
}
.top-note-track{
  animation-duration:58s!important;
}
.top-note-track span{
  color:var(--gold)!important;
}

/* Cleaner header */
.header{
  background:rgba(7,7,9,.94)!important;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
}
.brand strong{
  font-weight:900;
  letter-spacing:-.025em;
}
.brand span{
  color:#aeb4bf!important;
}

/* More premium headings */
h1,h2,h3{
  font-family:"Manrope", system-ui, sans-serif!important;
  font-weight:900!important;
  letter-spacing:-.055em!important;
}
h1{
  max-width:980px;
}
h2{
  letter-spacing:-.045em!important;
}
p,.lead,.seo-copy{
  letter-spacing:-.01em;
}

/* Softer gold usage */
.eyebrow{
  color:var(--gold)!important;
  letter-spacing:.17em!important;
  font-size:11.5px!important;
}
.btn.gold,
.send-request-btn,
.lead-gate-btn.continue{
  background:linear-gradient(135deg,var(--gold),var(--gold2))!important;
  color:#0b0b0b!important;
  box-shadow:0 16px 38px rgba(214,168,79,.18)!important;
}
.btn.dark{
  background:#070709!important;
  color:#fff!important;
}
.btn.outline{
  background:rgba(255,255,255,.055)!important;
  border-color:rgba(255,255,255,.20)!important;
}

/* Cleaner section tone */
.section.white,
.contact,
.request-builder,
.product-tools{
  background:#fffaf2!important;
}
.section.dark{
  background:#070709!important;
}
.page-hero,
.hero{
  background:
    radial-gradient(circle at 78% 18%,rgba(214,168,79,.18),transparent 28%),
    radial-gradient(circle at 10% 88%,rgba(255,255,255,.055),transparent 30%),
    linear-gradient(135deg,#050506,#11141a 58%,#070709)!important;
}

/* Premium cards */
.clean-panel,
.showcase-card,
.b2b-list-item,
.package-card,
.flow-step,
.service-card,
.faq-item,
.cart-summary,
.product-tools-panel,
.accessory-card,
.product-card{
  border-color:rgba(0,0,0,.08)!important;
  box-shadow:0 18px 55px rgba(0,0,0,.08)!important;
}
.product-card{
  background:#111318!important;
}
.product-card figure,
.accessory-card img{
  background:#f4efe6!important;
}
.product-info h3,
.accessory-body h3{
  letter-spacing:-.04em!important;
}
.product-info p,
.accessory-body p,
.clean-panel p,
.package-card p,
.flow-step p,
.service-card p,
.faq-item p{
  color:var(--soft)!important;
}

/* Dark sections keep readable text */
.dark .product-info p,
.dark p,
.catalog-point p{
  color:#c8ccd5!important;
}
.catalog-callout,
.inquiry-panel,
.request-box,
.clean-panel.dark-panel{
  background:linear-gradient(135deg,#08090d,#141821)!important;
  border:1px solid rgba(255,255,255,.10)!important;
}

/* Filters/chips cleaner */
.filter-chip{
  border-color:rgba(0,0,0,.10)!important;
}
.filter-chip.active,
.category-tile:hover{
  background:linear-gradient(135deg,var(--gold),var(--gold2))!important;
  color:#0b0b0b!important;
}
.product-search,
.request-form input,
.request-form textarea,
.request-form select,
.lead-gate-form input,
.lead-gate-form select{
  font-family:"Manrope", system-ui, sans-serif!important;
}

/* Product page compact premium feel */
.products-main .product-card{
  border-radius:22px!important;
}
.products-main .product-info span{
  color:var(--gold)!important;
  letter-spacing:.12em!important;
}
.products-main .size{
  color:var(--gold)!important;
}

/* Footer cleaner */
.footer{
  background:#070709!important;
}
.footer p,
.footer small,
.content-protection-note{
  color:#aeb4bf!important;
}
.footer-links a{
  color:var(--gold)!important;
}

/* Mobile refinements */
@media(max-width:700px){
  .top-note{
    font-size:10.5px!important;
  }
  .top-note-track{
    animation-duration:46s!important;
  }
  .hero,
  .page-hero{
    padding-top:38px!important;
    padding-bottom:34px!important;
  }
  h1{
    font-size:clamp(31px,9.5vw,42px)!important;
    line-height:1.02!important;
  }
  h2{
    font-size:clamp(27px,8vw,36px)!important;
  }
  .btn{
    border-radius:16px!important;
    font-weight:900!important;
  }
  .mobile-bottom-bar{
    background:rgba(7,7,9,.96)!important;
  }
  .mobile-bottom-bar a.primary{
    background:linear-gradient(135deg,var(--gold),var(--gold2))!important;
  }
  .nav a.active{
    background:linear-gradient(135deg,var(--gold),var(--gold2))!important;
  }
}




/* LOCAL SEO LANDING PAGE */
.keyword-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.keyword-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:24px;
  box-shadow:var(--shadow);
}
.keyword-card span{
  display:block;
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:11px;
  font-weight:900;
  margin-bottom:8px;
}
.keyword-card h3{
  font-size:25px;
  line-height:1.12;
  margin-bottom:8px;
}
.keyword-card p{
  color:var(--soft);
}
.local-seo-intro{
  max-width:980px;
  margin:0 auto;
  color:var(--soft);
  font-size:17px;
}
.local-seo-intro p+p{
  margin-top:14px;
}
@media(max-width:900px){
  .keyword-grid{grid-template-columns:1fr}
}




/* READABILITY-FIRST TYPOGRAPHY UPDATE */
:root{
  --bg:#faf6ef;
  --paper:#fffaf2;
  --white:#ffffff;
  --ink:#161616;
  --soft:#4f5662;
  --dark:#070709;
  --dark2:#11141a;
  --gold:#d3a04a;
  --gold2:#f0d28a;
  --gold-dark:#8a641b;
  --line:rgba(0,0,0,.10);
  --wline:rgba(255,255,255,.13);
  --shadow:0 20px 58px rgba(0,0,0,.09);
  --radius:24px;
}

html{
  font-size:17px;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

body{
  font-family:"Atkinson Hyperlegible", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif!important;
  color:var(--ink)!important;
  background:var(--bg)!important;
  line-height:1.62!important;
  letter-spacing:0!important;
}

/* Readability spacing */
p,
li,
.lead,
.seo-copy,
.local-seo-intro,
.product-info p,
.accessory-body p,
.clean-panel p,
.service-card p,
.faq-item p,
.package-card p,
.flow-step p,
.cart-empty,
.order-note{
  line-height:1.62!important;
  letter-spacing:0!important;
}

p+p{
  margin-top:.8em;
}

.hero p,
.page-hero p,
.lead,
.seo-copy,
.local-seo-intro{
  max-width:68ch;
}

.center .lead,
.section-head.center .lead{
  margin-left:auto;
  margin-right:auto;
}

/* More legible headings: less tight, not over-compressed */
h1,h2,h3{
  font-family:"Atkinson Hyperlegible", system-ui, sans-serif!important;
  font-weight:700!important;
  letter-spacing:-.018em!important;
}

h1{
  line-height:1.05!important;
  max-width:960px;
}

h2{
  line-height:1.10!important;
}

h3{
  line-height:1.18!important;
}

/* Small labels stay readable */
.eyebrow,
.product-info span,
.category-tile span,
.package-card span,
.keyword-card span{
  letter-spacing:.11em!important;
  font-weight:700!important;
}

/* Improve color contrast on light backgrounds */
.lead,
.product-info p,
.accessory-body p,
.clean-panel p,
.package-card p,
.flow-step p,
.service-card p,
.faq-item p,
.keyword-card p,
.seo-copy,
.local-seo-intro,
.cart-empty,
.order-note{
  color:var(--soft)!important;
}

.eyebrow,
.footer-links a,
.product-info span,
.size{
  color:var(--gold-dark)!important;
}

/* Gold on dark still premium and readable */
.dark .eyebrow,
.page-hero .eyebrow,
.hero .eyebrow,
.catalog-point strong,
.top-note-track span{
  color:var(--gold2)!important;
}

/* Buttons: readable, consistent, large enough */
.btn,
.send-request-btn,
.clear-request-btn,
.lead-gate-btn,
.quick-action,
.filter-chip,
.category-tile{
  font-family:"Atkinson Hyperlegible", system-ui, sans-serif!important;
  font-weight:700!important;
  letter-spacing:0!important;
}

.btn{
  min-height:52px;
  padding:14px 22px;
}

.btn.gold,
.send-request-btn,
.lead-gate-btn.continue,
.mobile-bottom-bar a.primary,
.filter-chip.active{
  background:linear-gradient(135deg,var(--gold),var(--gold2))!important;
  color:#101010!important;
}

.btn.outline{
  border-color:rgba(255,255,255,.24)!important;
}

/* Cards: easier scanning */
.product-info h3,
.accessory-body h3,
.clean-panel h3,
.faq-item h3,
.keyword-card h3{
  letter-spacing:-.012em!important;
}

.product-card figure{
  background:#f5efe5!important;
}

.product-info,
.accessory-body{
  gap:4px;
}

/* Product page readability + less scrolling */
.products-main .page-hero h1{
  max-width:820px;
}

.products-main .product-info p{
  font-size:.93rem!important;
}

.products-main .product-info h3{
  font-size:1.12rem!important;
}

.products-main .product-section-title p{
  max-width:58ch;
}

/* Form readability */
input,
textarea,
select,
button{
  font-family:"Atkinson Hyperlegible", system-ui, sans-serif!important;
}

.request-form input,
.request-form textarea,
.request-form select,
.lead-gate-form input,
.lead-gate-form select,
.product-search{
  font-size:1rem!important;
  line-height:1.4!important;
}

/* Top ticker: slower, less aggressive */
.top-note{
  background:#070709!important;
  color:var(--gold2)!important;
  font-size:.76rem!important;
  letter-spacing:.04em!important;
}
.top-note-track{
  animation-duration:64s!important;
}

/* Better text selection behavior for accessibility: forms still work */
body.protect-content input,
body.protect-content textarea,
body.protect-content select,
body.protect-content button{
  user-select:auto!important;
}

/* Mobile readability */
@media(max-width:700px){
  html{
    font-size:16px;
  }

  body{
    line-height:1.6!important;
  }

  h1{
    font-size:clamp(30px,9.2vw,40px)!important;
    line-height:1.06!important;
    letter-spacing:-.014em!important;
  }

  h2{
    font-size:clamp(26px,7.8vw,34px)!important;
    line-height:1.12!important;
  }

  h3{
    line-height:1.18!important;
  }

  .hero p,
  .page-hero p,
  .lead{
    font-size:1rem!important;
    line-height:1.6!important;
  }

  .section-head{
    margin-bottom:24px!important;
  }

  .product-info h3{
    font-size:1.05rem!important;
  }

  .product-info span,
  .eyebrow{
    font-size:.72rem!important;
  }

  .btn,
  .send-request-btn,
  .clear-request-btn{
    min-height:54px!important;
    font-size:1rem!important;
  }

  .top-note{
    font-size:.68rem!important;
  }

  .top-note-track{
    animation-duration:50s!important;
  }
}

/* Large desktop text width control */
@media(min-width:1180px){
  .seo-copy,
  .local-seo-intro{
    max-width:74ch;
  }
}




/* PREMIUM SMOOTH SCROLL EXPERIENCE */
html{
  scroll-behavior:smooth;
}

body{
}

/* GPU-friendly animation setup */
.hero-card,
.product-card,
.accessory-card,
.clean-panel,
.package-card,
.flow-step,
.service-card,
.faq-item,
.keyword-card,
.cart-summary,
.product-tools-panel,
.request-box,
.inquiry-panel,
.catalog-callout,
.mobile-bottom-bar,
.header{
  transform:translateZ(0);
  backface-visibility:hidden;
}

/* Smooth scroll progress bar */
.scroll-progress{
  position:fixed;
  top:0;
  left:0;
  height:3px;
  width:0%;
  z-index:2000;
  background:linear-gradient(90deg,var(--gold),var(--gold2));
  box-shadow:0 0 18px rgba(214,168,79,.55);
  pointer-events:none;
  transform:translateZ(0);
}

/* Reveal animation. Uses transform + opacity only for smoother FPS. */
.reveal-on-scroll{
  opacity:0;
  transform:translate3d(0,22px,0);
  transition:opacity .58s ease, transform .58s cubic-bezier(.2,.8,.2,1);
  will-change:opacity, transform;
}

.reveal-on-scroll.revealed{
  opacity:1;
  transform:translate3d(0,0,0);
  will-change:auto;
}

/* Premium hover without layout shift */
@media(hover:hover){
  .product-card:hover,
  .accessory-card:hover,
  .clean-panel:hover,
  .package-card:hover,
  .service-card:hover,
  .faq-item:hover{
    transform:translate3d(0,-4px,0);
    transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  }
}

/* Smoother sticky header */
.header{
  transition:background-color .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.header.scrolled{
  background:rgba(7,7,9,.97)!important;
  box-shadow:0 12px 34px rgba(0,0,0,.22);
}

/* Better anchor offset for sticky header */
section,
[id]{
  scroll-margin-top:96px;
}

/* Keep mobile fast: shorter animations */
@media(max-width:700px){
  .reveal-on-scroll{
    transform:translate3d(0,14px,0);
    transition-duration:.42s;
  }
  .scroll-progress{
    height:2px;
  }
}

/* Accessibility: respect reduced motion */
@media(prefers-reduced-motion:reduce){
  html{
    scroll-behavior:auto!important;
  }
  .reveal-on-scroll{
    opacity:1!important;
    transform:none!important;
    transition:none!important;
  }
  .top-note-track{
    animation:none!important;
  }
  .scroll-progress{
    display:none!important;
  }
}




/* SAFE SCROLL FIX: keep normal mouse wheel, trackpad, touch and keyboard scrolling working */
html,
body{
  height:auto!important;
  min-height:100%!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
}

body{
  overscroll-behavior-y:auto!important;
  touch-action:auto!important;
}

main,
section,
.container{
  overflow:visible;
}

/* Keep smooth feel without blocking normal scrolling */
html{
  scroll-behavior:smooth;
}

@media(prefers-reduced-motion:reduce){
  html{
    scroll-behavior:auto!important;
  }
}




/* CATALOGUE + CURRENT STOCK UPGRADE */
.stock-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.stock-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:18px;
  box-shadow:var(--shadow);
}
.stock-card figure{
  height:150px;
  background:#f5efe5;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:14px;
  overflow:hidden;
}
.stock-card figure img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:10px;
}
.stock-card span{
  display:block;
  color:var(--gold-dark);
  font-size:.72rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.1em;
  margin-bottom:6px;
}
.stock-card h3{
  font-size:1.05rem;
  margin-bottom:6px;
}
.stock-card p{
  color:var(--soft);
  font-size:.9rem;
}
.stock-status{
  display:inline-flex;
  margin-top:10px;
  border-radius:999px;
  padding:7px 10px;
  background:rgba(31,191,99,.12);
  color:#146b38;
  font-weight:700;
  font-size:.82rem;
}
.catalogue-cta{
  background:linear-gradient(135deg,#08090d,#141821);
  color:#fff;
  border-radius:var(--radius);
  padding:30px;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:24px;
  align-items:center;
}
.catalogue-cta p{
  color:#c8ccd5;
}
.catalogue-cta .actions{
  justify-content:flex-end;
}
.stock-note{
  margin-top:20px;
  padding:18px;
  border-radius:18px;
  background:#fff4df;
  border:1px solid rgba(211,160,74,.35);
  color:#3b3428;
}
@media(max-width:1000px){
  .stock-grid{grid-template-columns:repeat(2,1fr)}
  .catalogue-cta{grid-template-columns:1fr}
  .catalogue-cta .actions{justify-content:flex-start}
}
@media(max-width:700px){
  .stock-grid{grid-template-columns:1fr}
  .stock-card figure{height:190px}
  .catalogue-cta{padding:22px}
}




/* MINIMAL UI/UX FINAL PASS — DESKTOP + MOBILE */
:root{
  --bg:#f7f3eb;
  --paper:#ffffff;
  --ink:#141414;
  --soft:#5c626d;
  --dark:#08090b;
  --dark2:#111318;
  --gold:#c9973d;
  --gold2:#e8c56f;
  --gold-dark:#7b5716;
  --line:rgba(0,0,0,.10);
  --wline:rgba(255,255,255,.12);
  --shadow:0 10px 30px rgba(0,0,0,.06);
  --radius:18px;
}

*{
  box-sizing:border-box;
}

html,body{
  width:100%;
  overflow-x:hidden!important;
}

body{
  background:var(--bg)!important;
}

/* Minimal top ticker */
.top-note{
  height:34px;
  display:flex;
  align-items:center;
  background:#08090b!important;
  color:var(--gold2)!important;
  border-bottom:1px solid rgba(232,197,111,.18)!important;
}
.top-note-track{
  padding:0!important;
  animation-duration:72s!important;
}

/* Header: smaller, cleaner, stable */
.header{
  position:sticky!important;
  top:0;
  z-index:1000;
  background:rgba(8,9,11,.96)!important;
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(255,255,255,.08)!important;
  box-shadow:none!important;
}
.nav-wrap{
  min-height:72px!important;
}
.brand img{
  width:48px!important;
  height:48px!important;
  border-radius:14px!important;
}
.brand strong{
  font-size:16px!important;
  line-height:1.15!important;
}
.brand span{
  font-size:12px!important;
}
.nav{
  gap:18px!important;
}
.nav a{
  font-size:14px!important;
  font-weight:700!important;
  color:#d9dce2!important;
  padding:8px 0!important;
}
.nav a.active{
  color:var(--gold2)!important;
}

/* Minimal hero and sections */
.hero,
.page-hero{
  padding:58px 0 50px!important;
  background:
    radial-gradient(circle at 80% 10%,rgba(201,151,61,.14),transparent 28%),
    linear-gradient(135deg,#07080a,#10131a)!important;
}
.hero-grid{
  gap:42px!important;
}
h1{
  font-size:clamp(42px,5.2vw,74px)!important;
  line-height:1.02!important;
  letter-spacing:-.02em!important;
}
h2{
  font-size:clamp(30px,3.6vw,48px)!important;
  line-height:1.08!important;
}
h3{
  letter-spacing:-.01em!important;
}
.hero p,
.page-hero p,
.lead{
  color:#d5d9e1!important;
  max-width:62ch!important;
}
.section{
  padding:68px 0!important;
}
.section.white,
.request-builder,
.product-tools{
  background:var(--bg)!important;
}
.section-head{
  margin-bottom:34px!important;
}

/* Buttons: fewer styles, cleaner touch targets */
.actions{
  gap:12px!important;
}
.btn,
.send-request-btn,
.clear-request-btn,
.lead-gate-btn,
.quick-action{
  border-radius:14px!important;
  min-height:50px!important;
  padding:13px 18px!important;
  box-shadow:none!important;
}
.btn.gold,
.send-request-btn,
.lead-gate-btn.continue,
.mobile-bottom-bar a.primary{
  background:#c9973d!important;
  color:#111!important;
}
.btn.gold:hover,
.send-request-btn:hover,
.lead-gate-btn.continue:hover{
  background:#e0bb62!important;
}
.btn.outline,
.btn.dark{
  background:transparent!important;
  border:1px solid rgba(255,255,255,.22)!important;
  color:#fff!important;
}
.section.white .btn.outline,
.product-tools .btn.outline,
.request-builder .btn.outline{
  border-color:rgba(0,0,0,.14)!important;
  color:#111!important;
}

/* Cards: flat, minimal, consistent */
.product-card,
.accessory-card,
.clean-panel,
.package-card,
.flow-step,
.service-card,
.faq-item,
.keyword-card,
.stock-card,
.cart-summary,
.product-tools-panel,
.request-box,
.inquiry-panel,
.catalog-callout,
.catalogue-cta{
  border:1px solid var(--line)!important;
  border-radius:18px!important;
  box-shadow:var(--shadow)!important;
}
.product-card:hover,
.accessory-card:hover,
.clean-panel:hover,
.package-card:hover,
.service-card:hover,
.faq-item:hover{
  transform:none!important;
}

/* Home image card */
.hero-card{
  border-radius:22px!important;
  box-shadow:var(--shadow)!important;
}
.hero-card img{
  height:460px!important;
  object-fit:cover!important;
}
.hero-caption{
  padding:18px 22px!important;
}
.hero-caption strong{
  font-size:22px!important;
}

/* Product page: compact and clear */
.products-main .page-hero{
  padding:42px 0 32px!important;
}
.products-main .product-tools{
  padding:22px 0!important;
}
.product-tools-panel{
  padding:18px!important;
}
.product-tools-top{
  gap:12px!important;
}
.product-search{
  border-radius:14px!important;
  min-height:48px!important;
}
.filter-chips{
  gap:8px!important;
}
.filter-chip{
  border-radius:999px!important;
  min-height:42px!important;
  padding:10px 13px!important;
  background:#fff!important;
}
.filter-chip.active{
  background:#111!important;
  color:#fff!important;
}
.products-main .product-grid{
  gap:14px!important;
}
.products-main .product-card{
  background:#fff!important;
  color:#111!important;
}
.products-main .product-card figure{
  height:180px!important;
  background:#f2eee7!important;
}
.products-main .product-info{
  padding:16px!important;
}
.products-main .product-info p{
  font-size:.9rem!important;
}
.products-main .qty-control{
  background:#f7f3eb!important;
  border-radius:14px!important;
  padding:9px!important;
}
.qty-btn{
  border-radius:12px!important;
  background:#111!important;
  color:#fff!important;
}
.qty-input{
  background:#fff!important;
  color:#111!important;
}

/* Request / lead forms */
.request-box,
.catalogue-cta,
.inquiry-panel,
.catalog-callout{
  background:#111318!important;
}
.request-form input,
.request-form textarea,
.request-form select,
.lead-gate-form input,
.lead-gate-form select,
.product-search{
  border-radius:14px!important;
}
.request-box .sales-note{
  background:rgba(255,255,255,.08)!important;
  border:1px solid rgba(232,197,111,.35)!important;
}

/* WhatsApp floating button as logo */
.whatsapp{
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  min-height:58px!important;
  padding:0!important;
  border-radius:50%!important;
  right:18px!important;
  bottom:18px!important;
  background:#25D366!important;
  color:transparent!important;
  font-size:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-shadow:0 12px 32px rgba(37,211,102,.28)!important;
}
.whatsapp::before{
  content:"";
  width:31px;
  height:31px;
  display:block;
  background:url("images/whatsapp.svg") center/contain no-repeat;
}

/* Floating cart should not cover content */
.floating-request-cart{
  border-radius:14px!important;
  box-shadow:var(--shadow)!important;
}

/* Footer: minimal */
.footer{
  padding:34px 0 44px!important;
}
.footer-grid{
  gap:24px!important;
}
.footer img{
  width:48px!important;
  height:48px!important;
  border-radius:14px!important;
}

/* Scroll progress minimal */
.scroll-progress{
  height:2px!important;
  box-shadow:none!important;
}

/* Mobile layout */
@media(max-width:900px){
  .hero-grid,
  .request-box,
  .catalogue-cta,
  .inquiry-panel,
  .catalog-callout,
  .contact-grid{
    grid-template-columns:1fr!important;
  }
  .hero-card img{
    height:360px!important;
  }
}

@media(max-width:700px){
  .top-note{
    height:30px;
  }
  .nav-wrap{
    min-height:66px!important;
  }
  .brand{
    max-width:72%!important;
  }
  .brand img{
    width:42px!important;
    height:42px!important;
  }
  .brand strong{
    font-size:13px!important;
  }
  .brand span{
    display:none!important;
  }
  .menu{
    min-width:46px!important;
    width:46px!important;
    height:42px!important;
    padding:0!important;
    border-radius:14px!important;
  }
  .menu-text{
    display:none!important;
  }
  .hamburger{
    font-size:21px!important;
  }
  .nav{
    top:70px!important;
    left:0!important;
    right:0!important;
    border-radius:18px!important;
    padding:10px!important;
  }
  .nav.open{
    gap:7px!important;
  }
  .nav a{
    min-height:48px!important;
    border-radius:14px!important;
    font-size:14px!important;
  }

  .hero,
  .page-hero{
    padding:38px 0 34px!important;
  }
  h1{
    font-size:clamp(31px,9.4vw,42px)!important;
    line-height:1.05!important;
  }
  h2{
    font-size:clamp(26px,7.8vw,34px)!important;
  }
  .section{
    padding:48px 0!important;
  }
  .hero-card img{
    height:260px!important;
  }
  .hero-caption{
    padding:15px 16px!important;
  }
  .hero-caption strong{
    font-size:18px!important;
  }

  .actions{
    flex-direction:column!important;
  }
  .btn{
    width:100%!important;
  }

  .products-main .product-tools{
    padding:14px 0!important;
  }
  .products-main #flavors{
    padding-top:24px!important;
  }
  .products-main .product-card figure{
    height:165px!important;
  }
  .products-main .product-info p{
    display:none!important;
  }
  .filter-chips{
    grid-template-columns:1fr 1fr!important;
  }
  .filter-chip{
    border-radius:12px!important;
    min-height:44px!important;
    font-size:13px!important;
  }

  .whatsapp{
    display:none!important;
  }
  .mobile-bottom-bar{
    left:10px!important;
    right:10px!important;
    bottom:10px!important;
    border-radius:18px!important;
    padding:7px!important;
  }
  .mobile-bottom-bar a{
    min-height:50px!important;
    border-radius:13px!important;
  }
  body{
    padding-bottom:82px!important;
  }
}

/* Small phones */
@media(max-width:390px){
  .container{
    width:92%!important;
  }
  .hero-card img{
    height:230px!important;
  }
  .products-main .product-card figure{
    height:150px!important;
  }
}




/* ALL PAGES CLEAN UI/UX CHECK — FINAL CONSISTENCY PATCH */
.container{
  max-width:1180px;
}

/* Header/nav must remain clean with 7 desktop links */
@media(min-width:901px){
  .menu{
    display:none!important;
  }
  .nav{
    display:flex!important;
    align-items:center!important;
    gap:16px!important;
    white-space:nowrap;
  }
  .nav a{
    font-size:13.5px!important;
  }
}

/* Better page hero balance across all pages */
.page-hero .container,
.hero .container{
  position:relative;
  z-index:2;
}
.page-hero h1{
  max-width:860px;
}
.page-hero p{
  max-width:680px!important;
}

/* Make all content sections visually consistent */
.section.white,
.section,
.product-tools,
.request-builder{
  position:relative;
}
.section.white + .section.white,
.section + .section{
  border-top:1px solid rgba(0,0,0,.04);
}

/* Consistent card padding */
.clean-panel,
.package-card,
.flow-step,
.service-card,
.faq-item,
.keyword-card,
.stock-card,
.cart-summary,
.product-tools-panel{
  padding:22px!important;
}

/* Keep grid pages clean */
.faq-grid,
.keyword-grid,
.stock-grid,
.product-grid,
.accessory-grid,
.package-grid,
.wholesale-flow{
  align-items:stretch;
}

/* Product page: keep cart clear but not too heavy */
.products-main .request-builder{
  background:#f7f3eb!important;
}
.products-main .request-box{
  margin-top:0;
}

/* Forms should be easy to tap/read */
input,
textarea,
select{
  min-height:48px;
}

/* Avoid huge content blocks on mobile */
@media(max-width:700px){
  .container{
    width:92%!important;
  }
  .page-hero h1{
    max-width:100%;
  }
  .page-hero p,
  .hero p,
  .lead{
    max-width:100%!important;
  }
  .clean-panel,
  .package-card,
  .flow-step,
  .service-card,
  .faq-item,
  .keyword-card,
  .stock-card,
  .cart-summary,
  .product-tools-panel{
    padding:18px!important;
  }
  .stock-grid,
  .faq-grid,
  .keyword-grid,
  .package-grid,
  .wholesale-flow,
  .clean-grid-2,
  .clean-grid-3,
  .b2b-list{
    grid-template-columns:1fr!important;
  }
  .footer-links{
    gap:10px!important;
  }
  .footer-links a{
    font-size:12px!important;
  }
}

/* Small desktop/laptop header safety */
@media(min-width:901px) and (max-width:1120px){
  .brand strong{
    font-size:14px!important;
  }
  .brand span{
    font-size:11px!important;
  }
  .nav{
    gap:12px!important;
  }
  .nav a{
    font-size:12.5px!important;
  }
}

/* Keep WhatsApp icon clean and not intrusive on desktop */
@media(min-width:701px){
  .whatsapp{
    opacity:.94;
  }
  .whatsapp:hover{
    opacity:1;
    transform:translateY(-2px);
  }
}

/* Touch targets */
a,
button,
.btn,
.filter-chip,
.qty-btn,
.quick-action{
  touch-action:manipulation;
}




/* IPHONE / SAFARI / ALL-DEVICE COMPATIBILITY PASS */
:root{
  --safe-top:env(safe-area-inset-top, 0px);
  --safe-right:env(safe-area-inset-right, 0px);
  --safe-bottom:env(safe-area-inset-bottom, 0px);
  --safe-left:env(safe-area-inset-left, 0px);
}

/* iPhone notch / Dynamic Island support */
html{
  min-height:100%;
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}

body{
  min-height:100svh;
  padding-left:var(--safe-left);
  padding-right:var(--safe-right);
}

/* Fixed/sticky UI respects iPhone safe area */
.top-note{
  padding-left:max(12px, var(--safe-left))!important;
  padding-right:max(12px, var(--safe-right))!important;
}

.header{
  padding-left:var(--safe-left);
  padding-right:var(--safe-right);
}

/* Do not let anchors hide under sticky header + iPhone top area */
section,
[id]{
  scroll-margin-top:calc(98px + var(--safe-top))!important;
}

/* Safari stable viewport height utilities */
.hero,
.page-hero{
  min-height:auto;
}

/* Better iOS form behavior: prevents zoom and keeps inputs usable */
input,
textarea,
select,
button{
  font-size:16px;
  -webkit-appearance:none;
  appearance:none;
}

select{
  background-image:none;
}

textarea{
  -webkit-overflow-scrolling:touch;
}

/* iOS tap polish */
a,
button,
.btn,
.filter-chip,
.qty-btn,
.quick-action,
.mobile-bottom-bar a,
.nav a{
  -webkit-tap-highlight-color:rgba(201,151,61,.18);
  touch-action:manipulation;
}

/* Prevent images/cards from causing horizontal overflow */
img,
video,
svg,
canvas{
  max-width:100%;
}

table{
  max-width:100%;
}

/* Safer fixed buttons around iPhone home indicator */
.whatsapp{
  right:calc(18px + var(--safe-right))!important;
  bottom:calc(18px + var(--safe-bottom))!important;
}

.floating-request-cart{
  right:calc(18px + var(--safe-right))!important;
  bottom:calc(86px + var(--safe-bottom))!important;
}

.mobile-bottom-bar{
  left:calc(10px + var(--safe-left))!important;
  right:calc(10px + var(--safe-right))!important;
  bottom:calc(10px + var(--safe-bottom))!important;
}

/* Bottom padding so content never hides behind iPhone home indicator/mobile bar */
@media(max-width:700px){
  body{
    padding-bottom:calc(88px + var(--safe-bottom))!important;
  }

  .footer{
    padding-bottom:calc(92px + var(--safe-bottom))!important;
  }

  .mobile-bottom-bar{
    display:grid!important;
  }

  .lead-gate-overlay,
  .age-gate{
    padding-top:calc(18px + var(--safe-top))!important;
    padding-bottom:calc(18px + var(--safe-bottom))!important;
    padding-left:calc(18px + var(--safe-left))!important;
    padding-right:calc(18px + var(--safe-right))!important;
  }

  .lead-gate-modal,
  .age-box{
    max-height:calc(100svh - 34px - var(--safe-top) - var(--safe-bottom));
    overflow:auto;
    -webkit-overflow-scrolling:touch;
  }

  .nav{
    max-height:calc(100svh - 90px - var(--safe-top) - var(--safe-bottom))!important;
    overflow:auto!important;
    -webkit-overflow-scrolling:touch;
  }
}

/* iPhone 13/14/15/16/17 Pro Max class screens */
@media(max-width:480px) and (min-height:800px){
  .hero,
  .page-hero{
    padding-top:calc(40px + (var(--safe-top) / 2))!important;
  }

  .hero-card img{
    height:clamp(240px, 34svh, 330px)!important;
  }

  .products-main .product-card figure{
    height:clamp(155px, 24svh, 205px)!important;
  }

  .stock-card figure{
    height:clamp(170px, 25svh, 220px)!important;
  }
}

/* Landscape phones: prevent huge hero and improve scrolling */
@media(max-height:520px) and (orientation:landscape){
  .top-note{
    display:none!important;
  }

  .nav-wrap{
    min-height:58px!important;
  }

  .hero,
  .page-hero{
    padding:26px 0!important;
  }

  h1{
    font-size:clamp(28px, 5vw, 44px)!important;
  }

  .hero-card img{
    height:220px!important;
  }

  .mobile-bottom-bar{
    display:none!important;
  }

  body{
    padding-bottom:0!important;
  }
}

/* Large desktop / 4K: keep readable width and premium spacing */
@media(min-width:1600px){
  .container{
    max-width:1320px!important;
  }

  .hero-grid{
    gap:64px!important;
  }

  .hero-card img{
    height:520px!important;
  }

  .product-grid{
    gap:18px!important;
  }
}

/* Ultra-wide screens: avoid stretching text too much */
@media(min-width:2200px){
  .container{
    max-width:1440px!important;
  }

  h1{
    max-width:1040px!important;
  }

  .hero p,
  .page-hero p,
  .lead{
    max-width:70ch!important;
  }
}

/* Older Android / lower power phones: reduce heavy effects */
@media(max-width:700px){
  .hero-card,
  .product-card,
  .accessory-card,
  .clean-panel,
  .package-card,
  .flow-step,
  .service-card,
  .faq-item,
  .keyword-card,
  .stock-card{
    box-shadow:0 8px 22px rgba(0,0,0,.055)!important;
  }

  .header{
    backdrop-filter:none!important;
  }
}

/* Print compatibility */
@media print{
  .top-note,
  .header,
  .whatsapp,
  .mobile-bottom-bar,
  .floating-request-cart,
  .scroll-progress,
  .age-gate,
  .lead-gate-overlay{
    display:none!important;
  }

  body{
    padding:0!important;
    background:#fff!important;
    color:#000!important;
  }

  a{
    color:#000!important;
    text-decoration:none!important;
  }
}
