/* ============================================================================
   Elizabeth — LUXURY LAYER
   Diseño editorial premium estilo Linear / Notion / Stripe.
   Cargado AL FINAL de eli-premium.css. Override agresivo donde corresponde.
   ============================================================================ */

/* ============================================
   SECCIÓN FECHAS — REDISEÑO EDITORIAL CLARO
   Out: vino tinto + cards rotas
   In: bg crema premium + cards blancas con sombra fina + ritmo editorial
   ============================================ */

/* ROSA EMPRESARIAL — fondo cálido cremoso con tinte rosa-dorado */
section.news-strip,
section[data-expiring-promos] {
  background:
    linear-gradient(180deg, #fbf3eb 0%, #f6e4d9 45%, #f9ead8 100%) !important;
  padding: 0 !important;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

/* Top "BREAKING NEWS" ticker bar */
section.news-strip::before,
section[data-expiring-promos]::before {
  content: '';
  display: block;
  height: 38px;
  background: var(--eli-accent);
  background-image:
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 14px,
      rgba(0, 0, 0, 0.08) 14px,
      rgba(0, 0, 0, 0.08) 28px
    );
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 14px rgba(217, 122, 108, 0.25);
  z-index: 2;
}

/* Texto del ticker */
.news-strip-ticker {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 38px;
  display: flex;
  align-items: center;
  z-index: 3;
  overflow: hidden;
  white-space: nowrap;
  pointer-events: none;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.news-strip-ticker-inner {
  display: inline-flex;
  gap: 50px;
  padding-left: 100%;
  animation: eli-ticker 28s linear infinite;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.news-strip-ticker-inner span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.news-strip-ticker-inner span::before {
  content: '★';
  color: var(--eli-gold);
  font-size: 0.85rem;
}

@keyframes eli-ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}

/* Body de la sección (intro + grid) — padding generoso */
section.news-strip > .news-strip__intro,
section.news-strip > .news-strip__grid,
section[data-expiring-promos] > .news-strip__intro,
section[data-expiring-promos] > .news-strip__grid {
  position: relative;
  z-index: 1;
}

section.news-strip > .news-strip__intro,
section[data-expiring-promos] > .news-strip__intro {
  padding-top: clamp(44px, 5.5vw, 64px) !important;
}

section.news-strip > .news-strip__grid,
section[data-expiring-promos] > .news-strip__grid {
  padding-bottom: clamp(36px, 4.5vw, 56px) !important;
  padding-top: 8px !important;
  gap: 16px !important;
  align-items: stretch !important;
}

/* News-strip GRID ESTÁTICO RESPONSIVO (sin marquee, scroll-reveal staggered) */
.news-strip__grid,
.news-strip > .news-strip__grid,
section[data-expiring-promos] > .news-strip__grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 8px clamp(20px, 4vw, 48px) clamp(36px, 4.5vw, 56px) !important;
  gap: clamp(16px, 2vw, 24px) !important;
  overflow: visible !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}
@media (min-width: 1024px) {
  .news-strip__grid {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 720px) {
  .news-strip__grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
}

/* Marquee wrap GPU layer + fade edges (estilo news channel) */
.eli-marquee-wrap {
  contain: layout paint;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
}
@media (max-width: 720px) {
  .eli-marquee-wrap {
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
  }
}

/* Mesh decorativo rose-gold sutil sobre fondo crema */
section.news-strip::after,
section[data-expiring-promos]::after {
  content: '';
  position: absolute;
  inset: 38px 0 0 0;
  background:
    radial-gradient(ellipse 70% 55% at 18% 28%, rgba(230, 164, 164, 0.28) 0%, transparent 60%),
    radial-gradient(ellipse 65% 50% at 82% 72%, rgba(212, 160, 76, 0.2) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 50% 100%, rgba(217, 122, 108, 0.12) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* Intro editorial (compacta) */
.news-strip__intro {
  max-width: 720px !important;
  margin: 0 auto 36px !important;
  text-align: center !important;
  padding: 0 var(--eli-s-4) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 12px !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.news-strip__intro img {
  height: 48px !important;
  margin-bottom: 4px;
  filter: drop-shadow(0 4px 16px rgba(45, 31, 23, 0.08));
}

.news-strip__intro .eyebrow {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  background: var(--eli-accent) !important;
  color: #fff !important;
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  padding: 6px 14px !important;
  border-radius: 999px !important;
  border: none !important;
  margin: 0 !important;
  box-shadow: 0 6px 16px rgba(217, 122, 108, 0.25);
}

.news-strip__intro .eyebrow::before {
  content: '' !important;
  display: inline-block !important;
  width: 6px;
  height: 6px;
  background: var(--eli-gold);
  border-radius: 50%;
  margin: 0 !important;
  animation: eli-dot-pulse 1.5s ease-in-out infinite;
}

@keyframes eli-dot-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.7); }
}

.news-strip__intro h2 {
  color: var(--eli-ink-1) !important;
  font-size: clamp(1.5rem, 3vw, 2.2rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.028em !important;
  line-height: 1.12 !important;
  margin: 0 !important;
  max-width: 640px;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.4);
}

.news-strip__intro h2 strong,
.news-strip__intro h2 em {
  font-family: var(--eli-display) !important;
  font-style: italic !important;
  font-weight: 400 !important;
  color: var(--eli-accent-strong) !important;
}

.news-strip__intro p {
  color: rgba(45, 31, 23, 0.72) !important;
  font-size: clamp(0.96rem, 1.2vw, 1.08rem) !important;
  line-height: 1.65 !important;
  max-width: 580px;
  margin: 0 !important;
}

.news-strip__intro img {
  filter: drop-shadow(0 4px 18px rgba(217, 122, 108, 0.18)) !important;
}

/* CARDS — grid premium (sin marquee, scroll-reveal staggered) */
.news-strip .news-card,
.news-card {
  background: #ffffff !important;
  border: 1px solid rgba(45, 31, 23, 0.08) !important;
  border-radius: 18px !important;
  flex: unset !important;
  width: auto !important;
  height: auto !important;
  min-height: 240px !important;
  max-height: none !important;
  padding: 22px !important;
  align-self: stretch !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 1px 2px rgba(45, 31, 23, 0.04),
    0 4px 16px rgba(45, 31, 23, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
  transition: transform 0.4s var(--eli-spring),
              box-shadow 0.4s var(--eli-spring),
              border-color 0.3s !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

/* Top accent bar (gradiente coral→dorado) */
.news-strip .news-card::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 3px !important;
  background: linear-gradient(90deg, var(--eli-accent), var(--eli-gold)) !important;
  border-radius: 22px 22px 0 0 !important;
  opacity: 1 !important;
}

/* Decorative blob esquina superior derecha */
.news-strip .news-card::after {
  content: '' !important;
  position: absolute !important;
  top: -40px;
  right: -40px;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, rgba(217, 122, 108, 0.08) 0%, transparent 70%) !important;
  pointer-events: none !important;
  display: block !important;
  border-radius: 50%;
}

.news-strip .news-card h3,
.news-card h3 {
  color: var(--eli-ink-1) !important;
  font-size: 1.18rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  margin: 6px 0 0 !important;
  line-height: 1.2 !important;
}

.news-strip .news-card p,
.news-card p {
  color: var(--eli-ink-3) !important;
  font-size: 0.88rem !important;
  line-height: 1.55 !important;
  margin: 0 !important;
}

.news-strip .news-card .text-link,
.news-card .text-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  margin-top: auto !important;
  padding-top: 8px !important;
  font-size: 0.86rem !important;
  font-weight: 600 !important;
  color: var(--eli-accent) !important;
  text-decoration: none !important;
  border: none !important;
  transition: gap 0.2s var(--eli-spring), color 0.2s !important;
  position: relative;
  width: fit-content;
}

.news-strip .news-card .text-link::after {
  content: '→' !important;
  transition: transform 0.2s var(--eli-spring) !important;
}

.news-strip .news-card .text-link:hover {
  color: var(--eli-accent-strong) !important;
  gap: 8px !important;
}

.news-strip .news-card .text-link:hover::after {
  transform: translateX(3px) !important;
}

/* Hover card: lift + glow sutil */
@media (hover: hover) {
  .news-strip .news-card:hover,
  .news-card:hover {
    transform: translateY(-6px) !important;
    border-color: rgba(217, 122, 108, 0.3) !important;
    box-shadow:
      0 4px 12px rgba(45, 31, 23, 0.06),
      0 16px 40px rgba(217, 122, 108, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.6) !important;
  }
}

/* Date+Badge row */
.news-card-date {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
  margin-bottom: 4px !important;
}

.news-card-when {
  font-size: 0.74rem !important;
  color: var(--eli-ink-4) !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

.news-card-badge {
  display: inline-flex !important;
  align-items: center !important;
  font-size: 0.66rem !important;
  font-weight: 700 !important;
  padding: 3px 10px !important;
  border-radius: 999px !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
}

.news-card-badge.urgent {
  background: var(--eli-accent) !important;
  color: #fff !important;
  box-shadow: 0 2px 8px rgba(217, 122, 108, 0.35);
  animation: eli-pulse-urgent 1.6s ease-in-out infinite;
}

.news-card-badge.soon {
  background: var(--eli-gold-soft) !important;
  color: var(--eli-gold) !important;
  border: 1px solid rgba(212, 160, 76, 0.3);
}

@keyframes eli-pulse-urgent {
  0%, 100% { box-shadow: 0 0 0 0 rgba(217, 122, 108, 0.45), 0 2px 8px rgba(217, 122, 108, 0.35); }
  50% { box-shadow: 0 0 0 6px rgba(217, 122, 108, 0), 0 2px 8px rgba(217, 122, 108, 0.35); }
}

.news-card-antic {
  margin: 0 !important;
  font-size: 0.82rem !important;
  color: var(--eli-ink-3) !important;
}

.news-card-antic strong {
  color: var(--eli-accent-strong) !important;
  font-weight: 700 !important;
}

/* GRID — carousel premium */
.news-strip__grid {
  display: flex !important;
  flex-direction: row !important;
  gap: 18px !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  scroll-snap-type: x mandatory !important;
  -webkit-overflow-scrolling: touch;
  padding: 16px max(20px, calc((100vw - 1180px) / 2)) 32px !important;
  scrollbar-width: thin;
  scroll-padding-inline: 20px;
  margin: 0 !important;
}

.news-strip__grid::-webkit-scrollbar { height: 6px; }
.news-strip__grid::-webkit-scrollbar-track { background: transparent; }
.news-strip__grid::-webkit-scrollbar-thumb {
  background: rgba(217, 122, 108, 0.3);
  border-radius: 999px;
}
.news-strip__grid::-webkit-scrollbar-thumb:hover {
  background: rgba(217, 122, 108, 0.5);
}

/* ============================================
   STICKY CTA BAR — premium touch (solo mobile)
   ============================================ */
.eli-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(20px) saturate(170%);
  backdrop-filter: blur(20px) saturate(170%);
  border-top: 1px solid var(--eli-line);
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  z-index: 99;
  display: none;
  gap: 10px;
  align-items: center;
  box-shadow: 0 -4px 24px rgba(45, 31, 23, 0.1);
  transform: translateY(100%);
  transition: transform 0.4s var(--eli-spring);
}

.eli-sticky-cta.visible { transform: translateY(0); }

.eli-sticky-cta-text {
  flex: 1;
  font-size: 0.85rem;
  color: var(--eli-ink-2);
  line-height: 1.3;
}

.eli-sticky-cta-text strong {
  display: block;
  color: var(--eli-ink-1);
  font-weight: 700;
  font-size: 0.95rem;
}

.eli-sticky-cta-btn {
  background: var(--eli-accent);
  color: #fff;
  padding: 11px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.88rem;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background 0.2s, transform 0.2s var(--eli-spring);
}

.eli-sticky-cta-btn:hover {
  background: var(--eli-accent-strong);
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .eli-sticky-cta { display: flex; }
  body { padding-bottom: 80px; }
  .eli-launcher { bottom: 90px !important; }
}

/* ============================================
   PRODUCT CARDS — tilt 3D sutil en hover
   ============================================ */
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .product-card {
    transform-style: preserve-3d !important;
    perspective: 1000px;
  }

  .product-card:hover {
    transform: translateY(-4px) rotateX(2deg) !important;
  }
}

