/* Watch page: Spanish With SabioRex embedded YouTube players (BKL-619, PD-FR-13). */

.watch-page {
  padding-bottom: 42px;
}

.watch-hero {
  margin: 32px 0 24px;
  padding: 34px;
  border: 1px solid rgba(0, 229, 255, 0.26);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(7, 19, 35, 0.94), rgba(5, 8, 16, 0.98)),
    rgba(7, 12, 24, 0.96);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.38),
    0 0 28px rgba(0, 229, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.watch-eyebrow {
  margin: 0 0 10px;
  color: #ffd166;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.watch-hero h1 {
  margin: 0;
  color: #f7fbff;
  font-size: clamp(2.1rem, 7vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: 0;
  text-shadow:
    0 0 22px rgba(0, 229, 255, 0.34),
    0 0 34px rgba(255, 45, 214, 0.16);
}

.watch-lede {
  max-width: 840px;
  margin: 18px 0 0;
  color: #c4d7e4;
  font-size: 1.08rem;
  line-height: 1.65;
}

.watch-surface {
  margin: 0 0 24px;
}

.watch-section-heading {
  margin: 8px 0 18px;
}

.watch-section-heading h2 {
  margin: 4px 0 0;
  color: #f7fbff;
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  text-shadow:
    0 0 18px rgba(0, 229, 255, 0.3),
    0 0 28px rgba(255, 45, 214, 0.14);
}

.watch-status {
  margin: 0 0 18px;
  color: #9fb6c6;
  font-size: 0.98rem;
}

.watch-status.is-loaded {
  display: none;
}

.watch-status.is-error {
  color: #ff8a8a;
}

/* Responsive card grid. Cards size to the vertical Shorts aspect, so columns
   stay narrow and reflow naturally from multi-column to single-column. */
.watch-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 26px;
}

.watch-card {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 229, 255, 0.26);
  border-radius: 12px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(9, 20, 40, 0.94), rgba(5, 9, 18, 0.94));
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.38),
    0 0 24px rgba(0, 229, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

/* 9:16 vertical Shorts frame. The padding-top hack preserves the ratio in a
   self-contained block so the iframe never forces horizontal page overflow. */
.watch-embed {
  position: relative;
  width: 100%;
  padding-top: 177.78%; /* 16 / 9 = 1.7778 -> vertical aspect */
  background: #05070d;
}

.watch-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.watch-card-body {
  padding: 18px 20px 22px;
}

.watch-card-kicker {
  margin: 0 0 8px;
  color: #35f283;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.watch-card-body h3 {
  margin: 0 0 10px;
  color: #f7fbff;
  font-size: 1.15rem;
  line-height: 1.3;
}

.watch-card-body p {
  margin: 0;
  color: #c4d7e4;
  font-size: 0.96rem;
  line-height: 1.55;
}

@media (max-width: 480px) {
  .watch-hero {
    padding: 26px 20px;
  }
  .watch-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
