:root {
  --navy: #20364a;
  --navy-deep: #172938;
  --teal: #2e6f73;
  --teal-soft: #dfeceb;
  --gold: #d5aa52;
  --gold-soft: #f4ecd9;
  --paper: #fbfaf7;
  --white: #ffffff;
  --ink: #26343f;
  --muted: #586874;
  --line: #cdd8dc;
  --shadow: 0 20px 60px rgba(24, 48, 62, 0.12);
  --radius: 1.25rem;
  --shell: 72rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}

a {
  color: inherit;
}

a:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
  border-radius: 0.3rem;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  background: var(--white);
  color: var(--navy-deep);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: min(calc(100% - 2.5rem), var(--shell));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(23, 41, 56, 0.96);
  color: var(--white);
  backdrop-filter: blur(12px);
}

.header-inner {
  display: flex;
  min-height: 4.75rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  font-weight: 750;
}

.brand-mark {
  width: 2.6rem;
  height: 2.6rem;
  flex: 0 0 auto;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.25rem 1.25rem;
  font-size: 0.92rem;
}

nav a {
  padding-block: 0.5rem;
  color: rgba(255, 255, 255, 0.84);
  text-decoration: none;
}

nav a:hover {
  color: var(--white);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(5rem, 10vw, 8.5rem) 0;
  background:
    radial-gradient(circle at 85% 18%, rgba(213, 170, 82, 0.22), transparent 28rem),
    linear-gradient(145deg, var(--navy-deep), var(--navy));
  color: var(--white);
}

.hero::after {
  position: absolute;
  right: -10rem;
  bottom: -13rem;
  width: 34rem;
  height: 34rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  box-shadow: 0 0 0 5rem rgba(255, 255, 255, 0.025), 0 0 0 10rem rgba(255, 255, 255, 0.02);
  content: "";
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.65fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}

.hero-copy {
  min-width: 0;
}

.hero-logo {
  display: block;
  width: min(21rem, 68%);
  height: auto;
  margin: -2.2rem 0 1.15rem;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--teal);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .eyebrow,
.contact-section .eyebrow {
  color: #8bc0bd;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1,
h2,
h3 {
  margin-top: 0;
  line-height: 1.12;
}

h1 {
  max-width: 13ch;
  margin-bottom: 1.5rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7vw, 5.7rem);
  font-weight: 500;
  letter-spacing: -0.045em;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4vw, 3.6rem);
  font-weight: 500;
  letter-spacing: -0.035em;
}

h3 {
  margin-bottom: 0.65rem;
  font-size: 1.18rem;
}

.lead {
  max-width: 42rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 750;
  text-decoration: none;
}

.button-primary {
  background: var(--gold);
  color: var(--navy-deep);
}

.button-primary:hover {
  background: #e2bb6c;
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.35);
  color: var(--white);
}

.button-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
}

.registry-line {
  margin: 1.5rem 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.9rem;
}

.status-card {
  padding: clamp(1.6rem, 4vw, 2.4rem);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.075);
  box-shadow: var(--shadow);
}

.status-label {
  display: inline-block;
  margin: 0 0 1.4rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: var(--gold-soft);
  color: var(--navy-deep);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.status-card h2 {
  font-size: clamp(1.7rem, 3vw, 2.3rem);
}

.status-card p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
}

.section {
  padding: clamp(4.5rem, 9vw, 7.5rem) 0;
}

.section-tint {
  border-block: 1px solid var(--line);
  background: #f0f5f4;
}

.section-heading {
  max-width: 48rem;
  margin-bottom: 3rem;
}

.section-heading h2 {
  margin-bottom: 1rem;
  color: var(--navy-deep);
}

.section-heading p:last-child,
.about-copy p,
.resource-grid p {
  color: var(--muted);
}

.split-heading {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.8fr);
  gap: 3rem;
  align-items: end;
}

.road-map-grid,
.resource-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.road-map-grid li,
.resource-grid article {
  min-height: 16rem;
  padding: 1.6rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 8px 30px rgba(31, 61, 75, 0.05);
}

.road-map-grid li {
  display: flex;
  flex-direction: column;
}

.road-map-grid li::after {
  width: 2.4rem;
  height: 2px;
  margin-top: auto;
  background: var(--gold);
  content: "";
}

.step-number {
  margin-bottom: 2.4rem;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.road-map-grid p,
.resource-grid p {
  margin: 0 0 1.5rem;
  font-size: 0.96rem;
}

.resource-grid article {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.82);
}

.resource-grid span {
  margin-top: auto;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 1.1fr);
  gap: clamp(2rem, 6vw, 6rem);
}

.about-copy p:first-child {
  margin-top: 0;
  color: var(--ink);
  font-size: 1.18rem;
}

.principles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 4rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.principles div {
  display: flex;
  min-height: 8.5rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.4rem;
  background: var(--white);
}

.principles strong {
  color: var(--navy-deep);
}

.principles span {
  color: var(--muted);
  font-size: 0.92rem;
}

.contact-section {
  background: var(--navy-deep);
  color: var(--white);
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, auto);
  gap: 3rem;
  align-items: center;
}

.contact-card h2 {
  margin-bottom: 1rem;
}

.contact-card p:last-child {
  max-width: 42rem;
  color: rgba(255, 255, 255, 0.72);
}

.contact-link {
  padding: 1rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0.8rem;
  color: var(--white);
  font-weight: 750;
  overflow-wrap: anywhere;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25rem;
}

.contact-link:hover {
  background: rgba(255, 255, 255, 0.08);
}

footer {
  padding: 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: #10212e;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.84rem;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  justify-content: space-between;
}

.footer-inner p {
  margin: 0;
}

.privacy-note {
  color: rgba(255, 255, 255, 0.48);
}

@media (max-width: 900px) {
  .hero-grid,
  .split-heading,
  .about-grid,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .road-map-grid,
  .resource-grid,
  .principles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-link {
    width: fit-content;
  }
}

@media (max-width: 660px) {
  .shell {
    width: min(calc(100% - 1.5rem), var(--shell));
  }

  .header-inner {
    min-height: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.55rem;
    padding-block: 0.85rem;
  }

  .brand-name {
    font-size: 0.95rem;
  }

  nav {
    justify-content: flex-start;
    gap: 0.1rem 0.9rem;
    font-size: 0.82rem;
  }

  h1 {
    font-size: clamp(2.75rem, 14vw, 4.1rem);
  }

  .hero {
    padding-top: 4rem;
  }

  .hero-logo {
    width: min(19rem, 88%);
    margin: -1.5rem auto 1rem;
  }

  .road-map-grid,
  .resource-grid,
  .principles {
    grid-template-columns: 1fr;
  }

  .road-map-grid li,
  .resource-grid article {
    min-height: auto;
  }

  .footer-inner {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}

@media (prefers-contrast: more) {
  :root {
    --line: #7d8b94;
  }

  .site-header {
    background: var(--navy-deep);
  }
}
