/*
Theme Name: Estelle S. - Thème Sur-Mesure
Theme URI: https://estelles.com
Author: Estelle S. (via Assistant IA)
Description: Thème WordPress sur-mesure intégrant la charte graphique Soft Bento 2026, optimisé pour les consultations, l'art et les formations.
Version: 1.2
*/

body { background-color: #faf9f6; color: #1e293b; -webkit-font-smoothing: antialiased; }

/* --- BENTO CARDS --- */
.bento-card, .wp-block-column.bento-card {
    background: white !important;
    border-radius: 2rem !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    border: 1px solid rgba(0,0,0,0.03) !important;
    overflow: hidden;
}

.bento-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08) !important;
}

/* --- IMAGES ROUNDING --- */
img.rounded-large, .rounded-large img {
    border-radius: 3rem !important;
}

.rotate-soft img {
    transform: rotate(2deg);
    transition: transform 0.5s ease;
}
.rotate-soft:hover img {
    transform: rotate(0deg);
}

/* --- TYPOGRAPHY --- */
h1, h2, h3, .font-serif {
    font-family: 'Playfair Display', serif !important;
    font-weight: 600 !important;
}

/* --- NAVIGATION --- */
.glass-nav {
    background: rgba(250, 249, 246, 0.85) !important;
    backdrop-filter: blur(12px) !important;
    border-bottom: 1px solid rgba(0,0,0,0.05) !important;
}

/* --- NEWSLETTER --- */
.newsletter-box {
    background-color: #fdf8f6 !important;
    border-radius: 4rem !important;
    border: 1px solid #f9ebe5 !important;
}
