/* Screen-reader-only utility */
.sr-only{
  position:absolute !important;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);
  white-space:nowrap;border:0;
}

/* One visible Skip link pattern */
.skip-link{
  position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;
}
.skip-link:focus{
  position:static;width:auto;height:auto;
  padding:.5rem 1rem;border:2px solid currentColor;background:#fff;
  z-index:999999;
}

/* Strong, consistent focus indicator */
:where(a,button,[role="button"],input,select,textarea,summary,details):focus{
  outline:2px solid currentColor;
  outline-offset:3px;
}

/* Respect reduced-motion preferences */
@media (prefers-reduced-motion: reduce){
  *{animation-duration:0.001ms !important;animation-iteration-count:1 !important;transition-duration:0.001ms !important;scroll-behavior:auto !important}
}
