/* Strong, consistent keyboard focus without changing pointer interaction. */
:where(a,button,input,textarea,select,summary,[tabindex]):focus-visible{
  outline:2px solid #e0b869!important;
  outline-offset:4px!important;
}
:where(input,textarea,select):focus-visible{
  outline-offset:2px!important;
  box-shadow:0 0 0 3px rgba(224,184,105,.18)!important;
}
