:root {
  --red: #b00000;
  --red-bright: #e21b1b;
  --ink: #0b0b0b;
  --paper: #f3f0e8;
  --panel: #fffef9;
  --muted: #666158;
  --rule: #bdb8ac;
  --yellow: #ffd400;
  --shell: 1180px;
  --shadow: 5px 5px 0 rgba(0, 0, 0, .18);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background:
    repeating-linear-gradient(0deg, rgba(0, 0, 0, .018) 0, rgba(0, 0, 0, .018) 1px, transparent 1px, transparent 4px),
    var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.55;
}

a { color: inherit; }

button, audio { font: inherit; }

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: white;
  background: var(--ink);
  transform: translateY(-150%);
}

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

.screen-reader-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.signal-bar {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 5vw, 72px);
  padding: 6px 16px;
  color: white;
  background: var(--red);
  border-bottom: 3px solid var(--ink);
  font: 800 12px/1.2 Arial, Helvetica, sans-serif;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.site-header {
  color: white;
  background: #101010;
  border-bottom: 5px solid var(--red);
}

.masthead {
  display: flex;
  align-items: center;
  gap: clamp(20px, 5vw, 68px);
  min-height: 126px;
  padding-block: 20px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  color: white;
  border: 4px solid white;
  text-decoration: none;
  transform: skew(-4deg);
  box-shadow: 7px 7px 0 var(--red);
  font: 900 clamp(42px, 7vw, 76px)/.84 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: -.045em;
}

.brand span { padding: .13em .12em .09em; }
.brand-info { background: #111; }
.brand-woes { background: var(--red); }

.masthead-copy { max-width: 560px; }

.war-cry {
  margin: 0;
  font: 900 clamp(19px, 2.4vw, 31px)/1.05 "Arial Narrow", Arial, sans-serif;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.war-cry-link {
  color: inherit;
  text-decoration: none;
}

.war-cry-link:hover .war-target-lock,
.war-cry-link:focus-visible .war-target-lock,
.war-cry-link:hover #war-target,
.war-cry-link:focus-visible #war-target {
  text-decoration: underline;
  text-decoration-thickness: .08em;
  text-underline-offset: .12em;
}

.war-cry-link:focus-visible {
  outline: 2px solid var(--yellow);
  outline-offset: 5px;
}

.war-target-lock {
  display: block;
  width: max-content;
  max-width: 100%;
  color: var(--yellow);
  white-space: nowrap;
}

#war-target {
  display: inline-block;
  transition: opacity .18s ease, transform .18s ease;
}
#war-target.war-changing { opacity: 0; transform: translateY(.18em); }

.edition {
  margin: 10px 0 0;
  color: #c9c9c9;
  font: 700 12px/1.4 Arial, sans-serif;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.main-nav {
  background: white;
  color: var(--ink);
  border-top: 1px solid #444;
}

.nav-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.main-nav a {
  padding: 10px 16px;
  border-right: 1px solid #bbb;
  font: 900 12px/1.2 Arial, sans-serif;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
}

.main-nav a:first-child { border-left: 1px solid #bbb; }
.main-nav a:hover, .main-nav a:focus-visible { color: white; background: var(--red); }

.page-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.15fr) minmax(275px, .85fr);
  gap: 28px;
  padding-block: 32px 52px;
}

.latest-panel,
.archive,
.side-card {
  background: var(--panel);
  border: 1px solid var(--rule);
  box-shadow: var(--shadow);
}

.section-kicker {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 13px;
  color: white;
  background: var(--red);
  font: 900 12px/1 Arial, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.pulse {
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(255,255,255,.18);
  animation: pulse 1.7s ease-out infinite;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255,255,255,.55); }
  100% { box-shadow: 0 0 0 12px rgba(255,255,255,0); }
}

.latest-body { padding: clamp(20px, 4vw, 40px); }

.episode-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0 0 12px;
  color: var(--red);
  font: 900 12px/1.3 Arial, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.latest-title {
  max-width: 17ch;
  margin: 0;
  font: 900 clamp(36px, 6.2vw, 68px)/.95 "Arial Narrow", Impact, sans-serif;
  letter-spacing: -.035em;
}

.latest-summary {
  max-width: 72ch;
  margin: 20px 0 24px;
  font-size: 18px;
}

.latest-player,
.episode-player {
  width: 100%;
  accent-color: var(--red);
}

.archive { margin-top: 30px; }

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  padding: 18px 22px;
  border-bottom: 4px solid var(--ink);
}

.eyebrow,
.side-label {
  margin: 0 0 4px;
  color: var(--red);
  font: 900 11px/1.2 Arial, sans-serif;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.section-heading h2 {
  margin: 0;
  font: 900 32px/1 "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
}

.rss-link {
  color: var(--red);
  font: 900 12px/1.2 Arial, sans-serif;
  text-transform: uppercase;
}

.episode-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 18px;
  padding: 24px 22px;
  border-bottom: 1px solid var(--rule);
}

.episode-card:last-child { border-bottom: 0; }

.episode-number {
  color: var(--red);
  border-right: 1px solid var(--rule);
  font: 900 38px/1 Impact, "Arial Narrow", sans-serif;
}

.episode-card h3 {
  margin: 0 0 8px;
  font: 900 clamp(22px, 3vw, 32px)/1.02 "Arial Narrow", Arial, sans-serif;
}

.episode-card p { margin: 0 0 14px; }
.episode-card .episode-meta { margin-bottom: 7px; }

.episode-sources {
  margin-top: 16px;
  border: 1px solid var(--rule);
  background: #f8f5ed;
}

