/* ═══════════════════════════════════════════════════════════════════════
   HOME SANLILAS — Secciones comerciales
   Categorías → Nueva Colección → Best Sellers → Colección Destacada →
   Experiencia Artesanal → Personalización → Lookbook → Clientes →
   Mayoristas → CTA Final → Footer
   ═══════════════════════════════════════════════════════════════════════ */

/* ── 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;
}

/* ── NUEVA COLECCIÓN: cards con precio, colores y compra ── */
.product-card__swatches {
  display: flex;
  gap: 7px;
  margin-top: 14px;
}

.swatch {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--sw, var(--champagne));
  border: 1px solid rgba(74, 46, 43, 0.18);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.6);
  transition: transform 0.4s var(--ease-out-expo), box-shadow 0.4s;
  cursor: pointer;
}

.swatch:hover {
  transform: scale(1.25);
  box-shadow: 0 0 0 3px rgba(200, 164, 106, 0.25), inset 0 1px 2px rgba(255, 255, 255, 0.6);
}

.product-card__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
}

.product-card__price {
  font-size: 15px;
  letter-spacing: 0.06em;
  color: var(--cacao);
  font-weight: 500;
  white-space: nowrap;
}

.product-card__buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 11.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--marfil);
  background: linear-gradient(135deg, var(--gold), rgba(200, 164, 106, 0.75));
  border: 1px solid rgba(216, 196, 163, 0.6);
  box-shadow: 0 10px 24px rgba(200, 164, 106, 0.35), inset 0 1px 1px rgba(255, 255, 255, 0.5);
  transition: transform 0.45s var(--ease-out-expo), box-shadow 0.45s, filter 0.45s;
  will-change: transform;
}

.product-card__buy:hover {
  transform: scale(1.07) translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 16px 34px rgba(200, 164, 106, 0.45), inset 0 1px 1px rgba(255, 255, 255, 0.6);
}

.product-card__fav,
.bs-card__fav {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: var(--chocolate);
  cursor: pointer;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.45s, transform 0.45s var(--ease-out-expo), color 0.3s, background 0.3s;
}

.product-card__media:hover .product-card__fav,
.bs-card__media:hover .bs-card__fav {
  opacity: 1;
  transform: translateY(0);
}

.product-card__fav:hover,
.bs-card__fav:hover {
  background: rgba(216, 196, 163, 0.65);
}

.product-card__fav.is-fav,
.bs-card__fav.is-fav {
  color: var(--terracotta);
  background: rgba(255, 255, 255, 0.85);
  opacity: 1;
  transform: translateY(0);
}

.product-card__fav.is-fav svg,
.bs-card__fav.is-fav svg {
  fill: currentColor;
}

.product-card__link {
  display: none;
}

/* ── BEST SELLERS: slider horizontal ── */
.scene-best {
  padding: clamp(90px, 12vw, 150px) 0 clamp(60px, 8vw, 110px);
  overflow: hidden;
}

.scene-best__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding: 0 var(--space-lg);
  max-width: 1600px;
  margin: 0 auto;
}

.scene-best__arrows {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.bs-arrow {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(200, 164, 106, 0.45);
  color: var(--chocolate);
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(74, 46, 43, 0.08), inset 0 1px 1px rgba(255, 255, 255, 0.8);
  transition: transform 0.45s var(--ease-out-expo), background 0.4s, box-shadow 0.4s;
  will-change: transform;
}

.bs-arrow:hover {
  transform: scale(1.1);
  background: rgba(216, 196, 163, 0.45);
  box-shadow: 0 14px 30px rgba(200, 164, 106, 0.35), inset 0 1px 1px rgba(255, 255, 255, 0.8);
}

.bsl {
  margin-top: clamp(40px, 6vw, 64px);
  padding: 0 var(--space-lg);
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  cursor: grab;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

.bsl.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}

.bsl__track {
  display: flex;
  gap: clamp(16px, 2.4vw, 26px);
  width: max-content;
  padding-bottom: 10px;
}

.bs-card {
  position: relative;
  scroll-snap-align: start;
  width: clamp(250px, 22vw, 310px);
  border-radius: 26px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(24px) saturate(190%);
  -webkit-backdrop-filter: blur(24px) saturate(190%);
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 24px 60px rgba(74, 46, 43, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.9);
  transition: transform 0.5s var(--ease-out-expo), box-shadow 0.5s, border-color 0.5s;
  will-change: transform;
}

.bs-card:hover {
  transform: translateY(-10px);
  border-color: rgba(200, 164, 106, 0.6);
  box-shadow: 0 34px 80px rgba(74, 46, 43, 0.16), 0 0 0 1px rgba(200, 164, 106, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.9);
}

.bs-card__media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.bs-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 1s cubic-bezier(0.2, 0.6, 0.2, 1);
}

