/*
 * WEB-P14D Industries V3 — scoped to .vc-ind-v3 / body.vc-ind-v3-page.
 * Does not alter Homepage V3 or Services V3.
 *
 * Full-bleed: beat Astra `@media (min-width:922px) { .ast-container { max-width:1240px } }`
 * and `.site-content .ast-container { display:flex }`. Inner copy uses `.vc-ind-contain`.
 */
body.vc-ind-v3-page .entry-header,
body.vc-ind-v3-page .ast-archive-description {
    display: none;
}
body.vc-ind-v3-page .site-content,
body.vc-ind-v3-page #content,
body.vc-ind-v3-page #primary,
body.vc-ind-v3-page .content-area,
body.vc-ind-v3-page .site-main,
body.vc-ind-v3-page .ast-article-single,
body.vc-ind-v3-page article {
    max-width: none;
    width: 100%;
    padding: 0;
    margin: 0;
    min-height: 0;
    float: none;
}
body.vc-ind-v3-page.ast-page-builder-template #content.site-content > .ast-container,
body.vc-ind-v3-page .site-content > .ast-container {
    display: block;
    max-width: none;
    width: 100%;
    padding: 0;
    margin: 0;
    float: none;
    box-sizing: border-box;
}
@media (min-width: 922px) {
    body.vc-ind-v3-page.ast-page-builder-template #content.site-content > .ast-container,
    body.vc-ind-v3-page .site-content > .ast-container {
        display: block;
        max-width: none;
        width: 100%;
    }
}
body.vc-ind-v3-page .site-footer,
body.vc-ind-v3-page .elementor-location-footer,
body.vc-ind-v3-page .vc-footer-v2 {
    margin-top: 0;
}

