:root {
    --integration-gold: #d9ad3b;
    --integration-ink: #121212;
    --integration-muted: #666;
}

#hero h1,
#hero h2,
#hero h3,
#hero h4,
#hero h5,
#hero h6,
#main-content h1,
#main-content h2,
#main-content h3,
#main-content h4,
#main-content h5,
#main-content h6 {
    text-transform: none;
}

@media (min-width: 993px) {
    #hero .hero-content {
        width: min(720px, 62vw);
        max-width: none;
    }

    #hero .hero-title {
        width: 100%;
        max-width: none;
        text-wrap: balance;
    }

    #hero .hero-description {
        max-width: 520px;
    }
}

#header .logo-img {
    width: 156px;
    height: 58px;
    object-fit: contain;
}

/* Keep the wide wordmark comfortably inside the fixed header. */
#header {
    padding-top: 10px;
    padding-bottom: 10px;
}

#header.scrolled .logo-img {
    width: 124px;
    height: 48px;
}

#header.scrolled {
    padding-top: 7px;
    padding-bottom: 7px;
}

/* Keep the complete CMS navigation readable across desktop widths. */
@media (min-width: 993px) {
    #header {
        padding-left: 3%;
        padding-right: 3%;
    }

    #header .nav-left .nav-links,
    #header .nav-right .nav-links {
        gap: 12px;
    }

    #header .nav-left .nav-links li,
    #header .nav-right .nav-links li {
        gap: 12px;
    }

    #header .nav-left .nav-links li a,
    #header .nav-right .nav-links li a {
        font-size: clamp(10px, 0.72vw, 12px);
        letter-spacing: 1px;
        white-space: nowrap;
    }

    #header .cta-btn {
        padding: 11px 18px;
        font-size: 11px;
        letter-spacing: 1px;
        white-space: nowrap;
    }

    #header.scrolled .nav-right .scrolled-nav {
        gap: 16px;
    }
}

/* The location section follows the dark CTA directly; keep that transition tight. */
.cta-section + .location-section {
    padding-top: 64px;
}

.floor-plans-section,
.pricing-section + .gallery-section {
    padding-top: 64px;
}

/* Anchor navigation must clear the fixed header. */
#main-content section[id],
#main-content [id="residences"] {
    scroll-margin-top: 82px;
}

/* OneWorld overview — an editorial information layer over the aerial image. */
#overview.overview-section {
    min-height: 780px;
    padding: 104px 5% 86px;
    background: #f2efe7;
}

#overview.overview-section::before {
    inset: 0;
    width: auto;
    height: auto;
    background:
        linear-gradient(90deg, rgba(247, 245, 239, 0.98) 0%, rgba(247, 245, 239, 0.93) 42%, rgba(247, 245, 239, 0.66) 68%, rgba(247, 245, 239, 0.2) 100%),
        linear-gradient(180deg, rgba(247, 245, 239, 0.98) 0%, rgba(247, 245, 239, 0.5) 55%, rgba(7, 17, 27, 0.12) 100%);
}

#overview .overview-bg img {
    object-position: center 58%;
    filter: saturate(0.82) contrast(0.94);
}

#overview .overview-container {
    max-width: 1240px;
}

#overview .overview-top {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.78fr);
    gap: clamp(52px, 8vw, 120px);
    align-items: end;
    margin-bottom: 56px;
}

#overview .overview-left,
#overview .overview-right {
    min-width: 0;
}

#overview .overview-title {
    max-width: 15ch;
    font-size: clamp(38px, 3.5vw, 54px);
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.08;
}

#overview .overview-desc {
    max-width: 58ch;
    color: #34383b;
    font-size: 16px;
    line-height: 1.75;
}

#overview .overview-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    max-width: none;
    margin-top: 0;
}

#overview .overview-item {
    min-height: 116px;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 18px;
    border: 1px solid rgba(25, 27, 29, 0.11);
    border-top: 2px solid var(--gold);
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 16px 34px rgba(22, 24, 27, 0.04);
    backdrop-filter: blur(8px);
}

#overview .overview-item-label {
    color: #756f64;
    font-size: 10px;
    letter-spacing: 0.18em;
}

#overview .overview-item-value {
    color: #16191c;
    font-size: clamp(17px, 1.35vw, 21px);
    font-weight: 500;
    line-height: 1.28;
}

