.property-main {
    background: #fff;
    color: var(--dark, #212529);
}

.property-breadcrumb {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding-top: 24px;
    padding-bottom: 18px;
    color: #667085;
    font-size: .92rem;
}

.property-breadcrumb a {
    color: var(--primary, #00A896);
    text-decoration: none;
    font-weight: 800;
}

.property-hero {
    padding: 18px 0 58px;
}

.property-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, .95fr);
    gap: 42px;
    align-items: center;
}

.property-kicker,
.property-eyebrow {
    display: inline-block;
    color: var(--primary-dark, #008672);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .11em;
    font-size: .76rem;
}

.property-hero-copy h1 {
    margin: 12px 0 18px;
    font-size: clamp(2.1rem, 4.8vw, 4.6rem);
    line-height: 1.02;
    letter-spacing: -.045em;
    color: #101828;
}

.property-lead {
    max-width: 720px;
    color: #475467;
    font-size: 1.12rem;
    line-height: 1.65;
}

.property-price {
    margin: 25px 0 18px;
    color: #fff;
    background: linear-gradient(135deg, var(--primary, #00A896), #006f62);
    display: inline-flex;
    align-items: center;
    min-height: 58px;
    padding: 8px 24px;
    border-radius: 16px;
    font-size: clamp(1.55rem, 3vw, 2.35rem);
    font-weight: 950;
    letter-spacing: -.02em;
    box-shadow: 0 14px 34px rgba(0,168,150,.20);
}

.property-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 23px;
}

.property-badges span {
    border: 1px solid #d0d5dd;
    background: #f9fafb;
    color: #344054;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: .82rem;
    font-weight: 800;
}

.property-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.property-btn {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    padding: 10px 17px;
    text-decoration: none;
    font-weight: 900;
    border: 1px solid transparent;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.property-btn:hover {
    transform: translateY(-2px);
}

.property-btn-wa {
    background: #25d366;
    color: #062c16;
    box-shadow: 0 10px 24px rgba(37,211,102,.20);
}

.property-btn-call {
    background: #101828;
    color: #fff;
}

.property-btn-map {
    border-color: #d0d5dd;
    color: #344054;
    background: #fff;
}

.property-contact-note {
    margin: 15px 0 0;
    color: #667085;
    font-size: .9rem;
}

.property-hero-media {
    margin: 0;
    overflow: hidden;
    border-radius: 26px;
    background: #eef2f6;
    box-shadow: 0 24px 70px rgba(15,23,42,.16);
    border: 1px solid rgba(15,23,42,.07);
}

.property-hero-media img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.property-hero-media figcaption {
    padding: 13px 17px;
    color: #475467;
    font-weight: 700;
    font-size: .88rem;
    background: #fff;
}

.property-section {
    padding: 70px 0;
}

.property-section-light {
    background: #f7faf9;
    border-top: 1px solid #edf2f0;
    border-bottom: 1px solid #edf2f0;
}

.property-section-head {
    max-width: 760px;
    margin: 0 auto 32px;
    text-align: center;
}

.property-section-head.align-left {
    text-align: left;
    margin: 0 0 26px;
}

.property-section-head h2,
.property-cta-box h2 {
    margin: 8px 0 12px;
    font-size: clamp(1.7rem, 3vw, 2.6rem);
    line-height: 1.12;
    color: #101828;
    letter-spacing: -.03em;
}

.property-section-head p {
    color: #667085;
}

.property-spec-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}

.property-spec {
    padding: 22px 18px;
    border: 1px solid #e3e8e6;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(15,23,42,.04);
}

.property-spec strong {
    display: block;
    font-size: 1.45rem;
    line-height: 1.1;
    color: var(--primary-dark, #008672);
}

.property-spec span {
    display: block;
    margin-top: 7px;
    color: #667085;
    font-size: .9rem;
}

.property-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 42px;
    align-items: start;
}

.property-copy > p {
    color: #475467;
    font-size: 1.03rem;
    line-height: 1.75;
    margin-bottom: 18px;
}

.property-units-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 30px 0;
}

.property-unit-card {
    border: 1px solid #e4e7ec;
    border-radius: 18px;
    padding: 21px;
    background: #fff;
}

.property-unit-card > span {
    display: inline-flex;
    padding: 4px 9px;
    border-radius: 999px;
    background: #ecfdf5;
    color: #047857;
    font-size: .73rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.property-unit-card h3 {
    margin: 12px 0 8px;
    font-size: 1.06rem;
    color: #101828;
}

.property-unit-card p {
    margin: 0;
    color: #667085;
    font-size: .92rem;
    line-height: 1.55;
}

.property-extra-box {
    padding: 24px;
    margin: 25px 0 20px;
    border-radius: 18px;
    background: linear-gradient(135deg, #102a27, #083f38);
    color: #fff;
}

.property-extra-box h3 {
    margin: 0 0 8px;
}

.property-extra-box p {
    margin: 0;
    color: #e2f5f0;
}

.property-small-note {
    font-size: .87rem !important;
    border-left: 4px solid var(--primary, #00A896);
    padding: 13px 16px;
    background: #f6fffc;
    border-radius: 0 12px 12px 0;
}

.property-side-card {
    position: sticky;
    top: 98px;
    border: 1px solid #e4e7ec;
    border-radius: 22px;
    padding: 25px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(15,23,42,.08);
}

.property-side-card h2 {
    margin: 0 0 15px;
    font-size: 1.35rem;
}

.property-side-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.property-side-card li {
    position: relative;
    padding: 9px 0 9px 24px;
    color: #475467;
    border-bottom: 1px solid #f0f2f4;
}

.property-side-card li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--primary, #00A896);
    font-weight: 950;
}

.property-side-location {
    margin: 24px 0;
    padding-top: 20px;
    border-top: 1px solid #e4e7ec;
}

.property-side-location h3 {
    margin: 0 0 7px;
}

.property-side-location p {
    margin: 0;
    color: #667085;
    font-size: .91rem;
    line-height: 1.6;
}

.property-side-contact {
    border-radius: 16px;
    padding: 18px;
    background: #f0fdf9;
    border: 1px solid #c7f2e5;
}

.property-side-contact span {
    display: block;
    color: #667085;
    font-size: .8rem;
    font-weight: 800;
}

.property-side-contact strong {
    display: block;
    margin: 3px 0 10px;
    color: #063c34;
    font-size: 1.35rem;
}

.property-side-contact a {
    color: #047857;
    font-weight: 900;
    text-decoration: none;
}

.property-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.property-gallery-item {
    appearance: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 14px;
    overflow: hidden;
    background: #e8eeec;
    cursor: zoom-in;
    box-shadow: 0 7px 20px rgba(15,23,42,.06);
}

.property-gallery-item img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform .2s ease, filter .2s ease;
}

.property-gallery-item:hover img {
    transform: scale(1.035);
    filter: contrast(1.03);
}

.property-cta-section {
    padding: 55px 0;
    background: #102a27;
}

.property-cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.property-cta-box h2,
.property-cta-box p {
    color: #fff;
}

.property-cta-box p {
    margin: 0;
    color: #cfe8e2;
}

.property-actions-end {
    justify-content: flex-end;
    flex-shrink: 0;
}

.property-disclaimer {
    padding: 20px 0 35px;
    background: #f5f7f6;
    color: #667085;
    font-size: .78rem;
    line-height: 1.55;
}

.property-disclaimer p {
    margin: 0;
}

.property-lightbox[hidden] {
    display: none;
}

.property-lightbox {
    position: fixed;
    inset: 0;
    z-index: 4000;
    display: grid;
    place-items: center;
    background: rgba(4,10,9,.94);
    padding: 45px 80px;
}

.property-lightbox figure {
    margin: 0;
    max-width: min(1100px, 90vw);
    max-height: 88vh;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.property-lightbox img {
    display: block;
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 14px;
}

.property-lightbox figcaption {
    color: #d9e5e2;
    text-align: center;
    font-size: .88rem;
}

.property-lightbox-close,
.property-lightbox-nav {
    position: absolute;
    border: 0;
    color: #fff;
    background: rgba(255,255,255,.13);
    cursor: pointer;
    border-radius: 999px;
}

.property-lightbox-close {
    top: 20px;
    right: 22px;
    width: 46px;
    height: 46px;
    font-size: 2rem;
    line-height: 1;
}

.property-lightbox-nav {
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 70px;
    font-size: 2.3rem;
}

.property-lightbox-nav.prev { left: 18px; }
.property-lightbox-nav.next { right: 18px; }

.property-no-scroll {
    overflow: hidden;
}

@media (max-width: 980px) {
    .property-hero-grid,
    .property-content-grid {
        grid-template-columns: 1fr;
    }

    .property-hero-media {
        order: -1;
    }

    .property-side-card {
        position: static;
    }

    .property-spec-grid,
    .property-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .property-breadcrumb {
        display: block;
    }

    .property-breadcrumb span {
        display: none;
    }

    .property-hero {
        padding-top: 4px;
        padding-bottom: 40px;
    }

    .property-hero-grid {
        gap: 24px;
    }

    .property-hero-copy h1 {
        font-size: 2.25rem;
    }

    .property-lead {
        font-size: 1rem;
    }

    .property-section {
        padding: 48px 0;
    }

    .property-spec-grid,
    .property-units-grid,
    .property-gallery {
        grid-template-columns: 1fr;
    }

    .property-actions,
    .property-actions-end {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .property-cta-box {
        align-items: flex-start;
        flex-direction: column;
    }

    .property-lightbox {
        padding: 55px 12px 25px;
    }

    .property-lightbox-nav {
        width: 42px;
        height: 60px;
        font-size: 1.8rem;
        background: rgba(0,0,0,.45);
    }

    .property-lightbox-nav.prev { left: 7px; }
    .property-lightbox-nav.next { right: 7px; }
}
