/** Shopify CDN: Minification failed

Line 33:0 All "@import" rules must come first

**/
/* ============================================================
   VURA · Mineral Skincare · Shopify Theme Stylesheet
   Built on the Vura Design System — colors_and_type.css
   ============================================================ */

/* ---------- Brand Fonts (local files in assets/) ---------- */
@font-face {
  font-family: "Roca One";
  src: url("//vura-9551.myshopify.com/cdn/shop/t/4/assets/RocaOne-Rg.woff2?v=97079376167857338231779526067") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roca One";
  src: url("//vura-9551.myshopify.com/cdn/shop/t/4/assets/RocaOne-Bold.woff2?v=72927936678059690321779526067") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Devanagari";
  src: url("//vura-9551.myshopify.com/cdn/shop/t/4/assets/NotoSansDevanagari-Regular.woff2?v=98412121381742083031779526066") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap");

/* ---------- Design Tokens ---------- */
:root {
  /* Greens — the canvas */
  --vura-forest:        #162D24;
  --vura-forest-deep:   #0E2118;
  --vura-forest-lift:   #1E3A2D;
  --vura-forest-card:   #275341;
  --vura-sage:          #637746;

  /* Saffron — wordmark + primary CTA */
  --vura-saffron:       #FFC03F;
  --vura-saffron-soft:  #F2BD53;
  --vura-saffron-deep:  #E8A82A;

  /* Terracotta + burgundy */
  --vura-terracotta:    #8D3B2D;
  --vura-burgundy:      #6E1F1A;
  --vura-burgundy-deep: #48222A;

  /* Creams — all on-green type */
  --vura-cream:         #F4EFE3;
  --vura-cream-dim:     #D9D2C2;
  --vura-cream-mute:    #9DA59A;
  --vura-paper:         #F8F3E7;
  --vura-paper-deep:    #EDE5D2;

  /* Hairlines */
  --vura-hairline:      rgba(244, 239, 227, 0.22);
  --vura-hairline-soft: rgba(244, 239, 227, 0.10);

  /* Semantic tokens */
  --bg:           var(--vura-forest);
  --bg-elevated:  var(--vura-forest-lift);
  --bg-card:      var(--vura-forest-card);
  --bg-paper:     var(--vura-paper);

  --fg:           var(--vura-cream);
  --fg-muted:     var(--vura-cream-dim);
  --fg-faint:     var(--vura-cream-mute);
  --fg-ink:       #1A2A22;
  --fg-ink-muted: #4A5750;

  --accent:       var(--vura-saffron);
  --accent-deep:  var(--vura-terracotta);

  --border:       var(--vura-hairline);
  --border-soft:  var(--vura-hairline-soft);

  --success:      #8DAB6B;
  --danger:       var(--vura-burgundy);

  /* Typography */
  --font-display:    "Roca One", Georgia, serif;
  --font-body:       "Inter", "Helvetica Neue", system-ui, sans-serif;
  --font-devanagari: "Noto Sans Devanagari", sans-serif;

  /* Type scale */
  --size-xs:   11px; --lh-xs:   16px;
  --size-sm:   13px; --lh-sm:   20px;
  --size-base: 15px; --lh-base: 24px;
  --size-md:   17px; --lh-md:   26px;
  --size-lg:   22px; --lh-lg:   30px;
  --size-xl:   30px; --lh-xl:   36px;
  --size-2xl:  44px; --lh-2xl:  50px;
  --size-3xl:  64px; --lh-3xl:  68px;
  --size-4xl:  96px; --lh-4xl:  96px;

  /* Letter-spacing */
  --track-loose: 0.18em;
  --track-mid:   0.10em;
  --track-tight: -0.01em;

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

  /* Corner radii — small and printed-paper */
  --r-1: 2px; --r-2: 4px; --r-3: 6px; --r-4: 10px;
  --r-pill: 999px;

  /* Shadows */
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.30);
  --shadow-md: 0 8px 24px rgba(0,0,0,0.35);
  --shadow-lg: 0 24px 60px rgba(0,0,0,0.45);
  --shadow-wordmark: 3px 3px 0 var(--vura-terracotta);

  /* Animation — slow, herbal, never bouncy */
  --ease-out: cubic-bezier(.2, .7, .2, 1);
  --ease-in:  cubic-bezier(.5, 0, .8, .3);
  --t-fast:   140ms;
  --t-base:   220ms;
  --t-slow:   400ms;

  /* Layout */
  --page-width: 1280px;
}

/* ============================================================
   RESET & GLOBAL
   ============================================================ */

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

body, h1, h2, h3, h4, h5, p, figure, blockquote, dl, dd {
  margin: 0;
}

