/* Progressive enhancement for editorial and contact pages. */
.content-animations-page :is(.button,.text-link,.blog-card a,.legal-card a):focus-visible{outline:2px solid currentColor;outline-offset:4px}
@media(prefers-reduced-motion:no-preference){
 .content-animations-page .content-reveal-pending{opacity:0;transform:translate3d(0,24px,0)}
 .content-animations-page :is(.header>*,.blog-intro>*,.blog-card,.blog-detail__top>*,.article-copy>*,.article-gallery>img,.contacts-copy,.contacts-office,.contacts-details>div,.contacts-directions>*,.about-request>*,.legal-content>.eyebrow,.legal-content>h1,.legal-subtitle,.legal-card>h2,.legal-card>h2+*){will-change:opacity,transform}
}
@media(prefers-reduced-motion:reduce){
 html:has(body.content-animations-page){scroll-behavior:auto}
 .content-animations-page .content-reveal-pending{opacity:1;transform:none}
}

/* The contact form must remain available while the user scrolls to the footer. */
.contacts-page .about-request>.inline-request{opacity:1!important;transform:none!important;visibility:visible!important}
