/* Responsive ajustements supplémentaires */

@media (max-width: 480px){
  h1, h2 { word-wrap: break-word; }
  .hero-mega{ padding-left: 18px; padding-right: 18px; }
  .container{ padding-left: 18px; padding-right: 18px; }
  .stat-item{ padding: 22px 6px; }
  .svc-alt__media{ padding: 18px; }
}

@media (max-width: 360px){
  .brand-name{ font-size: 1.02rem; }
  .hero-mega__title{ font-size: clamp(2.1rem, 11vw, 3rem); }
}

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