/** Shopify CDN: Minification failed

Line 975:19 Unexpected "@media"
Line 976:2 Expected identifier but found "."

**/
/* ================================================================
   NUTKASH THEME v6 — nutkash.css
   Design system: Refactoring UI + iOS HIG + Atomic Design
   ================================================================ */

/* ── DESIGN TOKENS — Botanical palette ── */
:root {
  /* Canvas — clean near-white */
  --bg:        #faf8f4;
  --surface:   #f5f1ea;
  --surface-2: #ede9e0;
  --white:     #FFFFFF;

  /* Ink — neutral warm */
  --ink:       #1a1a18;
  --ink-2:     #4a4a46;
  --ink-3:     #8a8a84;
  --hairline:  #e4dfd6;

  /* Tints */
  --tint-clay:    #fafaf8;
  --tint-saffron: #fafaf8;
  --tint-honey:   #fef5e4;
  --tint-sage:    #e8f0ea;
  --tint-blush:   #fef5e4;

  /* Accent — medium sage green + warm gold (stars only) */
  --accent:      #4a7355;
  --accent-soft: #5a8a65;
  --accent-dark: #2e5040;
  --mark:        #c8973a;
  --mark-deep:   #8a5815;

  /* Fonts */
  --serif: "Fraunces", ui-serif, Georgia, serif;
  --mono:  "JetBrains Mono", "Fira Mono", ui-monospace, monospace;
  --sans:  "Inter", ui-sans-serif, system-ui, -apple-system, sans-serif;

  /* Type scale */
  --t-hero:    clamp(2.75rem, 6vw, 5.5rem);
  --t-display: clamp(2rem, 4vw, 3.25rem);
  --t-h1:      clamp(1.75rem, 3vw, 2.5rem);
  --t-h2:      clamp(1.375rem, 2.5vw, 1.875rem);
  --t-h3:      1.25rem;
  --t-body:    1rem;
  --t-small:   0.875rem;
  --t-micro:   0.75rem;
  --t-nano:    0.625rem;    /* 10px — absolute floor */
  --nk-label:  0.6875rem;  /* 11px — all-caps eyebrows, UI metadata, badges */
  --nk-caption:0.8125rem;  /* 13px — component descriptions, secondary body */

  /* Spacing */
  --sp-1:  4px;
  --sp-2:  8px;
  --sp-3:  12px;
  --sp-4:  16px;
  --sp-5:  20px;
  --sp-6:  24px;
  --sp-8:  32px;
  --sp-10: 40px;
  --sp-12: 48px;
  --sp-16: 64px;
  --sp-20: 80px;
  --sp-24: 96px;

  /* Radii */
  --r-sm:   8px;
  --r-md:   14px;
  --r-lg:   20px;
  --r-xl:   28px;
  --r-2xl:  36px;
  --r-full: 9999px;

  /* Shadows — neutral */
  --shadow-sm: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);
  --shadow-md: 0 4px 12px rgba(0,0,0,.08), 0 2px 6px rgba(0,0,0,.04);
  --shadow-lg: 0 12px 32px rgba(0,0,0,.10), 0 4px 10px rgba(0,0,0,.06);
  --shadow-xl: 0 24px 48px rgba(0,0,0,.12), 0 8px 18px rgba(0,0,0,.08);

  /* Layout */
  --max-w:     1180px;
  --gutter:    clamp(20px, 4vw, 48px);
  --section:   clamp(64px, 8vw, 128px);
  --col-gap:   clamp(12px, 2vw, 24px);
  --nav-h:     60px;
  --pad-x:     40px;
  --pad-x-sm:  20px;
  --ease:      160ms ease;

  /* Z-index */
  --z-sticky:  40;
  --z-drawer:  50;
  --z-overlay: 45;
  --z-toast:   60;
  --z-float:   55;

  /* ── Compatibility aliases — old names map to new tokens ── */
  --paper:        var(--bg);
  --paper-2:      var(--surface);
  --cream:        var(--bg);
  --rule:         var(--hairline);
  --saffron:      var(--accent);
  --saffron-2:    var(--accent-soft);
  --leaf:         var(--accent);
  --leaf-2:       var(--accent-soft);
  --gold:         var(--mark);
  --berry:        #8a5815;
  --sky:          var(--tint-sage);
  --sand:         var(--tint-clay);
  --font-display: var(--serif);
  --font-serif:   var(--serif);
  --font-body:    var(--sans);
  --font-hand:    var(--serif);
  --r-pill:       var(--r-full);
  --text-xs:   0.75rem;
  --text-sm:   0.875rem;
  --text-base: 1rem;
  --text-lg:   1.125rem;
  --text-xl:   1.5rem;
  --text-2xl:  1.875rem;
  --text-3xl:  2.25rem;
  --text-4xl:  3rem;
  --text-5xl:  3.75rem;
  --text-6xl:  4.5rem;

  /* ── nk-product section tokens ── */
  --terra:      #4a7355;
  --terra-light: rgba(74,115,85,.12);
  --nk-r:       8px;
  --nk-r-xl:    20px;
  --nk-line:    var(--hairline, #ccc8a8);
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: 1.7;
  color: var(--ink-2);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { cursor: pointer; font-family: inherit; }
input, textarea, select { font-family: inherit; }
[hidden] { display: none !important; }

/* ── ACCESSIBILITY ── */
.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* ── SKIP LINK ── */
.skip-link {
  position: absolute; top: -100%; left: var(--sp-4);
  background: var(--saffron); color: #fff;
  padding: var(--sp-2) var(--sp-4); border-radius: var(--r-sm);
  font-weight: 600; z-index: 999; text-decoration: none;
}
.skip-link:focus { top: var(--sp-4); }

/* ── TYPOGRAPHY ATOMS ── */
.display {
  font-family: var(--font-display);
  font-optical-sizing: auto;
  line-height: 1;
  color: var(--ink);
  font-weight: 600;
}
.display-it {
  font-family: var(--font-display);
  font-style: italic;
  font-optical-sizing: auto;
  font-weight: 400;
}
.serif { font-family: var(--font-serif); }
.hand  { font-family: var(--font-hand); }
.mono  { font-family: var(--font-body); font-size: var(--text-xs); letter-spacing: .08em; text-transform: uppercase; }

/* ── LAYOUT ── */
.container {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.section-pad { padding-block: var(--section); }

/* ── BUTTON ATOMS ── */
.btn {
  display: inline-flex; align-items: center; gap: var(--sp-2);
  background: var(--accent); color: #ffffff;
  font-family: var(--font-body); font-size: var(--text-sm); font-weight: 600;
  padding: 14px 22px; border-radius: var(--r-pill); border: none;
  text-decoration: none; white-space: nowrap; line-height: 1;
  transition: background .2s ease, transform .15s ease, box-shadow .2s ease, letter-spacing .2s ease;
  min-height: 44px; cursor: pointer; letter-spacing: .01em;
}
.btn:hover  {
  background: var(--accent-soft);
  box-shadow: 0 6px 20px rgba(0,0,0,.14), 0 2px 6px rgba(0,0,0,.08);
  transform: translateY(-1px);
}
.btn:active { transform: scale(.97) translateY(0); box-shadow: none; }
.btn:focus-visible {
  outline: 2.5px solid var(--mark);
  outline-offset: 3px;
  box-shadow: 0 0 0 5px rgba(196,134,42,.18);
}
.btn.ghost {
  background: transparent; color: var(--ink);
  border: 1.5px solid var(--hairline);
}
.btn.ghost:hover {
  background: var(--accent); color: #ffffff;
  border-color: var(--accent);
  box-shadow: 0 6px 20px rgba(0,0,0,.12);
  transform: translateY(-1px);
}
.btn.ghost:active { transform: scale(.97) translateY(0); }
.btn.ghost:focus-visible { outline: 2.5px solid var(--mark); outline-offset: 3px; }
.btn.leaf  { background: var(--accent); }
.btn.leaf:hover { background: var(--accent-soft); }
.btn.lg { padding: 16px 28px; font-size: var(--text-base); }
.btn.sm { padding: 10px 16px; font-size: var(--text-xs); }
.btn:disabled { opacity: .5; pointer-events: none; transform: none; }
.btn--primary { background: var(--accent); color: #ffffff; }
.btn--primary:hover { background: var(--accent-soft); box-shadow: 0 6px 20px rgba(0,0,0,.14); transform: translateY(-1px); }
.btn--outline { background: transparent; color: var(--ink); border: 1.5px solid var(--hairline); }
.btn--outline:hover { background: var(--surface); border-color: var(--accent); color: var(--accent); box-shadow: none; }

/* ── CHIP / BADGE ── */
.chip {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(250,250,248,.9); color: var(--ink-2);
  border: 1.5px solid var(--hairline);
  font-size: var(--nk-label); font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  padding: 5px 12px; border-radius: var(--r-pill);
  transition: border-color .15s, background .15s;
}
.chip.dark { background: var(--ink); color: #f5f5dc; border-color: transparent; }
.chip.saff { background: var(--accent); color: #f5f5dc; border-color: transparent; }
.chip.leaf { background: var(--accent); color: #f5f5dc; border-color: transparent; }
.chip.gold { background: var(--mark); color: #fff; border-color: transparent; }
.chip.rose { background: rgba(196,134,42,.12); color: var(--mark-deep); border-color: rgba(196,134,42,.4); }

/* ── STARS ── */
.stars { display: inline-flex; gap: 2px; color: var(--mark); }
.stars svg { fill: currentColor; }

/* ── RULE ── */
.rule { height: 1px; background: var(--rule); border: none; }

/* ── OVERLAYS / DRAWERS ── */
.overlay {
  position: fixed; inset: 0;
  background: rgba(42,31,24,.5); backdrop-filter: blur(2px);
  opacity: 0; pointer-events: none;
  transition: opacity .28s;
  z-index: var(--z-overlay);
}
.overlay.on { opacity: 1; pointer-events: auto; }

/* ── TOAST ── */
.toast {
  position: fixed; bottom: var(--sp-6); left: 50%; transform: translateX(-50%) translateY(120%);
  background: var(--ink); color: var(--cream);
  padding: var(--sp-3) var(--sp-6); border-radius: var(--r-pill);
  font-size: var(--text-sm); font-weight: 600; z-index: var(--z-toast);
  transition: transform .28s cubic-bezier(.34,1.56,.64,1);
  white-space: nowrap; box-shadow: var(--shadow-lg);
}
.toast.show { transform: translateX(-50%) translateY(0); }

/* ── BACK TO TOP ── */
.back-to-top {
  position: fixed; bottom: 100px; right: var(--sp-6);
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--cream); color: var(--ink);
  border: 1px solid var(--rule); box-shadow: var(--shadow-md);
  display: flex; align-items: center; justify-content: center;
  z-index: var(--z-float); opacity: 0; pointer-events: none;
  transition: opacity .2s, transform .2s;
}
.back-to-top.visible { opacity: 1; pointer-events: auto; }
.back-to-top:hover { transform: translateY(-2px); }

/* ── WHATSAPP FLOAT ── */
.wa-float {
  position: fixed; bottom: var(--sp-6); right: var(--sp-6);
  width: 52px; height: 52px; border-radius: 50%;
  background: #25D366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-lg);
  z-index: var(--z-float);
  transition: transform .2s, box-shadow .2s;
  text-decoration: none;
}
.wa-float:hover { transform: scale(1.08); box-shadow: var(--shadow-xl); }

/* ─────────────────────────────────────────
   ANNOUNCEMENT BAR
───────────────────────────────────────── */
.announcement-bar {
  background: var(--ink); color: var(--cream);
  overflow: hidden; position: relative;
}
.marq-track {
  display: flex; align-items: center; gap: 0;
  animation: marquee 36s linear infinite;
  width: max-content; padding: 9px 0;
}
@media (prefers-reduced-motion: no-preference) {
  .marq-track { animation: marquee 36s linear infinite; }
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.marq-item {
  display: inline-flex; align-items: center; gap: 14px;
  font-size: var(--text-xs); letter-spacing: .08em;
  white-space: nowrap; padding-right: 0; color: var(--cream);
}
.marq-item a { color: inherit; text-decoration: none; }
.marq-sep { opacity: .35; margin: 0 16px; }
.announcement-bar:hover .marq-track { animation-play-state: paused; }

/* ─────────────────────────────────────────
   HEADER / NAV
───────────────────────────────────────── */
.header {
  position: sticky; top: 0; z-index: var(--z-sticky);
  background: rgba(250,250,248,.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--rule);
}
.header-inner {
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; padding: 14px var(--gutter);
  gap: var(--sp-4);
}
.header-left { display: flex; align-items: center; }
.hamburger {
  display: none; width: 44px; height: 44px; align-items: center; justify-content: center;
  background: none; border: none; color: var(--ink); border-radius: var(--r-sm);
  flex-shrink: 0;
}
.desktop-nav { display: flex; }
.nav-links {
  display: flex; align-items: center; gap: var(--sp-6);
  list-style: none; margin: 0; padding: 0;
}
.nav-links > li { list-style: none; }
.nav-links > li > a {
  font-size: var(--text-sm); font-weight: 500; color: var(--ink);
  text-decoration: none; position: relative; padding: 4px 0;
  transition: color .15s; display: flex; align-items: center; gap: 3px;
}
.nav-links > li > a::after {
  content: ''; position: absolute; left: 0; bottom: -2px;
  width: 0; height: 2px; background: var(--accent);
  transition: width .22s ease;
}
.nav-links > li > a:hover::after,
.nav-links > li > a[aria-current="page"]::after { width: 100%; }
.nav-links > li > a:hover { color: var(--accent); }
.nav-links > li > a[aria-current="page"] { color: var(--accent); font-weight: 600; }

.header-logo { text-align: center; text-decoration: none; color: var(--ink); }
.header-logo-name {
  font-family: var(--font-display); font-size: 28px; font-weight: 700;
  line-height: 1; letter-spacing: .08em; text-transform: uppercase;
}
.header-logo-tagline {
  font-family: var(--font-body); font-size: var(--nk-label); letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink-3); margin-top: 3px;
}
.header-actions {
  display: flex; align-items: center; gap: var(--sp-4); justify-content: flex-end;
}
.header-icon {
  display: flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; color: var(--ink);
  background: none; border: none; border-radius: 50%;
  text-decoration: none; position: relative; transition: background .15s;
}
.header-icon:hover { background: var(--paper-2); }
.header-icon:focus-visible { outline: 2.5px solid var(--mark); outline-offset: 2px; box-shadow: 0 0 0 4px rgba(196,134,42,.18); }
.cart-badge {
  position: absolute; top: 2px; right: 2px;
  background: var(--mark); color: #fff;
  font-size: var(--t-nano); font-weight: 700;
  min-width: 18px; height: 18px;
  border-radius: var(--r-pill); border: 2px solid var(--paper);
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0 3px; line-height: 1; opacity: 0; transition: opacity .15s;
}
.cart-badge[aria-hidden="false"], .cart-badge.has-items { opacity: 1; }

/* Dropdown button */
.nav-dropdown-btn {
  display: flex; align-items: center; gap: 4px;
  background: none; border: none;
  font-size: var(--text-sm); font-weight: 500; color: var(--ink);
  padding: 4px 0; cursor: pointer; font-family: inherit; transition: color .15s;
}
.nav-dropdown-btn:hover,
.nav-item:hover .nav-dropdown-btn { color: var(--accent); }

/* 6-column mega menu — positioned from .header (sticky), spans full width */
.has-mega { position: static; }
.nav-mega {
  position: absolute; top: calc(100% + 1px);
  left: 0; right: 0;
  background: var(--bg);
  border-bottom: 1px solid var(--rule);
  box-shadow: 0 20px 40px rgba(42,31,24,.12), 0 4px 12px rgba(42,31,24,.06);
  padding: var(--sp-6) var(--gutter) 0;
  display: none; z-index: 200;
}
.has-mega:hover .nav-mega,
.has-mega:focus-within .nav-mega { display: block; }
.nav-mega-cols {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--sp-4);
}
.nav-mega-col { }
.nav-mega-heading {
  font-size: var(--t-nano); font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--ink-3);
  margin-bottom: var(--sp-2); padding-bottom: var(--sp-2);
  border-bottom: 1px solid var(--rule);
}
a.nav-mega-heading-link { text-decoration: none; display: block; }
a.nav-mega-heading-link:hover { color: var(--accent); }
.nav-mega-link {
  display: flex; flex-direction: column;
  padding: var(--sp-2) var(--sp-2); border-radius: var(--r-sm);
  text-decoration: none; color: var(--ink);
  font-size: var(--text-sm); transition: background .15s;
  margin-bottom: 1px;
}
.nav-mega-link:hover { background: var(--paper-2); }
.nav-mega-link strong { font-weight: 600; font-size: var(--nk-caption); }
.nav-mega-link small { font-size: var(--nk-label); color: var(--ink-3); margin-top: 1px; }
.nav-mega-trust {
  border-top: 1px solid var(--rule); margin-top: var(--sp-4);
  padding: var(--sp-3) 0; text-align: center;
  font-size: var(--text-xs); color: var(--ink-3); letter-spacing: .08em;
}

/* ── MOBILE NAV (premium off-white drawer) ── */
.mobile-nav {
  display: flex; flex-direction: column;
  position: fixed; left: 0; top: 0; bottom: 0;
  width: min(340px, 88vw);
  background: var(--bg); color: var(--ink);
  z-index: calc(var(--z-drawer) + 5); overflow-y: auto;
  transform: translateX(-100%); transition: transform .32s cubic-bezier(.4,0,.2,1);
  box-shadow: 6px 0 40px rgba(17,17,16,0.14);
}
.mobile-nav.open { transform: translateX(0); }
.mobile-nav-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.15rem 1.5rem;
  border-bottom: 1px solid #E8E3DA; flex-shrink: 0;
}
.mobile-nav-logo {
  display: block; text-decoration: none;
}
.mobile-nav-logo-name {
  font-family: var(--font-display, "Fraunces", serif); font-size: 22px; font-weight: 600;
  color: #1c2420; letter-spacing: .06em; text-transform: uppercase; line-height: 1;
}
.mobile-nav-logo-tag {
  font-family: var(--font-body, "Inter", sans-serif); font-size: var(--t-nano);
  letter-spacing: .14em; text-transform: uppercase; color: #8a8370;
  font-weight: 500; margin-top: 3px;
}
.mobile-nav-close {
  width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;
  background: #e3dfc4; border: none; color: #524b3b; cursor: pointer;
  border-radius: 50%; transition: background .15s, color .15s; flex-shrink: 0;
}
.mobile-nav-close:hover { background: #ccc8a8; color: #1c2420; }
.mobile-nav-body { flex: 1; padding: 0 1.5rem; overflow-y: auto; }
.mobile-nav-footer { padding: 1.25rem 1.5rem; border-top: 1px solid #E8E3DA; flex-shrink: 0; }
.mnav-location-tag {
  display: flex; align-items: center; gap: .4rem;
  font-family: var(--font-body, "Inter", sans-serif);
  font-size: var(--t-nano); font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  color: #8a8370; padding: .9rem 0; border-bottom: 1px solid #E8E3DA; margin-bottom: .25rem;
}
.mnav-location-tag svg { flex-shrink: 0; }

/* Shop accordion */
.mnav-group { border-bottom: 1px solid #E8E3DA; }
.mnav-group-btn {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; padding: 1rem 0;
  background: none; border: none;
  font-size: 1.15rem; font-weight: 500; letter-spacing: -.02em;
  color: #1c2420; text-align: left; cursor: pointer;
  font-family: var(--font-display, "Fraunces", serif);
}
.mnav-group-btn svg { flex-shrink: 0; transition: transform .22s; color: #8a8370; }
.mnav-group-btn[aria-expanded="true"] svg { transform: rotate(180deg); }
.mnav-sub { padding-bottom: .75rem; }

.mnav-cat-group { margin-bottom: .6rem; }
a.mnav-cat-label-link { display: block; text-decoration: none; }
a.mnav-cat-label-link:hover .mnav-cat-label { color: #3a4f43; }
.mnav-cat-label {
  font-family: var(--font-body, "Inter", sans-serif);
  font-size: var(--t-nano); font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: #c4862a;
  margin: .65rem 0 .3rem; display: block; transition: color .15s;
}
.mnav-cat-group a {
  display: flex; align-items: center; justify-content: space-between;
  padding: .75rem 0; font-size: .9rem; font-weight: 400;
  color: #524b3b; text-decoration: none;
  border-bottom: 1px solid #F0EDE6;
  transition: color .15s;
  font-family: var(--font-body, "Inter", sans-serif);
}
.mnav-cat-group a:hover { color: #1c2420; }
.mnav-cat-group a span { font-size: var(--nk-label); color: #8a8370; }

/* Primary flat links (Fraunces) */
.mnav-flat-link {
  display: flex; align-items: center; gap: .4rem;
  padding: .95rem 0; font-size: 1.1rem; font-weight: 500; letter-spacing: -.015em;
  color: #1c2420; text-decoration: none;
  border-bottom: 1px solid #E8E3DA;
  transition: color .15s;
  font-family: var(--font-display, "Fraunces", serif);
}
.mnav-flat-link:hover { color: #3a4f43; }

/* Secondary flat links (Inter, smaller) */
.mnav-flat-link--secondary {
  font-family: var(--font-body, "Inter", sans-serif);
  font-size: .875rem; font-weight: 500; letter-spacing: 0;
  color: #524b3b; padding: .875rem 0;
}
.mnav-flat-link--secondary:hover { color: #3a4f43; }

/* Section divider label */
.mnav-section-label {
  font-family: var(--font-body, "Inter", sans-serif);
  font-size: var(--t-nano); font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: #8a8370; padding: 1.1rem 0 .35rem; display: block;
}

.mnav-bundle-link {
  display: flex; align-items: center; justify-content: space-between;
  padding: .5rem 0; text-decoration: none;
  color: #524b3b; font-size: .9rem;
  border-bottom: 1px solid #F0EDE6;
  transition: color .15s;
  font-family: var(--font-body, "Inter", sans-serif);
}
.mnav-bundle-link:hover { color: #1c2420; }
.mnav-price { font-family: var(--font-display); font-size: var(--text-sm); color: #c4862a; }

@media (max-width: 1024px) {
  .desktop-nav { display: none; }
  .hamburger { display: flex; }
  .nav-icon-search, .nav-icon-account { display: none; }
  .header-inner { grid-template-columns: auto 1fr auto; }
}
@media (max-width: 768px) {
  .hamburger { display: flex; }
}

/* ─────────────────────────────────────────
   HERO SLIDESHOW
───────────────────────────────────────── */
.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(180deg, #DDE5DC 0%, #F0E4C9 60%, var(--paper) 100%);
}

/* Background image */
.hero-bg-wrap {
  position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0;
}
.hero-bg-img {
  width: 100%; height: 100%; object-fit: cover; object-position: center top;
}
.hero-overlay { position: absolute; inset: 0; }
.hero--has-bg {
  background: var(--ink, #1c2420);
}
.hero--has-bg .hero-title { color: #fff; }
.hero--has-bg .hero-subtitle { color: rgba(255,255,255,.82); }
.hero--has-bg .hero-trust { color: rgba(255,255,255,.75); }
.hero--has-bg .chip.dark {
  background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.22);
}
.hero--has-bg .btn.ghost {
  border-color: rgba(255,255,255,.5); color: #fff;
}
.hero--has-bg .btn.ghost:hover {
  background: rgba(255,255,255,.12);
}

/* SVG mountain backdrop (centered, no bg image) */
.hero-mountain {
  position: absolute; left: 0; right: 0; top: 0; opacity: .95; pointer-events: none;
}

/* Centered layout (default) */
.hero-inner {
  position: relative; z-index: 1; padding: 56px var(--gutter) 0;
  text-align: center;
}

/* ── Split layout ── */
.hero--split .hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
  padding-top: 80px;
  padding-bottom: 96px;
  text-align: left;
  min-height: 580px;
}
.hero--split .hero-ctas    { justify-content: flex-start; }
.hero--split .hero-trust   { justify-content: flex-start; }
.hero--split .hero-subtitle { margin-left: 0; margin-right: 0; max-width: 540px; }

.hero-visual {
  display: flex; align-items: center; justify-content: center; position: relative;
}
.hero-product-img {
  width: 100%; max-width: 520px; height: auto;
  border-radius: var(--r-xl); object-fit: cover;
  filter: drop-shadow(0 32px 48px rgba(42,31,24,.28));
}
.hero-bottles-wrap {
  display: flex; align-items: flex-end; justify-content: center; gap: 5%; width: 100%;
}
.hero-bottles-wrap .hero-bottle { width: clamp(100px, 14vw, 148px); }
.hero-bottles-wrap .hero-bottle.center {
  width: clamp(130px, 18vw, 188px); transform: translateY(-10px);
  filter: drop-shadow(0 24px 32px rgba(42,31,24,.32));
}

/* Typography */
.hero-title {
  font-family: var(--font-display);
  font-size: clamp(44px, 7vw, 108px);
  line-height: .92; margin: 0; font-weight: 600; color: var(--ink);
}
.hero-em {
  font-style: italic; color: var(--mark); font-family: var(--font-display);
}
.hero-subtitle {
  font-size: var(--text-lg); max-width: 620px; margin: 18px auto 0;
  color: var(--ink-2); line-height: 1.65; text-wrap: pretty;
}
.hero-ctas { display: flex; gap: var(--sp-3); margin-top: var(--sp-6); flex-wrap: wrap; justify-content: center; }
.hero-trust {
  display: flex; gap: var(--sp-5); margin-top: var(--sp-8);
  flex-wrap: wrap; justify-content: center;
  color: var(--ink-2); font-size: var(--text-sm);
}
.hero-trust-item { display: inline-flex; align-items: center; gap: var(--sp-2); }
.hero-trust-item svg { color: var(--accent); flex-shrink: 0; }

/* Centered layout bottles */
.hero-bottles {
  position: relative; margin-top: var(--sp-12);
  display: flex; align-items: flex-end; justify-content: center; gap: 2.5%;
}
.hero-bottle {
  transition: transform .4s;
  filter: drop-shadow(0 16px 18px rgba(42,31,24,.22));
}
.hero-bottle.center {
  width: 220px; transform: translateY(-12px);
  filter: drop-shadow(0 24px 28px rgba(42,31,24,.32));
}
.hero-bottle.side { width: clamp(120px, 12vw, 160px); }

.hero-curve { display: block; margin-top: -1px; }

/* Responsive */
@media (max-width: 900px) {
  .hero--split .hero-inner {
    grid-template-columns: 1fr;
    padding-top: 48px;
    padding-bottom: 60px;
    gap: 36px;
    text-align: center;
    min-height: unset;
  }
  .hero--split .hero-ctas    { justify-content: center; }
  .hero--split .hero-trust   { justify-content: center; }
  .hero--split .hero-subtitle { margin-inline: auto; }
  .hero-visual { order: -1; }
  .hero-product-img { max-width: 360px; }
}
@media (max-width: 600px) {
  .hero-title { font-size: clamp(36px, 11vw, 62px); }
  .hero-subtitle { font-size: var(--text-base); }
  .hero-trust { gap: var(--sp-4); }
}

/* Slideshow nav dots (reserved for future) */
.hero-dots {
  position: absolute; bottom: var(--sp-10); left: 50%; transform: translateX(-50%);
  display: flex; gap: var(--sp-2); z-index: 5;
}
.hero-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--ink-3); border: none; opacity: .4; cursor: pointer;
  transition: opacity .2s, transform .2s;
}
.hero-dot.active { opacity: 1; transform: scale(1.25); background: var(--accent); }

/* ─────────────────────────────────────────
   HERO CAROUSEL
───────────────────────────────────────── */
.hero-carousel { position: relative; overflow: hidden; }
.hc-track { position: relative; min-height: 540px; }
.hc-slide {
  position: absolute; inset: 0;
  display: flex; align-items: center;
  opacity: 0; transition: opacity .65s ease;
  pointer-events: none;
}
.hc-slide.is-active { position: relative; opacity: 1; pointer-events: auto; }
.hc-bg { position: absolute; inset: 0; }
.hc-bg-img { width: 100%; height: 100%; object-fit: cover; }
.hc-overlay { position: absolute; inset: 0; background: var(--ink, #1c2420); }
.hc-mountain, .hc-slide-deco { position: absolute; inset: 0; overflow: hidden; }
.hc-content { position: relative; z-index: 2; padding-top: var(--sp-24); padding-bottom: var(--sp-20); }
.hc-text { max-width: 620px; }
.hc-dots {
  display: flex; justify-content: center; align-items: center;
  gap: var(--sp-2); padding: var(--sp-4) 0 var(--sp-6);
  position: relative; z-index: 2;
}
.hc-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--ink-3); border: none; cursor: pointer;
  transition: background .25s, width .25s; padding: 0; flex-shrink: 0;
}
.hc-dot.is-active { background: var(--accent); width: 24px; border-radius: 4px; }
@media (max-width: 768px) {
  .hc-track { min-height: 420px; }
  .hc-content { padding-top: var(--sp-16); padding-bottom: var(--sp-14); }
}

/* ─────────────────────────────────────────
   PRODUCT SPOTLIGHT (light redesign)
───────────────────────────────────────── */
.spotlight-card {
  display: grid; grid-template-columns: 1fr 1fr;
  border-radius: var(--r-xl); overflow: hidden;
  box-shadow: var(--shadow-md);
}
.spotlight-photo { width: 100%; height: 100%; object-fit: cover; }
.spotlight-svg { width: 100%; max-width: 360px; height: auto; }
.spotlight-content {
  background: var(--paper-2);
  padding: var(--sp-12) var(--sp-10);
  display: flex; flex-direction: column;
  justify-content: center; gap: var(--sp-4);
}
.spotlight-bullets { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: var(--sp-3); }
.spotlight-bullets li { display: flex; align-items: flex-start; gap: var(--sp-3); font-size: var(--text-sm); color: var(--ink-2); }
@media (max-width: 768px) {
  .spotlight-card { grid-template-columns: 1fr; }
  .spotlight-content { padding: var(--sp-8) var(--sp-5); order: 1; }
}

/* ─────────────────────────────────────────
   TRUST BADGES
───────────────────────────────────────── */
.trust-badge-h { font-weight: 700; font-size: var(--text-sm); color: var(--ink); }
.trust-badge-sub { font-size: var(--text-xs); color: var(--ink-2); margin-top: 2px; }
@media (max-width: 768px) {
  }
@media (max-width: 480px) {
  .trust-badge-sub { font-size: var(--t-micro); }
}

/* ─────────────────────────────────────────
   SECTION HEADER
───────────────────────────────────────── */
.section-head { margin-bottom: var(--sp-10); }
.section-head.center { text-align: center; }
.section-title {
  font-family: var(--font-display); font-size: clamp(40px, 5vw, 64px);
  font-weight: 400; letter-spacing: -0.025em;
  line-height: 1; color: var(--ink); margin: var(--sp-3) 0 var(--sp-2);
}
.section-sub { font-size: var(--text-base); color: var(--ink-2); max-width: 560px; }
.section-head.center .section-sub { margin-inline: auto; }

/* ─────────────────────────────────────────
   PRODUCT CARD (1:1 square, atomic)
───────────────────────────────────────── */
.product-card {
  display: flex; flex-direction: column;
  background: var(--white); border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: 0 1px 8px rgba(31,61,42,.05), 0 1px 3px rgba(31,61,42,.04);
  transition: box-shadow .25s, transform .25s;
  text-decoration: none; color: inherit;
}
.product-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.product-card-img {
  position: relative; aspect-ratio: 1/1; overflow: hidden;
  background: var(--surface);
}
.product-card-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .35s cubic-bezier(.4,0,.2,1);
}
.product-card:hover .product-card-img img { transform: scale(1.03); }
.product-card-badge {
  position: absolute; top: var(--sp-3); left: var(--sp-3); z-index: 2;
}
.product-card-qv {
  position: absolute; bottom: var(--sp-3); left: 50%; transform: translateX(-50%) translateY(8px);
  opacity: 0; transition: opacity .25s, transform .25s; z-index: 2;
}
.product-card:hover .product-card-qv { opacity: 1; transform: translateX(-50%) translateY(0); }
.product-card-body { padding: var(--sp-4) var(--sp-4) var(--sp-5); flex: 1; display: flex; flex-direction: column; gap: var(--sp-2); }
.product-card-vendor { font-size: var(--text-xs); text-transform: uppercase; letter-spacing: .08em; color: var(--ink-3); }
.product-card-title { font-family: var(--font-display); font-size: var(--text-lg); color: var(--ink); line-height: 1.2; }
.product-card-price { font-weight: 700; color: var(--ink); font-size: var(--text-base); }
.product-card-compare { font-size: var(--text-sm); text-decoration: line-through; color: var(--ink-3); margin-left: var(--sp-2); }
.product-card-atc {
  display: flex; align-items: center; justify-content: center;
  gap: var(--sp-2); width: 100%;
  background: var(--accent); color: #f5f5dc;
  border: none; border-radius: var(--r-pill);
  font-family: var(--font-body); font-size: var(--text-sm); font-weight: 600;
  padding: 12px 20px; margin-top: var(--sp-3);
  min-height: 44px; cursor: pointer;
  transition: background .2s ease, transform .15s ease, box-shadow .2s ease;
}
.product-card-atc:hover { background: var(--accent-soft); transform: translateY(-1px); box-shadow: 0 4px 14px rgba(58,79,67,.2); }
.product-card-atc:active { transform: scale(.97) translateY(0); box-shadow: none; }
.product-card-atc[data-state="adding"] { background: var(--ink-3); transform: none; }
.product-card-atc[data-state="added"] { background: #3a6b4f; transform: none; }

/* ─────────────────────────────────────────
   FEATURED COLLECTION / GRIDS
───────────────────────────────────────── */
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-5);
}
@media (max-width: 1024px) { .product-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px) {
  .product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--sp-3);
  }
}
/* Collection pages: 2-column grid on mobile, not horizontal scroll */
@media (max-width: 768px) {
  .product-grid.collection-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    overflow-x: visible;
    scroll-snap-type: none;
    gap: var(--sp-3);
    padding-bottom: 0;
  }
  .product-grid.collection-grid .product-card {
    flex: none;
    max-width: none;
    scroll-snap-align: none;
    margin-right: 0;
  }
}

/* Skeleton shimmer */
.skeleton {
  background: linear-gradient(90deg, var(--paper-2) 0%, var(--sand) 50%, var(--paper-2) 100%);
  background-size: 400% 100%;
}
@media (prefers-reduced-motion: no-preference) {
  .skeleton { animation: shimmer 1.6s ease-in-out infinite; }
}
@keyframes shimmer { 0%{background-position:100% 0} 100%{background-position:-100% 0} }

/* ─────────────────────────────────────────
   CATEGORY TILES (painted)
───────────────────────────────────────── */
.cat-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-5);
}
@media (max-width: 768px) {
  .cat-grid {
    display: flex; overflow-x: auto; scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; scrollbar-width: none;
    gap: var(--sp-4); padding-bottom: var(--sp-4);
  }
  .cat-grid::-webkit-scrollbar { display: none; }
  .cat-grid .cat-tile {
    flex: 0 0 72vw; max-width: 260px; min-height: 200px; scroll-snap-align: start;
  }
}
.cat-tile {
  position: relative; overflow: hidden;
  border-radius: var(--r-xl); min-height: 260px;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: var(--sp-5); text-decoration: none; color: var(--ink);
  transition: transform .3s, box-shadow .3s;
}
.cat-tile .chip { background: rgba(255,255,255,0.6); color: var(--ink); border: 1px solid rgba(0,0,0,0.08); }
.cat-tile:hover { transform: translateY(-3px); box-shadow: var(--shadow-xl); }
.cat-tile-illus { position: absolute; top: var(--sp-4); right: var(--sp-4); opacity: .9; }
.cat-tile-badge { position: absolute; top: var(--sp-4); left: var(--sp-4); }
.cat-tile-name { font-family: var(--font-display); font-size: var(--text-3xl); font-weight: 400; letter-spacing: -0.025em; line-height: 1; }
.cat-tile-sub  { font-size: var(--text-sm); opacity: .85; margin-top: 4px; }
.cat-tile-cta  { display: inline-flex; align-items: center; gap: 6px; font-size: var(--text-sm); font-weight: 600; margin-top: var(--sp-2); }

/* ─────────────────────────────────────────
   REGION STAMPS (postage)
───────────────────────────────────────── */
.region-grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--sp-4);
}
@media (max-width: 1024px) { .region-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 480px)  { .region-grid { grid-template-columns: repeat(2, 1fr); } }
.stamp {
  display: block; text-decoration: none; color: inherit;
  text-align: center;
}
.stamp-img {
  aspect-ratio: 3/4; border-radius: var(--r-md);
  border: 6px solid var(--cream); box-shadow: var(--shadow-md);
  overflow: hidden; background: var(--sand);
  transition: box-shadow .25s, transform .25s;
}
.stamp:hover .stamp-img { box-shadow: var(--shadow-lg); transform: scale(1.03) rotate(-1deg); }
.stamp-label { font-family: var(--font-display); font-size: var(--text-lg); margin-top: var(--sp-3); }
.stamp-count { font-size: var(--text-xs); text-transform: uppercase; letter-spacing: .08em; color: var(--ink-3); margin-top: 4px; }

/* ─────────────────────────────────────────
   TESTIMONIALS
───────────────────────────────────────── */
.testimonials-grid {
  display: flex; overflow-x: auto; scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch; scrollbar-width: none;
  gap: var(--sp-5); padding-bottom: var(--sp-4);
}
.testimonials-grid::-webkit-scrollbar { display: none; }
.testimonials-grid @media (max-width: 768px) {
  .testimonials-grid }
.review-body {
  font-family: var(--font-display); font-style: italic;
  font-size: var(--text-xl); line-height: 1.45; font-weight: 400;
}
.review-footer { margin-top: auto; display: flex; justify-content: space-between; align-items: flex-end; }
.review-who { font-weight: 600; font-size: var(--text-base); color: var(--ink); }
.review-where { font-size: var(--text-xs); color: var(--ink-3); margin-top: 2px; }

/* ─────────────────────────────────────────
   SHILAJIT HERO (dark editorial)
───────────────────────────────────────── */
.shilajit-hero {
  background: var(--ink); color: var(--cream);
  padding: var(--sp-24) 0; overflow: hidden;
}
.shilajit-hero-inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-16); align-items: center;
}
@media (max-width: 900px) {
  .shilajit-hero { padding: var(--sp-12) 0; }
  .shilajit-hero-inner { grid-template-columns: 1fr; gap: 0; }
  .shilajit-hero-inner > div:first-child { min-width: 0; width: 100%; }
  .shilajit-hero-inner > div:last-child { display: none !important; }
}
@media (max-width: 480px) {
  .shilajit-hero { padding: var(--sp-8) 0; }
  .shilajit-hero-title { font-size: clamp(26px, 7vw, 36px); }
}
.shilajit-hero-title {
  font-family: var(--font-display); font-size: clamp(32px, 5vw, 64px);
  line-height: 1.05; color: var(--cream); font-weight: 600;
}
.shilajit-hero-sub { font-size: var(--text-base); color: rgba(255,249,238,.75); line-height: 1.6; margin-top: var(--sp-4); }
.shilajit-benefits { list-style: none; display: flex; flex-direction: column; gap: var(--sp-3); margin-top: var(--sp-6); }
.shilajit-benefit {
  display: flex; align-items: flex-start; gap: var(--sp-3);
  font-size: var(--text-base); color: var(--cream); min-width: 0;
}
.shilajit-benefit span { overflow-wrap: break-word; word-break: break-word; }
.shilajit-benefit span { flex: 1; min-width: 0; }
.shilajit-benefit-icon { color: var(--saffron); flex-shrink: 0; margin-top: 2px; }

/* ─────────────────────────────────────────
   TOPOGRAPHIC ORIGIN
───────────────────────────────────────── */
.topo-section { background: var(--paper-2); }
.topo-inner { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-16); align-items: center; }
@media (max-width: 900px) { .topo-inner { grid-template-columns: 1fr; } }
.topo-map { border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow-lg); }
.topo-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-5); margin-top: var(--sp-8); }
.topo-stat-n { font-family: var(--font-display); font-size: var(--text-4xl); color: var(--saffron); line-height: 1; }
.topo-stat-l { font-size: var(--text-xs); text-transform: uppercase; letter-spacing: .08em; color: var(--ink-3); margin-top: 4px; }

