/* ── Variables ── */
:root {
  --black:        #09090b;
  --carbon:       #0e0e10;
  --gold:         #c9aa72;
  --gold-light:   #e0c98b;
  --cream:        #f0e6d2;
  --cream-dim:    #cfc0a4;
  --muted:        #7a6e5e;
  --cintillo-h:   38px;
  --header-h:     70px;
  --mx:           50vw;
  --my:           50vh;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background:
    linear-gradient(rgba(0,0,0,0.18), rgba(0,0,0,0.18)),
    url("./assets/backgrounds/wall_rock.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: var(--cream);
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  min-height: 100vh;
}

::-webkit-scrollbar { width: 3px; }
::-webkit-scrollbar-track { background: var(--black); }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 2px; }

#bubbles { position: fixed; inset: 0; pointer-events: none; z-index: 3; }

/* ══ CINTILLO ══ */
#cintillo {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  height: var(--cintillo-h); background: rgba(9,9,11,0.95);
  border-bottom: 1px solid rgba(201,170,114,0.10);
  display: flex; align-items: center; justify-content: center; overflow: hidden;
  transition: opacity 0.55s ease, transform 0.55s ease; will-change: opacity, transform;
}
#cintillo.gone { opacity: 0; transform: translateY(-100%); pointer-events: none; }

.cintillo-bottom {
  position: relative; z-index: 5; height: var(--cintillo-h);
  background: rgba(9,9,11,0.95);
  border-top: 1px solid rgba(201,170,114,0.10);
  border-bottom: 1px solid rgba(201,170,114,0.10);
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.cintillo-track { display: flex; align-items: center; white-space: nowrap; animation: marquee 22s linear infinite; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.cintillo-track span { font-size: 10.5px; font-weight: 300; letter-spacing: 0.22em; text-transform: uppercase; color: var(--cream-dim); padding: 0 28px; }
.cintillo-track em { color: var(--gold); font-style: normal; font-size: 11px; }

/* ══ HEADER ══ */
#header {
  position: fixed; top: var(--cintillo-h); left: 0; right: 0; z-index: 199;
  height: var(--header-h); display: flex; align-items: center; padding: 0 48px;
  background: rgba(9,9,11,0.80); backdrop-filter: blur(22px) saturate(1.3);
  -webkit-backdrop-filter: blur(22px) saturate(1.3);
  border-bottom: 1px solid rgba(201,170,114,0.09);
  transition: top 0.52s ease, border-color 0.3s, box-shadow 0.3s; will-change: top;
}
#header.top-zero { top: 0; }
#header.scrolled { border-bottom-color: rgba(201,170,114,0.17); box-shadow: 0 6px 48px rgba(0,0,0,0.55); }

.h-logo { flex: 0 0 auto; display: flex; align-items: center; text-decoration: none; margin-right: auto; }
.h-logo img { height: 42px; width: auto; display: block; filter: drop-shadow(0 0 6px rgba(201,170,114,0.12)); transition: filter 0.3s; }
.h-logo:hover img { filter: drop-shadow(0 0 14px rgba(201,170,114,0.32)); }

.h-nav { display: flex; align-items: center; gap: 24px; list-style: none; margin: 0 32px; flex-wrap: nowrap; }
.h-nav a { font-size: 10px; font-weight: 400; letter-spacing: 0.22em; text-transform: uppercase; color: var(--cream-dim); text-decoration: none; position: relative; padding-bottom: 2px; transition: color 0.25s; white-space: nowrap; }
.h-nav a::after { content: ''; position: absolute; bottom: 0; left: 50%; right: 50%; height: 1px; background: var(--gold); transition: left 0.28s ease, right 0.28s ease; }
.h-nav a:hover { color: var(--cream); }
.h-nav a:hover::after { left: 0; right: 0; }

.h-actions { display: flex; align-items: center; gap: 16px; flex: 0 0 auto; }
.ico { width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; background: none; border: none; cursor: pointer; color: var(--cream-dim); border-radius: 50%; transition: color 0.25s, background 0.25s; }
.ico:hover { color: var(--cream); background: rgba(201,170,114,0.07); }
.ico svg { width: 17px; height: 17px; stroke-width: 1.5; }
.h-cart-svg { width: 17px; height: 17px; display: block; background-color: var(--cream-dim); -webkit-mask-image: url('./assets/icons/cart.svg'); mask-image: url('./assets/icons/cart.svg'); -webkit-mask-size: contain; mask-size: contain; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; transition: background-color 0.25s; }
.ico:hover .h-cart-svg { background-color: var(--cream); }

.cart-wrap { position: relative; }
.cart-dot { position: absolute; top: 3px; right: 3px; width: 13px; height: 13px; background: var(--gold); color: var(--black); font-size: 7.5px; font-weight: 600; border-radius: 50%; display: flex; align-items: center; justify-content: center; opacity: 0; transform: scale(0.5); transition: opacity 0.2s, transform 0.2s; }
.cart-dot.show { opacity: 1; transform: scale(1); }

.lang { display: flex; border: 1px solid rgba(201,170,114,0.20); border-radius: 20px; overflow: hidden; background: rgba(255,255,255,0.03); backdrop-filter: blur(10px); }
.lang button { font-family: 'Josefin Sans', sans-serif; font-size: 9px; font-weight: 400; letter-spacing: 0.16em; text-transform: uppercase; padding: 5px 11px; border: none; background: none; color: var(--muted); cursor: pointer; transition: color 0.2s, background 0.2s; }
.lang button.on { background: rgba(201,170,114,0.13); color: var(--gold-light); }
.lang button:hover:not(.on) { color: var(--cream-dim); }

/* ══ SEARCH BAR ══ */
#search-bar { position: fixed; left: 0; right: 0; z-index: 198; height: 0; overflow: hidden; background: rgba(9,9,11,0.93); backdrop-filter: blur(22px); border-bottom: 1px solid rgba(201,170,114,0.09); transition: height 0.32s cubic-bezier(0.4,0,0.2,1); }
#search-bar.open { height: 56px; }
.search-inner { display: flex; align-items: center; height: 56px; padding: 0 48px; gap: 14px; }
.search-inner .s-ico { width: 15px; height: 15px; color: var(--muted); flex-shrink: 0; stroke-width: 1.5; }
.search-field { flex: 1; background: none; border: none; outline: none; font-family: 'Cormorant Garamond', serif; font-size: 15px; font-style: italic; font-weight: 300; letter-spacing: 0.07em; color: var(--cream); caret-color: var(--gold); }
.search-field::placeholder { color: var(--muted); }
.search-sep { width: 1px; height: 22px; background: rgba(201,170,114,0.15); flex-shrink: 0; }
.search-x { background: none; border: none; cursor: pointer; color: var(--muted); display: flex; padding: 4px; transition: color 0.2s; }
.search-x:hover { color: var(--cream); }
.search-x svg { width: 15px; height: 15px; stroke-width: 1.5; }

/* ══ HERO ══ */
#hero { position: relative; width: 100%; height: 100vh; min-height: 100vh; background: var(--black); overflow: hidden; z-index: 1; }
#hero::after { content: ''; position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(to bottom, rgba(0,0,0,0.12) 0%, transparent 22%, transparent 76%, rgba(0,0,0,0.18) 100%); }
.video-wrap { position: absolute; inset: 0; overflow: hidden; }
.video-wrap video { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }

@media (max-width: 1100px) { #header { padding: 0 28px; } .h-nav { gap: 15px; margin: 0 18px; } .h-actions { gap: 12px; } }


/* ════════════════════════════════════════════════════════
   ══ SHOWCASE — BLACK MIRROR ══
   Todo lo que sigue fue rediseñado.
   Lo de arriba (header, hero, cintillo, search)
   está 100 % intacto.
════════════════════════════════════════════════════════ */

.ovie-scroll-showcase {
  position: relative;
  z-index: 1;
  padding: 0 0 120px;

  /* ── Negro espejo base ── */
  background: #000;

  /* overflow: visible — necesario para que .mirror-sticky-bg funcione */
  overflow: visible;

  box-shadow:
    0 -24px 100px rgba(0,0,0,0.70),
    0 34px 110px rgba(0,0,0,0.55);
}

/* ── Canvas pegajoso del efecto Black Mirror ── */
.mirror-sticky-bg {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /* Tira hacia arriba para que el contenido lo sobreponga */
  margin-bottom: -100vh;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

#mirror-bg {
  display: block;
  width: 100%;
  height: 100%;
}

/* ── Título del bloque — sobre fondo oscuro ── */
.showcase-title {
  position: relative;
  z-index: 2;
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(42px, 6vw, 88px);
  font-weight: 300;
  letter-spacing: 0.08em;
  color: var(--cream);
  margin: 0 24px 78px;
  padding-top: 86px;
  text-shadow:
    0 2px 40px rgba(0,0,0,0.55),
    0 0 80px rgba(201,170,114,0.08);
}

/* ── Stage — encima del canvas mirror ── */
.showcase-stage {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 18px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.showcase-row {
  min-height: 85vh;
  display: grid;
  grid-template-columns: minmax(0,1fr) 420px minmax(0,1fr);
  gap: 18px;
  align-items: stretch;
  isolation: isolate;
}
.showcase-media-left  { grid-column: 1; }
.showcase-media-right { grid-column: 3; }

/* ── Marco premium dark — neumorfismo oscuro + borde dorado ── */
.showcase-media {
  position: relative;
  min-height: 85vh;
  overflow: hidden;

  /* Base oscura translúcida */
  background: rgba(4, 4, 7, 0.60);

  /* Borde crema/dorado suave */
  border: 1px solid rgba(201,170,114,0.20);

  /* Neumorfismo oscuro + glow dorado sutil */
  box-shadow:
    inset 0  1px 0 rgba(255,255,255,0.055),
    inset 0 -1px 0 rgba(201,170,114,0.055),
    inset  1px 0 0 rgba(255,255,255,0.025),
    inset -1px 0 0 rgba(255,255,255,0.025),
    0  2px  8px  rgba(0,0,0,0.40),
    0 12px 40px  rgba(0,0,0,0.45),
    0 28px 80px  rgba(0,0,0,0.35),
    0  0   24px  rgba(201,170,114,0.05);

  transition: border-color 0.5s ease, box-shadow 0.5s ease;
}

/* Reflejo glass en la superficie del marco */
.showcase-media::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.045) 0%,
    rgba(255,255,255,0.010) 20%,
    transparent              45%,
    transparent              70%,
    rgba(201,170,114,0.025) 100%
  );
}