/* ============================================
   SCROLLBAR GLOBAL — más premium
   ============================================ */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--eli-bg); }
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--eli-accent), var(--eli-gold));
  border-radius: 999px;
  border: 2px solid var(--eli-bg);
}

/* ============================================
   BOTONES — micro-interaction premium
   ============================================ */
.btn,
button.btn,
a.btn {
  position: relative;
  overflow: hidden;
}

.btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
  pointer-events: none;
}

.btn:active::after {
  width: 300px;
  height: 300px;
  transition: 0s;
}

/* ============================================
   SECTION DIVIDERS — orgánicos sutiles
   ============================================ */
section + section {
  position: relative;
}

/* ============================================
   PRODUCT-CARD — refinado luxury
   ============================================ */
.product-card {
  background: #fff !important;
  border: 1px solid var(--eli-line) !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  box-shadow:
    0 1px 2px rgba(45, 31, 23, 0.04),
    0 4px 16px rgba(45, 31, 23, 0.05) !important;
}

.product-card:hover {
  box-shadow:
    0 4px 12px rgba(45, 31, 23, 0.06),
    0 20px 48px rgba(45, 31, 23, 0.1) !important;
}

/* ============================================
   TIPOGRAFÍA — refinements editorial
   ============================================ */
h1, h2, h3 {
  font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11';
}

h2 strong em,
h2 em strong,
.accent {
  font-family: var(--eli-display) !important;
  font-style: italic !important;
  font-weight: 400 !important;
  color: var(--eli-accent) !important;
}

/* ============================================
   FOOTER refinado
   ============================================ */
footer.site-footer,
.site-footer {
  background: linear-gradient(180deg, var(--eli-paper) 0%, var(--eli-ink-1) 25%) !important;
}

footer.site-footer > *,
.site-footer > * {
  background: var(--eli-ink-1);
}

/* ============================================
   FOOTER EMPRESARIAL — rose-gold, 5 cols, dynamic
   ============================================ */
.eli-footer-empresarial {
  position: relative;
  padding: 0 !important;
  background: linear-gradient(180deg, #2a1d20 0%, #1d1316 100%) !important;
  color: rgba(255, 255, 255, 0.78) !important;
  overflow: hidden;
  border-top: none !important;
}
.eli-footer-empresarial > * {
  background: transparent !important;
}
.eli-footer-empresarial::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(230, 164, 164, 0) 5%,
    rgba(230, 164, 164, 0.7) 35%,
    rgba(212, 160, 76, 0.85) 50%,
    rgba(230, 164, 164, 0.7) 65%,
    rgba(230, 164, 164, 0) 95%,
    transparent 100%);
  z-index: 2;
}
.eli-footer-empresarial::after {
  content: '';
  position: absolute;
  bottom: -180px; left: -120px;
  width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(230, 164, 164, 0.07) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* Barra promesa */
.eli-footer-promise {
  display: flex !important;
  justify-content: center;
  gap: clamp(18px, 3.5vw, 52px);
  flex-wrap: wrap;
  padding: 22px clamp(16px, 4vw, 36px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.18) !important;
  position: relative;
  z-index: 1;
}
.eli-footer-promise span {
  display: inline-flex !important;
  align-items: center;
  gap: 9px;
  font-size: 0.76rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55) !important;
  font-weight: 500;
  margin: 0 !important;
}
.eli-footer-promise svg {
  width: 14px; height: 14px;
  color: #e6a4a4;
  flex-shrink: 0;
}