/* ─────────────────────────────────────────
   PHOTO STRIP (Direct From Source)
───────────────────────────────────────── */
.photo-strip { display: grid; grid-template-columns: repeat(3, 1fr); }
@media (max-width: 600px) {
  .photo-strip {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: var(--sp-3);
    grid-template-columns: unset;
  }
  .photo-strip::-webkit-scrollbar { display: none; }
  }
.photo-strip-item svg { display: block; width: 100%; height: 100%; }
.photo-strip-word {
  position: absolute; bottom: var(--sp-6); left: var(--sp-6);
  font-family: var(--font-display); font-size: clamp(48px, 8vw, 84px);
  color: #FFFEF2; line-height: .9; letter-spacing: .02em; font-weight: 600;
}
.photo-strip-caption {
  position: absolute; top: var(--sp-4); left: var(--sp-4);
  font-size: var(--text-xs); letter-spacing: .08em;
  color: rgba(255,254,242,.85); text-transform: uppercase;
}

/* ─────────────────────────────────────────
   PACKAGING HERITAGE
───────────────────────────────────────── */
.heritage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-16); align-items: center; }
@media (max-width: 900px) { .heritage-grid { grid-template-columns: 1fr; } }

/* ─────────────────────────────────────────
   OUR STORY PREVIEW / FOUNDER
───────────────────────────────────────── */
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-16); align-items: center; }
@media (max-width: 900px) { .story-grid { grid-template-columns: 1fr; } }
.story-img {
  aspect-ratio: 4/5; border-radius: var(--r-xl); overflow: hidden;
  background: var(--tint-clay, #e8e2c2); position: relative;
}
.auth-stamp {
  position: absolute; bottom: -30px; right: -24px;
  width: 80px; height: 80px; border-radius: 50%;
  background: var(--accent); color: #f5f5dc;
  display: flex; align-items: center; justify-content: center;
  text-align: center; font-size: var(--t-nano); font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; line-height: 1.3;
  border: 3px solid var(--cream); box-shadow: var(--shadow-md);
}
.story-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-5); margin-top: var(--sp-8); }
.story-stat-n { font-family: var(--font-display); font-size: var(--text-4xl); color: var(--accent); line-height: 1; }
.story-stat-l { font-size: var(--text-xs); text-transform: uppercase; letter-spacing: .08em; color: var(--ink-3); margin-top: 4px; }

