/* ═══════════════════════════════════════════════════════════════════════
   SANLILAS — PANTALLA COLECCIONES (Boutique Digital de Lujo)
   Liquid Glass · Glassmorphism · Superellipse · Marfil #F8F4EF
   ═══════════════════════════════════════════════════════════════════════ */

.page-colecciones {
  background: linear-gradient(180deg, #F8F4EF 0%, #F2E9DE 45%, #ECE0D0 100%);
  color: var(--chocolate);
}

/* ═══ FONDO: orbes de luz, bokeh y reflejos líquidos (GPU-only) ═══ */
.col-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.col-bg__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(110px);
  animation: col-orb-float 22s ease-in-out infinite alternate;
  will-change: transform;
}

.col-bg__orb--1 {
  width: 58vw;
  height: 58vw;
  top: -18vw;
  left: -12vw;
  background: radial-gradient(circle, rgba(216, 196, 163, 0.55) 0%, rgba(248, 244, 239, 0) 70%);
}

.col-bg__orb--2 {
  width: 46vw;
  height: 46vw;
  right: -14vw;
  top: 32vh;
  background: radial-gradient(circle, rgba(200, 164, 106, 0.28) 0%, rgba(248, 244, 239, 0) 70%);
  animation-delay: -8s;
}

.col-bg__orb--3 {
  width: 42vw;
  height: 42vw;
  bottom: -14vw;
  left: 24vw;
  background: radial-gradient(circle, rgba(200, 109, 81, 0.14) 0%, rgba(248, 244, 239, 0) 70%);
  animation-delay: -15s;
}

@keyframes col-orb-float {
  0%   { transform: translate3d(0, 0, 0) scale(1); }
  100% { transform: translate3d(3vw, -2vh, 0) scale(1.12); }
}

/* Bokeh: pequeñas esferas de cristal que derivan lentamente */
.col-bokeh {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.12) 70%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  filter: blur(1px);
  box-shadow: 0 12px 34px rgba(74, 46, 43, 0.08), inset 0 1px 1px rgba(255, 255, 255, 0.9);
  animation: col-bokeh-drift 26s ease-in-out infinite alternate;
  will-change: transform;
}

@keyframes col-bokeh-drift {
  0%   { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(4vw, -3vh, 0); }
}

/* Haces volumétricos: luz diagonal muy suave */
.col-beam {
  position: absolute;
  pointer-events: none;
  filter: blur(70px);
  opacity: 0.55;
  will-change: transform;
  --beam-angle: 18deg;
  animation: col-beam-sway 32s ease-in-out infinite alternate;
}

.col-beam--1 {
  top: -10%;
  left: -8%;
  width: 56vw;
  height: 135vh;
  background: linear-gradient(115deg, rgba(216, 196, 163, 0.16) 0%, rgba(248, 244, 239, 0) 58%);
}

.col-beam--2 {
  top: 6%;
  right: -14%;
  width: 48vw;
  height: 125vh;
  --beam-angle: -14deg;
  background: linear-gradient(65deg, rgba(200, 164, 106, 0.12) 0%, rgba(248, 244, 239, 0) 52%);
  animation-delay: -16s;
}

@keyframes col-beam-sway {
  from { transform: rotate(var(--beam-angle)) translate3d(0, 0, 0); }
  to   { transform: rotate(calc(var(--beam-angle) - 6deg)) translate3d(3vw, -2vh, 0); }
}

/* Polvo de luz: partículas casi imperceptibles */
.col-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/* ═══ HERO EDITORIAL: 80vh · fotografía premium · parallax sutil ═══ */
.shop-hero {
  position: relative;
  min-height: 80vh;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  padding-top: clamp(140px, 18vh, 200px);
}

.shop-hero__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  will-change: transform;
}

.shop-hero__media img,
.shop-hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  will-change: transform;
}

.shop-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(21, 21, 21, 0.34) 0%, rgba(21, 21, 21, 0.42) 55%, rgba(248, 244, 239, 0.97) 100%);
}

/* Halo dorado cálido sobre la fotografía editorial */
.shop-hero__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(58% 46% at 50% 24%, rgba(216, 196, 163, 0.3) 0%, transparent 68%),
    radial-gradient(36% 30% at 78% 68%, rgba(200, 164, 106, 0.16) 0%, transparent 70%);
  mix-blend-mode: screen;
}

.shop-hero__content {
  position: relative;
  z-index: 2;
  padding: 0 1.5rem;
  max-width: 1100px;
  will-change: transform, opacity;
}

.shop-hero__caption {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 12px;
  margin-right: -12px;
  color: var(--champagne);
  margin-bottom: 1.6rem;
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.4);
}

.shop-hero__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(3rem, 9vw, 7.5rem);
  line-height: 0.92;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--marfil);
  text-shadow: 0 10px 70px rgba(0, 0, 0, 0.35);
}

.shop-hero__title em {
  font-style: italic;
  color: var(--champagne);
  text-shadow: 0 10px 60px rgba(216, 196, 163, 0.45);
}

.shop-hero__sub {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: clamp(0.95rem, 1.4vw, 1.15rem);
  color: rgba(248, 245, 242, 0.85);
  max-width: 560px;
  margin: 1.8rem auto 0;
  line-height: 1.9;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

.shop-hero__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 2.4rem;
}

/* Indicador de scroll editorial: cápsula + etiqueta serif */
.shop-hero .hero__scroll {
  pointer-events: auto;
  text-decoration: none;
}

.shop-hero .hero__scroll-label {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: rgba(248, 245, 242, 0.75);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
}

/* ═══ CÍPSULAS DE CATEGORÍA (Liquid Glass · blur 25 · escala 1.04) ═══ */
.cat-bar {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding: 3.4rem 1.5rem 0.5rem;
}

.cat-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(25px) saturate(180%);
  -webkit-backdrop-filter: blur(25px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 12px 34px rgba(74, 46, 43, 0.07), inset 0 1px 1px rgba(255, 255, 255, 0.85);
  color: var(--chocolate);
  font-family: var(--font-body);
  font-size: 12.5px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.45s var(--ease-out-expo), box-shadow 0.45s, background 0.45s, border-color 0.45s, color 0.45s;
  will-change: transform, filter;
}

.cat-pill::after {
  content: '';
  position: absolute;
  top: 0;
  left: -130%;
  width: 60%;
  height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  transform: skewX(-18deg);
  transition: left 0.9s cubic-bezier(0.2, 0.6, 0.2, 1);
  pointer-events: none;
}

.cat-pill:hover {
  transform: translateY(-3px) scale(1.04);
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(216, 196, 163, 0.9);
  box-shadow: 0 18px 44px rgba(200, 164, 106, 0.28), inset 0 1px 1px rgba(255, 255, 255, 0.9);
}

.cat-pill:hover::after { left: 140%; }

.cat-pill.is-active {
  background: linear-gradient(135deg, rgba(200, 164, 106, 0.92), rgba(216, 196, 163, 0.72));
  border-color: rgba(200, 164, 106, 0.45);
  color: var(--marfil);
  box-shadow: 0 18px 48px rgba(200, 164, 106, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.5);
}

/* ═══ TIENDA: herramientas flotantes (sticky) + grid ═══ */
.shop {
  position: relative;
  z-index: 1;
  max-width: 1500px;
  margin: 0 auto;
  padding: 2.6rem clamp(1rem, 3vw, 3rem) 1rem;
}

