/* =====================================================
   Fun & Calm – Immersions  |  fcim-immersions.css
   ===================================================== */

.fcim-sej {
    padding: 72px 48px;
    font-family: 'Mulish', sans-serif;
    background: #fff;
    box-sizing: border-box;
}

.fcim-eyebrow {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    color: #A89F98;
    margin: 0 0 12px;
}

.fcim-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(26px, 3.5vw, 42px);
    font-weight: 500;
    color: #2C2420;
    line-height: 1.15;
    margin: 0 0 10px;
}

.fcim-intro {
    font-size: 15px;
    color: #7A6F68;
    line-height: 1.85;
    font-weight: 300;
    max-width: 580px;
    margin: 0 0 36px;
}

/* ── Conteneur ── */
.fcim-wrap {
    background: #EFE9E0;
    border-radius: 22px;
    padding: 36px;
    box-sizing: border-box;
}

/* ── Label mois ── */
.fcim-mois-label {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 18px;
    font-weight: 500;
    color: #2C2420;
    margin: 0 0 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.fcim-mois-label::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #DDD5C8;
}

/* ── Grille ── */
.fcim-grid {
    display: grid;
    gap: 14px;
    margin-bottom: 28px;
}
.fcim-cols-1 { grid-template-columns: 1fr; }
.fcim-cols-2 { grid-template-columns: repeat(2, 1fr); }
.fcim-cols-3 { grid-template-columns: repeat(3, 1fr); }

/* ── Carte ── */
.fcim-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #DDD5C8;
    display: flex;
    flex-direction: column;
    transition: transform .25s, box-shadow .25s;
}
.fcim-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(44, 36, 32, .1);
}

/* Image */
.fcim-img-wrap { overflow: hidden; flex-shrink: 0; }
.fcim-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .4s ease;
}
.fcim-card:hover .fcim-img { transform: scale(1.04); }

/* Bande dates — couleurs univers */
.fcim-band {
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    box-sizing: border-box;
}
.fcim-band-fun  { background: #7FA6B1; }
.fcim-band-calm { background: #B8A898; }
.fcim-band-mix  { background: linear-gradient(90deg, #7FA6B1, #B8A898); }

.fcim-dates { font-size: 13px; font-weight: 600; color: #fff; margin: 0; line-height: 1.2; }
.fcim-duree { font-size: 11px; color: rgba(255,255,255,.75); margin: 2px 0 0; }

.fcim-statut {
    font-size: 9px;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: 20px;
    letter-spacing: .5px;
    text-transform: uppercase;
    white-space: nowrap;
    flex-shrink: 0;
}
.fcim-statut-ok  { background: rgba(255,255,255,.25); color: #fff; }
.fcim-statut-wip { background: rgba(255,255,255,.15); color: rgba(255,255,255,.85); }

/* Corps */
.fcim-body {
    padding: 14px 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

/* Badge univers */
.fcim-badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 8px;
    letter-spacing: .3px;
    line-height: 1.4;
}
.fcim-badge-fun  { background: #EBF3F6; color: #3d7080; }
.fcim-badge-calm { background: #F0EAE2; color: #7A6858; }
.fcim-badge-mix  { background: linear-gradient(90deg, #EBF3F6, #F0EAE2); color: #5b7a80; }

.fcim-card-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 15px;
    font-weight: 500;
    color: #2C2420;
    margin: 0 0 3px;
    line-height: 1.2;
}
.fcim-lieu  { font-size: 11px; color: #A89F98; font-weight: 500; margin: 0 0 8px; }
.fcim-desc  { font-size: 12px; color: #7A6F68; line-height: 1.65; margin: 0 0 10px; flex: 1; }

/* Intervenant */
.fcim-interv {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #F7F3EE;
    border-radius: 10px;
    padding: 7px 10px;
    border: 1px solid #EDE5D8;
    margin-bottom: 9px;
    text-decoration: none;
    transition: background .2s;
    box-sizing: border-box;
}
a.fcim-interv:hover { background: #EFE9E0; }

.fcim-interv-avatar {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
    font-family: 'Playfair Display', serif;
    line-height: 1;
}
.fcim-interv-name { font-size: 11px; font-weight: 600; color: #2C2420; margin: 0; line-height: 1.3; }
.fcim-interv-role { font-size: 10px; color: #A89F98; margin: 0; }

/* Bouton programme */
.fcim-notion {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #F7F3EE;
    border: 1.5px solid #DDD5C8;
    border-radius: 10px;
    padding: 7px 12px;
    font-size: 11px;
    font-weight: 600;
    color: #2C2420 !important;
    text-decoration: none;
    margin-bottom: 10px;
    transition: background .2s, border-color .2s;
    box-sizing: border-box;
}
.fcim-notion:hover { background: #EFE9E0; border-color: #C4B8A8; }
.fcim-notion svg   { flex-shrink: 0; }

/* Footer */
.fcim-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    border-top: 1px solid #F0EBE4;
    margin-top: auto;
}
.fcim-prix {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 17px;
    font-weight: 500;
    color: #2C2420;
    line-height: 1;
}
.fcim-prix span { font-size: 10px; color: #A89F98; font-family: 'Mulish', sans-serif; font-weight: 400; }

.fcim-btn {
    display: inline-block;
    padding: 7px 14px;
    border-radius: 24px;
    font-family: 'Mulish', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #fff !important;
    text-decoration: none;
    transition: opacity .2s;
    line-height: 1;
}
.fcim-btn:hover { opacity: .82; }

.fcim-interv-photo {
    object-fit: cover;
    object-position: center;
    background: none !important;
}

/* Liste d'attente */
.fcim-waitlist {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #DDD5C8;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.fcim-waitlist p { font-size: 13px; color: #7A6F68; font-weight: 300; line-height: 1.6; margin: 0; flex: 1; }
.fcim-waitlist p strong { color: #2C2420; font-weight: 600; }
.fcim-waitlist-btn {
    background: #2C2420;
    color: #fff !important;
    padding: 8px 18px;
    border-radius: 40px;
    font-family: 'Mulish', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background .2s;
    flex-shrink: 0;
    line-height: 1;
}
.fcim-waitlist-btn:hover { background: #7FA6B1; }

/* ── Responsive ── */
@media (max-width: 860px) {
    .fcim-sej  { padding: 56px 24px; }
    .fcim-wrap { padding: 24px 18px; }
    .fcim-cols-2,
    .fcim-cols-3 { grid-template-columns: 1fr; }
    .fcim-waitlist { flex-direction: column; }
}
