body.psm-single-property-page,
body.psm-single-property-page #page,
body.psm-single-property-page .site,
body.psm-single-property-page .site-content {
    background: #0d0f10;
}

body.psm-single-property-page {
    overflow-x: hidden;
}

.psm-single,
.psm-single * {
    box-sizing: border-box;
}

.psm-slider .psm-slider__arrow {
    padding: 14px 13px!important;
}

.psm-single {
    --psm-bg: #0d0f10;
    --psm-bg-soft: #111314;
    --psm-surface: #17191a;
    --psm-surface-strong: #1d2021;
    --psm-surface-light: #242728;
    --psm-text: #f6f6f3;
    --psm-muted: #b0b6b8;
    --psm-muted-light: #d1d5d6;
    --psm-line: rgba(255, 255, 255, .10);
    --psm-line-strong: rgba(255, 255, 255, .18);
    --psm-white: #ffffff;
    --psm-ink: #111314;
    --psm-shadow: 0 26px 70px rgba(0, 0, 0, .32);
    --psm-shadow-soft: 0 16px 42px rgba(0, 0, 0, .2);
    position: relative;
    isolation: isolate;
    width: 100%;
    margin: 0;
    padding: 124px 0 104px;
    overflow: hidden;
    background: linear-gradient(180deg, #0d0f10 0%, #101213 48%, #0b0d0e 100%);
    color: var(--psm-text);
    font-family: Outfit, "Helvetica Neue", Arial, sans-serif;
}

.psm-single__ambient {
    display: none;
}

.psm-single__container {
     width: min(1480px, calc(100% - 171px));
    margin: 0 auto;
}

.psm-single figure,
.psm-single h1,
.psm-single h2,
.psm-single p {
    margin-top: 0;
}

.psm-single a {
    text-decoration: none;
}

.psm-single button,
.psm-single a {
    -webkit-tap-highlight-color: transparent;
}

.psm-single button {
    font-family: inherit;
}

.psm-hero-slider-section {
    margin: 0 0 58px;
}

.psm-slider {
    position: relative;
}

.psm-slider__viewport {
    overflow: hidden;
}

.psm-slider__track {
    display: flex;
    width: 100%;
    will-change: transform;
    transition: transform .7s cubic-bezier(.2, .72, .2, 1);
}

.psm-slider__slide {
    flex: 0 0 100%;
    min-width: 0;
    margin: 0;
}

.psm-slider--hero {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 30px;
    background: #050606;
    box-shadow: var(--psm-shadow);
}

.psm-slider--hero::before {
    content: "";
    position: absolute;
    z-index: 4;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: inherit;
    pointer-events: none;
}

.psm-slider--hero .psm-slider__viewport {
    aspect-ratio: 16 / 8.8;
    min-height: 420px;
    max-height: 680px;
    background: #070809;
}

.psm-slider--hero .psm-slider__slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: hidden;
    background: #070809;
}

.psm-slider--hero .psm-slider__slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    padding: 12px;
    transform: none;
    filter: none;
    transition: transform 5s cubic-bezier(.2, .65, .25, 1);
}

.psm-slider--hero .psm-slider__slide.is-active img {
    transform: scale(1.01);
    filter: none;
}

.psm-slider__shade {
    position: absolute;
    z-index: 2;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(5, 6, 6, .04) 10%, transparent 36%),
        linear-gradient(0deg, rgba(5, 6, 6, .55) 0%, rgba(5, 6, 6, .02) 32%, transparent 58%),
        linear-gradient(90deg, rgba(5, 6, 6, .14), transparent 28%);
}

.psm-hero__meta {
    position: absolute;
    z-index: 5;
    left: 38px;
    bottom: 38px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: min(640px, calc(100% - 240px));
}

.psm-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.psm-chip {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 999px;
    background: rgba(15, 17, 18, .54);
    color: rgba(255, 255, 255, .9);
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .11em;
    text-transform: uppercase;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.psm-chip--status {
    gap: 8px;
}

.psm-chip--status > span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .14);
}

.psm-hero__address {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, .86);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-shadow: 0 2px 16px rgba(0, 0, 0, .55);
}

.psm-hero__address svg {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
}

.psm-slider__footer {
    position: absolute;
    z-index: 5;
    right: 34px;
    bottom: 32px;
    display: flex;
    align-items: center;
    gap: 22px;
}

.psm-slider__dots {
    display: flex;
    align-items: center;
    gap: 7px;
    max-width: 240px;
    overflow: hidden;
}

.psm-slider__dot,
.psm-slider__dot:hover,
.psm-slider__dot:focus,
.psm-slider__dot:focus-visible,
.psm-slider__dot:active {
    position: relative;
    flex: 0 0 7px;
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0 !important;
    border-radius: 99px;
    appearance: none;
    -webkit-appearance: none;
    background: rgba(255, 255, 255, .44) !important;
    outline: 0 !important;
    box-shadow: none !important;
    cursor: pointer;
    transition: width .28s ease, background-color .28s ease, transform .28s ease;
}

.psm-slider__dot:hover {
    transform: scale(1.18);
    background: rgba(255, 255, 255, .82) !important;
}

.psm-slider__dot.is-active {
    width: 28px;
    background: #fff !important;
}

.psm-slider__counter {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .1em;
}

.psm-slider__counter span:first-child {
    color: #fff;
}

.psm-slider__counter i {
    display: block;
    width: 22px;
    height: 1px;
    background: rgba(255, 255, 255, .48);
}

.psm-slider__arrow {
    position: absolute;
    top: 50%;
    z-index: 8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .24) !important;
    border-radius: 50%;
    appearance: none;
    -webkit-appearance: none;
    background: rgba(12, 14, 15, .58) !important;
    color: #fff !important;
    cursor: pointer;
    transform: translateY(-50%);
    box-shadow: 0 14px 32px rgba(0, 0, 0, .28) !important;
    outline: 0 !important;
    text-decoration: none !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: transform .28s cubic-bezier(.2, .8, .2, 1), background-color .28s ease, color .28s ease, border-color .28s ease, box-shadow .28s ease, opacity .25s ease;
}

.psm-slider__arrow:hover,
.psm-slider__arrow:focus-visible {
    border-color: #fff !important;
    background: #fff !important;
    color: #111314 !important;
    box-shadow: 0 18px 38px rgba(0, 0, 0, .38) !important;
}

