/* Language selection remains a crawlable, keyboard-accessible link. */
a.lang-toggle { text-decoration: none; display: inline-flex; align-items: center; justify-content: center; }
a.lang-toggle:focus-visible, #themeToggle:focus-visible { outline: 3px solid currentColor; outline-offset: 4px; }
/* Page content must not depend on JavaScript/scroll observers being available. */
html[data-static-lang] .reveal { opacity: 1; transform: none; }
/* Do not delay the first useful paint behind staggered hero entrances. */
html[data-static-lang] .hero .eyebrow,
html[data-static-lang] .hero h1,
html[data-static-lang] .hero p.lead,
html[data-static-lang] .hero .hero-actions,
html[data-static-lang] .hero .trust,
html[data-static-lang] .hero-visual { animation: none; opacity: 1; }
@media (prefers-reduced-motion: reduce) {
  html[data-static-lang] *, html[data-static-lang] *::before, html[data-static-lang] *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
