/* Phase 2 foundation additions.
   This file intentionally stays small. Major accessibility and design cleanup belongs to later phases. */
.skip-link {
  position: absolute;
  left: -999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 9999;
}
.skip-link:focus {
  left: 16px;
  top: 16px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  background: #ffcc01;
  color: #111;
  font-weight: 700;
}