/* Hover luxury */
.showcase-media:hover {
  border-color: rgba(201,170,114,0.40);
  box-shadow:
    inset 0  1px 0 rgba(255,255,255,0.09),
    inset 0 -1px 0 rgba(201,170,114,0.10),
    inset  1px 0 0 rgba(255,255,255,0.04),
    inset -1px 0 0 rgba(255,255,255,0.04),
    0  2px  8px  rgba(0,0,0,0.50),
    0 12px 50px  rgba(0,0,0,0.55),
    0 32px 90px  rgba(0,0,0,0.40),
    0  0   50px  rgba(201,170,114,0.12),
    0  0  100px  rgba(201,170,114,0.05);
}

/*
  ── PARALLAX INNER ──

  top: -60px  →  el inner empieza 60px arriba del marco.
  height: calc(100% + 120px)  →  60px extra arriba + 60px abajo.

  object-fit: contain → sin zoom agresivo; el contenido 9:16
  se ve completo, centrado, con barras oscuras a los lados.

  GSAP mueve y: 0 → 20 (parallax sutil — efecto "baile" elegante).
  Al final: inner top = -60 + 20 = -40px. Siempre cubierto. ✓
*/
.parallax-inner {
  position: absolute;
  top: -140px;
  left: 0;
  width: 100%;
  height: calc(100% + 280px);
  will-change: transform;
  background: transparent;
}

/* Reducir corrida visual en imágenes derechas del bloque 2 sin tocar videos */
.showcase-media-right .parallax-inner {
  top: -70px;
  height: calc(100% + 140px);
}

@media (min-width: 981px) {
  .showcase-media-right img {
    object-fit: contain;
  }
}

/* Videos e imágenes: sin zoom, contenido completo visible */
.showcase-media img,
.showcase-media video {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
}

/* Link wrapper sobre media — transparente, full-size, permite click */
.showcase-media-link {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 30;
  cursor: pointer;
}

/* ── Tarjeta central — Black Chrome Crystal ── */
.showcase-card {
  position: absolute; top: 0; left: 50%; z-index: 25;
  width: 420px; min-height: 85vh;
  transform: translateX(-50%);
  padding: 42px 30px;
  display: flex; flex-direction: column; justify-content: space-between; text-align: center;

  /* Cristal negro espejo */
  background: linear-gradient(
    160deg,
    rgba(255,255,255,0.055)  0%,
    rgba(255,255,255,0.012) 14%,
    rgba(8, 7,  11, 0.86)   36%,
    rgba(4, 4,   8, 0.95)  100%
  );

  color: var(--cream-dim);

  /* Borde dorado refinado */
  border: 1px solid rgba(201,170,114,0.35);

  /* Cristal negro: blur alto + brillo leve */
  backdrop-filter: blur(30px) saturate(1.55) brightness(1.06);
  -webkit-backdrop-filter: blur(30px) saturate(1.55) brightness(1.06);

  box-shadow:
    /* Borde superior brillante — efecto vidrio */
    inset 0  2px 0 rgba(255,255,255,0.16),
    /* Borde inferior dorado */
    inset 0 -1px 0 rgba(201,170,114,0.12),
    /* Bordes laterales sutiles */
    inset  1px 0 0 rgba(255,255,255,0.04),
    inset -1px 0 0 rgba(255,255,255,0.04),
    /* Glow dorado externo */
    0  0   0  1px  rgba(201,170,114,0.12),
    0  4px 30px    rgba(201,170,114,0.08),
    /* Sombra profunda */
    0 22px 80px    rgba(0,0,0,0.82),
    0 44px 120px   rgba(0,0,0,0.50),
    0  0   80px    rgba(0,0,10, 0.30);

  will-change: transform;
}

/* Marco interior doble — efecto luxury */
.showcase-card::before {
  content: '';
  position: absolute;
  inset: 11px;
  border: 1px solid rgba(240,230,210,0.09);
  pointer-events: none;
}

/* Línea de luz superior — reflejo de espejo */
.showcase-card::after {
  content: '';
  position: absolute;
  top: 0; left: 12%; right: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(224,201,139,0.72), transparent);
  pointer-events: none;
}

.showcase-kicker {
  position: relative; z-index: 2;
  font-size: 10px; font-weight: 400;
  letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--gold-light);
}

.showcase-card-mid { position: relative; z-index: 2; }

.showcase-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(40px, 4.8vw, 66px);
  font-weight: 300;
  line-height: 0.96;
  color: var(--cream);
  margin-bottom: 24px;
  text-shadow: 0 2px 20px rgba(0,0,0,0.4);
}

.showcase-card p {
  font-size: 15px; line-height: 1.75;
  letter-spacing: 0.03em;
  color: var(--cream-dim);
}

.showcase-card-link {
  position: relative; z-index: 2;
  color: var(--gold-light);
  text-decoration: none;
  font-size: 10px; font-weight: 400;
  letter-spacing: 0.24em; text-transform: uppercase;
  padding-bottom: 4px;
}
.showcase-card-link::after {
  content: '';
  position: absolute;
  left: 50%; right: 50%; bottom: 0;
  height: 1px;
  background: var(--gold-light);
  transition: left 0.28s ease, right 0.28s ease;
}
.showcase-card-link:hover::after { left: 0; right: 0; }


/* ══ RESPONSIVE ══ */
@media (max-width: 980px) {
  .ovie-scroll-showcase { padding: 0 0 70px; }

  .showcase-title { margin-bottom: 46px; padding-top: 62px; }

  .showcase-stage { gap: 28px; padding: 0 18px; }

  /* Tarjeta ocupa ancho completo en mobile */
  .showcase-card {
    position: relative; top: auto; left: auto;
    width: 100%; min-height: auto;
    transform: none !important;
    padding: 34px 24px; gap: 32px;
  }

  .showcase-row {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .showcase-media-left, .showcase-media-right { grid-column: auto; }

  .showcase-media {
    min-height: auto;
    aspect-ratio: 9 / 16;
  }

  /* Sin parallax en mobile */
  .parallax-inner {
    top: 0;
    height: 100%;
    will-change: auto;
  }

  /* Mirror sticky no necesita altura full en mobile */
  .mirror-sticky-bg {
    height: 50vh;
    margin-bottom: -50vh;
  }
}


/* ════════════════════════════════════════════════════════
   DESKTOP BLOQUE 3 — COLECCIONES O-VIÉ  (dcc-)
════════════════════════════════════════════════════════ */

.desktop-collections-carousel {
  position: relative; z-index: 1; overflow: hidden;
  background:
    radial-gradient(circle at 82% 12%, rgba(190,160,255,0.20), transparent 30%),
    radial-gradient(circle at 10% 80%, rgba(210,185,255,0.16), transparent 34%),
    radial-gradient(circle at 50% 44%, rgba(255,255,255,0.58), transparent 40%),
    linear-gradient(180deg, #fdfbff 0%, #f5eeff 45%, #faf6ff 100%);
}

.desktop-collections-carousel::before {
  content: ''; position: absolute; inset: -50%;
  pointer-events: none; z-index: 0;
  background: linear-gradient(92deg,
    transparent 32%, rgba(255,255,255,0.02) 40%,
    rgba(225,200,255,0.60) 45%, rgba(255,255,255,0.88) 50%,
    rgba(200,170,255,0.55) 55%, rgba(255,255,255,0.02) 60%, transparent 68%);
  mix-blend-mode: overlay;
  animation: pearl-flash 16s ease-in-out infinite;
}

.dcc-shell {
  position: relative; z-index: 2; width: 100%; max-width: 1440px;
  margin: 0 auto;
  padding: clamp(72px,9vh,120px) clamp(48px,5.5vw,96px) clamp(80px,10vh,120px);
}

.dcc-header { text-align: center; margin-bottom: clamp(48px,6vh,80px); }

.dcc-eyebrow {
  display: block; margin: 0 0 12px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 10px; font-weight: 400; letter-spacing: 0.34em; text-transform: uppercase;
  color: rgba(9,9,11,0.48);
}

.dcc-title {
  margin: 0 0 20px;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(34px,3.8vw,58px); font-weight: 300; line-height: 1.05; color: #1a1714;
}

.dcc-rule {
  display: block; width: 48px; height: 1px; margin: 0 auto;
  background: linear-gradient(to right, transparent, rgba(201,170,114,0.55), transparent);
}

.dcc-grid {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: clamp(16px,2vw,32px); align-items: start;
}

.dcc-card { display: flex; flex-direction: column; gap: 0; }

.dcc-frame {
  position: relative; width: 100%; aspect-ratio: 3/4; overflow: hidden;
  background: #0c0b0a; border: 1px solid rgba(9,9,11,0.10);
  box-shadow: 0 8px 28px rgba(0,0,0,0.16), 0 24px 64px rgba(0,0,0,0.12),
    inset 0 1px 0 rgba(255,255,255,0.10);
  transition: border-color 0.40s ease, box-shadow 0.40s ease;
  cursor: pointer;
}

.dcc-card:hover .dcc-frame {
  border-color: rgba(201,170,114,0.32);
  box-shadow: 0 10px 36px rgba(0,0,0,0.22), 0 32px 80px rgba(0,0,0,0.18),
    0 0 40px rgba(201,170,114,0.07), inset 0 1px 0 rgba(255,255,255,0.12);
}

.dcc-video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center; display: block;
}

.dcc-frame-shine {
  position: absolute; inset: 0; pointer-events: none; z-index: 2;
  background: linear-gradient(135deg,
    rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.01) 22%,
    transparent 48%, transparent 72%, rgba(201,170,114,0.02) 100%);
}