.bs-card:hover .bs-card__media img {
  transform: scale(1.07);
}

.bs-card__tag {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--chocolate);
  background: linear-gradient(135deg, rgba(216, 196, 163, 0.85), rgba(200, 164, 106, 0.6));
  border: 1px solid rgba(216, 196, 163, 0.8);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.bs-card__meta {
  padding: 20px 20px 22px;
}

.bs-card__name {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 21px;
  letter-spacing: 0.04em;
  color: var(--chocolate);
}

.bs-card__price {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: var(--cacao);
}

.bs-card__actions {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.bs-card__qv,
.bs-card__buy {
  flex: 1;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10.5px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.4s var(--ease-out-expo), background 0.4s, border-color 0.4s, color 0.4s, box-shadow 0.4s;
  will-change: transform;
}

.bs-card__qv {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(74, 46, 43, 0.28);
  color: var(--chocolate);
}

.bs-card__qv:hover {
  transform: scale(1.05);
  background: rgba(216, 196, 163, 0.4);
  border-color: rgba(200, 164, 106, 0.6);
}

.bs-card__buy {
  color: var(--marfil);
  background: linear-gradient(135deg, var(--gold), rgba(200, 164, 106, 0.75));
  border: 1px solid rgba(216, 196, 163, 0.6);
  box-shadow: 0 10px 24px rgba(200, 164, 106, 0.35), inset 0 1px 1px rgba(255, 255, 255, 0.5);
}

.bs-card__buy:hover {
  transform: scale(1.05);
  filter: brightness(1.08);
}

/* ── QUICK VIEW: modal de cristal ── */
.qv-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.45s, visibility 0.45s;
}

.qv-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.qv-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(74, 46, 43, 0.45);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
}

.qv-modal__card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 46% 54%;
  width: min(860px, 100%);
  max-height: 92vh;
  overflow: auto;
  border-radius: 30px;
  background: rgba(248, 245, 242, 0.92);
  backdrop-filter: blur(40px) saturate(180%);
  -webkit-backdrop-filter: blur(40px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 50px 120px rgba(74, 46, 43, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.9);
  transform: translateY(24px) scale(0.97);
  transition: transform 0.55s var(--ease-out-expo);
}

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

.qv-modal__media {
  position: relative;
  min-height: 100%;
}

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

.qv-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  color: var(--chocolate);
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  cursor: pointer;
  transition: transform 0.4s var(--ease-out-expo), background 0.3s;
}

.qv-modal__close:hover {
  transform: rotate(90deg) scale(1.08);
  background: rgba(216, 196, 163, 0.7);
}

