:root {
    --navy: #081d37;
    --navy-2: #0d2d52;
    --blue: #1267c9;
    --blue-2: #1e86e8;
    --gold: #d8a62f;
    --cyan: #18b6d9;
    --teal: #19a983;
    --orange: #f29a2e;
    --violet: #4c68d7;
    --ink: #162234;
    --muted: #607089;
    --line: #dbe5f0;
    --soft: #f4f7fb;
    --white: #ffffff;
    --shadow: 0 18px 45px rgba(8, 29, 55, 0.12);
}

/* Mobile edge safety: prevent cut-off content on narrow screens */
@media (max-width: 782px) {
    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden !important;
    }

    .container,
    .nav-shell,
    .footer-grid,
    .footer-bottom,
    .simple-cta-inner,
    .about-section-nav-inner,
    .services-category-nav .main-service-tabs {
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 18px !important;
        padding-left: 18px !important;
        margin-right: auto !important;
        margin-left: auto !important;
        box-sizing: border-box !important;
    }

    .site-header {
        width: 100% !important;
        overflow: visible !important;
    }

    .nav-shell {
        min-height: 72px;
        gap: 12px;
    }

    .brand {
        min-width: 0;
    }

    .brand span:last-child {
        min-width: 0;
    }

    .brand strong,
    .brand small,
    .site-footer p,
    .site-footer a,
    .site-footer li,
    .footer-bottom p {
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .site-footer {
        padding: 34px 0 20px !important;
        overflow: hidden;
    }

    .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 26px !important;
    }

    .footer-bottom {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 16px !important;
        text-align: left !important;
    }

    .developer-credit {
        justify-content: flex-start !important;
    }

    main,
    section,
    footer {
        max-width: 100vw;
    }
}

/* Final cascade lock: service nav under hero and premium home service block */
.services-video-hero + .services-category-nav {
    position: sticky !important;
    top: 82px !important;
    z-index: 9998 !important;
    margin: 0 !important;
    background: rgba(8, 29, 55, 0.96) !important;
    box-shadow: 0 18px 38px rgba(8, 29, 55, 0.18) !important;
    backdrop-filter: blur(14px);
}

body.admin-bar .services-video-hero + .services-category-nav {
    top: 114px !important;
}

.services-category-nav .main-service-tabs {
    position: relative !important;
    top: auto !important;
    z-index: auto !important;
    display: flex !important;
    justify-content: center !important;
    gap: clamp(18px, 4vw, 56px) !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow-x: auto;
    white-space: nowrap;
}

.services-category-nav .main-service-tab {
    min-height: 54px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #ffffff !important;
    font-size: 13px !important;
}

.services-clean-tabs > .container > .main-service-tabs {
    display: none !important;
}

.simple-services-section {
    background:
        linear-gradient(180deg, rgba(5, 20, 38, 0.9), rgba(8, 29, 55, 0.88)),
        url("../images/service-sheets/industrial-project-support-services.jpg") center / cover no-repeat fixed !important;
}

.simple-services-section::before {
    background:
        radial-gradient(circle at 50% 18%, rgba(37, 184, 238, 0.22), transparent 26%),
        linear-gradient(90deg, rgba(30, 134, 232, 0.12), rgba(229, 169, 40, 0.1)) !important;
}

@media (max-width: 782px) {
    .services-video-hero + .services-category-nav {
        top: 70px !important;
    }

    body.admin-bar .services-video-hero + .services-category-nav {
        top: 116px !important;
    }

    .services-category-nav .main-service-tabs {
        justify-content: flex-start !important;
    }

    .simple-services-section {
        background-attachment: scroll !important;
    }
}

/* Final service polish: fixed secondary navs and realistic subdivision rows */
.about-section-nav,
.services-video-hero + .services-category-nav {
    position: fixed !important;
    right: 0 !important;
    left: 0 !important;
    top: 82px !important;
    z-index: 99990 !important;
}

body.admin-bar .about-section-nav,
body.admin-bar .services-video-hero + .services-category-nav {
    top: 114px !important;
}

.about-section-nav + .about-who-modern,
.services-category-nav + .services-tabs-section {
    padding-top: 118px !important;
}

.profile-subdivision-list {
    gap: clamp(46px, 6vw, 78px) !important;
}

.profile-subdivision-card,
.profile-subdivision-card:nth-child(even) {
    grid-template-columns: minmax(340px, 0.92fr) minmax(0, 1.08fr) !important;
    gap: clamp(34px, 5vw, 70px) !important;
    align-items: center !important;
    padding: clamp(18px, 2.5vw, 30px) 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.profile-subdivision-card:nth-child(even) .service-detail-thumb,
.profile-subdivision-card:nth-child(even) .service-detail-copy {
    order: initial !important;
}

.profile-subdivision-card .service-detail-thumb {
    min-height: clamp(260px, 28vw, 390px) !important;
    position: relative;
    overflow: hidden;
    border-radius: 2px !important;
    box-shadow: 0 28px 70px rgba(8, 29, 55, 0.18) !important;
}

.profile-subdivision-card .service-detail-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(8, 29, 55, 0.16), transparent 48%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.12), transparent 42%);
}

.profile-subdivision-card .service-detail-copy {
    position: relative;
    padding-left: clamp(18px, 2vw, 28px) !important;
}

.profile-subdivision-card .service-detail-copy::before {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 0;
    width: 4px;
    background: linear-gradient(180deg, #1e86e8, #e5a928, rgba(229, 169, 40, 0));
}

.profile-subdivision-card h3 {
    margin-bottom: 14px !important;
    color: #06172a !important;
    font-size: clamp(28px, 3vw, 44px) !important;
    letter-spacing: 0 !important;
}

.profile-subdivision-card p {
    max-width: 820px;
    color: #1b2b3f !important;
    font-size: clamp(16px, 1.2vw, 19px) !important;
    font-weight: 500 !important;
    line-height: 1.65 !important;
}

.service-mini-points {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px 18px !important;
    margin-top: 24px !important;
}

.service-mini-points li {
    position: relative !important;
    min-height: auto !important;
    padding: 0 0 10px 18px !important;
    border: 0 !important;
    background: transparent !important;
    color: #06172a !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
}

.service-mini-points li::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    top: 9px !important;
    left: 0 !important;
    width: 10px !important;
    height: 2px !important;
    border-radius: 0 !important;
    background: #1e86e8 !important;
    box-shadow: none !important;
}

.service-mini-points li::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 18px !important;
    height: 2px !important;
    background: linear-gradient(90deg, rgba(30, 134, 232, 0.62), rgba(30, 134, 232, 0)) !important;
}

.service-mini-points li:nth-child(2n)::before {
    background: #25b8ee !important;
}

.service-mini-points li:nth-child(2n)::after {
    background: linear-gradient(90deg, rgba(37, 184, 238, 0.64), rgba(37, 184, 238, 0)) !important;
}

.service-mini-points li:nth-child(3n)::before {
    background: #e5a928 !important;
}

.service-mini-points li:nth-child(3n)::after {
    background: linear-gradient(90deg, rgba(229, 169, 40, 0.72), rgba(229, 169, 40, 0)) !important;
}

@media (max-width: 782px) {
    .about-section-nav,
    .services-video-hero + .services-category-nav {
        top: 70px !important;
    }

    body.admin-bar .about-section-nav,
    body.admin-bar .services-video-hero + .services-category-nav {
        top: 116px !important;
    }

    .about-section-nav + .about-who-modern,
    .services-category-nav + .services-tabs-section {
        padding-top: 98px !important;
    }

    .profile-subdivision-card,
    .profile-subdivision-card:nth-child(even) {
        grid-template-columns: 1fr !important;
        gap: 22px !important;
    }

    .profile-subdivision-card .service-detail-copy {
        padding-left: 18px !important;
    }

    .service-mini-points {
        grid-template-columns: 1fr !important;
    }
}

/* EOF mobile edge safety: prevent cut-off content on narrow screens */
@media (max-width: 782px) {
    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden !important;
    }

    .container,
    .nav-shell,
    .footer-grid,
    .footer-bottom,
    .simple-cta-inner,
    .about-section-nav-inner,
    .services-category-nav .main-service-tabs {
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 18px !important;
        padding-left: 18px !important;
        margin-right: auto !important;
        margin-left: auto !important;
        box-sizing: border-box !important;
    }

    .site-header {
        width: 100% !important;
        overflow: visible !important;
    }

    .nav-shell {
        min-height: 72px;
        gap: 12px;
    }

    .brand,
    .brand span:last-child {
        min-width: 0;
    }

    .brand strong,
    .brand small,
    .site-footer p,
    .site-footer a,
    .site-footer li,
    .footer-bottom p {
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .site-footer {
        padding: 34px 0 20px !important;
        overflow: hidden;
    }

    .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 26px !important;
    }

    .footer-bottom {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 16px !important;
        text-align: left !important;
    }

    .developer-credit {
        justify-content: flex-start !important;
    }

    main,
    section,
    footer {
        max-width: 100vw;
    }
}

/* Services page profile CTA cleanup */
.services-tabs-section + .simple-cta {
    padding: 34px 0 !important;
    background: #ffffff !important;
}

.services-tabs-section + .simple-cta .simple-cta-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 22px !important;
    padding: 26px 30px !important;
    border: 1px solid rgba(30, 134, 232, 0.16);
    background:
        linear-gradient(135deg, rgba(37, 184, 238, 0.08), rgba(255, 255, 255, 0.98)),
        #ffffff !important;
    box-shadow: 0 22px 54px rgba(8, 29, 55, 0.08);
}

.services-tabs-section + .simple-cta h2 {
    margin: 0 0 6px !important;
    color: #06172a !important;
    font-size: clamp(24px, 2.4vw, 34px) !important;
    text-shadow: none !important;
}

.services-tabs-section + .simple-cta p {
    margin: 0 !important;
    color: #1f2937 !important;
    font-size: 15px !important;
}

.services-tabs-section + .simple-cta .simple-cta-actions {
    flex: 0 0 auto;
}

@media (max-width: 782px) {
    .services-tabs-section + .simple-cta .simple-cta-inner {
        align-items: flex-start !important;
        flex-direction: column;
        padding: 22px !important;
    }
}

/* Final client layout: locked secondary navs and clean service detail rows */
.site-header {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 100000 !important;
}

body.admin-bar .site-header {
    top: 32px !important;
}

.about-section-nav,
.services-video-hero + .services-category-nav {
    position: sticky !important;
    top: 82px !important;
    z-index: 9999 !important;
    background: rgba(8, 29, 55, 0.98) !important;
    box-shadow: 0 18px 38px rgba(8, 29, 55, 0.18) !important;
    backdrop-filter: blur(14px);
}

body.admin-bar .about-section-nav,
body.admin-bar .services-video-hero + .services-category-nav {
    top: 114px !important;
}

.services-tabs-section {
    padding-top: 56px !important;
}

.profile-subdivision-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 44px !important;
}

.profile-subdivision-card {
    display: grid !important;
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr) !important;
    align-items: center !important;
    gap: clamp(24px, 4vw, 56px) !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.profile-subdivision-card:nth-child(even) {
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr) !important;
}

.profile-subdivision-card:nth-child(even) .service-detail-thumb {
    order: 2;
}

.profile-subdivision-card:nth-child(even) .service-detail-copy {
    order: 1;
}

.profile-subdivision-card:hover,
.profile-subdivision-card.reveal-card.is-visible:hover {
    transform: translateY(-4px) !important;
    box-shadow: none !important;
}

.profile-subdivision-card::after,
.profile-subdivision-card::before {
    display: none !important;
}

.profile-subdivision-card .service-detail-thumb {
    min-height: 340px !important;
    border-radius: 0 !important;
    background-size: cover !important;
    background-position: center !important;
    box-shadow: 0 26px 64px rgba(8, 29, 55, 0.18);
}

.profile-subdivision-card .service-detail-copy {
    padding: 0 !important;
    background: transparent !important;
}

.profile-subdivision-card h3 {
    max-width: 680px;
    margin-bottom: 14px !important;
    color: #000000 !important;
    font-size: clamp(30px, 3.2vw, 48px) !important;
    line-height: 1.04 !important;
}

.profile-subdivision-card p {
    max-width: 760px;
    color: #1f2937 !important;
    font-size: clamp(16px, 1.35vw, 20px) !important;
    font-weight: 600;
    line-height: 1.55 !important;
}

.service-mini-points {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin-top: 22px !important;
}

.service-mini-points li {
    min-height: auto !important;
    padding: 12px 16px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #eef9ff !important;
    color: #111111 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    opacity: 0;
    transform: translateY(16px);
}

.service-mini-points li:nth-child(2n) {
    background: #bfeeff !important;
}

.service-mini-points li:nth-child(3n) {
    background: #e4f6ff !important;
}

.service-mini-points li::before,
.service-mini-points li::after {
    display: none !important;
}

.profile-subdivision-card.is-visible .service-mini-points li {
    animation: affcoBulletIn 640ms cubic-bezier(0.2, 0.85, 0.25, 1) forwards !important;
}

.simple-services-section {
    background:
        linear-gradient(135deg, rgba(4, 18, 35, 0.94), rgba(8, 46, 82, 0.86)),
        radial-gradient(circle at 50% 12%, rgba(37, 184, 238, 0.28), transparent 28%),
        url("../images/service-sheets/construction-industrial-plant-construction.jpg") center / cover no-repeat fixed !important;
}

.simple-services-section .simple-service-card {
    border: 0 !important;
}

.simple-services-section .simple-service-image {
    filter: grayscale(0.08) contrast(1.15) brightness(0.74) saturate(1.16) !important;
}

.contact-hero .eyebrow,
.contact-hero .hero-grid > div:first-child > p {
    display: none !important;
}

@media (max-width: 782px) {
    body.admin-bar .site-header {
        top: 46px !important;
    }

    .about-section-nav,
    .services-video-hero + .services-category-nav {
        top: 70px !important;
    }

    body.admin-bar .about-section-nav,
    body.admin-bar .services-video-hero + .services-category-nav {
        top: 116px !important;
    }

    .profile-subdivision-card,
    .profile-subdivision-card:nth-child(even) {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .profile-subdivision-card:nth-child(even) .service-detail-thumb,
    .profile-subdivision-card:nth-child(even) .service-detail-copy {
        order: initial;
    }

    .profile-subdivision-card .service-detail-thumb {
        min-height: 240px !important;
    }

    .service-mini-points {
        grid-template-columns: 1fr !important;
    }

    .simple-services-section {
        background-attachment: scroll !important;
    }
}

/* Final cascade lock: service nav under hero and premium home service block */
.services-video-hero + .services-category-nav {
    position: sticky !important;
    top: 82px !important;
    z-index: 9998 !important;
    margin: 0 !important;
    background: rgba(8, 29, 55, 0.96) !important;
    box-shadow: 0 18px 38px rgba(8, 29, 55, 0.18) !important;
    backdrop-filter: blur(14px);
}

body.admin-bar .services-video-hero + .services-category-nav {
    top: 114px !important;
}

.services-category-nav .main-service-tabs {
    position: relative !important;
    top: auto !important;
    z-index: auto !important;
    display: flex !important;
    justify-content: center !important;
    gap: clamp(18px, 4vw, 56px) !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow-x: auto;
    white-space: nowrap;
}

.services-category-nav .main-service-tab {
    min-height: 54px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #ffffff !important;
    font-size: 13px !important;
}

.services-clean-tabs > .container > .main-service-tabs {
    display: none !important;
}

.simple-services-section {
    background:
        linear-gradient(180deg, rgba(5, 20, 38, 0.9), rgba(8, 29, 55, 0.88)),
        url("../images/service-sheets/industrial-project-support-services.jpg") center / cover no-repeat fixed !important;
}

.simple-services-section::before {
    background:
        radial-gradient(circle at 50% 18%, rgba(37, 184, 238, 0.22), transparent 26%),
        linear-gradient(90deg, rgba(30, 134, 232, 0.12), rgba(229, 169, 40, 0.1)) !important;
}

@media (max-width: 782px) {
    .services-video-hero + .services-category-nav {
        top: 70px !important;
    }

    body.admin-bar .services-video-hero + .services-category-nav {
        top: 116px !important;
    }

    .services-category-nav .main-service-tabs {
        justify-content: flex-start !important;
    }

    .simple-services-section {
        background-attachment: scroll !important;
    }
}

* {
    box-sizing: border-box;
}

[hidden] {
    display: none !important;
}

body {
    margin: 0;
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    background:
        radial-gradient(circle at 8% 12%, rgba(18, 103, 201, 0.08), transparent 28%),
        radial-gradient(circle at 92% 22%, rgba(216, 166, 47, 0.08), transparent 30%),
        var(--white);
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    height: 82px;
    min-height: 82px;
    max-height: 82px;
    overflow: visible;
    background: rgba(8, 29, 55, 0.96);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
}

.nav-shell {
    min-height: 82px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--white);
    flex: 0 0 auto;
    max-height: 64px;
    overflow: hidden;
}

.brand-mark {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--blue), var(--gold));
    font-weight: 800;
}

.brand-logo {
    width: 56px !important;
    min-width: 56px !important;
    max-width: 56px !important;
    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 8px;
    background: var(--white);
    padding: 5px;
}

.brand-logo img {
    width: 46px !important;
    max-width: 46px !important;
    height: 46px !important;
    max-height: 46px !important;
    object-fit: contain !important;
    display: block !important;
}

.brand strong,
.brand small {
    display: block;
}

.brand small {
    color: #b9c9dd;
    font-size: 12px;
}

.primary-nav ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: nowrap;
}

.primary-nav li {
    position: relative;
}

.primary-nav a {
    color: #eaf2fb;
    font-size: 14px;
    font-weight: 700;
}

.primary-nav a:hover {
    color: var(--gold);
}

.primary-nav a.is-active {
    color: var(--white);
    background: linear-gradient(135deg, var(--blue), var(--navy-2));
    box-shadow: 0 8px 18px rgba(18, 103, 201, 0.22);
}

.primary-nav a {
    border-radius: 8px;
    padding: 10px 12px;
}

.has-service-dropdown > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.has-service-dropdown > a::after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    transition: transform 0.2s ease;
}

.has-service-dropdown:hover > a::after,
.has-service-dropdown:focus-within > a::after {
    transform: rotate(225deg) translateY(-1px);
}

.service-dropdown {
    position: absolute;
    right: 0;
    top: calc(100% + 14px);
    width: 230px;
    display: grid !important;
    align-items: stretch !important;
    gap: 6px !important;
    padding: 10px !important;
    border: 1px solid rgba(219, 229, 240, 0.92);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 55px rgba(8, 29, 55, 0.24);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
    z-index: 90;
}

.service-dropdown li,
.service-dropdown a {
    width: 100%;
}

.service-dropdown::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -16px;
    height: 16px;
}

.has-service-dropdown:hover .service-dropdown,
.has-service-dropdown:focus-within .service-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.has-service-dropdown.is-dropdown-closed .service-dropdown {
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(8px) !important;
    pointer-events: none !important;
}

.primary-nav .service-dropdown a {
    display: block;
    min-height: auto;
    padding: 10px 12px;
    color: var(--navy);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.25;
    border: 1px solid transparent;
    background: linear-gradient(135deg, #f6f9fd, #ffffff);
}

.primary-nav .service-dropdown a:hover,
.primary-nav .service-dropdown a:focus {
    color: var(--white);
    background: linear-gradient(135deg, var(--blue), var(--navy-2));
    border-color: rgba(255, 255, 255, 0.18);
}

.primary-nav .service-dropdown strong,
.primary-nav .service-dropdown small {
    display: block;
}

.primary-nav .service-dropdown strong {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.25;
}

.primary-nav .service-dropdown small {
    display: none;
}

.primary-nav .service-dropdown a:hover small,
.primary-nav .service-dropdown a:focus small {
    color: #dcecff;
}

.dropdown-thumb {
    display: none;
}

.menu-toggle {
    display: none;
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: var(--white);
    background: transparent;
    border-radius: 8px;
    padding: 9px 12px;
    font-weight: 700;
}

.hero,
.page-hero {
    position: relative;
    overflow: hidden;
    color: var(--white);
    background:
        linear-gradient(105deg, rgba(8, 29, 55, 0.97), rgba(8, 29, 55, 0.82) 48%, rgba(18, 103, 201, 0.5)),
        url('https://images.unsplash.com/photo-1513828583688-c52646db42da?auto=format&fit=crop&w=1800&q=80'),
        radial-gradient(circle at 82% 22%, rgba(216, 166, 47, 0.24), transparent 32%),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.07) 0, rgba(255, 255, 255, 0.07) 1px, transparent 1px, transparent 38px),
        var(--navy);
    background-position: center;
    background-size: cover;
    animation: affcoHeroMotion 18s ease-in-out infinite alternate;
}

.home-hero {
    background:
        linear-gradient(105deg, rgba(8, 29, 55, 0.97), rgba(8, 29, 55, 0.78) 48%, rgba(18, 103, 201, 0.44)),
        url('../images/profile-services/piping-services.jpg'),
        var(--navy);
    background-position: center;
    background-size: cover;
}

.services-hero {
    background:
        linear-gradient(105deg, rgba(8, 29, 55, 0.97), rgba(8, 29, 55, 0.8) 48%, rgba(18, 103, 201, 0.5)),
        url('../images/profile-services/mechanical-works.jpg'),
        var(--navy);
    background-position: center;
    background-size: cover;
}

.contact-hero {
    background:
        linear-gradient(105deg, rgba(8, 29, 55, 0.97), rgba(8, 29, 55, 0.8) 48%, rgba(18, 103, 201, 0.46)),
        url('../images/profile-services/rigging-lifting.jpg'),
        var(--navy);
    background-position: center;
    background-size: cover;
}

.service-hero {
    background:
        linear-gradient(105deg, rgba(8, 29, 55, 0.97), rgba(8, 29, 55, 0.78) 48%, rgba(18, 103, 201, 0.46)),
        url('../images/profile-services/valve-services.jpg'),
        var(--navy);
    background-position: center;
    background-size: cover;
}

.about-hero {
    animation: affcoHeroMotion 18s ease-in-out infinite alternate;
}

@keyframes affcoHeroMotion {
    0% {
        background-position: center center;
        filter: saturate(1);
    }
    100% {
        background-position: 58% 46%;
        filter: saturate(1.12);
    }
}

.hero {
    min-height: 700px;
    display: flex;
    align-items: center;
}

.hero::after,
.page-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 6px;
    background: linear-gradient(90deg, var(--blue), var(--cyan), var(--gold), var(--teal));
}

.hero-floating-tiles {
    position: absolute;
    right: 8%;
    bottom: 9%;
    display: grid;
    grid-template-columns: repeat(3, 74px);
    gap: 14px;
    pointer-events: none;
}

.hero-floating-tiles span {
    height: 74px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(18, 103, 201, 0.62), rgba(216, 166, 47, 0.34));
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
    animation: affcoFloatTile 4.5s ease-in-out infinite;
}

.hero-floating-tiles span:nth-child(2) {
    background: linear-gradient(135deg, rgba(24, 182, 217, 0.56), rgba(8, 29, 55, 0.4));
    animation-delay: 0.7s;
}

.hero-floating-tiles span:nth-child(3) {
    background: linear-gradient(135deg, rgba(25, 169, 131, 0.52), rgba(242, 154, 46, 0.34));
    animation-delay: 1.4s;
}

@keyframes affcoFloatTile {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-14px) rotate(2deg);
    }
}

.page-hero {
    padding: 110px 0 80px;
}

.page-hero.compact {
    padding: 80px 0;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    gap: 54px;
    align-items: center;
}

.hero h1,
.page-hero h1 {
    max-width: 860px;
    margin: 0 0 20px;
    font-size: clamp(42px, 6vw, 72px);
    line-height: 1.04;
}

.page-hero h1 {
    font-size: clamp(38px, 5vw, 58px);
}

.hero p,
.page-hero p {
    max-width: 720px;
    color: #dce9f7;
    font-size: 18px;
}

.eyebrow {
    margin: 0 0 12px;
    color: var(--gold);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border-radius: 8px;
    padding: 12px 18px;
    border: 1px solid transparent;
    font-weight: 800;
    cursor: pointer;
}

.btn.primary {
    color: var(--white);
    background: var(--blue);
}

.btn.secondary {
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.35);
}

.btn.light {
    color: var(--navy);
    background: var(--white);
}

.hero-panel {
    border-left: 4px solid var(--gold);
    background: rgba(255, 255, 255, 0.1);
    padding: 28px;
    box-shadow: var(--shadow);
}

.hero-panel p {
    margin: 0 0 10px;
    color: var(--white);
    font-size: 26px;
    font-weight: 800;
    line-height: 1.2;
}

.hero-panel span {
    color: #dce9f7;
}

.section {
    padding: 86px 0;
}

.section.tinted {
    background:
        linear-gradient(135deg, rgba(244, 247, 251, 0.96), rgba(237, 245, 255, 0.96)),
        repeating-linear-gradient(45deg, rgba(18, 103, 201, 0.05) 0, rgba(18, 103, 201, 0.05) 1px, transparent 1px, transparent 26px);
}

.section.dark {
    color: var(--white);
    background: var(--navy);
}

.section-heading {
    max-width: 760px;
    margin-bottom: 34px;
}

.section-heading h2,
.split-intro h2,
.two-column h2,
.three-panel h2,
.cta-inner h2 {
    margin: 0 0 14px;
    color: var(--navy);
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.14;
}

.dark .section-heading h2,
.dark h2,
.cta-inner h2 {
    color: var(--white);
}

.section-heading p,
.split-intro p,
.two-column p,
.three-panel p {
    color: var(--muted);
}

.dark .section-heading p,
.dark p {
    color: #c9d8e9;
}

.split-intro,
.two-column,
.contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
    gap: 48px;
    align-items: start;
}

.about-profile-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
    gap: 52px;
    align-items: center;
}

.inline-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.inline-badges span {
    border: 1px solid rgba(18, 103, 201, 0.18);
    border-radius: 8px;
    padding: 9px 12px;
    color: var(--navy);
    background: #edf5ff;
    font-size: 13px;
    font-weight: 800;
}

.about-photo-stack {
    display: grid;
    gap: 18px;
}

.about-photo-stack figure {
    min-height: 260px;
    display: flex;
    align-items: flex-end;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    padding: 22px;
    background-position: center;
    background-size: cover;
    box-shadow: var(--shadow);
}

.about-photo-stack figure:first-child {
    min-height: 360px;
}

.about-photo-stack figcaption {
    border-left: 4px solid var(--gold);
    padding: 10px 14px;
    color: var(--white);
    background: rgba(8, 29, 55, 0.82);
    font-weight: 800;
}

.about-hero {
    background:
        linear-gradient(105deg, rgba(8, 29, 55, 0.96), rgba(8, 29, 55, 0.8) 48%, rgba(18, 103, 201, 0.45)),
        url('https://images.unsplash.com/photo-1575799513569-95d4816c1df9?auto=format&fit=crop&w=1800&q=80');
    background-position: center;
    background-size: cover;
}