.shop__tools {
  position: sticky;
  top: 130px;
  z-index: 6;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 36px;
  background: rgba(248, 244, 239, 0.72);
  backdrop-filter: blur(26px) saturate(170%);
  -webkit-backdrop-filter: blur(26px) saturate(170%);
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 26px 70px rgba(74, 46, 43, 0.12), inset 0 1px 1px rgba(255, 255, 255, 0.9);
  transition: box-shadow 0.5s, border-color 0.5s;
}

.shop__tools.is-tucked {
  border-color: rgba(216, 196, 163, 0.6);
  box-shadow: 0 34px 90px rgba(74, 46, 43, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.9);
}

.search-box {
  width: min(560px, 100%);
  height: 56px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(26px) saturate(180%);
  -webkit-backdrop-filter: blur(26px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 14px 40px rgba(74, 46, 43, 0.08), inset 0 1px 1px rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 24px;
  transition: box-shadow 0.5s, border-color 0.5s, transform 0.5s var(--ease-out-expo);
}

.search-box:focus-within {
  transform: translateY(-2px);
  border-color: rgba(200, 164, 106, 0.55);
  box-shadow: 0 22px 60px rgba(200, 164, 106, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.9);
}

.search-box svg {
  flex-shrink: 0;
  color: var(--dorado);
}

.search-box input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: var(--chocolate);
}

.search-box input::placeholder {
  color: rgba(74, 46, 43, 0.42);
  font-weight: 300;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

/* Selector de filtro con panel desplegable glass */
.f-tool {
  position: relative;
}

.f-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 8px 24px rgba(74, 46, 43, 0.06), inset 0 1px 1px rgba(255, 255, 255, 0.8);
  color: rgba(74, 46, 43, 0.78);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  cursor: pointer;
  transition: transform 0.4s var(--ease-out-expo), box-shadow 0.4s, background 0.4s, border-color 0.4s, color 0.4s;
  will-change: transform;
}

.f-btn:hover {
  transform: translateY(-2px) scale(1.03);
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(216, 196, 163, 0.8);
  color: var(--chocolate);
  box-shadow: 0 12px 32px rgba(200, 164, 106, 0.22), inset 0 1px 1px rgba(255, 255, 255, 0.85);
}

.f-tool.is-open .f-btn {
  background: rgba(200, 164, 106, 0.85);
  border-color: rgba(200, 164, 106, 0.4);
  color: var(--marfil);
  box-shadow: 0 14px 36px rgba(200, 164, 106, 0.35), inset 0 1px 1px rgba(255, 255, 255, 0.45);
}

.f-tool.is-selected .f-btn {
  color: var(--chocolate);
  border-color: rgba(200, 164, 106, 0.65);
  box-shadow: inset 0 0 0 1px rgba(200, 164, 106, 0.4), 0 10px 28px rgba(200, 164, 106, 0.18);
}

.f-btn svg { opacity: 0.6; transition: transform 0.35s var(--ease-out-expo); }
.f-tool.is-open .f-btn svg { transform: rotate(180deg); }

.f-panel {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 240px;
  padding: 12px;
  border-radius: 24px;
  background: rgba(252, 249, 245, 0.88);
  backdrop-filter: blur(30px) saturate(190%);
  -webkit-backdrop-filter: blur(30px) saturate(190%);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 34px 90px rgba(74, 46, 43, 0.24), inset 0 1px 1px rgba(255, 255, 255, 0.95);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.35s, transform 0.45s var(--ease-out-expo);
  z-index: 20;
}

.f-tool--right .f-panel { left: auto; right: 0; }

.f-tool.is-open .f-panel {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.f-opt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 12px 14px;
  border-radius: 14px;
  border: none;
  background: none;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.03em;
  color: rgba(74, 46, 43, 0.85);
  cursor: pointer;
  transition: background 0.3s, color 0.3s, transform 0.3s;
}

.f-opt:hover {
  background: rgba(216, 196, 163, 0.28);
  color: var(--chocolate);
}

.f-opt.is-selected {
  color: var(--dorado);
  font-weight: 500;
}

.f-opt .f-opt__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9), 0 2px 6px rgba(74, 46, 43, 0.25);
}

.f-clear {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(200, 164, 106, 0.5);
  background: rgba(255, 255, 255, 0.35);
  color: var(--dorado);
  font-family: var(--font-body);
  font-size: 11.5px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity 0.4s, transform 0.45s var(--ease-out-expo), box-shadow 0.4s, background 0.4s;
}

.f-clear.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.f-clear:hover {
  background: rgba(216, 196, 163, 0.35);
  box-shadow: 0 12px 30px rgba(200, 164, 106, 0.25);
}

/* ═══ GRID DE PRODUCTOS · 4 / 3 / 2 columnas · aire entre tarjetas ═══ */
.shop__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 2.2vw, 34px);
  padding: 2.8rem 0 1rem;
}

/* ═══ TARJETA DE PRODUCTO · superellipse 32 · glass · imagen 80% ═══ */
.p-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 32px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.52);
  backdrop-filter: blur(28px) saturate(170%);
  -webkit-backdrop-filter: blur(28px) saturate(170%);
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 26px 70px rgba(74, 46, 43, 0.11), inset 0 1px 1px rgba(255, 255, 255, 0.85);
  transition: translate 0.7s var(--ease-out-expo), box-shadow 0.7s, border-color 0.7s;
  will-change: transform;
}

/* Reflejo líquido que cruza la tarjeta */
.p-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -140%;
  width: 60%;
  height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.38), transparent);
  transform: skewX(-18deg);
  transition: left 1s cubic-bezier(0.2, 0.6, 0.2, 1);
  z-index: 5;
  pointer-events: none;
}

.p-card:hover::before { left: 150%; }

.p-card:hover {
  translate: 0 -10px;
  border-color: rgba(216, 196, 163, 0.85);
  box-shadow: 0 48px 100px rgba(74, 46, 43, 0.22), 0 0 0 1px rgba(216, 196, 163, 0.45), 0 0 44px rgba(200, 164, 106, 0.18);
}

.p-card__media {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: linear-gradient(135deg, #F2E9DB, #DCC9A6);
}

.p-card__ph,
.qv__ph {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1rem;
  color: rgba(74, 46, 43, 0.5);
  text-align: center;
  padding: 1.2rem;
}
.qv__ph { position: static; aspect-ratio: 4 / 3; }
.feat-card__img { width: 100%; height: 100%; object-fit: cover; }

.p-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--ease-out-expo), opacity 0.7s ease;
  will-change: transform;
}

.p-card__img--alt { opacity: 0; }

.p-card:hover .p-card__img--main { transform: scale(1.07); }
.p-card:hover .p-card__img--alt { opacity: 1; }

/* Insignia: Nuevo · Más vendido · Exclusivo */
.p-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  padding: 8px 14px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--marfil);
  background: linear-gradient(135deg, rgba(200, 164, 106, 0.92), rgba(216, 196, 163, 0.72));
  backdrop-filter: blur(14px);
  border: 1px solid rgba(248, 245, 242, 0.55);
  box-shadow: 0 10px 26px rgba(200, 164, 106, 0.45);
}

.p-card__badge--soft {
  color: var(--chocolate);
  background: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 10px 26px rgba(74, 46, 43, 0.12);
}

/* Favoritos */
.p-card__fav {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 10px 26px rgba(74, 46, 43, 0.14);
  color: var(--chocolate);
  cursor: pointer;
  transition: transform 0.45s var(--ease-out-expo), box-shadow 0.45s, background 0.45s, color 0.45s;
  will-change: transform;
}

