@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .favorite:hover img {
    transform: none;
  }

  .hero-progress {
    display: none;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .site-header,
  .button-ghost,
  .floating-whatsapp {
    background: var(--bg);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

html:not(.js) .hero-stage {
  display: grid;
  min-height: 100vh;
  align-content: center;
  gap: 58px;
  padding: 140px var(--page-pad) 80px;
}

html:not(.js) .hero-act {
  position: relative;
  inset: auto;
  width: min(850px, 100%);
  opacity: 1;
  visibility: visible;
  transform: none;
}

html:not(.js) .hero-progress {
  display: none;
}