.about-feature-row {
    display: grid;
    grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
    gap: 48px;
    align-items: center;
}

.about-feature-image,
.profile-card-image,
.about-closing-image {
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    border-radius: 8px;
    padding: 26px;
    color: var(--white);
    background-position: center;
    background-size: cover;
    box-shadow: var(--shadow);
}

.about-feature-image {
    min-height: 520px;
}

.about-feature-copy h2,
.profile-card-body h2 {
    margin: 0 0 16px;
    color: var(--navy);
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.12;
}

.about-feature-copy p,
.profile-card-body p,
.values-section .section-heading p {
    color: var(--muted);
}

.why-about-section {
    background:
        linear-gradient(180deg, rgba(237, 245, 255, 0.78), rgba(255, 255, 255, 1));
}

.why-about-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.why-about-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 10px 30px rgba(8, 29, 55, 0.08);
    transition: transform 260ms ease, box-shadow 260ms ease;
}

.why-about-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(8, 29, 55, 0.16);
}

.why-about-image {
    min-height: 210px;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    background-position: center;
    background-size: cover;
}

.why-about-image span {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: var(--white);
    background: linear-gradient(135deg, var(--blue), var(--navy));
    box-shadow: 0 8px 22px rgba(18, 103, 201, 0.25);
    font-size: 20px;
    font-weight: 900;
}

.why-about-body {
    border-top: 4px solid var(--gold);
    padding: 24px;
}

.why-about-body h3 {
    margin: 0 0 10px;
    color: var(--navy);
    font-size: 22px;
}

.why-about-body p {
    margin: 0;
    color: var(--muted);
}

.vision-mission-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.profile-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 10px 30px rgba(8, 29, 55, 0.08);
}

.profile-card-image {
    min-height: 310px;
    border-radius: 0;
    box-shadow: none;
}

.profile-card-body {
    padding: 30px;
}

.values-modern-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.value-modern-card {
    min-height: 210px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 26px;
    background:
        linear-gradient(180deg, rgba(237, 245, 255, 0.9), rgba(255, 255, 255, 1));
    box-shadow: 0 10px 30px rgba(8, 29, 55, 0.06);
}

.value-modern-card span {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: var(--white);
    background: linear-gradient(135deg, var(--navy), var(--blue));
    font-weight: 900;
}

.value-modern-card h3 {
    margin: 20px 0 10px;
    color: var(--navy);
    font-size: 22px;
}

.value-modern-card p {
    margin: 0;
    color: var(--muted);
}

.about-closing-image {
    min-height: 330px;
}

.profile-who-section {
    background:
        linear-gradient(135deg, rgba(237, 245, 255, 0.92), rgba(255, 255, 255, 1) 52%, rgba(216, 166, 47, 0.1));
}

.who-profile-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    gap: 46px;
    align-items: center;
}

.who-profile-copy h2,
.vision-profile-copy h2,
.profile-split-heading h2,
.why-profile-banner h2,
.values-chart-copy h2 {
    margin: 0 0 18px;
    color: var(--navy);
    font-size: clamp(34px, 4.8vw, 58px);
    line-height: 1.02;
}

.who-timeline {
    position: relative;
    display: grid;
    gap: 26px;
    margin-top: 32px;
    padding-left: 76px;
}

.who-timeline::before {
    content: "";
    position: absolute;
    left: 36px;
    top: 12px;
    bottom: 12px;
    width: 2px;
    background: linear-gradient(180deg, var(--blue), var(--gold), var(--navy));
}

.who-timeline article {
    position: relative;
    min-height: 96px;
    display: flex;
    align-items: center;
    padding: 22px 24px;
    border: 1px solid rgba(219, 229, 240, 0.9);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 40px rgba(8, 29, 55, 0.08);
}

.who-timeline span {
    position: absolute;
    left: -72px;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--white);
    background: linear-gradient(135deg, var(--blue), #416ab8);
    border: 5px solid var(--white);
    box-shadow: 0 12px 28px rgba(18, 103, 201, 0.28);
    font-size: 12px;
    font-weight: 900;
}

.who-timeline p {
    margin: 0;
    color: var(--ink);
    font-size: 18px;
    line-height: 1.45;
}

.who-image-stack {
    position: relative;
    min-height: 560px;
}

.who-image-stack div {
    position: absolute;
    overflow: hidden;
    border-radius: 8px;
    background-position: center;
    background-size: cover;
    box-shadow: var(--shadow);
}

.who-image-stack div:first-child {
    inset: 0 0 110px 54px;
}

.who-image-stack div:last-child {
    inset: 210px 80px 0 0;
    border: 8px solid var(--white);
}

.vision-profile-section {
    background: var(--white);
}

.vision-profile-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
    overflow: hidden;
    border-radius: 8px;
    background:
        linear-gradient(105deg, #ffffff 0 66%, transparent 66%),
        linear-gradient(135deg, rgba(18, 103, 201, 0.08), rgba(216, 166, 47, 0.1));
    box-shadow: 0 20px 55px rgba(8, 29, 55, 0.12);
}

.vision-mission-board {
    grid-template-columns: 1fr;
    border: 1px solid rgba(18, 103, 201, 0.14);
    background:
        radial-gradient(circle at 12% 18%, rgba(18, 103, 201, 0.08), transparent 28%),
        radial-gradient(circle at 92% 16%, rgba(216, 166, 47, 0.12), transparent 22%),
        linear-gradient(135deg, #ffffff 0%, #eef6ff 100%);
}

.vision-mission-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    align-items: center;
    gap: clamp(28px, 5vw, 64px);
}

.vision-mission-text h2 {
    text-align: left;
}

.vision-text-block,
.mission-text-block {
    position: relative;
    margin-top: 22px;
    padding: 22px 24px 22px 32px;
    border-left: 5px solid var(--gold);
    border-radius: 0 8px 8px 0;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 12px 30px rgba(8, 29, 55, 0.07);
}

.mission-text-block {
    border-left-color: var(--blue);
    background: #fffaf0;
}

.vision-mission-visual {
    position: relative;
    min-height: 430px;
}

.vision-target-card,
.mission-cloud-card {
    position: absolute;
    border: 1px solid rgba(18, 103, 201, 0.14);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(8, 29, 55, 0.12);
}

.vision-target-card {
    top: 0;
    right: 6%;
    width: 72%;
    padding: 24px;
}

.mission-cloud-card {
    left: 0;
    bottom: 0;
    width: 82%;
    padding: 22px;
    background: #fff8eb;
}

.vision-target-card img,
.mission-cloud-card img {
    display: block;
    width: 100%;
    height: auto;
}

.vision-profile-copy {
    padding: clamp(30px, 4vw, 50px);
}

.vision-profile-copy h2 {
    text-align: center;
}

.vision-mission-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 28px;
}

.vision-statement-row,
.mission-statement-row {
    display: grid;
    align-items: center;
    gap: 20px;
    min-height: 260px;
    border: 1px solid rgba(18, 103, 201, 0.14);
    border-radius: 8px;
    padding: 28px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 14px 34px rgba(8, 29, 55, 0.08);
}

.vision-statement-row {
    grid-template-columns: 170px minmax(0, 1fr);
}

.mission-statement-row {
    grid-template-columns: minmax(0, 1fr) 220px;
    background: #fffaf0;
}

.vision-statement-row img,
.mission-statement-row img {
    width: 100%;
    height: auto;
    display: block;
}

.vision-mission-cards > article {
    padding-left: 28px;
}

.vision-mission-cards > article::before {
    display: none;
}

.vision-profile-copy h2 span,
.profile-split-heading h2 span {
    color: #416ab8;
}

.vision-profile-copy article,
.vision-profile-copy .vision-statement-row > div,
.vision-profile-copy .mission-statement-row > div {
    position: relative;
    padding-left: 32px;
}

.vision-profile-copy article::before,
.vision-profile-copy .vision-statement-row > div::before,
.vision-profile-copy .mission-statement-row > div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 8px;
    width: 4px;
    background: linear-gradient(180deg, var(--gold), var(--blue));
}

.vision-profile-copy strong {
    display: block;
    color: var(--navy);
    font-size: 18px;
    text-transform: uppercase;
}

.vision-profile-copy p,
.profile-split-heading p,
.why-profile-intro p,
.values-chart-copy p {
    color: var(--muted);
    font-size: 16px;
}

.vision-profile-image {
    min-height: 560px;
    background-position: center;
    background-size: cover;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}

.vision-profile-visuals {
    display: grid;
    grid-template-rows: 1fr 1fr;
    min-height: 560px;
}

.vision-profile-visuals .vision-profile-image {
    min-height: 280px;
}

.vision-profile-visuals .mission-image {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 14% 100%);
}

.what-profile-section {
    background:
        linear-gradient(180deg, #ffffff 0%, #eef5fd 100%);
}

.profile-split-heading {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    align-items: center;
    margin-bottom: 36px;
}

.profile-split-heading img,
.why-profile-banner img {
    width: 112px;
    padding: 10px;
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 12px 30px rgba(8, 29, 55, 0.1);
}

.what-profile-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.what-profile-card {
    position: relative;
    overflow: hidden;
    min-height: 330px;
    padding: 150px 24px 26px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 16px 38px rgba(8, 29, 55, 0.08);
    transition: transform 260ms ease, box-shadow 260ms ease;
}

.what-profile-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 56px rgba(8, 29, 55, 0.16);
}

.what-profile-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 126px;
    background-position: center;
    background-size: cover;
}

.what-profile-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 29, 55, 0.08), rgba(8, 29, 55, 0.35));
}

.what-profile-card span,
.why-icon-card span,
.experience-tile span {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--white);
    border: 5px solid var(--white);
    box-shadow: 0 10px 24px rgba(8, 29, 55, 0.16);
    font-size: 12px;
    font-weight: 900;
}

.what-profile-card span {
    position: relative;
    margin-top: -36px;
    background: var(--blue);
}

.what-profile-card.orange span,
.what-profile-card.orange i {
    background: var(--orange);
}

.what-profile-card.navy span,
.what-profile-card.navy i {
    background: var(--navy);
}

.what-profile-card.violet span,
.what-profile-card.violet i {
    background: var(--violet);
}

.what-profile-card.red span,
.what-profile-card.red i {
    background: #1e86e8;
}

.what-profile-card.green span,
.what-profile-card.green i {
    background: #0cab5f;
}

.what-profile-card h3,
.why-icon-card h3,
.experience-tile h3 {
    margin: 0 0 10px;
    color: var(--navy);
    font-size: 22px;
    line-height: 1.1;
    text-transform: uppercase;
}

.what-profile-card i,
.experience-tile i {
    display: block;
    width: 44px;
    height: 3px;
    margin-bottom: 14px;
    background: var(--gold);
}

.home-purpose-section {
    background:
        linear-gradient(135deg, rgba(18, 103, 201, 0.08), rgba(255, 255, 255, 1) 46%, rgba(242, 154, 46, 0.12));
}

.home-purpose-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.home-purpose-card {
    position: relative;
    overflow: hidden;
    min-height: 330px;
    padding: 34px 28px;
    border-radius: 8px;
    color: var(--white);
    background: linear-gradient(135deg, var(--blue), var(--navy));
    box-shadow: 0 18px 42px rgba(8, 29, 55, 0.12);
}

.home-purpose-card::after {
    content: "";
    position: absolute;
    right: -58px;
    bottom: -58px;
    width: 180px;
    height: 180px;
    border: 28px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
}

.home-purpose-card.mission {
    background: linear-gradient(135deg, var(--orange), #bd5b12);
}

.home-purpose-card.values {
    background: linear-gradient(135deg, #162a63, var(--blue));
}

.home-purpose-card span {
    display: inline-block;
    margin-bottom: 22px;
    padding: 8px 12px;
    border-radius: 8px;
    color: var(--navy);
    background: var(--white);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.home-purpose-card h2 {
    position: relative;
    margin: 0 0 16px;
    font-size: clamp(24px, 2.5vw, 34px);
    line-height: 1.08;
    z-index: 1;
}

.home-purpose-card p {
    position: relative;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    z-index: 1;
}

.home-values-cloud {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    z-index: 1;
}

.home-values-cloud b {
    padding: 9px 11px;
    border-radius: 8px;
    color: var(--navy);
    background: var(--white);
    font-size: 13px;
}

.home-why-section {
    color: var(--white);
    background:
        linear-gradient(120deg, rgba(8, 29, 55, 0.95), rgba(13, 45, 82, 0.92)),
        url('https://images.unsplash.com/photo-1513828583688-c52646db42da?auto=format&fit=crop&w=2200&q=95');
    background-position: center;
    background-size: cover;
}

.home-why-banner {
    margin-bottom: 24px;
    padding: 38px;
    border-left: 6px solid var(--gold);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(18, 103, 201, 0.86), rgba(8, 29, 55, 0.58));
    box-shadow: 0 22px 56px rgba(0, 0, 0, 0.16);
}

.home-why-banner h2 {
    max-width: 820px;
    margin: 0 0 12px;
    color: var(--white);
    font-size: clamp(34px, 4.2vw, 58px);
    line-height: 1.04;
}

.home-why-banner p:not(.eyebrow) {
    max-width: 860px;
    margin: 0;
    color: #dcecff;
    font-size: 18px;
}

.home-why-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.home-why-card {
    position: relative;
    min-height: 255px;
    padding: 34px 30px 30px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    background:
        linear-gradient(145deg, #0758b7, #081d37),
        var(--navy);
    box-shadow: 0 20px 48px rgba(0, 16, 36, 0.32);
    transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.home-why-card::before {
    position: absolute;
    inset: 0;
    content: "";
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 42%),
        radial-gradient(circle at 88% 18%, rgba(244, 158, 46, 0.34), rgba(244, 158, 46, 0) 30%);
    pointer-events: none;
}

.home-why-card::after {
    position: absolute;
    right: -36px;
    bottom: 24px;
    width: 110px;
    height: 180px;
    border-radius: 90px 0 0 90px;
    content: "";
    background: rgba(255, 255, 255, 0.08);
    pointer-events: none;
    transition: transform 260ms ease, opacity 260ms ease;
}

.home-why-card:nth-child(2) {
    background: linear-gradient(145deg, #d8a62f, #6d4c08);
}

.home-why-card:nth-child(3) {
    background: linear-gradient(145deg, #19a983, #0d3e45);
}

.home-why-card:nth-child(4) {
    background: linear-gradient(145deg, #4c68d7, #13245f);
}

.home-why-card:nth-child(5) {
    background: linear-gradient(145deg, #f29a2e, #7f2f12);
}

.home-why-card:nth-child(6) {
    background: linear-gradient(145deg, #18b6d9, #0d2d52);
}

.home-why-card:hover {
    transform: translateY(-10px) scale(1.015);
    border-color: rgba(255, 255, 255, 0.45);
    box-shadow: 0 32px 72px rgba(0, 16, 36, 0.42);
}

.home-why-card:hover::after {
    opacity: 0.95;
    transform: scale(1.18);
}

.home-why-card span {
    position: relative;
    z-index: 1;
    width: 74px;
    height: 74px;
    display: grid;
    place-items: center;
    margin-bottom: 24px;
    border: 2px solid rgba(255, 255, 255, 0.45);
    border-radius: 8px;
    color: var(--navy);
    background:
        linear-gradient(135deg, #ffffff, #e8f2ff);
    box-shadow: 12px 12px 0 rgba(255, 255, 255, 0.12);
    font-weight: 900;
}

.home-why-card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 12px;
    color: var(--white);
    font-size: 23px;
    line-height: 1.15;
    text-transform: uppercase;
}

.home-why-card h3::after {
    display: block;
    width: 54px;
    height: 3px;
    margin-top: 14px;
    content: "";
    background: var(--white);
    opacity: 0.86;
}

.home-why-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.75;
}

.what-profile-card p,
.why-icon-card p,
.experience-tile p {
    margin: 0;
    color: var(--muted);
}

.why-profile-section {
    color: var(--white);
    background: linear-gradient(180deg, var(--navy), var(--navy-2));
}

.why-profile-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 34px 42px;
    border-radius: 8px 8px 0 0;
    background:
        linear-gradient(135deg, #416ab8 0 72%, #ffffff 72% 100%);
    overflow: visible;
}

.why-profile-banner h2,
.why-profile-banner .eyebrow {
    color: var(--white);
}

.why-profile-banner > div {
    position: relative;
    z-index: 1;
    max-width: min(780px, calc(100% - 150px));
}

.why-profile-intro {
    padding: 28px 34px;
    background: var(--orange);
}

.why-profile-intro strong {
    display: block;
    font-size: 24px;
}

.why-profile-intro p {
    margin: 4px 0 0;
    color: var(--white);
}

.why-icon-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1px;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}

.why-icon-card {
    min-height: 240px;
    padding: 28px 18px;
    text-align: center;
    background: var(--white);
}

.why-icon-card span {
    margin: 0 auto;
    background: var(--navy);
}

.why-icon-card:nth-child(even) span {
    background: var(--orange);
}

.strength-icon svg,
.home-why-card .strength-icon svg,
.why-icon-card .strength-icon svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.why-icon-card h3 {
    font-size: 17px;
}

.why-icon-card p {
    font-size: 14px;
}

/* Clean white treatment for home Why AFFCO Gulf cards. */
.home-why-section {
    color: var(--navy);
    background: #ffffff;
}

.home-why-banner {
    border: 1px solid rgba(18, 103, 201, 0.14);
    border-left: 6px solid var(--gold);
    background: #f5f9ff;
    box-shadow: 0 14px 34px rgba(8, 29, 55, 0.08);
}

.home-why-banner h2 {
    color: var(--navy);
}

.home-why-banner p:not(.eyebrow) {
    color: var(--muted);
}

.home-why-card,
.home-why-card:nth-child(2),
.home-why-card:nth-child(3),
.home-why-card:nth-child(4),
.home-why-card:nth-child(5),
.home-why-card:nth-child(6) {
    min-height: 210px;
    padding: 26px 24px;
    color: var(--navy);
    border: 1px solid rgba(18, 103, 201, 0.14);
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(8, 29, 55, 0.08);
}

.home-why-card::before,
.home-why-card::after {
    display: none;
}

.home-why-card:hover {
    transform: translateY(-6px);
    border-color: rgba(18, 103, 201, 0.28);
    box-shadow: 0 22px 52px rgba(8, 29, 55, 0.14);
}

.home-why-card span {
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
    color: #ffffff;
    background: var(--blue);
    box-shadow: 0 12px 24px rgba(18, 103, 201, 0.18);
}

.home-why-card:nth-child(2) span {
    background: #d8a62f;
}

.home-why-card:nth-child(3) span {
    background: #22a86d;
}

.home-why-card:nth-child(4) span {
    background: #416ab8;
}

.home-why-card:nth-child(5) span {
    background: #f39822;
}

.home-why-card:nth-child(6) span {
    background: #00a6df;
}

.home-why-card h3 {
    color: var(--navy);
    font-size: 18px;
}

.home-why-card h3::after {
    background: var(--gold);
}

.home-why-card p {
    color: var(--muted);
    line-height: 1.6;
}

.experience-profile-section {
    background: #f7f9fc;
}

.experience-profile-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.experience-tile {
    min-height: 220px;
    padding: 28px 20px;
    text-align: center;
    border-radius: 0;
    color: var(--white);
    background: var(--blue);
    box-shadow: 0 16px 34px rgba(8, 29, 55, 0.1);
}

.experience-tile.navy {
    background: #1a2d63;
}

.experience-tile.orange {
    background: var(--orange);
}

.experience-tile.silver {
    color: var(--navy);
    background: #c6c9cc;
}

.experience-tile span {
    margin: 0 auto 16px;
    background: rgba(8, 29, 55, 0.25);
}

.experience-tile h3,
.experience-tile p {
    color: inherit;
}

.experience-tile i {
    margin: 16px auto 0;
}

.values-chart-section {
    background:
        linear-gradient(105deg, #ffffff 0 72%, rgba(18, 103, 201, 0.12) 72%),
        linear-gradient(180deg, #ffffff, #f3f7fc);
}

.values-chart-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(460px, 1.25fr);
    gap: 46px;
    align-items: center;
}

.values-wheel {
    position: relative;
    min-height: 620px;
}

.values-center {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 190px;
    height: 190px;
    display: grid;
    place-items: center;
    padding: 18px;
    text-align: center;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: var(--white);
    box-shadow: 0 18px 44px rgba(8, 29, 55, 0.18);
    z-index: 2;
}

.values-center img {
    width: 82px;
}

.values-center strong {
    color: var(--navy);
    font-size: 26px;
    line-height: 1;
    text-transform: uppercase;
}

.value-node {
    position: absolute;
    width: 230px;
    height: 132px;
    display: grid;
    place-items: center;
    padding: 20px;
    color: var(--white);
    border-radius: 34px 8px 34px 8px;
    background: var(--navy);
    box-shadow: 0 18px 38px rgba(8, 29, 55, 0.12);
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}

.value-node:nth-of-type(odd) {
    background: var(--orange);
}

.value-node-1 {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.value-node-2 {
    right: 3%;
    top: 130px;
}

.value-node-3 {
    right: 3%;
    bottom: 130px;
}

.value-node-4 {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.value-node-5 {
    left: 3%;
    bottom: 130px;
}

.value-node-6 {
    left: 3%;
    top: 130px;
}

.intro-strip {
    padding: 52px 0;
    border-bottom: 1px solid var(--line);
}

.card-grid {
    display: grid;
    gap: 22px;
}

.card-grid.three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-grid.five {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.card-grid.six {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.service-card,
.mini-card,
.feature-box,
.three-panel article,
.strength-card,
.logo-card,
.contact-form {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 8px 24px rgba(8, 29, 55, 0.06);
}

.service-card {
    overflow: hidden;
    transition: transform 260ms ease, box-shadow 260ms ease;
}

.service-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 18px 42px rgba(8, 29, 55, 0.14);
}

.service-card h3,
.service-card p,
.service-card a {
    margin-left: 22px;
    margin-right: 22px;
}

.service-card h3 {
    margin-top: 20px;
    color: var(--navy);
    font-size: 21px;
    line-height: 1.22;
}

.service-card p {
    color: var(--muted);
}

.service-card a {
    display: inline-block;
    margin-bottom: 24px;
    color: var(--blue);
    font-weight: 800;
}

.card-image,
.image-placeholder {
    min-height: 150px;
    display: grid;
    place-items: center;
    padding: 24px;
    color: var(--white);
    font-weight: 800;
    text-align: center;
    background:
        linear-gradient(135deg, rgba(8, 29, 55, 0.82), rgba(18, 103, 201, 0.78)),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.12) 0, rgba(255, 255, 255, 0.12) 1px, transparent 1px, transparent 24px);
    background-position: center;
    background-size: cover;
    transition: transform 500ms ease;
}

.service-card:hover .card-image {
    transform: scale(1.025);
}

.main-service-grid {
    display: grid;
    gap: 28px;
}

.main-service-picker {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 0 0 28px;
}

.service-category-select {
    max-width: 520px;
    margin: 0 0 34px;
    padding: 22px;
    border: 1px solid rgba(219, 229, 240, 0.95);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(237, 245, 255, 0.96));
    box-shadow: 0 16px 38px rgba(8, 29, 55, 0.08);
}

.service-category-select label {
    display: block;
    margin-bottom: 10px;
    color: var(--navy);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.service-select-wrap {
    position: relative;
}

.service-select-wrap::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--gold);
    border-bottom: 2px solid var(--gold);
    pointer-events: none;
    transform: translateY(-70%) rotate(45deg);
}

.service-select-wrap select {
    width: 100%;
    min-height: 58px;
    appearance: none;
    border: 1px solid rgba(18, 103, 201, 0.28);
    border-radius: 8px;
    padding: 0 54px 0 18px;
    color: var(--white);
    background: linear-gradient(135deg, var(--blue), var(--navy-2));
    box-shadow: 0 10px 26px rgba(18, 103, 201, 0.16);
    cursor: pointer;
    font: inherit;
    font-size: 17px;
    font-weight: 900;
}

.service-select-wrap select:focus {
    outline: 3px solid rgba(216, 166, 47, 0.26);
    outline-offset: 3px;
}

.main-service-pick {
    min-height: 72px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 14px 16px;
    color: var(--navy);
    background: var(--white);
    box-shadow: 0 10px 26px rgba(8, 29, 55, 0.06);
    cursor: pointer;
    font: inherit;
    font-size: 17px;
    font-weight: 900;
    text-align: center;
    transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.main-service-pick:hover,
.main-service-pick.is-active {
    color: var(--white);
    border-color: var(--blue);
    background: linear-gradient(135deg, var(--blue), var(--navy-2));
    transform: translateY(-3px);
}

.main-service-panels {
    display: grid;
}

.main-service-panel {
    display: none;
}

.main-service-panel.is-active {
    display: grid;
    opacity: 1;
    transform: none;
}

.main-service-card {
    display: grid;
    grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 10px 28px rgba(8, 29, 55, 0.08);
    transition: transform 260ms ease, box-shadow 260ms ease;
}

.main-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 54px rgba(8, 29, 55, 0.16);
}

.main-service-media {
    min-height: 360px;
    display: flex;
    align-items: flex-end;
    padding: 26px;
    color: var(--white);
    background-position: center;
    background-size: cover;
}

.main-service-body {
    padding: 34px;
}

.main-service-body h3 {
    margin: 0 0 12px;
    color: var(--navy);
    font-size: 34px;
    line-height: 1.1;
}

.main-service-body p {
    color: var(--muted);
}

.main-service-body h4 {
    margin: 26px 0 14px;
    color: var(--navy);
    font-size: 17px;
}

.subdivision-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.subdivision-list a {
    display: block;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 11px 12px;
    color: var(--navy);
    background: var(--soft);
    font-size: 14px;
    font-weight: 800;
    transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.image-subdivision-list a {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    padding: 10px;
    overflow: hidden;
}

.image-subdivision-list a span {
    width: 92px;
    height: 72px;
    border-radius: 8px;
    background-position: center;
    background-size: cover;
    transition: transform 260ms ease;
}

.image-subdivision-list strong {
    color: var(--navy);
    font-size: 15px;
    line-height: 1.25;
}

.subdivision-thumb {
    width: 92px;
    height: 72px;
    border-radius: 8px;
    background-position: center;
    background-size: cover;
    transition: transform 260ms ease;
}

.image-subdivision-list a:hover .subdivision-thumb,
.image-subdivision-list a:hover span {
    transform: scale(1.06);
}

.image-subdivision-list a:hover strong {
    color: var(--white);
}

.service-detail-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.service-detail-card {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    align-items: stretch;
    min-height: 148px;
    overflow: hidden;
    border: 1px solid rgba(219, 229, 240, 0.95);
    border-radius: 8px;
    color: var(--ink);
    background: linear-gradient(135deg, #ffffff, #f7fbff);
    box-shadow: 0 12px 28px rgba(8, 29, 55, 0.08);
    transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.service-detail-card:hover {
    transform: translateY(-7px);
    border-color: rgba(18, 103, 201, 0.35);
    box-shadow: 0 24px 52px rgba(8, 29, 55, 0.16);
}

.service-detail-thumb {
    min-height: 148px;
    background-position: center;
    background-size: cover;
    transition: transform 360ms ease;
}

.service-detail-card:hover .service-detail-thumb {
    transform: scale(1.05);
}

.service-detail-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding: 20px;
    border-left: 4px solid var(--gold);
}

.service-detail-copy strong {
    color: var(--navy);
    font-size: 19px;
    line-height: 1.18;
}

.service-detail-copy em {
    display: block;
    color: var(--muted);
    font-size: 14px;
    font-style: normal;
    line-height: 1.45;
}

.subdivision-list a:hover {
    color: var(--white);
    border-color: var(--blue);
    background: var(--blue);
}

.services-tabs-section .main-service-panels {
    display: block;
}

.services-tabs-section .main-service-panel {
    display: none !important;
}

.services-tabs-section .main-service-panel.is-active {
    display: block !important;
    animation: serviceFade 360ms ease both;
}

@keyframes serviceFade {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.selected-service-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 28px;
    align-items: stretch;
    margin-bottom: 26px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(237, 245, 255, 0.96));
    box-shadow: 0 16px 38px rgba(8, 29, 55, 0.08);
}

.selected-service-intro > div {
    padding: 32px;
}

.selected-service-intro h2 {
    margin: 0 0 12px;
    color: var(--navy);
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.04;
}

.selected-service-intro p:not(.eyebrow) {
    margin: 0 0 14px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.75;
}

.selected-service-intro > span {
    min-height: 240px;
    background-position: center;
    background-size: cover;
}

.service-hero-copy {
    display: grid;
    gap: 14px;
    margin-bottom: 24px;
}

.service-hero-copy p {
    margin: 0;
}

.rich-service-overview,
.tab-service-overview {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 28px;
    align-items: stretch;
}

.rich-service-copy,
.tab-service-overview > div:first-child {
    padding: 34px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 16px 42px rgba(8, 29, 55, 0.07);
}

.rich-service-copy h2,
.tab-service-overview h3 {
    margin: 0 0 16px;
    color: var(--navy);
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.12;
}

.rich-service-copy p,
.tab-service-overview p {
    margin: 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.8;
}

.tab-service-overview {
    margin-bottom: 28px;
}

.tab-capability-box {
    padding: 28px;
    border-radius: 8px;
    color: var(--white);
    background:
        linear-gradient(135deg, rgba(18, 103, 201, 0.92), rgba(8, 29, 55, 0.98)),
        var(--navy);
    box-shadow: 0 20px 48px rgba(8, 29, 55, 0.16);
}

.service-category-capabilities {
    margin-bottom: 30px;
}

.tab-capability-box h3 {
    color: var(--white);
}

.tab-capability-box ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tab-capability-box li {
    position: relative;
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 10px 12px 10px 38px;
    overflow: hidden;
    border: 1px solid rgba(219, 229, 240, 0.22);
    border-radius: 8px;
    color: #eef6ff;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: none;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.28;
    transition: transform 220ms ease, background 220ms ease, border-color 220ms ease, color 220ms ease;
}

.tab-capability-box li:nth-child(2n) {
    background: rgba(255, 255, 255, 0.14);
}

.tab-capability-box li:nth-child(3n) {
    background: rgba(30, 134, 232, 0.18);
}

.tab-capability-box li:nth-child(4n) {
    background: rgba(216, 166, 47, 0.16);
}

.tab-capability-box li:nth-child(5n) {
    background: rgba(255, 255, 255, 0.12);
}

.tab-capability-box li::before {
    position: absolute;
    left: 13px;
    top: 50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    content: "";
    background: var(--gold);
    box-shadow: 0 0 0 5px rgba(216, 166, 47, 0.14);
    transform: translateY(-50%);
}

.tab-capability-box li:hover {
    transform: translateY(-2px);
    color: var(--white);
    border-color: rgba(216, 166, 47, 0.48);
    background: rgba(255, 255, 255, 0.2);
}

.service-category-capabilities {
    padding: 26px 24px;
    color: var(--navy);
    border: 1px solid rgba(219, 229, 240, 0.95);
    background: #ffffff;
    box-shadow: 0 16px 42px rgba(8, 29, 55, 0.08);
}

.service-category-capabilities h3 {
    margin: 0 0 22px;
    color: var(--navy);
    font-size: 15px;
    letter-spacing: 0.18em;
    text-align: center;
    text-transform: uppercase;
}

.service-category-capabilities ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid rgba(8, 29, 55, 0.22);
    border-left: 1px solid rgba(8, 29, 55, 0.22);
}

.service-category-capabilities li,
.service-category-capabilities li:nth-child(2n),
.service-category-capabilities li:nth-child(3n),
.service-category-capabilities li:nth-child(4n),
.service-category-capabilities li:nth-child(5n) {
    min-height: 132px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 18px 12px 16px;
    border: 0;
    border-right: 1px solid rgba(8, 29, 55, 0.22);
    border-bottom: 1px solid rgba(8, 29, 55, 0.22);
    border-radius: 0;
    color: var(--navy);
    background: #ffffff;
    box-shadow: none;
    text-align: center;
}

.service-category-capabilities li::before {
    display: none;
}

.service-category-capabilities li::after {
    display: block;
    width: 34px;
    height: 2px;
    margin-top: auto;
    content: "";
    background: var(--gold);
}

.service-category-capabilities li:hover {
    color: var(--navy);
    border-color: rgba(8, 29, 55, 0.22);
    background: #f7fbff;
    transform: translateY(-4px);
}

.service-category-capabilities strong {
    color: var(--navy);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.18;
    text-transform: uppercase;
}

.capability-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--white);
    background: var(--blue);
}

.service-category-capabilities li:nth-child(2n) .capability-icon {
    background: var(--orange);
}

.service-category-capabilities li:nth-child(3n) .capability-icon {
    background: #00a6df;
}

.service-category-capabilities li:nth-child(4n) .capability-icon {
    background: var(--navy);
}

.service-category-capabilities li:nth-child(5n) .capability-icon {
    background: #22a86d;
}

.capability-icon svg {
    width: 32px;
    height: 32px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tab-service-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 34px;
}

.tab-service-gallery figure {
    min-height: 210px;
    margin: 0;
    border-radius: 8px;
    background-position: center;
    background-size: cover;
    box-shadow: 0 14px 34px rgba(8, 29, 55, 0.12);
}

.service-subdivision-heading {
    margin: 0 0 22px;
    padding-top: 4px;
}

.services-tabs-section .service-detail-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.services-tabs-section .service-detail-card {
    position: relative;
    display: grid;
    grid-template-rows: 250px minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid rgba(219, 229, 240, 0.95);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), #ffffff),
        var(--white);
    box-shadow: 0 18px 42px rgba(8, 29, 55, 0.1);
    transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.services-tabs-section .service-detail-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-top: 5px solid var(--gold);
    background:
        linear-gradient(135deg, rgba(18, 103, 201, 0.1), transparent 34%),
        radial-gradient(circle at 92% 92%, rgba(18, 103, 201, 0.12), transparent 24%);
    z-index: 2;
}

.services-tabs-section .service-detail-card:nth-child(2n)::before {
    border-top-color: var(--blue);
    background:
        linear-gradient(135deg, rgba(18, 103, 201, 0.12), transparent 36%),
        radial-gradient(circle at 92% 92%, rgba(216, 166, 47, 0.16), transparent 24%);
}

.services-tabs-section .service-detail-card:nth-child(3n)::before {
    border-top-color: #f39822;
}

.services-tabs-section .service-detail-card:hover {
    transform: translateY(-8px);
    border-color: rgba(18, 103, 201, 0.38);
    box-shadow: 0 30px 66px rgba(8, 29, 55, 0.18);
}

.services-tabs-section .service-detail-thumb {
    position: relative;
    min-height: 250px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform 520ms ease;
}

.services-tabs-section .service-detail-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(2, 17, 38, 0.02), rgba(2, 17, 38, 0.5));
}

.services-tabs-section .service-detail-card:hover .service-detail-thumb {
    transform: scale(1.055);
}

.services-tabs-section .service-detail-copy {
    position: relative;
    z-index: 3;
    display: block;
    padding: 26px 28px 28px;
}

.services-tabs-section .service-detail-copy h3 {
    margin: 0 0 10px;
    color: var(--navy);
    font-size: clamp(22px, 2vw, 28px);
    line-height: 1.12;
}

.services-tabs-section .service-detail-copy p {
    margin: 0 0 18px;
    color: var(--muted);
}

.services-tabs-section .service-detail-copy ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.services-tabs-section .service-detail-copy li {
    position: relative;
    min-height: 42px;
    padding: 11px 12px 11px 34px;
    border: 1px solid rgba(18, 103, 201, 0.12);
    border-radius: 8px;
    color: var(--ink);
    background: linear-gradient(135deg, #f7fbff, #ffffff);
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(8, 29, 55, 0.04);
}

.services-tabs-section .service-detail-copy li::before {
    content: "";
    position: absolute;
    left: 13px;
    top: 17px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 0 5px rgba(216, 166, 47, 0.14);
}

.construction-service-list {
    display: grid;
    gap: 28px;
}

.construction-service-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
    min-height: 360px;
    overflow: hidden;
    border: 1px solid rgba(219, 229, 240, 0.95);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 18px 46px rgba(8, 29, 55, 0.1);
    transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease;
}

.construction-service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-left: 6px solid var(--gold);
    background:
        linear-gradient(135deg, rgba(18, 103, 201, 0.08), transparent 34%),
        radial-gradient(circle at 94% 12%, rgba(216, 166, 47, 0.16), transparent 22%);
    z-index: 2;
}

