/* Import de la police Inter (Medium 500) */

#section-09
{
    position: relative;
    width: 100%;
    height: 1505px; 
    max-width: 1440px; 
    margin: 0 auto;
    border-left: 0.5px solid #F81808;
    border-right: 0.5px solid #F81808;
    box-sizing: border-box;


/* Titre LOOKBOOK. */
.main-title {
    position: absolute;
    top: 200px; 
    width: 100%;
    text-align: center;
    color: #F81808;
    font-weight: 500; 
    font-size: 12vw;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: -2px;
    z-index: 9;
    pointer-events: none;
}

/* Grille */
.lookbook-grid {
    display: flex;
    width: 100%;
    height: 100%;
}

/* Configuration des colonnes */
.grid-col {
    flex: 1;
    height: 100%;
    border-right: 0.5px solid #F81808;
    
    display: flex;
    align-items: flex-end; 
    justify-content: center; 
    padding-bottom: 120px; 
    
    position: relative; 
    box-sizing: border-box; /* Évite que les lignes dépassent */
}

.grid-col:last-child {
    border-right: none;
}

/* Style du texte vertical */
.vertical-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: #F81808;
    font-weight: 500; 
    font-size: 52px; 
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 0px;
}

/* --- STYLE DE L'IMAGE (NOUVEAU) --- */
.lookbook-img {
    position: absolute;
    top: 500px; 
    left: 50%;
    transform: translateX(-50%);
    width: 200%;
    max-width: 230px; 
    height: auto;
    z-index: 5;
}

/* --- STYLE DE LA DATE --- */
.date-badge {
    position: absolute; 
    bottom: 30px; 
    left: 50%; 
    transform: translateX(-50%); 
    width: 140px; 
    height: 60px; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.date-badge svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.date-text {
    position: relative;
    z-index: 1;
    color: #F81808;
    font-size: 22px; /* Texte agrandi */
    font-weight: 500;
}
}
