.swiper-container {
    border-radius: 6px;
}

@media (min-width: 1025px) {
    body .uag-hide-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    body .uag-hide-tab {
        display: none !important;
    }
}

@media (max-width: 767px) {
    body .uag-hide-mob {
        display: none !important;
    }
}


@media (max-width: 1024px) {
    .swiper-container {
        height: 400px;
    }

    .elv-swb-section-main-slider .swiper-container {
        height: 600px;
    }
}

.project-slider-link {
    display: inline-block;
    padding-left: 10px;
}


@media (max-width: 767px) {

    .project-slider-link {
        display: block;
        padding-left: 0px;
    }

    .swiper-container {
        padding-bottom: 70px;
        height: 400px;
        border-radius: 6px;
    }

    .elv-swb-section-main-slider .swiper-container {
        padding-bottom: 70px;
        height: 400px;
        border-radius: 6px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: 370px;
    }

    .swiper-category-slider .swiper-pagination {
        bottom: 15px !important;
    }

    .swiper-category-slider .swiper-pagination-bullet {
        width: 25px;
        height: 10px;
        background: rgba(52, 52, 52, .3) !important;
        opacity: 1;
        border-radius: 6px;
        transition: all 0.3s ease;
    }

    .swiper-category-slider .swiper-button-next {
        right: 0;
    }

    .swiper-category-slider .swiper-button-prev {
        left: 0;
    }

    .swiper-category-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 50px;
        border-radius: 6px;
        background: rgba(52, 52, 52, .45) !important;
    }


    /* fonts */

    .featured-tag {
        margin-bottom: 10px;
        color: #ffc200;
        text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.6);
        font-family: 'NHaasGroteskTXPro-65Md';
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: -5%;
        text-align: center;
        vertical-align: middle;
        text-transform: uppercase;


    }

    .product-title {
        text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.6);
        margin-bottom: 15px;

        color: white;
        font-family: 'NHaasGroteskTXPro-65Md';
        font-weight: 500;
        font-size: 32px;
        line-height: 100%;
        letter-spacing: -5%;
        text-align: center;
        vertical-align: middle;
        text-transform: uppercase;
        padding: 0 10px;

    }

    .product-description {
        margin-bottom: 20px;
        text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.6);

        font-family: 'NHaasGroteskTXPro-55Rg';
        font-weight: 500;
        font-size: 16px;
        line-height: 120%;
        letter-spacing: -5%;
        vertical-align: middle;
        padding: 0 10px;
        /* margin-bottom: 0 !important; */

    }

    /* .view-product-href {
            display: none !important;
        } */

    .slide-image {
        border-radius: 6px;
    }

    /* product grid */

    .products-container-2025 {
        row-gap: 44px;
    }

    .product-mobile {
        height: auto;
        border: 0 !important;
        border-radius: 0 !important;
    }

    .product-mobile img {
        border-radius: 4px !important;
    }

    .product-mobile .title {
        padding-top: 12px;
        font-family: 'NHaasGroteskTXPro-65Md' !important;
        font-size: 18px;
        color: #343434;
    }

    .product-mobile .description {
        font-family: 'NHaasGroteskTXPro-55Rg' !important;
        font-size: 14px;
        opacity: 1;
        transition: transform 0.51s ease;
        line-height: 1.4;
        color: #343434 !important;
    }

    /* projects */
    .projects-container-2025 {
        row-gap: 44px;
    }

    .project-mobile {
        border: 0;
        border-radius: 0;
        background-color: transparent;
        text-align: left !important;
    }

    .project-mobile img {
        border-radius: 4px !important;
    }

    .project-mobile h2 {
        padding-top: 12px;
        font-family: 'NHaasGroteskTXPro-65Md' !important;
        font-size: 18px;
        color: #343434;
        margin-bottom: 0 !important;
    }

    .project-mobile div {
        font-family: 'NHaasGroteskTXPro-55Rg' !important;
        font-size: 14px;
        opacity: 1;
        transition: transform 0.51s ease;
        line-height: 1.4;
        color: #343434 !important;
    }
}

/* 2025 04 24 overrides */

.category-sub-title h2 {
    text-align: left !important;
}

.category-sub-subtitle .uagb-heading-text {
    text-align: left !important;
}

.wp-block-uagb-container.uagb-block-d0a60861 {
    padding-top: 24px !important;
}

