/* ═══════════════════════════════════════════════════════════
   LE PARFUM TIENDA — styles.css  v20260604
   Archetype: Editorial Dark Warm (fragrance luxury)
   ═══════════════════════════════════════════════════════════ */

/* ── TOKENS ─────────────────────────────────────────────── */
:root {
  --bg:        #0E0B09;
  --bg-2:      #15110E;
  --bg-3:      #1E1813;
  --bg-4:      #252019;
  --cream:     #F2EBDA;
  --cream-2:   #DDD2BC;
  --cream-3:   #8B7E68;
  --gold:      #C49A5B;
  --gold-2:    #A8813A;
  --gold-3:    #E0BA7A;
  --gold-glow: rgba(196,154,91,0.22);
  --green-wa:  #25D366;
  --line:      rgba(242,235,218,0.08);
  --line-2:    rgba(242,235,218,0.15);
  --nav-h:     72px;
  --radius:    10px;
  --radius-lg: 18px;
  --ease-out:  cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-expo: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ── RESET ───────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
}

body {
  background: var(--bg);
  color: var(--cream);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
ul { list-style: none; }

/* ── UTILITIES ───────────────────────────────────────────── */
.container { width: min(1240px, 92vw); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

/* ── SPLASH ──────────────────────────────────────────────── */
.splash {
  position: fixed; inset: 0; z-index: 9999;
  background: var(--bg);
  display: flex; align-items: center; justify-content: center;
  transition: opacity 0.7s var(--ease-out), visibility 0.7s;
  animation: splashSafety .01s 4.5s forwards;
}

@keyframes splashSafety {
  to { opacity: 0; pointer-events: none; visibility: hidden; }
}

.splash.is-out { opacity: 0; pointer-events: none; visibility: hidden; }

.splash-inner { text-align: center; }

.splash-brand {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.6rem, 5vw, 2.8rem);
  font-weight: 300;
  letter-spacing: 0.35em;
  color: var(--cream);
  animation: fadeUp 0.8s var(--ease-expo) both;
}

.splash-line {
  width: 60px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 1rem auto;
  animation: fadeUp 0.8s var(--ease-expo) 0.15s both, scaleX 1.2s var(--ease-expo) 0.15s both;
}

@keyframes scaleX {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}

.splash-sub {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.55em;
  color: var(--gold);
  animation: fadeUp 0.8s var(--ease-expo) 0.3s both;
}

/* ── CUSTOM CURSOR — desactivado ─────────────────────────── */
.cursor { display: none; }

/* ── PROMO BAR ───────────────────────────────────────────── */
:root { --promo-h: 34px; }

.promo-bar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 910;
  height: var(--promo-h);
  background: #1a1208;
  border-bottom: 1px solid rgba(196, 154, 91, 0.2);
  overflow: hidden;
  display: flex; align-items: center;
}

.promo-track {
  display: flex; align-items: center; gap: 1.6rem;
  white-space: nowrap;
  will-change: transform;
}

.promo-track span {
  font-family: "Inter", sans-serif;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: rgba(242, 235, 218, 0.75);
}

.promo-sep {
  color: var(--gold) !important;
  opacity: 0.7;
}

@keyframes promo-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ── NAV ─────────────────────────────────────────────────── */
.nav {
  position: fixed; top: var(--promo-h); left: 0; right: 0; z-index: 900;
  height: var(--nav-h);
  transition: background 0.4s var(--ease-out), box-shadow 0.4s, top 0.3s;
}

.promo-bar.hide { transform: translateY(-100%); transition: transform 0.3s ease; }
.nav.promo-hidden { top: 0; }

.nav.is-scrolled {
  background: rgba(14,11,9,0.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 1px 0 var(--line);
}

.nav-inner {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding-inline: clamp(1.2rem, 4vw, 2.5rem);
}

.nav-inner .nav-actions {
  justify-self: end;
}

.nav-inner .nav-links {
  justify-self: center;
}

.nav-logo {
  display: flex; flex-direction: column;
  gap: 1px;
  text-decoration: none;
}

.logo-main {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 400;
  letter-spacing: 0.22em;
  color: var(--cream);
  line-height: 1;
}

.logo-sub {
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.55em;
  color: var(--gold);
  text-transform: uppercase;
}

/* Nav section links */
.nav-links {
  display: flex; align-items: center; gap: 0.15rem;
  list-style: none; margin: 0; padding: 0;
}

.nav-link {
  font-family: "Inter", sans-serif;
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(242, 235, 218, 0.5);
  text-decoration: none;
  padding: 0.5em 0.85em;
  position: relative;
  transition: color 0.25s;
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: -2px; left: 50%; right: 50%;
  height: 1px;
  background: var(--gold);
  transition: left 0.3s ease, right 0.3s ease;
}

.nav-link:hover { color: var(--cream); }

.nav-link.active {
  color: var(--gold);
}

.nav-link.active::after {
  left: 0.85em;
  right: 0.85em;
}

@media (max-width: 680px) { .nav-links { display: none; } }

.nav-actions { display: flex; align-items: center; gap: 0.5rem; }

.nav-icon {
  width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  color: var(--cream-2);
  border-radius: 50%;
  transition: color 0.2s, background 0.2s;
}

.nav-icon:hover { color: var(--gold); background: rgba(196,154,91,0.08); }

.nav-wa { color: var(--green-wa); }
.nav-wa:hover { color: var(--green-wa); background: rgba(37,211,102,0.1); }

.nav-cart-btn {
  position: relative;
  width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  color: var(--cream);
  border-radius: 50%;
  transition: color 0.2s, background 0.2s;
}

.nav-cart-btn:hover { color: var(--gold); background: rgba(196,154,91,0.08); }

.cart-count {
  position: absolute;
  top: 4px; right: 4px;
  min-width: 18px; height: 18px;
  background: var(--gold);
  color: var(--bg);
  font-size: 0.6rem;
  font-weight: 700;
  border-radius: 999px;
  display: flex; align-items: center; justify-content: center;
  padding-inline: 4px;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.2s, transform 0.2s var(--ease-expo);
}

.cart-count.has-items { opacity: 1; transform: scale(1); }

/* ── HERO ────────────────────────────────────────────────── */
/* ═══════════════════════════════════════════════════════════
   HERO — EDITORIAL TYPOGRAPHY
   ═══════════════════════════════════════════════════════════ */

.hero {
  position: relative;
  height: 100vh; min-height: 100svh;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  padding-top: calc(var(--nav-h) + var(--promo-h));
}

.hero-grain {
  position: absolute; inset: 0; z-index: 9; pointer-events: none; opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  background-size: 200px 200px; mix-blend-mode: overlay;
}

/* ── Background ── */
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse 80% 55% at 50% 110%, rgba(196,154,91,0.07) 0%, transparent 65%),
    radial-gradient(ellipse 50% 35% at 85% 15%, rgba(196,154,91,0.04) 0%, transparent 55%),
    var(--dark);
}

/* ── Full-bleed image slider ── */
.hero-slider {
  position: absolute; inset: 0; z-index: 1; overflow: hidden; pointer-events: none;
}
.hero-slider-track {
  display: flex; height: 100%;
  will-change: transform;
  transition: transform 1.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.hero-slide {
  flex: 0 0 100%; height: 100%; position: relative; overflow: hidden;
}
.hero-slide img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(0.38) saturate(1.3);
  transform: scale(1.06);
  transition: transform 10s ease-out;
}
.hero-slide.active img {
  transform: scale(1);
}

/* Gradient overlay — keeps text readable */
.hero-slider-overlay {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background:
    linear-gradient(180deg,
      rgba(14,11,9,0.45) 0%,
      rgba(14,11,9,0.1)  30%,
      rgba(14,11,9,0.1)  60%,
      rgba(14,11,9,0.72) 100%),
    radial-gradient(ellipse 70% 50% at 50% 100%, rgba(196,154,91,0.08) 0%, transparent 65%);
}

/* Slide dots */
.hero-slide-dots {
  position: absolute; bottom: clamp(1.5rem, 3.5vh, 2.2rem); left: 50%;
  transform: translateX(-50%);
  z-index: 7;
  display: flex; gap: 0.5rem; align-items: center;
}
.hero-slide-dot {
  width: 20px; height: 2px;
  background: rgba(196,154,91,0.3);
  border: none; padding: 0; cursor: pointer;
  transition: background 0.3s, width 0.3s;
}
.hero-slide-dot.active {
  width: 36px;
  background: var(--gold);
}

/* ── Particles canvas ── */
.hero-particles {
  position: absolute; inset: 0; z-index: 3;
  width: 100%; height: 100%;
  pointer-events: none;
}

/* ── Center block ── */
.hero-center {
  position: relative; z-index: 6;
  display: flex; flex-direction: column; align-items: center;
  text-align: center;
  padding: 0 clamp(1.2rem, 6vw, 4rem);
  max-width: 900px;
  width: 100%;
  margin-top: -8vh;
}

/* Decorative lines */
.hero-line-top,
.hero-line-bottom {
  display: flex; align-items: center; gap: 1rem;
  width: 100%; max-width: 480px;
}
.hero-line-top::before, .hero-line-top::after,
.hero-line-bottom::before, .hero-line-bottom::after {
  content: ""; flex: 1; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(196,154,91,0.4), transparent);
}
.hlt-dot {
  width: 4px; height: 4px; border-radius: 50%;
  background: var(--gold); opacity: 0.65; flex-shrink: 0;
}
.hero-line-top { margin-bottom: 1.4rem; }
.hero-line-bottom { margin-top: 1.4rem; }