.dcc-copy { padding: 18px 4px 0; display: flex; flex-direction: column; gap: 10px; }

.dcc-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(20px,1.8vw,28px); font-weight: 300; color: #1a1714; line-height: 1; margin: 0;
}

.dcc-desc {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 12px; font-weight: 300; line-height: 1.65;
  letter-spacing: 0.03em; color: rgba(25,22,20,0.62); margin: 0;
}

.dcc-btn {
  display: inline-flex; align-items: center; gap: 10px;
  align-self: flex-start; margin-top: 4px; padding-bottom: 6px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 10px; font-weight: 400; letter-spacing: 0.22em; text-transform: uppercase;
  color: #09090b; text-decoration: none; position: relative;
}

.dcc-btn::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0;
  height: 1px; background: currentColor; transform-origin: left;
  transition: transform 0.32s ease;
}

.dcc-btn:hover::after { transform: scaleX(0.82); }
.dcc-btn-arrow { width: 17px; height: 7px; flex-shrink: 0; transition: transform 0.32s ease; }
.dcc-btn:hover .dcc-btn-arrow { transform: translateX(4px); }

@media (max-width: 980px) { #desktop-collections-carousel { display: none; } }


/* ════════════════════════════════════════════════════════
   DESKTOP BLOQUE 4 — STORY CAROUSEL BLACK MIRROR  (dsc-)
   Dimensiones: 1464×600px  |  Aspect ratio 2.44:1
════════════════════════════════════════════════════════ */

/* ── Keyframes ── */
@keyframes dsc-eyebrow-in {
  from { opacity: 0; transform: translateY(-16px); letter-spacing: 0.52em; }
  to   { opacity: 1; transform: translateY(0);     letter-spacing: 0.34em; }
}

@keyframes dsc-title-in {
  from { opacity: 0; transform: translateY(32px) skewY(2deg); filter: blur(8px); }
  to   { opacity: 1; transform: translateY(0)    skewY(0);    filter: blur(0); }
}

@keyframes dsc-rule-in {
  from { opacity: 0; width: 0; }
  to   { opacity: 1; width: 36px; }
}

@keyframes dsc-text-in {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes dsc-btn-in {
  from { opacity: 0; transform: translateX(-12px); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes dsc-bc-in-left {
  from { opacity: 0; transform: translateX(-20px); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes dsc-bc-in-right {
  from { opacity: 0; transform: translateX(20px); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes dsc-line-grow {
  from { width: 0; opacity: 0; }
  to   { width: clamp(80px, 10vw, 160px); opacity: 1; }
}

/* ── Wrapper ── */
.desktop-story-carousel {
  position: relative; z-index: 1; background: #000; overflow: hidden;
}

/* ── Tabs horizontales superiores ── */
.dsc-tabs-bar {
  position: relative; z-index: 10;
  display: flex; justify-content: center; gap: 0;
  border-bottom: 1px solid rgba(201,170,114,0.14);
  background: rgba(0,0,0,0.92);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  padding: 0 clamp(32px,5vw,80px);
}

.dsc-tab {
  position: relative; background: none; border: none;
  border-bottom: 2px solid transparent;
  padding: 18px 32px 16px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 10px; font-weight: 400; letter-spacing: 0.24em; text-transform: uppercase;
  color: rgba(201,170,114,0.38); cursor: pointer;
  transition: color 0.28s ease, border-color 0.28s ease;
  white-space: nowrap; margin-bottom: -1px;
}

.dsc-tab.active { color: #c9aa72; border-bottom-color: #c9aa72; }
.dsc-tab:hover:not(.active) { color: rgba(201,170,114,0.72); }

/* ── Slider ── */
.dsc-viewport {
  overflow: hidden;
  position: relative;
  cursor: default;
  user-select: none;
  width: 100%;
  aspect-ratio: 1920 / 800;
  max-height: 800px;
  min-height: 640px;
  height: auto;
  background: #000;
}

.dsc-viewport.is-dragging { cursor: default; }

.dsc-track {
  display: flex; width: 500%;
  height: 100%;
  transition: transform 0.52s cubic-bezier(0.4,0,0.2,1);
  will-change: transform;
}

/* ── Slide ── */
.dsc-slide {
  flex: 0 0 20%; position: relative; overflow: hidden; background: #000;
  height: 100%;
}

.dsc-img {
  width: 100%; height: 100%;
  object-fit: contain; object-position: center center;
  display: block; user-select: none; -webkit-user-drag: none;
  pointer-events: none;
  background: #000;
}

/* ── Contenido editorial — posición superior ── */
.dsc-content {
  position: absolute; z-index: 3;
  display: flex; flex-direction: column; gap: 10px;
  max-width: 500px;
}

/* TOP-LEFT: centrado visualmente, más adentro del espacio negro */
.dsc-content--top-left {
  top: 50%;
  transform: translateY(-50%);
  left: clamp(80px, 8vw, 140px);
}

/* Pure Care: texto en zona superior, encima de los iconos */
.dsc-slide--pure-care .dsc-content--top-left {
  top: clamp(20px, 4%, 36px);
  transform: none;
}

/* Certification: texto en zona superior izquierda */
.dsc-slide--certification .dsc-content--top-left {
  top: clamp(20px, 4%, 36px);
  transform: none;
}

/* TOP-RIGHT: centrado verticalmente, alineado derecha */
.dsc-content--top-right {
  top: 50%;
  transform: translateY(-50%);
  right: clamp(48px, 6vw, 88px);
  align-items: flex-end; text-align: right;
}

/* ── Elementos del contenido — arrancan invisibles ── */
.dsc-eyebrow,
.dsc-title,
.dsc-rule,
.dsc-text,
.dsc-btn {
  opacity: 0;
}

/* Al activarse el slide, cada elemento anima con delay escalonado */
.dsc-slide.is-active .dsc-eyebrow {
  animation: dsc-eyebrow-in 0.60s cubic-bezier(0.16,1,0.3,1) 0.05s forwards;
}

.dsc-slide.is-active .dsc-title {
  animation: dsc-title-in 0.80s cubic-bezier(0.16,1,0.3,1) 0.22s forwards;
}

.dsc-slide.is-active .dsc-rule {
  animation: dsc-rule-in 0.55s ease 0.52s forwards;
}

.dsc-slide.is-active .dsc-text {
  animation: dsc-text-in 0.65s cubic-bezier(0.16,1,0.3,1) 0.62s forwards;
}

.dsc-slide.is-active .dsc-btn {
  animation: dsc-btn-in 0.55s cubic-bezier(0.16,1,0.3,1) 0.80s forwards;
}

/* ── Tipografía ── */
.dsc-eyebrow {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 10px; font-weight: 400;
  letter-spacing: 0.34em; text-transform: uppercase;
  color: var(--gold); margin: 0;
}

.dsc-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(52px, 6vw, 86px);
  font-weight: 300; line-height: 0.96;
  color: var(--cream); margin: 0; letter-spacing: 0.01em;
}

.dsc-rule {
  display: block; width: 0; height: 1px;
  background: linear-gradient(to right, var(--gold), transparent);
  flex-shrink: 0;
}

.dsc-content--top-right .dsc-rule {
  background: linear-gradient(to left, var(--gold), transparent);
}

.dsc-text {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14.5px; font-weight: 300; line-height: 1.68;
  letter-spacing: 0.03em; color: rgba(240,230,210,0.72);
  margin: 0; max-width: 400px;
}

.dsc-btn {
  display: inline-flex; align-items: center; gap: 11px;
  padding-bottom: 7px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 11px; font-weight: 400;
  letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--cream); text-decoration: none;
  position: relative; align-self: flex-start;
  margin-top: 6px;
}

.dsc-btn--right { align-self: flex-end; }

.dsc-btn::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0;
  height: 1px; background: rgba(201,170,114,0.50);
  transform-origin: left; transition: background 0.3s, transform 0.3s;
}

.dsc-btn:hover::after { background: var(--gold); transform: scaleX(0.80); }
.dsc-btn-arrow { width: 17px; height: 7px; flex-shrink: 0; transition: transform 0.3s; }
.dsc-btn:hover .dsc-btn-arrow { transform: translateX(5px); }

/* ── Fades por slide ── */
.dsc-slide--ritual::after,
.dsc-slide--collection::after {
  content: ''; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: linear-gradient(to right,
    rgba(0,0,0,0.80) 0%, rgba(0,0,0,0.50) 32%, rgba(0,0,0,0.10) 55%, transparent 70%);
}

.dsc-slide--certification::after {
  content: ''; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: linear-gradient(to left,
    rgba(0,0,0,0.80) 0%, rgba(0,0,0,0.50) 32%, rgba(0,0,0,0.10) 55%, transparent 70%);
}

/* Pure care sin overlay */
.dsc-slide--pure-care .dsc-img {
  object-fit: contain;
  object-position: center center;
  background: #000;
}

/* ── SLIDE 2 — BENEFITS ── */
/* Imagen full cover, fondo negro — sin fondo blanco */
.dsc-slide--benefits .dsc-img {
  object-fit: contain;
  object-position: center center;
  background: #000;
}

/* Fades oscuros laterales para zonas de callout */
.dsc-slide--benefits::before {
  content: ''; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background:
    linear-gradient(to right, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.60) 18%, transparent 36%),
    linear-gradient(to left,  rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.60) 18%, transparent 36%);
}

/* Columnas absolutas que contienen los callouts */
.dsc-benefits-side {
  position: absolute;
  top: 0; bottom: 0;
  z-index: 4;
  pointer-events: none;
  width: clamp(280px, 28vw, 420px);
}

/* Izquierda: columna termina pegada al borde del rostro */
.dsc-benefits-side--left  {
  right: 50%;
  margin-right: 8%;
}

/* Derecha: columna empieza pegada al borde del rostro */
.dsc-benefits-side--right {
  left: 50%;
  margin-left: 8%;
}

/* Cada callout: posicionado absoluto por data-dsc-top en JS */
.dsc-bc {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0;
  opacity: 0;
  transform: translateX(0);
}

.dsc-benefits-side--left  .dsc-bc { left: 0; }
.dsc-benefits-side--right .dsc-bc { right: 0; }

/* Animaciones de entrada — disparadas por JS con delay */
.dsc-slide.is-active .dsc-bc--neg {
  animation: dsc-bc-in-left 0.55s cubic-bezier(0.16,1,0.3,1) forwards;
}

.dsc-slide.is-active .dsc-bc--pos {
  animation: dsc-bc-in-right 0.55s cubic-bezier(0.16,1,0.3,1) forwards;
}

.dsc-slide.is-active .dsc-bc-line {
  animation: dsc-line-grow 0.50s cubic-bezier(0.4,0,0.2,1) forwards;
}

/* Dot */
.dsc-bc-dot {
  flex-shrink: 0; width: 8px; height: 8px; border-radius: 50%;
}

.dsc-bc--neg .dsc-bc-dot {
  background: rgba(207,192,164,0.55);
  box-shadow: 0 0 10px rgba(207,192,164,0.35);
}

.dsc-bc--pos .dsc-bc-dot {
  background: #c9aa72;
  box-shadow: 0 0 12px rgba(201,170,114,0.65);
}

/* Línea larga */
.dsc-bc-line {
  display: block; height: 1px; width: 0; opacity: 0;
  flex-shrink: 0;
}

.dsc-bc--neg .dsc-bc-line {
  background: rgba(207,192,164,0.55);
  margin: 0 12px;
}

.dsc-bc--pos .dsc-bc-line {
  background: rgba(207,192,164,0.80);
  margin: 0 12px;
}

/* Label */
.dsc-bc-label {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 11.5px; font-weight: 300;
  letter-spacing: 0.28em; text-transform: uppercase;
  white-space: nowrap;
}

.dsc-bc--neg .dsc-bc-label { color: rgba(207,192,164,0.70); }
.dsc-bc--pos .dsc-bc-label { color: rgba(207,192,164,0.96); }

/* ── Dots ── */
.dsc-dots {
  display: flex; justify-content: center; align-items: center;
  gap: 8px; padding: 14px 0 10px; background: #000;
}

.dsc-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: rgba(201,170,114,0.25);
  transition: background 0.28s ease, transform 0.28s ease;
  cursor: pointer;
}

.dsc-dot.active { background: rgba(201,170,114,0.82); transform: scale(1.4); }
/* ── Flechas de navegación ── */
.dsc-prev,
.dsc-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 44px; height: 44px;
  border-radius: 0;
  border: 1px solid rgba(201,170,114,0.35);
  background: rgba(0,0,0,0.62);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  color: #cfc0a4; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: border-color 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
  outline: none;
}
.dsc-prev { left: 24px; }
.dsc-next { right: 24px; }
.dsc-prev:hover, .dsc-next:hover {
  border-color: rgba(201,170,114,0.75);
  background: rgba(0,0,0,0.80);
  box-shadow: 0 0 16px rgba(201,170,114,0.18);
}
.dsc-prev svg, .dsc-next svg { width: 16px; height: 16px; flex-shrink: 0; }
@media (max-width: 980px) { .dsc-prev, .dsc-next { display: none; } }


/* ── ES/EN ── */
.dsc-lang-es, .dsc-lang-en { display: none; }
html[lang="en"]       .dsc-lang-en { display: inline; }
html:not([lang="en"]) .dsc-lang-es { display: inline; }

@media (max-width: 980px) { #desktop-story-carousel { display: none; } }


/* ════════════════════════════════════════════════════════
   BLOQUE 3 — O-VIÉ EXPERIENCE
   Base completa blanco perla + cuadro video con respiración
════════════════════════════════════════════════════════ */

.ovie-experience-block {
  position: relative;
  z-index: 1;
  background: #000;
  padding: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.ovie-experience-block::before {
  content: ''; position: absolute;
  top: 0; left: 0; right: 0; height: 180px;
  background: linear-gradient(to bottom, #09090b 0%, transparent 100%);
  z-index: 10; pointer-events: none;
}

.experience-shell {
  position: relative;
  min-height: 100vh;
  width: 100%;
  display: grid;
  grid-template-columns: 41% 59%;
  align-items: center;
  background:
    radial-gradient(circle at 78% 16%, rgba(190,160,255,0.26), transparent 28%),
    radial-gradient(circle at 12% 78%, rgba(210,185,255,0.20), transparent 32%),
    radial-gradient(circle at 48% 42%, rgba(255,255,255,0.65), transparent 38%),
    linear-gradient(165deg, #fdfbff 0%, #f5eeff 32%, #faf6ff 58%, #141210 100%);
  padding: clamp(86px, 11vh, 132px) clamp(42px, 5vw, 76px);
  column-gap: clamp(22px, 3vw, 54px);
  overflow: hidden;
}

@keyframes pearl-flash {
  0%   { transform: translateX(-120%) rotate(12deg); opacity: 1; }
  65%  { transform: translateX(120%) rotate(12deg); opacity: 1; }
  66%  { opacity: 0; transform: translateX(120%) rotate(12deg); }
  99%  { opacity: 0; transform: translateX(-120%) rotate(12deg); }
  100% { opacity: 1; transform: translateX(-120%) rotate(12deg); }
}

.experience-shell::before {
  content: '';
  position: absolute;
  inset: -50%;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent        32%,
    rgba(255,255,255,0.03)  40%,
    rgba(225,200,255,0.72)  45%,
    rgba(255,255,255,0.95)  50%,
    rgba(195,160,255,0.68)  55%,
    rgba(255,255,255,0.03)  60%,
    transparent        68%
  );
  mix-blend-mode: overlay;
  animation: pearl-flash 12s ease-in-out infinite;
}

.experience-copy {
  position: relative;
  z-index: 4;
  max-width: 520px;
  align-self: center;
}

.experience-eyebrow {
  margin: 0 0 28px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.30em;
  text-transform: uppercase;
  color: rgba(9,9,11,0.58);
}

.experience-heading {
  position: relative;
  margin-bottom: 34px;
}

.experience-title {
  margin: 0;
  font-family: "Big Shoulders Display", sans-serif;
  font-size: clamp(38px, 4.2vw, 72px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #070708;
}

.experience-script {
  position: relative;
  z-index: 5;
  margin: clamp(-32px, -2.8vw, -16px) 0 0 clamp(18px, 3vw, 48px);
  font-family: "Luxurious Script", cursive;
  font-size: clamp(54px, 6vw, 100px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
  color: rgba(48,36,32,0.92);
}

.experience-text {
  max-width: 430px;
  margin: 0 0 34px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  line-height: 1.58;
  letter-spacing: 0.025em;
  color: rgba(25,22,20,0.76);
}

.experience-link {
  display: inline-flex;
  color: #09090b;
  text-decoration: none;
}

.experience-link-inner {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding-bottom: 8px;
  overflow: visible;
}

.experience-link-inner::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transform-origin: left;
  transition: transform 0.36s ease;
}

.experience-link-text {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  transition: transform 0.36s ease;
}

.experience-arrow {
  width: 19px;
  height: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 19px;
  transition: opacity 0.28s ease, transform 0.36s ease, margin 0.36s ease;
}

.experience-arrow svg {
  width: 19px;
  height: 8px;
}

.experience-arrow-left {
  order: -1;
  opacity: 0;
  transform: translateX(-10px);
  margin-right: -30px;
}

.experience-arrow-right {
  opacity: 1;
  transform: translateX(0);
}

.experience-link:hover .experience-arrow-left {
  opacity: 1;
  transform: translateX(0);
  margin-right: 0;
}

.experience-link:hover .experience-arrow-right {
  opacity: 0;
  transform: translateX(12px);
  margin-left: -30px;
}

.experience-link:hover .experience-link-text {
  transform: translateX(4px);
}

.experience-link:hover .experience-link-inner::after {
  transform: scaleX(0.88);
}

.experience-seal {
  position: absolute;
  z-index: 7;
  top: clamp(86px, 15vh, 156px);
  left: 45%;
  width: clamp(112px, 9vw, 166px);
  height: auto;
  transform: translateX(-50%);
  filter:
    drop-shadow(0 18px 34px rgba(0,0,0,0.30))
    drop-shadow(0 0 18px rgba(240,230,210,0.10));
  pointer-events: none;
}

.experience-video-box {
  position: relative;
  z-index: 3;
  width: 100%;
  height: clamp(520px, 72vh, 760px);
  align-self: center;
  justify-self: stretch;
  overflow: hidden;
  background: #000;
  border: 1px solid rgba(9,9,11,0.10);
  box-shadow:
    0 24px 70px rgba(0,0,0,0.24),
    inset 0 1px 0 rgba(255,255,255,0.12);
}

.experience-video-runway {
  position: absolute;
  top: -90px;
  left: 0;
  width: 100%;
  height: calc(100% + 180px);
  will-change: transform;
  background: #000;
}

.experience-video-runway video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
}

@media (max-width: 980px) {
  .experience-shell {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 72px 22px 82px;
    row-gap: 36px;
  }

  .experience-copy {
    max-width: 100%;
  }

  .experience-title {
    font-size: clamp(58px, 17vw, 92px);
  }

  .experience-script {
    margin-top: -34px;
    margin-left: 30px;
    font-size: clamp(52px, 15vw, 86px);
    white-space: normal;
  }

  .experience-video-box {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .experience-video-runway {
    top: 0;
    height: 100%;
    will-change: auto;
  }

  .experience-seal {
    top: auto;
    left: auto;
    right: 22px;
    bottom: calc(56.25vw + 28px);
    width: 108px;
    transform: none;
  }
}


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

#footer-block {
  position: relative;
  width: 100%;
  margin-top: 0;
  background-image: url('./assets/images/footer_3.png');
  background-size: cover;
  background-position: left -100px;
  background-repeat: no-repeat;
}

#footer-block::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.38);
  pointer-events: none;
}

/* Main grid: 55% izquierda (logo bg) / 45% derecha (contenido) */
.footer-main {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 55% 45%;
  min-height: 440px;
}

/* IZQUIERDA: vacía — el logo 3D se ve a través del fondo */
.footer-left {
  display: block;
}

/* DERECHA: contenido */
.footer-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(28px, 3vw, 44px);
  padding: clamp(40px, 5vh, 64px) clamp(32px, 3vw, 56px) clamp(32px, 4vh, 48px) clamp(24px, 2vw, 40px);
  background: rgba(0,0,0,0.28);
}

/* Fila superior: Productos + Empresa */
.footer-top-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 3vw, 48px);
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Empresa empuja íconos al fondo */
.footer-col-empresa {
  justify-content: space-between;
}

.footer-col-title {
  font-family: 'Josefin Sans', sans-serif;
  font-size: clamp(10px, 0.85vw, 12px);
  font-weight: 400;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: #c9a96e;
  margin: 0 0 6px;
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footer-col ul li a {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(14px, 1.1vw, 17px);
  font-weight: 300;
  color: rgba(245,240,232,0.78);
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: color 0.25s ease;
}

.footer-col ul li a:hover {
  color: #c9a96e;
}

.footer-email {
  font-family: 'Josefin Sans', sans-serif !important;
  font-size: clamp(10px, 0.85vw, 12px) !important;
  letter-spacing: 0.06em !important;
  color: rgba(201,169,110,0.70) !important;
}

/* Íconos sociales horizontales */
.footer-social {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 8px;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(201,169,110,0.45);
  transition: border-color 0.3s ease, background 0.3s ease;
}

.footer-social a:hover {
  border-color: #c9a96e;
  background: rgba(201,169,110,0.14);
}

.footer-social img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}

.footer-social a:hover img {
  filter: brightness(0) saturate(100%) invert(72%) sepia(38%) saturate(400%) hue-rotate(5deg) brightness(95%);
}

/* Newsletter full ancho derecho */
.footer-newsletter {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-newsletter p {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 300;
  color: rgba(245,240,232,0.65);
  margin: 0;
  letter-spacing: 0.03em;
}

/* Newsletter form horizontal */
.newsletter-form {
  display: flex;
  flex-direction: row;
}

.newsletter-form input {
  flex: 1;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(201,169,110,0.35);
  border-right: none;
  border-radius: 2px 0 0 2px;
  padding: 11px 16px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: rgba(245,240,232,0.85);
  outline: none;
  transition: border-color 0.25s ease;
}

.newsletter-form input::placeholder {
  color: rgba(245,240,232,0.32);
}

.newsletter-form input:focus {
  border-color: #c9a96e;
}

.newsletter-form button {
  background: transparent;
  border: 1px solid #c9a96e;
  border-radius: 0 2px 2px 0;
  padding: 11px 20px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c9a96e;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.25s ease, color 0.25s ease;
}

.newsletter-form button:hover {
  background: #c9a96e;
  color: #0a0a0a;
}

/* Barra inferior */
.footer-bar {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px clamp(32px, 4vw, 64px);
  border-top: 1px solid rgba(201,169,110,0.15);
  font-family: 'Josefin Sans', sans-serif;
  font-size: 10px;
  letter-spacing: 0.10em;
  color: rgba(245,240,232,0.38);
}




/* Hamburger — oculto en desktop */
.hamburger { display: none; }


/* ════════════════════════════════════════════════════════
   CONTACT PAGE — O-Vié
   Nuevo módulo independiente. No afecta homepage/bloques.
════════════════════════════════════════════════════════ */
.contact-page {
  position: relative;
  z-index: 4;
  min-height: 100vh;
  background: #050505;
  color: var(--cream);
  padding-top: calc(var(--cintillo-h) + var(--header-h));
}

.contact-main {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #050505;
}

.contact-shell {
  width: 100%;
  min-height: calc(100vh - var(--cintillo-h) - var(--header-h));
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.contact-left {
  position: relative;
  min-height: 860px;
  overflow: hidden;
  background: #050505;
}

.contact-visual-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.36) 38%, rgba(0,0,0,0.88) 72%, rgba(0,0,0,0.96) 100%),
    url("./assets/images/contactanos_background.png");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  filter: saturate(0.95) contrast(1.03);
}

.contact-left-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 72%, rgba(201,170,114,0.16), transparent 28%),
    linear-gradient(180deg, rgba(0,0,0,0.22), rgba(0,0,0,0.58));
}

