/* Thin chrome for the Vercel one-off. Page blocks stay scoped under .ccr / .ccf. */

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

body {
  font-family: "Outfit", "Avenir Next", "Segoe UI", system-ui, sans-serif;
  color: #122041;
  min-height: 100vh;
}

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

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

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

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

.site-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
  background: #0a1c5c;
  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: 750;
  letter-spacing: -0.02em;
}

.site-bar-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  font-size: 0.92rem;
}

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

.site-foot {
  margin: 0 auto;
  max-width: 72rem;
  padding: 1.25rem clamp(1.25rem, 3vw, 2.5rem) 2.5rem;
  color: #3a4a63;
  font-size: 0.85rem;
}

.site-foot a { color: #0c6688; }

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