/**
 * Donate page — hero typography refinement.
 *
 * The page body still contains legacy inline declarations. Every override is
 * rooted in .fc-support-hero and intentionally uses stronger specificity so a
 * future content republish cannot shrink the hero typography again.
 */

body .fc-support-hero .fc-hero {
    min-height: 560px;
    padding: 96px 32px !important;
}

body .fc-support-hero .fc-hero-content {
    max-width: 980px;
}

body .fc-support-hero .fc-hero-breadcrumb {
    max-width: 900px;
    margin-right: auto !important;
    margin-left: auto !important;
}

body .fc-support-hero .fc-hero-badge {
    margin-bottom: 28px !important;
}

body .fc-support-hero .fc-hero h1 {
    max-width: 940px;
    margin: 0 auto 24px !important;
    font-size: clamp(3.5rem, 4.25vw, 4.75rem) !important;
    line-height: 1.16 !important;
    letter-spacing: -0.045em !important;
    text-wrap: balance;
}

body .fc-support-hero .fc-hero-desc {
    max-width: 680px;
    font-size: clamp(1rem, 1.1vw, 1.125rem) !important;
    line-height: 1.8 !important;
}

@media (max-width: 840px) {
    body .fc-support-hero .fc-hero {
        min-height: 500px;
        padding: 72px 24px !important;
    }

    body .fc-support-hero .fc-hero-content {
        max-width: 760px;
    }

    body .fc-support-hero .fc-hero h1 {
        font-size: clamp(2.75rem, 7vw, 3.5rem) !important;
        line-height: 1.2 !important;
    }

    body .fc-support-hero .fc-hero-desc {
        font-size: 1rem !important;
    }
}

@media (max-width: 480px) {
    body .fc-support-hero .fc-hero {
        min-height: 460px;
        padding: 56px 20px !important;
    }

    body .fc-support-hero .fc-hero-breadcrumb {
        margin-bottom: 22px !important;
    }

    body .fc-support-hero .fc-hero-badge {
        margin-bottom: 20px !important;
    }

    body .fc-support-hero .fc-hero h1 {
        font-size: clamp(2.125rem, 9.6vw, 2.5rem) !important;
        line-height: 1.22 !important;
        letter-spacing: -0.04em !important;
    }

    body .fc-support-hero .fc-hero-desc {
        font-size: 0.9375rem !important;
        line-height: 1.75 !important;
    }

    body .fc-support-hero .fc-hero-desc br {
        display: none;
    }
}

@media (max-height: 500px) and (orientation: landscape) {
    body .fc-support-hero .fc-hero {
        min-height: 360px;
        padding: 44px 24px !important;
    }

    body .fc-support-hero .fc-hero-breadcrumb {
        margin-bottom: 14px !important;
    }

    body .fc-support-hero .fc-hero-badge {
        margin-bottom: 12px !important;
    }

    body .fc-support-hero .fc-hero h1 {
        margin-bottom: 14px !important;
        font-size: clamp(2.5rem, 6vw, 3.25rem) !important;
    }

    body .fc-support-hero .fc-hero-desc {
        font-size: 0.9375rem !important;
    }
}
