@font-face {
    font-family: "Source Sans 3";
    src: url("../font/source-sans-3-200.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans 3";
    src: url("../font/source-sans-3-300.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans 3";
    src: url("../font/source-sans-3-400.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans 3";
    src: url("../font/source-sans-3-500.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans 3";
    src: url("../font/source-sans-3-600.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans 3";
    src: url("../font/source-sans-3-700.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.zs-global-health-main {
    padding-top: 128px;
    padding-bottom: 60px;
    background: #fff;
}

.zs-global-health-shell {
    width: 100%;
    position: relative;
}

.zs-global-health-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 12px;
    padding: 0;
    list-style: none;
    color: rgba(255, 255, 255, 0.88);
    font-size: 12px;
    line-height: 1.35;
    font-weight: 600;
}

.zs-global-health-hero-copy {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: min(1320px, 92%);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.zs-global-health-hero-copy > * {
    max-width: 680px;
}

.zs-global-health-hero-title {
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 4.8vw, 58px);
    line-height: 0.98;
    font-weight: 600;
    letter-spacing: -0.025em;
}

.zs-global-health-kicker {
    margin: 18px 0 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 600;
}

.zs-global-health-hero-media {
    position: relative;
    min-height: 350px;
    display: flex;
    align-items: center;
    padding: 58px 0;
    overflow: hidden;
    border-top-right-radius: 220px;
    border-bottom: 10px solid #116836;
    background:
        linear-gradient(90deg, rgba(17, 104, 54, 0.82) 0%, rgba(17, 104, 54, 0.62) 28%, rgba(17, 104, 54, 0.38) 52%, rgba(17, 104, 54, 0.16) 100%),
        url("../img/global-health-hero-banner.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.zs-global-health-container {
    width: min(1320px, 92%);
    margin: 0 auto;
}

.zs-global-health-section {
    padding-top: 60px;
}

.zs-global-health-feature {
    display: grid;
    grid-template-columns: minmax(320px, 1fr) minmax(320px, 1fr);
    gap: 34px;
    align-items: center;
}

.zs-global-health-feature-reverse .zs-global-health-feature-media {
    order: 2;
}

.zs-global-health-feature-reverse .zs-global-health-feature-copy {
    order: 1;
}

.zs-global-health-feature-media {
    width: 92%;
    border-top: 10px solid #116836;
    justify-self: start;
}

.zs-global-health-feature-media img {
    width: 100%;
    display: block;
}

.zs-global-health-feature-reverse .zs-global-health-feature-media {
    justify-self: end;
}

.zs-global-health-feature-copy {
    max-width: 520px;
}

.zs-global-health-feature-copy h2 {
    margin: 0 0 24px;
    color: #116836;
    font-size: clamp(36px, 3vw, 50px);
    line-height: 0.98;
    font-weight: 400;
    letter-spacing: -0.035em;
}

.zs-global-health-feature-copy p {
    margin: 0;
    color: #2e3944;
    font-size: 20px;
    line-height: 1.75;
    font-weight: 400;
}

.zs-global-health-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    margin-top: 36px;
    padding: 0 28px;
    background: #116836;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.01em;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.zs-global-health-button:hover {
    background: #0f1720;
    transform: translateY(-1px);
}

@media (max-width: 900px) {
    .zs-global-health-main {
        padding-top: 82px;
        padding-bottom: 60px;
    }

    .zs-global-health-hero {
        padding: 0 0 36px;
    }

    .zs-global-health-breadcrumbs {
        margin-bottom: 10px;
        font-size: 11px;
        color: #4c5a66;
    }

    .zs-global-health-hero-copy {
        position: static;
        width: min(1320px, 92%);
        margin: 0 auto 24px;
        display: block;
    }

    .zs-global-health-hero-title {
        color: #116836;
        font-size: clamp(42px, 11vw, 64px);
        line-height: 0.96;
        font-weight: 400;
        letter-spacing: -0.035em;
    }

    .zs-global-health-kicker {
        margin-top: 14px;
        color: #27333d;
        font-size: 18px;
        line-height: 1.35;
    }

    .zs-global-health-hero-media {
        min-height: 250px;
        padding: 0;
        border-top-right-radius: 48px;
    }

    .zs-global-health-section {
        padding-top: 32px;
    }

    .zs-global-health-feature {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .zs-global-health-feature-reverse .zs-global-health-feature-media,
    .zs-global-health-feature-reverse .zs-global-health-feature-copy {
        order: initial;
    }

    .zs-global-health-feature-media,
    .zs-global-health-feature-reverse .zs-global-health-feature-media {
        width: 100%;
        justify-self: stretch;
    }

    .zs-global-health-feature-copy {
        max-width: none;
    }

    .zs-global-health-feature-copy h2 {
        margin-bottom: 18px;
        font-size: clamp(34px, 10vw, 46px);
    }

    .zs-global-health-feature-copy p {
        font-size: 18px;
        line-height: 1.6;
    }

    .zs-global-health-button {
        width: 100%;
        margin-top: 26px;
        padding: 0 18px;
        text-align: center;
    }
}
