.elementor-17738 .elementor-element.elementor-element-c7382d3{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-8fee4be *//* =========================================================
   THE FURNITURE BANK
   Harris Center Partner Spotlight
   Scoped to prevent conflicts with other pages
========================================================= */

.tfb-harris-story {
    --tfb-red: #d0112b;
    --tfb-red-dark: #a90d22;
    --tfb-black: #0e0e0e;
    --tfb-navy: #112a5d;
    --tfb-gray: #5b5b5b;
    --tfb-light-gray: #f5f6f7;
    --tfb-pale-red: #fff4f5;
    --tfb-border: #e5e7eb;
    --tfb-white: #ffffff;

    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    color: #31343a;
    font-family: inherit;
    font-size: 18px;
    line-height: 1.75;
}

.tfb-harris-story,
.tfb-harris-story * {
    box-sizing: border-box;
}

.tfb-harris-story p {
    margin: 0 0 22px;
}

.tfb-harris-story h2,
.tfb-harris-story h3 {
    margin-top: 0;
    color: var(--tfb-black);
    line-height: 1.25;
}

.tfb-harris-story h2 {
    margin-bottom: 22px;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 750;
    letter-spacing: -0.025em;
}

.tfb-harris-story h3 {
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 700;
}

.tfb-harris-story img {
    display: block;
    width: 100%;
    height: auto;
}

.tfb-harris-eyebrow {
    margin-bottom: 12px !important;
    color: var(--tfb-red);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1.4;
    text-transform: uppercase;
}


/* INTRODUCTION
--------------------------------------------------------- */

.tfb-harris-intro {
    position: relative;
    margin-bottom: 45px;
    padding: 38px 42px 18px;
    overflow: hidden;
    border-left: 5px solid var(--tfb-red);
    background:
        linear-gradient(
            135deg,
            rgba(208, 17, 43, 0.07),
            rgba(255, 255, 255, 0) 65%
        );
}

.tfb-harris-intro::after {
    content: "";
    position: absolute;
    top: -75px;
    right: -75px;
    width: 185px;
    height: 185px;
    border: 30px solid rgba(208, 17, 43, 0.06);
    border-radius: 50%;
}

.tfb-harris-lead {
    position: relative;
    z-index: 1;
    color: var(--tfb-black);
    font-size: clamp(22px, 3vw, 29px);
    font-weight: 650;
    line-height: 1.5;
}


/* QUICK FACTS
--------------------------------------------------------- */

.tfb-harris-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 0 0 55px;
}

.tfb-harris-fact {
    min-height: 180px;
    padding: 28px;
    border: 1px solid var(--tfb-border);
    border-top: 4px solid var(--tfb-red);
    border-radius: 10px;
    background: var(--tfb-white);
    box-shadow: 0 12px 30px rgba(14, 14, 14, 0.06);
}

.tfb-harris-fact-number {
    display: block;
    margin-bottom: 10px;
    color: var(--tfb-red);
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 800;
    line-height: 1.1;
}

.tfb-harris-fact-label {
    display: block;
    color: var(--tfb-gray);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}


/* IMAGES
--------------------------------------------------------- */

.tfb-harris-figure {
    margin: 55px 0;
}

.tfb-harris-figure img {
    max-height: 650px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 18px 45px rgba(14, 14, 14, 0.13);
}

.tfb-harris-figure-wide img {
    aspect-ratio: 16 / 7;
    object-position: center;
}

.tfb-harris-figure figcaption {
    padding: 13px 4px 0;
    color: #737780;
    font-size: 14px;
    font-style: italic;
    line-height: 1.5;
}


/* STANDARD CONTENT SECTIONS
--------------------------------------------------------- */

.tfb-harris-section,
.tfb-harris-stories {
    margin: 72px 0;
}

.tfb-harris-heading {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    margin-bottom: 28px;
}

.tfb-harris-heading > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--tfb-red);
    color: var(--tfb-white);
    font-size: 15px;
    font-weight: 800;
}

.tfb-harris-heading h2 {
    margin: 1px 0 0;
}


/* QUOTES
--------------------------------------------------------- */

.tfb-harris-quote {
    position: relative;
    margin: 38px 0;
    padding: 31px 35px 30px 76px;
    overflow: hidden;
    border-radius: 10px;
    background: var(--tfb-navy);
    color: var(--tfb-white);
}

.tfb-harris-quote::before {
    content: "“";
    position: absolute;
    top: 7px;
    left: 24px;
    color: var(--tfb-red);
    font-family: Georgia, serif;
    font-size: 82px;
    font-weight: 700;
    line-height: 1;
}

.tfb-harris-quote p {
    margin-bottom: 10px;
    color: inherit;
    font-size: clamp(19px, 2.4vw, 24px);
    font-weight: 600;
    line-height: 1.55;
}