/* CTA strip */
.eli-footer-cta {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 38px clamp(16px, 5vw, 48px);
  background:
    radial-gradient(ellipse at 25% 50%, rgba(217, 122, 108, 0.1) 0%, transparent 55%),
    radial-gradient(ellipse at 75% 50%, rgba(212, 160, 76, 0.07) 0%, transparent 55%) !important;
  position: relative;
  z-index: 1;
}
.eli-footer-cta-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}
.eli-footer-cta-text { flex: 1; min-width: 260px; }
.eli-footer-cta h3 {
  margin: 0 0 6px !important;
  color: #fff !important;
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.25rem, 2.3vw, 1.65rem);
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.eli-footer-cta p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 0.94rem;
  max-width: 460px;
  line-height: 1.5;
}
.eli-footer-cta-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  padding: 14px 26px !important;
  border-radius: 50px;
  background: linear-gradient(135deg, #e6a4a4 0%, #d97a6c 100%);
  color: #fff !important;
  font-weight: 600;
  font-size: 0.94rem;
  text-decoration: none;
  margin: 0 !important;
  white-space: nowrap;
  box-shadow: 0 8px 22px rgba(217, 122, 108, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.32s;
}
.eli-footer-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(217, 122, 108, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.24);
}
.eli-footer-cta-arrow {
  display: inline-block;
  transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}
.eli-footer-cta-btn:hover .eli-footer-cta-arrow {
  transform: translateX(5px);
}

/* Grid principal 5 cols */
.eli-footer-grid {
  max-width: 1180px;
  margin: 0 auto !important;
  padding: 56px clamp(16px, 5vw, 36px) 36px !important;
  display: grid !important;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr !important;
  gap: clamp(24px, 4vw, 44px) !important;
  background: transparent !important;
  position: relative;
  z-index: 1;
}

.eli-footer-brand img {
  width: 158px !important;
  height: auto;
  filter: brightness(0) invert(1) !important;
  margin: 0 0 16px !important;
  display: block;
}
.eli-footer-tagline {
  margin: 0 0 18px !important;
  color: rgba(255, 255, 255, 0.62) !important;
  line-height: 1.55;
  font-size: 0.92rem;
  max-width: 280px;
}
.eli-footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px !important;
}
.eli-footer-badge {
  display: inline-flex !important;
  align-items: center;
  padding: 5px 12px !important;
  border-radius: 50px;
  border: 1px solid rgba(230, 164, 164, 0.3);
  background: rgba(230, 164, 164, 0.06) !important;
  color: #f0c8c8 !important;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 !important;
}
.eli-footer-social {
  display: flex !important;
  gap: 10px;
}
.eli-footer-social a {
  width: 38px !important;
  height: 38px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.85) !important;
  transition: all 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  margin: 0 !important;
  text-decoration: none;
  padding: 0 !important;
}
.eli-footer-social a:hover {
  background: linear-gradient(135deg, #e6a4a4, #d97a6c) !important;
  color: #fff !important;
  border-color: transparent !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(217, 122, 108, 0.4);
}
.eli-footer-social svg {
  width: 16px; height: 16px;
}

/* Columnas */
.eli-footer-col h2 {
  margin: 0 0 16px !important;
  color: #fff !important;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1rem !important;
  font-weight: 500;
  letter-spacing: 0.01em;
  position: relative;
  padding: 0 0 10px !important;
  text-transform: none;
}
.eli-footer-col h2::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 22px; height: 2px;
  background: linear-gradient(90deg, #e6a4a4, #d4a04c);
  border-radius: 2px;
}

.eli-footer-col a {
  display: block !important;
  margin: 8px 0 !important;
  color: rgba(255, 255, 255, 0.6) !important;
  text-decoration: none;
  font-size: 0.91rem;
  position: relative;
  padding-left: 0 !important;
  transition: color 0.25s, padding-left 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}
.eli-footer-col a::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  width: 0; height: 1px;
  background: #e6a4a4;
  transition: width 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}
.eli-footer-col a:hover {
  color: #f0c8c8 !important;
  padding-left: 14px !important;
}
.eli-footer-col a:hover::before {
  width: 10px;
}

/* Bottom row */
.eli-footer-bottom {
  max-width: 1180px;
  margin: 0 auto !important;
  padding: 22px clamp(16px, 5vw, 36px) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.eli-footer-bottom-left,
.eli-footer-bottom-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.45) !important;
}
.eli-footer-bottom span { margin: 0 !important; color: inherit !important; }
.eli-footer-sep { color: rgba(255, 255, 255, 0.22) !important; }

.eli-footer-totop {
  width: 32px !important;
  height: 32px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.72) !important;
  text-decoration: none;
  font-size: 1rem;
  margin: 0 !important;
  padding: 0 !important;
  transition: all 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}
.eli-footer-totop:hover {
  background: linear-gradient(135deg, #e6a4a4, #d97a6c) !important;
  color: #fff !important;
  border-color: transparent !important;
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 1080px) {
  .eli-footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr !important;
  }
  .eli-footer-brand { grid-column: 1 / -1; max-width: 480px; }
}
@media (max-width: 720px) {
  .eli-footer-grid {
    grid-template-columns: 1fr 1fr !important;
    padding: 44px 20px 28px !important;
  }
  .eli-footer-brand { grid-column: 1 / -1; max-width: none; }
  .eli-footer-cta-inner { flex-direction: column; align-items: flex-start; }
  .eli-footer-cta-btn { width: 100%; justify-content: center; }
  .eli-footer-promise { gap: 14px 22px; padding: 16px; }
  .eli-footer-promise span { font-size: 0.68rem; }
}
@media (max-width: 460px) {
  .eli-footer-grid { grid-template-columns: 1fr !important; }
}

/* ============================================
   ELI WIDGET — armonizar con luxury
   ============================================ */
.eli-launcher {
  background: linear-gradient(135deg, var(--eli-accent), var(--eli-accent-strong)) !important;
  box-shadow: 0 8px 28px rgba(217, 122, 108, 0.4), 0 2px 8px rgba(0, 0, 0, 0.18) !important;
}

.eli-launcher:hover {
  box-shadow: 0 12px 36px rgba(217, 122, 108, 0.55), 0 4px 12px rgba(0, 0, 0, 0.22) !important;
}

/* ============================================
   TRUST STRIP — barra de garantías estilo ohmamicrochet
   ============================================ */
.eli-trust-strip {
  background: linear-gradient(180deg, var(--eli-bg) 0%, var(--eli-paper) 100%);
  padding: clamp(40px, 5vw, 64px) 0;
  border-top: 1px solid var(--eli-line);
  border-bottom: 1px solid var(--eli-line);
}

.eli-trust-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 var(--eli-s-4);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.eli-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
  border-radius: var(--eli-r-lg);
  transition: background 0.25s, transform 0.25s var(--eli-spring);
}

.eli-trust-item:hover {
  background: var(--eli-card);
  transform: translateY(-2px);
  box-shadow: var(--eli-shadow-sm);
}

.eli-trust-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--eli-accent-soft), var(--eli-gold-soft));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.4rem;
  color: var(--eli-accent-strong);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.eli-trust-text {
  flex: 1;
  min-width: 0;
}

.eli-trust-title {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--eli-ink-1);
  letter-spacing: -0.012em;
  margin-bottom: 2px;
  line-height: 1.25;
}

.eli-trust-desc {
  font-size: 0.82rem;
  color: var(--eli-ink-3);
  line-height: 1.45;
  margin: 0;
}

/* ============================================
   PRODUCT QUICK VIEW — overlay en hover (estilo ohmamicrochet)
   ============================================ */
.product-card .product-media,
.product-card .product-image {
  position: relative;
}

.product-card .product-media::before {
  content: 'Ver detalle';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(45, 31, 23, 0.7) 100%);
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 18px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  opacity: 0;
  transition: opacity 0.3s var(--eli-spring);
  pointer-events: none;
  z-index: 2;
}

@media (hover: hover) {
  .product-card:hover .product-media::before,
  .product-card:hover .product-image::before {
    opacity: 1;
  }
}

/* ============================================
   STAR RATING — en cards populares (estilo crochetcreativo)
   ============================================ */
.product-card[data-popular="true"] .product-body::before,
.product-card.is-popular .product-body::before {
  content: '★★★★★ 5.0';
  display: block;
  font-size: 0.78rem;
  color: var(--eli-gold);
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

/* ============================================
   AUTHOR STRIP — humaniza la marca (estilo Marta Ruso)
   ============================================ */
.eli-author-strip {
  max-width: 900px;
  margin: clamp(48px, 6vw, 80px) auto;
  padding: 32px var(--eli-s-4);
  display: flex;
  align-items: center;
  gap: 24px;
  background: linear-gradient(135deg, #fff 0%, var(--eli-accent-soft) 100%);
  border-radius: var(--eli-r-xl);
  box-shadow: var(--eli-shadow-md);
  border: 1px solid rgba(217, 122, 108, 0.15);
}

.eli-author-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--eli-accent), var(--eli-accent-strong));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: var(--eli-display);
  font-style: italic;
  font-size: 1.8rem;
  font-weight: 600;
  flex-shrink: 0;
  box-shadow: 0 6px 16px rgba(217, 122, 108, 0.3);
}

