/* footer override */

.csi-100-percent-container-main-outer {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
    background-color: #000 !important;
}

@media (min-width: 1271px) {
    .csi-100-percent-container-main-outer {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
}

.csi-100-percent-container-main-inner {
    max-width: 100% !important;
}

@font-face {
    font-family: 'NHaasGroteskTXPro-65Md';
    src: url(https://www.csicreative.com/wp-content/uploads/NHaasGroteskTXPro-65Md.otf) format('opentype');
}

@font-face {
    font-family: 'NHaasGroteskTXPro-55Rg';
    src: url(https://www.csicreative.com/wp-content/uploads/NHaasGroteskTXPro-55Rg.otf) format('opentype');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'NHaasGroteskTXPro-55Rg', sans-serif;
    padding: 0px;
    background-color: #f9f9f9;
    color: #717171;
    font-size: 14px;
}

.csi-hero-swap {
    position: relative;
    width: 100%;
    min-height: 720px;
    overflow: hidden;
    display: grid;
    place-items: center;
    text-align: center;
    isolation: isolate;
    padding: 300px 0 50px 0;
    background: #000;
    /* fallback behind images */
}

.csi-hero-swap__bg {
    position: absolute;
    inset: 0;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity 450ms ease;
    will-change: opacity;
    z-index: -3;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.csi-hero-swap__bg--off {
    background-image: url("https://d3211p0nhvzn27.cloudfront.net/wp-content/uploads/2025/11/22160441/greenwalls-bg-hero-off.webp");
    opacity: 1;
    z-index: -3;
}

.csi-hero-swap__bg--on {
    background-image: url("https://d3211p0nhvzn27.cloudfront.net/wp-content/uploads/2025/11/22160438/greenwalls-bg-hero-on.webp");
    opacity: 0;
    z-index: -2;
}

/* Click background layer (instant swap, no fade) */
.csi-hero-swap__bg--click {
    background-image: url("https://d3211p0nhvzn27.cloudfront.net/wp-content/uploads/2025/11/22163512/greenwalls-bg-hero-click.webp");
    opacity: 0;
    transition: none;
    z-index: -1;
}

/* Hover: only fade ON in (OFF stays visible to prevent flashes) */
.csi-hero-swap:has(.csi-hero-swap__content:hover) .csi-hero-swap__bg--on {
    opacity: 1;
}

/* After click: show click bg, disable others instantly */
.csi-hero-swap--clicked .csi-hero-swap__bg--click {
    opacity: 1;
}

.csi-hero-swap--clicked .csi-hero-swap__bg--off,
.csi-hero-swap--clicked .csi-hero-swap__bg--on {
    opacity: 0 !important;
    transition: none !important;
}

.csi-hero-swap__content {
    position: relative;
    z-index: 1;
    padding: 80px 60px;
    margin: 0 auto;
}

.csi-hero-swap__title {
    color: #F6F6F6;
    text-align: center;
    font-family: 'NHaasGroteskTXPro-65Md';
    cursor: default;
    font-size: 96px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -4.8px;
    margin: 0 0 12px 0;
    transition: color 350ms ease, text-shadow 350ms ease;
}

.csi-hero-swap__subtitle {
    cursor: default;
    color: #F6F6F6;
    text-align: center;
    font-family: 'NHaasGroteskTXPro-55Rg';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: -2.4px;
    margin: 0 0 28px 0;
    transition: color 350ms ease, text-shadow 350ms ease;
}

.csi-hero-swap__btn {
    display: inline-flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #FFF;
    color: #FFF;
    text-align: center;
    font-family: 'NHaasGroteskTXPro-55Rg';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
    text-decoration: none;
    background: transparent;
    transition: color 200ms ease, border-color 200ms ease, text-shadow 200ms ease;
}

/* Unified hover: title, subtitle, button highlight together when content hovered */
.csi-hero-swap:has(.csi-hero-swap__content:hover) .csi-hero-swap__title,
.csi-hero-swap:has(.csi-hero-swap__content:hover) .csi-hero-swap__subtitle {
    color: #FFF9E4;
    text-shadow: 0 1.01px 10.3px #FFEFBA;
}

.csi-hero-swap:has(.csi-hero-swap__content:hover) .csi-hero-swap__btn {
    border: 1px solid #FFF6D8;
    color: #FFF6D8;
    text-shadow: 0 0 6.2px #FFEFBA;
    background: transparent;
    border-radius: 0;
}

/* Responsive */
@media (max-width: 1200px) {
    .csi-hero-swap__title {
        font-size: 72px;
        letter-spacing: -3.6px;
    }

    .csi-hero-swap__subtitle {
        font-size: 36px;
        letter-spacing: -1.8px;
    }
}

@media (max-width: 976px) {
    .csi-hero-swap {
        min-height: 460px;
    }

    .csi-hero-swap__title {
        font-size: 56px;
        letter-spacing: -2.8px;
    }

    .csi-hero-swap__subtitle {
        font-size: 28px;
        letter-spacing: -1.4px;
        line-height: 170%;
    }
}

@media (max-width: 767px) {
    .csi-hero-swap {
        padding: 50px 0 30px 0;
        min-height: 420px;
    }

    .csi-hero-swap__title {
        font-size: 40px;
        letter-spacing: -2px;
    }

    .csi-hero-swap__subtitle {
        font-size: 20px;
        letter-spacing: -1px;
    }
}


.csi-greenwalls-sections {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    overflow-x: clip;
    background-color: #000;
    padding-bottom: 160px;
    padding-top: 160px;
    color: #fff;
}

@media (min-width: 1271px) {
    .csi-greenwalls-sections {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.csi-greenwalls-sections__wrap {
    margin: 0 auto;
}

.csi-greenwalls-sections__intro {
    display: grid;
    grid-template-columns: 1.1fr 1.9fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 56px;
}

@media (max-width: 1100px) {
    .csi-greenwalls-sections__intro {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

.csi-greenwalls-sections__intro-left {
    max-width: 680px;
}

.csi-greenwalls-sections__heading {
    color: #fff;
    font-family: 'NHaasGroteskTXPro-65Md';
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.44px;
    margin-bottom: 16px !important;
    cursor: default;
}

.csi-greenwalls-sections__subheading {
    color: #fff;
    font-family: 'NHaasGroteskTXPro-55Rg';
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.08px;
    margin-bottom: 48px;
    cursor: default;
}

.csi-greenwalls-sections__intro-right {
    width: 100%;
    border-radius: 2px;
    overflow: hidden;
}

.csi-greenwalls-sections__intro-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 2px;
}

.csi-greenwalls-btn {
    display: inline-flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #FFF;
    color: #FFF;
    text-align: center;
    font-family: 'NHaasGroteskTXPro-55Rg';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
    text-decoration: none;
    background: transparent;
    cursor: pointer;
    white-space: nowrap;
    transition:
        border-color .2s ease,
        border-radius .2s ease,
        color .2s ease,
        text-shadow .2s ease;
}

.csi-greenwalls-sections__tile:hover .csi-greenwalls-btn {
    text-shadow: 0 0 13.4px #FFF5D3;
    border-radius: 0px;
}

/* .csi-greenwalls-sections__intro:hover .csi-greenwalls-btn--intro {
                text-shadow: 0 0 13.4px #FFF5D3;
            } */

.csi-greenwalls-btn:hover {
    color: #FFF;
    border-radius: 0px;
    border: 1px solid #FFF;
    text-shadow: 0 0 13.4px #FFF5D3;
}

.csi-greenwalls-btn.is-active {
    color: #FFF;
    border-radius: 0px;
    border: 1px solid #FFF;
    text-shadow: 0 0 13.4px #FFF5D3;
}

.csi-greenwalls-sections__label {
    color: #fff;
    font-family: 'NHaasGroteskTXPro-55Rg';
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: -0.72px;
    margin-bottom: 48px;
    cursor: default;
}

.csi-greenwalls-sections__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 60px;
    row-gap: 60px;
}

@media (max-width: 1100px) {
    .csi-greenwalls-sections__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .csi-greenwalls-sections__grid {
        grid-template-columns: 1fr;
        row-gap: 40px;
    }
}

.csi-greenwalls-sections__tile {
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
}

.csi-greenwalls-sections__img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1120 / 920;
    overflow: hidden;
    border-radius: 4px;
    background: #111;
    transition: border-radius .2s ease;
}

.csi-greenwalls-sections__img-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(255, 239, 186, 0.00) 0%,
            rgba(255, 239, 186, 0.34) 100%);
    border-radius: 0px;
    opacity: 0;
    transition: opacity .2s ease, border-radius .2s ease;
    pointer-events: none;
    z-index: 1;
}

.csi-greenwalls-sections__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.csi-greenwalls-sections__tile-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 32px;
}

.csi-greenwalls-sections__title {
    color: #fff;
    font-family: 'NHaasGroteskTXPro-55Rg';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.2px;
    cursor: pointer;
    transition: text-shadow .2s ease;
}

.csi-greenwalls-sections__tile:hover .csi-greenwalls-sections__img-wrap,
.csi-greenwalls-sections__tile:active .csi-greenwalls-sections__img-wrap {
    border-radius: 0px;
}

.csi-greenwalls-sections__tile:hover .csi-greenwalls-sections__img-wrap::before,
.csi-greenwalls-sections__tile:active .csi-greenwalls-sections__img-wrap::before {
    opacity: 1;
}

.csi-greenwalls-sections__tile:hover .csi-greenwalls-sections__title,
.csi-greenwalls-sections__tile:active .csi-greenwalls-sections__title {
    color: #fff;
    text-shadow: 0 0 14px #FFF5D3;
}

@media (max-width: 976px) {
    .csi-greenwalls-sections__heading {
        font-size: 40px;
    }

    .csi-greenwalls-sections__subheading {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .csi-greenwalls-sections {
        padding-top: 80px;
        padding-bottom: 120px;
    }

    .csi-greenwalls-sections__heading {
        font-size: 32px;
    }

    .csi-greenwalls-sections__subheading {
        font-size: 22px;
    }

    /* .csi-greenwalls-sections__label {
                    font-size: 20px;
                } */

    .csi-greenwalls-sections__tile-footer {
        flex-direction: column;
        align-items: start;
    }
}

.csi-greenwalls-components {
    margin: 0 auto 0 auto;
    padding-bottom: 120px;
    color: #FFF;
}

.csi-greenwalls-components__heading {
    color: #FFF !important;
    font-family: 'NHaasGroteskTXPro-65Md';
    font-size: 48px;
    font-weight: 500;
    letter-spacing: -1.44px;
    margin-bottom: 8px !important;
    cursor: default;
}

.csi-greenwalls-components__subheading {
    font-family: 'NHaasGroteskTXPro-55Rg';
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -1.08px;
    margin-bottom: 50px;
    cursor: default;
    line-height: 1.1;
}

.csi-greenwalls-components__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 60px;
}

@media (max-width: 1100px) {
    .csi-greenwalls-components__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .csi-greenwalls-components__grid {
        grid-template-columns: 1fr;
    }
}

.csi-greenwalls-components__item {
    text-align: left;
}

.csi-greenwalls-components__img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    margin-bottom: 20px;
}

.csi-greenwalls-components__title {
    font-family: 'NHaasGroteskTXPro-65Md';
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.72px;
    margin-bottom: 6px;
    cursor: default;
}

.csi-greenwalls-components__copy {
    font-family: 'NHaasGroteskTXPro-55Rg';
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.72px;
    color: rgba(210, 210, 210, 0.69);
    cursor: default;
}

/* FOOTER OVERRIDES */
.footer-swiper-heading {
    color: #fff !important;
}

.ast-container {
    background-color: #000 !important;
}







/*
 * ************************************************************************************************
 * 8 sections
 * ************************************************************************************************
 */

.csi-2025-acoustic-lighting-sections {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    overflow-x: clip;

    background-color: #000;
    padding-bottom: 60px;
    padding-top: 160px;
}

@media (min-width:1271px) {
    .csi-2025-acoustic-lighting-sections {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.csi-2025-acoustic-lighting-sections__inner {
    max-width: 1400px;
    margin: 0 auto;
}

.csi-2025-acoustic-lighting-sections__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 32px;
    row-gap: 60px;
    padding: 72px 0 0 0;
}

.csi-2025-acoustic-lighting-tile {
    display: block;
    text-decoration: none;
    color: #343434;
    text-align: center;
}

/* portrait image aspect ratio ~ 852x1032 */
.csi-2025-acoustic-lighting-tile__media {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: #ddd;
    aspect-ratio: 852 / 1032;
}

.csi-2025-acoustic-lighting-tile__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.csi-2025-acoustic-lighting-tile__label {
    margin-top: 24px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: normal;
    letter-spacing: -0.6px;
    transition: color .25s ease, text-shadow .25s ease;
}

/* on hover or focus */
.csi-2025-acoustic-lighting-tile:hover .csi-2025-acoustic-lighting-tile__label,
.csi-2025-acoustic-lighting-tile:focus-visible .csi-2025-acoustic-lighting-tile__label {
    color: #fff;
    text-shadow: 0 0 9.2px #FFF;
}

/* on click (pressed) or if given .is-active */
.csi-2025-acoustic-lighting-tile:active .csi-2025-acoustic-lighting-tile__label,
.csi-2025-acoustic-lighting-tile.is-active .csi-2025-acoustic-lighting-tile__label {
    color: #fff;
    text-shadow: 0 0 9.2px #FFF;
}

/* responsive: 2 columns tablet, 1 column mobile */
@media (max-width: 1024px) {
    .csi-2025-acoustic-lighting-sections__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .csi-2025-acoustic-lighting-sections__grid {
        grid-template-columns: 1fr;
    }
}


/* 1) Image overlay gradient on hover */
.csi-2025-acoustic-lighting-tile__media {
    position: relative;
    overflow: hidden;
}

.csi-2025-acoustic-lighting-tile__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 239, 186, 0.00) 0%, rgba(255, 239, 186, 0.32) 100%);
    opacity: 0;
    transition: opacity .25s ease;
    pointer-events: none;
}