.cat-abovetitile,
.cat-title,
.cat-subtitle {
    text-align: left !important;
}

#readmorereadlesslink {
    text-align: left !important;
    font-size: 12px !important;
}


/* load more */

.loading-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    min-height: 10px;
}

.loading-dots>span {
    width: 8px;
    height: 8px;
    margin: 0px 8px;
    background-color: currentcolor;
    border-radius: 50%;
    -webkit-animation: bounce 1.2s infinite ease-in-out;
    animation: bounce 1.2s infinite ease-in-out;
}

.loading-dots-sm>span {
    width: 6px;
    height: 6px;
    margin: 0 5px;
}

.loading-dots>span:nth-child(1) {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.loading-dots>span:nth-child(2) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.loading-dots>span:nth-child(3) {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.loading-dots>span:nth-child(4) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.load-more-post-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 32px;
}

.show-all-projects,
.show-all-projects:focus {
    font-family: 'NHaasGroteskTXPro-55Rg' !important;
    width: 100%;
    letter-spacing: 0 !important;
    padding: 12px 24px;
    border: 1px solid #ccc;
    border-radius: 0px;
    cursor: pointer;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}


.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-2f277ea1.product-category-main-container-2025>.uagb-container-inner-blocks-wrap {
    --inner-content-custom-width: min(100%, 1270px);
}







/* wpastra breakpoints */
@media (max-width: 976px) {}

@media (max-width: 767px) {}

/* Apply across slider block */
.elv-swb,
.elv-swb * {
    font-family: 'NHaasGroteskTXPro-55Rg', Arial, sans-serif;
}

.elv-swb .elv-swb-title {
    font-family: 'NHaasGroteskTXPro-65Md', 'NHaasGroteskTXPro-55Rg', Arial, sans-serif;
}

/* =================== Variables =================== */
:root {
    --dot-active: rgba(255, 194, 0, 1);
    --bar-bg: rgba(0, 0, 0, 0.3);
    --control-box: 48px;
    --icon-h: 18px;
    --gap: 14px;
    --radius: 5px;
}

@media (min-width:768px) {
    :root {
        --control-box: 36px;
        --icon-h: 12px;
        --gap: 0px;
    }
}

/* =================== Section + Grid Layout =================== */
/* Side padding: ≤1270px = 20px; >1270px = 60px. */
.elv-swb-section {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    overflow-x: clip;
    background-color: #f6f6f6;
}

.elv-swb-section-main-slider {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    overflow-x: clip;
    background-color: #f6f6f6;
    padding-top: 20px;
}

.elv-swb-section.elv-swb-section-heading {
    padding-top: 24px;
}

.elv-swb-section.elv-swb-section-product-sliders {
    padding-bottom: 0px;
}

/* footer overrides */
.csi-100-percent-container-main-outer {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
}

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


@media (min-width:1271px) {

    .elv-swb-section,
    .elv-swb-section-main-slider {
        padding-left: 60px;
        padding-right: 60px;
    }

    .csi-100-percent-container-main-outer {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
}




/* Grid: 4 per row >976px, 2 per row 768–976px, 1 per row ≤767px. Gap 50px. */
.elv-swb-grid {
    display: grid;
    grid-template-columns: 1fr;
    /* ≤767px */
    gap: 40px;
}

@media (min-width:768px) and (max-width:1270px) {
    .elv-swb-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width:1271px) and (max-width:1400px) {
    .elv-swb-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width:1401px) {
    .elv-swb-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 40px;
    }
}

/* Neutralize WP wide/full inside this section */
.elv-swb-section .alignwide,
.elv-swb-section .align-wide,
.elv-swb-section .alignfull,
.elv-swb-section .align-full {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Each slider fluid in its cell */
.elv-swb-section .elv-swb.slider-wrap {
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.elv-swb-grid>* {
    min-width: 0 !important;
}

/* =================== Slider Card =================== */
.elv-swb.slider-wrap {
    position: relative;
    overflow: visible;
}

.elv-swb .slider-frame {
    position: relative;
    border-radius: var(--radius);
    background: transparent;
    aspect-ratio: 4 / 3;
    /* lock to 4:3 everywhere */
}

/* Swiper internals fill the frame height */
.elv-swb .mySwiper,
.elv-swb .swiper,
.elv-swb .swiper-wrapper,
.elv-swb .swiper-slide {
    height: 100% !important;
}

.elv-swb .swiper-slide {
    overflow: hidden;
}

/* Media fills/crops */
.elv-swb .slide-media,
.elv-swb .swiper-slide img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: inherit !important;
}

/* =================== Controls (arrows + dots) =================== */
.elv-swb .slider-controls {
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    background: var(--bar-bg);
    z-index: 10;
}

.elv-swb .controls-inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    pointer-events: none;
    /* only children clickable */
}

.elv-swb .slider-controls .swiper-button-prev,
.elv-swb .slider-controls .swiper-button-next,
.elv-swb .slider-controls .swiper-pagination {
    pointer-events: auto;
    flex: none;
}

/* Arrows */
.elv-swb {
    --swiper-theme-color: inherit !important;
    --swiper-navigation-color: inherit !important;
}

.elv-swb .swiper-button-next,
.elv-swb .swiper-button-prev {
    position: static !important;
    inset: auto !important;
    width: var(--control-box) !important;
    height: var(--control-box) !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    color: #fff !important;
    /* base icon color */
}

.elv-swb .swiper-button-next::after,
.elv-swb .swiper-button-prev::after {
    content: '' !important;
}

.elv-swb .swiper-button-next svg,
.elv-swb .swiper-button-prev svg {
    display: block;
    height: var(--icon-h);
    transform: translateZ(0) scale(1);
    transform-origin: center;
    transition: transform .18s ease, color .18s ease;
    will-change: transform;
}

.elv-swb .swiper-button-next svg path,
.elv-swb .swiper-button-prev svg path {
    fill: currentColor !important;
    transition: fill .18s ease;
}

.elv-swb .swiper-button-next:hover,
.elv-swb .swiper-button-next:focus,
.elv-swb .swiper-button-prev:hover,
.elv-swb .swiper-button-prev:focus {
    color: var(--dot-active) !important;
}

.elv-swb .swiper-button-next:hover svg,
.elv-swb .swiper-button-next:focus svg,
.elv-swb .swiper-button-prev:hover svg,
.elv-swb .swiper-button-prev:focus svg {
    transform: translateZ(0) scale(1.25);
}

.elv-swb .swiper-button-disabled {
    opacity: .45 !important;
    color: #fff !important;
}

/* Pagination: shrink-to-content, centered */
.elv-swb .swiper-horizontal>.swiper-pagination-bullets,
.elv-swb .swiper-pagination-bullets.swiper-pagination-horizontal,
.elv-swb .swiper-pagination {
    position: static !important;
    left: auto !important;
    right: auto !important;
    width: auto !important;
    flex: 0 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    min-height: 16px !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: content-box !important;
    white-space: nowrap !important;
}

.elv-swb .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.elv-swb .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 !important;
    opacity: 1 !important;
}