.psm-slider__arrow:focus-visible {
    outline: 3px solid rgba(255, 255, 255, .32) !important;
    outline-offset: 4px !important;
}

.psm-slider__arrow:active {
    box-shadow: 0 10px 24px rgba(0, 0, 0, .26) !important;
}

.psm-slider__arrow:disabled {
    opacity: .28;
    cursor: not-allowed;
    transform: translateY(-50%) scale(.94);
}

.psm-slider__arrow span {
    display: inline-flex;
    width: 23px;
    height: 23px;
    transition: transform .28s cubic-bezier(.2, .8, .2, 1);
}

.psm-slider__arrow svg {
    display: block;
    width: 100%;
    height: 100%;
    stroke-width: 2;
}

.psm-slider__arrow--prev {
    left: 24px;
}

.psm-slider__arrow--next {
    right: 24px;
}

.psm-slider__arrow--prev:hover,
.psm-slider__arrow--prev:focus-visible {
    transform: translateY(-50%) translateX(-4px) scale(1.06);
}

.psm-slider__arrow--next:hover,
.psm-slider__arrow--next:focus-visible {
    transform: translateY(-50%) translateX(4px) scale(1.06);
}

.psm-slider__arrow--prev:hover span,
.psm-slider__arrow--prev:focus-visible span {
    transform: translateX(-2px);
}

.psm-slider__arrow--next:hover span,
.psm-slider__arrow--next:focus-visible span {
    transform: translateX(2px);
}

.psm-slider__arrow--prev:active {
    transform: translateY(-50%) translateX(-2px) scale(.98);
}

.psm-slider__arrow--next:active {
    transform: translateY(-50%) translateX(2px) scale(.98);
}

.psm-property-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.62fr) minmax(360px, .78fr);
    gap: 34px;
    align-items: start;
}

.psm-property-main,
.psm-property-sidebar {
    min-width: 0;
}

.psm-intro-section {
    position: relative;
    padding: 44px 46px 42px;
    overflow: hidden;
    border: 1px solid var(--psm-line);
    border-radius: 26px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .045), transparent 52%),
        linear-gradient(180deg, rgba(27, 30, 31, .96), rgba(18, 20, 21, .96));
    box-shadow: var(--psm-shadow-soft);
}

.psm-intro-section::after {
    display: none;
}

.psm-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: #d6d8d8;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.psm-eyebrow::before {
    content: "";
    width: 22px;
    height: 1px;
    background: rgba(255, 255, 255, .72);
}

.psm-property-title {
    position: relative;
    z-index: 1;
    max-width: 920px;
    margin-bottom: 22px;
    color: var(--psm-text);
    font-size: clamp(44px, 25px, 44px);
    font-weight: 400;
    line-height: .98;
    letter-spacing: -.045em;
}

.psm-property-description {
    position: relative;
    z-index: 1;
    max-width: 880px;
    color: var(--psm-muted-light);
    font-size: 18px;
    font-weight: 300;
    line-height: 1.85;
}

.psm-property-description p {
    margin-bottom: 14px;
}

.psm-property-description > *:last-child {
    margin-bottom: 0;
}

.psm-property-description a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .42);
}

.psm-quick-facts {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 32px;
    padding-top: 28px;
    border-top: 1px solid var(--psm-line);
}

.psm-quick-fact {
    position: relative;
    display: flex;
    align-items: center;
    gap: 13px;
    min-width: 0;
    padding: 17px 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 16px;
    background: rgba(255, 255, 255, .025);
    transition: transform .3s ease, border-color .3s ease, background-color .3s ease, box-shadow .3s ease;
}

.psm-quick-fact::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.075) 48%, transparent 100%);
    transform: translateX(-120%);
    transition: transform .58s cubic-bezier(.22, .61, .36, 1);
    pointer-events: none;
}

.psm-quick-fact:hover,
.psm-quick-fact:focus-within {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .05);
    box-shadow: 0 16px 34px rgba(0,0,0,.18);
}

.psm-quick-fact:hover::before,
.psm-quick-fact:focus-within::before {
    transform: translateX(120%);
}

.psm-quick-fact__icon {
    display: inline-flex;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 13px;
    background: rgba(255, 255, 255, .045);
    color: #fff;
}

.psm-quick-fact__icon svg {
    width: 19px;
    height: 19px;
}

.psm-quick-fact__text {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
}

.psm-quick-fact__text strong {
    overflow: hidden;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.psm-quick-fact__text small {
    color: var(--psm-muted);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: .04em;
}

.psm-property-sidebar {
    position: relative;
}

.psm-glance-card {
    position: sticky;
    top: 30px;
    padding: 32px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 26px;
    background: linear-gradient(180deg, #1c1f20 0%, #17191a 100%);
    color: var(--psm-text);
    box-shadow: var(--psm-shadow-soft);
}

.psm-glance-card__glow {
    display: none;
}

.psm-glance-heading {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--psm-line);
}

.psm-glance-heading .psm-eyebrow {
    margin-bottom: 9px;
}

.psm-glance-heading h2 {
    margin: 0;
    color: var(--psm-text);
    font-size: 38px;
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: -.035em;
}

.psm-status-badge {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 7px;
    max-width: 150px;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    background: rgba(255, 255, 255, .045);
    color: #e3e5e5;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.15;
    text-align: right;
}

.psm-status-badge i {
    flex: 0 0 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .1);
}

.psm-glance-table {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.psm-glance-row {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(115px, .82fr);
    gap: 14px;
    align-items: center;
    min-height: 60px;
    padding: 11px 14px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .075);
    border-radius: 14px;
    background: rgba(255, 255, 255, .022);
    transition: transform .28s ease, border-color .28s ease, background-color .28s ease, box-shadow .28s ease;
}

.psm-glance-row::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.07) 48%, transparent 100%);
    transform: translateX(-120%);
    transition: transform .58s cubic-bezier(.22, .61, .36, 1);
    pointer-events: none;
}

.psm-glance-row:hover,
.psm-glance-row:focus-within {
    transform: translateX(4px);
    border-color: rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .046);
    box-shadow: 0 14px 28px rgba(0,0,0,.16);
}

.psm-glance-row:hover::before,
.psm-glance-row:focus-within::before {
    transform: translateX(120%);
}

