﻿.home-subnav {
    background-color: #ffffff;
}

    .home-subnav.sfs-cloud-drift {
        background-image: linear-gradient( to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.98) 8%, rgba(255, 255, 255, 0.86) 18%, rgba(255, 255, 255, 0.48) 34%, rgba(255, 255, 255, 0.18) 56%, rgba(255, 255, 255, 0.36) 78%, rgba(255, 255, 255, 0.92) 100% ), url("../../assets/images/page-art/supplier/supplier-detail.webp") background-size: 100% 100%, 115%;
        background-position: center center, var(--cloud-x, 50%) var(--cloud-y, 50%);
        background-repeat: no-repeat;
        background-color: #eaf7ff;
        transition: background-position 0.08s linear;
    }

    .home-subnav .container {
        display: grid;
        gap: 1.75rem;
    }


.subnav-message {
    max-width: 860px;
}

.subnav-text {
    color: var(--sfs-muted);
    font-size: 1.08rem;
    line-height: 1.9;
}

#mission > .container {
    position: relative;
    z-index: 1;
    max-width: 980px;
    margin-left: clamp(2rem, 18vw, 22rem);
    margin-right: auto;
    padding: clamp(2rem, 3.8vw, 3.25rem);
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(219, 228, 236, 0.88);
    border-radius: 1.25rem;
    box-shadow: 0 22px 50px rgba(18, 32, 47, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(8px);
}
#mission > .container {
    position: relative;
    z-index: 1;
    width: min(620px, calc(100% - 2rem));
    margin-left: clamp(2rem, 12vw, 14rem);
    margin-right: auto;
    padding: clamp(1.4rem, 3vw, 2.25rem);
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(219, 228, 236, 0.85);
    border-radius: 1.25rem;
    box-shadow: 0 18px 45px rgba(18, 32, 47, 0.16);
}

#mission .section-heading h2 {
    font-size: clamp(3rem, 5vw, 5.25rem);
    line-height: 0.96;
    letter-spacing: -0.06em;
    color: var(--sfs-blue);
    background: linear-gradient( 180deg, #1b4a79 0%, #12385f 48%, #0d2a45 100% );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: none;
}

#mission .section-heading p,
#mission .subnav-text {
    color: var(--sfs-blue);
    font-size: clamp(1rem, 1.3vw, 1.16rem);
    line-height: 1.85;
    font-weight: 650;
    letter-spacing: 0.005em;
    text-shadow: none;
}

#mission .section-heading p {
    max-width: 820px;
}

#mission .subnav-text {
    max-width: 880px;
}
.home-scene {
    position: relative;
    min-height: clamp(520px, 70vw, 900px);
    overflow: hidden;
    display: flex;
    align-items: center;
    background: #0d2a45;
}

.home-scene-hero {
    min-height: clamp(640px, 78vw, 980px);
}

.home-scene-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    z-index: 0;
}

/* Hero image motion: centered Y-axis turn with overscan */
.home-page .sfs-hero-drift {
    perspective: 900px;
    perspective-origin: center center;
    overflow: hidden;
    background: #0d2a45;
}

    .home-page .sfs-hero-drift .home-scene-image {
        width: 118%;
        height: 118%;
        left: 50%;
        top: 50%;
        z-index: 0;
        transform: translate(-50%, -50%) translate3d(var(--hero-pan-x, 0px), var(--hero-pan-y, 0px), 0) scale(1.04) rotateY(var(--hero-rotate-y, 0deg));
        transform-origin: center center;
        transition: transform 0.08s linear;
        will-change: transform;
        backface-visibility: hidden;
    }

    .home-page .sfs-hero-drift .home-scene-content {
        z-index: 2;
    }
.home-scene-card {
    width: min(680px, calc(100% - 2rem));
    margin-left: 0;
    margin-right: auto;
    padding: clamp(1.4rem, 3vw, 2.35rem);
    background: linear-gradient(180deg, rgba(243, 249, 255, 0.76) 0%, rgba(220, 236, 248, 0.66) 42%, rgba(199, 222, 239, 0.58) 100%);
    border: 1px solid rgba(126, 160, 190, 0.62);
    border-radius: 1.25rem;
    box-shadow: 0 18px 45px rgba(18, 32, 47, 0.22);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}

.home-scene:nth-of-type(even) .home-scene-content {
    justify-content: flex-start;
}

.home-scene-card {
    width: min(620px, 100%);
    padding: clamp(1.4rem, 3vw, 2.25rem);
    background: linear-gradient( 180deg, rgba(243, 249, 255, 0.72) 0%, rgba(220, 236, 248, 0.62) 42%, rgba(199, 222, 239, 0.54) 100% );
    border: 1px solid rgba(126, 160, 190, 0.62);
    border-radius: 1.25rem;
    box-shadow: 0 18px 45px rgba(18, 32, 47, 0.18);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

    .home-scene-card h1,
    .home-scene-card h2 {
        color: var(--sfs-text);
        line-height: 1.08;
        margin-bottom: 1rem;
    }

    .home-scene-card h1 {
        font-size: clamp(2.35rem, 4.9vw, 4.7rem);
        letter-spacing: -0.045em;
    }

    .home-scene-card h2 {
        font-size: clamp(2rem, 3.7vw, 3.55rem);
        letter-spacing: -0.035em;
    }

    .home-scene-card p {
        color: var(--sfs-muted);
        font-size: clamp(0.95rem, 1.25vw, 1.08rem);
        line-height: 1.75;
    }

    .home-scene-card .hero-text {
        color: var(--sfs-muted);
    }

.home-company-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-company-logo {
    width: 100%;
    max-width: 520px;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
}

#capabilities-overview,
#process,
#government-overview {
    background: #ffffff;
}