.qv-modal__info {
  padding: clamp(28px, 5vw, 48px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.qv-modal__tag {
  align-self: flex-start;
  padding: 6px 13px;
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--chocolate);
  background: linear-gradient(135deg, rgba(216, 196, 163, 0.8), rgba(200, 164, 106, 0.55));
  border: 1px solid rgba(216, 196, 163, 0.8);
}

.qv-modal__name {
  margin-top: 16px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: clamp(28px, 3.4vw, 38px);
  letter-spacing: 0.03em;
  color: var(--chocolate);
}

.qv-modal__sub {
  margin-top: 8px;
  font-size: 13.5px;
  letter-spacing: 0.04em;
  color: var(--cacao);
  opacity: 0.75;
}

.qv-modal__price {
  margin-top: 18px;
  font-size: 22px;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: var(--chocolate);
}

.qv-modal__swatches {
  display: flex;
  gap: 9px;
  margin-top: 18px;
}

.qv-modal__actions {
  display: flex;
  gap: 10px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.qv-modal__buy,
.qv-modal__custom {
  height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.45s var(--ease-out-expo), background 0.4s, border-color 0.4s, box-shadow 0.4s;
  will-change: transform;
}

.qv-modal__buy {
  color: var(--marfil);
  background: linear-gradient(135deg, var(--gold), rgba(200, 164, 106, 0.75));
  border: 1px solid rgba(216, 196, 163, 0.6);
  box-shadow: 0 14px 32px rgba(200, 164, 106, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.5);
}

.qv-modal__custom {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(74, 46, 43, 0.3);
  color: var(--chocolate);
}

.qv-modal__buy:hover,
.qv-modal__custom:hover {
  transform: scale(1.06) translateY(-2px);
}

.qv-modal__custom:hover {
  background: rgba(216, 196, 163, 0.4);
  border-color: rgba(200, 164, 106, 0.6);
}

/* ── PERSONALIZACIÓN: pantalla dividida ── */
.scene-custom {
  display: grid;
  grid-template-columns: 46% 54%;
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
  padding: clamp(90px, 12vw, 150px) var(--space-lg);
  max-width: 1600px;
  margin: 0 auto;
}

.scene-custom__media {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow: 0 40px 90px rgba(74, 46, 43, 0.2);
}

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

.scene-custom__glass {
  position: absolute;
  inset: 0;
  background: linear-gradient(200deg, transparent 55%, rgba(74, 46, 43, 0.35));
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: inherit;
}

.scene-custom__content {
  max-width: 560px;
}

.scene-custom__lead {
  margin-top: var(--space-sm);
  font-size: 16px;
  line-height: 1.75;
  font-weight: 300;
  color: var(--cacao);
  opacity: 0.85;
}

.scene-custom__list {
  list-style: none;
  margin-top: clamp(24px, 3vw, 36px);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.scene-custom__item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 20px;
  border-radius: 999px;
  font-size: 14.5px;
  letter-spacing: 1.6px;
  color: var(--chocolate);
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 10px 24px rgba(74, 46, 43, 0.06), inset 0 1px 1px rgba(255, 255, 255, 0.8);
  transition: transform 0.4s var(--ease-out-expo), border-color 0.4s, background 0.4s;
}

.scene-custom__item:hover {
  transform: translateX(8px);
  border-color: rgba(200, 164, 106, 0.6);
  background: rgba(216, 196, 163, 0.3);
}

.scene-custom__check {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: var(--marfil);
  background: linear-gradient(135deg, var(--gold), rgba(200, 164, 106, 0.75));
  box-shadow: 0 6px 14px rgba(200, 164, 106, 0.4);
}

.scene-custom__btn {
  margin-top: clamp(28px, 3.5vw, 42px);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 56px;
  padding: 0 34px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 12.5px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--marfil);
  background: linear-gradient(135deg, var(--gold), rgba(200, 164, 106, 0.75));
  border: 1px solid rgba(216, 196, 163, 0.6);
  box-shadow: 0 18px 40px rgba(200, 164, 106, 0.45), inset 0 1px 1px rgba(255, 255, 255, 0.5);
  transition: transform 0.45s var(--ease-out-expo), box-shadow 0.45s, filter 0.45s;
  will-change: transform;
}

.scene-custom__btn:hover {
  transform: scale(1.06) translateY(-3px);
  filter: brightness(1.08);
  box-shadow: 0 24px 52px rgba(200, 164, 106, 0.55), inset 0 1px 1px rgba(255, 255, 255, 0.6);
}

/* ── LOOKBOOK ── */
.scene-lookbook {
  padding: clamp(40px, 6vw, 90px) 0;
}

.scene-lookbook__hero {
  position: relative;
  width: min(92%, 1600px);
  margin: 0 auto;
  height: clamp(420px, 78vh, 820px);
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 50px 120px rgba(74, 46, 43, 0.25);
}

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

.scene-lookbook__glass {
  position: absolute;
  inset: 0;
  background: linear-gradient(15deg, rgba(74, 46, 43, 0.55) 0%, transparent 45%);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: inherit;
}

.scene-lookbook__label {
  position: absolute;
  left: clamp(24px, 5vw, 60px);
  bottom: clamp(24px, 5vw, 60px);
  z-index: 2;
}

.scene-lookbook__lede {
  margin-top: 12px;
  color: rgba(248, 245, 242, 0.75);
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: 14px;
}

.scene-lookbook__shop {
  max-width: 980px;
  margin: clamp(50px, 7vw, 90px) auto 0;
  padding: 0 var(--space-lg);
}

.scene-lookbook__head {
  text-align: center;
  margin-bottom: clamp(28px, 4vw, 44px);
}

.look-item {
  display: grid;
  grid-template-columns: 84px 1fr auto auto;
  align-items: center;
  gap: 20px;
  padding: 14px 22px 14px 14px;
  margin-bottom: 14px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 14px 34px rgba(74, 46, 43, 0.07), inset 0 1px 1px rgba(255, 255, 255, 0.8);
  transition: transform 0.45s var(--ease-out-expo), border-color 0.45s, box-shadow 0.45s;
}

.look-item:hover {
  transform: translateY(-4px);
  border-color: rgba(200, 164, 106, 0.6);
  box-shadow: 0 22px 44px rgba(74, 46, 43, 0.12), inset 0 1px 1px rgba(255, 255, 255, 0.8);
}

.look-item__thumb {
  width: 84px;
  height: 84px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.9);
}

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