.contact-content {
  position: relative;
  z-index: 2;
  width: min(560px, calc(100% - 72px));
  margin-left: auto;
  margin-right: 46px;
  padding: clamp(78px, 7vw, 118px) 0 76px;
}

.contact-eyebrow,
.contact-faq-eyebrow {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 14px;
}

.contact-title,
.contact-faq-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  line-height: 0.95;
  letter-spacing: -0.035em;
}

.contact-title {
  font-size: clamp(64px, 6vw, 98px);
  color: #f8f1e6;
  text-shadow: 0 18px 52px rgba(0,0,0,0.52);
}

.contact-line {
  width: 46px;
  height: 1px;
  margin: 22px 0 24px;
  background: linear-gradient(90deg, var(--gold-light), transparent);
}

.contact-intro {
  width: min(470px, 100%);
  font-size: 16px;
  line-height: 1.65;
  color: rgba(240,230,210,0.82);
  margin-bottom: 28px;
}

.contact-form {
  width: 100%;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.contact-field {
  position: relative;
  display: block;
}

.contact-field-full {
  grid-column: 1 / -1;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  border: 1px solid rgba(240,230,210,0.18);
  border-radius: 10px;
  background: rgba(0,0,0,0.42);
  color: var(--cream);
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.02em;
  outline: none;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    0 12px 32px rgba(0,0,0,0.22);
  transition: border-color 0.24s ease, background 0.24s ease, box-shadow 0.24s ease;
}

.contact-field input {
  height: 54px;
  padding: 0 18px;
}

.contact-field textarea {
  min-height: 132px;
  resize: vertical;
  padding: 18px;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: rgba(240,230,210,0.68);
}

.contact-field input:focus,
.contact-field textarea:focus {
  border-color: rgba(224,201,139,0.58);
  background: rgba(0,0,0,0.55);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.07),
    0 0 0 3px rgba(201,170,114,0.08),
    0 18px 44px rgba(0,0,0,0.30);
}

