/* ==========================================================================
   Section Promesse émotionnelle - texte court centré.
   Reproduction de A_Promesse (design_handoff_museaux/direction-a.jsx).
   ========================================================================== */

.mdm-promesse {
    padding: var(--m-space-xxl) var(--m-page-padding);
    text-align: center;
    position: relative;
}

.mdm-promesse__inner {
    max-width: 880px;
    margin-inline: auto;
}

.mdm-promesse__eyebrow {
    display: block;
    font-family: var(--m-font-hand);
    font-size: 22px;
    color: var(--m-gold);
    margin-bottom: 8px;
}

.mdm-promesse__title {
    font-family: var(--m-font-display);
    font-style: italic;
    font-weight: 400;
    font-size: clamp(2rem, 3vw + 1rem, 3.375rem); /* 32 → 54px */
    line-height: 1.1;
    color: var(--m-ink);
    margin: 0 auto 24px;
    max-width: 880px;
}

.mdm-promesse__lead {
    font-family: var(--m-font-body);
    font-size: 18px;
    color: var(--m-ink-2);
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.7;
}

@media (max-width: 700px) {
    .mdm-promesse { padding: var(--m-space-xl) var(--m-space); }
}
