﻿/* ============================================================
   ZEN BY MEYATU — Main Stylesheet v1.0
   Traditional Chinese Zen Culture Daily Protection Accessories
   ============================================================ */

/* ── 1. DESIGN TOKENS ──────────────────────────────────────── */
:root {
  --c-bg:          #faf8f4;
  --c-surface:     #f0ebe0;
  --c-surface-2:   #e8dfd0;
  --c-primary:     #1c1a14;
  --c-gold:        #c9a96e;
  --c-gold-d:      #9d7c3e;
  --c-gold-l:      #e8d5b0;
  --c-gold-pale:   #f7f0e3;
  --c-text:        #2c2417;
  --c-text-2:      #5a4f40;
  --c-muted:       #8c7d6a;
  --c-border:      #e0d8ca;
  --c-sage:        #6b8f5e;
  --c-sage-l:      #e8f0e4;
  --c-white:       #ffffff;
  --c-red:         #c0392b;

  --f-display: 'Playfair Display', 'Palatino Linotype', Georgia, serif;
  --f-body:    'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
  --f-accent:  'Cormorant Garamond', Garamond, Georgia, serif;

  --shadow-sm:  0 1px 4px rgba(28,26,20,.08);
  --shadow-md:  0 4px 16px rgba(28,26,20,.10);
  --shadow-lg:  0 8px 32px rgba(28,26,20,.14);
  --shadow-xl:  0 24px 64px rgba(28,26,20,.18);
  --shadow-g:   0 4px 24px rgba(201,169,110,.32);

  --t-f:      .15s ease;
  --t-b:      .28s ease;
  --t-s:      .50s ease;
  --t-spring: .4s cubic-bezier(.34,1.56,.64,1);

  --header-h: 72px;
  --ann-h:    40px;
  --max-w:    1320px;
  --r-sm: 4px; --r-md: 8px; --r-lg: 16px; --r-xl: 24px; --r-full: 9999px;
}

/* ── 2. RESET ───────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--f-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--c-text);
  background: var(--c-bg);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; border: none; background: none; font: inherit; color: inherit; }
ul, ol { list-style: none; }
input, textarea, select { font: inherit; color: inherit; border: none; outline: none; }
h1,h2,h3,h4,h5 { font-family: var(--f-display); font-weight: 700; line-height: 1.18; color: var(--c-primary); }

/* ── 3. LAYOUT ─────────────────────────────────────────────── */
.container { width: 100%; max-width: var(--max-w); margin: 0 auto; padding: 0 28px; }

/* ── 4. TYPOGRAPHY ─────────────────────────────────────────── */
.eyebrow {
  font-family: var(--f-body);
  font-size: 11px; font-weight: 600;
  letter-spacing: 3.5px; text-transform: uppercase;
  color: var(--c-gold); display: block; margin-bottom: 14px;
}
.section-title { font-size: clamp(28px, 4vw, 48px); margin-bottom: 16px; }
.section-subtitle {
  font-size: 16px; color: var(--c-text-2);
  max-width: 560px; margin: 0 auto 52px; line-height: 1.75;
}
.text-center { text-align: center; }
.section { padding: 100px 0; }
.section-sm { padding: 64px 0; }
.section-lg { padding: 130px 0; }
.section-header { margin-bottom: 60px; }

/* ── 5. BUTTONS ─────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 34px; font-size: 12px; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase;
  border-radius: var(--r-full); transition: all var(--t-b);
  white-space: nowrap; cursor: pointer;
}
.btn-primary { background: var(--c-gold); color: var(--c-primary); box-shadow: var(--shadow-g); }
.btn-primary:hover { background: var(--c-gold-d); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(201,169,110,.44); }
.btn-outline { background: transparent; color: var(--c-white); border: 1.5px solid rgba(255,255,255,.55); }
.btn-outline:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.9); transform: translateY(-2px); }
.btn-dark { background: var(--c-primary); color: var(--c-white); }
.btn-dark:hover { background: #2c2417; transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-ghost { color: var(--c-gold-d); border: 1.5px solid var(--c-gold-l); background: transparent; }
.btn-ghost:hover { background: var(--c-gold-pale); border-color: var(--c-gold); }
.btn-sm { padding: 10px 22px; font-size: 11px; }
.btn-lg { padding: 18px 48px; font-size: 13px; }
.btn-full { width: 100%; }

/* ── 6. ANNOUNCEMENT BAR ───────────────────────────────────── */
.announce-bar {
  background: var(--c-primary); height: var(--ann-h);
  display: flex; align-items: center; justify-content: center; overflow: hidden;
  position: relative;
}
.announce-track {
  display: flex; align-items: center; gap: 64px;
  font-size: 11.5px; font-weight: 500; letter-spacing: 2px;
  text-transform: uppercase; white-space: nowrap; color: var(--c-gold-l);
  animation: marqueScroll 28s linear infinite;
}
.announce-track:hover { animation-play-state: paused; }
@keyframes marqueScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.announce-item { display: flex; align-items: center; gap: 10px; }
.announce-dot { width: 3px; height: 3px; background: var(--c-gold); border-radius: 50%; }

/* ── 7. HEADER ──────────────────────────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 100; height: var(--header-h);
  background: rgba(250,248,244,.96);
  border-bottom: 1px solid var(--c-border);
  transition: box-shadow var(--t-b), background var(--t-b);
}
.site-header.scrolled {
  background: rgba(250,248,244,.92);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 2px 24px rgba(28,26,20,.09);
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; }

/* Logo */
.logo { display: flex; flex-direction: column; align-items: flex-start; flex-shrink: 0; text-decoration: none; }
.logo-name { font-family: var(--f-display); font-size: 23px; font-weight: 700; color: var(--c-primary); line-height: 1; letter-spacing: -.3px; }
.logo-name span { color: var(--c-gold); }
.logo-tagline { font-size: 8.5px; letter-spacing: 3px; text-transform: uppercase; color: var(--c-muted); font-weight: 500; margin-top: 4px; }

/* Nav */
.main-nav { display: flex; align-items: center; gap: 4px; }
.nav-item { position: relative; }
.nav-link {
  display: flex; align-items: center; gap: 4px; padding: 8px 13px;
  font-size: 13px; font-weight: 500; color: var(--c-text-2);
  border-radius: var(--r-md); transition: all var(--t-f); white-space: nowrap;
}
.nav-link:hover, .nav-link.active { color: var(--c-primary); background: var(--c-surface); }
.nav-link .chev { width: 13px; height: 13px; transition: transform var(--t-f); flex-shrink: 0; }
.nav-item:hover .nav-link .chev { transform: rotate(180deg); }
.nav-badge {
  font-size: 9px; font-weight: 700; padding: 2px 6px;
  background: var(--c-gold); color: var(--c-primary);
  border-radius: var(--r-full); letter-spacing: 1px; text-transform: uppercase;
}

/* Mega Dropdown */
.mega-menu {
  position: absolute; top: calc(100% + 10px); left: 50%;
  transform: translateX(-50%) translateY(-10px);
  background: var(--c-white); border: 1px solid var(--c-border);
  border-radius: var(--r-lg); box-shadow: var(--shadow-xl);
  padding: 28px 32px; min-width: 500px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity var(--t-b), visibility var(--t-b), transform var(--t-b);
  transition-delay: 80ms;
  z-index: 200;
}
/* Invisible bridge fills the 10px gap so the mouse doesn't lose hover */
.mega-menu::before {
  content: ''; position: absolute;
  top: -10px; left: 0; right: 0; height: 10px;
}
.nav-item:hover .mega-menu {
  opacity: 1; visibility: visible; pointer-events: all;
  transform: translateX(-50%) translateY(0);
  transition-delay: 0s;
}
.mega-col-title {
  font-size: 10px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--c-muted); margin-bottom: 14px; padding-bottom: 8px;
  border-bottom: 1px solid var(--c-border);
  display: block; text-decoration: none;
}
a.mega-col-title { transition: color var(--t-f); }
a.mega-col-title:hover { color: var(--c-gold-d); }
.mega-link {
  display: flex; align-items: center; gap: 8px; font-size: 13.5px;
  color: var(--c-text-2); padding: 7px 0; transition: color var(--t-f);
}
.mega-link:hover { color: var(--c-gold-d); }
.mega-link-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--c-gold-l); flex-shrink: 0; }

/* Header icons */
.header-icons { display: flex; align-items: center; gap: 2px; flex-shrink: 0; }
.icon-btn {
  position: relative; width: 42px; height: 42px;
  display: flex; align-items: center; justify-content: center;
  border-radius: var(--r-md); color: var(--c-text-2); transition: all var(--t-f);
}
.icon-btn:hover { background: var(--c-surface); color: var(--c-primary); }
.icon-btn svg { width: 20px; height: 20px; }
.cart-badge {
  position: absolute; top: 5px; right: 5px;
  width: 17px; height: 17px;
  background: var(--c-gold); color: var(--c-primary);
  font-size: 9px; font-weight: 700; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transform: scale(0); transition: transform var(--t-spring);
}
.cart-badge.visible { transform: scale(1); }
.menu-btn { display: none; }

