/* MAJARA_TYPOGRAPHY_SCALE_V2 — ~20% heading reduction, mobile guard */

body.majara-site h1,
body.majara-site .elementor-widget-heading h1.elementor-heading-title {
    line-height: 1.16;
    text-wrap: balance;
}

body.majara-site h2,
body.majara-site .elementor-widget-heading h2.elementor-heading-title {
    line-height: 1.24;
    text-wrap: balance;
}

body.majara-site h3,
body.majara-site .elementor-widget-heading h3.elementor-heading-title {
    line-height: 1.3;
}

/* Elementor archive / inner pages */
body.majara-site .elementor-heading-title {
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
}

body.majara-site .archive-hero h1,
body.majara-site .archive-header h1 {
    font-size: clamp(1.92rem, 4vw, 4.4rem) !important;
    line-height: 1.2 !important;
}

@media (max-width: 767px) {
    body.majara-site .page-hero__title,
    body.majara-site .article-header__title,
    body.majara-site .project-detail-hero__title,
    body.majara-site .mj-about-v2__hero h1,
    body.majara-site .mj-contact-v2__hero h1 {
        line-height: 1.2 !important;
        text-wrap: balance;
    }

    body.majara-site .page-content h2,
    body.majara-site .article-content h2,
    body.majara-site .mj-course-rich-content h3 {
        font-size: max(1rem, 1em);
    }
}
