/* Refinamiento final de ficha pública: menos espacio perdido y acabado premium */
.property-public-page--polished {
    max-width: 1240px !important;
}

.property-breadcrumb {
    margin: 0 0 14px !important;
    padding: 2px 0 4px;
    font-size: 14px !important;
}

.property-hero--polished {
    margin-bottom: 14px !important;
    padding: clamp(18px, 2.3vw, 26px) !important;
    border-radius: 24px !important;
}

.property-hero__top {
    gap: 16px !important;
    margin-bottom: 16px !important;
}

.property-hero__badges {
    margin-bottom: 10px !important;
}

.property-hero__badges span {
    min-height: 32px;
    padding: 0 12px !important;
    font-size: 13px !important;
}

.property-title {
    max-width: 850px;
    margin-bottom: 10px !important;
    font-size: clamp(40px, 4.5vw, 64px) !important;
    line-height: .94 !important;
    letter-spacing: -2px !important;
}

.property-location--precise {
    font-size: clamp(18px, 2vw, 22px) !important;
    line-height: 1.25;
}

.property-location-note {
    margin-top: 7px !important;
    font-size: 14px !important;
}

.property-ref {
    display: inline-flex !important;
    align-items: center;
    min-height: 40px;
    border-radius: 999px !important;
    padding: 0 14px !important;
    font-size: 15px;
}

.property-hero-action {
    width: 44px !important;
    height: 44px !important;
    border-radius: 15px !important;
}

.property-gallery--polished {
    grid-template-columns: minmax(0, 1fr) 190px !important;
    gap: 10px !important;
}

.property-gallery--polished .property-gallery__main {
    height: min(48vw, 500px) !important;
    min-height: 360px !important;
}

.property-gallery--polished .property-gallery__thumb {
    height: 88px !important;
}

.property-gallery__view-all {
    min-height: 40px;
    padding: 0 14px !important;
}

.property-quick-facts--polished {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin-top: 14px !important;
}

.property-quick-facts--polished .property-fact {
    display: grid !important;
    grid-template-columns: auto 1fr;
    grid-template-areas: "icon strong" "icon label";
    justify-items: start !important;
    align-content: center !important;
    text-align: left !important;
    gap: 2px 10px !important;
    min-height: 76px !important;
    padding: 12px 14px !important;
}

.property-quick-facts--polished .property-fact svg {
    grid-area: icon;
    align-self: center;
}

.property-quick-facts--polished .property-fact strong {
    grid-area: strong;
    font-size: 20px !important;
    line-height: 1.05;
}

.property-quick-facts--polished .property-fact span {
    grid-area: label;
    font-size: 13px !important;
}

.property-anchor-nav {
    top: 0 !important;
    margin: 0 0 16px !important;
    padding: 8px !important;
    border-radius: 18px !important;
}

.property-anchor-nav a {
    min-height: 36px !important;
    padding: 0 13px !important;
    font-size: 14px;
}

.property-content-layout {
    grid-template-columns: minmax(0, 1fr) 340px !important;
    gap: 20px !important;
}

.property-section {
    margin-bottom: 16px !important;
    padding: clamp(20px, 2.3vw, 26px) !important;
}

.property-section h2 {
    margin-bottom: 12px !important;
    font-size: clamp(25px, 2.4vw, 32px) !important;
    line-height: 1.08;
}

.property-description--lead {
    margin-top: 0;
    font-size: 18px !important;
}

.property-description {
    font-size: 16px !important;
    line-height: 1.62 !important;
}

.property-chip-list--polished {
    gap: 8px !important;
}

.property-chip-list--polished .property-chip {
    min-height: 40px;
    border-radius: 999px !important;
    padding: 0 12px !important;
    font-size: 14px !important;
}

.property-contact-card,
.property-owner-login {
    padding: 18px !important;
}

.property-contact-card h2 {
    font-size: 22px !important;
    line-height: 1.12;
}

.property-info-list span {
    min-height: 44px;
    padding: 8px 11px !important;
}

.property-button-primary,
.property-button-secondary {
    min-height: 48px !important;
    border-radius: 14px !important;
}

.property-map {
    height: 330px !important;
}

.photos-grid--polished {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)) !important;
    gap: 10px !important;
}

.photos-grid--polished img {
    height: 150px !important;
}

.property-mobile-sticky-actions {
    box-shadow: 0 -16px 44px rgba(20,30,40,.16) !important;
}

.property-mobile-sticky-actions a,
.property-mobile-sticky-actions button {
    box-shadow: 0 6px 16px rgba(20,30,40,.10);
}

