html[data-motion="reduce"] { scroll-behavior: auto !important; }
html[data-motion="reduce"] *, html[data-motion="reduce"] *::before, html[data-motion="reduce"] *::after {
  animation: none !important;
  transition: none !important;
  scroll-behavior: auto !important;
}
.motion-toggle { display:inline-flex; align-items:center; justify-content:center; gap:8px; min-width:44px; min-height:44px; padding:10px 12px; border:1px solid currentColor; border-radius:12px; background:transparent; color:inherit; font:600 13px/1.4 'Hanken Grotesk',sans-serif; cursor:pointer; }
.motion-toggle svg { width:18px; height:18px; flex:none; }
.motion-toggle[aria-pressed="true"] { box-shadow:inset 0 0 0 1px currentColor; }
.motion-toggle:disabled { cursor:default; }
.motion-toggle:focus-visible { outline:3px solid #3D7FD6; outline-offset:3px; }

.motion-toggle[hidden] { display:none; }
