.elementor-5220 .elementor-element.elementor-element-10f10e92{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-32eb597 *//* --- ORACLE HUB SYSTEM --- */
#clemy-oracle-hub {
    --wine: #9A2A5B;
    --amethyst: #8E44AD;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-gray: #F4F2F7;
    --glass: rgba(255, 255, 255, 0.9);
    
    background-color: var(--white);
    color: var(--dark);
    font-family: 'Inter', -apple-system, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

/* --- NAV CAPSULE --- */
.oracle-nav {
    position: sticky; top: 15px;
    z-index: 1000;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}

.nav-content {
    background: var(--glass);
    backdrop-filter: blur(15px) saturate(180%);
    -webkit-backdrop-filter: blur(15px) saturate(180%);
    border: 1px solid rgba(142, 68, 173, 0.15);
    border-radius: 100px;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 10px 30px rgba(26, 11, 46, 0.08);
}

.nav-brand { font-weight: 900; font-size: 0.8rem; letter-spacing: 1px; color: var(--dark); text-transform: uppercase; }
.nav-brand span { color: var(--wine); }

.nav-scroll-wrapper { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.nav-scroll-wrapper::-webkit-scrollbar { display: none; }

.nav-pill {
    text-decoration: none; color: #555; font-size: 0.75rem; font-weight: 700;
    padding: 8px 15px; border-radius: 50px; white-space: nowrap;
    transition: 0.3s; background: rgba(0,0,0,0.03);
}
.nav-pill span { color: var(--amethyst); margin-right: 4px; font-weight: 900; }
.nav-pill:hover { background: var(--wine); color: white; }
.nav-pill:hover span { color: white; }

/* --- HERO SECTION --- */
.oracle-hero {
    padding: clamp(80px, 15vw, 120px) 20px 60px;
    text-align: center;
    position: relative;
}

.hero-aura {
    position: absolute; top: 0; left: 50%; transform: translateX(-50%);
    width: 100%; max-width: 800px; height: 100%;
    background: radial-gradient(circle, rgba(142, 68, 173, 0.05) 0%, transparent 70%);
    z-index: 0;
}

.hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }

.kicker {
    display: inline-block; background: rgba(154, 42, 91, 0.08); color: var(--wine);
    padding: 6px 18px; border-radius: 50px; font-size: 0.75rem; font-weight: 900;
    text-transform: uppercase; letter-spacing: 2px; margin-bottom: 25px;
}

.main-title {
    font-size: clamp(2rem, 7vw, 3.8rem); font-weight: 900; line-height: 1; margin: 0; color: var(--dark);
}

.main-title span {
    background: linear-gradient(135deg, var(--wine), var(--amethyst));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

.hero-desc {
    font-size: clamp(1.1rem, 2.5vw, 1.35rem); color: #555;
    max-width: 700px; margin: 30px auto 0; font-weight: 400;
}

/* --- MONOLITHE D'INTRODUCTION --- */
.oracle-intro { padding: 0 20px 100px; }

.monolith-wrap {
    max-width: 1000px; margin: 0 auto;
    background: var(--white);
    display: flex; border-radius: 40px;
    box-shadow: 0 40px 100px rgba(26, 11, 46, 0.06);
    border: 1px solid #F0F0F0;
    overflow: hidden;
}

.monolith-sidebar {
    width: 12px; background: linear-gradient(to bottom, var(--wine), var(--amethyst));
    flex-shrink: 0;
}

.monolith-main { padding: clamp(35px, 6vw, 70px); }

.monolith-main p { font-size: 1.15rem; color: #444; text-align: justify; margin: 0; line-height: 1.8; }

.oracle-quote {
    margin: 45px 0; position: relative; padding: 0 0 0 30px;
}

.quote-line {
    position: absolute; left: 0; top: 0; bottom: 0; width: 4px;
    background: var(--soft-gray); border-radius: 10px;
}

.oracle-quote p {
    font-family: 'Georgia', serif; font-size: clamp(1.3rem, 3vw, 1.8rem);
    color: var(--wine); font-style: italic; font-weight: 500; text-align: center;
}

.text-bottom strong { color: var(--dark); font-weight: 900; border-bottom: 2px solid var(--amethyst); }

/* --- RESPONSIVE LOGIC --- */
@media (max-width: 800px) {
    .nav-brand { display: none; } /* On cache le logo pour laisser place aux pills sur mobile */
    .nav-content { justify-content: center; padding: 5px; }
    .monolith-wrap { flex-direction: column; }
    .monolith-sidebar { width: 100%; height: 8px; }
    .monolith-main p { text-align: left; font-size: 1.05rem; }
    .oracle-quote { padding: 0; }
    .quote-line { display: none; }
}

@media (max-width: 500px) {
    .oracle-nav { top: 10px; }
    .main-title { line-height: 1.1; }
    .oracle-hero { padding-top: 60px; }
}/* ============================================================
   FORCE RESPONSIVE RADICAL : ORACLE HUB (#clemy-oracle-hub)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL & SÉCURITÉ */
    #clemy-oracle-hub {
        padding-bottom: 50px !important;
        overflow-x: hidden !important;
    }

    /* 2. NAV CAPSULE : OPTIMISATION SWIPE */
    .oracle-nav {
        top: 10px !important;
        padding: 0 10px !important;
    }

    .nav-content {
        padding: 6px 12px !important;
        border-radius: 40px !important;
        justify-content: center !important;
    }

    .nav-brand {
        display: none !important; /* On libère 100% de la largeur pour les liens */
    }

    .nav-scroll-wrapper {
        width: 100% !important;
        justify-content: flex-start !important; /* Permet le défilement au pouce */
        gap: 6px !important;
    }

    .nav-pill {
        font-size: 0.7rem !important;
        padding: 7px 12px !important;
    }

    /* 3. HERO : ON DOMPTE LE TITRE CLAMP */
    .oracle-hero {
        padding: 60px 15px 40px !important; /* On réduit le padding 120px */
    }

    .hero-aura {
        width: 150px !important;
        height: 150px !important;
        opacity: 0.1 !important;
    }

    .kicker {
        font-size: 0.65rem !important;
        letter-spacing: 1.5px !important;
        padding: 5px 12px !important;
        margin-bottom: 20px !important;
    }

    .main-title {
        font-size: 1.9rem !important; /* Taille de sécurité pour éviter les césures */
        line-height: 1.1 !important;
    }

    .hero-desc {
        font-size: 1rem !important;
        line-height: 1.5 !important;
        margin-top: 25px !important;
    }

    /* 4. MONOLITHE : TRANSFORMATION VERTICALE */
    .oracle-intro {
        padding: 0 15px 60px !important;
    }

    .monolith-wrap {
        flex-direction: column !important; /* La barre passe en haut */
        border-radius: 24px !important;
        margin: 0 !important;
    }

    .monolith-sidebar {
        width: 100% !important;
        height: 6px !important; /* Devient une ligne de prestige horizontale */
    }

    .monolith-main {
        padding: 30px 20px !important; /* On réduit le padding 70px */
    }

    .monolith-main p {
        font-size: 1rem !important;
        text-align: left !important; /* On retire le justify */
        line-height: 1.6 !important;
    }

    /* 5. QUOTE : L'ÉLÉGANCE CENTRÉE */
    .oracle-quote {
        margin: 35px 0 !important;
        padding: 25px 0 !important;
        border-top: 1px solid var(--soft-gray);
        border-bottom: 1px solid var(--soft-gray);
    }

    .quote-line {
        display: none !important; /* On remplace la ligne verticale par des bordures horizontales */
    }

    .oracle-quote p {
        font-size: 1.25rem !important;
        line-height: 1.4 !important;
        text-align: center !important;
    }

    .text-bottom strong {
        border-bottom: 1px solid var(--amethyst) !important;
    }
}

/* Fix spécifique pour les écrans ultra-fins (iPhone SE / 320px) */
@media (max-width: 350px) {
    .main-title { font-size: 1.7rem !important; }
    .nav-pill { font-size: 0.65rem !important; padding: 6px 10px !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-49525af *//* --- SECTION 01 : BESOIN DE SENS (DESIGN PRESTIGE) --- */
#clemy-insight-01 {
    --wine: #9A2A5B;
    --amethyst: #8E44AD;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-gray: #F4F2F7;
    
    padding: clamp(60px, 10vw, 100px) 0;
    background: var(--white);
    font-family: 'Inter', -apple-system, sans-serif;
    color: var(--dark);
}

.inner-wrap { max-width: 1050px; margin: 0 auto; padding: 0 25px; }

/* HEADER SYSTEM */
.section-header { display: flex; align-items: center; gap: 20px; margin-bottom: 40px; }
.step-num { font-size: clamp(4rem, 12vw, 6.5rem); font-weight: 900; color: var(--amethyst); opacity: 0.12; line-height: 1; }
.h2-title { font-size: clamp(1.6rem, 4vw, 2.4rem); font-weight: 300; margin: 0; line-height: 1.1; }
.h2-title strong { color: var(--dark); font-weight: 900; }
.line-amethyst { width: 50px; height: 5px; background: var(--amethyst); margin-top: 15px; border-radius: 10px; }

/* INTRO TEXT */
.intro-p-justified { 
    font-size: clamp(1.1rem, 2.2vw, 1.25rem); color: #444; 
    margin-bottom: 50px; text-align: justify; line-height: 1.7;
}

/* INSIGHT MONOLITH */
.insight-monolith {
    background: var(--white);
    border-radius: 40px;
    position: relative;
    border: 1px solid #F0F0F0;
    box-shadow: 0 30px 80px rgba(26, 11, 46, 0.06);
    overflow: hidden;
}

.monolith-content { padding: clamp(35px, 6vw, 70px); position: relative; z-index: 2; }

.monolith-head { margin-bottom: 40px; }
.h3-wine { color: var(--wine); font-size: 1.6rem; font-weight: 900; margin: 0 0 20px 0; }

/* VISUEL DE LOGIQUE (UX GIGA PLUS) */
.logic-visual { display: flex; align-items: center; gap: 15px; font-size: 0.75rem; font-weight: 800; text-transform: uppercase; color: #888; }
.logic-bar { flex-grow: 1; height: 4px; background: #EEE; border-radius: 10px; overflow: hidden; }
.logic-fill { width: 65%; height: 100%; background: linear-gradient(90deg, var(--wine), var(--amethyst)); animation: fillLogic 2.5s ease-out; }

@keyframes fillLogic { from { width: 0%; } to { width: 65%; } }

.monolith-body p { 
    font-size: 1.1rem; color: #555; margin-bottom: 25px; 
    line-height: 1.8; text-align: justify; 
}
.monolith-body p:last-child { margin-bottom: 0; }

/* VERDICT BOX */
.verdict-box {
    margin-top: 50px;
    background: var(--dark);
    color: white;
    padding: 35px;
    border-radius: 25px;
    display: flex;
    gap: 25px;
    align-items: center;
    box-shadow: 0 15px 40px rgba(26, 11, 46, 0.2);
}

.verdict-icon { font-size: 2.5rem; opacity: 0.9; }
.verdict-box p { margin: 0; font-size: 1.1rem; font-weight: 400; line-height: 1.6; }
.verdict-box strong { color: var(--amethyst); font-weight: 800; }

/* RESPONSIVE */
@media (max-width: 800px) {
    .section-header { flex-direction: column; align-items: flex-start; }
    .intro-p-justified, .monolith-body p, .verdict-box p { text-align: left; }
    .verdict-box { flex-direction: column; text-align: center; gap: 15px; }
    .logic-visual { display: none; } /* On épure sur mobile */
}

@media (max-width: 500px) {
    .monolith-content { padding: 30px 20px; }
    .h3-wine { font-size: 1.4rem; }
}/* ============================================================
   FORCE RESPONSIVE RADICAL : BESOIN DE SENS (#clemy-insight-01)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL & ANTI-DÉBORDEMENT */
    #clemy-insight-01 {
        padding: 50px 0 !important; /* On divise les marges par 2 */
        overflow-x: hidden !important;
    }

    .inner-wrap {
        padding: 0 20px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : ON DOMPTE LE NUMÉRO GÉANT */
    .section-header {
        flex-direction: column !important;
        align-items: center !important; /* Centrage pour l'équilibre mobile */
        text-align: center;
        gap: 0 !important;
        margin-bottom: 35px !important;
    }

    .step-num {
        font-size: 4.5rem !important; /* Réduction du 6.5rem */
        opacity: 0.1 !important;
        margin-bottom: -15px !important; /* On le rapproche du titre */
        line-height: 1 !important;
    }

    .h2-title {
        font-size: 1.6rem !important; /* Taille de sécurité pour iPhone */
        line-height: 1.2 !important;
        max-width: 280px; /* On évite les titres trop larges */
        margin: 0 auto !important;
    }

    .line-amethyst {
        margin: 15px auto 0 !important; /* Centrage de la ligne déco */
        width: 40px !important;
    }

    /* 3. INTRO TEXT : LISIBILITÉ */
    .intro-p-justified {
        font-size: 1.05rem !important;
        text-align: left !important; /* Adieu le justify qui crée des trous */
        line-height: 1.6 !important;
        margin-bottom: 40px !important;
    }

    /* 4. INSIGHT MONOLITH : ADAPTATION */
    .insight-monolith {
        border-radius: 24px !important;
    }

    .monolith-content {
        padding: 30px 20px !important; /* On réduit le padding 70px */
    }

    .monolith-head {
        margin-bottom: 25px !important;
        text-align: center;
    }

    .h3-wine {
        font-size: 1.4rem !important;
        margin-bottom: 15px !important;
    }

    .monolith-body p {
        font-size: 0.95rem !important;
        text-align: left !important;
        line-height: 1.6 !important;
        margin-bottom: 20px !important;
    }

    /* 5. VERDICT BOX : LE BLOC CTA */
    .verdict-box {
        margin-top: 40px !important;
        padding: 25px 20px !important;
        flex-direction: column !important; /* Empilement vertical */
        text-align: center !important;
        gap: 15px !important;
        border-radius: 20px !important;
    }

    .verdict-icon {
        font-size: 2rem !important;
        margin-bottom: 5px;
    }

    .verdict-box p {
        font-size: 1rem !important;
        line-height: 1.5 !important;
        text-align: center !important;
    }
}

/* Fix spécifique pour les écrans ultra-compacts (320px) */
@media (max-width: 350px) {
    .h2-title { font-size: 1.4rem !important; }
    .step-num { font-size: 3.5rem !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-22499ae *//* --- SECTION 02 : THÉRAPIE DE L'ÂME --- */
#clemy-soul-therapy {
    --wine: #9A2A5B;
    --amethyst: #8E44AD;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-gray: #F4F2F7;
    
    padding: clamp(60px, 10vw, 100px) 0;
    background: var(--white);
    font-family: 'Inter', -apple-system, sans-serif;
    color: var(--dark);
}

.inner-wrap { max-width: 1100px; margin: 0 auto; padding: 0 25px; }

/* HEADER SYSTEM */
.section-header { display: flex; align-items: center; gap: 20px; margin-bottom: 40px; }
.step-num { font-size: clamp(4rem, 12vw, 6.5rem); font-weight: 900; color: var(--wine); opacity: 0.12; line-height: 1; }
.h2-title { font-size: clamp(1.6rem, 4vw, 2.4rem); font-weight: 300; margin: 0; line-height: 1.1; }
.h2-title strong { color: var(--dark); font-weight: 900; }
.line-wine { width: 50px; height: 5px; background: var(--wine); margin-top: 15px; border-radius: 10px; }

/* INTRO */
.intro-p-justified { 
    font-size: clamp(1.1rem, 2.2vw, 1.25rem); color: #444; 
    margin-bottom: 60px; text-align: justify; line-height: 1.8;
}

/* INSIGHT GRID (LIQUIDE) */
.insight-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-bottom: 80px;
}

.benefit-card {
    position: relative;
    background: var(--white);
    border-radius: 35px;
    border: 1px solid #F0F0F0;
    box-shadow: 0 20px 50px rgba(26, 11, 46, 0.04);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
}

.benefit-card:hover { transform: translateY(-12px); box-shadow: 0 30px 70px rgba(142, 68, 173, 0.1); }

.card-content { padding: 45px; position: relative; z-index: 2; }

.card-meta {
    font-size: 0.7rem; font-weight: 900; text-transform: uppercase; letter-spacing: 2px;
    color: var(--amethyst); margin-bottom: 15px;
}

.h3-amethyst { color: var(--amethyst); font-size: 1.6rem; font-weight: 900; margin-bottom: 20px; }
.h3-wine { color: var(--wine); font-size: 1.6rem; font-weight: 900; margin-bottom: 20px; }

.benefit-card p { font-size: 1.05rem; color: #555; line-height: 1.7; text-align: justify; margin: 0; }
.benefit-card strong { color: var(--dark); font-weight: 800; }

/* IMAGE FRAME LUXE */
.visual-anchor { text-align: center; }
.image-frame-luxe {
    display: inline-block;
    position: relative;
    max-width: 100%;
    border-radius: 40px;
    padding: 12px;
    background: white;
    box-shadow: 0 30px 80px rgba(0,0,0,0.08);
}

.image-frame-luxe img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 30px;
}

.image-badge {
    position: absolute;
    bottom: 40px;
    right: -20px;
    background: var(--dark);
    color: white;
    padding: 10px 25px;
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* RESPONSIVE */
@media (max-width: 800px) {
    .section-header { flex-direction: column; align-items: flex-start; }
    .intro-p-justified, .benefit-card p { text-align: left; }
    .image-badge { right: 20px; bottom: 20px; }
}

@media (max-width: 500px) {
    .card-content { padding: 35px 25px; }
    .h3-wine, .h3-amethyst { font-size: 1.4rem; }
}/* ============================================================
   FORCE RESPONSIVE RADICAL : THÉRAPIE DE L'ÂME (#clemy-soul-therapy)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL & ANTI-DÉBORDEMENT */
    #clemy-soul-therapy {
        padding: 50px 0 !important; /* On divise l'espace par 2 */
        overflow-x: hidden !important;
    }

    #clemy-soul-therapy .inner-wrap {
        padding: 0 20px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : ON DOMPTE LE NUMÉRO WINE */
    #clemy-soul-therapy .section-header {
        flex-direction: column !important;
        align-items: center !important; /* Centrage pour la stabilité mobile */
        text-align: center;
        gap: 0 !important;
        margin-bottom: 35px !important;
    }

    #clemy-soul-therapy .step-num {
        font-size: 4rem !important; /* Réduction du 6.5rem */
        opacity: 0.1 !important;
        margin-bottom: -10px !important;
        line-height: 1 !important;
    }

    #clemy-soul-therapy .h2-title {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
        max-width: 290px;
        margin: 0 auto !important;
    }

    #clemy-soul-therapy .line-wine {
        margin: 15px auto 0 !important; /* Centrage de la ligne déco */
        width: 40px !important;
    }

    /* 3. INTRO : LISIBILITÉ */
    #clemy-soul-therapy .intro-p-justified {
        font-size: 1.05rem !important;
        text-align: left !important; /* Adieu le justify qui hache la lecture */
        line-height: 1.6 !important;
        margin-bottom: 40px !important;
    }

    /* 4. INSIGHT GRID : LE CORRECTIF CRITIQUE */
    #clemy-soul-therapy .insight-grid {
        /* On casse le 320px qui est trop large pour les petits écrans */
        grid-template-columns: 1fr !important; 
        gap: 20px !important;
        margin-bottom: 50px !important;
    }

    /* 5. BENEFIT CARDS : ADAPTATION */
    #clemy-soul-therapy .benefit-card {
        border-radius: 24px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        transform: none !important; /* On fige pour le tactile */
    }

    #clemy-soul-therapy .benefit-card:hover {
        transform: none !important;
        box-shadow: 0 15px 35px rgba(26, 11, 46, 0.05) !important;
    }

    #clemy-soul-therapy .card-content {
        padding: 30px 20px !important; /* On réduit le padding 45px */
        text-align: center;
    }

    #clemy-soul-therapy .h3-amethyst, 
    #clemy-soul-therapy .h3-wine {
        font-size: 1.4rem !important;
        margin-bottom: 15px !important;
    }

    #clemy-soul-therapy .benefit-card p {
        font-size: 0.95rem !important;
        text-align: left !important;
        line-height: 1.6 !important;
    }

    /* 6. IMAGE FRAME & BADGE (SÉCURITÉ) */
    #clemy-soul-therapy .image-frame-luxe {
        padding: 8px !important;
        border-radius: 24px !important;
    }

    #clemy-soul-therapy .image-frame-luxe img {
        border-radius: 18px !important;
    }

    #clemy-soul-therapy .image-badge {
        /* CRITIQUE : On ramène le badge à l'intérieur */
        right: 15px !important; 
        bottom: 15px !important;
        font-size: 0.65rem !important;
        padding: 8px 15px !important;
        letter-spacing: 1px !important;
    }
}

