.template-construction {
    --construction-navy: #0b1d33;
    --construction-deep: #071426;
    --construction-amber: #f5a623;
    --construction-paper: #f4f6f8;
    --construction-line: #dfe4ea;
    --construction-muted: #647083;
    color: var(--construction-navy);
}

.template-construction .site-nav {
    position: sticky;
    z-index: 40;
    top: 0;
    width: 100%;
    max-width: none;
    min-height: 78px;
    margin: 0;
    padding-right: max(24px,calc((100% - 1180px)/2));
    padding-left: max(24px,calc((100% - 1180px)/2));
    border-bottom: 1px solid rgba(11,29,51,.1);
    background: rgba(255,255,255,.96);
    box-shadow: 0 8px 28px rgba(7,20,38,.06);
    backdrop-filter: blur(12px);
}

.template-construction .site-brand strong {
    color: var(--construction-navy);
    font-size: 17px;
    letter-spacing: -.25px;
}

.template-construction .site-brand > span {
    border-radius: 5px;
    background: var(--primary-color);
    color: #fff;
}

.template-construction .site-nav > nav {
    gap: 3px;
}

.template-construction .site-nav > nav a:not(.nav-contact) {
    padding: 10px 13px;
    color: #334155;
    font-size: 15px;
    font-weight: 700;
}

.template-construction .site-nav > nav a:not(.nav-contact):hover {
    color: var(--primary-color);
}

.template-construction .nav-contact,
.template-construction .site-button {
    border-radius: 6px;
    box-shadow: none;
    font-weight: 800;
}

.template-construction .site-nav .nav-contact {
    padding: 11px 18px;
    font-size: 15px;
}

.template-construction .mobile-site-menu summary,
.template-construction .mobile-site-menu nav a {
    font-size: 15px;
}

.template-construction .customer-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0,1fr);
    min-height: 690px;
    max-width: none;
    padding: 0;
    overflow: hidden;
    background: var(--construction-deep);
}

.template-construction .customer-hero::before,
.template-construction .customer-hero::after {
    position: absolute;
    z-index: 2;
    inset: 0;
    content: "";
    pointer-events: none;
}

.template-construction .customer-hero::before {
    background: linear-gradient(90deg,rgba(4,14,28,.94) 0%,rgba(6,20,39,.8) 43%,rgba(6,20,39,.24) 72%,rgba(6,20,39,.1) 100%);
}

.template-construction .customer-hero::after {
    inset: auto 0 0;
    height: 35%;
    background: linear-gradient(0deg,rgba(4,14,28,.55),transparent);
}

.template-construction .customer-hero.section-layout-image-background .hero-inner {
    z-index: 3;
    align-self: center;
    width: min(1180px,100%);
    max-width: none;
    margin: auto;
    padding: 110px 24px 130px;
}

.template-construction .customer-hero h1 {
    max-width: 780px;
    margin: 18px 0 22px;
    color: #fff;
    font-size: clamp(50px,5.2vw,72px);
    line-height: 1.1;
    letter-spacing: -2.8px;
}

.template-construction .customer-hero .hero-inner > p:not(.site-eyebrow) {
    max-width: 610px;
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: 18px;
    line-height: 1.75;
}

.template-construction .site-eyebrow {
    display: inline-flex;
    width: fit-content;
    margin: 0;
    padding: 8px 12px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 4px;
    background: rgba(255,255,255,.08);
    color: #ffd17a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .6px;
}

.template-construction .hero-actions {
    margin-top: 34px;
}

.template-construction .hero-actions .site-button {
    padding: 15px 22px;
}

.template-construction .hero-actions .site-button-secondary {
    border-color: rgba(255,255,255,.68);
    background: rgba(255,255,255,.05);
    color: #fff;
}

.template-construction .hero-media {
    position: absolute;
    z-index: 1;
    inset: 0;
    max-width: none;
    height: 100%;
    border-radius: 0;
}

.template-construction .hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.template-construction .hero-decoration {
    position: absolute;
    z-index: 1;
    inset: 0;
    height: auto;
    margin: 0;
    border: 0;
    border-radius: 0;
    opacity: .45;
}

.template-construction .hero-decoration span {
    top: 50%;
    right: 14%;
    width: 240px;
    height: 240px;
    background: var(--primary-color);
    color: var(--construction-navy);
    font-size: 110px;
}

.template-construction .statistics-section {
    position: relative;
    z-index: 5;
    width: min(1180px,calc(100% - 48px));
    margin: -72px auto 0;
    padding: 0;
}

