/* Shared keyboard navigation, readable legal pages, and responsive footer. */
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 14px 20px;
  color: #10201e;
  background: #fff;
  transform: translateY(-180%);
  transition: none !important;
}
.skip-link:focus { transform: translateY(0); }
:where(a, button, summary, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid #176544;
  outline-offset: 4px;
  box-shadow: 0 0 0 6px #fff;
}
[id] { scroll-margin-top: 90px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 8px 24px; }
.footer-links a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: underline; text-underline-offset: 4px; }
.site-footer { display: flex; flex-wrap: wrap; justify-content: space-between; padding-block: 24px; }
.site-footer p { margin: 0; }
.legal-shell { width: min(100% - 40px, 780px); margin: 0 auto; padding: 64px 0; line-height: 1.75; overflow-wrap: anywhere; }
.legal-shell h1 { font-size: clamp(2rem, 6vw, 3.2rem); line-height: 1.15; }
.legal-shell h2 { margin-top: 36px; font-size: 1.4rem; line-height: 1.3; }
.legal-shell p, .legal-shell ul { margin-block: 16px; }
.legal-shell li { margin-block: 8px; }
.legal-shell ul { list-style: disc; }
.legal-page .site-header { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; padding: 20px max(20px, calc((100% - 1180px) / 2)); background: #102a27; color: #f8f5ed; }
.legal-page .site-header a { display: inline-flex; min-height: 44px; align-items: center; }
.legal-page .site-header .brand { font-size: 1.5rem; font-weight: 700; }
.privacy-page .legal-shell { padding-top: 136px; font-family: var(--font-sans); }
.privacy-page .legal-shell h1, .privacy-page .legal-shell h2 { font-family: var(--font-display); font-weight: var(--weight-display); letter-spacing: var(--track-display); color: var(--ink); }
.site-footer { width: min(100% - 40px, 1180px); margin: auto; }
.footer .footer-links { grid-column: 1 / -1; color: #f8f5ed; }
.legal-shell h1 { color: #10201e; }
.rule-row__was { color: #536b61; }
.legal-shell ul { padding-left: 24px; }
.legal-shell a, .contact-alternative a { text-decoration: underline; text-underline-offset: 3px; }
.legal-updated { color: #53615b; }
.legal-page .site-nav { display: flex; gap: 20px; flex-wrap: wrap; padding: 12px; }
.legal-page .site-nav a { padding: 8px 0; }
.contact-alternative { color: inherit; line-height: 1.6; }
.outbound-footer { width: min(100% - 40px, 1180px); margin: auto; padding: 28px 0; }
@media (max-width: 660px) {
  .legal-page .site-header { flex-wrap: wrap; gap: 12px; padding-block: 12px; }
  .legal-page .site-nav { padding: 0; }
  .site-footer .footer-links { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