/* Fix spécifique pour les écrans ultra-compacts (iPhone SE / 320px) */
@media (max-width: 350px) {
    #clemy-soul-therapy .h2-title { font-size: 1.4rem !important; }
    #clemy-soul-therapy .step-num { font-size: 3.5rem !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-4a55ae6 *//* --- SECTION 03 : BOUCLIER ÉTHIQUE --- */
#clemy-ethique-manifeste {
    --wine: #9A2A5B;
    --amethyst: #8E44AD;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-gray: #F4F2F7;
    --danger-wine: #721c24; /* Un wine plus sombre pour l'alerte éthique */
    
    padding: clamp(60px, 10vw, 100px) 0;
    background: var(--white);
    font-family: 'Inter', -apple-system, sans-serif;
}

.inner-wrap { max-width: 1050px; margin: 0 auto; padding: 0 25px; }

/* HEADER SYSTEM */
.section-header { display: flex; align-items: center; gap: 20px; margin-bottom: 40px; }
.step-num { font-size: clamp(4rem, 12vw, 6.5rem); font-weight: 900; color: var(--wine); opacity: 0.12; line-height: 1; }
.h2-title { font-size: clamp(1.6rem, 4vw, 2.4rem); font-weight: 300; margin: 0; line-height: 1.1; }
.h2-title strong { color: var(--dark); font-weight: 900; }
.line-wine { width: 50px; height: 5px; background: var(--wine); margin-top: 15px; border-radius: 10px; }

