/* PURE — shared base: print + reduced-motion + skip-link. Linked site-wide. */
/* Skip-to-content link: off-screen until keyboard-focused, then a navy/gold pill top-left (a11y). */
.pure-skip { position: absolute; left: -9999px; top: 0; z-index: 10000; background: #172E55; color: #fff;
  padding: 10px 16px; border-radius: 0 0 8px 0; font: 600 14px "Open Sans", system-ui, sans-serif; text-decoration: none; }
.pure-skip:focus { left: 0; outline: 3px solid #DCCAAF; }
@media print {
  .pure-deadend-nav, nav.bg-nav, .bg-tb, [style*="position:fixed"], [style*="position: fixed"] { display: none !important; }
  html, body { background: #fff !important; color: #000 !important; }
  a { color: #000 !important; text-decoration: underline; }
  .ico, svg.ico { color: #000 !important; }
  * { box-shadow: none !important; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}