.construction-service-card.is-reversed {
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
}

.construction-service-card.is-reversed::before {
    border-left: 0;
    border-right: 6px solid var(--gold);
}

.construction-service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(18, 103, 201, 0.35);
    box-shadow: 0 30px 70px rgba(8, 29, 55, 0.18);
}

.construction-service-image {
    min-height: 360px;
    background-position: center;
    background-size: cover;
    transition: transform 520ms ease;
}

.construction-service-card:hover .construction-service-image {
    transform: scale(1.045);
}

.construction-service-card.is-reversed .construction-service-image {
    order: 2;
}

.construction-service-copy {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(28px, 4vw, 46px);
}

.construction-service-copy > span {
    display: inline-flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border-radius: 50%;
    color: var(--white);
    background: linear-gradient(135deg, var(--blue), var(--navy));
    box-shadow: 0 12px 28px rgba(18, 103, 201, 0.22);
    font-size: 15px;
    font-weight: 900;
}

.construction-service-copy h3 {
    margin: 0 0 12px;
    color: var(--navy);
    font-size: clamp(26px, 3vw, 40px);
    line-height: 1.08;
}

.construction-service-copy p {
    margin: 0 0 20px;
    color: var(--muted);
    font-size: 17px;
}

.construction-service-copy ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.construction-service-copy li {
    position: relative;
    min-height: 44px;
    padding: 12px 12px 12px 36px;
    border: 1px solid rgba(18, 103, 201, 0.12);
    border-radius: 8px;
    color: var(--ink);
    background: linear-gradient(135deg, #f7fbff, #ffffff);
    font-size: 13px;
    font-weight: 800;
}

.construction-service-copy li::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 18px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 0 5px rgba(216, 166, 47, 0.14);
}

.major-service-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    min-height: 560px;
    overflow: hidden;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(6, 23, 42, 0.98), rgba(10, 43, 82, 0.96)),
        var(--navy);
    box-shadow: 0 24px 66px rgba(8, 29, 55, 0.18);
    margin-bottom: 34px;
}

.major-service-hero-copy {
    padding: clamp(34px, 5vw, 64px);
    color: var(--white);
}

.major-service-hero-copy .eyebrow {
    color: var(--gold);
}

.major-service-hero-copy h2 {
    max-width: 780px;
    margin: 0 0 22px;
    color: var(--white);
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1.02;
}

.major-service-hero-copy p {
    max-width: 760px;
    margin: 0 0 16px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
}

.major-service-hero-image {
    min-height: 560px;
    background-position: center;
    background-size: cover;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}

.major-division-list {
    display: grid;
    gap: 30px;
}

.major-division-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(340px, 0.92fr) minmax(0, 1.08fr);
    min-height: 420px;
    overflow: hidden;
    border: 1px solid rgba(219, 229, 240, 0.95);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 52px rgba(8, 29, 55, 0.1);
    transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease;
}

.major-division-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    border-left: 6px solid var(--gold);
    background:
        linear-gradient(135deg, rgba(18, 103, 201, 0.08), transparent 36%),
        radial-gradient(circle at 94% 10%, rgba(216, 166, 47, 0.14), transparent 22%);
}

.major-division-card.is-reversed {
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
}

.major-division-card.is-reversed::before {
    border-left: 0;
    border-right: 6px solid var(--gold);
}

.major-division-card:hover {
    transform: translateY(-8px);
    border-color: rgba(18, 103, 201, 0.34);
    box-shadow: 0 32px 76px rgba(8, 29, 55, 0.18);
}

.major-division-image {
    min-height: 420px;
    background-position: center;
    background-size: cover;
    transition: transform 520ms ease;
}

.major-division-card.is-reversed .major-division-image {
    order: 2;
}

.major-division-card:hover .major-division-image {
    transform: scale(1.045);
}

.major-division-copy {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(30px, 4vw, 52px);
}

.major-division-icon {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 50%;
    color: var(--white);
    background: linear-gradient(135deg, var(--blue), var(--navy));
    box-shadow: 0 14px 30px rgba(18, 103, 201, 0.24);
}

.major-division-icon svg {
    width: 32px;
    height: 32px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.major-division-copy h3 {
    margin: 0 0 14px;
    color: var(--navy);
    font-size: clamp(28px, 3.5vw, 46px);
    line-height: 1.05;
}

.major-division-copy p {
    margin: 0 0 22px;
    color: var(--muted);
    font-size: 17px;
}

.major-division-copy ul,
.major-support-panel ul,
.major-method-section ul,
.major-method-section ol {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.major-division-copy ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.major-division-copy li,
.major-support-panel li,
.major-method-section li {
    position: relative;
    min-height: 42px;
    padding: 11px 12px 11px 36px;
    border: 1px solid rgba(18, 103, 201, 0.12);
    border-radius: 8px;
    color: var(--ink);
    background: linear-gradient(135deg, #f7fbff, #ffffff);
    font-size: 13px;
    font-weight: 800;
}

.major-division-copy li::before,
.major-support-panel li::before,
.major-method-section li::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 18px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 0 5px rgba(216, 166, 47, 0.14);
}

.major-support-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 36px;
}

.major-support-panel,
.major-method-section,
.major-service-cta {
    border-radius: 8px;
    box-shadow: 0 18px 46px rgba(8, 29, 55, 0.1);
}

.major-support-panel {
    padding: clamp(28px, 4vw, 44px);
    border: 1px solid rgba(219, 229, 240, 0.95);
    background: linear-gradient(135deg, #ffffff, #f2f7ff);
}

.major-support-panel.dark {
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.12);
    background:
        linear-gradient(135deg, rgba(6, 23, 42, 0.96), rgba(18, 103, 201, 0.94)),
        var(--navy);
}

.major-support-panel h3,
.major-method-section h3 {
    margin: 0 0 20px;
    color: var(--navy);
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.08;
}

.major-support-panel.dark h3,
.major-support-panel.dark .eyebrow {
    color: var(--white);
}

.major-support-panel.dark li {
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
}

.major-method-section {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin-top: 28px;
    padding: clamp(28px, 4vw, 44px);
    border: 1px solid rgba(219, 229, 240, 0.95);
    background: #fff;
}

.major-method-section ol {
    counter-reset: method-step;
}

.major-method-section ol li {
    counter-increment: method-step;
}

.major-method-section ol li::before {
    content: counter(method-step);
    top: 10px;
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    color: var(--white);
    background: var(--blue);
    box-shadow: none;
    font-size: 12px;
    font-weight: 900;
}

.major-service-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 28px;
    padding: clamp(28px, 4vw, 44px);
    color: var(--white);
    background:
        linear-gradient(135deg, rgba(8, 29, 55, 0.96), rgba(18, 103, 201, 0.94)),
        var(--navy);
}

.major-service-cta h3 {
    max-width: 860px;
    margin: 0;
    color: var(--white);
    font-size: clamp(24px, 3vw, 38px);
    line-height: 1.12;
}

.reveal-card {
    opacity: 0;
    transform: translateY(24px);
}

.reveal-card.is-visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 560ms ease, transform 560ms ease, box-shadow 260ms ease;
}

.service-card.reveal-card.is-visible:hover,
.main-service-card.reveal-card.is-visible:hover,
.why-about-card.reveal-card.is-visible:hover {
    transform: translateY(-8px);
}

/* Compact major service pages for desktop readability. */
.major-service-hero {
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
    min-height: 360px;
    margin-bottom: 24px;
    box-shadow: 0 18px 48px rgba(8, 29, 55, 0.16);
}

.major-service-hero-copy {
    padding: clamp(24px, 3.2vw, 40px);
}

.major-service-hero-copy h2 {
    margin-bottom: 14px;
    font-size: clamp(30px, 3.6vw, 46px);
    line-height: 1.05;
}

.major-service-hero-copy p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.55;
}

.major-service-hero-image {
    min-height: 360px;
}

.major-division-list {
    gap: 18px;
}

.major-division-card,
.construction-service-card {
    min-height: 270px;
    box-shadow: 0 12px 32px rgba(8, 29, 55, 0.09);
}

.major-division-card {
    grid-template-columns: minmax(250px, 0.82fr) minmax(0, 1.18fr);
}

.major-division-card.is-reversed {
    grid-template-columns: minmax(0, 1.18fr) minmax(250px, 0.82fr);
}

.major-division-image,
.construction-service-image {
    min-height: 270px;
}

.major-division-copy,
.construction-service-copy {
    padding: clamp(20px, 3vw, 32px);
}

.major-division-icon,
.construction-service-copy > span {
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
}

.major-division-icon svg {
    width: 23px;
    height: 23px;
}

.major-division-copy h3,
.construction-service-copy h3 {
    margin-bottom: 8px;
    font-size: clamp(22px, 2.2vw, 32px);
    line-height: 1.08;
}

.major-division-copy p,
.construction-service-copy p {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.55;
}

.major-division-copy ul,
.construction-service-copy ul,
.major-support-panel ul,
.major-method-section ul,
.major-method-section ol {
    gap: 8px;
}

.major-division-copy li,
.construction-service-copy li,
.major-support-panel li,
.major-method-section li {
    min-height: 32px;
    padding: 8px 10px 8px 30px;
    font-size: 12px;
}

.major-division-copy li::before,
.construction-service-copy li::before,
.major-support-panel li::before,
.major-method-section li::before {
    left: 12px;
    top: 14px;
    width: 6px;
    height: 6px;
}

.major-support-grid {
    gap: 18px;
    margin-top: 24px;
}

.major-support-panel,
.major-method-section,
.major-service-cta {
    box-shadow: 0 12px 32px rgba(8, 29, 55, 0.09);
}

.major-support-panel,
.major-method-section,
.major-service-cta {
    padding: clamp(20px, 3vw, 30px);
}

.major-support-panel h3,
.major-method-section h3 {
    margin-bottom: 14px;
    font-size: clamp(21px, 2.3vw, 30px);
}

.major-method-section {
    gap: 20px;
    margin-top: 20px;
}

.major-service-cta {
    gap: 18px;
    margin-top: 20px;
}

.major-service-cta h3 {
    font-size: clamp(20px, 2.3vw, 30px);
}

.colorful-support-grid .major-support-panel,
.major-support-grid .major-support-panel {
    overflow: hidden;
}

.major-support-grid .major-support-panel:nth-child(1),
.industry-panel {
    color: #09233f;
    border-color: rgba(17, 162, 244, 0.2);
    background:
        radial-gradient(circle at 92% 15%, rgba(17, 162, 244, 0.24), transparent 28%),
        linear-gradient(135deg, #e7f8ff, #ffffff 56%, #eef7ff);
}

.major-support-grid .major-support-panel:nth-child(2),
.why-panel {
    color: #fff;
    border-color: rgba(255, 184, 77, 0.34);
    background:
        radial-gradient(circle at 90% 12%, rgba(255, 184, 77, 0.32), transparent 25%),
        linear-gradient(135deg, #123d8f, #1c78d5 58%, #0b274a);
}

.colorful-method-section,
.major-method-section {
    background:
        linear-gradient(135deg, #ffffff, #f8fbff);
}

.colorful-method-section > div,
.major-method-section > div {
    border-radius: 8px;
    padding: 18px;
}

.colorful-method-section .hse-panel,
.major-method-section > div:first-child {
    background:
        radial-gradient(circle at 90% 12%, rgba(245, 171, 44, 0.22), transparent 25%),
        linear-gradient(135deg, #fff7e7, #ffffff);
}

.colorful-method-section .method-panel,
.major-method-section > div:last-child {
    background:
        radial-gradient(circle at 90% 12%, rgba(34, 168, 109, 0.22), transparent 25%),
        linear-gradient(135deg, #e9fff5, #ffffff);
}

.major-support-panel li,
.major-method-section li {
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.62);
}

.major-support-panel.dark li,
.why-panel li,
.major-support-grid .major-support-panel:nth-child(2) li {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.12);
}

.major-support-panel.dark li::before,
.why-panel li::before,
.major-support-grid .major-support-panel:nth-child(2) li::before {
    background: #ffb84d;
    box-shadow: 0 0 0 4px rgba(255, 184, 77, 0.16);
}

.major-support-grid .major-support-panel:nth-child(1) li::before,
.industry-panel li::before {
    background: #11a2f4;
    box-shadow: 0 0 0 4px rgba(17, 162, 244, 0.14);
}

.colorful-method-section .hse-panel li::before,
.major-method-section > div:first-child li::before {
    background: #f5a51c;
    box-shadow: 0 0 0 4px rgba(245, 165, 28, 0.14);
}

.colorful-method-section .method-panel li::before,
.major-method-section > div:last-child li::before {
    background: #22a86d;
    box-shadow: 0 0 0 4px rgba(34, 168, 109, 0.14);
}

/* Cleaner readable support panels. */
.major-support-grid .major-support-panel:nth-child(1),
.industry-panel {
    color: #08244b;
    border: 1px solid rgba(18, 103, 201, 0.18);
    background: #f4faff;
}

.major-support-grid .major-support-panel:nth-child(2),
.why-panel {
    color: #08244b;
    border: 1px solid rgba(8, 29, 55, 0.18);
    background: #eef4fb;
}

.major-support-grid .major-support-panel:nth-child(2) h3,
.major-support-grid .major-support-panel:nth-child(2) .eyebrow,
.why-panel h3,
.why-panel .eyebrow {
    color: #08244b;
}

.colorful-method-section,
.major-method-section {
    background: #ffffff;
}

.colorful-method-section .hse-panel,
.major-method-section > div:first-child {
    background: #fff8ec;
}

.colorful-method-section .method-panel,
.major-method-section > div:last-child {
    background: #effaf5;
}

.major-support-panel li,
.major-support-panel.dark li,
.why-panel li,
.major-support-grid .major-support-panel:nth-child(2) li,
.major-method-section li {
    color: #173455;
    border-color: rgba(18, 103, 201, 0.2);
    background: #ffffff;
    font-weight: 650;
}

.major-support-grid .major-support-panel:nth-child(1) li::before,
.industry-panel li::before {
    background: #1267c9;
    box-shadow: 0 0 0 4px rgba(18, 103, 201, 0.12);
}

.major-support-panel.dark li::before,
.why-panel li::before,
.major-support-grid .major-support-panel:nth-child(2) li::before {
    background: #0b4d97;
    box-shadow: 0 0 0 4px rgba(11, 77, 151, 0.12);
}

.major-division-card.reveal-card,
.construction-service-card.reveal-card {
    transform: translateX(-38px);
}

.major-division-card.reveal-card.is-reversed,
.construction-service-card.reveal-card.is-reversed {
    transform: translateX(38px);
}

.major-division-card.reveal-card.is-visible,
.construction-service-card.reveal-card.is-visible {
    transform: translateX(0);
}

.major-division-card.reveal-card.is-visible:hover,
.construction-service-card.reveal-card.is-visible:hover {
    transform: translateY(-5px);
}

/* Extra compact service division cards. */
.major-division-card,
.construction-service-card {
    min-height: 220px;
}

.major-division-image,
.construction-service-image {
    min-height: 220px;
}

.major-division-copy,
.construction-service-copy {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    align-content: center;
    column-gap: 12px;
    padding: clamp(16px, 2.2vw, 24px);
}

.major-division-icon,
.construction-service-copy > span {
    grid-column: 1;
    grid-row: 1;
    width: 34px;
    height: 34px;
    margin: 1px 0 0;
    box-shadow: 0 8px 18px rgba(18, 103, 201, 0.18);
}

.major-division-icon svg {
    width: 19px;
    height: 19px;
}

.construction-service-copy > span {
    font-size: 11px;
}

.major-division-copy h3,
.construction-service-copy h3 {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    margin: 0 0 6px;
    font-size: clamp(20px, 1.9vw, 27px);
}

.major-division-copy p,
.construction-service-copy p {
    grid-column: 2;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.45;
}

.major-division-copy ul,
.construction-service-copy ul {
    grid-column: 2;
}

.major-division-copy li,
.construction-service-copy li,
.major-support-panel li,
.major-method-section li {
    min-height: 28px;
    padding: 6px 9px 6px 28px;
    border-color: rgba(18, 103, 201, 0.16);
    color: #163456;
    background: linear-gradient(135deg, #eef7ff, #f7fbff);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
}

.major-division-copy li::before,
.construction-service-copy li::before,
.major-support-panel li::before,
.major-method-section li::before {
    left: 11px;
    top: 11px;
    width: 6px;
    height: 6px;
    background: #1267c9;
    box-shadow: 0 0 0 4px rgba(18, 103, 201, 0.12);
}

.service-selector-section {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(237, 245, 255, 0.92));
}

.service-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 28px;
}

.service-tab {
    min-height: 118px;
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 12px;
    color: var(--navy);
    background: var(--white);
    box-shadow: 0 8px 24px rgba(8, 29, 55, 0.06);
    cursor: pointer;
    text-align: left;
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.service-tab span {
    width: 84px;
    height: 84px;
    border-radius: 8px;
    background-position: center;
    background-size: cover;
}

.service-tab strong {
    font-size: 20px;
    line-height: 1.15;
}

.service-tab:hover,
.service-tab.is-active {
    transform: translateY(-5px);
    border-color: var(--blue);
    box-shadow: 0 18px 42px rgba(8, 29, 55, 0.14);
}

.service-tab.is-active {
    color: var(--white);
    background: linear-gradient(135deg, var(--blue), var(--navy));
}

.service-panel {
    display: none;
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
    background: var(--white);
    box-shadow: var(--shadow);
}

.service-panel.is-active {
    display: block;
}

.service-panel-hero {
    display: grid;
    grid-template-columns: minmax(340px, 0.95fr) minmax(0, 1.05fr);
    min-height: 390px;
}

.service-panel-image {
    min-height: 390px;
    background-position: center;
    background-size: cover;
}

.service-panel-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 42px;
}

.service-panel-copy h2 {
    margin: 0 0 14px;
    color: var(--navy);
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.08;
}

.service-panel-copy p {
    color: var(--muted);
}

.subservice-shell {
    padding: 34px;
    background:
        linear-gradient(135deg, rgba(244, 247, 251, 0.95), rgba(255, 255, 255, 1));
}

.subservice-toolbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

.subservice-toolbar h3 {
    margin: 0;
    color: var(--navy);
    font-size: 24px;
}

.subservice-toolbar label {
    min-width: 280px;
    display: grid;
    gap: 8px;
    color: var(--navy);
    font-weight: 800;
}

.subservice-toolbar select {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 13px 14px;
    color: var(--navy);
    background: var(--white);
    font: inherit;
    font-weight: 800;
}

.subservice-card-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 24px;
}

.subservice-mini-card {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 10px;
    background: var(--white);
    cursor: pointer;
    text-align: left;
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.subservice-mini-card span {
    width: 78px;
    height: 62px;
    border-radius: 8px;
    background-position: center;
    background-size: cover;
}

.subservice-mini-card strong {
    color: var(--navy);
    font-size: 14px;
    line-height: 1.2;
}

.subservice-mini-card:hover,
.subservice-mini-card.is-active {
    transform: translateY(-4px);
    border-color: var(--blue);
    box-shadow: 0 12px 28px rgba(8, 29, 55, 0.12);
}

.subservice-mini-card.is-active {
    background: linear-gradient(135deg, var(--blue), var(--navy));
}

.subservice-mini-card.is-active strong {
    color: var(--white);
}

.subservice-detail {
    display: none;
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
    background: var(--white);
}

.subservice-detail.is-active {
    display: block;
}

.subservice-detail-grid {
    display: grid;
    grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
}

.subservice-detail-image {
    min-height: 370px;
    background-position: center;
    background-size: cover;
}

.subservice-detail-copy {
    padding: 34px;
}

.subservice-detail-copy h3 {
    margin: 0 0 12px;
    color: var(--navy);
    font-size: 34px;
    line-height: 1.1;
}

.subservice-detail-copy p {
    color: var(--muted);
}

.subservice-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    padding: 14px;
    background: var(--soft);
}

.subservice-gallery span {
    min-height: 160px;
    border-radius: 8px;
    background-position: center;
    background-size: cover;
}

.image-led {
    padding-top: 40px;
}

.business-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: 330px;
    gap: 20px;
}