.psm-glance-label,
.psm-glance-value {
    display: flex;
    align-items: center;
    min-width: 0;
    color: #eef0ef;
    font-size: 14px;
    line-height: 1.45;
}

.psm-glance-label {
    gap: 10px;
    color: #c7cbcc;
    font-weight: 400;
}

.psm-glance-value {
    justify-content: flex-end;
    color: #fff;
    font-weight: 500;
    text-align: right;
    word-break: break-word;
}

.psm-glance-icon {
    display: inline-flex;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 10px;
    background: rgba(255, 255, 255, .035);
    color: #f5f6f5;
}

.psm-glance-icon svg {
    width: 16px;
    height: 16px;
}

.psm-glance-actions {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
}

.psm-btn,
.psm-btn:link,
.psm-btn:visited {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    padding: 13px 18px;
    overflow: hidden;
    border-radius: 999px;
    appearance: none;
    -webkit-appearance: none;
    font-size: 16px!important;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .035em;
    white-space: nowrap;
    outline: 0;
    text-decoration: none;
    transition: transform .28s cubic-bezier(.2, .8, .2, 1), background-color .28s ease, color .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.psm-btn::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -75%;
    width: 34%;
    height: 200%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .32), transparent);
    transform: rotate(20deg);
    transition: left .62s ease;
}

.psm-btn:hover::before,
.psm-btn:focus-visible::before {
    left: 135%;
}

.psm-btn:hover,
.psm-btn:focus-visible {
    transform: translateY(-3px);
}

.psm-btn:active {
    transform: translateY(-1px) scale(.99);
}

.psm-btn:focus-visible {
    outline: 3px solid rgba(255, 255, 255, .18);
    outline-offset: 3px;
}

.psm-btn--primary,
.psm-btn--primary:link,
.psm-btn--primary:visited {
    border: 1px solid #fff !important;
    background: #fff !important;
    color: #111314 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .22) !important;
}

.psm-btn--primary:hover,
.psm-btn--primary:focus-visible {
    background: #e9ebea !important;
    color: #0d0f10 !important;
    box-shadow: 0 16px 36px rgba(0, 0, 0, .3) !important;
}

.psm-btn--secondary,
.psm-btn--secondary:link,
.psm-btn--secondary:visited {
    border: 1px solid rgba(255, 255, 255, .18) !important;
    background: rgba(255, 255, 255, .045) !important;
    color: #fff !important;
    box-shadow: none !important;
}

.psm-btn--secondary:hover,
.psm-btn--secondary:focus-visible {
    border-color: rgba(255, 255, 255, .42) !important;
    background: rgba(255, 255, 255, .09) !important;
    color: #fff !important;
}

.psm-btn svg {
    position: relative;
    z-index: 1;
    width: 17px;
    height: 17px;
}

.psm-btn > span {
    position: relative;
    z-index: 1;
}

.psm-btn--static {
    cursor: default;
}

.psm-btn--static:hover {
    transform: none;
}

.psm-section {
    margin-top: 62px;
}

.psm-section__head {
    display: flex;
    align-items: flex-end;
    gap: 26px;
    margin-bottom: 25px;
}

.psm-section__head > div {
    flex: 0 0 auto;
}

.psm-section__head .psm-eyebrow {
    margin-bottom: 10px;
}

.psm-section__head h2 {
    margin: 0;
    color: var(--psm-text);
    font-size: clamp(38px, 3.3vw, 56px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.04em;
}

.psm-section__line {
    flex: 1 1 auto;
    height: 1px;
    margin-bottom: 7px;
    background: linear-gradient(90deg, rgba(255, 255, 255, .22), transparent);
}

.psm-slider--floor {
    --psm-floor-gap: 16px;
    padding: 2px;
}

.psm-slider--floor .psm-slider__viewport {
    overflow: hidden;
    border-radius: 20px;
}

.psm-slider--floor .psm-slider__track {
    gap: var(--psm-floor-gap);
}

.psm-slider--floor .psm-slider__slide {
    flex: 0 0 calc((100% - (var(--psm-floor-gap) * 3)) / 4);
}

.psm-floor-card {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: .79 / 1;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .1) !important;
    border-radius: 20px;
    appearance: none;
    -webkit-appearance: none;
    background: #f4f4f1 !important;
    color: inherit !important;
    outline: 0 !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .18) !important;
    cursor: zoom-in;
    transition: transform .35s cubic-bezier(.2, .8, .2, 1), border-color .35s ease, box-shadow .35s ease;
}

.psm-floor-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.22) 48%, transparent 100%);
    transform: translateX(-125%);
    transition: transform .65s cubic-bezier(.22, .61, .36, 1);
    pointer-events: none;
}

.psm-floor-card:hover,
.psm-floor-card:focus-visible {
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, .28) !important;
    box-shadow: 0 22px 46px rgba(0, 0, 0, .3) !important;
}

.psm-floor-card:hover::before,
.psm-floor-card:focus-visible::before {
    transform: translateX(125%);
}

.psm-floor-card:focus-visible {
    outline: 3px solid rgba(255, 255, 255, .24) !important;
    outline-offset: 4px !important;
}

.psm-floor-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(.96);
    transition: transform .45s cubic-bezier(.2, .8, .2, 1);
}

.psm-floor-card:hover img,
.psm-floor-card:focus-visible img {
    transform: scale(1.015);
}

.psm-floor-card__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(9, 11, 12, .28);
    opacity: 0;
    transition: opacity .32s ease;
}

.psm-floor-card__overlay > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    background: rgba(14, 16, 17, .66);
    color: #fff;
    transform: scale(.82);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: transform .32s cubic-bezier(.2, .8, .2, 1);
}

.psm-floor-card__overlay svg {
    width: 20px;
    height: 20px;
}

.psm-floor-card:hover .psm-floor-card__overlay,
.psm-floor-card:focus-visible .psm-floor-card__overlay {
    opacity: 1;
}

.psm-floor-card:hover .psm-floor-card__overlay > span,
.psm-floor-card:focus-visible .psm-floor-card__overlay > span {
    transform: scale(1);
}

.psm-slider--floor .psm-slider__arrow {
    width: 46px;
    height: 46px;
    border-color: rgba(255, 255, 255, .16) !important;
    background: rgba(24, 27, 28, .9) !important;
}

.psm-slider--floor .psm-slider__arrow:hover,
.psm-slider--floor .psm-slider__arrow:focus-visible {
    border-color: #fff !important;
    background: #fff !important;
    color: #111314 !important;
}