/* Eyebrow */
.hero-eyebrow {
  font-size: 0.63rem; font-weight: 500;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gold); opacity: 0.75;
  margin-bottom: 1.6rem;
  display: flex; align-items: center; gap: 0.7rem;
}
.hero-eyebrow-dot {
  display: inline-block;
  width: 3px; height: 3px; border-radius: 50%;
  background: var(--gold); opacity: 0.6; flex-shrink: 0;
}

/* Title */
.hero-title {
  font-family: "Cormorant Garamond", serif;
  display: flex; flex-direction: column; align-items: center;
  margin: 0 0 1.6rem;
}
.hero-title-row {
  display: block; line-height: 0.92;
}
.hero-title-row--em {
  font-size: clamp(3.8rem, 9.5vw, 8.8rem);
  font-style: italic; font-weight: 300;
  color: var(--cream);
}
.hero-title-row--main {
  font-size: clamp(3.2rem, 8vw, 7.2rem);
  font-style: normal; font-weight: 400;
  color: rgba(242,235,218,0.72);
  margin-top: -0.06em;
}
.hero-title-row--accent {
  font-size: clamp(4.4rem, 11vw, 10rem);
  font-style: normal; font-weight: 700;
  color: var(--gold);
  margin-top: -0.04em;
  letter-spacing: -0.02em;
}

/* Categories row */
.hero-cats-row {
  display: flex; align-items: center; gap: 1.2rem;
  margin-top: 2rem;
}
.hcr-item {
  font-family: "Inter", sans-serif;
  font-size: 0.82rem; font-weight: 500;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(242,235,218,0.55);
}
.hcr-line {
  width: 36px; height: 1px;
  background: rgba(196,154,91,0.4);
}

/* Actions */
.hero-actions {
  display: flex; flex-wrap: wrap; gap: 1.4rem;
  align-items: center; justify-content: center;
  margin-top: 3rem;
}

/* Stat counters */
.hero-stat-left,
.hero-stat-right {
  position: absolute; z-index: 6;
  display: flex; flex-direction: column; gap: 0.2rem;
}
.hero-stat-left {
  left: clamp(1.5rem, 4vw, 3rem);
  top: 50%; transform: translateY(-50%);
  align-items: flex-start;
}
.hero-stat-right {
  right: clamp(1.5rem, 4vw, 3rem);
  top: 50%; transform: translateY(-50%);
  align-items: flex-end;
}
.hs-num {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  font-weight: 300; line-height: 1;
  color: var(--cream);
}
.hs-plus {
  font-size: 0.5em;
  color: var(--gold);
  vertical-align: super;
}
.hs-label {
  font-size: 0.58rem; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(242,235,218,0.32);
  line-height: 1.5;
}
.hero-stat-right .hs-label { text-align: right; }

/* Scroll indicator */
.hero-scroll {
  position: absolute; bottom: clamp(1.5rem, 4vh, 2.5rem);
  left: 50%; transform: translateX(-50%);
  z-index: 6;
}
.hero-scroll-line {
  width: 1px; height: 52px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
  margin: 0 auto;
}
@keyframes scrollPulse {
  0%, 100% { opacity: 0.3; transform: scaleY(1); transform-origin: top; }
  50%       { opacity: 1;   transform: scaleY(1.15); }
}

/* ── Responsive ── */
@media (max-width: 700px) {
  .hero-stat-left, .hero-stat-right { display: none; }
  .hero-title-row--em    { font-size: clamp(2.8rem, 11vw, 3.8rem); }
  .hero-title-row--main  { font-size: clamp(2.4rem, 9.5vw, 3.2rem); }
  .hero-title-row--accent { font-size: clamp(3.2rem, 13vw, 4.4rem); }
  .hero-center { padding: 0 1.2rem; }
}


/* ── BUTTONS ─────────────────────────────────────────────── */
.btn-primary {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.85rem 2rem;
  background: var(--gold);
  color: var(--bg);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: var(--radius);
  transition: background 0.25s, transform 0.2s, box-shadow 0.25s;
  white-space: nowrap;
}

.btn-primary:hover {
  background: var(--gold-3);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(196,154,91,0.3);
}

.btn-ghost {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.85rem 1.8rem;
  border: 1px solid var(--line-2);
  color: var(--cream-2);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: var(--radius);
  transition: border-color 0.25s, color 0.25s, background 0.25s, transform 0.2s;
  white-space: nowrap;
}

.btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(196,154,91,0.06);
  transform: translateY(-2px);
}

/* ── REVEAL ANIMATIONS ───────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s var(--ease-expo), transform 0.7s var(--ease-expo);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Defensive: if split+reveal conflict */
.reveal[data-split] { opacity: 1; transform: none; }

/* ── BRAND LOGOS STRIP ───────────────────────────────────── */
.logos-strip {
  background: var(--bg-2);
  border-block: 1px solid var(--line);
  padding-block: 1.5rem;
  overflow: clip;
  mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
}

.logos-track {
  display: flex;
  align-items: center;
  gap: 2.8rem;
  width: max-content;
  will-change: transform;
  animation: marquee 80s linear infinite;
  animation-play-state: paused; /* JS starts it after cloning */
}

.logos-track.is-ready {
  animation-play-state: running;
}

.logos-strip:hover .logos-track.is-ready {
  animation-play-state: paused;
}

.brand-logo {
  height: 26px;
  width: auto;
  max-width: 120px;
  flex-shrink: 0;
  display: block;
  filter: brightness(0) invert(1);
  opacity: 0.45;
  transition: opacity 0.25s ease;
  object-fit: contain;
}

/* JPG/PNG logos with opaque white backgrounds need screen blend
   so the white bg disappears on dark surface */
.brand-logo.raster {
  filter: invert(1);
  mix-blend-mode: screen;
}

.brand-logo:hover {
  opacity: 0.85;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ── SECTION SHARED ──────────────────────────────────────── */
.section-head { margin-bottom: 3rem; }

.section-kicker {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
}

.section-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 5.5vw, 4rem);
  font-weight: 400;
  line-height: 1.08;
  color: var(--cream);
}

.section-title em {
  font-style: italic;
  font-weight: 300;
  color: var(--gold);
}

.section-sub {
  font-size: 0.9rem;
  color: var(--cream-3);
  margin-top: 0.8rem;
  max-width: 50ch;
}

/* ── CATEGORY GATEWAY ────────────────────────────────────── */
.section-gateway {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 88vh;
  min-height: 480px;
}
.gateway-panel {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: clamp(2rem,5vw,4rem);
  text-decoration: none;
  cursor: pointer;
}
.gateway-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 30%;
  transition: transform 0.8s cubic-bezier(0.16,1,0.3,1), filter 0.6s;
  filter: grayscale(30%) brightness(0.85);
}
.gateway-panel:hover .gateway-bg {
  transform: scale(1.05);
  filter: grayscale(0%) brightness(0.9);
}
.gateway-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(14,11,9,0.85) 0%, rgba(14,11,9,0.25) 55%, rgba(14,11,9,0.05) 100%);
}
.gateway-mujer { border-right: 1px solid rgba(196,154,91,0.25); }
.gateway-content {
  position: relative;
  z-index: 1;
}
.gateway-kicker {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
  opacity: 0.9;
}
.gateway-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(4rem, 8vw, 7rem);
  font-weight: 300;
  font-style: italic;
  color: var(--cream);
  line-height: 0.95;
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
}
.gateway-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cream-2);
  border-bottom: 1px solid rgba(196,154,91,0.5);
  padding-bottom: 0.25rem;
  transition: color 0.25s, border-color 0.25s;
}
.gateway-panel:hover .gateway-cta { color: var(--gold); border-color: var(--gold); }

/* ── COLLECTIONS ─────────────────────────────────────────── */
.section-collections {
  padding-block: clamp(3rem, 6vw, 5rem);
  background: var(--bg);
  display: none;
}
.section-collections.is-visible { display: block; }

/* When the collection is the first (and only) content on the page
   (coleccion.html), compensate for the fixed nav + promo bar.    */
.section-collections.is-page-root {
  padding-top: calc(var(--nav-h) + var(--promo-h) + clamp(1.5rem, 3vw, 2.5rem));
}

/* Mobile filter button */
.filter-mob-btn {
  display: none;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.1rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cream-2);
  border: 1px solid var(--line);
  border-radius: 999px;
  margin-bottom: 1.5rem;
  transition: border-color 0.2s, color 0.2s;
}
.filter-mob-btn:hover { border-color: var(--gold); color: var(--cream); }
.filter-mob-count {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 18px; height: 18px; padding: 0 4px;
  background: var(--gold); color: var(--dark);
  border-radius: 999px; font-size: 0.65rem; font-weight: 700;
}
.filter-mob-count:empty { display: none; }
.filter-mob-overlay {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,0.55); z-index: 199;
}
.filter-mob-overlay.is-open { display: block; }

/* Collection layout */
.collection-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 2.5rem;
  align-items: start;
}

/* ── FILTER SIDEBAR ──────────────────────────────────────── */
.filter-sidebar {
  position: sticky;
  top: calc(var(--nav-h, 72px) + 1rem);
  max-height: calc(100vh - var(--nav-h, 72px) - 2rem);
  overflow-y: auto;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  scrollbar-width: thin;
  scrollbar-color: var(--line) transparent;
}
.filter-sidebar::-webkit-scrollbar { width: 3px; }
.filter-sidebar::-webkit-scrollbar-thumb { background: var(--line); border-radius: 2px; }

