.breakdance *,
.breakdance *::before,
.breakdance *::after {
    box-sizing: border-box;
}

.breakdance .ch-header-nav {
    display: flex;
    align-items: center;
    gap: 40px;
}

.breakdance .ch-header-nav a {
    color: #6b6157 !important;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    transition: color .18s ease;
}

.breakdance .ch-header-nav a.is-active,
.breakdance .ch-header-nav a:hover {
    color: #1a1410 !important;
    font-weight: 500;
}

.breakdance .ch-header-actions,
.breakdance .ch-header-desktop-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.breakdance .ch-header-phone {
    color: #1a1410 !important;
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.breakdance .ch-header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 10px 20px;
    border-radius: 4px;
    background: #1a1410;
    color: #fcfaf7 !important;
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.breakdance .ch-header-cta:hover {
    background: #7a4128;
}

.breakdance .ch-header-mobile-actions {
    display: none;
    align-items: center;
    gap: 12px;
}

.breakdance .ch-header-icon-btn {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    color: #1a1410 !important;
    text-decoration: none;
}

.breakdance .ch-header-icon-btn svg {
    display: block;
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.breakdance .ch-footer-links,
.breakdance .ch-footer-legal {
    display: flex;
    gap: 10px;
}

.breakdance .ch-footer-links {
    flex-direction: column;
    align-items: flex-start;
}

.breakdance .ch-footer-legal {
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
}

.breakdance .ch-footer-links a,
.breakdance .ch-footer-legal a {
    color: #b8b0a3 !important;
    font-family: Inter, sans-serif;
    font-size: 15px;
    line-height: 1.4;
    text-decoration: none;
}

.breakdance .ch-footer-legal a {
    font-size: 13px;
}

.breakdance .ch-footer-links a:hover,
.breakdance .ch-footer-legal a:hover {
    color: #fcfaf7 !important;
}

.chamberi-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.chamberi-feature-list li {
    position: relative;
    padding-left: 18px;
    color: #6b6157;
    font-family: Inter, sans-serif;
    font-size: 15px;
    line-height: 1.55;
}

.chamberi-feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .72em;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #a85d3a;
}

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

.chamberi-nearby-item {
    border: 1px solid #e8e3db;
    border-radius: 8px;
    padding: 16px;
    background: #fcfaf7;
}

.chamberi-nearby-item strong,
.chamberi-nearby-item span {
    display: block;
}

.chamberi-nearby-item strong {
    color: #1a1410;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
}

.chamberi-nearby-item span {
    margin-top: 6px;
    color: #6b6157;
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 1.45;
}

.ch-property-map {
    position: relative;
    width: 100%;
    height: 360px;
    overflow: hidden;
    border-radius: 4px;
    background: #e8e3db;
}

.ch-property-map img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.ch-property-map__pin {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translate(-50%, -50%);
    border: 4px solid #fcfaf7;
    border-radius: 999px;
    background: #a85d3a;
    box-shadow: 0 2px 8px rgb(0 0 0 / 25%);
}

.ch-property-map__card {
    position: absolute;
    left: 24px;
    top: 24px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 16px;
    border-radius: 4px;
    background: #fcfaf7;
    box-shadow: 0 4px 16px rgb(0 0 0 / 12%);
}

.ch-property-map__card strong,
.ch-property-map__card small {
    font-family: Inter, sans-serif;
    line-height: 1.2;
}

.ch-property-map__card strong {
    color: #1a1410;
    font-size: 13px;
    font-weight: 600;
}

.ch-property-map__card small {
    color: #9e978d;
    font-size: 12px;
    font-weight: 400;
}

.ch-contact-map {
    position: relative;
    width: min(420px, calc(100vw - 48px));
    max-width: 100%;
    height: 320px;
    overflow: hidden;
    border-radius: 4px;
    background:
        linear-gradient(32deg, transparent 0 45%, rgba(168, 93, 58, .26) 45% 48%, transparent 48% 100%),
        linear-gradient(118deg, transparent 0 42%, rgba(184, 134, 60, .22) 42% 45%, transparent 45% 100%),
        linear-gradient(0deg, transparent 0 48%, rgba(255, 255, 255, .9) 48% 52%, transparent 52% 100%),
        linear-gradient(90deg, transparent 0 46%, rgba(255, 255, 255, .9) 46% 50%, transparent 50% 100%),
        repeating-linear-gradient(0deg, #e9edf0 0 44px, #d7dde1 44px 46px),
        repeating-linear-gradient(90deg, transparent 0 58px, rgba(255, 255, 255, .9) 58px 60px),
        #dfe6e9;
}

.ch-contact-map::before,
.ch-contact-map::after {
    content: "";
    position: absolute;
    inset: auto;
    border-radius: 999px;
    background: rgba(90, 160, 118, .26);
}

.ch-contact-map::before {
    left: 26px;
    bottom: 22px;
    width: 150px;
    height: 72px;
}

.ch-contact-map::after {
    right: 18px;
    top: 32px;
    width: 116px;
    height: 58px;
}

.ch-contact-map__pin {
    position: absolute;
    left: 52%;
    top: 54%;
    width: 24px;
    height: 24px;
    transform: translate(-50%, -50%) rotate(45deg);
    border-radius: 50% 50% 50% 0;
    background: #d33b30;
    box-shadow: 0 4px 12px rgb(0 0 0 / 22%);
}

.ch-contact-map__pin::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #fcfaf7;
}

.ch-contact-map__label {
    position: absolute;
    z-index: 1;
    color: #6b6157;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 600;
}

.ch-contact-map__label--main {
    left: 30px;
    top: 28px;
    color: #1a1410;
    font-family: "IBM Plex Mono", monospace;
    font-size: 14px;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.ch-contact-map__label--one {
    right: 34px;
    top: 86px;
}

.ch-contact-map__label--two {
    right: 42px;
    bottom: 92px;
}

.ch-neighborhood-image {
    position: relative;
    width: 100%;
    height: 560px;
    overflow: hidden;
    background: #e8e3db;
}

.ch-neighborhood-image img {
    width: 100% !important;
    height: 100% !important;
    display: block;
    object-fit: cover;
    object-position: center;
}

.ch-neighborhood-badge {
    position: absolute;
    top: 32px;
    left: 32px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #fcfaf7;
    color: #1a1410;
    font-family: "IBM Plex Mono", monospace;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.ch-neighborhood-badge svg {
    width: 12px;
    height: 12px;
    fill: #a85d3a;
    flex: 0 0 auto;
}

.ch-about-image-band {
    width: 100%;
    height: 520px;
    overflow: hidden;
}

.ch-about-image-band img {
    width: 100% !important;
    height: 100% !important;
    display: block;
    object-fit: cover !important;
    object-position: center;
}

.ch-property-gallery {
    width: min(1200px, calc(100vw - 240px));
    height: 640px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 16px;
}

.breakdance .bde-code-block:has(.ch-property-gallery),
.breakdance .bde-code-block:has(.ch-neighborhood-image),
.breakdance .bde-code-block:has(.ch-about-image-band) {
    width: 100%;
}

.ch-property-gallery__main,
.ch-property-gallery__thumb {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border-radius: 4px;
    background: #e8e3db;
}

.ch-property-gallery__main,
.ch-property-gallery__side {
    height: 640px !important;
}

.ch-property-gallery__thumb {
    height: 312px !important;
}

.ch-property-gallery__main img,
.ch-property-gallery__thumb img {
    width: 100% !important;
    height: 100% !important;
    display: block;
    object-fit: cover !important;
}

.ch-property-gallery__side {
    min-width: 0;
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.ch-property-gallery__badge,
.ch-property-gallery__count {
    position: absolute;
    left: 24px;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    font-family: "IBM Plex Mono", monospace;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.ch-property-gallery__badge {
    top: 24px;
    padding: 8px 14px;
    background: #a85d3a;
    color: #fcfaf7;
}

.ch-property-gallery__count {
    bottom: 24px;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(26, 20, 16, .6);
    color: #fcfaf7;
}

.ch-single-price {
    display: block;
    color: #1a1410;
    font-family: "Playfair Display", serif;
    font-size: 56px;
    font-weight: 500;
    line-height: 1;
}

.breakdance .breakdance-form-field__label,
.breakdance .breakdance-form-radio__text,
.breakdance .breakdance-form-checkbox__text {
    color: #1a1410 !important;
    font-family: Inter, sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
}

.breakdance .breakdance-form-field__input {
    border: 1px solid #d8d3ca !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #1a1410 !important;
    font-family: Inter, sans-serif !important;
    font-size: 15px !important;
}

.breakdance .breakdance-form-button__submit {
    border: 0 !important;
    border-radius: 4px !important;
    padding: 16px 32px !important;
    background: #1a1410 !important;
    color: #fcfaf7 !important;
    font-family: Inter, sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}

.ch-search-bar {
    width: min(1200px, 100%);
    min-height: 120px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 0;
    padding: 24px 32px;
    background: #fcfaf7;
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(26, 20, 16, .16);
    color: #1a1410 !important;
}

.ch-search-tabs {
    display: flex;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    padding-right: 32px;
    margin-right: 32px;
    border-right: 1px solid #e8e3db;
}

.ch-search-tab {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 100%;
    color: #9e978d !important;
    cursor: pointer;
}

.ch-search-tab input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.ch-search-tab span {
    color: inherit !important;
    font-family: "IBM Plex Mono", monospace;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.ch-search-tab.is-active,
.ch-search-tab:has(input:checked) {
    color: #1a1410 !important;
}

.ch-search-tab.is-active::after,
.ch-search-tab:has(input:checked)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
    height: 2px;
    background: #a85d3a;
}

.ch-search-fields {
    min-width: 0;
    flex: 1 1 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-self: stretch;
}

.ch-search-field {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding: 0 24px;
    border-right: 1px solid #e8e3db;
}

.ch-search-field:first-child {
    padding-left: 0;
}

.ch-search-field span {
    color: #9e978d !important;
    font-family: "IBM Plex Mono", monospace;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.ch-search-field select {
    width: 100%;
    min-width: 0;
    border: 0;
    border-radius: 0;
    padding: 0 18px 0 0;
    background: transparent;
    color: #1a1410 !important;
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    appearance: none;
    cursor: pointer;
}

.ch-search-field select:focus {
    outline: 2px solid rgba(168, 93, 58, .22);
    outline-offset: 4px;
}

.ch-search-submit {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 4px;
    background: #1a1410;
    color: #fcfaf7 !important;
    cursor: pointer;
    transition: background .22s ease, transform .22s ease;
}

.ch-search-submit:hover {
    background: #7a4128;
    transform: translateY(-1px);
}

.ch-search-submit svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.ch-search-submit span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    color: #fcfaf7 !important;
}

.ch-property-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

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

.ch-property-grid--cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ch-property-card {
    min-width: 0;
}

.ch-property-card__link {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 16px;
    color: #1a1410 !important;
    text-decoration: none !important;
}

.ch-property-card__media {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    min-height: 300px;
    overflow: hidden;
    border-radius: 2px;
    background-color: #e8e3db;
    background-position: center;
    background-size: cover;
}

.ch-property-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(26, 20, 16, .08), rgba(26, 20, 16, 0) 42%, rgba(26, 20, 16, .08));
    opacity: 0;
    transition: opacity .22s ease;
}

.ch-property-card__link:hover .ch-property-card__media::after {
    opacity: 1;
}

.ch-property-card__tag {
    position: absolute;
    z-index: 1;
    top: 16px;
    left: 16px;
    padding: 6px 12px;
    background: #fcfaf7;
    color: #1a1410;
    font-family: "IBM Plex Mono", monospace;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.ch-property-card__heart {
    position: absolute;
    z-index: 1;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #fcfaf7;
    color: #1a1410;
}

.ch-property-card__heart svg,
.ch-property-card__location svg,
.ch-property-card__facts svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
    flex: 0 0 auto;
}

.ch-property-card__body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ch-property-card__location {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    color: #6b6157;
    font-family: Inter, sans-serif;
    font-size: 12px;
    line-height: 1.3;
}

.breakdance .ch-property-card h3 {
    margin: 0;
    color: #1a1410 !important;
    font-family: "Playfair Display", serif !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    line-height: 1.18 !important;
}

.ch-property-card__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #6b6157;
    font-family: Inter, sans-serif;
    font-size: 13px;
    line-height: 1.3;
}

.ch-property-card__facts li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.ch-property-card__price-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    padding-top: 8px;
}

.ch-property-card__price-row strong {
    color: #1a1410;
    font-family: "Playfair Display", serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}

.ch-property-card__price-row span {
    color: #a85d3a;
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}

.ch-empty-state {
    margin: 0;
    color: #6b6157;
    font-family: Inter, sans-serif;
    font-size: 16px;
}

.ch-pagination {
    margin-top: 48px;
}

.ch-pagination ul {
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ch-pagination a,
.ch-pagination span {
    display: inline-flex;
    min-width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e8e3db;
    color: #1a1410;
    font-family: Inter, sans-serif;
    font-size: 14px;
    text-decoration: none;
}

.ch-pagination .current {
    background: #1a1410;
    color: #fcfaf7;
    border-color: #1a1410;
}

@media (min-width: 768px) {
    .breakdance .button-atom__text {
        white-space: nowrap;
    }
}

@media (max-width: 1023px) {
    .ch-neighborhood-image,
    .ch-about-image-band {
        height: 420px;
    }

    .ch-property-gallery {
        width: 100% !important;
        height: auto !important;
        grid-template-columns: 1fr !important;
    }

    .ch-property-gallery__main {
        height: 460px !important;
    }

    .ch-property-gallery__side {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: none;
        height: 220px !important;
    }

    .ch-search-bar {
        min-height: 0;
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 20px;
    }

    .ch-search-tabs {
        grid-column: 1 / -1;
        height: 44px;
        padding-right: 0;
        margin-right: 0;
        border-right: 0;
        border-bottom: 1px solid #e8e3db;
    }

    .ch-search-tab.is-active::after,
    .ch-search-tab:has(input:checked)::after {
        bottom: -1px;
    }

    .ch-search-fields {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 0;
    }

    .ch-property-grid,
    .ch-property-grid--cols-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .breakdance .bde-div,
    .breakdance .bde-text,
    .breakdance .bde-heading,
    .breakdance .bde-code-block,
    .breakdance .bde-button,
    .breakdance .bde-form-builder {
        max-width: 100% !important;
    }

    .breakdance #bde-main .bde-div,
    .breakdance #bde-main .bde-text,
    .breakdance #bde-main .bde-heading,
    .breakdance #bde-main .bde-code-block,
    .breakdance #bde-main .bde-form-builder {
        width: 100% !important;
        max-width: 100% !important;
    }

    .breakdance .bde-text,
    .breakdance .bde-heading {
        overflow-wrap: break-word;
    }

    .breakdance #bde-main h1.bde-heading {
        font-size: 38px !important;
        line-height: 1.08 !important;
        white-space: normal !important;
    }

    .breakdance .bde-div-45-106,
    .breakdance .bde-text-45-102,
    .breakdance .bde-div-61-139,
    .breakdance .bde-div-61-147,
    .breakdance .bde-code-block-61-132,
    .breakdance .bde-code-block-61-134,
    .breakdance .bde-form-builder-61-146,
    .ch-search-bar,
    .ch-property-grid {
        width: calc(100vw - 48px) !important;
        max-width: calc(100vw - 48px) !important;
    }

    .breakdance .bde-code-block-61-132 p {
        max-width: 100% !important;
        font-size: 14px !important;
        line-height: 1.6 !important;
        overflow-wrap: break-word;
    }

    .breakdance .bde-text-45-102 {
        font-size: 14px !important;
        line-height: 1.55 !important;
    }

    .breakdance .bde-section-45-108 .bde-div-45-106,
    .breakdance .bde-section-45-108 .bde-text-45-102,
    .breakdance .bde-section-45-108 .ch-search-bar,
    .breakdance .bde-section-61-149 .bde-div-61-139,
    .breakdance .bde-section-61-149 .bde-div-61-147,
    .breakdance .bde-section-61-149 .bde-code-block-61-132,
    .breakdance .bde-section-61-149 .bde-code-block-61-134,
    .breakdance .bde-section-61-149 .bde-form-builder-61-146 {
        width: calc(100vw - 48px) !important;
        max-width: calc(100vw - 48px) !important;
        flex-basis: auto !important;
    }

    .breakdance .ch-header-nav {
        display: none !important;
    }

    .breakdance .ch-header-desktop-actions {
        display: none !important;
    }

    .breakdance .ch-header-mobile-actions {
        display: flex !important;
    }

    .breakdance .bde-section-46-117 .bde-div-46-116 {
        width: calc(100vw - 48px) !important;
        max-width: calc(100vw - 48px) !important;
        overflow-x: auto;
        flex-wrap: nowrap !important;
        padding-bottom: 4px;
        -webkit-overflow-scrolling: touch;
    }

    .breakdance .bde-section-46-117 .bde-button {
        flex: 0 0 auto;
    }

    .chamberi-feature-list,
    .chamberi-nearby-list {
        grid-template-columns: 1fr;
    }

    .ch-search-bar {
        margin-top: 40px;
        padding: 24px;
        grid-template-columns: 1fr;
    }

    .ch-search-fields,
    .ch-property-grid,
    .ch-property-grid--cols-2,
    .ch-property-grid--cols-4 {
        grid-template-columns: 1fr;
    }

    .ch-search-field {
        padding: 0 0 16px;
        border-right: 0;
        border-bottom: 1px solid #e8e3db;
    }

    .ch-search-submit {
        width: 100%;
        flex-basis: auto;
    }

    .ch-search-submit span {
        position: static;
        width: auto;
        height: auto;
        clip: auto;
        margin-left: 8px;
        color: currentColor;
        font-family: Inter, sans-serif;
        font-size: 15px;
        font-weight: 600;
    }

    .ch-property-card__media {
        min-height: 260px;
    }

    .ch-property-card__price-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .ch-neighborhood-image,
    .ch-about-image-band {
        height: 300px;
    }

    .ch-neighborhood-badge {
        top: 24px;
        left: 24px;
    }

    .ch-property-gallery__main {
        height: 320px !important;
    }

    .ch-property-gallery__side {
        height: auto !important;
        grid-template-columns: 1fr !important;
    }

    .ch-property-gallery__thumb {
        height: 180px !important;
    }

    .ch-single-price {
        font-size: 38px;
    }
}

