/* Skip link: hidden until it takes focus, then pinned top-left.
   #main-content already existed on most pages; this is the other half. */
.rp-skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 2147483001;
  background: #9f2027;
  color: #fff;
  padding: 12px 18px;
  border-radius: 0 0 10px 0;
  font: 600 15px/1.2 Manrope, ui-sans-serif, system-ui, sans-serif;
  text-decoration: none;
}
.rp-skip-link:focus { left: 0; }
