1.5s
// Multi-path animation with strokeDasharray
gsap.from('.logo-path', {
  strokeDasharray: '0 1000',
  strokeDashoffset: 0,
  duration: 1.5,
  ease: 'power2.inOut',
  stagger: 0.2
});