/* ── 8. HERO ────────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: calc(100vh - var(--header-h) - var(--ann-h));
  display: flex; align-items: center; overflow: hidden;
  background: linear-gradient(162deg, #19160f 0%, #231b0e 22%, #1b2535 58%, #0e1a28 100%);
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 15% 60%, rgba(201,169,110,.09) 0%, transparent 55%),
    radial-gradient(ellipse at 78% 22%, rgba(107,143,94,.07) 0%, transparent 45%);
}
/* Subtle bokeh circles */
.hero-bokeh {
  position: absolute; inset: 0; pointer-events: none; overflow: hidden;
}
.bokeh-circle {
  position: absolute; border-radius: 50%;
  background: radial-gradient(circle, rgba(201,169,110,.18) 0%, transparent 70%);
  animation: bokehFloat 12s ease-in-out infinite alternate;
}
.bokeh-circle:nth-child(1) { width: 500px; height: 500px; top: -100px; right: -50px; animation-delay: 0s; }
.bokeh-circle:nth-child(2) { width: 300px; height: 300px; bottom: 50px; right: 200px; animation-delay: -4s; opacity: .6; }
.bokeh-circle:nth-child(3) { width: 200px; height: 200px; top: 30%; left: 60%; animation-delay: -8s; opacity: .4; }
@keyframes bokehFloat {
  from { transform: translate(0, 0) scale(1); }
  to   { transform: translate(20px, -30px) scale(1.08); }
}

/* Large zen circle decoration */
.hero-ring {
  position: absolute; right: -8%; top: 50%; transform: translateY(-50%);
  width: min(68vw, 800px); height: min(68vw, 800px);
  border-radius: 50%; border: 1px solid rgba(201,169,110,.1);
  box-shadow: inset 0 0 80px rgba(201,169,110,.04);
  pointer-events: none;
}
.hero-ring::before {
  content: ''; position: absolute; inset: 10%;
  border-radius: 50%; border: 1px solid rgba(201,169,110,.06);
}
.hero-ring::after {
  content: ''; position: absolute; inset: 22%;
  border-radius: 50%; border: 1px solid rgba(201,169,110,.05);
}

.hero-content { position: relative; z-index: 2; max-width: 660px; padding: 80px 0 100px; }
.hero-eyebrow {
  font-size: 11px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase;
  color: var(--c-gold); display: flex; align-items: center; gap: 14px; margin-bottom: 28px;
}
.hero-eyebrow-line { display: block; width: 36px; height: 1px; background: var(--c-gold); }

.hero-title {
  font-family: var(--f-display); font-size: clamp(42px, 5.5vw, 78px);
  font-weight: 700; line-height: 1.07; color: var(--c-white); margin-bottom: 28px;
}
.hero-title em { font-style: italic; color: var(--c-gold); display: block; }

.hero-desc {
  font-size: 17px; line-height: 1.78; color: rgba(255,255,255,.68);
  max-width: 500px; margin-bottom: 44px;
}
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }

/* Hero floating stats */
.hero-stats {
  position: absolute; bottom: 52px; right: 0; display: flex; gap: 40px; z-index: 2;
}
.hero-stat { text-align: center; }
.hero-stat-num {
  font-family: var(--f-display); font-size: 30px; font-weight: 700;
  color: var(--c-gold); line-height: 1;
}
.hero-stat-label {
  font-size: 10.5px; color: rgba(255,255,255,.45);
  letter-spacing: 1.5px; text-transform: uppercase; margin-top: 5px;
}
.hero-stat-divider { width: 1px; background: rgba(255,255,255,.1); align-self: stretch; }

/* Scroll indicator */
.hero-scroll {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px; z-index: 2;
  color: rgba(255,255,255,.35); cursor: pointer;
  animation: scrollPulse 2.5s ease-in-out infinite;
}
.hero-scroll-line { width: 1px; height: 44px; background: linear-gradient(to bottom, rgba(201,169,110,.5), transparent); }
.hero-scroll-text { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; }
@keyframes scrollPulse {
  0%,100% { transform: translateX(-50%) translateY(0); opacity: .5; }
  50%      { transform: translateX(-50%) translateY(8px); opacity: 1; }
}

/* ── 9. TRUST BAR ───────────────────────────────────────────── */
.trust-bar { background: var(--c-primary); padding: 28px 0; }
.trust-items { display: flex; justify-content: center; flex-wrap: wrap; }
.trust-item {
  display: flex; align-items: center; gap: 14px; padding: 14px 36px;
  border-right: 1px solid rgba(255,255,255,.08); flex: 1; min-width: 200px;
  justify-content: center;
}
.trust-item:last-child { border-right: none; }
.trust-icon {
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(201,169,110,.12); display: flex; align-items: center;
  justify-content: center; color: var(--c-gold); flex-shrink: 0;
}
.trust-icon svg { width: 19px; height: 19px; }
.trust-title { font-size: 13px; font-weight: 600; color: var(--c-white); line-height: 1.2; }
.trust-sub { font-size: 11px; color: rgba(255,255,255,.45); margin-top: 3px; }

/* ── 10. COLLECTION CARDS ──────────────────────────────────── */
.collections-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.collection-card {
  position: relative; border-radius: var(--r-xl); overflow: hidden;
  aspect-ratio: 3/4.2; cursor: pointer;
  text-decoration: none; display: block;
}
.collection-card:hover .coll-bg { transform: none; }
.collection-card:hover .collection-info { transform: translateY(0); }
.coll-bg {
  position: absolute; inset: 0; transition: transform var(--t-s);
  display: flex; align-items: center; justify-content: center;
}
.coll-icon { font-size: 90px; opacity: .15; transition: opacity var(--t-b), transform var(--t-b); user-select: none; }
.collection-card:hover .coll-icon { opacity: .25; transform: scale(1.1); }
.coll-overlay {
  position: absolute; inset: 0; opacity: 0; transition: opacity var(--t-b);
  background: rgba(28,26,20,.25);
}
.collection-card:hover .coll-overlay { opacity: 1; }
.collection-info {
  position: absolute; bottom: 0; left: 0; right: 0; padding: 28px 24px;
  background: linear-gradient(to top, rgba(10,8,4,.92) 0%, rgba(10,8,4,.6) 55%, transparent 100%);
  transform: translateY(5px); transition: transform var(--t-b);
}
.coll-tag { font-size: 10px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--c-gold); display: block; margin-bottom: 7px; }
.coll-name { font-family: var(--f-display); font-size: 22px; font-weight: 700; color: var(--c-white); margin-bottom: 14px; }
.coll-arrow {
  font-size: 12px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--c-gold-l); display: flex; align-items: center; gap: 6px;
  transition: gap var(--t-f);
}
.collection-card:hover .coll-arrow { gap: 12px; }
.coll-arrow svg { width: 13px; height: 13px; }

/* Collection backgrounds */
.coll-protection { background: #0c1620; }
.coll-healing    { background: #280d40; }
.coll-blessing   { background: #3a2400; }
.coll-peace      { background: #0a2416; }
.coll-love       { background: #3a0a1e; }
.coll-abundance  { background: #2a1800; }

/* Real images inside collection cards */
.coll-bg img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center top;
  display: block; transition: transform var(--t-s);
}
.collection-card:hover .coll-bg img { transform: scale(1.07); }
/* Per-collection color tint overlay (sits on top of photo, under text) */
.coll-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(0,0,0,.72) 0%, rgba(0,0,0,.30) 50%, rgba(0,0,0,.10) 100%);
}
.coll-protection .coll-overlay { background: linear-gradient(to top, rgba(8,18,36,.80) 0%, rgba(15,34,72,.35) 60%, rgba(0,0,0,.10) 100%); }
.coll-healing    .coll-overlay { background: linear-gradient(to top, rgba(40,13,64,.80) 0%, rgba(58,12,92,.35) 60%, rgba(0,0,0,.10) 100%); }
.coll-blessing   .coll-overlay { background: linear-gradient(to top, rgba(58,36,0,.80) 0%, rgba(100,68,8,.35) 60%, rgba(0,0,0,.10) 100%); }
.coll-peace      .coll-overlay { background: linear-gradient(to top, rgba(10,36,22,.80) 0%, rgba(24,72,48,.35) 60%, rgba(0,0,0,.10) 100%); }
.coll-love       .coll-overlay { background: linear-gradient(to top, rgba(58,10,30,.80) 0%, rgba(120,24,64,.35) 60%, rgba(0,0,0,.10) 100%); }
.coll-abundance  .coll-overlay { background: linear-gradient(to top, rgba(42,24,0,.80) 0%, rgba(106,58,0,.35) 60%, rgba(0,0,0,.10) 100%); }
/* Stack: img → overlay → icon → info text */
.coll-bg { z-index: 0; }
.coll-bg .coll-icon { position: relative; z-index: 2; }
.collection-info { z-index: 2; }

/* ── 11. PRODUCT CARDS ─────────────────────────────────────── */
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

.product-card {
  background: var(--c-white); border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--shadow-sm); transition: box-shadow var(--t-b), transform var(--t-b);
  display: flex; flex-direction: column;
}
.product-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-5px); }

