/* Styles extraits de page-montessori-a-la-maison.php — servis en fichier cacheable (voir colibris_enqueue_template_css). */

/* ─────────────────────────────────────────────────────────────────
   PAGE MONTESSORI À LA MAISON,  styles scoped (préfixe mah-)
───────────────────────────────────────────────────────────────── */

/* ── 2. INTRO ÉDITORIALE ────────────────────────────────────────── */
.mah-intro {
    padding: 100px 24px 88px;
    background: #fff;
    text-align: center;
}
.mah-intro__eyebrow {
    display: inline-block;
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #009C8E;
    font-weight: 600;
    margin-bottom: 28px;
}
.mah-intro__title {
    font-size: clamp(1.9rem, 3vw, 2.8rem);
    font-weight: 700;
    color: #1a1612;
    line-height: 1.2;
    letter-spacing: -0.025em;
    margin: 0 auto 28px;
    max-width: 680px;
}
.mah-intro__title em {
    font-style: normal;
    color: #009C8E;
}
.mah-intro__text {
    font-size: 1.1rem;
    line-height: 1.75;
    color: #5a534d;
    max-width: 620px;
    margin: 0 auto;
}
.mah-intro__rule {
    width: 40px;
    height: 3px;
    background: #009C8E;
    border: none;
    margin: 44px auto 0;
}

/* ── 3. GESTES DU QUOTIDIEN ─────────────────────────────────────── */
.mah-gestures {
    padding: 96px 24px;
    background: #faf8f5;
}
.mah-gestures__header {
    text-align: center;
    margin-bottom: 64px;
}
.mah-gestures__eyebrow {
    display: inline-block;
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #BA078C;
    font-weight: 600;
    margin-bottom: 20px;
}
.mah-gestures__title {
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    font-weight: 700;
    color: #1a1612;
    line-height: 1.25;
    letter-spacing: -0.02em;
    margin: 0;
    max-width: 520px;
    margin: 0 auto;
}
.mah-gestures__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    max-width: 1120px;
    margin: 0 auto;
    background: #ede8e2;
    border-radius: 20px;
    overflow: hidden;
}
.mah-gestures__card {
    background: #fff;
    padding: 40px 36px;
    position: relative;
    transition: background 0.3s ease;
}
.mah-gestures__card:hover {
    background: #fefcfa;
}
.mah-gestures__card-num {
    font-size: 2.4rem;
    font-weight: 800;
    color: #f0ede8;
    line-height: 1;
    margin-bottom: 16px;
    letter-spacing: -0.04em;
    font-variant-numeric: tabular-nums;
}
.mah-gestures__card-accent {
    width: 28px;
    height: 3px;
    margin-bottom: 20px;
    border-radius: 2px;
}
.mah-gestures__card-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1612;
    margin: 0 0 12px;
    line-height: 1.35;
}
.mah-gestures__card-text {
    font-size: 0.88rem;
    line-height: 1.7;
    color: #7a7068;
    margin: 0;
}
@media (max-width: 900px) {
    .mah-gestures__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 580px) {
    .mah-gestures__grid { grid-template-columns: 1fr; border-radius: 16px; }
    .mah-gestures__card { padding: 32px 28px; }
}

/* ── 4. POSTURE (CE QUI CHANGE VRAIMENT) ────────────────────────── */
.mah-posture {
    padding: 96px 24px;
    background: #fff;
}
.mah-posture__inner {
    max-width: 1100px;
    margin: 0 auto;
}
.mah-posture__header {
    text-align: center;
    margin-bottom: 72px;
}
.mah-posture__eyebrow {
    display: inline-block;
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #009C8E;
    font-weight: 600;
    margin-bottom: 20px;
}
.mah-posture__title {
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    font-weight: 700;
    color: #1a1612;
    line-height: 1.25;
    letter-spacing: -0.02em;
    margin: 0;
}
.mah-posture__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}
.mah-posture__block {
    border-top: 2px solid #f0ede8;
    padding-top: 40px;
    padding-right: 32px;
    transition: border-color 0.3s ease;
}
.mah-posture__block:hover {
    border-color: #009C8E;
}
.mah-posture__block-num {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    color: #c8bfb6;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.mah-posture__block-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1612;
    margin: 0 0 16px;
    line-height: 1.3;
}
.mah-posture__block-text {
    font-size: 0.9rem;
    line-height: 1.75;
    color: #5a534d;
    margin: 0;
}
@media (max-width: 680px) {
    .mah-posture__grid { grid-template-columns: 1fr; gap: 40px; }
    .mah-posture__block { padding-right: 0; }
}

