.dxp-project-banner {
    position: relative;
    display: flex;
    align-items: center;

    min-height: 720px;
    padding: 160px 7% 90px;
 border-radius: 30px !important;
    overflow: hidden;
    border-radius: 0 0 28px 28px;
    font-family: 'Satochi';
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dxp-project-banner-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,0.86) 0%,
            rgba(3, 15, 35, 0.55) 45%,
            rgba(3, 15, 35, 0.15) 100%
        );
}

.dxp-project-banner-content {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 720px;

    color: #ffffff;
}

.dxp-banner-category {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 110px;
    padding: 10px 24px;
    margin-bottom: 28px;

    border-radius: 40px;
    background: #b48742;
    color: #ffffff;

    font-size: 14px;
}

.dxp-banner-title {
    max-width: 700px;
    margin: 0 0 26px;

    color: #ffffff;

    font-size: clamp(42px, 5vw, 76px);
    font-weight: 600;
    line-height: 1.12;
}

.dxp-banner-address {
    display: flex;
    align-items: flex-start;
    gap: 10px;

    max-width: 650px;
    margin-bottom: 25px;

    color: rgba(255, 255, 255, 0.9);

    font-size: 16px;
    line-height: 1.6;
}

.dxp-banner-location-icon {
    flex: 0 0 auto;
    font-size: 18px;
}

.dxp-banner-description {
    max-width: 680px;
    margin-bottom: 30px;

    color: rgba(255, 255, 255, 0.85);

    font-size: 17px;
    line-height: 1.7;
}

.dxp-banner-description p {
    margin: 0;
}

.dxp-brochure-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 52px;
    padding: 14px 28px;

    border-radius: 50px;
    background: #ffffff;
    color: #081532;

    text-decoration: none;
    font-size: 15px;
    font-weight: 600;

    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.dxp-brochure-btn:hover {
    background: #b48742;
    color: #ffffff;
    transform: translateY(-2px);
}

@media (max-width: 1024px) {

    .dxp-project-banner {
        min-height: 620px;
        padding: 140px 45px 70px;
    }

}

@media (max-width: 767px) {

    .dxp-project-banner {
        min-height: 580px;
        padding: 120px 24px 60px;
        border-radius: 0 0 20px 20px;
    }

    .dxp-banner-title {
        font-size: 40px;
    }

    .dxp-banner-address,
    .dxp-banner-description {
        font-size: 15px;
    }
}

    .dxp-banner-location-icon img {width:15px;filter: brightness(0) invert(1);}
