:root {
  --forest: #0c2a1c;
  --forest-deep: #081c12;
  --gold: #d4b44a;
  --gold-soft: #e6c96a;
  --paper: #e7e3d8;
  --ink: #141210;
  --mute: #5c574f;
  --line: #c9c3b6;
  --white: #f4f1ea;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Newsreader", "Iowan Old Style", Georgia, serif;
  font-size: 1.125rem;
  line-height: 1.55;
  font-optical-sizing: auto;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.hero {
  min-height: 100svh;
  padding: 1.25rem 1.5rem 4.5rem;
  background: var(--forest);
  color: var(--white);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  max-width: 72rem;
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  font-family: "Bricolage Grotesque", "Avenir Next", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.logo-chip {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--forest);
}

.logo-chip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(2.15);
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.35rem 1.15rem;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nav-links a {
  text-decoration: none;
  color: rgba(244, 241, 234, 0.72);
}

.nav-links a:hover {
  color: var(--gold-soft);
}

.hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 40rem;
  margin: 12vh auto 0;
}

.logo {
  width: min(18rem, 72vw);
  height: auto;
  clip-path: circle(39.5% at 50% 49%);
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.35));
  animation: rise 1.1s ease both;
}

.mark {
  margin: 1.75rem 0 0;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
}

.hero h1 {
  margin: 0.85rem 0 0;
  font-family: "Bricolage Grotesque", "Avenir Next", sans-serif;
  font-size: clamp(2rem, 5.4vw, 3.35rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.lead,
.slots,
.sources,
.foot {
  width: min(72rem, calc(100% - 2.5rem));
  margin-inline: auto;
}

.lead {
  padding: 5.5rem 0 4rem;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.lead p {
  margin: 0;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  line-height: 1.45;
  text-wrap: pretty;
}

.slots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem 2rem;
  padding-bottom: 5rem;
}

.slot {
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
}

.slot-kicker {
  margin: 0 0 0.85rem;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mute);
}

.slot h2,
.sources h2 {
  margin: 0 0 0.85rem;
  font-family: "Bricolage Grotesque", "Avenir Next", sans-serif;
  font-size: 1.45rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.slot p {
  margin: 0;
  color: var(--mute);
}

.slot p strong {
  color: var(--ink);
  font-weight: 500;
}

.facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem 1rem;
  margin: 1.4rem 0 0;
}

.facts dt {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mute);
}

.facts dd {
  margin: 0.2rem 0 0;
  font-size: 0.95rem;
}

blockquote {
  margin: 1.35rem 0 0;
  padding: 0 0 0 1rem;
  border-left: 2px solid var(--gold);
}

blockquote p {
  color: var(--ink);
  font-style: italic;
}

blockquote footer {
  margin-top: 0.7rem;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.7rem;
  font-style: normal;
  letter-spacing: 0.04em;
  color: var(--mute);
}

.listed {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin-top: 1.5rem;
  font-size: 0.95rem;
}

.listed span {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.listed strong {
  font-family: "Bricolage Grotesque", "Avenir Next", sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--forest);
}

.sources {
  padding: 0 0 5rem;
}

.sources h2 {
  margin-bottom: 1.5rem;
}

.sources ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}

.sources li + li {
  border-top: 1px solid var(--line);
}

.sources a {
  display: grid;
  grid-template-columns: 6.5rem 1fr auto;
  gap: 1rem;
  align-items: baseline;
  padding: 1.15rem 0;
  text-decoration: none;
}

.sources a:hover .src-title {
  color: var(--forest);
}

.src-label {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}

.src-title {
  font-size: 1.05rem;
}

.src-url {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  color: var(--mute);
}

.foot {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.5rem 0 2.5rem;
  border-top: 1px solid var(--line);
  color: var(--mute);
  font-size: 0.95rem;
}

.foot .logo-chip {
  width: 1.75rem;
  height: 1.75rem;
}

.foot p {
  margin: 0;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 860px) {
  .slots {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }

  .sources a {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 1rem 1.15rem 3.5rem;
  }

  .nav-links {
    display: none;
  }

  .hero-inner {
    margin-top: 8vh;
  }

  .lead,
  .slots,
  .sources,
  .foot {
    width: calc(100% - 2.3rem);
  }

  .lead {
    padding-top: 3.5rem;
  }

  .facts {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .logo {
    animation: none;
  }
}