/* Amenities — compact, visible and scannable instead of tall empty columns. */
#amenities.amenities-section {
    padding: 92px 5% 96px;
    background: #fbfaf7;
}

#amenities .amenities-header,
#amenities .amenities-divider,
#amenities .amenities-grid {
    width: min(1240px, 100%);
    margin-right: auto;
    margin-left: auto;
}

#amenities .amenities-header {
    margin-bottom: 44px;
}

#amenities .amenities-title {
    max-width: 16ch;
    font-size: clamp(38px, 3.45vw, 52px);
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.08;
}

#amenities .amenities-desc {
    color: #4e5052;
    font-size: 16px;
}

#amenities .amenities-divider {
    margin-bottom: 28px;
    background: #ddd7ca;
}

#amenities .amenities-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    align-items: start;
}

#amenities .amenities-column,
#amenities .amenities-column:first-child,
#amenities .amenities-column:last-child {
    min-width: 0;
    padding: 24px 20px 16px;
    border: 1px solid #e4dfd4;
    border-top: 3px solid var(--gold);
    background: #fff;
    box-shadow: 0 14px 36px rgba(20, 22, 25, 0.035);
}

#amenities .amenities-column-title {
    min-height: 50px;
    margin-bottom: 8px;
    padding: 0 0 16px;
    color: #17191b;
    font-size: 12px;
    letter-spacing: 0.11em;
    line-height: 1.45;
    text-align: left;
}

#amenities .amenity-item,
#amenities .amenity-item.revealed {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 62px;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #eeeae2;
    opacity: 1;
    text-align: left;
    transform: none;
}

#amenities .amenity-item:last-child {
    border-bottom: 0;
}

#amenities .amenity-icon {
    width: 42px;
    height: 42px;
    margin: 0;
    border-color: #d8cfb8;
}

#amenities .amenity-icon svg {
    width: 21px;
    height: 21px;
}

#amenities .amenity-name {
    min-width: 0;
    color: #282a2c;
    font-size: 13px;
    line-height: 1.35;
}

/* Floor plans — equal editorial cards with contained, zoomable drawings. */
#floor-plans.floor-plans-section {
    padding: 88px 5% 96px;
    background: #f2efe7;
}

#floor-plans .floor-plans-header,
#floor-plans .floor-plans-grid {
    width: min(1240px, 100%);
    margin-right: auto;
    margin-left: auto;
}

#floor-plans .floor-plans-header {
    max-width: 900px;
    margin-bottom: 42px;
}

#floor-plans .floor-plans-title {
    font-size: clamp(36px, 3.35vw, 50px);
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.08;
}

#floor-plans .floor-plans-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

#floor-plans .floor-plans-divider {
    display: none;
}

#floor-plans .floor-plan-block {
    display: flex;
    min-width: 0;
    padding: 28px;
    flex-direction: column;
    border: 1px solid #dfd9cd;
    background: #fff;
    box-shadow: 0 18px 45px rgba(18, 20, 22, 0.05);
    text-align: left;
}

#floor-plans .floor-plan-block-title {
    min-height: 25px;
    margin-bottom: 18px;
    font-size: 14px;
    letter-spacing: 0.12em;
}

#floor-plans .plan-image-wrapper {
    display: grid;
    height: clamp(310px, 30vw, 430px);
    overflow: hidden;
    place-items: center;
    background: #090a0b;
}

#floor-plans .plan-image-wrapper:not(.zoomed) img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#floor-plans .plan-image-wrapper:not(.zoomed):hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(10, 12, 14, 0.15);
}

#floor-plans .floor-plan-specs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}

#floor-plans .floor-plan-spec {
    min-width: 0;
    padding: 12px 10px;
    border: 1px solid #ece7dd;
    background: #faf8f3;
    text-align: left;
}

#floor-plans .floor-plan-spec-label {
    letter-spacing: 0.12em;
}

#floor-plans .floor-plan-spec-value {
    font-size: 15px;
}

#floor-plans .floor-plan-download {
    grid-column: 1 / -1;
    justify-self: start;
    margin-top: 4px;
    border-radius: 0;
}

.amenity-icon svg {
    stroke: var(--gold);
}

.amenity-item:hover .amenity-icon {
    border-color: var(--gold);
}

.site-footer .footer-logo img {
    width: 164px;
    height: 60px;
    object-fit: contain;
    object-position: left center;
}

