.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 2147483647;
  transform: translateY(-150%);
  padding: 10px 14px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: #fff;
  color: #000;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform 160ms ease;
}

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

:where(a, button, input, textarea, select, summary, [tabindex]):focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

main[tabindex="-1"]:focus {
  outline: none;
}

.a11y-panel {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 2147483647;
  color: #0a0a0a;
  font-family: "Helvetica Neue", Arial, sans-serif;
  pointer-events: auto;
}

.a11y-panel__button {
  min-width: 48px;
  min-height: 48px;
  border: 1px solid rgba(10, 10, 10, 0.2);
  border-radius: 999px;
  background: rgba(245, 245, 245, 0.86);
  color: #0a0a0a;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: lowercase;
  cursor: pointer;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.a11y-panel__menu {
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  width: min(220px, calc(100vw - 32px));
  padding: 12px;
  border: 1px solid rgba(10, 10, 10, 0.16);
  border-radius: 10px;
  background: rgba(245, 245, 245, 0.94);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.a11y-consent-visible .a11y-panel {
  top: 18px;
  bottom: auto;
}

.a11y-consent-visible .a11y-panel__menu {
  top: calc(100% + 10px);
  bottom: auto;
}

.a11y-panel__menu[hidden] {
  display: none;
}

.a11y-panel__title {
  margin: 0 0 10px;
  color: #0a0a0a;
  font-size: 12px;
  font-weight: 900;
  text-transform: lowercase;
}

.a11y-panel__menu button {
  display: block;
  width: 100%;
  margin: 6px 0 0;
  padding: 9px 10px;
  border: 1px solid rgba(10, 10, 10, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  color: #0a0a0a;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  text-align: left;
  text-transform: lowercase;
  cursor: pointer;
}

.a11y-panel__menu button[aria-pressed="true"] {
  background: #0a0a0a;
  color: #fff;
}

.a11y-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;
}

html.a11y-large-text body {
  font-size: 112.5%;
}

html.a11y-large-text input,
html.a11y-large-text button,
html.a11y-large-text textarea,
html.a11y-large-text select {
  font-size: 1rem;
}

html.a11y-high-contrast body {
  background: #000 !important;
  color: #fff !important;
}

html.a11y-high-contrast a,
html.a11y-high-contrast button,
html.a11y-high-contrast input,
html.a11y-high-contrast textarea,
html.a11y-high-contrast select {
  color: inherit !important;
}

html.a11y-high-contrast input,
html.a11y-high-contrast textarea,
html.a11y-high-contrast select,
html.a11y-high-contrast button {
  border-color: currentColor !important;
}

html.a11y-high-contrast .plane-slide__surface,
html.a11y-high-contrast .site-slide__surface,
html.a11y-high-contrast .deck-slide__surface,
html.a11y-high-contrast .join-slide__surface,
html.a11y-high-contrast .page,
html.a11y-high-contrast .frame {
  box-shadow: 0 0 0 2px currentColor !important;
}

html.a11y-high-contrast .a11y-panel__button,
html.a11y-high-contrast .a11y-panel__menu {
  background: #000 !important;
  color: #fff !important;
  border-color: #fff !important;
}

html.a11y-reduce-motion *,
html.a11y-reduce-motion *::before,
html.a11y-reduce-motion *::after {
  animation-duration: 0.001ms !important;
  animation-iteration-count: 1 !important;
  scroll-behavior: auto !important;
  transition-duration: 0.001ms !important;
}

html.a11y-reduce-motion .loupe-ch,
html.a11y-reduce-motion .lp-ch,
html.a11y-reduce-motion .site-menu a {
  transform: none !important;
  text-shadow: none !important;
}

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

@media (max-width: 760px) {
  .a11y-panel {
    right: 12px;
    bottom: 12px;
  }

  .a11y-consent-visible .a11y-panel {
    top: 12px;
    bottom: auto;
  }

  .a11y-panel__button {
    min-width: 44px;
    min-height: 44px;
    font-size: 11px;
  }

  html.a11y-large-text .loupe-word {
    display: inline;
    white-space: normal;
  }
}