/* ─────────────────────────────────────────
   BUNDLE KIT
───────────────────────────────────────── */
.bundle-items-row { display: flex; align-items: stretch; gap: var(--sp-3); margin-bottom: var(--sp-8); }
.bundle-kit-icon { font-size: 40px; line-height: 1; margin-bottom: var(--sp-1); }
.bundle-kit-img { width: 110px; height: 110px; object-fit: cover; border-radius: var(--r-lg); margin-bottom: var(--sp-1); }
.bundle-kit-name { font-weight: 700; font-size: var(--text-base); color: var(--ink); }
.bundle-kit-detail { font-size: var(--text-xs); color: var(--ink-3); }
.bundle-kit-price { font-size: var(--text-sm); color: var(--ink-3); text-decoration: line-through; margin-top: auto; padding-top: var(--sp-3); }
.bundle-plus { display: flex; align-items: center; justify-content: center; font-size: 24px; color: var(--ink-3); font-weight: 200; flex-shrink: 0; }
.bundle-kit-pricing { display: flex; align-items: center; gap: var(--sp-6); }
@media (max-width: 768px) {
  .bundle-items-row {
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: var(--sp-3);
    margin-bottom: var(--sp-5);
  }
  .bundle-items-row::-webkit-scrollbar { display: none; }
  .bundle-kit-icon { font-size: 28px; }
  .bundle-kit-img { width: 80px; height: 80px; }
  .bundle-kit-name { font-size: var(--text-sm); }
  .bundle-plus { display: none; }
  .bundle-kit-pricing { flex-wrap: wrap; gap: var(--sp-3); }
  .bundle-kit-footer .btn { width: 100%; justify-content: center; }
}