#lead-modal .lead-modal__brand-mark {
    width: 148px;
    height: 54px;
    object-fit: contain;
    object-position: left center;
    border: 0;
}

@media (max-width: 992px) {
    #header,
    #header.scrolled {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .cta-section + .location-section {
        padding-top: 32px !important;
    }

    .floor-plans-section,
    .pricing-section + .gallery-section {
        padding-top: 40px !important;
    }

    #hero .hero-buttons {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
    }

    #hero .hero-btn {
        width: auto !important;
        flex: 1 1 0;
        padding: 13px 8px !important;
        font-size: clamp(9px, 2.6vw, 11px) !important;
        white-space: nowrap;
    }

    #header .logo-img {
        width: 126px;
        height: 48px;
    }

    #header.scrolled .logo-img {
        width: 108px;
        height: 42px;
    }

    #lead-modal .lead-modal__brand-mark {
        width: 98px;
        height: 38px;
    }

    #main-content section[id],
    #main-content [id="residences"] {
        scroll-margin-top: 68px;
    }

    #overview.overview-section {
        padding: 66px 5% 58px !important;
    }

    #overview.overview-section::before {
        background:
            linear-gradient(180deg, rgba(247, 245, 239, 0.98) 0%, rgba(247, 245, 239, 0.92) 64%, rgba(247, 245, 239, 0.78) 100%);
    }

    #overview .overview-top {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 30px;
    }

    #overview .overview-title {
        max-width: 18ch;
    }

    #overview .overview-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    #overview .overview-item {
        min-height: 100px;
        padding: 16px 14px;
    }

    #amenities.amenities-section,
    #floor-plans.floor-plans-section {
        padding: 64px 5% !important;
    }

    #amenities .amenities-header {
        margin-bottom: 30px;
    }

    #amenities .amenities-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    #amenities .amenities-column,
    #amenities .amenities-column:first-child,
    #amenities .amenities-column:last-child {
        padding: 22px 18px 14px;
        border: 1px solid #e4dfd4;
        border-top: 3px solid var(--gold);
    }

    #floor-plans .floor-plans-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    #floor-plans .plan-image-wrapper {
        height: min(72vw, 440px);
    }
}

[data-cms-section-hidden="true"] {
    display: none !important;
}

.cms-layout-pending #main-content {
    visibility: hidden;
}

.map-container.has-map-embed {
    display: block;
    min-height: 460px;
    background: #e8e8e8;
}

.location-map-frame {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 460px;
    border: 0;
}

@media (max-width: 992px) {
    .map-container.has-map-embed,
    .location-map-frame {
        width: 100%;
        max-width: none;
        min-height: 380px;
    }
}

body.ui-overlay-open {
    overflow: hidden !important;
}

.gallery-lightbox,
.lead-modal {
    position: fixed;
    inset: 0;
    z-index: 20000;
    display: grid;
    place-items: center;
    padding: clamp(18px, 4vw, 56px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 220ms ease, visibility 220ms ease;
}

.gallery-lightbox {
    background: rgba(3, 6, 14, 0.96);
}

.gallery-lightbox.is-open,
.lead-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.gallery-lightbox__stage {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.gallery-lightbox__image {
    display: block;
    width: auto;
    height: auto;
    max-width: min(94vw, 1500px);
    max-height: 88vh;
    object-fit: contain;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
}

.gallery-lightbox__caption {
    position: absolute;
    bottom: 0;
    left: 50%;
    max-width: min(88vw, 900px);
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    letter-spacing: 0.16em;
    text-align: center;
    text-transform: uppercase;
}

.gallery-lightbox__close,
.lead-modal__close {
    position: absolute;
    top: 18px;
    right: 18px;
    display: grid;
    width: 46px;
    height: 46px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.36);
    color: #fff;
    cursor: pointer;
    font: 300 30px/1 Arial, sans-serif;
    transition: background 180ms ease, transform 180ms ease;
}

.gallery-lightbox__close:hover,
.gallery-lightbox__close:focus-visible {
    background: var(--integration-gold);
    color: var(--integration-ink);
    transform: rotate(4deg);
}

.whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 9980;
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    background: #25d366;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.24);
    color: #fff;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
}

.whatsapp-float svg {
    width: 29px;
    height: 29px;
    fill: currentColor;
}

.call-float {
    position: fixed;
    right: 22px;
    bottom: 92px;
    z-index: 9981;
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.24);
    color: #fff;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.call-float:hover,
