:root {
  color-scheme: light;
  --blue: #0c3f68;
  --blue-2: #135d91;
  --blue-soft: #e7f0f6;
  --gold: #d6a92f;
  --ink: #13202a;
  --muted: #5e6a72;
  --line: #d9e0e3;
  --paper: #fbfaf6;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(12, 63, 104, 0.16);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.55;
}

a {
  color: inherit;
}

.skip-link {
  background: var(--blue);
  color: var(--white);
  left: 1rem;
  padding: 0.75rem 1rem;
  position: absolute;
  top: -4rem;
  z-index: 20;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  align-items: center;
  background: rgba(251, 250, 246, 0.92);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  min-height: 84px;
  padding: 1rem clamp(1rem, 4vw, 4rem);
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(16px);
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 0.85rem;
  min-width: 0;
  text-decoration: none;
}

.brand img {
  border-radius: 50%;
  display: block;
  height: 58px;
  width: 58px;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  color: var(--blue);
  font-size: 1.05rem;
  letter-spacing: 0.02em;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.site-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: flex-end;
}

.site-nav a,
.button {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  display: inline-flex;
  font-weight: 700;
  min-height: 44px;
  padding: 0.65rem 1rem;
  text-decoration: none;
}

.site-nav a:hover,
.button:hover,
.link-grid a:hover {
  border-color: var(--blue-2);
  color: var(--blue);
}

.hero {
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.72fr);
  min-height: min(760px, calc(100svh - 84px));
  padding: clamp(2.5rem, 5vw, 4.5rem) clamp(1rem, 5vw, 5rem) clamp(2rem, 4vw, 3.5rem);
}

.hero-copy {
  align-self: center;
}

.eyebrow {
  color: var(--blue-2);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin: 0 0 0.8rem;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  color: var(--blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 7vw, 5.8rem);
  letter-spacing: 0;
  line-height: 0.94;
  margin-bottom: 1.25rem;
  max-width: 11ch;
}

h2 {
  color: var(--blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 4rem);
  letter-spacing: 0;
  line-height: 1.02;
  margin-bottom: 1rem;
}

h3 {
  color: var(--blue);
  font-size: 1rem;
  margin-bottom: 0.45rem;
}

.lede {
  color: #31414d;
  font-size: clamp(1.08rem, 2vw, 1.34rem);
  max-width: 66ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.8rem;
}

.button.primary {
  background: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}

.button.secondary {
  background: var(--white);
}

.authority-panel {
  align-self: center;
  background: linear-gradient(145deg, var(--white), var(--blue-soft));
  border: 1px solid rgba(12, 63, 104, 0.18);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: clamp(1.25rem, 3vw, 2.2rem);
}

.authority-panel img {
  display: block;
  height: auto;
  margin: 0 auto 1.5rem;
  max-width: min(220px, 70%);
}

.panel-label {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}

.authority-panel a {
  color: var(--blue);
  font-size: 1.4rem;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.authority-panel ul {
  border-top: 1px solid var(--line);
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 1rem 0 0;
}

.authority-panel li {
  color: #263743;
  margin: 0.55rem 0;
  padding-left: 1.2rem;
  position: relative;
}

.authority-panel li::before {
  background: var(--gold);
  border-radius: 50%;
  content: "";
  height: 0.45rem;
  left: 0;
  position: absolute;
  top: 0.56rem;
  width: 0.45rem;
}

.strip {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.strip article {
  min-height: 132px;
  padding: clamp(1.2rem, 3vw, 2rem);
}

.strip article + article {
  border-left: 1px solid var(--line);
}

.strip strong {
  color: var(--blue);
  display: block;
  font-size: 1.25rem;
  margin-bottom: 0.45rem;
}

.strip span,
.section p,
.feature-grid p,
.link-grid small {
  color: var(--muted);
}

.section {
  padding: clamp(3rem, 7vw, 6.5rem) clamp(1rem, 5vw, 5rem);
}

.two-column {
  display: grid;
  gap: clamp(1.5rem, 5vw, 4rem);
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1fr);
}

.feature-grid,
.link-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-grid article,
.link-grid a {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1rem;
}

.link-grid a {
  display: block;
  text-decoration: none;
}

.link-grid span {
  color: var(--blue);
  display: block;
  font-weight: 900;
  margin-bottom: 0.3rem;
}

.link-grid small {
  display: block;
}

.verification {
  background: #f3f7f9;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 1.6rem;
}

.source-wheel {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.source-track {
  animation: source-scroll 72s linear infinite;
  display: flex;
  gap: 0.75rem;
  width: max-content;
}

.source-track span {
  background: var(--white);
  border: 1px solid rgba(12, 63, 104, 0.2);
  border-radius: 999px;
  color: var(--blue);
  flex: 0 0 auto;
  font-weight: 800;
  padding: 0.8rem 1.05rem;
}

.source-wheel:hover .source-track {
  animation-play-state: paused;
}

@keyframes source-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.context {
  background: var(--blue);
  color: var(--white);
}

.context h2,
.context .eyebrow,
.context p {
  color: var(--white);
}

.context div {
  max-width: 900px;
}

.site-footer {
  align-items: center;
  background: #071f34;
  color: var(--white);
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  padding: 2rem clamp(1rem, 5vw, 5rem);
}

.site-footer p {
  color: #c7d5de;
  margin: 0.4rem 0 0;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: flex-end;
}

.site-footer a {
  color: #f6d979;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 900px) {
  .site-header,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav,
  .site-footer nav {
    justify-content: flex-start;
  }

  .hero,
  .two-column,
  .strip {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  h1 {
    max-width: 12ch;
  }

  .strip article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 640px) {
  .brand strong {
    font-size: 0.95rem;
  }

  .brand small {
    font-size: 0.7rem;
  }

  .site-nav a,
  .button {
    justify-content: center;
    width: 100%;
  }

  .site-nav,
  .hero-actions,
  .feature-grid,
  .link-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .feature-grid,
  .link-grid {
    display: grid;
  }
}
