/* Keep the branded opener, but release the primary content quickly enough for LCP. */
.home-intro,
.home-intro-curtain,
.home-intro-lens,
.home-intro-golden,
.home-intro-monogram,
.home-intro-minimal,
.home-intro-penta_split {
    animation-duration: .75s !important;
    animation-delay: .3s !important;
}

.home-intro-mark,
.home-intro-penta_split .home-intro-mark {
    animation-duration: .6s !important;
    animation-delay: .05s !important;
}

@media (prefers-reduced-motion: reduce) {
    .home-intro { display: none !important; }
}