/* Bullets: fixed 16x16 boxes; scale dot to avoid layout shift */
.elv-swb .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 16px !important;
    height: 16px !important;
    flex: 0 0 16px !important;
    border-radius: 50% !important;
    background: #D9D9D9 !important;
    /* inactive (desktop/tablet) */
    transform: scale(.625) !important;
    /* 10/16 */
    transform-origin: center !important;
    transition: transform .2s ease, background-color .2s ease !important;
    appearance: none !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
}

.elv-swb .swiper-pagination-bullets .swiper-pagination-bullet-active {
    transform: scale(1) !important;
    background: var(--dot-active) !important;
}

/* Hover behaves like active (hover-capable devices only) */
@media (hover:hover) {
    .elv-swb .swiper-pagination-bullets .swiper-pagination-bullet:hover {
        transform: scale(1) !important;
        background: var(--dot-active) !important;
    }
}

/* Touch: ignore hover so only active is yellow; mobile dots under image */
@media (max-width:767px) {
    .elv-swb .slider-frame {
        overflow: visible !important;
    }

    /* don't clip dots */
    .elv-swb .slider-controls {
        position: static !important;
        background: transparent !important;
        padding: 12px 0 0 !important;
        z-index: auto !important;
    }

    .elv-swb .swiper-button-prev,
    .elv-swb .swiper-button-next {
        display: none !important;
    }

    .elv-swb .swiper-pagination {
        min-height: 16px !important;
        line-height: 0 !important;
    }

    /* Mobile inactive dots color */
    .elv-swb .swiper-pagination-bullets .swiper-pagination-bullet {
        background: rgba(217, 217, 217, 1) !important;
    }

    /* put ACTIVE after inactive so it wins */
    .elv-swb .swiper-pagination-bullets .swiper-pagination-bullet-active {
        background: var(--dot-active) !important;
        /* yellow */
        transform: scale(1) !important;
        /* keep active size */
    }
}

