/* =========================================================
   AL-KHUBAIB FOODS — premium stylesheet
   Palette: deep spiced-green + antique gold + warm cream
   Display: Fraunces (serif, characterful) / Body: Manrope
   Signature element: CSS-rendered foil "pouch" product cards
   ========================================================= */

:root{
  --green-950:#0a2116;
  --green-900:#0f2e1e;
  --green-800:#15422b;
  --green-700:#1c5638;
  --gold-700:#a5761f;
  --gold-600:#c1902f;
  --gold-500:#d6a94e;
  --gold-300:#ecd39d;
  --cream-50:#faf7ef;
  --cream-100:#f3ecdc;
  --ink-900:#1b241d;
  --ink-700:#3c463e;
  --ink-500:#6b756c;
  --white:#ffffff;
  --red-600:#c0392b;
  --red-50:#fbe9e7;

  --font-display:'Fraunces', Georgia, serif;
  --font-body:'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --radius-sm:8px;
  --radius-md:14px;
  --radius-lg:22px;
  --shadow-sm:0 2px 10px rgba(15,46,30,0.08);
  --shadow-md:0 12px 32px rgba(15,46,30,0.14);
  --shadow-gold:0 10px 24px rgba(193,144,47,0.28);
  --container-w:1240px;
}

*,*::before,*::after{box-sizing:border-box;}

/* ---------- Scroll reveal ---------- */
.reveal{opacity:0;transform:translateY(22px);transition:opacity .6s ease, transform .6s ease;}
.reveal.in-view{opacity:1;transform:translateY(0);}
.reveal-stagger.in-view > *{opacity:1;transform:translateY(0);}
.reveal-stagger > *{opacity:0;transform:translateY(18px);transition:opacity .5s ease, transform .5s ease;}
.reveal-stagger.in-view > *:nth-child(1){transition-delay:.02s;}
.reveal-stagger.in-view > *:nth-child(2){transition-delay:.08s;}
.reveal-stagger.in-view > *:nth-child(3){transition-delay:.14s;}
.reveal-stagger.in-view > *:nth-child(4){transition-delay:.2s;}
.reveal-stagger.in-view > *:nth-child(5){transition-delay:.26s;}
.reveal-stagger.in-view > *:nth-child(6){transition-delay:.32s;}
.reveal-stagger.in-view > *:nth-child(7){transition-delay:.38s;}
.reveal-stagger.in-view > *:nth-child(8){transition-delay:.44s;}
@media (prefers-reduced-motion: reduce){
  .reveal,.reveal-stagger > *{opacity:1 !important;transform:none !important;transition:none !important;}
}

/* ---------- Sticky header scroll shadow ---------- */
.site-header.scrolled{box-shadow:0 6px 24px rgba(10,33,22,0.14);}
.site-header{transition:box-shadow .2s ease;}

html{scroll-behavior:smooth;}
section[id]{scroll-margin-top:120px;}

::selection{background:var(--gold-500);color:var(--green-950);}
::-webkit-scrollbar{width:11px;}
::-webkit-scrollbar-track{background:var(--cream-100);}
::-webkit-scrollbar-thumb{background:var(--green-800);border-radius:8px;border:2px solid var(--cream-100);}
::-webkit-scrollbar-thumb:hover{background:var(--gold-600);}
body{
  margin:0;
  font-family:var(--font-body);
  color:var(--ink-900);
  background:var(--cream-50);
  -webkit-font-smoothing:antialiased;
  line-height:1.55;
}
img{max-width:100%;display:block;}
a{color:inherit;text-decoration:none;}
ul{list-style:none;margin:0;padding:0;}
button{font-family:inherit;cursor:pointer;}
h1,h2,h3,h4{font-family:var(--font-display);margin:0;color:var(--green-950);font-weight:600;}
p{margin:0;}
.container{max-width:var(--container-w);margin:0 auto;padding:0 24px;}

:focus-visible{outline:3px solid var(--gold-500);outline-offset:2px;}

@media (prefers-reduced-motion: reduce){
  *{animation-duration:0.001ms !important;transition-duration:0.001ms !important;}
}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:12px 22px;border-radius:var(--radius-sm);
  font-weight:700;font-size:0.95rem;letter-spacing:0.02em;
  border:2px solid transparent;transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space:nowrap;
}
.btn:hover{transform:translateY(-2px);}
.btn-gold{background:linear-gradient(135deg,var(--gold-500),var(--gold-700));color:var(--green-950);box-shadow:var(--shadow-gold);}
.btn-gold:hover{box-shadow:0 14px 30px rgba(193,144,47,0.4);}
.btn-outline{background:transparent;border-color:var(--green-900);color:var(--green-900);}
.btn-outline:hover{background:var(--green-900);color:var(--white);}
.btn-outline-light{background:transparent;border-color:rgba(255,255,255,0.5);color:var(--white);}
.btn-outline-light:hover{background:rgba(255,255,255,0.12);border-color:var(--white);}
.btn-add{width:100%;background:var(--green-950);color:var(--white);padding:11px 16px;font-size:0.88rem;border-radius:var(--radius-sm);}
.btn-add:hover{background:var(--gold-600);color:var(--green-950);}
.btn-sm{padding:9px 16px;font-size:0.82rem;}

/* ---------- Top bar ---------- */
.topbar{background:var(--green-950);color:var(--cream-100);font-size:0.78rem;padding:6px 0;}
.topbar-inner{display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;}
.topbar-item{display:flex;align-items:center;gap:8px;white-space:nowrap;}
.topbar-item i{color:var(--gold-500);}
.topbar-item strong{color:var(--white);font-weight:700;}

/* ---------- Header ---------- */
.site-header{background:var(--white);position:relative;z-index:40;box-shadow:0 1px 0 rgba(15,46,30,0.06);}
.header-inner{display:flex;align-items:center;gap:22px;padding:13px 24px;}
.logo{display:flex;align-items:center;gap:12px;flex-shrink:0;}
.logo-mark{
  width:46px;height:46px;border-radius:50%;
  border:2px solid var(--gold-600);
  display:flex;align-items:center;justify-content:center;
  color:var(--gold-600);font-size:1.15rem;background:var(--cream-50);
}
.logo-text{display:flex;flex-direction:column;line-height:1.1;}
.logo-name{font-family:var(--font-display);font-weight:700;font-size:1.35rem;color:var(--green-950);letter-spacing:0.02em;}
.logo-tag{font-size:0.62rem;letter-spacing:0.18em;color:var(--gold-700);font-weight:700;}