body {
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  font-size: var(--size-base);
  line-height: var(--lh-base);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Scrollbar */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--vura-forest-deep); }
::-webkit-scrollbar-thumb { background: var(--vura-hairline); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--vura-cream-mute); }

/* ============================================================
   TYPOGRAPHY
   ============================================================ */

h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: var(--track-tight);
  color: var(--fg);
  margin: 0;
}

h1 { font-size: var(--size-3xl); line-height: var(--lh-3xl); }
h2 { font-size: var(--size-2xl); line-height: var(--lh-2xl); }
h3 { font-size: var(--size-xl);  line-height: var(--lh-xl); }
h4 { font-size: var(--size-lg);  line-height: var(--lh-lg); }
h5 {
  font-size: var(--size-sm);
  font-family: var(--font-body);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: var(--track-mid);
}

p { margin: 0 0 var(--s-4); }
p.lead { font-size: var(--size-md); line-height: var(--lh-md); color: var(--fg-muted); }
small, .caption { font-size: var(--size-xs); color: var(--fg-faint); }

/* Wordmark — the brand signature */
.vura-wordmark {
  font-family: var(--font-display);
  color: var(--accent);
  text-shadow: var(--shadow-wordmark);
  letter-spacing: 0.02em;
  font-weight: 400;
}

/* Eyebrow — tracked uppercase label */
.eyebrow {
  font-family: var(--font-body);
  font-size: var(--size-xs);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: var(--track-loose);
  color: var(--fg-muted);
}

/* Devanagari */
.dev, [lang="hi"] {
  font-family: var(--font-devanagari);
  font-weight: 400;
}

/* Visually hidden utility */
.visually-hidden {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); border: 0;
}

/* ============================================================
   LAYOUT
   ============================================================ */

.shell,
.container {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 var(--s-10);
}

@media (max-width: 768px) {
  .shell,
  .container { padding: 0 var(--s-5); }
}

.grid {
  display: grid;
}

.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--s-8); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-8); }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s-6); }

@media (max-width: 991px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
  .grid-4, .grid-3, .grid-2 { grid-template-columns: 1fr; }
}

/* ============================================================
   LINKS
   ============================================================ */

a {
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid var(--accent);
  transition: color var(--t-fast) var(--ease-out);
}
a:hover { color: var(--vura-saffron-deep); }

/* Nav links — no underline */
.nav-link { border-bottom: none; color: var(--fg-muted); }
.nav-link:hover, .nav-link.active { color: var(--vura-saffron); }

/* ============================================================
   DIVIDERS
   ============================================================ */

hr, .rule-dashed {
  border: 0;
  border-top: 1px dashed var(--border);
  margin: var(--s-6) 0;
}

/* ============================================================
   BUTTONS
   ============================================================ */

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--s-2);
  padding: 0 var(--s-8);
  height: 48px;
  font-family: var(--font-body);
  font-size: var(--size-sm);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: var(--track-mid);
  border: none;
  cursor: pointer;
  text-decoration: none;
  border-bottom: none;
  transition: background var(--t-fast) var(--ease-out),
              color var(--t-fast) var(--ease-out),
              transform var(--t-fast) var(--ease-out);
}

/* Primary — saffron pill. ONE pill per screen max. */
.button-primary {
  background: var(--vura-saffron);
  color: var(--vura-forest-deep);
  border-radius: var(--r-pill);
  font-weight: 600;
}
.button-primary:hover {
  background: var(--vura-saffron-deep);
  color: var(--vura-forest-deep);
  border-bottom: none;
  transform: scale(0.99);
}
.button-primary:active { transform: scale(0.98); }

/* Ghost — outline on dark */
.button-ghost {
  background: transparent;
  color: var(--fg-muted);
  border: 1px solid var(--border);
  border-radius: var(--r-2);
}
.button-ghost:hover {
  color: var(--fg);
  border-color: var(--vura-cream-mute);
  border-bottom: 1px solid var(--vura-cream-mute);
  transform: none;
}

.button-full-width { width: 100%; }
.button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.button-disabled:hover { transform: none; }

/* ============================================================
   ANNOUNCEMENT BAR
   ============================================================ */

.announcement-bar {
  background: var(--vura-forest-deep);
  border-bottom: 1px dashed var(--border-soft);
  padding: var(--s-2) var(--s-5);
  display: flex;
  justify-content: center;
  gap: var(--s-4);
  align-items: center;
  font-size: var(--size-xs);
  font-weight: 500;
  letter-spacing: var(--track-loose);
  color: var(--fg-faint);
  text-transform: uppercase;
}

.announcement-bar a {
  color: var(--fg-faint);
  border-bottom: none;
}
.announcement-bar a:hover { color: var(--fg); }

/* ============================================================
   HEADER
   ============================================================ */