.contact-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.contact-button,
.contact-final-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(224,201,139,0.62);
  border-radius: 10px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.contact-button {
  width: 100%;
  height: 58px;
  margin-top: 14px;
  color: #120f0b;
  background: linear-gradient(135deg, #f1d2a8, #ead5b5 52%, #d7b27a);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.45),
    0 22px 58px rgba(0,0,0,0.38);
}

.contact-button:hover,
.contact-final-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 62px rgba(0,0,0,0.44), 0 0 40px rgba(201,170,114,0.16);
}

.contact-divider {
  height: 1px;
  margin: 38px 0 26px;
  background: linear-gradient(90deg, rgba(224,201,139,0.28), rgba(224,201,139,0.04), transparent);
}

.contact-other-title {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 18px;
}

.contact-other-ways {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.contact-mini-card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  min-width: 0;
}

.contact-mini-icon,
.contact-reply-icon {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(224,201,139,0.45);
  border-radius: 50%;
  color: var(--gold-light);
  background: rgba(0,0,0,0.25);
}

.contact-mini-card h3,
.contact-reply-card h3 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #f6eddf;
  margin-bottom: 6px;
}

.contact-mini-card p,
.contact-mini-card a,
.contact-reply-card p {
  font-size: 12px;
  line-height: 1.45;
  color: rgba(240,230,210,0.72);
  text-decoration: none;
}

.contact-mini-card a:hover {
  color: var(--gold-light);
}

.contact-reply-card {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 34px;
  padding: 22px 26px;
  border: 1px solid rgba(240,230,210,0.16);
  border-radius: 12px;
  background: rgba(0,0,0,0.36);
  backdrop-filter: blur(18px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), 0 18px 50px rgba(0,0,0,0.28);
}

.contact-reply-icon {
  width: 54px;
  height: 54px;
  font-size: 24px;
}

.contact-right {
  position: relative;
  min-height: 860px;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 4%, rgba(255,255,255,0.88), transparent 22%),
    radial-gradient(circle at 22% 38%, rgba(201,170,114,0.14), transparent 28%),
    linear-gradient(135deg, #f7efe5 0%, #efe2d3 52%, #f8f3eb 100%);
  color: #17130f;
}

.contact-right::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 62%, rgba(255,255,255,0.35) 72%, transparent 86%),
    radial-gradient(circle at 80% 18%, rgba(255,255,255,0.55), transparent 24%);
}

.contact-faq {
  position: relative;
  z-index: 1;
  width: min(700px, calc(100% - 72px));
  margin-left: 9%;
  padding: clamp(78px, 7vw, 118px) 0 76px;
}

.contact-faq-eyebrow {
  color: #9c672c;
}

.contact-faq-title {
  font-size: clamp(42px, 4.8vw, 68px);
  color: #17130f;
}

