.article-head {
      overflow: visible;
      padding-top: clamp(34px, 4vw, 58px);
    }
    .article-head__copy {
      min-width: 0;
      overflow: visible;
    }
    .article-head h1 {
      max-width: 100%;
      overflow: visible;
      line-height: 1.12;
      letter-spacing: 0;
      font-size: clamp(2rem, 3.2vw, 2.8rem);
      overflow-wrap: anywhere;
      word-break: normal;
      text-wrap: balance;
    }
    @media (max-width: 680px) {
      .article-head {
        padding-top: 30px;
      }
      .article-head h1 {
        font-size: clamp(1.95rem, 9vw, 2.28rem);
        line-height: 1.12;
      }
    }
