/* 
 * 🌿 NÊMA ARTICLES PRESTIGE 
 * Design "Airy & Zen" pour les fiches techniques et conseils
 */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Plus+Jakarta+Sans:wght@400;500;600;800&display=swap');

.article-prestige {
    max-width: 900px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
    line-height: 1.9 !important; /* Plus aéré */
    color: #2c3e50;
    padding: 0 20px;
}

/* Corps de l'article spécifique */
.article-body {
    max-width: 750px !important; /* Plus étroit pour le texte pur */
    margin: 0 auto !important;
}

/* Titres Haute Couture */
.article-prestige h1 {
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(2.5rem, 5vw, 4rem) !important;
    color: #1A2E26 !important;
    margin-bottom: 3.5rem !important;
    text-align: center;
    line-height: 1.1 !important;
}

.article-prestige h2 {
    font-family: 'Playfair Display', serif !important;
    font-size: 2.2rem !important;
    color: #1A2E26 !important;
    margin: 5rem 0 2rem !important; /* Énorme marge supérieure */
    padding-bottom: 0.8rem !important;
    border-bottom: 2px solid #D4AF37 !important;
    display: block;
    width: fit-content;
}

.article-prestige h3 {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    font-size: 1rem !important;
    color: #D4AF37 !important;
    margin-top: 4rem !important;
    margin-bottom: 1.5rem !important;
}

/* Paragraphes aérés */
.article-prestige p, 
.article-body p {
    margin-bottom: 2.5rem !important; /* Espacement entre paragraphes */
    font-size: 1.15rem !important;
    opacity: 0.9 !important;
    line-height: 1.9 !important;
}

/* Listes de prestige */
.article-prestige ul,
.article-body ul {
    margin: 3rem 0 !important;
}

.article-prestige li,
.article-body li {
    margin-bottom: 1.5rem !important;
    font-size: 1.1rem !important;
}

/* Séparateurs élégants */
.article-prestige hr {
    margin: 6rem 0 !important;
}

/* Images Responsive & Premium */
.article-prestige img, 
.article-body img {
    border-radius: 40px !important;
    box-shadow: 0 30px 60px rgba(0,0,0,0.12) !important;
    margin: 4rem 0 !important;
}

/* Responsive */
@media (max-width: 768px) {
    .article-prestige h1 { font-size: 2.2rem; }
    .article-prestige h2 { font-size: 1.6rem; }
}