.call-float:focus-visible {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
}

.call-float svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.lead-modal {
    z-index: 21000;
    background: rgba(3, 6, 14, 0.82);
    backdrop-filter: blur(7px);
}

.lead-modal__card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(300px, 0.86fr) minmax(500px, 1.14fr);
    width: min(980px, 100%);
    max-height: min(760px, calc(100vh - 36px));
    overflow: auto;
    border: 1px solid rgba(217, 173, 59, 0.58);
    background: #fff;
    box-shadow: 0 34px 110px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transform: translateY(18px) scale(0.985);
    transition: opacity 260ms ease, transform 320ms cubic-bezier(.2,.8,.2,1);
}

.lead-modal.is-open .lead-modal__card {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.lead-modal__visual {
    position: relative;
    min-height: 650px;
    overflow: hidden;
    background: #071321 url('/assest/used image/hero-section-image.jpg') center/cover no-repeat;
    color: #fff;
}

.lead-modal__visual-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(3, 9, 18, 0.2), rgba(3, 9, 18, 0.94)),
        linear-gradient(90deg, rgba(3, 9, 18, 0.42), transparent 70%);
}

.lead-modal__visual-content {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 650px;
    padding: 38px 34px 34px;
    flex-direction: column;
    justify-content: flex-end;
}

.lead-modal__brand-mark {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 66px;
    height: 66px;
    object-fit: cover;
    border: 1px solid rgba(217, 173, 59, 0.65);
}

.lead-modal__visual-content > p {
    margin: 0 0 9px;
    color: #e2bd59;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.19em;
    text-transform: uppercase;
}

.lead-modal__visual-content h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(29px, 3vw, 43px);
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1;
}

.lead-modal__visual-content > span {
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    line-height: 1.55;
}

.lead-modal__visual-content ul {
    display: grid;
    gap: 9px;
    margin: 25px 0 0;
    padding: 21px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    list-style: none;
}

.lead-modal__visual-content li {
    position: relative;
    padding-left: 18px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 11px;
    line-height: 1.45;
}

.lead-modal__visual-content li::before {
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--integration-gold);
    content: '';
}

.lead-modal__panel {
    position: relative;
    padding: 44px 48px 38px;
}

.lead-modal__close {
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
    border-color: #ddd;
    background: #fff;
    color: var(--integration-ink);
    font-size: 27px;
}

.lead-modal__close:hover,
.lead-modal__close:focus-visible {
    border-color: var(--integration-gold);
    background: var(--integration-gold);
}

.lead-modal__eyebrow {
    margin: 0 50px 9px 0;
    color: #7c6527;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.lead-modal__title {
    margin: 0 50px 12px 0;
    color: var(--integration-ink);
    font-size: clamp(30px, 3.2vw, 44px);
    font-weight: 500;
    line-height: 1.08;
}

.lead-modal__description {
    max-width: 570px;
    margin: 0 0 18px;
    color: var(--integration-muted);
    font-size: 14px;
    line-height: 1.65;
}

.lead-modal__benefits {
    display: flex;
    margin: 0 0 23px;
    flex-wrap: wrap;
    gap: 7px;
}

