/* Core subpage content rhythm — remove stacked section-padding dead zones. */

@media (min-width: 901px) {
    html.white-apple-theme:not(.page-home) body:is(
        .page-services,
        .page-capabilities,
        .page-quality,
        .page-about,
        .page-products,
        .page-industries
    ) main#main-content > section.section {
        padding-top: 84px !important;
        padding-bottom: 84px !important;
    }

    html.white-apple-theme:not(.page-home) body:is(
        .page-services,
        .page-capabilities,
        .page-quality,
        .page-about,
        .page-products,
        .page-industries
    ) main#main-content > section.section > .section-container {
        min-width: 0 !important;
    }
}