@media(max-width: 950px) {
    .property-gallery--polished {
        grid-template-columns: 1fr !important;
    }

    .property-gallery--polished .property-gallery__main {
        height: 390px !important;
        min-height: 0 !important;
    }

    .property-content-layout {
        grid-template-columns: 1fr !important;
    }

    .property-quick-facts--polished {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media(max-width: 760px) {
    body:has(.property-mobile-sticky-actions) {
        padding-bottom: calc(90px + env(safe-area-inset-bottom)) !important;
    }

    .property-public-page {
        margin-top: 0 !important;
    }

    .property-breadcrumb {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
        margin: -2px 0 12px !important;
        overflow-x: auto;
        white-space: nowrap;
        font-size: 14px !important;
        -webkit-overflow-scrolling: touch;
    }

    .property-hero--polished {
        padding: 16px !important;
        border-radius: 20px !important;
    }

    .property-hero__top {
        gap: 12px !important;
        margin-bottom: 14px !important;
    }

    .property-hero__badges {
        gap: 7px !important;
    }

    .property-hero__badges span {
        min-height: 30px;
        padding: 0 10px !important;
        font-size: 12px !important;
    }

    .property-title {
        max-width: 100%;
        font-size: clamp(36px, 10.4vw, 48px) !important;
        line-height: .94 !important;
        letter-spacing: -1.6px !important;
    }

    .property-location--precise {
        font-size: 18px !important;
    }

    .property-location-note {
        font-size: 13px !important;
    }

    .property-hero__actions {
        display: flex !important;
        flex-wrap: wrap;
        gap: 8px !important;
    }

    .property-ref {
        min-height: 42px;
        order: 0;
    }

    .property-hero-action {
        width: 42px !important;
        height: 42px !important;
    }

    .property-gallery--polished .property-gallery__main {
        height: 275px !important;
        border-radius: 18px !important;
    }

    .property-gallery__view-all {
        right: 10px;
        bottom: 10px;
        min-height: 36px;
        padding: 0 12px !important;
        font-size: 13px;
    }

    .property-gallery--polished .property-gallery__thumbs {
        gap: 8px !important;
    }

    .property-gallery--polished .property-gallery__thumb {
        flex: 0 0 78px !important;
        height: 62px !important;
        border-radius: 13px !important;
    }

    .property-quick-facts--polished {
        grid-template-columns: 1fr 1fr !important;
        gap: 8px !important;
    }

    .property-quick-facts--polished .property-fact {
        min-height: 68px !important;
        padding: 10px !important;
        gap: 0 8px !important;
    }

    .property-quick-facts--polished .property-fact strong {
        font-size: 17px !important;
    }

    .property-quick-facts--polished .property-fact span {
        font-size: 12px !important;
    }

    .property-anchor-nav {
        position: sticky !important;
        top: 0 !important;
        z-index: 20 !important;
        margin: 10px -14px 14px !important;
        padding: 8px 14px !important;
        border-left: 0 !important;
        border-right: 0 !important;
        border-radius: 0 !important;
        box-shadow: 0 8px 20px rgba(20,30,40,.08) !important;
    }

    .property-anchor-nav a {
        min-height: 38px !important;
        padding: 0 14px !important;
        font-size: 15px;
    }

    .property-section {
        margin-bottom: 14px !important;
        padding: 18px 16px !important;
        border-radius: 20px !important;
    }

    .property-section h2 {
        font-size: 25px !important;
    }

    .property-description,
    .property-description--lead {
        font-size: 16px !important;
    }

    .property-chip-list--polished .property-chip {
        min-height: 38px;
        font-size: 13px !important;
    }

    .property-map {
        height: 280px !important;
    }

    .photos-grid--polished {
        grid-template-columns: 1fr 1fr !important;
    }

    .photos-grid--polished img {
        height: 132px !important;
    }

    .property-mobile-sticky-actions {
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        z-index: 9995 !important;
        gap: 8px !important;
        padding: 8px 10px calc(8px + env(safe-area-inset-bottom)) !important;
        background: rgba(255,255,255,.98) !important;
        border-top: 1px solid #dce3eb !important;
    }

    .property-mobile-sticky-actions a,
    .property-mobile-sticky-actions button {
        min-height: 54px !important;
        border-radius: 18px !important;
        font-size: clamp(12px, 3.55vw, 15px) !important;
        letter-spacing: -.15px;
    }
}

@media(max-width: 380px) {
    .property-title {
        font-size: 34px !important;
    }

    .property-mobile-sticky-actions {
        gap: 6px !important;
        padding-left: 7px !important;
        padding-right: 7px !important;
    }

    .property-mobile-sticky-actions a,
    .property-mobile-sticky-actions button {
        min-height: 50px !important;
        font-size: 11px !important;
        border-radius: 15px !important;
    }

    .property-mobile-sticky-actions svg {
        width: 15px !important;
        height: 15px !important;
    }
}