/* ─────────────────────────────────────────
   BLOG CARDS
───────────────────────────────────────── */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-6); }
@media (max-width: 900px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .blog-grid { grid-template-columns: 1fr; } }
.blog-card { text-decoration: none; color: inherit; display: flex; flex-direction: column; gap: var(--sp-3); }
.blog-card-img { aspect-ratio: 4/3; border-radius: var(--r-lg); overflow: hidden; background: var(--paper-2); }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.blog-card:hover .blog-card-img img { transform: scale(1.04); }
.blog-card-title { font-family: var(--font-display); font-size: var(--text-xl); color: var(--ink); line-height: 1.25; }
.blog-card-cta { font-size: var(--text-sm); color: var(--accent); font-weight: 600; }

/* ─────────────────────────────────────────
   MEDIA STRIP (Press logos)
───────────────────────────────────────── */
.media-strip { background: var(--ink); color: var(--cream); padding: var(--sp-12) 0; }
.media-logos { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--sp-6); align-items: center; margin-top: var(--sp-6); }
@media (max-width: 768px) { .media-logos { grid-template-columns: repeat(3, 1fr); } }
.media-logo-item { font-family: var(--font-display); font-size: var(--text-base); letter-spacing: .14em; opacity: .7; text-align: center; }
.cert-strip { display: flex; gap: var(--sp-10); justify-content: center; align-items: center; flex-wrap: wrap; margin-top: var(--sp-8); }
.cert-item { text-align: center; }
.cert-name { font-family: var(--font-display); font-size: var(--text-lg); color: var(--cream); }
.cert-sub  { font-size: var(--text-xs); color: rgba(245,245,220,.5); margin-top: 3px; }

/* ─────────────────────────────────────────
   NEWSLETTER
───────────────────────────────────────── */
.newsletter-section { background: linear-gradient(180deg, var(--paper-2), var(--sand)); padding: var(--sp-24) 0; }
.newsletter-inner { max-width: 640px; margin-inline: auto; text-align: center; }
.newsletter-form { display: flex; gap: var(--sp-3); max-width: 480px; margin: var(--sp-8) auto 0; }
.newsletter-input {
  flex: 1; border: 1.5px solid var(--ink); border-radius: var(--r-pill);
  background: var(--cream); padding: 14px 22px; font-size: var(--text-base);
  font-family: var(--font-body); color: var(--ink); outline: none;
  transition: border-color .15s;
}
.newsletter-input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(58,79,67,.12); }
.newsletter-input::placeholder { color: var(--ink-3); }
@media (max-width: 480px) { .newsletter-form { flex-direction: column; } }