.template-construction .statistics-section .section-heading {
    display: none;
}

.template-construction .statistic-grid {
    overflow: hidden;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 25px 65px rgba(7,20,38,.18);
}

.template-construction .statistics-section.section-layout-inline .statistic-grid article {
    min-height: 142px;
    padding: 32px 20px;
    border-right-color: var(--construction-line);
    background: #fff;
}

.template-construction .statistic-grid strong {
    color: var(--primary-color);
    font-size: clamp(39px,4vw,54px);
}

.template-construction .statistic-grid span {
    color: var(--construction-muted);
    font-size: 13px;
    font-weight: 700;
}

.template-construction .customer-section {
    padding-top: 104px;
    padding-bottom: 104px;
}

.template-construction .section-heading {
    margin-bottom: 46px;
}

.template-construction .section-heading > div > span,
.template-construction .section-kicker,
.template-construction .contact-section > div > span {
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.template-construction .section-heading h2,
.template-construction .about-section h2 {
    color: var(--construction-navy);
    font-size: clamp(37px,4.4vw,55px);
    line-height: 1.15;
    letter-spacing: -1.7px;
}

.template-construction .section-heading > p {
    max-width: 470px;
    color: var(--construction-muted);
    line-height: 1.75;
}

.template-construction .services-section {
    padding-top: 110px;
    background: var(--construction-paper);
}

.template-construction .service-grid {
    gap: 18px;
}

.template-construction .service-grid article {
    position: relative;
    min-height: 310px;
    padding: 30px 26px;
    overflow: hidden;
    border: 1px solid var(--construction-line);
    border-radius: 8px;
    background: #fff;
}

.template-construction .service-grid .service-image,
.template-construction .service-grid .image-placeholder-service {
    width: calc(100% + 52px);
    height: 190px;
    margin: -30px -26px 24px;
    border-radius: 7px 7px 0 0;
    object-fit: cover;
}

.template-construction .service-grid article::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48px;
    height: 4px;
    background: var(--primary-color);
    content: "";
    transition: width .25s ease;
}

