html,
body {
  max-width: 100%;
  overflow-x: clip;
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

.article-hero h1,
.subpage-hero h1,
.featured-insight h2,
.insight-card h3 {
  overflow-wrap: anywhere;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 2000;
  padding: 10px 14px;
  border-radius: 8px;
  background: #071226;
  color: #fff;
  font: 700 14px/1.2 Arial, sans-serif;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

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

:focus-visible {
  outline: 3px solid #ff8a3d;
  outline-offset: 3px;
}

@media (max-width: 520px) {
  .article-hero h1 {
    font-size: clamp(36px, 11vw, 46px);
    letter-spacing: -0.055em;
  }

  .subpage-hero h1 {
    font-size: clamp(44px, 13vw, 62px);
  }

  .article-hero > p,
  .subpage-hero > p {
    max-width: 100%;
  }
}

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