/* ─────────────────────────────────────────
   EXIT CTA
───────────────────────────────────────── */
.exit-cta { background: var(--tint-clay, #e8e2c2); color: var(--ink); padding: var(--sp-24) 0; text-align: center; }
.exit-cta-title { font-family: var(--font-display); font-size: clamp(40px, 6vw, 72px); color: var(--ink); line-height: 1; }

/* ─────────────────────────────────────────
   HEALTH CAPSULES (product page)
───────────────────────────────────────── */
.health-capsules { display: flex; flex-wrap: wrap; gap: var(--sp-2); }
.health-capsule {
  display: inline-flex; align-items: center; gap: 6px;
  background: #f5f5dc;
  border: 1.5px solid var(--hairline);
  border-radius: 100px;
  padding: 7px 14px;
  font-size: var(--text-sm); font-weight: 600; color: var(--ink-2);
  white-space: nowrap;
  transition: border-color .15s, background .15s;
}
.health-capsule:hover { border-color: var(--accent); color: var(--accent); background: rgba(58,79,67,.04); }
.health-capsule-icon { font-size: 15px; line-height: 1; }

/* ─────────────────────────────────────────
   BUNDLE CONTENTS (product page)
───────────────────────────────────────── */
.bundle-contents { background: var(--paper-2); border-radius: var(--r-lg); padding: var(--sp-5); }
.bundle-contents-item { display: flex; align-items: flex-start; gap: var(--sp-3); font-size: var(--text-sm); }
.bundle-item-value { margin-left: auto; font-weight: 600; color: var(--ink-2); white-space: nowrap; font-size: var(--text-sm); }

/* ─────────────────────────────────────────
   PRODUCT SPOTLIGHT (saffron / apricot banners)
───────────────────────────────────────── */
.product-spotlight { padding: var(--sp-16) 0; overflow: hidden; }
.product-spotlight-inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-16); align-items: center;
}
.product-spotlight-title {
  font-family: var(--font-display); font-size: clamp(32px, 4vw, 54px);
  font-weight: 700; line-height: 1.05; margin: 0 0 var(--sp-4);
}
.product-spotlight-sub {
  font-size: var(--text-base); line-height: 1.7; max-width: 480px; margin: 0 0 var(--sp-6);
}
.product-spotlight-bullets { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: var(--sp-3); }
.product-spotlight-bullets li { display: flex; align-items: flex-start; gap: var(--sp-3); font-size: var(--text-sm); }
.product-spotlight-proof { margin-top: var(--sp-6); font-size: var(--text-sm); opacity: .7; }
.product-spotlight-img { width: 100%; border-radius: var(--r-xl); object-fit: cover; max-height: 520px; }
.product-spotlight-placeholder { width: 100%; aspect-ratio: 4/5; background: rgba(255,255,255,.05); border-radius: var(--r-xl); display: flex; flex-direction: column; align-items: center; justify-content: center; }
@media (max-width: 768px) {
  .product-spotlight-inner { grid-template-columns: 1fr; gap: var(--sp-8); }
  .product-spotlight-visual { order: -1; }
  .product-spotlight-img { max-height: 300px; }
}

/* ─────────────────────────────────────────
   SHOP BY PROBLEMS
───────────────────────────────────────── */
.problems-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--sp-4);
}
@media (max-width: 1024px) { .problems-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) {
  .problems-grid { grid-template-columns: repeat(2, 1fr); gap: var(--sp-2); }
  .problem-card { min-width: 0; padding: var(--sp-3); gap: var(--sp-2); }
  .problem-card-icon { width: 24px; height: 24px; }
}
.problems-section { overflow: hidden; }
.problem-card {
  display: flex; align-items: center; gap: var(--sp-3);
  background: var(--paper); border: 1px solid var(--rule);
  border-radius: var(--r-xl); padding: var(--sp-4) var(--sp-5);
  text-decoration: none; color: var(--ink);
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.problem-card:hover { border-color: var(--accent); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.problem-card-icon { width: 32px; height: 32px; flex-shrink: 0; color: var(--ink); }
.problem-card-icon svg { width: 100%; height: 100%; }
.problem-card:hover .problem-card-icon { color: var(--accent); }
.problem-card-body { flex: 1; min-width: 0; }
.problem-card-q   { font-weight: 700; font-size: var(--text-sm); color: var(--ink); line-height: 1.2; }
.problem-card-sol { font-size: var(--text-xs); color: var(--accent); margin-top: 3px; font-weight: 600; }
.problem-card-arrow { flex-shrink: 0; color: var(--ink-3); transition: color .2s, transform .2s; }
.problem-card:hover .problem-card-arrow { color: var(--accent); transform: translateX(3px); }

/* ─────────────────────────────────────────
   BUNDLES GRID
───────────────────────────────────────── */
.bundles-grid-header { margin-bottom: var(--sp-10); }
.bundles-grid-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-5);
}
@media (max-width: 1024px) { .bundles-grid-cards { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px) {
  .bundles-grid-cards {
    display: flex; overflow-x: auto; -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory; scrollbar-width: none;
    gap: var(--sp-3); padding-bottom: var(--sp-2); grid-template-columns: unset;
  }
  .bundles-grid-cards::-webkit-scrollbar { display: none; }
  .bundle-card { flex: 0 0 72vw; max-width: 280px; scroll-snap-align: start; }
}

.bundle-card {
  display: flex; flex-direction: column;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(233,217,182,.1);
  border-radius: var(--r-xl);
  overflow: hidden;
  text-decoration: none;
  transition: transform .2s, border-color .2s, box-shadow .2s;
}
.bundle-card:hover { transform: translateY(-4px); border-color: rgba(233,217,182,.25); box-shadow: 0 12px 32px rgba(0,0,0,.4); }

.bundle-card-img {
  position: relative; width: 100%; aspect-ratio: 3/2;
  background: rgba(255,255,255,.04);
  overflow: hidden;
}
.bundle-card-img-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
}
.bundle-card-badge {
  position: absolute; top: var(--sp-3); left: var(--sp-3);
  background: var(--mark); color: #fff;
  font-size: var(--t-nano); font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  padding: 3px 8px; border-radius: 20px;
}
.bundle-card-body { padding: var(--sp-4); flex: 1; display: flex; flex-direction: column; gap: var(--sp-2); }
.bundle-card-name { font-family: var(--font-display); font-size: var(--text-lg); font-weight: 600; color: var(--cream); line-height: 1.2; }
.bundle-card-items { font-size: var(--text-xs); color: rgba(233,217,182,.55); letter-spacing: .04em; }
.bundle-card-pricing { display: flex; align-items: baseline; gap: var(--sp-2); margin-top: auto; padding-top: var(--sp-2); }
.bundle-card-price { font-size: var(--text-xl); font-weight: 700; color: var(--cream); }
.bundle-card-original { font-size: var(--text-sm); color: rgba(233,217,182,.4); text-decoration: line-through; }
.bundle-card-cta { font-size: var(--text-xs); font-weight: 600; color: #c4862a; letter-spacing: .06em; display: flex; align-items: center; gap: 4px; margin-top: var(--sp-1); }

/* ─────────────────────────────────────────
   FOOTER
───────────────────────────────────────── */
.footer { background: #f0ece3; color: var(--ink); padding: var(--sp-20) 0 var(--sp-6); border-top: 1px solid var(--hairline); }
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr; gap: var(--sp-12);
  margin-bottom: var(--sp-16);
}
@media (max-width: 1024px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--sp-8) var(--sp-6);
  }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
}
.footer-brand-name { font-family: var(--font-display); font-size: 36px; color: var(--ink); line-height: 1; font-weight: 600; }
.footer-brand-tagline { font-size: var(--text-xs); letter-spacing: .1em; color: var(--ink-3); margin-top: 6px; }
.footer-brand-desc { font-size: var(--text-sm); color: var(--ink-2); margin-top: var(--sp-5); line-height: 1.6; max-width: 340px; }
.footer-socials { display: flex; gap: var(--sp-3); margin-top: var(--sp-5); }
.footer-social {
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid var(--hairline);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--ink-2); text-decoration: none; font-size: var(--text-xs); text-transform: uppercase;
  transition: border-color .15s, background .15s, color .15s;
}
.footer-social:hover { border-color: var(--accent); background: rgba(74,115,85,.08); color: var(--accent); }
.footer-col-heading { font-size: var(--text-xs); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); margin-bottom: var(--sp-4); }
.footer-links { display: flex; flex-direction: column; gap: var(--sp-3); }
.footer-links a { color: var(--ink-2); text-decoration: none; font-size: var(--text-sm); transition: color .15s; }
.footer-links a:hover { color: var(--ink); }
.footer-cert-strip {
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--sp-4);
  padding: var(--sp-5) 0; border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline);
}
.footer-cert-names { display: flex; gap: var(--sp-8); flex-wrap: wrap; }
.footer-cert-name { font-family: var(--font-display); font-size: var(--text-base); color: var(--ink); letter-spacing: .12em; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: var(--sp-5); flex-wrap: wrap; gap: var(--sp-4); font-size: var(--text-xs); color: var(--ink-3); }

/* ─────────────────────────────────────────
   CART PAGE
───────────────────────────────────────── */
.cart-page-grid {
  display: grid; grid-template-columns: 1fr 360px; gap: var(--sp-12); align-items: flex-start;
}
.cart-summary-box {
  background: var(--paper-2); border-radius: var(--r-xl); padding: var(--sp-6);
  position: sticky; top: var(--sp-20);
}
@media (max-width: 768px) {
  .cart-page-grid { grid-template-columns: 1fr; gap: var(--sp-6); }
  .cart-summary-box { position: static; order: -1; }
}

/* ─────────────────────────────────────────
   CART DRAWER
───────────────────────────────────────── */
.cart-drawer {
  position: fixed; top: 0; right: 0; bottom: 0;
  width: min(420px, 100vw); background: var(--cream);
  z-index: var(--z-drawer); display: flex; flex-direction: column;
  transform: translateX(100%); transition: transform .3s cubic-bezier(.4,0,.2,1);
  box-shadow: var(--shadow-xl);
}
.cart-drawer.open { transform: translateX(0); }
.cart-drawer-header {
  display: flex; justify-content: space-between; align-items: center;
  padding: var(--sp-6); border-bottom: 1px solid var(--rule);
}
.cart-drawer-title { font-family: var(--font-display); font-size: var(--text-2xl); color: var(--ink); }
.cart-close {
  width: 44px; height: 44px; border-radius: 50%;
  background: none; border: 1px solid var(--rule);
  display: flex; align-items: center; justify-content: center;
  color: var(--ink); cursor: pointer; transition: background .15s;
}
.cart-close:hover { background: var(--paper-2); }
.cart-items { flex: 1; overflow-y: auto; padding: var(--sp-3) var(--sp-6); }
.cart-item {
  display: grid; grid-template-columns: 80px 1fr auto; gap: var(--sp-4);
  padding: var(--sp-4) 0; border-bottom: 1px solid var(--rule);
}
.cart-item-img { aspect-ratio: 1/1; border-radius: var(--r-sm); overflow: hidden; background: var(--paper-2); }
.cart-item-img img { width: 100%; height: 100%; object-fit: cover; }
.cart-item-name { font-family: var(--font-display); font-size: var(--text-base); color: var(--ink); }
.cart-item-variant { font-size: var(--text-xs); color: var(--ink-3); margin-top: 3px; }
.cart-qty {
  display: flex; align-items: center; gap: var(--sp-2); margin-top: var(--sp-3);
}
.cart-qty-btn {
  width: 28px; height: 28px; border-radius: var(--r-sm);
  border: 1px solid var(--rule); background: var(--paper);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: var(--text-base); color: var(--ink);
  transition: background .15s;
}
.cart-qty-btn:hover { background: var(--paper-2); }
.cart-qty-val { min-width: 24px; text-align: center; font-weight: 600; font-size: var(--text-sm); }
.cart-item-price { font-family: var(--font-display); font-size: var(--text-base); color: var(--ink); text-align: right; }
.cart-item-remove { font-size: var(--text-xs); color: var(--ink-3); background: none; border: none; cursor: pointer; margin-top: var(--sp-2); }
.cart-item-remove:hover { color: var(--berry); }
.cart-empty { padding: 60px 0; text-align: center; color: var(--ink-3); }
.cart-footer { border-top: 1px solid var(--rule); padding: var(--sp-6); }
.cart-subtotal { display: flex; justify-content: space-between; margin-bottom: var(--sp-2); }
.cart-subtotal-label { font-size: var(--text-sm); color: var(--ink-3); }
.cart-subtotal-val { font-family: var(--font-display); font-size: var(--text-xl); color: var(--ink); }
.cart-shipping-note { font-size: var(--text-xs); color: var(--ink-3); margin-bottom: var(--sp-4); }

