@media (max-width: 767px) {
  .home-hero {
    min-height: 34rem;
    padding-block: 1.25rem 3rem;
  }

  .home-hero::before {
    background: linear-gradient(180deg, rgba(31, 31, 31, 0.18) 0%, rgba(31, 31, 31, 0.58) 58%, rgba(31, 31, 31, 0.88) 100%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
  }

  .home-hero-picture img {
    object-position: center center;
  }

  .home-hero-content {
    background: rgba(31, 31, 31, 0.82);
    border-color: rgba(239, 99, 49, 0.72);
    padding: 1.25rem;
  }

  .home-hero-content h1 {
    font-size: clamp(1.9rem, 9vw, 2.5rem);
    line-height: 1.05;
  }

  .home-hero-content p {
    font-size: 1rem;
    line-height: 1.5;
  }

  .home-hero-stats {
    display: none;
  }

  .home-hero--mobile-default .home-hero-indicators {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero img,
  .home-hero-content,
  .home-hero-indicators button {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}