.product-img-wrap { position: relative; aspect-ratio: 1 / 1.08; overflow: hidden; }
.product-img {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-size: 72px; transition: transform var(--t-s);
  position: relative;
}
.product-img::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 55% 25%, rgba(255,255,255,.14) 0%, transparent 60%);
  pointer-events: none;
}
.product-card:hover .product-img { transform: scale(1.06); }

/* Product image gradients */
.img-obsidian   { background: linear-gradient(148deg,#0c0c1a,#1a1a32,#262650); }
.img-jade       { background: linear-gradient(148deg,#0a2618,#1a5830,#2e824e); }
.img-sandalwood { background: linear-gradient(148deg,#583810,#8a5e24,#c8942a); }
.img-rose       { background: linear-gradient(148deg,#88284a,#be6880,#ecaab8); }
.img-redstring  { background: linear-gradient(148deg,#660000,#a40000,#cc2020); }
.img-amethyst   { background: linear-gradient(148deg,#380060,#70209e,#9e50cc); }
.img-tiger      { background: linear-gradient(148deg,#562600,#9a5200,#d4832a); }
.img-howlite    { background: linear-gradient(148deg,#b8b0a8,#dedad4,#f4f0ec); }
.img-lapis      { background: linear-gradient(148deg,#001638,#003578,#005ab0); }
.img-pyrite     { background: linear-gradient(148deg,#685620,#a48828,#d4ba3e); }
.img-quartz     { background: linear-gradient(148deg,#a8c8dc,#d0e8f4,#f0f8ff); }
.img-dragon     { background: linear-gradient(148deg,#183810,#6a000e,#3c601e); }
.img-giftset    { background: linear-gradient(148deg,#581e40,#9e4e72,#c88898); }
.img-moonstone  { background: linear-gradient(148deg,#c8c0d8,#e8e0f4,#f8f0ff); }
.img-citrine    { background: linear-gradient(148deg,#6a4200,#b87c10,#e8c040); }
.img-agarwood   { background: linear-gradient(148deg,#1e0e06,#3c2010,#6a3c1a); }
.img-tourmaline { background: linear-gradient(148deg,#060608,#0e0e14,#181820); }
.img-pixiu      { background: linear-gradient(148deg,#0a2618,#1a5830,#c89830); }

/* Stone gem visual */
.gem {
  position: relative; z-index: 1;
  width: 52%; height: 52%; border-radius: 50%;
  background: inherit; filter: brightness(1.45) contrast(.75) saturate(1.2);
  box-shadow: 0 8px 36px rgba(0,0,0,.45), inset 0 3px 10px rgba(255,255,255,.28);
}

/* Badges */
.product-badges { position: absolute; top: 10px; left: 10px; display: flex; flex-direction: column; gap: 5px; z-index: 2; }
.badge {
  display: inline-flex; align-items: center;
  padding: 5px 11px; font-size: 9px; font-weight: 700;
  letter-spacing: 1.4px; text-transform: uppercase;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,.18);
  width: fit-content;
}
.badge-new  { background: #4a7c59; color: #fff; }
.badge-sale { background: #b5451b; color: #fff; }
.badge-best { background: #c9a96e; color: #2c1a0e; }
.badge-hot  { background: #c9a96e; color: #2c1a0e; }

/* Wishlist */
.product-wish {
  position: absolute; top: 12px; right: 12px;
  width: 36px; height: 36px; background: rgba(255,255,255,.92);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  opacity: 0; transform: translateY(-5px); transition: all var(--t-b); z-index: 2;
  box-shadow: var(--shadow-sm);
}
.product-card:hover .product-wish { opacity: 1; transform: translateY(0); }
.product-wish:hover { background: var(--c-white); }
.product-wish svg { width: 15px; height: 15px; color: var(--c-text-2); stroke-width: 2; }
.product-wish.active svg { fill: var(--c-red); color: var(--c-red); }

/* Quick add */
.product-quick-add {
  position: absolute; bottom: 0; left: 0; right: 0; padding: 14px;
  background: rgba(28,26,20,.88); backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center; gap: 8px;
  font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase;
  color: var(--c-gold-l); transform: translateY(100%); transition: transform var(--t-b);
  border: none; width: 100%; cursor: pointer;
}
.product-card:hover .product-quick-add { transform: translateY(0); }
.product-quick-add:hover { color: var(--c-gold); }
.product-quick-add svg { width: 14px; height: 14px; }

/* Product info */
.product-info { padding: 16px 20px 20px; flex: 1; display: flex; flex-direction: column; gap: 7px; }
.product-intention { font-size: 10px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--c-gold); }
.product-name { font-family: var(--f-display); font-size: 15px; font-weight: 600; color: var(--c-primary); line-height: 1.3; }
.product-name a { transition: color var(--t-f); }
.product-name a:hover { color: var(--c-gold-d); }
.product-stars { display: flex; align-items: center; gap: 3px; }
.product-stars svg { width: 12px; height: 12px; }
.star-f { fill: var(--c-gold); color: var(--c-gold); }
.star-e { color: var(--c-border); }
.review-ct { font-size: 11px; color: var(--c-muted); margin-left: 3px; }
.product-price { display: flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 4px; }
.price-now  { font-family: var(--f-display); font-size: 17px; font-weight: 700; color: var(--c-primary); }
.price-was  { font-size: 13px; color: var(--c-muted); text-decoration: line-through; }
.price-save { font-size: 11px; font-weight: 600; color: var(--c-red); }

/* ── 12. BRAND STORY ────────────────────────────────────────── */
.brand-story { background: var(--c-surface); }
.brand-story-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 88px; align-items: center; }
.brand-visual {
  position: relative; aspect-ratio: 4/5; border-radius: var(--r-xl); overflow: hidden;
  background: linear-gradient(158deg, #1c1a14 0%, #2e2012 28%, #1a3028 62%, #0e1a28 100%);
  box-shadow: var(--shadow-xl);
}
.brand-visual::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 32% 40%, rgba(201,169,110,.16) 0%, transparent 52%),
              radial-gradient(circle at 68% 68%, rgba(107,143,94,.10) 0%, transparent 40%);
}
.brand-visual-inner {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 12px;
}
.brand-char {
  font-family: var(--f-display); font-size: 130px; line-height: 1;
  color: rgba(201,169,110,.18); user-select: none;
}
.brand-char-label { font-size: 11px; letter-spacing: 4px; text-transform: uppercase; color: rgba(201,169,110,.45); }
.brand-visual-badge {
  position: absolute; top: 24px; right: 24px;
  width: 80px; height: 80px; border-radius: 50%;
  background: rgba(201,169,110,.12); border: 1px solid rgba(201,169,110,.25);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.brand-visual-badge span:first-child { font-family: var(--f-display); font-size: 22px; font-weight: 700; color: var(--c-gold); line-height: 1; }
.brand-visual-badge span:last-child { font-size: 8px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(201,169,110,.65); margin-top: 3px; }

.brand-text .section-title { margin-bottom: 20px; }
.brand-body { font-size: 15.5px; color: var(--c-text-2); line-height: 1.85; margin-bottom: 14px; }
.brand-pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 28px 0; }
.brand-pillar { display: flex; align-items: flex-start; gap: 12px; }
.pillar-icon {
  width: 40px; height: 40px; border-radius: var(--r-md);
  background: var(--c-gold-pale); display: flex; align-items: center;
  justify-content: center; color: var(--c-gold-d); flex-shrink: 0;
}
.pillar-icon svg { width: 18px; height: 18px; }
.pillar-title { font-size: 13px; font-weight: 600; color: var(--c-primary); margin-bottom: 3px; }
.pillar-desc  { font-size: 12px; color: var(--c-muted); line-height: 1.55; }

/* ── 13. HOW IT WORKS ──────────────────────────────────────── */
.how-it-works { background: var(--c-bg); }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; position: relative; }
.steps-connector {
  position: absolute; top: 36px; left: calc(50% / 3 + 40px); right: calc(50% / 3 + 40px);
  height: 1px; background: linear-gradient(to right, var(--c-gold-l), var(--c-gold), var(--c-gold-l));
  opacity: .5; display: flex; align-items: center; justify-content: center;
}
.step { text-align: center; padding: 28px 20px; }
.step-num {
  width: 70px; height: 70px; border-radius: 50%;
  background: var(--c-gold-pale); border: 2px solid var(--c-gold-l);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--f-display); font-size: 24px; font-weight: 700;
  color: var(--c-gold-d); margin: 0 auto 24px; position: relative; z-index: 1;
}
.step-title { font-family: var(--f-display); font-size: 20px; color: var(--c-primary); margin-bottom: 12px; }
.step-desc  { font-size: 14px; color: var(--c-text-2); line-height: 1.75; }

/* ── 14. TESTIMONIALS ──────────────────────────────────────── */
.testimonials { background: var(--c-primary); }
.testimonials .eyebrow { color: var(--c-gold); }
.testimonials .section-title { color: var(--c-white); }
.testimonials .section-subtitle { color: rgba(255,255,255,.55); }
.reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.review-card {
  background: rgba(255,255,255,.04); border: 1px solid rgba(201,169,110,.14);
  border-radius: var(--r-lg); padding: 32px; transition: all var(--t-b);
}
.review-card:hover { background: rgba(201,169,110,.07); border-color: rgba(201,169,110,.3); transform: translateY(-5px); }
.review-quote { font-family: var(--f-display); font-size: 44px; color: rgba(201,169,110,.35); line-height: .7; display: block; margin-bottom: 16px; }
.review-text { font-size: 14.5px; color: rgba(255,255,255,.78); line-height: 1.8; margin-bottom: 24px; font-style: italic; }
.review-stars { display: flex; gap: 3px; margin-bottom: 16px; }
.review-stars svg { width: 14px; height: 14px; fill: var(--c-gold); color: var(--c-gold); }
.reviewer { display: flex; align-items: center; gap: 12px; }
.reviewer-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--c-gold), var(--c-gold-d));
  display: flex; align-items: center; justify-content: center;
  font-family: var(--f-display); font-size: 17px; font-weight: 700;
  color: var(--c-primary); flex-shrink: 0;
}
.reviewer-name  { font-size: 14px; font-weight: 600; color: var(--c-white); }
.reviewer-meta  { font-size: 11.5px; color: rgba(255,255,255,.4); margin-top: 2px; }
.reviewer-verified { display: flex; align-items: center; gap: 4px; font-size: 11px; color: var(--c-sage); margin-top: 3px; }
.reviewer-verified svg { width: 11px; height: 11px; fill: var(--c-sage); }

/* ── 15. PROMO BANNER ──────────────────────────────────────── */
.promo-banner {
  background: linear-gradient(100deg, var(--c-gold-d) 0%, var(--c-gold) 50%, #d4b070 100%);
  padding: 48px 0; text-align: center;
}
.promo-banner .section-title { color: var(--c-primary); font-size: clamp(22px, 3.5vw, 38px); margin-bottom: 12px; }
.promo-banner p { color: rgba(28,26,20,.72); font-size: 15px; margin-bottom: 28px; }

/* ── 16. NEWSLETTER ─────────────────────────────────────────── */
.newsletter {
  background: linear-gradient(135deg, var(--c-gold-pale) 0%, var(--c-surface) 100%);
  border-top: 1px solid var(--c-border); border-bottom: 1px solid var(--c-border);
}
.newsletter-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 88px; align-items: center; }
.newsletter-text .section-title { margin-bottom: 14px; }
.newsletter-text p { font-size: 15px; color: var(--c-text-2); line-height: 1.75; }
.newsletter-perks { display: flex; flex-direction: column; gap: 9px; margin-top: 20px; }
.newsletter-perk { display: flex; align-items: center; gap: 9px; font-size: 13px; color: var(--c-text-2); }
.newsletter-perk svg { width: 15px; height: 15px; color: var(--c-sage); flex-shrink: 0; }
.nl-form { display: flex; flex-direction: column; gap: 12px; }
.nl-field {
  width: 100%; padding: 16px 22px;
  background: var(--c-white); border: 1.5px solid var(--c-border);
  border-radius: var(--r-full); font-size: 14px;
  transition: border-color var(--t-f), box-shadow var(--t-f);
}
.nl-field:focus { border-color: var(--c-gold); box-shadow: 0 0 0 4px rgba(201,169,110,.12); }
.nl-field::placeholder { color: var(--c-muted); }
.nl-disclaimer { font-size: 11px; color: var(--c-muted); line-height: 1.6; }

/* ── 17. FOOTER ─────────────────────────────────────────────── */
.site-footer { background: var(--c-primary); color: rgba(255,255,255,.6); padding: 88px 0 0; }
.footer-top {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 48px; padding-bottom: 64px; border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-logo .logo-name { color: var(--c-white); font-size: 26px; }
.footer-logo .logo-name span { color: var(--c-gold); }
.footer-logo .logo-tagline { color: rgba(255,255,255,.3); }
.footer-desc { font-size: 13.5px; line-height: 1.8; color: rgba(255,255,255,.48); margin-top: 16px; margin-bottom: 24px; max-width: 280px; }
.footer-social { display: flex; gap: 10px; }
.social-link {
  width: 38px; height: 38px; border-radius: var(--r-md);
  background: rgba(255,255,255,.06); display: flex; align-items: center;
  justify-content: center; color: rgba(255,255,255,.5); transition: all var(--t-f);
}
.social-link:hover { background: var(--c-gold); color: var(--c-primary); transform: translateY(-2px); }
.social-link svg { width: 16px; height: 16px; }
.footer-col-title { font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--c-white); margin-bottom: 20px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-link { font-size: 13.5px; color: rgba(255,255,255,.48); transition: color var(--t-f); }
.footer-link:hover { color: var(--c-gold); }
.footer-contact { display: flex; flex-direction: column; gap: 13px; }
.footer-contact-item { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: rgba(255,255,255,.48); }
.footer-contact-item svg { width: 15px; height: 15px; color: var(--c-gold); margin-top: 2px; flex-shrink: 0; }
.footer-badges { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 16px; }
.trust-badge {
  padding: 5px 12px; background: rgba(255,255,255,.06); border-radius: var(--r-sm);
  font-size: 10.5px; font-weight: 600; color: rgba(255,255,255,.45); letter-spacing: 1px;
}
.footer-bottom {
  padding: 24px 0; display: flex; justify-content: space-between;
  align-items: center; flex-wrap: wrap; gap: 16px;
}
.footer-copy { font-size: 12px; color: rgba(255,255,255,.28); }
.footer-legal { display: flex; gap: 24px; }
.footer-legal a { font-size: 12px; color: rgba(255,255,255,.28); transition: color var(--t-f); }
.footer-legal a:hover { color: rgba(255,255,255,.6); }
.footer-payments { display: flex; gap: 6px; align-items: center; }
.pay-icon {
  padding: 4px 9px; background: rgba(255,255,255,.07); border-radius: 4px;
  font-size: 10px; font-weight: 700; color: rgba(255,255,255,.45);
}

/* ── 18. CART DRAWER ────────────────────────────────────────── */
.overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,.48);
  backdrop-filter: blur(3px); z-index: 1050;
  opacity: 0; visibility: hidden; transition: all var(--t-b);
}
.overlay.visible { opacity: 1; visibility: visible; }

.cart-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: 430px; max-width: 100vw;
  background: var(--c-white); z-index: 1100; display: flex; flex-direction: column;
  transform: translateX(100%); transition: transform var(--t-b);
  box-shadow: -10px 0 48px rgba(0,0,0,.16);
}
.cart-drawer.open { transform: translateX(0); }
.cart-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 26px; border-bottom: 1px solid var(--c-border); flex-shrink: 0;
}
.cart-title {
  font-family: var(--f-display); font-size: 20px; color: var(--c-primary);
  display: flex; align-items: center; gap: 8px;
}
.cart-ct { font-size: 13px; color: var(--c-muted); font-family: var(--f-body); font-weight: 400; }
.cart-close {
  width: 38px; height: 38px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--c-muted); transition: all var(--t-f);
}
.cart-close:hover { background: var(--c-surface); color: var(--c-primary); }
.cart-close svg { width: 20px; height: 20px; }
.cart-body { flex: 1; overflow-y: auto; padding: 18px 26px; }
.cart-empty {
  display: flex; flex-direction: column; align-items: center;
  justify-content: center; height: 280px; gap: 14px; text-align: center;
}
.cart-empty-icon { font-size: 52px; opacity: .3; }
.cart-empty-title { font-family: var(--f-display); font-size: 18px; color: var(--c-text-2); }
.cart-empty-text { font-size: 13.5px; color: var(--c-muted); line-height: 1.65; }
.cart-items { display: flex; flex-direction: column; gap: 18px; }
.cart-item {
  display: grid; grid-template-columns: 76px 1fr auto;
  gap: 12px; align-items: start; padding-bottom: 18px;
  border-bottom: 1px solid var(--c-border);
}
.cart-item:last-child { border-bottom: none; }
.cart-item-img { width: 76px; height: 76px; border-radius: var(--r-md); overflow: hidden; flex-shrink: 0; }
.cart-item-intention { font-size: 10px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--c-gold); }
.cart-item-name { font-size: 13px; font-weight: 600; color: var(--c-primary); margin: 3px 0 9px; line-height: 1.3; }
.cart-item-qty { display: flex; align-items: center; gap: 8px; }
.qty-btn {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--c-surface); display: flex; align-items: center; justify-content: center;
  color: var(--c-text-2); transition: all var(--t-f);
}
.qty-btn:hover { background: var(--c-gold-pale); color: var(--c-gold-d); }
.qty-btn svg { width: 12px; height: 12px; }
.qty-val { font-size: 13px; font-weight: 600; min-width: 20px; text-align: center; }
.cart-item-price-col { text-align: right; }
.cart-item-price { font-family: var(--f-display); font-size: 15px; font-weight: 700; color: var(--c-primary); }
.cart-item-remove { font-size: 11px; color: var(--c-muted); cursor: pointer; transition: color var(--t-f); margin-top: 5px; display: block; }
.cart-item-remove:hover { color: var(--c-red); }
.cart-footer { border-top: 1px solid var(--c-border); padding: 22px 26px; flex-shrink: 0; }
.free-ship-bar { margin-bottom: 16px; }
.free-ship-text { font-size: 12px; color: var(--c-text-2); margin-bottom: 7px; display: flex; align-items: center; gap: 6px; }
.free-ship-text svg { width: 13px; height: 13px; color: var(--c-sage); }
.free-ship-track { height: 4px; background: var(--c-border); border-radius: 2px; overflow: hidden; }
.free-ship-fill { height: 100%; background: var(--c-sage); border-radius: 2px; transition: width var(--t-b); }
.cart-subtotal { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 16px; }
.cart-subtotal-label { font-size: 13px; color: var(--c-muted); }
.cart-subtotal-value { font-family: var(--f-display); font-size: 22px; font-weight: 700; color: var(--c-primary); }
.cart-actions { display: flex; flex-direction: column; gap: 10px; }

/* ── 19. MOBILE MENU ────────────────────────────────────────── */
.mobile-drawer {
  position: fixed; top: 0; left: 0; bottom: 0; width: 320px; max-width: 86vw;
  background: var(--c-white); z-index: 400;
  transform: translateX(-100%); transition: transform var(--t-b);
  display: flex; flex-direction: column; overflow-y: auto;
}
.mobile-drawer.open { transform: translateX(0); }
.mobile-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 22px; border-bottom: 1px solid var(--c-border); flex-shrink: 0;
}
.mobile-close { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--c-muted); }
.mobile-close:hover { background: var(--c-surface); }
.mobile-close svg { width: 20px; height: 20px; }
.mobile-nav { flex: 1; }
.mobile-nav-link {
  display: flex; align-items: center; justify-content: space-between;
  padding: 15px 24px; font-size: 15px; font-weight: 500; color: var(--c-text);
  border-bottom: 1px solid var(--c-border); cursor: pointer; transition: background var(--t-f);
}
.mobile-nav-link:hover { background: var(--c-surface); }
.mobile-nav-link svg { width: 16px; height: 16px; color: var(--c-muted); transition: transform var(--t-f); }
.mobile-nav-link.open svg { transform: rotate(180deg); }
.mobile-submenu { display: none; background: var(--c-surface); padding: 8px 0; }
.mobile-submenu.open { display: block; }
.mobile-sub-link {
  display: block; padding: 11px 36px; font-size: 14px;
  color: var(--c-text-2); transition: color var(--t-f);
}
.mobile-sub-link:hover { color: var(--c-gold-d); }
.mobile-footer { padding: 24px; border-top: 1px solid var(--c-border); flex-shrink: 0; }
.mobile-footer .social-link { background: var(--c-surface); color: var(--c-text-2); }
.mobile-footer .social-link:hover { background: var(--c-gold); color: var(--c-primary); }

/* ── 20. SEARCH MODAL ───────────────────────────────────────── */
.search-modal {
  position: fixed; top: 0; left: 0; right: 0; background: var(--c-white);
  z-index: 500; padding: 28px 28px 24px;
  transform: translateY(-100%); transition: transform var(--t-b);
  box-shadow: 0 8px 40px rgba(0,0,0,.15);
}
.search-modal.open { transform: translateY(0); }
.search-inner { max-width: 640px; margin: 0 auto; }
.search-label { font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--c-muted); margin-bottom: 12px; display: block; }
.search-form {
  display: flex; align-items: center; gap: 12px;
  border: 2px solid var(--c-gold); border-radius: var(--r-full); padding: 12px 20px;
}
.search-form svg { width: 20px; height: 20px; color: var(--c-muted); flex-shrink: 0; }
.search-form input { flex: 1; font-size: 16px; color: var(--c-text); }
.search-form input::placeholder { color: var(--c-muted); }
.search-x { color: var(--c-muted); transition: color var(--t-f); flex-shrink: 0; }
.search-x:hover { color: var(--c-primary); }
.search-x svg { width: 20px; height: 20px; }
.search-hints { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 16px; }
.search-hint {
  padding: 6px 14px; background: var(--c-surface); border-radius: var(--r-full);
  font-size: 12.5px; color: var(--c-text-2); cursor: pointer; transition: all var(--t-f);
}
.search-hint:hover { background: var(--c-gold-pale); color: var(--c-gold-d); }

/* ── 21. TOAST ──────────────────────────────────────────────── */
.toast-container {
  position: fixed; bottom: 28px; left: 50%; transform: translateX(-50%);
  z-index: 600; display: flex; flex-direction: column; gap: 8px;
  pointer-events: none; align-items: center;
}
.toast {
  background: var(--c-primary); color: var(--c-white);
  padding: 13px 22px; border-radius: var(--r-full); font-size: 13px; font-weight: 500;
  display: flex; align-items: center; gap: 9px; box-shadow: var(--shadow-lg);
  animation: toastIn .4s cubic-bezier(.34,1.56,.64,1) forwards;
  pointer-events: all; white-space: nowrap;
}
.toast.success { border: 1.5px solid rgba(107,143,94,.5); }
.toast.out { animation: toastOut .3s ease forwards; }
@keyframes toastIn  { from { opacity:0; transform:translateY(16px) scale(.94); } to { opacity:1; transform:translateY(0) scale(1); } }
@keyframes toastOut { from { opacity:1; transform:translateY(0) scale(1); } to { opacity:0; transform:translateY(16px) scale(.94); } }

/* ── 22. SCROLL TOP ─────────────────────────────────────────── */
.scroll-top {
  position: fixed; bottom: 32px; right: 32px;
  width: 46px; height: 46px; background: var(--c-primary); color: var(--c-white);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-md); cursor: pointer; z-index: 50;
  opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: all var(--t-b);
}
.scroll-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.scroll-top:hover { background: var(--c-gold-d); transform: translateY(-3px) !important; }
.scroll-top svg { width: 20px; height: 20px; }

/* ── 23. REVEAL ANIMATIONS ──────────────────────────────────── */
.reveal      { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }
.reveal-l    { opacity: 0; transform: translateX(-36px); transition: opacity .65s ease, transform .65s ease; }
.reveal-r    { opacity: 0; transform: translateX(36px);  transition: opacity .65s ease, transform .65s ease; }
.reveal.vis, .reveal-l.vis, .reveal-r.vis { opacity: 1; transform: none; }
.d1 { transition-delay: .10s; } .d2 { transition-delay: .20s; }
.d3 { transition-delay: .30s; } .d4 { transition-delay: .40s; }
.d5 { transition-delay: .50s; }

/* ── 24. COLLECTION PAGE ────────────────────────────────────── */
.page-hero {
  background: var(--c-primary); padding: 72px 0; text-align: center;
  position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, rgba(201,169,110,.12) 0%, transparent 70%);
}
.page-hero .eyebrow { color: var(--c-gold); }
.page-hero .section-title { color: var(--c-white); margin-bottom: 12px; }
.page-hero p { color: rgba(255,255,255,.55); font-size: 15px; position: relative; }

.shop-layout { display: grid; grid-template-columns: 256px 1fr; gap: 44px; padding: 56px 0 80px; align-items: start; }
.filter-sidebar { position: sticky; top: calc(var(--header-h) + 20px); }
.filter-group { margin-bottom: 32px; }
.filter-title { font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--c-primary); margin-bottom: 16px; padding-bottom: 10px; border-bottom: 1px solid var(--c-border); }
.filter-options { display: flex; flex-direction: column; gap: 10px; }
.filter-option { display: flex; align-items: center; gap: 10px; cursor: pointer; }
.fcheck {
  width: 18px; height: 18px; border: 1.5px solid var(--c-border); border-radius: var(--r-sm);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all var(--t-f);
}
.filter-option:hover .fcheck { border-color: var(--c-gold); }
.filter-option.active .fcheck { background: var(--c-gold); border-color: var(--c-gold); }
.filter-option.active .fcheck::after { content: '✓'; font-size: 10px; font-weight: 700; color: var(--c-primary); }
.filter-label { font-size: 13.5px; color: var(--c-text-2); flex: 1; }
.filter-ct { font-size: 11px; color: var(--c-muted); }

.shop-toolbar {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid var(--c-border);
}
.shop-count { font-size: 13.5px; color: var(--c-muted); }
.shop-sort-row { display: flex; align-items: center; gap: 10px; }
.shop-sort-label { font-size: 13px; color: var(--c-text-2); }
.sort-sel {
  padding: 9px 14px; border: 1.5px solid var(--c-border); border-radius: var(--r-md);
  font-size: 13px; color: var(--c-text); background: var(--c-white); cursor: pointer; outline: none;
  transition: border-color var(--t-f);
}
.sort-sel:focus { border-color: var(--c-gold); }
.filter-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
.filter-tag {
  display: flex; align-items: center; gap: 6px; padding: 6px 14px;
  background: var(--c-gold-pale); border-radius: var(--r-full);
  font-size: 12px; color: var(--c-text-2);
}
.filter-tag button { color: var(--c-muted); font-size: 14px; line-height: 1; }

.pagination { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 52px; }
.pg-btn {
  width: 42px; height: 42px; border-radius: var(--r-md);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; color: var(--c-text-2); border: 1.5px solid var(--c-border);
  cursor: pointer; transition: all var(--t-f);
}
.pg-btn:hover, .pg-btn.active { background: var(--c-gold); color: var(--c-primary); border-color: var(--c-gold); font-weight: 700; }
.pg-btn svg { width: 16px; height: 16px; }

/* ── 25. PRODUCT DETAIL ─────────────────────────────────────── */
.breadcrumb-bar { padding: 16px 0; border-bottom: 1px solid var(--c-border); }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--c-muted); }
.breadcrumb a:hover { color: var(--c-gold-d); }
.breadcrumb svg { width: 12px; height: 12px; }
.breadcrumb-cur { color: var(--c-text-2); }
.product-detail { padding: 48px 0 100px; }
.detail-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }

/* Gallery */
.gallery { position: sticky; top: calc(var(--header-h) + 20px); }
.gallery-main {
  position: relative; border-radius: var(--r-xl); overflow: hidden;
  aspect-ratio: 1 / 1.06; margin-bottom: 14px; background: var(--c-surface);
}
.gallery-main-img { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 100px; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.g-thumb {
  aspect-ratio: 1; border-radius: var(--r-md); overflow: hidden; cursor: pointer;
  border: 2.5px solid transparent; transition: border-color var(--t-f);
  display: flex; align-items: center; justify-content: center; font-size: 28px;
}
.g-thumb.active { border-color: var(--c-gold); }
.g-thumb:hover { border-color: var(--c-gold-l); }

/* Detail info */
.detail-info { }
.detail-intention { font-size: 11px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--c-gold); margin-bottom: 10px; }
.detail-title { font-size: clamp(24px, 3.5vw, 36px); color: var(--c-primary); margin-bottom: 14px; }
.detail-reviews-row { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.detail-reviews-row .product-stars svg { width: 15px; height: 15px; }
.detail-review-link { font-size: 13px; color: var(--c-gold-d); text-decoration: underline; }
.detail-price-row { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; }
.detail-price-now { font-family: var(--f-display); font-size: 34px; font-weight: 700; color: var(--c-primary); }
.detail-price-was { font-size: 18px; color: var(--c-muted); text-decoration: line-through; }
.detail-price-save { padding: 5px 12px; background: rgba(192,57,43,.09); color: var(--c-red); font-size: 12px; font-weight: 600; border-radius: var(--r-full); }
.detail-desc { font-size: 15px; color: var(--c-text-2); line-height: 1.85; margin-bottom: 28px; }

/* Variant selectors */
.variant-group { margin-bottom: 22px; }
.variant-label-row { display: flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--c-text); margin-bottom: 12px; }
.variant-sel-val { color: var(--c-muted); font-weight: 400; }
.variant-opts { display: flex; gap: 8px; flex-wrap: wrap; }
.variant-opt {
  padding: 8px 20px; border: 1.5px solid var(--c-border); border-radius: var(--r-full);
  font-size: 13px; color: var(--c-text-2); cursor: pointer; transition: all var(--t-f);
}
.variant-opt:hover { border-color: var(--c-gold); }
.variant-opt.active { background: var(--c-gold); border-color: var(--c-gold); color: var(--c-primary); font-weight: 600; }

/* Add to cart row */
.atc-row { display: flex; gap: 12px; margin-bottom: 20px; }
.qty-ctrl { display: flex; align-items: center; border: 1.5px solid var(--c-border); border-radius: var(--r-full); overflow: hidden; }
.qty-ctrl-btn { width: 46px; height: 50px; display: flex; align-items: center; justify-content: center; font-size: 18px; color: var(--c-text-2); transition: all var(--t-f); }
.qty-ctrl-btn:hover { background: var(--c-surface); }
.qty-ctrl-input { width: 50px; text-align: center; font-size: 15px; font-weight: 600; }
.atc-btn { flex: 1; }

.product-feature-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.feat-tag { display: flex; align-items: center; gap: 6px; padding: 7px 14px; background: var(--c-gold-pale); border-radius: var(--r-full); font-size: 12.5px; color: var(--c-text-2); }
.feat-tag svg { width: 13px; height: 13px; color: var(--c-gold-d); }

.detail-guarantee { display: flex; flex-direction: column; gap: 10px; padding: 20px; background: var(--c-surface); border-radius: var(--r-lg); margin-bottom: 28px; }
.guarantee-item { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--c-text-2); }
.guarantee-item svg { width: 16px; height: 16px; color: var(--c-sage); flex-shrink: 0; }

/* Product tabs */
.product-tabs { border-top: 1px solid var(--c-border); margin-top: 32px; }
.tab-headers { display: flex; border-bottom: 1px solid var(--c-border); }
.tab-hdr {
  padding: 15px 22px; font-size: 13px; font-weight: 600; color: var(--c-muted);
  cursor: pointer; border-bottom: 2.5px solid transparent; margin-bottom: -1px; transition: all var(--t-f);
}
.tab-hdr:hover { color: var(--c-text); }
.tab-hdr.active { color: var(--c-gold-d); border-bottom-color: var(--c-gold); }
.tab-pane { display: none; padding: 28px 0; }
.tab-pane.active { display: block; }
.tab-pane p { font-size: 14.5px; color: var(--c-text-2); line-height: 1.85; margin-bottom: 14px; }
.mat-list { display: flex; flex-direction: column; gap: 10px; }
.mat-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--c-text-2); }
.mat-item svg { width: 14px; height: 14px; color: var(--c-sage); flex-shrink: 0; }
.care-list { display: flex; flex-direction: column; gap: 10px; }
.care-item { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--c-text-2); line-height: 1.6; }
.care-num { font-family: var(--f-display); font-size: 18px; color: var(--c-gold); font-weight: 700; line-height: 1; flex-shrink: 0; }

/* Related products */
.related-products { background: var(--c-surface); padding: 80px 0; }

/* ── 26. ABOUT PAGE ─────────────────────────────────────────── */
.about-hero {
  min-height: 65vh; display: flex; align-items: center;
  background: linear-gradient(162deg, #19160f 0%, #231b0e 22%, #1b2535 58%, #0e1a28 100%);
  position: relative; overflow: hidden;
}
.about-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, rgba(201,169,110,.1) 0%, transparent 65%);
}
.about-hero-inner { position: relative; z-index: 1; text-align: center; padding: 80px 0; }
.about-hero-inner .hero-eyebrow { justify-content: center; }
.about-hero-inner .hero-title { text-align: center; font-size: clamp(36px, 5.5vw, 68px); }
.about-hero-inner .hero-desc { margin: 0 auto 40px; }

.about-values { background: var(--c-surface); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.value-card {
  background: var(--c-white); border-radius: var(--r-lg); padding: 40px 32px;
  box-shadow: var(--shadow-sm); text-align: center; transition: all var(--t-b);
}
.value-card:hover { box-shadow: var(--shadow-md); transform: translateY(-5px); }
.value-icon { width: 68px; height: 68px; background: var(--c-gold-pale); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; color: var(--c-gold-d); }
.value-icon svg { width: 28px; height: 28px; }
.value-title { font-family: var(--f-display); font-size: 20px; color: var(--c-primary); margin-bottom: 12px; }
.value-text { font-size: 14px; color: var(--c-text-2); line-height: 1.75; }

.about-story { background: var(--c-bg); }
.about-story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-story-grid.reverse { }
.about-story-visual { aspect-ratio: 4/5; border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow-xl); display: flex; align-items: center; justify-content: center; }
.about-commitment { background: var(--c-primary); padding: 80px 0; }
.commitment-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 32px; }
.commit-item { text-align: center; }
.commit-num { font-family: var(--f-display); font-size: 44px; font-weight: 700; color: var(--c-gold); line-height: 1; margin-bottom: 8px; }
.commit-label { font-size: 13px; color: rgba(255,255,255,.55); letter-spacing: 1px; }

/* ── 27. WHY CHOOSE US ──────────────────────────────────────── */
.why-section { background: var(--c-primary); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.why-card {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07);
  border-radius: var(--r-xl); padding: 36px 28px;
  transition: border-color var(--t-b), background var(--t-b);
}
.why-card:hover { background: rgba(255,255,255,.07); border-color: rgba(201,169,110,.25); }
.why-card-head { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; }
.why-card-icon {
  width: 48px; height: 48px; border-radius: 50%;
  background: rgba(201,169,110,.12); display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.why-card-icon svg { width: 22px; height: 22px; color: var(--c-gold); }
.why-card-title { font-family: var(--f-display); font-size: 17px; color: var(--c-white); line-height: 1.3; }
.why-card-list { list-style: none; padding: 0; margin: 0; }
.why-card-list li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 13.5px; color: rgba(255,255,255,.6); line-height: 1.65;
  padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.05);
}
.why-card-list li:last-child { border-bottom: none; }
.why-chk {
  width: 18px; height: 18px; border-radius: 50%;
  background: rgba(107,143,94,.22); display: flex; align-items: center;
  justify-content: center; flex-shrink: 0; margin-top: 2px;
}
.why-chk svg { width: 10px; height: 10px; color: var(--c-sage); }

/* Comparison table */
.compare-wrap { margin-top: 60px; overflow-x: auto; }
.compare-table { width: 100%; border-collapse: collapse; min-width: 560px; }
.compare-table th { font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; padding: 14px 20px; text-align: center; border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.4); }
.compare-table th.col-us { color: var(--c-gold); }
.compare-table th.col-feat { text-align: left; width: 42%; }
.compare-table td { padding: 13px 20px; text-align: center; font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.04); }
.compare-table td.col-feat { text-align: left; color: rgba(255,255,255,.65); font-size: 13.5px; }
.compare-table td.col-us { background: rgba(107,143,94,.06); }
.compare-yes { color: var(--c-sage); font-weight: 700; font-size: 16px; }
.compare-no  { color: rgba(255,255,255,.18); font-size: 15px; }
.compare-maybe { color: rgba(255,255,255,.4); font-size: 12px; }
.compare-table tbody tr:hover td { background: rgba(255,255,255,.02); }
.compare-table tbody tr:hover td.col-us { background: rgba(107,143,94,.1); }

/* UGC / Community grid */
.ugc-section { background: var(--c-bg); }
.ugc-intro { text-align: center; max-width: 520px; margin: 0 auto 40px; }
.ugc-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; }
.ugc-card {
  aspect-ratio: 1; border-radius: var(--r-md); overflow: hidden;
  position: relative; cursor: pointer;
}
.ugc-card:hover .ugc-overlay { opacity: 1; }
.ugc-img { width: 100%; height: 100%; }
.ugc-overlay {
  position: absolute; inset: 0;
  background: rgba(28,26,20,.6); display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 6px;
  opacity: 0; transition: opacity var(--t-b);
}
.ugc-overlay svg { color: white; width: 20px; height: 20px; }
.ugc-handle { font-size: 10px; color: rgba(255,255,255,.8); letter-spacing: .3px; }
.ugc-cta { text-align: center; margin-top: 28px; }
.ugc-ig-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; color: var(--c-primary);
  text-decoration: none; letter-spacing: .5px;
  border-bottom: 1.5px solid var(--c-gold); padding-bottom: 2px;
  transition: color var(--t-f);
}
.ugc-ig-link:hover { color: var(--c-gold-d); }

/* ── 28. MEDIA QUERIES ──────────────────────────────────────── */
@media (max-width: 1200px) {
  .footer-top { grid-template-columns: 1fr 1fr 1fr; }
  .footer-logo { grid-column: 1 / -1; }
  .product-grid { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 1024px) {
  :root { --max-w: 960px; }
  .collections-grid { grid-template-columns: repeat(3,1fr); }
  .why-grid { grid-template-columns: 1fr; }
  .ugc-grid { grid-template-columns: repeat(4,1fr); }
  .brand-story-inner { gap: 52px; }
  .newsletter-inner { gap: 52px; }
  .mega-menu { min-width: 380px; grid-template-columns: 1fr 1fr; }
  .hero-stats { display: none; }
  .commitment-grid { grid-template-columns: repeat(2,1fr); }
  .about-story-grid { gap: 48px; }
}
@media (max-width: 900px) {
  .shop-layout { grid-template-columns: 1fr; }
  .filter-sidebar { display: none; }
  .detail-inner { grid-template-columns: 1fr; }
  .gallery { position: static; }
  .reviews-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .newsletter-inner { grid-template-columns: 1fr; gap: 40px; }
  .brand-story-inner { grid-template-columns: 1fr; }
  .brand-visual { display: none; }
  .about-story-grid { grid-template-columns: 1fr; }
  .about-story-visual { display: none; }
  .values-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 768px) {
  :root { --header-h: 60px; --ann-h: 36px; }
  .container { padding: 0 18px; }
  .main-nav { display: none; }
  .menu-btn { display: flex; }
  .product-grid { grid-template-columns: repeat(2,1fr); gap: 14px; }
  .collections-grid { grid-template-columns: repeat(2,1fr); gap: 14px; }
  .ugc-grid { grid-template-columns: repeat(3,1fr); }
  .why-grid { grid-template-columns: 1fr; }
  .hero-ctas { flex-direction: column; align-items: flex-start; }
  .hero-content { padding: 60px 0 80px; }
  .trust-items { flex-direction: column; }
  .trust-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.08); padding: 14px 20px; }
  .trust-item:last-child { border-bottom: none; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-logo { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .section, .section-sm, .section-lg { padding: 64px 0; }
  .values-grid { grid-template-columns: 1fr; }
  .brand-pillars { grid-template-columns: 1fr; }
  .promo-banner { padding: 36px 0; }
}
@media (max-width: 480px) {
  .product-grid { grid-template-columns: repeat(2,1fr); gap: 10px; }
  .product-info { padding: 12px 14px 16px; }
  .collections-grid { gap: 10px; }
  .hero-title { font-size: 36px; }
  .cart-drawer { width: 100vw; }
  .footer-top { grid-template-columns: 1fr; }
  .scroll-top { bottom: 20px; right: 20px; }
  .commitment-grid { grid-template-columns: repeat(2,1fr); }
  .announce-track { animation-duration: 18s; }
}

/* ── 29. REAL PRODUCT IMAGES ────────────────────────────────── */

/* Product card: real image fills the gradient placeholder */
.product-img.has-real-img {
  font-size: 0 !important;  /* hide CSS emoji/char */
  background: var(--c-surface-2);
}
.product-img.has-real-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  border-radius: inherit;
  transition: transform .45s ease;
}
.product-card:hover .product-img.has-real-img > img {
  transform: scale(1.04);
}

/* Gallery main image */
.gallery-main-img.has-real-img {
  font-size: 0 !important;
  background: var(--c-surface);
}
.gallery-main-img.has-real-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

/* Gallery thumbnails with real images */
.g-thumb.has-real-img,
.g-thumb img {
  font-size: 0 !important;
}
.g-thumb > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
}

/* ── 30. NEW FEATURES ───────────────────────────────────────── */

/* Email Popup */
#email-popup {
  position: fixed; inset: 0; z-index: 9999;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity var(--t-b);
}
#email-popup.active { opacity: 1; pointer-events: all; }
#popup-overlay {
  position: absolute; inset: 0;
  background: rgba(28,26,20,.72); backdrop-filter: blur(4px);
}
.popup-box {
  position: relative; z-index: 1;
  background: var(--c-white); border-radius: var(--r-xl);
  width: min(520px, calc(100vw - 32px));
  overflow: hidden; box-shadow: 0 32px 80px rgba(28,26,20,.28);
  animation: popupIn .4s cubic-bezier(.34,1.56,.64,1) both;
}
@keyframes popupIn { from { transform: scale(.88) translateY(24px); opacity: 0; } to { transform: none; opacity: 1; } }
.popup-banner {
  height: 180px;
  background: linear-gradient(135deg, var(--c-primary) 0%, #2c2417 50%, #1b2535 100%);
  display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 8px;
}
.popup-banner-char {
  font-family: var(--f-display); font-size: 72px; color: rgba(201,169,110,.25);
  line-height: 1; position: absolute;
}
.popup-banner-text {
  font-family: var(--f-display); font-size: 28px; color: var(--c-white);
  z-index: 1; text-align: center; line-height: 1.3;
}
.popup-banner-sub {
  font-size: 13px; color: var(--c-gold); letter-spacing: 2px;
  text-transform: uppercase; z-index: 1;
}
#popup-body { padding: 36px 40px; }
.popup-title { font-family: var(--f-display); font-size: 22px; color: var(--c-primary); margin-bottom: 8px; }
.popup-sub { font-size: 14px; color: var(--c-text-2); margin-bottom: 24px; line-height: 1.6; }
.popup-row { display: flex; gap: 10px; }
.popup-input {
  flex: 1; padding: 13px 16px; border: 1.5px solid var(--c-border);
  border-radius: var(--r-full); font-size: 14px; font-family: var(--f-body);
  color: var(--c-primary); background: var(--c-bg); outline: none;
  transition: border-color var(--t-f);
}
.popup-input:focus { border-color: var(--c-gold); }
.popup-btn {
  padding: 13px 22px; background: var(--c-primary); color: var(--c-white);
  border: none; border-radius: var(--r-full); font-size: 13px; font-weight: 600;
  cursor: pointer; white-space: nowrap; transition: background var(--t-f);
}
.popup-btn:hover { background: var(--c-gold-d); }
.popup-fine { font-size: 11px; color: var(--c-muted); margin-top: 14px; text-align: center; }
.popup-close {
  position: absolute; top: 14px; right: 14px; z-index: 10;
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(255,255,255,.12); border: none; color: var(--c-white);
  font-size: 18px; cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: background var(--t-f);
}
.popup-close:hover { background: rgba(255,255,255,.22); }
.popup-success { text-align: center; padding: 20px 0; }

/* Social Proof Toast */
#social-proof-toast {
  position: fixed; bottom: 24px; left: 24px; z-index: 8888;
  background: var(--c-white); border-radius: var(--r-lg);
  box-shadow: 0 8px 32px rgba(28,26,20,.16);
  padding: 14px 16px; display: flex; align-items: center; gap: 12px;
  max-width: 300px; width: calc(100vw - 48px);
  transform: translateX(calc(-100% - 32px)); transition: transform .5s cubic-bezier(.34,1.56,.64,1);
  border-left: 3px solid var(--c-gold);
}
#social-proof-toast.show { transform: translateX(0); }
.sp-avatar {
  width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--c-gold-pale), var(--c-gold-l));
  display: flex; align-items: center; justify-content: center;
  font-family: var(--f-display); font-size: 18px; color: var(--c-gold-d); font-weight: 600;
}
.sp-body { flex: 1; min-width: 0; }
.sp-name { font-size: 13px; font-weight: 600; color: var(--c-primary); }
.sp-loc { font-weight: 400; color: var(--c-muted); }
.sp-product { font-size: 12px; color: var(--c-text-2); margin: 2px 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sp-time { font-size: 11px; color: var(--c-muted); }
.sp-close {
  background: none; border: none; font-size: 18px; color: var(--c-muted);
  cursor: pointer; padding: 0; flex-shrink: 0; line-height: 1;
}

/* Back to Top */
#back-to-top {
  position: fixed; bottom: 28px; right: 24px; z-index: 8800;
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--c-primary); color: var(--c-white);
  border: none; cursor: pointer; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(28,26,20,.25);
  opacity: 0; transform: translateY(16px);
  transition: opacity var(--t-b), transform var(--t-b);
  pointer-events: none;
}
#back-to-top.visible { opacity: 1; transform: translateY(0); pointer-events: all; }
#back-to-top:hover { background: var(--c-gold-d); transform: translateY(-3px); }