/* ─────────────────────────────────────────
   PRODUCT PAGE
───────────────────────────────────────── */
.product-layout { display: grid; grid-template-columns: 55% 1fr; gap: var(--sp-16); align-items: flex-start; padding-block: var(--sp-16); }
@media (max-width: 900px) { .product-layout { grid-template-columns: 1fr; } }
.product-gallery { position: sticky; top: 100px; }
@media (max-width: 900px) { .product-gallery { position: static; } }
.product-gallery-main { aspect-ratio: 1/1; border-radius: var(--r-xl); overflow: hidden; background: var(--paper-2); }
.product-gallery-main img { width: 100%; height: 100%; object-fit: cover; cursor: zoom-in; }
.product-thumbs { display: flex; gap: var(--sp-3); margin-top: var(--sp-3); overflow-x: auto; padding-bottom: 4px; }
.product-thumb {
  width: 72px; height: 72px; border-radius: var(--r-sm);
  overflow: hidden; border: 2px solid transparent; cursor: pointer; flex-shrink: 0;
  transition: border-color .15s;
}
.product-thumb.active { border-color: var(--accent); }
.product-thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-info { display: flex; flex-direction: column; gap: var(--sp-5); }
.product-vendor { font-size: var(--text-xs); text-transform: uppercase; letter-spacing: .1em; color: var(--mark); font-weight: 700; }
.product-title { font-family: var(--font-display); font-size: clamp(28px, 4vw, 42px); color: var(--ink); line-height: 1.1; }
.product-rating { display: flex; align-items: center; gap: var(--sp-2); }
.product-rating-count { font-size: var(--text-sm); color: var(--ink-3); }
.product-price { font-family: var(--font-display); font-size: var(--text-3xl); color: var(--ink); }
.product-compare { font-size: var(--text-xl); text-decoration: line-through; color: var(--ink-3); margin-left: var(--sp-3); }
.product-save { font-size: var(--text-sm); font-weight: 700; color: var(--leaf); }
.variant-label { font-size: var(--text-sm); font-weight: 600; color: var(--ink); margin-bottom: var(--sp-2); }
.variant-options { display: flex; gap: var(--sp-2); flex-wrap: wrap; }
.variant-btn {
  padding: 8px 18px; border-radius: var(--r-pill);
  border: 1.5px solid var(--rule); background: var(--cream);
  font-family: var(--font-body); font-size: var(--text-sm); font-weight: 500;
  cursor: pointer; color: var(--ink); transition: border-color .15s, background .15s;
  min-height: 44px;
}
.variant-btn.active { border-color: var(--accent); background: rgba(58,79,67,.08); color: var(--accent); box-shadow: 0 0 0 2px rgba(58,79,67,.2); }
.variant-btn:hover:not(.active) { border-color: var(--ink-3); }
.variant-btn.sold-out { opacity: .4; pointer-events: none; text-decoration: line-through; }
.qty-selector { display: flex; align-items: center; gap: var(--sp-3); }
.qty-btn {
  width: 44px; height: 44px; border-radius: 50%;
  border: 1.5px solid var(--rule); background: var(--cream);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: var(--text-xl); color: var(--ink);
  transition: background .15s;
}
.qty-btn:hover { background: var(--paper-2); }
.qty-val { font-size: var(--text-xl); font-weight: 600; min-width: 32px; text-align: center; color: var(--ink); }
.atc-btn {
  width: 100%; display: flex; align-items: center; justify-content: center; gap: var(--sp-3);
  background: var(--accent); color: #f5f5dc; border: none;
  font-family: var(--font-body); font-size: var(--text-base); font-weight: 700;
  padding: 18px 28px; border-radius: var(--r-pill); min-height: 56px;
  cursor: pointer; transition: background .2s ease, transform .15s ease, box-shadow .2s ease;
  letter-spacing: .02em;
}
.atc-btn:hover {
  background: var(--accent-soft);
  box-shadow: 0 8px 24px rgba(58,79,67,.28);
  transform: translateY(-1px);
}
.atc-btn:active { transform: scale(.98) translateY(0); box-shadow: none; }
.atc-btn:focus-visible { outline: 2.5px solid var(--mark); outline-offset: 3px; }
.atc-btn.adding { background: var(--ink-3); pointer-events: none; transform: none; }
.atc-btn.added  { background: #3a6b4f; pointer-events: none; transform: none; }
.product-trust-pills { display: flex; gap: var(--sp-2); flex-wrap: wrap; }

/* Sticky ATC Bar */
.sticky-atc {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: var(--cream); border-top: 1px solid var(--rule);
  box-shadow: 0 -4px 20px rgba(42,31,24,.10);
  z-index: var(--z-sticky); padding: var(--sp-4) var(--gutter);
  display: flex; align-items: center; justify-content: space-between; gap: var(--sp-4);
  transform: translateY(100%); transition: transform .3s;
}
.sticky-atc.visible { transform: translateY(0); }
.sticky-atc-info { display: flex; align-items: center; gap: var(--sp-4); }
.sticky-atc-img { width: 48px; height: 48px; border-radius: var(--r-sm); object-fit: cover; }
@media (max-width: 768px) { .sticky-atc { display: none; } }

/* Benefits grid on PDP */
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-4); }
@media (max-width: 600px) { .benefit-grid { grid-template-columns: repeat(2, 1fr); } }
.benefit-item {
  background: var(--cream); border: 1px solid var(--rule);
  border-radius: var(--r-md); padding: var(--sp-4); text-align: center;
}
.benefit-icon { font-size: 28px; margin-bottom: var(--sp-2); }
.benefit-h { font-family: var(--font-display); font-size: var(--text-base); color: var(--ink); }
.benefit-sub { font-size: var(--text-xs); color: var(--ink-3); margin-top: 3px; }

/* How to use steps */
.how-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-6); }
@media (max-width: 600px) { .how-steps { grid-template-columns: 1fr; } }
.how-step { text-align: center; }
.how-step-num {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--accent); color: #f5f5dc;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: var(--text-xl); font-weight: 600;
  margin: 0 auto var(--sp-3);
}

/* ─────────────────────────────────────────
   FAQ ACCORDION
───────────────────────────────────────── */
.faq-list { display: flex; flex-direction: column; gap: var(--sp-2); max-width: 860px; }
.faq-item { border: 1px solid var(--rule); border-radius: var(--r-md); overflow: hidden; }
.faq-q {
  display: flex; justify-content: space-between; align-items: center;
  padding: var(--sp-5) var(--sp-6); background: var(--cream);
  cursor: pointer; border: none; width: 100%; text-align: left;
  font-family: var(--font-body); font-size: var(--text-base); font-weight: 600; color: var(--ink);
  transition: background .15s;
}
.faq-q:hover { background: var(--paper-2); }
.faq-icon { flex-shrink: 0; transition: transform .25s; color: var(--accent); }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a { display: none; padding: 0 var(--sp-6) var(--sp-5); font-size: var(--text-base); color: var(--ink-2); line-height: 1.7; background: var(--cream); }
.faq-item.open .faq-a { display: block; }

/* ─────────────────────────────────────────
   COLLECTION PAGE
───────────────────────────────────────── */
.collection-banner { background: var(--paper-2); padding: var(--sp-16) 0 var(--sp-10); }
.collection-filter-bar { display: flex; gap: var(--sp-3); flex-wrap: wrap; margin-bottom: var(--sp-8); }
.filter-chip {
  padding: 8px 16px; border-radius: var(--r-pill);
  border: 1.5px solid var(--rule); background: var(--cream);
  font-size: var(--text-sm); cursor: pointer; color: var(--ink); transition: all .15s;
}
.filter-chip.active { border-color: var(--accent); background: rgba(58,79,67,.08); color: var(--accent); }
.filter-chip:hover:not(.active) { border-color: var(--accent); color: var(--accent); }

/* ─────────────────────────────────────────
   BREADCRUMB
───────────────────────────────────────── */
.breadcrumb { display: flex; align-items: center; gap: var(--sp-2); font-size: var(--text-xs); color: var(--ink-3); margin-bottom: var(--sp-4); }
.breadcrumb a { color: inherit; text-decoration: none; }
.breadcrumb a:hover { color: var(--saffron); }
.breadcrumb-sep { opacity: .5; }

/* ─────────────────────────────────────────
   BLOG / ARTICLE
───────────────────────────────────────── */
.article-header { padding: var(--sp-16) 0 var(--sp-10); background: var(--paper-2); }
.article-body { max-width: 720px; margin-inline: auto; padding-block: var(--sp-12); }
.article-body h2,h3 { font-family: var(--font-display); color: var(--ink); margin-top: var(--sp-8); margin-bottom: var(--sp-3); }
.article-body p { margin-bottom: var(--sp-4); line-height: 1.75; }
.article-body img { border-radius: var(--r-lg); margin-block: var(--sp-6); }

/* ─────────────────────────────────────────
   SEARCH
───────────────────────────────────────── */
.search-bar {
  display: flex; gap: var(--sp-3); margin-bottom: var(--sp-8);
  background: var(--cream); border: 1.5px solid var(--rule); border-radius: var(--r-pill);
  padding: var(--sp-2) var(--sp-3) var(--sp-2) var(--sp-5);
}
.search-input { flex: 1; border: none; background: none; font-family: var(--font-body); font-size: var(--text-base); color: var(--ink); outline: none; }

/* ─────────────────────────────────────────
   404
───────────────────────────────────────── */
.not-found { text-align: center; padding: var(--sp-24) 0; }
.not-found-title { font-family: var(--font-display); font-size: 120px; line-height: 1; color: var(--rule); }

/* ─────────────────────────────────────────
   LAB REPORTS
───────────────────────────────────────── */
.lab-strip {
  display: flex; gap: var(--sp-6); flex-wrap: wrap; align-items: center;
  justify-content: center; margin-top: var(--sp-8);
}
.lab-badge {
  display: flex; align-items: center; gap: var(--sp-4);
  background: var(--cream); border: 1px solid var(--rule);
  border-radius: var(--r-lg); padding: var(--sp-4) var(--sp-6);
}
.lab-badge-name { font-family: var(--font-display); font-size: var(--text-xl); color: var(--ink); font-weight: 600; }
.lab-badge-sub  { font-size: var(--text-xs); color: var(--ink-3); margin-top: 2px; }

/* ─────────────────────────────────────────
   CONTACT FORM
───────────────────────────────────────── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-16); align-items: flex-start; }
@media (max-width: 768px) { .contact-grid { grid-template-columns: 1fr; } }
.form-field { display: flex; flex-direction: column; gap: var(--sp-2); margin-bottom: var(--sp-4); }
.form-label { font-size: var(--text-sm); font-weight: 600; color: var(--ink); }
.form-input, .form-textarea {
  border: 1.5px solid var(--rule); border-radius: var(--r-md);
  background: var(--cream); padding: 12px 16px; font-size: var(--text-base);
  font-family: var(--font-body); color: var(--ink); outline: none;
  transition: border-color .15s; width: 100%;
}
.form-input:focus, .form-textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(58,79,67,.1); }
.form-textarea { min-height: 140px; resize: vertical; }

/* ─────────────────────────────────────────
   SCROLL-TRIGGERED REVEAL
───────────────────────────────────────── */
@media (prefers-reduced-motion: no-preference) {
  .reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .55s ease, transform .55s ease;
  }
  .reveal.in { opacity: 1; transform: translateY(0); }
  .reveal-delay-1 { transition-delay: .1s; }
  .reveal-delay-2 { transition-delay: .2s; }
  .reveal-delay-3 { transition-delay: .3s; }
  .reveal-delay-4 { transition-delay: .4s; }
}

/* ─────────────────────────────────────────
   UTILITY
───────────────────────────────────────── */
.text-center { text-align: center; }
.text-saffron { color: var(--accent); }
.text-leaf  { color: var(--accent); }
.text-mark { color: var(--mark); }
.text-accent { color: var(--accent); }
.mt-2 { margin-top: var(--sp-2); }
.mt-4 { margin-top: var(--sp-4); }
.mt-6 { margin-top: var(--sp-6); }
.mt-8 { margin-top: var(--sp-8); }
.flex { display: flex; }
.gap-2 { gap: var(--sp-2); }
.gap-3 { gap: var(--sp-3); }
.items-center { align-items: center; }
.justify-between { justify-content: space-between; }
.flex-wrap { flex-wrap: wrap; }