.template-construction .service-number {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 6px;
    background: color-mix(in srgb,var(--primary-color) 13%,#fff);
    color: var(--primary-color);
    font-size: 14px;
}

.template-construction .service-grid h3 {
    margin: 42px 0 12px;
    color: var(--construction-navy);
    font-size: 22px;
}

.template-construction .service-grid p {
    color: var(--construction-muted);
    line-height: 1.75;
}

.template-construction .service-grid strong {
    color: var(--primary-color);
    font-size: 13px;
}

.template-construction .service-card-link {
    display: inline-flex;
    margin-top: 22px;
    color: color-mix(in srgb,var(--primary-color) 78%,var(--construction-navy));
    font-size: 13px;
    font-weight: 900;
}

.template-construction .service-card-link:hover {
    color: var(--construction-navy);
}

.template-construction .about-section {
    grid-template-columns: minmax(0,1fr) minmax(0,.9fr);
    gap: 70px;
}

.template-construction .about-intro img,
.template-construction .about-intro .image-placeholder {
    height: 560px;
    border-radius: 8px;
    object-fit: cover;
}

.template-construction .about-copy {
    align-self: center;
    padding: 34px 0 34px 34px;
    border-left: 5px solid var(--primary-color);
    color: var(--construction-muted);
    font-size: 17px;
    line-height: 1.9;
}

.template-construction .about-mark {
    color: color-mix(in srgb,var(--primary-color) 12%,transparent);
}

.template-construction .features-section {
    max-width: none;
    padding-right: max(24px,calc((100% - 1132px)/2));
    padding-left: max(24px,calc((100% - 1132px)/2));
    background: var(--construction-navy);
    color: #fff;
}

.template-construction .features-section .section-heading h2,
.template-construction .features-section .section-heading > div > span {
    color: #fff;
}

.template-construction .features-section .section-heading > p {
    color: rgba(255,255,255,.66);
}

.template-construction .feature-grid {
    gap: 14px;
}

.template-construction .feature-grid article {
    border-color: rgba(255,255,255,.12);
    border-radius: 7px;
    background: rgba(255,255,255,.06);
    color: #fff;
}

.template-construction .feature-grid h3 {
    color: #fff;
}

.template-construction .feature-grid p {
    color: rgba(255,255,255,.67);
}

.template-construction .standard-section-icon {
    border-radius: 6px;
    background: var(--primary-color);
    color: var(--construction-navy);
}

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

.template-construction .portfolio-grid article {
    position: relative;
    border: 0;
    border-radius: 8px;
    background: var(--construction-paper);
    box-shadow: none;
}

.template-construction .portfolio-grid img,
.template-construction .portfolio-grid .image-placeholder {
    height: 300px;
}

.template-construction .portfolio-grid article > div:last-child {
    min-height: 135px;
    padding: 20px 22px 24px;
    border-top: 4px solid var(--primary-color);
}

.template-construction .portfolio-grid h3 {
    color: var(--construction-navy);
    font-size: 20px;
}

.template-construction .portfolio-grid p {
    color: var(--construction-muted);
    font-size: 14px;
    line-height: 1.65;
}

.template-construction .portfolio-lightbox-hint {
    border-radius: 4px;
    background: var(--primary-color);
    color: var(--construction-navy);
    font-weight: 800;
}

.template-construction .steps-section {
    max-width: none;
    padding-right: max(24px,calc((100% - 1132px)/2));
    padding-left: max(24px,calc((100% - 1132px)/2));
    background: var(--construction-paper);
}

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

.template-construction .steps-grid li {
    min-height: 250px;
    border: 1px solid var(--construction-line);
    border-radius: 8px;
    background: #fff;
}

.template-construction .step-number {
    display: block;
    color: color-mix(in srgb,var(--primary-color) 75%,var(--construction-navy));
    font-size: 34px;
    line-height: 1;
}

.template-construction .steps-grid h3 {
    margin-top: 24px;
    color: var(--construction-navy);
}

.template-construction .steps-grid p {
    color: var(--construction-muted);
    line-height: 1.7;
}

.template-construction .steps-grid .standard-section-icon {
    display: none;
}

.template-construction .review-section {
    background: #fff;
}

.template-construction .review-grid blockquote {
    border: 1px solid var(--construction-line);
    border-radius: 8px;
    box-shadow: none;
}

.template-construction .review-grid blockquote p {
    color: #465267;
    line-height: 1.75;
}

.template-construction .map-section {
    display: grid;
    grid-template-columns: minmax(340px,.75fr) minmax(0,1.25fr);
    padding: 0;
    border: 0;
    background: var(--construction-paper);
}

.template-construction .map-heading {
    display: grid;
    align-content: center;
    justify-items: start;
    margin: 0;
    padding: 70px max(32px,calc((100vw - 1132px)/2));
    padding-right: 60px;
    text-align: left;
}

.template-construction .map-heading::before {
    margin-bottom: 10px;
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.6px;
    content: "SERVICE AREAS";
}

.template-construction .map-heading h2 {
    color: var(--construction-navy);
}

.template-construction .map-heading p {
    color: var(--construction-muted);
    line-height: 1.8;
}

.template-construction .map-section iframe {
    min-height: 470px;
    height: 100%;
}

.template-construction .call-to-action-section {
    max-width: none;
    margin: 0;
    padding-top: 78px;
    padding-bottom: 78px;
    border-radius: 0;
    background: var(--construction-navy);
    color: #fff;
}

.template-construction .call-to-action-copy > span {
    color: #ffd17a;
}

.template-construction .call-to-action-copy h2 {
    color: #fff;
    font-size: clamp(36px,4.4vw,54px);
}

.template-construction .call-to-action-copy p {
    color: rgba(255,255,255,.7);
}

.template-construction .call-to-action-section .site-button {
    background: var(--primary-color);
    color: var(--construction-navy);
}

.template-construction .call-to-action-section .site-button-secondary {
    border-color: rgba(255,255,255,.55);
    background: transparent;
    color: #fff;
}

.template-construction .contact-section {
    background: #fff;
    color: var(--construction-navy);
}

.template-construction .contact-section h2 {
    color: var(--construction-navy);
}

.template-construction .contact-section > div > p {
    color: var(--construction-muted);
    line-height: 1.75;
}

.template-construction .contact-links a {
    border-bottom-color: var(--construction-line);
    color: var(--construction-navy);
}

.template-construction .contact-links small {
    color: var(--construction-muted);
}

.template-construction .contact-form-card {
    border: 1px solid var(--construction-line);
    border-radius: 8px;
    box-shadow: 0 24px 65px rgba(7,20,38,.11);
}

.template-construction .site-footer {
    background: var(--construction-deep);
}

.template-construction .site-footer-inner {
    border-top: 4px solid var(--primary-color);
}

@media (hover: hover) and (pointer: fine) {
    .template-construction .service-grid article:hover::after {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .template-construction .customer-hero h1 {
        font-size: clamp(48px,7vw,68px);
    }

    .template-construction .service-grid,
    .template-construction .portfolio-grid,
    .template-construction .steps-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .template-construction .about-section {
        gap: 42px;
    }

    .template-construction .map-heading {
        padding-left: 40px;
    }
}

@media (max-width: 850px) {
    .template-construction .site-nav > nav {
        display: none;
    }

    .template-construction .mobile-site-menu {
        display: block;
    }

    .template-construction .customer-hero {
        min-height: 650px;
    }

    .template-construction .customer-hero::before {
        background: linear-gradient(90deg,rgba(4,14,28,.92),rgba(6,20,39,.6));
    }

    .template-construction .customer-hero.section-layout-image-background .hero-inner {
        padding: 105px 24px 140px;
    }

    .template-construction .hero-media {
        margin: 0;
    }

    .template-construction .statistics-section {
        margin-top: -60px;
    }

    .template-construction .statistic-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .template-construction .statistics-section.section-layout-inline .statistic-grid article:nth-child(2) {
        border-right: 0;
    }

    .template-construction .statistics-section.section-layout-inline .statistic-grid article {
        border-bottom: 1px solid var(--construction-line);
    }

    .template-construction .statistics-section.section-layout-inline .statistic-grid article:nth-last-child(-n+2) {
        border-bottom: 0;
    }

    .template-construction .about-section {
        grid-template-columns: 1fr;
    }

    .template-construction .about-intro,
    .template-construction .about-copy {
        grid-column: auto;
        grid-row: auto;
    }

    .template-construction .map-section {
        grid-template-columns: 1fr;
    }

    .template-construction .map-heading {
        padding: 70px 24px 38px;
    }
}

@media (max-width: 600px) {
    .template-construction .site-nav {
        min-height: 68px;
        padding-right: 18px;
        padding-left: 18px;
    }

    .template-construction .site-brand strong {
        max-width: 180px;
        overflow: hidden;
        font-size: 14px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .template-construction .customer-hero {
        min-height: 610px;
    }

    .template-construction .customer-hero::before {
        background: linear-gradient(0deg,rgba(4,14,28,.94),rgba(6,20,39,.56));
    }

    .template-construction .customer-hero.section-layout-image-background .hero-inner {
        align-self: end;
        padding: 84px 18px 115px;
    }

    .template-construction .customer-hero h1 {
        font-size: clamp(41px,12vw,54px);
        letter-spacing: -1.8px;
    }

    .template-construction .customer-hero .hero-inner > p:not(.site-eyebrow) {
        font-size: 15px;
    }

    .template-construction .hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .template-construction .hero-actions .site-button {
        justify-content: center;
    }

    .template-construction .statistics-section {
        width: calc(100% - 28px);
        margin-top: -70px;
    }

    .template-construction .statistics-section.section-layout-inline .statistic-grid article {
        min-height: 112px;
        padding: 23px 10px;
    }

    .template-construction .statistic-grid strong {
        font-size: 35px;
    }

    .template-construction .statistic-grid span {
        font-size: 11px;
    }

    .template-construction .customer-section {
        padding-top: 76px;
        padding-bottom: 76px;
    }

    .template-construction .section-heading {
        gap: 16px;
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 34px;
    }

    .template-construction .section-heading h2,
    .template-construction .about-section h2 {
        font-size: 36px;
    }

    .template-construction .service-grid,
    .template-construction .portfolio-grid,
    .template-construction .steps-grid {
        grid-template-columns: 1fr;
    }

    .template-construction .service-grid article {
        min-height: 270px;
    }

    .template-construction .about-intro img,
    .template-construction .about-intro .image-placeholder {
        height: 380px;
    }

    .template-construction .about-copy {
        padding: 24px 0 24px 22px;
        font-size: 15px;
    }

    .template-construction .portfolio-grid img,
    .template-construction .portfolio-grid .image-placeholder {
        height: 280px;
    }

    .template-construction .map-section iframe {
        min-height: 340px;
    }

    .template-construction .call-to-action-buttons {
        width: 100%;
        align-items: stretch;
        flex-direction: column;
    }

    .template-construction .call-to-action-buttons .site-button {
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .template-construction *,
    .template-construction *::before,
    .template-construction *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