.fsb-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem 1.1rem 0.9rem;
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; background: var(--bg-2); z-index: 1;
}
.fsb-title {
  font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--cream-2);
}
.fsb-clear-btn {
  font-size: 0.68rem; color: var(--gold);
  text-decoration: underline; text-underline-offset: 3px;
  opacity: 0.75; transition: opacity 0.2s;
}
.fsb-clear-btn:hover { opacity: 1; }

.sf-sec { border-bottom: 1px solid var(--line); }
.sf-sec-btn {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; padding: 0.85rem 1.1rem;
  font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--cream-2); transition: color 0.2s;
}
.sf-sec-btn:hover { color: var(--cream); }
.sf-chev { transition: transform 0.25s; flex-shrink: 0; }
.sf-sec.sf-closed .sf-chev { transform: rotate(-90deg); }
.sf-sec-body { padding: 0.2rem 1.1rem 1rem; }
.sf-sec.sf-closed .sf-sec-body { display: none; }

/* Price slider */
.sf-price-vals {
  display: flex; justify-content: space-between;
  font-size: 0.74rem; color: var(--cream-3); margin-bottom: 1rem;
}
.sf-price-slider {
  position: relative; height: 4px; margin: 0 6px 2rem;
}
.sf-price-ticks {
  position: absolute; left: 0; right: 0; top: 14px;
  pointer-events: none;
}
.sf-tick {
  position: absolute; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  cursor: pointer;
}
.sf-tick::before {
  content: ''; display: block;
  width: 1px; height: 5px;
  background: rgba(196,154,91,0.4);
}
.sf-tick-label {
  font-size: 0.58rem; letter-spacing: 0.02em;
  color: rgba(196,154,91,0.45); white-space: nowrap;
}
.sf-price-track {
  position: absolute; inset: 0;
  background: var(--line); border-radius: 2px;
}
.sf-price-fill {
  position: absolute; top: 0; height: 100%;
  background: var(--gold); border-radius: 2px;
  pointer-events: none;
}
.sf-range {
  -webkit-appearance: none; appearance: none;
  position: absolute; top: 50%; left: 0; width: 100%; height: 4px;
  background: transparent; transform: translateY(-50%);
  pointer-events: none; margin: 0; padding: 0;
}
.sf-range::-webkit-slider-thumb {
  -webkit-appearance: none; pointer-events: all;
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--gold); border: 2px solid #0E0B09; cursor: pointer;
}
.sf-range::-moz-range-thumb {
  pointer-events: all; width: 16px; height: 16px; border-radius: 50%;
  background: var(--gold); border: 2px solid #0E0B09; cursor: pointer; box-shadow: none;
}

/* Checkboxes */
.sf-check-label {
  display: flex; align-items: center; gap: 0.55rem;
  padding: 0.28rem 0; cursor: pointer;
  font-size: 0.8rem; color: var(--cream-3);
  transition: color 0.2s; line-height: 1.3;
}
.sf-check-label:hover { color: var(--cream); }
.sf-cb { display: none; }
.sf-check-box {
  width: 13px; height: 13px;
  border: 1px solid var(--line-2); border-radius: 3px; flex-shrink: 0;
  position: relative; transition: background 0.15s, border-color 0.15s;
}
.sf-cb:checked + .sf-check-box { background: var(--gold); border-color: var(--gold); }
.sf-cb:checked + .sf-check-box::after {
  content: ""; position: absolute; left: 3px; top: 1px;
  width: 5px; height: 7px;
  border: 1.5px solid #0E0B09; border-top: none; border-left: none;
  transform: rotate(45deg);
}
.sf-check-txt { flex: 1; }
.sf-cnt { font-size: 0.7rem; color: var(--cream-3); opacity: 0.65; }

.sf-marca-scroll {
  max-height: 190px; overflow-y: auto;
  scrollbar-width: thin; scrollbar-color: var(--line) transparent;
}
.sf-marca-scroll::-webkit-scrollbar { width: 3px; }
.sf-marca-scroll::-webkit-scrollbar-thumb { background: var(--line); }

/* Products toolbar */
.products-toolbar {
  margin-bottom: 1.2rem;
}
.products-result-count {
  font-size: 0.76rem; color: var(--cream-3); letter-spacing: 0.04em;
}

/* ── PRODUCT GRID ────────────────────────────────────────── */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.2rem;
  margin-bottom: 3rem;
}

.product-card {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s var(--ease-expo);
  cursor: pointer;
  will-change: transform;
  display: flex;
  flex-direction: column;
}

@media (hover: hover) {
  .product-card:hover {
    border-color: rgba(196,154,91,0.35);
    box-shadow: 0 16px 48px rgba(0,0,0,0.4), 0 0 0 1px rgba(196,154,91,0.12), 0 0 40px var(--gold-glow);
  }
}

.product-img-wrap {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

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

@media (hover: hover) {
  .product-card:hover .product-img { transform: scale(1.06); }
}

.product-overlay {
  position: absolute; inset: 0;
}

.product-tipo-badge {
  position: absolute; bottom: 0.75rem; left: 0.75rem;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(196,154,91,0.5);
  background: rgba(14,11,9,0.7);
  color: var(--gold);
  backdrop-filter: blur(6px);
}

.product-tipo-badge.nicho  { color: var(--cream-2); border-color: rgba(242,235,218,0.3); }
.product-tipo-badge.arabe  { color: #e8c97a; border-color: rgba(232,201,122,0.4); }

.product-body { padding: 1.2rem 1.25rem 1.4rem; flex: 1; display: flex; flex-direction: column; }

.product-marca {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-2);
  margin-bottom: 0.3rem;
}

.product-nombre {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--cream);
  margin-bottom: 0.3rem;
  line-height: 1.2;
}

.product-desc {
  font-size: 0.78rem;
  color: var(--cream-3);
  margin-bottom: 1rem;
  line-height: 1.45;
}

.product-foot {
  display: flex; flex-direction: column; align-items: stretch;
  gap: 0.7rem;
  margin-top: auto;
  padding-top: 0.75rem;
}

.product-price-wrap { display: flex; flex-direction: column; gap: 1px; }

.product-price {
  font-family: "JetBrains Mono", monospace;
  font-size: 1rem;
  font-weight: 500;
  color: var(--cream);
}

.product-ml {
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--cream-3);
  text-transform: uppercase;
}

.btn-add {
  display: flex; align-items: center; justify-content: center; gap: 0.4rem;
  padding: 0.55rem 1rem;
  width: 100%;
  background: rgba(196,154,91,0.12);
  color: var(--gold);
  border: 1px solid rgba(196,154,91,0.3);
  border-radius: var(--radius);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 0.2s, border-color 0.2s, transform 0.15s;
  white-space: nowrap;
}

.btn-add:hover {
  background: var(--gold);
  color: var(--bg);
  border-color: var(--gold);
  transform: translateY(-1px);
}

.btn-add.is-adding {
  animation: addPop 0.3s var(--ease-expo);
}

/* ─── VARIANT SIZE PILLS (product card) ─────────────────── */
.product-variants {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-bottom: 0.4rem;
}

.variant-pill {
  padding: 0.2rem 0.55rem;
  border: 1px solid var(--line);
  border-radius: 2rem;
  background: transparent;
  color: var(--cream-3);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s, background 0.15s;
  font-family: "JetBrains Mono", monospace;
  line-height: 1.6;
}

.variant-pill:hover {
  border-color: rgba(196,154,91,0.55);
  color: var(--cream);
}

.variant-pill.is-active {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--bg);
}

/* ─── VARIANT SIZE PILLS (modal) ───────────────────────── */
.modal-variants {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0.25rem 0 0.75rem;
}

.modal-variant-pill {
  padding: 0.3rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 2rem;
  background: transparent;
  color: var(--cream-3);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s, background 0.15s;
  font-family: "JetBrains Mono", monospace;
  line-height: 1.6;
}

.modal-variant-pill:hover {
  border-color: rgba(196,154,91,0.55);
  color: var(--cream);
}

.modal-variant-pill.is-active {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--bg);
}

/* ─── CART ITEM VARIANTE ────────────────────────────────── */
.cart-item-variante {
  font-size: 0.62rem;
  color: var(--cream-3);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin: 1px 0 0;
  font-family: "JetBrains Mono", monospace;
}

@keyframes addPop {
  0%   { transform: scale(1); }
  50%  { transform: scale(0.92); }
  100% { transform: scale(1); }
}

.collection-cta { text-align: center; }

/* ── TRUST BAR ───────────────────────────────────────────── */
.trust-bar {
  background: var(--cream);
  padding-block: 2.2rem;
  border-top: 1px solid rgba(196, 154, 91, 0.15);
  border-bottom: 1px solid rgba(196, 154, 91, 0.15);
  position: relative;
  z-index: 1000;
}

.trust-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: clamp(1.2rem, 4vw, 2.5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.trust-sep {
  width: 1px;
  height: 40px;
  background: rgba(196, 154, 91, 0.25);
  flex-shrink: 0;
}

.trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  flex: 1;
  min-width: 80px;
  cursor: default;
  position: relative;
  padding: 0.5rem;
  border-radius: 4px;
  transition: transform 0.25s ease;
}

.trust-item:hover,
.trust-item:focus {
  outline: none;
  transform: translateY(-2px);
}


.trust-icon {
  color: #b8853a;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.25s;
}

.trust-item:hover .trust-icon { color: #8a5e20; }

.trust-label {
  font-family: "Inter", sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b4a1a;
  text-align: center;
  line-height: 1.3;
}

.trust-tooltip {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  width: 200px;
  background: #1a1208;
  color: rgba(242, 235, 218, 0.88);
  font-family: "Inter", sans-serif;
  font-size: 0.67rem;
  line-height: 1.5;
  padding: 0.7em 0.95em;
  border: 1px solid rgba(196, 154, 91, 0.25);
  border-radius: 3px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 9999;
  text-align: center;
}

.trust-item:hover .trust-tooltip,
.trust-item:focus .trust-tooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.trust-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: rgba(196, 154, 91, 0.25);
}

