.page-hero h1 {
  line-height: 1.06;
  letter-spacing: -0.025em;
}

@media (max-width: 600px) {
  .page-hero .shell,
  .page-hero h1,
  .treatment-band .shell,
  .treatment-band h2,
  .remedy-grid,
  .remedy-grid article {
    min-width: 0;
  }

  .page-hero h1 {
    font-size: clamp(33px, 10.5vw, 44px);
    line-height: 1.08;
    letter-spacing: -0.025em;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: auto;
  }

  .treatment-band h2 {
    font-size: clamp(35px, 11vw, 42px);
    line-height: 1.06;
    overflow-wrap: anywhere;
  }

  .remedy-grid article {
    padding: 24px 18px;
  }

  .remedy-grid h3 {
    font-size: clamp(24px, 7.4vw, 30px);
    overflow-wrap: normal;
    word-break: normal;
    hyphens: auto;
  }
}
