/* Homepage visual polish: readable lower-left story, compact sound control, and balanced navigation. */
.hero {
  min-height: min(94svh, 960px);
}

.hero > .hero-copy {
  position: absolute !important;
  z-index: 8 !important;
  left: clamp(28px, 5.6vw, 92px) !important;
  top: auto !important;
  bottom: clamp(34px, 6.3vh, 88px) !important;
  width: min(44vw, 560px) !important;
  max-width: min(44vw, 560px) !important;
  margin: 0 !important;
  padding: clamp(12px, 1.8vw, 24px);
  border-radius: 20px;
  background: linear-gradient(90deg, rgba(7, 2, 14, 0.86), rgba(7, 2, 14, 0.58) 72%, rgba(7, 2, 14, 0));
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.74);
}

.hero > .hero-copy .eyebrow {
  margin-bottom: 10px;
  color: #f4ff2f;
  font-size: clamp(11px, 1vw, 14px);
  letter-spacing: 0.06em;
}

.hero > .hero-copy h1 {
  max-width: 10ch;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(42px, 4.85vw, 76px) !important;
  line-height: 0.96 !important;
}

.hero > .hero-copy .lead {
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(14px, 1.25vw, 18px) !important;
  line-height: 1.58;
}

.hero > .hero-copy .hero-actions {
  margin-top: 20px;
}

.hero .hero-video-controls {
  top: clamp(20px, 2.5vw, 34px);
  right: clamp(18px, 3vw, 48px);
  bottom: auto;
  z-index: 15;
}

.hero .hero-video-controls [data-hero-video-sound-toggle] {
  position: relative;
  width: 46px;
  min-width: 46px;
  height: 46px;
  min-height: 46px;
  justify-content: center;
  padding: 0;
  border: 2px solid #f4ff2f;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(244, 255, 47, 0.16), 0 0 30px rgba(244, 255, 47, 0.7);
}

.hero .hero-video-controls [data-hero-video-sound-toggle] span {
  font-size: 19px;
}

.hero .hero-video-controls [data-hero-video-sound-toggle] b {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.hero .hero-video-controls [data-hero-video-fullscreen] {
  min-height: 38px;
  padding: 0 12px;
  font-size: 12px;
}

.system-strip {
  width: min(calc(100% - 48px), 1720px) !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: clamp(12px, 1.35vw, 24px) !important;
  margin: clamp(22px, 3.5vw, 54px) auto 0 !important;
  padding: 0 0 clamp(42px, 5vw, 72px) !important;
}

.system-strip article {
  min-height: 142px !important;
  padding: clamp(18px, 1.7vw, 27px) !important;
}

.system-strip span {
  display: block;
  margin-bottom: clamp(20px, 2vw, 32px);
}

.system-strip b {
  font-size: clamp(18px, 1.45vw, 25px) !important;
  line-height: 1.04 !important;
}

@media (max-width: 1180px) {
  .system-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    width: min(calc(100% - 40px), 940px) !important;
  }
}

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

  .hero > .hero-copy {
    right: 16px;
    bottom: 18px !important;
    left: 16px !important;
    width: auto !important;
    max-width: none !important;
    padding: 12px 14px;
    border-radius: 16px;
    background: linear-gradient(90deg, rgba(7, 2, 14, 0.88), rgba(7, 2, 14, 0.56));
  }

  .hero > .hero-copy h1 {
    font-size: clamp(38px, 11.2vw, 54px) !important;
  }

  .hero > .hero-copy .lead {
    margin-top: 10px;
    font-size: 14px !important;
  }

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

  .hero .hero-video-controls {
    top: 18px;
    right: 16px;
    bottom: auto;
    flex-direction: row;
    gap: 8px;
  }

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

  .hero .hero-video-controls [data-hero-video-fullscreen] {
    min-height: 36px;
    padding: 0 10px;
    font-size: 11px;
  }

  .system-strip {
    width: min(calc(100% - 28px), 620px) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin-top: 18px !important;
    padding-bottom: 38px !important;
  }

  .system-strip article {
    min-height: 118px !important;
    padding: 16px !important;
  }

  .system-strip span {
    margin-bottom: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero .hero-video-controls [data-hero-video-sound-toggle] {
    box-shadow: 0 0 0 4px rgba(244, 255, 47, 0.16);
  }
}