.contact-line-dark {
  background: linear-gradient(90deg, #b98a4e, transparent);
}

.contact-faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 24px;
}

.contact-faq-item {
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255,255,255,0.70);
  border: 1px solid rgba(255,255,255,0.70);
  box-shadow: 0 22px 55px rgba(58,42,24,0.09);
}

.contact-faq-question {
  width: 100%;
  min-height: 66px;
  border: none;
  background: transparent;
  color: #17130f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  text-align: left;
  cursor: pointer;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.contact-faq-question em {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  color: #14100d;
  background: #ead0ac;
}

.contact-faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.32s ease;
}

.contact-faq-answer p {
  overflow: hidden;
  padding: 0 56px 0 66px;
  color: rgba(23,19,15,0.74);
  font-size: 15px;
  line-height: 1.7;
  transition: padding 0.32s ease;
}

.contact-faq-item.open .contact-faq-answer {
  grid-template-rows: 1fr;
}

.contact-faq-item.open .contact-faq-answer p {
  padding-bottom: 28px;
}

.contact-final-card {
  margin-top: 36px;
  min-height: 96px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 22px 26px;
  border-radius: 12px;
  background: #11100f;
  color: var(--cream);
  border: 1px solid rgba(224,201,139,0.18);
  box-shadow: 0 30px 65px rgba(0,0,0,0.24);
}

.contact-final-mark {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(224,201,139,0.42);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
  color: var(--gold-light);
}

.contact-final-card h3 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 6px;
}

.contact-final-card p {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(240,230,210,0.72);
}

.contact-final-button {
  height: 48px;
  padding: 0 24px;
  color: #17130f;
  background: linear-gradient(135deg, #f1d2a8, #e9d2b4);
  white-space: nowrap;
}

/* ════════════════════════════════════════════════════════
   CONTACT PAGE — DESKTOP 3 COLUMN 16:9 CORRECTION
   Solo reorganiza desktop. Mobile queda controlado por mobile.css.
════════════════════════════════════════════════════════ */
@media (min-width: 981px) {
  .contact-page {
    background:
      radial-gradient(circle at 18% 22%, rgba(201,170,114,0.10), transparent 28%),
      #050505;
  }

  .contact-main {
    min-height: calc(100vh - var(--cintillo-h) - var(--header-h));
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(22px, 3vw, 42px);
  }

  .contact-shell {
    width: min(1560px, 96vw);
    aspect-ratio: 16 / 9;
    min-height: 0;
    max-height: calc(100vh - var(--cintillo-h) - var(--header-h) - 48px);
    display: grid;
    grid-template-columns: 34% 33% 33%;
    overflow: hidden;
    border: 1px solid rgba(224,201,139,0.22);
    border-radius: 26px;
    background: #050505;
    box-shadow:
      0 34px 120px rgba(0,0,0,0.62),
      0 0 0 1px rgba(255,255,255,0.035),
      inset 0 1px 0 rgba(255,255,255,0.055);
  }

  .contact-image-panel {
    position: relative;
    min-height: 0;
    overflow: hidden;
    background: #070504;
  }

  .contact-image-bg {
    position: absolute;
    inset: 0;
    background-image: url("./assets/images/contactanos_background.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: saturate(1.02) contrast(1.04);
    transform: scale(1.01);
  }

  .contact-image-shade {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
      linear-gradient(90deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.10) 52%, rgba(0,0,0,0.46) 100%),
      radial-gradient(circle at 40% 72%, rgba(201,170,114,0.12), transparent 34%),
      linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.18));
  }

  .contact-form-panel {
    position: relative;
    min-height: 0;
    overflow-y: auto;
    background:
      radial-gradient(circle at 15% 12%, rgba(224,201,139,0.10), transparent 28%),
      linear-gradient(135deg, rgba(16,12,10,0.98), rgba(4,4,5,0.98));
    border-left: 1px solid rgba(224,201,139,0.18);
    border-right: 1px solid rgba(224,201,139,0.12);
    scrollbar-width: thin;
    scrollbar-color: rgba(201,170,114,0.55) transparent;
  }

  .contact-form-panel .contact-content {
    width: 100%;
    margin: 0;
    padding: clamp(34px, 3vw, 54px) clamp(28px, 2.7vw, 44px);
  }

  .contact-form-panel .contact-title {
    font-size: clamp(48px, 4vw, 72px);
  }

  .contact-form-panel .contact-intro {
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 22px;
  }

  .contact-form-panel .contact-form-grid {
    gap: 10px;
  }

  .contact-form-panel .contact-field input {
    height: 48px;
  }

  .contact-form-panel .contact-field textarea {
    min-height: 104px;
  }

  .contact-form-panel .contact-button {
    height: 52px;
    margin-top: 12px;
  }

  .contact-form-panel .contact-divider {
    margin: 26px 0 20px;
  }

  .contact-form-panel .contact-other-title {
    margin-bottom: 14px;
  }

  .contact-form-panel .contact-other-ways {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .contact-form-panel .contact-mini-card {
    padding: 12px 14px;
    border: 1px solid rgba(240,230,210,0.12);
    border-radius: 12px;
    background: rgba(255,255,255,0.035);
    backdrop-filter: blur(12px);
  }

  .contact-form-panel .contact-mini-icon {
    width: 36px;
    height: 36px;
  }

  .contact-form-panel .contact-reply-card {
    margin-top: 18px;
    padding: 16px 18px;
  }

  .contact-form-panel .contact-reply-icon {
    width: 42px;
    height: 42px;
    font-size: 19px;
  }

  .contact-right {
    min-height: 0;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(156,103,44,0.45) transparent;
  }

  .contact-right .contact-faq {
    width: 100%;
    margin: 0;
    padding: clamp(34px, 3vw, 54px) clamp(28px, 2.7vw, 44px);
  }

  .contact-right .contact-faq-title {
    font-size: clamp(38px, 3.5vw, 58px);
  }

  .contact-right .contact-faq-list {
    gap: 10px;
    margin-top: 20px;
  }

  .contact-right .contact-faq-question {
    min-height: 56px;
    padding: 15px 18px;
    font-size: 14px;
  }

  .contact-right .contact-faq-question em {
    width: 26px;
    height: 26px;
  }

  .contact-right .contact-faq-answer p {
    padding-left: 50px;
    padding-right: 28px;
    font-size: 13.5px;
    line-height: 1.6;
  }

  .contact-right .contact-faq-item.open .contact-faq-answer p {
    padding-bottom: 20px;
  }

  .contact-right .contact-final-card {
    margin-top: 24px;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
    padding: 18px;
  }

  .contact-right .contact-final-button {
    grid-column: 1 / -1;
    width: 100%;
  }
}

/* ════════════════════════════════════════════════════════
   CONTACT PAGE — DESKTOP IMAGE COLUMN REFINEMENT
   Ajuste solicitado: columna 1 más estrecha, imagen contenida,
   sin línea divisoria entre imagen y formulario.
════════════════════════════════════════════════════════ */
@media (min-width: 981px) {
  .contact-shell {
    grid-template-columns: 30% 38% 32%;
  }

  .contact-image-panel {
    border-right: 0 !important;
  }

  .contact-image-bg {
    background-size: cover;
    background-position: 39% center;
    transform: scale(1);
  }

  .contact-image-shade {
    background:
      linear-gradient(90deg, rgba(0,0,0,0.04) 0%, rgba(0,0,0,0.08) 52%, rgba(0,0,0,0.24) 100%),
      radial-gradient(circle at 44% 72%, rgba(201,170,114,0.12), transparent 34%),
      linear-gradient(180deg, rgba(0,0,0,0.04), rgba(0,0,0,0.12));
  }

  .contact-form-panel {
    border-left: 0 !important;
    border-right: 1px solid rgba(224,201,139,0.10);
  }
}