/* ===== Hamburguesa móvil + panel de menú ===== */
.breakdance .ch-header-burger {
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
}

.breakdance .ch-mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: #ffffff;
    padding: 88px 28px 40px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.breakdance .ch-mobile-menu[hidden] {
    display: none !important;
}

.breakdance .ch-mobile-menu-close {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 44px;
    height: 44px;
    background: none;
    border: 0;
    font-size: 36px;
    line-height: 1;
    color: #1a1410;
    cursor: pointer;
}

.breakdance .ch-mobile-menu-nav {
    display: flex;
    flex-direction: column;
}

.breakdance .ch-mobile-menu-nav a {
    display: block;
    padding: 16px 4px;
    font-size: 20px;
    font-weight: 500;
    color: #1a1410;
    text-decoration: none;
    border-bottom: 1px solid #eeeae5;
}

.breakdance .ch-mobile-menu-nav a:hover,
.breakdance .ch-mobile-menu-nav a:focus {
    color: #7a4128;
}

.breakdance .ch-mobile-menu-phone {
    margin-top: 24px;
    font-weight: 600;
    color: #7a4128 !important;
    border-bottom: 0 !important;
}

body.ch-menu-open {
    overflow: hidden;
}

@media (min-width: 768px) {
    .breakdance .ch-mobile-menu {
        display: none !important;
    }
}

