/* ZEED Music — Accessibility helpers (เพิ่มจาก a11y-audit)
   skip link · screen-reader-only · focus ring · reduced-motion */

.skip-to-content{
  position:absolute; left:-9999px; top:0; z-index:1000;
  background:var(--zeed); color:#fff; padding:10px 16px;
  border-radius:0 0 var(--r-sm) 0; font-weight:700; font-family:var(--fs);
}
.skip-to-content:focus{ left:0 }

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

/* โฟกัสมองเห็นชัด (WCAG 2.4.7 / 2.4.11) */
:focus-visible{ outline:2px solid var(--zeed); outline-offset:2px; border-radius:4px }

/* เคารพผู้ใช้ที่ลดการเคลื่อนไหว (WCAG 2.3.3) */
@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{
    animation-duration:.001ms !important; animation-iteration-count:1 !important;
    transition-duration:.001ms !important; scroll-behavior:auto !important;
  }
}
