/* Accessibility enhancements for The Ash Counselling.
   Isolated file: does not replace styles.css. */
html { scroll-behavior: smooth; }
:focus-visible {
  outline: 3px solid #9b4f3d !important;
  outline-offset: 4px !important;
}
.skip-link {
  position: fixed !important;
  z-index: 99999;
  left: 1rem;
  top: 1rem;
  transform: translateY(-180%);
  padding: .8rem 1rem;
  background: #fffaf3;
  color: #24372d;
  border: 2px solid #24372d;
  border-radius: .5rem;
  font-weight: 700;
  text-decoration: none;
}
.skip-link:focus { transform: translateY(0); }
a, button, input, select, textarea { touch-action: manipulation; }
button, [role="button"], .button, input, select, textarea {
  min-height: 44px;
}
input, select, textarea { font: inherit; }
label { cursor: pointer; }
img { max-width: 100%; height: auto; }
[hidden] { display: none !important; }
.accessibility-footer-link { padding-bottom: 1rem; }
.accessibility-footer-link a { color: inherit; text-underline-offset: .2em; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}
@media (forced-colors: active) {
  :focus-visible { outline: 3px solid CanvasText !important; }
}