.p-card__fav:hover { transform: scale(1.12); }

.p-card__fav.is-fav {
  color: var(--dorado);
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 12px 30px rgba(200, 164, 106, 0.4);
}

.p-card__fav.is-fav svg { fill: currentColor; }

/* Acciones flotantes que aparecen en hover */
.p-card__actions {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 4;
  display: flex;
  gap: 10px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s 0.06s, transform 0.55s 0.06s var(--ease-out-expo);
  will-change: transform, opacity;
}

.p-card:hover .p-card__actions,
.p-card:focus-within .p-card__actions {
  opacity: 1;
  transform: translateY(0);
}

.p-card__quick,
.p-card__add {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 46px;
  border-radius: 999px;
  border: none;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  cursor: pointer;
  transition: transform 0.4s var(--ease-out-expo), box-shadow 0.4s, background 0.4s;
  will-change: transform;
}

.p-card__quick {
  flex: 0 0 46%;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: var(--chocolate);
  box-shadow: 0 14px 34px rgba(74, 46, 43, 0.18);
}

.p-card__quick:hover {
  transform: translateY(-2px) scale(1.03);
  background: rgba(255, 255, 255, 0.92);
}

.p-card__add {
  background: linear-gradient(135deg, rgba(200, 164, 106, 0.95), rgba(216, 196, 163, 0.75));
  border: 1px solid rgba(248, 245, 242, 0.6);
  color: var(--marfil);
  box-shadow: 0 14px 34px rgba(200, 164, 106, 0.4);
}

.p-card__add:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 20px 44px rgba(200, 164, 106, 0.5);
}

/* Cuerpo de la tarjeta */
.p-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 1.25rem 1.25rem 1.4rem;
  flex: 1;
}

.p-card__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

.p-card__name {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.45rem;
  line-height: 1.05;
  color: var(--chocolate);
}

.p-card__type {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  color: rgba(74, 46, 43, 0.55);
  text-transform: lowercase;
}

.p-card__price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.p-card__price {
  font-family: var(--font-body);
  font-size: 1.02rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: var(--dorado);
}

.p-card__price--old {
  font-size: 0.82rem;
  font-weight: 300;
  color: rgba(74, 46, 43, 0.4);
  text-decoration: line-through;
}

.p-card__stars {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  letter-spacing: 2px;
  color: var(--dorado);
  white-space: nowrap;
}

.p-card__stars b {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.72rem;
  letter-spacing: 0.5px;
  color: rgba(74, 46, 43, 0.6);
}

.p-card__colors {
  display: flex;
  gap: 8px;
  margin-top: 2px;
}

.p-card__swatch {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 8px rgba(74, 46, 43, 0.22);
  transition: transform 0.35s var(--ease-elastic);
}

.p-card__swatch:hover { transform: scale(1.35); }

.p-card__sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.p-card__size {
  min-width: 34px;
  height: 30px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-family: var(--font-body);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: rgba(74, 46, 43, 0.65);
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(74, 46, 43, 0.12);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.8);
}

/* Estado oculto por filtros (morph) */
.p-card.is-filtered {
  opacity: 0;
  transform: scale(0.94) translateY(26px);
  filter: blur(12px);
  pointer-events: none;
}

/* ═══ ESTADO VACÍO ═══ */
.shop__empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 5rem 1.5rem;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 20px 60px rgba(74, 46, 43, 0.08);
}

.shop__empty-orb {
  display: block;
  width: 74px;
  height: 74px;
  margin: 0 auto 1.6rem;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.95), rgba(216, 196, 163, 0.35) 72%);
  box-shadow: 0 18px 50px rgba(200, 164, 106, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.95);
}

.shop__empty h3 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 1.7rem;
  color: var(--chocolate);
}

.shop__empty p {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.92rem;
  color: rgba(74, 46, 43, 0.6);
  margin: 0.8rem auto 1.8rem;
  max-width: 44ch;
}

.shop__empty-btn {
  height: 50px;
  padding: 0 2.4rem;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, rgba(200, 164, 106, 0.95), rgba(216, 196, 163, 0.75));
  color: var(--marfil);
  font-family: var(--font-body);
  font-size: 11.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  cursor: pointer;
  box-shadow: 0 18px 44px rgba(200, 164, 106, 0.4);
  transition: transform 0.45s var(--ease-out-expo), box-shadow 0.45s;
}

.shop__empty-btn:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 24px 60px rgba(200, 164, 106, 0.5);
}

/* ═══ BANNER DE PERSONALIZACIÓN · pantalla dividida ═══ */
.banner-custom {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
  max-width: 1500px;
  margin: 4rem auto 0;
  padding: 1rem clamp(1rem, 3vw, 3rem) 2rem;
}

.banner-custom__media {
  position: relative;
  border-radius: 44px;
  overflow: hidden;
  aspect-ratio: 4 / 4.6;
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 40px 110px rgba(74, 46, 43, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.9);
}

.banner-custom__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.6s var(--ease-out-expo);
}

.banner-custom:hover .banner-custom__media img { transform: scale(1.05); }

.banner-custom__shine {
  position: absolute;
  top: 0;
  left: -140%;
  width: 55%;
  height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: skewX(-18deg);
  transition: left 1.2s cubic-bezier(0.2, 0.6, 0.2, 1);
  pointer-events: none;
}

.banner-custom:hover .banner-custom__shine { left: 150%; }

.banner-custom__body {
  padding: 1rem 0;
}

.banner-custom__eyebrow {
  font-family: var(--font-body);
  font-size: 11.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: var(--dorado);
  margin-bottom: 1.4rem;
}

.banner-custom__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2.2rem, 4.4vw, 3.8rem);
  line-height: 1.06;
  color: var(--chocolate);
}

.banner-custom__title em {
  font-style: italic;
  color: var(--dorado);
}

.banner-custom__text {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.85;
  color: rgba(74, 46, 43, 0.72);
  max-width: 48ch;
  margin-top: 1.4rem;
}

.banner-custom__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin: 1.8rem 0 2.4rem;
  padding: 0;
}

.banner-custom__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.94rem;
  color: rgba(74, 46, 43, 0.8);
}

.banner-custom__list li::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--dorado);
  box-shadow: 0 0 12px rgba(200, 164, 106, 0.7);
  flex-shrink: 0;
}

.banner-custom__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 62px;
  padding: 0 3rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(200, 164, 106, 0.95), rgba(216, 196, 163, 0.75));
  border: 1px solid rgba(248, 245, 242, 0.6);
  color: var(--marfil);
  font-family: var(--font-body);
  font-size: 12.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.6px;
  text-decoration: none;
  box-shadow: 0 24px 60px rgba(200, 164, 106, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.6);
  overflow: hidden;
  position: relative;
  transition: transform 0.55s var(--ease-out-expo), box-shadow 0.55s;
  will-change: transform;
}

.banner-custom__btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -130%;
  width: 60%;
  height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transform: skewX(-18deg);
  transition: left 1s cubic-bezier(0.2, 0.6, 0.2, 1);
}

.banner-custom__btn:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 32px 80px rgba(200, 164, 106, 0.52), inset 0 1px 1px rgba(255, 255, 255, 0.7);
}

.banner-custom__btn:hover::before { left: 140%; }

/* ═══ PRODUCTOS DESTACADOS — CARRUSEL HORIZONTAL ═══ */
.featured {
  position: relative;
  z-index: 1;
  padding: 6.5rem 0 1rem;
}

.featured__head {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 3vw, 3rem);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}

