html, body {
  margin: 0;
  background: #eef2f8;
}

body {
  font-family: "Atkinson Hyperlegible", "Segoe UI", system-ui, sans-serif;
  color: #1a2433;
  min-height: 100vh;
}

html.is-embed,
html.is-embed body {
  min-height: 0;
  height: auto;
  overflow: hidden;
}

html.is-embed .site-bar,
html.is-embed .site-skip {
  display: none;
}

.site-skip {
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  z-index: 20;
  padding: 0.45rem 0.75rem;
  background: #16325f;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transform: translateY(-200%);
}

.site-skip:focus,
.site-skip:focus-visible {
  transform: none;
  outline: 3px solid #c9a227;
  outline-offset: 3px;
}

.site-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
  background: #264c92;
  color: #fff;
  padding: 0.85rem clamp(1rem, 3vw, 2rem);
}

.site-bar a {
  color: #fff;
  text-decoration: none;
}

.site-bar a:hover { color: #f0d78c; }

.site-bar a:focus-visible {
  outline: 3px solid #f0d78c;
  outline-offset: 3px;
}

.site-bar-brand { font-weight: 700; }

.site-bar-nav a[aria-current="page"] {
  color: #f0d78c;
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

@media (prefers-reduced-motion: reduce) {
  .site-skip { transition: none; }
}