/* ─────────────────────────────────────────
   SOURCING STEPS
───────────────────────────────────────── */
.sourcing-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--sp-6); position: relative; }
@media (max-width: 900px) { .sourcing-steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px)  { .sourcing-steps { grid-template-columns: repeat(2, 1fr); gap: var(--sp-4); } }
.sourcing-step { text-align: center; }
.sourcing-step-num {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--paper-2); border: 2px solid var(--accent);
  color: var(--accent); font-family: var(--font-display); font-size: var(--text-xl); font-weight: 600;
  display: flex; align-items: center; justify-content: center; margin: 0 auto var(--sp-4);
}
.sourcing-step-h { font-family: var(--font-display); font-size: var(--text-xl); color: var(--ink); }
.sourcing-step-sub { font-size: var(--text-sm); color: var(--ink-3); margin-top: var(--sp-2); }

/* Scrollbar styling */
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: var(--paper-2); }
::-webkit-scrollbar-thumb { background: var(--ink-3); border-radius: 3px; }

/* =============================================================
   EDITORIAL TINT RHYTHM — Refactoring UI + iOS HIG
   Principle: No two adjacent sections share the same background.
   Warm product tints map to their product family. Dark sections
   create drama and anchor the eye before a lighter zone.
   ============================================================= */

/* ── 1. FEATURED COLLECTION ─ sage green, calm & browse-ready ── */
/* Applied inline in featured-collection.liquid */

.problems-section { background: var(--tint-honey); }
.problem-card:hover {
  background: var(--bg);
  border-color: var(--accent);
  box-shadow: 0 4px 16px rgba(58,79,67,0.12);
}

/* ── 3. PRODUCT SPOTLIGHT ─ saffron, thematic to the product ── */
.product-spotlight { background: var(--tint-saffron); }
.spotlight-content { background: var(--tint-saffron); }
/* ── 5. TOPOGRAPHIC ORIGIN ─ surface-2, understated ── */
.topo-section { background: var(--surface-2); }
.topo-stat-n  { color: var(--accent); }

/* Section bg applied inline in testimonials.liquid */
/* ── 8. NEWSLETTER ─ deep ink, commanding CTA zone ── */
.newsletter-section {
  background: var(--ink);
  color: var(--bg);
}
.newsletter-section .display     { color: var(--bg); }
.newsletter-section .display-it  { color: var(--mark) !important; }
.newsletter-section .mono        { color: rgba(249,247,242,0.48); }
.newsletter-section p            { color: rgba(249,247,242,0.70); }
.newsletter-section .newsletter-input {
  border-color: rgba(249,247,242,0.22);
  background:   rgba(249,247,242,0.07);
  color: var(--bg);
}
.newsletter-section .newsletter-input::placeholder { color: rgba(249,247,242,0.38); }
.newsletter-section .newsletter-input:focus { border-color: rgba(249,247,242,0.55); }

/* ── 9. EXIT CTA ─ warm clay, light closing zone ── */
.exit-cta { background: var(--tint-clay, #e8e2c2); }
.exit-cta-title { color: var(--ink); }
.exit-cta .display-it { color: var(--accent) !important; }
.exit-cta p { color: var(--ink-2); }

/* ── HEADER ─ crisp cream with correct bg token ── */
.header { background: rgba(249,247,242,0.94); }
.nav-mega { background: var(--bg); border-bottom-color: var(--hairline); }
.nav-mega-link:hover { background: var(--surface); }
.header-icon:hover { background: var(--surface); }

/* ── REGION STAMPS ─ clay border for stamps ── */
.stamp-img { border-color: var(--bg); background: var(--tint-clay); }

/* ── HERO ITALIC ACCENT ─ mark gold instead of saffron ── */
.hero-em { color: var(--mark); }
.hero-dot.active { background: var(--mark); }
.hc-dot.is-active { background: var(--mark); width: 24px; border-radius: 4px; }

/* ── SECTION HEADINGS ITALIC ACCENT ─ mark gold ── */
.section-title .display-it { color: var(--mark) !important; }
.exit-cta-title .display-it { color: var(--mark) !important; }

/* ── PRODUCT CARD REFINEMENTS ── */
.product-card { background: var(--white); }
.product-card-img { background: var(--surface); }

/* ── STORY / FOUNDER STATS ─ accent green ── */
.story-stat-n { color: var(--accent); }

/* ── ANNOUNCEMENT BAR ─ slightly tinted dark ── */
.announcement-bar { background: var(--ink); }

/* ── BACK TO TOP / OVERLAY ── */
.back-to-top { background: var(--bg); border-color: var(--hairline); }
.overlay { background: rgba(17,17,16,0.48); }

/* ═══════════════════════════════════════════════
   MOBILE UX — targeted layout improvements
   ═══════════════════════════════════════════════ */

/* Reduce excessive vertical padding on mobile */
@media (max-width: 640px) {
  .section-pad            { padding-block: var(--sp-12); }
  .newsletter-section     { padding: var(--sp-12) 0; }
  .exit-cta               { padding: var(--sp-12) 0; }
  .not-found              { padding: var(--sp-12) 0; }
  .not-found-title        { font-size: 72px; }
  /* Scale down display headings slightly so they don't overflow */
  .section-title          { font-size: clamp(28px, 8vw, 52px); }
  .exit-cta-title         { font-size: clamp(28px, 8vw, 52px); }
  .hero-title             { font-size: clamp(32px, 10vw, 62px); }
  /* Tighten hero carousel */
  .hc-content             { padding-top: var(--sp-12); padding-bottom: var(--sp-10); }
}

/* Blog grid: horizontal scroll on mobile instead of single-column stack */
@media (max-width: 600px) {
  .blog-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: var(--sp-4);
    padding-bottom: var(--sp-4);
    grid-template-columns: unset;
  }
  .blog-grid::-webkit-scrollbar { display: none; }
  .blog-grid .blog-card {
    flex: 0 0 78vw;
    max-width: 300px;
    scroll-snap-align: start;
  }
}

/* Product spotlight: reduce gap on mobile */
@media (max-width: 480px) {
  .product-spotlight-inner { gap: var(--sp-6); }
  .product-spotlight-img   { max-height: 240px; }
}

/* Product page: tighten layout padding */
@media (max-width: 640px) {
  .product-layout { padding-block: var(--sp-8); gap: var(--sp-8); }
  .product-title  { font-size: clamp(24px, 7vw, 36px); }
}

/* Collection banner: reduce top padding */
@media (max-width: 640px) {
  .collection-banner { padding: var(--sp-10) 0 var(--sp-6); }
}

/* Cart page: reduce section padding */
@media (max-width: 640px) {
  .cart-page-grid { gap: var(--sp-5); }
}

/* Stamp grid: horizontal scroll hint on smallest screens */
@media (max-width: 360px) {
  .region-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    gap: var(--sp-3);
    padding-bottom: var(--sp-2);
  }
  .region-grid::-webkit-scrollbar { display: none; }
  .region-grid .stamp {
    flex: 0 0 44vw;
    scroll-snap-align: start;
  }
}

/* ================================================================
   NUTKASH v9 — NEW COMPONENT LAYER
   Based on Claude Design v8 · Adapted to Nutkash color tokens
   ================================================================ */

/* ── FONT UPGRADE — Inter Tight ── */
body { font-family: "Inter Tight", ui-sans-serif, system-ui, sans-serif; letter-spacing: -.005em; }
.nk-ui, button, input, select, textarea, nav, .price, .badge, .pill, .tag { font-family: "Inter Tight", ui-sans-serif, system-ui, sans-serif; }

/* ── ANNOUNCEMENT BAR ── */
.nk-announce {
  background: var(--ink);
  color: #fff;
  font-size: clamp(0.6875rem, 1.5vw, 0.8125rem);
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
  overflow: hidden;
  min-height: 32px;
  padding: 7px 0;
  display: flex;
  align-items: center;
}
.nk-announce__track {
  display: flex;
  gap: 40px;
  white-space: nowrap;
  animation: nk-ticker 55s linear infinite;
  width: max-content;
}
.nk-announce:hover .nk-announce__track { animation-play-state: paused; }
.nk-announce__item { display: inline-flex; align-items: center; gap: 8px; opacity: .82; }
.nk-announce__sep { color: rgba(255,255,255,.3); }
@keyframes nk-ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ── SECTION HEADER PATTERN ── */
.nk-s-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: clamp(20px, 3vw, 32px);
}
.nk-s-head__title {
  font-family: "Fraunces", ui-serif, Georgia, serif;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 600;
  color: var(--ink);
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.nk-s-head__sub {
  font-size: 0.8125rem;
  color: var(--ink-2);
  margin-top: 4px;
}
.nk-s-head__link {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--accent);
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: 16px;
}
.nk-s-head__link:hover { text-decoration: underline; }

/* ── PRODUCT CARD — UPGRADED ── */
.nk-p-card {
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border-radius: var(--r-lg);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 200ms var(--ease), transform 200ms var(--ease);
}
.nk-p-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.nk-p-card__media {
  position: relative;
  aspect-ratio: 1;
  background: var(--surface-2);
  overflow: hidden;
}
.nk-p-card__media img { width: 100%; height: 100%; object-fit: cover; }
.nk-p-card__badge {
  position: absolute;
  top: 10px; left: 10px;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: var(--r-full);
  background: var(--ink);
  color: #fff;
  z-index: 1;
}
.nk-p-card__badge--sale { background: var(--mark); color: var(--ink); }
.nk-p-card__badge--new  { background: var(--accent); color: #fff; }
.nk-p-card__body {
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1;
}
.nk-p-card__brand {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.nk-p-card__name {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.3;
}
.nk-p-card__size {
  font-size: 0.75rem;
  color: var(--ink-2);
}
.nk-p-card__price-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-top: 6px;
}
.nk-p-card__price {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--ink);
}
.nk-p-card__mrp {
  font-size: 0.75rem;
  color: var(--ink-3);
  text-decoration: line-through;
}
.nk-p-card__off {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--mark);
}
.nk-p-card__atb {
  margin-top: auto;
  padding-top: 10px;
  padding: 8px 0 0;
  background: none;
  border: none;
  border-top: 1px solid var(--hairline);
  width: 100%;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--accent);
  cursor: pointer;
  text-align: center;
  letter-spacing: .01em;
  transition: color 150ms;
}
.nk-p-card__atb:hover { color: var(--ink); }

/* Product grid layouts */
.nk-product-grid { display: grid; gap: clamp(12px, 2vw, 20px); }
.nk-product-grid--4 { grid-template-columns: repeat(4, 1fr); }
.nk-product-grid--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) {
  .nk-product-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .nk-product-grid--3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .nk-product-grid--4,
  .nk-product-grid--3 { grid-template-columns: repeat(2, 1fr); gap: 10px; }
}