/*archive*/
.dxp-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px}
.dxp-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.dxp-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.dxp-card{font-family:inherit;color:#081532}
.dxp-card-img{display:block;position:relative;border-radius:22px;overflow:hidden;box-shadow:0 18px 35px rgba(0,0,0,.12)}
.dxp-card-img img{width:100%;height:260px;object-fit:cover;display:block}
.dxp-badge{position:absolute;right:20px;top:20px;background:#a77b3c;color:#fff;border-radius:24px;padding:10px 28px;font-size:14px}
.dxp-card-head .tile-rw{display:flex;justify-content:space-between;gap:15px;align-items:flex-start;margin-top:18px}
.dxp-card h3{margin:0;font-size:28px;line-height:1.1}
.dxp-card h3 a{text-decoration:none;color:inherit}
.dxp-price{text-align:right}
.dxp-price small{display:block;font-size:12px}
.dxp-price strong{font-size:24px}
.dxp-location{margin:12px 0;color:#566073}
.dxp-meta{display:flex;gap:16px;flex-wrap:wrap;color:#566073;font-size:14px}

.dxp-pricing-section{background:#f8f7f3;padding:40px 0;color:#081532}
.dxp-pricing-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:42px}
.dxp-pill{display:inline-block;border:1px solid #081532;border-radius:30px;padding:8px 28px;margin-bottom:28px;font-size:14px}
.dxp-pricing-top h2{font-size:54px;line-height:1.15;margin:0}
.dxp-offer{text-align:right}
.dxp-offer small,.dxp-offer span{display:block;color:#566073}
.dxp-offer strong{display:block;font-size:34px}
.dxp-pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.dxp-price-card{position:relative;background:#fff;border:1px solid #d9d9d9;border-radius:24px;padding:42px 40px;min-height:360px}
.dxp-price-card.is-highlight{background:#081532;color:#fff}
.dxp-price-card h3{font-size:44px;margin:0 0 8px}
.dxp-price-card p{margin:0 0 28px}
.dxp-price-card hr{border:0;border-top:1px solid rgba(120,120,120,.2);margin:28px 0}
.dxp-specs{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.dxp-price-card small{display:block;color:inherit;opacity:.72;margin-bottom:8px}
.dxp-price-card strong{display:block}
.dxp-price-card h4{font-size:30px;margin:4px 0}
.dxp-price-card em{display:block;font-size:12px;opacity:.7;font-style:normal}
.dxp-popular{position:absolute;right:30px;top:28px;background:#c89b3c;color:#fff;border-radius:20px;padding:8px 25px;font-size:13px}
.dxp-btn{display:block;text-align:center;margin-top:34px;background:#081532;color:#fff;text-decoration:none;border-radius:14px;padding:14px 20px}
.is-highlight .dxp-btn{background:#fff;color:#081532}
.dxp-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.dxp-gallery img{width:100%;height:220px;object-fit:cover;border-radius:16px}
.dxp-floor-plans h3{font-size:32px;margin-top:35px}

@media(max-width:1024px){
    .dxp-project-grid,.dxp-pricing-grid,.dxp-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}
    .dxp-pricing-top h2{font-size:42px}
}
@media(max-width:767px){
    .dxp-filter-bar{
        display:flex;
        width:100%;
    }

    .dxp-filter-btn{
        min-width:auto;
        padding:10px 18px;
    }

    .dxp-viewall-stack{
        width:122px;
        max-width:122px;
        height:230px;
    }

    .dxp-stack-preview{
        flex-basis:38px;
        width:38px;
        min-width:38px;
    }

    .dxp-stack-layer{
        width:15px;
    }

    .dxp-stack-layer-2{left:9px}
    .dxp-stack-layer-3{left:18px}

    .dxp-viewall-label{
        flex-basis:84px;
        width:84px;
        min-width:84px;
        font-size:15px;
    }
}

@media(prefers-reduced-motion:reduce){
    .dxp-archive-card.dxp-card-enter{
        animation:none;
    }

    .dxp-stack-layer,
    .dxp-viewall-label{
        transition:none;
    }
}

/* View All preview: total 20% card width = 5% + 5% + 5% + 5% */
.dxp-viewall-stack{
    appearance:none;
    position:relative;
    display:grid;
    grid-template-columns:repeat(4, 25%);
    align-items:stretch;
    justify-self:start;
    width:20%;
    min-width:82px;
    max-width:110px;
    height:290px;
    padding:0;
    margin:0;
    border:0;
    background:transparent;
    cursor:pointer;
    overflow:hidden;
    border-radius:20px;
    text-align:left;
}

.dxp-stack-preview{
    display:contents;
}

.dxp-stack-layer{
    position:relative;
    inset:auto;
    width:100%;
    height:100%;
    max-width:none;
    border:0;
    border-right:1px solid rgba(255,255,255,.45);
    border-radius:0;
    background-position:center;
    background-size:cover;
    box-shadow:none;
    transition:transform .35s ease,filter .35s ease;
}

.dxp-stack-layer-1{
    grid-column:1;
    z-index:1;
}

.dxp-stack-layer-2{
    grid-column:2;
    z-index:1;
}

.dxp-stack-layer-3{
    grid-column:3;
    z-index:1;
}

.dxp-viewall-label{
    position:relative;
    z-index:2;
    grid-column:4;
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    min-width:0;
    height:100%;
    border:1px solid rgba(8,21,50,.28);
    border-radius:0 20px 20px 0;
    background:#faf9f6;
    color:#081532;
    font-size:17px;
    font-weight:500;
    line-height:1;
    writing-mode:vertical-rl;
    text-orientation:mixed;
    transform:rotate(180deg);
    transition:background-color .3s ease,color .3s ease;
}

.dxp-viewall-stack:hover .dxp-stack-layer{
    filter:brightness(.9);
}

.dxp-viewall-stack:hover .dxp-stack-layer-1{
    transform:translateX(-3px);
}

.dxp-viewall-stack:hover .dxp-stack-layer-2{
    transform:translateX(-1px);
}

.dxp-viewall-stack:hover .dxp-stack-layer-3{
    transform:translateX(1px);
}

.dxp-viewall-stack:hover .dxp-viewall-label{
    background:#081532;
    color:#fff;
}

@media(max-width:1024px){
    .dxp-viewall-stack{
        width:24%;
        min-width:78px;
        max-width:100px;
        height:260px;
    }
}

@media(max-width:767px){
    .dxp-viewall-stack{
        width:32%;
        min-width:78px;
        max-width:96px;
        height:230px;
    }

    .dxp-viewall-label{
        font-size:14px;
    }
}


/* Exact View All preview:
   3 image strips = 5% + 5% + 5% of a card
   View All panel = 20% of a card
   Total visual width = 35% of one grid card
*/
.dxp-viewall-stack{
    appearance:none;
    position:relative;
    display:grid;
    grid-template-columns:14.2857% 14.2857% 14.2857% 57.1429%;
    align-items:stretch;
    justify-self:start;
    width:35%;
    min-width:132px;
    max-width:155px;
    height:290px;
    padding:0;
    margin:0;
    border:0;
    background:transparent;
    cursor:pointer;
    overflow:visible;
    text-align:left;
}

.dxp-stack-preview{
    display:contents;
}

.dxp-stack-layer{
    position:relative;
    width:calc(100% + 7px);
    height:100%;
    margin-right:-7px;
    border:1px solid rgba(8,21,50,.22);
    border-right:0;
    border-radius:20px 0 0 20px;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    box-shadow:0 8px 20px rgba(0,0,0,.10);
    transition:transform .35s ease,filter .35s ease;
}

.dxp-stack-layer-1{
    grid-column:1;
    z-index:1;
}

.dxp-stack-layer-2{
    grid-column:2;
    z-index:2;
}

.dxp-stack-layer-3{
    grid-column:3;
    z-index:3;
}

.dxp-viewall-label{
    position:relative;
    z-index:5;
    grid-column:4;
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    min-width:0;
    height:100%;
    border:1px solid rgba(8,21,50,.30);
    border-radius:20px;
    background:#faf9f6;
    color:#081532;
    font-size:16px;
    font-weight:500;
    line-height:1;
    writing-mode:vertical-rl;
    text-orientation:mixed;
    transform:rotate(180deg);
    box-shadow:0 6px 16px rgba(0,0,0,.04);
    transition:background-color .3s ease,color .3s ease,transform .3s ease;
}

.dxp-viewall-stack:hover .dxp-stack-layer-1{
    transform:translateX(-4px);
}

.dxp-viewall-stack:hover .dxp-stack-layer-2{
    transform:translateX(-2px);
}

.dxp-viewall-stack:hover .dxp-stack-layer-3{
    transform:translateX(1px);
}

.dxp-viewall-stack:hover .dxp-viewall-label{
    background:#081532;
    color:#fff;
}

.dxp-viewall-stack[hidden]{
    display:none !important;
}

@media(max-width:1024px){
    .dxp-viewall-stack{
        width:38%;
        min-width:126px;
        max-width:145px;
        height:260px;
    }
}

@media(max-width:767px){
    .dxp-viewall-stack{
        width:42%;
        min-width:122px;
        max-width:140px;
        height:230px;
    }

    .dxp-viewall-label{
        font-size:14px;
    }
}



/* Client-approved stacked View All design */
.dxp-viewall-stack {
    --panel-width: 125px;
    --panel-height: 290px;
    --overlap: 105px;

    appearance: none;
    position: relative;
    display: flex;
    align-items: stretch;

    width: calc(
        var(--panel-width) +
        (var(--panel-width) - var(--overlap)) * 3
    );

    height: var(--panel-height);
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    overflow: visible;
    cursor: pointer;
}

.dxp-stack-preview {
    display: flex;
    width: auto;
    height: 100%;
    overflow: visible;
}

.dxp-stack-layer {
    position: relative !important;
    inset: auto !important;

    flex: 0 0 var(--panel-width);
    width: var(--panel-width);
    min-width: var(--panel-width);
    height: var(--panel-height);

    margin: 0;
    border: 1px solid #a8acb4;
    border-radius: 22px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    box-shadow: none;
    transform: none !important;
}

.dxp-stack-layer-1 {
    z-index: 1;
}

.dxp-stack-layer-2 {
    margin-left: calc(var(--overlap) * -1);
    z-index: 2;
}

.dxp-stack-layer-3 {
    margin-left: calc(var(--overlap) * -1);
    z-index: 3;
}

.dxp-viewall-label {
    position: relative !important;
    inset: auto !important;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 var(--panel-width);
    width: var(--panel-width);
    min-width: var(--panel-width);
    height: var(--panel-height);

    margin-left: calc(var(--overlap) * -1);
    padding: 0;

    border: 1px solid #a8acb4;
    border-radius: 22px;

    background: #faf9f6;
    color: #081532;

    font-size: 17px;
    font-weight: 500;
    line-height: 1;

    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg) !important;

    z-index: 4;
}

.dxp-viewall-stack:hover .dxp-stack-layer {
    transform: none !important;
}

.dxp-viewall-stack:hover .dxp-viewall-label {
    background: #081532;
    color: #ffffff;
}

.dxp-viewall-stack[hidden] {
    display: none !important;
}

.dxp-viewall-stack:hover {
    background-color: transparent;
}

.dxp-filter-bar {
    background-color: #efefef;
    border-radius: 30px;
    margin-bottom: 50px;
}

.dxp-filter-bar .dxp-filter-btn {
    width: 15%;
    font-family: 'Satochi', sans-serif;
    height: 50px;
}

.dxp-filter-btn.is-active {
    background: #081532;
    color: #fff;
    border-radius: 50px;
}

@media (max-width: 767px) {
    .dxp-filter-bar .dxp-filter-btn {
        width: auto;
        min-width: 105px;
    }
}


/* Project Banner */
.dxp-project-banner {
    position: relative;
    display: flex;
    align-items: center;

    min-height: 720px;
    padding: 160px 7% 90px;
    border-radius: 30px !important;
    overflow: hidden;
    font-family: 'Satochi', sans-serif;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dxp-project-banner-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,0.86) 0%,
            rgba(3, 15, 35, 0.55) 45%,
            rgba(3, 15, 35, 0.15) 100%
        );
}

.dxp-project-banner-content {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 720px;

    color: #ffffff;
}

.dxp-banner-category {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 110px;
    padding: 10px 24px;
    margin-bottom: 28px;

    border-radius: 40px;
    background: #b48742;
    color: #ffffff;

    font-size: 14px;
}

.dxp-banner-title {
    max-width: 700px;
    margin: 0 0 26px;

    color: #ffffff;

    font-size: clamp(42px, 5vw, 76px);
    font-weight: 600;
    line-height: 1.12;
}

.dxp-banner-address {
    display: flex;
    align-items: flex-start;
    gap: 10px;

    max-width: 650px;
    margin-bottom: 25px;

    color: rgba(255, 255, 255, 0.9);

    font-size: 16px;
    line-height: 1.6;
}

.dxp-banner-location-icon {
    flex: 0 0 auto;
    font-size: 18px;
}

.dxp-banner-description {
    max-width: 680px;
    margin-bottom: 30px;

    color: rgba(255, 255, 255, 0.85);

    font-size: 17px;
    line-height: 1.7;
}

.dxp-banner-description p {
    margin: 0;
}

.dxp-brochure-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 52px;
    padding: 14px 28px;

    border-radius: 50px;
    background: #ffffff;
    color: #081532;

    text-decoration: none;
    font-size: 15px;
    font-weight: 600;

    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.dxp-brochure-btn:hover {
    background: #b48742;
    color: #ffffff;
    transform: translateY(-2px);
}

@media (max-width: 1024px) {

    .dxp-project-banner {
        min-height: 620px;
        padding: 140px 45px 70px;
    }

}

@media (max-width: 767px) {

    .dxp-project-banner {
        min-height: 580px;
        padding: 120px 24px 60px;
        border-radius: 20px !important;
    }

    .dxp-banner-title {
        font-size: 40px;
    }

    .dxp-banner-address,
    .dxp-banner-description {
        font-size: 15px;
    }
}

.dxp-banner-location-icon img {
    width: 15px;
    filter: brightness(0) invert(1);
}
/* =========================================================
   PROJECT GALLERY — DRAGGABLE SLIDER
   ========================================================= */

.dxp-gallery-slider {
    width: 100%;
    overflow: hidden;
    font-family: 'Satochi', sans-serif;
    color: #081532;
}

.dxp-gallery-slider-viewport {
    position: relative;
    width: 100%;
    height: 510px;
    overflow: hidden;
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
}

.dxp-gallery-slider-viewport.is-dragging {
    cursor: grabbing;
}

.dxp-gallery-slider-track {
    display: flex;
    align-items: stretch;
    gap: 20px;

    width: max-content;
    height: 100%;

    will-change: transform;
    transform: translate3d(0, 0, 0);

    transition:
        transform 0.7s cubic-bezier(0.22, 0.8, 0.25, 1);
}

.dxp-gallery-slider-track.no-transition {
    transition: none !important;
}

.dxp-gallery-slide {
    position: relative;
    flex: 0 0 80vw;
    width: 80vw;
    height: 100%;

    overflow: hidden;
    border-radius: 26px;

    opacity: 0.55;
    transform: scale(0.97);

    transition:
        opacity 0.55s ease,
        transform 0.55s ease;

    pointer-events: none;
}

.dxp-gallery-slide.is-active {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;

    box-shadow:
        0 18px 38px rgba(0, 0, 0, 0.16);
}

/* Previous and next remain the same height */
.dxp-gallery-slide.is-prev,
.dxp-gallery-slide.is-next {
    opacity: 0.8;
    transform: scale(1);
}

.dxp-gallery-slide img {
    display: block;
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

.dxp-gallery-slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 18px;
    margin-top: 30px;
}

.dxp-gallery-arrow {
    appearance: none;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    padding: 0;
    border: 1px solid #9ca3af;
    border-radius: 50%;

    background: #ffffff;
    color: #081532;

    font-size: 30px;
    line-height: 1;

    cursor: pointer;

    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.dxp-gallery-arrow:hover {
    background: #081532;
    color: #ffffff;
    border-color: #081532;
    transform: translateY(-2px);
}

/* Desktop: slide width is 80% of viewport */
@media (min-width: 1025px) {

    .dxp-gallery-slide {
        flex-basis: 80vw;
        width: 80vw;
    }

}

/* Tablet */
@media (max-width: 1024px) {

    .dxp-gallery-slider-viewport {
        height: 430px;
    }

    .dxp-gallery-slide {
        flex-basis: 84vw;
        width: 84vw;
        border-radius: 22px;
    }

}

/* Mobile */
@media (max-width: 767px) {

    .dxp-gallery-slider-viewport {
        height: 300px;
    }

    .dxp-gallery-slider-track {
        gap: 12px;
    }

    .dxp-gallery-slide {
        flex-basis: 88vw;
        width: 88vw;
        border-radius: 18px;
    }

    .dxp-gallery-slider-controls {
        margin-top: 22px;
    }

    .dxp-gallery-arrow {
        width: 44px;
        height: 44px;
        font-size: 27px;
    }

}

@media (prefers-reduced-motion: reduce) {

    .dxp-gallery-slider-track,
    .dxp-gallery-slide {
        transition: none;
    }

}

/* =========================================================
   PROJECT AMENITIES
   8 items + Show More as the next grid card
   ========================================================= */

.dxp-amenities {
    width: 100%;
    font-family: 'Satochi', sans-serif;
}

.dxp-amenities-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px 30px;
    align-items: stretch;
}

.dxp-amenity-item,
.dxp-amenities-more {
    min-height: 92px;
    border: 1px solid #dedede;
    border-radius: 18px;
    background: #ffffff;
}

.dxp-amenity-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 16px 20px;

    opacity: 0;
    transform: translateY(12px);

    transition:
        opacity .35s ease,
        transform .35s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}

.dxp-amenity-item.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.dxp-amenity-item[hidden] {
    display: none !important;
}

.dxp-amenity-item:hover {
    border-color: #c9c1b3;
    box-shadow: 0 8px 20px rgba(0,0,0,.05);
}

/* .dxp-amenity-icon {
    flex: 0 0 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 44px;
    height: 44px;

    border: 1px solid #e8e2d8;
    border-radius: 12px;

    background: #faf8f3;
}
 */
.dxp-amenity-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.dxp-amenity-content {
    min-width: 0;
}

.dxp-amenity-content h3 {
    margin: 0 0 3px;
    color: #081532;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
}

.dxp-amenity-content p {
    margin: 0;
    color: #747a86;
    font-size: 13px;
    line-height: 1.3;
}


/* Show More occupies the 9th grid position */
.dxp-amenities-more {
    appearance: none;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    padding: 16px 20px;

    color: #081532;
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    text-align: center;

    cursor: pointer;

    transition:
        background-color .25s ease,
        color .25s ease,
        border-color .25s ease,
        transform .25s ease;
}

.dxp-amenities-more:hover {
    background: #081532;
    color: #ffffff;
    border-color: #081532;
    transform: translateY(-2px);
}

.dxp-amenities-more[hidden] {
    display: none !important;
}


/* Tablet */
@media (max-width: 1024px) {

    .dxp-amenities-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 18px;
    }

}


/* Mobile */
@media (max-width: 767px) {

    .dxp-amenities-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .dxp-amenity-item,
    .dxp-amenities-more {
        min-height: 82px;
        border-radius: 16px;
    }

    .dxp-amenity-item {
        padding: 14px 16px;
    }

    .dxp-amenity-icon {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    .dxp-amenity-icon img {
        width: 20px;
        height: 20px;
    }

    .dxp-amenity-content h3 {
        font-size: 15px;
    }

    .dxp-amenity-content p {
        font-size: 12px;
    }

    .dxp-amenities-more {
        padding: 14px 16px;
    }

}

@media (prefers-reduced-motion: reduce) {

    .dxp-amenity-item,
    .dxp-amenities-more {
        transition: none;
    }

}


/* =========================================================
   Project FAQ
   ========================================================= */
.dxp-project-faq{
    width:100%;
    font-family:'Satochi',sans-serif;
}
.dxp-faq-list{
    border-top:1px solid #d9dce2;
}
.dxp-faq-item{
    border-bottom:1px solid #d9dce2;
}
.dxp-faq-question{
    appearance:none;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    width:100%;
    padding:24px 0;
    border:0;
    background:transparent;
    color:#081532;
    font:inherit;
    font-size:20px;
    font-weight:600;
    text-align:left;
    cursor:pointer;
}
.dxp-faq-plus{
    position:relative;
    flex:0 0 28px;
    width:28px;
    height:28px;
}
.dxp-faq-plus::before,
.dxp-faq-plus::after{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    width:16px;
    height:2px;
    background:#081532;
    transform:translate(-50%,-50%);
    transition:transform .25s ease;
}
.dxp-faq-plus::after{
    transform:translate(-50%,-50%) rotate(90deg);
}
.dxp-faq-item.is-open .dxp-faq-plus::after{
    transform:translate(-50%,-50%) rotate(0deg);
}
.dxp-faq-answer{
    overflow:hidden;
}
.dxp-faq-answer-inner{
    max-width:900px;
    padding:0 60px 24px 0;
    color:#596273;
    font-size:16px;
    line-height:1.75;
}
.dxp-faq-answer-inner p{
    margin:0;
}


/* =========================================================
   Project Location Map
   ========================================================= */
.dxp-location-map{
    position:relative;
    width:100%;
    min-height:620px;
    overflow:hidden;
    border-radius:28px;
    background:#eef1f4;
    font-family:'Satochi',sans-serif;
}
.dxp-location-map-canvas{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
}
.dxp-nearby-panel{
    position:relative;
    z-index:5;
    width:min(360px,calc(100% - 48px));
    max-height:540px;
    margin:40px 0 40px 40px;
    padding:28px;
    overflow:auto;
    border-radius:22px;
    background:rgba(255,255,255,.97);
    box-shadow:0 18px 42px rgba(8,21,50,.16);
}
.dxp-nearby-panel h3{
    margin:0 0 18px;
    color:#081532;
    font-size:25px;
    line-height:1.15;
}
.dxp-nearby-tabs{
    display:flex;
    gap:8px;
    margin-bottom:22px;
    overflow-x:auto;
    scrollbar-width:none;
}
.dxp-nearby-tabs::-webkit-scrollbar{
    display:none;
}
.dxp-nearby-tab{
    appearance:none;
    flex:0 0 auto;
    padding:8px 13px;
    border:0;
    border-radius:999px;
    background:#f0f1f4;
    color:#081532;
    font:inherit;
    font-size:11px;
    cursor:pointer;
}
.dxp-nearby-tab.is-active{
    background:#081532;
    color:#fff;
}
.dxp-nearby-status{
    padding:12px 0;
    color:#6b7280;
    font-size:13px;
}
.dxp-nearby-list{
    display:flex;
    flex-direction:column;
}
.dxp-nearby-item{
    appearance:none;
    display:flex;
    align-items:flex-start;
    gap:12px;
    width:100%;
    padding:16px 0;
    border:0;
    border-bottom:1px solid #eceef2;
    background:transparent;
    color:#081532;
    font:inherit;
    text-align:left;
    cursor:pointer;
}
.dxp-nearby-item:last-child{
    border-bottom:0;
}
.dxp-nearby-item-icon{
    flex:0 0 42px;
    display:flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    border-radius:12px;
    background:#f7f3ea;
    color:#b48742;
    font-size:14px;
    font-weight:700;
}
.dxp-nearby-item-copy{
    display:flex;
    flex-direction:column;
    min-width:0;
}
.dxp-nearby-item-copy strong{
    margin-bottom:4px;
    color:#081532;
    font-size:14px;
    line-height:1.3;
}
.dxp-nearby-item-copy small{
    margin-bottom:4px;
    color:#b48742;
    font-size:11px;
}
.dxp-nearby-item-copy em{
    display:-webkit-box;
    overflow:hidden;
    color:#7b8190;
    font-size:10px;
    font-style:normal;
    line-height:1.35;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.dxp-nearby-item.is-active strong{
    color:#b48742;
}
.dxp-project-map-marker,
.dxp-nearby-marker{
    display:flex;
    align-items:center;
    justify-content:center;
}
.dxp-project-map-marker{
    width:28px;
    height:28px;
    border:5px solid #fff;
    border-radius:50%;
    background:#b48742;
    box-shadow:0 4px 12px rgba(0,0,0,.22);
}
.dxp-project-map-marker span{
    width:6px;
    height:6px;
    border-radius:50%;
    background:#fff;
}
.dxp-nearby-marker{
    width:20px;
    height:20px;
    border:3px solid #fff;
    border-radius:50%;
    background:#081532;
    color:#fff;
    box-shadow:0 3px 8px rgba(0,0,0,.18);
    font-size:16px;
    line-height:1;
}
.dxp-map-message{
    padding:20px;
    border:1px solid #e1e4e8;
    border-radius:14px;
    background:#fff;
    color:#596273;
}

@media(max-width:1024px){
    .dxp-location-map{
        min-height:560px;
    }
    .dxp-nearby-panel{
        width:min(330px,calc(100% - 40px));
        max-height:470px;
        margin:30px 0 30px 30px;
    }
}

@media(max-width:767px){
    .dxp-faq-question{
        padding:20px 0;
        font-size:17px;
    }
    .dxp-faq-answer-inner{
        padding:0 42px 20px 0;
        font-size:14px;
    }

    .dxp-location-map{
        display:flex;
        flex-direction:column;
        min-height:0;
        overflow:visible;
        border-radius:20px;
        background:transparent;
    }
    .dxp-location-map-canvas{
        position:relative;
        order:1;
        height:380px;
        border-radius:20px;
        overflow:hidden;
    }
    .dxp-nearby-panel{
        order:2;
        width:100%;
        max-height:none;
        margin:16px 0 0;
        padding:22px 18px;
        border:1px solid #e3e5e9;
        border-radius:20px;
        box-shadow:none;
    }
    .dxp-nearby-panel h3{
        font-size:22px;
    }
}


/* =========================================================
   FINAL MAP FILTER TAB FIX
   Horizontal scrolling, no overlap
   ========================================================= */

.dxp-nearby-tabs{
    display:flex !important;
    flex-wrap:nowrap !important;
    align-items:center;
    gap:8px;

    width:100%;
    max-width:100%;

    margin-bottom:22px;
    padding:0 0 5px;

    overflow-x:auto !important;
    overflow-y:hidden !important;

    white-space:nowrap;

    scrollbar-width:none;
    -ms-overflow-style:none;

    scroll-behavior:smooth;
    -webkit-overflow-scrolling:touch;
}

.dxp-nearby-tabs::-webkit-scrollbar{
    display:none;
}

.dxp-nearby-tab{
    appearance:none;

    flex:0 0 auto !important;
    width:auto !important;
    min-width:max-content;

    padding:8px 14px;

    border:0;
    border-radius:999px;

    background:#f0f1f4;
    color:#081532;

    font:inherit;
    font-size:11px;
    line-height:1;

    white-space:nowrap;

    cursor:pointer;
}

.dxp-nearby-tab.is-active{
    background:#081532;
    color:#fff;
}

/* Existing home FAQ styling is intentionally reused.
   Only behavior comes from the plugin. */
.dxp-project-faq-wrapper .dxp-project-faq-answer{
    display:none;
}

.dxp-project-faq-wrapper .dxp-project-faq-item.active .dxp-project-faq-answer{
    display:block;
}


/* =========================================================
   FINAL NEARBY PLACE CARD WITH PLACE PHOTO
   ========================================================= */

.dxp-nearby-panel{
    width:min(430px,calc(100% - 48px));
    padding:30px;
}

.dxp-nearby-item{
    appearance:none;

    display:grid !important;
    grid-template-columns:minmax(0,1fr) 72px;
    align-items:center;
    gap:16px;

    width:100%;
    padding:18px 0;

    border:0;
    border-bottom:1px solid #eceef2;

    background:transparent;
    color:#081532;

    font:inherit;
    text-align:left;
    cursor:pointer;
}

.dxp-nearby-item:last-child{
    border-bottom:0;
}

.dxp-nearby-item-copy{
    display:flex;
    flex-direction:column;
    min-width:0;
}

.dxp-nearby-item-copy strong{
    margin-bottom:6px;

    color:#081532;

    font-size:15px;
    font-weight:600;
    line-height:1.3;
}

.dxp-nearby-item-copy small{
    margin-bottom:8px;

    color:#b48742;

    font-size:11px;
    line-height:1.3;
}

.dxp-nearby-item-copy em{
    display:-webkit-box;
    overflow:hidden;

    color:#747b89;

    font-size:10px;
    font-style:normal;
    line-height:1.45;

    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}

.dxp-nearby-item-image{
    display:block;

    width:72px;
    height:72px;

    overflow:hidden;
    border-radius:10px;

    background:#f3f4f6;
}

.dxp-nearby-item-image img{
    display:block;

    width:100%;
    height:100%;

    object-fit:cover;
    object-position:center;
}

.dxp-nearby-item-image.dxp-no-image{
    background:
        linear-gradient(
            135deg,
            #f4f5f7,
            #e7e9ed
        );
}

@media(max-width:767px){

    .dxp-nearby-panel{
        width:100%;
        padding:22px 18px;
    }

    .dxp-nearby-item{
        grid-template-columns:minmax(0,1fr) 68px;
        gap:14px;
        padding:16px 0;
    }

    .dxp-nearby-item-image{
        width:68px;
        height:68px;
    }

}


/* =========================================================
   Nearby panel - final compact reference UI
   ========================================================= */

.dxp-location-map .dxp-nearby-panel{
    box-sizing:border-box;
    width:min(360px,calc(100% - 48px)) !important;
    max-height:575px;
    padding:28px 30px !important;
    overflow-y:auto;
    overflow-x:hidden;
}

.dxp-location-map .dxp-nearby-panel h3{
    margin:0 0 18px !important;
    font-size:25px !important;
    line-height:1.15 !important;
    font-weight:600 !important;
}

.dxp-location-map .dxp-nearby-item{
    all:unset;
    box-sizing:border-box;

    display:grid !important;
    grid-template-columns:minmax(0,1fr) 66px !important;
    align-items:center !important;
    gap:14px !important;

    width:100% !important;
    min-height:106px;
    padding:14px 0 !important;

    border-bottom:1px solid #eceef2 !important;

    cursor:pointer;
    text-align:left !important;
    font-family:'Satochi',sans-serif !important;
}

.dxp-location-map .dxp-nearby-item:last-child{
    border-bottom:0 !important;
}

.dxp-location-map .dxp-nearby-item-copy{
    display:flex !important;
    flex-direction:column !important;
    min-width:0 !important;
    overflow:hidden;
}

.dxp-location-map .dxp-nearby-item-copy strong{
    display:-webkit-box !important;
    overflow:hidden !important;

    margin:0 0 5px !important;

    color:#081532 !important;

    font-family:'Satochi',sans-serif !important;
    font-size:14px !important;
    font-weight:600 !important;
    line-height:1.25 !important;

    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;

    word-break:normal !important;
    overflow-wrap:break-word;
}

.dxp-location-map .dxp-nearby-item-copy small{
    display:block !important;
    margin:0 0 7px !important;

    color:#b48742 !important;

    font-family:'Satochi',sans-serif !important;
    font-size:10.5px !important;
    font-weight:400 !important;
    line-height:1.3 !important;
}

.dxp-location-map .dxp-nearby-item-copy em{
    display:-webkit-box !important;
    overflow:hidden !important;

    margin:0 !important;

    color:#727a8a !important;

    font-family:'Satochi',sans-serif !important;
    font-size:9.5px !important;
    font-style:normal !important;
    font-weight:400 !important;
    line-height:1.4 !important;

    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.dxp-location-map .dxp-nearby-item-image{
    display:block !important;

    width:66px !important;
    height:66px !important;

    overflow:hidden !important;
    border-radius:10px !important;

    background:#f1f2f4 !important;
}

.dxp-location-map .dxp-nearby-item-image img{
    display:block !important;
    width:100% !important;
    height:100% !important;

    border:0 !important;
    border-radius:0 !important;

    object-fit:cover !important;
    object-position:center !important;
}

.dxp-location-map .dxp-nearby-item:hover,
.dxp-location-map .dxp-nearby-item.is-active{
    background:transparent !important;
}

.dxp-location-map .dxp-nearby-item.is-active strong{
    color:#b48742 !important;
}

/* Horizontal tab strip stays within panel */
.dxp-location-map .dxp-nearby-tabs{
    display:flex !important;
    flex-wrap:nowrap !important;

    width:100% !important;
    max-width:100% !important;

    gap:8px !important;
    padding:0 0 5px !important;
    margin:0 0 14px !important;

    overflow-x:auto !important;
    overflow-y:hidden !important;

    white-space:nowrap !important;

    scrollbar-width:none;
    -ms-overflow-style:none;
    -webkit-overflow-scrolling:touch;
}

.dxp-location-map .dxp-nearby-tabs::-webkit-scrollbar{
    display:none;
}

.dxp-location-map .dxp-nearby-tab{
    all:unset;
    box-sizing:border-box;

    flex:0 0 auto !important;

    padding:7px 13px !important;

    border-radius:999px !important;

    background:#f0f1f4 !important;
    color:#081532 !important;

    font-family:'Satochi',sans-serif !important;
    font-size:10px !important;
    line-height:1 !important;

    cursor:pointer;
    white-space:nowrap !important;
}

.dxp-location-map .dxp-nearby-tab.is-active{
    background:#081532 !important;
    color:#fff !important;
}

@media(max-width:767px){
    .dxp-location-map .dxp-nearby-panel{
        width:100% !important;
        max-height:none;
        padding:22px 18px !important;
    }

    .dxp-location-map .dxp-nearby-item{
        grid-template-columns:minmax(0,1fr) 64px !important;
        min-height:100px;
    }

    .dxp-location-map .dxp-nearby-item-image{
        width:64px !important;
        height:64px !important;
    }
}

/* Isolated Project FAQ */
.dxp-project-faq-wrapper{
    width:100%;
    font-family:'Satochi', sans-serif;
}
.dxp-project-faq-item{
    border-bottom:1px solid #e2e4e8;
}
.dxp-project-faq-question{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    width:100%;
    padding:22px 0;
    cursor:pointer;
}
.dxp-project-faq-question > span{
    color:#081532;
    font-size:20px;
    font-weight:600;
    line-height:1.35;
}
.dxp-project-faq-question button{
    appearance:none;
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 36px;
    width:36px;
    height:36px;
    padding:0;
    border:0;
    background:transparent;
    cursor:pointer;
}
.dxp-project-faq-question button img{
    display:block;
    width:18px;
    height:18px;
    object-fit:contain;
    transition:transform .3s ease;
}
.dxp-project-faq-item.active .dxp-project-faq-question button img{
    transform:rotate(180deg);
}
.dxp-project-faq-answer{
    display:none;
    padding:0 50px 22px 0;
    color:#646d7d;
    font-size:16px;
    line-height:1.7;
}
.dxp-project-faq-answer p{margin:0;}
.dxp-project-faq-item.active .dxp-project-faq-answer{display:block;}

@media(max-width:767px){
    .dxp-project-faq-question{padding:18px 0;}
    .dxp-project-faq-question > span{font-size:17px;}
    .dxp-project-faq-answer{
        padding:0 38px 18px 0;
        font-size:14px;
    }
}


/* =========================================================
   Construction Updates — reference UI
   ========================================================= */
.dxp-construction-updates{width:100%;font-family:'Satochi',sans-serif;color:#081532}
.dxp-construction-heading{margin-bottom:28px}
.dxp-construction-pill{display:inline-flex;align-items:center;justify-content:center;min-width:145px;min-height:34px;padding:7px 20px;margin-bottom:22px;border:1px solid #081532;border-radius:999px;font-size:14px;line-height:1}
.dxp-construction-heading h2{margin:0;color:#050505;font-size:clamp(42px,4.2vw,68px);font-weight:600;line-height:1.08}
.dxp-construction-filters{display:flex;gap:20px;margin:0 0 40px}
.dxp-construction-filters label{position:relative}
.dxp-construction-filters select{appearance:none;min-width:150px;height:52px;padding:0 48px 0 18px;border:1px solid #e0e2e6;border-radius:12px;background:#f2f3f5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23081532' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 16px center;color:#596273;font:inherit;font-size:16px;cursor:pointer}
.dxp-construction-results{position:relative;transition:opacity .25s ease,transform .35s ease}
.dxp-construction-results.is-loading{opacity:.35;pointer-events:none}
.dxp-construction-results.is-entering{opacity:0;transform:translateY(18px)}
.dxp-construction-loading{display:flex;justify-content:center;padding:16px}
.dxp-construction-loading[hidden]{display:none!important}
.dxp-construction-loading span{width:30px;height:30px;border:3px solid #e5e7eb;border-top-color:#081532;border-radius:50%;animation:dxpSpin .8s linear infinite}
@keyframes dxpSpin{to{transform:rotate(360deg)}}
.dxp-construction-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-auto-rows:190px;gap:26px}
.dxp-construction-item{margin:0;overflow:hidden;border-radius:24px;background:#edf0f2}
.dxp-construction-item:nth-child(5n+1){grid-column:span 3;grid-row:span 2}
.dxp-construction-item:nth-child(5n+2){grid-column:span 3;grid-row:span 2}
.dxp-construction-item:nth-child(5n+3),.dxp-construction-item:nth-child(5n+4),.dxp-construction-item:nth-child(5n+5){grid-column:span 2;grid-row:span 1}
.dxp-construction-item img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.dxp-construction-item:hover img{transform:scale(1.035)}
.dxp-construction-empty{padding:34px;border:1px solid #e2e4e8;border-radius:18px;text-align:center;color:#6b7280;background:#fff}
@media(max-width:1024px){.dxp-construction-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:260px;gap:18px}.dxp-construction-item{grid-column:span 1!important;grid-row:span 1!important}.dxp-construction-heading h2{font-size:48px}}
@media(max-width:767px){.dxp-construction-heading h2{font-size:40px}.dxp-construction-filters{gap:12px;margin-bottom:28px}.dxp-construction-filters label{flex:1}.dxp-construction-filters select{width:100%;min-width:0;height:48px;padding-left:14px;font-size:14px}.dxp-construction-grid{grid-template-columns:1fr;grid-auto-rows:auto;gap:16px}.dxp-construction-item{aspect-ratio:4/3;border-radius:18px}.dxp-construction-item img{height:100%}}
@media(prefers-reduced-motion:reduce){.dxp-construction-results,.dxp-construction-item img,.dxp-construction-loading span{transition:none;animation:none}}


/* =========================================================
   FLOOR PLAN TAB GALLERY SLIDER
   ========================================================= */
.dxp-floor-plan-slider{
    width:100%;
    font-family:'Satochi', sans-serif;
    color:#081532;
}

.dxp-floor-tabs{
    display:flex;
    flex-wrap:nowrap;
    align-items:center;
    gap:4px;
    width:min(720px,100%);
    margin:0 auto 34px;
    padding:4px;
    overflow-x:auto;
    overflow-y:hidden;
    border-radius:999px;
    background:#f0f1f4;
    scrollbar-width:none;
    -ms-overflow-style:none;
}
.dxp-floor-tabs::-webkit-scrollbar{display:none;}

.dxp-floor-tab{
    appearance:none;
    flex:1 0 auto;
    min-width:120px;
    min-height:44px;
    padding:10px 20px;
    border:0;
    border-radius:999px;
    background:transparent;
    color:#081532;
    font:inherit;
    font-size:13px;
    white-space:nowrap;
    cursor:pointer;
    transition:background-color .25s ease,color .25s ease;
}
.dxp-floor-tab.is-active{
    background:#081532;
    color:#fff;
}

.dxp-floor-panel[hidden]{display:none!important;}

.dxp-floor-gallery-slider{
    overflow:hidden;
}

/* 10% previous + 80% active + 10% next, equal height */
.dxp-floor-gallery-slider .dxp-gallery-slide{
    flex-basis:calc(var(--dxp-slider-width, 1200px) * .80);
    width:calc(var(--dxp-slider-width, 1200px) * .80);
}
.dxp-floor-gallery-slider .dxp-gallery-slider-viewport{
    height:560px;
}
.dxp-floor-gallery-slider .dxp-gallery-slide img{
    object-fit:cover;
}

/* =========================================================
   PRICING / COSTING CARDS — FIGMA MATCH
   Shortcode: [dextra_project_pricing]
   ========================================================= */
.dxp-pricing-section{
    width:100%;
    padding:0;
    background:transparent;
    font-family:'Satochi', sans-serif;
    color:#081532;
}
.dxp-pricing-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
    align-items:stretch;
}
.dxp-price-card{
    position:relative;
    display:flex;
    flex-direction:column;
    min-height:420px;
    padding:34px 32px 28px;
    border:1px solid #dfe2e7;
    border-radius:22px;
    background:#fff;
    color:#081532;
    box-shadow:none;
}
.dxp-price-card.is-highlight{
    background:#081532;
    color:#fff;
    border-color:#081532;
}
.dxp-price-card h3{
    margin:0 0 4px;
    font-size:44px;
    font-weight:600;
    line-height:1;
}
.dxp-price-card p{
    margin:0;
    font-size:14px;
    opacity:.85;
}
.dxp-price-card hr{
    width:100%;
    margin:26px 0;
    border:0;
    border-top:1px solid rgba(91,101,120,.18);
}
.dxp-price-card.is-highlight hr{
    border-top-color:rgba(255,255,255,.16);
}
.dxp-specs{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:24px;
}
.dxp-price-card small{
    display:block;
    margin-bottom:6px;
    font-size:11px;
    opacity:.7;
}
.dxp-price-card strong{
    display:block;
    font-size:14px;
    line-height:1.4;
}
.dxp-price-card h4{
    margin:4px 0 2px;
    font-size:26px;
    font-weight:600;
    line-height:1.2;
}
.dxp-price-card em{
    display:block;
    font-size:10px;
    font-style:normal;
    opacity:.65;
}
.dxp-popular{
    position:absolute;
    top:22px;
    right:22px;
    padding:7px 20px;
    border-radius:999px;
    background:#c89b3c;
    color:#fff;
    font-size:11px;
    line-height:1;
}
.dxp-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    margin-top:auto;
    padding:12px 20px;
    border-radius:12px;
    background:#081532;
    color:#fff;
    text-decoration:none;
    font-size:12px;
}
.dxp-price-card.is-highlight .dxp-btn{
    background:#fff;
    color:#081532;
}

@media(max-width:1024px){
    .dxp-floor-gallery-slider .dxp-gallery-slider-viewport{height:450px;}
    .dxp-floor-gallery-slider .dxp-gallery-slide{
        flex-basis:calc(var(--dxp-slider-width, 800px) * .84);
        width:calc(var(--dxp-slider-width, 800px) * .84);
    }
    .dxp-pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}

@media(max-width:767px){
    .dxp-floor-tabs{
        justify-content:flex-start;
        margin-bottom:24px;
    }
    .dxp-floor-tab{
        flex:0 0 auto;
        min-width:105px;
        min-height:40px;
        padding:9px 16px;
        font-size:12px;
    }
    .dxp-floor-gallery-slider .dxp-gallery-slider-viewport{height:300px;}
    .dxp-floor-gallery-slider .dxp-gallery-slide{
        flex-basis:calc(var(--dxp-slider-width, 360px) * .88);
        width:calc(var(--dxp-slider-width, 360px) * .88);
    }
    .dxp-pricing-grid{grid-template-columns:1fr;}
    .dxp-price-card{
        min-height:390px;
        padding:30px 24px 24px;
    }
}


/* =========================================================
   FLOOR PLAN TAB SWITCH — FIXED ANIMATION
   ========================================================= */

.dxp-floor-plan-slider{
    position:relative;
}

.dxp-floor-plan-slider.is-switching{
    pointer-events:none;
}

.dxp-floor-panel{
    position:relative;
    opacity:1;
    transform:translateY(0) scale(1);
    transition:
        opacity .34s ease,
        transform .42s cubic-bezier(.22,.8,.25,1);
}

.dxp-floor-panel.is-leaving{
    opacity:0;
    transform:translateY(12px) scale(.985);
}

.dxp-floor-panel.is-entering{
    opacity:0;
    transform:translateY(18px) scale(.975);
}

.dxp-floor-tab{
    transition:
        background-color .25s ease,
        color .25s ease,
        border-color .25s ease,
        transform .25s ease;
}

.dxp-floor-tab:active{
    transform:scale(.97);
}


/* =========================================================
   CONSTRUCTION UPDATE — FIGMA STYLE + AJAX TRANSITION
   ========================================================= */

.dxp-construction-updates{
    position:relative;
    width:100%;
    font-family:'Satochi',sans-serif;
}

.dxp-construction-heading{
    margin-bottom:32px;
}

.dxp-construction-pill{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:148px;
    min-height:36px;
    padding:8px 22px;
    margin-bottom:26px;
    border:1px solid #081532;
    border-radius:999px;
    background:#fff;
    color:#081532;
    font-size:14px;
    line-height:1;
}

.dxp-construction-heading h2{
    margin:0;
    color:#081532;
    font-size:clamp(42px,4.6vw,72px);
    font-weight:600;
    line-height:1.05;
}

.dxp-construction-filters{
    display:flex;
    align-items:center;
    gap:18px;
    margin:0 0 42px;
}

.dxp-construction-filters label{
    flex:0 0 auto;
}

.dxp-construction-filters select{
    min-width:170px;
    height:54px;
    padding:0 50px 0 20px;
    border:1px solid #e0e2e6;
    border-radius:14px;
    background-color:#f3f4f6;
    color:#596273;
    font-family:'Satochi',sans-serif;
    font-size:16px;
}

.dxp-construction-results{
    position:relative;
    opacity:1;
    transform:translateY(0);
    transition:
        opacity .28s ease,
        transform .38s cubic-bezier(.22,.8,.25,1);
}

.dxp-construction-results.is-loading{
    opacity:.45;
}

.dxp-construction-results.is-leaving{
    opacity:0;
    transform:translateY(12px);
}

.dxp-construction-results.is-entering{
    opacity:0;
    transform:translateY(20px);
}

.dxp-construction-grid{
    display:grid;
    grid-template-columns:repeat(6,minmax(0,1fr));
    grid-auto-rows:190px;
    gap:24px;
}

.dxp-construction-item{
    margin:0;
    overflow:hidden;
    border-radius:24px;
    background:#edf0f2;
    box-shadow:0 8px 24px rgba(8,21,50,.05);
}

.dxp-construction-item:nth-child(5n+1),
.dxp-construction-item:nth-child(5n+2){
    grid-column:span 3;
    grid-row:span 2;
}

.dxp-construction-item:nth-child(5n+3),
.dxp-construction-item:nth-child(5n+4),
.dxp-construction-item:nth-child(5n+5){
    grid-column:span 2;
    grid-row:span 1;
}

.dxp-construction-item img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}

@media(max-width:1024px){
    .dxp-construction-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
        grid-auto-rows:260px;
        gap:18px;
    }

    .dxp-construction-item{
        grid-column:span 1!important;
        grid-row:span 1!important;
    }
}

@media(max-width:767px){
    .dxp-construction-heading h2{
        font-size:40px;
    }

    .dxp-construction-filters{
        gap:12px;
        margin-bottom:28px;
    }

    .dxp-construction-filters label{
        flex:1;
        min-width:0;
    }

    .dxp-construction-filters select{
        width:100%;
        min-width:0;
        height:49px;
        padding-left:14px;
        font-size:14px;
    }

    .dxp-construction-grid{
        grid-template-columns:1fr;
        grid-auto-rows:auto;
        gap:16px;
    }

    .dxp-construction-item{
        aspect-ratio:4/3;
        border-radius:18px;
    }
}


/* Separate project offer price shortcode */
.dxp-offer{font-family:'Satochi',sans-serif;text-align:right;}
.dxp-offer small,.dxp-offer span{display:block;color:#566073;}
.dxp-offer small{margin-bottom:6px;font-size:15px;}
.dxp-offer strong{display:block;color:#081532;font-size:clamp(30px,3vw,46px);font-weight:600;line-height:1.05;}
.dxp-offer span{margin-top:5px;font-size:14px;}
@media(max-width:767px){.dxp-offer{text-align:left;}}


/* =========================================================
   Client-approved Floor Tabs, Pricing and Offer styles
   ========================================================= */
.dxp-floor-tabs{
    margin-left:0 !important;
    background-color:#EFEFEF !important;
}

.dxp-floor-tabs .dxp-floor-tab.is-active,
.dxp-floor-tabs .dxp-floor-tab:hover{
    border-radius:30px !important;
    border-color:#081532;
    background-color:#081532;
    color:#fff !important;
}

.dxp-floor-tabs .dxp-floor-tab{
    border:none !important;
    color:#081532 !important;
}

.dxp-offer{
    font-family:'Satochi', sans-serif;
}

.dxp-price-card .line-cls{
    padding:30px 0;
}

.dxp-btn{
    margin-top:50px;
    border-radius:30px;
    font-weight:500;
}

.dxp-price-card .dxp-btn:hover{
    border:1px solid #081532;
    background-color:#fff;
    color:#081532;
}

.dxp-price-card.is-highlight .dxp-btn:hover{
    border:1px solid #fff;
    background-color:#081532;
    color:#fff;
}

/* =========================================================
   Construction image hover caption
   ========================================================= */
.dxp-construction-item{
    position:relative;
    isolation:isolate;
}

.dxp-construction-item::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    pointer-events:none;
    background:linear-gradient(
        180deg,
        rgba(3,15,35,0) 42%,
        rgba(3,15,35,.82) 100%
    );
    opacity:0;
    transition:opacity .35s ease;
}

.dxp-construction-caption{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    z-index:2;

    display:flex;
    flex-direction:column;
    gap:6px;

    padding:28px 30px;

    color:#fff;
    font-family:'Satochi',sans-serif;

    opacity:0;
    transform:translateY(16px);
    transition:
        opacity .35s ease,
        transform .4s cubic-bezier(.22,.8,.25,1);
}

.dxp-construction-caption small{
    display:block;
    color:rgba(255,255,255,.82);
    font-size:14px;
    font-weight:400;
    line-height:1.3;
}

.dxp-construction-caption strong{
    display:-webkit-box;
    overflow:hidden;

    color:#fff;
    font-size:20px;
    font-weight:600;
    line-height:1.35;

    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.dxp-construction-item:hover::after,
.dxp-construction-item:focus-within::after{
    opacity:1;
}

.dxp-construction-item:hover .dxp-construction-caption,
.dxp-construction-item:focus-within .dxp-construction-caption{
    opacity:1;
    transform:translateY(0);
}

@media(max-width:767px){
    .dxp-construction-caption{
        padding:20px;
    }

    .dxp-construction-caption small{
        font-size:12px;
    }

    .dxp-construction-caption strong{
        font-size:17px;
    }
}

@media(hover:none){
    .dxp-construction-item::after,
    .dxp-construction-caption{
        opacity:1;
    }

    .dxp-construction-caption{
        transform:none;
    }
}


/* =========================================================
   CONSTRUCTION UPDATES — TRUE RESPONSIVE MASONRY
   Natural image aspect ratio determines each card height.
   ========================================================= */

.dxp-construction-grid{
    display:block !important;
    width:100%;
    column-count:3;
    column-gap:24px;
}

.dxp-construction-grid .dxp-construction-item{
    position:relative;
    display:inline-block !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    margin:0 0 24px !important;
    overflow:hidden;
    border-radius:24px;
    break-inside:avoid;
    page-break-inside:avoid;
    -webkit-column-break-inside:avoid;
    vertical-align:top;
    grid-column:auto !important;
    grid-row:auto !important;
    aspect-ratio:auto !important;
}

.dxp-construction-grid .dxp-construction-item img{
    display:block;
    width:100%;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    object-fit:contain !important;
    object-position:center;
}

/* Keep hover caption fitted to every naturally sized card. */
.dxp-construction-grid .dxp-construction-item::after{
    border-radius:inherit;
}

.dxp-construction-grid .dxp-construction-caption{
    box-sizing:border-box;
    width:100%;
    padding:24px;
}

.dxp-construction-grid .dxp-construction-caption strong{
    display:-webkit-box;
    overflow:hidden;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}

@media(max-width:1024px){
    .dxp-construction-grid{
        column-count:2;
        column-gap:18px;
    }

    .dxp-construction-grid .dxp-construction-item{
        margin-bottom:18px !important;
        border-radius:20px;
    }
}

@media(max-width:767px){
    .dxp-construction-grid{
        column-count:1;
        column-gap:0;
    }

    .dxp-construction-grid .dxp-construction-item{
        margin-bottom:16px !important;
        border-radius:18px;
    }

    .dxp-construction-grid .dxp-construction-caption{
        padding:20px;
    }
}