@media (hover:none) {

    .elv-swb .swiper-pagination-bullets .swiper-pagination-bullet:hover,
    .elv-swb .swiper-pagination-bullets .swiper-pagination-bullet:focus,
    .elv-swb .swiper-pagination-bullets .swiper-pagination-bullet:active {
        transform: scale(.625) !important;
    }
}

/* =================== Meta / Typography =================== */
.elv-swb .elv-swb-meta {
    margin-top: 22px;
}

.elv-swb .elv-swb-title {
    margin: 0 0 8px;
    color: #343434;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -1.2px;
    line-height: normal;
}

.elv-swb .elv-swb-intro {
    margin-bottom: 16px;
    color: #343434;
    font-size: 15px;
    font-weight: 400;
    /* letter-spacing: -0.45px; */
    line-height: 200%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(2 * 200%);
}

/* CTA */
.elv-swb .elv-swb-cta-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 0 2px;
    color: #343434;
    text-decoration: underline;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.56px;
    line-height: normal;
}

.elv-swb .elv-swb-cta-arrow {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    display: inline-block;
    padding-top: 2px;
}

.elv-swb .elv-swb-cta-link:hover {
    text-decoration: none;
    color: #957100;
    background: rgba(255, 194, 0, .20);
}

.elv-swb .elv-swb-cta-link:focus {
    text-decoration: none;
    color: #957100;
    background: #FFC200;
}

/* =================== Desktop overlay polish =================== */
@media (min-width:768px) {
    .elv-swb.slider-wrap {
        overflow: hidden !important;
        border-radius: var(--radius) !important;
    }

    .elv-swb .slider-controls {
        position: absolute !important;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bar-bg) !important;
        padding: 0 10px !important;
        border-bottom-left-radius: var(--radius);
        border-bottom-right-radius: var(--radius);
    }
}

/* =================== Reduced motion =================== */
@media (prefers-reduced-motion: reduce) {

    .elv-swb .swiper-button-next svg,
    .elv-swb .swiper-button-prev svg {
        transition: none;
    }
}


/* Alternative: clip via clip-path (also keeps dots visible) */
.elv-swb .slider-frame .swiper {
    clip-path: inset(0 round var(--radius));
}



/* pills */
.elv-swb-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 50px 0;
}

/* inactive */
.elv-swb-pill {
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #343434;
    background: #FFF;
    color: #343434;
    font-size: 16px;
    line-height: normal;
    padding: 8px 16px;
    text-decoration: none;
    transition: color .15s, border-color .15s, background-color .15s;
}

/* hover */
.elv-swb-pill:hover {
    border-color: #957100;
    background: #FFF;
    color: #957100;
}

/* active (“All” initial + clicked) */
.elv-swb-pill.is-active {
    border: none;
    background: #957100;
    color: #FFF;
}

/* keyboard focus */
.elv-swb-pill:focus-visible {
    outline: 2px solid #957100;
    outline-offset: 2px;
}



/* filtering animation */
/* Card transitions */
.elv-swb-grid .elv-swb.slider-wrap {
    transition: opacity .22s ease, transform .22s ease;
    will-change: opacity, transform;
}

/* hidden state (not visible, not clickable) */
.elv-swb-grid .elv-swb.slider-wrap.is-hidden {
    opacity: 0;
    transform: scale(.98);
    pointer-events: none;
}

/* when showing: start from faded/scaled */
.elv-swb-grid .elv-swb.slider-wrap.is-enter {
    opacity: 0;
    transform: scale(.98);
}

/* final visible state (class removed after transition) */
.elv-swb-grid .elv-swb.slider-wrap.is-enter.is-enter-active {
    opacity: 1;
    transform: none;
}

/* when hiding: animate to faded/scaled (then display:none in JS) */
.elv-swb-grid .elv-swb.slider-wrap.is-exit {
    opacity: 1;
    transform: none;
}

