
/* ==============================================================
   FELLOWSHIP FOR CHRIST — OUTREACH PREVIEW
   Deliberately namespaced with ffc- to avoid collisions with the
   existing RFD stylesheet.
   ============================================================== */

.ffc-outreach-preview {
    --ffc-gold: #b39247;
    --ffc-gold-deep: #8f7134;
    --ffc-olive: #777b59;
    --ffc-sage: #a9aa8f;
    --ffc-cream: #f6f0e7;
    --ffc-ivory: #fffdf9;
    --ffc-blush: #ead0c2;
    --ffc-sand: #dfd3c4;
    --ffc-charcoal: #24201c;
    --ffc-muted: #665f58;
    --ffc-line: #d8cbbb;

    background:
        radial-gradient(circle at 84% 9%, rgba(179, 146, 71, 0.12), transparent 24rem),
        linear-gradient(145deg, #fffdf9 0%, #f6f0e7 55%, #efe1d5 100%);
    border-bottom: 1px solid var(--ffc-line);
    padding: 6rem 1.5rem 5rem;
    color: var(--ffc-charcoal);
}

.ffc-preview-shell {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.ffc-preview-heading {
    max-width: 820px;
    margin: 0 auto 3.25rem;
    text-align: center;
}

.ffc-kicker,
.ffc-story-label {
    color: var(--ffc-gold-deep);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.ffc-kicker {
    margin-bottom: 0.7rem;
}

.ffc-preview-heading h1 {
    margin: 0;
    color: var(--ffc-charcoal);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(3.6rem, 7vw, 6.5rem);
    font-weight: 600;
    letter-spacing: -0.045em;
    line-height: 0.95;
}

.ffc-preview-heading h1 em {
    color: var(--ffc-olive);
    font-weight: 500;
}

.ffc-preview-intro {
    max-width: 720px;
    margin: 1.35rem auto 0;
    color: var(--ffc-muted);
    font-size: 1.08rem;
    line-height: 1.75;
}

.ffc-primary-link {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.8rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    background: var(--ffc-olive);
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: none;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.ffc-primary-link:hover {
    background: #666a4d;
    transform: translateY(-2px);
}

.ffc-story-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.ffc-story-card {
    min-height: 355px;
    display: grid;
    grid-template-columns: 42% 58%;
    overflow: hidden;
    border: 1px solid var(--ffc-line);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 16px 38px rgba(63, 47, 31, 0.08);
    color: var(--ffc-charcoal);
    text-decoration: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.ffc-story-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 46px rgba(63, 47, 31, 0.12);
}

.ffc-story-art {
    min-height: 100%;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 35% 25%, rgba(255,255,255,0.65), transparent 26%),
        linear-gradient(150deg, var(--ffc-sand), var(--ffc-sage));
}

.ffc-story-family .ffc-story-art {
    background:
        radial-gradient(circle at 35% 25%, rgba(255,255,255,0.72), transparent 26%),
        linear-gradient(150deg, var(--ffc-blush), #c9b19f);
}

.ffc-art-monogram {
    width: 132px;
    height: 132px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,0.72);
    border-radius: 50% 50% 12px 50%;
    background: rgba(255,255,255,0.18);
    color: rgba(255,255,255,0.92);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 3rem;
    font-weight: 600;
    box-shadow: 0 12px 26px rgba(46, 38, 31, 0.08);
}

.ffc-story-copy {
    padding: 2rem 1.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ffc-story-label {
    margin-bottom: 0.55rem;
}

.ffc-story-copy h2 {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2rem, 3.2vw, 2.8rem);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.025em;
}

.ffc-story-copy > p:not(.ffc-story-label) {
    margin-top: 0.9rem;
    color: var(--ffc-muted);
    font-size: 0.93rem;
    line-height: 1.65;
}

.ffc-view-more {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-top: 1.2rem;
    color: var(--ffc-gold-deep);
    font-size: 0.83rem;
    font-weight: 700;
}

.ffc-story-card:hover .ffc-view-more {
    color: var(--ffc-olive);
}

.ffc-preview-footer {
    max-width: 880px;
    margin: 2.5rem auto 0;
    padding-top: 1.75rem;
    border-top: 1px solid var(--ffc-line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.ffc-preview-footer p {
    max-width: 620px;
    margin: 0;
    color: var(--ffc-muted);
    font-size: 0.92rem;
    line-height: 1.65;
}

.ffc-preview-footer a {
    flex-shrink: 0;
    color: var(--ffc-gold-deep);
    font-size: 0.84rem;
    font-weight: 700;
    text-decoration: none;
}

.ffc-preview-footer a:hover {
    color: var(--ffc-olive);
}

@media (max-width: 980px) {
    .ffc-outreach-preview {
        padding: 5rem 1.25rem 4.5rem;
    }

    .ffc-story-grid {
        grid-template-columns: 1fr;
        max-width: 760px;
        margin: 0 auto;
    }

    .ffc-story-card {
        min-height: 320px;
    }
}

@media (max-width: 640px) {
    .ffc-outreach-preview {
        padding: 4rem 1rem 3.5rem;
    }

    .ffc-preview-heading {
        margin-bottom: 2.4rem;
    }

    .ffc-preview-heading h1 {
        font-size: clamp(3.25rem, 17vw, 4.75rem);
    }

    .ffc-preview-intro {
        font-size: 1rem;
    }

    .ffc-story-card {
        min-height: 0;
        grid-template-columns: 1fr;
    }

    .ffc-story-art {
        min-height: 230px;
    }

    .ffc-art-monogram {
        width: 112px;
        height: 112px;
        font-size: 2.6rem;
    }

    .ffc-story-copy {
        padding: 1.55rem 1.35rem 1.7rem;
    }

    .ffc-preview-footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.9rem;
    }
}