.header-wrapper {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--vura-forest-deep);
  border-bottom: 1px solid var(--border-soft);
}

.header-inner {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: var(--s-5) var(--s-10);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: var(--s-6);
}

.header-brand {
  display: flex;
  align-items: baseline;
  gap: var(--s-2);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  border-bottom: none;
}

.header-wordmark {
  font-family: var(--font-display);
  font-size: 28px;
  color: var(--vura-saffron);
  text-shadow: 2px 2px 0 var(--vura-terracotta);
  letter-spacing: 0.02em;
  font-weight: 400;
}

.header-devanagari {
  font-family: var(--font-devanagari);
  font-size: 13px;
  color: var(--fg-muted);
  opacity: 0.75;
}

.header-nav {
  display: flex;
  gap: var(--s-8);
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-nav-link {
  font-size: var(--size-xs);
  font-weight: 500;
  letter-spacing: var(--track-loose);
  text-transform: uppercase;
  color: var(--fg-muted);
  border-bottom: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: color var(--t-fast) var(--ease-out);
}
.header-nav-link:hover,
.header-nav-link.active { color: var(--vura-saffron); }

.header-actions {
  display: flex;
  align-items: center;
  gap: var(--s-1);
  justify-content: flex-end;
}

.header-icon-btn {
  background: transparent;
  border: none;
  color: var(--fg);
  padding: var(--s-2);
  border-radius: var(--r-2);
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: color var(--t-fast) var(--ease-out);
  position: relative;
}
.header-icon-btn:hover { color: var(--vura-saffron); }

.cart-pip {
  position: absolute;
  top: 2px;
  right: 0;
  background: var(--vura-saffron);
  color: var(--vura-forest-deep);
  font-size: 10px;
  font-weight: 600;
  min-width: 16px;
  height: 16px;
  border-radius: 8px;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* Mobile */
.header-mobile-toggle {
  display: none;
  background: transparent;
  border: none;
  color: var(--fg);
  cursor: pointer;
  padding: var(--s-2);
}

@media (max-width: 768px) {
  .header-inner {
    grid-template-columns: 1fr auto;
    padding: var(--s-4) var(--s-5);
  }
  .header-nav { display: none; }
  .header-actions { display: none; }
  .header-mobile-toggle { display: flex; }

  .header-nav.mobile-open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--vura-forest-deep);
    border-bottom: 1px dashed var(--border);
    padding: var(--s-6) var(--s-5);
    gap: var(--s-5);
    align-items: flex-start;
  }
}

/* ============================================================
   HERO SECTION
   ============================================================ */

.hero-section {
  position: relative;
  overflow: hidden;
  padding: var(--s-24) var(--s-10);
  min-height: 720px;
  display: flex;
  align-items: center;
}

.hero-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.12;
  pointer-events: none;
  mix-blend-mode: luminosity;
}

.hero-floral-right {
  position: absolute;
  right: -60px;
  top: -40px;
  width: 380px;
  opacity: 0.95;
  z-index: 1;
  transform: rotate(6deg);
  pointer-events: none;
}
.hero-floral-left {
  position: absolute;
  left: -80px;
  bottom: -60px;
  width: 320px;
  opacity: 0.90;
  z-index: 1;
  transform: rotate(-8deg);
  pointer-events: none;
}
.hero-seal {
  position: absolute;
  top: var(--s-16);
  right: var(--s-16);
  width: 112px;
  height: 112px;
  opacity: 0.85;
  z-index: 2;
  pointer-events: none;
}

/* Hero Split Layout */
.hero-split-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: var(--s-16);
  align-items: center;
  position: relative;
  z-index: 3;
  width: 100%;
}

.hero-split-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(64px, 9vw, 128px);
  line-height: 0.85;
  color: var(--vura-saffron);
  text-shadow: 4px 4px 0 var(--vura-terracotta);
  letter-spacing: 0.02em;
  margin: var(--s-4) 0 0;
}

.hero-devanagari {
  font-family: var(--font-devanagari);
  font-size: clamp(32px, 4.5vw, 48px);
  color: var(--vura-saffron);
  text-shadow: 3px 3px 0 var(--vura-terracotta);
  margin-top: var(--s-2);
  letter-spacing: 0.02em;
  line-height: 1;
}

.hero-lede {
  margin-top: var(--s-6);
  font-size: var(--size-md);
  line-height: 1.7;
  color: var(--fg-muted);
  max-width: 500px;
}

.hero-cta {
  margin-top: var(--s-8);
  display: flex;
  gap: var(--s-4);
  align-items: center;
  flex-wrap: wrap;
}

.hero-split-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 520px;
  z-index: 2;
}

