/* AOS tuning — smooth, clear motion (aligned with agency sites using AOS 2.x) */

@media (prefers-reduced-motion: reduce) {
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

body[data-aos-easing="ease-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1) !important;
}

[data-aos] {
  will-change: transform, opacity;
}

[data-aos].aos-animate {
  will-change: auto;
}

/* Hero: avoid layout shift while waiting to animate */
.hero-section .hero-content-col[data-aos],
.hero-section .hero-visual-col[data-aos] {
  transform: translate3d(0, 0, 0);
}
