/* ── MoJoe's Cafe — shared accessibility styles ───────────────────────────── */

/* Visually hidden but readable by screen readers */
.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;
}

/* Skip-to-content link — hidden until focused by keyboard */
.skip-nav {
  position: absolute;
  top: -9999px; left: -9999px;
  background: #2C1A0E; color: #FAF6F0;
  padding: 10px 18px;
  border-radius: 0 0 8px 0;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px; font-weight: 500;
  text-decoration: none;
  z-index: 9999;
}
.skip-nav:focus { top: 0; left: 0; }