.hero-floating-bottle {
  max-width: 95%;
  max-height: 480px;
  object-fit: contain;
  filter: drop-shadow(0 15px 45px rgba(0,0,0,0.6));
  transition: transform var(--t-slow) var(--ease-out), filter var(--t-slow) var(--ease-out);
}
.hero-floating-bottle:hover {
  transform: translateY(-12px) scale(1.03);
  filter: drop-shadow(0 25px 60px rgba(0,0,0,0.7));
}

@media (max-width: 991px) {
  .hero-split-grid {
    grid-template-columns: 1fr;
    gap: var(--s-10);
  }
  .hero-split-text {
    align-items: center;
    text-align: center;
  }
  .hero-lede {
    max-width: 480px;
  }
  .hero-split-visual {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .hero-section { padding: var(--s-20) var(--s-5); min-height: 600px; }
  .hero-floral-right { width: 220px; right: -30px; top: -30px; }
  .hero-floral-left { width: 180px; left: -40px; bottom: -40px; }
  .hero-seal { width: 80px; height: 80px; top: var(--s-4); right: var(--s-4); }
}

/* ============================================================
   VURA CARDS — tonal elevation, no glassmorphism
   ============================================================ */

.vura-card {
  background: var(--bg-elevated);
  border: 1px solid var(--border-soft);
  border-radius: var(--r-3);
  overflow: hidden;
  transition: border-color var(--t-base) var(--ease-out);
}

.vura-card:hover {
  border-color: var(--vura-hairline);
}

/* Product card variant */
.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-card-image-wrapper {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--vura-forest-lift);
}

.product-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--t-slow) var(--ease-out);
}

.product-card:hover .product-card-img {
  transform: scale(1.04);
}

.product-card-badges {
  position: absolute;
  top: var(--s-3);
  left: var(--s-3);
  display: flex;
  flex-direction: column;
  gap: var(--s-1);
}

.badge {
  padding: 3px 8px;
  font-size: var(--size-xs);
  font-weight: 600;
  border-radius: var(--r-1);
  text-transform: uppercase;
  letter-spacing: var(--track-mid);
}
.badge-sale { background: var(--vura-saffron); color: var(--vura-forest-deep); }
.badge-sold-out { background: var(--border); color: var(--fg-faint); }

.product-card-info {
  padding: var(--s-4) var(--s-5) var(--s-5);
  display: flex;
  flex-direction: column;
  gap: var(--s-2);
  flex-grow: 1;
}

.product-card-vendor {
  font-size: var(--size-xs);
  text-transform: uppercase;
  letter-spacing: var(--track-mid);
  color: var(--fg-faint);
}

.product-card-title {
  font-family: var(--font-display);
  font-size: var(--size-lg);
  color: var(--fg);
  line-height: 1.2;
}
.product-card-title a { color: inherit; border-bottom: none; text-decoration: none; }

.product-card-price {
  display: flex;
  align-items: baseline;
  gap: var(--s-3);
  margin-top: auto;
  padding-top: var(--s-3);
}

.price-regular { font-family: var(--font-display); font-size: var(--size-lg); color: var(--fg); }
.price-sale { font-family: var(--font-display); font-size: var(--size-lg); color: var(--vura-saffron); }
.price-compare { font-size: var(--size-sm); color: var(--fg-faint); text-decoration: line-through; }

.product-card-add {
  margin-top: var(--s-4);
  border-top: 1px dashed var(--border-soft);
  padding-top: var(--s-4);
}

/* ============================================================
   PILLARS SECTION
   ============================================================ */

.pillars-section {
  padding: var(--s-20) 0;
  border-top: 1px dashed var(--border);
  border-bottom: 1px dashed var(--border);
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s-10);
  align-items: start;
}

.pillar-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--s-5);
  position: relative;
}

.pillar-icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.pillar-title {
  font-family: var(--font-display);
  font-size: var(--size-lg);
  line-height: 1.2;
  color: var(--fg);
  max-width: 180px;
}

.pillar-divider {
  position: absolute;
  top: 32px;
  right: -20px;
  width: 12px;
  border-top: 1px dashed var(--border);
}

@media (max-width: 768px) {
  .pillars-grid { grid-template-columns: repeat(2, 1fr); gap: var(--s-8); }
  .pillar-divider { display: none; }
}

/* ============================================================
   BEHIND THE PRESS SECTION
   ============================================================ */
