.premium-hero {
  background:
    linear-gradient(90deg, rgba(5, 13, 10, .8), rgba(5, 13, 10, .12)),
    url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=2000&q=88") center/cover no-repeat;
}

.premium-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.premium-hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 13, 10, .88) 0%, rgba(8, 17, 14, .64) 38%, rgba(8, 17, 14, .08) 74%),
    linear-gradient(0deg, rgba(8, 16, 13, .48), transparent 48%);
}

.premium-hero-content {
  max-width: 1240px;
}

.premium-hero h1 {
  max-width: 780px;
}

@media (prefers-reduced-motion: reduce) {
  .premium-hero-video { display: none; }
}

@media (max-width: 980px) {
  .premium-hero-video { object-position: 58% center; }
  .premium-hero-shade {
    background:
      linear-gradient(90deg, rgba(5, 13, 10, .82), rgba(5, 13, 10, .2)),
      linear-gradient(0deg, rgba(5, 13, 10, .62), transparent);
  }
}

@media (max-width: 620px) {
  .premium-hero-video { object-position: center; }
  .premium-hero-shade {
    background: linear-gradient(0deg, rgba(5, 13, 10, .94) 0%, rgba(5, 13, 10, .45) 65%, rgba(5, 13, 10, .14));
  }
}
