/* ============================
   ANIMATION UTILITIES
   Black & Gold Industrial Prestige
   ============================ */
.card,
.hero-actions .btn-primary,
.hero-actions .btn-ghost-light,
.hero-inner h1,
.hero-inner p,
.hero-badge,
.hero-glow,
.logo img,
.nav-link,
.contact-method,
.stat-number {
    transform: translateZ(0);
    will-change: transform, opacity;
    backface-visibility: hidden;
}

.card {
    transform-style: preserve-3d;
}

html {
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}