#products,
#quality-overview,
#company-overview {
    background: #ffffff;
}

#contact-preview.contact-banner-bg {
    background-image: url("../../assets/images/hero/home/next_steps_banner.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#company-overview .split-layout {
    gap: clamp(2rem, 5vw, 3.5rem);
}

#company-overview h2 {
    font-size: clamp(2.1rem, 4vw, 3rem);
    line-height: 1.08;
    margin-bottom: 1rem;
}

#company-overview p,
#company-overview li {
    font-size: 1.02rem;
    line-height: 1.78;
}

#contact-preview h2 {
    color: var(--sfs-text);
}

#contact-preview .section-kicker {
    color: #1f4f82;
}

#contact-preview p {
    color: var(--sfs-muted);
}

.home-page .card,
.home-page .panel,
.home-page .contact-card,
.home-page .contact-form {
    padding: clamp(1.4rem, 3vw, 2rem);
}

/* Contact section boxes: SFS baby-blue gradient */

body.home-page #contact-preview .contact-card,
body.home-page #contact-preview .contact-form {
    background: linear-gradient( 180deg, rgba(243, 249, 255, 0.72) 0%, rgba(220, 236, 248, 0.62) 42%, rgba(199, 222, 239, 0.54) 100% );
    border: 1px solid rgba(126, 160, 190, 0.62);
    border-radius: 1.25rem;
    box-shadow: 0 18px 45px rgba(18, 32, 47, 0.18);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

    body.home-page #contact-preview .contact-card h3,
    body.home-page #contact-preview .contact-form label {
        color: var(--sfs-text);
    }

    body.home-page #contact-preview .contact-card p {
        color: var(--sfs-blue);
    }

    .home-page .card p {
        line-height: 1.75;
    }

.home-page .credibility-strip {
    background: #ffffff;
    border-top: 1px solid rgba(156, 180, 201, 0.45);
    border-bottom: 1px solid rgba(156, 180, 201, 0.45);
}




.home-page .credibility-items {
    min-height: 96px;
    gap: 1rem 2.25rem;
}

.contact-banner-bg {
    background-image: url("../../assets/images/hero/home/next_steps_banner.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

body.home-page #contact-preview.contact-banner-bg {
    background-image: url("../../assets/images/hero/home/next_steps_banner.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


/* HOMEPAGE SIMPLIFIED VISUAL FLOW
   Static photos only. No drift animation. No white-wash overlays.
*/

/* Lock homepage hero card position on desktop */
@media (min-width: 861px) {
    .home-page .home-scene-hero .home-scene-content {
        position: relative;
        z-index: 5;
        width: var(--container);
        max-width: var(--container);
        min-height: inherit;
        margin: 0 auto;
        padding: clamp(3rem, 7vw, 6rem) 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .home-page .home-scene-hero .hero-copy {
        width: min(680px, calc(100% - 2rem));
        margin-left: 0;
        margin-right: auto;
    }
}

.home-page .home-scene-hero .hero-copy {
    width: min(680px, calc(100% - 2rem));
    margin-left: 0;
    margin-right: auto;
    padding: clamp(1.35rem, 2.5vw, 2.35rem);
    color: var(--sfs-text);
    background: linear-gradient( 180deg, rgba(245, 250, 255, 0.86) 0%, rgba(224, 239, 250, 0.76) 48%, rgba(203, 226, 242, 0.68) 100% );
    border: 1px solid rgba(210, 230, 244, 0.78);
    border-radius: 1.35rem;
    box-shadow: 0 24px 60px rgba(3, 14, 26, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}

    .home-page .home-scene-hero .hero-copy .eyebrow,
    .home-page .home-scene-hero .hero-copy .section-kicker {
        color: #0f4f86;
        text-shadow: none;
    }

    .home-page .home-scene-hero .hero-copy h1 {
        color: var(--sfs-text);
        text-shadow: none;
    }

    .home-page .home-scene-hero .hero-copy .hero-text,
    .home-page .home-scene-hero .hero-copy p {
        color: var(--sfs-blue);
        font-weight: 700;
        text-shadow: none;
    }

    .home-page .home-scene-hero .hero-copy .button-row {
        margin-top: 1.35rem;
    }
    body.home-page .home-scene-hero .hero-copy {
        padding-bottom: 0.9rem;
    }

        body.home-page .home-scene-hero .hero-copy .btn {
            min-height: 48px;
            border-radius: 0.65rem;
            font-size: 0.95rem;
        }
/* Mission returns to clean text section */
.home-page #mission {
    background: #ffffff;
    height: auto !important;
    min-height: auto !important;
    padding-top: var(--section-y-tight) !important;
    padding-bottom: var(--section-y-tight) !important;
    display: block;
}

    .home-page #mission > .container {
        width: var(--container);
        max-width: 980px;
        margin: 0 auto;
        padding: 0;
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        backdrop-filter: none;
    }

/* Aerospace Supply stays as the single main aviation photo section */
.home-page #aerospace-supply .home-scene-image {
    object-position: 95% center;
}

.home-page #aerospace-supply .home-scene-content {
    width: var(--container);
    max-width: var(--container);
    margin: 0 auto;
    padding: clamp(3rem, 7vw, 6rem) 0;
    justify-content: flex-end;
    align-items: center;
}

.home-page #aerospace-supply .home-scene-card {
    width: min(620px, 100%);
    margin-left: auto;
    margin-right: 0;
    padding: clamp(1.4rem, 3vw, 2.25rem);
    background: linear-gradient( 180deg, rgba(243, 249, 255, 0.72) 0%, rgba(220, 236, 248, 0.62) 42%, rgba(199, 222, 239, 0.54) 100% );
    border: 1px solid rgba(126, 160, 190, 0.62);
    border-radius: 1.25rem;
    box-shadow: 0 18px 45px rgba(18, 32, 47, 0.16);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.home-page #aerospace-supply .aerospace-supply-list {
    margin: 1rem 0 0;
    padding-left: 1.25rem;
    color: var(--sfs-muted);
    font-size: clamp(0.95rem, 1.25vw, 1.08rem);
    line-height: 1.75;
    font-weight: 600;
}

