/* Visual Effects and Animations
 *
 * All visual effects, animations, and transitions:
 * - Hover effects (7 variants: hover-effect-1 to hover-effect-7)
 * - Text effects (7 variants: text-effect-1 to text-effect-7)
 * - Image effects and filters (12 filter variants)
 * - Entrance animations (5 variants: entrance-effect-1 to entrance-effect-5)
 * - Parallax and image scroll effects
 * - Idle effects (gradients, darkening)
 *
 * Effects are activated via data attributes:
 * - data-effectshover="hover-effect-N"
 * - data-effecttext="text-effect-N"
 * - data-imagefilter="filter-N"
 * - data-effectentrance="entrance-effect-N"
 * - data-effectimage="effect-type"
 * - data-imagescroll="scroll-type"
 *
 * Note: Effects CSS is currently integrated in 3-base.css due to minification.
 * This file serves as a placeholder for future extraction when CSS is unminified.
 */

/* Effects are currently in 3-base.css (minified section) */
/* Future: Extract effect-specific rules here when unminifying CSS */