/* ════════════════════════════════════════════════════════
   CONTACT PAGE — DESKTOP VERTICAL IMAGE FINAL
   Imagen vertical pegada + formulario/FAQ 50/50 del restante.
   Mobile queda intacto por mobile.css.
════════════════════════════════════════════════════════ */
@media (min-width: 981px) {
  .contact-page {
    padding-top: calc(var(--cintillo-h) + var(--header-h));
    background: #050505;
  }

  .contact-main {
    width: 100%;
    min-height: calc(100vh - var(--cintillo-h) - var(--header-h));
    padding: 0 !important;
    margin: 0 !important;
    display: block;
    overflow: visible;
    background: #050505;
  }

  .contact-shell {
    width: 100% !important;
    max-width: none !important;
    min-height: calc(100vh - var(--cintillo-h) - var(--header-h));
    max-height: none !important;
    height: auto !important;
    aspect-ratio: auto !important;
    display: grid;
    grid-template-columns: minmax(360px, 31vw) minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: #050505;
  }

  .contact-image-panel {
    position: relative;
    min-height: calc(100vh - var(--cintillo-h) - var(--header-h));
    overflow: hidden;
    border: 0 !important;
    border-radius: 0 !important;
    background: #050505;
  }

  .contact-image-bg {
    position: absolute;
    inset: 0;
    background-image: url("./assets/images/contactanos_background_vertical.png") !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transform: none !important;
    filter: saturate(1.02) contrast(1.03);
  }

  .contact-image-shade {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
      linear-gradient(90deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.03) 62%, rgba(0,0,0,0.20) 100%),
      linear-gradient(180deg, rgba(0,0,0,0.00), rgba(0,0,0,0.06));
  }

  .contact-form-panel {
    position: relative;
    min-height: calc(100vh - var(--cintillo-h) - var(--header-h));
    overflow: visible !important;
    border-left: 0 !important;
    border-right: 0 !important;
    background:
      radial-gradient(circle at 0% 14%, rgba(224,201,139,0.08), transparent 30%),
      linear-gradient(135deg, rgba(14,10,9,0.98), rgba(4,4,5,0.99));
  }

  .contact-form-panel .contact-content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: clamp(38px, 4vw, 76px) clamp(34px, 3.4vw, 68px) clamp(34px, 3.4vw, 64px);
  }

  .contact-form-panel .contact-title {
    font-size: clamp(52px, 4.8vw, 86px);
  }

  .contact-form-panel .contact-intro {
    max-width: 560px;
    font-size: 15px;
    line-height: 1.65;
  }

  .contact-form-panel .contact-other-ways {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .contact-form-panel .contact-mini-card {
    padding: 14px 12px;
    min-width: 0;
  }

  .contact-form-panel .contact-mini-card h3 {
    font-size: 13px;
  }

  .contact-form-panel .contact-mini-card p,
  .contact-form-panel .contact-mini-card a {
    font-size: 11px;
  }

  .contact-right {
    min-height: calc(100vh - var(--cintillo-h) - var(--header-h));
    overflow: visible !important;
    border: 0 !important;
    background:
      radial-gradient(circle at 92% 8%, rgba(255,255,255,0.95), transparent 20%),
      linear-gradient(135deg, #f4ede3 0%, #fbf8f2 46%, #eadfd1 100%);
  }

  .contact-right .contact-faq {
    width: 100%;
    margin: 0;
    padding: clamp(38px, 4vw, 76px) clamp(36px, 3.8vw, 76px) clamp(34px, 3.4vw, 64px);
  }

  .contact-right .contact-faq-title {
    font-size: clamp(44px, 4.2vw, 74px);
  }

  .contact-right .contact-faq-list {
    margin-top: 28px;
  }

  .contact-right .contact-final-card {
    margin-top: 28px;
  }
}

@media (min-width: 981px) and (max-width: 1280px) {
  .contact-shell {
    grid-template-columns: minmax(300px, 30vw) minmax(0, 1fr) minmax(0, 1fr);
  }

  .contact-form-panel .contact-content,
  .contact-right .contact-faq {
    padding-left: 34px;
    padding-right: 34px;
  }

  .contact-form-panel .contact-other-ways {
    grid-template-columns: 1fr;
  }
}

/* ════════════════════════════════════════════════════════
   CONTACT PAGE — DESKTOP CENTER COLUMN BLACK BLEND
   Fondo exacto solicitado para fundir imagen + formulario.
════════════════════════════════════════════════════════ */
@media (min-width: 981px) {
  .contact-form-panel {
    background: #080301 !important;
  }
}


.contact-reply-icon img {
  width: 21px;
  height: 21px;
}

.contact-mini-icon,
.contact-reply-icon {
  color: var(--cream-dim);
}

/* ════════════════════════════════════════════════════════
   CONTACT PAGE — EXTERNAL SVG ICON COLOR FIX
   Mantiene los SVG externos en assets/icons y los aclara al tono
   crema/dorado del menú. Requiere contactanos.php -> style.css?v=43.
════════════════════════════════════════════════════════ */
.contact-mini-icon,
.contact-reply-icon {
  color: var(--cream-dim);
}

.contact-mini-icon img,
.contact-reply-icon img {
  display: block !important;
  width: 18px;
  height: 18px;
  object-fit: contain;
  opacity: 1 !important;

  /*
    Convierte SVG negro externo a tono crema/dorado similar al menú.
    No cambia rutas ni inserta SVG inline.
  */
  filter:
    brightness(0)
    saturate(100%)
    invert(86%)
    sepia(16%)
    saturate(477%)
    hue-rotate(357deg)
    brightness(88%)
    contrast(89%) !important;
}

.contact-reply-icon img {
  width: 21px;
  height: 21px;
}

.contact-mini-card:hover .contact-mini-icon img,
.contact-reply-card:hover .contact-reply-icon img {
  filter:
    brightness(0)
    saturate(100%)
    invert(88%)
    sepia(31%)
    saturate(502%)
    hue-rotate(356deg)
    brightness(96%)
    contrast(90%) !important;
}

/* ════════════════════════════════════════════════════════
   CONTACT PAGE — DESKTOP MINI CARDS TITLES ONLY
   Solo PC: los 3 mini cards muestran únicamente título corto.
   Mobile queda intacto.
════════════════════════════════════════════════════════ */
@media (min-width: 981px) {
  .contact-form-panel .contact-mini-card {
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    min-height: 96px;
    overflow: hidden;
  }

  .contact-form-panel .contact-mini-card p {
    display: none !important;
  }

  .contact-form-panel .contact-mini-card h3 {
    position: relative;
    display: block;
    margin: 0;
    max-width: 100%;
    font-size: 14px;
    line-height: 1.15;
    white-space: normal;
    overflow: hidden;
    text-overflow: clip;
    color: var(--cream);
  }

  .contact-form-panel .contact-mini-card h3 {
    color: transparent !important;
    font-size: 0 !important;
  }

  .contact-form-panel .contact-mini-card h3::after {
    content: attr(data-desktop-es);
    display: block;
    color: var(--cream);
    font-size: 14px;
    line-height: 1.15;
    font-weight: 400;
    letter-spacing: 0.01em;
    white-space: normal;
  }

  html[lang="en"] .contact-form-panel .contact-mini-card h3::after {
    content: attr(data-desktop-en);
  }
}

/* CONTACT PAGE — DESKTOP CLEAN CONTACT ITEMS START */
@media (min-width: 981px) {
  /* Desktop solamente: convertimos los mini cards en items limpios */
  .contact-form-panel .contact-other-ways {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
    align-items: stretch !important;
  }

  .contact-form-panel .contact-other-ways .contact-mini-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    min-width: 0 !important;
    min-height: 88px !important;
    padding: 10px 8px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    overflow: hidden !important;
    text-align: center !important;
  }

  .contact-form-panel .contact-other-ways .contact-mini-card p {
    display: none !important;
  }

  .contact-form-panel .contact-other-ways .contact-mini-icon {
    width: 42px !important;
    height: 42px !important;
    margin: 0 auto !important;
    flex: 0 0 42px !important;
  }

  .contact-form-panel .contact-other-ways .contact-mini-icon img {
    display: block !important;
    width: 18px !important;
    height: 18px !important;
    object-fit: contain !important;
    opacity: 1 !important;
    filter:
      brightness(0)
      saturate(100%)
      invert(86%)
      sepia(16%)
      saturate(477%)
      hue-rotate(357deg)
      brightness(88%)
      contrast(89%) !important;
  }

  .contact-form-panel .contact-other-ways .contact-mini-card > div {
    width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  .contact-form-panel .contact-other-ways .contact-mini-card h3 {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 1 !important;
    overflow: hidden !important;
    text-align: center !important;
  }

  .contact-form-panel .contact-other-ways .contact-mini-card h3::after {
    display: block !important;
    max-width: 100% !important;
    color: var(--cream) !important;
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: clamp(11px, 0.85vw, 14px) !important;
    line-height: 1.1 !important;
    font-weight: 400 !important;
    letter-spacing: 0.02em !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .contact-form-panel .contact-other-ways .contact-mini-card:nth-child(1) h3::after {
    content: "E-mail";
  }

  .contact-form-panel .contact-other-ways .contact-mini-card:nth-child(2) h3::after {
    content: "Wholesale";
  }

  .contact-form-panel .contact-other-ways .contact-mini-card:nth-child(3) h3::after {
    content: "Soporte";
  }

  html[lang="en"] .contact-form-panel .contact-other-ways .contact-mini-card:nth-child(3) h3::after {
    content: "Support";
  }
}
/* CONTACT PAGE — DESKTOP CLEAN CONTACT ITEMS END */



/* ══════════════════════════════════════════════════════
   O-VIÉ GLOBAL TRANSITION CURTAIN
   Capa luxury que cubre la pantalla entre páginas.
   Por defecto invisible. La clase ovie-arriving la
   activa inmediatamente antes del primer paint.
══════════════════════════════════════════════════════ */

#ovie-curtain {
  position: fixed;
  inset: 0;
  z-index: 99999;
  pointer-events: none;
  opacity: 0;
  will-change: opacity;
  background:
    radial-gradient(ellipse at 50% 38%, rgba(22,55,115,0.55) 0%, rgba(2,9,24,0.85) 42%, rgba(1,4,12,1) 80%),
    linear-gradient(to bottom, rgba(3,10,26,0.95), #000);
}

/* Visible inmediatamente en llegada desde transición */
html.ovie-arriving #ovie-curtain {
  opacity: 1 !important;
  pointer-events: all !important;
}

.ovie-curtain-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  pointer-events: none;
}

.ovie-curtain-line {
  width: 132px;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(201,168,112,0.82), transparent);
  box-shadow: 0 0 16px rgba(201,168,112,0.20);
  opacity: 0;
  transform: scaleX(0);
}

#ovie-curtain-logo {
  height: clamp(42px, 5.4vw, 66px);
  width: auto;
  opacity: 0;
}

/* En llegada: logo y líneas ya visibles */
html.ovie-arriving .ovie-curtain-line {
  opacity: 1;
  transform: scaleX(1);
}

html.ovie-arriving #ovie-curtain-logo {
  opacity: 0.88;
  filter: drop-shadow(0 0 14px rgba(201,168,112,0.45)) drop-shadow(0 0 36px rgba(201,168,112,0.18));
}

@media (max-width: 640px) {
  .ovie-curtain-line   { width: 104px; }
  #ovie-curtain-logo   { height: 42px; }
  .ovie-curtain-center { gap: 18px; }
}


