/* Homepage · tablet typography
   Major supporting copy never falls below the Product page reference (19px). */

@media (min-width: 621px) and (max-width: 1100px) {
  .home-vision__body p,
  .audience-section__intro > p:last-child,
  .measurement-report__intro > p,
  .prefooter-cta__copy > p:not(.prefooter-cta__eyebrow) {
    font-size: 19px;
  }
}