.tfb-harris-quote cite {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

.tfb-harris-quote-light {
    border: 1px solid #f1cbd1;
    background: var(--tfb-pale-red);
    color: var(--tfb-black);
}

.tfb-harris-quote-light cite {
    color: var(--tfb-gray);
}


/* DR. HILL PROFILE
--------------------------------------------------------- */

.tfb-harris-profile {
    display: grid;
    grid-template-columns: minmax(280px, 0.88fr) minmax(320px, 1.12fr);
    overflow: hidden;
    margin: 72px 0;
    border-radius: 14px;
    background: var(--tfb-black);
    box-shadow: 0 20px 55px rgba(14, 14, 14, 0.15);
}

.tfb-harris-profile-image {
    min-height: 540px;
}

.tfb-harris-profile-image img {
    width: 100%;
    height: 100%;
    min-height: 540px;
    object-fit: cover;
    object-position: center top;
}

.tfb-harris-profile-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 55px 52px;
    color: rgba(255, 255, 255, 0.82);
}

.tfb-harris-profile-content h2 {
    color: var(--tfb-white);
}

.tfb-harris-profile-content p:last-child {
    margin-bottom: 0;
}


/* REFERRAL PROCESS
--------------------------------------------------------- */

.tfb-harris-process {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 38px 0;
}

.tfb-harris-process-item {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 17px;
    padding: 25px;
    border: 1px solid var(--tfb-border);
    border-radius: 10px;
    background: var(--tfb-light-gray);
}

.tfb-harris-process-item > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: var(--tfb-red);
    color: var(--tfb-white);
    font-size: 16px;
    font-weight: 800;
}

.tfb-harris-process-item h3 {
    margin: 2px 0 6px;
    font-size: 19px;
}

.tfb-harris-process-item p {
    margin: 0;
    color: var(--tfb-gray);
    font-size: 15px;
    line-height: 1.55;
}


/* FEATURED MAIN QUOTE
--------------------------------------------------------- */

.tfb-harris-main-quote {
    display: grid;
    grid-template-columns: 95px minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    margin: 75px 0;
    padding: 48px 55px;
    border-radius: 14px;
    background:
        linear-gradient(135deg, var(--tfb-red), var(--tfb-red-dark));
    box-shadow: 0 20px 50px rgba(208, 17, 43, 0.23);
}

.tfb-harris-main-quote-mark {
    color: rgba(255, 255, 255, 0.22);
    font-family: Georgia, serif;
    font-size: 140px;
    font-weight: 700;
    line-height: 0.7;
}

.tfb-harris-main-quote p {
    margin-bottom: 12px;
    color: var(--tfb-white);
    font-size: clamp(30px, 5vw, 55px);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
}

.tfb-harris-main-quote cite {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}


/* CLIENT STORIES
--------------------------------------------------------- */

.tfb-harris-story-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.tfb-harris-story-card {
    padding: 29px;
    border: 1px solid var(--tfb-border);
    border-radius: 12px;
    background: var(--tfb-white);
    box-shadow: 0 13px 35px rgba(14, 14, 14, 0.07);
}

.tfb-harris-story-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 21px;
    border-radius: 50%;
    background: var(--tfb-pale-red);
    color: var(--tfb-red);
    font-size: 14px;
    font-weight: 800;
}

.tfb-harris-story-card p {
    color: var(--tfb-gray);
    font-size: 16px;
    line-height: 1.65;
}

.tfb-harris-card-quote {
    margin: 22px 0 0 !important;
    padding-top: 19px;
    border-top: 1px solid var(--tfb-border);
    color: var(--tfb-black) !important;
    font-style: italic;
    font-weight: 650;
}


/* GALA SECTION
--------------------------------------------------------- */

.tfb-harris-gala {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
    gap: 34px;
    margin: 78px 0;
    padding: 48px;
    border-radius: 15px;
    background: var(--tfb-light-gray);
}

.tfb-harris-gala-content blockquote {
    margin: 28px 0 0;
    padding: 23px 25px;
    border-left: 4px solid var(--tfb-red);
    background: var(--tfb-white);
}

.tfb-harris-gala-content blockquote p {
    margin-bottom: 9px;
    color: var(--tfb-black);
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
}

.tfb-harris-gala-content blockquote cite {
    color: var(--tfb-gray);
    font-size: 14px;
    font-style: normal;
}

.tfb-harris-event-card {
    padding: 31px;
    border-top: 5px solid var(--tfb-red);
    border-radius: 11px;
    background: var(--tfb-white);
    box-shadow: 0 15px 38px rgba(14, 14, 14, 0.09);
}