.featured__eyebrow {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: var(--dorado);
  margin-bottom: 0.9rem;
}

.featured__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: var(--chocolate);
  line-height: 1.05;
}

.featured__title em {
  font-style: italic;
  color: var(--dorado);
}

.featured__arrows {
  display: flex;
  gap: 10px;
}

.featured__arrow {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 12px 30px rgba(74, 46, 43, 0.09), inset 0 1px 1px rgba(255, 255, 255, 0.85);
  color: var(--chocolate);
  cursor: pointer;
  transition: transform 0.45s var(--ease-out-expo), box-shadow 0.45s, background 0.45s, border-color 0.45s;
  will-change: transform;
}

.featured__arrow:hover {
  transform: translateY(-3px) scale(1.08);
  background: rgba(216, 196, 163, 0.4);
  border-color: rgba(200, 164, 106, 0.6);
  box-shadow: 0 16px 38px rgba(200, 164, 106, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.85);
}

.featured__track {
  display: flex;
  gap: 26px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 2.8rem clamp(1rem, 3vw, 3rem) 3.2rem;
  scrollbar-width: none;
}

.featured__track::-webkit-scrollbar { display: none; }

.feat-card {
  flex: 0 0 min(430px, 84vw);
  scroll-snap-align: start;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.52);
  backdrop-filter: blur(28px) saturate(170%);
  -webkit-backdrop-filter: blur(28px) saturate(170%);
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 26px 70px rgba(74, 46, 43, 0.11), inset 0 1px 1px rgba(255, 255, 255, 0.85);
  padding: 16px 16px 24px;
  transition: transform 0.7s var(--ease-out-expo), box-shadow 0.7s, border-color 0.7s;
  will-change: transform;
}

.feat-card:hover {
  transform: translateY(-12px);
  border-color: rgba(216, 196, 163, 0.8);
  box-shadow: 0 44px 90px rgba(74, 46, 43, 0.2), 0 0 0 1px rgba(216, 196, 163, 0.4);
}

.feat-card__media {
  position: relative;
  height: 470px;
  border-radius: 24px;
  overflow: hidden;
}

.feat-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.3s var(--ease-out-expo);
}

.feat-card:hover .feat-card__media img { transform: scale(1.06); }

.feat-card__tag {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 8px 14px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--marfil);
  background: linear-gradient(135deg, rgba(200, 164, 106, 0.92), rgba(216, 196, 163, 0.72));
  border: 1px solid rgba(248, 245, 242, 0.55);
  box-shadow: 0 10px 26px rgba(200, 164, 106, 0.4);
}

.feat-card__fav {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 10px 26px rgba(74, 46, 43, 0.14);
  color: var(--chocolate);
  cursor: pointer;
  transition: transform 0.45s var(--ease-out-expo), color 0.45s, background 0.45s;
  will-change: transform;
}

.feat-card__fav:hover { transform: scale(1.12); }

.feat-card__fav.is-fav {
  color: var(--dorado);
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 12px 30px rgba(200, 164, 106, 0.4);
}

.feat-card__fav.is-fav svg { fill: currentColor; }

.feat-card__meta {
  padding: 1.4rem 0.6rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.feat-card__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.feat-card__name {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.7rem;
  color: var(--chocolate);
  line-height: 1.05;
}

.feat-card__price {
  font-family: var(--font-body);
  font-size: 0.98rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--dorado);
  white-space: nowrap;
}

.feat-card__sub {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.85rem;
  color: rgba(74, 46, 43, 0.58);
}

.feat-card__colors {
  display: flex;
  gap: 8px;
}

.feat-card__swatch {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 8px rgba(74, 46, 43, 0.2);
  transition: transform 0.3s var(--ease-elastic);
}

.feat-card__swatch:hover { transform: scale(1.35); }

.feat-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 0.6rem;
  padding: 15px 26px;
  border-radius: 999px;
  background: rgba(74, 46, 43, 0.06);
  backdrop-filter: blur(16px) saturate(170%);
  border: 1px solid rgba(74, 46, 43, 0.18);
  color: var(--chocolate);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  text-decoration: none;
  transition: transform 0.45s var(--ease-out-expo), box-shadow 0.45s, background 0.45s, border-color 0.45s;
  will-change: transform;
}

.feat-card__btn:hover {
  transform: translateY(-2px) scale(1.03);
  background: linear-gradient(135deg, rgba(200, 164, 106, 0.9), rgba(216, 196, 163, 0.7));
  border-color: rgba(200, 164, 106, 0.5);
  color: var(--marfil);
  box-shadow: 0 16px 40px rgba(200, 164, 106, 0.35);
}

/* ═══ COLECCIONES RELACIONADAS · 4 tarjetas grandes ═══ */
.rel-cols {
  position: relative;
  z-index: 1;
  max-width: 1500px;
  margin: 0 auto;
  padding: 6rem clamp(1rem, 3vw, 3rem) 1rem;
}

.rel-cols__head {
  margin-bottom: 2.6rem;
}

.rel-cols__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(18px, 2vw, 28px);
}

.rel-card {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  border-radius: 34px;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 26px 70px rgba(74, 46, 43, 0.13), inset 0 1px 1px rgba(255, 255, 255, 0.9);
  transition: transform 0.7s var(--ease-out-expo), box-shadow 0.7s, border-color 0.7s;
  will-change: transform;
}

.rel-card:hover {
  transform: translateY(-10px);
  border-color: rgba(216, 196, 163, 0.9);
  box-shadow: 0 46px 100px rgba(74, 46, 43, 0.24), 0 0 44px rgba(200, 164, 106, 0.2);
}

.rel-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.4s var(--ease-out-expo);
  will-change: transform;
}

.rel-card:hover > img { transform: scale(1.07); }

.rel-card__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(21, 21, 21, 0.05) 40%, rgba(21, 21, 21, 0.62) 100%);
  transition: background 0.6s;
}

.rel-card:hover .rel-card__veil {
  background: linear-gradient(180deg, rgba(21, 21, 21, 0.08) 30%, rgba(21, 21, 21, 0.72) 100%);
}

.rel-card__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.8rem;
  color: var(--marfil);
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.rel-card__body h3 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  line-height: 1.05;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
}

.rel-card__go {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.6px;
  color: var(--champagne);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s, transform 0.55s var(--ease-out-expo);
}

.rel-card:hover .rel-card__go {
  opacity: 1;
  transform: translateY(0);
}

/* ═══ INSTAGRAM LIFESTYLE ═══ */
.ig {
  position: relative;
  z-index: 1;
  max-width: 1500px;
  margin: 0 auto;
  padding: 6rem clamp(1rem, 3vw, 3rem) 1rem;
  text-align: center;
}

.ig__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 20px;
  margin-top: 2.8rem;
}

.ig__tile {
  position: relative;
  display: block;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 20px 50px rgba(74, 46, 43, 0.12);
  transition: transform 0.6s var(--ease-out-expo), box-shadow 0.6s, border-color 0.6s;
  will-change: transform;
}

.ig__tile--tall { grid-row: span 2; }

.ig__tile:hover {
  transform: translateY(-6px);
  border-color: rgba(216, 196, 163, 0.85);
  box-shadow: 0 34px 80px rgba(74, 46, 43, 0.2), 0 0 34px rgba(200, 164, 106, 0.18);
}

.ig__tile > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--ease-out-expo);
  will-change: transform;
}

.ig__tile:hover > img { transform: scale(1.09); }

.ig__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(21, 21, 21, 0.5) 100%);
  opacity: 0;
  transition: opacity 0.5s;
}

