/* Homepage v10: show the real opening frame and give the hero room to breathe. */
.hero {
  min-height: min(96svh, 1000px) !important;
}

.hero .hero-autoplay-video {
  background: #0b0415;
  object-position: center center;
}

.hero > .hero-copy {
  z-index: 24 !important;
  left: clamp(24px, 5vw, 84px) !important;
  bottom: clamp(26px, 3.5vh, 48px) !important;
  width: min(35vw, 520px) !important;
  max-width: calc(100% - 48px) !important;
  padding: clamp(12px, 1.25vw, 18px) !important;
  background: linear-gradient(90deg, rgba(6, 2, 12, 0.82), rgba(6, 2, 12, 0.47) 74%, transparent) !important;
}

.hero > .hero-copy .eyebrow {
  margin-bottom: 8px !important;
  font-size: clamp(10px, 0.86vw, 13px) !important;
}

.hero > .hero-copy h1 {
  max-width: 10ch !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: clamp(30px, 3.35vw, 54px) !important;
  line-height: 0.98 !important;
}

.hero > .hero-copy .lead {
  margin-top: 12px !important;
  color: rgba(255, 255, 255, 0.66) !important;
  font-size: clamp(12px, 1.05vw, 16px) !important;
  line-height: 1.5 !important;
}

.hero > .hero-copy .hero-actions {
  margin-top: 14px !important;
}

.hero .hero-video-play-cue {
  z-index: 42 !important;
  top: 39% !important;
  width: clamp(82px, 7vw, 114px) !important;
  height: clamp(82px, 7vw, 114px) !important;
}

.hero .hero-video-controls {
  z-index: 45 !important;
  top: clamp(18px, 2.4vw, 34px) !important;
  right: clamp(18px, 3vw, 42px) !important;
}

.hero .hero-video-controls [data-hero-video-sound-toggle] {
  color: #13051e;
  background: #f4ff2f;
  border: 2px solid #fff;
  box-shadow: 0 0 0 5px rgba(244, 255, 47, 0.19), 0 0 25px rgba(244, 255, 47, 0.78);
}

.hero .hero-video-controls [data-hero-video-fullscreen] {
  display: none;
}

.system-strip {
  margin: clamp(38px, 5vw, 76px) auto 0 !important;
  padding-bottom: clamp(48px, 6vw, 86px) !important;
}

.system-strip article {
  min-height: 152px !important;
}

@media (max-width: 760px) {
  .hero {
    min-height: 88svh !important;
  }

  .hero > .hero-copy {
    left: 14px !important;
    right: 14px !important;
    bottom: 12px !important;
    width: auto !important;
    max-width: none !important;
    padding: 12px !important;
    background: linear-gradient(90deg, rgba(6, 2, 12, 0.82), rgba(6, 2, 12, 0.53) 76%, rgba(6, 2, 12, 0.1)) !important;
  }

  .hero > .hero-copy h1 {
    font-size: clamp(30px, 9.2vw, 42px) !important;
  }

  .hero > .hero-copy .lead {
    font-size: 12px !important;
  }

  .hero .hero-video-play-cue {
    top: 31% !important;
    width: 78px !important;
    height: 78px !important;
  }

  .hero .hero-video-controls {
    top: 16px !important;
    right: 16px !important;
  }

  .hero .hero-video-controls [data-hero-video-sound-toggle] {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
  }

  .system-strip {
    margin-top: 30px !important;
    padding-bottom: 50px !important;
  }
}