.business-card {
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    border-radius: 8px;
    padding: 28px;
    color: var(--white);
    background-position: center;
    background-size: cover;
    box-shadow: var(--shadow);
}

.business-card::before,
.project-tile::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 29, 55, 0.02), rgba(8, 29, 55, 0.88));
}

.business-card.large {
    grid-row: auto;
}

.business-card div,
.project-tile h3 {
    position: relative;
    z-index: 1;
}

.business-card span {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--gold);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.business-card h3 {
    max-width: 520px;
    margin: 0;
    font-size: clamp(21px, 2vw, 30px);
    line-height: 1.1;
}

/* Modern colorful Core Services tiles. */
.business-grid {
    grid-template-rows: 300px;
    gap: 22px;
}

.business-card {
    isolation: isolate;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    box-shadow: 0 18px 44px rgba(8, 29, 55, 0.16);
    transition: transform 280ms ease, box-shadow 280ms ease, filter 280ms ease;
}

.business-card::before {
    z-index: 0;
    background:
        linear-gradient(180deg, rgba(8, 29, 55, 0.06), rgba(8, 29, 55, 0.76)),
        linear-gradient(135deg, rgba(18, 103, 201, 0.82), rgba(8, 29, 55, 0.28) 45%, rgba(216, 166, 47, 0.32));
}

.business-card::after {
    position: absolute;
    right: -46px;
    top: -42px;
    z-index: 0;
    width: 124px;
    height: 124px;
    border-radius: 50%;
    content: "";
    background: rgba(255, 255, 255, 0.18);
    transition: transform 320ms ease, opacity 320ms ease;
}

.business-card:nth-child(2)::before {
    background:
        linear-gradient(180deg, rgba(8, 29, 55, 0.04), rgba(8, 29, 55, 0.72)),
        linear-gradient(135deg, rgba(245, 165, 28, 0.78), rgba(18, 103, 201, 0.34), rgba(8, 29, 55, 0.52));
}

.business-card:nth-child(3)::before {
    background:
        linear-gradient(180deg, rgba(8, 29, 55, 0.04), rgba(8, 29, 55, 0.72)),
        linear-gradient(135deg, rgba(34, 168, 109, 0.78), rgba(18, 103, 201, 0.3), rgba(8, 29, 55, 0.54));
}

.business-card:nth-child(4)::before {
    background:
        linear-gradient(180deg, rgba(8, 29, 55, 0.04), rgba(8, 29, 55, 0.74)),
        linear-gradient(135deg, rgba(0, 166, 223, 0.82), rgba(65, 106, 184, 0.46), rgba(8, 29, 55, 0.52));
}

.business-card:hover {
    transform: translateY(-8px) scale(1.015);
    filter: saturate(1.08);
    box-shadow: 0 28px 66px rgba(8, 29, 55, 0.24);
}

.business-card:hover::after {
    transform: scale(1.35);
    opacity: 0.8;
}

.business-card div {
    width: 100%;
}

.business-card span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 10px;
    border-radius: 999px;
    padding: 5px 10px;
    color: #08244b;
    background: var(--gold);
    font-size: 11px;
    letter-spacing: 0;
}

.business-card h3 {
    max-width: 100%;
    font-size: clamp(22px, 2.15vw, 32px);
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.36);
}

.compact-card,
.mini-card {
    padding: 24px;
}

.color-tile {
    position: relative;
    overflow: hidden;
    border: none;
    color: var(--white);
    background: linear-gradient(135deg, var(--blue), var(--navy));
}

.color-tile::after {
    content: "";
    position: absolute;
    right: -36px;
    top: -36px;
    width: 110px;
    height: 110px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    transition: transform 300ms ease;
}

.color-tile:hover::after {
    transform: scale(1.28);
}

.color-tile h3,
.color-tile p {
    position: relative;
    z-index: 1;
    color: var(--white);
}

.color-tile .icon-dot {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.9);
}

.tile-1 {
    background: linear-gradient(135deg, var(--cyan), var(--blue));
}

.tile-2 {
    background: linear-gradient(135deg, var(--gold), var(--orange));
}

.tile-3 {
    background: linear-gradient(135deg, var(--teal), var(--navy-2));
}

.tile-4 {
    background: linear-gradient(135deg, var(--violet), var(--blue));
}

.tile-5 {
    background: linear-gradient(135deg, var(--orange), var(--navy));
}

.mini-card h3,
.compact-card h3 {
    margin: 10px 0 0;
    color: var(--navy);
    font-size: 18px;
}

.compact-card p {
    margin: 10px 0 0;
    color: var(--muted);
}

.icon-dot {
    width: 34px;
    height: 34px;
    display: inline-block;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--blue), var(--gold));
}

.three-panel {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.three-panel article {
    padding: 30px;
    border-top: 5px solid var(--blue);
    transition: transform 260ms ease, box-shadow 260ms ease;
}

.three-panel article:nth-child(2) {
    border-top-color: var(--gold);
}

.three-panel article:nth-child(3) {
    border-top-color: var(--teal);
}

.three-panel article:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 42px rgba(8, 29, 55, 0.12);
}

.dark .strength-card {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: none;
}

.strength-card.light-card {
    color: var(--navy);
    background: var(--white);
}

.strength-card {
    min-height: 138px;
    padding: 22px;
    transition: transform 240ms ease, background 240ms ease;
}

.strength-card:hover {
    transform: translateY(-6px);
}

.strength-card span {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: var(--navy);
    background: var(--gold);
    font-size: 12px;
    font-weight: 800;
}

.strength-card h3 {
    margin: 18px 0 0;
    color: inherit;
    font-size: 18px;
}

.industry-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}

.industry-card {
    min-height: 145px;
    display: flex;
    align-items: flex-end;
    border-radius: 8px;
    padding: 18px;
    color: var(--white);
    background:
        linear-gradient(180deg, rgba(8, 29, 55, 0.16), rgba(8, 29, 55, 0.94)),
        linear-gradient(135deg, var(--blue), var(--navy));
    background-position: center;
    background-size: cover;
    transition: transform 260ms ease, filter 260ms ease;
}

.industry-card:hover {
    transform: translateY(-8px) scale(1.02);
    filter: saturate(1.18);
}

.industry-card h3 {
    margin: 0;
    font-size: 18px;
}

.industries-profile-section {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(237, 245, 255, 0.92));
}

.industries-intro {
    max-width: 780px;
    margin-bottom: 34px;
}

.industries-intro h2 {
    margin: 0 0 16px;
    color: var(--navy);
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.05;
}

.industries-intro p {
    color: var(--muted);
    font-size: 18px;
}

.industry-profile-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.industry-profile-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 10px 30px rgba(8, 29, 55, 0.08);
    transition: transform 260ms ease, box-shadow 260ms ease;
}

.industry-profile-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 50px rgba(8, 29, 55, 0.16);
}

.industry-profile-image {
    min-height: 190px;
    background-position: center;
    background-size: cover;
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 18%);
}

.industry-profile-body {
    position: relative;
    min-height: 210px;
    padding: 28px 26px 26px;
}

.industry-icon {
    display: none;
}

.industry-profile-body h3 {
    margin: 0;
    color: var(--navy);
    font-size: 22px;
    line-height: 1.15;
    text-transform: uppercase;
}

.industry-profile-body i {
    width: 42px;
    height: 3px;
    display: block;
    margin: 12px 0 14px;
    background: var(--gold);
}

.industry-profile-body p {
    margin: 0;
    color: var(--muted);
}

.compact-industries {
    margin-top: 10px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.stats-grid article {
    border-left: 4px solid var(--gold);
    padding: 22px;
    background: linear-gradient(135deg, var(--white), #edf5ff);
    box-shadow: 0 8px 24px rgba(8, 29, 55, 0.06);
    transition: transform 240ms ease;
}

.stats-grid article:hover {
    transform: translateY(-6px);
}

.stats-grid strong {
    display: block;
    color: var(--blue);
    font-size: 34px;
    line-height: 1;
}

.stats-grid span {
    color: var(--navy);
    font-weight: 800;
}

.feature-box {
    padding: 30px;
}

.feature-box h3,
.feature-box h2 {
    margin-top: 0;
    color: var(--navy);
}

.check-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.check-list li {
    position: relative;
    padding-left: 28px;
    margin: 12px 0;
}

.check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--gold);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.gallery-grid .image-placeholder {
    min-height: 230px;
    border-radius: 8px;
}

.service-hd-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 250px;
    gap: 18px;
}

.service-hd-gallery figure {
    min-height: 250px;
    margin: 0;
    border-radius: 8px;
    background-position: center;
    background-size: cover;
    box-shadow: 0 10px 28px rgba(8, 29, 55, 0.1);
}

.service-hd-gallery .reveal-card,
.tab-service-gallery .reveal-card {
    opacity: 1;
    transform: none;
}

.service-hd-gallery figure.large {
    grid-column: span 2;
    grid-row: span 2;
    min-height: 518px;
}

.project-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.project-tile {
    position: relative;
    min-height: 260px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    border-radius: 8px;
    padding: 22px;
    color: var(--white);
    background-position: center;
    background-size: cover;
    box-shadow: 0 8px 24px rgba(8, 29, 55, 0.12);
    transition: transform 260ms ease, box-shadow 260ms ease;
}

.project-tile:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 50px rgba(8, 29, 55, 0.18);
}

.project-tile h3 {
    margin: 0;
    font-size: 22px;
}

.logo-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}

.logo-card {
    min-height: 118px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px;
    color: var(--navy);
    font-weight: 800;
    text-align: center;
}

.logo-card span {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(18, 103, 201, 0.18);
    border-radius: 8px;
    color: var(--blue);
    background: #edf5ff;
    font-size: 15px;
    font-weight: 900;
}

.logo-card strong {
    font-size: 14px;
    line-height: 1.2;
}

.section-action {
    margin-top: 28px;
}

.hero-photo-panel {
    overflow: hidden;
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
}

.hero-photo-panel img {
    width: 100%;
    height: 320px;
    display: block;
    object-fit: cover;
}

.hero-photo-panel div {
    padding: 24px;
    background: var(--white);
}

.hero-photo-panel p {
    margin: 0 0 8px;
    color: var(--navy);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
}

.hero-photo-panel span {
    color: var(--muted);
}

.contact-form {
    display: grid;
    gap: 16px;
    padding: 26px;
}

.contact-form label {
    display: grid;
    gap: 8px;
    color: var(--navy);
    font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 12px 14px;
    font: inherit;
}

.cta-band {
    padding: 54px 0;
    color: var(--white);
    background:
        radial-gradient(circle at 86% 22%, rgba(216, 166, 47, 0.28), transparent 30%),
        linear-gradient(105deg, var(--blue), var(--navy));
}

.cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.cta-inner h2 {
    margin-bottom: 0;
}

.site-footer {
    color: #d8e5f3;
    background: #06172a;
    padding: 58px 0 22px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 0.9fr;
    gap: 38px;
}

.site-footer h2 {
    margin: 0 0 16px;
    color: var(--white);
    font-size: 18px;
}

.site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer li {
    margin: 8px 0;
}

.site-footer a:hover {
    color: var(--gold);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 36px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.richtext h2 {
    color: var(--navy);
}

@media (max-width: 1040px) {
    .card-grid.three,
    .three-panel,
    .gallery-grid,
    .project-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .main-service-card {
        grid-template-columns: 1fr;
    }

    .about-feature-row,
    .vision-mission-grid,
    .values-modern-grid,
    .why-about-grid,
    .who-profile-grid,
    .vision-profile-card,
    .values-chart-grid {
        grid-template-columns: 1fr;
    }

    .what-profile-grid,
    .why-icon-grid,
    .experience-profile-grid,
    .main-service-picker,
    .home-purpose-grid,
    .home-why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vision-profile-image {
        clip-path: none;
    }

    .vision-profile-visuals {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: none;
        min-height: 360px;
    }

    .vision-profile-visuals .vision-profile-image,
    .vision-profile-visuals .mission-image {
        min-height: 360px;
        clip-path: none;
    }

    .vision-statement-row,
    .mission-statement-row {
        grid-template-columns: 1fr;
    }

    .vision-mission-cards {
        grid-template-columns: 1fr;
    }

    .vision-mission-layout {
        grid-template-columns: 1fr;
    }

    .vision-mission-visual {
        min-height: 360px;
    }

    .vision-statement-row img,
    .mission-statement-row img {
        max-width: 280px;
    }

    .values-wheel {
        min-height: 560px;
    }

    .card-grid.five,
    .card-grid.six,
    .industry-grid,
    .industry-profile-grid,
    .logo-grid,
    .stats-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .business-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(2, 300px);
    }

    .service-tabs,
    .subservice-card-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-detail-list {
        grid-template-columns: 1fr;
    }

    .selected-service-intro {
        grid-template-columns: 1fr;
    }

    .rich-service-overview,
    .tab-service-overview {
        grid-template-columns: 1fr;
    }

    .tab-service-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .selected-service-intro > span {
        min-height: 300px;
        order: -1;
    }

    .services-tabs-section .service-detail-card {
        grid-template-columns: 1fr;
        grid-template-rows: 230px minmax(0, 1fr);
    }

    .services-tabs-section .service-detail-copy ul {
        grid-template-columns: 1fr;
    }

    .construction-service-card,
    .construction-service-card.is-reversed {
        grid-template-columns: 1fr;
    }

    .construction-service-card.is-reversed .construction-service-image {
        order: 0;
    }

    .construction-service-card::before,
    .construction-service-card.is-reversed::before {
        border-right: 0;
        border-left: 0;
        border-top: 6px solid var(--gold);
    }

    .major-service-hero,
    .major-division-card,
    .major-division-card.is-reversed,
    .major-support-grid,
    .major-method-section {
        grid-template-columns: 1fr;
    }

    .major-service-hero-image {
        min-height: 340px;
        clip-path: none;
        order: -1;
    }

    .major-division-card.is-reversed .major-division-image {
        order: 0;
    }

    .major-division-card::before,
    .major-division-card.is-reversed::before {
        border-right: 0;
        border-left: 0;
        border-top: 6px solid var(--gold);
    }

    .service-panel-hero,
    .subservice-detail-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .container {
        width: min(100% - 28px, 1180px);
    }

    .menu-toggle {
        display: inline-flex;
    }

    .primary-nav {
        position: absolute;
        left: 14px;
        right: 14px;
        top: 78px;
        display: none;
        border-radius: 8px;
        padding: 18px;
        background: var(--navy);
        box-shadow: var(--shadow);
    }

    .primary-nav.is-open {
        display: block;
    }

    .primary-nav ul {
        display: grid;
        gap: 14px;
    }

    .service-dropdown {
        position: static;
        width: 100%;
        margin-top: 10px !important;
        padding: 10px !important;
        border-color: rgba(255, 255, 255, 0.12);
        background: rgba(255, 255, 255, 0.08);
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .service-dropdown::before {
        display: none;
    }

    .primary-nav .service-dropdown a {
        color: var(--white);
        background: rgba(255, 255, 255, 0.08);
        border-color: rgba(255, 255, 255, 0.1);
    }

    .primary-nav .service-dropdown small {
        color: #b9c9dd;
    }

    .who-profile-grid,
    .vision-profile-card,
    .what-profile-grid,
    .why-icon-grid,
    .experience-profile-grid,
    .values-chart-grid,
    .main-service-picker,
    .home-purpose-grid,
    .home-why-grid {
        grid-template-columns: 1fr;
    }

    .who-timeline {
        padding-left: 64px;
    }

    .who-timeline span {
        left: -62px;
    }

    .who-image-stack {
        min-height: 430px;
    }

    .who-image-stack div:first-child {
        inset: 0 0 100px 34px;
    }

    .who-image-stack div:last-child {
        inset: 190px 52px 0 0;
    }

    .profile-split-heading,
    .why-profile-banner {
        align-items: flex-start;
        flex-direction: column;
    }

    .why-profile-banner {
        background: #416ab8;
    }

    .why-profile-banner > div {
        max-width: none;
    }

    .why-icon-grid {
        gap: 14px;
        background: transparent;
    }

    .why-icon-card {
        min-height: auto;
        border-radius: 8px;
    }

    .values-wheel {
        min-height: auto;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .values-center,
    .value-node {
        position: static;
        width: auto;
        height: auto;
        min-height: 118px;
        transform: none;
        border-radius: 8px;
    }

    .values-center {
        grid-column: 1 / -1;
        min-height: 150px;
    }

    .hero,
    .page-hero {
        min-height: auto;
        padding: 86px 0 58px;
    }

    .hero-floating-tiles {
        display: none;
    }

    .hero-grid,
    .split-intro,
    .two-column,
    .about-profile-grid,
    .contact-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .section {
        padding: 62px 0;
    }

    .card-grid.three,
    .card-grid.five,
    .card-grid.six,
    .industry-grid,
    .industry-profile-grid,
    .logo-grid,
    .stats-grid,
    .gallery-grid,
    .project-grid,
    .three-panel {
        grid-template-columns: 1fr;
    }


    .business-grid {
        grid-template-columns: 1fr;
        grid-template-rows: none;
    }

    .business-card,
    .business-card.large {
        min-height: 280px;
        grid-row: auto;
    }

    .service-tabs,
    .subservice-card-list,
    .subservice-gallery {
        grid-template-columns: 1fr;
    }

    .service-tab,
    .subservice-mini-card {
        grid-template-columns: 86px minmax(0, 1fr);
    }

    .subservice-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .subservice-toolbar label {
        min-width: 0;
    }

    .subservice-shell,
    .service-panel-copy,
    .subservice-detail-copy {
        padding: 24px;
    }

    .subdivision-list {
        grid-template-columns: 1fr;
    }

    .service-hd-gallery {
        grid-template-columns: 1fr;
        grid-auto-rows: 250px;
    }

    .tab-service-gallery {
        grid-template-columns: 1fr;
    }

    .rich-service-copy,
    .tab-service-overview > div:first-child,
    .tab-capability-box {
        padding: 24px;
    }

    .tab-capability-box ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-hd-gallery figure.large {
        grid-column: auto;
        grid-row: auto;
        min-height: 250px;
    }

    .image-subdivision-list a {
        grid-template-columns: 86px minmax(0, 1fr);
    }

    .service-detail-card {
        grid-template-columns: 112px minmax(0, 1fr);
    }

    .service-detail-thumb {
        min-height: 136px;
    }

    .services-tabs-section .service-detail-card {
        grid-template-columns: 1fr;
        grid-template-rows: 210px minmax(0, 1fr);
    }

    .services-tabs-section .service-detail-thumb {
        min-height: 210px;
    }

    .services-tabs-section .service-detail-copy {
        padding: 22px;
    }

    .construction-service-card,
    .construction-service-card.is-reversed {
        min-height: 0;
        grid-template-columns: 1fr;
    }

    .construction-service-image {
        min-height: 250px;
    }

    .construction-service-copy ul {
        grid-template-columns: 1fr;
    }

    .major-service-hero {
        min-height: 0;
    }

    .major-service-hero-image,
    .major-division-image {
        min-height: 280px;
    }

    .major-division-card,
    .major-division-card.is-reversed {
        min-height: 0;
    }

    .major-division-copy ul {
        grid-template-columns: 1fr;
    }

    .major-service-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .cta-inner,
    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 520px) {
    .hero h1,
    .page-hero h1 {
        font-size: 38px;
    }

    .hero-actions {
        display: grid;
    }

    .service-detail-card {
        grid-template-columns: 1fr;
    }

    .service-category-capabilities ul {
        grid-template-columns: 1fr;
    }

    .service-category-capabilities li,
    .service-category-capabilities li:nth-child(2n),
    .service-category-capabilities li:nth-child(3n),
    .service-category-capabilities li:nth-child(4n),
    .service-category-capabilities li:nth-child(5n) {
        min-height: 116px;
    }

    .service-detail-thumb {
        min-height: 190px;
    }

    .service-detail-copy {
        border-left: 0;
        border-top: 4px solid var(--gold);
    }

    .vision-profile-visuals {
        grid-template-columns: 1fr;
    }

    .construction-service-copy {
        padding: 24px;
    }

    .construction-service-copy > span {
        width: 46px;
        height: 46px;
    }

    .major-service-hero-copy,
    .major-division-copy,
    .major-support-panel,
    .major-method-section,
    .major-service-cta {
        padding: 24px;
    }

    .major-division-icon {
        width: 52px;
        height: 52px;
    }

    .btn {
        width: 100%;
    }
}

/* Final white corporate pass: clean background, sharp text and service imagery. */
:root {
    --ink: #000000;
    --muted: #222222;
    --soft: #ffffff;
}

html,
body,
main,
.site-main,
.content-area,
.section,
.section.tinted,
.service-selector-section,
.services-tabs-section,
.profile-who-section,
.vision-profile-section,
.what-profile-section,
.why-profile-section,
.experience-profile-section,
.values-chart-section,
.home-purpose-section,
.home-why-section,
.industries-profile-section {
    background: #ffffff !important;
}

body {
    color: #000000 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero h1,
.page-hero h1,
.section-heading h2,
.major-service-hero-copy h2,
.major-division-copy h3,
.construction-service-copy h3,
.service-detail-copy h3,
.vision-profile-copy h2,
.profile-split-heading h2,
.why-profile-banner h2,
.values-chart-copy h2 {
    color: #000000 !important;
}

p,
li,
.hero p,
.page-hero p,
.section-heading p,
.major-service-hero-copy p,
.major-division-copy p,
.construction-service-copy p,
.service-detail-copy p,
.major-support-panel li,
.major-method-section li,
.industry-profile-body p,
.vision-profile-copy p,
.profile-split-heading p,
.values-chart-copy p {
    color: #222222 !important;
}

.hero,
.page-hero,
.home-hero,
.about-hero,
.services-hero,
.contact-hero,
.service-hero,
.major-service-hero,
.major-support-panel,
.major-method-section,
.major-service-cta,
.selected-service-intro,
.tab-capability-box,
.major-division-card,
.construction-service-card,
.service-detail-card,
.home-purpose-card,
.home-why-card,
.vision-mission-board,
.vision-mission-card,
.profile-card,
.value-modern-card,
.industry-profile-card {
    background: #ffffff !important;
}

.hero,
.page-hero {
    color: #000000 !important;
    border-bottom: 1px solid #dbe5f0;
}

.hero::after,
.page-hero::after {
    background: linear-gradient(90deg, var(--blue), var(--gold)) !important;
}

.hero-panel {
    background: #ffffff !important;
    border: 1px solid #dbe5f0;
    border-left: 4px solid var(--gold);
}

.hero-panel p,
.hero-panel span,
.major-service-cta h3,
.cta-inner h2 {
    color: #000000 !important;
}

.btn.primary {
    color: #ffffff !important;
    background: var(--navy) !important;
}

.btn.secondary,
.btn.light {
    color: var(--navy) !important;
    background: #ffffff !important;
    border-color: var(--navy) !important;
}

.major-service-hero,
.major-division-card,
.construction-service-card,
.service-detail-card {
    border: 1px solid #dbe5f0;
    box-shadow: 0 14px 36px rgba(8, 29, 55, 0.08) !important;
}

.major-service-hero-image,
.major-division-image,
.construction-service-image,
.service-detail-thumb {
    background-size: cover !important;
    background-position: center !important;
    filter: none !important;
}

.major-division-copy li,
.construction-service-copy li,
.major-support-panel li,
.major-method-section li,
.service-detail-copy li {
    color: #222222 !important;
    background: #f8fbff !important;
    border: 1px solid #dbe5f0 !important;
    font-weight: 600;
}

.major-support-grid .major-support-panel:nth-child(2),
.major-support-panel.dark,
.why-panel {
    color: #000000 !important;
    background: #ffffff !important;
    border-color: #dbe5f0 !important;
}

.major-support-grid .major-support-panel:nth-child(2) h3,
.major-support-grid .major-support-panel:nth-child(2) .eyebrow,
.major-support-panel.dark h3,
.major-support-panel.dark .eyebrow,
.why-panel h3,
.why-panel .eyebrow {
    color: #000000 !important;
}

.colorful-method-section .hse-panel,
.major-method-section > div:first-child,
.colorful-method-section .method-panel,
.major-method-section > div:last-child {
    background: #ffffff !important;
    border: 1px solid #dbe5f0;
}

.section.dark,
.cta-band,
.site-footer {
    background: #ffffff !important;
    color: #000000 !important;
}

.section.dark h2,
.section.dark p,
.cta-band p,
.site-footer,
.site-footer p,
.site-footer li,
.site-footer a {
    color: #222222 !important;
}

.site-footer {
    border-top: 1px solid #dbe5f0;
}

.site-footer h2,
.site-footer strong {
    color: #000000 !important;
}

/* Contact page sample-style layout. */
.contact-modern-section {
    padding-top: 58px;
}

.contact-info-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-bottom: 42px;
}

.contact-info-card {
    position: relative;
    min-height: 122px;
    border-bottom: 3px solid #1e86e8;
    padding: 44px 22px 22px;
    background: #f2f2f2;
    text-align: center;
    box-shadow: 0 10px 28px rgba(8, 29, 55, 0.06);
}

.contact-info-icon {
    position: absolute;
    left: 50%;
    top: 0;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: #1e86e8;
    transform: translate(-50%, -50%);
    box-shadow: 0 12px 24px rgba(240, 82, 92, 0.22);
}

.contact-info-icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.contact-info-card h2 {
    margin: 0 0 5px;
    color: #000000 !important;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
}

.contact-info-card p {
    margin: 0;
    color: #000000 !important;
    font-size: 13px;
}

.contact-info-card a {
    color: #000000;
}

.contact-enquiry-grid {
    display: grid;
    grid-template-columns: minmax(290px, 0.92fr) minmax(0, 1.08fr);
    gap: 34px;
    align-items: start;
}

.contact-summary-card {
    min-height: 454px;
    padding: 34px;
    border: 1px solid #dbe5f0;
    border-left: 5px solid var(--gold);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.98)),
        url('../images/profile-services/piping-services.jpg');
    background-position: center;
    background-size: cover;
    box-shadow: 0 14px 36px rgba(8, 29, 55, 0.08);
}