/* Products: steel photo background with subtle metal drift */
.home-page #products.products-static-photo {
    position: relative;
    overflow: hidden;
    background-image: url("../../assets/images/page-art/supplier/supplier-detail-01.jpg");
    background-size: 122%;
    background-position: var(--metal-x, 50%) var(--metal-y, 50%);
    background-repeat: no-repeat;
    background-color: #f5f8fb;
    transition: background-position 0.08s linear;
}
    .home-page #products.products-static-photo::before {
        content: none;
    }

    .home-page #products.products-static-photo > .container {
        position: relative;
        z-index: 1;
    }
/* Quality: static warehouse photo with title on image and list/button in hero-style window */

/* Quality: static warehouse photo with SFS glass text boxes */

.home-page #quality-overview.quality-static-photo {
    position: relative;
    overflow: hidden;
    background-image: url("../../assets/images/page-art/logistics/warehouse.jpg");
    background-size: 122%;
    background-position: var(--warehouse-x, 42%) var(--warehouse-y, 38%);
    background-repeat: no-repeat;
    background-color: #f5f8fb;
    transition: background-position 0.08s linear;
}

    .home-page #quality-overview.quality-static-photo::before {
        content: none;
    }

    .home-page #quality-overview.quality-static-photo > .container {
        position: relative;
        z-index: 1;
    }

    /* Left Quality content: white see-through glass */
    .home-page #quality-overview.quality-static-photo .split-layout > div:first-child {
        width: min(620px, 100%);
        padding: clamp(1.4rem, 3vw, 2.25rem);
        background: rgba(255, 255, 255, 0.78);
        border: 1px solid rgba(255, 255, 255, 0.82);
        border-radius: 1.25rem;
        box-shadow: 0 18px 45px rgba(18, 32, 47, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.72);
        backdrop-filter: blur(7px);
        -webkit-backdrop-filter: blur(7px);
    }

    .home-page #quality-overview.quality-static-photo .section-kicker {
        color: var(--sfs-blue);
        font-weight: 800;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        text-shadow: none;
    }

    .home-page #quality-overview.quality-static-photo h2 {
        font-size: clamp(3rem, 5vw, 5.25rem);
        line-height: 0.96;
        letter-spacing: -0.06em;
        margin: 0 0 1rem;
        background: none;
        -webkit-background-clip: initial;
        background-clip: initial;
        color: #12385f;
        -webkit-text-fill-color: #12385f;
        text-shadow: none;
    }

    .home-page #quality-overview.quality-static-photo .split-layout > div:first-child > p {
        color: #ffffff;
        font-size: clamp(1.05rem, 1.45vw, 1.35rem);
        font-weight: 750;
        line-height: 1.7;
        letter-spacing: 0.005em;
        max-width: 820px;
        text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.26), 1px 2px 0 rgba(7, 24, 39, 0.42), 3px 5px 12px rgba(7, 24, 39, 0.46);
    }

    /* Bullet list/button: no separate box, parent glass handles it */
    .home-page #quality-overview.quality-static-photo .feature-list {
        margin-top: 1.5rem;
        margin-bottom: 1.25rem;
        padding-left: 1.25rem;
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

        .home-page #quality-overview.quality-static-photo .feature-list li {
            color: var(--sfs-blue);
            font-size: clamp(0.95rem, 1.25vw, 1.08rem);
            line-height: 1.75;
            font-weight: 650;
        }

    .home-page #quality-overview.quality-static-photo .split-layout > div:first-child > .section-cta {
        margin-top: 0;
        padding: 0;
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    /* Right Quality panel: white see-through glass */
    .home-page #quality-overview.quality-static-photo .panel {
        width: min(620px, 100%);
        padding: clamp(1.4rem, 3vw, 2.25rem);
        background: rgba(255, 255, 255, 0.78);
        border: 1px solid rgba(255, 255, 255, 0.82);
        border-radius: 1.25rem;
        box-shadow: 0 18px 45px rgba(18, 32, 47, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.72);
        backdrop-filter: blur(7px);
        -webkit-backdrop-filter: blur(7px);
    }

        .home-page #quality-overview.quality-static-photo .panel h3,
        .home-page #quality-overview.quality-static-photo .panel p {
            color: var(--sfs-blue);
        }

