@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,500;9..144,600&display=swap");

:root {
  --ink: #1a1f1c;
  --paper: #f4f1ea;
  --mist: #e8e4d9;
  --heather: #6b4c7a;
  --slate: #2c3e36;
  --moss: #3d5c4a;
  --sand: #c4b59a;
  --muted: #6a716c;
  --line: #d5d0c4;
  --accent: #c45c26;
  --serif: "Fraunces", Georgia, serif;
  --sans: "Instrument Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.55;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-underline-offset: 3px; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 1rem; top: 1rem; background: #fff; padding: .6rem; z-index: 9; }

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem max(20px, 4vw);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  background: rgba(244, 241, 234, 0.94);
  backdrop-filter: blur(8px);
  z-index: 20;
}
.wordmark {
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .04em;
  display: flex;
  align-items: center;
  gap: .75rem;
  font-size: .95rem;
}
.wordmark .mark {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--slate);
  color: #f0e6c8;
  display: grid;
  place-items: center;
  font-size: .72rem;
  letter-spacing: .02em;
}
.site-header nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
  align-items: center;
  font-size: .84rem;
  font-weight: 600;
}
.site-header nav a { text-decoration: none; }
.site-header nav a:not(.pill):hover { box-shadow: inset 0 -2px var(--ink); }
.pill {
  background: var(--ink);
  color: var(--paper);
  padding: .55rem .9rem;
  text-decoration: none;
}

.hero {
  padding: 5.5rem max(20px, 5vw) 0;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 3rem;
  align-items: end;
  min-height: calc(100vh - 72px);
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .68rem;
  font-weight: 700;
  color: var(--muted);
  margin: 0 0 1.25rem;
}
.hero h1 {
  font-size: clamp(3.4rem, 8vw, 7.2rem);
  line-height: .88;
  letter-spacing: -.05em;
  margin: 0;
  font-weight: 600;
}
.hero h1 em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  color: var(--moss);
}
.lede {
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  max-width: 36rem;
  color: #4a524c;
  margin: 1.8rem 0 2rem;
}
.actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }
.button {
  display: inline-block;
  text-decoration: none;
  background: var(--accent);
  color: #fff;
  padding: .95rem 1.25rem;
  font-weight: 700;
  font-size: .82rem;
}
.button.ghost {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--ink);
}
.text-link { font-weight: 600; font-size: .85rem; }