.csi-2025-acoustic-lighting-tile:hover .csi-2025-acoustic-lighting-tile__media::after,
.csi-2025-acoustic-lighting-tile:focus-visible .csi-2025-acoustic-lighting-tile__media::after {
    opacity: 1;
}

/* 2) Rule animates to 3px gradient on hover, without layout shift */
.csi-2025-acoustic-lighting-tile__rule {
    position: relative;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    margin-top: 32px;
    overflow: visible;
}

/* overlay: 3px gradient that scales up on hover */
.csi-2025-acoustic-lighting-tile__rule::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    background: linear-gradient(90deg, rgba(187, 142, 0, 0) 0%, #BB8E00 50%, rgba(187, 142, 0, 0) 100%);
    transform-origin: top;
    transform: scaleY(0.333);
    opacity: 0;
    transition: transform .25s ease, opacity .25s ease, background .25s ease;
    pointer-events: none;
    will-change: transform, opacity;
}

.csi-2025-acoustic-lighting-tile:hover .csi-2025-acoustic-lighting-tile__rule,
.csi-2025-acoustic-lighting-tile:focus-visible .csi-2025-acoustic-lighting-tile__rule {
    background: transparent;
}

.csi-2025-acoustic-lighting-tile:hover .csi-2025-acoustic-lighting-tile__rule::after,
.csi-2025-acoustic-lighting-tile:focus-visible .csi-2025-acoustic-lighting-tile__rule::after {
    transform: scaleY(1);
    opacity: 1;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 50%, rgba(255, 255, 255, 0.00) 100%);
}