/* Horizontal scroll row */
.nk-h-scroll {
  display: flex;
  gap: clamp(10px, 2vw, 16px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 4px;
}
.nk-h-scroll::-webkit-scrollbar { display: none; }
.nk-h-scroll .nk-p-card {
  flex: 0 0 clamp(180px, 22vw, 240px);
  scroll-snap-align: start;
}

/* ── USP STRIP ── */
.nk-usp-strip {
  background: var(--surface);
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  padding: 18px var(--gutter);
}
.nk-usp-strip__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.nk-usp-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nk-usp-item__icon {
  flex-shrink: 0;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--surface-2);
  display: flex; align-items: center; justify-content: center;
  color: var(--accent);
}
.nk-usp-item__title {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.2;
}
.nk-usp-item__sub {
  font-size: 0.6875rem;
  color: var(--ink-2);
  margin-top: 2px;
}
@media (max-width: 700px) {
  .nk-usp-strip__inner { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 420px) {
  .nk-usp-strip__inner { grid-template-columns: 1fr; gap: 10px; }
}

/* ── CATEGORY TILES ── */
.nk-cat-tiles {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(8px, 1.5vw, 16px);
}
.nk-cat-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
}
.nk-cat-tile__media {
  width: 100%;
  aspect-ratio: 1;
  border-radius: var(--r-lg);
  background: var(--surface);
  overflow: hidden;
}
.nk-cat-tile__media img { width: 100%; height: 100%; object-fit: cover; }
.nk-cat-tile__name {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--ink);
  text-align: center;
}
.nk-cat-tile__count {
  font-size: 0.625rem;
  color: var(--ink-3);
  text-align: center;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.nk-cat-tile:hover .nk-cat-tile__media { box-shadow: var(--shadow-sm); }
@media (max-width: 700px) {
  .nk-cat-tiles { grid-template-columns: repeat(3, 1fr); }
}

/* ── PROMO ROW ── */
.nk-promo-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(12px, 2vw, 20px);
}
.nk-promo-card {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  aspect-ratio: 16/9;
  background: var(--surface);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 200ms;
}
.nk-promo-card:hover { box-shadow: var(--shadow-lg); }
.nk-promo-card__media {
  position: absolute;
  inset: 0;
}
.nk-promo-card__media img { width: 100%; height: 100%; object-fit: cover; }
.nk-promo-card__copy {
  position: relative;
  padding: clamp(16px, 3vw, 28px);
  background: linear-gradient(to top, rgba(17,17,16,.7) 0%, transparent 100%);
  color: #fff;
}
.nk-promo-card__kicker {
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
  opacity: .8;
}
.nk-promo-card__title {
  font-family: "Fraunces", ui-serif, Georgia, serif;
  font-size: clamp(1rem, 2vw, 1.375rem);
  font-weight: 600;
  line-height: 1.2;
  margin-top: 4px;
}
.nk-promo-card__cta {
  font-size: 0.8125rem;
  font-weight: 500;
  margin-top: 8px;
  opacity: .9;
  display: inline-block;
}
@media (max-width: 600px) {
  .nk-promo-row { grid-template-columns: 1fr; }
}

/* ── OFFER BANNER ── */
.nk-offer-banner {
  background: var(--ink);
  border-radius: var(--r-2xl);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 280px;
}
.nk-offer-banner__copy {
  padding: clamp(28px, 5vw, 56px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  color: #fff;
}
.nk-offer-banner__kicker {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--mark);
}
.nk-offer-banner__title {
  font-family: "Fraunces", ui-serif, Georgia, serif;
  font-size: clamp(1.375rem, 3vw, 2rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.nk-offer-banner__sub {
  font-size: 0.875rem;
  color: rgba(255,255,255,.7);
  line-height: 1.6;
  max-width: 38ch;
}
.nk-offer-banner__price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 4px;
}
.nk-offer-banner__price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
.nk-offer-banner__was {
  font-size: 0.875rem;
  color: rgba(255,255,255,.45);
  text-decoration: line-through;
}
.nk-offer-banner__save {
  font-size: 0.75rem;
  font-weight: 600;
  background: var(--mark);
  color: var(--ink);
  padding: 2px 8px;
  border-radius: var(--r-full);
}
.nk-offer-banner__cta-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 4px; }
.nk-offer-banner__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 22px;
  border-radius: var(--r-full);
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 150ms;
  cursor: pointer;
  border: none;
}
.nk-offer-banner__btn:hover { opacity: .88; }
.nk-offer-banner__btn--primary { background: var(--accent); color: #fff; }
.nk-offer-banner__btn--ghost { background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.2); }
.nk-offer-banner__media {
  position: relative;
  background: var(--surface);
  overflow: hidden;
}
.nk-offer-banner__media img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 640px) {
  .nk-offer-banner { grid-template-columns: 1fr; }
  .nk-offer-banner__media { display: none; }
}

/* ── SOURCING SECTION ── */
.nk-sourcing {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
}
.nk-sourcing__map {
  border-radius: var(--r-xl);
  overflow: hidden;
  background: var(--surface);
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-3);
  font-size: 0.8125rem;
  text-align: center;
  border: 1px dashed var(--hairline);
}
.nk-sourcing__list { display: flex; flex-direction: column; }
.nk-sourcing__row {
  display: grid;
  grid-template-columns: 1fr 2fr auto;
  gap: 12px;
  align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px solid var(--hairline);
}
.nk-sourcing__row:first-child { border-top: 1px solid var(--hairline); }
.nk-sourcing__place { font-size: 0.9375rem; font-weight: 600; color: var(--ink); }
.nk-sourcing__what { font-size: 0.8125rem; color: var(--ink-2); }
.nk-sourcing__alt { font-size: 0.6875rem; font-weight: 500; color: var(--ink-3); letter-spacing: .04em; text-align: right; white-space: nowrap; }
@media (max-width: 700px) {
  .nk-sourcing { grid-template-columns: 1fr; }
  .nk-sourcing__map { display: none; }
}

/* ── STORY TILES ── */
.nk-story-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 2vw, 20px);
}
.nk-story-tile {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}
.nk-story-tile__media {
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--surface-2);
}
.nk-story-tile__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 300ms; }
.nk-story-tile:hover .nk-story-tile__media img { transform: scale(1.03); }
.nk-story-tile__cat {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--accent);
}
.nk-story-tile__title {
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.35;
}
@media (max-width: 640px) {
  .nk-story-band { grid-template-columns: repeat(2, 1fr); }
}

/* ── HOMEPAGE HERO ── */
.nk-hero {
  padding: clamp(40px, 8vw, 96px) var(--gutter);
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
.nk-hero__kicker {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}
.nk-hero__title {
  font-family: "Fraunces", ui-serif, Georgia, serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.nk-hero__sub {
  font-size: clamp(0.9375rem, 1.5vw, 1.0625rem);
  color: var(--ink-2);
  line-height: 1.65;
  margin-top: 16px;
  max-width: 46ch;
}
.nk-hero__trust-row {
  display: flex;
  gap: 20px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.nk-hero__trust-item { display: flex; flex-direction: column; }
.nk-hero__trust-label { font-size: 0.6875rem; color: var(--ink-3); text-transform: uppercase; letter-spacing: .05em; }
.nk-hero__trust-val { font-size: 0.875rem; font-weight: 600; color: var(--ink); margin-top: 1px; }
.nk-hero__cta-row { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }
.nk-hero__media {
  border-radius: var(--r-2xl);
  overflow: hidden;
  aspect-ratio: 4/5;
  background: var(--surface);
}
.nk-hero__media img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 720px) {
  .nk-hero { grid-template-columns: 1fr; }
  .nk-hero__media { order: -1; aspect-ratio: 16/9; }
}

/* ── PRODUCT PAGE — OFFERS STRIP ── */
.nk-offers-strip {
  border: 1px solid var(--hairline);
  border-radius: var(--r-md);
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nk-offers-strip__head {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-2);
  margin-bottom: 2px;
}
.nk-offers-strip__item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.8125rem;
  color: var(--ink-2);
  line-height: 1.4;
}
.nk-offers-strip__ic {
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--accent);
}
.nk-offers-strip__item strong { color: var(--ink); }
.nk-offers-strip__item code {
  background: var(--surface);
  padding: 1px 5px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-family: "Inter Tight", monospace;
  color: var(--accent);
  border: 1px solid var(--hairline);
}

/* ── PRODUCT PAGE — VARIANT PILLS ── */
.nk-opt-row { margin-top: 16px; }
.nk-opt-row__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.nk-opt-row__label {
  font-size: 0.8125rem;
  color: var(--ink-2);
}
.nk-opt-row__label strong { color: var(--ink); }
.nk-opt-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.nk-opt-pill {
  padding: 7px 16px;
  border-radius: var(--r-full);
  border: 1.5px solid var(--hairline);
  background: var(--surface);
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--ink);
  cursor: pointer;
  transition: border-color 150ms, background 150ms;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
}
.nk-opt-pill.is-active {
  border-color: var(--accent);
  background: #fff;
  color: var(--accent);
}
.nk-opt-pill:hover:not(.is-active):not(.is-out) { border-color: var(--ink-3); }
.nk-opt-pill.is-out { opacity: .4; cursor: not-allowed; text-decoration: line-through; }
.nk-opt-pill .sub { font-size: 0.625rem; color: var(--ink-3); font-weight: 400; }
.nk-opt-pill.is-active .sub { color: var(--accent); }

/* ── PRODUCT PAGE — PSTATS BAR ── */
.nk-pstats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--hairline);
  border-radius: var(--r-md);
  overflow: hidden;
  margin: 24px 0;
}
.nk-pstats__cell {
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-right: 1px solid var(--hairline);
}
.nk-pstats__cell:last-child { border-right: none; }
.nk-pstats__k { font-size: 0.625rem; font-weight: 600; text-transform: uppercase; letter-spacing: .07em; color: var(--ink-3); }
.nk-pstats__v { font-size: 0.9375rem; font-weight: 600; color: var(--ink); }
.nk-pstats__vs { font-size: 0.6875rem; color: var(--ink-2); margin-top: 1px; }
@media (max-width: 540px) {
  .nk-pstats { grid-template-columns: repeat(2, 1fr); }
  .nk-pstats__cell:nth-child(2) { border-right: none; }
  .nk-pstats__cell:nth-child(1),
  .nk-pstats__cell:nth-child(2) { border-bottom: 1px solid var(--hairline); }
}

/* ── PRODUCT PAGE — IMPROVED CTA ROW ── */
.nk-cta-row {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 10px;
  align-items: center;
  margin-top: 16px;
}
.nk-btn-atb {
  padding: 13px 20px;
  background: var(--ink);
  color: #fff;
  border: none;
  border-radius: var(--r-full);
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 150ms;
  text-align: center;
}
.nk-btn-atb:hover { background: #333; }
.nk-btn-buy {
  padding: 13px 20px;
  background: var(--accent);
  color: #fff;
  border: none;
  border-radius: var(--r-full);
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 150ms;
  text-align: center;
}
.nk-btn-buy:hover { background: var(--accent-soft); }
.nk-btn-wish {
  width: 46px; height: 46px;
  border-radius: 50%;
  border: 1.5px solid var(--hairline);
  background: var(--surface);
  display: flex; align-items: center; justify-content: center;
  color: var(--ink-2);
  cursor: pointer;
  transition: border-color 150ms, color 150ms;
  flex-shrink: 0;
}
.nk-btn-wish:hover { border-color: var(--mark); color: var(--mark); }
.nk-btn-wish.is-active { border-color: var(--mark); color: var(--mark); fill: var(--mark); }
@media (max-width: 400px) {
  .nk-cta-row { grid-template-columns: 1fr 1fr; }
  .nk-btn-wish { display: none; }
}

/* ── BREADCRUMB ── */
.nk-crumb {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.75rem;
  color: var(--ink-3);
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.nk-crumb a { color: inherit; text-decoration: none; }
.nk-crumb a:hover { color: var(--ink); }
.nk-crumb__sep { color: var(--hairline); margin: 0 2px; }
.nk-crumb__cur { color: var(--ink-2); font-weight: 500; }

/* ── SECTION WRAPPER ── */
.nk-section { padding-block: var(--section); }
.nk-section--alt { background: var(--surface); }
.nk-wrap { max-width: var(--max-w, 1280px); margin: 0 auto; padding: 0 var(--gutter, 1.5rem); }
.nk-sp   { padding: var(--section, 4rem) 0; }
.nk-eyebrow { display: block; font-size: var(--nk-label); font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--terra, #3a4f43); margin-bottom: .75rem; }
.nk-section-title { font-family: var(--serif); font-size: clamp(1.65rem, 3.5vw, 2.6rem); font-weight: 600; letter-spacing: -.025em; line-height: 1.2; color: var(--ink); margin-bottom: 0; }
@media (max-width: 900px) { .nk-sp { padding: 2.5rem 0; } }

/* ── TRUST PILLS — UPGRADED ── */
.nk-trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.nk-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--ink-2);
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: var(--r-full);
  padding: 5px 12px;
}
.nk-trust-pill svg { color: var(--accent); flex-shrink: 0; }