.psm-slider--floor .psm-slider__arrow--prev {
    left: -20px;
}

.psm-slider--floor .psm-slider__arrow--next {
    right: -20px;
}

.psm-video-card,
.psm-map-card {
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 24px;
    background: #0a0b0c;
    box-shadow: var(--psm-shadow-soft);
}

.psm-video-card::after,
.psm-map-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, .05);
    border-radius: inherit;
    pointer-events: none;
}

.psm-video-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: transform .8s cubic-bezier(.2, .8, .2, 1), filter .5s ease;
}

.psm-video-card__link {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    border: 0 !important;
    appearance: none;
    -webkit-appearance: none;
    background: transparent !important;
    color: inherit !important;
    outline: 0 !important;
    box-shadow: none !important;
    cursor: pointer;
    text-align: left;
}

.psm-video-card__link:hover img,
.psm-video-card__link:focus-visible img {
    transform: scale(1.035);
    filter: brightness(.84);
}

.psm-video-card__link:focus-visible {
    outline: 3px solid rgba(255, 255, 255, .28) !important;
    outline-offset: -7px !important;
}

.psm-video-card__fallback {
    aspect-ratio: 16 / 9;
    background: linear-gradient(145deg, #2b2e2f, #090a0b);
}

.psm-video-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .28));
    transition: background-color .35s ease;
}

.psm-video-card__play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 50%;
    background: rgba(255, 255, 255, .94);
    color: #101213;
    transform: translate(-50%, -50%);
    box-shadow: 0 16px 42px rgba(0, 0, 0, .35);
    animation: psm-play-breathe 2.4s ease-in-out infinite;
    transition: background-color .3s ease, color .3s ease, box-shadow .3s ease;
}

.psm-video-card__play svg {
    width: 25px;
    height: 25px;
    margin-left: 3px;
    fill: currentColor;
    stroke: currentColor;
}

.psm-video-card__play::after {
    content: "";
    position: absolute;
    inset: -1px;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 50%;
    animation: psm-play-ring 2.4s ease-out infinite;
}

.psm-video-card__link:hover .psm-video-card__play,
.psm-video-card__link:focus-visible .psm-video-card__play {
    background: #111314;
    color: #fff;
    box-shadow: 0 20px 48px rgba(0, 0, 0, .48);
}

.psm-video-card__media {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
    background: #000;
}

@keyframes psm-play-breathe {
    0%, 100% { transform: translate(-50%, -50%) scale(1); }
    50% { transform: translate(-50%, -50%) scale(1.07); }
}

@keyframes psm-play-ring {
    0% { opacity: .72; transform: scale(1); }
    72%, 100% { opacity: 0; transform: scale(1.62); }
}

.psm-map-card iframe {
    display: block;
    width: 100%;
    min-height: 400px;
    filter: grayscale(.16) contrast(1.02);
}

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

.psm-lightbox {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px;
    background: rgba(5, 6, 6, .92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    animation: psm-lightbox-in .26s ease both;
}

.psm-lightbox img {
    display: block;
    max-width: min(1180px, 92vw);
    max-height: 87vh;
    object-fit: contain;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 30px 100px rgba(0, 0, 0, .55);
    animation: psm-lightbox-image-in .34s cubic-bezier(.2, .8, .2, 1) both;
}

.psm-lightbox__close {
    position: fixed;
    top: 24px;
    right: 28px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0 0 3px;
    border: 1px solid rgba(255, 255, 255, .22) !important;
    border-radius: 50%;
    appearance: none;
    -webkit-appearance: none;
    background: rgba(20, 22, 23, .72) !important;
    color: #fff !important;
    font-size: 32px;
    font-weight: 300;
    line-height: 1;
    outline: 0 !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .32) !important;
    cursor: pointer;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: transform .25s ease, background-color .25s ease, color .25s ease;
}

.psm-lightbox__close:hover,
.psm-lightbox__close:focus-visible {
    background: #fff !important;
    color: #111314 !important;
    transform: rotate(90deg) scale(1.05);
}

.psm-lightbox__close:focus-visible {
    outline: 3px solid rgba(255, 255, 255, .24) !important;
    outline-offset: 4px !important;
}

@keyframes psm-lightbox-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes psm-lightbox-image-in {
    from { opacity: 0; transform: translateY(16px) scale(.975); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.psm-single.psm-motion-ready .psm-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .78s ease, transform .78s cubic-bezier(.2, .72, .2, 1);
}

.psm-single.psm-motion-ready .psm-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1180px) {
    .psm-single__container {
        width: min(100%, calc(100% - 48px));
    }

    .psm-slider--hero .psm-slider__viewport {
        aspect-ratio: 16 / 8;
        min-height: 390px;
    }

    .psm-property-layout {
        grid-template-columns: minmax(0, 1.45fr) minmax(340px, .75fr);
        gap: 26px;
    }

    .psm-intro-section {
        padding: 38px 34px 36px;
    }

    .psm-quick-facts {
        grid-template-columns: 1fr;
    }

    .psm-quick-fact {
        padding: 12px 14px;
    }

    .psm-glance-card {
        padding: 25px;
    }

    .psm-glance-heading {
        flex-direction: column;
    }

    .psm-status-badge {
        max-width: none;
        text-align: left;
    }
}