.btp-section {
  padding: var(--s-16) 0 var(--s-24);
  border-top: 1px dashed var(--border);
}
.btp-head {
  max-width: 640px;
  margin-bottom: var(--s-12);
}
.btp-title {
  font-family: var(--font-display);
  font-size: var(--size-2xl);
  line-height: var(--lh-2xl);
  color: var(--fg);
  letter-spacing: var(--track-tight);
}
.btp-lede {
  margin-top: var(--s-4);
  font-size: var(--size-base);
  line-height: 1.7;
  color: var(--fg-muted);
}
.btp-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: var(--s-6);
  align-items: stretch;
}
.btp-tall {
  display: flex;
  flex-direction: column;
  gap: var(--s-3);
  height: 540px;
}
.btp-col {
  display: flex;
  flex-direction: column;
  gap: var(--s-6);
  height: 540px;
}
.btp-wide {
  display: flex;
  flex-direction: column;
  gap: var(--s-3);
  flex: 1;
}
.btp-short {
  display: flex;
  flex-direction: column;
  gap: var(--s-3);
  height: 220px;
}
.btp-image-wrapper {
  overflow: hidden;
  border-radius: var(--r-3);
  border: 1px dashed var(--border);
  background: var(--vura-forest-lift);
  flex-grow: 1;
  display: flex;
}
.btp-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.btp-cap {
  font-size: var(--size-xs);
  color: var(--fg-faint);
  letter-spacing: var(--track-loose);
  text-transform: uppercase;
}
.btp-direction {
  margin-top: var(--s-8);
  font-size: 12px;
  color: var(--fg-faint);
  letter-spacing: 0.04em;
  max-width: 760px;
}
@media (max-width: 768px) {
  .btp-grid {
    grid-template-columns: 1fr;
    height: auto;
  }
  .btp-tall, .btp-col {
    height: auto;
  }
  .btp-tall .btp-image-wrapper {
    aspect-ratio: 4/5;
  }
  .btp-wide .btp-image-wrapper {
    aspect-ratio: 3/2;
  }
  .btp-short .btp-image-wrapper {
    aspect-ratio: 3/1;
  }
}

/* ============================================================
   ARCHIVE NOTE SECTION
   ============================================================ */
.archive-note-section {
  padding: var(--s-24) 0;
  border-top: 1px dashed var(--border);
}
.shell-narrow {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 var(--s-10);
}
.archive-note-inner {
  text-align: center;
  position: relative;
}
.archive-note-floral {
  position: absolute;
  left: -40px;
  top: -60px;
  width: 160px;
  opacity: 0.7;
  pointer-events: none;
}
.archive-note-heading {
  font-family: var(--font-display);
  font-size: var(--size-2xl);
  line-height: 1.15;
  margin: 0 auto;
  letter-spacing: var(--track-tight);
  max-width: 720px;
  color: var(--fg);
}
.archive-note-eyebrow {
  margin-bottom: var(--s-4);
}
.archive-note-tagline {
  margin-top: var(--s-6);
  font-size: var(--size-sm);
  color: var(--fg-muted);
  letter-spacing: var(--track-loose);
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .archive-note-floral {
    display: none;
  }
}

/* ============================================================
   PRODUCT DETAIL PAGE (PDP)
   ============================================================ */

.pdp-section { padding: var(--s-16) 0 var(--s-24); }

.pdp-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 72px;
  align-items: start;
}

@media (max-width: 991px) {
  .pdp-grid { grid-template-columns: 1fr; gap: var(--s-10); }
}

/* Bottle column */
.pdp-bottle-column { position: sticky; top: 100px; }

