/* ============================================================
   Sports Streaming landing page — page-specific overrides only.
   Loaded AFTER style.css AND landing.css (landing.css has the shared
   component classes: .section-block, .category-grid, .beyond-grid,
   .value-equation, .sport-types-grid, .device-row, .gallery-grid,
   .steps-grid, .faq-list, hero-kicker/-cta-row/-trust, etc.).
   ============================================================ */

/* This page's hero photo (sports-athletes.jpg) is portrait, unlike the
   homepage/live-tv page's landscape photos, so frame it differently. */
.hero-art img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: top center;
}
@media (max-width: 800px) {
  .hero-art img { aspect-ratio: 4 / 3; }
}
