/* MASTER-PACK 0.7.64 — mobile company-page title refinement.
 *
 * Company pages share the catalogue hero shell, so the legacy 46–68 px
 * narrow-screen H1 rule can split long Ukrainian company titles at arbitrary
 * character boundaries. Match the verified catalogue mobile title scale while
 * keeping the correction isolated from the selected homepage.
 */

@media (max-width: 640px) {
    .mp-company-request .mp-catalog-copy h1 {
        font-size: clamp(36px, 11vw, 46px);
        line-height: 0.98;
        letter-spacing: -0.04em;
        overflow-wrap: break-word;
        word-break: normal;
        hyphens: auto;
    }
}
