/* Hero cinematográfico — SOLO .hero--cinematic (navbar intacto) */

.hero--cinematic {
  position: relative;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

/* Foto Leviatán Rasganorte — difuminada al fondo */
.hero--cinematic .hero__bg-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero--cinematic .hero__bg-photo-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 112%;
  height: 112%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: 22% 8%;
  filter: blur(8px) brightness(0.58) saturate(1.08) contrast(1.05);
  opacity: 0.92;
}

.hero--cinematic .hero__bg-photo-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 8, 18, 0.55) 0%, rgba(4, 10, 22, 0.2) 38%, rgba(3, 8, 16, 0.72) 100%),
    linear-gradient(90deg, rgba(3, 8, 16, 0.45) 0%, rgba(3, 8, 16, 0.12) 42%, rgba(3, 8, 16, 0.5) 100%),
    radial-gradient(ellipse 85% 60% at 50% 42%, rgba(76, 201, 240, 0.12), transparent 68%);
  pointer-events: none;
}

/* ponytail: premium usa solo video — sin foto blur cinematic */
.hero--cinematic.hero--premium .hero__bg-photo {
  display: none !important;
}

.hero--cinematic .hero__frost-ambient {
  opacity: 0.48;
}

.hero--cinematic.hero--ambient-ready .hero__frost-ambient {
  opacity: 0.55;
}

.hero--cinematic .hero__bg-layer--vignette {
  background:
    radial-gradient(ellipse 78% 58% at 50% 38%, rgba(76, 201, 240, 0.08), transparent 62%),
    radial-gradient(ellipse 100% 100% at 50% 50%, transparent 22%, rgba(0, 0, 0, 0.75) 100%);
  opacity: 1;
}

.hero--cinematic .hero__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100dvh - var(--nav-height, 80px));
  padding: calc(var(--nav-height, 80px) + 1.25rem) clamp(0.75rem, 2vw, 2rem) 4.5rem;
  width: min(100%, 100vw);
  max-width: none;
  margin-inline: auto;
}

.hero--cinematic .hero__layout {
  display: block;
  width: 100%;
  max-width: min(92rem, 98vw);
  margin-inline: auto;
}

.hero--cinematic .hero__content {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  padding: 0 !important;
  text-align: center;
  align-items: center;
}

.hero--cinematic .hero__content.mmo-panel::before {
  display: none;
}

.hero--cinematic .hero__main-stack {
  align-items: center;
  margin-inline: auto;
  max-width: min(78rem, 96vw);
  gap: clamp(1.25rem, 2.5vh, 2rem);
}

.hero--cinematic .hero__intro,
.hero--cinematic .hero__cta {
  align-items: center;
  text-align: center;
}

.hero--cinematic .hero__title--brand {
  font-size: clamp(3.25rem, 11vw, 7.25rem) !important;
  line-height: 0.92 !important;
  letter-spacing: 0.06em !important;
  text-align: center;
  text-transform: uppercase;
  text-shadow:
    0 0 40px rgba(76, 201, 240, 0.22),
    0 4px 24px rgba(0, 0, 0, 0.65);
}

.hero--cinematic .hero__title-line {
  display: block;
}

.hero--cinematic .hero__title-line--accent {
  color: var(--gold-bright, #e8c872);
  letter-spacing: 0.14em;
}

.hero--cinematic .hero__ornament {
  justify-content: center;
  margin-inline: auto;
}

.hero--cinematic .hero__lead {
  max-width: 42rem;
  margin-inline: auto;
  font-size: clamp(1rem, 1.55vw, 1.15rem);
  color: rgba(220, 228, 240, 0.9);
}

.hero--cinematic .hero__highlights {
  display: none;
}

.hero--cinematic .hero__cta {
  width: 100%;
  align-items: center;
}

.hero--cinematic .hero__cta-row {
  justify-content: center;
  flex-wrap: wrap;
}

.hero--cinematic .hero__cta .btn--play {
  min-width: min(100%, 260px);
  min-height: 3.1rem;
}

/* Copos de escarcha (sustituyen líneas verticales) */
.page-home .ice-drift--snow {
  opacity: 0.75;
  z-index: 1;
}

.page-home .frost-flake {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.9), rgba(186, 230, 253, 0.35) 55%, transparent 72%);
  box-shadow: 0 0 12px rgba(186, 230, 253, 0.25);
  opacity: 0;
  animation: frostFlakeDrift 9s ease-in-out infinite;
  pointer-events: none;
}

.page-home .frost-flake--1 { width: 6px; height: 6px; left: 8%; top: 18%; animation-delay: 0s; }
.page-home .frost-flake--2 { width: 4px; height: 4px; right: 14%; top: 28%; animation-delay: 1.8s; }
.page-home .frost-flake--3 { width: 5px; height: 5px; left: 38%; top: 12%; animation-delay: 3.2s; }
.page-home .frost-flake--4 { width: 3px; height: 3px; right: 32%; top: 8%; animation-delay: 4.6s; }
.page-home .frost-flake--5 { width: 7px; height: 7px; left: 62%; top: 22%; animation-delay: 2.4s; }
.page-home .frost-flake--6 { width: 4px; height: 4px; right: 8%; top: 14%; animation-delay: 5.8s; }

@keyframes frostFlakeDrift {
  0%, 100% { opacity: 0; transform: translate(0, 0) scale(0.8); }
  20%, 80% { opacity: 0.55; }
  50% { opacity: 0.3; transform: translate(8px, 18px) scale(1); }
}

