/* Small, isolated V11 accessibility layer. Core MAJA layout stays in master.css. */
body.maja-no-cursor .maja-cursor-dot{display:none!important}
:where(a,button,input,select,textarea,summary,[tabindex]):focus-visible{outline:3px solid var(--accent,#f4b632)!important;outline-offset:3px!important}
:where(.btn,button,input[type="button"],input[type="submit"],input[type="reset"],.wp-element-button){touch-action:manipulation}
:where(main [id],main :target){scroll-margin-top:120px}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