/* ============================================================
   Mejoras solicitadas por el cliente — 08-jul-2026
   (P3 header fijo, P6 precios alineados, P2 hero enmarcado)
   ============================================================ */

/* ── P3: Menú superior fijo al hacer scroll ─────────────── */
/* Doble clase + !important para ganar a `.breakdance .bde-section{position:relative}` de Breakdance (misma especificidad, carga después). */
.breakdance .bde-section-59-107.bde-section {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 1000;
    background-color: #FCFAF7;
}
/* El panel del menú móvil (position:fixed) debe quedar por encima */
.breakdance .ch-mobile-menu {
    z-index: 1100;
}

/* ── P6: Alinear los precios de las tarjetas de propiedad ─ */
/* Reservamos 2 líneas para el título: si es de 1 línea deja el
   hueco, si es de 2 lo llena, y si es más largo lo recorta. Así
   las filas de datos y de precio quedan alineadas en todas. */
.breakdance .ch-property-card__body h3 {
    min-height: 2.6em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* ── Banner de cookies: caja centrada horizontalmente y anclada abajo ──
   Complianz (position=center) la pone en mitad de pantalla; la bajamos
   al centro-abajo. Override en el tema para que sobreviva a la
   regeneración del CSS de Complianz. */
.cmplz-cookiebanner.cmplz-center {
    top: auto !important;
    bottom: 24px !important;
    transform: translateX(-50%) !important;
}