.vc-ind-v3 {
    width: 100%;
    max-width: none;
    color: var(--vc-bx-graphite, var(--vc-text-navy));
    background: #fff;
    overflow-x: hidden;
}
.vc-ind-contain {
    width: min(1200px, calc(100% - 40px));
    margin-inline: auto;
}
.vc-ind-kicker {
    margin: 0 0 12px;
    color: var(--vc-bx-gold);
    font-size: 0.72rem;
    font-weight: 650;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
.vc-ind-kicker--navy { color: var(--vc-bx-gold); }
.vc-ind-display {
    margin: 0 0 20px;
    color: #fff;
    font-size: clamp(2.6rem, 1.05rem + 4.6vw, 5.4rem);
    font-weight: 650;
    letter-spacing: -0.046em;
    line-height: 0.92;
    max-width: 12ch;
}
.vc-ind-display--family { max-width: 16ch; }
.vc-ind-display--dark {
    color: var(--vc-bx-navy);
    max-width: 22ch;
    font-size: clamp(1.85rem, 1.05rem + 2.1vw, 3.1rem);
    line-height: 1.08;
}
.vc-ind-h2 {
    margin: 0 0 14px;
    color: var(--vc-bx-navy);
    font-size: clamp(1.7rem, 1.15rem + 1.8vw, 2.75rem);
    font-weight: 650;
    letter-spacing: -0.034em;
    line-height: 1.08;
    max-width: 20ch;
}
.vc-ind-h2--light { color: #fff; }
.vc-ind-h3 {
    margin: 0 0 8px;
    color: var(--vc-bx-navy);
    font-size: 1.2rem;
    font-weight: 650;
}
.vc-ind-h3--light { color: #fff; }
.vc-ind-lede,
.vc-ind-body {
    margin: 0 0 22px;
    max-width: 34em;
    font-size: 1.06rem;
    line-height: 1.55;
    color: rgba(255,255,255,.84);
}
.vc-ind-body { color: var(--vc-bx-steel, #4f6475); }
.vc-ind-body--wide { max-width: 46em; }
.vc-ind-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 0; }
.vc-ind-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    font-weight: 650;
    text-decoration: none;
    letter-spacing: 0.01em;
}
.vc-ind-btn--gold { background: var(--vc-bx-gold); color: var(--vc-bx-navy); }
.vc-ind-btn--gold:hover { background: var(--vc-gold-bright, #e8c44a); color: var(--vc-bx-navy); box-shadow: 0 0 0 2px var(--vc-green-border); }
.vc-ind-btn--ghost {
    background: transparent;
    color: #fff;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.5);
    padding: 0 2px 8px;
    min-height: 44px;
}
.vc-ind-btn--ghost:hover { border-bottom-color: var(--vc-bx-gold); color: var(--vc-bx-gold); }
.vc-ind-textlink {
    color: var(--vc-bx-navy);
    font-weight: 650;
    text-decoration: none;
    box-shadow: inset 0 -1px 0 var(--vc-bx-gold);
}
.vc-ind-textlink:hover { color: var(--vc-bx-gold); }
.vc-ind-crumb { margin: 0 0 10px; font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; }
.vc-ind-crumb a { color: rgba(255,255,255,.7); text-decoration: none; }
.vc-ind-crumb a:hover { color: var(--vc-bx-gold); }

.vc-ind-img { display: block; width: 100%; height: 100%; object-fit: cover; }
.vc-ind-img--contain { object-fit: contain; height: auto; background: #f4f1ea; }
.vc-ind-media {
    position: absolute;
    inset: 0;
    background: var(--vc-hero-modern);
    overflow: hidden;
}
.vc-ind-media img { position: absolute; inset: 0; }
.vc-ind-media__wash {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(16, 58, 99,.62) 0%, rgba(16, 58, 99,.32) 48%, rgba(16, 58, 99,.12) 100%);
    pointer-events: none;
}
.vc-ind-media--fallback .vc-ind-media__wash {
    background: linear-gradient(90deg, rgba(16, 58, 99, 0.22) 0%, transparent 55%);
}
.vc-ind-media__diamond {
    position: absolute;
    top: 12%;
    right: 8%;
    width: 18px;
    height: 18px;
    background: var(--vc-bx-gold);
    transform: rotate(45deg);
    opacity: .85;
    pointer-events: none;
}
.vc-ind-motif {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}
.vc-ind-motif .vc-h3-hero__tech,
.vc-ind-motif .vc-h3-whisper {
    position: absolute;
    right: 4%;
    bottom: 8%;
    width: min(46vw, 520px);
    height: auto;
    opacity: .6;
}

.vc-ind-hero {
    position: relative;
    width: 100%;
    max-width: none;
    min-height: min(86vh, 820px);
    display: grid;
    align-items: end;
    color: #fff;
    background: var(--vc-blue-deep);
}
.vc-ind-hero .vc-ind-media {
    background:
        radial-gradient(62% 52% at 80% 10%, rgba(48, 92, 132, 0.34) 0%, transparent 66%),
        linear-gradient(114deg, var(--vc-blue-deep) 0%, #0a1c2e 30%, #0e2a42 58%, #163a56 84%, #1a4564 100%);
}
.vc-ind-hero .vc-ind-media--fallback .vc-ind-media__wash {
    background: linear-gradient(90deg, rgba(16, 58, 99, 0.22) 0%, transparent 55%);
}
.vc-ind-hero--family { min-height: min(72vh, 680px); }
.vc-ind-hero__media { z-index: 0; }
.vc-ind-hero__copy {
    position: relative;
    z-index: 2;
    padding: clamp(48px, 8vw, 120px) 0 clamp(56px, 8vw, 96px);
}

.vc-ind-v3--energy .vc-ind-hero .vc-ind-media {
    background:
        radial-gradient(58% 50% at 78% 8%, rgba(36, 78, 92, 0.32) 0%, transparent 64%),
        linear-gradient(118deg, var(--vc-blue-deep) 0%, #0a222c 32%, #0d3340 60%, #16485a 100%);
}
.vc-ind-v3--industrial .vc-ind-hero .vc-ind-media {
    background:
        radial-gradient(60% 48% at 82% 14%, rgba(58, 72, 84, 0.3) 0%, transparent 62%),
        linear-gradient(112deg, var(--vc-blue-deep) 0%, #121c26 36%, #1c2a36 70%, #243440 100%);
}
.vc-ind-v3--gov .vc-ind-hero .vc-ind-media {
    background:
        radial-gradient(54% 46% at 84% 12%, rgba(40, 64, 88, 0.28) 0%, transparent 60%),
        linear-gradient(108deg, #061018 0%, #0c1824 40%, #142838 78%, #1a3348 100%);
}

.vc-ind-position { padding: clamp(64px, 9vw, 120px) 0 24px; }

.vc-ind-mosaic {
    width: 100%;
    max-width: none;
    display: grid;
    grid-template-columns: 1.15fr 1fr 1fr;
    grid-template-rows: minmax(280px, 42vh) minmax(280px, 42vh);
    min-height: min(84vh, 780px);
    margin-top: clamp(32px, 5vw, 64px);
}
.vc-ind-mosaic__tile {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 280px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
}
.vc-ind-mosaic__tile--lead { grid-row: 1 / 3; }
.vc-ind-mosaic__media { z-index: 0; }
.vc-ind-mosaic__copy {
    position: relative;
    z-index: 2;
    padding: clamp(24px, 4vw, 48px);
    max-width: 28em;
}
.vc-ind-mosaic__tile strong {
    display: block;
    margin: 0 0 10px;
    font-size: clamp(1.5rem, 1.1rem + 1.4vw, 2.4rem);
    letter-spacing: -0.03em;
    line-height: 1.05;
}
.vc-ind-mosaic__disc { color: rgba(255,255,255,.82); line-height: 1.45; }
.vc-ind-mosaic__tile:hover strong { box-shadow: inset 0 -2px 0 var(--vc-bx-gold); }
.vc-ind-mosaic__tile--infra .vc-ind-media {
    background:
        radial-gradient(70% 60% at 70% 20%, rgba(48, 92, 132, 0.28) 0%, transparent 60%),
        linear-gradient(160deg, var(--vc-blue-deep) 0%, #0e2a42 100%);
}
.vc-ind-mosaic__tile--energy .vc-ind-media {
    background: linear-gradient(150deg, #071821 0%, #0d3340 100%);
}
.vc-ind-mosaic__tile--buildings .vc-ind-media {
    background: linear-gradient(155deg, var(--vc-blue-deep) 0%, #163a56 100%);
}
.vc-ind-mosaic__tile--industrial .vc-ind-media {
    background: linear-gradient(148deg, #0a141c 0%, #243440 100%);
}
.vc-ind-mosaic__tile--gov .vc-ind-media {
    background: linear-gradient(152deg, #061018 0%, #1a3348 100%);
}

.vc-ind-system { padding: clamp(64px, 9vw, 112px) 0; }
.vc-ind-sectionhead { margin-bottom: 36px; }
.vc-ind-system__list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #d8e0e6;
}
.vc-ind-system__list li { border-bottom: 1px solid #d8e0e6; }
.vc-ind-system__list a {
    display: grid;
    gap: 6px;
    padding: 22px 0;
    text-decoration: none;
    color: inherit;
}
.vc-ind-system__list strong {
    color: var(--vc-bx-navy);
    font-size: 1.35rem;
    letter-spacing: -0.03em;
}
.vc-ind-system__list span { color: var(--vc-bx-steel, #4f6475); max-width: 36em; }
.vc-ind-system__list a:hover strong { box-shadow: inset 0 -2px 0 var(--vc-bx-gold); }

.vc-ind-who,
.vc-ind-svcnav { padding: 0 0 clamp(64px, 9vw, 104px); }
.vc-ind-why { padding: clamp(64px, 8vw, 104px) 0 24px; }
.vc-ind-support { padding: clamp(56px, 8vw, 96px) 0; }
.vc-ind-what {
    width: 100%;
    max-width: none;
    background: var(--vc-blue-deep);
    color: #fff;
    padding: clamp(56px, 8vw, 96px) 0;
}
.vc-ind-index {
    list-style: none;
    margin: 28px 0 0;
    padding: 0;
}
.vc-ind-index li {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px 20px;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,.12);
}
.vc-ind-index li:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
.vc-ind-index__n {
    color: var(--vc-bx-gold);
    font-weight: 650;
    letter-spacing: 0.08em;
    font-size: 0.85rem;
    padding-top: 4px;
}
.vc-ind-index p { margin: 0; color: rgba(255,255,255,.78); line-height: 1.5; }

.vc-ind-related { padding: 0 0 clamp(48px, 7vw, 80px); }
.vc-ind-linklist,
.vc-ind-typelist {
    list-style: none;
    margin: 18px 0 16px;
    padding: 0;
}
.vc-ind-linklist li { border-top: 1px solid #d8e0e6; }
.vc-ind-linklist a,
.vc-ind-typelist a {
    display: block;
    padding: 14px 0;
    color: var(--vc-bx-navy);
    text-decoration: none;
    font-weight: 650;
}
.vc-ind-linklist a::after,
.vc-ind-typelist a::after { content: " →"; color: var(--vc-bx-gold); }
.vc-ind-linklist a:hover,
.vc-ind-typelist a:hover { box-shadow: inset 0 -1px 0 var(--vc-bx-gold); }
.vc-ind-typelist {
    display: flex;
    flex-wrap: wrap;
    gap: 0 28px;
}
.vc-ind-typelist li { border: 0; }
.vc-ind-sample { padding: 0 0 clamp(56px, 8vw, 88px); }
.vc-ind-sample__fig {
    margin: 24px 0 0;
    padding: 16px;
    background: #f4f1ea;
}

.vc-ind-cta {
    position: relative;
    width: 100%;
    max-width: none;
    color: #fff;
    overflow: hidden;
}
.vc-ind-cta__media { position: absolute; inset: 0; }
.vc-ind-cta__wash {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(16, 58, 99,.72) 0%, rgba(16, 58, 99,.38) 100%);
}
.vc-ind-cta__copy { position: relative; z-index: 1; padding: clamp(56px, 8vw, 104px) 0; }
.vc-ind-cta__mark {
    display: block;
    width: 14px;
    height: 14px;
    background: var(--vc-bx-gold);
    transform: rotate(45deg);
    margin-bottom: 22px;
}
.vc-ind-cta .vc-ind-display { max-width: 16ch; }

@media (max-width: 900px) {
    .vc-ind-mosaic {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        min-height: 0;
    }
    .vc-ind-mosaic__tile--lead { grid-row: auto; }
    .vc-ind-mosaic__tile { min-height: 220px; }
    .vc-ind-motif { display: none; }
    .vc-ind-display { max-width: none; }
    .vc-ind-hero,
    .vc-ind-hero--family { min-height: 0; }
    .vc-ind-typelist { display: block; }
}
@media (max-width: 600px) {
    .vc-ind-contain { width: calc(100% - 32px); }
    .vc-ind-index li { grid-template-columns: 36px 1fr; }
}