@media (max-width: 700px) {
  .trust-sep { display: none; }
  .trust-inner { gap: 1.2rem; justify-content: center; }
  .trust-item { min-width: calc(33% - 1rem); }
}

/* ── EDITORIAL SLIDER ───────────────────────────────────── */
.section-editorial {
  position: relative;
  height: 100vh;
  min-height: 500px;
  overflow: hidden;
  background: #000;
}

.editorial-slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.editorial-slide {
  position: absolute;
  inset: 0;
  background-image: var(--bg);
  background-size: cover;
  background-position: center 40%;
  opacity: 0;
  transition: opacity 1.2s ease;
  display: flex;
  align-items: center;
  transform: scale(1.04);
  transition: opacity 1.2s ease, transform 8s ease-out;
}
.editorial-slide.active {
  opacity: 1;
  transform: scale(1);
}

.editorial-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(14, 11, 9, 0.92) 0%,
    rgba(14, 11, 9, 0.72) 45%,
    rgba(14, 11, 9, 0.08) 100%
  );
}

.editorial-content {
  position: relative;
  z-index: 2;
  padding: clamp(1.8rem, 3vw, 2.8rem);
  max-width: min(560px, 50vw);
  /* push content clear of the prev arrow (arrow sits at ~left:1–2.5rem + 48px wide) */
  margin-left: clamp(6rem, 10vw, 9rem);
  border-left: 2px solid rgba(196, 154, 91, 0.4);
}

.editorial-tag {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: var(--gold);
  border: 1px solid rgba(196, 154, 91, 0.55);
  padding: 0.38em 0.9em;
  margin-bottom: 1.4rem;
  text-transform: uppercase;
}

.editorial-quote {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.85rem, 3.8vw, 3.1rem);
  font-weight: 300;
  line-height: 1.22;
  color: var(--cream);
  margin-bottom: 1.4rem;
}

.editorial-quote em {
  font-style: italic;
  color: var(--gold);
}

.editorial-brand {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: rgba(242, 235, 218, 0.45);
  text-transform: uppercase;
}

.editorial-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(14, 11, 9, 0.55);
  border: 1px solid rgba(196, 154, 91, 0.3);
  color: var(--cream);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s, border-color 0.3s;
}

.editorial-nav:hover {
  background: rgba(196, 154, 91, 0.18);
  border-color: var(--gold);
}

.editorial-prev { left: clamp(1rem, 3vw, 2.5rem); }
.editorial-next { right: clamp(1rem, 3vw, 2.5rem); }

.editorial-dots {
  position: absolute;
  bottom: clamp(1.5rem, 3vw, 2.5rem);
  right: clamp(2rem, 5vw, 5rem);
  z-index: 10;
  display: flex;
  gap: 0.55rem;
  align-items: center;
}

.editorial-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(242, 235, 218, 0.25);
  border: none;
  cursor: pointer;
  transition: all 0.35s ease;
  padding: 0;
}

.editorial-dot.active {
  background: var(--gold);
  width: 26px;
  border-radius: 3.5px;
}

/* ── NOSOTROS ────────────────────────────────────────────── */
.section-nosotros {
  padding-block: clamp(4rem, 8vw, 6rem);
  background: var(--bg-2);
  border-block: 1px solid var(--line);
}

.nosotros-inner {
  max-width: 1100px;
  margin-inline: auto;
  padding-inline: clamp(1.5rem, 4vw, 3rem);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
}

.nosotros-deco {
  display: flex; flex-direction: column; align-items: center;
  gap: 0;
  flex-shrink: 0;
}

.nosotros-year {
  font-family: "Playfair Display", serif;
  font-size: clamp(5rem, 10vw, 9rem);
  font-weight: 400;
  font-style: italic;
  line-height: 0.85;
  color: rgba(196,154,91,0.22);
  letter-spacing: -0.02em;
}

.nosotros-year-label {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.7;
}

.nosotros-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 400;
  color: var(--cream);
  line-height: 1.15;
  margin-bottom: 1.5rem;
}

.nosotros-title em {
  font-style: italic;
  color: var(--gold);
}

.nosotros-body {
  font-size: 0.92rem;
  color: var(--cream-3);
  line-height: 1.8;
  max-width: 520px;
  margin-bottom: 0.9rem;
  text-align: justify;
}

.nosotros-body--em {
  font-style: italic;
  color: rgba(196,154,91,0.75);
  font-size: 1rem;
  margin-top: 0.4rem;
}

/* ── PAYMENT ─────────────────────────────────────────────── */
.section-payment {
  padding-block: clamp(4rem, 8vw, 7rem);
  background: var(--bg);
}

.payment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.payment-card {
  display: flex; flex-direction: column; align-items: center;
  padding: 1.75rem 1.25rem;
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  text-align: center;
  transition: border-color 0.3s, transform 0.3s var(--ease-expo);
}

@media (hover: hover) {
  .payment-card:hover { border-color: var(--line-2); transform: translateY(-3px); }
}

.payment-logo {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  overflow: visible;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.45));
}

.payment-name { font-size: 0.85rem; font-weight: 600; color: var(--cream); margin-bottom: 0.25rem; }
.payment-note { font-size: 0.72rem; color: var(--cream-3); }

/* Wompi trust bar */
.wompi-trust {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.4rem 2rem;
  background: var(--bg-3);
  border: 1px solid rgba(196,154,91,0.2);
  border-radius: var(--radius-lg);
  flex-wrap: wrap;
}
.wompi-trust-info { display: flex; flex-direction: column; gap: 0.75rem; }
.wompi-trust-badge {
  display: flex; align-items: center; gap: 0.6rem;
  font-size: 0.83rem; color: var(--cream);
}
.wompi-trust-badge svg { color: var(--gold); flex-shrink: 0; }
.wompi-trust-badge strong { color: var(--gold); }
.wompi-trust-pills { display: flex; gap: 0.6rem; flex-wrap: wrap; }
.wompi-pill {
  display: inline-flex; align-items: center; gap: 0.35rem;
  font-size: 0.72rem; color: var(--cream-3);
  padding: 0.3rem 0.7rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
}
.wompi-pill svg { color: var(--gold); flex-shrink: 0; }
.wompi-cta {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.75rem 1.6rem;
  background: var(--gold);
  color: #000;
  font-size: 0.82rem; font-weight: 600;
  border-radius: var(--radius);
  text-decoration: none;
  letter-spacing: 0.03em;
  white-space: nowrap;
  transition: opacity 0.2s, transform 0.2s;
  flex-shrink: 0;
}
.wompi-cta:hover { opacity: 0.88; transform: translateX(2px); }

@media (max-width: 640px) {
  .wompi-trust { flex-direction: column; align-items: flex-start; }
  .wompi-cta { width: 100%; justify-content: center; }
}

/* ── CONTACT CTA ─────────────────────────────────────────── */
.section-contact {
  position: relative;
  padding-block: clamp(5rem, 10vw, 9rem);
  overflow: clip;
  text-align: center;
}

.contact-mesh {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 60% 70% at 50% 50%, rgba(196,154,91,0.12) 0%, transparent 70%);
  filter: blur(60px);
}

.section-contact .container { position: relative; z-index: 1; }

.contact-inner { max-width: 560px; margin-inline: auto; }

.contact-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  font-weight: 400;
  line-height: 1.1;
  color: var(--cream);
  margin-bottom: 1.25rem;
}

.contact-title em { font-style: italic; font-weight: 300; color: var(--gold); }
.contact-sub { font-size: 0.9rem; color: var(--cream-3); margin-bottom: 2.5rem; }

.contact-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; }

.btn-whatsapp {
  display: inline-flex; align-items: center; gap: 0.6rem;
  padding: 0.9rem 2rem;
  background: var(--green-wa);
  color: white;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: var(--radius);
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  white-space: nowrap;
}

.btn-whatsapp:hover {
  background: #1eaa52;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37,211,102,0.25);
}

.btn-instagram {
  display: inline-flex; align-items: center; gap: 0.6rem;
  padding: 0.9rem 2rem;
  border: 1px solid var(--line-2);
  color: var(--cream-2);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: var(--radius);
  transition: border-color 0.2s, color 0.2s, background 0.2s, transform 0.2s;
}

.btn-instagram:hover {
  border-color: #e1306c;
  color: #e1306c;
  background: rgba(225,48,108,0.06);
  transform: translateY(-2px);
}

/* ── FOOTER ──────────────────────────────────────────────── */
.footer {
  background: var(--bg-2);
  border-top: 1px solid var(--line);
  display: block !important;
  overflow: visible !important;
}

/* Frase central */
.footer-hero {
  text-align: center;
  padding: clamp(3.5rem, 7vw, 6rem) clamp(1.5rem, 4vw, 3rem) clamp(2.5rem, 5vw, 4rem);
  display: flex; flex-direction: column; align-items: center; gap: 1.2rem;
}

.footer-line {
  width: clamp(60px, 12vw, 120px); height: 1px;
  background: linear-gradient(90deg, transparent, rgba(196,154,91,0.5), transparent);
}

.footer-thanks {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 5vw, 3.8rem);
  font-weight: 300;
  font-style: italic;
  color: var(--cream);
  letter-spacing: 0.02em;
  line-height: 1.1;
}

