@media (max-width: 680px) {
  .report-body h1 {
    max-width: none;
    font-size: clamp(2.4rem, 11.5vw, 3.2rem);
    line-height: .94;
    letter-spacing: .01em;
  }
}
