/**
 * Styles pour les pages Série
 * Layout pleine largeur
 */

/* ========================================
   INTRO DE LA SÉRIE
   ======================================== */

.serie-intro-content {
    margin-bottom: 60px;
}

.serie-page-content {
    font-size: 1.1em;
    line-height: 1.8;
    color: #666;
    margin-bottom: 40px;
}

.serie-page-content p {
    margin-bottom: 1.5em;
}


/* ========================================
   GRILLE DES PROJETS PORTFOLIO
   ======================================== */

.serie-portfolio-posts {
    display: block;
    width: 100%;
}

.serie-portfolio-item {
    width: 100%;
    margin-bottom: 80px;
}

/* Image wrapper : max 100vh, centré */
.serie-item-image-wrapper {
    width: 100%;
    max-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.serie-item-image {
    width: 100%;
    height: auto;
    max-height: 100vh;
    object-fit: contain;
    display: block;
}

/* Contenu pleine largeur */
.serie-item-content {
    width: 100%;
}

/* Titre */
.serie-item-title {
    font-size: 1.4em;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
    color: #333;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Année et Technique sur une ligne */
.serie-item-meta-inline {
    font-size: 0.9em;
    margin-bottom: 20px;
    color: #666;
}

.serie-item-meta-inline .meta-item {
    display: inline;
}

.serie-item-meta-inline .meta-label {
    font-weight: 400;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.serie-item-meta-inline .meta-value {
    color: #333;
}

.serie-item-meta-inline .meta-separator {
    margin: 0 10px;
    color: #ccc;
}

/* Description */
.serie-item-description {
    font-size: 0.95em;
    line-height: 1.7;
    color: #666;
}

.serie-item-description p {
    margin-bottom: 1.2em;
}


/* ========================================
   MESSAGE DE NOTICE
   ======================================== */

.serie-notice {
    max-width: 800px;
    margin: 60px auto;
    padding: 30px;
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 4px;
    text-align: center;
}

.serie-notice p {
    margin: 0;
    color: #856404;
}


/* ========================================
   RESPONSIVE
   ======================================== */

@media (max-width: 768px) {
    .serie-item-title {
        font-size: 1.5em;
    }
    
    .serie-portfolio-item {
        margin-bottom: 50px;
    }
    
    .serie-item-meta-inline {
        font-size: 0.85em;
    }
}