.footer-sub {
  font-size: 0.8rem;
  color: var(--cream-3);
  letter-spacing: 0.08em;
  max-width: 400px;
}

/* Grid de columnas */
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  max-width: 1100px;
  margin-inline: auto;
  padding: 2.5rem clamp(1.5rem, 4vw, 3rem);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.footer-col-title {
  font-family: "Inter", sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}

.footer-col-text {
  font-size: 0.82rem;
  color: var(--cream-3);
  line-height: 1.7;
  max-width: 260px;
}

.footer-links {
  display: flex; flex-direction: column; gap: 0.55rem;
}

.footer-links a {
  font-size: 0.82rem;
  color: var(--cream-3);
  transition: color 0.2s;
}

.footer-links a:hover { color: var(--gold); }

/* Barra inferior */
.footer-bottom-bar {
  display: flex; align-items: center; justify-content: center; gap: 0.75rem;
  padding: 1.4rem clamp(1.5rem, 4vw, 3rem);
  font-size: 0.68rem;
  color: rgba(242,235,218,0.3);
  letter-spacing: 0.06em;
}

.footer-dot { color: var(--gold); opacity: 0.4; }

.footer-col-location {
  font-size: 0.78rem;
  color: var(--cream-3);
  margin: 0.6rem 0 0.9rem;
  line-height: 1.5;
}

.footer-social {
  display: flex;
  gap: 0.6rem;
  margin-top: 0.2rem;
}

.footer-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  color: var(--cream-3);
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.footer-social-link:hover {
  background: rgba(196,154,91,0.15);
  border-color: var(--gold);
  color: var(--gold);
}

/* ── CART DRAWER ─────────────────────────────────────────── */
.cart-overlay {
  position: fixed; inset: 0; z-index: 1000;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(4px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s var(--ease-out);
}

.cart-overlay.is-open { opacity: 1; pointer-events: auto; }

.cart-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 1001;
  width: min(420px, 95vw);
  background: var(--bg-2);
  border-left: 1px solid var(--line);
  display: flex; flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.4s var(--ease-expo);
  overflow: hidden;
}

.cart-drawer.is-open { transform: translateX(0); }

.cart-drawer-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid var(--line);
  flex-shrink: 0;
}

.cart-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--cream);
}

.cart-close {
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  color: var(--cream-3);
  border-radius: 50%;
  transition: color 0.2s, background 0.2s;
}

.cart-close:hover { color: var(--cream); background: rgba(242,235,218,0.06); }

/* Shipping bar */
.shipping-bar-wrap {
  padding: 1rem 1.5rem 1.25rem;
  border-bottom: 1px solid var(--line);
  flex-shrink: 0;
}

.shipping-label {
  font-size: 0.78rem;
  color: var(--cream-3);
  margin-bottom: 0.75rem;
}

.shipping-label strong { color: var(--gold); }

.shipping-label.is-free { color: var(--gold); font-weight: 600; font-size: 0.88rem; }

.shipping-track {
  position: relative;
  height: 6px;
  background: rgba(242,235,218,0.08);
  border-radius: 999px;
  overflow: visible;
}

.shipping-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--gold-2), var(--gold), var(--gold-3));
  border-radius: 999px;
  width: 0%;
  transition: width 0.6s var(--ease-expo);
}

.shipping-truck {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -65%) scaleX(-1);
  font-size: 1.3rem;
  line-height: 1;
  transition: left 0.6s var(--ease-expo);
  filter: drop-shadow(0 2px 6px rgba(196,154,91,0.5));
}

.shipping-truck.is-bouncing {
  animation: truckBounce 0.5s var(--ease-expo);
}

@keyframes truckBounce {
  0%   { transform: translate(-50%, -65%) scale(1); }
  40%  { transform: translate(-50%, -80%) scale(1.15); }
  70%  { transform: translate(-50%, -60%) scale(0.95); }
  100% { transform: translate(-50%, -65%) scale(1); }
}

/* Cart body / items */
.cart-body { flex: 1; overflow-y: auto; padding: 0.5rem 1.5rem; }

.cart-empty {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 1rem;
  padding: 3rem 1rem;
  color: var(--cream-3);
  text-align: center;
}

.cart-empty svg { opacity: 0.35; }
.cart-empty p { font-size: 0.9rem; }

.cart-list { display: flex; flex-direction: column; gap: 0.75rem; padding-block: 0.5rem; }

.cart-item {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 0.75rem;
  align-items: start;
  padding: 0.75rem;
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  animation: itemSlideIn 0.3s var(--ease-expo);
}

@keyframes itemSlideIn {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: none; }
}

.cart-item-img {
  width: 64px; height: 64px;
  object-fit: cover;
  border-radius: 8px;
}

.cart-item-info { display: flex; flex-direction: column; gap: 0.2rem; }
.cart-item-marca { font-size: 0.62rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold-2); }
.cart-item-nombre { font-family: "Cormorant Garamond", serif; font-size: 1rem; font-weight: 500; color: var(--cream); line-height: 1.2; }
.cart-item-price { font-family: "JetBrains Mono", monospace; font-size: 0.82rem; color: var(--cream-2); margin-top: 0.2rem; }

.cart-item-actions {
  display: flex; flex-direction: column; align-items: flex-end; gap: 0.5rem;
}

.cart-qty-row {
  display: flex; align-items: center; gap: 0.4rem;
}

.cart-qty-btn {
  width: 24px; height: 24px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--line-2);
  border-radius: 50%;
  color: var(--cream-2);
  font-size: 0.9rem;
  transition: background 0.15s, color 0.15s;
}

.cart-qty-btn:hover { background: var(--gold); color: var(--bg); border-color: var(--gold); }

.cart-qty-val {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.82rem;
  min-width: 20px;
  text-align: center;
  color: var(--cream);
}

.cart-item-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cream-3);
  transition: color 0.2s, transform 0.2s;
}

.cart-item-remove:hover { color: #e05c5c; transform: scale(1.15); }

/* Cart footer */
.cart-foot {
  padding: 1.25rem 1.5rem;
  border-top: 1px solid var(--line);
  flex-shrink: 0;
  display: flex; flex-direction: column; gap: 0.85rem;
  background: var(--bg-2);
}

.cart-subtotal-row {
  display: flex; align-items: center; justify-content: space-between;
  font-size: 0.9rem;
  color: var(--cream-2);
}

.cart-total {
  font-family: "JetBrains Mono", monospace;
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--cream);
}

.cart-shipping-status { display: none; }
.cart-shipping-status.is-free { display: none; }

.cart-pay-badges { display: flex; gap: 0.5rem; flex-wrap: wrap; }

