/* ============================================================
   Homepage — Subtle scroll-reveal animations
   Conectivo
   ------------------------------------------------------------
   Animation states are driven by GSAP in
   js/homepage-animations.js. This stylesheet only supplies the
   reduced-motion safety net: if the user prefers no motion the
   JS bails out early, so we make sure nothing is left hidden.
   ============================================================ */

@media (prefers-reduced-motion: reduce) {
  body.home main > section,
  body.home main > section * {
    opacity: 1 !important;
    transform: none !important;
  }
}
