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

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

.hero-grid.content-only {
  grid-template-columns: minmax(0, 760px) !important;
  justify-content: center;
  text-align: center;
}

.hero-grid.content-only .hero-actions {
  justify-content: center;
}

.two-col.content-only {
  grid-template-columns: minmax(0, 820px) !important;
  justify-content: center;
}
