/* Amurai — Intelligence briefing / archive
   Structured, dense, WHO surveillance report with personality.
   Uppercase section headers for navigation at a glance. */

.post-page { max-width: 840px; }
.post-body.prose { font-size: 0.98rem; line-height: 1.75; }
.post-body h2 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-bottom: 1px solid rgba(232,228,219,0.08);
  padding-bottom: 0.4rem;
  margin: 3rem 0 1rem;
}
.post-body h3 {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.post-body table { font-size: 0.82rem; }
