/* ==========================================================
   JADE — TYPOGRAPHIE FINALE ÉQUILIBRÉE
========================================================== */

/* HERO */
body .ip13-jade .ip13-jade-hero h1 {
    font-size:clamp(3rem, 4.6vw, 4.7rem) !important;
    line-height:.96 !important;
}

body .ip13-jade .ip13-jade-hero h1 span {
    max-width:780px !important;
    margin:12px auto 0 !important;

    font-size:.46em !important;
    line-height:1.12 !important;
}


/* INTRO */
body .ip13-jade .ip13-jade-lead {
    max-width:760px !important;

    font-size:1.03rem !important;
    line-height:1.72 !important;
}


/* TITRES DE SECTIONS */
body .ip13-jade .ip13-jade-section h2,
body .ip13-jade .ip13-jade-cta h2 {
    font-size:clamp(2.15rem, 3vw, 3rem) !important;
    line-height:1.03 !important;
}


/* TITRES CARTES */
body .ip13-jade .ip13-jade-service h3 {
    font-size:1.22rem !important;
    line-height:1.25 !important;
}


/* TEXTES PRINCIPAUX */
body .ip13-jade .ip13-jade-copy p,
body .ip13-jade .ip13-jade-feature__content p,
body .ip13-jade .ip13-jade-result p,
body .ip13-jade .ip13-jade-cta__box p {
    font-size:.96rem !important;
    line-height:1.75 !important;
}


/* TEXTES DES CARTES */
body .ip13-jade .ip13-jade-service p {
    font-size:.86rem !important;
    line-height:1.7 !important;
}


/* SEO / WP / WC / DEV */
body .ip13-jade .ip13-jade-code strong {
    font-size:.84rem !important;
}


/* PETITS LABELS */
body .ip13-jade .ip13-jade-section-label,
body .ip13-jade .ip13-jade-eyebrow {
    font-size:.66rem !important;
}


/* TAGS */
body .ip13-jade .ip13-jade-result__tags span {
    font-size:.64rem !important;
}


/* TABLETTE */
@media (max-width: 900px) {

    body .ip13-jade .ip13-jade-hero h1 {
        font-size:clamp(2.9rem, 7vw, 4rem) !important;
    }

    body .ip13-jade .ip13-jade-section h2,
    body .ip13-jade .ip13-jade-cta h2 {
        font-size:clamp(2.1rem, 5vw, 2.8rem) !important;
    }

    body .ip13-jade .ip13-jade-copy p,
    body .ip13-jade .ip13-jade-feature__content p,
    body .ip13-jade .ip13-jade-result p,
    body .ip13-jade .ip13-jade-cta__box p {
        font-size:.93rem !important;
    }
}


/* MOBILE */
@media (max-width: 650px) {

    body .ip13-jade .ip13-jade-hero h1 {
        font-size:clamp(2.5rem, 11vw, 3.3rem) !important;
    }

    body .ip13-jade .ip13-jade-hero h1 span {
        font-size:.50em !important;
    }

    body .ip13-jade .ip13-jade-lead {
        font-size:.88rem !important;
    }

    body .ip13-jade .ip13-jade-section h2,
    body .ip13-jade .ip13-jade-cta h2 {
        font-size:clamp(1.9rem, 8vw, 2.45rem) !important;
    }

    body .ip13-jade .ip13-jade-copy p,
    body .ip13-jade .ip13-jade-feature__content p,
    body .ip13-jade .ip13-jade-result p,
    body .ip13-jade .ip13-jade-cta__box p {
        font-size:.88rem !important;
    }

    body .ip13-jade .ip13-jade-service p {
        font-size:.82rem !important;
    }
}