.pdp-bottle-frame {
  position: relative;
  background: var(--vura-forest-lift);
  border-radius: var(--r-3);
  padding: var(--s-8);
  min-height: 520px;
  border: 1px solid var(--border-soft);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdp-bottle-seal {
  position: absolute;
  top: var(--s-6);
  right: var(--s-6);
  width: 88px;
  height: 88px;
  opacity: 0.82;
  z-index: 3;
}

.pdp-main-image {
  max-width: 85%;
  max-height: 380px;
  object-fit: contain;
  z-index: 2;
  transition: transform var(--t-slow) var(--ease-out);
}
.pdp-main-image:hover {
  transform: scale(1.03);
}

.pdp-bottle-floral-bg {
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: 180px;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}

.pdp-bottle-art {
  position: absolute;
  right: -36px;
  bottom: -16px;
  width: 240px;
  opacity: 0.95;
}

.pdp-bottle-wordmark {
  font-family: var(--font-display);
  font-size: 88px;
  color: var(--vura-saffron);
  text-shadow: 5px 5px 0 var(--vura-terracotta);
  letter-spacing: 0.02em;
  margin-top: 80px;
  line-height: 0.9;
}

.pdp-bottle-hindi {
  font-family: var(--font-devanagari);
  font-size: 40px;
  color: var(--fg-muted);
  margin-top: var(--s-3);
}

.pdp-bottle-strap {
  margin-top: var(--s-6);
  font-size: 10px;
  color: var(--fg-faint);
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.pdp-bottle-subcard {
  margin-top: var(--s-10);
  background: var(--vura-forest-card);
  border-radius: var(--r-2);
  padding: var(--s-4);
  width: 200px;
  position: relative;
  z-index: 2;
}

/* Info column */
.pdp-info-column { display: flex; flex-direction: column; gap: var(--s-6); }

.pdp-product-title {
  font-size: clamp(48px, 7vw, 88px);
  line-height: 0.95;
  margin-top: var(--s-5);
}

.pdp-product-hindi {
  font-family: var(--font-devanagari);
  font-size: 40px;
  color: var(--fg-muted);
}

.pdp-price-line {
  display: flex;
  align-items: baseline;
  gap: var(--s-3);
}
.pdp-price {
  font-family: var(--font-display);
  font-size: var(--size-2xl);
  color: var(--fg);
}
.pdp-price-size {
  font-size: var(--size-sm);
  color: var(--fg-muted);
}

.pdp-qty-row {
  display: flex;
  gap: var(--s-4);
  align-items: stretch;
}
.pdp-qty-row button[type="submit"] {
  flex: 1;
}

.qty-selector {
  display: flex;
  align-items: center;
  border: 1px solid var(--vura-cream-mute);
  border-radius: var(--r-pill);
  overflow: hidden;
}
.qty-btn {
  background: transparent;
  border: none;
  color: var(--fg);
  padding: 0 var(--s-4);
  font-size: 18px;
  height: 48px;
  cursor: pointer;
}
.qty-btn:hover { color: var(--vura-saffron); }
.qty-input {
  width: 36px;
  text-align: center;
  font-size: var(--size-sm);
  background: transparent;
  border: none;
  color: var(--fg);
}

.pdp-ship-note {
  display: flex;
  gap: var(--s-3);
  align-items: center;
  justify-content: center;
  margin-top: var(--s-6);
  font-size: var(--size-xs);
  color: var(--fg-muted);
}
.pdp-ship-note svg,
.pdp-ship-note i {
  width: 16px;
  height: 16px;
  stroke-width: 1.5;
  color: var(--fg-faint);
  flex-shrink: 0;
}

/* PDP Gallery & Thumbnails */
.pdp-thumbnails {
  display: flex;
  gap: var(--s-2);
  margin-top: var(--s-4);
  overflow-x: auto;
  padding-bottom: var(--s-1);
}
.product-thumbnail {
  width: 64px;
  height: 64px;
  border: 1px solid var(--border-soft);
  border-radius: var(--r-2);
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  background: var(--vura-forest-lift);
  flex-shrink: 0;
  transition: border-color var(--t-fast) var(--ease-out), transform var(--t-fast) var(--ease-out);
}
.product-thumbnail:hover, .product-thumbnail.active {
  border-color: var(--vura-saffron);
}
.product-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

/* PDP Swatches & Variant Selectors */
.pdp-variant-selector {
  margin-bottom: var(--s-6);
}
.pdp-variant-group {
  margin-bottom: var(--s-4);
}
.pdp-variant-label {
  margin-bottom: var(--s-2);
}
.pdp-variant-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-2);
}
.pdp-swatch-label {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.pdp-swatch-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.variant-swatch {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 var(--s-5);
  border: 1px solid var(--border);
  border-radius: var(--r-2);
  font-size: var(--size-sm);
  color: var(--fg-muted);
  cursor: pointer;
  transition: border-color var(--t-fast) var(--ease-out), color var(--t-fast) var(--ease-out), background-color var(--t-fast) var(--ease-out);
}
.pdp-swatch-input:checked + .variant-swatch {
  border-color: var(--vura-saffron) !important;
  color: var(--vura-saffron) !important;
  background: rgba(255, 192, 63, 0.05);
}

.pdp-description-short {
  font-size: var(--size-sm);
  color: var(--fg-muted);
  line-height: 1.6;
  margin-top: var(--s-6);
  margin-bottom: var(--s-6);
}

/* PDP Trust Badges */
.pdp-trust-badges {
  margin-top: var(--s-6);
  border-top: 1px dashed var(--border-soft);
  padding-top: var(--s-6);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-4);
  text-align: center;
}
.pdp-trust-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--s-2);
}
.pdp-trust-badge img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  opacity: 0.8;
}
.pdp-trust-badge span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--fg-muted);
}

/* PDP Tabs */
.pdp-tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px dashed var(--border);
}

.pdp-tab {
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  padding: var(--s-3) 0;
  margin-right: var(--s-8);
  font-size: var(--size-xs);
  text-transform: uppercase;
  letter-spacing: var(--track-loose);
  color: var(--fg-muted);
  cursor: pointer;
  transition: color var(--t-fast) var(--ease-out), border-color var(--t-fast);
}
.pdp-tab.active {
  color: var(--vura-saffron);
  border-bottom-color: var(--vura-saffron);
}

