/* Industries hero — compact editorial composition, scoped to this page only. */

html.white-apple-theme:not(.page-home) body.page-industries main#main-content > section.page-hero {
    min-height: 0 !important;
    padding: clamp(84px, 7.5vw, 108px) 40px clamp(64px, 5.5vw, 80px) !important;
    overflow: hidden !important;
    text-align: left !important;
    background: #ffffff !important;
    border-bottom: 1px solid #e8e8e6 !important;
}

html.white-apple-theme:not(.page-home) body.page-industries main#main-content > section.page-hero::before,
html.white-apple-theme:not(.page-home) body.page-industries main#main-content > section.page-hero .page-hero-glow {
    display: none !important;
}

html.white-apple-theme:not(.page-home) body.page-industries main#main-content > section.page-hero > .section-container {
    display: grid !important;
    grid-template-columns: minmax(0, 1.42fr) minmax(320px, .78fr) !important;
    grid-template-rows: auto auto 1fr !important;
    column-gap: clamp(56px, 7vw, 96px) !important;
    align-items: start !important;
    width: min(100%, 1200px) !important;
    max-width: 1200px !important;
    margin-inline: auto !important;
}

html.white-apple-theme:not(.page-home) body.page-industries main#main-content > section.page-hero .section-label {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    margin: 0 0 26px !important;
}

html.white-apple-theme:not(.page-home) body.page-industries main#main-content > section.page-hero h1 {
    grid-column: 1 !important;
    grid-row: 2 / span 2 !important;
    align-self: start !important;
    max-width: 760px !important;
    margin: -4px 0 0 !important;
    color: #1d1d1f !important;
    font-size: clamp(62px, 5.6vw, 78px) !important;
    font-weight: 600 !important;
    line-height: .94 !important;
    letter-spacing: -.062em !important;
    text-align: left !important;
    text-wrap: balance !important;
}

html.white-apple-theme:not(.page-home) body.page-industries main#main-content > section.page-hero .geo-answer-block {
    grid-column: 2 !important;
    grid-row: 2 !important;
    width: 100% !important;
    max-width: 440px !important;
    margin: 2px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    text-align: left !important;
    background: transparent !important;
}

html.white-apple-theme:not(.page-home) body.page-industries main#main-content > section.page-hero .geo-answer-question {
    margin: 0 0 12px !important;
    color: #1d1d1f !important;
    font-size: 14px !important;
    font-weight: 650 !important;
    line-height: 1.45 !important;
    letter-spacing: -.012em !important;
}

html.white-apple-theme:not(.page-home) body.page-industries main#main-content > section.page-hero .geo-answer-text {
    margin: 0 !important;
    color: #6e6e73 !important;
    font-size: 15.5px !important;
    line-height: 1.62 !important;
    letter-spacing: -.008em !important;
    text-wrap: pretty !important;
}

html.white-apple-theme:not(.page-home) body.page-industries main#main-content > section.page-hero .page-hero-desc {
    grid-column: 2 !important;
    grid-row: 3 !important;
    width: 100% !important;
    max-width: 440px !important;
    margin: 28px 0 0 !important;
    padding: 22px 0 0 !important;
    border-top: 1px solid #dededb !important;
    color: #515154 !important;
    font-size: 16px !important;
    line-height: 1.58 !important;
    letter-spacing: -.012em !important;
    text-align: left !important;
    text-wrap: pretty !important;
}

@media (max-width: 960px) {
    html.white-apple-theme:not(.page-home) body.page-industries main#main-content > section.page-hero {
        padding: 78px 28px 64px !important;
    }

    html.white-apple-theme:not(.page-home) body.page-industries main#main-content > section.page-hero > .section-container {
        display: block !important;
        width: min(100%, 760px) !important;
        margin-inline: auto !important;
    }

    html.white-apple-theme:not(.page-home) body.page-industries main#main-content > section.page-hero .section-label {
        margin-bottom: 22px !important;
    }

    html.white-apple-theme:not(.page-home) body.page-industries main#main-content > section.page-hero h1 {
        max-width: 720px !important;
        margin: 0 !important;
        font-size: clamp(54px, 8.5vw, 68px) !important;
        line-height: .96 !important;
    }

    html.white-apple-theme:not(.page-home) body.page-industries main#main-content > section.page-hero .geo-answer-block {
        max-width: 690px !important;
        margin-top: 32px !important;
    }

    html.white-apple-theme:not(.page-home) body.page-industries main#main-content > section.page-hero .page-hero-desc {
        max-width: 690px !important;
        margin-top: 24px !important;
        padding-top: 20px !important;
    }
}

@media (max-width: 600px) {
    html.white-apple-theme:not(.page-home) body.page-industries main#main-content > section.page-hero {
        padding: 58px 20px 52px !important;
    }

    html.white-apple-theme:not(.page-home) body.page-industries main#main-content > section.page-hero .section-label {
        margin-bottom: 18px !important;
    }

    html.white-apple-theme:not(.page-home) body.page-industries main#main-content > section.page-hero h1 {
        font-size: clamp(43px, 12vw, 52px) !important;
        line-height: .97 !important;
        letter-spacing: -.055em !important;
    }

    html.white-apple-theme:not(.page-home) body.page-industries main#main-content > section.page-hero .geo-answer-block {
        margin-top: 28px !important;
    }

    html.white-apple-theme:not(.page-home) body.page-industries main#main-content > section.page-hero .geo-answer-text {
        font-size: 15px !important;
        line-height: 1.6 !important;
    }

    html.white-apple-theme:not(.page-home) body.page-industries main#main-content > section.page-hero .page-hero-desc {
        margin-top: 22px !important;
        padding-top: 18px !important;
        font-size: 15.5px !important;
        line-height: 1.55 !important;
    }
}