.contact-summary-card h2 {
    max-width: 520px;
    margin: 0 0 14px;
    color: #000000 !important;
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.12;
}

.contact-summary-card p {
    color: #222222 !important;
}

.contact-summary-card ul {
    margin: 22px 0 26px;
    padding: 0;
    list-style: none;
}

.contact-summary-card li {
    position: relative;
    margin: 9px 0;
    padding-left: 22px;
    color: #222222 !important;
    font-weight: 600;
}

.contact-summary-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold);
}

.contact-form-panel {
    padding: 0;
}

.contact-form-panel h2 {
    margin: 0 0 18px;
    color: #000000 !important;
    font-size: 28px;
}

.contact-sample-form {
    gap: 14px;
    border: 4px solid #eeeeee;
    border-radius: 0;
    padding: 28px;
    background: #ffffff;
    box-shadow: none;
}

.contact-form-two {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.contact-sample-form label {
    gap: 0;
}

.contact-sample-form label span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.contact-sample-form input,
.contact-sample-form textarea {
    border: 0;
    border-radius: 3px;
    padding: 16px 18px;
    color: #000000;
    background: #f0f0f0;
    font-size: 14px;
}

.contact-sample-form input::placeholder,
.contact-sample-form textarea::placeholder {
    color: #222222;
}

.contact-sample-form .btn.primary {
    width: fit-content;
    min-width: 114px;
    min-height: 44px;
    border-radius: 3px;
    background: #1e86e8 !important;
    text-transform: uppercase;
}

@media (max-width: 900px) {
    .contact-info-row,
    .contact-enquiry-grid {
        grid-template-columns: 1fr;
    }

    .contact-info-row {
        gap: 38px;
    }
}

@media (max-width: 560px) {
    .contact-form-two {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .contact-summary-card,
    .contact-sample-form {
        padding: 22px;
    }
}

/* Pure white page background override. */
html,
body,
main,
main > section,
.section,
.intro-strip,
.image-led,
.services-tabs-section,
.service-selector-section,
.profile-who-section,
.vision-profile-section,
.what-profile-section,
.why-profile-section,
.experience-profile-section,
.values-chart-section,
.industries-profile-section,
.contact-modern-section,
.cta-band {
    background-color: #ffffff !important;
}

main > section:not(.hero):not(.page-hero),
.section:not(.hero):not(.page-hero),
.intro-strip,
.image-led,
.services-tabs-section,
.service-selector-section,
.profile-who-section,
.vision-profile-section,
.what-profile-section,
.why-profile-section,
.experience-profile-section,
.values-chart-section,
.industries-profile-section,
.contact-modern-section,
.cta-band {
    background-image: none !important;
}

body::before,
body::after,
main::before,
main::after,
main > section:not(.hero):not(.page-hero)::before,
main > section:not(.hero):not(.page-hero)::after {
    background-image: none !important;
}

@media (max-width: 820px) {
    .major-division-card,
    .major-division-card.is-reversed,
    .construction-service-card,
    .construction-service-card.is-reversed {
        grid-template-columns: 1fr !important;
    }

    .major-division-image,
    .construction-service-image {
        min-height: 230px;
    }
}

/* Manufacturing sample inspired homepage redesign. */
.home-hero {
    min-height: auto !important;
    padding: 88px 0 64px;
    color: #000000 !important;
    background: #ffffff !important;
}

.home-hero .hero-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, #ffffff 0 58%, rgba(232, 245, 255, 0.92) 58% 100%),
        linear-gradient(135deg, rgba(30, 134, 232, 0.08), transparent 44%);
    pointer-events: none;
}

.home-hero .hero-grid {
    position: relative;
    z-index: 1;
    grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.82fr);
    gap: 48px;
}

.home-hero .hero-copy {
    position: relative;
    padding-left: 28px;
}

.home-hero .hero-copy::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 6px;
    height: 150px;
    border-radius: 0 0 8px 8px;
    background: linear-gradient(180deg, var(--blue), #1e86e8, var(--gold));
}

.home-hero h1 {
    max-width: 760px;
    margin-bottom: 18px;
    color: #000000 !important;
    font-size: clamp(42px, 5.2vw, 76px);
    letter-spacing: 0;
}

.home-hero .hero-copy > p:not(.eyebrow) {
    max-width: 760px;
    color: #222222 !important;
    font-size: 18px;
    line-height: 1.78;
}

.home-hero .btn.secondary {
    min-height: 50px;
    border-radius: 4px;
    color: #ffffff !important;
    border-color: #1e86e8 !important;
    background: linear-gradient(135deg, #1e86e8, var(--blue)) !important;
    box-shadow: 0 12px 26px rgba(18, 103, 201, 0.22);
}

.home-hero .btn.secondary + .btn.secondary {
    color: var(--navy) !important;
    background: #ffffff !important;
    border-color: rgba(18, 103, 201, 0.32) !important;
    box-shadow: none;
}

.home-hero-showcase {
    position: relative;
    display: grid;
    gap: 16px;
    padding: 16px 16px 22px;
    border: 1px solid #dbe5f0;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 26px 64px rgba(8, 29, 55, 0.13);
}

.home-hero-showcase::before {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 42%;
    height: 72px;
    border-radius: 0 8px 0 8px;
    background: #1e86e8;
    clip-path: polygon(26% 0, 100% 0, 100% 100%, 0 100%);
}

.home-hero-photo {
    position: relative;
    min-height: 330px;
    border-radius: 6px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.home-hero-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(8, 29, 55, 0.12), rgba(30, 134, 232, 0.16)),
        linear-gradient(0deg, rgba(8, 29, 55, 0.42), transparent 48%);
}

.home-hero-showcase .hero-panel {
    position: relative;
    margin: -72px 18px 0;
    border: 0;
    border-left: 5px solid var(--gold);
    border-radius: 4px;
    padding: 24px 24px 22px;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 18px 44px rgba(8, 29, 55, 0.16);
}

.home-hero-showcase .hero-panel p {
    color: #000000 !important;
    font-size: clamp(22px, 2.4vw, 32px);
}

.home-hero-showcase .hero-panel span {
    color: #222222 !important;
}

.home-hero-mini {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 0 18px;
    border-top: 1px solid #dbe5f0;
    padding-top: 16px;
}

.home-hero-mini span {
    color: #1e86e8;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.home-hero-mini b {
    color: #000000;
    font-size: 14px;
}

.home-hero .hero-floating-tiles {
    display: none;
}

.intro-strip {
    padding: 58px 0 !important;
    border-top: 1px solid #dbe5f0;
    border-bottom: 1px solid #dbe5f0;
}

.split-intro {
    align-items: center;
    padding: 34px;
    border-left: 6px solid #1e86e8;
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(30, 134, 232, 0.08), #ffffff 38%),
        #ffffff;
    box-shadow: 0 16px 44px rgba(8, 29, 55, 0.06);
}

.split-intro h2 {
    max-width: 620px;
    font-size: clamp(30px, 3.6vw, 50px);
}

.split-intro p {
    color: #222222 !important;
    font-size: 17px;
    line-height: 1.75;
}

.image-led {
    padding: 72px 0 !important;
}

.image-led .section-heading {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.58fr);
    gap: 30px;
    align-items: end;
    margin-bottom: 30px;
}

.image-led .section-heading p:last-child {
    margin: 0;
    color: #222222 !important;
    font-size: 16px;
    line-height: 1.7;
}

.image-led .section-heading h2 {
    max-width: 700px;
    font-size: clamp(32px, 4vw, 54px);
}

.business-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    grid-template-rows: minmax(300px, 34vw) !important;
    gap: 18px !important;
}

.business-card {
    align-items: stretch;
    padding: 0 !important;
    border: 1px solid #dbe5f0 !important;
    border-radius: 4px !important;
    background-color: #ffffff;
    box-shadow: 0 18px 42px rgba(8, 29, 55, 0.12) !important;
}

.business-card::before {
    background:
        linear-gradient(180deg, rgba(8, 29, 55, 0.08), rgba(8, 29, 55, 0.34) 42%, rgba(8, 29, 55, 0.9)),
        linear-gradient(135deg, rgba(30, 134, 232, 0.6), rgba(8, 29, 55, 0.05)) !important;
}

.business-card::after {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    border-radius: 0;
    background: linear-gradient(90deg, #1e86e8, var(--gold));
}

.business-card div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 100%;
    padding: 26px 24px;
}

.business-card span {
    width: fit-content;
    margin-bottom: 12px;
    border-radius: 2px;
    color: #ffffff;
    background: #1e86e8;
    font-size: 11px;
}

.business-card h3 {
    color: #ffffff !important;
    font-size: clamp(23px, 2.2vw, 32px);
    line-height: 1.08;
}

.business-card .discover-more {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-top: 18px;
    border-bottom: 2px solid currentColor;
    padding-bottom: 4px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.business-card:nth-child(2) span {
    background: var(--gold);
    color: #071d36;
}

.business-card:nth-child(3) span {
    background: #19a983;
}

.business-card:nth-child(4) span {
    background: #416ab8;
}

.home-purpose-section,
.industries-profile-section,
.experience-profile-section {
    padding: 72px 0 !important;
}

.home-purpose-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.home-purpose-card {
    min-height: 270px;
    border: 1px solid #dbe5f0;
    border-top: 5px solid #1e86e8;
    border-radius: 4px;
    padding: 28px;
    color: #000000 !important;
    background: #ffffff !important;
    box-shadow: 0 14px 34px rgba(8, 29, 55, 0.08);
}

.home-purpose-card::after {
    width: 130px;
    height: 130px;
    border: 24px solid rgba(30, 134, 232, 0.08);
}

.home-purpose-card.mission {
    border-top-color: var(--gold);
}

.home-purpose-card.values {
    border-top-color: #19a983;
}

.home-purpose-card span {
    color: #ffffff;
    background: var(--navy);
}

.home-purpose-card h2,
.home-purpose-card p {
    color: #000000 !important;
}

.home-purpose-card p {
    color: #222222 !important;
}

.home-values-cloud b {
    color: #000000;
    background: rgba(30, 134, 232, 0.08);
}

.home-why-section {
    padding: 78px 0 !important;
    color: #000000 !important;
    background: #ffffff !important;
}

.home-why-banner {
    position: relative;
    overflow: hidden;
    margin-bottom: 26px;
    padding: 34px 38px;
    border: 1px solid #dbe5f0;
    border-left: 6px solid #1e86e8;
    border-radius: 4px;
    background: #ffffff !important;
    box-shadow: 0 16px 42px rgba(8, 29, 55, 0.08);
}

.home-why-banner::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 28%;
    height: 100%;
    background: linear-gradient(135deg, rgba(30, 134, 232, 0.14), rgba(216, 166, 47, 0.12));
    clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
}

.home-why-banner h2 {
    max-width: 920px;
    color: #000000 !important;
    font-size: clamp(30px, 3.4vw, 48px);
}

.home-why-banner p:not(.eyebrow) {
    max-width: 920px;
    color: #222222 !important;
    font-size: 17px;
}

.home-why-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.home-why-card {
    min-height: 205px;
    border: 1px solid #dbe5f0;
    border-radius: 4px;
    padding: 26px 24px;
    color: #000000 !important;
    background: #ffffff !important;
    box-shadow: 0 14px 34px rgba(8, 29, 55, 0.08);
}

.home-why-card::before {
    inset: auto 0 0;
    height: 5px;
    background: #1e86e8;
}

.home-why-card:nth-child(2)::before {
    background: var(--gold);
}

.home-why-card:nth-child(3)::before {
    background: #19a983;
}

.home-why-card:nth-child(4)::before {
    background: #416ab8;
}

.home-why-card:nth-child(5)::before {
    background: #f29a2e;
}

.home-why-card:nth-child(6)::before {
    background: #00a6df;
}

.home-why-card::after {
    background: rgba(30, 134, 232, 0.06);
}

.home-why-card h3,
.home-why-card p {
    color: #000000 !important;
}

.home-why-card p {
    color: #222222 !important;
}

.home-why-card .strength-icon {
    width: 52px;
    height: 52px;
    border-radius: 4px;
    color: #ffffff;
    background: var(--navy);
    box-shadow: 10px 10px 0 rgba(30, 134, 232, 0.14);
}

.industries-intro {
    margin-bottom: 26px;
}

.industry-profile-grid {
    gap: 18px;
}

.industry-profile-card {
    border-radius: 4px;
    box-shadow: 0 14px 34px rgba(8, 29, 55, 0.08);
}

.industry-profile-image {
    min-height: 184px;
}

.experience-profile-grid {
    gap: 18px;
}

.experience-tile {
    min-height: 190px;
    border: 1px solid #dbe5f0;
    border-radius: 4px;
    color: #000000 !important;
    background: #ffffff !important;
    box-shadow: 0 14px 34px rgba(8, 29, 55, 0.08);
}

.experience-tile span {
    color: #ffffff;
    background: #1e86e8;
}

.experience-tile h3,
.experience-tile p {
    color: #000000 !important;
}

.experience-tile p {
    color: #222222 !important;
}

.cta-band {
    padding: 48px 0 !important;
    border-top: 1px solid #dbe5f0;
    background: #ffffff !important;
}

.cta-inner {
    border-left: 6px solid var(--gold);
    border-radius: 4px;
    padding: 28px 32px;
    background: linear-gradient(90deg, rgba(30, 134, 232, 0.08), #ffffff);
    box-shadow: 0 14px 34px rgba(8, 29, 55, 0.06);
}

@media (max-width: 980px) {
    .home-hero .hero-grid,
    .image-led .section-heading,
    .split-intro {
        grid-template-columns: 1fr;
    }

    .business-grid,
    .home-purpose-grid,
    .home-why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .business-grid {
        grid-template-rows: none !important;
    }

    .business-card {
        min-height: 290px;
    }
}

@media (max-width: 640px) {
    .home-hero {
        padding: 58px 0 44px;
    }

    .home-hero .hero-copy {
        padding-left: 18px;
    }

    .home-hero .hero-copy::before {
        width: 4px;
        height: 118px;
    }

    .home-hero-photo {
        min-height: 235px;
    }

    .home-hero-showcase .hero-panel {
        margin: -46px 10px 0;
        padding: 20px;
    }

    .home-hero-mini,
    .home-hero .hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .split-intro,
    .cta-inner {
        padding: 24px;
    }

    .business-grid,
    .home-purpose-grid,
    .home-why-grid {
        grid-template-columns: 1fr !important;
    }

    .business-card {
        min-height: 265px;
    }

    .home-purpose-card,
    .home-why-card {
        min-height: auto;
    }
}

/* Core service section correction and clickable service tiles. */
.image-led .section-heading {
    display: block !important;
    max-width: 850px;
    margin: 0 0 34px;
    padding-left: 24px;
    border-left: 6px solid #1e86e8;
}

.image-led .section-heading .eyebrow {
    color: #1e86e8;
}

.image-led .section-heading h2 {
    max-width: 780px;
    margin-bottom: 14px;
    color: #000000 !important;
    font-size: clamp(32px, 4.2vw, 56px);
    line-height: 1.08;
}

.image-led .section-heading p:last-child {
    max-width: 760px;
    color: #222222 !important;
}

.business-card {
    text-decoration: none;
}

.business-card:hover .discover-more {
    color: #d8a62f;
}

.business-card:nth-child(1)::before {
    background:
        linear-gradient(180deg, rgba(8, 29, 55, 0.02), rgba(8, 29, 55, 0.34) 40%, rgba(8, 29, 55, 0.92)),
        linear-gradient(135deg, rgba(30, 134, 232, 0.72), rgba(8, 29, 55, 0.05)) !important;
}

.business-card:nth-child(2)::before {
    background:
        linear-gradient(180deg, rgba(8, 29, 55, 0.02), rgba(8, 29, 55, 0.34) 40%, rgba(8, 29, 55, 0.92)),
        linear-gradient(135deg, rgba(216, 166, 47, 0.78), rgba(8, 29, 55, 0.06)) !important;
}

.business-card:nth-child(3)::before {
    background:
        linear-gradient(180deg, rgba(8, 29, 55, 0.02), rgba(8, 29, 55, 0.34) 40%, rgba(8, 29, 55, 0.92)),
        linear-gradient(135deg, rgba(25, 169, 131, 0.72), rgba(8, 29, 55, 0.06)) !important;
}

.business-card:nth-child(4)::before {
    background:
        linear-gradient(180deg, rgba(8, 29, 55, 0.02), rgba(8, 29, 55, 0.34) 40%, rgba(8, 29, 55, 0.92)),
        linear-gradient(135deg, rgba(65, 106, 184, 0.76), rgba(8, 29, 55, 0.06)) !important;
}

@media (max-width: 640px) {
    .image-led .section-heading {
        padding-left: 18px;
    }
}

/* Restore brand footer and relevant hero imagery after the white-content pass. */
.site-footer {
    border-top: 0 !important;
    color: #ffffff !important;
    background:
        linear-gradient(135deg, rgba(8, 29, 55, 0.98), rgba(13, 45, 82, 0.96)),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0, rgba(255, 255, 255, 0.05) 1px, transparent 1px, transparent 28px) !important;
}

.site-footer h2,
.site-footer strong,
.site-footer p,
.site-footer li,
.site-footer a {
    color: #ffffff !important;
}

.site-footer small,
.footer-bottom p:last-child {
    color: #b8c9e6 !important;
}

.site-footer a:hover {
    color: #1e86e8 !important;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.page-hero,
.about-hero,
.services-hero,
.contact-hero,
.service-hero {
    color: #ffffff !important;
    border-bottom: 0 !important;
    background-position: center !important;
    background-size: cover !important;
    animation: affcoHeroMotion 18s ease-in-out infinite alternate;
}

.page-hero h1,
.page-hero p,
.page-hero .eyebrow,
.page-hero .hero-panel p,
.page-hero .hero-panel span {
    color: #ffffff !important;
}

.page-hero .hero-panel {
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-left: 5px solid var(--gold) !important;
    background: rgba(8, 29, 55, 0.62) !important;
    backdrop-filter: blur(5px);
}

.about-hero,
.page-hero.about-hero {
    background:
        linear-gradient(105deg, rgba(8, 29, 55, 0.94), rgba(8, 29, 55, 0.72) 50%, rgba(30, 134, 232, 0.34)),
        url('../images/profile-services/cards/equipment-installation-card.jpg'),
        var(--navy) !important;
}

.services-hero,
.page-hero.services-hero {
    background:
        linear-gradient(105deg, rgba(8, 29, 55, 0.94), rgba(8, 29, 55, 0.72) 50%, rgba(30, 134, 232, 0.34)),
        url('../images/service-sheets/mechanical-mechanical-construction-installation.jpg'),
        var(--navy) !important;
}

.contact-hero,
.page-hero.contact-hero {
    background:
        linear-gradient(105deg, rgba(8, 29, 55, 0.94), rgba(8, 29, 55, 0.72) 50%, rgba(30, 134, 232, 0.34)),
        url('../images/service-sheets/industrial-project-support-services.jpg'),
        var(--navy) !important;
}

.service-hero,
.page-hero.service-hero {
    background:
        linear-gradient(105deg, rgba(8, 29, 55, 0.94), rgba(8, 29, 55, 0.72) 50%, rgba(30, 134, 232, 0.34)),
        url('../images/profile-services/valve-services.jpg'),
        var(--navy) !important;
}

.home-hero .hero-bg {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0 55%, rgba(232, 245, 255, 0.84) 55% 100%),
        url('../images/profile-services/piping-services.jpg') right center / 58% 100% no-repeat !important;
}

/* Colorful section eyebrow and small heading labels. */
.eyebrow,
.home-purpose-card span,
.what-profile-card span,
.major-service-hero-copy .eyebrow,
.major-support-panel .eyebrow,
.contact-summary-card .eyebrow,
.why-profile-banner .eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    border-radius: 5px;
    padding: 7px 11px;
    color: #ffffff !important;
    background: linear-gradient(135deg, #1e86e8, #064a98) !important;
    box-shadow: 0 9px 20px rgba(18, 103, 201, 0.18);
    font-size: 12px;
    line-height: 1;
}