.eli-author-text {
  flex: 1;
}

.eli-author-name {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--eli-accent-strong);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.eli-author-quote {
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--eli-ink-1);
  line-height: 1.45;
  letter-spacing: -0.012em;
  margin: 0 0 8px;
  font-family: var(--eli-display);
  font-style: italic;
}

.eli-author-meta {
  font-size: 0.82rem;
  color: var(--eli-ink-3);
  margin: 0;
}

@media (max-width: 600px) {
  .eli-author-strip { flex-direction: column; text-align: center; }
}

/* ============================================
   MOTION — entrada premium
   ============================================ */
@media (prefers-reduced-motion: no-preference) {
  .news-card {
    animation: eli-card-in 0.6s var(--eli-spring) backwards;
  }
  .news-card:nth-child(1) { animation-delay: 0.05s; }
  .news-card:nth-child(2) { animation-delay: 0.1s; }
  .news-card:nth-child(3) { animation-delay: 0.15s; }
  .news-card:nth-child(4) { animation-delay: 0.2s; }
  .news-card:nth-child(5) { animation-delay: 0.25s; }
  .news-card:nth-child(6) { animation-delay: 0.3s; }
  .news-card:nth-child(7) { animation-delay: 0.35s; }
  .news-card:nth-child(8) { animation-delay: 0.4s; }
}

@keyframes eli-card-in {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* ============================================
   ELI PROCESS — Cómo trabajamos en 3 pasos (premium minimal)
   ============================================ */
.eli-process {
  position: relative;
  padding: clamp(56px, 8vw, 100px) 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(230, 164, 164, 0.1) 0%, transparent 60%),
    linear-gradient(180deg, #fff 0%, #fdf8f1 100%);
  overflow: hidden;
}
.eli-process::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(217, 122, 108, 0.25) 50%, transparent 100%);
}
.eli-process-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
  position: relative;
  z-index: 1;
}
.eli-process-head {
  text-align: center;
  margin-bottom: clamp(40px, 5vw, 64px);
}
.eli-process-eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #b85a4d;
  background: linear-gradient(135deg, rgba(230,164,164,.18), rgba(212,160,76,.16));
  padding: 7px 18px;
  border-radius: 50px;
  border: 1px solid rgba(217, 122, 108, 0.22);
  margin-bottom: 16px;
}
.eli-process-title {
  font-family: 'Fraunces', 'Playfair Display', Georgia, serif;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  font-weight: 500;
  color: var(--eli-ink-1);
  letter-spacing: -0.025em;
  line-height: 1.12;
  margin: 0 0 14px;
}
.eli-process-sub {
  font-size: clamp(0.96rem, 1.2vw, 1.1rem);
  color: rgba(45, 31, 23, 0.65);
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.55;
}

.eli-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 40px);
  position: relative;
}
.eli-process-step {
  position: relative;
  padding: 32px 28px;
  background: #fff;
  border: 1px solid rgba(45, 31, 23, 0.08);
  border-radius: 24px;
  box-shadow:
    0 1px 2px rgba(45, 31, 23, 0.04),
    0 12px 32px rgba(45, 31, 23, 0.06);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.3s;
  overflow: hidden;
}
.eli-process-step:hover {
  transform: translateY(-6px);
  border-color: rgba(217, 122, 108, 0.35);
  box-shadow:
    0 1px 2px rgba(45, 31, 23, 0.06),
    0 22px 50px rgba(217, 122, 108, 0.18);
}
.eli-process-step::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #d97a6c 0%, #d4a04c 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.eli-process-step:hover::after { transform: scaleX(1); }

.eli-process-num {
  display: inline-block;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 3.4rem;
  font-weight: 400;
  font-style: italic;
  background: linear-gradient(135deg, #d97a6c, #d4a04c);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 18px;
}
.eli-process-line {
  display: none; /* línea conectora desktop opcional */
}
.eli-process-step h3 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--eli-ink-1);
  letter-spacing: -0.015em;
  margin: 0 0 10px;
  line-height: 1.25;
}
.eli-process-step p {
  font-size: 0.95rem;
  color: rgba(45, 31, 23, 0.66);
  line-height: 1.55;
  margin: 0;
}

