.fc-home-purpose-split {
    display: grid;
    grid-template-columns: minmax(290px, .78fr) minmax(0, 1.42fr);
    gap: clamp(30px, 5vw, 64px);
    align-items: center;
}

.fc-home-featured-art.fc-content-artwork {
    margin: 0;
}

.fc-home-featured-art--invitation {
    margin-bottom: clamp(44px, 7vw, 76px) !important;
}

.fc-home-featured-art--study {
    margin-block: clamp(32px, 5vw, 52px) !important;
}

.fc-home-featured-art img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.fc-home-study-paths {
    margin-top: 30px;
}

.fc-home-study-paths--continued {
    margin-top: 0;
}

.fc-home-purpose-copy > p:not(.fc-eyebrow) {
    margin: 18px 0 0;
    color: var(--fc-text);
    line-height: 1.75;
}

.fc-home-purpose-art.fc-content-artwork {
    margin: 0;
}

.fc-home-purpose-paths {
    margin-top: clamp(34px, 5vw, 52px);
}

/* Keep study copy, supporting details, and action pills visually distinct. */
.fc-cfm-home {
    background:
        radial-gradient(ellipse at 50% 0%, #e7bd632b, transparent 72%),
        radial-gradient(ellipse at 8% 90%, #758f4126, transparent 65%),
        linear-gradient(135deg, #365443, #23483f 55%, #193c3c);
    border-block: 1px solid #d6b66c42;
    box-shadow: inset 0 1px 0 #f4dba31a;
}
.fc-cfm-home .fc-section-heading { color: #fff0cc; text-shadow: 0 2px 20px #dfa7391c; }
.fc-cfm-home .fc-eyebrow { color: #f5cd76; }
.fc-cfm-home .fc-page-intro-copy {
    margin-bottom: 0;
}

.fc-cfm-home__highlights {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.fc-cfm-home__highlights span {
    padding: 4px 13px;
    border-left: 2px solid #dbb965;
    color: #e1dec5;
    font-size: .82rem;
    font-weight: 700;
}

.fc-section[aria-labelledby="cfm-home"] .fc-actions {
    margin-top: 22px;
}

.fc-section[aria-labelledby="look-unto-me-home"] .fc-actions {
    margin-top: 22px;
}

@media (max-width: 900px) {
    .fc-home-purpose-split {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

@media (max-width: 700px) {
    .fc-home-purpose-art img {
        min-height: 260px;
        object-fit: cover;
        object-position: center;
    }

    .fc-section[aria-labelledby="cfm-home"] .fc-actions,
    .fc-section[aria-labelledby="look-unto-me-home"] .fc-actions {
        margin-top: 18px;
    }

    .fc-cfm-home__highlights {
        display: grid;
        gap: 8px;
        margin-top: 18px;
    }

    .fc-cfm-home__highlights span {
        text-align: center;
    }
}

/* Preserve the approved lower atmospheric transition on desktop. */
@media (min-width: 701px) {
    body.fc-site .fc-home-hero::after {
        background: linear-gradient(180deg, transparent 65%, rgba(28,55,67,.08) 76%, rgba(28,55,67,.32) 86%, rgba(28,55,67,.7) 94%, #1c3743 100%);
    }
}