@media (max-width: 900px) {
    .psm-single {
        padding-top: 104px;
    }

    .psm-hero-slider-section {
        margin-bottom: 38px;
    }

    .psm-slider--hero {
        border-radius: 24px;
    }

    .psm-slider--hero .psm-slider__viewport {
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .psm-property-layout {
        display: flex;
        flex-direction: column;
        gap: 42px;
    }

    .psm-property-main,
    .psm-property-sidebar {
        width: 100%;
    }

    .psm-property-sidebar {
        order: 2;
    }

    .psm-glance-card {
        position: static;
    }

    .psm-glance-heading {
        flex-direction: row;
    }

    .psm-quick-facts {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .psm-slider--floor .psm-slider__slide {
        flex-basis: calc((100% - var(--psm-floor-gap)) / 2);
    }
}

@media (max-width: 640px) {
    .psm-single {
        padding: 86px 0 72px;
    }

    .psm-single__container {
        width: min(100%, calc(100% - 28px));
    }

    .psm-slider--hero {
        border-radius: 20px;
    }

    .psm-slider--hero .psm-slider__viewport {
        aspect-ratio: 4 / 3.15;
    }

    .psm-hero__meta {
        left: 20px;
        right: 20px;
        bottom: 54px;
        max-width: none;
    }

    .psm-chip {
        min-height: 27px;
        padding: 6px 9px;
        font-size: 9px;
    }

    .psm-hero__address {
        font-size: 12px;
    }

    .psm-slider__footer {
        right: 20px;
        bottom: 18px;
        left: 20px;
        justify-content: space-between;
    }

    .psm-slider__dots {
        max-width: 160px;
    }

    .psm-slider__arrow {
        top: 42%;
        width: 44px;
        height: 44px;
    }

    .psm-slider__arrow span {
        width: 20px;
        height: 20px;
    }

    .psm-slider__arrow--prev {
        left: 14px;
    }

    .psm-slider__arrow--next {
        right: 14px;
    }

    .psm-intro-section {
        padding: 30px 24px 26px;
        border-radius: 22px;
    }

    .psm-property-title {
        margin-bottom: 18px;
        font-size: clamp(36px, 11vw, 48px);
        line-height: 1.02;
    }

    .psm-property-description {
        font-size: 17px;
        line-height: 1.72;
    }

    .psm-quick-facts {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 25px;
        padding-top: 22px;
    }

    .psm-section {
        margin-top: 48px;
    }

    .psm-section__head {
        gap: 15px;
        margin-bottom: 19px;
    }

    .psm-section__head h2 {
        font-size: 38px;
    }

    .psm-section__line {
        display: none;
    }

    .psm-slider--floor .psm-slider__slide {
        flex-basis: 84%;
    }

    .psm-slider--floor .psm-slider__arrow--prev {
        left: 10px;
    }

    .psm-slider--floor .psm-slider__arrow--next {
        right: 10px;
    }

    .psm-glance-card {
        padding: 23px 18px;
        border-radius: 22px;
    }

    .psm-glance-heading {
        flex-direction: column;
        margin-bottom: 18px;
        padding-bottom: 18px;
    }

    .psm-glance-heading h2 {
        font-size: 32px;
    }

    .psm-glance-row {
        grid-template-columns: minmax(0, 1fr) minmax(96px, .75fr);
        gap: 8px;
        min-height: 52px;
        padding: 8px 9px;
    }

    .psm-glance-icon {
        flex-basis: 31px;
        width: 31px;
        height: 31px;
    }

    .psm-glance-label,
    .psm-glance-value {
        font-size: 11px;
    }

    .psm-video-card,
    .psm-map-card,
    .psm-floor-card {
        border-radius: 19px;
    }

    .psm-video-card__play {
        width: 60px;
        height: 60px;
    }

    .psm-map-card iframe {
        min-height: 310px;
        height: 310px;
    }

    .psm-lightbox {
        padding: 22px;
    }

    .psm-lightbox__close {
        top: 14px;
        right: 14px;
        width: 44px;
        height: 44px;
    }
}

@media (max-width: 420px) {
    .psm-slider--hero .psm-slider__viewport {
        aspect-ratio: 1 / 1;
    }

    .psm-hero__address {
        display: none;
    }

    .psm-hero__meta {
        bottom: 45px;
    }

    .psm-slider__counter i {
        width: 14px;
    }

    .psm-slider__dots {
        max-width: 125px;
    }

    .psm-property-title {
        font-size: 35px;
    }

    .psm-section__head h2 {
        font-size: 38px;
    }

    .psm-slider--floor .psm-slider__slide {
        flex-basis: 92%;
    }

    .psm-glance-row {
        grid-template-columns: 57% 43%;
    }

    .psm-glance-label {
        gap: 7px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .psm-single *,
    .psm-single *::before,
    .psm-single *::after,
    .psm-lightbox,
    .psm-lightbox * {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }

    .psm-single.psm-motion-ready .psm-reveal {
        opacity: 1;
        transform: none;
    }
}


/* v1.6.1 refinement: cleaner professional look */
.psm-video-card,
.psm-map-card,
.psm-intro-section,
.psm-glance-card {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

@media (min-width: 992px) {
    .psm-hero__meta {
        left: 42px;
        bottom: 36px;
    }
}

@media (max-width: 991px) {
    .psm-slider--hero .psm-slider__viewport {
        aspect-ratio: 16 / 10;
        min-height: 360px;
    }

    .psm-property-description {
        font-size: 17px;
    }

    .psm-glance-heading h2 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .psm-slider--hero .psm-slider__viewport {
        aspect-ratio: 4 / 3;
        min-height: 300px;
    }

    .psm-slider--hero .psm-slider__slide img {
        padding: 10px;
    }

    .psm-property-title {
        font-size: clamp(34px, 10vw, 48px);
    }

    .psm-property-description {
        font-size: 16px;
        line-height: 1.75;
    }

    .psm-quick-fact__text strong,
    .psm-glance-value,
    .psm-glance-label {
        font-size: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .psm-quick-fact::before,
    .psm-glance-row::before,
    .psm-floor-card::before {
        display: none;
    }
}

/* --------------------------------------------------------------------------
   Premium property grid shortcode: [psm_properties]
   -------------------------------------------------------------------------- */
.psm-property-grid-shell,
.psm-property-grid-shell * {
    box-sizing: border-box;
}

.psm-property-grid-shell {
    --psm-grid-bg: #121515;
    --psm-grid-panel: #181c1c;
    --psm-grid-panel-soft: #202424;
    --psm-grid-text: #f7f4ed;
    --psm-grid-muted: #aaaead;
    --psm-grid-line: rgba(255, 255, 255, .1);
    --psm-grid-accent: #d7ad5b;
    width: 100%;
    color: var(--psm-grid-text);
    font-family: Outfit, "Helvetica Neue", Arial, sans-serif;
}

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

.psm-property-card {
    min-width: 0;
    margin: 0;
}

.psm-property-card__link,
.psm-property-card__link:link,
.psm-property-card__link:visited {
    position: relative;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--psm-grid-line);
    border-radius: 26px;
    background: linear-gradient(180deg, #1a1e1e 0%, #121515 100%);
    color: var(--psm-grid-text);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .18);
    isolation: isolate;
    text-decoration: none !important;
    transform: translateZ(0);
    transition:
        transform .45s cubic-bezier(.2, .72, .2, 1),
        border-color .35s ease,
        box-shadow .45s ease;
}

.psm-property-card__link::before {
    content: "";
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: -52%;
    width: 36%;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .11), transparent);
    opacity: 0;
    transform: skewX(-18deg);
    transition: left .75s cubic-bezier(.2, .72, .2, 1), opacity .25s ease;
}

.psm-property-card__link::after {
    content: "";
    position: absolute;
    z-index: 6;
    right: 28px;
    bottom: 0;
    left: 28px;
    height: 2px;
    pointer-events: none;
    background: var(--psm-grid-accent);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .48s cubic-bezier(.2, .72, .2, 1);
}

.psm-property-card__link:hover,
.psm-property-card__link:focus-visible {
    border-color: rgba(215, 173, 91, .55);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .32);
    transform: translateY(-8px);
}

.psm-property-card__link:hover::before,
.psm-property-card__link:focus-visible::before {
    left: 118%;
    opacity: 1;
}

.psm-property-card__link:hover::after,
.psm-property-card__link:focus-visible::after {
    transform: scaleX(1);
}

.psm-property-card__link:focus-visible {
    outline: 3px solid rgba(215, 173, 91, .34);
    outline-offset: 4px;
}

.psm-property-card__media {
    position: relative;
    min-height: 250px;
    overflow: hidden;
    aspect-ratio: 1 / 1.06;
    background: #242828;
}

.psm-property-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.001);
    transition: transform .85s cubic-bezier(.2, .72, .2, 1), filter .45s ease;
}