/* LIEN DANGER LUXE */
.link-danger-luxe {
    color: var(--wine);
    font-weight: 800;
    text-decoration: underline;
    transition: 0.3s;
}
.link-danger-luxe:hover { color: var(--amethyst); }

/* INTRO */
.intro-p-justified { 
    font-size: clamp(1.1rem, 2.2vw, 1.25rem); color: #444; 
    margin-bottom: 50px; text-align: justify; line-height: 1.8;
}

/* WARNING MONOLITH */
.warning-monolith {
    background: var(--white);
    border-radius: 40px;
    display: flex;
    overflow: hidden;
    box-shadow: 0 40px 100px rgba(26, 11, 46, 0.08);
    border: 1px solid #F0F0F0;
}

.warning-accent-bar {
    width: 12px;
    background: linear-gradient(to bottom, var(--wine), #333);
    flex-shrink: 0;
}

.warning-content { padding: clamp(35px, 6vw, 70px); width: 100%; }

.ethical-block {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.block-icon {
    font-size: 2.5rem;
    background: var(--soft-gray);
    width: 70px; height: 70px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 20px;
    flex-shrink: 0;
}

.h3-wine { color: var(--wine); font-size: 1.5rem; font-weight: 900; margin: 0 0 15px 0; }

.ethical-block p { font-size: 1.05rem; color: #555; line-height: 1.7; text-align: justify; margin: 0; }
.ethical-block strong { color: var(--dark); font-weight: 900; }

.divider-light {
    height: 1px;
    background: rgba(0,0,0,0.06);
    margin: 40px 0;
}

/* RESPONSIVE */
@media (max-width: 850px) {
    .section-header { flex-direction: column; align-items: flex-start; }
    .warning-monolith { flex-direction: column; border-radius: 30px; }
    .warning-accent-bar { width: 100%; height: 8px; }
    .ethical-block { flex-direction: column; gap: 20px; }
    .block-icon { width: 60px; height: 60px; font-size: 2rem; }
    .intro-p-justified, .ethical-block p { text-align: left; }
}

@media (max-width: 500px) {
    .warning-content { padding: 35px 20px; }
    .h3-wine { font-size: 1.3rem; }
}/* ============================================================
   FORCE RESPONSIVE RADICAL : BOUCLIER ÉTHIQUE (#clemy-ethique-manifeste)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL & ANTI-DÉBORDEMENT */
    #clemy-ethique-manifeste {
        padding: 50px 0 !important; /* On divise les marges par 2 */
        overflow-x: hidden !important;
    }

    #clemy-ethique-manifeste .inner-wrap {
        padding: 0 20px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : ON DOMPTE LE NUMÉRO WINE */
    #clemy-ethique-manifeste .section-header {
        flex-direction: column !important;
        align-items: center !important; /* Centrage pour la stabilité mobile */
        text-align: center;
        gap: 0 !important;
        margin-bottom: 35px !important;
    }

    #clemy-ethique-manifeste .step-num {
        font-size: 4.5rem !important; /* Réduction du 6.5rem */
        opacity: 0.1 !important;
        margin-bottom: -15px !important; /* On remonte le titre vers le numéro */
        line-height: 1 !important;
    }

    #clemy-ethique-manifeste .h2-title {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
        max-width: 280px;
        margin: 0 auto !important;
    }

    #clemy-ethique-manifeste .line-wine {
        margin: 15px auto 0 !important; /* Centrage de la ligne déco */
        width: 40px !important;
    }

    /* 3. INTRO : LISIBILITÉ */
    #clemy-ethique-manifeste .intro-p-justified {
        font-size: 1.05rem !important;
        text-align: left !important; /* Adieu le justify qui hache la lecture */
        line-height: 1.6 !important;
        margin-bottom: 40px !important;
    }

    /* 4. WARNING MONOLITH : TRANSFORMATION VERTICALE */
    #clemy-ethique-manifeste .warning-monolith {
        flex-direction: column !important;
        border-radius: 24px !important;
        border: 1px solid #F0F0F0 !important;
    }

    #clemy-ethique-manifeste .warning-accent-bar {
        width: 100% !important;
        height: 6px !important; /* La barre passe de verticale à horizontale */
        background: linear-gradient(to right, var(--wine), #333) !important;
    }

    #clemy-ethique-manifeste .warning-content {
        padding: 30px 20px !important; /* On réduit le padding clamp 70px */
    }

    /* 5. ETHICAL BLOCK : L'ICÔNE ET LE TEXTE */
    #clemy-ethique-manifeste .ethical-block {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 20px !important;
    }

    #clemy-ethique-manifeste .block-icon {
        width: 60px !important;
        height: 60px !important;
        font-size: 1.8rem !important;
        border-radius: 16px !important;
        margin-bottom: 5px;
    }

    #clemy-ethique-manifeste .h3-wine {
        font-size: 1.35rem !important;
        margin-bottom: 15px !important;
    }

    #clemy-ethique-manifeste .ethical-block p {
        font-size: 0.95rem !important;
        text-align: left !important; /* On garde le texte à gauche pour la lecture */
        line-height: 1.6 !important;
    }

    #clemy-ethique-manifeste .divider-light {
        margin: 30px 0 !important;
    }
}