.elv-swb-grid .elv-swb.slider-wrap.is-exit.is-exit-active {
    opacity: 0;
    transform: scale(.98);
}

@media (prefers-reduced-motion: reduce) {
    .elv-swb-grid .elv-swb.slider-wrap {
        transition: none;
    }
}

/* overrides from old project category template */
.elv-swb-section-main-slider .swiper-container {
    max-width: 100% !important;
}










/* --- Two-column section: 40/60 desktop, stacked mobile --- */
.elv-swb-two-col-section {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 250px;
    padding-bottom: 250px;
    background-color: #f6f6f6;
}

@media (min-width: 1271px) {
    .elv-swb-two-col-section {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.elv-swb-two-col {
    display: grid;
    grid-template-columns: 1fr;
    /* mobile */
    gap: 60px;
    /* matches your layout gap */
}

@media (min-width: 977px) {

    /* wpastra */
    .elv-swb-two-col {
        grid-template-columns: 0.6fr 0.4fr;
    }

    /* 40/60 */
}

.elv-swb-col {
    align-content: center;
}

/* Left column (text) */
.elv-swb-col h2 {
    margin: 0 0 14px;
    color: #343434;
    font-family: 'NHaasGroteskTXPro-65Md', 'NHaasGroteskTXPro-55Rg', Arial, sans-serif;
    font-size: 40px;
    line-height: normal;
    letter-spacing: -2px;
}

.elv-swb-rich {
    color: #343434;
    font-family: 'NHaasGroteskTXPro-55Rg', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* letter-spacing: -0.8px; */
    margin: 0 0 20px;
}

.elv-swb-rich a {
    color: #957100 !important;
    font-family: 'NHaasGroteskTXPro-65Md', 'NHaasGroteskTXPro-55Rg', Arial, sans-serif !important;
    text-decoration: underline !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    /* letter-spacing: -0.8px; */
    transition: color .15s ease;
}

.elv-swb-rich a:hover,
.elv-swb-rich a:active {
    color: #343434 !important;
    transition: color .15s ease;
}

/* CTA link (styled button) */
.elv-swb-cta-block {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #FFC200;
    color: #343434;
    text-decoration: none;
    font-family: 'NHaasGroteskTXPro-55Rg', Arial, sans-serif;
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.56px;
    transition: filter .15s ease;
}

.elv-swb-cta-block:hover {
    border: 1px solid #957100;
    color: #957100;
    background: transparent;
}

.elv-swb-cta-block:active,
.elv-swb-cta-block:focus-visible {
    border: 1px solid #343434;
    color: #343434;
    background: transparent;
}

.elv-swb-col img {
    border-radius: 8px;
}









/* new hero for subcategories */
.elv-swb-subcat-section {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 60px;
    background-color: #f6f6f6;
}

@media (min-width: 1271px) {
    .elv-swb-subcat-section {
        padding-left: 60px;
        padding-right: 60px;
    }
}

/* Hero */
.elv-swb-hero {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    /* clip bg + content corners */
    background: #ddd center/cover no-repeat;
    min-height: 600px;
}

@media (max-width: 767px) {
    .elv-swb-hero {
        /* aspect-ratio: 16 / 9; */
        min-height: 560px;
    }
}

/* Left text block */
.elv-swb-hero-content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    max-width: 460px;
    display: grid;
    gap: 10px;
}

@media (min-width: 768px) {
    .elv-swb-hero-content {
        left: 40px;
        bottom: 60px;
        max-width: 520px;
        gap: 10px;
    }
}

/* Eyebrow: PLANTSCAPE */
.elv-swb-eyebrow {
    color: #FFC200;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .87);
    font-family: 'NHaasGroteskTXPro-65Md', 'NHaasGroteskTXPro-55Rg', Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin: 0;
}

/* H2: Replica Green Walls */
.elv-swb-hero h1 {
    margin: 0;
    color: #FFF;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .87);
    font-family: 'NHaasGroteskTXPro-65Md', 'NHaasGroteskTXPro-55Rg', Arial, sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -2.4px;
}

/* Copy */
.elv-swb-hero-copy {
    color: #FFF;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .87);
    font-family: 'NHaasGroteskTXPro-65Md', 'NHaasGroteskTXPro-55Rg', Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 200%;
    /* 32px */
    /* letter-spacing: -0.8px; */
    margin: 0 0 6px 0;
    padding-bottom: 20px;
}



/* CTA link (styled button) */
.elv-swb-cta-block-hero {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #FFC200;
    color: #343434;
    text-decoration: none;
    font-family: 'NHaasGroteskTXPro-55Rg', Arial, sans-serif;
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.56px;
    transition: filter .15s ease;

    justify-self: start;
    /* don't stretch in the grid */
    width: auto;
    /* ensure content width */
    max-width: max-content;
    /* optional, keeps it tight */
}

.elv-swb-cta-block-hero:hover {
    border: 1px solid #FFC200;
    color: #FFC200;
    background: transparent;
}

.elv-swb-cta-block-hero:active,
.elv-swb-cta-block-hero:focus-visible {
    border: 1px solid #FFC200;
    color: #FFC200;
    background: transparent;
}


/* under hero text */
.elv-swb-section.elv-swb-section-heading {
    padding-top: 0;
    padding-bottom: 60px;
}

.elv-swb-section.elv-swb-section-heading h2 {
    color: #343434;
    font-family: 'NHaasGroteskTXPro-55Rg';
    font-size: 40px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -2px;
    margin-bottom: 12px !important;
}

.elv-swb-section.elv-swb-section-heading div {
    font-family: 'NHaasGroteskTXPro-55Rg';
    color: #343434;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* letter-spacing: -0.48px; */
}




/* moss tiles */
/* Section container w/ background */
.elv-swb-tiles-section {
    width: 100%;
    box-sizing: border-box;
    background: #f6f6f6;
    padding: 0px 20px;
}

@media (min-width:1271px) {
    .elv-swb-tiles-section {
        padding-left: 60px;
        padding-right: 60px;
    }
}

/* Grid: 4 / 2 / 1 columns */
.elv-swb-tiles-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 60px;
}

