/* iknowtheplansihaveforyou.org — timeline-narrative
   Palette: exile-sand-and-indigo. Ornament: timeline markers.
   Every rule in this file was written for this site only.

   ON TYPE. The variance matrix row assigns Young Serif for display and
   Atkinson Hyperlegible for text, self-hosted and subset. This build ships
   no font binaries and declares no @font-face: the redistribution and
   subsetting licence of any specific downloaded file is an unverified
   pre-deployment item, and a rule pointing at a missing or unlicensed file
   would be worse than none. The stacks below stand in with faces already
   installed on the reader's device until cleared files land. */

:root {
  --sand: #ece1c9;
  --sand-deep: #d9c9a3;
  --indigo: #24305e;
  --indigo-soft: #46538a;
  --ink: #2a2618;
  --column: 37rem;
  --headfaces: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --bodyfaces: "Trebuchet MS", "Segoe UI", Tahoma, system-ui, sans-serif;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--sand);
  color: var(--ink);
  font-family: var(--bodyfaces);
  font-size: clamp(1rem, 0.95rem + 0.3vw, 1.15rem);
  line-height: 1.65;
}

.letter-band {
  background: var(--indigo);
  color: var(--sand);
  padding: clamp(2.25rem, 6vw, 4.5rem) clamp(1.25rem, 5vw, 3rem) clamp(1.75rem, 4vw, 3rem);
}
.letter-band h1 {
  font-family: var(--headfaces);
  font-weight: 700;
  font-size: clamp(1.9rem, 1.4rem + 3vw, 3.4rem);
  line-height: 1.12;
  max-width: 26ch;
  margin: 0 0 0.75rem;
}
.letter-band .dateline {
  margin: 0;
  max-width: 55ch;
  color: var(--sand-deep);
  font-size: 1.02rem;
}

.waymarks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.5rem;
  padding: 0.75rem clamp(1.25rem, 5vw, 3rem);
  border-bottom: 1px solid var(--sand-deep);
  font-size: 0.88rem;
}
.waymarks a { color: var(--indigo); text-decoration: none; }
.waymarks a:hover, .waymarks a:focus { text-decoration: underline; }
.waymarks [aria-current="page"] {
  font-weight: 700;
  border-bottom: 3px solid var(--indigo);
}

.scroll {
  max-width: var(--column);
  padding: 2rem clamp(1.25rem, 5vw, 3rem) 3rem;
}
.scroll h2 {
  font-family: var(--headfaces);
  color: var(--indigo);
  font-size: clamp(1.35rem, 1.15rem + 1vw, 1.9rem);
  line-height: 1.2;
  margin: 2.5rem 0 0.75rem;
}
.scroll p { margin: 0 0 1.15rem; }
.scroll q { quotes: "\201C" "\201D"; }
.scroll q::before, .scroll q::after { color: var(--indigo-soft); }

.first-hearing {
  border: 1px solid var(--indigo-soft);
  background: #f4ecdb;
  padding: 1rem 1.2rem;
  margin: 0 0 1.25rem;
  font-size: 1.05rem;
}

.dispatch {
  display: block;
  margin: 1.5rem 0;
  padding: 1rem 1.2rem 1.1rem;
  border-left: 4px solid var(--indigo);
  background: #f7f1e2;
}
.dispatch .sender {
  display: block;
  font-family: var(--headfaces);
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--indigo-soft);
  margin-bottom: 0.3rem;
}

/* the ornament: a marked road, one stop at a time */
.waypoints {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0 0 0 1.6rem;
  border-left: 3px solid var(--indigo);
}
.waypoints > li { position: relative; padding: 0 0 1.75rem; }
.waypoints > li::before {
  content: "";
  position: absolute;
  left: calc(-1.6rem - 3px - 0.45rem + 1.5px);
  top: 0.45rem;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background: var(--sand);
  border: 3px solid var(--indigo);
}
.waypoints .era {
  display: block;
  font-family: var(--headfaces);
  font-weight: 700;
  color: var(--indigo);
  font-size: 1.05rem;
}
.waypoints p { margin: 0.25rem 0 0; }

.onward { margin: 2.25rem 0 0; font-size: 1.02rem; }
.onward a {
  color: var(--indigo);
  font-weight: 700;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.15em;
}

.faq-ledger { margin: 0; padding: 0; }
.faq-ledger h3 {
  font-family: var(--headfaces);
  color: var(--indigo);
  font-size: 1.1rem;
  margin: 1.75rem 0 0.4rem;
}
.faq-ledger p { margin: 0; }

.provenance {
  border-top: 3px solid var(--indigo);
  margin-top: 2rem;
  padding: 1.5rem clamp(1.25rem, 5vw, 3rem) 2rem;
  font-size: 0.85rem;
  color: #4c4632;
  max-width: 46rem;
}