.look-item__name {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 19px;
  letter-spacing: 0.04em;
  color: var(--chocolate);
}

.look-item__sub {
  display: block;
  margin-top: 4px;
  font-size: 12.5px;
  letter-spacing: 0.04em;
  color: var(--cacao);
  opacity: 0.75;
}

.look-item__price {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--cacao);
  white-space: nowrap;
}

.look-item__buy {
  height: 40px;
  padding: 0 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 10.5px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--marfil);
  background: linear-gradient(135deg, var(--gold), rgba(200, 164, 106, 0.75));
  border: 1px solid rgba(216, 196, 163, 0.6);
  box-shadow: 0 10px 24px rgba(200, 164, 106, 0.35), inset 0 1px 1px rgba(255, 255, 255, 0.5);
  transition: transform 0.45s var(--ease-out-expo), filter 0.4s, box-shadow 0.4s;
  will-change: transform;
}

.look-item__buy:hover {
  transform: scale(1.06);
  filter: brightness(1.08);
  box-shadow: 0 16px 32px rgba(200, 164, 106, 0.45), inset 0 1px 1px rgba(255, 255, 255, 0.6);
}

/* ── CLIENTAS: prueba social ── */
.scene-clients {
  padding: clamp(90px, 12vw, 150px) var(--space-lg);
  text-align: center;
}

.scene-clients__stars {
  font-size: 26px;
  letter-spacing: 0.35em;
  color: var(--gold);
  text-shadow: 0 6px 18px rgba(200, 164, 106, 0.45);
}

.scene-clients__head h2 {
  margin-top: var(--space-sm);
}

.scene-clients__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.6vw, 28px);
  max-width: 1400px;
  margin: clamp(40px, 6vw, 64px) auto 0;
  text-align: left;
}

.client-card {
  padding: clamp(24px, 3vw, 34px);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(22px) saturate(180%);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 20px 50px rgba(74, 46, 43, 0.08), inset 0 1px 1px rgba(255, 255, 255, 0.8);
  transition: transform 0.5s var(--ease-out-expo), border-color 0.5s, box-shadow 0.5s;
}

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

.client-card__top {
  display: flex;
  align-items: center;
  gap: 14px;
}