@media (max-width:976px) {
    .elv-swb-tiles-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 40px;
    }
}

@media (max-width:767px) {
    .elv-swb-tiles-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

/* Tile */
.moss-tile {
    display: block;
    text-decoration: none;
    color: inherit;
}

.moss-tile .img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    /* perfect square */
    border-radius: 10px;
    overflow: hidden;
    background: #eaeaea;
}

.moss-tile img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity .25s ease;
}

.moss-tile .img-hover {
    opacity: 0;
}

.moss-tile:hover .img-hover {
    opacity: 1;
}

.moss-tile:hover .img-base {
    opacity: 0;
}

/* Caption */
.moss-caption {
    margin-top: 12px;
}

.moss-caption .moss-title {
    color: #343434;
    font-family: 'NHaasGroteskTXPro-65Md', 'NHaasGroteskTXPro-55Rg', Arial, sans-serif;
    font-size: 20px;
    line-height: normal;
    letter-spacing: -1px;
}

.moss-caption .moss-sub {
    color: #343434;
    font-family: 'NHaasGroteskTXPro-55Rg', Arial, sans-serif;
    font-size: 20px;
    line-height: normal;
    letter-spacing: -0.6px;
    margin: 0;
}









/* 2 col section 30/70 */
/* --- Two-column section v2: 30/70 desktop, stacked mobile --- */
.elv-swb-two-col-section-2 {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 250px;
    padding-bottom: 0px;
    background-color: #f6f6f6;
}