.map-card {
  background: var(--slate);
  color: #e8efe9;
  padding: 1.5rem;
  border-radius: 4px 4px 0 0;
  position: relative;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.map-card svg { width: 100%; height: auto; margin: 1rem 0; }
.map-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .75rem;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.map-meta b { display: block; font-size: 1.15rem; letter-spacing: 0; text-transform: none; margin-top: .25rem; color: #fff; }

.ticker {
  margin-top: 3rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  padding: 1rem max(20px, 5vw);
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  grid-column: 1 / -1;
}

.banner {
  background: var(--mist);
  border-bottom: 1px solid var(--line);
  padding: .9rem max(20px, 5vw);
  font-size: .88rem;
}
.banner strong { font-weight: 700; }
.banner a { font-weight: 600; }

.section {
  padding: 5.5rem max(20px, 6vw);
  display: grid;
  grid-template-columns: minmax(120px, 1fr) minmax(0, 4.2fr);
  gap: 2.5rem 4vw;
}
.section-no {
  font-size: .65rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 700;
  color: var(--muted);
  padding-top: .4rem;
}
.section h2 {
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  line-height: .95;
  letter-spacing: -.04em;
  margin: 0 0 1.5rem;
  font-weight: 600;
}
.section h2 em { font-family: var(--serif); font-style: italic; font-weight: 500; }
.big-copy {
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  line-height: 1.45;
  max-width: 48rem;
  margin: 0 0 2.5rem;
}
.prose { max-width: 42rem; color: #3f4742; }
.prose p { margin: 0 0 1.1rem; }
.prose ul { padding-left: 1.2rem; margin: 0 0 1.2rem; }
.prose li { margin: .4rem 0; }

.fact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
}
.fact-grid article {
  padding: 1.4rem 1.4rem 1.2rem 0;
  border-bottom: 1px solid var(--line);
}
.fact-grid b { display: block; margin-bottom: .45rem; }
.fact-grid span { color: var(--muted); font-size: .9rem; }

.band {
  background: var(--slate);
  color: #e7eee8;
  padding: 5rem max(20px, 6vw);
}
.band.heather { background: var(--heather); }
.band.moss { background: var(--moss); }
.band h2 {
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: .95;
  letter-spacing: -.04em;
  margin: 0 0 1.25rem;
}
.band p { max-width: 44rem; color: #c9d5cc; }
.band .eyebrow { color: #b7c4ba; }
.stage-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: #3a5246;
  margin-top: 2.5rem;
}
.stage-grid article {
  background: var(--slate);
  padding: 1.6rem;
}
.stage-grid span {
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #9fb0a4;
}
.stage-grid h3 { margin: .7rem 0 .5rem; font-size: 1.35rem; }
.stage-grid p { margin: 0; font-size: .9rem; color: #c9d5cc; }

.timeline { border-top: 1px solid var(--line); }
.timeline article {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 1.5rem;
  padding: 1.4rem 0;
  border-bottom: 1px solid var(--line);
}
.timeline time { font-weight: 700; font-size: 1.15rem; }
.timeline h3 { margin: 0; font-size: 1.1rem; }
.timeline p { margin: .35rem 0 0; color: var(--muted); max-width: 42rem; }

.callout {
  background: var(--accent);
  color: #fff;
  padding: 4rem max(20px, 6vw);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  align-items: end;
}
.callout h2 { margin: 0 0 .8rem; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1; }
.callout p { margin: 0; max-width: 36rem; opacity: .95; }
.callout .button { background: var(--ink); }

.link-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}
.link-cards a {
  border: 1px solid var(--line);
  padding: 1.35rem;
  text-decoration: none;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
}
.link-cards a:hover { border-color: var(--ink); }
.link-cards span {
  font-size: .65rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--muted);
}
.link-cards b { font-size: 1.05rem; }

.notice {
  background: var(--mist);
  border-left: 4px solid var(--accent);
  padding: 1rem 1.15rem;
  max-width: 46rem;
  font-size: .92rem;
  margin: 0 0 1.5rem;
}
.checklist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.checklist article {
  background: #fff;
  border: 1px solid var(--line);
  padding: 1.25rem;
}
.checklist h3 { margin: 0 0 .6rem; font-size: 1.05rem; }
.checklist ul { margin: 0; padding-left: 1.1rem; color: #4a524c; font-size: .92rem; }

.sources {
  background: var(--mist);
  padding: 4rem max(20px, 6vw);
}
.sources h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); margin: 0 0 1rem; }
.sources ol { max-width: 50rem; padding-left: 1.2rem; }
.sources li { margin: .55rem 0; }
.fineprint {
  font-size: .8rem;
  color: var(--muted);
  max-width: 48rem;
  margin-top: 1.5rem;
}

.page-hero {
  padding: 4.5rem max(20px, 6vw) 2rem;
  border-bottom: 1px solid var(--line);
}
.page-hero h1 {
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  line-height: .92;
  letter-spacing: -.04em;
  margin: 0 0 1rem;
}
.page-hero p { max-width: 40rem; color: #4a524c; margin: 0; font-size: 1.1rem; }

footer {
  background: var(--ink);
  color: #d7ddd8;
  padding: 2.5rem max(20px, 4vw);
  display: grid;
  gap: 1rem;
  font-size: .8rem;
}
footer .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: center;
}
footer a { color: #fff; }
footer .wordmark .mark { background: var(--accent); color: #fff; }
footer .domain-note {
  opacity: .65;
  font-size: .72rem;
  max-width: 36rem;
}

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 3.5rem; }
  .section { grid-template-columns: 1fr; padding: 3.5rem max(20px, 5vw); }
  .fact-grid, .stage-grid, .checklist { grid-template-columns: 1fr; }
  .timeline article { grid-template-columns: 1fr; gap: .35rem; }
  .site-header nav a:not(.pill) { display: none; }
}
@media (max-width: 560px) {
  .map-meta { grid-template-columns: 1fr; }
  .hero h1 { font-size: 3.1rem; }
}