.client-card__avatar {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
  color: var(--marfil);
  background: linear-gradient(135deg, var(--chocolate), var(--cacao));
  border: 1px solid rgba(216, 196, 163, 0.6);
  box-shadow: 0 8px 18px rgba(74, 46, 43, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.25);
}

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

.client-card__name {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.04em;
  color: var(--chocolate);
}

.client-card__stars {
  display: block;
  margin-top: 3px;
  font-size: 12.5px;
  letter-spacing: 0.25em;
  color: var(--gold);
}

.client-card__text {
  margin-top: 16px;
  font-size: 14.5px;
  line-height: 1.75;
  font-weight: 300;
  color: var(--cacao);
  opacity: 0.9;
}

/* ── FOOTER: beneficios + newsletter ── */
.footer__benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto clamp(40px, 6vw, 64px);
  padding: 0 var(--space-lg);
}

.benefit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 20px;
  border-radius: 20px;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--marfil);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(248, 245, 242, 0.16);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
}

.benefit svg {
  color: var(--champagne);
  flex-shrink: 0;
}

.footer__news {
  text-align: center;
  max-width: 620px;
  margin: 0 auto clamp(50px, 7vw, 80px);
  padding: 0 var(--space-lg);
}

.footer__news-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: clamp(26px, 3vw, 34px);
  letter-spacing: 0.04em;
  color: var(--marfil);
}

.footer__news-text {
  margin-top: 10px;
  font-weight: 300;
  font-size: 14.5px;
  color: rgba(248, 245, 242, 0.6);
}

.newsletter {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}

.newsletter__input {
  flex: 1;
  height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-family: inherit;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: var(--chocolate);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(248, 245, 242, 0.55);
  outline: none;
  transition: border-color 0.35s, box-shadow 0.35s;
}

.newsletter__input:focus {
  border-color: var(--champagne);
  box-shadow: 0 0 0 4px rgba(216, 196, 163, 0.25);
}

.newsletter__input::placeholder {
  color: rgba(74, 46, 43, 0.5);
}

.newsletter__btn {
  flex-shrink: 0;
  height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 11.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--chocolate);
  background: linear-gradient(135deg, var(--champagne), rgba(216, 196, 163, 0.6));
  border: 1px solid rgba(216, 196, 163, 0.8);
  cursor: pointer;
  transition: transform 0.45s var(--ease-out-expo), filter 0.4s, box-shadow 0.4s;
  will-change: transform;
}

.newsletter__btn:hover {
  transform: scale(1.05);
  filter: brightness(1.06);
  box-shadow: 0 12px 28px rgba(216, 196, 163, 0.35);
}

.newsletter__ok {
  margin-top: 16px;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: var(--champagne);
}

/* ── COLECCIÓN DESTACADA · 50/50 ── */
.scene-featured {
  display: grid;
  grid-template-columns: 48% 52%;
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
  padding: clamp(80px, 11vw, 140px) var(--space-lg);
  max-width: 1600px;
  margin: 0 auto;
}

.scene-featured__media {
  position: relative;
  border-radius: 36px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow: 0 40px 90px rgba(74, 46, 43, 0.25);
}

.scene-featured__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.2, 0.6, 0.2, 1);
}

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

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

.scene-featured__content {
  max-width: 560px;
}

.scene-featured__tag {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 11px;
  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);
  margin-bottom: var(--space-sm);
}

.scene-featured__story {
  margin-top: var(--space-sm);
  font-size: 15.5px;
  line-height: 1.8;
  font-weight: 300;
  color: var(--cacao);
  opacity: 0.85;
}

.scene-featured__details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: clamp(24px, 3vw, 34px);
}

.scene-featured__detail {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13.5px;
  letter-spacing: 0.04em;
  color: var(--chocolate);
  font-weight: 400;
}

.scene-featured__detail svg {
  color: var(--gold);
  flex-shrink: 0;
}