.pay-badge {
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.pay-banco { background: #FFD100; color: #111; }
.pay-nequi { background: #FF3B8B; color: white; }
.pay-pse   { background: #003EB5; color: white; }

.btn-checkout {
  display: flex; align-items: center; justify-content: center; gap: 0.65rem;
  width: 100%; padding: 1rem;
  background: var(--green-wa);
  color: white;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: var(--radius);
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}

.btn-checkout:hover {
  background: #1eaa52;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(37,211,102,0.3);
}

.cart-disclaimer {
  font-size: 0.7rem;
  color: var(--cream-3);
  text-align: center;
  line-height: 1.5;
}

/* ── TOAST ───────────────────────────────────────────────── */
.toast {
  position: fixed; bottom: 2rem; left: 50%; z-index: 2000;
  transform: translateX(-50%) translateY(20px);
  background: var(--bg-3);
  color: var(--cream);
  border: 1px solid rgba(196,154,91,0.3);
  border-radius: var(--radius);
  padding: 0.75rem 1.4rem;
  font-size: 0.82rem;
  font-weight: 500;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s var(--ease-out), transform 0.3s var(--ease-expo);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.4);
}

.toast.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* ── BACK TO TOP ─────────────────────────────────────────── */
.back-to-top {
  position: fixed; bottom: 5.5rem; right: 1.75rem; z-index: 800;
  width: 54px; height: 54px;
  background: var(--bg-2); border: 1px solid var(--line-2);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; color: var(--cream-2);
  opacity: 0; pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease, background 0.2s, border-color 0.2s;
  box-shadow: 0 2px 12px rgba(0,0,0,0.3);
}
.back-to-top.is-visible {
  opacity: 1; pointer-events: auto; transform: translateY(0);
}
.back-to-top:hover {
  background: var(--gold); border-color: var(--gold); color: var(--dark);
}

/* ── FLOATING WA BUTTON ──────────────────────────────────── */
.float-wa-wrap {
  position: fixed; bottom: 1.75rem; right: 1.75rem; z-index: 800;
  display: flex; align-items: center; gap: 0.75rem;
}

.float-wa-bubble {
  position: relative;
  background: white;
  color: #111;
  font-family: "Inter", sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  padding: 0.55em 0.95em;
  border-radius: 20px 20px 4px 20px;
  white-space: nowrap;
  box-shadow: 0 2px 12px rgba(0,0,0,0.18);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s var(--ease-out), transform 0.2s var(--ease-out);
  transform: scale(0.85) translateX(6px);
}
.float-wa-wrap:hover .float-wa-bubble {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateX(0);
}

.float-wa-bubble-tail {
  position: absolute;
  right: -7px; bottom: 6px;
  width: 0; height: 0;
  border-top: 6px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 8px solid white;
}

@keyframes bubblePop {
  0%   { opacity: 0; transform: scale(0.7) translateX(8px); }
  100% { opacity: 1; transform: scale(1) translateX(0); }
}

.float-wa {
  width: 54px; height: 54px;
  flex-shrink: 0;
  position: relative;
  background: var(--green-wa);
  color: white;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,0.4), 0 0 0 0 rgba(37,211,102,0.3);
  transition: transform 0.2s var(--ease-expo), box-shadow 0.2s;
  animation: waPulse 3s ease-in-out infinite;
}

.float-wa:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 28px rgba(37,211,102,0.55);
  animation: none;
}

@keyframes waPulse {
  0%   { box-shadow: 0 4px 20px rgba(37,211,102,0.4), 0 0 0 0 rgba(37,211,102,0.3); }
  60%  { box-shadow: 0 4px 20px rgba(37,211,102,0.4), 0 0 0 12px rgba(37,211,102,0); }
  100% { box-shadow: 0 4px 20px rgba(37,211,102,0.4), 0 0 0 0 rgba(37,211,102,0); }
}

/* ── ANIMATIONS ──────────────────────────────────────────── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: none; }
}

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 900px) {
  .hero-img-right { width: 55%; opacity: 0.2; }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .footer-brand { grid-column: 1 / -1; }
}

/* ── Gateway + sidebar responsive ──────────────────────── */
@media (max-width: 900px) {
  .collection-layout { grid-template-columns: 1fr; }
  .filter-mob-btn { display: flex; }
  .filter-sidebar {
    position: fixed; left: 0; top: 0;
    height: 100%; width: 280px; max-height: 100vh;
    border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
    transform: translateX(-100%);
    transition: transform 0.32s cubic-bezier(0.16,1,0.3,1);
    z-index: 200;
  }
  .filter-sidebar.is-open { transform: translateX(0); }
  .products-grid { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
}

@media (max-width: 640px) {
  .section-gateway { grid-template-columns: 1fr; height: auto; }
  .gateway-panel { height: 55vw; min-height: 240px; }
  .gateway-mujer { border-right: none; border-bottom: 1px solid rgba(196,154,91,0.25); }
  .gateway-title { font-size: clamp(3rem, 14vw, 5rem); }
}

@media (max-width: 640px) {
  :root { --nav-h: 60px; }

  .nav-icon:not(.nav-wa) { display: none; }

  .hero-center { padding: 0 1rem; }

  .hero-title { font-size: clamp(3rem, 12vw, 4.5rem); }

  .hero-cats { flex-wrap: wrap; }

  .hero-actions { flex-direction: column; width: 100%; }
  .hero-actions > * { width: 100%; text-align: center; justify-content: center; }

  .hero-img-right { display: none; }

  .hero-scroll { display: none; }

  .products-grid { grid-template-columns: repeat(2, 1fr); gap: 0.85rem; }

  .product-body { padding: 0.85rem; }

  .product-nombre { font-size: 1rem; }

  .footer-inner { grid-template-columns: 1fr; }

  .contact-actions { flex-direction: column; align-items: center; width: 100%; }
  .contact-actions > * { width: 100%; justify-content: center; }

  .cart-drawer { width: 100vw; }

  .float-wa-wrap { bottom: 1.2rem; right: 1.2rem; }
  .float-wa { width: 48px; height: 48px; }
  .float-wa-bubble { display: none; }
  .back-to-top { width: 48px; height: 48px; right: 1.2rem; bottom: 5rem; }
}

@media (max-width: 380px) {
  .products-grid { grid-template-columns: 1fr; }
}

/* ── SEARCH OVERLAY ─────────────────────────────────────── */

/* The overlay is just a transparent full-screen backdrop to catch clicks outside */
.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 950;
  pointer-events: none;
  /* No bg — just the inner panel matters */
}

.search-overlay.is-open {
  pointer-events: auto;
}

/* The floating panel: top-right, below the nav */
.search-inner {
  position: absolute;
  top: calc(var(--nav-h) + 1.6rem);
  right: clamp(3rem, 8vw, 6rem);
  left: auto;
  width: 360px;
  max-width: calc(100vw - 2rem);
}

/* Compact input bar */
.search-bar-wrap {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.75rem 1.1rem;
  background: #fff;
  border: none;
  border-radius: var(--radius-lg);
  box-shadow: 0 8px 32px rgba(0,0,0,0.5);
  transform: translateY(-6px);
  opacity: 0;
  transition: transform 0.3s var(--ease-expo), opacity 0.25s;
}

.search-overlay.is-open .search-bar-wrap {
  transform: translateY(0);
  opacity: 1;
}

.search-icon-inline { color: #999; flex-shrink: 0; }

.search-input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  color: #111 !important;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.05rem;
  font-style: italic;
  color: var(--cream);
  min-width: 0;
  width: 100%;
}

.search-input::placeholder { color: #aaa; }
.search-input::-webkit-search-cancel-button,
.search-input::-webkit-search-decoration { -webkit-appearance: none; display: none; }

.search-clear {
  flex-shrink: 0;
  display: flex; align-items: center;
  color: var(--cream-3);
  padding: 2px;
  transition: color 0.2s;
}
.search-clear:hover { color: var(--cream); }

.search-close-btn {
  flex-shrink: 0;
  display: flex; align-items: center; gap: 0.25rem;
  color: var(--cream-3);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 0.2rem 0.45rem;
  border: 1px solid var(--line);
  border-radius: 5px;
  transition: color 0.2s, border-color 0.2s;
  white-space: nowrap;
}
.search-close-btn:hover { color: var(--cream); border-color: var(--line-2); }
.search-close-btn svg { display: none; } /* hide X icon, show only ESC text */

/* Results dropdown */
.search-results {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  background: var(--bg-2);
  border: 1px solid var(--line-2);
  border-top: none;
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  padding: 0.75rem;
  max-height: 70vh;
  overflow-y: auto;
  width: 420px;
  max-width: calc(100vw - 2rem);
  box-shadow: 0 16px 48px rgba(0,0,0,0.55);
  transform: translateY(-4px);
  opacity: 0;
  transition: transform 0.3s var(--ease-expo) 0.05s, opacity 0.25s 0.05s;
}

.search-overlay.is-open .search-results:not(:empty) {
  transform: translateY(0);
  opacity: 1;
}

.search-results::-webkit-scrollbar { width: 4px; }
.search-results::-webkit-scrollbar-track { background: transparent; }
.search-results::-webkit-scrollbar-thumb { background: var(--line-2); border-radius: 2px; }

.search-result-item {
  display: flex; align-items: center; gap: 0.75rem;
  padding: 0.65rem 0.75rem;
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}

.search-result-item:hover {
  border-color: rgba(196,154,91,0.4);
  background: var(--bg-4);
}

.search-result-img {
  width: 44px; height: 44px;
  object-fit: contain;
  border-radius: 6px;
  flex-shrink: 0;
  filter: sepia(0.1) brightness(0.92);
}

.search-result-info { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }

.search-result-marca {
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-2);
  margin-bottom: 1px;
}

.search-result-nombre {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--cream);
  white-space: normal;
  line-height: 1.3;
}

.search-result-price {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.65rem;
  color: var(--gold);
  white-space: nowrap;
  margin-top: 2px;
}

.search-empty {
  text-align: center;
  padding: 1.5rem 1rem;
  color: var(--cream-3);
  font-style: italic;
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  grid-column: 1 / -1;
}

@media (max-width: 640px) {
  .search-inner { left: 0.75rem; }
  .search-results { grid-template-columns: 1fr; width: calc(100vw - 1.5rem); }
}

/* ══════════════════════════════════════════════════════════
   CHECKOUT MODAL
══════════════════════════════════════════════════════════ */
.checkout-overlay {
  position: fixed; inset: 0; z-index: 1200;
  background: rgba(0,0,0,0.80);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s var(--ease-out);
}
.checkout-overlay.is-open { opacity: 1; pointer-events: all; }

.checkout-modal {
  position: fixed; inset: 0; z-index: 1201;
  display: flex; align-items: center; justify-content: center;
  padding: 1.25rem;
  pointer-events: none; opacity: 0;
  transition: opacity 0.3s var(--ease-out), transform 0.3s var(--ease-out);
  transform: translateY(16px);
}
.checkout-modal.is-open {
  pointer-events: all; opacity: 1; transform: translateY(0);
}

.checkout-inner {
  background: #141110;
  border: 1px solid rgba(201,169,110,0.2);
  border-radius: 4px;
  width: 100%; max-width: 640px;
  max-height: 90vh;
  display: flex; flex-direction: column;
  box-shadow: 0 32px 80px rgba(0,0,0,0.7);
  overflow: hidden;
}

/* Header */
.checkout-header {
  position: relative;
  padding: 1.75rem 2rem 1.25rem;
  border-bottom: 1px solid rgba(201,169,110,0.12);
  flex-shrink: 0;
  text-align: center;
}
.checkout-close {
  position: absolute; top: 1.25rem; right: 1.25rem;
  color: var(--cream-3); transition: color 0.2s;
}
.checkout-close:hover { color: var(--gold); }
.checkout-eyebrow {
  font-family: var(--font-mono); font-size: 0.6rem;
  letter-spacing: 0.18em; color: var(--gold);
  text-transform: uppercase; margin-bottom: 0.4rem;
}
.checkout-title {
  font-family: var(--font-display); font-size: 1.6rem;
  font-weight: 400; color: var(--cream-1);
  margin-bottom: 0.25rem;
}
.checkout-subtitle {
  font-size: 0.78rem; color: var(--cream-3); letter-spacing: 0.02em;
}