.psm-property-card__link:hover .psm-property-card__image,
.psm-property-card__link:focus-visible .psm-property-card__image {
    transform: scale(1.065);
    filter: saturate(1.04) contrast(1.02);
}

.psm-property-card__image-shade {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(7, 9, 9, .09) 0%, transparent 38%),
        linear-gradient(0deg, rgba(7, 9, 9, .52) 0%, transparent 35%);
}

.psm-property-card__badge {
    position: absolute;
    top: 22px;
    left: 22px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: calc(100% - 88px);
    min-height: 34px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    background: rgba(15, 18, 18, .7);
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: .055em;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.psm-property-card__badge i {
    flex: 0 0 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--psm-grid-accent);
    box-shadow: 0 0 0 4px rgba(215, 173, 91, .15);
}

.psm-property-card__number {
    position: absolute;
    right: 22px;
    bottom: 18px;
    color: rgba(255, 255, 255, .76);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .16em;
}

.psm-property-card__placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
    padding: 18% 18% 16%;
    background:
        linear-gradient(145deg, rgba(215, 173, 91, .11), transparent 45%),
        linear-gradient(180deg, #292e2e, #171a1a);
}

.psm-property-card__placeholder span {
    width: 24%;
    border: 1px solid rgba(255, 255, 255, .18);
    border-bottom: 0;
    background: rgba(255, 255, 255, .035);
}

.psm-property-card__placeholder span:nth-child(1) { height: 44%; }
.psm-property-card__placeholder span:nth-child(2) { height: 68%; }
.psm-property-card__placeholder span:nth-child(3) { height: 53%; }

.psm-property-card__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 27px 27px 25px;
}

.psm-property-card__heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.psm-property-card__heading > div {
    min-width: 0;
}