/* Process, Logistics, Company: solid white text boxes */

/* Process and Logistics detail cards: match Capabilities card style */

body.home-page #process .detail-item,
body.home-page #logistics-overview .detail-item {
    padding: 1.4rem;
    background: #ffffff;
    border: 1px solid var(--sfs-border);
    border-radius: 1rem;
    box-shadow: var(--sfs-card-shadow);
}

    body.home-page #process .detail-item h3,
    body.home-page #logistics-overview .detail-item h3 {
        font-size: 1.15rem;
        margin-bottom: 0.6rem;
        color: var(--sfs-text);
    }

    body.home-page #process .detail-item p,
    body.home-page #logistics-overview .detail-item p {
        color: var(--sfs-muted);
        line-height: 1.75;
    }

body.home-page #company-overview .split-layout > div:last-child {
    padding: clamp(1.4rem, 3vw, 2.25rem);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(219, 228, 236, 0.90);
    border-radius: 1.25rem;
    box-shadow: 0 18px 45px rgba(18, 32, 47, 0.16);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}
/* Government: static F35 photo section */

.home-page #government-overview.government-static-photo {
    position: relative;
    overflow: hidden;
    background-image: url("../../assets/images/page-art/aircraft/F35.jpg");
    background-size: 122%;
    background-position: var(--warehouse-x, 42%) var(--warehouse-y, 38%);
    background-repeat: no-repeat;
    background-color: #f5f8fb;
    transition: background-position 0.08s linear;
}

    .home-page #government-overview.government-static-photo::before {
        content: none;
    }

    .home-page #government-overview.government-static-photo > .container {
        position: relative;
        z-index: 1;
    }
    /* Government desktop: make heading text match main title */
    body.home-page #government-overview.government-static-photo .section-kicker {
        color: var(--sfs-text);
        text-shadow: none;
    }

    body.home-page #government-overview.government-static-photo .section-heading p {
        color: var(--sfs-text);
        font-weight: 700;
        text-shadow: none;
    }
    /* Government overview cards: tighter transparent glass */

    .home-page #government-overview.government-static-photo .card-grid {
        gap: clamp(0.65rem, 1.2vw, 1rem);
    }

    .home-page #government-overview.government-static-photo .card {
        padding: clamp(0.7rem, 1.25vw, 1rem);
        min-height: 0;
        background: linear-gradient( 180deg, rgba(243, 249, 255, 0.72) 0%, rgba(220, 236, 248, 0.62) 42%, rgba(199, 222, 239, 0.54) 100% );
        border: 1px solid rgba(126, 160, 190, 0.62);
        border-radius: 0.9rem;
        box-shadow: 0 10px 26px rgba(5, 18, 32, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.58);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
    }

body.home-page #government-overview.government-static-photo .card {
    padding: 0.5rem 0.65rem;
}

    body.home-page #government-overview.government-static-photo .card h3 {
        margin: 0 0 0.18rem;
        color: var(--sfs-text);
        font-size: 0.78rem;
        line-height: 1.2;
    }

    body.home-page #government-overview.government-static-photo .card p {
        margin: 0;
        color: var(--sfs-blue);
        font-size: 0.66rem;
        font-weight: 600;
        line-height: 1.35;
    }

/* Company back to clean text section */
.home-page #company-overview {
    background: #ffffff;
}


/* HOMEPAGE EFFECT OVERRIDE
   Keep seam overlays removed, but allow image drift motion on homepage.
*/

body.home-page .sfs-cloud-drift,
body.home-page .sfs-metal-drift,
body.home-page .sfs-warehouse-drift {
    transition: background-position 0.08s linear;
}

body.home-page #products.products-static-photo::before,
body.home-page #quality-overview.quality-static-photo::before,
body.home-page #government-overview.government-static-photo::before,
body.home-page #capabilities-overview::before,
body.home-page #capabilities-overview::after,
body.home-page .home-scene::before,
body.home-page .home-scene::after {
    content: none !important;
    background: none !important;
}

/* Homepage white-section replacement: baby-blue gradient background */

body.home-page #mission,
body.home-page #capabilities-overview,
body.home-page #process,
body.home-page #logistics-overview,
body.home-page #company-overview {
    background: linear-gradient( 180deg, #eef5fb 0%, #e3eef7 42%, #d6e6f4 100% ) !important;
}

    /* Keep section content above background */
    body.home-page #mission > .container,
    body.home-page #capabilities-overview > .container,
    body.home-page #process > .container,
    body.home-page #logistics-overview > .container,
    body.home-page #company-overview > .container {
        position: relative;
        z-index: 1;
    }
/* Products heading readability on steel background — no text boxes */

body.home-page #products.products-static-photo .section-kicker {
    display: block;
    width: auto;
    padding: 0;
    color: #ffffff;
    font-size: clamp(0.95rem, 1.2vw, 1.15rem);
    font-weight: 800;
    letter-spacing: 0.18em;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.72);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