.eli-process-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: clamp(36px, 5vw, 56px) auto 0;
  padding: 14px 30px;
  background: linear-gradient(135deg, #2d1f17, #3a2820);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.96rem;
  letter-spacing: 0.01em;
  border-radius: 50px;
  box-shadow: 0 8px 24px rgba(45, 31, 23, 0.22);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s, background 0.3s;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.eli-process-cta:hover {
  background: linear-gradient(135deg, #d97a6c, #b85a4d);
  transform: translateX(-50%) translateY(-2px);
  box-shadow: 0 14px 32px rgba(217, 122, 108, 0.36);
}
.eli-process-cta:hover .eli-process-arrow { transform: translateX(4px); }
.eli-process-arrow {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Responsive */
@media (max-width: 880px) {
  .eli-process-grid { grid-template-columns: 1fr; gap: 16px; }
  .eli-process-step { padding: 26px 22px; }
  .eli-process-num { font-size: 2.8rem; margin-bottom: 14px; }
}

/* ============================================
   GLOBAL MOBILE — sin overflow horizontal accidental
   ============================================ */
@media (max-width: 720px) {
  html, body {
    overflow-x: hidden !important;
    max-width: 100vw;
  }
  body > * { max-width: 100vw; }
}

/* ============================================
   HERO MOBILE — alturas y typography ajustadas
   ============================================ */
@media (max-width: 720px) {
  .hero--editorial {
    min-height: 78vh !important;
    min-height: 78dvh !important;
  }
  .hero--editorial h1 {
    font-size: clamp(1.7rem, 7vw, 2.3rem) !important;
    letter-spacing: -0.022em !important;
    line-height: 1.12 !important;
  }
  .hero--editorial p {
    font-size: 0.96rem !important;
    line-height: 1.5 !important;
  }
  .hero-actions {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .hero-actions .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

/* ============================================
   NEWS-STRIP MOBILE — cards más compactas + sin overflow horizontal
   ============================================ */
@media (max-width: 720px) {
  .news-strip__intro h2 {
    font-size: clamp(1.4rem, 5vw, 1.8rem) !important;
  }
  .news-strip__intro p {
    font-size: 0.9rem !important;
  }
  .news-strip .news-card,
  .news-card {
    flex: 0 0 240px !important;
    width: 240px !important;
    min-height: 230px !important;
    padding: 18px !important;
    border-radius: 16px !important;
  }
  .news-strip .news-card h3,
  .news-card h3 {
    font-size: 1.05rem !important;
  }
  .news-strip-ticker {
    font-size: 0.66rem;
    letter-spacing: 0.14em;
  }
  section.news-strip,
  section[data-expiring-promos] {
    overflow-x: hidden !important;
  }
  section.news-strip > .news-strip__grid,
  section[data-expiring-promos] > .news-strip__grid {
    gap: 12px !important;
  }
}
@media (max-width: 480px) {
  .news-strip .news-card,
  .news-card {
    flex: 0 0 220px !important;
    width: 220px !important;
    min-height: 220px !important;
    padding: 16px !important;
  }
  .news-strip__intro {
    margin-bottom: 24px !important;
  }
}

/* ============================================================================
   HERO V2 — split asimétrico editorial premium (estilo Sézane/Aesop)
   ============================================================================ */
.hero--editorial-v2 {
  position: relative !important;
  background: var(--eli-paper) !important;
  padding: clamp(80px, 10vw, 140px) 0 clamp(60px, 7vw, 110px) !important;
  overflow: hidden;
  min-height: auto !important;
  margin-top: 0 !important;
}
.hero--editorial-v2 .hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 5vw, 56px);
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  align-items: center;
}
@media (min-width: 960px) {
  .hero--editorial-v2 .hero-grid {
    grid-template-columns: 1.15fr 1fr;
    gap: clamp(56px, 6vw, 96px);
  }
}

.hero--editorial-v2 .hero-figure {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 4px;
  will-change: transform;
}
.hero--editorial-v2 .hero-figure-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
  transform: scale(1.05);
  transition: transform 1.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.hero--editorial-v2.is-loaded .hero-figure-img { transform: scale(1); }

.hero-figure-caption {
  position: absolute;
  bottom: 16px; left: 16px;
  font: 500 11px/1 'Quicksand', sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(42, 29, 21, 0.55);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  padding: 8px 12px;
  border-radius: 2px;
}

.hero--editorial-v2 .hero-copy {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2vw, 24px);
  background: transparent !important;
}

.hero--editorial-v2 .hero-eyebrow {
  font: 500 12px/1 'Quicksand', sans-serif;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #b87a78;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  text-shadow: none !important;
}

.hero--editorial-v2 .hero-title {
  font-family: 'Cormorant Garamond', 'Fraunces', Georgia, serif !important;
  font-weight: 400 !important;
  font-size: clamp(40px, 6.5vw, 84px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.015em !important;
  color: var(--eli-ink-1) !important;
  margin: 0 !important;
  text-shadow: none !important;
}
.hero--editorial-v2 .hero-line {
  display: block;
  overflow: hidden;
}
.hero--editorial-v2 .hero-line--italic {
  font-style: italic;
  color: #b87a78;
  font-weight: 500;
}
[data-reveal-line] > * { display: inline-block; }
.hero--editorial-v2 [data-reveal-line] {
  transform: translateY(110%);
  transition: transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}
.hero--editorial-v2.is-loaded [data-reveal-line] { transform: translateY(0); }
.hero--editorial-v2 .hero-line:nth-child(1) { --reveal-delay: 80ms; }
.hero--editorial-v2 .hero-line:nth-child(2) { --reveal-delay: 200ms; }
.hero--editorial-v2 .hero-line:nth-child(3) { --reveal-delay: 320ms; }
.hero--editorial-v2 .hero-line:nth-child(4) { --reveal-delay: 440ms; }

.hero--editorial-v2 .hero-lede {
  font: 400 clamp(15px, 1.4vw, 18px)/1.55 'Quicksand', sans-serif !important;
  color: rgba(45, 31, 23, 0.7) !important;
  max-width: 42ch;
  margin: 0 !important;
  text-shadow: none !important;
}

.hero--editorial-v2 .hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(16px, 2vw, 28px);
  margin-top: 8px;
}
.hero--editorial-v2 .btn-primary {
  display: inline-flex !important;
  align-items: center;
  padding: 14px 28px !important;
  border-radius: 50px !important;
  background: var(--eli-ink-1) !important;
  color: #fff !important;
  font: 500 14px/1 'Quicksand', sans-serif !important;
  letter-spacing: 0.04em !important;
  text-decoration: none !important;
  border: 1px solid var(--eli-ink-1) !important;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.hero--editorial-v2 .btn-primary:hover {
  background: #b87a78 !important;
  border-color: #b87a78 !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(184, 122, 120, 0.32);
}

.hero--editorial-v2 .btn-link {
  font: 500 14px/1 'Quicksand', sans-serif;
  letter-spacing: 0.04em;
  color: var(--eli-ink-1);
  text-decoration: none;
  position: relative;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--eli-ink-1);
  transition: color 0.25s ease, border-color 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hero--editorial-v2 .btn-link:hover { color: #b87a78; border-color: #b87a78; }
.hero--editorial-v2 .btn-link span {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.hero--editorial-v2 .btn-link:hover span { transform: translateX(4px); }

.hero--editorial-v2 .hero-meta {
  font: 400 12px/1 'Quicksand', sans-serif !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: rgba(45, 31, 23, 0.5) !important;
  display: flex;
  gap: 10px;
  margin: 4px 0 0 !important;
  text-shadow: none !important;
}

@media (prefers-reduced-motion: no-preference) {
  .hero--editorial-v2 .hero-figure[data-parallax] {
    transform: translate3d(0, var(--py, 0px), 0);
  }
}

/* En mobile invertir orden: copy primero, figura debajo */
@media (max-width: 959px) {
  .hero--editorial-v2 .hero-grid {
    grid-template-areas:
      "copy"
      "figure";
  }
  .hero--editorial-v2 .hero-copy { grid-area: copy; }
  .hero--editorial-v2 .hero-figure { grid-area: figure; aspect-ratio: 5 / 4; }
}

/* ============================================================================
   EDITORIAL STORY — manifesto firmado (Aesop "Taxonomy" + Glossier brand quote)
   ============================================================================ */
.editorial-story {
  background: #efe6d8;
  padding: clamp(80px, 10vw, 140px) 0;
  position: relative;
  overflow: hidden;
}
.editorial-story::before,
.editorial-story::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  height: 1px;
  background: rgba(42, 29, 21, 0.12);
}
.editorial-story::before { top: 0; }
.editorial-story::after { bottom: 0; }

.editorial-story-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(32px, 5vw, 64px);
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  align-items: center;
}
@media (min-width: 880px) {
  .editorial-story-grid {
    grid-template-columns: 1fr 1.1fr;
  }
}

.editorial-story-figure {
  margin: 0;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
  box-shadow: 0 30px 70px rgba(45, 31, 23, 0.18);
}
.editorial-story-figure img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.editorial-story-figure:hover img { transform: scale(1.04); }

.editorial-story-figure figcaption {
  position: absolute;
  bottom: 14px; left: 14px;
  font: 500 10px/1 'Quicksand', sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(42, 29, 21, 0.55);
  padding: 6px 10px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 2px;
}

.editorial-story-eyebrow {
  display: inline-block;
  font: 500 11px/1 'Quicksand', sans-serif;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #b87a78;
  margin: 0 0 16px;
}
.editorial-story-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: clamp(28px, 4.2vw, 52px);
  line-height: 1.18;
  color: var(--eli-ink-1);
  letter-spacing: -0.01em;
  margin: 0 0 24px;
  max-width: 22ch;
}
.editorial-story-title em {
  font-style: italic;
  color: #b87a78;
  font-weight: 500;
}
.editorial-story-text {
  font: 400 clamp(15px, 1.3vw, 17px)/1.7 'Quicksand', sans-serif;
  color: rgba(45, 31, 23, 0.7);
  max-width: 48ch;
  margin: 0 0 18px;
}
.editorial-story-sign {
  font: italic 500 18px/1 'Cormorant Garamond', serif;
  color: var(--eli-ink-1);
  letter-spacing: 0.02em;
  margin: 0;
}

/* Reveal genérico fade-in con IntersectionObserver */
.fx-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.85s cubic-bezier(0.22, 0.61, 0.36, 1),
              transform 0.85s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fx-reveal.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  [data-reveal-line],
  .fx-reveal,
  .hero-figure-img,
  .editorial-story-figure img {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

/* ============================================================================
   HERO V2 — logo stamp circular sobre la foto (top-right)
   ============================================================================ */
.hero-figure {
  position: relative;
}
.hero-figure-stamp {
  position: absolute;
  top: 18px;
  right: 18px;
  width: clamp(56px, 7vw, 84px);
  height: auto;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  padding: 6px;
  box-shadow:
    0 8px 22px rgba(45, 31, 23, 0.22),
    0 2px 6px rgba(45, 31, 23, 0.12);
  z-index: 2;
  pointer-events: none;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  animation: eli-stamp-in 1.1s 0.55s cubic-bezier(0.16, 1, 0.3, 1) backwards;
}
@keyframes eli-stamp-in {
  from {
    transform: rotate(-30deg) scale(0.4);
    opacity: 0;
  }
  to {
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
}

/* ============================================================================
   FX-REVEAL staggered con --reveal-delay para news-cards
   ============================================================================ */
.news-card.fx-reveal {
  opacity: 0;
  transform: translateY(28px) scale(0.985);
  transition:
    opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) var(--reveal-delay, 0ms),
    transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) var(--reveal-delay, 0ms);
}
.news-card.fx-reveal.is-in {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Hover sutil sobre cards de fechas en grid estático */
@media (hover: hover) {
  .news-card:hover {
    transform: translateY(-4px) !important;
    box-shadow:
      0 1px 2px rgba(45, 31, 23, 0.04),
      0 14px 36px rgba(217, 122, 108, 0.18) !important;
    border-color: rgba(217, 122, 108, 0.28) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .news-card.fx-reveal {
    opacity: 1 !important;
    transform: none !important;
  }
  .hero-figure-stamp { animation: none !important; }
}

/* ============================================================================
   HERO BLUSH — fondo blanco-rosado con backdrop blur de la misma foto
   ============================================================================ */
.hero--blush {
  background: linear-gradient(135deg,
    #ffffff 0%,
    #fdf3ee 28%,
    #fae0d8 65%,
    #f3cfc9 100%) !important;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

/* Backdrop blur de la foto principal — ambient layer estilo iOS */
.hero-bg-blur {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.hero-bg-blur img {
  position: absolute;
  inset: -8%;
  width: 116%;
  height: 116%;
  object-fit: cover;
  -webkit-filter: blur(56px) saturate(1.05) brightness(1.08);
  filter: blur(56px) saturate(1.05) brightness(1.08);
  opacity: 0.45;
  transform: scale(1.05);
  will-change: transform;
}

/* Tinte blanco-rosado encima del blur para softness premium */
.hero-bg-tint {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 80% 50% at 30% 20%, rgba(255, 255, 255, 0.55) 0%, transparent 65%),
    radial-gradient(ellipse 70% 60% at 75% 75%, rgba(247, 215, 215, 0.4) 0%, transparent 70%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, rgba(248, 226, 220, 0.45) 100%);
}

/* Asegurar que el grid quede sobre los layers blur+tint */
.hero--blush .hero-grid {
  position: relative;
  z-index: 2;
}

/* Foto principal: borde suave y sombra rosa-pastel */
.hero--blush .hero-figure {
  box-shadow:
    0 1px 3px rgba(45, 31, 23, 0.08),
    0 24px 60px rgba(217, 122, 108, 0.18),
    0 60px 120px rgba(184, 122, 120, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
}

/* Eyebrow rosa-deep contrasta sobre fondo blanco-rosa */
.hero--blush .hero-eyebrow {
  color: #b85a4d !important;
  background: rgba(255, 255, 255, 0.6);
  padding: 6px 14px !important;
  border-radius: 999px;
  border: 1px solid rgba(184, 90, 77, 0.18);
  display: inline-flex !important;
  align-self: flex-start;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

/* H1 oscuro premium sobre fondo claro */
.hero--blush .hero-title { color: #2d1f17 !important; }
.hero--blush .hero-line--italic { color: #b85a4d !important; }

/* Lede más legible sobre fondo claro */
.hero--blush .hero-lede {
  color: rgba(45, 31, 23, 0.74) !important;
}

/* CTA primary oscuro, hover rosa */
.hero--blush .btn-primary {
  background: #2d1f17 !important;
  border-color: #2d1f17 !important;
}
.hero--blush .btn-primary:hover {
  background: linear-gradient(135deg, #d97a6c, #b85a4d) !important;
  border-color: transparent !important;
}

/* Meta: contraste alto */
.hero--blush .hero-meta { color: rgba(45, 31, 23, 0.55) !important; }

/* Mobile: ajustar blur intensity (menos costoso) */
@media (max-width: 720px) {
  .hero-bg-blur img {
    -webkit-filter: blur(40px) saturate(1.05) brightness(1.08);
    filter: blur(40px) saturate(1.05) brightness(1.08);
    opacity: 0.5;
  }
}

/* Reduce motion: no scale ni transform en blur */
@media (prefers-reduced-motion: reduce) {
  .hero-bg-blur img { transform: none; }
}

/* ============================================================================
   NAIPE CARDS — Calendario fechas estilo playing-card premium 3D
   ============================================================================ */
.news-strip__grid {
  display: grid !important;
  gap: clamp(14px, 2.4vw, 28px) !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  perspective: 1400px;
  align-items: start !important;
  padding: 8px clamp(20px, 4vw, 48px) clamp(36px, 4.5vw, 56px) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  overflow: visible !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}
@media (max-width: 1100px) {
  .news-strip__grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}
@media (max-width: 760px) {
  .news-strip__grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 12px !important; }
}
@media (max-width: 380px) {
  .news-strip__grid { grid-template-columns: 1fr !important; }
}

.naipe-card {
  position: relative;
  aspect-ratio: 5 / 7;
  border-radius: 18px;
  background: linear-gradient(160deg, #fffaf3 0%, #fbe9da 60%, #f4d6c2 100%);
  border: 1px solid rgba(212, 160, 76, 0.35);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.7) inset,
    0 0 0 1px rgba(217, 122, 108, 0.08),
    0 8px 18px -10px rgba(45, 31, 23, 0.22),
    0 22px 40px -22px rgba(45, 31, 23, 0.32);
  transform: rotate(var(--tilt-init, 0deg));
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.4s ease;
  will-change: transform;
  cursor: default;
  isolation: isolate;
  flex: unset !important;
  width: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  padding: 0 !important;
}
.naipe-card:nth-child(odd)  { --tilt-init: -1.2deg; }
.naipe-card:nth-child(even) { --tilt-init: 1.2deg; }

/* Borde decorativo gradient rose-gold (técnica gradient-border) */
.naipe-card::before {
  content: '';
  position: absolute;
  inset: 6px;
  border-radius: 13px;
  border: 1px solid transparent;
  pointer-events: none;
  background: linear-gradient(135deg,
    rgba(212, 160, 76, 0.55),
    rgba(217, 122, 108, 0.35),
    rgba(212, 160, 76, 0.55)) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.naipe-card::after { display: none !important; }

.naipe-inner {
  position: relative;
  width: 100%; height: 100%;
  padding: 14px 14px 12px;
  display: flex;
  flex-direction: column;
  transform-style: preserve-3d;
}

/* Glare radial mouse-follow */
.naipe-glare {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%),
    rgba(255, 255, 255, 0.55) 0%, transparent 45%);
  opacity: 0;
  transition: opacity 0.35s ease;
  mix-blend-mode: overlay;
  z-index: 3;
}
.naipe-card:hover .naipe-glare { opacity: 1; }

/* Ranks (esquinas opuestas estilo naipe) */
.naipe-rank {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
  font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  color: #2d1f17;
  transform: translateZ(30px);
}
.naipe-rank--tl { align-self: flex-start; }
.naipe-rank--br {
  align-self: flex-end;
  transform: translateZ(30px) rotate(180deg);
  margin-top: auto;
}
.naipe-day {
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  font-weight: 600;
  letter-spacing: -0.02em;
}
.naipe-month {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #d97a6c;
  margin-top: 2px;
}
.naipe-suit {
  margin-top: 4px;
  color: #d97a6c;
  display: inline-flex;
}

/* Centro: símbolo + halo */
.naipe-center {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
  transform: translateZ(45px);
  z-index: 1;
}
.naipe-halo {
  position: absolute;
  width: 60%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 160, 76, 0.22) 0%, transparent 70%);
  filter: blur(8px);
}
.naipe-glyph {
  color: #d97a6c;
  filter: drop-shadow(0 4px 8px rgba(217, 122, 108, 0.35));
}

/* Meta (badge + título + antic) */
.naipe-meta {
  position: absolute;
  left: 0; right: 0;
  bottom: 50px;
  text-align: center;
  padding: 0 14px;
  transform: translateZ(40px);
  z-index: 2;
}
.naipe-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(0.95rem, 1.3vw, 1.1rem);
  font-weight: 600;
  color: #2d1f17;
  margin: 6px 0 4px;
  line-height: 1.15;
  text-wrap: balance;
}
.naipe-antic {
  font-size: 0.7rem;
  color: rgba(45, 31, 23, 0.65);
  margin: 0;
  line-height: 1.3;
}
.naipe-antic strong {
  color: #b85a4d;
  font-weight: 700;
}

/* Badges */
.naipe-badge {
  display: inline-block;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 50px;
}
.naipe-badge--urgent {
  background: linear-gradient(135deg, #d97a6c, #b85a4d);
  color: #fff;
  box-shadow: 0 4px 10px rgba(217, 122, 108, 0.35);
}
.naipe-badge--soon {
  background: rgba(212, 160, 76, 0.18);
  color: #a37223;
  border: 1px solid rgba(212, 160, 76, 0.4);
}
.naipe-badge--any {
  background: rgba(45, 31, 23, 0.06);
  color: rgba(45, 31, 23, 0.7);
  border: 1px solid rgba(45, 31, 23, 0.1);
}

/* CTA mini */
.naipe-cta {
  position: absolute;
  left: 14px; right: 14px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #d97a6c;
  text-decoration: none;
  padding: 8px 10px;
  border: 1px solid rgba(217, 122, 108, 0.4);
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  transform: translateZ(35px);
  transition: all 0.25s ease;
  z-index: 4;
}
.naipe-cta:hover,
.naipe-cta:focus-visible {
  background: #d97a6c;
  color: #fff;
  border-color: #d97a6c;
  outline: none;
  box-shadow: 0 6px 14px rgba(217, 122, 108, 0.4);
}

/* Hover lift card */
.naipe-card:hover {
  z-index: 10;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 0 0 1px rgba(217, 122, 108, 0.18),
    0 18px 30px -12px rgba(45, 31, 23, 0.32),
    0 40px 60px -28px rgba(45, 31, 23, 0.48);
}
.naipe-card:focus-within {
  outline: 2px solid #d97a6c;
  outline-offset: 4px;
}

/* Reveal staggered */
.naipe-card.fx-reveal {
  opacity: 0;
  transform: translateY(28px) rotate(var(--tilt-init, 0deg)) scale(0.96);
  transition:
    opacity 0.7s ease var(--reveal-delay, 0ms),
    transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) var(--reveal-delay, 0ms);
}
.naipe-card.fx-reveal.is-in {
  opacity: 1;
  transform: translateY(0) rotate(var(--tilt-init, 0deg)) scale(1);
}

/* Mobile compactness */
@media (max-width: 760px) {
  .naipe-card { border-radius: 14px; }
  .naipe-day { font-size: 1.4rem; }
  .naipe-glyph { width: 54px !important; height: 54px !important; }
  .naipe-meta { bottom: 44px; }
  .naipe-title { font-size: 0.92rem; }
  .naipe-cta { font-size: 0.62rem; padding: 6px 8px; }
  .naipe-inner { padding: 10px 10px 10px; }
}
@media (max-width: 480px) {
  .naipe-day { font-size: 1.2rem; }
  .naipe-month { font-size: 0.56rem; }
  .naipe-glyph { width: 46px !important; height: 46px !important; }
}

@media (prefers-reduced-motion: reduce) {
  .naipe-card,
  .naipe-card.fx-reveal {
    transition: opacity 0.3s ease;
    transform: none !important;
  }
  .naipe-card:hover { transform: none !important; }
  .naipe-glare { display: none; }
}

/* Sobreescribir reglas legacy de news-card que pudieran entrar */
.naipe-card .news-card-date,
.naipe-card .news-card-when,
.naipe-card .news-card-badge,
.naipe-card .news-card-antic { display: none !important; }

/* ============================================================================
   NEWS FEED (NYT/Bloomberg style) — compacto, sin cards grandes
   ============================================================================ */
/* Override del grid: 2 columnas desktop, 1 mobile */
section.news-strip > .news-strip__grid,
section[data-expiring-promos] > .news-strip__grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 !important;
  column-gap: clamp(28px, 4vw, 56px) !important;
  perspective: none !important;
  padding: 8px clamp(20px, 4vw, 48px) clamp(36px, 4.5vw, 56px) !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
  align-items: stretch !important;
  overflow: visible !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}
@media (max-width: 720px) {
  section.news-strip > .news-strip__grid,
  section[data-expiring-promos] > .news-strip__grid {
    grid-template-columns: 1fr !important;
    column-gap: 0 !important;
  }
}

/* Item news-feed */
.eli-news-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 22px 0 22px;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  transform: none !important;
  flex: unset !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  transition: background 0.45s ease, padding-left 0.45s ease;
}

/* Hairline divider top (estilo periódico) */
.eli-news-rule {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: rgba(45, 31, 23, 0.12);
}

/* Top row: pill urgencia + fecha */
.eli-news-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 4px;
}
.eli-news-urg {
  display: inline-flex;
  align-items: center;
  font: 500 0.66rem/1 'Quicksand', sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 50px;
  white-space: nowrap;
}
.eli-news-urg::before {
  content: '';
  display: inline-block;
  width: 5px; height: 5px;
  border-radius: 50%;
  margin-right: 6px;
  background: currentColor;
}
.eli-news-urg--urgent {
  color: #fff;
  background: linear-gradient(135deg, #d97a6c, #b85a4d);
  box-shadow: 0 4px 10px rgba(217, 122, 108, 0.32);
  animation: eli-urg-pulse 2s ease-in-out infinite;
}
@keyframes eli-urg-pulse {
  0%, 100% { box-shadow: 0 4px 10px rgba(217, 122, 108, 0.32); }
  50% { box-shadow: 0 4px 20px rgba(217, 122, 108, 0.55); }
}
.eli-news-urg--soon {
  color: #a37223;
  background: rgba(212, 160, 76, 0.16);
  border: 1px solid rgba(212, 160, 76, 0.4);
}
.eli-news-urg--soft {
  color: rgba(45, 31, 23, 0.58);
  background: rgba(45, 31, 23, 0.04);
  border: 1px solid rgba(45, 31, 23, 0.08);
}
.eli-news-date {
  font: 500 0.7rem/1 'Quicksand', sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(45, 31, 23, 0.5);
}

/* Title estilo serif editorial */
.eli-news-title {
  font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.012em;
  color: #2d1f17;
  margin: 0;
  text-wrap: balance;
}

/* Description */
.eli-news-desc {
  font: 400 0.94rem/1.55 'Quicksand', sans-serif;
  color: rgba(45, 31, 23, 0.72);
  margin: 0;
  max-width: 38em;
  text-wrap: pretty;
}

/* Bottom row: antic + CTA inline */
.eli-news-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 4px;
  flex-wrap: wrap;
}
.eli-news-antic {
  font: 400 0.78rem/1 'Quicksand', sans-serif;
  color: rgba(45, 31, 23, 0.5);
  letter-spacing: 0.02em;
}
.eli-news-cta {
  font: 600 0.84rem/1 'Quicksand', sans-serif;
  letter-spacing: 0.02em;
  color: #b85a4d;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  white-space: nowrap;
  transition: color 0.25s ease, transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  display: inline-block;
}
.eli-news-cta:hover {
  color: #2d1f17;
}

/* Hover item: shift sutil + bg suave */
@media (hover: hover) {
  .eli-news-item:hover {
    background: rgba(255, 255, 255, 0.45) !important;
    padding-left: 14px;
  }
  .eli-news-item:hover .eli-news-cta {
    transform: translateX(3px);
  }
}

/* Spotlight auto-cycle (highlight rotation) */
.eli-news-item.is-spotlight {
  background: linear-gradient(90deg,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(251, 233, 218, 0.3) 100%) !important;
  padding-left: 14px;
}
.eli-news-item.is-spotlight .eli-news-title {
  color: #b85a4d;
}
.eli-news-item.is-spotlight .eli-news-rule {
  background: linear-gradient(90deg, #d97a6c 0%, transparent 100%);
  height: 2px;
}

/* Scroll-reveal slide-up staggered */
.eli-news-item.fx-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) var(--reveal-delay, 0ms),
    transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) var(--reveal-delay, 0ms);
}
.eli-news-item.fx-reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}