.csi-2025-acoustic-lighting-tile__media,
.csi-2025-acoustic-lighting-tile__media img {
    transition: border-radius .2s ease;
}

.csi-2025-acoustic-lighting-tile__media {
    border-radius: 8px;
}

.csi-2025-acoustic-lighting-tile:hover .csi-2025-acoustic-lighting-tile__media,
.csi-2025-acoustic-lighting-tile:focus-visible .csi-2025-acoustic-lighting-tile__media {
    border-radius: 0;
}

.csi-2025-acoustic-lighting-tile__media {
    position: relative;
}

.csi-2025-acoustic-lighting-tile__media img {
    display: block;
    position: relative;
    z-index: 0;
}

.csi-2025-acoustic-lighting-tile__media::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 239, 186, 0.18);
    border-radius: 6px;
    opacity: 0;
    transition: opacity .2s ease, border-radius .2s ease;
    pointer-events: none;
    z-index: 1;
}

.csi-2025-acoustic-lighting-tile:active .csi-2025-acoustic-lighting-tile__media,
.csi-2025-acoustic-lighting-tile.is-active .csi-2025-acoustic-lighting-tile__media {
    border-radius: 6px;
}

.csi-2025-acoustic-lighting-tile:active .csi-2025-acoustic-lighting-tile__media::before,
.csi-2025-acoustic-lighting-tile.is-active .csi-2025-acoustic-lighting-tile__media::before {
    opacity: 1;
}