.section:nth-of-type(2) .eyebrow,
.home-purpose-card:nth-child(2) span,
.major-support-panel:nth-child(2) .eyebrow {
    background: linear-gradient(135deg, #d8a62f, #f29a2e) !important;
    color: #071d36 !important;
}

.section:nth-of-type(3) .eyebrow,
.home-purpose-card:nth-child(3) span,
.what-profile-card.green span {
    background: linear-gradient(135deg, #19a983, #08745f) !important;
    color: #ffffff !important;
}

.section:nth-of-type(4) .eyebrow,
.what-profile-card.navy span,
.major-method-section .eyebrow {
    background: linear-gradient(135deg, #416ab8, #162a63) !important;
    color: #ffffff !important;
}

.section:nth-of-type(5) .eyebrow,
.what-profile-card.orange span,
.contact-summary-card .eyebrow {
    background: linear-gradient(135deg, #f29a2e, #c86512) !important;
    color: #071d36 !important;
}

.section:nth-of-type(6) .eyebrow,
.what-profile-card.violet span {
    background: linear-gradient(135deg, #00a6df, #1e86e8) !important;
    color: #ffffff !important;
}

.page-hero .eyebrow {
    background: linear-gradient(135deg, #1e86e8, #d8a62f) !important;
    color: #ffffff !important;
}

/* Premium colorful service bullet chips. */
.major-division-copy li,
.construction-service-copy li,
.service-detail-copy li,
.major-support-panel li,
.major-method-section li,
.tab-capability-box li {
    position: relative;
    min-height: 42px;
    border: 1px solid rgba(30, 134, 232, 0.18) !important;
    border-radius: 8px !important;
    padding: 11px 14px 11px 42px !important;
    color: #111111 !important;
    background:
        linear-gradient(135deg, rgba(30, 134, 232, 0.12), rgba(255, 255, 255, 0.98)) !important;
    box-shadow: 0 8px 20px rgba(8, 29, 55, 0.05);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    overflow: hidden;
}

.major-division-copy li::before,
.construction-service-copy li::before,
.service-detail-copy li::before,
.major-support-panel li::before,
.major-method-section li::before,
.tab-capability-box li::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    width: 14px;
    height: 14px;
    border: 3px solid rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    background: #1e86e8 !important;
    box-shadow: 0 0 0 4px rgba(30, 134, 232, 0.16);
    transform: translateY(-50%);
}

.major-division-copy li:nth-child(4n + 2),
.construction-service-copy li:nth-child(4n + 2),
.service-detail-copy li:nth-child(4n + 2),
.major-support-panel li:nth-child(4n + 2),
.major-method-section li:nth-child(4n + 2),
.tab-capability-box li:nth-child(4n + 2) {
    border-color: rgba(216, 166, 47, 0.28) !important;
    background:
        linear-gradient(135deg, rgba(216, 166, 47, 0.16), rgba(255, 255, 255, 0.98)) !important;
}

.major-division-copy li:nth-child(4n + 2)::before,
.construction-service-copy li:nth-child(4n + 2)::before,
.service-detail-copy li:nth-child(4n + 2)::before,
.major-support-panel li:nth-child(4n + 2)::before,
.major-method-section li:nth-child(4n + 2)::before,
.tab-capability-box li:nth-child(4n + 2)::before {
    background: #d8a62f !important;
    box-shadow: 0 0 0 4px rgba(216, 166, 47, 0.18);
}

.major-division-copy li:nth-child(4n + 3),
.construction-service-copy li:nth-child(4n + 3),
.service-detail-copy li:nth-child(4n + 3),
.major-support-panel li:nth-child(4n + 3),
.major-method-section li:nth-child(4n + 3),
.tab-capability-box li:nth-child(4n + 3) {
    border-color: rgba(25, 169, 131, 0.24) !important;
    background:
        linear-gradient(135deg, rgba(25, 169, 131, 0.14), rgba(255, 255, 255, 0.98)) !important;
}

.major-division-copy li:nth-child(4n + 3)::before,
.construction-service-copy li:nth-child(4n + 3)::before,
.service-detail-copy li:nth-child(4n + 3)::before,
.major-support-panel li:nth-child(4n + 3)::before,
.major-method-section li:nth-child(4n + 3)::before,
.tab-capability-box li:nth-child(4n + 3)::before {
    background: #19a983 !important;
    box-shadow: 0 0 0 4px rgba(25, 169, 131, 0.16);
}

.major-division-copy li:nth-child(4n),
.construction-service-copy li:nth-child(4n),
.service-detail-copy li:nth-child(4n),
.major-support-panel li:nth-child(4n),
.major-method-section li:nth-child(4n),
.tab-capability-box li:nth-child(4n) {
    border-color: rgba(65, 106, 184, 0.24) !important;
    background:
        linear-gradient(135deg, rgba(65, 106, 184, 0.14), rgba(255, 255, 255, 0.98)) !important;
}

.major-division-copy li:nth-child(4n)::before,
.construction-service-copy li:nth-child(4n)::before,
.service-detail-copy li:nth-child(4n)::before,
.major-support-panel li:nth-child(4n)::before,
.major-method-section li:nth-child(4n)::before,
.tab-capability-box li:nth-child(4n)::before {
    background: #416ab8 !important;
    box-shadow: 0 0 0 4px rgba(65, 106, 184, 0.16);
}

.major-division-copy li:hover,
.construction-service-copy li:hover,
.service-detail-copy li:hover,
.major-support-panel li:hover,
.major-method-section li:hover,
.tab-capability-box li:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(8, 29, 55, 0.09);
}

/* Site-wide responsive hardening and overflow protection. */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

img,
svg,
video,
iframe {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
p,
li,
a,
span,
strong {
    overflow-wrap: anywhere;
}

@media (max-width: 900px) {
    .hero,
    .page-hero {
        min-height: auto;
        padding: 70px 0 54px;
    }

    .hero-grid,
    .home-hero .hero-grid,
    .split-intro,
    .profile-split,
    .vision-mission-board,
    .vision-profile-card,
    .major-service-hero,
    .selected-service-intro,
    .major-division-card,
    .major-division-card.is-reversed,
    .construction-service-card,
    .construction-service-card.is-reversed,
    .service-detail-card,
    .contact-enquiry-grid,
    .footer-grid,
    .cta-inner {
        grid-template-columns: 1fr !important;
    }

    .home-hero .hero-bg {
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(232, 245, 255, 0.82)),
            url('../images/profile-services/piping-services.jpg') center / cover no-repeat !important;
    }

    .hero h1,
    .page-hero h1,
    .home-hero h1 {
        font-size: clamp(34px, 10vw, 52px);
        line-height: 1.06;
    }

    .hero p,
    .page-hero p,
    .home-hero .hero-copy > p:not(.eyebrow) {
        font-size: 16px;
        line-height: 1.65;
    }

    .home-hero-showcase,
    .hero-panel,
    .split-intro,
    .contact-summary-card,
    .contact-sample-form {
        width: 100%;
    }

    .business-grid,
    .home-purpose-grid,
    .home-why-grid,
    .industry-profile-grid,
    .experience-profile-grid,
    .contact-info-row,
    .major-support-grid,
    .major-method-section,
    .tab-capability-box ul,
    .major-division-copy ul,
    .construction-service-copy ul,
    .services-tabs-section .service-detail-copy ul {
        grid-template-columns: 1fr !important;
    }

    .business-card,
    .industry-profile-card,
    .home-purpose-card,
    .home-why-card,
    .experience-tile {
        min-height: auto;
    }

    .major-service-hero-image,
    .major-division-image,
    .construction-service-image,
    .service-detail-thumb {
        min-height: 240px;
    }

    .site-footer,
    .footer-bottom {
        text-align: left;
    }
}

@media (max-width: 560px) {
    .container {
        width: min(100% - 28px, var(--container));
    }

    .section,
    .image-led,
    .intro-strip,
    .home-purpose-section,
    .home-why-section,
    .industries-profile-section,
    .experience-profile-section,
    .services-tabs-section,
    .contact-modern-section {
        padding-top: 44px !important;
        padding-bottom: 44px !important;
    }

    .hero-actions,
    .cta-inner,
    .footer-bottom,
    .contact-form-two {
        flex-direction: column;
        align-items: stretch;
        grid-template-columns: 1fr !important;
    }

    .btn,
    .contact-sample-form .btn.primary {
        width: 100%;
    }

    .home-hero-showcase {
        padding: 12px;
    }

    .home-hero-photo,
    .major-service-hero-image,
    .major-division-image,
    .construction-service-image,
    .service-detail-thumb,
    .industry-profile-image {
        min-height: 210px;
    }

    .home-hero-showcase .hero-panel {
        margin: -34px 6px 0;
    }

    .major-division-copy,
    .construction-service-copy,
    .service-detail-copy,
    .major-service-hero-copy,
    .home-purpose-card,
    .home-why-card,
    .contact-summary-card,
    .contact-sample-form,
    .cta-inner {
        padding: 22px !important;
    }

    .major-division-copy li,
    .construction-service-copy li,
    .service-detail-copy li,
    .major-support-panel li,
    .major-method-section li,
    .tab-capability-box li {
        min-height: 40px;
        padding: 10px 12px 10px 38px !important;
        font-size: 13px;
    }

.major-division-copy li::before,
.construction-service-copy li::before,
.service-detail-copy li::before,
.major-support-panel li::before,
.major-method-section li::before,
.tab-capability-box li::before {
        left: 12px;
        width: 12px;
        height: 12px;
    }
}

/* Final bullet style: clean colored dot with fading underline, no boxes. */
.major-division-copy li,
.construction-service-copy li,
.service-detail-copy li,
.major-support-panel li,
.major-method-section li,
.tab-capability-box li {
    min-height: 34px !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 8px 8px 12px 34px !important;
    color: #111111 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 14px;
    font-weight: 700;
}

.major-division-copy li::after,
.construction-service-copy li::after,
.service-detail-copy li::after,
.major-support-panel li::after,
.major-method-section li::after,
.tab-capability-box li::after {
    content: "";
    position: absolute;
    left: 34px;
    right: 8px;
    bottom: 0;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #1e86e8, rgba(30, 134, 232, 0));
}

.major-division-copy li::before,
.construction-service-copy li::before,
.service-detail-copy li::before,
.major-support-panel li::before,
.major-method-section li::before,
.tab-capability-box li::before {
    left: 8px !important;
    width: 14px !important;
    height: 14px !important;
    border: 3px solid #ffffff !important;
    background: #1e86e8 !important;
    box-shadow: 0 0 0 4px rgba(30, 134, 232, 0.14) !important;
}

.major-division-copy li:nth-child(4n + 2)::after,
.construction-service-copy li:nth-child(4n + 2)::after,
.service-detail-copy li:nth-child(4n + 2)::after,
.major-support-panel li:nth-child(4n + 2)::after,
.major-method-section li:nth-child(4n + 2)::after,
.tab-capability-box li:nth-child(4n + 2)::after {
    background: linear-gradient(90deg, #d8a62f, rgba(216, 166, 47, 0));
}

.major-division-copy li:nth-child(4n + 2)::before,
.construction-service-copy li:nth-child(4n + 2)::before,
.service-detail-copy li:nth-child(4n + 2)::before,
.major-support-panel li:nth-child(4n + 2)::before,
.major-method-section li:nth-child(4n + 2)::before,
.tab-capability-box li:nth-child(4n + 2)::before {
    background: #d8a62f !important;
    box-shadow: 0 0 0 4px rgba(216, 166, 47, 0.16) !important;
}

.major-division-copy li:nth-child(4n + 3)::after,
.construction-service-copy li:nth-child(4n + 3)::after,
.service-detail-copy li:nth-child(4n + 3)::after,
.major-support-panel li:nth-child(4n + 3)::after,
.major-method-section li:nth-child(4n + 3)::after,
.tab-capability-box li:nth-child(4n + 3)::after {
    background: linear-gradient(90deg, #19a983, rgba(25, 169, 131, 0));
}

.major-division-copy li:nth-child(4n + 3)::before,
.construction-service-copy li:nth-child(4n + 3)::before,
.service-detail-copy li:nth-child(4n + 3)::before,
.major-support-panel li:nth-child(4n + 3)::before,
.major-method-section li:nth-child(4n + 3)::before,
.tab-capability-box li:nth-child(4n + 3)::before {
    background: #19a983 !important;
    box-shadow: 0 0 0 4px rgba(25, 169, 131, 0.15) !important;
}

.major-division-copy li:nth-child(4n)::after,
.construction-service-copy li:nth-child(4n)::after,
.service-detail-copy li:nth-child(4n)::after,
.major-support-panel li:nth-child(4n)::after,
.major-method-section li:nth-child(4n)::after,
.tab-capability-box li:nth-child(4n)::after {
    background: linear-gradient(90deg, #416ab8, rgba(65, 106, 184, 0));
}

.major-division-copy li:nth-child(4n)::before,
.construction-service-copy li:nth-child(4n)::before,
.service-detail-copy li:nth-child(4n)::before,
.major-support-panel li:nth-child(4n)::before,
.major-method-section li:nth-child(4n)::before,
.tab-capability-box li:nth-child(4n)::before {
    background: #416ab8 !important;
    box-shadow: 0 0 0 4px rgba(65, 106, 184, 0.15) !important;
}

.major-division-copy li:hover,
.construction-service-copy li:hover,
.service-detail-copy li:hover,
.major-support-panel li:hover,
.major-method-section li:hover,
.tab-capability-box li:hover {
    transform: translateX(4px);
    box-shadow: none !important;
}

/* Sticky header refinement, WhatsApp icon, and developer credit. */
body.admin-bar .site-header {
    top: 32px;
}

.site-header {
    z-index: 999;
}

.developer-credit {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin: 0;
}

.developer-credit span {
    color: #b8c9e6 !important;
    font-size: 13px;
    font-weight: 700;
}

.developer-credit a {
    display: inline-flex;
    align-items: center;
}

.developer-credit img {
    width: 86px;
    height: auto;
    display: block;
    padding: 4px 6px;
    border-radius: 5px;
    background: #ffffff;
}

@media (max-width: 782px) {
    body.admin-bar .site-header {
        top: 46px;
    }
}

@media (max-width: 560px) {
    .developer-credit {
        justify-content: flex-start;
    }

    .developer-credit img {
        width: 76px;
    }
}

/* Concise corporate website pass inspired by leading Gulf contractor sites. */
.simple-hero {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: center;
    color: #ffffff;
    background-position: center;
    background-size: cover;
}

.simple-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 6px;
    background: linear-gradient(90deg, var(--blue), #1e86e8, var(--gold));
}

.simple-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 820px;
}

.simple-hero h1 {
    max-width: 820px;
    margin: 0 0 20px;
    color: #ffffff !important;
    font-size: clamp(44px, 6vw, 76px);
    line-height: 1.04;
}

.simple-hero p:not(.eyebrow) {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 19px;
    line-height: 1.7;
}

.simple-split {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.8fr);
    gap: 44px;
    align-items: center;
}

.simple-split.slim {
    grid-template-columns: minmax(0, 0.62fr) minmax(0, 1fr);
}

.simple-copy h2,
.simple-section-head h2,
.simple-purpose-card h2,
.simple-cta h2,
.simple-service-line-copy h2 {
    margin: 0 0 16px;
    color: #000000 !important;
    font-size: clamp(30px, 3.4vw, 48px);
    line-height: 1.1;
}

.simple-copy p,
.simple-section-head p,
.simple-purpose-card p,
.simple-cta p,
.simple-service-line-copy p {
    color: #222222 !important;
    font-size: 17px;
    line-height: 1.75;
}

.simple-image,
.simple-service-line-image {
    min-height: 390px;
    border-radius: 8px;
    background-position: center;
    background-size: cover;
    box-shadow: 0 18px 44px rgba(8, 29, 55, 0.12);
}

.text-link {
    display: inline-flex;
    margin-top: 8px;
    border-bottom: 2px solid #1e86e8;
    padding-bottom: 4px;
    color: var(--blue);
    font-weight: 800;
}

.simple-section-head {
    max-width: 780px;
    margin-bottom: 32px;
}

.simple-section-head.compact {
    margin-bottom: 24px;
}

.simple-service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.simple-service-card {
    overflow: hidden;
    border: 1px solid #dbe5f0;
    border-radius: 8px;
    color: #000000;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(8, 29, 55, 0.08);
    text-decoration: none;
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.simple-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 52px rgba(8, 29, 55, 0.14);
}

.simple-service-image {
    display: block;
    min-height: 190px;
    background-position: center;
    background-size: cover;
}

.simple-service-body {
    display: block;
    padding: 22px;
}

.simple-service-body strong {
    display: block;
    color: #000000;
    font-size: 22px;
    font-weight: 900;
}

.simple-service-body em {
    display: block;
    width: 42px;
    height: 3px;
    margin: 12px 0;
    background: var(--gold);
}

.simple-service-body small {
    display: block;
    min-height: 74px;
    color: #222222;
    font-size: 15px;
    line-height: 1.55;
}

.simple-service-body b {
    display: inline-flex;
    margin-top: 18px;
    color: var(--blue);
    font-size: 13px;
    text-transform: uppercase;
}

.simple-services-section {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background:
        linear-gradient(135deg, rgba(8, 29, 55, 0.96), rgba(13, 45, 82, 0.93)),
        url('../images/profile-services/piping-services.jpg') center / cover no-repeat !important;
}

.simple-services-section .simple-section-head {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.simple-services-section .simple-section-head h2 {
    color: #1e86e8 !important;
}

.simple-services-section .simple-service-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.simple-services-section .simple-service-card {
    position: relative;
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    background: #081d37;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.simple-services-section .simple-service-image {
    position: absolute;
    inset: 0;
    min-height: 100%;
    filter: grayscale(1) contrast(1.08);
    transform: scale(1.04);
    transition: transform 420ms ease, filter 420ms ease;
}

.simple-services-section .simple-service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(8, 29, 55, 0.16), rgba(8, 29, 55, 0.74)),
        linear-gradient(90deg, rgba(8, 29, 55, 0.24), rgba(30, 134, 232, 0.18));
}

.simple-services-section .simple-service-card:hover .simple-service-image {
    filter: grayscale(0.2) contrast(1.08) saturate(1.1);
    transform: scale(1.1);
}

.simple-services-section .simple-service-body {
    position: relative;
    z-index: 2;
    padding: 28px;
    text-align: center;
}

.simple-services-section .simple-service-body strong {
    color: #1e86e8;
    font-size: 25px;
    line-height: 1.05;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.4);
}

.simple-services-section .simple-service-body em {
    margin: 14px auto;
    background: var(--gold);
}

.simple-services-section .simple-service-body small {
    min-height: 0;
    color: rgba(255, 255, 255, 0.88);
}

.simple-services-section .simple-service-body b {
    color: #ffffff;
}

.simple-services-section .simple-service-card .simple-service-body small,
.simple-services-section .simple-service-card .simple-service-body b {
    max-height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(10px);
    transition: opacity 260ms ease, transform 260ms ease, max-height 260ms ease, margin 260ms ease;
}

.simple-services-section .simple-service-card:hover .simple-service-body small,
.simple-services-section .simple-service-card:focus .simple-service-body small {
    max-height: 120px;
    opacity: 1;
    transform: translateY(0);
}

.simple-services-section .simple-service-card:hover .simple-service-body b,
.simple-services-section .simple-service-card:focus .simple-service-body b {
    max-height: 40px;
    margin-top: 16px;
    opacity: 1;
    transform: translateY(0);
}

.gas-industries-section {
    background: #ffffff !important;
}

.gas-industries-section .simple-section-head h2 {
    color: #1e86e8 !important;
}

.gas-industry-hover-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.gas-industry-hover-card {
    position: relative;
    min-height: 285px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    border: 1px solid #dbe5f0;
    border-radius: 6px;
    background-position: center;
    background-size: cover;
    box-shadow: 0 14px 34px rgba(8, 29, 55, 0.08);
    isolation: isolate;
}

.gas-industry-hover-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(180deg, rgba(8, 29, 55, 0.06), rgba(8, 29, 55, 0.82)),
        linear-gradient(135deg, rgba(30, 134, 232, 0.16), rgba(216, 166, 47, 0.1));
    transition: background 260ms ease;
}

.gas-industry-hover-card div {
    width: 100%;
    padding: 26px;
    transform: translateY(62px);
    transition: transform 280ms ease;
}

.gas-industry-hover-card h3 {
    margin: 0;
    color: #ffffff !important;
    font-size: 25px;
    line-height: 1.1;
    text-transform: uppercase;
}

.gas-industry-hover-card h3::after {
    content: "";
    display: block;
    width: 42px;
    height: 3px;
    margin: 12px 0 0;
    background: var(--gold);
}

.gas-industry-hover-card p {
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.9) !important;
    opacity: 0;
    transition: opacity 260ms ease;
}

.gas-industry-hover-card:hover::before {
    background:
        linear-gradient(180deg, rgba(8, 29, 55, 0.18), rgba(8, 29, 55, 0.94)),
        linear-gradient(135deg, rgba(30, 134, 232, 0.38), rgba(216, 166, 47, 0.18));
}

.gas-industry-hover-card:hover div {
    transform: translateY(0);
}

.gas-industry-hover-card:hover p {
    opacity: 1;
}

/* Industries cards: clean icon tiles with AFFCO light blue. */
.gas-industries-section {
    padding: 74px 0 !important;
    background: #ffffff !important;
}

.gas-industries-section .simple-section-head {
    max-width: 100%;
    text-align: center;
}

.gas-industries-section .simple-section-head h2 {
    color: #1e86e8 !important;
}

.gas-industry-hover-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.gas-industry-hover-card {
    min-height: 260px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e3edf7;
    border-radius: 8px;
    background: #ffffff !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
    transition: transform 260ms ease, box-shadow 260ms ease, background 260ms ease;
}

.gas-industry-hover-card::before {
    display: none;
}

.gas-industry-hover-card:nth-child(2),
.gas-industry-hover-card:nth-child(5),
.gas-industry-hover-card:hover {
    background: #25b8ee !important;
    box-shadow: 0 14px 30px rgba(30, 134, 232, 0.26);
    transform: translateY(-6px);
}

.gas-industry-hover-card div {
    display: grid;
    place-items: center;
    width: 100%;
    padding: 28px;
    text-align: center;
    transform: none;
}

.industry-line-icon {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    margin-bottom: 14px;
    color: #25b8ee;
}

.industry-line-icon svg {
    width: 72px;
    height: 72px;
    fill: none;
    stroke: currentColor;
    stroke-width: 3.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gas-industry-hover-card:nth-child(2) .industry-line-icon,
.gas-industry-hover-card:nth-child(5) .industry-line-icon,
.gas-industry-hover-card:hover .industry-line-icon {
    color: #ffffff;
}

.gas-industry-hover-card h3 {
    max-width: 170px;
    margin: 0;
    color: #25b8ee !important;
    font-size: 18px;
    line-height: 1.12;
    text-transform: none;
}

.gas-industry-hover-card:nth-child(2) h3,
.gas-industry-hover-card:nth-child(5) h3,
.gas-industry-hover-card:hover h3 {
    color: #ffffff !important;
}

.gas-industry-hover-card h3::after {
    display: none;
}

.gas-industry-hover-card p {
    max-width: 230px;
    margin-top: 14px;
    color: #ffffff !important;
    font-size: 14px;
    line-height: 1.5;
}

.gas-industry-hover-card:not(:hover):not(:nth-child(2)) p {
    position: absolute;
    opacity: 0;
}

.gas-industry-hover-card:nth-child(2) p,
.gas-industry-hover-card:nth-child(5) p {
    opacity: 0;
}

.gas-industry-hover-card:nth-child(2):hover p,
.gas-industry-hover-card:nth-child(5):hover p {
    opacity: 1;
}

@media (max-width: 980px) {
    .gas-industry-hover-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .gas-industries-section {
        padding: 54px 0 !important;
    }

    .gas-industry-hover-grid {
        grid-template-columns: 1fr;
    }

    .gas-industry-hover-card {
        min-height: 230px;
    }

    .gas-industry-hover-card div {
        transform: none;
    }

    .gas-industry-hover-card p,
    .gas-industry-hover-card:not(:hover):not(:nth-child(2)) p {
        position: static;
        opacity: 1;
        color: #1b2d42 !important;
    }

    .gas-industry-hover-card:nth-child(2) p,
    .gas-industry-hover-card:nth-child(5) p,
    .gas-industry-hover-card:hover p {
        color: #ffffff !important;
        opacity: 1;
    }
}

.simple-industry-list,
.simple-value-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.simple-industry-list span,
.simple-value-list span {
    border: 1px solid rgba(30, 134, 232, 0.2);
    border-radius: 999px;
    padding: 11px 16px;
    color: #000000;
    background: linear-gradient(135deg, rgba(30, 134, 232, 0.08), #ffffff);
    font-weight: 800;
}

.simple-purpose-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.simple-purpose-card {
    border: 1px solid #dbe5f0;
    border-top: 5px solid #1e86e8;
    border-radius: 8px;
    padding: 32px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(8, 29, 55, 0.08);
}

.simple-purpose-card:nth-child(2) {
    border-top-color: var(--gold);
}

.simple-service-lines {
    display: grid;
    gap: 22px;
}

.simple-service-line {
    display: grid;
    grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid #dbe5f0;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(8, 29, 55, 0.08);
}

.simple-service-line:nth-child(even) {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
}

.simple-service-line:nth-child(even) .simple-service-line-image {
    order: 2;
}

.simple-service-line-image {
    min-height: 310px;
    border-radius: 0;
    box-shadow: none;
}

.simple-service-line-copy {
    padding: 34px;
}

.simple-service-line-copy ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 16px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.simple-service-line-copy li {
    position: relative;
    padding: 8px 0 10px 24px;
    color: #111111;
    font-weight: 800;
}

.simple-service-line-copy li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #1e86e8;
    box-shadow: 0 0 0 4px rgba(30, 134, 232, 0.14);
}

.simple-service-line-copy li::after {
    content: "";
    position: absolute;
    left: 24px;
    right: 0;
    bottom: 0;
    height: 2px;
    background: linear-gradient(90deg, #1e86e8, rgba(30, 134, 232, 0));
}

.simple-cta {
    padding: 64px 0;
    background:
        linear-gradient(135deg, rgba(8, 29, 55, 0.97), rgba(13, 45, 82, 0.94)),
        var(--navy);
}

.simple-cta-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
}

.simple-cta h2,
.simple-cta p {
    color: #ffffff !important;
}

.simple-cta .btn.secondary {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.36) !important;
    background: transparent !important;
}

.simple-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

@media (max-width: 980px) {
    .simple-split,
    .simple-split.slim,
    .simple-service-line,
    .simple-service-line:nth-child(even),
    .simple-cta-inner {
        grid-template-columns: 1fr;
    }

    .simple-service-line:nth-child(even) .simple-service-line-image {
        order: 0;
    }

    .simple-service-grid,
    .simple-purpose-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .simple-hero {
        min-height: 520px;
    }

    .simple-service-grid,
    .simple-purpose-grid,
    .simple-service-line-copy ul {
        grid-template-columns: 1fr;
    }

    .simple-image,
    .simple-service-line-image {
        min-height: 230px;
    }

    .simple-service-line-copy,
    .simple-purpose-card {
        padding: 24px;
    }
}

/* GAS-inspired home sequence with motion hero and concise industrial blocks. */
.gas-hero {
    position: relative;
    min-height: 680px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #ffffff;
    background: var(--navy);
}

.gas-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.04);
    animation: gasHeroDrift 18s ease-in-out infinite alternate;
}

.gas-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(100deg, rgba(8, 29, 55, 0.94), rgba(8, 29, 55, 0.58) 56%, rgba(30, 134, 232, 0.22)),
        linear-gradient(0deg, rgba(8, 29, 55, 0.28), rgba(8, 29, 55, 0));
}

.gas-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 6px;
    background: linear-gradient(90deg, #1e86e8, var(--gold));
}

.gas-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 850px;
}

.gas-hero h1 {
    max-width: 860px;
    margin: 0 0 20px;
    color: #ffffff !important;
    font-size: clamp(38px, 5.2vw, 66px);
    line-height: 1.02;
}

.gas-hero p:not(.eyebrow) {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 19px;
    line-height: 1.72;
}

.gas-hero-rotator {
    position: relative;
    min-height: clamp(120px, 12vw, 190px);
    max-width: 980px;
}

.gas-hero-rotator h1 {
    position: absolute;
    inset: 0 auto auto 0;
    max-width: 980px;
    opacity: 0;
    transform: translateY(18px);
    animation: affcoHeroMessage 6s ease-in-out infinite;
}

.gas-hero-rotator h1:first-child {
    animation-delay: 0s;
}

.gas-hero-rotator h1:nth-child(2) {
    animation-delay: 3s;
}

@keyframes affcoHeroMessage {
    0%,
    8% {
        opacity: 0;
        transform: translateY(18px);
    }
    16%,
    46% {
        opacity: 1;
        transform: translateY(0);
    }
    54%,
    100% {
        opacity: 0;
        transform: translateY(-14px);
    }
}

@keyframes gasHeroDrift {
    0% {
        transform: scale(1.04) translate3d(0, 0, 0);
    }
    100% {
        transform: scale(1.1) translate3d(-2.5%, -1.5%, 0);
    }
}

.gas-client-section {
    padding: 74px 0 !important;
}

.gas-client-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
    gap: 44px;
    align-items: center;
}

.gas-client-copy {
    padding: 8px 0;
}

.gas-client-copy h2,
.gas-why-affco-section h2 {
    margin: 0 0 18px;
    color: #1e86e8 !important;
    font-size: clamp(34px, 4.2vw, 58px);
    line-height: 1.06;
}

.gas-client-copy .eyebrow,
.gas-why-affco-section .eyebrow,
.simple-services-section .eyebrow {
    color: #ffffff !important;
    background: linear-gradient(135deg, #1e86e8, #00a6df) !important;
}

.gas-client-copy p {
    max-width: 720px;
    color: #1b2d42 !important;
    font-size: 18px;
    line-height: 1.72;
}

.gas-client-image,
.gas-client-video {
    min-height: 420px;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 20px 48px rgba(8, 29, 55, 0.14);
    animation: gasImageFloat 7s ease-in-out infinite alternate;
}

.gas-client-image {
    background-position: center;
    background-size: cover;
}

.gas-client-video video {
    width: 100%;
    height: 100%;
    min-height: 420px;
    display: block;
    object-fit: cover;
}

@keyframes gasImageFloat {
    0% {
        transform: translateY(0);
        filter: saturate(1);
    }
    100% {
        transform: translateY(-10px);
        filter: saturate(1.1);
    }
}

.gas-why-affco-section {
    padding-top: 72px !important;
}

.gas-why-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.gas-why-card {
    min-height: 250px;
    border: 1px solid #dbe5f0;
    border-radius: 3px;
    padding: 32px 24px;
    text-align: center;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(8, 29, 55, 0.08);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.gas-why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 52px rgba(8, 29, 55, 0.14);
}

.gas-why-card .strength-icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 20px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    background: #1e86e8;
    box-shadow: 0 0 0 7px rgba(30, 134, 232, 0.12), 0 12px 24px rgba(8, 29, 55, 0.12);
}

.gas-why-card:nth-child(2) .strength-icon {
    background: var(--gold);
}

.gas-why-card:nth-child(3) .strength-icon {
    background: #19a983;
}

.gas-why-card:nth-child(4) .strength-icon {
    background: #416ab8;
}

.gas-why-card h3 {
    margin: 0 0 12px;
    color: #000000 !important;
    font-size: 22px;
    line-height: 1.1;
    text-transform: uppercase;
}

.gas-why-card p {
    margin: 0;
    color: #222222 !important;
    line-height: 1.65;
}

@media (max-width: 1020px) {
    .gas-client-grid,
    .gas-why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .simple-services-section .simple-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gas-industry-hover-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .gas-hero {
        min-height: 560px;
    }

    .gas-client-grid,
    .gas-why-grid {
        grid-template-columns: 1fr;
    }

    .simple-services-section .simple-service-grid {
        grid-template-columns: 1fr;
    }

    .gas-industry-hover-grid {
        grid-template-columns: 1fr;
    }

    .simple-services-section .simple-service-card {
        min-height: 230px;
    }

    .gas-industry-hover-card {
        min-height: 250px;
    }

    .gas-industry-hover-card div {
        transform: translateY(0);
    }

    .gas-industry-hover-card p {
        opacity: 1;
    }

    .gas-client-image {
        min-height: 260px;
    }

    .gas-client-video,
    .gas-client-video video {
        min-height: 260px;
    }

    .gas-hero h1 {
        font-size: clamp(30px, 9vw, 46px);
    }

    .gas-hero-rotator {
        min-height: 185px;
    }
}