.lead-modal__benefits span {
    border: 1px solid #e7dfc9;
    background: #fbf8f0;
    color: #67582f;
    padding: 6px 9px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

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

.lead-field {
    display: grid;
    gap: 7px;
}

.lead-field--full {
    grid-column: 1 / -1;
}

.lead-field label {
    color: #454545;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.lead-field label em {
    color: #9a9a9a;
    font-size: 9px;
    font-style: normal;
    letter-spacing: 0.04em;
    text-transform: none;
}

.lead-field input,
.lead-field select {
    width: 100%;
    min-height: 52px;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    background: #fff;
    color: var(--integration-ink);
    padding: 0 15px;
    font: inherit;
    outline: none;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.lead-field input:focus,
.lead-field select:focus {
    border-color: var(--integration-gold);
    box-shadow: 0 0 0 3px rgba(217, 173, 59, 0.15);
}

.lead-field__error {
    min-height: 15px;
    color: #a42424;
    font-size: 11px;
}

.lead-field__error:empty,
.lead-form-status:empty,
.root-form-status:empty {
    display: none;
}

.lead-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.lead-modal__submit {
    grid-column: 1 / -1;
    min-height: 54px;
    border: 1px solid var(--integration-gold);
    background: var(--integration-gold);
    color: var(--integration-ink);
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: background 180ms ease, color 180ms ease;
}

.lead-modal__consent {
    grid-column: 1 / -1;
    margin: -6px 0 0;
    color: #858585;
    font-size: 9px;
    line-height: 1.45;
    text-align: center;
}

.lead-modal__submit:hover,
.lead-modal__submit:focus-visible {
    background: var(--integration-ink);
    border-color: var(--integration-ink);
    color: #fff;
}

.lead-modal__submit:disabled,
.enquiry-form .form-btn:disabled {
    cursor: wait;
    opacity: 0.62;
}

.lead-form-status,
.root-form-status {
    grid-column: 1 / -1;
    min-height: 20px;
    margin: 2px 0 0;
    color: var(--integration-muted);
    font-size: 12px;
    line-height: 1.5;
}

.lead-form-status.is-success,
.root-form-status.is-success {
    color: #14753b;
}

.lead-form-status.is-error,
.root-form-status.is-error {
    color: #a42424;
}

.lead-modal__whatsapp {
    grid-column: 1 / -1;
    justify-self: center;
    color: #167a40;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.lead-modal__whatsapp:hover,
.lead-modal__whatsapp:focus-visible {
    text-decoration: underline;
}

@media (max-width: 760px) {
    .gallery-lightbox,
    .lead-modal {
        padding: 12px;
    }

    .gallery-lightbox__image {
        max-width: calc(100vw - 28px);
        max-height: 80vh;
    }

    .gallery-lightbox__close {
        top: 4px;
        right: 4px;
    }

    .gallery-lightbox__caption {
        bottom: 4px;
        width: calc(100vw - 36px);
    }

    .whatsapp-float {
        right: 16px;
        bottom: 16px;
        width: 54px;
        height: 54px;
    }

    .call-float {
        right: 16px;
        bottom: 82px;
        width: 54px;
        height: 54px;
    }

    .lead-modal__card {
        grid-template-columns: 1fr;
        max-height: calc(100vh - 24px);
    }

    .lead-modal__visual,
    .lead-modal__visual-content {
        min-height: 148px;
    }

    .lead-modal__visual-content {
        padding: 24px 22px 20px 96px;
        justify-content: flex-end;
    }

    .lead-modal__brand-mark {
        top: 24px;
        left: 22px;
        width: 56px;
        height: 56px;
    }

    .lead-modal__visual-content h3 {
        margin-bottom: 7px;
        font-size: 27px;
    }

    .lead-modal__visual-content > span,
    .lead-modal__visual-content ul {
        display: none;
    }

    .lead-modal__panel {
        padding: 30px 21px 24px;
    }

    .lead-modal__title {
        margin-right: 38px;
        font-size: 30px;
    }

    .lead-modal__description {
        margin-bottom: 14px;
        font-size: 12px;
    }

    .lead-modal__benefits {
        margin-bottom: 17px;
    }

    .lead-modal__form {
        grid-template-columns: 1fr;
    }

    .lead-modal__submit,
    .lead-modal__consent,
    .lead-form-status,
    .lead-modal__whatsapp,
    .lead-field--full {
        grid-column: 1;
    }
}

@media (max-width: 576px) {
    #overview .overview-item-value {
        font-size: 15px;
    }

    #amenities.amenities-section,
    #floor-plans.floor-plans-section {
        padding-top: 48px !important;
        padding-bottom: 52px !important;
    }

    #amenities .amenities-grid {
        grid-template-columns: 1fr;
    }

    #amenities .amenities-column-title {
        min-height: auto;
    }

    #floor-plans .floor-plans-header {
        margin-bottom: 28px;
    }

    #floor-plans .floor-plan-block {
        padding: 18px;
    }

    #floor-plans .plan-image-wrapper {
        height: min(86vw, 390px);
    }

    #floor-plans .floor-plan-specs {
        grid-template-columns: 1fr 1fr;
    }

    #floor-plans .floor-plan-download {
        grid-column: 1 / -1;
        width: 100%;
        text-align: center;
    }

    #about .about-stats {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 24px;
        row-gap: 24px;
    }

    #about .about-stat {
        min-width: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gallery-lightbox,
    .lead-modal,
    .call-float,
    .whatsapp-float,
    .lead-modal__card {
        transition: none;
    }
}