.scene-featured__btn {
  margin-top: clamp(28px, 3.5vw, 42px);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 56px;
  padding: 0 34px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--marfil);
  background: linear-gradient(135deg, var(--gold), rgba(200, 164, 106, 0.75));
  border: 1px solid rgba(216, 196, 163, 0.6);
  box-shadow: 0 18px 40px rgba(200, 164, 106, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.5);
  transition: transform 0.45s var(--ease-out-expo), box-shadow 0.45s, filter 0.45s;
  will-change: transform;
}

.scene-featured__btn:hover {
  transform: scale(1.06) translateY(-3px);
  filter: brightness(1.08);
  box-shadow: 0 24px 52px rgba(200, 164, 106, 0.55), inset 0 1px 1px rgba(255, 255, 255, 0.6);
}

/* ── EXPERIENCIA ARTESANAL · TIMELINE ── */
.scene-craft {
  padding: clamp(80px, 11vw, 140px) var(--space-lg);
  overflow: hidden;
}

.scene-craft__head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.craft-timeline {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(12px, 1.8vw, 22px);
  max-width: 1400px;
  margin: clamp(48px, 7vw, 80px) auto 0;
  position: relative;
}

.craft-timeline::before {
  content: '';
  position: absolute;
  top: 44px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--champagne), var(--champagne), transparent);
  z-index: 0;
  opacity: 0.5;
}

.craft-step {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 30px 16px 28px;
  border-radius: 28px;
  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 16px 44px rgba(74, 46, 43, 0.07), inset 0 1px 1px rgba(255, 255, 255, 0.8);
  transition: transform 0.5s var(--ease-out-expo), border-color 0.5s, box-shadow 0.5s;
}

.craft-step:hover {
  transform: translateY(-10px);
  border-color: rgba(200, 164, 106, 0.6);
  box-shadow: 0 28px 64px rgba(74, 46, 43, 0.14), inset 0 1px 1px rgba(255, 255, 255, 0.8);
}

.craft-step__icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(200, 164, 106, 0.1);
  border: 1px solid rgba(200, 164, 106, 0.3);
  color: var(--gold);
  transition: transform 0.5s var(--ease-out-expo), background 0.5s, border-color 0.5s;
}

.craft-step:hover .craft-step__icon {
  transform: scale(1.1);
  background: rgba(200, 164, 106, 0.2);
  border-color: rgba(200, 164, 106, 0.5);
}

.craft-step__num {
  display: block;
  font-size: 11px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.7;
  margin-bottom: 6px;
}

.craft-step__title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 19px;
  letter-spacing: 0.04em;
  color: var(--chocolate);
  margin-bottom: 8px;
}

.craft-step__desc {
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--cacao);
  opacity: 0.8;
  font-weight: 300;
}

/* ── MAYORISTAS · BANNER ── */
.scene-wholesale {
  padding: clamp(80px, 11vw, 130px) var(--space-lg);
}

.scene-wholesale__glass {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: clamp(44px, 6vw, 72px) clamp(28px, 5vw, 56px);
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(30px) saturate(190%);
  -webkit-backdrop-filter: blur(30px) saturate(190%);
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 34px 80px rgba(74, 46, 43, 0.12), inset 0 1px 1px rgba(255, 255, 255, 0.9);
}

.scene-wholesale__icon {
  width: 78px;
  height: 78px;
  margin: 0 auto 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(216, 196, 163, 0.55), rgba(200, 164, 106, 0.3));
  border: 1px solid rgba(216, 196, 163, 0.7);
  color: var(--chocolate);
  box-shadow: 0 14px 34px rgba(200, 164, 106, 0.25);
}

.scene-wholesale__title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: clamp(28px, 3.6vw, 42px);
  letter-spacing: 0.03em;
  color: var(--chocolate);
}

.scene-wholesale__title em {
  font-style: italic;
  color: var(--gold);
}

.scene-wholesale__text {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--cacao);
  opacity: 0.85;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.scene-wholesale__btn {
  margin-top: 32px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 54px;
  padding: 0 30px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--marfil);
  background: linear-gradient(135deg, var(--gold), rgba(200, 164, 106, 0.75));
  border: 1px solid rgba(216, 196, 163, 0.6);
  box-shadow: 0 16px 36px rgba(200, 164, 106, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.5);
  transition: transform 0.45s var(--ease-out-expo), box-shadow 0.45s, filter 0.45s;
  will-change: transform;
}

