/*
Theme Name: Neve Child - Virginia Della Valentina
Theme URI: https://virginiadellavalentina.be
Description: Child theme personnalisé pour Virginia Della Valentina basé sur Neve
Author: Claude
Author URI: https://virginiadellavalentina.be
Template: neve
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: neve-child
*/

/* ========================================
   VARIABLES DE COULEURS
   ======================================== */
:root {
    --primary-sage: #8B9D83;
    --secondary-cream: #F5F1E8;
    --accent-terracotta: #C97D60;
    --deep-earth: #4A4238;
    --soft-white: #FDFCF9;
    --muted-olive: #A8B5A0;
    --light-gold: #D4AF37;
}

/* ========================================
   TYPOGRAPHIE GLOBALE
   ======================================== */
body {
    font-family: 'Philosopher', sans-serif !important;
    color: var(--deep-earth) !important;
    background: var(--soft-white) !important;
    line-height: 1.6 !important;
}

h1, h2, h3, h4, h5, h6,
.entry-title,
.site-title,
.single-post-wrap .entry-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 300 !important;
    color: var(--deep-earth) !important;
}

/* Import des polices Google */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600&family=Philosopher:wght@400;700&display=swap');

/* ========================================
   HEADER / NAVIGATION
   ======================================== */
.header-main-inner,
.header--row {
    background: rgba(253, 252, 249, 0.95) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0,0,0,0.05) !important;
}

.site-logo,
.site-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 1.8rem !important;
    font-weight: 300 !important;
    letter-spacing: 2px !important;
    color: var(--deep-earth) !important;
}

.header-menu-sidebar .nav-menu-primary > .nav-ul li > a,
.header-menu-sidebar .nav-menu-primary > .nav-ul > li > a {
    color: var(--deep-earth) !important;
    font-size: 0.95rem !important;
    letter-spacing: 0.5px !important;
    font-family: 'Philosopher', sans-serif !important;
    transition: color 0.3s ease !important;
    position: relative;
}

.header-menu-sidebar .nav-menu-primary > .nav-ul li > a:hover {
    color: var(--accent-terracotta) !important;
}

.header-menu-sidebar .nav-menu-primary > .nav-ul li > a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--accent-terracotta);
    transition: width 0.3s ease;
}

.header-menu-sidebar .nav-menu-primary > .nav-ul li > a:hover::after {
    width: 100%;
}

/* ========================================
   HERO SECTION (Page d'accueil)
   ======================================== */
.nv-page-title-wrap {
    min-height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-size: cover !important;
    background-position: center !important;
    position: relative !important;
}

/* Overlay sur le hero */
.nv-page-title-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(253, 252, 249, 0.7), rgba(245, 241, 232, 0.7));
    z-index: 1;
}

.nv-page-title,
.nv-page-title h1,
.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
}

.nv-page-title h1 {
    font-size: 4.5rem !important;
    font-weight: 300 !important;
    line-height: 1.2 !important;
    margin-bottom: 2rem !important;
    text-shadow: 0 2px 20px rgba(255,255,255,0.8) !important;
}

/* Subtitle hero */
.hero-subtitle {
    font-size: 1rem !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    color: var(--primary-sage) !important;
    margin-bottom: 1.5rem !important;
    font-weight: 400 !important;
}

/* Description hero */
.hero-description,
.nv-page-title p {
    font-size: 1.25rem !important;
    opacity: 0.95 !important;
    margin-bottom: 3rem !important;
    line-height: 1.8 !important;
    max-width: 800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-shadow: 0 1px 10px rgba(255,255,255,0.8) !important;
}

/* ========================================
   BOUTONS
   ======================================== */
.btn,
.button,
.wp-block-button__link,
.elementor-button,
a.button {
    padding: 1rem 2.5rem !important;
    font-family: 'Philosopher', sans-serif !important;
    font-size: 1rem !important;
    letter-spacing: 1px !important;
    cursor: pointer !important;
    transition: all 0.4s ease !important;
    text-decoration: none !important;
    display: inline-block !important;
    border: none !important;
}