/* Core Services: HD industrial background with premium front tiles. */
.simple-services-section {
    position: relative;
    isolation: isolate;
    padding: 92px 0 104px !important;
    color: #ffffff;
    background:
        linear-gradient(135deg, rgba(5, 23, 45, 0.9), rgba(8, 54, 101, 0.72)),
        url("../images/service-sheets/construction-industrial-plant-construction.jpg") center / cover no-repeat fixed !important;
}

.simple-services-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 18% 22%, rgba(37, 184, 238, 0.28), transparent 32%),
        radial-gradient(circle at 80% 70%, rgba(216, 166, 47, 0.22), transparent 30%),
        rgba(2, 13, 27, 0.18);
}

.simple-services-section .simple-section-head {
    margin-bottom: 34px;
}

.simple-services-section .simple-section-head h2 {
    max-width: 820px;
    margin: 0 auto;
    color: #ffffff !important;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.08;
    text-shadow: 0 12px 32px rgba(0, 0, 0, 0.36);
}

.simple-services-section .simple-service-grid {
    max-width: 1080px;
    margin: 0 auto;
    gap: 20px;
}

.simple-services-section .simple-service-card {
    min-height: 255px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 4px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
    overflow: hidden;
}

.simple-services-section .simple-service-card::before {
    background:
        linear-gradient(180deg, rgba(4, 21, 42, 0.22), rgba(3, 18, 36, 0.82)),
        linear-gradient(135deg, rgba(37, 184, 238, 0.32), rgba(216, 166, 47, 0.1));
}

.simple-services-section .simple-service-card::after {
    content: "";
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 18px;
    z-index: 2;
    height: 2px;
    background: linear-gradient(90deg, #25b8ee, #ffffff 48%, rgba(255, 255, 255, 0));
    opacity: 0.85;
}

.simple-services-section .simple-service-image {
    filter: contrast(1.16) saturate(1.16) brightness(0.78);
    transform: scale(1.02);
}

.simple-services-section .simple-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 74px rgba(0, 0, 0, 0.42);
}

.simple-services-section .simple-service-card:hover .simple-service-image {
    filter: contrast(1.18) saturate(1.28) brightness(0.92);
    transform: scale(1.1);
}

.simple-services-section .simple-service-body {
    padding: 28px 22px 34px;
}

.simple-services-section .simple-service-body strong {
    color: #ffffff !important;
    font-size: clamp(22px, 2vw, 30px);
    line-height: 1.02;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.58);
}

.simple-services-section .simple-service-body em {
    width: 42px;
    height: 3px;
    background: #d8a62f;
    box-shadow: 0 0 18px rgba(216, 166, 47, 0.55);
}

@media (max-width: 980px) {
    .simple-services-section {
        background-attachment: scroll !important;
    }
}

/* Services nav strip, single-download polish and home section final layout */
.services-video-hero + .services-category-nav {
    position: sticky;
    top: 82px;
    z-index: 130;
    margin: 0;
    background: rgba(8, 29, 55, 0.96);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 38px rgba(8, 29, 55, 0.18);
    backdrop-filter: blur(14px);
}

body.admin-bar .services-video-hero + .services-category-nav {
    top: 114px;
}

.services-category-nav .main-service-tabs {
    position: relative !important;
    top: auto !important;
    z-index: auto !important;
    display: flex !important;
    justify-content: center;
    gap: clamp(18px, 4vw, 56px) !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow-x: auto;
    white-space: nowrap;
}

.services-category-nav .main-service-tab {
    position: relative;
    min-height: 54px !important;
    padding: 0 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #ffffff !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 13px !important;
    font-weight: 800 !important;
}

.services-category-nav .main-service-tab::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #25b8ee, #1e86e8, #e5a928);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 220ms ease;
}

.services-category-nav .main-service-tab:hover,
.services-category-nav .main-service-tab.is-active {
    color: #25b8ee !important;
}

.services-category-nav .main-service-tab:hover::after,
.services-category-nav .main-service-tab.is-active::after {
    transform: scaleX(1);
}

.services-clean-tabs {
    padding-top: 46px !important;
}

.services-clean-tabs > .container > .main-service-tabs {
    display: none !important;
}

.gas-hero .hero-actions {
    margin-top: clamp(34px, 5vw, 62px) !important;
}

.simple-services-section {
    position: relative;
    isolation: isolate;
    background:
        linear-gradient(180deg, rgba(5, 20, 38, 0.9), rgba(8, 29, 55, 0.88)),
        url("../images/service-sheets/industrial-project-support-services.jpg") center / cover no-repeat fixed !important;
}

.simple-services-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 50% 18%, rgba(37, 184, 238, 0.22), transparent 26%),
        linear-gradient(90deg, rgba(30, 134, 232, 0.12), rgba(229, 169, 40, 0.1));
    opacity: 1 !important;
}

.simple-services-section::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(8, 29, 55, 0.16);
}

.simple-services-section .simple-section-head h2 {
    color: #ffffff !important;
    text-shadow: 0 12px 34px rgba(0, 0, 0, 0.58) !important;
}

.simple-services-section .simple-service-image {
    filter: grayscale(0.45) contrast(1.18) brightness(0.72) saturate(1.1) !important;
}

.simple-services-section .simple-service-card:hover .simple-service-image {
    filter: grayscale(0.05) contrast(1.2) brightness(0.84) saturate(1.22) !important;
}

.profile-subdivision-card.reveal-card {
    will-change: transform, opacity;
}

.profile-subdivision-card.reveal-card.is-visible {
    transition: opacity 780ms ease, transform 780ms cubic-bezier(0.2, 0.85, 0.25, 1), box-shadow 260ms ease !important;
}

.service-mini-points li {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
}

.profile-subdivision-card.is-visible .service-mini-points li {
    animation: affcoBulletIn 620ms cubic-bezier(0.2, 0.85, 0.25, 1) forwards !important;
}

.profile-subdivision-card.is-visible .service-mini-points li:nth-child(2) {
    animation-delay: 120ms !important;
}

.profile-subdivision-card.is-visible .service-mini-points li:nth-child(3) {
    animation-delay: 240ms !important;
}

@keyframes affcoBulletIn {
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 782px) {
    .services-video-hero + .services-category-nav {
        top: 70px;
    }

    body.admin-bar .services-video-hero + .services-category-nav {
        top: 116px;
    }

    .services-category-nav .main-service-tabs {
        justify-content: flex-start;
    }

    .services-category-nav .main-service-tab {
        min-height: 50px !important;
        font-size: 12.5px !important;
    }

    .simple-services-section {
        background-attachment: scroll !important;
    }
}

@media (max-width: 640px) {
    .simple-services-section {
        padding: 64px 0 72px !important;
    }

    .simple-services-section .simple-section-head h2 {
        text-align: center;
        font-size: clamp(30px, 9vw, 42px);
    }

    .simple-services-section .simple-service-card {
        min-height: 220px;
    }
}

/* Core Services: luxury business-segment presentation. */
.simple-services-section {
    padding: 88px 0 100px !important;
    background:
        linear-gradient(180deg, rgba(6, 24, 44, 0.9), rgba(7, 39, 66, 0.9)),
        url("../images/service-sheets/mechanical-mechanical-fabrication-erection.jpg") center / cover no-repeat fixed !important;
}

.simple-services-section::before {
    background:
        linear-gradient(90deg, rgba(5, 18, 34, 0.72), rgba(16, 65, 94, 0.38), rgba(5, 18, 34, 0.74)),
        radial-gradient(circle at 50% 12%, rgba(37, 184, 238, 0.38), transparent 22%),
        rgba(2, 12, 24, 0.25);
}

.simple-services-section .simple-section-head {
    position: relative;
    max-width: 880px;
    margin-bottom: 42px;
    padding-top: 4px;
}

.simple-services-section .simple-section-head::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 50%;
    width: min(380px, 72vw);
    height: 46px;
    transform: translateX(-50%) skewX(18deg);
    background: linear-gradient(90deg, transparent, rgba(37, 184, 238, 0.36), transparent);
    filter: blur(0.2px);
}

.simple-services-section .simple-section-head h2 {
    position: relative;
    display: inline-block;
    max-width: 900px;
    padding: 0 22px;
    color: #ffffff !important;
    font-size: clamp(32px, 3.5vw, 50px);
    font-weight: 800;
    letter-spacing: 0;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.68), 0 0 28px rgba(37, 184, 238, 0.34);
}

.simple-services-section .simple-section-head h2::after {
    content: "";
    display: block;
    width: 88px;
    height: 3px;
    margin: 16px auto 0;
    background: linear-gradient(90deg, transparent, #25b8ee, #ffffff, #25b8ee, transparent);
    box-shadow: 0 0 18px rgba(37, 184, 238, 0.72);
}

.simple-services-section .simple-service-grid {
    max-width: 1180px;
    gap: 28px;
}

.simple-services-section .simple-service-card {
    min-height: 230px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0;
    box-shadow: 0 28px 58px rgba(0, 0, 0, 0.38);
}

.simple-services-section .simple-service-card::before {
    background:
        linear-gradient(180deg, rgba(3, 12, 24, 0.18), rgba(3, 12, 24, 0.82)),
        linear-gradient(135deg, rgba(0, 0, 0, 0.22), rgba(37, 184, 238, 0.12));
}

.simple-services-section .simple-service-card::after {
    left: 50%;
    right: auto;
    bottom: 45px;
    width: 58px;
    height: 2px;
    transform: translateX(-50%);
    background: #d8a62f;
    box-shadow: 0 0 18px rgba(216, 166, 47, 0.62);
}

.simple-services-section .simple-service-image {
    filter: grayscale(0.82) contrast(1.18) brightness(0.72);
}

.simple-services-section .simple-service-card:hover .simple-service-image {
    filter: grayscale(0.12) contrast(1.2) saturate(1.18) brightness(0.86);
}

.simple-services-section .simple-service-body {
    display: grid;
    place-items: center;
    min-height: 230px;
    padding: 28px 22px 60px;
}

.simple-services-section .simple-service-body strong {
    color: #25b8ee !important;
    font-size: clamp(24px, 2.2vw, 32px);
    font-weight: 800;
    text-align: center;
    text-shadow: 0 3px 16px rgba(0, 0, 0, 0.72), 0 0 18px rgba(37, 184, 238, 0.2);
}

.simple-services-section .simple-service-body em {
    display: none;
}

@media (max-width: 980px) {
    .simple-services-section {
        background-attachment: scroll !important;
    }
}

@media (max-width: 640px) {
    .simple-services-section {
        padding: 62px 0 70px !important;
    }

    .simple-services-section .simple-section-head {
        margin-bottom: 26px;
    }

    .simple-services-section .simple-service-grid {
        gap: 18px;
    }

    .simple-services-section .simple-service-card,
    .simple-services-section .simple-service-body {
        min-height: 190px;
    }
}

/* Home capability CTA and simplified About page. */
.capability-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    border: 1px solid rgba(37, 184, 238, 0.22);
    border-radius: 999px;
    padding: 14px 22px;
    color: #ffffff !important;
    background: linear-gradient(135deg, #25b8ee, #1e86e8);
    box-shadow: 0 14px 30px rgba(30, 134, 232, 0.24);
    font-weight: 900;
    text-decoration: none;
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.capability-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 42px rgba(30, 134, 232, 0.32);
}

.about-clean-hero {
    position: relative;
    overflow: hidden;
    min-height: 520px;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
}

.about-video-hero .container {
    position: relative;
    z-index: 2;
}

.about-hero-video,
.about-video-overlay {
    position: absolute;
    inset: 0;
}

.about-hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    filter: saturate(1.08) contrast(1.08);
}

.about-video-overlay {
    z-index: 1;
    background:
        linear-gradient(105deg, rgba(8, 29, 55, 0.9), rgba(8, 29, 55, 0.5) 58%, rgba(30, 134, 232, 0.2)),
        radial-gradient(circle at 18% 42%, rgba(37, 184, 238, 0.2), transparent 32%);
}

.about-clean-hero-copy {
    max-width: 760px;
    padding: 80px 0;
}

.about-clean-hero h1 {
    max-width: 760px;
    margin: 0 0 28px;
    color: #ffffff !important;
    font-size: clamp(42px, 5.8vw, 72px);
    line-height: 1.04;
    letter-spacing: 0;
    text-shadow: 0 12px 34px rgba(0, 0, 0, 0.38);
}

.about-what-do {
    position: relative;
    min-height: 300px;
    display: grid;
    place-items: center;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    isolation: isolate;
}

.about-what-do::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(8, 29, 55, 0.92), rgba(8, 29, 55, 0.54), rgba(8, 29, 55, 0.9)),
        radial-gradient(circle at 50% 50%, rgba(37, 184, 238, 0.34), transparent 38%);
}

.about-what-do::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background: inherit;
    background-position: center;
    background-size: cover;
    transform: scale(1.05);
    animation: aboutBandMotion 12s ease-in-out infinite alternate;
}

@keyframes aboutBandMotion {
    from {
        transform: scale(1.05) translateX(-10px);
    }
    to {
        transform: scale(1.12) translateX(10px);
    }
}

.about-what-link {
    display: grid;
    gap: 10px;
    place-items: center;
    color: #ffffff !important;
    text-align: center;
    text-decoration: none;
    transition: transform 220ms ease;
}

.about-what-link:hover {
    transform: translateY(-4px);
}

.about-what-link span {
    color: #ffffff;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 900;
    line-height: 1;
    text-shadow: 0 12px 34px rgba(0, 0, 0, 0.46);
}

.about-what-link strong {
    position: relative;
    border: 1px solid rgba(37, 184, 238, 0.45);
    border-radius: 999px;
    padding: 10px 18px;
    color: #ffffff;
    background: linear-gradient(135deg, #25b8ee, #1e86e8);
    box-shadow: 0 16px 32px rgba(30, 134, 232, 0.3);
    font-size: 22px;
    font-weight: 900;
}

.about-what-link strong::before {
    content: ">";
    margin-right: 10px;
    color: #ffffff;
    font-size: 28px;
    line-height: 0;
}

.about-vision-mission,
.about-values-clean,
.about-profile-download {
    background:
        radial-gradient(circle at 8% 10%, rgba(37, 184, 238, 0.08), transparent 30%),
        radial-gradient(circle at 92% 8%, rgba(30, 134, 232, 0.07), transparent 32%),
        #ffffff !important;
}

.about-vm-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
}

.about-vm-card {
    min-height: 360px;
    display: grid;
    place-items: center;
    align-content: center;
    border: 1px solid rgba(37, 184, 238, 0.16);
    border-radius: 6px;
    padding: 42px 44px;
    text-align: center;
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(8, 29, 55, 0.08);
}

.about-vm-card img {
    width: 112px;
    max-height: 112px;
    object-fit: contain;
    margin-bottom: 24px;
}

.about-vm-card:nth-child(2) img {
    width: 190px;
    max-height: 120px;
}

.about-vm-card h2 {
    margin: 0 0 18px;
    color: #000000 !important;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.1;
}

.about-vm-card p {
    max-width: 520px;
    margin: 0 auto;
    color: #111111 !important;
    font-size: 17px;
    line-height: 1.7;
}

.about-values-heading {
    display: grid;
    place-items: center;
    margin-bottom: 40px;
}

.about-values-heading h2 {
    margin: 0;
    padding: 6px 14px;
    color: #ffffff !important;
    background: linear-gradient(135deg, #1e86e8, #25b8ee);
    font-size: clamp(30px, 3.4vw, 44px);
    line-height: 1;
}

.about-value-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px 52px;
}

.about-value-card {
    position: relative;
    min-height: 210px;
    display: grid;
    place-items: center;
    align-content: center;
    padding: 28px;
    text-align: center;
    background: transparent;
    transition: transform 220ms ease;
}

.about-value-card:hover,
.about-value-card:focus {
    transform: translateY(-6px);
}

.about-value-icon {
    width: 86px;
    height: 86px;
    display: grid;
    place-items: center;
    margin-bottom: 16px;
    color: #25b8ee;
}

.about-value-icon svg {
    width: 86px;
    height: 86px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.about-value-card h3 {
    margin: 0;
    color: #000000 !important;
    font-size: 18px;
    font-weight: 900;
}

.about-value-card p {
    position: absolute;
    inset: auto 16px 12px;
    margin: 0;
    border-radius: 4px;
    padding: 12px;
    color: #ffffff !important;
    background: linear-gradient(135deg, rgba(30, 134, 232, 0.96), rgba(37, 184, 238, 0.96));
    font-size: 14px;
    line-height: 1.45;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 220ms ease, transform 220ms ease;
    box-shadow: 0 14px 30px rgba(8, 29, 55, 0.18);
}

.about-value-card:hover p,
.about-value-card:focus p {
    opacity: 1;
    transform: translateY(0);
}

.about-profile-download {
    padding: 32px 0 78px;
}

.about-download-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 26px;
    align-items: center;
    border: 1px solid rgba(37, 184, 238, 0.18);
    border-radius: 8px;
    padding: 30px;
    background: linear-gradient(135deg, rgba(37, 184, 238, 0.08), #ffffff 56%);
    box-shadow: 0 18px 44px rgba(8, 29, 55, 0.08);
}

.about-download-card h2 {
    margin: 0 0 8px;
    color: #000000 !important;
}

.about-download-card p {
    margin: 0;
    color: #222222 !important;
}

@media (max-width: 900px) {
    .about-vm-grid,
    .about-download-card {
        grid-template-columns: 1fr;
    }

    .about-value-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px;
    }
}

@media (max-width: 620px) {
    .about-clean-hero {
        min-height: 420px;
    }

    .about-clean-hero-copy {
        padding: 56px 0;
    }

    .about-what-do {
        min-height: 230px;
    }

    .about-vm-card {
        min-height: auto;
        padding: 32px 22px;
    }

    .about-value-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .about-value-card p {
        position: static;
        margin-top: 14px;
        opacity: 1;
        transform: none;
    }
}

/* About page: Who We Are and Why AFFCO Gulf profile-style sections. */
.about-who-modern {
    background:
        radial-gradient(circle at 92% 12%, rgba(37, 184, 238, 0.1), transparent 30%),
        linear-gradient(180deg, #ffffff, #f8fcff) !important;
}

.about-who-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(420px, 0.9fr);
    gap: clamp(36px, 5vw, 72px);
    align-items: center;
}

.about-section-tag {
    display: inline-flex;
    margin-bottom: 14px;
    border-radius: 4px;
    padding: 8px 13px;
    color: #000000;
    background: linear-gradient(135deg, #f5b233, #d8a62f);
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.about-who-copy h2,
.about-why-intro h2 {
    max-width: 760px;
    margin: 0 0 30px;
    color: #000000 !important;
    font-size: clamp(36px, 4.6vw, 62px);
    line-height: 1.08;
    letter-spacing: 0;
}

.about-who-copy h2 {
    color: #25b8ee !important;
}

.about-who-timeline {
    position: relative;
    display: grid;
    gap: 22px;
    padding-left: 62px;
}

.about-who-timeline::before {
    content: "";
    position: absolute;
    left: 26px;
    top: 10px;
    bottom: 10px;
    width: 3px;
    background: linear-gradient(180deg, #1e86e8, #d8a62f, #1e86e8);
}

.about-who-point {
    position: relative;
    border: 1px solid rgba(30, 134, 232, 0.16);
    border-radius: 8px;
    padding: 22px 26px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 38px rgba(8, 29, 55, 0.08);
}

.about-who-point span {
    position: absolute;
    left: -58px;
    top: 50%;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    transform: translateY(-50%);
    border: 4px solid #ffffff;
    border-radius: 999px;
    color: #ffffff;
    background: #1e86e8;
    box-shadow: 0 12px 24px rgba(30, 134, 232, 0.22);
    font-size: 12px;
    font-weight: 900;
}

.about-who-point:nth-child(2) span {
    background: #25b8ee;
}

.about-who-point:nth-child(3) span {
    background: #416ab8;
}

.about-who-point p {
    margin: 0;
    color: #222222 !important;
    font-size: 17px;
    line-height: 1.68;
}

.about-who-visual {
    position: relative;
    min-height: 520px;
}

.about-who-photo {
    position: absolute;
    margin: 0;
    border-radius: 8px;
    background-position: center;
    background-size: cover;
    box-shadow: 0 28px 66px rgba(8, 29, 55, 0.2);
}

.about-who-photo.main {
    top: 0;
    right: 0;
    width: 82%;
    height: 360px;
    animation: aboutImageLift 8s ease-in-out infinite alternate;
}

.about-who-photo.floating {
    left: 0;
    bottom: 0;
    width: 78%;
    height: 300px;
    border: 8px solid #ffffff;
    animation: aboutImageLift 8s ease-in-out 1.2s infinite alternate;
}

@keyframes aboutImageLift {
    from {
        transform: translateY(0) scale(1);
    }
    to {
        transform: translateY(-10px) scale(1.015);
    }
}

.about-why-affco {
    background: #ffffff !important;
}

.about-why-intro {
    position: relative;
    margin-bottom: 36px;
    padding: 34px 36px;
    color: #000000;
    background: linear-gradient(135deg, #f7a023, #f5b233);
    overflow: hidden;
}

.about-why-intro::before {
    content: "";
    position: absolute;
    top: 0;
    right: 35%;
    width: 260px;
    height: 70px;
    transform: skewX(-36deg) translateY(-52px);
    background: #416ab8;
}

.about-why-intro .about-section-tag {
    color: #ffffff;
    background: #1e86e8;
}

.about-why-intro h2 {
    max-width: 980px;
    margin-bottom: 12px;
    font-size: clamp(26px, 3vw, 42px);
}

.about-why-intro p {
    max-width: 1180px;
    margin: 0;
    color: #000000 !important;
    font-size: 17px;
    line-height: 1.65;
}

.about-why-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
}

.about-why-card {
    position: relative;
    min-height: 230px;
    display: grid;
    place-items: center;
    align-content: center;
    padding: 28px 16px 24px;
    text-align: center;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(8, 29, 55, 0.08);
    overflow: hidden;
    transition: transform 240ms ease, box-shadow 240ms ease;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
}

.about-why-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #082444, #1e86e8);
    opacity: 0;
    transition: opacity 240ms ease;
}

.about-why-card:hover,
.about-why-card:focus {
    transform: translateY(-8px);
    box-shadow: 0 24px 56px rgba(8, 29, 55, 0.16);
}

.about-why-card:hover::before,
.about-why-card:focus::before {
    opacity: 1;
}

.about-why-card:nth-child(2n)::before {
    background: linear-gradient(135deg, #f5b233, #d97706);
}

.about-why-card:nth-child(3n)::before {
    background: linear-gradient(135deg, #082444, #19a983);
}

.about-why-icon,
.about-why-card h3,
.about-why-card p {
    position: relative;
    z-index: 1;
}

.about-why-icon {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    margin-bottom: 14px;
    border: 5px solid #ffffff;
    border-radius: 999px;
    color: #ffffff;
    background: #082444;
    box-shadow: 0 0 0 6px rgba(30, 134, 232, 0.1), 0 12px 24px rgba(8, 29, 55, 0.12);
    transition: transform 220ms ease, background 220ms ease, color 220ms ease;
}

.about-why-icon svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.about-why-card:nth-child(2n) .about-why-icon {
    background: #f7a023;
}

.about-why-card h3 {
    margin: 0;
    color: #000000 !important;
    font-size: 15px;
    line-height: 1.12;
    font-weight: 900;
    text-transform: uppercase;
    transition: transform 220ms ease, color 220ms ease;
}

.about-why-card p {
    max-width: 170px;
    margin: 12px auto 0;
    color: #ffffff !important;
    font-size: 12.5px;
    line-height: 1.42;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 220ms ease, transform 220ms ease;
}

.about-why-card:hover .about-why-icon,
.about-why-card:focus .about-why-icon {
    transform: translateY(-6px) scale(0.92);
}

.about-why-card:hover h3,
.about-why-card:focus h3 {
    transform: translateY(-4px);
}

.about-why-card:hover h3,
.about-why-card:focus h3,
.about-why-card:hover .about-why-icon,
.about-why-card:focus .about-why-icon {
    color: #ffffff !important;
}

.about-why-card:hover p,
.about-why-card:focus p {
    opacity: 1;
    transform: translateY(0);
}

.about-who-point.reveal-card,
.about-why-card.reveal-card {
    transform: translateY(34px) scale(0.98);
}

.about-who-point.reveal-card.is-visible,
.about-why-card.reveal-card.is-visible {
    transform: translateY(0) scale(1);
    transition-duration: 720ms;
}

@media (max-width: 1120px) {
    .about-why-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .about-who-grid {
        grid-template-columns: 1fr;
    }

    .about-who-visual {
        min-height: 440px;
    }
}

@media (max-width: 640px) {
    .about-who-copy h2 {
        font-size: clamp(34px, 10vw, 46px);
    }

    .about-who-timeline {
        padding-left: 50px;
    }

    .about-who-point {
        padding: 18px;
    }

    .about-who-point span {
        left: -50px;
    }

    .about-who-visual {
        min-height: 380px;
    }

    .about-who-photo.main,
    .about-who-photo.floating {
        width: 86%;
        height: 240px;
    }

    .about-why-intro {
        padding: 26px 20px;
    }

    .about-why-grid {
        grid-template-columns: 1fr;
    }

    .about-why-card p {
        position: static;
        margin-top: 12px;
        color: #222222 !important;
        opacity: 1;
        transform: none;
    }

    .about-why-card:hover p,
    .about-why-card:focus p {
        color: #ffffff !important;
    }
}

/* Services page: video hero, isolated tabs and animated subdivisions. */
.services-video-hero {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #ffffff;
    background: #081d37;
}

.services-hero-video,
.services-video-overlay {
    position: absolute;
    inset: 0;
}

.services-hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    filter: saturate(1.08) contrast(1.08);
}

.services-video-overlay {
    z-index: 1;
    background:
        linear-gradient(100deg, rgba(8, 29, 55, 0.9), rgba(8, 29, 55, 0.6) 58%, rgba(30, 134, 232, 0.24)),
        radial-gradient(circle at 22% 50%, rgba(37, 184, 238, 0.18), transparent 34%);
}

.services-video-copy {
    position: relative;
    z-index: 2;
    max-width: 980px;
}

.services-video-copy h1 {
    margin: 0 0 24px;
    color: #ffffff !important;
    font-size: clamp(52px, 8vw, 104px);
    line-height: 0.96;
    letter-spacing: 0;
    text-shadow: 0 18px 44px rgba(0, 0, 0, 0.42);
}

.services-video-copy p {
    max-width: 900px;
    margin: 0;
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: clamp(18px, 1.7vw, 25px);
    line-height: 1.58;
}

.services-clean-tabs {
    background:
        radial-gradient(circle at 10% 0, rgba(37, 184, 238, 0.08), transparent 30%),
        #ffffff !important;
}

.services-clean-tabs .main-service-tabs {
    position: sticky;
    top: 88px;
    z-index: 8;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 34px;
    border: 1px solid rgba(30, 134, 232, 0.12);
    border-radius: 10px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 44px rgba(8, 29, 55, 0.08);
    backdrop-filter: blur(12px);
}

.services-clean-tabs .main-service-tab {
    cursor: pointer;
    border: 1px solid rgba(30, 134, 232, 0.18);
    border-radius: 8px;
    padding: 16px 12px;
    color: #000000;
    background: #ffffff;
    font: inherit;
    font-size: 16px;
    font-weight: 900;
    transition: transform 200ms ease, color 200ms ease, background 200ms ease, box-shadow 200ms ease;
}

.services-clean-tabs .main-service-tab:hover,
.services-clean-tabs .main-service-tab.is-active {
    color: #ffffff;
    background: linear-gradient(135deg, #1e86e8, #082444);
    box-shadow: 0 14px 28px rgba(30, 134, 232, 0.22);
    transform: translateY(-2px);
}

.services-clean-tabs .main-service-panel {
    display: none !important;
}

.services-clean-tabs .main-service-panel.is-active {
    display: block !important;
    animation: serviceFade 360ms ease both;
}

.profile-service-intro {
    display: grid;
    grid-template-columns: minmax(380px, 0.95fr) minmax(0, 1.05fr);
    align-items: stretch;
    overflow: hidden;
    border: 1px solid rgba(30, 134, 232, 0.14);
    border-radius: 0;
    background: #8094a0;
    box-shadow: 0 24px 58px rgba(8, 29, 55, 0.1);
}

.profile-service-intro .selected-service-image {
    min-height: 410px;
    display: block;
    background-position: center;
    background-size: cover;
    filter: saturate(0.9) contrast(1.05);
}

.profile-service-intro > div {
    display: grid;
    align-content: center;
    padding: clamp(34px, 5vw, 62px);
    color: #ffffff;
    background: rgba(8, 29, 55, 0.28);
}

.profile-service-intro h2 {
    margin: 0 0 18px;
    color: #ffffff !important;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.04;
}

.profile-service-intro p {
    max-width: 760px;
    margin: 0;
    color: #ffffff !important;
    font-size: 18px;
    line-height: 1.62;
}

.profile-subdivision-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 34px;
}

.profile-subdivision-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(30, 134, 232, 0.14);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(8, 29, 55, 0.08);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.profile-subdivision-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 58px rgba(8, 29, 55, 0.16);
}

.profile-subdivision-card .service-detail-thumb {
    min-height: 230px;
    display: block;
    background-position: center;
    background-size: cover;
    transition: transform 500ms ease, filter 500ms ease;
}

.profile-subdivision-card:hover .service-detail-thumb {
    transform: scale(1.07);
    filter: saturate(1.15) contrast(1.08);
}

.profile-subdivision-card .service-detail-copy {
    position: relative;
    z-index: 2;
    padding: 24px;
}

.profile-subdivision-card h3 {
    margin: 0 0 10px;
    color: #000000 !important;
    font-size: 23px;
    line-height: 1.15;
}

.profile-subdivision-card p {
    margin: 0;
    color: #222222 !important;
    font-size: 15.5px;
    line-height: 1.6;
}

.profile-subdivision-card::after {
    content: "";
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, #25b8ee, #d8a62f, rgba(216, 166, 47, 0));
}

.profile-subdivision-card.reveal-card.reveal-from-left {
    transform: translateX(-52px);
}

.profile-subdivision-card.reveal-card.reveal-from-right {
    transform: translateX(52px);
}

.profile-subdivision-card.reveal-card.reveal-from-top {
    transform: translateY(-52px);
}

.profile-subdivision-card.reveal-card.reveal-from-bottom {
    transform: translateY(52px);
}

.profile-subdivision-card.reveal-card.is-visible {
    transform: translate(0, 0);
    transition: opacity 720ms ease, transform 720ms ease, box-shadow 220ms ease;
}

.profile-subdivision-card.reveal-card.is-visible:hover {
    transform: translateY(-8px);
}

@media (max-width: 1080px) {
    .profile-subdivision-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .services-clean-tabs .main-service-tabs {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .profile-service-intro {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .services-video-hero {
        min-height: 560px;
    }

    .services-video-copy h1 {
        font-size: clamp(42px, 15vw, 64px);
    }

    .services-video-copy p {
        font-size: 17px;
    }

    .services-clean-tabs .main-service-tabs,
    .profile-subdivision-list {
        grid-template-columns: 1fr;
    }

    .profile-service-intro .selected-service-image,
    .profile-subdivision-card .service-detail-thumb {
        min-height: 230px;
    }
}

/* Final refinements: sticky navigation, about anchors, service bullets and compact footer */
html {
    scroll-padding-top: 142px;
}

.site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
    background: rgba(8, 29, 55, 0.97) !important;
    backdrop-filter: blur(16px);
    box-shadow: 0 12px 34px rgba(8, 29, 55, 0.16);
}

body.admin-bar .site-header {
    top: 32px !important;
}

.about-section-nav {
    position: sticky;
    top: 78px;
    z-index: 110;
    background: rgba(8, 29, 55, 0.94);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(14px);
}

body.admin-bar .about-section-nav {
    top: 110px;
}

.about-section-nav-inner {
    display: flex;
    justify-content: center;
    gap: clamp(10px, 2.2vw, 28px);
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
}

.about-section-nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 52px;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-decoration: none;
}

.about-section-nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #22b7f3, #1e86e8, #e5a928);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 220ms ease;
}

.about-section-nav a:hover::after,
.about-section-nav a:focus-visible::after {
    transform: scaleX(1);
}

.gas-industries-section {
    position: relative;
    overflow: hidden;
}

.gas-industries-section::before {
    content: "";
    position: absolute;
    right: max(0px, calc((100vw - 1180px) / 2 - 80px));
    bottom: -34px;
    width: min(430px, 36vw);
    height: 94%;
    background: url("../images/industry-tower.png") center bottom / contain no-repeat;
    opacity: 0.15;
    filter: saturate(0.86) contrast(1.05);
    pointer-events: none;
}

.gas-industries-section .container {
    position: relative;
    z-index: 1;
}

.profile-service-intro {
    background:
        linear-gradient(115deg, rgba(30, 134, 232, 0.94) 0%, rgba(9, 47, 89, 0.93) 46%, rgba(229, 169, 40, 0.82) 100%) !important;
    box-shadow: 0 26px 70px rgba(8, 29, 55, 0.16);
}

.profile-service-intro > div {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02)),
        rgba(8, 29, 55, 0.1);
}