/* Mobile */
@media (max-width: 720px) {
  .eli-news-item { padding: 18px 0; }
  .eli-news-title { font-size: 1.2rem; }
  .eli-news-desc { font-size: 0.9rem; }
  .eli-news-bottom { flex-direction: column; align-items: flex-start; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .eli-news-item, .eli-news-item.is-spotlight {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
  .eli-news-urg--urgent { animation: none; }
}

/* Hide naipe legacy si quedó CSS antiguo */
.naipe-card { display: none !important; }

/* ============================================================================
   COVERFLOW HORIZONTAL CILÍNDRICO ANCHO — Calendario fechas
   ============================================================================ */
.eli-coverflow,
section.news-strip > .eli-coverflow,
section[data-expiring-promos] > .eli-coverflow {
  display: block !important;
  grid-template-columns: none !important;
  perspective: 1800px;
  perspective-origin: center 50%;
  position: relative;
  width: 100% !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 24px clamp(20px, 4vw, 48px) clamp(36px, 4.5vw, 64px) !important;
  overflow: visible !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

.cover-stage {
  position: relative;
  width: 100%;
  height: 360px;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
@media (max-width: 720px) {
  .cover-stage { height: 320px; }
}

.cover-card {
  position: absolute;
  top: 0;
  left: 50%;
  width: 380px;
  max-width: 76vw;
  height: 100%;
  margin-left: -190px;
  background: linear-gradient(160deg, #ffffff 0%, #fdf3ee 100%);
  border-radius: 22px;
  border: 1px solid rgba(45, 31, 23, 0.08);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.7) inset,
    0 12px 28px -10px rgba(45, 31, 23, 0.18),
    0 28px 60px -28px rgba(45, 31, 23, 0.32);
  cursor: pointer;
  transform-origin: center center;
  transition: transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1),
              opacity 0.5s ease,
              box-shadow 0.4s ease,
              border-color 0.3s;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 720px) {
  .cover-card { width: 280px; margin-left: -140px; }
}
@media (max-width: 480px) {
  .cover-card { width: 240px; margin-left: -120px; }
}

.cover-card.is-active {
  border: 2px solid transparent;
  background:
    linear-gradient(160deg, #ffffff 0%, #fdf3ee 100%) padding-box,
    linear-gradient(135deg, #d97a6c 0%, #d4a04c 100%) border-box;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 18px 40px -10px rgba(217, 122, 108, 0.32),
    0 40px 80px -28px rgba(184, 122, 120, 0.4);
  cursor: default;
}

.cover-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 28px 28px 24px;
  gap: 12px;
}
@media (max-width: 720px) {
  .cover-inner { padding: 22px 22px 18px; gap: 10px; }
}

.cover-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.cover-urg {
  display: inline-flex;
  align-items: center;
  font: 500 0.66rem/1 'Quicksand', sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 50px;
  white-space: nowrap;
}
.cover-urg::before {
  content: '';
  display: inline-block;
  width: 5px; height: 5px;
  border-radius: 50%;
  margin-right: 6px;
  background: currentColor;
}
.cover-urg--urgent {
  color: #fff;
  background: linear-gradient(135deg, #d97a6c, #b85a4d);
  box-shadow: 0 4px 10px rgba(217, 122, 108, 0.32);
  animation: cover-urg-pulse 2s ease-in-out infinite;
}
@keyframes cover-urg-pulse {
  0%, 100% { box-shadow: 0 4px 10px rgba(217, 122, 108, 0.32); }
  50% { box-shadow: 0 4px 20px rgba(217, 122, 108, 0.55); }
}
.cover-urg--soon {
  color: #a37223;
  background: rgba(212, 160, 76, 0.16);
  border: 1px solid rgba(212, 160, 76, 0.4);
}
.cover-urg--soft {
  color: rgba(45, 31, 23, 0.58);
  background: rgba(45, 31, 23, 0.04);
  border: 1px solid rgba(45, 31, 23, 0.08);
}
.cover-date {
  font: 500 0.7rem/1 'Quicksand', sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(45, 31, 23, 0.45);
}

.cover-title {
  font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  font-size: clamp(1.5rem, 2.5vw, 2.1rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.012em;
  color: #2d1f17;
  margin: 0;
  text-wrap: balance;
}
.cover-card.is-active .cover-title {
  background: linear-gradient(135deg, #2d1f17 0%, #b85a4d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cover-desc {
  font: 400 clamp(0.92rem, 1.2vw, 1rem)/1.55 'Quicksand', sans-serif;
  color: rgba(45, 31, 23, 0.7);
  margin: 0;
  flex: 1;
}

.cover-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 8px;
  border-top: 1px solid rgba(45, 31, 23, 0.08);
}
.cover-antic {
  font: 400 0.78rem/1 'Quicksand', sans-serif;
  color: rgba(45, 31, 23, 0.5);
}
.cover-cta {
  font: 600 0.84rem/1 'Quicksand', sans-serif;
  letter-spacing: 0.02em;
  color: #b85a4d;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  white-space: nowrap;
  transition: color 0.25s ease, transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.cover-cta:hover { color: #2d1f17; transform: translateX(3px); }

/* Controles abajo */
.cover-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
  position: relative;
  z-index: 5;
}
.cover-ctrl {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(45, 31, 23, 0.12);
  color: #2d1f17;
  font-size: 1.1rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-weight: 600;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 14px rgba(45, 31, 23, 0.08);
  -webkit-tap-highlight-color: transparent;
}
.cover-ctrl:hover {
  background: linear-gradient(135deg, #d97a6c, #b85a4d);
  color: #fff;
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(217, 122, 108, 0.36);
}

.cover-dots {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cover-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(45, 31, 23, 0.18);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-tap-highlight-color: transparent;
}
.cover-dot:hover { background: rgba(45, 31, 23, 0.4); }
.cover-dot.is-active {
  background: linear-gradient(135deg, #d97a6c, #b85a4d);
  width: 24px;
  border-radius: 50px;
}

@media (prefers-reduced-motion: reduce) {
  .cover-card, .cover-stage { transition: none !important; }
  .cover-urg--urgent { animation: none; }
}

/* Hide legacy naipe / news-feed CSS si quedó */
.naipe-card, .eli-news-item { display: none !important; }

/* ============================================================================
   COVERFLOW — Imagen referencial top + texto bottom
   ============================================================================ */
.cover-stage { height: 480px !important; }
@media (max-width: 720px) {
  .cover-stage { height: 440px !important; }
}
@media (max-width: 480px) {
  .cover-stage { height: 400px !important; }
}

.cover-card {
  display: flex !important;
  flex-direction: column;
  overflow: hidden;
}

/* Imagen referencial top (ocupa ~52% de la card) */
.cover-img {
  position: relative;
  width: 100%;
  flex: 0 0 52%;
  overflow: hidden;
  background: #f5efe7;
  border-radius: 22px 22px 0 0;
}
.cover-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1),
              filter 0.5s ease;
  filter: saturate(1.05);
}
.cover-card.is-active .cover-img img {
  transform: scale(1.02);
}
.cover-card:not(.is-active) .cover-img img {
  filter: saturate(0.85) brightness(0.92);
}

/* Pill urgencia overlay sobre la imagen */
.cover-urg--overlay {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.cover-urg--overlay.cover-urg--soon,
.cover-urg--overlay.cover-urg--soft {
  background: rgba(255, 255, 255, 0.85);
}

/* Inner text bottom (~48%) */
.cover-card .cover-inner {
  flex: 1 1 48%;
  padding: 16px 22px 18px;
  gap: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #fdf3ee 100%);
}
@media (max-width: 720px) {
  .cover-card .cover-inner { padding: 14px 18px 16px; gap: 6px; }
}

/* Head row simplificado: fecha + antic mini */
.cover-card .cover-head {
  margin: 0;
}
.cover-antic-mini {
  font: 500 0.66rem/1 'Quicksand', sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #b85a4d;
  padding: 3px 9px;
  border-radius: 50px;
  background: rgba(217, 122, 108, 0.08);
  border: 1px solid rgba(217, 122, 108, 0.2);
  white-space: nowrap;
}

/* Title más compacto */
.cover-card .cover-title {
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
  margin: 2px 0 0;
}

/* Description compacta — clamp 2 líneas */
.cover-card .cover-desc {
  font-size: 0.88rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 2px 0 0;
}

/* Foot: solo CTA full width */
.cover-card .cover-foot {
  margin-top: auto;
  padding-top: 8px;
  border-top: 1px solid rgba(45, 31, 23, 0.06);
  justify-content: flex-end;
}

/* Mobile cards — ajustar split */
@media (max-width: 720px) {
  .cover-img { flex: 0 0 50%; }
  .cover-card .cover-inner { flex: 1 1 50%; }
  .cover-card .cover-title { font-size: 1.15rem; }
  .cover-card .cover-desc { font-size: 0.84rem; -webkit-line-clamp: 2; }
}
