/* CORRECTIONS URGENTES - PATCH FINAL & RESPONSIVE */

/* SUPPRESSION DU DÉGRADÉ NOIR VISIBLE */
.collections-section::before {
    display: none !important;
}

.collections-section {
    margin-top: -400px !important;
}

/* CORRECTION AFFICHAGE DES IMAGES & RESPONSIVE */
.univers-card {
    height: auto !important;
    /* CRITIQUE : Annule le height: 750px fixe */
    aspect-ratio: 2 / 3 !important;
    min-height: 0 !important;
}

.univers-card .card-bg {
    inset: 12px !important;
    z-index: 1 !important;
    background-blend-mode: normal !important;
}

/* HARMONISATION COULEURS ET TYPO HAUTE COUTURE */
.section-title h2 {
    color: #f2efe9 !important;
    letter-spacing: 0.15em !important;
}

.card-content h3 {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5em !important;
    font-weight: 300 !important;
    color: #f2efe9 !important;
    border-bottom: 1px solid rgba(212, 165, 116, 0.4);
    display: inline-block;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.univers-card .card-bg {
    inset: 0 !important;
    /* Look plein écran */
    z-index: 1 !important;
    transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) !important;
    filter: brightness(1) contrast(1.05) saturate(1) !important;
    /* Image claire et fidèle */
}

.univers-card:hover .card-bg {
    transform: scale(1.08) !important;
    filter: brightness(1.1) contrast(1.1) saturate(1.1) !important;
}

/* RÉACTIVATION DU BROUILLARD */
.hero-fog {
    display: block !important;
}