.ig__tile:hover .ig__veil { opacity: 1; }

.ig__heart {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: var(--dorado);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.45s, transform 0.5s var(--ease-elastic);
}

.ig__tile:hover .ig__heart {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.ig__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 2.8rem;
  height: 58px;
  padding: 0 2.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(22px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 18px 44px rgba(74, 46, 43, 0.12), inset 0 1px 1px rgba(255, 255, 255, 0.9);
  color: var(--chocolate);
  font-family: var(--font-body);
  font-size: 12.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  text-decoration: none;
  transition: transform 0.5s var(--ease-out-expo), box-shadow 0.5s, background 0.5s, border-color 0.5s;
  will-change: transform;
}

.ig__cta:hover {
  transform: translateY(-3px) scale(1.04);
  background: rgba(216, 196, 163, 0.35);
  border-color: rgba(200, 164, 106, 0.65);
  box-shadow: 0 24px 60px rgba(200, 164, 106, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.9);
}

/* ═══ CTA FINAL · cristal con orbes de luz ═══ */
.collections-cta {
  position: relative;
  z-index: 1;
  max-width: 1500px;
  margin: 0 auto;
  padding: 6rem clamp(1rem, 3vw, 3rem);
}

.collections-cta__glass {
  position: relative;
  overflow: hidden;
  border-radius: 48px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(40px) saturate(180%);
  -webkit-backdrop-filter: blur(40px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 50px 120px rgba(74, 46, 43, 0.14), inset 0 1px 1px rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: clamp(3.5rem, 8vw, 6.5rem) clamp(1.5rem, 5vw, 4rem);
}

.collections-cta__glass::before {
  content: '';
  position: absolute;
  top: 0;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9), transparent);
}

.collections-cta__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
}

.collections-cta__orb--1 {
  width: 30vw;
  height: 30vw;
  top: -12vw;
  left: -8vw;
  background: radial-gradient(circle, rgba(216, 196, 163, 0.5), transparent 70%);
}

.collections-cta__orb--2 {
  width: 26vw;
  height: 26vw;
  bottom: -10vw;
  right: -6vw;
  background: radial-gradient(circle, rgba(200, 109, 81, 0.18), transparent 70%);
}

.collections-cta__text {
  position: relative;
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2rem, 4.6vw, 3.9rem);
  line-height: 1.18;
  color: var(--chocolate);
  max-width: 950px;
  margin: 0 auto;
}

.collections-cta__text em {
  font-style: italic;
  color: var(--dorado);
}

.collections-cta__actions {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 3rem;
}

.collections-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  height: 64px;
  padding: 0 3rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(200, 164, 106, 0.95), rgba(216, 196, 163, 0.75));
  backdrop-filter: blur(30px) saturate(180%);
  border: 1px solid rgba(248, 245, 242, 0.55);
  color: var(--marfil);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-decoration: none;
  box-shadow: 0 26px 70px rgba(200, 164, 106, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.6);
  overflow: hidden;
  position: relative;
  transition: transform 0.55s var(--ease-out-expo), box-shadow 0.55s;
  will-change: transform;
}

.collections-cta__btn--ghost {
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(24px);
  border-color: rgba(74, 46, 43, 0.16);
  color: var(--chocolate);
  box-shadow: 0 20px 50px rgba(74, 46, 43, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.9);
}

.collections-cta__btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -130%;
  width: 65%;
  height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  transform: skewX(-18deg);
  transition: left 1s cubic-bezier(0.2, 0.6, 0.2, 1);
}

.collections-cta__btn:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 34px 90px rgba(200, 164, 106, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.7);
}

.collections-cta__btn--ghost:hover {
  box-shadow: 0 26px 64px rgba(74, 46, 43, 0.16), inset 0 1px 1px rgba(255, 255, 255, 0.95);
}

.collections-cta__btn:hover::before { left: 140%; }

/* ═══ QUICK VIEW · modal glass ═══ */
.qv {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
}

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

.qv__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(21, 21, 21, 0.35);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
}

.qv__panel {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 0;
  width: min(1060px, 100%);
  max-height: min(88vh, 720px);
  border-radius: 44px;
  overflow: hidden;
  overflow-y: auto;
  background: rgba(250, 247, 242, 0.9);
  backdrop-filter: blur(44px) saturate(190%);
  -webkit-backdrop-filter: blur(44px) saturate(190%);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 60px 150px rgba(21, 21, 21, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.95);
  transform: scale(0.94) translateY(26px);
  transition: transform 0.55s var(--ease-out-expo);
}

.qv.is-open .qv__panel { transform: scale(1) translateY(0); }

.qv__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 6;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(16px);
  color: var(--chocolate);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(74, 46, 43, 0.16);
  transition: transform 0.45s var(--ease-out-expo), box-shadow 0.45s, background 0.45s;
}

.qv__close:hover {
  transform: scale(1.1) rotate(90deg);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 36px rgba(74, 46, 43, 0.22);
}

.qv__gallery {
  position: relative;
  min-height: 420px;
  background: rgba(216, 196, 163, 0.2);
}

.qv__main {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.qv__thumbs {
  position: absolute;
  left: 14px;
  bottom: 14px;
  right: 14px;
  display: flex;
  gap: 10px;
  z-index: 3;
}

.qv__thumb {
  width: 62px;
  height: 62px;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 10px 26px rgba(21, 21, 21, 0.3);
  cursor: pointer;
  opacity: 0.75;
  transition: opacity 0.35s, transform 0.4s var(--ease-out-expo);
}

.qv__thumb.is-active {
  opacity: 1;
  transform: translateY(-3px);
  border-color: var(--dorado);
}

.qv__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.qv__info {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  padding: 2.4rem 2.4rem 2.6rem;
}

.qv__badge {
  align-self: flex-start;
  padding: 7px 14px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  color: var(--marfil);
  background: linear-gradient(135deg, rgba(200, 164, 106, 0.92), rgba(216, 196, 163, 0.72));
  box-shadow: 0 10px 24px rgba(200, 164, 106, 0.4);
}

.qv__name {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.04;
  color: var(--chocolate);
}

.qv__price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.qv__price {
  font-family: var(--font-body);
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--dorado);
}

.qv__price--old {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(74, 46, 43, 0.4);
  text-decoration: line-through;
}

.qv__stars {
  font-size: 0.78rem;
  letter-spacing: 3px;
  color: var(--dorado);
}

.qv__stars b {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.78rem;
  letter-spacing: 0.5px;
  color: rgba(74, 46, 43, 0.6);
}

.qv__desc {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.94rem;
  line-height: 1.8;
  color: rgba(74, 46, 43, 0.75);
}

.qv__label {
  font-family: var(--font-body);
  font-size: 10.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.6px;
  color: rgba(74, 46, 43, 0.55);
  margin-bottom: 0.6rem;
}

.qv__colors {
  display: flex;
  gap: 10px;
}

.qv__swatch {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 3px 10px rgba(74, 46, 43, 0.22);
  cursor: pointer;
  transition: transform 0.35s var(--ease-elastic), box-shadow 0.35s;
}

.qv__swatch:hover { transform: scale(1.2); }

.qv__swatch.is-active {
  transform: scale(1.15);
  box-shadow: 0 0 0 2px var(--dorado), 0 6px 16px rgba(200, 164, 106, 0.4);
}

.qv__sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.qv__size {
  min-width: 44px;
  height: 38px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: rgba(74, 46, 43, 0.7);
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(74, 46, 43, 0.14);
  cursor: pointer;
  transition: transform 0.35s var(--ease-out-expo), background 0.35s, border-color 0.35s, color 0.35s;
}