.service-mini-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px 14px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.service-mini-points li {
    position: relative;
    min-height: 30px;
    padding: 0 0 8px 28px;
    color: #111111 !important;
    font-size: 13.5px;
    font-weight: 800;
    line-height: 1.35;
    opacity: 0;
    transform: translateY(10px);
}

.service-mini-points li::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 999px;
    background: #1e86e8;
    box-shadow: 0 0 0 5px rgba(30, 134, 232, 0.14);
}

.service-mini-points li::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 28px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--point-color, #1e86e8), rgba(30, 134, 232, 0));
}

.service-mini-points li:nth-child(2n) {
    --point-color: #e5a928;
}

.service-mini-points li:nth-child(3n) {
    --point-color: #23b99a;
}

.service-mini-points li:nth-child(2n)::before {
    background: #e5a928;
    box-shadow: 0 0 0 5px rgba(229, 169, 40, 0.16);
}

.service-mini-points li:nth-child(3n)::before {
    background: #23b99a;
    box-shadow: 0 0 0 5px rgba(35, 185, 154, 0.16);
}

.profile-subdivision-card.is-visible .service-mini-points li {
    animation: affcoBulletIn 520ms ease forwards;
}

.profile-subdivision-card.is-visible .service-mini-points li:nth-child(2) {
    animation-delay: 90ms;
}

.profile-subdivision-card.is-visible .service-mini-points li:nth-child(3) {
    animation-delay: 180ms;
}

@keyframes affcoBulletIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.simple-cta {
    padding: 38px 0 !important;
    background:
        linear-gradient(135deg, rgba(8, 29, 55, 0.94), rgba(18, 74, 128, 0.88)),
        url("../images/service-sheets/construction-industrial-plant-construction.jpg") center / cover no-repeat !important;
}

.simple-cta h2 {
    font-size: clamp(26px, 3vw, 42px) !important;
}

.simple-cta p {
    max-width: 640px;
}

.site-footer {
    padding: 34px 0 16px !important;
    background:
        linear-gradient(135deg, rgba(8, 29, 55, 0.98), rgba(15, 51, 90, 0.96)),
        radial-gradient(circle at 84% 10%, rgba(30, 134, 232, 0.28), transparent 34%) !important;
}

.footer-grid {
    gap: 30px !important;
    padding-bottom: 22px !important;
}

.site-footer .brand-logo {
    width: 52px !important;
    height: 52px !important;
}

.site-footer p,
.site-footer li {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
}

.footer-bottom {
    padding-top: 16px !important;
}

@media (max-width: 782px) {
    html {
        scroll-padding-top: 156px;
    }

    body.admin-bar .site-header {
        top: 46px !important;
    }

    .about-section-nav {
        top: 70px;
    }

    body.admin-bar .about-section-nav {
        top: 116px;
    }

    .about-section-nav-inner {
        justify-content: flex-start;
        padding: 0 18px;
    }

    .gas-industries-section::before {
        right: -90px;
        width: 300px;
        opacity: 0.1;
    }

    .service-mini-points {
        grid-template-columns: 1fr;
    }

    .simple-cta-inner {
        gap: 18px !important;
    }
}

/* Client revision: lighter bullets, fixed global header, premium service areas */
body {
    padding-top: 82px;
}

body.admin-bar {
    padding-top: 114px;
}

.site-header {
    position: fixed !important;
    right: 0 !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 99999 !important;
}

body.admin-bar .site-header {
    top: 32px !important;
}

.about-section-nav {
    top: 82px !important;
}

body.admin-bar .about-section-nav {
    top: 114px !important;
}

.services-clean-tabs .main-service-tabs {
    position: sticky !important;
    top: 82px !important;
    z-index: 108 !important;
    display: flex !important;
    justify-content: center;
    gap: clamp(12px, 2.4vw, 34px) !important;
    margin: 0 0 42px !important;
    padding: 0 18px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: rgba(8, 29, 55, 0.94) !important;
    box-shadow: 0 18px 34px rgba(8, 29, 55, 0.16);
    backdrop-filter: blur(14px);
    overflow-x: auto;
    white-space: nowrap;
}

body.admin-bar .services-clean-tabs .main-service-tabs {
    top: 114px !important;
}

.services-clean-tabs .main-service-tab {
    position: relative;
    width: auto !important;
    min-width: auto !important;
    min-height: 54px !important;
    padding: 0 2px !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #ffffff !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: 0.02em;
}

.services-clean-tabs .main-service-tab::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #22b7f3, #1e86e8, #e5a928);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 220ms ease;
}

.services-clean-tabs .main-service-tab:hover::after,
.services-clean-tabs .main-service-tab.is-active::after {
    transform: scaleX(1);
}

.services-clean-tabs .main-service-tab.is-active {
    color: #25b8ee !important;
}

.service-mini-points {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
}

.service-mini-points li {
    min-height: 34px !important;
    padding: 9px 12px 9px 32px !important;
    border: 1px solid rgba(30, 134, 232, 0.12);
    border-radius: 0 !important;
    background: #eaf8ff !important;
    color: #111111 !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
}

.service-mini-points li:nth-child(2n) {
    background: #c8f0ff !important;
    border-color: rgba(30, 134, 232, 0.2);
}

.service-mini-points li:nth-child(3n) {
    background: #eef7ff !important;
}

.service-mini-points li::before {
    top: 12px !important;
    left: 13px !important;
    width: 8px !important;
    height: 8px !important;
    box-shadow: none !important;
}

.service-mini-points li::after {
    display: none !important;
}

.about-what-do {
    min-height: 260px !important;
    background:
        linear-gradient(90deg, rgba(8, 29, 55, 0.86), rgba(8, 29, 55, 0.56)),
        url("../images/service-sheets/mechanical-piping-services.jpg") center / cover no-repeat !important;
}

.about-what-do::before,
.about-what-do::after {
    display: none !important;
}

.about-what-link {
    padding: 28px 44px !important;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(8, 29, 55, 0.34);
    backdrop-filter: blur(10px);
    box-shadow: 0 24px 54px rgba(8, 29, 55, 0.25);
}

.about-what-link span {
    color: #ffffff !important;
    text-shadow: 0 8px 28px rgba(0, 0, 0, 0.45) !important;
}

.about-what-link strong {
    color: #ffffff !important;
    background: linear-gradient(135deg, #25b8ee, #1e86e8);
    box-shadow: 0 16px 34px rgba(30, 134, 232, 0.28);
}

.about-value-card {
    min-height: 190px !important;
    border: 1px solid rgba(30, 134, 232, 0.18) !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.78) !important;
    box-shadow: 0 18px 44px rgba(8, 29, 55, 0.06);
}

.about-value-card:hover,
.about-value-card:focus {
    border-color: rgba(37, 184, 238, 0.48) !important;
    box-shadow: 0 24px 54px rgba(30, 134, 232, 0.14);
}

.about-value-card p {
    right: 12px !important;
    bottom: 10px !important;
    left: 12px !important;
    background: #25b8ee !important;
    color: #ffffff !important;
    box-shadow: 0 16px 34px rgba(37, 184, 238, 0.22);
}

.simple-services-section {
    background:
        linear-gradient(180deg, rgba(8, 29, 55, 0.9), rgba(8, 29, 55, 0.82)),
        url("../images/service-sheets/mechanical-mechanical-construction-installation.jpg") center / cover no-repeat fixed !important;
}

.simple-services-section .simple-section-head h2 {
    display: inline-block;
    padding: 0 24px 12px;
    color: #ffffff !important;
    text-shadow: 0 12px 34px rgba(0, 0, 0, 0.5);
}

.simple-services-section .simple-section-head h2::after {
    content: "";
    display: block;
    width: 108px;
    height: 5px;
    margin: 18px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, #25b8ee, #e5a928, transparent);
    box-shadow: 0 0 22px rgba(37, 184, 238, 0.65);
}

.simple-services-section .simple-service-card {
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.24) !important;
}

.simple-services-section .simple-service-card::before {
    background: linear-gradient(180deg, rgba(8, 29, 55, 0.42), rgba(8, 29, 55, 0.82)) !important;
}

.simple-services-section .simple-service-body strong {
    color: #25b8ee !important;
    text-shadow: 0 6px 24px rgba(0, 0, 0, 0.58) !important;
}

@media (max-width: 782px) {
    body {
        padding-top: 70px;
    }

    body.admin-bar {
        padding-top: 116px;
    }

    body.admin-bar .site-header {
        top: 46px !important;
    }

    .about-section-nav {
        top: 70px !important;
    }

    body.admin-bar .about-section-nav {
        top: 116px !important;
    }

    .services-clean-tabs .main-service-tabs {
        top: 70px !important;
        justify-content: flex-start;
    }

    body.admin-bar .services-clean-tabs .main-service-tabs {
        top: 116px !important;
    }

    .service-mini-points {
        grid-template-columns: 1fr !important;
    }

    .about-what-link {
        width: calc(100% - 36px);
        padding: 24px !important;
    }

    .simple-services-section {
        background-attachment: scroll !important;
    }
}

/* Final cascade lock: service nav under hero and premium home service block */
.services-video-hero + .services-category-nav {
    position: sticky !important;
    top: 82px !important;
    z-index: 9998 !important;
    margin: 0 !important;
    background: rgba(8, 29, 55, 0.96) !important;
    box-shadow: 0 18px 38px rgba(8, 29, 55, 0.18) !important;
    backdrop-filter: blur(14px);
}

body.admin-bar .services-video-hero + .services-category-nav {
    top: 114px !important;
}

.services-category-nav .main-service-tabs {
    position: relative !important;
    top: auto !important;
    z-index: auto !important;
    display: flex !important;
    justify-content: center !important;
    gap: clamp(18px, 4vw, 56px) !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow-x: auto;
    white-space: nowrap;
}

.services-category-nav .main-service-tab {
    min-height: 54px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #ffffff !important;
    font-size: 13px !important;
}

.services-clean-tabs > .container > .main-service-tabs {
    display: none !important;
}

.simple-services-section {
    background:
        linear-gradient(180deg, rgba(5, 20, 38, 0.9), rgba(8, 29, 55, 0.88)),
        url("../images/service-sheets/industrial-project-support-services.jpg") center / cover no-repeat fixed !important;
}

.simple-services-section::before {
    background:
        radial-gradient(circle at 50% 18%, rgba(37, 184, 238, 0.22), transparent 26%),
        linear-gradient(90deg, rgba(30, 134, 232, 0.12), rgba(229, 169, 40, 0.1)) !important;
}

@media (max-width: 782px) {
    .services-video-hero + .services-category-nav {
        top: 70px !important;
    }

    body.admin-bar .services-video-hero + .services-category-nav {
        top: 116px !important;
    }

    .services-category-nav .main-service-tabs {
        justify-content: flex-start !important;
    }

    .simple-services-section {
        background-attachment: scroll !important;
    }
}

/* Final client layout: locked secondary navs and clean service detail rows */
.site-header {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 100000 !important;
}

body.admin-bar .site-header {
    top: 32px !important;
}

.about-section-nav,
.services-video-hero + .services-category-nav {
    position: sticky !important;
    top: 82px !important;
    z-index: 9999 !important;
    background: rgba(8, 29, 55, 0.98) !important;
    box-shadow: 0 18px 38px rgba(8, 29, 55, 0.18) !important;
    backdrop-filter: blur(14px);
}

body.admin-bar .about-section-nav,
body.admin-bar .services-video-hero + .services-category-nav {
    top: 114px !important;
}

.services-tabs-section {
    padding-top: 56px !important;
}

.profile-subdivision-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 44px !important;
}

.profile-subdivision-card {
    display: grid !important;
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr) !important;
    align-items: center !important;
    gap: clamp(24px, 4vw, 56px) !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.profile-subdivision-card:nth-child(even) {
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr) !important;
}

.profile-subdivision-card:nth-child(even) .service-detail-thumb {
    order: 2;
}

.profile-subdivision-card:nth-child(even) .service-detail-copy {
    order: 1;
}

.profile-subdivision-card:hover,
.profile-subdivision-card.reveal-card.is-visible:hover {
    transform: translateY(-4px) !important;
    box-shadow: none !important;
}

.profile-subdivision-card::after,
.profile-subdivision-card::before {
    display: none !important;
}

.profile-subdivision-card .service-detail-thumb {
    min-height: 340px !important;
    border-radius: 0 !important;
    background-size: cover !important;
    background-position: center !important;
    box-shadow: 0 26px 64px rgba(8, 29, 55, 0.18);
}

.profile-subdivision-card .service-detail-copy {
    padding: 0 !important;
    background: transparent !important;
}

.profile-subdivision-card h3 {
    max-width: 680px;
    margin-bottom: 14px !important;
    color: #000000 !important;
    font-size: clamp(30px, 3.2vw, 48px) !important;
    line-height: 1.04 !important;
}

.profile-subdivision-card p {
    max-width: 760px;
    color: #1f2937 !important;
    font-size: clamp(16px, 1.35vw, 20px) !important;
    font-weight: 600;
    line-height: 1.55 !important;
}

.service-mini-points {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin-top: 22px !important;
}

.service-mini-points li {
    min-height: auto !important;
    padding: 12px 16px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #eef9ff !important;
    color: #111111 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    opacity: 0;
    transform: translateY(16px);
}

.service-mini-points li:nth-child(2n) {
    background: #bfeeff !important;
}

.service-mini-points li:nth-child(3n) {
    background: #e4f6ff !important;
}

.service-mini-points li::before,
.service-mini-points li::after {
    display: none !important;
}

.profile-subdivision-card.is-visible .service-mini-points li {
    animation: affcoBulletIn 640ms cubic-bezier(0.2, 0.85, 0.25, 1) forwards !important;
}

.simple-services-section {
    background:
        linear-gradient(135deg, rgba(4, 18, 35, 0.94), rgba(8, 46, 82, 0.86)),
        radial-gradient(circle at 50% 12%, rgba(37, 184, 238, 0.28), transparent 28%),
        url("../images/service-sheets/construction-industrial-plant-construction.jpg") center / cover no-repeat fixed !important;
}

.simple-services-section .simple-service-card {
    border: 0 !important;
}

.simple-services-section .simple-service-image {
    filter: grayscale(0.08) contrast(1.15) brightness(0.74) saturate(1.16) !important;
}

.contact-hero .eyebrow,
.contact-hero .hero-grid > div:first-child > p {
    display: none !important;
}

@media (max-width: 782px) {
    body.admin-bar .site-header {
        top: 46px !important;
    }

    .about-section-nav,
    .services-video-hero + .services-category-nav {
        top: 70px !important;
    }

    body.admin-bar .about-section-nav,
    body.admin-bar .services-video-hero + .services-category-nav {
        top: 116px !important;
    }

    .profile-subdivision-card,
    .profile-subdivision-card:nth-child(even) {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .profile-subdivision-card:nth-child(even) .service-detail-thumb,
    .profile-subdivision-card:nth-child(even) .service-detail-copy {
        order: initial;
    }

    .profile-subdivision-card .service-detail-thumb {
        min-height: 240px !important;
    }

    .service-mini-points {
        grid-template-columns: 1fr !important;
    }

    .simple-services-section {
        background-attachment: scroll !important;
    }
}
/* EOF override: final locked tabs and realistic service rows */
.about-section-nav,
.services-video-hero + .services-category-nav {
    position: fixed !important;
    right: 0 !important;
    left: 0 !important;
    top: 82px !important;
    z-index: 99990 !important;
    background: rgba(8, 29, 55, 0.98) !important;
    box-shadow: 0 18px 38px rgba(8, 29, 55, 0.18) !important;
    backdrop-filter: blur(14px);
}

body.admin-bar .about-section-nav,
body.admin-bar .services-video-hero + .services-category-nav {
    top: 114px !important;
}

.about-section-nav + .about-who-modern,
.services-category-nav + .services-tabs-section {
    padding-top: 118px !important;
}

.profile-subdivision-list {
    grid-template-columns: 1fr !important;
    gap: clamp(46px, 6vw, 78px) !important;
}

.profile-subdivision-card,
.profile-subdivision-card:nth-child(even) {
    display: grid !important;
    grid-template-columns: minmax(340px, 0.92fr) minmax(0, 1.08fr) !important;
    align-items: center !important;
    gap: clamp(34px, 5vw, 70px) !important;
    padding: clamp(18px, 2.5vw, 30px) 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.profile-subdivision-card:nth-child(even) .service-detail-thumb,
.profile-subdivision-card:nth-child(even) .service-detail-copy {
    order: initial !important;
}

.profile-subdivision-card .service-detail-thumb {
    min-height: clamp(260px, 28vw, 390px) !important;
    border-radius: 2px !important;
    box-shadow: 0 28px 70px rgba(8, 29, 55, 0.18) !important;
}

.profile-subdivision-card .service-detail-copy {
    position: relative;
    padding-left: clamp(18px, 2vw, 28px) !important;
    background: transparent !important;
}

.profile-subdivision-card .service-detail-copy::before {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 0;
    width: 4px;
    background: linear-gradient(180deg, #1e86e8, #e5a928, rgba(229, 169, 40, 0));
}

.profile-subdivision-card h3 {
    color: #06172a !important;
    font-size: clamp(28px, 3vw, 44px) !important;
    letter-spacing: 0 !important;
}

.profile-subdivision-card p {
    color: #1b2b3f !important;
    font-size: clamp(16px, 1.2vw, 19px) !important;
    font-weight: 500 !important;
    line-height: 1.65 !important;
}

.service-mini-points {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px 18px !important;
    margin-top: 24px !important;
}

.service-mini-points li {
    padding: 0 0 10px 18px !important;
    border: 0 !important;
    background: transparent !important;
    color: #06172a !important;
    font-size: 14px !important;
    font-weight: 800 !important;
}

.service-mini-points li::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    top: 9px !important;
    left: 0 !important;
    width: 10px !important;
    height: 2px !important;
    background: #1e86e8 !important;
    box-shadow: none !important;
}

.service-mini-points li::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 18px !important;
    height: 2px !important;
    background: linear-gradient(90deg, rgba(30, 134, 232, 0.62), rgba(30, 134, 232, 0)) !important;
}

.service-mini-points li:nth-child(2n)::before {
    background: #25b8ee !important;
}

.service-mini-points li:nth-child(2n)::after {
    background: linear-gradient(90deg, rgba(37, 184, 238, 0.64), rgba(37, 184, 238, 0)) !important;
}

.service-mini-points li:nth-child(3n)::before {
    background: #e5a928 !important;
}

.service-mini-points li:nth-child(3n)::after {
    background: linear-gradient(90deg, rgba(229, 169, 40, 0.72), rgba(229, 169, 40, 0)) !important;
}

.site-footer .footer-grid > div:nth-child(3) p:first-of-type {
    max-width: 330px;
}

@media (max-width: 782px) {
    .about-section-nav,
    .services-video-hero + .services-category-nav {
        top: 70px !important;
    }

    body.admin-bar .about-section-nav,
    body.admin-bar .services-video-hero + .services-category-nav {
        top: 116px !important;
    }

    .about-section-nav + .about-who-modern,
    .services-category-nav + .services-tabs-section {
        padding-top: 98px !important;
    }

    .profile-subdivision-card,
    .profile-subdivision-card:nth-child(even) {
        grid-template-columns: 1fr !important;
        gap: 22px !important;
    }

    .service-mini-points {
        grid-template-columns: 1fr !important;
    }
}

/* EOF mobile edge safety: prevent cut-off content on narrow screens */
@media (max-width: 782px) {
    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden !important;
    }

    .container,
    .nav-shell,
    .footer-grid,
    .footer-bottom,
    .simple-cta-inner,
    .about-section-nav-inner,
    .services-category-nav .main-service-tabs {
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 18px !important;
        padding-left: 18px !important;
        margin-right: auto !important;
        margin-left: auto !important;
        box-sizing: border-box !important;
    }

    .site-header {
        width: 100% !important;
        overflow: visible !important;
    }

    .nav-shell {
        min-height: 72px;
        gap: 12px;
    }

    .brand,
    .brand span:last-child {
        min-width: 0;
    }

    .brand strong,
    .brand small,
    .site-footer p,
    .site-footer a,
    .site-footer li,
    .footer-bottom p {
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .site-footer {
        padding: 34px 0 20px !important;
        overflow: hidden;
    }

    .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 26px !important;
    }

    .footer-bottom {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 16px !important;
        text-align: left !important;
    }

    .developer-credit {
        justify-content: flex-start !important;
    }

    main,
    section,
    footer {
        max-width: 100vw;
    }
}