/* Cookie Consent */
#cookie-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 9000;
  background: var(--c-primary); color: rgba(255,255,255,.85);
  padding: 16px 24px; display: flex; align-items: center; justify-content: space-between;
  gap: 20px; flex-wrap: wrap;
  transform: translateY(100%); transition: transform var(--t-b);
  box-shadow: 0 -4px 24px rgba(28,26,20,.2);
}
#cookie-bar.show { transform: translateY(0); }
.cookie-text { font-size: 13px; line-height: 1.6; flex: 1; min-width: 200px; }
.cookie-text a { color: var(--c-gold); text-decoration: underline; }
.cookie-btns { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-btn-accept {
  padding: 9px 20px; background: var(--c-gold); color: var(--c-primary);
  border: none; border-radius: var(--r-full); font-size: 13px; font-weight: 600;
  cursor: pointer; transition: background var(--t-f);
}
.cookie-btn-accept:hover { background: var(--c-gold-l); }
.cookie-btn-decline {
  padding: 9px 16px; background: transparent; color: rgba(255,255,255,.55);
  border: 1px solid rgba(255,255,255,.2); border-radius: var(--r-full); font-size: 13px;
  cursor: pointer; transition: all var(--t-f);
}
.cookie-btn-decline:hover { color: var(--c-white); border-color: rgba(255,255,255,.4); }

/* FAQ Section */
.faq-section { background: var(--c-surface); }
.faq-wrap { max-width: 780px; margin: 0 auto; margin-top: 52px; }
.faq-item {
  border-bottom: 1px solid var(--c-border);
  overflow: hidden;
}
.faq-item:first-child { border-top: 1px solid var(--c-border); }
.faq-question {
  width: 100%; text-align: left; background: none; border: none;
  padding: 22px 0; display: flex; align-items: center; justify-content: space-between;
  gap: 16px; cursor: pointer; font-family: var(--f-body); font-size: 15px;
  font-weight: 500; color: var(--c-primary); transition: color var(--t-f);
}
.faq-question:hover { color: var(--c-gold-d); }
.faq-icon {
  width: 24px; height: 24px; flex-shrink: 0;
  border-radius: 50%; background: var(--c-gold-pale);
  display: flex; align-items: center; justify-content: center;
  transition: background var(--t-b), transform var(--t-b);
}
.faq-item.open .faq-icon { background: var(--c-primary); transform: rotate(45deg); }
.faq-icon svg { width: 12px; height: 12px; }
.faq-item.open .faq-icon svg { stroke: var(--c-white); }
.faq-answer {
  max-height: 0; overflow: hidden;
  transition: max-height .4s ease;
}
.faq-answer-inner {
  padding: 0 0 22px; font-size: 14px; color: var(--c-text-2); line-height: 1.8;
}

/* Size Guide Modal */
#size-guide-modal {
  position: fixed; inset: 0; z-index: 9500;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity var(--t-b);
}
#size-guide-modal.active { opacity: 1; pointer-events: all; }
#size-guide-modal .modal-overlay {
  position: absolute; inset: 0; background: rgba(28,26,20,.72); backdrop-filter: blur(4px);
}
.size-guide-box {
  position: relative; z-index: 1;
  background: var(--c-white); border-radius: var(--r-xl);
  width: min(560px, calc(100vw - 32px));
  max-height: 90vh; overflow-y: auto;
  box-shadow: 0 32px 80px rgba(28,26,20,.28);
  padding: 40px;
}
.size-guide-close {
  position: absolute; top: 16px; right: 16px;
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--c-surface); border: none; font-size: 18px;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  color: var(--c-text-2); transition: background var(--t-f);
}
.size-guide-close:hover { background: var(--c-border); }
.size-table { width: 100%; border-collapse: collapse; margin-top: 20px; font-size: 14px; }
.size-table th {
  background: var(--c-primary); color: var(--c-white);
  padding: 10px 14px; text-align: left; font-weight: 600; font-size: 12px;
}
.size-table td { padding: 10px 14px; border-bottom: 1px solid var(--c-border); }
.size-table tr:last-child td { border-bottom: none; }
.size-table tr:nth-child(even) td { background: var(--c-surface); }
.size-tip {
  background: var(--c-gold-pale); border-radius: var(--r-md);
  padding: 14px 18px; margin-top: 20px; font-size: 13px; color: var(--c-text-2); line-height: 1.7;
}
.size-tip strong { color: var(--c-gold-d); }

/* Recently Viewed */
#recently-viewed-section {
  display: none; background: var(--c-bg);
  padding: 80px 0;
}
.rv-grid { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .rv-grid { grid-template-columns: repeat(2, 1fr); } }

/* Wishlist Badge */
.wish-badge {
  position: absolute; top: -6px; right: -8px;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--c-gold); color: var(--c-primary);
  font-size: 10px; font-weight: 700;
  display: none; align-items: center; justify-content: center;
}

/* Size guide trigger link */
.size-guide-link {
  font-size: 12px; color: var(--c-gold-d); cursor: pointer;
  text-decoration: underline; background: none; border: none;
  font-family: var(--f-body); padding: 0; display: inline;
}