.btn-primary,
.button-primary,
.wp-block-button__link:not(.has-background) {
    background: var(--accent-terracotta) !important;
    color: white !important;
    box-shadow: 0 10px 30px rgba(201, 125, 96, 0.3) !important;
}

.btn-primary:hover,
.button-primary:hover,
.wp-block-button__link:not(.has-background):hover {
    background: #B56D50 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 15px 40px rgba(201, 125, 96, 0.4) !important;
}

.btn-secondary {
    background: rgba(255,255,255,0.9) !important;
    color: var(--deep-earth) !important;
    border: 2px solid var(--primary-sage) !important;
}

.btn-secondary:hover {
    background: var(--primary-sage) !important;
    color: white !important;
    transform: translateY(-3px) !important;
}

/* ========================================
   SERVICES / CARTES
   ======================================== */
.service-card,
.elementor-widget-icon-box .elementor-icon-box-wrapper,
.wp-block-group {
    background: white !important;
    border-radius: 0 !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.5s ease !important;
    box-shadow: 0 5px 30px rgba(0,0,0,0.08) !important;
}

.service-card::before,
.elementor-widget-icon-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0;
    background: var(--accent-terracotta);
    transition: height 0.5s ease;
    z-index: 2;
}

.service-card:hover,
.elementor-widget-icon-box:hover .elementor-icon-box-wrapper {
    transform: translateY(-10px) !important;
    box-shadow: 0 15px 50px rgba(0,0,0,0.15) !important;
}

.service-card:hover::before,
.elementor-widget-icon-box:hover::before {
    height: 100%;
}

/* Images des cartes de service */
.service-image,
.elementor-widget-image img,
.wp-block-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

/* Contenu des cartes */
.service-content,
.elementor-icon-box-content {
    padding: 2.5rem 2rem !important;
}

.service-card h3,
.elementor-icon-box-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 1.8rem !important;
    margin-bottom: 1rem !important;
    color: var(--deep-earth) !important;
    font-weight: 300 !important;
}

.service-card p,
.elementor-icon-box-description {
    font-size: 1rem !important;
    line-height: 1.8 !important;
    color: var(--deep-earth) !important;
    opacity: 0.8 !important;
    margin-bottom: 1.5rem !important;
}

/* Lien "En savoir plus" */
.service-link,
.elementor-icon-box-content a {
    color: var(--accent-terracotta) !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    transition: gap 0.3s ease !important;
}

.service-link:hover,
.elementor-icon-box-content a:hover {
    gap: 1rem !important;
}

/* ========================================
   CARTE DANSE EN PAYSAGE
   ======================================== */
@media (min-width: 768px) {
    .danse-full-width,
    .elementor-column.danse-card {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    
    .danse-full-width .service-content,
    .danse-card .elementor-widget-wrap {
        flex-direction: row !important;
        align-items: center !important;
        padding: 1.5rem 2rem !important;
        display: flex !important;
        gap: 3rem !important;
    }

    .danse-full-width .service-image {
        height: 180px !important;
    }

    .danse-full-width h3 {
        font-size: 1.5rem !important;
        margin-bottom: 0.5rem !important;
        min-width: 200px !important;
    }

    .danse-full-width p {
        margin-bottom: 0 !important;
        flex: 1 !important;
    }
}

/* ========================================
   SECTIONS
   ======================================== */
.nv-content-wrap,
.elementor-section {
    padding: 6rem 5% !important;
}

.section-title,
.elementor-heading-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 3rem !important;
    font-weight: 300 !important;
    color: var(--deep-earth) !important;
    text-align: center !important;
    margin-bottom: 1rem !important;
}

.section-subtitle {
    text-align: center !important;
    font-size: 1.1rem !important;
    color: var(--primary-sage) !important;
    margin-bottom: 4rem !important;
    letter-spacing: 0.5px !important;
}