.pdp-tab-body {
  padding: var(--s-5) 0;
  font-size: var(--size-sm);
  line-height: 1.75;
  color: var(--fg-muted);
}

.pdp-ingredients { list-style: none; padding: 0; margin: 0; }
.pdp-ingredients li { padding: var(--s-2) 0; border-bottom: 1px dashed var(--border-soft); }
.pdp-ingredients li:last-child { border-bottom: none; }

/* ============================================================
   AJAX CART DRAWER
   ============================================================ */

.cart-drawer-container {
  position: fixed;
  inset: 0;
  z-index: 999;
  visibility: hidden;
  transition: visibility var(--t-slow);
}
.cart-drawer-container.active { visibility: visible; }

.cart-drawer-overlay {
  position: absolute;
  inset: 0;
  background: rgba(14, 33, 24, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity var(--t-slow) var(--ease-out);
}
.cart-drawer-container.active .cart-drawer-overlay { opacity: 1; }

.cart-drawer-content {
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 100%;
  max-width: 420px;
  background: var(--vura-forest-deep);
  border-left: 1px solid var(--border-soft);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform var(--t-slow) var(--ease-out);
}
.cart-drawer-container.active .cart-drawer-content { transform: translateX(0); }

.cart-drawer-header {
  padding: var(--s-6);
  border-bottom: 1px dashed var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-drawer-title {
  font-family: var(--font-display);
  font-size: var(--size-xl);
}

.cart-drawer-close {
  background: transparent;
  border: none;
  color: var(--fg-muted);
  cursor: pointer;
  padding: var(--s-1);
  transition: color var(--t-fast);
}
.cart-drawer-close:hover { color: var(--fg); }

.cart-drawer-items { flex-grow: 1; overflow-y: auto; padding: var(--s-6); }

.cart-drawer-empty {
  text-align: center;
  padding: var(--s-20) 0;
  color: var(--fg-muted);
}

.cart-drawer-item {
  display: flex;
  gap: var(--s-4);
  padding-bottom: var(--s-6);
  margin-bottom: var(--s-6);
  border-bottom: 1px dashed var(--border-soft);
}

.cart-drawer-item-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: var(--r-2);
  border: 1px solid var(--border-soft);
}

.cart-drawer-item-details { flex-grow: 1; display: flex; flex-direction: column; }
.cart-drawer-item-title { font-size: var(--size-base); font-weight: 500; margin-bottom: var(--s-1); }
.cart-drawer-item-variant { font-size: var(--size-xs); color: var(--fg-faint); }
.cart-drawer-item-actions { display: flex; justify-content: space-between; align-items: center; margin-top: auto; }
.cart-drawer-item-remove { font-size: var(--size-xs); color: var(--vura-cream-mute); text-decoration: underline; border-bottom: none; background: none; border: none; cursor: pointer; }
.cart-drawer-item-remove:hover { color: var(--vura-burgundy); }

.cart-drawer-footer {
  padding: var(--s-6);
  border-top: 1px dashed var(--border);
}
.cart-drawer-summary {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: var(--s-5);
  font-size: var(--size-base);
}
.cart-drawer-subtotal-label { color: var(--fg-muted); letter-spacing: var(--track-mid); text-transform: uppercase; font-size: var(--size-xs); }
.cart-drawer-subtotal-value { font-family: var(--font-display); font-size: var(--size-xl); }
.cart-drawer-view-link {
  display: block;
  text-align: center;
  font-size: var(--size-xs);
  color: var(--fg-faint);
  margin-top: var(--s-4);
  letter-spacing: var(--track-mid);
  text-transform: uppercase;
  border-bottom: none;
  text-decoration: underline;
}

/* ============================================================
   FOOTER
   ============================================================ */

.footer {
  border-top: 1px dashed var(--border);
  padding: var(--s-20) 0 var(--s-10);
  background: var(--vura-forest-deep);
  position: relative;
  overflow: hidden;
}

.footer-seal {
  position: absolute;
  bottom: var(--s-8);
  right: var(--s-10);
  width: 88px;
  opacity: 0.2;
  pointer-events: none;
}

.footer-columns {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
  gap: var(--s-10);
  margin-bottom: var(--s-16);
}

@media (max-width: 991px) {
  .footer-columns { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 576px) {
  .footer-columns { grid-template-columns: 1fr; }
}

.footer-heading {
  font-size: var(--size-xs);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: var(--track-loose);
  color: var(--fg-muted);
  margin-bottom: var(--s-5);
}

.footer-links { list-style: none; padding: 0; display: flex; flex-direction: column; gap: var(--s-3); }
.footer-link {
  color: var(--fg-faint);
  font-size: var(--size-sm);
  border-bottom: none;
}
.footer-link:hover { color: var(--fg); border-bottom: none; }

.footer-newsletter-form { display: flex; margin-top: var(--s-4); gap: var(--s-2); }
.footer-newsletter-input {
  flex-grow: 1;
  border: 1px solid var(--border);
  border-radius: var(--r-2);
  padding: var(--s-3) var(--s-4);
  font-size: var(--size-sm);
  background: rgba(255,255,255,0.02);
  color: var(--fg);
  font-family: var(--font-body);
}
.footer-newsletter-input::placeholder { color: var(--fg-faint); }
.footer-newsletter-input:focus { border-color: var(--vura-saffron); outline: none; }

.footer-bottom {
  border-top: 1px dashed var(--border-soft);
  padding-top: var(--s-6);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--size-xs);
  color: var(--fg-faint);
  letter-spacing: var(--track-mid);
  text-transform: uppercase;
}

.footer-bottom a { color: inherit; border-bottom: none; }

.payment-icon { width: 36px; height: auto; margin-left: var(--s-2); vertical-align: middle; opacity: 0.6; }

/* ============================================================
   PAPER SURFACES (forms, receipts, labels)
   ============================================================ */

.paper {
  background: var(--bg-paper);
  color: var(--fg-ink);
}
.paper h1, .paper h2, .paper h3, .paper h4 { color: var(--fg-ink); }
.paper a { color: var(--vura-terracotta); border-bottom-color: var(--vura-terracotta); }
.paper input, .paper select, .paper textarea {
  border: 1px solid var(--border-ink);
  border-radius: var(--r-2);
  padding: var(--s-3) var(--s-4);
  font-family: var(--font-body);
  font-size: var(--size-base);
  background: var(--vura-paper);
  color: var(--fg-ink);
}
.paper input:focus { border-color: var(--vura-terracotta); outline: none; }

/* ============================================================
   COLLECTION PAGE
   ============================================================ */

.collection-header {
  text-align: center;
  padding: var(--s-16) 0 var(--s-10);
}
.collection-header h1 { font-size: var(--size-3xl); }
.collection-description { max-width: 640px; margin: var(--s-4) auto 0; color: var(--fg-muted); line-height: 1.6; }

/* Pagination */
.pagination { display: flex; justify-content: center; align-items: center; gap: var(--s-6); margin-top: var(--s-16); }

/* ============================================================
   SEARCH PAGE
   ============================================================ */

.search-form-wrapper {
  max-width: 560px;
  margin: 0 auto var(--s-10);
  display: flex;
  gap: var(--s-3);
  border: 1px dashed var(--border);
  border-radius: var(--r-3);
  padding: var(--s-5);
}
.search-input {
  flex-grow: 1;
  background: transparent;
  border: none;
  color: var(--fg);
  font-family: var(--font-body);
  font-size: var(--size-base);
}
.search-input::placeholder { color: var(--fg-faint); }
.search-input:focus { outline: none; }

/* ============================================================
   404 PAGE
   ============================================================ */

.error-404 {
  text-align: center;
  padding: var(--s-24) var(--s-5);
}
.error-404-code {
  font-family: var(--font-display);
  font-size: 120px;
  color: var(--vura-saffron);
  text-shadow: 7px 7px 0 var(--vura-terracotta);
  line-height: 1;
}

/* ============================================================
   FOCUS STATES
   ============================================================ */

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

.skip-to-content-link {
  position: absolute;
  top: -40px;
  left: var(--s-4);
  background: var(--vura-saffron);
  color: var(--vura-forest-deep);
  padding: var(--s-2) var(--s-4);
  z-index: 9999;
  border-radius: var(--r-2);
  font-weight: 600;
  border-bottom: none;
  transition: top var(--t-fast);
}
.skip-to-content-link:focus { top: var(--s-4); }

/* ============================================================
   VURA BRAND ANIMATIONS (tasteskill.dev principles)
   ============================================================ */

/* Slow breeze-drift animation for pressed-paper specimen botanicals */
@keyframes vuraDrift {
  0% { transform: translateY(0) rotate(var(--vura-drift-base-rotate, 0deg)); }
  50% { transform: translateY(-8px) rotate(calc(var(--vura-drift-base-rotate, 0deg) + 2deg)); }
  100% { transform: translateY(0) rotate(var(--vura-drift-base-rotate, 0deg)); }
}
.vura-drift {
  animation: vuraDrift 8s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  will-change: transform;
}

/* Rotation hover transition for circular registry seals */
.vura-spin-hover {
  transition: transform 1.2s var(--ease-out);
  will-change: transform;
}
.vura-spin-hover:hover {
  transform: rotate(360deg);
}