body.home-page #products.products-static-photo .section-heading h2 {
    color: #f7fafc;
    font-size: clamp(2.6rem, 5.4vw, 5.8rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
    text-shadow: 0 5px 24px rgba(0, 0, 0, 0.58);
}
body.home-page #products.products-static-photo .section-heading p {
    display: block;
    width: auto;
    max-width: 760px;
    margin-top: 0;
    padding: 0;
    color: #ffffff;
    font-size: clamp(1.05rem, 1.45vw, 1.35rem);
    font-weight: 650;
    line-height: 1.7;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.78);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

/* Products cards: more transparent glass */

body.home-page #products.products-static-photo .card {
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(255, 255, 255, 0.58);
    box-shadow: 0 18px 45px rgba(5, 18, 32, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

    body.home-page #products.products-static-photo .card h3 {
        color: var(--sfs-text);
        font-size: clamp(1.18rem, 1.45vw, 1.4rem);
        line-height: 1.35;
    }

    body.home-page #products.products-static-photo .card p {
        color: var(--sfs-blue);
        font-size: clamp(1.02rem, 1.22vw, 1.18rem);
        line-height: 1.75;
    }
/* Aerospace Supply: no box, upper-left light grey text */

body.home-page #aerospace-supply .home-scene-content {
    width: 100%;
    max-width: none;
    min-height: inherit;
    margin: 0;
    padding: 0;
    align-items: stretch;
    justify-content: flex-start;
}

body.home-page #aerospace-supply .home-scene-card {
    position: relative;
    width: 100%;
    max-width: none;
    min-height: inherit;
    margin: 0;
    padding: 0;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

    body.home-page #aerospace-supply .home-scene-card .section-kicker {
        position: absolute;
        top: clamp(4rem, 8vw, 7rem);
        left: clamp(2rem, 6vw, 6rem);
        color: #d9e1e6;
        font-weight: 900;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        text-shadow: 0 3px 16px rgba(0, 0, 0, 0.55);
    }

    body.home-page #aerospace-supply .home-scene-card h2 {
        position: absolute;
        top: clamp(6.2rem, 11vw, 10rem);
        left: clamp(2rem, 6vw, 6rem);
        max-width: 620px;
        color: #f7fafc;
        font-size: clamp(2.6rem, 5.4vw, 5.8rem);
        line-height: 0.98;
        letter-spacing: -0.055em;
        text-shadow: 0 5px 24px rgba(0, 0, 0, 0.58);
    }

body.home-page #aerospace-supply .aerospace-supply-list {
    position: absolute;
    left: 1.55rem;
    right: 1.55rem;
    bottom: 3rem;
    max-width: 330px;
    margin: 0;
    padding-left: 1.1rem;
    color: #f4f8fb;
    font-size: 0.86rem;
    line-height: 1.65;
    font-weight: 750;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.68);
}

    body.home-page #aerospace-supply .aerospace-supply-list li {
        margin-bottom: 0.25rem;
    }

        body.home-page #aerospace-supply .aerospace-supply-list li:last-child {
            margin-bottom: 0;
        }


/* Products cards: more transparent glass */

body.home-page #products.products-static-photo .card {
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(255, 255, 255, 0.58);
    box-shadow: 0 18px 45px rgba(5, 18, 32, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

    body.home-page #products.products-static-photo .card h3 {
        color: var(--sfs-text);
    }

    body.home-page #products.products-static-photo .card p {
        color: var(--sfs-blue);
    }