/* Section Podcast / Featured */
.featured-section,
.elementor-section.podcast-section {
    background: linear-gradient(135deg, var(--primary-sage) 0%, var(--muted-olive) 100%) !important;
    color: white !important;
    position: relative !important;
    overflow: hidden !important;
}

.featured-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 80%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255,255,255,0.15) 0%, transparent 50%);
    pointer-events: none;
}

.podcast-badge {
    background: white !important;
    color: var(--primary-sage) !important;
    padding: 0.5rem 1.5rem !important;
    display: inline-block !important;
    border-radius: 50px !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    margin-bottom: 2rem !important;
}

/* Section Témoignages */
.testimonials-section {
    background: var(--secondary-cream) !important;
}

.testimonial {
    background: white !important;
    padding: 4rem 3rem !important;
    border-radius: 10px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08) !important;
    text-align: center !important;
}

.testimonial-text {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 1.5rem !important;
    font-style: italic !important;
    color: var(--deep-earth) !important;
    margin-bottom: 2rem !important;
    line-height: 1.8 !important;
}

.testimonial-author {
    font-size: 1rem !important;
    color: var(--primary-sage) !important;
    font-weight: 600 !important;
}

/* ========================================
   CTA SECTION
   ======================================== */
.cta-section,
.elementor-section.cta-section {
    background: var(--deep-earth) !important;
    color: white !important;
    text-align: center !important;
}

.cta-section h2 {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 3rem !important;
    font-weight: 300 !important;
    margin-bottom: 1.5rem !important;
    color: white !important;
}

.cta-section p {
    font-size: 1.2rem !important;
    margin-bottom: 3rem !important;
    opacity: 0.9 !important;
    color: white !important;
}

/* ========================================
   FOOTER
   ======================================== */
.site-footer {
    background: var(--soft-white) !important;
    border-top: 1px solid rgba(139, 157, 131, 0.2) !important;
    padding: 4rem 5% 2rem !important;
}

.footer-widget-area h4,
.widget-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    color: var(--deep-earth) !important;
}

.site-footer a {
    color: var(--deep-earth) !important;
    opacity: 0.7 !important;
    text-decoration: none !important;
    transition: opacity 0.3s ease !important;
}

.site-footer a:hover {
    opacity: 1 !important;
    color: var(--accent-terracotta) !important;
}

/* ========================================
   PAGES DE SERVICE
   ======================================== */
.page-hero,
.nv-index-posts.nv-page-title-wrap {
    padding: 12rem 5% 6rem !important;
    background-size: cover !important;
    background-position: center !important;
    text-align: center !important;
}

/* Options de service avec alignement */
.options-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)) !important;
    gap: 3rem !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.option-card {
    background: white !important;
    padding: 3.5rem 3rem !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08) !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
}

.option-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--primary-sage), var(--accent-terracotta));
    opacity: 0;
    transition: opacity 0.4s ease;
}

.option-card:hover::before {
    opacity: 1;
}

.option-card-footer {
    margin-top: auto !important;
    padding-top: 1rem !important;
}

.price {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 2.5rem !important;
    color: var(--accent-terracotta) !important;
    font-weight: 600 !important;
    margin-bottom: 1.5rem !important;
}

/* Note importante */
.important-note {
    background: linear-gradient(135deg, var(--light-gold) 0%, #C9A962 100%) !important;
    color: white !important;
    padding: 3rem !important;
    border-radius: 8px !important;
    margin-top: 3rem !important;
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3) !important;
}

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 768px) {
    .nv-page-title h1,
    .hero h1 {
        font-size: 2.5rem !important;
    }

    .section-title {
        font-size: 2rem !important;
    }

    .services-grid,
    .options-grid {
        grid-template-columns: 1fr !important;
    }

    .danse-full-width .service-content {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
}

/* ========================================
   ANIMATIONS
   ======================================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-on-scroll {
    animation: fadeInUp 0.8s ease forwards;
}

/* Smooth scroll */
html {
    scroll-behavior: smooth;
}

/* ========================================
   UTILITAIRES
   ======================================== */
.text-center {
    text-align: center !important;
}

.max-width-content {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