/* Fix spécifique pour les écrans ultra-compacts (iPhone SE / 320px) */
@media (max-width: 350px) {
    #clemy-ethique-manifeste .display-title { font-size: 1.6rem !important; }
    #clemy-ethique-manifeste .h3-wine { font-size: 1.25rem !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-329f14c *//* --- SECTION 04 : PROTOCOLE DE CONFIANCE --- */
#clemy-trust-protocol {
    --wine: #9A2A5B;
    --amethyst: #8E44AD;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-gray: #F4F2F7;
    
    padding: clamp(60px, 10vw, 100px) 0;
    background: var(--white);
    font-family: 'Inter', -apple-system, sans-serif;
    color: var(--dark);
}

.inner-wrap { max-width: 1150px; margin: 0 auto; padding: 0 25px; }

/* HEADER SYSTEM */
.section-header { display: flex; align-items: center; gap: 20px; margin-bottom: 40px; }
.step-num { font-size: clamp(4rem, 12vw, 6.5rem); font-weight: 900; color: var(--amethyst); opacity: 0.12; line-height: 1; }
.h2-title { font-size: clamp(1.6rem, 4vw, 2.4rem); font-weight: 300; margin: 0; line-height: 1.1; }
.h2-title strong { color: var(--dark); font-weight: 900; }
.line-amethyst { width: 50px; height: 5px; background: var(--amethyst); margin-top: 15px; border-radius: 10px; }

