/* Kill entrance animations/transitions for the hero and first fold only */
header, .hero, .hero *, main > section:first-of-type, main > section:first-of-type * {
  animation: none !important;
  transition: none !important;
}

/* Safety: disable common utility animation classes if present */
.fade-in, .animate, .animate-in, [data-animate], [data-animate] * {
  animation: none !important;
  transition: none !important;
}
