/* =====================================================
   Fun & Calm – Association Culturovie  |  fcas-asso.css
   ===================================================== */

.fcas-asso {
    padding: 72px 48px;
    font-family: 'Mulish', sans-serif;
    background: #D8A94C;
    box-sizing: border-box;
}

/* ── En-tête ── */
.fcas-eyebrow {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(255, 255, 255, .65);
    margin: 0 0 12px;
}

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

.fcas-intro {
    font-size: 15px;
    color: rgba(255, 255, 255, .82);
    line-height: 1.85;
    font-weight: 300;
    max-width: 640px;
    margin: 0 0 36px;
}

.fcas-intro strong { color: #fff; font-weight: 600; }

/* ── Grille ── */
.fcas-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

/* ── Carte ── */
.fcas-card {
    border-radius: 18px;
    padding: 28px 26px;
    border: 1px solid rgba(255, 255, 255, .25);
    transition: transform .2s;
    box-sizing: border-box;
}

.fcas-card:hover { transform: translateY(-2px); }

.fcas-card-amba {
    border-color: rgba(255, 255, 255, .35);
}

.fcas-ico {
    font-size: 28px;
    margin-bottom: 14px;
    display: block;
    line-height: 1.2;
}

.fcas-card-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 12px;
    line-height: 1.2;
}

.fcas-card-body {
    font-size: 14px;
    color: rgba(255, 255, 255, .82);
    line-height: 1.8;
    font-weight: 300;
    margin: 0 0 16px;
}

.fcas-card-body strong { color: #fff; font-weight: 600; }

/* ── Rôles ambassadeurs ── */
.fcas-roles {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 18px;
}

.fcas-role {
    background: rgba(255, 255, 255, .15);
    border-radius: 12px;
    padding: 10px 14px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, .2);
    box-sizing: border-box;
}

.fcas-role-ico {
    font-size: 16px;
    flex-shrink: 0;
    margin-top: 1px;
    line-height: 1.2;
}

.fcas-role-text {
    font-size: 13px;
    color: rgba(255, 255, 255, .88);
    line-height: 1.55;
    font-weight: 300;
}

.fcas-role-text strong {
    display: block;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2px;
    font-size: 13px;
}

/* ── Boutons ── */
.fcas-btn {
    display: inline-block;
    font-family: 'Mulish', sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 22px;
    border-radius: 40px;
    text-decoration: none;
    transition: background .2s, color .2s;
    white-space: nowrap;
    line-height: 1;
}

.fcas-btn-primary {
    background: #fff;
    color: #9A6E1E !important;
}

.fcas-btn-primary:hover {
    background: #2C2420;
    color: #fff !important;
}

.fcas-btn-secondary {
    background: rgba(255, 255, 255, .2);
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, .3);
}

.fcas-btn-secondary:hover {
    background: rgba(255, 255, 255, .3);
}

/* ── Note bas ── */
.fcas-note {
    background: rgba(255, 255, 255, .12);
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 18px 22px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    box-sizing: border-box;
}

.fcas-note-ico {
    font-size: 20px;
    flex-shrink: 0;
    margin-top: 2px;
    line-height: 1;
}

.fcas-note p {
    font-size: 14px;
    color: rgba(255, 255, 255, .82);
    line-height: 1.75;
    font-weight: 300;
    margin: 0;
}

.fcas-note p strong { color: #fff; font-weight: 600; }

/* ── Responsive ── */
@media (max-width: 680px) {
    .fcas-asso { padding: 56px 24px; }
    .fcas-grid { grid-template-columns: 1fr !important; }
}
