/* Artur Bin — private property brief ------------------------------------- */
body:not(.elementor-editor-active).artbin-property-brief-open {
    overflow: hidden;
}

/* Selected concept: a calm, personal concierge card. The portrait remains
 * clean; the request action belongs to the card, not to the photo itself. */
body:not(.elementor-editor-active) .artbin-property-brief-teaser {
    position: fixed;
    right: calc(30px + env(safe-area-inset-right, 0px));
    bottom: calc(30px + 42px + 12px + 54px + 22px - 30px + env(safe-area-inset-bottom, 0px));
    z-index: 200048;
    display: block;
    width: min(310px, calc(100vw - 60px));
    min-height: 348px;
    padding: 0;
    overflow: visible;
    border: 1px solid rgba(244, 181, 27, .78);
    border-radius: 22px;
    color: #f8fbff;
    background:
        radial-gradient(circle at 50% 0, rgba(244, 181, 27, .10), transparent 42%),
        linear-gradient(155deg, #123451 0%, #081f35 100%);
    box-shadow: 0 20px 54px rgba(3, 15, 27, .38), 0 0 0 1px rgba(255, 255, 255, .045) inset;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transform: translateY(12px) scale(.985);
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser.is-visible {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0) scale(1);
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__content {
    position: relative;
    display: grid;
    justify-items: center;
    width: 100%;
    min-height: 348px;
    margin: 0;
    padding: 20px 24px 24px;
    border: 0;
    border-radius: inherit;
    color: inherit;
    background: transparent;
    text-align: center;
    cursor: pointer;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__content:hover,
body:not(.elementor-editor-active) .artbin-property-brief-teaser__content:focus-visible {
    color: inherit;
    background: rgba(255, 255, 255, .035);
    outline: 0;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__avatar {
    display: block;
    width: 112px;
    height: 112px;
    margin: 42px 0 16px;
    overflow: hidden;
    border: 2px solid #f4b51b;
    border-radius: 50%;
    background: #102b47;
    box-shadow: 0 0 0 5px rgba(244, 181, 27, .09);
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__avatar > img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
    object-position: center top;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__copy {
    display: grid;
    justify-items: center;
    min-width: 0;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__kicker {
    margin: 0 0 11px;
    color: #f4b51b;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .13em;
    line-height: 1.2;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__copy strong {
    display: block;
    overflow: visible;
    color: #ffffff;
    font-size: 27px;
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.06;
    text-overflow: clip;
    white-space: normal;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__text {
    display: block;
    max-width: 226px;
    margin: 10px auto 18px;
    color: rgba(248, 251, 255, .76);
    font-size: 13px;
    line-height: 1.45;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    width: 100%;
    min-height: 49px;
    margin: 0;
    padding: 0 16px;
    border: 0;
    border-radius: 13px;
    color: #102238;
    background: linear-gradient(135deg, #f6c54a, #f4ad12);
    box-shadow: 0 12px 24px rgba(244, 181, 27, .20);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__cta i {
    font-size: 14px;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 26px;
    height: 26px;
    color: rgba(255, 255, 255, .62);
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser.is-visible ~ .artbin-property-brief-launcher {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transform: translateY(8px) scale(.96);
}

@media (max-width: 767.98px) {
    body:not(.elementor-editor-active) .artbin-property-brief-teaser {
        right: calc(15px + 52px + 14px + env(safe-area-inset-right, 0px));
        bottom: calc(15px + 42px + 10px + var(--artbin-mobile-view-switcher-clearance, 84px) + 52px + 18px + 1px - 30px + env(safe-area-inset-bottom, 0px));
        width: min(276px, calc(100vw - 96px));
        min-height: 74px;
        border-radius: 18px;
        transform: translateX(8px) scale(.985);
    }

    body:not(.elementor-editor-active) .artbin-property-brief-teaser.is-visible {
        transform: translateX(0) scale(1);
    }

    body:not(.elementor-editor-active) .artbin-property-brief-teaser__content {
        grid-template-columns: 52px minmax(0, 1fr) 18px;
        align-items: center;
        justify-items: stretch;
        min-height: 74px;
        padding: 9px 12px 9px 10px;
        text-align: left;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-teaser__avatar {
        width: 50px;
        height: 50px;
        margin: 0;
        border-width: 1px;
        box-shadow: 0 0 0 3px rgba(244, 181, 27, .10);
    }

    body:not(.elementor-editor-active) .artbin-property-brief-teaser__copy {
        display: block;
        min-width: 0;
        padding: 0 7px 0 10px;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-teaser__kicker,
    body:not(.elementor-editor-active) .artbin-property-brief-teaser__text {
        display: none;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-teaser__copy strong {
        font-size: 14px;
        line-height: 1.14;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-teaser__cta {
        position: static;
        display: grid;
        place-items: center;
        width: 18px;
        min-height: 28px;
        padding: 0;
        border: 0;
        border-radius: 0;
        color: #f4b51b;
        background: transparent;
        box-shadow: none;
        font-size: 0;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-teaser__cta i {
        font-size: 15px;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-teaser__close {
        top: 3px;
        right: 3px;
        width: 19px;
        height: 19px;
        color: rgba(255, 255, 255, .48);
    }
}

/* The selected-property ribbon occupies 112px above the 82px view switcher.
   Keep each fixed action outside that rectangle and leave a real touch gap
   between Arthur's brief shortcut and the contact button. */
@media (max-width: 767.98px) {
    body.houzez-halfmap-page.artbin-mobile-map-ribbon-open .artbin-property-brief-launcher {
        bottom: calc(212px + 52px + 20px + env(safe-area-inset-bottom, 0px)) !important;
    }
}

body:not(.elementor-editor-active) .artbin-property-brief-launcher {
    position: fixed;
    right: calc(30px + env(safe-area-inset-right, 0px));
    bottom: calc(30px + 42px + 12px + 54px + 22px - 30px + env(safe-area-inset-bottom, 0px));
    z-index: 200049;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 48px;
    margin: 0;
    padding: 8px 15px 8px 10px;
    border: 1px solid rgba(244, 181, 27, .82);
    border-radius: 999px;
    color: #102238;
    background: #fffdf8;
    box-shadow: 0 14px 34px rgba(10, 30, 50, .22);
    font-family: "Wix Madefor Display", Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .025em;
    line-height: 1;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

body:not(.elementor-editor-active) .artbin-property-brief-launcher:hover,
body:not(.elementor-editor-active) .artbin-property-brief-launcher:focus-visible {
    color: #102238;
    background: #f8bc23;
    box-shadow: 0 18px 42px rgba(10, 30, 50, .28);
    outline: 0;
    transform: translateY(-2px);
}

body:not(.elementor-editor-active) .artbin-property-brief-launcher-icon {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #102238;
    background: #f4b51b;
}

body:not(.elementor-editor-active) .artbin-property-brief-launcher-icon svg {
    display: block;
    width: 18px;
    height: 18px;
}

body:not(.elementor-editor-active) .artbin-property-brief {
    position: fixed;
    z-index: 200500;
    inset: 0;
    display: flex;
    justify-content: flex-end;
    padding: 22px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: opacity .22s ease, visibility .22s ease;
}

body:not(.elementor-editor-active) .artbin-property-brief.is-open {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
}

body:not(.elementor-editor-active) .artbin-property-brief-backdrop {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: rgba(5, 20, 35, .56);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    cursor: default;
}

body:not(.elementor-editor-active) .artbin-property-brief-panel {
    position: relative;
    z-index: 1;
    width: min(520px, calc(100vw - 44px));
    max-height: calc(100dvh - 44px);
    padding: clamp(26px, 3vw, 42px);
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid rgba(244, 181, 27, .42);
    border-radius: 28px;
    color: #f9fbff;
    background:
        radial-gradient(circle at 100% 0, rgba(244, 181, 27, .18), transparent 32%),
        radial-gradient(circle at 4% 18%, rgba(70, 161, 217, .15), transparent 38%),
        linear-gradient(145deg, #112f4e 0%, #081c30 72%);
    box-shadow: -22px 30px 90px rgba(3, 13, 23, .45), 0 0 0 1px rgba(255, 255, 255, .05) inset;
    font-family: "Wix Madefor Display", Arial, sans-serif;
    transform: translateX(28px) scale(.985);
    transition: transform .26s cubic-bezier(.2, .8, .2, 1);
}

body:not(.elementor-editor-active) .artbin-property-brief.is-open .artbin-property-brief-panel {
    transform: translateX(0) scale(1);
}

body:not(.elementor-editor-active) .artbin-property-brief-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    color: #ffffff;
    background: rgba(255, 255, 255, .07);
    cursor: pointer;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}

body:not(.elementor-editor-active) .artbin-property-brief-close:hover,
body:not(.elementor-editor-active) .artbin-property-brief-close:focus-visible {
    color: #102238;
    background: #f4b51b;
    outline: 0;
    transform: rotate(90deg);
}

body:not(.elementor-editor-active) .artbin-property-brief-close svg {
    display: block;
    width: 18px;
    height: 18px;
}

body:not(.elementor-editor-active) .artbin-property-brief-heading {
    padding-right: 52px;
}

body:not(.elementor-editor-active) .artbin-property-brief-eyebrow {
    margin: 0 0 12px;
    color: #f4b51b;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .15em;
    line-height: 1.2;
}

body:not(.elementor-editor-active) .artbin-property-brief-heading h2,
body:not(.elementor-editor-active) .artbin-property-brief-success h2 {
    margin: 0;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 3.1vw, 43px);
    font-weight: 500;
    letter-spacing: -.035em;
    line-height: 1.02;
}

body:not(.elementor-editor-active) .artbin-property-brief-heading > p:not(.artbin-property-brief-eyebrow),
body:not(.elementor-editor-active) .artbin-property-brief-success > p:not(.artbin-property-brief-eyebrow) {
    max-width: 28rem;
    margin: 14px 0 0;
    color: rgba(242, 247, 253, .72);
    font-size: 14px;
    line-height: 1.55;
}

body:not(.elementor-editor-active) .artbin-property-brief-progress {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
    color: rgba(255, 255, 255, .66);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
}

body:not(.elementor-editor-active) .artbin-property-brief-progress-bar {
    display: block;
    height: 3px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
}

body:not(.elementor-editor-active) .artbin-property-brief-progress-bar > span {
    display: block;
    width: 20%;
    height: 100%;
    border-radius: inherit;
    background: #f4b51b;
    transition: width .22s ease;
}

body:not(.elementor-editor-active) .artbin-property-brief-form {
    display: block;
    margin-top: 28px;
}

/* Keep the anti-spam field in the submitted form without allowing theme input rules to render it. */
body:not(.elementor-editor-active) .artbin-property-brief-honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    min-height: 0 !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

body:not(.elementor-editor-active) .artbin-property-brief-step[hidden],
body:not(.elementor-editor-active) .artbin-property-brief-success[hidden],
body:not(.elementor-editor-active) .artbin-property-brief-notice[hidden] {
    display: none !important;
}

body:not(.elementor-editor-active) .artbin-property-brief-step h3 {
    margin: 0;
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
}

body:not(.elementor-editor-active) .artbin-property-brief-step-hint {
    margin: 6px 0 16px;
    color: rgba(242, 247, 253, .66);
    font-size: 13px;
    line-height: 1.45;
}

body:not(.elementor-editor-active) .artbin-property-brief-subsection,
body:not(.elementor-editor-active) .artbin-property-brief-fieldset {
    margin-top: 26px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

body:not(.elementor-editor-active) .artbin-property-brief-fieldset > span {
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, .83);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .035em;
}

body:not(.elementor-editor-active) .artbin-property-brief-choices {
    display: grid;
    gap: 9px;
}

body:not(.elementor-editor-active) .artbin-property-brief-choices--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body:not(.elementor-editor-active) .artbin-property-brief-choices--two,
body:not(.elementor-editor-active) .artbin-property-brief-choices--cities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body:not(.elementor-editor-active) .artbin-property-brief-choices--compact {
    grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
}

body:not(.elementor-editor-active) .artbin-property-brief-choice {
    position: relative;
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
    min-height: 50px;
    padding: 10px 11px;
    border: 1px solid rgba(214, 228, 241, .22);
    border-radius: 12px;
    color: #f7fbff;
    background: rgba(255, 255, 255, .035);
    cursor: pointer;
    transition: border-color .16s ease, background .16s ease, transform .16s ease, box-shadow .16s ease;
}

body:not(.elementor-editor-active) .artbin-property-brief-choice:hover {
    border-color: rgba(244, 181, 27, .68);
    background: rgba(244, 181, 27, .09);
    transform: translateY(-1px);
}

body:not(.elementor-editor-active) .artbin-property-brief-choice input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

body:not(.elementor-editor-active) .artbin-property-brief-choice-mark {
    display: grid;
    flex: 0 0 17px;
    place-items: center;
    width: 17px;
    height: 17px;
    border: 1px solid rgba(237, 245, 252, .55);
    border-radius: 50%;
    color: transparent;
    background: transparent;
    transition: border-color .16s ease, color .16s ease, background .16s ease;
}

body:not(.elementor-editor-active) .artbin-property-brief-choice.is-checkbox .artbin-property-brief-choice-mark {
    border-radius: 5px;
}

body:not(.elementor-editor-active) .artbin-property-brief-choice-mark svg {
    display: block;
    width: 13px;
    height: 13px;
}

body:not(.elementor-editor-active) .artbin-property-brief-choice-label {
    min-width: 0;
    overflow-wrap: anywhere;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
}

body:not(.elementor-editor-active) .artbin-property-brief-choice input:checked ~ .artbin-property-brief-choice-mark {
    border-color: #f4b51b;
    color: #102238;
    background: #f4b51b;
}

body:not(.elementor-editor-active) .artbin-property-brief-choice:has(input:checked) {
    border-color: #f4b51b;
    color: #ffffff;
    background: rgba(244, 181, 27, .16);
    box-shadow: 0 0 0 1px rgba(244, 181, 27, .12) inset;
}

body:not(.elementor-editor-active) .artbin-property-brief-choice input:focus-visible ~ .artbin-property-brief-choice-mark {
    outline: 2px solid #ffffff;
    outline-offset: 3px;
}

body:not(.elementor-editor-active) .artbin-property-brief-two-fields,
body:not(.elementor-editor-active) .artbin-property-brief-input-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

body:not(.elementor-editor-active) .artbin-property-brief-two-fields > .artbin-property-brief-fieldset {
    margin-top: 24px;
}

body:not(.elementor-editor-active) .artbin-property-brief-input-grid {
    gap: 13px;
}

body:not(.elementor-editor-active) .artbin-property-brief-input-wrap {
    display: grid;
    gap: 7px;
    min-width: 0;
}

body:not(.elementor-editor-active) .artbin-property-brief-input-wrap--wide {
    grid-column: 1 / -1;
}

/* Separate the optional note from the preferred-contact choices above it. */
body:not(.elementor-editor-active) .artbin-property-brief-input-wrap--comment {
    margin-top: 22px;
}

body:not(.elementor-editor-active) .artbin-property-brief-input-wrap > span {
    color: rgba(255, 255, 255, .8);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
}

body:not(.elementor-editor-active) .artbin-property-brief-input-wrap input,
body:not(.elementor-editor-active) .artbin-property-brief-input-wrap textarea {
    width: 100%;
    min-height: 49px;
    margin: 0;
    padding: 12px 13px;
    border: 1px solid rgba(214, 228, 241, .25);
    border-radius: 11px;
    color: #ffffff;
    background: rgba(255, 255, 255, .06);
    box-shadow: none;
    font: inherit;
    font-size: 14px;
    line-height: 1.35;
}

body:not(.elementor-editor-active) .artbin-property-brief-input-wrap textarea {
    min-height: 88px;
    resize: vertical;
}

body:not(.elementor-editor-active) .artbin-property-brief-input-wrap input::placeholder,
body:not(.elementor-editor-active) .artbin-property-brief-input-wrap textarea::placeholder {
    color: rgba(242, 247, 253, .46);
    opacity: 1;
}

body:not(.elementor-editor-active) .artbin-property-brief-input-wrap input:focus,
body:not(.elementor-editor-active) .artbin-property-brief-input-wrap textarea:focus {
    border-color: #f4b51b;
    outline: 0;
    background: rgba(255, 255, 255, .1);
}

body:not(.elementor-editor-active) .artbin-property-brief-consent {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    margin-top: 18px;
    color: rgba(242, 247, 253, .72);
    font-size: 12px;
    line-height: 1.45;
    cursor: pointer;
}

body:not(.elementor-editor-active) .artbin-property-brief-consent input {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #f4b51b;
}

body:not(.elementor-editor-active) .artbin-property-brief-consent a {
    color: #f4b51b;
    text-decoration: underline;
    text-underline-offset: 2px;
}

body:not(.elementor-editor-active) .artbin-property-brief-actions {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

body:not(.elementor-editor-active) .artbin-property-brief-next,
body:not(.elementor-editor-active) .artbin-property-brief-submit,
body:not(.elementor-editor-active) .artbin-property-brief-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    margin: 0;
    border-radius: 10px;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .02em;
    cursor: pointer;
    transition: transform .16s ease, color .16s ease, background .16s ease, border-color .16s ease, opacity .16s ease;
}

body:not(.elementor-editor-active) .artbin-property-brief-next,
body:not(.elementor-editor-active) .artbin-property-brief-submit {
    min-width: 174px;
    margin-left: auto;
    padding: 10px 17px;
    border: 1px solid #f4b51b;
    color: #102238;
    background: #f4b51b;
    box-shadow: 0 12px 24px rgba(244, 181, 27, .18);
}

body:not(.elementor-editor-active) .artbin-property-brief-back {
    padding: 10px 4px;
    border: 0;
    color: rgba(255, 255, 255, .7);
    background: transparent;
}

body:not(.elementor-editor-active) .artbin-property-brief-next:hover,
body:not(.elementor-editor-active) .artbin-property-brief-next:focus-visible,
body:not(.elementor-editor-active) .artbin-property-brief-submit:hover,
body:not(.elementor-editor-active) .artbin-property-brief-submit:focus-visible {
    color: #102238;
    background: #ffd04c;
    outline: 0;
    transform: translateY(-1px);
}

body:not(.elementor-editor-active) .artbin-property-brief-back:hover,
body:not(.elementor-editor-active) .artbin-property-brief-back:focus-visible {
    color: #f4b51b;
    outline: 0;
}

body:not(.elementor-editor-active) .artbin-property-brief-next svg,
body:not(.elementor-editor-active) .artbin-property-brief-submit svg {
    width: 18px;
    height: 18px;
}

body:not(.elementor-editor-active) .artbin-property-brief-submit[disabled] {
    cursor: wait;
    opacity: .72;
    transform: none;
}

body:not(.elementor-editor-active) .artbin-property-brief-notice {
    margin: 18px 0 -8px;
    padding: 11px 13px;
    border: 1px solid rgba(255, 184, 80, .62);
    border-radius: 10px;
    color: #ffe7bd;
    background: rgba(190, 100, 15, .19);
    font-size: 13px;
    line-height: 1.4;
}

body:not(.elementor-editor-active) .artbin-property-brief-success {
    display: grid;
    justify-items: start;
    align-content: center;
    min-height: min(520px, calc(100dvh - 128px));
    padding-right: 22px;
}

body:not(.elementor-editor-active) .artbin-property-brief-success-mark {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin: 0 0 22px;
    border-radius: 50%;
    color: #102238;
    background: #f4b51b;
}

body:not(.elementor-editor-active) .artbin-property-brief-success-mark svg {
    width: 29px;
    height: 29px;
}

body:not(.elementor-editor-active) .artbin-property-brief-success .artbin-property-brief-next {
    margin: 28px 0 0;
}

body.artbin-property-brief-open .artbin-property-brief-launcher,
body.artbin-property-brief-open .artbin-floating-contact {
    visibility: hidden !important;
    pointer-events: none !important;
    opacity: 0 !important;
}

@media (max-width: 767.98px) {
    body:not(.elementor-editor-active) .artbin-property-brief-launcher {
        right: calc(15px + env(safe-area-inset-right, 0px));
        /* Match the raised contact shortcut and stay clear of Listings / Map View. */
        bottom: calc(15px + 42px + 10px + var(--artbin-mobile-view-switcher-clearance, 84px) + 52px + 18px - 30px + env(safe-area-inset-bottom, 0px));
        min-height: 45px;
        padding-right: 12px;
        font-size: 11px;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-launcher-icon {
        width: 28px;
        height: 28px;
    }

    body:not(.elementor-editor-active) .artbin-property-brief {
        align-items: flex-end;
        padding: 0;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-panel {
        width: 100%;
        max-height: min(92dvh, 760px);
        padding: 26px 18px max(22px, env(safe-area-inset-bottom, 0px));
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
        border-radius: 25px 25px 0 0;
        transform: translateY(28px);
    }

    body:not(.elementor-editor-active) .artbin-property-brief.is-open .artbin-property-brief-panel {
        transform: translateY(0);
    }

    body:not(.elementor-editor-active) .artbin-property-brief-heading h2,
    body:not(.elementor-editor-active) .artbin-property-brief-success h2 {
        font-size: 31px;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-choices--three {
        grid-template-columns: 1fr;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-choices--cities {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body:not(.elementor-editor-active) .artbin-property-brief-choice {
        min-height: 48px;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-two-fields,
    body:not(.elementor-editor-active) .artbin-property-brief-input-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-two-fields > .artbin-property-brief-fieldset {
        margin-top: 0;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-actions {
        margin-top: 24px;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-next,
    body:not(.elementor-editor-active) .artbin-property-brief-submit {
        min-width: 0;
        flex: 1 1 auto;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-success {
        min-height: 430px;
    }

    html body.artbin-home-gold-search-active.artbin-home-mobile-filter-visible .artbin-property-brief-launcher {
        visibility: hidden !important;
        pointer-events: none !important;
        opacity: 0 !important;
    }

    body.houzez-halfmap-page.artbin-mobile-map-ribbon-open .artbin-property-brief-launcher {
        bottom: calc(214px + 52px + 18px - 30px + env(safe-area-inset-bottom, 0px));
    }
}

@media (prefers-reduced-motion: reduce) {
    body:not(.elementor-editor-active) .artbin-property-brief,
    body:not(.elementor-editor-active) .artbin-property-brief-panel,
    body:not(.elementor-editor-active) .artbin-property-brief-launcher,
    body:not(.elementor-editor-active) .artbin-property-brief-choice,
    body:not(.elementor-editor-active) .artbin-property-brief-next,
    body:not(.elementor-editor-active) .artbin-property-brief-submit,
    body:not(.elementor-editor-active) .artbin-property-brief-back {
        transition: none !important;
    }
}

/*
 * Selected concierge launcher: portrait first, a discrete brief badge, then a
 * single lightweight invitation. It intentionally mirrors the fixed contact
 * widget's scale without borrowing its chat symbol or blocking the page.
 */
body:not(.elementor-editor-active) .artbin-property-brief-launcher {
    right: calc(30px + env(safe-area-inset-right, 0px));
    bottom: calc(30px + 42px + 12px + 54px + 22px - 30px + env(safe-area-inset-bottom, 0px));
    z-index: 200049;
    display: grid;
    place-items: center;
    width: 64px;
    min-width: 64px;
    min-height: 64px;
    height: 64px;
    padding: 0;
    overflow: visible;
    border: 1px solid rgba(244, 181, 27, .92);
    border-radius: 50%;
    color: #102238;
    background: #102b47;
    box-shadow: 0 0 0 5px rgba(244, 181, 27, .11), 0 16px 34px rgba(3, 13, 23, .34);
}

body:not(.elementor-editor-active) .artbin-property-brief-launcher:hover,
body:not(.elementor-editor-active) .artbin-property-brief-launcher:focus-visible {
    color: #102238;
    background: #102b47;
    box-shadow: 0 0 0 7px rgba(244, 181, 27, .15), 0 19px 38px rgba(3, 13, 23, .42);
    transform: translateY(-2px);
}

body:not(.elementor-editor-active) .artbin-property-brief-launcher-avatar,
body:not(.elementor-editor-active) .artbin-property-brief-teaser__avatar {
    position: relative;
    display: block;
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
    overflow: visible;
    border: 0;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
}

body:not(.elementor-editor-active) .artbin-property-brief-launcher-avatar > img,
body:not(.elementor-editor-active) .artbin-property-brief-teaser__avatar > img {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
}

body:not(.elementor-editor-active) .artbin-property-brief-launcher-badge,
body:not(.elementor-editor-active) .artbin-property-brief-teaser__badge {
    position: absolute;
    right: -4px;
    bottom: -4px;
    display: grid;
    place-items: center;
    width: 25px;
    height: 25px;
    border: 2px solid #102b47;
    border-radius: 50%;
    color: #102238;
    background: #f4b51b;
    box-shadow: 0 5px 12px rgba(3, 13, 23, .24);
}

body:not(.elementor-editor-active) .artbin-property-brief-launcher-badge i,
body:not(.elementor-editor-active) .artbin-property-brief-teaser__badge i {
    font-size: 12px;
    line-height: 1;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser {
    right: calc(30px + 64px + 18px + env(safe-area-inset-right, 0px));
    bottom: calc(30px + 42px + 12px + 54px + 22px + 2px - 30px + env(safe-area-inset-bottom, 0px));
    z-index: 200048;
    display: block;
    width: min(318px, calc(100vw - 152px));
    min-height: 92px;
    padding: 0;
    overflow: visible;
    border: 1px solid rgba(244, 181, 27, .78);
    border-radius: 17px;
    color: #f8fbff;
    background: #102b47;
    box-shadow: 0 18px 44px rgba(3, 13, 23, .30), 0 0 0 1px rgba(255, 255, 255, .045) inset;
    transform: translateX(10px) scale(.985);
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser.is-visible {
    transform: translateX(0) scale(1);
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__content {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 13px;
    width: 100%;
    min-height: 92px;
    margin: 0;
    padding: 13px 38px 13px 13px;
    border: 0;
    border-radius: inherit;
    color: inherit;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__content:hover,
body:not(.elementor-editor-active) .artbin-property-brief-teaser__content:focus-visible {
    color: inherit;
    background: rgba(255, 255, 255, .035);
    outline: 0;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__avatar {
    width: 64px;
    height: 64px;
    border: 1px solid rgba(244, 181, 27, .94);
    box-shadow: 0 0 0 4px rgba(244, 181, 27, .10);
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__copy {
    display: grid;
    align-content: center;
    min-width: 0;
    padding: 0;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__kicker {
    margin: 0 0 4px;
    color: #f4b51b;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1.2;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__copy strong {
    display: block;
    overflow: hidden;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -.015em;
    line-height: 1.18;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 0;
    margin: 6px 0 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #f4b51b;
    background: transparent;
    box-shadow: none;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__cta i {
    font-size: 11px;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__close {
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 2;
    width: 24px;
    height: 24px;
    color: rgba(255, 255, 255, .70);
}

@media (max-width: 767.98px) {
    body:not(.elementor-editor-active) .artbin-property-brief-launcher {
        right: calc(15px + env(safe-area-inset-right, 0px));
        bottom: calc(15px + 42px + 10px + var(--artbin-mobile-view-switcher-clearance, 84px) + 52px + 18px - 30px + env(safe-area-inset-bottom, 0px));
        width: 52px;
        min-width: 52px;
        min-height: 52px;
        height: 52px;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-launcher-badge,
    body:not(.elementor-editor-active) .artbin-property-brief-teaser__badge {
        right: -3px;
        bottom: -3px;
        width: 21px;
        height: 21px;
        border-width: 2px;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-launcher-badge i,
    body:not(.elementor-editor-active) .artbin-property-brief-teaser__badge i {
        font-size: 10px;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-teaser {
        right: calc(15px + 52px + 14px + env(safe-area-inset-right, 0px));
        bottom: calc(15px + 42px + 10px + var(--artbin-mobile-view-switcher-clearance, 84px) + 52px + 18px + 1px - 30px + env(safe-area-inset-bottom, 0px));
        width: min(235px, calc(100vw - 96px));
        min-height: 62px;
        border-radius: 14px;
        transform: translateX(8px) scale(.985);
    }

    body:not(.elementor-editor-active) .artbin-property-brief-teaser__content {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 10px;
        min-height: 62px;
        padding: 9px 31px 9px 9px;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-teaser__avatar {
        width: 44px;
        height: 44px;
        box-shadow: 0 0 0 3px rgba(244, 181, 27, .10);
    }

    body:not(.elementor-editor-active) .artbin-property-brief-teaser__kicker,
    body:not(.elementor-editor-active) .artbin-property-brief-teaser__cta {
        display: none;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-teaser__copy strong {
        font-size: 12px;
        line-height: 1.24;
        white-space: normal;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-teaser__close {
        top: 4px;
        right: 4px;
        width: 22px;
        height: 22px;
    }

    body.houzez-halfmap-page.artbin-mobile-map-ribbon-open .artbin-property-brief-launcher {
        bottom: calc(214px + 52px + 18px - 30px + env(safe-area-inset-bottom, 0px));
    }
}

/*
 * Quiet concierge invitation above the fixed brief button.
 * It is intentionally a lightweight choice card rather than an unsolicited
 * modal: the full form opens only after a visitor selects a goal or CTA.
 */
body:not(.elementor-editor-active) .artbin-property-brief-teaser {
    position: fixed;
    right: calc(30px + env(safe-area-inset-right, 0px));
    bottom: calc(30px + 42px + 12px + 54px + 22px + 66px + env(safe-area-inset-bottom, 0px));
    z-index: 200048;
    display: grid;
    width: min(420px, calc(100vw - 60px));
    gap: 15px;
    padding: 17px;
    border: 1px solid rgba(244, 181, 27, .72);
    border-radius: 20px;
    color: #f8fbff;
    background:
        radial-gradient(circle at 0 0, rgba(244, 181, 27, .16), transparent 35%),
        linear-gradient(145deg, rgba(17, 47, 78, .98), rgba(7, 25, 43, .985));
    box-shadow: 0 20px 54px rgba(3, 15, 27, .34), 0 0 0 1px rgba(255, 255, 255, .05) inset;
    font-family: "Wix Madefor Display", Arial, sans-serif;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transform: translateY(10px) scale(.985);
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser.is-visible {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0) scale(1);
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__head {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) 26px;
    gap: 12px;
    align-items: start;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__avatar {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    overflow: hidden;
    border: 1px solid rgba(244, 181, 27, .92);
    border-radius: 50%;
    background: #fff9ea;
    box-shadow: 0 0 0 5px rgba(244, 181, 27, .1), 0 8px 20px rgba(3, 13, 23, .22);
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__avatar img {
    display: block;
    width: 72%;
    height: 72%;
    object-fit: contain;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__copy {
    min-width: 0;
    padding-top: 1px;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__kicker {
    display: block;
    margin: 0 0 4px;
    color: #f4b51b;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .13em;
    line-height: 1.2;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__copy strong {
    display: block;
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1.15;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__copy p {
    margin: 5px 0 0;
    color: rgba(242, 247, 253, .7);
    font-size: 12px;
    line-height: 1.4;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__close {
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: rgba(255, 255, 255, .74);
    background: transparent;
    cursor: pointer;
    transition: color .16s ease, background .16s ease;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__close:hover,
body:not(.elementor-editor-active) .artbin-property-brief-teaser__close:focus-visible {
    color: #102238;
    background: #f4b51b;
    outline: 0;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__close svg {
    display: block;
    width: 14px;
    height: 14px;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__actions {
    display: grid;
    gap: 8px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__actions > span {
    color: rgba(242, 247, 253, .72);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.25;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__goals {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__goals button,
body:not(.elementor-editor-active) .artbin-property-brief-teaser__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 36px;
    margin: 0;
    border: 1px solid rgba(244, 181, 27, .68);
    border-radius: 9px;
    font: inherit;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.15;
    cursor: pointer;
    transition: color .16s ease, border-color .16s ease, background .16s ease, transform .16s ease;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__goals button {
    padding: 8px 6px;
    color: #f7fbff;
    background: rgba(4, 20, 35, .28);
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__goals button:hover,
body:not(.elementor-editor-active) .artbin-property-brief-teaser__goals button:focus-visible {
    color: #102238;
    border-color: #f4b51b;
    background: #f4b51b;
    outline: 0;
    transform: translateY(-1px);
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__cta {
    gap: 8px;
    min-height: 40px;
    margin-top: 2px;
    padding: 9px 13px;
    color: #102238;
    border-color: #f4b51b;
    background: #f4b51b;
    box-shadow: 0 10px 22px rgba(244, 181, 27, .16);
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__cta:hover,
body:not(.elementor-editor-active) .artbin-property-brief-teaser__cta:focus-visible {
    color: #102238;
    background: #ffd04c;
    outline: 0;
    transform: translateY(-1px);
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__cta svg {
    width: 16px;
    height: 16px;
}

body.artbin-property-brief-open .artbin-property-brief-teaser {
    visibility: hidden !important;
    pointer-events: none !important;
    opacity: 0 !important;
}

@supports selector(body:has(*)) {
    body:has(#overlay-search-advanced-module.open) .artbin-property-brief-teaser {
        visibility: hidden !important;
        pointer-events: none !important;
        opacity: 0 !important;
    }
}

@media (max-width: 767.98px) {
    body:not(.elementor-editor-active) .artbin-property-brief-teaser {
        right: calc(15px + env(safe-area-inset-right, 0px));
        bottom: calc(15px + 42px + 10px + var(--artbin-mobile-view-switcher-clearance, 84px) + 52px + 18px + 58px + env(safe-area-inset-bottom, 0px));
        width: min(342px, calc(100vw - 30px));
        gap: 12px;
        padding: 13px;
        border-radius: 17px;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-teaser__head {
        grid-template-columns: 44px minmax(0, 1fr) 24px;
        gap: 10px;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-teaser__avatar {
        width: 44px;
        height: 44px;
        box-shadow: 0 0 0 4px rgba(244, 181, 27, .1);
    }

    body:not(.elementor-editor-active) .artbin-property-brief-teaser__copy strong {
        font-size: 15px;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-teaser__copy p {
        font-size: 11px;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-teaser__actions {
        padding-top: 10px;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-teaser__goals button {
        min-height: 34px;
        font-size: 10px;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-teaser__cta {
        min-height: 38px;
        font-size: 11px;
    }

    html body.artbin-home-gold-search-active.artbin-home-mobile-filter-visible .artbin-property-brief-teaser {
        visibility: hidden !important;
        pointer-events: none !important;
        opacity: 0 !important;
    }

    body.houzez-halfmap-page.artbin-mobile-map-ribbon-open .artbin-property-brief-teaser {
        visibility: hidden !important;
        pointer-events: none !important;
        opacity: 0 !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    body:not(.elementor-editor-active) .artbin-property-brief-teaser,
    body:not(.elementor-editor-active) .artbin-property-brief-teaser__goals button,
    body:not(.elementor-editor-active) .artbin-property-brief-teaser__cta,
    body:not(.elementor-editor-active) .artbin-property-brief-teaser__close {
        transition: none !important;
    }
}

/* Final selected teaser override: kept after the legacy teaser styles. */
body:not(.elementor-editor-active) .artbin-property-brief-teaser {
    right: calc(30px + 64px + 18px + env(safe-area-inset-right, 0px));
    bottom: calc(30px + 42px + 12px + 54px + 22px + 2px - 30px + env(safe-area-inset-bottom, 0px));
    z-index: 200048;
    display: block;
    width: min(318px, calc(100vw - 152px));
    min-height: 92px;
    padding: 0;
    overflow: visible;
    border: 1px solid rgba(244, 181, 27, .78);
    border-radius: 17px;
    color: #f8fbff;
    background: #102b47;
    box-shadow: 0 18px 44px rgba(3, 13, 23, .30), 0 0 0 1px rgba(255, 255, 255, .045) inset;
    transform: translateX(10px) scale(.985);
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser.is-visible {
    transform: translateX(0) scale(1);
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    width: 100%;
    min-height: 92px;
    margin: 0;
    padding: 13px 40px 13px 18px;
    border: 0;
    border-radius: inherit;
    color: inherit;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__content:hover,
body:not(.elementor-editor-active) .artbin-property-brief-teaser__content:focus-visible {
    color: inherit;
    background: rgba(255, 255, 255, .035);
    outline: 0;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__avatar {
    position: relative;
    display: block;
    flex: 0 0 auto;
    width: 64px;
    height: 64px;
    overflow: visible;
    border: 1px solid rgba(244, 181, 27, .94);
    border-radius: 50%;
    background: transparent;
    box-shadow: 0 0 0 4px rgba(244, 181, 27, .10);
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__avatar > img {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__badge {
    position: absolute;
    right: -4px;
    bottom: -4px;
    display: grid;
    place-items: center;
    width: 25px;
    height: 25px;
    border: 2px solid #102b47;
    border-radius: 50%;
    color: #102238;
    background: #f4b51b;
    box-shadow: 0 5px 12px rgba(3, 13, 23, .24);
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__badge i {
    font-size: 12px;
    line-height: 1;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__copy {
    display: grid;
    align-content: center;
    min-width: 0;
    padding: 0;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__kicker {
    margin: 0 0 4px;
    color: #f4b51b;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1.2;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__copy strong {
    display: block;
    overflow: hidden;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -.015em;
    line-height: 1.18;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 0;
    margin: 6px 0 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #f4b51b;
    background: transparent;
    box-shadow: none;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__cta i {
    font-size: 11px;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__close {
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 2;
    width: 24px;
    height: 24px;
    color: rgba(255, 255, 255, .70);
}

@media (max-width: 767.98px) {
    body:not(.elementor-editor-active) .artbin-property-brief-teaser {
        right: calc(15px + 52px + 14px + env(safe-area-inset-right, 0px));
        bottom: calc(15px + 42px + 10px + var(--artbin-mobile-view-switcher-clearance, 84px) + 52px + 18px + 1px - 30px + env(safe-area-inset-bottom, 0px));
        width: min(235px, calc(100vw - 96px));
        min-height: 62px;
        border-radius: 14px;
        transform: translateX(8px) scale(.985);
    }

    body:not(.elementor-editor-active) .artbin-property-brief-teaser__content {
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
        min-height: 62px;
        padding: 9px 29px 9px 14px;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-teaser__avatar {
        width: 44px;
        height: 44px;
        box-shadow: 0 0 0 3px rgba(244, 181, 27, .10);
    }

    body:not(.elementor-editor-active) .artbin-property-brief-teaser__badge {
        right: -3px;
        bottom: -3px;
        width: 21px;
        height: 21px;
        border-width: 2px;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-teaser__badge i {
        font-size: 10px;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-teaser__kicker,
    body:not(.elementor-editor-active) .artbin-property-brief-teaser__cta {
        display: none;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-teaser__copy strong {
        font-size: 12px;
        line-height: 1.24;
        white-space: normal;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-teaser__close {
        top: 4px;
        right: 4px;
        width: 22px;
        height: 22px;
    }
}

/* Mobile brief: full-height sheet and short, visibly sequenced stages. */
@media (max-width: 767.98px) {
    body:not(.elementor-editor-active) .artbin-property-brief {
        align-items: stretch;
        padding: 0;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-panel {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100dvh;
        max-height: none;
        padding: max(12px, env(safe-area-inset-top, 0px)) 18px max(12px, env(safe-area-inset-bottom, 0px));
        overflow: hidden;
        border: 0;
        border-radius: 0;
        transform: translateY(18px);
    }

    body:not(.elementor-editor-active) .artbin-property-brief.is-open .artbin-property-brief-panel {
        transform: translateY(0);
    }

    body:not(.elementor-editor-active) .artbin-property-brief-close {
        top: max(10px, env(safe-area-inset-top, 0px));
        right: 14px;
        width: 36px;
        height: 36px;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-form {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        min-height: 0;
        margin-top: 0;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-heading {
        flex: 0 0 auto;
        padding: 0 46px 0 0;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-eyebrow {
        margin-bottom: 7px;
        font-size: 9px;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-heading h2,
    body:not(.elementor-editor-active) .artbin-property-brief-success h2 {
        font-size: 27px;
        line-height: 1.04;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-heading > p:not(.artbin-property-brief-eyebrow) {
        margin-top: 8px;
        font-size: 13px;
        line-height: 1.42;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-progress {
        margin-top: 14px;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-step {
        flex: 1 1 auto;
        min-height: 0;
        padding: 18px 2px 14px 0;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        scrollbar-gutter: stable;
    }

    body:not(.elementor-editor-active) [data-property-brief-mobile-step][hidden] {
        display: none !important;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-step[data-property-brief-step="3"] .artbin-property-brief-two-fields {
        margin-top: 18px;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-actions {
        position: relative;
        z-index: 2;
        flex: 0 0 auto;
        margin-top: 0;
        padding: 12px 0 max(4px, env(safe-area-inset-bottom, 0px));
        background: linear-gradient(180deg, rgba(8, 28, 48, 0) 0, #081c30 28%);
    }

    body:not(.elementor-editor-active) .artbin-property-brief-step h3 {
        font-size: 16px;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-step-hint {
        margin-bottom: 12px;
        font-size: 12px;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-fieldset,
    body:not(.elementor-editor-active) .artbin-property-brief-subsection {
        margin-top: 18px;
        padding-top: 16px;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-choice {
        min-height: 46px;
        padding: 9px 10px;
    }

    /* Keep the short, three-column mobile options readable: phrases may wrap,
       but a single word must never be split character by character. */
    body:not(.elementor-editor-active) .artbin-property-brief-choices--compact .artbin-property-brief-choice {
        gap: 7px;
        padding: 8px;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-choices--compact .artbin-property-brief-choice-mark {
        flex-basis: 15px;
        width: 15px;
        height: 15px;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-choices--compact .artbin-property-brief-choice-label {
        overflow-wrap: normal;
        word-break: normal;
        font-size: 12px;
        line-height: 1.16;
    }

    /* The final mobile step keeps contact details, the optional note and
       consent together without forcing the visitor back to another screen. */
    body:not(.elementor-editor-active) .artbin-property-brief-step[data-property-brief-step="5"] {
        padding-top: 14px;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-step[data-property-brief-step="5"] .artbin-property-brief-input-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px 12px;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-step[data-property-brief-step="5"] .artbin-property-brief-fieldset {
        margin-top: 12px;
        padding-top: 12px;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-step[data-property-brief-step="5"] .artbin-property-brief-choice {
        min-height: 42px;
        padding: 8px;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-step[data-property-brief-step="5"] .artbin-property-brief-input-wrap--comment {
        margin-top: 12px;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-step[data-property-brief-step="5"] .artbin-property-brief-input-wrap textarea {
        min-height: 64px;
        height: 64px;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-step[data-property-brief-step="5"] .artbin-property-brief-consent {
        margin-top: 10px;
    }
}

/* Final selected concierge-card variation. Kept last so it cleanly replaces
 * the earlier launcher experiments without changing form behaviour. */
body:not(.elementor-editor-active) .artbin-property-brief-teaser {
    right: calc(30px + env(safe-area-inset-right, 0px));
    bottom: calc(30px + 42px + 12px + 54px + 22px - 30px + env(safe-area-inset-bottom, 0px));
    width: min(310px, calc(100vw - 60px));
    min-height: 348px;
    border-radius: 22px;
    background:
        radial-gradient(circle at 50% 0, rgba(244, 181, 27, .10), transparent 42%),
        linear-gradient(155deg, #123451 0%, #081f35 100%);
    box-shadow: 0 20px 54px rgba(3, 15, 27, .38), 0 0 0 1px rgba(255, 255, 255, .045) inset;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transform: translateY(12px) scale(.985);
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser.is-visible {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0) scale(1);
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__content {
    position: relative;
    display: grid;
    justify-items: center;
    width: 100%;
    min-height: 348px;
    padding: 20px 24px 24px;
    text-align: center;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__avatar {
    display: block;
    width: 112px;
    height: 112px;
    margin: 42px 0 16px;
    overflow: hidden;
    border: 2px solid #f4b51b;
    border-radius: 50%;
    background: #102b47;
    box-shadow: 0 0 0 5px rgba(244, 181, 27, .09);
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__avatar > img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
    object-position: center top;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__copy {
    display: grid;
    justify-items: center;
    min-width: 0;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__kicker {
    display: block;
    margin: 0 0 11px;
    color: #f4b51b;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .13em;
    line-height: 1.2;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__copy strong {
    display: block;
    overflow: visible;
    color: #ffffff;
    font-size: 27px;
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.06;
    text-overflow: clip;
    white-space: normal;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__text {
    display: block;
    max-width: 226px;
    margin: 10px auto 18px;
    color: rgba(248, 251, 255, .76);
    font-size: 13px;
    line-height: 1.45;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    width: 100%;
    min-height: 49px;
    margin: 0;
    padding: 0 16px;
    border: 0;
    border-radius: 13px;
    color: #102238;
    background: linear-gradient(135deg, #f6c54a, #f4ad12);
    box-shadow: 0 12px 24px rgba(244, 181, 27, .20);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__cta i {
    font-size: 14px;
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser__close {
    top: 10px;
    right: 10px;
    width: 26px;
    height: 26px;
    color: rgba(255, 255, 255, .62);
}

body:not(.elementor-editor-active) .artbin-property-brief-teaser.is-visible ~ .artbin-property-brief-launcher {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transform: translateY(8px) scale(.96);
}

@media (max-width: 767.98px) {
    body:not(.elementor-editor-active) .artbin-property-brief-teaser {
        right: calc(15px + 52px + 14px + env(safe-area-inset-right, 0px));
        bottom: calc(15px + 42px + 10px + var(--artbin-mobile-view-switcher-clearance, 84px) + 52px + 18px + 1px - 30px + env(safe-area-inset-bottom, 0px));
        width: min(276px, calc(100vw - 96px));
        min-height: 74px;
        border-radius: 18px;
        transform: translateX(8px) scale(.985);
    }

    body:not(.elementor-editor-active) .artbin-property-brief-teaser.is-visible {
        transform: translateX(0) scale(1);
    }

    body:not(.elementor-editor-active) .artbin-property-brief-teaser__content {
        grid-template-columns: 52px minmax(0, 1fr) 18px;
        align-items: center;
        justify-items: stretch;
        min-height: 74px;
        padding: 9px 12px 9px 10px;
        text-align: left;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-teaser__avatar {
        width: 50px;
        height: 50px;
        margin: 0;
        border-width: 1px;
        box-shadow: 0 0 0 3px rgba(244, 181, 27, .10);
    }

    body:not(.elementor-editor-active) .artbin-property-brief-teaser__copy {
        display: block;
        min-width: 0;
        padding: 0 7px 0 10px;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-teaser__kicker,
    body:not(.elementor-editor-active) .artbin-property-brief-teaser__text {
        display: none;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-teaser__copy strong {
        font-size: 14px;
        line-height: 1.14;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-teaser__cta {
        display: grid;
        place-items: center;
        width: 18px;
        min-height: 28px;
        padding: 0;
        border: 0;
        border-radius: 0;
        color: #f4b51b;
        background: transparent;
        box-shadow: none;
        font-size: 0;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-teaser__cta i {
        font-size: 15px;
    }

    body:not(.elementor-editor-active) .artbin-property-brief-teaser__close {
        top: 3px;
        right: 3px;
        width: 19px;
        height: 19px;
        color: rgba(255, 255, 255, .48);
    }
}