/* =========================================================
   MOBILE HOME PAGE OVERRIDES
   Applies only to homepage screens 860px and below.
   Desktop rules above remain unchanged.
   Add future homepage mobile fixes inside this block.
========================================================= */
@media (max-width: 860px) {

    /* ═══════════════════════════════════════════
       GLOBAL MOBILE RHYTHM
    ═══════════════════════════════════════════ */
    body.home-page .section,
    body.home-page .section-sm {
        padding-top: clamp(2.5rem, 8vw, 3.5rem);
        padding-bottom: clamp(2.5rem, 8vw, 3.5rem);
    }

    body.home-page .section-heading {
        margin-bottom: 1rem;
    }

        body.home-page .section-heading h2 {
            font-size: clamp(1.75rem, 8vw, 2.5rem);
            line-height: 1.04;
            letter-spacing: -0.04em;
        }

        body.home-page .section-heading p {
            font-size: 0.85rem;
            line-height: 1.6;
        }

    /* ═══════════════════════════════════════════
       HERO MOBILE — DO NOT MODIFY
    ═══════════════════════════════════════════ */
    body.home-page .home-scene-hero {
        min-height: 720px;
        overflow: hidden;
        padding-bottom: 0;
    }

        body.home-page .home-scene-hero .home-scene-content {
            width: 100%;
            max-width: none;
            min-height: inherit;
            margin: 0;
            padding: 0;
            display: block;
            position: relative;
        }

        body.home-page .home-scene-hero .hero-copy {
            position: absolute;
            top: 1.25rem;
            left: 1rem;
            right: 1rem;
            width: auto;
            max-width: 370px;
            margin: 0;
            padding: 0.75rem 0.9rem 0.85rem;
            height: auto;
            overflow: visible;
            background: linear-gradient( 180deg, rgba(245, 250, 255, 0.50) 0%, rgba(224, 239, 250, 0.42) 48%, rgba(203, 226, 242, 0.34) 100% );
            border: 1px solid rgba(255, 255, 255, 0.48);
            border-radius: 0.9rem;
            box-shadow: 0 12px 28px rgba(5, 18, 32, 0.18);
            backdrop-filter: blur(5px);
            -webkit-backdrop-filter: blur(5px);
        }

            body.home-page .home-scene-hero .hero-copy .eyebrow {
                margin: 0 0 0.35rem;
                font-size: 0.58rem;
                line-height: 1.3;
                letter-spacing: 0.17em;
            }

            body.home-page .home-scene-hero .hero-copy h1 {
                margin: 0 0 0.45rem;
                font-size: clamp(1.1rem, 5.2vw, 1.5rem);
                line-height: 1.04;
                letter-spacing: -0.045em;
            }

            body.home-page .home-scene-hero .hero-copy .hero-text,
            body.home-page .home-scene-hero .hero-copy p {
                margin: 0;
                font-size: 0.72rem;
                line-height: 1.45;
                font-weight: 600;
                overflow: visible;
                display: block;
                -webkit-line-clamp: unset;
                -webkit-box-orient: unset;
            }

        body.home-page .home-scene-hero .desktop-buttons {
            display: none;
        }

    body.home-page .hero-button-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.7rem;
        position: relative;
        z-index: 20;
        margin: -6rem 1rem 1rem;
    }

        body.home-page .hero-button-row .btn {
            width: 100%;
            min-height: 42px;
            padding: 0.65rem 0.9rem;
            font-size: 0.88rem;
        }

    /* ═══════════════════════════════════════════
       MISSION — transparent, no box
    ═══════════════════════════════════════════ */
    body.home-page #mission > .container {
        width: var(--container);
        margin: 0 auto;
        padding: 0;
        background: transparent;
        border: 0;
        box-shadow: none;
        backdrop-filter: none;
    }

    body.home-page #mission .section-heading h2 {
        font-size: clamp(2rem, 10vw, 3rem);
    }
    /* ═══════════════════════════════════════════
   AEROSPACE SUPPLY — mobile text styled like desktop
═══════════════════════════════════════════ */
    body.home-page #aerospace-supply {
        min-height: 620px;
        position: relative;
    }

        body.home-page #aerospace-supply .home-scene-image {
            object-position: center center;
        }

        body.home-page #aerospace-supply .home-scene-content {
            width: 100%;
            max-width: none;
            min-height: inherit;
            margin: 0;
            padding: 0;
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
        }

        body.home-page #aerospace-supply .home-scene-card {
            position: static !important;
            width: min(88vw, 350px);
            max-width: 350px;
            min-height: auto;
            margin: 3rem 0 0 1.55rem;
            padding: 0 !important;
            background: transparent !important;
            border: 0 !important;
            border-radius: 0 !important;
            box-shadow: none !important;
            backdrop-filter: none !important;
            -webkit-backdrop-filter: none !important;
        }

            body.home-page #aerospace-supply .home-scene-card .section-kicker {
                position: static;
                max-width: none;
                margin: 0 0 0.8rem;
                color: #f7fafc;
                font-size: 0.82rem;
                font-weight: 900;
                line-height: 1.2;
                letter-spacing: 0.24em;
                text-transform: uppercase;
                text-shadow: 0 3px 14px rgba(0, 0, 0, 0.58);
            }

            body.home-page #aerospace-supply .home-scene-card h2 {
                position: static;
                max-width: 330px;
                margin: 0 0 1rem;
                color: #ffffff;
                font-size: clamp(2.25rem, 11vw, 3.45rem);
                line-height: 0.96;
                letter-spacing: -0.06em;
                text-shadow: 0 5px 24px rgba(0, 0, 0, 0.62);
            }

        body.home-page #aerospace-supply .aerospace-supply-list {
            position: static;
            max-width: 330px;
            margin: clamp(11rem, 34vh, 15rem) 0 0;
            padding-left: 1.1rem;
            color: #f4f8fb;
            font-size: 0.86rem;
            line-height: 1.65;
            font-weight: 750;
            text-shadow: 0 3px 14px rgba(0, 0, 0, 0.68);
        }

            body.home-page #aerospace-supply .aerospace-supply-list li {
                margin-bottom: 0.35rem;
            }

                body.home-page #aerospace-supply .aerospace-supply-list li:last-child {
                    margin-bottom: 0;
                }
    /* ═══════════════════════════════════════════
       SHARED GLASS CARD — matches hero exactly
    ═══════════════════════════════════════════ */
    body.home-page .card,
    body.home-page .panel,
    body.home-page .detail-item,
    body.home-page .contact-card,
    body.home-page .contact-form,
    body.home-page #company-overview .split-layout > div:last-child {
        padding: 0.75rem 0.9rem;
        background: linear-gradient(180deg, rgba(245, 250, 255, 0.50) 0%, rgba(224, 239, 250, 0.42) 48%, rgba(203, 226, 242, 0.34) 100%);
        border: 1px solid rgba(255, 255, 255, 0.48);
        border-radius: 0.9rem;
        box-shadow: 0 12px 28px rgba(5, 18, 32, 0.18);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }

    /* Quality mobile only */
    body.home-page #quality-overview.quality-static-photo {
        min-height: clamp(620px, 110vw, 860px);
        background-size: cover;
        background-position: 56% center;
    }

    body.home-page #quality-overview.quality-static-photo .split-layout {
        align-content: end;
    }

    body.home-page #quality-overview.quality-static-photo .split-layout > div:first-child {
        width: min(88vw, 360px);
        margin: 0 auto;
        padding: 0.9rem;
        background: rgba(255, 255, 255, 0.64);
        border: 1px solid rgba(255, 255, 255, 0.54);
        border-radius: 0.9rem;
        box-shadow: 0 12px 28px rgba(5, 18, 32, 0.16);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }

    body.home-page #quality-overview.quality-static-photo .panel {
        display: none;
    }

    body.home-page #quality-overview.quality-static-photo .section-kicker {
        margin-bottom: 0.4rem;
        font-size: 0.62rem;
        letter-spacing: 0.16em;
    }

    body.home-page #quality-overview.quality-static-photo h2 {
        margin-bottom: 0.5rem;
        font-size: clamp(1.55rem, 7vw, 2.15rem);
        line-height: 1.02;
    }

    body.home-page #quality-overview.quality-static-photo .feature-list {
        margin-top: 0.7rem;
        margin-bottom: 0.7rem;
    }

    body.home-page #quality-overview.quality-static-photo .section-cta {
        margin-top: 0.4rem;
    }

        /* Card text sizing */
        body.home-page .card h3,
        body.home-page .panel h3,
        body.home-page .detail-item h3,
        body.home-page .contact-card h3 {
            font-size: clamp(0.92rem, 3.8vw, 1.05rem);
            line-height: 1.25;
            margin: 0 0 0.3rem;
            color: var(--sfs-text);
        }

        body.home-page .card p,
        body.home-page .panel p,
        body.home-page .detail-item p,
        body.home-page .contact-card p {
            font-size: 0.78rem;
            line-height: 1.5;
            margin: 0;
        }
    /* ═══════════════════════════════════════════
   QUALITY — hero-style: big image, tight box, button below
═══════════════════════════════════════════ */
    body.home-page #quality-overview.quality-static-photo {
        min-height: 680px;
        padding: 1rem 1rem 0;
        background-size: cover;
        background-position: center center;
        position: relative;
        overflow: visible;
        display: block;
    }

        /* position: static removes this as an anchor so .section-cta anchors to the section instead */
        body.home-page #quality-overview.quality-static-photo .split-layout {
            position: static;
            display: block;
            padding: 0.75rem 0.9rem;
            background: linear-gradient( 180deg, rgba(245, 250, 255, 0.56) 0%, rgba(224, 239, 250, 0.46) 48%, rgba(203, 226, 242, 0.38) 100% );
            border: 1px solid rgba(255, 255, 255, 0.52);
            border-radius: 0.85rem;
            box-shadow: 0 12px 28px rgba(5, 18, 32, 0.18);
            backdrop-filter: blur(5px);
            -webkit-backdrop-filter: blur(5px);
        }

            body.home-page #quality-overview.quality-static-photo .split-layout > div:first-child {
                padding: 0;
                background: transparent;
                border: 0;
                border-radius: 0;
                box-shadow: none;
                backdrop-filter: none;
                -webkit-backdrop-filter: none;
            }

        /* Hide panel — keeps the box tight like the hero card */
        body.home-page #quality-overview.quality-static-photo .panel {
            display: none;
        }

        body.home-page #quality-overview.quality-static-photo .section-kicker {
            font-size: 0.6rem;
            letter-spacing: 0.18em;
            margin: 0 0 0.32rem;
        }

        body.home-page #quality-overview.quality-static-photo h2 {
            font-size: clamp(1.55rem, 7vw, 2rem);
            line-height: 0.98;
            margin: 0 0 0.4rem;
        }

        body.home-page #quality-overview.quality-static-photo .split-layout > div:first-child > p {
            color: #000000;
            text-shadow: none;
            font-size: 0.62rem;
            line-height: 1.32;
            font-weight: 650;
            margin: 0 0 0.45rem;
            max-width: 100%;
            overflow-wrap: break-word;
        }

        body.home-page #quality-overview.quality-static-photo .feature-list {
            margin: 0.4rem 0 0;
            padding-left: 0.9rem;
        }

            body.home-page #quality-overview.quality-static-photo .feature-list li {
                color: #000000;
                font-size: 0.70rem;
                line-height: 1.3;
                margin-bottom: 0.22rem;
            }

        /* Button anchors to the section (not the glass box) — sits just below the image */
        body.home-page #quality-overview.quality-static-photo .section-cta {
            position: absolute;
            left: 50%;
            right: auto;
            bottom: -25rem;
            width: min(88vw, 360px);
            transform: translateX(-50%);
            margin: 0;
            padding: 0;
            background: transparent;
            border: 0;
            box-shadow: none;
            backdrop-filter: none;
            -webkit-backdrop-filter: none;
        }

            body.home-page #quality-overview.quality-static-photo .section-cta .btn {
                width: 100%;
                min-height: 44px;
                padding: 0.65rem 0.8rem;
                font-size: 0.85rem;
            }
        /* ═══════════════════════════════════════════
       BUTTONS OUTSIDE BOXES
       Any .button-row or .section-cta inside a
       glass card gets pulled below with a divider
    ═══════════════════════════════════════════ */
        body.home-page .card .section-cta,
        body.home-page .panel .section-cta,
        body.home-page .contact-card .section-cta,
        body.home-page #quality-overview .split-layout > div:first-child .section-cta,
        body.home-page #company-overview .split-layout > div:last-child .button-row {
            margin: 0.65rem -0.9rem -0.75rem;
            padding: 0.65rem 0.9rem 0.75rem;
            background: transparent;
            border-top: 1px solid rgba(126, 160, 190, 0.22);
            border-radius: 0 0 0.9rem 0.9rem;
            box-shadow: none;
            backdrop-filter: none;
            -webkit-backdrop-filter: none;
        }

        /* All buttons full width on mobile */
        body.home-page .card .btn,
        body.home-page .panel .btn,
        body.home-page .contact-card .btn,
        body.home-page #company-overview .split-layout > div:last-child .btn,
        body.home-page .section-cta .btn,
        body.home-page .contact-form > .btn {
            width: 100%;
            min-height: 42px;
            font-size: 0.88rem;
            padding: 0.65rem 0.9rem;
        }

    /* Standalone section-cta (outside any card) */
    body.home-page .section-cta {
        margin-top: 1rem;
    }

    /* ═══════════════════════════════════════════
       GRIDS
    ═══════════════════════════════════════════ */
    body.home-page .card-grid-4,
    body.home-page .card-grid-3,
    body.home-page .card-grid-2,
    body.home-page .detail-grid,
    body.home-page .split-layout,
    body.home-page #contact-preview .contact-layout {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    /* ═══════════════════════════════════════════
       PROCESS PILLS — glass style matching hero
    ═══════════════════════════════════════════ */
    body.home-page .process-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.65rem;
    }

    body.home-page .process-step {
        min-height: 50px;
        padding: 0.65rem;
        white-space: normal;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.85rem;
        background: var(--sfs-blue-gradient);
        border: 1px solid rgba(255, 255, 255, 0.48);
        border-radius: 0.65rem;
        box-shadow: 0 12px 28px rgba(5, 18, 32, 0.18);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }

        body.home-page .process-step:last-child {
            grid-column: 1 / -1;
        }

    /* ═══════════════════════════════════════════
   PHOTO BACKGROUND SECTIONS
═══════════════════════════════════════════ */
    body.home-page #products.products-static-photo,
    body.home-page #government-overview.government-static-photo {
        background-size: 155%;
        background-position: center center;
        padding-top: 0;
    }

    /* Products mobile: fit all text/cards inside image section */
    body.home-page #products.products-static-photo {
        padding-top: 1rem;
        padding-bottom: 1rem;
        background-size: cover;
        background-position: center center;
    }

        body.home-page #products.products-static-photo .section-heading {
            margin-bottom: 0.4rem;
        }

        body.home-page #products.products-static-photo .section-kicker {
            font-size: 0.58rem;
            letter-spacing: 0.22em;
            margin-bottom: 0.25rem;
        }

        body.home-page #products.products-static-photo .section-heading h2 {
            font-size: clamp(1.35rem, 6vw, 1.75rem);
            line-height: 1;
            margin-bottom: 0.28rem;
        }

        body.home-page #products.products-static-photo .section-heading p {
            max-width: 100%;
            font-size: 0.65rem;
            line-height: 1.35;
            margin: 0;
        }

        body.home-page #products.products-static-photo .card-grid-3 {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 0.35rem;
        }

        body.home-page #products.products-static-photo .card {
            min-height: 0;
            padding: 0.38rem 0.42rem;
            border-radius: 0.65rem;
        }

            body.home-page #products.products-static-photo .card h3 {
                font-size: 0.65rem;
                line-height: 1.15;
                margin: 0 0 0.15rem;
            }

            body.home-page #products.products-static-photo .card p {
                font-size: 0.54rem;
                line-height: 1.3;
                margin: 0;
            }
    /* Government mobile: move title/body/cards up, leave GOVERNMENT kicker alone */
    body.home-page #government-overview.government-static-photo .section-heading h2 {
        margin-top: -0.75rem;
        margin-bottom: 0.55rem;
    }

    body.home-page #government-overview.government-static-photo .section-heading p {
        margin-top: -0.25rem;
        margin-bottom: 0.75rem;
    }

    body.home-page #government-overview.government-static-photo .card-grid {
        margin-top: -0.35rem;
    }
    /* ═══════════════════════════════════════════
       COMPANY LOGO
    ═══════════════════════════════════════════ */
    body.home-page .home-company-logo {
        max-width: 360px;
    }

    /* ═══════════════════════════════════════════
       CONTACT FORM INPUTS
    ═══════════════════════════════════════════ */
    body.home-page #contact-preview .contact-form label {
        font-size: 0.82rem;
    }

    body.home-page #contact-preview .contact-form input,
    body.home-page #contact-preview .contact-form textarea {
        font-size: 0.88rem;
    }
}
/* Desktop: hide separate mobile hero buttons */
@media (min-width: 861px) {
    body.home-page .hero-button-row {
        display: none !important;
    }
}