/* Body */
.checkout-body {
  overflow-y: auto; padding: 1.5rem 2rem 2rem;
  flex: 1;
  scrollbar-width: thin;
  scrollbar-color: rgba(201,169,110,0.25) transparent;
}
.checkout-body::-webkit-scrollbar { width: 4px; }
.checkout-body::-webkit-scrollbar-track { background: transparent; }
.checkout-body::-webkit-scrollbar-thumb { background: rgba(201,169,110,0.25); border-radius: 2px; }

/* Summary */
.checkout-summary {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(201,169,110,0.1);
  border-radius: 3px;
  padding: 1rem 1.2rem;
  margin-bottom: 1.75rem;
}
.checkout-section-label {
  font-family: var(--font-mono); font-size: 0.58rem;
  letter-spacing: 0.16em; color: var(--gold);
  text-transform: uppercase; margin-bottom: 0.85rem;
}
.checkout-items { list-style: none; }
.checkout-items li {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  font-size: 0.8rem; color: var(--cream-2);
  gap: 0.5rem;
}
.checkout-items li:last-child { border-bottom: none; }
.checkout-item-name { flex: 1; }
.checkout-item-qty { color: var(--cream-3); margin: 0 0.5rem; }
.checkout-item-price { color: var(--cream-1); font-weight: 500; white-space: nowrap; }
.checkout-summary-foot {
  display: flex; justify-content: space-between;
  padding-top: 0.75rem; margin-top: 0.5rem;
  border-top: 1px solid rgba(201,169,110,0.2);
  font-size: 0.85rem; font-weight: 600; color: var(--cream-1);
}
.checkout-total-val { color: var(--gold); }

/* Form */
.checkout-form .checkout-section-label { margin-top: 1.5rem; }
.cf-row { margin-bottom: 1rem; }
.cf-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0.85rem; }
.cf-group { display: flex; flex-direction: column; gap: 0.35rem; position: relative; }
.cf-label {
  font-size: 0.72rem; font-weight: 500;
  color: var(--cream-2); letter-spacing: 0.04em;
}
.cf-req { color: var(--gold); }
.cf-input {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 3px;
  padding: 0.65rem 0.85rem;
  font-size: 0.83rem; color: var(--cream-1);
  font-family: var(--font-body);
  transition: border-color 0.2s, background 0.2s;
  width: 100%;
}
.cf-input::placeholder { color: rgba(255,255,255,0.2); }
.cf-input:focus {
  outline: none;
  border-color: rgba(201,169,110,0.5);
  background: rgba(255,255,255,0.06);
}
.cf-input.has-error { border-color: #e05c5c; }
.cf-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23c9a96e' stroke-width='2' stroke-linecap='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.85rem center;
  padding-right: 2.2rem;
  cursor: pointer;
}
.cf-select option { background: #1a1612; color: var(--cream-1); }
.cf-textarea { resize: vertical; min-height: 64px; }
.cf-error {
  font-size: 0.68rem; color: #e05c5c;
  display: none; letter-spacing: 0.02em;
}
.cf-error.is-visible { display: block; }

/* Submit */
.btn-checkout-submit {
  width: 100%; margin-top: 1.75rem;
  padding: 1rem;
  background: var(--gold);
  color: #0e0b09;
  font-family: var(--font-mono); font-size: 0.72rem;
  font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 3px;
  transition: background 0.2s, transform 0.15s;
}
.btn-checkout-submit:hover { background: #d9b97e; transform: translateY(-1px); }
.btn-checkout-submit:active { transform: translateY(0); }
.checkout-policy-note {
  display: flex; align-items: flex-start; gap: .5rem;
  margin-top: .9rem;
  padding: .7rem .9rem;
  background: rgba(196,154,91,.07);
  border: 1px solid rgba(196,154,91,.2);
  border-radius: 8px;
  font-size: .78rem; color: var(--fg-muted); line-height: 1.5;
}
.checkout-policy-note svg { flex-shrink: 0; margin-top: .1rem; color: var(--gold); }
.checkout-policy-note a {
  color: var(--gold); text-decoration: underline;
  text-underline-offset: 2px; transition: opacity .2s;
}
.checkout-policy-note a:hover { opacity: .75; }
.checkout-legal {
  margin-top: 0.75rem; text-align: center;
  font-size: 0.67rem; color: var(--cream-3);
  line-height: 1.5;
}

/* Confirmation */
.checkout-confirm {
  text-align: center; padding: 3rem 1rem;
}
.checkout-confirm-icon {
  width: 56px; height: 56px; border-radius: 50%;
  background: rgba(201,169,110,0.12);
  border: 1px solid var(--gold);
  color: var(--gold); font-size: 1.5rem;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.25rem;
}
.checkout-confirm-title {
  font-family: var(--font-display); font-size: 1.5rem;
  font-weight: 400; color: var(--cream-1); margin-bottom: 0.75rem;
}
.checkout-confirm-text {
  font-size: 0.83rem; color: var(--cream-2);
  line-height: 1.6; max-width: 380px; margin: 0 auto 2rem;
}
.checkout-confirm-close {
  font-family: var(--font-mono); font-size: 0.68rem;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold); border-bottom: 1px solid rgba(201,169,110,0.3);
  padding-bottom: 2px; transition: color 0.2s;
}
.checkout-confirm-close:hover { color: var(--cream-1); }

/* Also update checkout button in cart */
.btn-checkout {
  background: var(--gold) !important;
  color: #0e0b09 !important;
}
.btn-checkout svg { stroke: #0e0b09 !important; fill: #0e0b09 !important; }

@media (max-width: 520px) {
  .checkout-inner { max-height: 95vh; }
  .checkout-header { padding: 1.25rem 1.25rem 1rem; }
  .checkout-body { padding: 1.25rem 1.25rem 1.75rem; }
  .cf-row-2 { grid-template-columns: 1fr; }
}

/* ── QUIZ BANNER ─────────────────────────────────────────── */
.quiz-banner {
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
  padding: 1.2rem 1.5rem;
  background: linear-gradient(135deg, rgba(196,154,91,.10) 0%, rgba(196,154,91,.04) 100%);
  border: 1px solid rgba(196,154,91,.35);
  border-radius: 12px;
  margin-bottom: 1.5rem;
  cursor: pointer;
  transition: border-color .25s, background .25s;
}
.quiz-banner:hover { border-color: var(--gold); background: rgba(196,154,91,.13); }
.quiz-banner-left { flex: 1; }
.quiz-banner-tag {
  display: inline-block;
  font-size: .65rem; letter-spacing: .15em; text-transform: uppercase;
  color: var(--gold); font-weight: 600; margin-bottom: .35rem;
}
.quiz-banner-title {
  font-family: var(--font-serif); font-size: 1.2rem; font-weight: 400;
  color: var(--fg); margin: 0 0 .2rem; line-height: 1.3;
}
.quiz-banner-sub {
  font-size: .8rem; color: var(--fg-muted); margin: 0; line-height: 1.5;
}
.quiz-banner-cta {
  flex-shrink: 0;
  display: inline-block; padding: .55rem 1.2rem;
  background: var(--gold); color: #000;
  border-radius: 6px; font-size: .82rem; font-weight: 600;
  letter-spacing: .05em; white-space: nowrap;
  transition: opacity .2s;
}
.quiz-banner:hover .quiz-banner-cta { opacity: .88; }
@media (max-width: 520px) {
  .quiz-banner { flex-direction: column; align-items: flex-start; gap: .9rem; }
  .quiz-banner-cta { width: 100%; text-align: center; }
}

/* ── QUIZ MODAL ──────────────────────────────────────────── */
.quiz-overlay {
  position: fixed; inset: 0; z-index: 1200;
  background: rgba(0,0,0,0.8);
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s;
}
.quiz-overlay.is-open { opacity: 1; pointer-events: auto; }
.quiz-modal {
  position: fixed; inset: 0; z-index: 1201;
  display: flex; align-items: center; justify-content: center;
  padding: 1rem;
  pointer-events: none;
}
.quiz-modal.is-open { pointer-events: auto; }
.quiz-modal-inner {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  width: 100%; max-width: 560px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 2.5rem 2rem 2rem;
  position: relative;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.35s var(--ease-out), opacity 0.35s;
}
.quiz-modal.is-open .quiz-modal-inner { transform: translateY(0); opacity: 1; }
.quiz-close {
  position: absolute; top: 1rem; right: 1rem;
  width: 32px; height: 32px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.05);
  border: none; border-radius: 50%;
  color: var(--fg-muted); cursor: pointer;
  transition: color .2s, background .2s;
}
.quiz-close:hover { color: var(--fg); background: rgba(255,255,255,.1); }
.quiz-progress {
  height: 3px; background: rgba(255,255,255,.08);
  border-radius: 2px; margin-bottom: 1.5rem;
  overflow: hidden;
}
.quiz-progress-bar {
  height: 100%; background: var(--gold);
  border-radius: 2px;
  transition: width .4s var(--ease-out);
}
.quiz-step-label {
  font-size: .72rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--gold); margin: 0 0 .5rem;
}
.quiz-question {
  font-family: var(--font-serif);
  font-size: 1.6rem; font-weight: 400;
  color: var(--fg); margin: 0 0 1.5rem;
  line-height: 1.3;
}
.quiz-opts {
  display: flex; flex-direction: column; gap: .7rem;
}
.quiz-opt {
  display: flex; align-items: center; gap: .9rem;
  padding: .85rem 1.1rem;
  background: rgba(255,255,255,.03);
  border: 1px solid var(--border);
  border-radius: 10px;
  color: var(--fg); font-family: var(--font-sans); font-size: .9rem;
  cursor: pointer; text-align: left;
  transition: border-color .2s, background .2s, transform .15s;
}
.quiz-opt:hover { border-color: var(--gold); background: rgba(196,154,91,.08); transform: translateX(4px); }
.quiz-opt-icon { font-size: 1.3rem; line-height: 1; flex-shrink: 0; }
.quiz-opt-label { flex: 1; }

