/* Preferences → Animations off: suppress CSS motion (JS checks `pdcAnimationsEnabled()`). */
html[data-pdc-animations="off"] *,
html[data-pdc-animations="off"] *::before,
html[data-pdc-animations="off"] *::after {
  animation: none !important;
  transition: none !important;
}

html[data-pdc-animations="off"] {
  scroll-behavior: auto !important;
}