.psm-property-card__kicker {
    margin: 0 0 8px !important;
    color: var(--psm-grid-accent);
    font-size: 10px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.psm-property-card__heading h3 {
    margin: 0 !important;
    color: var(--psm-grid-text);
    font-size: clamp(25px, 2vw, 31px);
    font-weight: 500;
    line-height: 1.06;
    letter-spacing: -.03em;
}

.psm-property-card__arrow {
    position: relative;
    display: inline-flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 50%;
    background: rgba(255, 255, 255, .045);
    transition: background-color .35s ease, border-color .35s ease, transform .35s ease;
}

.psm-property-card__arrow span,
.psm-property-card__arrow span::before,
.psm-property-card__arrow span::after {
    position: absolute;
    display: block;
    content: "";
}

.psm-property-card__arrow span {
    width: 17px;
    height: 1px;
    background: currentColor;
    transition: transform .35s ease;
}

.psm-property-card__arrow span::before,
.psm-property-card__arrow span::after {
    right: -1px;
    width: 7px;
    height: 1px;
    background: currentColor;
    transform-origin: right center;
}

.psm-property-card__arrow span::before {
    transform: rotate(45deg);
}

.psm-property-card__arrow span::after {
    transform: rotate(-45deg);
}

.psm-property-card__link:hover .psm-property-card__arrow,
.psm-property-card__link:focus-visible .psm-property-card__arrow {
    border-color: var(--psm-grid-accent);
    background: var(--psm-grid-accent);
    color: #111414;
    transform: rotate(-8deg);
}

.psm-property-card__link:hover .psm-property-card__arrow span,
.psm-property-card__link:focus-visible .psm-property-card__arrow span {
    transform: translateX(3px);
}

.psm-property-card__address {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    min-height: 44px;
    margin: 19px 0 0 !important;
    color: var(--psm-grid-muted);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
}

.psm-property-card__address svg {
    flex: 0 0 17px;
    width: 17px;
    height: 17px;
    margin-top: 2px;
    color: var(--psm-grid-accent);
}

.psm-property-card__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.psm-property-card__fact {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 2px;
}

.psm-property-card__fact + .psm-property-card__fact {
    padding-left: 11px;
    border-left: 1px solid rgba(255, 255, 255, .08);
}

.psm-property-card__fact strong {
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.psm-property-card__fact small {
    color: #878d8c;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.psm-property-card__footer {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: auto;
    padding-top: 23px;
    color: #dedfdc;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.psm-property-card__footer i {
    display: block;
    flex: 1 1 auto;
    height: 1px;
    overflow: hidden;
    background: rgba(255, 255, 255, .1);
}

.psm-property-card__footer i::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: var(--psm-grid-accent);
    transform: translateX(-102%);
    transition: transform .5s cubic-bezier(.2, .72, .2, 1);
}

.psm-property-card__link:hover .psm-property-card__footer i::before,
.psm-property-card__link:focus-visible .psm-property-card__footer i::before {
    transform: translateX(0);
}

.psm-property-grid-empty {
    padding: 28px 30px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 16px;
    background: #f5f5f2;
    color: #3e4342;
    font-family: Outfit, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
}

@media (max-width: 1080px) {
    .psm-property-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .psm-property-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .psm-property-card__media {
        aspect-ratio: 1 / .96;
    }

    .psm-property-card__content {
        padding: 24px 22px 22px;
    }

    .psm-property-card__heading h3 {
        font-size: 27px;
    }

    .psm-property-card__address {
        min-height: 0;
        font-size: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .psm-property-card__link,
    .psm-property-card__link::before,
    .psm-property-card__link::after,
    .psm-property-card__image,
    .psm-property-card__arrow,
    .psm-property-card__arrow span,
    .psm-property-card__footer i::before {
        transition-duration: .01ms !important;
    }

    .psm-property-card__link:hover,
    .psm-property-card__link:focus-visible {
        transform: none;
    }
}

/* --------------------------------------------------------------------------
   v1.7.2 — compact property cards and premium property archive
   -------------------------------------------------------------------------- */
.psm-property-grid-shell {
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
}

.psm-property-grid {
    gap: clamp(18px, 1.7vw, 24px);
}

.psm-property-card__link,
.psm-property-card__link:link,
.psm-property-card__link:visited {
    border-radius: 20px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .16);
}

.psm-property-card__link:hover,
.psm-property-card__link:focus-visible {
    transform: translateY(-5px);
    box-shadow: 0 22px 48px rgba(0, 0, 0, .27);
}

.psm-property-card__link::after {
    right: 22px;
    left: 22px;
}

.psm-property-card__media {
    min-height: 0;
    aspect-ratio: 4 / 3;
}

.psm-property-card__badge {
    top: 16px;
    left: 16px;
    min-height: 30px;
    padding: 7px 10px;
    font-size: 10px;
}

.psm-property-card__number {
    right: 17px;
    bottom: 14px;
    font-size: 11px;
}

.psm-property-card__content {
    padding: 20px 21px 19px;
}

.psm-property-card__heading {
    gap: 13px;
}

.psm-property-card__kicker {
    margin-bottom: 6px !important;
    font-size: 9px;
}

.psm-property-card__heading h3 {
    font-size: clamp(22px, 1.65vw, 26px);
    line-height: 1.08;
}

.psm-property-card__arrow {
    flex-basis: 41px;
    width: 41px;
    height: 41px;
}

.psm-property-card__arrow span {
    width: 15px;
}

.psm-property-card__address {
    min-height: 38px;
    margin-top: 14px !important;
    font-size: 13px;
    line-height: 1.45;
}

.psm-property-card__address svg {
    flex-basis: 15px;
    width: 15px;
    height: 15px;
}

.psm-property-card__facts {
    gap: 6px;
    margin-top: 15px;
    padding-top: 13px;
}

.psm-property-card__fact + .psm-property-card__fact {
    padding-left: 9px;
}

.psm-property-card__fact strong {
    font-size: 13px;
}

.psm-property-card__fact small {
    font-size: 9px;
}

.psm-property-card__footer {
    gap: 11px;
    padding-top: 17px;
    font-size: 10px;
}

body.psm-properties-archive-page,
body.psm-properties-archive-page #page,
body.psm-properties-archive-page .site,
body.psm-properties-archive-page .site-content {
    background: #0d1010;
}

.psm-properties-archive,
.psm-properties-archive * {
    box-sizing: border-box;
}

.psm-properties-archive {
    width: 100%;
    padding: clamp(78px, 8vw, 118px) 0 clamp(80px, 9vw, 130px);
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(215, 173, 91, .035), transparent 230px),
        #0d1010;
    color: #f7f4ed;
    font-family: Outfit, "Helvetica Neue", Arial, sans-serif;
}

.psm-properties-archive__container {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

.psm-properties-archive__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
    gap: clamp(32px, 6vw, 92px);
    align-items: end;
    margin-bottom: clamp(38px, 5vw, 64px);
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .11);
}

.psm-properties-archive__heading {
    min-width: 0;
}

.psm-properties-archive__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    color: #d7ad5b;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.psm-properties-archive__eyebrow::before {
    content: "";
    display: block;
    width: 28px;
    height: 1px;
    background: currentColor;
}

.psm-properties-archive__header h1 {
    margin: 0;
    color: #f7f4ed;
    font-size: clamp(48px, 6vw, 82px);
    font-weight: 400;
    line-height: .96;
    letter-spacing: -.05em;
}

.psm-properties-archive__header > p {
    max-width: 520px;
    margin: 0;
    color: #adb2b1;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
}

.psm-property-grid-shell--archive {
    max-width: none;
}

.psm-properties-pagination {
    margin-top: clamp(42px, 6vw, 70px);
}

.psm-properties-pagination .page-numbers {
    margin: 0;
    padding: 0;
    list-style: none;
}

.psm-properties-pagination > .page-numbers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.psm-properties-pagination a.page-numbers,
.psm-properties-pagination span.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 42px;
    height: 42px;
    padding: 0 13px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    background: #171b1b;
    color: #d7d9d7;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: transform .25s ease, background-color .25s ease, border-color .25s ease, color .25s ease;
}

.psm-properties-pagination a.page-numbers:hover,
.psm-properties-pagination a.page-numbers:focus-visible,
.psm-properties-pagination span.page-numbers.current {
    border-color: #d7ad5b;
    background: #d7ad5b;
    color: #111414;
}

.psm-properties-pagination a.page-numbers:hover,
.psm-properties-pagination a.page-numbers:focus-visible {
    transform: translateY(-2px);
}

.psm-properties-pagination a.page-numbers:focus-visible {
    outline: 3px solid rgba(215, 173, 91, .25);
    outline-offset: 3px;
}