.episode-sources > summary,
.claim-detail > summary {
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
}

.episode-sources > summary {
  padding: 11px 14px;
  color: var(--red);
  letter-spacing: .06em;
  text-transform: uppercase;
}

.episode-sources[open] > summary { border-bottom: 3px solid var(--ink); }
.episode-sources-body { padding: 10px; }
.source-status { margin: 6px !important; color: var(--muted); font-style: italic; }

.claim-detail { background: var(--panel); border-bottom: 1px solid var(--rule); }
.claim-detail:last-child { border-bottom: 0; }
.claim-detail > summary { padding: 10px 12px; }
.claim-detail > summary:hover { color: var(--red); }
.claim-detail-body { padding: 2px 14px 14px; }
.claim-detail-body p { margin: 8px 0; }
.claim-statement { font-weight: 700; }
.claim-detail-body h5 {
  margin: 15px 0 5px;
  color: var(--red);
  font: 900 11px/1.2 Arial, sans-serif;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.claim-detail-body ul { margin: 0; padding-left: 20px; }
.claim-detail-body li { margin: 5px 0; }
.claim-detail-body a { color: #7c0000; font-weight: 700; }

.claim-play-button {
  margin: 7px 0 4px;
  padding: 9px 12px;
  color: white;
  background: var(--red);
  border: 0;
  cursor: pointer;
  font: 900 11px/1.2 Arial, sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.claim-play-button:hover,
.claim-play-button:focus-visible { background: var(--ink); }

.finding-badge {
  display: inline-block;
  margin-right: 4px;
  padding: 3px 6px 2px;
  color: white;
  background: #555;
  font: 900 10px/1 Arial, sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.finding-supported { background: #276d38; }
.finding-contradicted { background: var(--red); }
.finding-contextualized { background: #765c00; }
.finding-unresolved { background: #555; }

.current-claim {
  position: relative;
  margin-top: 14px;
  padding: 16px 18px 17px;
  background: #fff8cf;
  border: 2px solid var(--ink);
  border-left: 8px solid var(--red);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, .14);
}
.current-claim[hidden] { display: none; }
.current-claim-kicker {
  margin: 0 0 5px !important;
  color: var(--red);
  font: 900 10px/1.2 Arial, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.current-claim h4 {
  margin: 0 0 7px;
  font: 900 23px/1 "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
}
.current-claim-statement { margin: 0 0 8px !important; font-weight: 700; }
.current-claim-finding { margin: 0 0 10px !important; font-size: 14px; }
.current-source-link {
  color: #780000;
  font: 900 11px/1.2 Arial, sans-serif;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.side-card { padding: 22px; }

.side-card h2 {
  margin: 4px 0 14px;
  font: 900 27px/1.02 "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
}

.side-card p:last-child { margin-bottom: 0; }

.warning-card { border-top: 9px solid var(--yellow); }

.process-card {
  color: white;
  background: var(--ink);
  border-color: var(--ink);
}

.process-card .side-label { color: var(--yellow); }
.process-card ol { padding-left: 22px; margin-bottom: 0; }
.process-card li { margin-block: 10px; }

.subscribe-card { color: white; background: var(--red); border-color: #710000; }
.subscribe-card .side-label { color: white; }

.button {
  display: block;
  padding: 12px 14px;
  text-align: center;
  font: 900 13px/1 Arial, sans-serif;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.button-light { color: var(--ink); background: white; }

.text-button {
  width: 100%;
  margin-top: 10px;
  padding: 9px;
  color: white;
  background: transparent;
  border: 1px solid rgba(255,255,255,.65);
  cursor: pointer;
  font: 800 12px/1 Arial, sans-serif;
  text-transform: uppercase;
}

.text-button:hover, .text-button:focus-visible { color: var(--red); background: white; }
.copy-status { min-height: 1.4em; margin: 7px 0 0; font: 700 12px Arial, sans-serif; }

.disclaimer-card { border-left: 8px solid var(--red); }

.feed-status,
.feed-error { padding: 28px 22px; margin: 0; }
.feed-error { color: #760000; font-weight: bold; }
.loading-headline, .loading-copy { margin-inline: 24px; }
.loading-headline { margin-top: 28px; }
.loading-copy { margin-bottom: 28px; }

.site-footer {
  color: white;
  background: var(--ink);
  border-top: 8px solid var(--red);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 24px;
  min-height: 112px;
  padding-block: 22px;
  font-family: Arial, sans-serif;
  font-size: 13px;
}

.footer-brand { font: 900 25px Impact, sans-serif; letter-spacing: -.02em; }
.footer-brand span { color: var(--red-bright); }
.site-footer a { color: white; }

:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }

@media (max-width: 860px) {
  .page-grid { grid-template-columns: 1fr; }
  .sidebar { display: grid; grid-template-columns: 1fr 1fr; }
  .masthead { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 600px) {
  .shell { width: min(calc(100% - 20px), var(--shell)); }
  .signal-bar { justify-content: space-between; gap: 7px; font-size: 9px; letter-spacing: .08em; }
  .brand { font-size: 48px; }
  .nav-inner { width: 100%; }
  .main-nav a { flex: 1 1 50%; text-align: center; border-bottom: 1px solid #bbb; }
  .page-grid { padding-top: 18px; }
  .latest-title { font-size: 39px; }
  .latest-summary { font-size: 16px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .episode-card { grid-template-columns: 1fr; }
  .episode-number { border-right: 0; border-bottom: 1px solid var(--rule); padding-bottom: 8px; }
  .sidebar { display: flex; }
  .footer-inner { grid-template-columns: 1fr; gap: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .pulse { animation: none; }
}
