:root {
  color-scheme: light;
  --paper: #f9f9f6;
  --ink: #0c0c14;
  --lime: #c6ff3d;
  --muted: rgba(12, 12, 20, .58);
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Space Mono", ui-monospace, monospace; }
a { color: inherit; }
.site-header { border-bottom: 2px solid var(--ink); background: var(--paper); }
.nav { max-width: 1120px; margin: 0 auto; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { font-size: 14px; font-weight: 700; letter-spacing: .18em; text-decoration: none; text-transform: uppercase; }
.nav-links { display: flex; gap: 18px; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.nav-links a { text-decoration: none; opacity: .62; }
.nav-links a:hover { opacity: 1; }
.ticker { overflow: hidden; padding: 8px 24px; background: var(--lime); font-size: 10px; letter-spacing: .18em; white-space: nowrap; text-transform: uppercase; }
.wrap { max-width: 1120px; margin: 0 auto; padding: 70px 24px 100px; }
.eyebrow { margin: 0 0 16px; color: rgba(12,12,20,.48); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3 { font-family: Arial, Helvetica, sans-serif; letter-spacing: -.045em; line-height: .98; }
h1 { max-width: 850px; margin: 0; font-size: clamp(48px, 9vw, 112px); text-transform: uppercase; }
.journal-mascot { position: relative; display: inline-flex; align-items: center; margin-top: 22px; }
.journal-mascot img { display: block; width: auto; height: 78px; mix-blend-mode: multiply; transition: transform .2s ease; }
.journal-mascot:hover img, .journal-mascot:focus-within img { transform: rotate(-6deg); }
.journal-mascot span { position: absolute; left: calc(100% + 14px); top: 50%; width: 210px; transform: translateY(-50%); border: 2px solid var(--ink); background: var(--lime); padding: 8px; color: var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .08em; line-height: 1.2; opacity: 0; pointer-events: none; text-align: center; text-transform: uppercase; transition: opacity .2s ease; }
.journal-mascot:hover span, .journal-mascot:focus-within span { opacity: 1; }
.intro { max-width: 680px; margin: 28px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.newsletter-cta { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 32px; margin-top: 42px; border: 2px solid var(--ink); background: var(--lime); padding: 24px; }
.newsletter-cta .eyebrow { margin-bottom: 10px; color: rgba(12,12,20,.6); }
.newsletter-cta h2 { margin: 0 0 12px; font-size: clamp(30px, 4vw, 52px); text-transform: uppercase; }
.newsletter-cta p:not(.eyebrow) { max-width: 670px; margin: 0; color: rgba(12,12,20,.72); font-size: 15px; line-height: 1.7; }
.newsletter-cta .button { white-space: nowrap; }
.journal-section { margin-top: 64px; }
.journal-section:first-of-type { margin-top: 58px; }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin: 0; border-top: 2px solid var(--ink); padding-top: 14px; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.section-heading span { color: var(--muted); font-size: 9px; font-weight: 400; letter-spacing: .12em; }
.section-intro { max-width: 680px; margin: 12px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.journal-search { margin: 30px 0 12px; border: 2px solid var(--ink); background: white; padding: 18px; }
.journal-search > label { display: block; margin-bottom: 10px; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.journal-search-row { display: flex; align-items: center; gap: 14px; }
.journal-search input { min-width: 0; flex: 1; border: 2px solid var(--ink); border-radius: 0; background: var(--paper); padding: 13px 14px; color: var(--ink); font: inherit; font-size: 13px; outline: none; }
.journal-search input:focus { box-shadow: 4px 4px 0 var(--lime); }
#journal-result-count { flex: 0 0 auto; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.topic-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.topic-filter { border: 1px solid rgba(12,12,20,.45); border-radius: 0; background: white; padding: 9px 11px; color: var(--ink); cursor: pointer; font: inherit; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.topic-filter:hover, .topic-filter.is-active { border-color: var(--ink); background: var(--lime); }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 58px; }
.journal-section .grid { margin-top: 22px; }
.card { display: flex; min-height: 310px; flex-direction: column; justify-content: space-between; border: 2px solid var(--ink); background: white; padding: 22px; text-decoration: none; box-shadow: 5px 5px 0 var(--lime); }
.card:hover { background: var(--lime); box-shadow: 8px 8px 0 var(--ink); transform: translate(-2px, -2px); }
.card--featured { background: var(--ink); color: white; box-shadow: 5px 5px 0 var(--lime); }
.card--featured .eyebrow, .card--featured p { color: rgba(255,255,255,.62); }
.card--featured .read { color: var(--lime); }
.card h2 { margin: 24px 0 12px; font-size: 28px; text-transform: uppercase; }
.card p, .article p, .article li { color: var(--muted); font-size: 15px; line-height: 1.8; }
.card .read { color: var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.article { max-width: 780px; margin: 0 auto; }
.article .meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 0; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.article .byline { margin: -24px 0 42px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.article .byline strong { color: var(--ink); }
.article .shona-note { margin: -22px 0 42px; border-left: 3px solid var(--lime); padding: 7px 0 7px 14px; color: var(--muted); font-size: 11px; line-height: 1.7; }
.article .shona-note strong { color: var(--ink); }
.article .shona-note a { text-underline-offset: 3px; }
.article h1 { font-size: clamp(44px, 7vw, 88px); }
.article .dek { max-width: 650px; margin: 26px 0 48px; color: var(--muted); font-size: 19px; line-height: 1.65; }
.article h2 { margin: 52px 0 15px; font-size: 32px; text-transform: uppercase; }
.article ul { padding-left: 24px; }
.article li { margin: 8px 0; }
.article blockquote { margin: 42px 0; border-left: 5px solid var(--lime); padding: 8px 0 8px 22px; font-family: Arial, Helvetica, sans-serif; font-size: 27px; font-weight: 700; line-height: 1.1; }
.article .cta { margin-top: 58px; border: 2px solid var(--ink); background: var(--lime); padding: 24px; }
.article .cta--early { margin: -18px 0 48px; }
.article .cta p { margin: 0 0 18px; color: var(--ink); }
.article .cta .button { margin: 0 6px 8px 0; }
.button--light { background: white; color: var(--ink); }
.source-note { margin-top: 42px; border-top: 1px solid rgba(12,12,20,.18); padding-top: 16px; color: var(--muted); font-size: 11px; line-height: 1.7; }
.source-note a { font-weight: 700; }
.sources { margin-top: 38px; border-top: 2px solid var(--ink); padding-top: 16px; }
.sources h2 { margin: 0 0 12px; font-family: "Space Mono", ui-monospace, monospace; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.sources ol { margin: 0; padding-left: 20px; }
.sources li { margin: 7px 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.sources a { font-weight: 700; text-underline-offset: 3px; }
.related { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; margin-top: 28px; border-top: 2px solid var(--ink); padding-top: 14px; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.related span { color: var(--muted); }
.related a { text-decoration-thickness: 2px; text-underline-offset: 4px; }
.related a:hover { background: var(--lime); }
.button { display: inline-block; border: 2px solid var(--ink); background: var(--ink); color: white; padding: 13px 18px; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.button:hover { background: white; color: var(--ink); }
.back { display: inline-block; margin-bottom: 42px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-decoration: none; text-transform: uppercase; }
.back:hover { color: var(--ink); }
footer { border-top: 2px solid var(--ink); padding: 20px 24px; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
@media (max-width: 760px) {
  .nav { padding: 16px; }
  .nav-links { gap: 10px; }
  .nav-links a:nth-child(2) { display: none; }
  .wrap { padding: 48px 16px 74px; }
  .journal-mascot span { left: 50%; top: calc(100% + 10px); transform: translateX(-50%); }
  .newsletter-cta { grid-template-columns: 1fr; gap: 22px; margin-top: 34px; padding: 18px; }
  .newsletter-cta .button { justify-self: start; }
  .journal-search { margin-top: 26px; padding: 14px; }
  .journal-search-row { display: block; }
  .journal-search input { width: 100%; }
  #journal-result-count { display: block; margin-top: 10px; }
  .grid { grid-template-columns: 1fr; margin-top: 40px; }
  .journal-section { margin-top: 48px; }
  .journal-section:first-of-type { margin-top: 40px; }
  .section-heading { display: block; }
  .section-heading span { display: block; margin-top: 7px; }
  .card { min-height: 240px; }
  .article p, .article li { font-size: 14px; }
}