@media (min-width: 1271px) {
    .elv-swb-two-col-section-2 {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.elv-swb-two-col-2 {
    display: grid;
    grid-template-columns: 1fr;
    /* mobile: stack */
    gap: 40px;
    justify-items: start;
    /* prevent CTA stretching full width */
}

@media (min-width: 977px) {

    /* WP Astra breakpoint match */
    .elv-swb-two-col-2 {
        grid-template-columns: 0.3fr 0.7fr;
        gap: 60px;
    }

    /* 30/70 */
}

/* Reuse the same typography + CTA styles */
.elv-swb-two-col-section-2 .elv-swb-col h2 {
    margin: 0 0 14px;
    color: #343434;
    font-family: 'NHaasGroteskTXPro-65Md', 'NHaasGroteskTXPro-55Rg', Arial, sans-serif;
    font-size: 40px;
    line-height: normal;
    letter-spacing: -2px;
}

.elv-swb-two-col-section-2 .elv-swb-col h2 span {
    color: #343434;
    font-family: 'NHaasGroteskTXPro-55Rg', Arial, sans-serif;
    font-size: 40px;
    line-height: normal;
    letter-spacing: -2px;
}

.elv-swb-two-col-section-2 .elv-swb-rich {
    color: #343434;
    font-family: 'NHaasGroteskTXPro-55Rg', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* letter-spacing: -0.8px; */
    margin: 0 0 20px;
}

.elv-swb-two-col-section-2 .elv-swb-rich a {
    color: #957100 !important;
    font-family: 'NHaasGroteskTXPro-65Md', 'NHaasGroteskTXPro-55Rg', Arial, sans-serif !important;
    text-decoration: underline !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    /* letter-spacing: -0.8px; */
    transition: color .15s ease;
}

.elv-swb-two-col-section-2 .elv-swb-rich a:hover,
.elv-swb-two-col-section-2 .elv-swb-rich a:active {
    color: #343434 !important;
    transition: color .15s ease;
}

/* cta yellow */
.elv-swb-cta-block-1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #FFC200;
    color: #343434;
    text-decoration: none;
    font-family: 'NHaasGroteskTXPro-55Rg', Arial, sans-serif;
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.56px;
    transition: filter .15s ease;
}

.elv-swb-cta-block-1:hover {
    border: 1px solid #957100;
    color: #957100;
    background: transparent;
}

.elv-swb-cta-block-1:active,
.elv-swb-cta-block-1:focus-visible {
    border: 1px solid #343434;
    color: #343434;
    background: transparent;
}


/* cta black */
.elv-swb-cta-block-2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #343434;
    text-decoration: none;
    font-family: 'NHaasGroteskTXPro-55Rg', Arial, sans-serif;
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.56px;
    transition: filter .15s ease;
    border-radius: 3px;
    background: #FFF;

}

.elv-swb-cta-block-2:hover {
    border: 1px solid #957100;
    color: #957100;
    background: transparent;
}

.elv-swb-cta-block-2:active,
.elv-swb-cta-block-2:focus-visible {
    border: 1px solid #343434;
    color: #343434;
    background: transparent;
}



/* Images */
.elv-swb-two-col-section-2 .elv-swb-col img {
    border-radius: 8px;
    display: block;
    width: 100%;
    height: auto;
}

/* Pills row */
.elv-swb-pills-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    padding-bottom: 36px;
}

/* Single pill */
.elv-swb-pill-2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    border-radius: 0px;
    border-bottom: 2px solid #717171;
    color: #343434;
    font-family: 'NHaasGroteskTXPro-65Md';
    font-size: 16px;
    line-height: 200%;
    /* letter-spacing: -0.48px; */
    white-space: nowrap;
    /* keep labels on one line */
    user-select: none;
    /* optional: avoids accidental selection */
}



























/* why */
/* ===== Full-width “Why” section (no side padding) ===== */
/* .elv-swb-why {
    position: relative;
    z-index: 1;
    background: #fff;
    box-shadow: 0 -10px 25px rgba(0, 0, 0, .06), 0 10px 25px rgba(0, 0, 0, .06);
    width: 100%;
}

.elv-swb-why.why2 {
    box-shadow: 0 -10px 25px rgba(0, 0, 0, .06), 0 10px 25px rgba(0, 0, 0, .06);
} */

.elv-swb-why {
    position: relative;
    z-index: 1;
    background: #fff;
    width: 100%;
    /* top shadow only */
    box-shadow: 0 -10px 25px rgba(0, 0, 0, .06);
}

.elv-swb-why.why2 {
    /* bottom shadow only */
    box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
}

.elv-swb-why-wrap {
    display: grid;
    grid-template-columns: 1fr;
    /* mobile: stack */
    gap: 40px;
}

/* Left media */
.elv-swb-why-media {
    position: relative;
    width: 100%;
    min-height: 320px;
    /* tweak the ratio as needed */
    aspect-ratio: 16 / 7;
    overflow: hidden;
}

.elv-swb-why-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Right content */
.elv-swb-why-content {
    padding: 69px 20px 80px 20px;
    /* default no left/right padding rule, we only add right padding */
    box-sizing: border-box;
}