.hero-cinematic__scroll {
  position: absolute;
  left: 50%;
  bottom: clamp(1rem, 2.5vh, 1.75rem);
  z-index: 5;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  color: rgba(180, 192, 210, 0.6);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  animation: heroCinematicScroll 2.8s ease-in-out infinite;
}

.hero-cinematic__scroll:hover {
  color: var(--ice-glow);
}

@keyframes heroCinematicScroll {
  0%, 100% { transform: translateX(-50%) translateY(0); opacity: 0.75; }
  50% { transform: translateX(-50%) translateY(5px); opacity: 1; }
}

.hero--cinematic .hero__content {
  animation: heroCinematicIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes heroCinematicIn {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Noticia destacada full-width (debajo del hero) */
.home-featured-news {
  padding: clamp(1.75rem, 3.5vw, 2.5rem) 0 clamp(2rem, 4vw, 3rem);
  background: linear-gradient(180deg, #060a12 0%, var(--bg-deep) 100%);
  border-top: 1px solid rgba(76, 201, 240, 0.08);
}

.home-featured-news__card {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 0;
  min-height: min(42vh, 360px);
  overflow: hidden;
  border: 1px solid rgba(76, 201, 240, 0.16);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.home-featured-news__card:hover {
  border-color: rgba(125, 211, 252, 0.32);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45), 0 0 28px rgba(76, 201, 240, 0.08);
  transform: translateY(-2px);
}

.home-featured-news__visual {
  position: relative;
  display: block;
  min-height: 220px;
  background:
    linear-gradient(135deg, rgba(30, 58, 95, 0.65), rgba(6, 10, 18, 0.95)),
    radial-gradient(ellipse 70% 60% at 20% 30%, rgba(76, 201, 240, 0.22), transparent);
  border-right: 1px solid rgba(76, 201, 240, 0.1);
  text-decoration: none;
}

.home-featured-news__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 55%, rgba(4, 8, 14, 0.75) 100%);
  pointer-events: none;
}

.home-featured-news__tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
}

.home-featured-news__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.65rem;
  padding: clamp(1.25rem, 2.5vw, 2rem);
}

.home-featured-news__body h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  line-height: 1.2;
  color: #fff;
}

.home-featured-news__body p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.6;
  font-size: 0.95rem;
}

.home-featured-news__meta {
  font-size: 0.8rem !important;
  color: var(--text-dim) !important;
}

@media (max-width: 768px) {
  .hero--cinematic.hero--premium {
    min-height: auto;
  }

  .hero--cinematic.hero--premium .hero__inner {
    min-height: auto;
    padding-bottom: 2rem;
  }

  .hero-cinematic__scroll {
    display: none;
  }

  .home-featured-news__card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home-featured-news__visual {
    min-height: 180px;
    border-right: none;
    border-bottom: 1px solid rgba(76, 201, 240, 0.1);
  }

  .home-featured-news__visual::after {
    background: linear-gradient(180deg, transparent 40%, rgba(4, 8, 14, 0.85) 100%);
  }
}

/* ─── Hub debajo del hero (legacy — sin uso) ─── */
.hero-hub {
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
  background: linear-gradient(180deg, #060a12 0%, var(--bg-deep) 100%);
  border-top: 1px solid rgba(76, 201, 240, 0.08);
}

.hero-hub__head {
  text-align: center;
  margin-bottom: clamp(1.25rem, 2.5vw, 1.75rem);
}

.hero-hub__head h2 {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.35rem;
}

.hero-hub__head p {
  color: var(--text-muted);
  font-size: 0.9rem;
}

.hero-hub__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.hero-hub__live {
  grid-column: 1 / -1;
}

.hero-hub__live.hero__live-strip {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1rem;
  padding: 0.7rem 1.1rem;
  min-height: 2.85rem;
}

.hero-hub__quick {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.hero-hub__quick-card {
  padding: 0.9rem 0.75rem;
  border-radius: var(--radius);
  border: 1px solid rgba(76, 201, 240, 0.12);
  background: rgba(10, 16, 28, 0.7);
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease;
}

.hero-hub__quick-card:hover {
  border-color: rgba(200, 169, 107, 0.25);
}

.hero-hub__quick-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 0.95rem;
  color: var(--gold-light);
  margin-bottom: 0.25rem;
}

.hero-hub__quick-card span {
  font-size: 0.72rem;
  color: var(--text-muted);
  line-height: 1.4;
}

.hero-hub__quick-card--rates strong {
  color: var(--ice-glow);
  font-size: 1.15rem;
}

@media (max-width: 992px) {
  .hero-hub__grid {
    grid-template-columns: 1fr;
  }

  .hero-hub__quick {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero--cinematic .hero__bg-photo-img {
    object-position: 20% 6%;
    filter: blur(6px) brightness(0.62) saturate(1.05);
    width: 118%;
    height: 118%;
  }
}

@media (max-width: 480px) {
  .hero-hub__quick {
    grid-template-columns: 1fr;
  }

  .hero--cinematic .hero__cta-row {
    flex-direction: column;
    width: 100%;
    max-width: 280px;
    margin-inline: auto;
  }

  .hero--cinematic .hero__cta-row .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero--cinematic .hero__content,
  .hero-cinematic__scroll {
    animation: none;
  }
}
