.skip-link {
  position: fixed;
  inset: 12px auto auto 12px;
  z-index: 10000;
  padding: 12px 16px;
  border-radius: 8px;
  background: #fff;
  color: #071a31;
  font-weight: 800;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
  outline: 3px solid #d6a62b;
  outline-offset: 3px;
}

:where(a, button, summary, [tabindex]):focus-visible {
  outline: 3px solid #d6a62b;
  outline-offset: 4px;
}

#main-content:focus {
  outline: none;
}

.hero-help-link {
  align-self: center;
  color: #fff;
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.hero-lead {
  max-width: 62ch;
  text-align: start;
  text-wrap: pretty;
}

.section-head a {
  color: #0d7478;
  font-weight: 800;
}

@media (max-width: 720px) {
  .site-header {
    position: relative;
  }

  .header-grid nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
    padding-bottom: 8px;
    overflow: visible;
  }

  .header-grid nav a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  .hero-grid,
  .page-en .hero-grid {
    min-height: min(720px, 100svh);
  }

  .hero-actions {
    align-items: stretch;
  }

  .hero-actions .button,
  .hero-help-link {
    width: 100%;
    text-align: center;
  }

  .hero-lead {
    font-size: 18px;
    line-height: 1.65;
    hyphens: none;
    word-spacing: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (forced-colors: active) {
  .button,
  .status-badge,
  .flagship-rank span {
    border: 1px solid ButtonText;
  }
}
