/* Keep the report-desk voice, but reduce its display scale for narrow screens. */
@media (max-width: 767px) {
  .single .asr-masthead { display: flex; align-items: center; gap: 12px; }
  .single .asr-wordmark { display: block; flex: 0 0 140px; font-size: 28px; }
  .single .asr-deck { min-width: 0; flex: 1; margin: 0; font-size: 12px; line-height: 1.55; }
  .single .asr-nav a { font-size: 11.5px; letter-spacing: .025em; }
  .single .asr-nav ul { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }

  .asr-dashboard {
    padding-top: 26px;
  }

  .asr-intro h1 {
    max-width: 18ch;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.16;
    letter-spacing: -0.045em;
  }

  .asr-entry h1 {
    max-width: 21ch;
    font-size: 29px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.04em;
  }

  .asr-content {
    font-size: 17px;
    line-height: 1.78;
  }

  .asr-content h2 {
    font-size: 23px;
    font-weight: 600;
    line-height: 1.32;
  }

  .asr-content h3,
  .asr-report-row h3,
  .asr-related-row h3,
  .asr-directory h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.32;
  }
}