.header-search{flex:1;display:flex;max-width:560px;border:2px solid var(--cream-100);border-radius:999px;overflow:hidden;background:var(--white);}
.header-search select{
  border:none;background:var(--cream-100);padding:0 14px;font-family:inherit;font-size:0.85rem;color:var(--ink-700);
  border-right:1px solid rgba(0,0,0,0.06);
}
.header-search input{flex:1;border:none;padding:12px 16px;font-family:inherit;font-size:0.92rem;min-width:0;}
.header-search input:focus{outline:none;}
.header-search button{background:var(--green-950);color:var(--white);border:none;width:52px;font-size:1rem;}
.header-search button:hover{background:var(--gold-600);color:var(--green-950);}

.header-actions{display:flex;align-items:center;gap:22px;margin-left:auto;flex-shrink:0;}
.header-action{display:flex;flex-direction:column;align-items:center;gap:3px;font-size:0.72rem;font-weight:700;color:var(--ink-700);}
.header-action i{font-size:1.1rem;color:var(--green-900);}
.header-action:hover i{color:var(--gold-600);}
.cart-icon{position:relative;}
.cart-count{
  position:absolute;top:-8px;right:-10px;background:var(--red-600);color:var(--white);
  font-size:0.62rem;font-weight:800;width:17px;height:17px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
}
.mobile-toggle{display:none;background:none;border:none;font-size:1.35rem;color:var(--green-950);}