/* Results */
.quiz-results { display: flex; flex-direction: column; gap: .8rem; margin: 1rem 0; }
.quiz-result-card {
  display: flex; align-items: center; gap: 1rem;
  background: rgba(255,255,255,.03);
  border: 1px solid var(--border); border-radius: 10px;
  padding: .8rem 1rem;
  transition: border-color .2s;
}
.quiz-result-card:hover { border-color: rgba(196,154,91,.4); }
.quiz-result-img { width: 56px; height: 56px; object-fit: contain; border-radius: 6px; flex-shrink: 0; }
.quiz-result-info { flex: 1; min-width: 0; }
.quiz-result-marca { font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); margin: 0 0 .15rem; }
.quiz-result-nombre { font-size: .88rem; font-weight: 500; color: var(--fg); margin: 0 0 .15rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.quiz-result-acordes { font-size: .72rem; color: var(--fg-muted); margin: 0 0 .2rem; }
.quiz-result-precio { font-size: .85rem; color: var(--gold); font-weight: 600; margin: 0; }
.quiz-add-btn {
  flex-shrink: 0; padding: .45rem .85rem;
  background: transparent; border: 1px solid var(--gold);
  border-radius: 6px; color: var(--gold);
  font-size: .78rem; cursor: pointer; white-space: nowrap;
  transition: background .2s, color .2s;
}
.quiz-add-btn:hover:not(:disabled) { background: var(--gold); color: #000; }
.quiz-add-btn:disabled { opacity: .5; cursor: default; }
.quiz-results-footer {
  display: flex; gap: .8rem; flex-wrap: wrap;
  justify-content: center; margin-top: 1.5rem; padding-top: 1.2rem;
  border-top: 1px solid var(--border);
}
.quiz-retry-btn {
  padding: .55rem 1.2rem;
  background: transparent; border: 1px solid var(--border);
  border-radius: 6px; color: var(--fg-muted);
  font-size: .8rem; cursor: pointer;
  transition: border-color .2s, color .2s;
}
.quiz-retry-btn:hover { border-color: var(--fg-muted); color: var(--fg); }
.quiz-cta-btn {
  display: inline-block; padding: .55rem 1.4rem;
  background: var(--gold); color: #000;
  border-radius: 6px; font-size: .8rem; font-weight: 600;
  text-decoration: none; letter-spacing: .05em;
  transition: opacity .2s;
}
.quiz-cta-btn:hover { opacity: .85; }
.quiz-results-empty { text-align: center; padding: 1.5rem 0; }
.quiz-results-empty p { color: var(--fg-muted); margin-bottom: 1.2rem; }

@media (max-width: 480px) {
  .quiz-modal-inner { padding: 2rem 1.2rem 1.5rem; }
  .quiz-question { font-size: 1.3rem; }
  .quiz-result-nombre { white-space: normal; }
}

/* ── PRODUCT DETAIL MODAL ────────────────────────────────── */
.modal-overlay {
  position: fixed; inset: 0; z-index: 1100;
  background: rgba(0,0,0,0.75);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0; pointer-events: none;
  transition: opacity 0.35s var(--ease-out);
}
.modal-overlay.is-open { opacity: 1; pointer-events: auto; }

.product-modal {
  position: fixed; inset: 0; z-index: 1101;
  display: flex; align-items: center; justify-content: center;
  padding: 1.5rem;
  pointer-events: none;
}

.product-modal.is-open { pointer-events: auto; }

.modal-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 0;
  width: min(900px, 100%);
  max-height: 90vh;
  background: var(--bg-2);
  border: 1px solid var(--line-2);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transform: translateY(24px) scale(0.97);
  opacity: 0;
  transition: transform 0.4s var(--ease-expo), opacity 0.35s var(--ease-out);
  box-shadow: 0 40px 80px rgba(0,0,0,0.6);
}

.product-modal.is-open .modal-inner {
  transform: none;
  opacity: 1;
}

.modal-top-actions {
  position: absolute; top: 1rem; right: 1rem; left: 1rem; z-index: 2;
  display: flex; align-items: center; justify-content: space-between;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.product-modal.is-open .modal-top-actions { opacity: 1; pointer-events: auto; }

.modal-share-btn {
  display: flex; align-items: center; gap: .4rem;
  padding: .35rem .75rem;
  background: rgba(14,11,9,0.7);
  border: 1px solid rgba(196,154,91,0.3);
  border-radius: 20px;
  color: var(--gold);
  font-size: .72rem;
  font-family: var(--font-sans);
  letter-spacing: .06em;
  cursor: pointer;
  backdrop-filter: blur(6px);
  transition: background 0.2s, color 0.2s;
}
.modal-share-btn:hover { background: rgba(196,154,91,0.15); }

.modal-close {
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(14,11,9,0.7);
  color: var(--cream-2);
  border-radius: 50%;
  transition: color 0.2s, background 0.2s;
  backdrop-filter: blur(6px);
  border: none; border-radius: 50%; cursor: pointer; color: var(--fg-muted);
}
.modal-close:hover { color: var(--cream); background: rgba(196,154,91,0.15); }

/* Image column */
.modal-img-col {
  position: relative;
  background: var(--bg-3);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 1rem;
  padding: 2rem 1.5rem;
  border-right: 1px solid var(--line);
  min-height: 400px;
}

.modal-img-col .modal-actions {
  width: 100%;
  margin-top: 0;
}

.modal-img-wrap {
  width: 100%;
  max-width: 260px;
  aspect-ratio: 1;
  display: flex; align-items: center; justify-content: center;
}

.modal-img {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
  filter: sepia(0.1) brightness(0.92) contrast(1.05)
          drop-shadow(0 16px 32px rgba(0,0,0,0.8));
}

.modal-badges {
  display: flex; gap: 0.5rem; flex-wrap: wrap;
  justify-content: center;
  margin-top: 1.25rem;
}

.modal-tipo-badge, .modal-genero-badge {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
}

.modal-tipo-badge {
  border: 1px solid rgba(196,154,91,0.4);
  color: var(--gold);
  background: rgba(196,154,91,0.08);
}

.modal-genero-badge {
  border: 1px solid var(--line-2);
  color: var(--cream-3);
  background: rgba(242,235,218,0.04);
}

/* Info column */
.modal-info-col {
  padding: 2.5rem 2rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  display: flex; flex-direction: column; gap: 1rem;
  max-height: 90vh;
}

.modal-marca {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-2);
}

.modal-nombre {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 500;
  color: var(--cream);
  line-height: 1.1;
}

.modal-variante {
  font-size: 0.72rem;
  color: var(--cream-3);
  letter-spacing: 0.08em;
}

.modal-price {
  font-family: "JetBrains Mono", monospace;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--gold);
}

.modal-section-label {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cream-3);
  margin-bottom: 0.5rem;
}

.modal-desc {
  font-size: 0.85rem;
  color: var(--cream-2);
  line-height: 1.7;
  text-align: justify;
}

/* Notes grid */
.modal-notes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.modal-note-block {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.75rem;
}

.modal-note-tier {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}
.modal-note-tier.top   { color: var(--gold-3); }
.modal-note-tier.mid   { color: var(--gold); }
.modal-note-tier.base  { color: var(--gold-2); }

.modal-note-items {
  font-size: 0.78rem;
  color: var(--cream-2);
  line-height: 1.5;
}

.modal-no-notes-text {
  font-size: 0.82rem;
  color: var(--cream-3);
  font-style: italic;
}

/* ── Modal: Acerca del perfume ────────────────────────────── */
.modal-meta-wrap {
  margin-top: 1rem;
}
.modal-meta-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
}
.modal-meta-row {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--line);
}
.modal-meta-row:last-child {
  border-bottom: none;
}
.modal-meta-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cream-3);
  min-width: 110px;
  padding-top: 0.1rem;
}
.modal-meta-value {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  flex: 1;
}
.modal-meta-tag {
  font-size: 0.73rem;
  color: var(--cream);
  background: rgba(196,154,91,0.10);
  border: 1px solid rgba(196,154,91,0.25);
  border-radius: 3px;
  padding: 0.15rem 0.55rem;
  letter-spacing: 0.03em;
}
.modal-meta-conc {
  font-size: 0.73rem;
  color: var(--gold);
  font-weight: 600;
  letter-spacing: 0.04em;
}

.modal-actions {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-top: auto;
  padding-top: 0.5rem;
}

.modal-add-btn, .modal-wa-btn {
  width: 100%;
  justify-content: center;
  white-space: nowrap;
}

/* Mobile */
@media (max-width: 640px) {
  .modal-inner { grid-template-columns: 1fr; }
  .modal-img-col {
    border-right: none;
    border-bottom: 1px solid var(--line);
    min-height: 240px;
    padding: 1.5rem;
  }
  .modal-img-wrap { max-width: 180px; }
  .modal-info-col { padding: 1.5rem; }
  .modal-notes-grid { grid-template-columns: 1fr; }
  .product-modal { padding: 0; align-items: flex-end; }
  .modal-inner { border-radius: var(--radius-lg) var(--radius-lg) 0 0; max-height: 92vh; }
}

/* ── REDUCED MOTION: only gate intrusive effects ─────────── */
@media (prefers-reduced-motion: reduce) {
  .hero-mesh { animation: none; }
  .marquee-track { animation-play-state: paused; }
  .hero-scroll-line { animation: none; }
  .waPulse { animation: none; }
}
