/* =====================================================
   Fun & Calm – Univers & Thèmes  |  fcuv-univers.css
   ===================================================== */

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

/* ── En-tête ── */
.fcuv-eyebrow {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    color: #A89F98;
    margin: 0 0 12px;
}

.fcuv-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;
}

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

.fcuv-intro strong { color: #2C2420; font-weight: 600; }

/* ── Grille ── */
.fcuv-grid {
    display: grid;
    gap: 0;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #DDD5C8;
}

.fcuv-cols-1 { grid-template-columns: 1fr; }
.fcuv-cols-2 { grid-template-columns: 1fr 1fr; }
.fcuv-cols-3 { grid-template-columns: 1fr 1fr 1fr; }

/* ── Colonne ── */
.fcuv-col-not-last .fcuv-col-head {
    border-right: 1px solid rgba(255, 255, 255, .18);
}

.fcuv-col-not-last .fcuv-col-body {
    border-right: 1px solid #DDD5C8;
}

/* ── En-tête coloré ── */
.fcuv-col-head {
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
}

.fcuv-col-ico { font-size: 18px; line-height: 1; flex-shrink: 0; }

.fcuv-col-name {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
}

/* ── Corps ── */
.fcuv-col-body {
    background: #fff;
    padding: 16px 18px;
    box-sizing: border-box;
}

.fcuv-theme {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 9px 0;
    border-bottom: 1px solid #F0EBE4;
}

.fcuv-theme-last { border-bottom: none; }

.fcuv-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 5px;
}

.fcuv-theme-name {
    font-size: 13px;
    font-weight: 600;
    color: #2C2420;
    margin: 0 0 2px;
    line-height: 1.3;
}

.fcuv-theme-desc {
    font-size: 12px;
    color: #7A6F68;
    line-height: 1.55;
    margin: 0;
}

/* ── Note maisons ── */
.fcuv-note {
    margin-top: 14px;
    background: #EBF3F6;
    border-radius: 12px;
    padding: 14px 18px;
    font-size: 13px;
    color: #527A87;
    line-height: 1.65;
    box-sizing: border-box;
}

.fcuv-note strong { font-weight: 600; }

/* ── Responsive ── */
@media (max-width: 768px) {
    .fcuv-ut { padding: 56px 24px; }

    .fcuv-cols-2,
    .fcuv-cols-3 { grid-template-columns: 1fr; }

    .fcuv-col-not-last .fcuv-col-head { border-right: none; border-bottom: 1px solid rgba(255,255,255,.18); }
    .fcuv-col-not-last .fcuv-col-body { border-right: none; border-bottom: 1px solid #DDD5C8; }
}