.tfb-harris-event-label {
    margin-bottom: 8px !important;
    color: var(--tfb-red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.tfb-harris-event-card h3 {
    margin-bottom: 24px;
    font-size: 25px;
}

.tfb-harris-event-card dl {
    margin: 0 0 28px;
}

.tfb-harris-event-card dl > div {
    padding: 13px 0;
    border-bottom: 1px solid var(--tfb-border);
}

.tfb-harris-event-card dt {
    margin-bottom: 3px;
    color: var(--tfb-red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tfb-harris-event-card dd {
    margin: 0;
    color: var(--tfb-black);
    font-size: 15px;
    font-weight: 650;
    line-height: 1.45;
}


/* BUTTONS
--------------------------------------------------------- */

.tfb-harris-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 24px;
    border: 2px solid transparent;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    transition:
        transform 0.2s ease,
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;
}

.tfb-harris-button:hover {
    transform: translateY(-2px);
}

.tfb-harris-button-primary {
    width: 100%;
    background: var(--tfb-red);
    color: var(--tfb-white) !important;
}

.tfb-harris-button-primary:hover {
    background: var(--tfb-red-dark);
}

.tfb-harris-button-light {
    background: var(--tfb-white);
    color: var(--tfb-red) !important;
}

.tfb-harris-button-light:hover {
    background: #f7f7f7;
}

.tfb-harris-button-outline {
    border-color: rgba(255, 255, 255, 0.72);
    background: transparent;
    color: var(--tfb-white) !important;
}

.tfb-harris-button-outline:hover {
    border-color: var(--tfb-white);
    background: rgba(255, 255, 255, 0.09);
}


/* FINAL CTA
--------------------------------------------------------- */

.tfb-harris-final-cta {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(285px, 0.7fr);
    gap: 38px;
    align-items: center;
    margin-top: 75px;
    padding: 50px;
    border-radius: 15px;
    background:
        linear-gradient(135deg, var(--tfb-navy), #081938);
    color: rgba(255, 255, 255, 0.82);
}

.tfb-harris-final-cta h2 {
    color: var(--tfb-white);
}

.tfb-harris-final-cta p:last-child {
    margin-bottom: 0;
}

.tfb-harris-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}


/* TABLET
--------------------------------------------------------- */

@media (max-width: 900px) {
    .tfb-harris-facts,
    .tfb-harris-story-grid {
        grid-template-columns: 1fr;
    }

    .tfb-harris-profile,
    .tfb-harris-gala,
    .tfb-harris-final-cta {
        grid-template-columns: 1fr;
    }

    .tfb-harris-profile-image,
    .tfb-harris-profile-image img {
        min-height: 450px;
        max-height: 620px;
    }

    .tfb-harris-process {
        grid-template-columns: 1fr;
    }

    .tfb-harris-gala,
    .tfb-harris-final-cta {
        padding: 38px;
    }
}


/* MOBILE
--------------------------------------------------------- */

@media (max-width: 600px) {
    .tfb-harris-story {
        font-size: 17px;
        line-height: 1.7;
    }

    .tfb-harris-intro {
        padding: 29px 23px 10px;
    }

    .tfb-harris-facts {
        gap: 14px;
    }

    .tfb-harris-fact {
        min-height: auto;
        padding: 24px;
    }

    .tfb-harris-section,
    .tfb-harris-stories,
    .tfb-harris-profile,
    .tfb-harris-gala {
        margin: 55px 0;
    }

    .tfb-harris-heading {
        grid-template-columns: 43px minmax(0, 1fr);
        gap: 13px;
    }

    .tfb-harris-heading > span {
        width: 40px;
        height: 40px;
        font-size: 12px;
    }

    .tfb-harris-quote {
        padding: 29px 23px 26px 55px;
    }

    .tfb-harris-quote::before {
        left: 14px;
        font-size: 65px;
    }

    .tfb-harris-profile-content {
        padding: 35px 25px;
    }

    .tfb-harris-profile-image,
    .tfb-harris-profile-image img {
        min-height: 360px;
    }

    .tfb-harris-process-item {
        grid-template-columns: 40px minmax(0, 1fr);
        padding: 20px;
    }

    .tfb-harris-process-item > span {
        width: 38px;
        height: 38px;
    }

    .tfb-harris-main-quote {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 38px 27px;
    }

    .tfb-harris-main-quote-mark {
        height: 45px;
        font-size: 95px;
    }

    .tfb-harris-story-card {
        padding: 24px;
    }

    .tfb-harris-gala,
    .tfb-harris-final-cta {
        padding: 30px 23px;
    }

    .tfb-harris-event-card {
        padding: 25px 21px;
    }

    .tfb-harris-button {
        width: 100%;
    }

    .tfb-harris-figure-wide img {
        aspect-ratio: 4 / 3;
    }
}/* End custom CSS */