.qv__size:hover { transform: translateY(-2px); }

.qv__size.is-active {
  background: linear-gradient(135deg, rgba(200, 164, 106, 0.9), rgba(216, 196, 163, 0.7));
  border-color: rgba(200, 164, 106, 0.5);
  color: var(--marfil);
  box-shadow: 0 10px 24px rgba(200, 164, 106, 0.35);
}

.qv__qty {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: 44px;
  padding: 0 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(74, 46, 43, 0.14);
}

.qv__qty button {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: rgba(216, 196, 163, 0.35);
  color: var(--chocolate);
  font-size: 1rem;
  cursor: pointer;
  transition: transform 0.3s var(--ease-out-expo), background 0.3s;
}

.qv__qty button:hover {
  transform: scale(1.1);
  background: rgba(200, 164, 106, 0.5);
}

.qv__qty b {
  min-width: 40px;
  text-align: center;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--chocolate);
}

.qv__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 0.4rem;
}

.qv__add {
  flex: 1;
  min-width: 200px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 56px;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, rgba(200, 164, 106, 0.95), rgba(216, 196, 163, 0.75));
  color: var(--marfil);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  cursor: pointer;
  box-shadow: 0 20px 48px rgba(200, 164, 106, 0.42);
  transition: transform 0.45s var(--ease-out-expo), box-shadow 0.45s;
  will-change: transform;
}

.qv__add:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 26px 64px rgba(200, 164, 106, 0.52);
}

.qv__wa {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 56px;
  padding: 0 1.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(74, 46, 43, 0.16);
  color: var(--chocolate);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(74, 46, 43, 0.1);
  transition: transform 0.45s var(--ease-out-expo), box-shadow 0.45s, background 0.45s;
}

.qv__wa:hover {
  transform: translateY(-3px);
  background: rgba(216, 196, 163, 0.35);
  box-shadow: 0 18px 44px rgba(200, 164, 106, 0.3);
}

/* ═══ TOAST ═══ */
.toast {
  position: fixed;
  left: 50%;
  bottom: 34px;
  transform: translate(-50%, 140%);
  z-index: 300;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 26px;
  border-radius: 999px;
  background: rgba(252, 249, 245, 0.9);
  backdrop-filter: blur(26px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 30px 80px rgba(21, 21, 21, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.95);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: var(--chocolate);
  transition: transform 0.6s var(--ease-out-expo);
  max-width: min(90vw, 520px);
}

.toast.is-visible { transform: translate(-50%, 0); }

.toast__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--dorado);
  box-shadow: 0 0 14px rgba(200, 164, 106, 0.9);
  flex-shrink: 0;
}

/* ═══ INSIGNIA DE LA BOLSA EN EL NAVBAR ═══ */
.navbar__badge {
  position: absolute;
  top: -2px;
  right: -2px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(200, 164, 106, 1), rgba(216, 196, 163, 0.85));
  color: var(--marfil);
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  box-shadow: 0 6px 16px rgba(200, 164, 106, 0.5);
  transform: scale(0);
  transition: transform 0.4s var(--ease-elastic);
}

.navbar__badge.is-visible { transform: scale(1); }

/* ═══ REVEAL (fade + blur reveal) ═══ */
.reveal {
  opacity: 0;
  transform: translateY(46px);
  filter: blur(10px);
  transition: opacity 0.9s var(--ease-out-expo), transform 0.9s var(--ease-out-expo), filter 0.9s var(--ease-out-expo);
  will-change: transform, opacity, filter;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

/* ═══ FOOTER GLASS · 4 COLUMNAS ═══ */
.footer--glass {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(32px) saturate(180%);
  -webkit-backdrop-filter: blur(32px) saturate(180%);
  border-top: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 -30px 80px rgba(74, 46, 43, 0.08);
  color: var(--chocolate);
  margin-top: 3rem;
}

.footer--glass .footer__grid {
  grid-template-columns: 1.4fr 1fr 1fr 1.4fr;
}

.footer--glass .footer__brand-title {
  color: var(--chocolate);
  font-size: 2.2rem;
}

.footer--glass .footer__slogan {
  color: rgba(74, 46, 43, 0.55);
  font-style: italic;
}

.footer--glass .footer__col-title {
  color: var(--chocolate);
}

.footer--glass .footer__link {
  color: rgba(74, 46, 43, 0.68);
}

.footer--glass .footer__link:hover { color: var(--dorado); }

.footer--glass .footer__social-link {
  border-color: rgba(74, 46, 43, 0.2);
  color: var(--chocolate);
}

.footer--glass .footer__social-link:hover {
  border-color: var(--dorado);
  background: rgba(200, 164, 106, 0.18);
}

.footer--glass .footer__bottom {
  color: rgba(74, 46, 43, 0.45);
}

/* ═══ FOOTER CRISTAL OSCURO · chocolate translúcido + dorado ═══ */
.footer--crystal {
  background: linear-gradient(165deg, rgba(47, 29, 26, 0.92) 0%, rgba(74, 46, 43, 0.9) 55%, rgba(21, 21, 21, 0.9) 100%);
  backdrop-filter: blur(40px) saturate(160%);
  -webkit-backdrop-filter: blur(40px) saturate(160%);
  border-top: 1px solid rgba(216, 196, 163, 0.28);
  box-shadow: 0 -40px 110px rgba(74, 46, 43, 0.35), inset 0 1px 1px rgba(255, 255, 255, 0.14);
  color: var(--marfil);
}

.footer--crystal::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216, 196, 163, 0.75), transparent);
}

.footer--crystal .footer__brand-title {
  color: var(--champagne);
  text-shadow: 0 4px 26px rgba(216, 196, 163, 0.35);
}

.footer--crystal .footer__slogan {
  color: rgba(248, 245, 242, 0.62);
}

.footer--crystal .footer__col-title {
  color: var(--champagne);
}

.footer--crystal .footer__link {
  color: rgba(248, 245, 242, 0.72);
  transition: color 0.35s, text-shadow 0.35s;
}

.footer--crystal .footer__link:hover {
  color: var(--champagne);
  text-shadow: 0 0 18px rgba(216, 196, 163, 0.5);
}

.footer--crystal .footer__social-link {
  border-color: rgba(216, 196, 163, 0.4);
  color: var(--champagne);
  background: rgba(255, 255, 255, 0.06);
}

.footer--crystal .footer__social-link:hover {
  border-color: var(--champagne);
  background: rgba(216, 196, 163, 0.22);
  box-shadow: 0 12px 30px rgba(216, 196, 163, 0.35);
}

.footer--crystal .footer__pay-pill {
  color: rgba(248, 245, 242, 0.78);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(216, 196, 163, 0.3);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.12);
}

.footer--crystal .footer__newsletter {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(216, 196, 163, 0.35);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.12);
}

.footer--crystal .footer__newsletter:focus-within {
  border-color: rgba(216, 196, 163, 0.85);
  box-shadow: 0 12px 34px rgba(216, 196, 163, 0.22), inset 0 1px 1px rgba(255, 255, 255, 0.12);
}

.footer--crystal .footer__newsletter input {
  color: var(--marfil);
}

.footer--crystal .footer__newsletter input::placeholder {
  color: rgba(248, 245, 242, 0.45);
}

.footer--crystal .footer__newsletter button {
  background: linear-gradient(135deg, rgba(216, 196, 163, 0.95), rgba(200, 164, 106, 0.8));
  color: var(--chocolate);
  box-shadow: 0 10px 26px rgba(216, 196, 163, 0.35);
}