@media (max-width: 900px) {
    .psm-properties-archive__header {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .psm-properties-archive__header > p {
        max-width: 660px;
    }
}

@media (max-width: 680px) {
    .psm-properties-archive {
        padding: 68px 0 84px;
    }

    .psm-properties-archive__container {
        width: min(100%, calc(100% - 28px));
    }

    .psm-properties-archive__header {
        margin-bottom: 32px;
        padding-bottom: 24px;
    }

    .psm-properties-archive__header h1 {
        font-size: clamp(44px, 15vw, 62px);
    }

    .psm-properties-archive__header > p {
        font-size: 15px;
    }

    .psm-property-card__media {
        aspect-ratio: 4 / 3;
    }

    .psm-property-card__content {
        padding: 20px;
    }

    .psm-property-card__heading h3 {
        font-size: 24px;
    }
}

/* --------------------------------------------------------------------------
   v1.7.3 — Properties archive matched to supplied reference
   -------------------------------------------------------------------------- */
body.psm-properties-archive-page .psm-properties-archive {
    padding: 46px 0 105px !important;
    background: #0d1010 !important;
}

body.psm-properties-archive-page .psm-properties-archive__container {
    width: min(1544px, calc(100% - 106px)) !important;
    max-width: none !important;
    margin: 0 auto !important;
}

body.psm-properties-archive-page .psm-properties-archive__header {
    display: block !important;
margin: 96px 0 84px !important;
    padding: 0 0 43px !important;
    border-bottom: 1px solid rgba(255, 255, 255, .11) !important;
    text-align: center !important;
}

body.psm-properties-archive-page .psm-properties-archive__heading {
    display: block !important;
    width: 100% !important;
}

body.psm-properties-archive-page .psm-properties-archive__eyebrow {
    display: none !important;
}

body.psm-properties-archive-page .psm-properties-archive__header h1 {
    margin: 0 !important;
    color: #f7f4ed !important;
    font-size: clamp(52px, 4.1vw, 60px) !important;
    font-weight: 400 !important;
    line-height: 1.02 !important;
    letter-spacing: -.045em !important;
    text-align: center !important;
}

body.psm-properties-archive-page .psm-properties-archive__header > p {
    max-width: 720px !important;
    margin: 25px auto 0 !important;
    color: #b8bcbb !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    line-height: 1.85 !important;
    text-align: center !important;
}

body.psm-properties-archive-page .psm-property-grid-shell--archive {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

body.psm-properties-archive-page .psm-property-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 28px !important;
    width: 100% !important;
}

body.psm-properties-archive-page .psm-property-card__link,
body.psm-properties-archive-page .psm-property-card__link:link,
body.psm-properties-archive-page .psm-property-card__link:visited {
    border-radius: 22px !important;
    border-color: rgba(255, 255, 255, .11) !important;
    background: linear-gradient(180deg, #181c1c 0%, #111414 100%) !important;
    box-shadow: 0 16px 38px rgba(0, 0, 0, .2) !important;
}

body.psm-properties-archive-page .psm-property-card__link:hover,
body.psm-properties-archive-page .psm-property-card__link:focus-visible {
    transform: translateY(-6px) !important;
    border-color: rgba(215, 173, 91, .48) !important;
    box-shadow: 0 26px 58px rgba(0, 0, 0, .34) !important;
}

body.psm-properties-archive-page .psm-property-card__media {
    min-height: 0 !important;
    aspect-ratio: 1.45 / 1 !important;
    background: #242828 !important;
}

body.psm-properties-archive-page .psm-property-card__badge {
    top: 20px !important;
    left: 20px !important;
    min-height: 34px !important;
    padding: 8px 12px !important;
    font-size: 11px !important;
}

body.psm-properties-archive-page .psm-property-card__number {
    right: 21px !important;
    bottom: 17px !important;
    font-size: 12px !important;
}

body.psm-properties-archive-page .psm-property-card__content {
    padding: 26px 28px 25px !important;
}

body.psm-properties-archive-page .psm-property-card__heading {
    gap: 18px !important;
}

body.psm-properties-archive-page .psm-property-card__kicker {
    margin-bottom: 8px !important;
    font-size: 10px !important;
}

body.psm-properties-archive-page .psm-property-card__heading h3 {
    font-size: clamp(27px, 2vw, 30px) !important;
    line-height: 1.07 !important;
}

body.psm-properties-archive-page .psm-property-card__arrow {
    flex-basis: 52px !important;
    width: 52px !important;
    height: 52px !important;
}

body.psm-properties-archive-page .psm-property-card__arrow span {
    width: 17px !important;
}

body.psm-properties-archive-page .psm-property-card__address {
    min-height: 45px !important;
    margin-top: 20px !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
}

body.psm-properties-archive-page .psm-property-card__address svg {
    flex-basis: 18px !important;
    width: 18px !important;
    height: 18px !important;
}

body.psm-properties-archive-page .psm-property-card__facts {
    gap: 8px !important;
    margin-top: 23px !important;
    padding-top: 19px !important;
}

body.psm-properties-archive-page .psm-property-card__fact + .psm-property-card__fact {
    padding-left: 13px !important;
}

body.psm-properties-archive-page .psm-property-card__fact strong {
    font-size: 18px !important;
}

body.psm-properties-archive-page .psm-property-card__fact small {
    font-size: 11px !important;
}

body.psm-properties-archive-page .psm-property-card__footer {
    gap: 14px !important;
    padding-top: 25px !important;
    font-size: 12px !important;
}

@media (max-width: 1180px) {
    body.psm-properties-archive-page .psm-properties-archive__container {
        width: min(100%, calc(100% - 56px)) !important;
    }

    body.psm-properties-archive-page .psm-property-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 760px) {
    body.psm-properties-archive-page .psm-properties-archive {
        padding: 38px 0 78px !important;
    }

    body.psm-properties-archive-page .psm-properties-archive__container {
        width: min(100%, calc(100% - 28px)) !important;
    }

    body.psm-properties-archive-page .psm-properties-archive__header {
        margin-bottom: 38px !important;
        padding-bottom: 30px !important;
    }

    body.psm-properties-archive-page .psm-properties-archive__header h1 {
        font-size: clamp(42px, 13vw, 54px) !important;
    }

    body.psm-properties-archive-page .psm-properties-archive__header > p {
        margin-top: 18px !important;
        font-size: 16px !important;
        line-height: 1.7 !important;
    }

    body.psm-properties-archive-page .psm-property-grid {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 22px !important;
    }

    body.psm-properties-archive-page .psm-property-card__media {
        aspect-ratio: 1.35 / 1 !important;
    }

    body.psm-properties-archive-page .psm-property-card__content {
        padding: 23px 22px 22px !important;
    }

    body.psm-properties-archive-page .psm-property-card__heading h3 {
        font-size: 26px !important;
    }

    body.psm-properties-archive-page .psm-property-card__arrow {
        flex-basis: 46px !important;
        width: 46px !important;
        height: 46px !important;
    }
}