@media (min-width: 977px) {
    .elv-swb-why-wrap {
        grid-template-columns: 0.55fr 0.45fr;
    }

    .elv-swb-why.why2 .elv-swb-why-wrap {
        grid-template-columns: 0.45fr 0.55fr;
    }

    .elv-swb-why-content {
        padding: 60px 20px 80px 0;
    }

    .elv-swb-why.why2 .elv-swb-why-content {
        padding: 60px 0px 80px 20px;
    }
}

@media (min-width: 1271px) {
    .elv-swb-why-content {
        padding-right: 60px;
    }

    .elv-swb-why.why2 .elv-swb-why-content {
        padding-right: 0px;
        padding-left: 60px;
    }

    .elv-swb-why-wrap {
        gap: 60px;
    }
}

/* Typography — same families/sizes you’ve been using */
.elv-swb-why-content h2 {
    margin: 0 0 14px;
    color: #343434;
    font-family: 'NHaasGroteskTXPro-65Md', 'NHaasGroteskTXPro-55Rg', Arial, sans-serif;
    font-size: 40px;
    line-height: normal;
    letter-spacing: -2px;
}

.elv-swb-why-copy {
    color: #343434;
    font-family: 'NHaasGroteskTXPro-55Rg', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
    /* letter-spacing: -0.8px; */
    margin: 0 0 32px;
}

/* Features grid (icons + labels) */
.elv-swb-features {
    display: grid;
    grid-template-columns: 1fr;
    /* mobile: single column */
    gap: 20px 32px;
    list-style: none;
    padding: 0;
    margin: 0;
}

@media (min-width: 640px) {
    .elv-swb-features {
        grid-template-columns: 1fr 1fr;
    }

    /* two columns on wider screens */
}

.elv-swb-feature {
    display: flex;
    align-items: center;
    gap: 14px;
}

.elv-swb-feature .icon-box {
    width: 42px;
    height: 42px;
    max-width: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.elv-swb-feature .icon-box img {
    width: 42px;
    height: 42px;
    display: block;
    max-width: none !important;
    object-fit: contain;
}

.elv-swb-feature .label {
    color: #343434;
    font-family: 'NHaasGroteskTXPro-55Rg', Arial, sans-serif;
    font-size: 16px;
    line-height: normal;
    /* letter-spacing: -0.6px; */
}

.elv-swb-why-media img {
    object-position: center bottom;
    /* X = centered, Y = bottom */
}

/* Desktop/tablet: let both grid items sit on the row baseline (bottom) */
@media (min-width: 977px) {
    .elv-swb-why-wrap {
        /* grid-template-columns: 0.5fr 0.5fr; */
        /* your current split */
        align-items: end;
        /* bottom-align both sides */
    }

    /* Stretch the media to the row height instead of locking a ratio */
    .elv-swb-why-media {
        aspect-ratio: auto;
        /* unset the ratio on larger screens */
        height: 100%;
        /* fill the grid row height */
        min-height: 420px;
        /* keep a reasonable floor, adjust if needed */
    }

    /* Now crop the image to the bottom inside that full-height box */
    .elv-swb-why-media img {
        object-position: center bottom;
    }
}



.elv-swb-section.elv-swb-section-heading a {
    color: #957100 !important;
    font-family: 'NHaasGroteskTXPro-65Md' !important;
    font-size: 16px !important;
    font-style: normal !important;
    line-height: 200% !important;
    letter-spacing: -0.48px !important;
    text-decoration-line: underline !important;
}

.elv-swb-section.elv-swb-section-heading a:hover,
.elv-swb-section.elv-swb-section-heading a:active {
    color: #343434 !important;
    font-family: 'NHaasGroteskTXPro-65Md' !important;
    text-decoration-line: underline !important;
}

.elv-swb-section.elv-swb-section-subheading a {
    color: #957100 !important;
    font-family: 'NHaasGroteskTXPro-65Md' !important;
    font-size: 16px !important;
    font-style: normal !important;
    line-height: 200% !important;
    letter-spacing: -0.48px !important;
    text-decoration-line: underline !important;
}

.elv-swb-section.elv-swb-section-subheading a:hover,
.elv-swb-section.elv-swb-section-subheading a:active {
    color: #343434 !important;
    font-family: 'NHaasGroteskTXPro-65Md' !important;
    text-decoration-line: underline !important;
}