/* INTRO */
.intro-p-justified { 
    font-size: clamp(1.1rem, 2.2vw, 1.25rem); color: #444; 
    margin-bottom: 60px; text-align: justify; line-height: 1.8;
}

/* PROTOCOL GRID (LIQUIDE) */
.protocol-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 30px;
    margin-bottom: 80px;
}

.trust-card {
    position: relative;
    background: var(--white);
    border-radius: 35px;
    border: 1px solid #F0F0F0;
    box-shadow: 0 15px 45px rgba(26, 11, 46, 0.04);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.trust-card:hover { transform: translateY(-10px); box-shadow: 0 25px 60px rgba(142, 68, 173, 0.1); border-color: var(--amethyst); }

.trust-badge {
    position: absolute; top: 25px; right: 25px;
    background: var(--soft-gray); color: #888;
    font-size: 0.65rem; font-weight: 900; text-transform: uppercase;
    padding: 4px 12px; border-radius: 50px; letter-spacing: 1px;
}

.card-inner { padding: 45px 35px; }

.h3-wine { color: var(--wine); font-size: 1.35rem; font-weight: 900; margin-bottom: 15px; }
.h3-wine span { color: var(--amethyst); margin-right: 8px; }

.trust-card p { font-size: 1rem; color: #555; line-height: 1.7; text-align: justify; margin: 0; }
.link-brand { color: var(--amethyst); font-weight: 800; text-decoration: underline; }

/* IMAGE MONOLITH FRAME */
.visual-anchor { text-align: center; }
.image-frame-monolith {
    display: inline-block;
    position: relative;
    max-width: 100%;
    border-radius: 40px;
    padding: 15px;
    background: var(--soft-gray);
    box-shadow: 0 40px 100px rgba(0,0,0,0.06);
}

.image-frame-monolith img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 30px;
    filter: saturate(1.1);
}

.image-tag-luxe {
    position: absolute;
    top: 40px;
    left: -20px;
    background: var(--dark);
    color: white;
    padding: 10px 25px;
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

/* RESPONSIVE AJUSTEMENTS */
@media (max-width: 850px) {
    .section-header { flex-direction: column; align-items: flex-start; }
    .intro-p-justified, .trust-card p { text-align: left; }
    .image-tag-luxe { left: 30px; top: -15px; }
}

@media (max-width: 480px) {
    .card-inner { padding: 35px 20px; }
    .h3-wine { font-size: 1.25rem; }
    .trust-badge { top: 15px; right: 20px; }
}/* ============================================================
   FORCE RESPONSIVE RADICAL : CONFIANCE (#clemy-trust-protocol)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL & ANTI-SCROLL */
    #clemy-trust-protocol {
        padding: 50px 0 !important;
        overflow-x: hidden !important;
    }

    #clemy-trust-protocol .inner-wrap {
        padding: 0 20px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : ON DOMPTE L'AMÉTHYSTE */
    #clemy-trust-protocol .section-header {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
        gap: 0 !important;
        margin-bottom: 35px !important;
    }

    #clemy-trust-protocol .step-num {
        font-size: 4rem !important; /* On réduit le 6.5rem massif */
        opacity: 0.1 !important;
        margin-bottom: -10px !important;
        line-height: 1 !important;
    }

    #clemy-trust-protocol .h2-title {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
        max-width: 290px;
        margin: 0 auto !important;
    }

    #clemy-trust-protocol .line-amethyst {
        margin: 15px auto 0 !important;
        width: 40px !important;
    }

    /* 3. INTRO : CONFORT DE LECTURE */
    #clemy-trust-protocol .intro-p-justified {
        font-size: 1.05rem !important;
        text-align: left !important; /* Adieu le justify, bonjour la fluidité */
        line-height: 1.6 !important;
        margin-bottom: 40px !important;
    }

    /* 4. PROTOCOL GRID : LE CORRECTIF CRITIQUE */
    #clemy-trust-protocol .protocol-grid {
        /* On casse le 340px qui pousse les murs */
        grid-template-columns: 1fr !important; 
        gap: 20px !important;
        margin-bottom: 50px !important;
    }

    /* 5. TRUST CARDS : ADAPTATION */
    #clemy-trust-protocol .trust-card {
        border-radius: 24px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        transform: none !important; /* On fige pour le tactile */
    }

    #clemy-trust-protocol .trust-card:hover {
        transform: none !important;
        box-shadow: 0 10px 30px rgba(26, 11, 46, 0.05) !important;
    }

    #clemy-trust-protocol .card-inner {
        padding: 30px 20px !important; /* On réduit le padding 45px */
    }

    #clemy-trust-protocol .trust-badge {
        top: 15px !important;
        right: 15px !important;
        font-size: 0.6rem !important;
    }

    #clemy-trust-protocol .h3-wine {
        font-size: 1.25rem !important;
        margin-bottom: 12px !important;
        text-align: center;
    }

    #clemy-trust-protocol .trust-card p {
        font-size: 0.95rem !important;
        text-align: left !important;
        line-height: 1.6 !important;
    }

    /* 6. IMAGE MONOLITH & TAG (SÉCURITÉ) */
    #clemy-trust-protocol .image-frame-monolith {
        padding: 8px !important;
        border-radius: 24px !important;
    }

    #clemy-trust-protocol .image-frame-monolith img {
        border-radius: 18px !important;
    }

    #clemy-trust-protocol .image-tag-luxe {
        /* CRITIQUE : On ramène le tag à l'intérieur pour éviter le scroll */
        left: 10px !important; 
        top: -10px !important;
        font-size: 0.65rem !important;
        padding: 8px 15px !important;
    }
}

