/* ==========================================================================
   PATRON PAGE
   ========================================================================== */

.patron-hero {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: var(--tcmf-navy);
}

.patron-hero-image {
    position: absolute;
    inset: 0;
}

.patron-hero-image::after {
    content: "";
    position: absolute;
    inset: 0;

    background:
        linear-gradient(90deg,
            rgba(10, 28, 45, .92) 0%,
            rgba(10, 28, 45, .72) 42%,
            rgba(10, 28, 45, .20) 78%,
            rgba(10, 28, 45, .08) 100%),
        linear-gradient(0deg,
            rgba(10, 28, 45, .55) 0%,
            transparent 55%);
}

.patron-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.patron-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-bottom: 90px;
}

.patron-hero-copy {
    max-width: 760px;
}

.patron-hero .eyebrow {
    margin-bottom: 22px;
    color: #8DD4C7;
}

.patron-hero h1 {
    margin-bottom: 25px;
    color: #fff;
    font-size: clamp(58px, 8vw, 110px);
    line-height: .9;
}

.patron-hero p {
    margin: 0;
    color: rgba(255, 255, 255, .86);
    font-size: 16px;
    letter-spacing: .08em;
    text-transform: uppercase;
}


/* ==========================================================================
   INTRODUCTION
   ========================================================================== */

.patron-intro {
    padding: 110px 0;
}

.patron-intro-grid {
    display: grid;
    grid-template-columns: .75fr 1.6fr;
    gap: 90px;
}

.patron-section-label {
    padding-top: 8px;
}

.patron-section-label span {
    display: inline-block;
    max-width: 180px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--tcmf-teal);
    color: var(--tcmf-teal);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.patron-intro-copy {
    max-width: 790px;
}

.patron-intro-copy p {
    margin-bottom: 25px;
}

.patron-intro-copy .patron-lead {
    margin-bottom: 35px;
    color: var(--tcmf-navy);
    font-size: clamp(23px, 2.4vw, 32px);
    line-height: 1.5;
}


/* ==========================================================================
   JOURNEY
   ========================================================================== */

.patron-journey {
    padding: 105px 0;
    background: var(--tcmf-off-white);
}

.patron-journey-heading {
    max-width: 760px;
    margin-bottom: 65px;
}

.patron-journey-heading .eyebrow {
    margin-bottom: 18px;
}

.patron-journey-heading h2 {
    margin: 0;
    font-size: clamp(40px, 4.5vw, 65px);
}

.patron-timeline {
    border-top: 1px solid var(--tcmf-border);
}

.patron-timeline-item {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 40px;
    padding: 38px 0;
    border-bottom: 1px solid var(--tcmf-border);
}

.patron-timeline-number {
    color: var(--tcmf-teal);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
}

.patron-timeline-item h3 {
    margin-bottom: 13px;
    font-size: 31px;
}

.patron-timeline-item p {
    max-width: 700px;
    margin: 0;
}


/* ==========================================================================
   PROFILE
   ========================================================================== */

.patron-profile {
    padding: 105px 0;
}

.patron-profile-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
}

.patron-profile-card {
    min-height: 410px;
    padding: 60px;
    background: var(--tcmf-navy);
}

.patron-profile-card .eyebrow {
    margin-bottom: 20px;
    color: #8DD4C7;
}

.patron-profile-card h2 {
    max-width: 500px;
    margin: 0;
    color: #fff;
    font-size: clamp(37px, 4vw, 57px);
}

.patron-profile-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
    background: var(--tcmf-surface);
}

.patron-profile-copy p {
    max-width: 600px;
}

.patron-profile-copy p:last-child {
    margin-bottom: 0;
}


/* ==========================================================================
   FOUNDATION CONNECTION
   ========================================================================== */

.patron-foundation {
    padding: 0 0 105px;
}

.patron-foundation-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    padding: 65px;
    background: var(--tcmf-green-light);
}

.patron-foundation-inner>div {
    max-width: 720px;
}

.patron-foundation-inner .eyebrow {
    margin-bottom: 18px;
}

.patron-foundation-inner h2 {
    margin-bottom: 22px;
    font-size: clamp(38px, 4vw, 58px);
}

.patron-foundation-inner p {
    max-width: 650px;
    margin: 0;
}


/* ==========================================================================
   CTA
   ========================================================================== */

.patron-cta {
    padding: 100px 0;
    background: var(--tcmf-teal);
}

.patron-cta-inner {
    text-align: center;
}

.patron-cta .eyebrow {
    margin-bottom: 18px;
    color: #B7E6DE;
}

.patron-cta h2 {
    max-width: 800px;
    margin: 0 auto 35px;
    color: #fff;
    font-size: clamp(42px, 5vw, 70px);
}

.patron-cta .btn-tcmf-outline {
    border-color: rgba(255, 255, 255, .7);
}


/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 991.98px) {

    .patron-hero {
        min-height: 650px;
    }

    .patron-hero-content {
        padding-bottom: 70px;
    }

    .patron-intro {
        padding: 80px 0;
    }

    .patron-intro-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .patron-journey {
        padding: 80px 0;
    }

    .patron-profile {
        padding: 80px 0;
    }

    .patron-profile-grid {
        grid-template-columns: 1fr;
    }

    .patron-profile-card {
        min-height: 330px;
    }

    .patron-foundation {
        padding-bottom: 80px;
    }

    .patron-foundation-inner {
        align-items: flex-start;
        flex-direction: column;
        padding: 50px;
    }

    .patron-cta {
        padding: 80px 0;
    }
}


@media (max-width: 575.98px) {

    .patron-hero {
        min-height: 590px;
    }

    .patron-hero h1 {
        font-size: 53px;
    }

    .patron-intro {
        padding: 65px 0;
    }

    .patron-journey {
        padding: 65px 0;
    }

    .patron-timeline-item {
        grid-template-columns: 45px 1fr;
        gap: 15px;
    }

    .patron-timeline-item h3 {
        font-size: 27px;
    }

    .patron-profile {
        padding: 65px 0;
    }

    .patron-profile-card,
    .patron-profile-copy {
        padding: 35px;
    }

    .patron-foundation {
        padding-bottom: 65px;
    }

    .patron-foundation-inner {
        padding: 35px 25px;
    }

    .patron-cta {
        padding: 65px 0;
    }

}