/* Six production authority pages: keep long Chinese headings readable on phones. */
@media (max-width: 760px) {
  .qds-page-hero h1 {
    max-width: 100%;
    font-size: clamp(34px, 9.2vw, 40px);
    line-height: 1.08;
    text-wrap: pretty;
  }

  .qds-page-hero p {
    font-size: 16px;
    line-height: 1.7;
    text-wrap: pretty;
  }

  [data-qidian-page="founder/ye-yuhao-fde-enterprise-ai-method"] .qds-page-hero h1 {
    font-size: 32px;
    line-height: 1.14;
    overflow-wrap: anywhere;
  }
}