/* ---------- Main nav ---------- */
.main-nav{background:var(--green-950);}
.main-nav ul{display:flex;gap:2px;flex-wrap:wrap;}
.main-nav a{
  display:block;padding:12px 16px;font-weight:700;font-size:0.86rem;letter-spacing:0.03em;
  color:var(--cream-100);border-bottom:3px solid transparent;transition:all .15s ease;
}
.main-nav a:hover,.main-nav a.active{color:var(--gold-400,#e0b563);border-bottom-color:var(--gold-500);background:rgba(255,255,255,0.03);}

/* ---------- Hero (shared shell) ---------- */
.hero{position:relative;background:linear-gradient(120deg,var(--green-950) 0%,var(--green-800) 70%);overflow:hidden;color:var(--white);}
.hero-inner{display:grid;grid-template-columns:1.05fr 0.95fr;gap:32px;align-items:center;padding:42px 24px;position:relative;z-index:2;}
.hero-eyebrow{color:var(--gold-500);font-weight:700;letter-spacing:0.08em;font-style:italic;font-family:var(--font-display);margin-bottom:6px;display:inline-block;}
.hero h1{font-size:clamp(2rem,4vw,3.1rem);line-height:1.08;color:var(--white);margin-bottom:12px;}
.hero h1 em{font-style:normal;color:var(--gold-500);}
.hero p.lead{color:rgba(255,255,255,0.82);font-size:1.05rem;max-width:520px;margin-bottom:18px;}
.hero-ctas{display:flex;gap:12px;flex-wrap:wrap;}
.hero-dots{display:flex;gap:8px;margin-top:16px;}
.hero-dot{width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,0.3);border:none;padding:0;cursor:pointer;transition:all .2s ease;}
.hero-dot.active{background:var(--gold-500);width:26px;border-radius:5px;}
.hero-art{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:260px;}

/* Decorative texture using CSS only, no external imagery */
.hero::before{
  content:'';position:absolute;inset:0;opacity:0.5;pointer-events:none;
  background-image:radial-gradient(rgba(214,169,78,0.14) 1.5px, transparent 1.5px);
  background-size:26px 26px;
}
.hero::after{
  content:'';position:absolute;right:-120px;top:-120px;width:420px;height:420px;border-radius:50%;
  background:radial-gradient(circle,rgba(214,169,78,0.18),transparent 70%);pointer-events:none;
}

/* Bowl illustration used across heroes */
.bowl-illustration{width:280px;height:280px;position:relative;}

/* Real hero photo slot (used automatically once a matching file exists in assets/img/) */
.hero-photo{
  width:100%;max-width:440px;aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius-lg);
  box-shadow:var(--shadow-md);border:6px solid rgba(255,255,255,0.14);
}
.gallery-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.building-photo{width:100%;height:100%;min-height:220px;object-fit:cover;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);}
.bowl-illustration .steam{position:absolute;top:-6px;left:50%;transform:translateX(-50%);display:flex;gap:14px;}
.bowl-illustration .steam span{
  width:6px;height:46px;border-radius:6px;background:linear-gradient(rgba(255,255,255,0.55),transparent);
  animation:steamRise 3s ease-in-out infinite;
}
.bowl-illustration .steam span:nth-child(2){animation-delay:.6s;height:58px;}
.bowl-illustration .steam span:nth-child(3){animation-delay:1.2s;}
@keyframes steamRise{
  0%{opacity:0;transform:translateY(6px) scaleY(0.8);}
  40%{opacity:0.9;}
  100%{opacity:0;transform:translateY(-18px) scaleY(1.1);}
}
.bowl-illustration .bowl{
  position:absolute;bottom:0;left:50%;transform:translateX(-50%);
  width:260px;height:130px;border-radius:0 0 130px 130px;
  background:linear-gradient(180deg,var(--gold-300),var(--gold-600));
  box-shadow:inset 0 -14px 30px rgba(0,0,0,0.18), var(--shadow-md);
}
.bowl-illustration .bowl::before{
  content:'';position:absolute;top:0;left:8px;right:8px;height:34px;border-radius:50%;
  background:radial-gradient(ellipse at center, #7a3a17 0%, #5c2a10 55%, #3f1c0a 100%);
}
.bowl-illustration .bowl::after{
  content:'';position:absolute;top:2px;left:8px;right:8px;height:30px;border-radius:50%;
  border:3px solid rgba(255,255,255,0.25);
}
.bowl-illustration .rim{
  position:absolute;bottom:128px;left:50%;transform:translateX(-50%);
  width:276px;height:20px;border-radius:50%;background:linear-gradient(180deg,var(--gold-500),var(--gold-700));
}

/* ---------- Pill features bar ---------- */
.features-bar{background:var(--white);border-bottom:1px solid var(--cream-100);box-shadow:0 2px 14px rgba(15,46,30,0.05);position:relative;z-index:2;}
.features-bar .container{display:flex;flex-wrap:wrap;justify-content:space-between;padding:16px 24px;gap:14px;}
.feature-item{
  display:flex;align-items:center;gap:12px;font-size:0.85rem;flex:1;min-width:180px;
  position:relative;padding:6px 14px 6px 0;transition:transform .2s ease;
}
.feature-item:hover{transform:translateY(-2px);}
.feature-item:not(:last-child)::after{
  content:'';position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:30px;background:var(--cream-100);
}
.feature-item i{
  width:44px;height:44px;border-radius:50%;background:var(--cream-100);color:var(--green-900);
  display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0;
  transition:transform .2s ease, background .2s ease, color .2s ease;
}
.feature-item:hover i{transform:scale(1.1) rotate(-4deg);}
.feature-item:nth-child(2) i{color:var(--gold-700);}
.feature-item:nth-child(3) i{color:#1f5a6b;}
.feature-item:nth-child(4) i{color:var(--red-600);}
.feature-item:nth-child(5) i{color:#3d6b1f;}
.feature-item strong{display:block;color:var(--green-950);font-size:0.85rem;}
.feature-item span.sub{color:var(--ink-500);font-size:0.78rem;}

@media (max-width:840px){
  .feature-item:not(:last-child)::after{display:none;}
}

/* ---------- Section shells ---------- */
.section{padding:44px 0;}
.section-alt{background:var(--cream-100);}
.section-head{text-align:center;max-width:640px;margin:0 auto 26px;}
.section-head .eyebrow{
  color:var(--gold-700);font-weight:700;letter-spacing:0.14em;text-transform:uppercase;font-size:0.75rem;
}
.section-head h2{font-size:clamp(1.7rem,3vw,2.3rem);margin-top:5px;}
.section-head p{color:var(--ink-500);margin-top:8px;}
.divider-mark{width:60px;height:3px;background:var(--gold-500);margin:10px auto 0;border-radius:3px;}

/* ---------- Category grid ---------- */
.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:14px;}
.category-card{
  background:var(--white);border-radius:var(--radius-md);padding:18px 12px;text-align:center;
  box-shadow:var(--shadow-sm);transition:transform .2s ease, box-shadow .2s ease;border:1px solid var(--cream-100);
}
.category-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md);}
.category-card .cat-icon{
  width:56px;height:56px;border-radius:50%;margin:0 auto 10px;
  background:linear-gradient(150deg,var(--green-900),var(--green-700));
  color:var(--gold-300);display:flex;align-items:center;justify-content:center;font-size:1.5rem;
  transition:transform .25s ease;
}
.category-card:hover .cat-icon{transform:scale(1.08) rotate(-4deg);}
.category-card:nth-child(2) .cat-icon{background:linear-gradient(150deg,#8a4a1f,#5c2f13);color:var(--gold-300);}
.category-card:nth-child(3) .cat-icon{background:linear-gradient(150deg,#7a1f1f,#4a1010);color:#f3c9a8;}
.category-card:nth-child(4) .cat-icon{background:linear-gradient(150deg,#1f5a6b,#123540);color:#bfe6f0;}
.category-card:nth-child(5) .cat-icon{background:linear-gradient(150deg,var(--gold-700),#7a5416);color:var(--green-950);}
.category-card:nth-child(6) .cat-icon{background:linear-gradient(150deg,#5c1f5c,#331033);color:#e8c9e8;}
.category-card:nth-child(7) .cat-icon{background:linear-gradient(150deg,#8a2f4a,#4a1526);color:#f3c9d5;}
.category-card:nth-child(8) .cat-icon{background:linear-gradient(150deg,#3d5c1f,#1f2f10);color:#d9e8b8;}
.category-card span{font-weight:700;font-size:0.9rem;color:var(--green-950);}

/* ---------- Product grid & pouch cards (signature element) ---------- */
.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;}
@media (max-width:420px){ .product-grid{grid-template-columns:1fr;} }
@media (min-width:640px){ .product-grid{grid-template-columns:repeat(3,1fr);gap:20px;} }
@media (min-width:960px){ .product-grid{grid-template-columns:repeat(4,1fr);gap:24px;} }

.product-grid.list-view{grid-template-columns:1fr;gap:14px;}
.product-grid.list-view .product-card{display:flex;align-items:stretch;}
.product-grid.list-view .product-thumb{width:180px;min-width:180px;min-height:auto;}
.product-grid.list-view .product-thumb .thumb-photo{min-height:auto;}
.product-grid.list-view .product-body{flex:1;display:flex;flex-direction:column;justify-content:center;}
.product-grid.list-view .thumb-overlay{display:none;}

.view-toggle{display:flex;gap:6px;}
.view-toggle button{
  width:38px;height:38px;border-radius:8px;border:1px solid var(--cream-100);background:var(--white);
  color:var(--ink-500);display:flex;align-items:center;justify-content:center;
}
.view-toggle button.active,.view-toggle button:hover{background:var(--green-950);color:var(--white);border-color:var(--green-950);}
.product-card{
  background:var(--white);border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--cream-100);
  box-shadow:var(--shadow-sm);transition:transform .2s ease, box-shadow .2s ease;
}
.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md);}
.product-thumb{
  position:relative;padding:18px 16px;display:flex;align-items:center;justify-content:center;min-height:186px;
  background:radial-gradient(circle at 30% 20%, rgba(255,255,255,0.06), transparent 60%), linear-gradient(160deg,var(--green-800),var(--green-950));
  overflow:hidden;
}
.product-thumb.has-photo{padding:0;}
.product-thumb .thumb-photo{
  width:100%;height:100%;min-height:186px;object-fit:cover;position:absolute;inset:0;
}
.badge{
  position:absolute;top:16px;left:-32px;font-size:0.66rem;font-weight:800;letter-spacing:0.03em;
  padding:5px 38px;color:var(--white);z-index:2;transform:rotate(-45deg);
  box-shadow:0 3px 8px rgba(0,0,0,0.25);
}
.badge-best{background:var(--gold-600);color:var(--green-950);}
.badge-save{background:var(--red-600);}
.badge-new{background:var(--green-700);}

.thumb-overlay{
  position:absolute;inset:auto 0 0 0;padding:10px 14px;display:flex;justify-content:center;z-index:2;
  background:linear-gradient(0deg, rgba(10,33,22,0.88), transparent);
  transform:translateY(100%);opacity:0;transition:transform .25s ease, opacity .25s ease;
}
.product-card:hover .thumb-overlay{transform:translateY(0);opacity:1;}
.thumb-overlay button{
  width:100%;background:var(--gold-500);color:var(--green-950);border:none;border-radius:var(--radius-sm);
  padding:9px 14px;font-weight:800;font-size:0.82rem;display:flex;align-items:center;justify-content:center;gap:6px;
}
.thumb-overlay button:hover{background:var(--gold-600);}
.product-quick{position:absolute;top:10px;right:10px;display:flex;flex-direction:column;gap:6px;z-index:2;}
.product-quick button{
  width:32px;height:32px;border-radius:50%;border:none;background:rgba(255,255,255,0.9);color:var(--green-950);
  display:flex;align-items:center;justify-content:center;font-size:0.85rem;transition:background .15s ease;
}
.thumb-link{display:contents;color:inherit;}
.product-thumb.has-photo .thumb-link{display:block;position:absolute;inset:0;}
.product-name a{color:inherit;text-decoration:none;}
.product-name a:hover{color:var(--gold-700);}

/* the pouch: die-cut foil bag look, pure CSS */
.pouch{
  position:relative;width:128px;height:168px;
  background:linear-gradient(160deg,var(--green-700) 0%,var(--green-900) 55%,var(--green-950) 100%);
  border-radius:10px 10px 34px 34px / 10px 10px 50px 50px;
  display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:16px;
  box-shadow:0 10px 22px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.08);
}
.pouch::before{
  content:'';position:absolute;top:0;left:14px;right:14px;height:16px;
  background:var(--gold-600);border-radius:0 0 6px 6px;
  box-shadow:0 2px 0 rgba(0,0,0,0.15);
}
.pouch::after{
  content:'';position:absolute;top:16px;left:0;right:0;height:2px;background:rgba(255,255,255,0.12);
}
.pouch-icon{color:var(--gold-300);font-size:1.7rem;margin-bottom:10px;}
.pouch-name{color:var(--white);font-family:var(--font-display);font-weight:700;font-size:0.92rem;letter-spacing:0.03em;text-transform:uppercase;}
.pouch-brand{color:rgba(255,255,255,0.55);font-size:0.55rem;letter-spacing:0.12em;margin-top:4px;}

.product-body{padding:14px 14px 16px;}
.stars{color:var(--gold-600);font-size:0.75rem;display:flex;align-items:center;gap:6px;margin-bottom:6px;}
.stars i{margin-right:1px;}
.review-count{color:var(--ink-500);font-weight:600;}
.product-name{font-size:1.02rem;margin-bottom:2px;}
.product-weight{color:var(--ink-500);font-size:0.8rem;margin-bottom:7px;}
.product-price{display:flex;align-items:baseline;gap:8px;margin-bottom:6px;}
.price-now{font-family:var(--font-display);font-weight:700;font-size:1.2rem;color:var(--green-950);}
.price-was{color:var(--ink-500);text-decoration:line-through;font-size:0.85rem;}
.stock-line{display:flex;justify-content:space-between;font-size:0.74rem;margin-bottom:9px;}
.in-stock{color:#2e7d32;display:flex;align-items:center;gap:5px;}
.in-stock i{font-size:0.4rem;}
.low-stock{color:var(--red-600);font-weight:700;}

/* ---------- Why choose / values ---------- */
.value-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:14px;}
.value-card{
  background:var(--white);border:1px solid var(--cream-100);border-radius:var(--radius-md);
  padding:20px 16px;text-align:center;box-shadow:var(--shadow-sm);transition:transform .2s ease, box-shadow .2s ease;
}
.value-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);}
.value-card i{
  width:46px;height:46px;border-radius:50%;background:var(--cream-100);color:var(--gold-600);
  display:flex;align-items:center;justify-content:center;font-size:1.2rem;margin:0 auto 10px;
}
.value-card:nth-child(2) i{background:#fbe9e7;color:var(--red-600);}
.value-card:nth-child(3) i{background:#e8f0e3;color:#3d6b1f;}
.value-card:nth-child(4) i{background:#e3eef2;color:#1f5a6b;}
.value-card:nth-child(5) i{background:#f3e8e0;color:var(--gold-700);}
.value-card:nth-child(6) i{background:#f0e3f0;color:#6b1f6b;}
.value-card h4{font-size:1rem;margin-bottom:6px;}
.value-card p{color:var(--ink-500);font-size:0.85rem;}

/* ---------- Stats strip ---------- */
.stats-strip{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:0;
  background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);
  padding:24px 16px;margin-top:-46px;position:relative;z-index:5;
}
.stat-item{text-align:center;padding:0 14px;border-right:1px solid var(--cream-100);}
.stat-item:last-child{border-right:none;}
.stat-item .num{font-family:var(--font-display);font-size:1.9rem;font-weight:700;color:var(--green-950);}
.stat-item .label{color:var(--ink-500);font-size:0.8rem;}

/* ---------- Timeline (About) ---------- */
.timeline{display:flex;justify-content:space-between;align-items:flex-start;position:relative;margin-top:8px;flex-wrap:wrap;gap:18px;}
.timeline::before{content:'';position:absolute;top:26px;left:0;right:0;height:2px;background:var(--cream-100);z-index:0;}
.timeline-item{position:relative;z-index:1;text-align:center;flex:1;min-width:110px;}
.timeline-dot{
  width:46px;height:46px;border-radius:50%;background:var(--green-950);color:var(--gold-400,#e0b563);
  display:flex;align-items:center;justify-content:center;margin:0 auto 8px;font-size:1.05rem;
  border:4px solid var(--cream-50);box-shadow:0 0 0 2px var(--cream-100);
}
.timeline-item .year{color:var(--gold-700);font-weight:800;font-family:var(--font-display);margin-bottom:4px;}
.timeline-item .desc{font-size:0.82rem;color:var(--ink-700);font-weight:600;}

/* ---------- Kitchen gallery (About) ---------- */
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;}
.gallery-item{margin:0;}
.gallery-tile{
  border-radius:var(--radius-md);overflow:hidden;position:relative;min-height:150px;aspect-ratio:4/3;
  background:linear-gradient(150deg,var(--green-800),var(--green-950));
  display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--white);
}
.gallery-tile i{font-size:1.7rem;color:var(--gold-400,#e0b563);margin-bottom:7px;}
.gallery-tile span{font-size:0.82rem;font-weight:700;padding:0 10px;text-align:center;}
.gallery-item figcaption{margin-top:7px;text-align:center;font-size:0.85rem;font-weight:700;color:var(--green-950);}

/* ---------- Process steps ---------- */
.process-row{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;}
.process-step{flex:1;min-width:150px;text-align:center;position:relative;}
.process-step .step-num{
  width:40px;height:40px;border-radius:50%;background:var(--green-950);color:var(--gold-400,#e0b563);
  display:flex;align-items:center;justify-content:center;margin:0 auto 8px;font-weight:800;font-family:var(--font-display);
}
.process-step h4{font-size:0.92rem;margin-bottom:6px;}
.process-step p{font-size:0.8rem;color:var(--ink-500);}
.process-arrow{align-self:center;color:var(--gold-500);font-size:1.1rem;}

/* ---------- Certifications ---------- */
.cert-row{display:flex;gap:18px;flex-wrap:wrap;justify-content:center;}
.cert-item{text-align:center;}
.cert-item i{
  width:56px;height:56px;border-radius:50%;border:2px solid var(--gold-500);color:var(--gold-600);
  display:flex;align-items:center;justify-content:center;font-size:1.3rem;margin:0 auto 7px;
}
.cert-item span{display:block;font-size:0.78rem;font-weight:700;color:var(--ink-700);}

/* ---------- Testimonials ---------- */
.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;}
.testimonial-card{
  background:var(--white);border-radius:var(--radius-md);padding:18px;border:1px solid var(--cream-100);box-shadow:var(--shadow-sm);
  position:relative;overflow:hidden;
}
.testimonial-card::before{
  content:'\201C';position:absolute;top:-18px;right:14px;font-family:var(--font-display);font-size:5rem;
  color:var(--cream-100);line-height:1;z-index:0;
}
.testimonial-card > *{position:relative;z-index:1;}
.testimonial-card .stars{margin-bottom:8px;}
.testimonial-card blockquote{font-style:italic;color:var(--ink-700);margin:0 0 10px;font-size:0.95rem;}
.testimonial-card .author{font-weight:800;color:var(--green-950);font-size:0.88rem;}
.testimonial-card .author span{display:block;font-weight:500;color:var(--ink-500);font-size:0.78rem;}

/* ---------- Newsletter / bundle banners ---------- */
.banner-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.banner-card{border-radius:var(--radius-lg);padding:20px;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;}
.banner-bundle{background:linear-gradient(120deg,var(--green-900),var(--green-700));color:var(--white);}
.banner-bundle h3{color:var(--white);font-size:1.3rem;}
.banner-newsletter{background:var(--cream-100);}
.newsletter-form{display:flex;gap:10px;max-width:360px;width:100%;}
.newsletter-form input{flex:1;padding:13px 16px;border-radius:var(--radius-sm);border:1px solid rgba(0,0,0,0.12);font-family:inherit;}
.envelope-icon{
  width:60px;height:60px;border-radius:14px;background:var(--gold-500);color:var(--green-950);
  display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex-shrink:0;
}

/* ---------- Deals page: flash sale + countdown ---------- */
.flash-hero{background:linear-gradient(120deg,var(--green-950),var(--green-800));}
.countdown{display:flex;gap:8px;margin:12px 0;}
.countdown-box{
  background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.16);border-radius:var(--radius-sm);
  padding:9px 13px;text-align:center;min-width:60px;
}
.countdown-box .num{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--gold-400,#e0b563);}
.countdown-box .lbl{font-size:0.62rem;letter-spacing:0.1em;color:rgba(255,255,255,0.7);}
.rating-row{display:flex;align-items:center;gap:10px;margin-top:12px;color:var(--white);}
.avatar-stack{display:flex;}
.avatar-stack span{
  width:32px;height:32px;border-radius:50%;background:var(--gold-500);border:2px solid var(--green-950);
  margin-left:-10px;display:flex;align-items:center;justify-content:center;font-size:0.7rem;font-weight:800;color:var(--green-950);
}
.avatar-stack span:first-child{margin-left:0;}

.deal-tabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:6px;margin-bottom:20px;}
.deal-tab{
  flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:6px;padding:10px 15px;border-radius:var(--radius-md);
  background:var(--white);border:1px solid var(--cream-100);font-size:0.78rem;font-weight:700;color:var(--ink-700);
  min-width:96px;text-align:center;cursor:pointer;transition:all .15s ease;
}
.deal-tab i{font-size:1.2rem;color:var(--green-900);}
.deal-tab.active,.deal-tab:hover{background:var(--green-950);color:var(--white);}
.deal-tab.active i,.deal-tab:hover i{color:var(--gold-400,#e0b563);}

.shop-layout{display:grid;grid-template-columns:260px 1fr;gap:22px;align-items:start;}
.filters-card{background:var(--white);border-radius:var(--radius-md);padding:16px;border:1px solid var(--cream-100);position:sticky;top:20px;}
.filters-card h3{font-size:1rem;margin-bottom:12px;display:flex;justify-content:space-between;align-items:center;}
.filters-card h3 a{font-size:0.75rem;color:var(--gold-700);font-weight:600;}
.filter-group{margin-bottom:14px;border-bottom:1px solid var(--cream-100);padding-bottom:12px;}
.filter-group:last-child{border-bottom:none;}
.filter-group h4{font-size:0.85rem;margin-bottom:8px;display:flex;justify-content:space-between;}
.filter-group label{display:flex;align-items:center;gap:8px;font-size:0.83rem;color:var(--ink-700);margin-bottom:7px;cursor:pointer;}
.filter-group input[type=checkbox]{accent-color:var(--green-900);width:15px;height:15px;}
.range-fake{height:5px;background:var(--cream-100);border-radius:3px;position:relative;margin:14px 0 8px;}
.range-fake::after{content:'';position:absolute;left:0;width:65%;top:0;bottom:0;background:var(--gold-500);border-radius:3px;}
.range-fake .handle{position:absolute;top:50%;width:14px;height:14px;border-radius:50%;background:var(--white);border:3px solid var(--gold-600);transform:translate(-50%,-50%);}
.range-labels{display:flex;justify-content:space-between;font-size:0.75rem;color:var(--ink-500);}

.price-range-value{float:right;color:var(--gold-700);font-weight:800;font-size:0.85rem;}
.price-range-slider{
  -webkit-appearance:none;appearance:none;width:100%;height:5px;border-radius:3px;
  background:var(--cream-100);margin:14px 0 6px;cursor:pointer;
}
.price-range-slider::-webkit-slider-thumb{
  -webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;
  background:var(--white);border:3px solid var(--gold-600);box-shadow:0 2px 6px rgba(0,0,0,0.2);cursor:pointer;
}
.price-range-slider::-moz-range-thumb{
  width:18px;height:18px;border-radius:50%;background:var(--white);border:3px solid var(--gold-600);
  box-shadow:0 2px 6px rgba(0,0,0,0.2);cursor:pointer;
}
.price-range-slider::-webkit-slider-runnable-track{height:5px;border-radius:3px;background:var(--cream-100);}
.price-range-slider::-moz-range-track{height:5px;border-radius:3px;background:var(--cream-100);}

.toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;flex-wrap:wrap;gap:12px;}
.toolbar select{padding:9px 12px;border-radius:var(--radius-sm);border:1px solid var(--cream-100);font-family:inherit;}

.filter-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px;}
.filter-chip{
  display:inline-flex;align-items:center;gap:8px;background:var(--cream-100);color:var(--green-950);
  padding:6px 8px 6px 14px;border-radius:999px;font-size:0.78rem;font-weight:700;
}
.filter-chip a{
  width:18px;height:18px;border-radius:50%;background:var(--green-950);color:var(--white);
  display:flex;align-items:center;justify-content:center;font-size:0.65rem;
}
.filter-chip a:hover{background:var(--red-600);}
.filter-chip.clear-all{background:var(--green-950);color:var(--white);padding:6px 14px;}

.pagination{display:flex;gap:8px;justify-content:center;margin-top:22px;}
.pagination a{
  width:38px;height:38px;border-radius:8px;display:flex;align-items:center;justify-content:center;
  border:1px solid var(--cream-100);font-weight:700;font-size:0.85rem;color:var(--ink-700);background:var(--white);
}
.pagination a.active,.pagination a:hover{background:var(--green-950);color:var(--white);border-color:var(--green-950);}

/* ---------- Deal of the day / bundle mini banners on deals page ---------- */
.deal-day{
  background:linear-gradient(120deg,var(--green-900),var(--green-950));color:var(--white);border-radius:var(--radius-lg);
  padding:18px;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;
}
.deal-day .pouch{transform:scale(0.85);}
.deal-day-price .now{font-size:1.6rem;font-weight:800;color:var(--gold-400,#e0b563);font-family:var(--font-display);}
.deal-day-price .was{text-decoration:line-through;color:rgba(255,255,255,0.5);margin-left:8px;}

/* ---------- Product detail page ---------- */
.pdp-layout{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start;}
.pdp-media{
  position:relative;border-radius:var(--radius-lg);overflow:hidden;min-height:380px;
  background:radial-gradient(circle at 30% 20%, rgba(255,255,255,0.06), transparent 60%), linear-gradient(160deg,var(--green-800),var(--green-950));
  display:flex;align-items:center;justify-content:center;
}
.pdp-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.pouch.pouch-lg{width:190px;height:250px;}
.pouch.pouch-lg .pouch-icon{font-size:2.6rem;}
.pouch.pouch-lg .pouch-name{font-size:1.3rem;}
.pdp-trust{display:flex;flex-wrap:wrap;gap:16px;margin-top:22px;padding-top:18px;border-top:1px solid var(--cream-100);}
.pdp-trust span{display:flex;align-items:center;gap:8px;font-size:0.82rem;color:var(--ink-500);}
.pdp-trust i{color:var(--gold-600);}
#pdpWishlistBtn.active{background:var(--red-600);color:var(--white);border-color:var(--red-600);}

.pdp-share{display:flex;align-items:center;gap:10px;margin-top:16px;}
.pdp-share span{font-size:0.82rem;color:var(--ink-500);font-weight:700;}
.pdp-share a,.pdp-share button{
  width:36px;height:36px;border-radius:50%;border:1px solid var(--cream-100);background:var(--white);
  color:var(--green-950);display:flex;align-items:center;justify-content:center;font-size:0.9rem;
}
.pdp-share a:hover,.pdp-share button:hover{background:var(--green-950);color:var(--white);border-color:var(--green-950);}

@media (max-width:840px){
  .pdp-layout{grid-template-columns:1fr;}
  .pdp-media{min-height:280px;}
}

/* ---------- Contact page ---------- */
.contact-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:-40px;position:relative;z-index:5;}
.contact-card{
  background:var(--white);border-radius:var(--radius-md);padding:17px;box-shadow:var(--shadow-md);text-align:center;
}
.contact-card i{
  width:46px;height:46px;border-radius:50%;background:var(--green-950);color:var(--gold-400,#e0b563);
  display:flex;align-items:center;justify-content:center;font-size:1.05rem;margin:0 auto 8px;
}
.contact-card h4{font-size:0.95rem;margin-bottom:4px;}
.contact-card p{font-size:0.83rem;color:var(--ink-500);}
.contact-card a{color:var(--green-800);font-weight:700;}

.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.contact-form-card,.map-card{background:var(--white);border-radius:var(--radius-md);padding:20px;border:1px solid var(--cream-100);box-shadow:var(--shadow-sm);}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px;}
.form-group{display:flex;flex-direction:column;gap:6px;}
.form-group label{font-size:0.82rem;font-weight:700;color:var(--ink-700);}
.form-group input,.form-group select,.form-group textarea{
  padding:12px 14px;border-radius:var(--radius-sm);border:1px solid var(--cream-100);font-family:inherit;font-size:0.9rem;
  background:var(--cream-50);
}
.form-group textarea{resize:vertical;min-height:110px;}

.map-visual{
  height:220px;border-radius:var(--radius-md);position:relative;overflow:hidden;margin-bottom:12px;
  background:
    linear-gradient(rgba(15,46,30,0.05) 1px, transparent 1px) 0 0/40px 40px,
    linear-gradient(90deg, rgba(15,46,30,0.05) 1px, transparent 1px) 0 0/40px 40px,
    var(--cream-100);
}
.map-visual .pin{
  position:absolute;top:44%;left:50%;transform:translate(-50%,-100%);color:var(--red-600);font-size:2rem;
  filter:drop-shadow(0 4px 6px rgba(0,0,0,0.25));
}
.map-visual .pin-label{
  position:absolute;top:30%;left:50%;transform:translate(-50%,-100%);background:var(--white);padding:8px 14px;
  border-radius:8px;font-size:0.72rem;font-weight:700;box-shadow:var(--shadow-sm);white-space:nowrap;
}
.map-tags{display:flex;gap:16px;flex-wrap:wrap;font-size:0.78rem;color:var(--ink-500);}
.map-tags span{display:flex;align-items:center;gap:6px;}
.map-tags i{color:var(--gold-600);}

.faq-item{border-bottom:1px solid var(--cream-100);padding:12px 0;}
.faq-item summary{
  cursor:pointer;font-weight:700;display:flex;justify-content:space-between;align-items:center;list-style:none;
  color:var(--green-950);font-size:0.95rem;
}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item summary::after{content:'+';font-size:1.3rem;color:var(--gold-600);}
.faq-item[open] summary::after{content:'\2212';}
.faq-item p{color:var(--ink-500);margin-top:10px;font-size:0.88rem;}

/* ---------- Instagram feed grid (Home) ---------- */
.insta-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;}
.insta-tile{
  position:relative;aspect-ratio:1/1;border-radius:var(--radius-sm);overflow:hidden;
  background:linear-gradient(150deg,var(--green-800),var(--green-950));
  display:flex;align-items:center;justify-content:center;color:var(--gold-300);font-size:1.3rem;
}
.insta-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.insta-hover{
  position:absolute;inset:0;background:rgba(10,33,22,0.55);display:flex;align-items:center;justify-content:center;
  color:var(--white);font-size:1.4rem;opacity:0;transition:opacity .2s ease;
}
.insta-tile:hover .insta-hover{opacity:1;}
@media (max-width:640px){ .insta-grid{grid-template-columns:repeat(3,1fr);} }

/* ---------- Header search + autocomplete ---------- */
.header-search-wrap{position:relative;flex:1;max-width:560px;}
.search-suggest{
  position:absolute;top:calc(100% + 8px);left:0;right:0;background:var(--white);border-radius:var(--radius-md);
  box-shadow:var(--shadow-md);border:1px solid var(--cream-100);z-index:50;overflow:hidden;display:none;
}
.search-suggest.show{display:block;}
.search-suggest a{
  display:flex;align-items:center;gap:12px;padding:10px 14px;border-bottom:1px solid var(--cream-100);color:var(--ink-900);
}
.search-suggest a:last-child{border-bottom:none;}
.search-suggest a:hover{background:var(--cream-50);}
.search-suggest .ss-icon{
  width:34px;height:34px;border-radius:8px;background:linear-gradient(150deg,var(--green-800),var(--green-950));
  color:var(--gold-300);display:flex;align-items:center;justify-content:center;font-size:0.85rem;flex-shrink:0;overflow:hidden;
}
.search-suggest .ss-icon img{width:100%;height:100%;object-fit:cover;}
.search-suggest .ss-name{font-size:0.85rem;font-weight:700;}
.search-suggest .ss-price{font-size:0.78rem;color:var(--ink-500);}
.search-suggest .ss-empty{padding:16px;text-align:center;color:var(--ink-500);font-size:0.85rem;}

/* ---------- Mobile nav drawer ---------- */
.mobile-nav-drawer{
  position:fixed;top:0;left:0;bottom:0;width:100%;max-width:340px;background:var(--white);z-index:91;
  box-shadow:12px 0 40px rgba(0,0,0,0.2);transform:translateX(-100%);transition:transform .3s ease;
  display:flex;flex-direction:column;
}
.mobile-nav-drawer.open{transform:translateX(0);}
.mobile-nav-list li{border-bottom:1px solid var(--cream-100);}
.mobile-nav-list a{display:block;padding:13px 4px;font-weight:700;color:var(--ink-900);font-size:0.95rem;}
.mobile-nav-list a i{margin-right:10px;color:var(--gold-600);width:18px;text-align:center;}
.mobile-nav-list a.active{color:var(--gold-700);}
.mobile-nav-extra{margin-top:6px;}

/* ---------- Mobile bottom nav bar ---------- */
.mobile-bottom-nav{
  display:none;position:fixed;bottom:0;left:0;right:0;z-index:80;background:var(--white);
  border-top:1px solid var(--cream-100);box-shadow:0 -6px 20px rgba(0,0,0,0.06);
  padding:8px 4px calc(8px + env(safe-area-inset-bottom));
}
.mobile-bottom-nav ul{display:flex;justify-content:space-around;}
.mobile-bottom-nav a{
  display:flex;flex-direction:column;align-items:center;gap:3px;font-size:0.65rem;font-weight:700;color:var(--ink-500);
  position:relative;padding:4px 8px;
}
.mobile-bottom-nav a i{font-size:1.15rem;}
.mobile-bottom-nav a.active{color:var(--green-950);}
.mobile-bottom-nav a.active i{color:var(--gold-600);}
.mobile-bottom-nav .mb-badge{
  position:absolute;top:-2px;right:0;background:var(--red-600);color:var(--white);font-size:0.58rem;font-weight:800;
  width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;
}

@media (max-width:640px){
  .mobile-bottom-nav{display:block;}
  body{padding-bottom:64px;}
}

/* ---------- Free shipping progress (cart drawer) ---------- */
.shipping-progress{padding:0 22px 14px;}
.shipping-progress-bar{height:7px;background:var(--cream-100);border-radius:4px;overflow:hidden;margin-top:8px;}
.shipping-progress-fill{height:100%;background:linear-gradient(90deg,var(--gold-500),var(--gold-700));border-radius:4px;transition:width .3s ease;}
.shipping-progress p{font-size:0.8rem;color:var(--ink-700);}
.shipping-progress p strong{color:var(--green-950);}

/* ---------- Recently viewed / suggestion rows reuse .product-grid ---------- */

.drawer-overlay{
  position:fixed;inset:0;background:rgba(10,33,22,0.5);z-index:90;opacity:0;pointer-events:none;transition:opacity .25s ease;
}
.drawer-overlay.open{opacity:1;pointer-events:auto;}
.cart-drawer{
  position:fixed;top:0;right:0;bottom:0;width:100%;max-width:400px;background:var(--white);z-index:91;
  box-shadow:-12px 0 40px rgba(0,0,0,0.2);transform:translateX(100%);transition:transform .3s ease;
  display:flex;flex-direction:column;
}
.cart-drawer.open{transform:translateX(0);}
.drawer-head{display:flex;justify-content:space-between;align-items:center;padding:15px 18px;border-bottom:1px solid var(--cream-100);}
.drawer-head h3{font-size:1.1rem;}
.drawer-close{width:36px;height:36px;border-radius:50%;border:none;background:var(--cream-100);color:var(--ink-700);font-size:1rem;}
.drawer-close:hover{background:var(--green-950);color:var(--white);}
.drawer-body{flex:1;overflow-y:auto;padding:14px 18px;}
.drawer-empty{text-align:center;color:var(--ink-500);padding:60px 10px;}
.drawer-empty i{font-size:2rem;color:var(--cream-100);margin-bottom:12px;display:block;}
.drawer-item{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid var(--cream-100);align-items:center;}
.drawer-item-icon{
  width:52px;height:52px;border-radius:10px;background:linear-gradient(150deg,var(--green-800),var(--green-950));
  color:var(--gold-300);display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0;
}
.drawer-item-info{flex:1;min-width:0;}
.drawer-item-info h5{font-size:0.88rem;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.drawer-item-info .qty-row{display:flex;align-items:center;gap:8px;margin-top:6px;}
.drawer-item-info .qty-row button{width:22px;height:22px;border-radius:5px;border:1px solid var(--cream-100);background:var(--white);font-size:0.8rem;}
.drawer-item-price{font-weight:800;color:var(--green-950);font-size:0.9rem;white-space:nowrap;}
.drawer-item-remove{color:var(--red-600);font-size:0.85rem;background:none;border:none;padding:4px;}
.drawer-foot{border-top:1px solid var(--cream-100);padding:14px 18px;}
.drawer-subtotal{display:flex;justify-content:space-between;font-weight:800;font-size:1.05rem;margin-bottom:14px;color:var(--green-950);}

/* ---------- Toast notifications ---------- */
.toast-stack{position:fixed;bottom:24px;right:24px;z-index:99;display:flex;flex-direction:column-reverse;gap:10px;}
.toast{
  background:var(--green-950);color:var(--white);padding:13px 18px;border-radius:10px;box-shadow:var(--shadow-md);
  display:flex;align-items:center;gap:10px;font-size:0.86rem;font-weight:600;
  transform:translateX(120%);opacity:0;transition:transform .3s ease, opacity .3s ease;max-width:300px;
}
.toast.show{transform:translateX(0);opacity:1;}
.toast i{color:var(--gold-500);}

/* ---------- Quick view modal ---------- */
.modal-overlay{
  position:fixed;inset:0;background:rgba(10,33,22,0.6);z-index:95;display:flex;align-items:center;justify-content:center;
  opacity:0;pointer-events:none;transition:opacity .2s ease;padding:20px;
}
.modal-overlay.open{opacity:1;pointer-events:auto;}
.quick-view-modal{
  background:var(--white);border-radius:var(--radius-lg);max-width:640px;width:100%;overflow:hidden;
  display:grid;grid-template-columns:1fr 1fr;transform:scale(0.94);transition:transform .2s ease;max-height:85vh;
}
.modal-overlay.open .quick-view-modal{transform:scale(1);}
.qv-media{background:linear-gradient(160deg,var(--green-800),var(--green-950));display:flex;align-items:center;justify-content:center;position:relative;min-height:260px;}
.qv-media img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;}
.qv-body{padding:20px;position:relative;overflow-y:auto;}
.qv-close{position:absolute;top:14px;right:14px;width:34px;height:34px;border-radius:50%;border:none;background:rgba(0,0,0,0.06);z-index:2;}
.qv-close:hover{background:var(--red-600);color:var(--white);}
.qv-body h3{font-size:1.3rem;margin-bottom:6px;}
.qv-body .qty-selector{display:flex;align-items:center;gap:12px;margin:18px 0;}
.qty-selector button{width:34px;height:34px;border-radius:8px;border:1px solid var(--cream-100);background:var(--white);font-size:1rem;}
.qty-selector span{font-weight:800;min-width:24px;text-align:center;}

/* ---------- Wishlist active state ---------- */
.product-quick button.active i{color:var(--red-600);}
.product-quick button.active i.fa-heart{font-weight:900;}

@media (max-width:520px){
  .quick-view-modal{grid-template-columns:1fr;}
  .qv-media{min-height:180px;}
  .cart-drawer{max-width:100%;}
}
#backToTop{
  position:fixed;bottom:26px;right:26px;width:46px;height:46px;border-radius:50%;
  background:var(--green-950);color:var(--gold-400,#e0b563);border:none;font-size:1rem;
  box-shadow:var(--shadow-md);opacity:0;pointer-events:none;transition:opacity .2s ease, transform .2s ease;z-index:60;
}
#backToTop.show{opacity:1;pointer-events:auto;}
#backToTop:hover{transform:translateY(-3px);}

/* ---------- Footer ---------- */
.footer-cta{background:linear-gradient(120deg,var(--green-950),var(--green-800));color:var(--white);}
.footer-cta-inner{display:flex;justify-content:space-between;align-items:center;padding:32px 24px;flex-wrap:wrap;gap:18px;}
.footer-cta-text h2{color:var(--white);font-size:1.8rem;}
.footer-cta-text h2 span{color:var(--gold-400,#e0b563);}
.footer-cta-text p{color:rgba(255,255,255,0.75);margin-top:8px;}
.footer-cta-actions{display:flex;gap:14px;flex-wrap:wrap;}

.footer-main{background:var(--green-950);color:rgba(255,255,255,0.75);padding:36px 0 20px;}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:26px;}
.footer-brand p{margin:10px 0 14px;font-size:0.88rem;line-height:1.6;}
.logo-footer .logo-name,.logo-footer .logo-tag{color:var(--white);}
.logo-footer .logo-mark{background:transparent;}
.social-row{display:flex;gap:10px;}
.social-row a{
  width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,0.2);
  display:flex;align-items:center;justify-content:center;transition:all .15s ease;
}
.social-row a:hover{background:var(--gold-500);color:var(--green-950);border-color:var(--gold-500);}
.footer-col h4{color:var(--white);font-size:0.95rem;margin-bottom:11px;}
.footer-col ul li{margin-bottom:7px;font-size:0.87rem;}
.footer-col ul li a:hover{color:var(--gold-400,#e0b563);}
.footer-contact li{display:flex;gap:10px;margin-bottom:10px;font-size:0.85rem;align-items:flex-start;}
.footer-contact i{color:var(--gold-500);margin-top:3px;}
.pay-heading{margin-top:14px;}
.pay-icons{display:flex;gap:10px;flex-wrap:wrap;}
.pay-icons span{
  width:42px;height:30px;background:rgba(255,255,255,0.08);border-radius:6px;
  display:flex;align-items:center;justify-content:center;font-size:1.1rem;
}
.footer-bottom{background:#081a11;padding:12px 0;font-size:0.78rem;}
.footer-bottom-inner{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;color:rgba(255,255,255,0.55);}
.trust-badges{display:flex;gap:18px;flex-wrap:wrap;}
.trust-badges i{color:var(--gold-500);margin-right:5px;}

/* ---------- Responsive ---------- */
@media (max-width:1024px){
  .hero-inner{grid-template-columns:1fr;text-align:center;}
  .hero p.lead{margin-left:auto;margin-right:auto;}
  .hero-ctas{justify-content:center;}
  .shop-layout{grid-template-columns:1fr;}
  .filters-card{position:static;}
  .footer-grid{grid-template-columns:1fr 1fr;}
  .contact-grid{grid-template-columns:1fr;}
  .banner-row{grid-template-columns:1fr;}
}
@media (max-width:840px){
  .header-search-wrap{display:none;}
  .mobile-toggle{display:flex;align-items:center;justify-content:center;}
  .main-nav{display:none;}
  .topbar-inner{justify-content:center;gap:16px 24px;}
  .stats-strip{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:24px;}
  .stat-item{border-right:none;border-bottom:1px solid var(--cream-100);padding-bottom:16px;}
  .gallery-grid{grid-template-columns:repeat(2,1fr);}
  .process-row{flex-direction:column;}
  .process-arrow{display:none;}
  .footer-cta-inner{flex-direction:column;text-align:center;}
  .footer-grid{grid-template-columns:1fr;}
}
@media (max-width:520px){
  .header-actions span{display:none;}
  .category-grid{grid-template-columns:repeat(2,1fr);}
  .form-row{grid-template-columns:1fr;}
  .stats-strip{grid-template-columns:1fr 1fr;}
}