/* Fix spécifique iPhone SE (320px) */
@media (max-width: 350px) {
    #clemy-trust-protocol .h2-title { font-size: 1.4rem !important; }
    #clemy-trust-protocol .step-num { font-size: 3.5rem !important; }
    #clemy-trust-protocol .image-tag-luxe { left: 0 !important; right: 0 !important; width: fit-content; margin: 0 auto; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-7520698b *//* --- SECTION 05 & FINAL PORTAL --- */
#clemy-final-step {
    --wine: #9A2A5B;
    --amethyst: #8E44AD;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-purple: #F3E5F5;
    
    font-family: 'Inter', sans-serif;
    background: var(--white);
}

.inner-wrap { max-width: 1100px; margin: 0 auto; padding: 0 25px; }

/* HEADER SYSTEM */
.section-header { display: flex; align-items: center; gap: 20px; margin-bottom: 40px; }
.step-num { font-size: clamp(3.5rem, 10vw, 5.5rem); font-weight: 900; color: var(--wine); opacity: 0.15; line-height: 1; }
.h2-title { font-size: clamp(1.6rem, 4vw, 2.3rem); font-weight: 300; margin: 0; line-height: 1.1; }
.h2-title strong { color: var(--dark); font-weight: 900; }
.line-wine { width: 50px; height: 5px; background: var(--wine); margin-top: 15px; border-radius: 10px; }

