/* Project-specific safeguards kept separate from the core design tokens. */
body { overflow-x: hidden; }
.hero-grid > *, .market-hero > *, .grid-2 > *, .grid-3 > * { min-width: 0; }
.button { max-width: 100%; text-align: center; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
