/* Small tweaks for responsive layout not covered by utility classes. */
@media (max-width: 640px) {
  .hero-stats { grid-template-columns: repeat(3, minmax(0,1fr)); }
}