/* PREP PROTOCOL GRID */
.prep-protocol {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.prep-card {
    background: #FFF;
    border-radius: 30px;
    padding: 40px;
    border: 1px solid #F0F0F0;
    box-shadow: 0 15px 45px rgba(26, 11, 46, 0.04);
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.prep-card:hover { transform: translateY(-10px); box-shadow: 0 25px 60px rgba(142, 68, 173, 0.1); }

.card-highlight { background: var(--soft-purple); border: none; }

.prep-icon { font-size: 2.5rem; margin-bottom: 25px; display: block; }
.prep-body h3 { color: var(--wine); font-weight: 800; font-size: 1.25rem; margin-bottom: 15px; }
.prep-body p { color: #555; font-size: 1rem; line-height: 1.7; text-align: justify; margin: 0; }
.prep-body strong { color: var(--dark); font-weight: 800; }

/* FINAL PORTAL (LE CHEF D'OEUVRE) */
.final-portal-wrap { padding: 100px 20px; }

.portal-monolith {
    max-width: 1000px; margin: 0 auto;
    background: linear-gradient(135deg, var(--dark) 0%, var(--wine) 100%);
    border-radius: 45px;
    padding: clamp(60px, 10vw, 100px) 25px;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: white;
    box-shadow: 0 30px 80px rgba(154, 42, 91, 0.3);
}

.portal-glow {
    position: absolute; top: -50%; left: 50%; transform: translateX(-50%);
    width: 800px; height: 800px;
    background: radial-gradient(circle, rgba(142, 68, 173, 0.2) 0%, transparent 65%);
    z-index: 0;
}

.portal-content { position: relative; z-index: 1; }

.portal-title { font-size: clamp(2.2rem, 6vw, 3.5rem); font-weight: 900; margin-bottom: 25px; line-height: 1.1; }
.portal-desc { font-size: clamp(1.1rem, 2.5vw, 1.35rem); opacity: 0.95; max-width: 800px; margin: 0 auto 50px; line-height: 1.6; }
.portal-desc strong { color: var(--soft-purple); }

.btn-portal {
    display: inline-block;
    background: white;
    color: var(--dark);
    padding: 22px 50px;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 900;
    font-size: clamp(1.1rem, 3vw, 1.4rem);
    transition: 0.4s;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.btn-portal:hover { transform: scale(1.05) translateY(-5px); box-shadow: 0 20px 50px rgba(0,0,0,0.3); color: var(--wine); }

.portal-trust-bar {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: clamp(15px, 4vw, 30px);
    flex-wrap: wrap;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.7;
}

/* RESPONSIVE AJUSTEMENTS */
@media (max-width: 850px) {
    .section-header { flex-direction: column; align-items: flex-start; gap: 10px; }
    .intro-p-justified, .prep-body p { text-align: left; }
    .portal-monolith { padding: 60px 20px; border-radius: 35px; }
    .btn-portal { width: 100%; text-align: center; padding: 20px 10px; }
}/* ============================================================
   FORCE RESPONSIVE RADICAL : FINAL PORTAL (#clemy-final-step)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL & ANTI-DÉBORDEMENT */
    #clemy-final-step {
        padding-bottom: 50px !important;
        overflow-x: hidden !important; /* On verrouille tout */
    }

    #clemy-final-step .inner-wrap {
        padding: 0 20px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : ON ÉPURE POUR LE FINAL */
    #clemy-final-step .section-header {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
        gap: 5px !important;
        margin-bottom: 35px !important;
    }

    #clemy-final-step .step-num {
        font-size: 3.5rem !important; /* On réduit le 5.5rem */
        opacity: 0.1 !important;
        margin-bottom: -10px !important;
        line-height: 1 !important;
    }

    #clemy-final-step .h2-title {
        font-size: 1.55rem !important;
        line-height: 1.2 !important;
        max-width: 280px;
        margin: 0 auto !important;
    }

    #clemy-final-step .line-wine {
        margin: 15px auto 0 !important;
        width: 40px !important;
    }

    /* 3. PREP PROTOCOL GRID : LE CORRECTIF CRITIQUE */
    #clemy-final-step .prep-protocol {
        /* On casse le 320px qui est le "tueur de mobile" */
        grid-template-columns: 1fr !important; 
        gap: 20px !important;
        margin-top: 30px !important;
    }

    /* 4. PREP CARDS : ADAPTATION */
    #clemy-final-step .prep-card {
        padding: 30px 20px !important; /* On réduit le padding 40px */
        border-radius: 24px !important;
        transform: none !important; /* On fige pour la stabilité tactile */
        width: 100% !important;
        box-sizing: border-box !important;
    }

    #clemy-final-step .prep-icon {
        font-size: 2rem !important;
        margin-bottom: 15px !important;
        text-align: center;
    }

    #clemy-final-step .prep-body h3 {
        font-size: 1.2rem !important;
        text-align: center;
    }

    #clemy-final-step .prep-body p {
        font-size: 0.95rem !important;
        text-align: left !important; /* Adieu le justify pour la lisibilité */
        line-height: 1.6 !important;
    }

    /* 5. FINAL PORTAL : L'IMMERSION MOBILE */
    .final-portal-wrap {
        padding: 40px 10px !important; /* On réduit le padding 100px */
    }

    .portal-monolith {
        padding: 50px 20px !important; /* On calme le padding clamp */
        border-radius: 30px !important;
        margin: 0 !important;
    }

    .portal-glow {
        /* On réduit la taille du glow pour éviter les bugs de scroll */
        width: 300px !important;
        height: 300px !important;
        top: -10% !important;
    }

    .portal-title {
        font-size: 1.7rem !important; /* Taille de sécurité */
        line-height: 1.1 !important;
        margin-bottom: 20px !important;
    }

    .portal-desc {
        font-size: 1rem !important;
        line-height: 1.5 !important;
        margin-bottom: 40px !important;
        padding: 0 10px;
    }

    /* 6. BOUTON : LE POINT D'ACTION FINAL */
    .btn-portal {
        width: 100% !important; /* Pleine largeur pour le pouce */
        display: block !important;
        padding: 18px 20px !important; /* RÉDUCTION CRITIQUE du padding 50px */
        font-size: 1.1rem !important;
        box-sizing: border-box !important; /* Indispensable ! */
        text-align: center;
    }

    /* 7. TRUST BAR */
    .portal-trust-bar {
        flex-direction: column !important;
        gap: 12px !important;
        margin-top: 40px !important;
        font-size: 0.7rem !important;
    }
}

/* Fix spécifique iPhone SE (320px) */
@media (max-width: 350px) {
    #clemy-final-step .h2-title { font-size: 1.35rem !important; }
    .portal-title { font-size: 1.4rem !important; }
}/* End custom CSS */