:root {
  --incident-paper: #f4efe3;
  --incident-ink: #111;
  --incident-red: #d71920;
  --incident-rule: #202020;
  --incident-muted: #615e57;
}

body {
  background: var(--incident-paper);
}

.incident-page {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 56px;
  color: var(--incident-ink);
}

.incident-home {
  margin: 0 0 18px;
  font: 700 13px/1.2 Arial, sans-serif;
  letter-spacing: .08em;
}

.incident-home a,
.incident-page a {
  color: inherit;
}

.incident-header {
  border-top: 10px solid var(--incident-ink);
  border-bottom: 4px solid var(--incident-ink);
  padding: 12px 0 18px;
  text-align: center;
}

.incident-kicker {
  display: inline-block;
  margin: 0 0 8px;
  padding: 5px 9px;
  background: var(--incident-red);
  color: white;
  font: 900 15px/1 Arial, sans-serif;
  letter-spacing: .06em;
}

.incident-header h1 {
  margin: 0;
  font: 900 clamp(50px, 9vw, 112px)/.84 Arial Black, Impact, sans-serif;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.incident-header h1 span {
  color: var(--incident-red);
}

.incident-strap {
  margin: 12px 0 6px;
  font: 900 clamp(25px, 4vw, 48px)/.95 Georgia, serif;
  letter-spacing: -.035em;
}

.incident-dek {
  max-width: 900px;
  margin: 12px auto 8px;
  font: 700 19px/1.35 Georgia, serif;
}

.incident-updated {
  margin: 14px 0 0;
  color: var(--incident-muted);
  font: 700 12px/1.25 Arial, sans-serif;
  letter-spacing: .07em;
}

.incident-hero {
  width: min(760px, 100%);
  margin: 28px auto 22px;
}

.incident-hero img {
  display: block;
  width: 100%;
  height: auto;
  border: 3px solid var(--incident-ink);
}

.incident-hero figcaption {
  margin-top: 6px;
  text-align: right;
  font: 800 12px/1.2 Arial, sans-serif;
  letter-spacing: .04em;
}

.incident-intro,
.incident-method {
  max-width: 900px;
  margin: 30px auto;
  padding: 18px 20px;
  border-top: 3px solid var(--incident-ink);
  border-bottom: 1px solid var(--incident-ink);
  background: rgba(255,255,255,.28);
}

.incident-intro h2,
.incident-method h2 {
  margin: 0 0 8px;
  font: 900 24px/1 Arial Black, Impact, sans-serif;
}

.incident-intro p,
.incident-method p {
  margin: 8px 0;
  font: 17px/1.45 Georgia, serif;
}

.incident-table-wrap {
  overflow-x: auto;
  margin: 34px 0;
  border: 4px solid var(--incident-rule);
  background: #f8f4ea;
}

.incident-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  table-layout: fixed;
}

.incident-table th {
  padding: 12px 10px;
  background: var(--incident-ink);
  color: white;
  border-right: 1px solid #777;
  text-align: left;
  font: 900 14px/1 Arial, sans-serif;
  letter-spacing: .05em;
}

.incident-table th:nth-child(1) { width: 13%; }
.incident-table th:nth-child(2) { width: 16%; }
.incident-table th:nth-child(3) { width: 43%; }
.incident-table th:nth-child(4) { width: 15%; }
.incident-table th:nth-child(5) { width: 13%; }

.incident-table td {
  padding: 14px 12px;
  vertical-align: top;
  border-top: 1px solid var(--incident-rule);
  border-right: 1px solid #8a867e;
}

.incident-table tbody tr:first-child td {
  border-top: 0;
}

.incident-date strong,
.incident-company strong {
  display: block;
  font: 900 17px/1.05 Arial, sans-serif;
}

.incident-disclosed,
.incident-model {
  display: block;
  margin-top: 5px;
  color: var(--incident-muted);
  font: 700 11px/1.2 Arial, sans-serif;
}

.incident-case h2 {
  margin: 0 0 6px;
  font: 900 19px/1.02 Arial Black, Impact, sans-serif;
  letter-spacing: -.015em;
}

.incident-case p {
  margin: 0;
  font: 15px/1.35 Georgia, serif;
}

.incident-cartoon-link {
  display: inline-block;
  margin-top: 9px;
  color: var(--incident-red) !important;
  font: 900 11px/1 Arial, sans-serif;
  letter-spacing: .05em;
}

.incident-setting {
  font: 800 12px/1.3 Arial, sans-serif;
}

.incident-source {
  font: 800 13px/1.3 Arial, sans-serif;
}

.source-type {
  display: inline-block;
  margin-bottom: 6px;
  padding: 3px 5px;
  border: 1px solid var(--incident-ink);
  font: 900 9px/1 Arial, sans-serif;
  letter-spacing: .06em;
}

.incident-source a {
  display: block;
  text-decoration-thickness: 1px;
}

.incident-related {
  font-family: Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 800;
  letter-spacing: .02em;
}

@media (max-width: 700px) {
  .incident-page {
    width: min(100% - 20px, 1180px);
    padding-top: 14px;
  }

  .incident-header h1 {
    font-size: clamp(46px, 18vw, 82px);
  }

  .incident-strap {
    font-size: clamp(24px, 8vw, 42px);
  }

  .incident-dek {
    font-size: 17px;
  }

  .incident-intro,
  .incident-method {
    padding: 14px 12px;
  }
}