.scene-wholesale__btn:hover {
  transform: scale(1.06) translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 22px 48px rgba(200, 164, 106, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.6);
}

/* ── CTA FINAL · VIDEO BLUR + GLASS ── */
.scene-cta {
  position: relative;
  height: clamp(500px, 80vh, 750px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.scene-cta__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.scene-cta__bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(8px) brightness(0.55);
  transform: scale(1.05);
}

.scene-cta__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(74, 46, 43, 0.5) 0%, rgba(74, 46, 43, 0.75) 100%);
}

.scene-cta__glass {
  position: relative;
  z-index: 2;
  max-width: 680px;
  padding: clamp(36px, 5vw, 56px);
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(24px) saturate(140%);
  -webkit-backdrop-filter: blur(24px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.35), inset 0 1px 1px rgba(255, 255, 255, 0.15);
}

.scene-cta__title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: clamp(32px, 4.8vw, 56px);
  letter-spacing: 0.03em;
  color: var(--marfil);
  margin-top: 10px;
}

.scene-cta__title em {
  font-style: italic;
  color: var(--champagne);
}

.scene-cta__text {
  margin-top: 16px;
  font-size: clamp(13px, 1.2vw, 15px);
  line-height: 1.7;
  color: rgba(248, 245, 242, 0.7);
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.scene-cta__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 32px;
  flex-wrap: wrap;
}

.scene-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  padding: 0 30px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 11.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: transform 0.45s var(--ease-out-expo), box-shadow 0.45s, filter 0.45s, background 0.45s;
  will-change: transform;
}

.scene-cta__btn--primary {
  color: var(--chocolate);
  background: linear-gradient(135deg, var(--champagne), rgba(216, 196, 163, 0.65));
  border: 1px solid rgba(216, 196, 163, 0.8);
  box-shadow: 0 16px 38px rgba(200, 164, 106, 0.35), inset 0 1px 1px rgba(255, 255, 255, 0.5);
}

.scene-cta__btn--outline {
  color: var(--marfil);
  background: transparent;
  border: 1px solid rgba(248, 245, 242, 0.4);
  box-shadow: none;
}

.scene-cta__btn:hover {
  transform: scale(1.06) translateY(-2px);
}

.scene-cta__btn--primary:hover {
  filter: brightness(1.08);
  box-shadow: 0 22px 48px rgba(200, 164, 106, 0.45), inset 0 1px 1px rgba(255, 255, 255, 0.6);
}

.scene-cta__btn--outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(248, 245, 242, 0.7);
}

/* ── Responsive ── */
@media (max-width: 980px) {
  .scene-featured {
    grid-template-columns: 1fr;
  }

  .scene-featured__media {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
  }

  .craft-timeline {
    grid-template-columns: repeat(3, 1fr);
  }

  .craft-timeline::before {
    display: none;
  }

  .scene-custom {
    grid-template-columns: 1fr;
  }

  .scene-custom__media {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
  }

  .scene-clients__grid {
    grid-template-columns: 1fr;
    max-width: 560px;
  }

  .look-item {
    grid-template-columns: 72px 1fr auto;
  }

  .look-item__thumb {
    width: 72px;
    height: 72px;
  }

  .look-item__buy {
    grid-column: 2 / 4;
    width: 100%;
  }

  .footer__benefits {
    grid-template-columns: repeat(2, 1fr);
  }

  .qv-modal__card {
    grid-template-columns: 1fr;
    max-width: 480px;
  }

  .qv-modal__media {
    aspect-ratio: 4 / 3;
  }

  .qv-modal__media img {
    position: static;
  }
}

@media (max-width: 640px) {
  .craft-timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .scene-best__head {
    justify-content: center;
    text-align: center;
  }

  .newsletter {
    flex-direction: column;
  }

  .newsletter__btn {
    width: 100%;
  }
}