/* ══════════════════════════════════════════════════════════════
   LIGHTBOX DE INFOGRAFÍAS — O-Vié
   Abre imagen a tamaño real con fondo glass blur
══════════════════════════════════════════════════════════════ */
.ovie-lightbox {
  position: fixed;
  inset: 0;
  z-index: 98000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .32s ease;
}
.ovie-lightbox.open {
  opacity: 1;
  pointer-events: all;
}
.ovie-lightbox-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.ovie-lightbox-card {
  position: relative;
  z-index: 1;
  background: rgba(4, 10, 20, .70);
  border: 1px solid rgba(201, 168, 112, .38);
  border-radius: 14px;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  max-width: min(90vw, 860px);
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 0 60px rgba(201,168,112,.12), 0 30px 80px rgba(0,0,0,.72);
  animation: ovie-lb-pop .32s cubic-bezier(.16,1,.3,1) forwards;
}
@keyframes ovie-lb-pop {
  from { transform: scale(.94); opacity: 0; }
  to   { transform: scale(1);   opacity: 1; }
}
.ovie-lightbox-img {
  display: block;
  max-width: 100%;
  max-height: 88vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 13px;
}
.ovie-lightbox-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(201, 168, 112, .52);
  background: rgba(4, 10, 20, .72);
  backdrop-filter: blur(8px);
  color: rgba(245, 226, 185, .88);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: border-color .22s, background .22s, transform .22s;
}
.ovie-lightbox-close:hover {
  border-color: rgba(201, 168, 112, .92);
  background: rgba(201, 168, 112, .14);
  transform: scale(1.1) rotate(5deg);
}

/* ═══════════════════════════════════════════════════════════
   DESKTOP ONLY — Bloque 6: Productos Estrella  (dfc-)
   Prefijo: dfc-  |  Desktop ≥ 981px
   Tipografía y animaciones espejo del Bloque 4 (dsc-)
═══════════════════════════════════════════════════════════ */

/* ── Keyframes — idénticos a dsc- con prefijo dfc ── */
@keyframes dfc-eyebrow-in {
  from { opacity: 0; transform: translateY(-16px); letter-spacing: 0.52em; }
  to   { opacity: 1; transform: translateY(0);     letter-spacing: 0.34em; }
}

@keyframes dfc-title-in {
  from { opacity: 0; transform: translateY(32px) skewY(2deg); filter: blur(8px); }
  to   { opacity: 1; transform: translateY(0)    skewY(0);    filter: blur(0); }
}

@keyframes dfc-stars-in {
  from { opacity: 0; transform: translateY(-16px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes dfc-rule-in {
  from { opacity: 0; width: 0; }
  to   { opacity: 1; width: 36px; }
}

@keyframes dfc-text-in {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes dfc-btn-in {
  from { opacity: 0; transform: translateX(-12px); }
  to   { opacity: 1; transform: translateX(0); }
}

/* ── i18n ── */
.dfc-lang-es,
.dfc-lang-en { display: none; }

html[lang="en"]       .dfc-lang-en { display: inline; }
html:not([lang="en"]) .dfc-lang-es { display: inline; }

h2.dfc-title .dfc-lang-es,
h2.dfc-title .dfc-lang-en { display: block; }

html[lang="en"]       h2.dfc-title .dfc-lang-en { display: block; }
html[lang="en"]       h2.dfc-title .dfc-lang-es { display: none;  }
html:not([lang="en"]) h2.dfc-title .dfc-lang-es { display: block; }
html:not([lang="en"]) h2.dfc-title .dfc-lang-en { display: none;  }

/* ── Ocultar en móvil ── */
@media (max-width: 980px) {
  #desktop-featured-carousel { display: none; }
}

/* ── Sección ── */
.desktop-featured-carousel {
  position: relative;
  width: 100%;
  background: #000;
  overflow: hidden;
}

/* ── Header ── */
.dfc-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 64px 40px 44px;
  background: #000;
}

.dfc-eyebrow {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 300;
  letter-spacing: 0.30em;
  color: #b8966a;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}

.dfc-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  font-weight: 300;
  font-style: italic;
  color: #f5f0e8;
  margin: 0;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.dfc-header .dfc-rule {
  display: block;
  width: 48px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #b8966a, transparent);
}

/* ── Tabs-bar con nombres de productos ── */
.dfc-tabs-bar {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 0;
  border-bottom: 1px solid rgba(184,150,106,0.14);
  background: rgba(0,0,0,0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 0 clamp(32px,5vw,80px);
}

.dfc-tab {
  position: relative;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 18px 28px 16px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(184,150,106,0.38);
  cursor: pointer;
  transition: color 0.28s ease, border-color 0.28s ease;
  white-space: nowrap;
  margin-bottom: -1px;
}

.dfc-tab.active { color: #b8966a; border-bottom-color: #b8966a; }
.dfc-tab:hover:not(.active) { color: rgba(184,150,106,0.72); }

@media (max-width: 980px) { .dfc-tabs-bar { display: none; } }

/* ── Viewport ── */
.dfc-viewport {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 800;
  max-height: 800px;
  min-height: 640px;
  height: auto;
  background: #000;
  overflow: hidden;
}

/* ── Track ── */
.dfc-track {
  display: flex;
  width: 100%;
  height: 100%;
  will-change: transform;
  transition: transform 0.55s cubic-bezier(0.77, 0, 0.175, 1);
}

/* ── Slide ── */
.dfc-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  position: relative;
  background: #000;
  overflow: hidden;
  cursor: default;
  user-select: none;
}

/* ── Imagen ── */
.dfc-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
  background: #000;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

/* ── Overlay de contenido — arrancan invisibles ── */
.dfc-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 500px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

/* Separación de flechas: igual que dsc- con clamp */
.dfc-content--right {
  right: clamp(80px, 8vw, 140px);
  align-items: flex-end;
  text-align: right;
}

.dfc-content--left {
  left: clamp(80px, 8vw, 140px);
}

/* Elementos arrancan en opacity: 0 — animados por is-active */
.dfc-stars,
.dfc-kicker,
.dfc-name,
.dfc-divider,
.dfc-text,
.dfc-btn {
  opacity: 0;
}

/* ── Animaciones activadas por .is-active ── */
.dfc-slide.is-active .dfc-stars {
  animation: dfc-stars-in 0.60s cubic-bezier(0.16,1,0.3,1) 0.05s forwards;
}

.dfc-slide.is-active .dfc-kicker {
  animation: dfc-eyebrow-in 0.60s cubic-bezier(0.16,1,0.3,1) 0.12s forwards;
}

.dfc-slide.is-active .dfc-name {
  animation: dfc-title-in 0.80s cubic-bezier(0.16,1,0.3,1) 0.22s forwards;
}

.dfc-slide.is-active .dfc-divider {
  animation: dfc-rule-in 0.55s ease 0.52s forwards;
}

.dfc-slide.is-active .dfc-text {
  animation: dfc-text-in 0.65s cubic-bezier(0.16,1,0.3,1) 0.62s forwards;
}

.dfc-slide.is-active .dfc-btn {
  animation: dfc-btn-in 0.55s cubic-bezier(0.16,1,0.3,1) 0.80s forwards;
}

/* ── Estrellas ── */
.dfc-stars {
  font-size: 1.25rem;
  color: #c9aa72;
  letter-spacing: 0.18em;
  margin: 0;
  line-height: 1;
}

/* ── Kicker (eyebrow) — igual que dsc-eyebrow ── */
.dfc-kicker {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.34em;
  color: #c9aa72;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}

/* ── Nombre del producto — igual que dsc-title ── */
.dfc-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(52px, 6vw, 86px);
  font-weight: 300;
  line-height: 0.96;
  color: var(--cream);
  margin: 0;
  letter-spacing: 0.01em;
}

/* ── Divisor — igual que dsc-rule ── */
.dfc-divider {
  display: block;
  width: 0;
  height: 1px;
  background: linear-gradient(to right, #c9aa72, transparent);
  flex-shrink: 0;
}

.dfc-content--right .dfc-divider {
  background: linear-gradient(to left, #c9aa72, transparent);
}

/* ── Texto descriptivo — igual que dsc-text ── */
.dfc-text {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14.5px;
  font-weight: 300;
  line-height: 1.68;
  letter-spacing: 0.03em;
  color: rgba(240, 230, 210, 0.72);
  margin: 0;
  max-width: 400px;
}

/* ── Botón — igual que dsc-btn ── */
.dfc-btn {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding-bottom: 7px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--cream);
  text-decoration: none;
  position: relative;
  align-self: flex-start;
  margin-top: 6px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.dfc-content--right .dfc-btn {
  align-self: flex-end;
}

.dfc-btn::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: rgba(201, 170, 114, 0.50);
  transform-origin: left;
  transition: background 0.3s, transform 0.3s;
}

.dfc-btn:hover::after {
  background: #c9aa72;
  transform: scaleX(0.80);
}

.dfc-btn-arrow {
  width: 17px;
  height: 7px;
  flex-shrink: 0;
  transition: transform 0.3s;
}

.dfc-btn:hover .dfc-btn-arrow {
  transform: translateX(5px);
}

/* ── Flechas de navegación — cuadradas ── */
.dfc-prev,
.dfc-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 48px;
  height: 48px;
  border-radius: 0;
  border: 1px solid rgba(184, 150, 106, 0.35);
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #f5f0e8;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.28s ease, background 0.28s ease;
  padding: 0;
  outline: none;
}

.dfc-prev { left:  28px; }
.dfc-next { right: 28px; }

.dfc-prev:hover,
.dfc-next:hover {
  background: rgba(184, 150, 106, 0.18);
  border-color: #b8966a;
}

.dfc-prev svg,
.dfc-next svg {
  width: 16px;
  height: 16px;
  display: block;
  flex-shrink: 0;
}

@media (max-width: 980px) { .dfc-prev, .dfc-next { display: none; } }

/* ── Dots ── */
.dfc-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 24px 0 52px;
  background: #000;
}

.dfc-dot {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(184, 150, 106, 0.32);
  cursor: pointer;
  transition: background 0.28s ease, transform 0.28s ease;
}

.dfc-dot.active {
  background: #b8966a;
  transform: scale(1.45);
}
