/**
 * === _animations-index.css - Import index cho animation CSS modules ===
 *
 * Mô tả: Barrel file tập hợp tất cả animation CSS modules.
 *        Chỉ được enqueue trên front-page (homepage) để tránh
 *        load không cần thiết trên các trang khác.
 *
 * Flow:
 *   1. Import reveal-patterns.css — 5 entrance patterns ([data-reveal])
 *   2. Các module animation khác sẽ được thêm vào đây theo từng phase
 *
 * Enqueue: inc/enqueue-assets.php → is_front_page() block
 *          handle: bvyhct-animations
 *          deps: [bvyhct-design-tokens]
 */

@import url('reveal-patterns.css');
