.skip-link {
  position: fixed;
  z-index: 10000;
  inset: 0 auto auto 0;
  padding: .8rem 1rem;
  background: #22231f;
  color: #fff;
  transform: translateY(-130%);
}

.skip-link:focus {
  transform: translateY(0);
}

:where(a, button, input, select, summary):focus-visible {
  outline: 3px solid #69520f;
  outline-offset: 3px;
}

:where(a):not(.nb, .navbtn, .suite-card, .button) {
  text-underline-offset: .2em;
}

.field-label {
  display: block;
  font: inherit;
  font-weight: 600;
  margin-bottom: .45rem;
}

button,
summary,
nav a,
.tool-switcher a {
  min-height: 44px;
}

button,
summary,
.tool-switcher a {
  touch-action: manipulation;
}

[aria-current="page"] {
  text-decoration-thickness: .16em;
  text-underline-offset: .25em;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (max-width: 640px) {
  nav {
    gap: .75rem;
  }

  .tool-switcher,
  .actions {
    align-items: stretch;
  }

  .tool-switcher a,
  .actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
