html { scroll-behavior: auto !important; }
body { overflow-x: hidden; }
input, select, textarea { pointer-events: auto !important; touch-action: manipulation; }
textarea { min-height: 130px; }
@media (prefers-reduced-motion: reduce), (max-width: 760px) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .photo-label { backdrop-filter: none; }
}