.footer--crystal .footer__bottom {
  color: rgba(248, 245, 242, 0.45);
}

/* Métodos de pago */
.footer__payments {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 1rem;
}

.footer__pay-pill {
  padding: 7px 14px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: rgba(74, 46, 43, 0.7);
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(74, 46, 43, 0.12);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.8);
}

/* Newsletter */
.footer__newsletter {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 1.1rem;
  height: 54px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(74, 46, 43, 0.14);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.85);
  padding: 0 8px 0 20px;
  transition: border-color 0.4s, box-shadow 0.4s;
}

.footer__newsletter:focus-within {
  border-color: rgba(200, 164, 106, 0.55);
  box-shadow: 0 12px 30px rgba(200, 164, 106, 0.18), inset 0 1px 1px rgba(255, 255, 255, 0.85);
}

.footer__newsletter input {
  flex: 1;
  min-width: 0;
  background: none;
  border: none;
  outline: none;
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 300;
  color: var(--chocolate);
}

.footer__newsletter input::placeholder {
  color: rgba(74, 46, 43, 0.45);
}

.footer__newsletter button {
  flex-shrink: 0;
  height: 40px;
  padding: 0 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(200, 164, 106, 0.95), rgba(216, 196, 163, 0.75));
  border: none;
  color: var(--marfil);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  transition: transform 0.4s var(--ease-out-expo), box-shadow 0.4s;
}

.footer__newsletter button:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 26px rgba(200, 164, 106, 0.4);
}

.page-colecciones .whatsapp-float {
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 14px 45px rgba(74, 46, 43, 0.14);
}

/* ═══ CURSOR "EXPLORAR" (esfera glass) ═══ */
.cursor__explore {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--chocolate);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

body.cursor--explore:not(.cursor--hover) .cursor__explore {
  opacity: 1;
}

body.cursor--explore:not(.cursor--hover) .cursor__ring {
  width: 96px;
  height: 96px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(14px) saturate(170%);
  border-color: rgba(216, 196, 163, 0.9);
  box-shadow: 0 0 44px rgba(200, 164, 106, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.9);
}

body.cursor--explore .cursor__ring::after {
  display: none;
}

/* ═══ SCROLL PROGRESS BAR ═══ */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, var(--champagne), var(--gold), var(--terracota));
  transition: width 0.1s linear;
  will-change: width;
  border-radius: 0 2px 2px 0;
}

/* ═══ COLECCIÓN DESTACADA · 60/40 ═══ */
.col-featured {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  max-width: 1500px;
  margin: 3rem auto 1rem;
  padding: 2rem clamp(1rem, 3vw, 3rem);
}

.col-featured__media {
  position: relative;
  border-radius: 44px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 40px 110px rgba(74, 46, 43, 0.2);
}

.col-featured__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.6s var(--ease-out-expo);
}

.col-featured:hover .col-featured__media img { transform: scale(1.04); }

.col-featured__glass {
  position: absolute;
  inset: 0;
  background: linear-gradient(15deg, rgba(74, 46, 43, 0.25) 0%, transparent 50%);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: inherit;
  pointer-events: none;
}

.col-featured__tag {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: var(--chocolate);
  background: linear-gradient(135deg, rgba(216, 196, 163, 0.7), rgba(200, 164, 106, 0.35));
  border: 1px solid rgba(216, 196, 163, 0.7);
  backdrop-filter: blur(14px);
}

.col-featured__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2.4rem, 4.8vw, 4.2rem);
  line-height: 1.06;
  color: var(--chocolate);
  margin-top: 1.4rem;
}

.col-featured__title em {
  font-style: italic;
  color: var(--dorado);
}

.col-featured__desc {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 1.02rem;
  line-height: 1.85;
  color: rgba(74, 46, 43, 0.72);
  margin-top: 1.4rem;
  max-width: 48ch;
}

.col-featured__info {
  display: flex;
  gap: 2rem;
  margin-top: 1.8rem;
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: rgba(74, 46, 43, 0.6);
}

.col-featured__info strong {
  color: var(--chocolate);
  font-weight: 500;
}

.col-featured__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 58px;
  padding: 0 2.6rem;
  margin-top: 2.2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(200, 164, 106, 0.95), rgba(216, 196, 163, 0.75));
  border: 1px solid rgba(248, 245, 242, 0.6);
  color: var(--marfil);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  text-decoration: none;
  box-shadow: 0 22px 56px rgba(200, 164, 106, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.6);
  transition: transform 0.5s var(--ease-out-expo), box-shadow 0.5s;
  will-change: transform;
  overflow: hidden;
  position: relative;
}

.col-featured__btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -130%;
  width: 60%;
  height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transform: skewX(-18deg);
  transition: left 1s cubic-bezier(0.2, 0.6, 0.2, 1);
}

.col-featured__btn:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 28px 68px rgba(200, 164, 106, 0.52), inset 0 1px 1px rgba(255, 255, 255, 0.7);
}

.col-featured__btn:hover::before { left: 140%; }

/* ═══ LOOKBOOK EDITORIAL ═══ */
.col-lookbook {
  position: relative;
  z-index: 1;
  padding: 6rem clamp(1rem, 3vw, 3rem) 1rem;
  overflow: hidden;
}

.col-lookbook__head {
  max-width: 1500px;
  margin: 0 auto 2.8rem;
}

.col-lookbook__track {
  display: flex;
  gap: 26px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 1rem;
  scrollbar-width: none;
  padding-left: clamp(1rem, 3vw, 3rem);
  padding-right: clamp(1rem, 3vw, 3rem);
}

.col-lookbook__track::-webkit-scrollbar { display: none; }

.look-card {
  position: relative;
  flex: 0 0 min(72vw, 800px);
  height: clamp(420px, 66vh, 620px);
  border-radius: 38px;
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 34px 90px rgba(74, 46, 43, 0.18);
  transition: transform 0.6s var(--ease-out-expo);
}

.look-card:hover {
  transform: translateY(-8px);
}

.look-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.4s var(--ease-out-expo);
}

.look-card:hover > img { transform: scale(1.05); }

.look-card__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(21, 21, 21, 0.6) 100%);
}

.look-card__info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2.4rem;
  z-index: 2;
}

.look-card__tag {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--champagne);
}

.look-card__info h3 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: var(--marfil);
  margin: 0.5rem 0 1.2rem;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
}

.look-card__btn {
  display: inline-flex;
  align-items: center;
  height: 46px;
  padding: 0 24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: var(--marfil);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  transition: transform 0.45s var(--ease-out-expo), background 0.45s, border-color 0.45s;
}

.look-card__btn:hover {
  transform: scale(1.05);
  background: linear-gradient(135deg, rgba(200, 164, 106, 0.8), rgba(216, 196, 163, 0.5));
  border-color: rgba(216, 196, 163, 0.8);
}

/* ═══ COMPRAR POR ESTILO ═══ */
.col-styles {
  position: relative;
  z-index: 1;
  max-width: 1500px;
  margin: 0 auto;
  padding: 6rem clamp(1rem, 3vw, 3rem) 1rem;
}

.col-styles__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 16px;
  margin-top: 2.8rem;
}

.style-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 18px 44px rgba(74, 46, 43, 0.1);
  transition: transform 0.5s var(--ease-out-expo), box-shadow 0.5s;
}

.style-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(74, 46, 43, 0.18), 0 0 30px rgba(200, 164, 106, 0.15);
}

