
html {
  scroll-behavior: smooth;
}
body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  background: #111827;
  color: white;
  transition: top 0.2s ease;
}
.skip-link:focus {
  top: 1rem;
}
.nav-link,
.footer-link,
.mobile-nav-link {
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.nav-link:hover,
.footer-link:hover,
.mobile-nav-link:hover,
.nav-link.active,
.mobile-nav-link.active {
  color: #c1121f;
}
.mobile-nav-link {
  display: block;
  border: 1px solid #e4e4e7;
  border-radius: 0.9rem;
  padding: 0.8rem 1rem;
}
.high-contrast body,
.high-contrast header,
.high-contrast footer {
  background: #000 !important;
  color: #fff !important;
}
.high-contrast .bg-white,
.high-contrast .bg-zinc-950,
.high-contrast .bg-zinc-900,
.high-contrast .bg-white\/95,
.high-contrast .bg-white\/5 {
  background: #000 !important;
}
.high-contrast .text-zinc-900,
.high-contrast .text-zinc-800,
.high-contrast .text-zinc-700,
.high-contrast .text-zinc-600,
.high-contrast .text-zinc-500,
.high-contrast .text-zinc-400,
.high-contrast .text-zinc-300,
.high-contrast .text-zinc-200,
.high-contrast .text-zinc-100 {
  color: #fff !important;
}
.high-contrast .border-zinc-300,
.high-contrast .border-zinc-200,
.high-contrast .border-white\/10 {
  border-color: #fff !important;
}
.high-contrast .bg-brand-red {
  background: #ff1f2d !important;
}
