/* One Product - Animation Base Styles */
/* GSAP handles all animations via JS - this file provides only fallbacks */

/* If JS fails, elements should still be visible */
[data-animate] {
  /* GSAP will set initial opacity:0 and animate. No CSS hide needed. */
}

/* Header states (controlled by GSAP ScrollTrigger) */
.header-scrolled { /* set by JS */ }
.header-hidden { /* set by JS */ }
