/* Global animation helpers for AOS-powered section/image reveals */
.aos-section {
    overflow: hidden;
}

.aos-image {
    transform-origin: center center;
    will-change: transform;
}

.aos-hero-title,
.aos-hero-copy,
.aos-hero-actions {
    will-change: transform, opacity;
}

@media (prefers-reduced-motion: reduce) {
    [data-aos] {
        transition-duration: 0s !important;
        animation-duration: 0s !important;
        transform: none !important;
        opacity: 1 !important;
    }
}