.style-card--wide { grid-column: span 2; }
.style-card--tall { grid-row: span 2; }

.style-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--ease-out-expo);
}

.style-card:hover > img { transform: scale(1.07); }

.style-card__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(21, 21, 21, 0.55) 100%);
  transition: background 0.5s;
}

.style-card:hover .style-card__veil {
  background: linear-gradient(180deg, transparent 20%, rgba(21, 21, 21, 0.65) 100%);
}

.style-card__label {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.5rem;
  color: var(--marfil);
  text-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
  z-index: 2;
}

/* ═══ OPINIONES · CLIENTAS ═══ */
.col-testimonials {
  position: relative;
  z-index: 1;
  padding: 6rem clamp(1rem, 3vw, 3rem) 2rem;
  text-align: center;
}

.col-testimonials__head {
  max-width: 700px;
  margin: 0 auto;
}

.col-testimonials__slider {
  display: flex;
  gap: 24px;
  justify-content: center;
  max-width: 1200px;
  margin: 3rem auto 0;
  flex-wrap: wrap;
}

.testimonial-card {
  flex: 1;
  min-width: 280px;
  max-width: 380px;
  padding: 2rem 2rem 1.8rem;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(22px) saturate(180%);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 20px 50px rgba(74, 46, 43, 0.08), inset 0 1px 1px rgba(255, 255, 255, 0.85);
  text-align: left;
  transition: transform 0.5s var(--ease-out-expo), box-shadow 0.5s;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 68px rgba(74, 46, 43, 0.14), inset 0 1px 1px rgba(255, 255, 255, 0.85);
}

.testimonial-card__stars {
  font-size: 14px;
  letter-spacing: 2px;
  color: var(--dorado);
  margin-bottom: 1rem;
}

.testimonial-card__text {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.95rem;
  line-height: 1.75;
  color: rgba(74, 46, 43, 0.8);
}

.testimonial-card__footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 1.4rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(74, 46, 43, 0.08);
}

.testimonial-card__avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 12px;
  color: var(--marfil);
  background: linear-gradient(135deg, var(--chocolate), var(--cacao));
  box-shadow: 0 6px 16px rgba(74, 46, 43, 0.25);
  flex-shrink: 0;
}

.testimonial-card__avatar--alt {
  background: linear-gradient(135deg, var(--terracota), var(--cacao));
}

.testimonial-card__footer strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
  color: var(--chocolate);
}

.testimonial-card__footer span {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.8rem;
  color: rgba(74, 46, 43, 0.5);
}

/* ═══ BENEFICIOS · 4 CARDS ═══ */
.col-benefits {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
  padding: 4rem clamp(1rem, 3vw, 3rem) 2rem;
}

.col-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.benefit-card {
  padding: 2rem 1.6rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 16px 40px rgba(74, 46, 43, 0.07), inset 0 1px 1px rgba(255, 255, 255, 0.85);
  text-align: center;
  transition: transform 0.5s var(--ease-out-expo), box-shadow 0.5s, border-color 0.5s;
}

.benefit-card:hover {
  transform: translateY(-8px);
  border-color: rgba(200, 164, 106, 0.6);
  box-shadow: 0 26px 58px rgba(74, 46, 43, 0.14), inset 0 1px 1px rgba(255, 255, 255, 0.85);
}

.benefit-card svg {
  color: var(--dorado);
  margin-bottom: 1rem;
}

.benefit-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 1.3rem;
  color: var(--chocolate);
  margin-bottom: 0.5rem;
}

.benefit-card p {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.85rem;
  line-height: 1.6;
  color: rgba(74, 46, 43, 0.65);
}

/* ═══ RESPONSIVE ═══ */
@media (max-width: 1200px) {
  .shop-hero { min-height: 72vh; height: auto; }
  .shop__grid { grid-template-columns: repeat(3, 1fr); }
  .shop__tools { top: 116px; }
  .rel-cols__grid { grid-template-columns: repeat(2, 1fr); }
  .banner-custom { grid-template-columns: 1fr; }
  .banner-custom__media { aspect-ratio: 16 / 10; }
  .ig__grid { grid-template-columns: repeat(3, 1fr); }
  .footer--glass .footer__grid { grid-template-columns: 1fr 1fr; }
  .col-featured { grid-template-columns: 1fr; }
  .col-featured__media { aspect-ratio: 16 / 9; max-height: 460px; }
  .col-styles__grid { grid-template-columns: repeat(3, 1fr); }
  .col-benefits__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .shop__grid { grid-template-columns: repeat(2, 1fr); }
  .qv__panel { grid-template-columns: 1fr; max-height: 92vh; }
  .qv__gallery { min-height: 320px; }
  .ig__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 190px; }
}

@media (max-width: 640px) {
  .shop-hero { min-height: 70vh; height: auto; }
  .shop-hero__actions { gap: 14px; }
  .shop-hero__actions .hero__btn { min-width: 220px; }
  .cat-pill { padding: 12px 17px; font-size: 11px; letter-spacing: 1.4px; }
  .shop__tools { top: 104px; padding: 14px 12px; border-radius: 28px; }
  .search-box { height: 52px; }
  .f-panel { position: fixed; left: 12px; right: 12px; top: auto; bottom: 12px; min-width: 0; border-radius: 28px; }
  .f-tool--right .f-panel { right: 12px; }
  .shop__grid { gap: 14px; }
  .p-card__body { padding: 1rem; gap: 6px; }
  .p-card__name { font-size: 1.15rem; }
  .p-card__size { min-width: 28px; height: 26px; padding: 0 6px; font-size: 9.5px; }
  .p-card__quick { display: none; }
  .p-card__add { flex: 1; }
  .banner-custom { margin-top: 2rem; }
  .banner-custom__media { border-radius: 32px; }
  .col-featured { padding: 1rem; margin-top: 1rem; }
  .col-featured__media { border-radius: 28px; aspect-ratio: 4 / 3; }
  .look-card { flex: 0 0 min(88vw, 600px); height: clamp(320px, 55vh, 480px); border-radius: 28px; }
  .look-card__info { padding: 1.6rem; }
  .col-styles__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 140px; gap: 10px; }
  .style-card--wide { grid-column: span 2; }
  .style-card--tall { grid-row: span 2; }
  .col-testimonials__slider { flex-direction: column; align-items: center; }
  .testimonial-card { max-width: 100%; }
  .col-benefits__grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .rel-cols__grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .rel-card { aspect-ratio: 3 / 4.4; }
  .rel-card__body { padding: 1.2rem; }
  .rel-card__body h3 { font-size: 1.3rem; }
  .rel-card__go { opacity: 1; transform: none; }
  .ig__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; gap: 12px; }
  .collections-cta__glass { border-radius: 34px; }
  .collections-cta__btn { width: 100%; justify-content: center; padding: 0 1.5rem; }
  .qv { padding: 0.8rem; }
  .qv__panel { border-radius: 32px; }
  .qv__info { padding: 1.6rem 1.4rem 1.8rem; gap: 0.9rem; }
  .qv__add { min-width: 100%; }
  .footer--glass .footer__grid { grid-template-columns: 1fr; }
  .footer__newsletter { height: 58px; }
}

/* Respeto por usuarios con movimiento reducido */
@media (prefers-reduced-motion: reduce) {
  .col-bg__orb, .col-bokeh, .col-beam, .col-particles { animation: none; }
  .reveal { opacity: 1; transform: none; filter: none; }
  .p-card::before { display: none; }
}