/*
 * new headings
 */
/* Wrapper */
.csi-gwcomp {
    background: #000;
    padding: 80px 20px;
    color: #fff;
}

.csi-gwcomp__row {
    margin: 0 auto;
    display: grid;
    align-items: center;
}


/* ========================================= */
/* TWO-COLUMN VERSION (screenshot 1)         */
/* ========================================= */
.csi-gwcomp--two {
    grid-template-columns: 2fr 1fr;
    column-gap: 60px;
    align-items: end;
}

/* .csi-gwcomp__left {
    max-width: 780px;
}
*/
.csi-gwcomp__right {
    max-width: 450px;
    justify-self: end;
}


/* ========================================= */
/* THREE-COLUMN VERSION (screenshot 2)       */
/* ========================================= */
.csi-gwcomp--three {
    grid-template-columns: 5fr 2fr 1fr;
    column-gap: 60px;
    justify-content: end;
    align-items: end;
    padding-bottom: 59px;
}

.csi-gwcomp__col1,
.csi-gwcomp__col2,
.csi-gwcomp__col3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.csi-gwcomp__col2 {
    max-width: 360px;
    justify-self: end;
}

.csi-gwcomp__col3 {
    max-width: 300px;
    justify-self: end;
}



/* ========================================= */
/* Shared Typography                         */
/* ========================================= */

.csi-gwcomp__title {
    margin: 0 0 12px;
}

.csi-gwcomp__subtitle {
    margin: 0;
    font-size: 32px;
    line-height: 1.3;
}

.csi-gwcomp__desc {
    font-family: 'NHaasGroteskTXPro-55Rg', sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.48px;
}

/* Button uses existing styles */
.csi-greenwalls-components__btn {
    margin-top: 12px;
}


/* ========================================= */
/* Responsive                                */
/* ========================================= */

@media (max-width: 1024px) {

    .csi-gwcomp--two,
    .csi-gwcomp--three {
        grid-template-columns: 1fr;
        row-gap: 40px;
    }

    .csi-gwcomp__right {
        max-width: none;
        justify-self: start;
    }

    .csi-gwcomp__col2 {
        max-width: none;
        justify-self: start;
    }

    .csi-gwcomp__col3 {
        max-width: 300px;
        justify-self: start;
    }
}