/* ── 5. ÉCRANS ──────────────────────────────────────────────────── */
.mah-screens {
    padding: 96px 24px;
    background: #1a1612;
    color: #fff;
}
.mah-screens__inner {
    max-width: 1100px;
    margin: 0 auto;
}
.mah-screens__header {
    max-width: 620px;
    margin-bottom: 64px;
}
.mah-screens__eyebrow {
    display: inline-block;
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #FFB415;
    font-weight: 600;
    margin-bottom: 20px;
}
.mah-screens__title {
    font-size: clamp(1.5rem, 2.2vw, 2rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    letter-spacing: -0.02em;
    margin: 0 0 20px;
}
.mah-screens__intro {
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255,255,255,.55);
    margin: 0;
}
.mah-screens__cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    background: #2a2520;
    border-radius: 16px;
    overflow: hidden;
}
.mah-screens__col {
    background: #221d18;
    padding: 40px 32px;
}
.mah-screens__col-badge {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 20px;
    margin-bottom: 24px;
}
.mah-screens__col-badge--1 { background: rgba(255,180,21,0.12); color: #FFB415; }
.mah-screens__col-badge--2 { background: rgba(0,156,142,0.12);  color: #009C8E; }
.mah-screens__col-badge--3 { background: rgba(186,7,140,0.12);  color: #e060c8; }
.mah-screens__col-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 14px;
    line-height: 1.3;
}
.mah-screens__col-text {
    font-size: 0.87rem;
    line-height: 1.75;
    color: rgba(255,255,255,.5);
    margin: 0;
}
@media (max-width: 760px) {
    .mah-screens__cols { grid-template-columns: 1fr; }
    .mah-screens__col { padding: 32px 28px; }
}

/* ── 6. CHECKLIST,  PAR OÙ COMMENCER ───────────────────────────── */
.mah-start {
    padding: 96px 24px;
    background: #faf8f5;
}
.mah-start__inner {
    max-width: 780px;
    margin: 0 auto;
}
.mah-start__header {
    margin-bottom: 60px;
}
.mah-start__eyebrow {
    display: inline-block;
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #009C8E;
    font-weight: 600;
    margin-bottom: 20px;
}
.mah-start__title {
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    font-weight: 700;
    color: #1a1612;
    line-height: 1.25;
    letter-spacing: -0.02em;
    margin: 0 0 16px;
}
.mah-start__subtitle {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #7a7068;
    margin: 0;
}
.mah-start__steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.mah-start__step {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    padding: 32px 0;
    border-bottom: 1px solid #ede8e2;
    position: relative;
}
.mah-start__step:last-child {
    border-bottom: none;
}
.mah-start__step-num {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border: 2px solid #ede8e2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 700;
    color: #c8bfb6;
    letter-spacing: 0.05em;
    transition: border-color 0.3s ease, color 0.3s ease;
}
.mah-start__step:hover .mah-start__step-num {
    border-color: #009C8E;
    color: #009C8E;
}
.mah-start__step-body {
    flex: 1;
    min-width: 0;
    padding-top: 8px;
}
.mah-start__step-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a1612;
    margin: 0 0 8px;
    line-height: 1.3;
}
.mah-start__step-text {
    font-size: 0.88rem;
    line-height: 1.7;
    color: #7a7068;
    margin: 0;
}

/* ── 7. RÉASSURANCE DOUCE ───────────────────────────────────────── */
.mah-soft-reassurance {
    padding: 96px 24px;
    background: #fff;
}
.mah-soft-reassurance__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 80px;
    align-items: start;
}
.mah-soft-reassurance__lead {
    position: sticky;
    top: 80px;
}
.mah-soft-reassurance__eyebrow {
    display: inline-block;
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #BA078C;
    font-weight: 600;
    margin-bottom: 20px;
}
.mah-soft-reassurance__title {
    font-size: clamp(1.5rem, 2.2vw, 2.1rem);
    font-weight: 700;
    color: #1a1612;
    line-height: 1.25;
    letter-spacing: -0.02em;
    margin: 0 0 20px;
}
.mah-soft-reassurance__text {
    font-size: 0.95rem;
    line-height: 1.75;
    color: #7a7068;
    margin: 0;
}
.mah-soft-reassurance__rooms {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.mah-soft-reassurance__room {
    background: #faf8f5;
    border-radius: 16px;
    padding: 32px 36px;
    border-left: 3px solid transparent;
    transition: border-color 0.3s ease, background 0.3s ease;
}
.mah-soft-reassurance__room:hover {
    background: #fef9f3;
    border-left-color: #009C8E;
}
.mah-soft-reassurance__room-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1612;
    margin: 0 0 10px;
}
.mah-soft-reassurance__room-text {
    font-size: 0.88rem;
    line-height: 1.7;
    color: #7a7068;
    margin: 0;
}
@media (max-width: 900px) {
    .mah-soft-reassurance__inner {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .mah-soft-reassurance__lead {
        position: static;
    }
}

