/* Property Owners + Featured and Occupied (9to9 home) */
body.nine-properties {
    --pm-of-navy: #09233c;
    --pm-of-navy-dark: #061828;
    --pm-of-accent: var(--nine-pm-brand-btn, #fdb813);
    --pm-of-accent-hover: var(--nine-pm-brand-btn-hover, #e5a610);
    --pm-of-third: var(--nine-pm-brand-third, #f24e09);
    --pm-of-border: #e1e1e1;
    --pm-of-text: #333;
    --pm-of-muted: #666;
    --pm-of-surface: #fff;
    --pm-shipment-hero-vertical-pad: 72px;
    --pm-shipment-card-media-height: 200px;
    --pm-shipment-card-details-height: 36px;
    --pm-shipment-card-foot-height: 58px;
    --pm-shipment-frame-chrome-height: 72px;
    --pm-shipment-stack-height: calc(
        var(--pm-shipment-card-media-height) +
        var(--pm-shipment-card-details-height) +
        var(--pm-shipment-card-foot-height) +
        var(--pm-shipment-frame-chrome-height)
    );
    --pm-hero-banner-min-height: max(
        520px,
        calc(var(--pm-shipment-stack-height) + var(--pm-shipment-hero-vertical-pad))
    );
}

body.nine-properties .nine-pm-featured-section {
    --pm-shipment-card-width: 280px;
    --pm-shipment-card-gap: 15px;
    --pm-shipment-cards-visible: 3;
}

body.nine-properties .nine-pm-section-band {
    width: 100%;
    background: transparent;
    box-sizing: border-box;
}

body.nine-properties .nine-pm-section-band__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

body.nine-properties .nine-pm-hero__shipments {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

body.nine-properties .nine-pm-hero__shipments .nine-pm-featured-section {
    width: 100%;
}

body.nine-properties .nine-pm-hero.search-face-wrap {
    position: relative;
    z-index: 1;
}

body.nine-properties .nine-pm-owners-section.white-box,
body.nine-properties .nine-pm-featured-section.white-box {
    background: transparent;
    border: none;
    box-shadow: none;
}

/* ----- Property Owners banner ----- */
body.nine-properties .nine-pm-owners-section .referral-banner {
    margin: 0;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border-radius: 12px;
    min-height: 320px;
}

body.nine-properties .nine-pm-owners-section .banner-illustration {
    position: relative;
    flex: 0 0 auto;
    width: min(380px, 38%);
    max-width: 380px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: #e8eef3;
}

body.nine-properties .nine-pm-owners-section .banner-illustration .img-responsive {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    object-position: center bottom;
    display: block;
}

body.nine-properties .nine-pm-owners-section .app-exclusive-badge {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 1;
    padding: 7px 20px;
    border-radius: 0 20px 20px 0;
    background: var(--pm-of-navy-dark);
}

body.nine-properties .nine-pm-owners-section .app-exclusive-badge span {
    font-size: 18px;
    font-weight: 700;
    background: linear-gradient(180deg, #ffea2e 0, #c0a301 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

body.nine-properties .nine-pm-owners-section .banner-content {
    flex: 1;
    min-width: 0;
    padding: 25px 24px 18px 28px;
    display: flex;
    flex-direction: column;
}

body.nine-properties .nine-pm-owners-section .banner-headline {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.25;
    color: var(--pm-of-text);
}

body.nine-properties .nine-pm-owners-section .headline-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    min-height: 32px;
}

body.nine-properties .nine-pm-owners-section .banner-headline-suffix {
    display: block;
    margin-top: 4px;
    font-size: 22px;
    font-weight: 600;
    color: var(--pm-of-text);
}

body.nine-properties .nine-pm-owners-section .service-ticker {
    display: inline-block;
    height: 32px;
    overflow: hidden;
    vertical-align: top;
}

body.nine-properties .nine-pm-owners-section .service-ticker-track {
    display: flex;
    flex-direction: column;
    will-change: transform;
}

body.nine-properties .nine-pm-owners-section .service-ticker-track span {
    display: flex;
    align-items: center;
    height: 32px;
    font-size: 22px;
    font-weight: 700;
    white-space: nowrap;
    background: linear-gradient(180deg, #fee50a 0, #b19702 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

body.nine-properties .nine-pm-owners-section .banner-desc {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.5;
    color: var(--pm-of-muted);
}

body.nine-properties .nine-pm-owners-section .rewards-slider-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    min-width: 0;
}

body.nine-properties .nine-pm-owners-section .rewards-label {
    flex: none;
    font-size: 13px;
    font-weight: 600;
    color: var(--pm-of-muted);
    white-space: nowrap;
}

body.nine-properties .nine-pm-owners-section .rewards-slider {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

body.nine-properties .nine-pm-owners-section .rewards-track {
    display: flex;
    align-items: center;
    width: max-content;
    will-change: transform;
}

body.nine-properties .nine-pm-owners-section .reward-item {
    position: relative;
    flex: none;
    margin-left: 18px;
    padding-left: 16px;
    font-size: 13px;
    color: var(--pm-of-text);
    white-space: nowrap;
}

body.nine-properties .nine-pm-owners-section .reward-item::before {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--pm-of-third);
}

body.nine-properties .nine-pm-owners-section .reward-item:first-child {
    margin-left: 0;
    padding-left: 12px;
}

body.nine-properties .nine-pm-owners-section .pm-owners-process--horizontal {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.nine-properties .nine-pm-owners-section .pm-owners-process__step {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    position: relative;
    min-width: 0;
}

body.nine-properties .nine-pm-owners-section .pm-owners-process--horizontal .pm-owners-process__step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 14px;
    left: 36px;
    right: -10px;
    height: 1px;
    background: #ddd;
}

body.nine-properties .nine-pm-owners-section .pm-owners-process__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    font-size: 12px;
    font-weight: 700;
    color: #222;
    background: var(--pm-of-accent);
    border-radius: 50%;
    z-index: 1;
}

body.nine-properties .nine-pm-owners-section .pm-owners-process__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--pm-of-text);
}

body.nine-properties .nine-pm-owners-section .pm-owners-process__label {
    font-size: 12px;
    line-height: 1.4;
    color: var(--pm-of-muted);
}

body.nine-properties .nine-pm-owners-section .banner-cta {
    margin-top: auto;
    padding-top: 1rem;
}

body.nine-properties .nine-pm-owners-section .pm-owners-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    height: 44px;
    padding: 0 1.85rem;
    border: none;
    border-radius: 8px;
    background: var(--pm-of-accent);
    color: var(--pm-of-text);
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

body.nine-properties .nine-pm-owners-section .pm-owners-cta-btn:hover {
    background: var(--pm-of-accent-hover);
    color: var(--pm-of-text);
}

/* ----- Featured and Occupied ----- */
body.nine-properties .nine-pm-featured-section .title-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 28px;
}

body.nine-properties .nine-pm-featured-section .title-box .title {
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.25;
    color: var(--pm-of-text);
}

body.nine-properties .nine-pm-featured-section .title-box .description {
    display: block;
    margin: 0 0 10px;
    color: var(--pm-of-muted);
    font-size: 15px;
    line-height: 1.5;
}

body.nine-properties .nine-pm-featured-section .title-box .description:last-child {
    margin-bottom: 0;
}

body.nine-properties .nine-pm-featured-section .nine-pm-featured-filter-tabs {
    display: block;
    width: 100%;
    margin-top: 18px;
    margin-bottom: 12px;
    padding: 0;
    overflow: hidden;
}

body.nine-properties .nine-pm-featured-section .collection {
    margin: 0;
    padding: 0;
}

body.nine-properties .nine-pm-featured-section .nine-pm-featured-filter-tabs .tab-box {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap;
    gap: 10px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    overflow-x: auto;
    scrollbar-width: none;
}

body.nine-properties .nine-pm-featured-section .nine-pm-featured-filter-tabs .tab-box > li {
    display: flex !important;
    flex: 0 0 auto;
    align-items: center;
    margin: 0 !important;
    padding: 0 14px !important;
    height: 40px;
    border: 1px solid var(--pm-of-border);
    border-radius: 8px;
    background: var(--pm-of-surface);
    font-size: 14px;
    font-weight: 700;
    color: var(--pm-of-text);
    white-space: nowrap;
    cursor: pointer;
    list-style: none !important;
}

body.nine-properties .nine-pm-featured-section .nine-pm-featured-filter-tabs .tab-box > li.active {
    border-color: var(--pm-of-navy);
    background: var(--pm-of-navy);
    color: #fff;
    pointer-events: none;
}

body.nine-properties .nine-pm-featured-section .collection > .white-body {
    display: none;
}

body.nine-properties .nine-pm-featured-section .collection > .white-body.active {
    display: flex;
    gap: 15px;
    padding-top: 0;
}

body.nine-properties .nine-pm-featured-section .discover-card {
    flex: 0 0 320px;
    max-width: 320px;
    padding: 15px;
    border: 1px solid var(--pm-of-border);
    border-radius: 15px;
    background: var(--pm-of-surface);
    box-sizing: border-box;
}

body.nine-properties .nine-pm-featured-section .accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

body.nine-properties .nine-pm-featured-section .accordion .panel {
    border: 1px solid var(--pm-of-border);
    border-radius: 8px;
    overflow: hidden;
}

body.nine-properties .nine-pm-featured-section .panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 47px;
    padding: 0 16px;
    border: 0;
    background: none;
    cursor: pointer;
    font: inherit;
    color: var(--pm-of-text);
}

body.nine-properties .nine-pm-featured-section .panel-header strong {
    font-size: 14px;
    font-weight: 700;
    color: #4a4a4a;
}

body.nine-properties .nine-pm-featured-section .panel-header__icon {
    font-size: 12px;
    transition: transform 0.25s ease;
}

body.nine-properties .nine-pm-featured-section .panel.active .panel-header__icon {
    transform: rotate(180deg);
}

body.nine-properties .nine-pm-featured-section .panel-body {
    max-height: 0;
    overflow: hidden;
    padding: 0 16px;
    transition: max-height 0.25s ease, padding 0.25s ease;
}

body.nine-properties .nine-pm-featured-section .panel.active .panel-body {
    max-height: 200px;
    padding: 10px 16px 14px;
    border-top: 1px solid #eee;
}

body.nine-properties .nine-pm-featured-section .panel-body p {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: var(--pm-of-muted);
}

body.nine-properties .nine-pm-featured-section .discover-body {
    display: none;
    flex: 1;
    min-width: 0;
    flex-direction: column;
}

body.nine-properties .nine-pm-featured-section .discover-body.active {
    display: flex;
}

body.nine-properties .nine-pm-featured-section .discover-properties.active {
    display: block;
}

body.nine-properties .nine-pm-featured-section .pm-investor-slider {
    position: relative;
    padding-top: 4px;
}

body.nine-properties .nine-pm-featured-section .pm-investor-slider__viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    width: 100%;
}

body.nine-properties .nine-pm-featured-section .pm-investor-slider__viewport::-webkit-scrollbar {
    display: none;
}

body.nine-properties .nine-pm-featured-section .pm-investor-slider__track {
    display: flex;
    gap: 15px;
    width: max-content;
    padding: 0 8px 8px;
}

body.nine-properties .nine-pm-featured-section .pm-featured-slider-simple {
    position: relative;
}

body.nine-properties .nine-pm-featured-section .pm-featured-slider-simple--shipments-stack {
    display: flex;
    justify-content: flex-end;
}

body.nine-properties .nine-pm-featured-section .pm-shipment-cards-frame {
    width: min(
        100%,
        calc(
            var(--pm-shipment-card-width) * var(--pm-shipment-cards-visible) +
            var(--pm-shipment-card-gap) * (var(--pm-shipment-cards-visible) - 1) +
            32px
        )
    );
    padding: 14px 16px 12px;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 18px rgb(0 0 0 / 8%);
    box-sizing: border-box;
}

body.nine-properties .nine-pm-featured-section .pm-featured-slider-simple--shipments-row {
    display: flex;
    gap: 24px;
    align-items: flex-end;
    justify-content: space-between;
}

body.nine-properties .nine-pm-featured-section .pm-shipment-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex: 0 0 auto;
    margin: 0 0 12px;
    padding: 0;
    width: 100%;
}

body.nine-properties .nine-pm-featured-section .pm-shipment-section-head .title {
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--pm-of-text);
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body.nine-properties .nine-pm-featured-section .pm-shipment-section-head__view-all {
    flex: 0 0 auto;
    margin-left: auto;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--pm-of-navy);
    text-decoration: none;
    white-space: nowrap;
}

body.nine-properties .nine-pm-featured-section .pm-shipment-section-head__view-all:hover {
    color: var(--pm-of-third);
    text-decoration: underline;
}

body.nine-properties .nine-pm-featured-section .pm-featured-slider-simple--shipments-stack .pm-featured-slider-simple__slider-wrap {
    align-items: stretch;
    width: 100%;
}

body.nine-properties .nine-pm-featured-section .pm-featured-slider-simple--shipments-stack .pm-featured-slider-simple__slider-wrap .discover-properties {
    width: 100%;
    margin-left: 0;
}

body.nine-properties .nine-pm-featured-section .pm-featured-slider-simple--with-panel {
    display: flex;
    gap: 15px;
    align-items: stretch;
}

body.nine-properties .nine-pm-featured-section .pm-featured-slider-simple__slider-wrap {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

body.nine-properties .nine-pm-featured-section .pm-featured-slider-simple__slider-wrap .discover-properties {
    flex: 1;
    min-width: 0;
    width: min(
        100%,
        calc(
            var(--pm-shipment-card-width) * var(--pm-shipment-cards-visible) +
            var(--pm-shipment-card-gap) * (var(--pm-shipment-cards-visible) - 1)
        )
    );
}

body.nine-properties .nine-pm-featured-section .pm-featured-slider-simple .pm-investor-slider {
    position: relative;
    flex: 1;
    min-width: 0;
    width: 100%;
}

body.nine-properties .nine-pm-featured-section .pm-featured-slider-simple .pm-investor-slider__viewport {
    width: 100%;
}

body.nine-properties .nine-pm-featured-section .pm-shipment-discover-card {
    flex: 0 0 320px;
    max-width: 320px;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    min-height: 100%;
}

body.nine-properties .nine-pm-featured-section .pm-shipment-discover-card__body {
    flex: 1 1 auto;
}

body.nine-properties .nine-pm-featured-section .pm-shipment-discover-card__heading {
    margin: 0 0 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    color: #4a4a4a;
}

body.nine-properties .nine-pm-featured-section .pm-shipment-discover-card__text {
    margin: 0;
    font-size: 12px;
    line-height: 1.55;
    color: var(--pm-of-muted);
}

body.nine-properties .nine-pm-featured-section .pm-shipment-discover-card__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: auto;
    padding: 12px 16px;
    border: 1px solid var(--pm-of-navy);
    border-radius: 8px;
    background: var(--pm-of-navy);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    transition: background 0.2s ease, border-color 0.2s ease;
}

body.nine-properties .nine-pm-featured-section .pm-shipment-discover-card__cta:hover {
    background: #061526;
    border-color: #061526;
    color: #fff;
}

body.nine-properties .nine-pm-featured-section .pm-featured-slider-simple .pm-investor-slider__track {
    gap: var(--pm-shipment-card-gap);
}

body.nine-properties .nine-pm-featured-section .pm-featured-slider-simple .pm-shipment-card {
    flex: 0 0 var(--pm-shipment-card-width);
    width: var(--pm-shipment-card-width) !important;
    max-width: var(--pm-shipment-card-width);
}

body.nine-properties .nine-pm-featured-section .pm-shipment-card {
    min-height: 0;
    height: auto;
    border-radius: 12px;
    overflow: hidden;
    scroll-snap-align: start;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 10px rgb(0 0 0 / 6%);
}

body.nine-properties .nine-pm-featured-section .pm-shipment-card__link {
    display: flex;
    flex-direction: column;
    gap: 0;
    height: 100%;
    padding: 0;
    text-decoration: none;
    color: inherit;
}

body.nine-properties .nine-pm-featured-section .pm-shipment-card__media {
    position: relative;
    height: var(--pm-shipment-card-media-height);
    overflow: hidden;
    background: #f3f3f3;
}

body.nine-properties .nine-pm-featured-section .pm-shipment-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.nine-properties .nine-pm-featured-section .pm-shipment-card__media-shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        180deg,
        rgb(0 0 0 / 62%) 0%,
        rgb(0 0 0 / 18%) 42%,
        rgb(0 0 0 / 0%) 100%
    );
    pointer-events: none;
}

body.nine-properties .nine-pm-featured-section .pm-shipment-card__media-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    box-sizing: border-box;
}

body.nine-properties .nine-pm-featured-section .pm-shipment-card__flag-wrap {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 35%);
    background: #fff;
    box-shadow: 0 1px 4px rgb(0 0 0 / 18%);
}

body.nine-properties .nine-pm-featured-section .pm-shipment-card__flag {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

body.nine-properties .nine-pm-featured-section .pm-shipment-card__location {
    min-width: 0;
    flex: 1 1 auto;
}

body.nine-properties .nine-pm-featured-section .pm-shipment-card__city {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    line-height: 1.15;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 3px rgb(0 0 0 / 35%);
}

body.nine-properties .nine-pm-featured-section .pm-shipment-card__country {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 2px;
    font-size: 11px;
    line-height: 1.2;
    color: rgb(255 255 255 / 88%);
    text-shadow: 0 1px 2px rgb(0 0 0 / 30%);
}

body.nine-properties .nine-pm-featured-section .pm-shipment-card__details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-height: var(--pm-shipment-card-details-height);
    padding: 8px 12px 0;
    box-sizing: border-box;
}

body.nine-properties .nine-pm-featured-section .pm-shipment-card__date {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    color: #111;
}

body.nine-properties .nine-pm-featured-section .pm-shipment-card__id {
    flex: 0 0 auto;
    max-width: 52%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 10px;
    line-height: 1.2;
    color: #666;
    letter-spacing: 0.02em;
    text-align: right;
}

body.nine-properties .nine-pm-featured-section .pm-shipment-card__capacity {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-height: var(--pm-shipment-card-foot-height);
    padding: 8px 12px 11px;
    box-sizing: border-box;
}

body.nine-properties .nine-pm-featured-section .pm-shipment-card__capacity-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
}

body.nine-properties .nine-pm-featured-section .pm-shipment-card__capacity-label {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    line-height: 1.3;
    color: #888;
}

body.nine-properties .nine-pm-featured-section .pm-shipment-card__capacity-value {
    flex: 0 0 auto;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;
    color: #111;
    white-space: nowrap;
}

body.nine-properties .nine-pm-featured-section .pm-shipment-card__progress {
    position: relative;
    height: 7px;
    border-radius: 999px;
    background: #ececec;
    overflow: hidden;
}

body.nine-properties .nine-pm-featured-section .pm-shipment-card__progress-fill {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #22c55e;
}

body.nine-properties .nine-pm-featured-section .pm-featured-slider-simple .pm-investor-slider__nav {
    background: rgb(255 255 255 / 92%);
    color: #222;
    border: 1px solid #ddd;
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
}

/* Square Yards discover-more card sizing (282×360 desktop, 179×207 ≤1024px) */
body.nine-properties .nine-pm-featured-section .pm-featured-property-card {
    position: relative;
    flex: 0 0 282px;
    width: 282px !important;
    max-width: 282px;
    height: 360px;
    min-height: 360px;
    border-radius: 10px;
    overflow: hidden;
    scroll-snap-align: start;
    box-sizing: border-box;
    cursor: pointer;
}

body.nine-properties .nine-pm-featured-section .pm-featured-property-card::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 140px;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 79%) 100%);
    pointer-events: none;
}

body.nine-properties .nine-pm-featured-section .pm-featured-property-card__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

body.nine-properties .nine-pm-featured-section .pm-featured-property-card__media img,
body.nine-properties .nine-pm-featured-section .pm-featured-property-card .img-responsive {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1);
    transition: transform 0.3s ease;
}

body.nine-properties .nine-pm-featured-section .pm-featured-property-card:hover .pm-featured-property-card__media img {
    transform: scale(1.1);
}

body.nine-properties .nine-pm-featured-section .pm-featured-card__badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

body.nine-properties .nine-pm-featured-section .pm-featured-card__badge--featured {
    color: var(--pm-of-navy);
    background: var(--pm-of-accent);
}

body.nine-properties .nine-pm-featured-section .pm-featured-card__badge--occupied {
    color: #fff;
    background: rgb(0 0 0 / 72%);
}

body.nine-properties .nine-pm-featured-section .property-status-body {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 15px 20px;
    color: #fff;
    background: none;
}

body.nine-properties .nine-pm-featured-section .property-status-body .location {
    display: block;
    margin-bottom: 6px;
    text-decoration: none;
    color: #fff;
}

body.nine-properties .nine-pm-featured-section .property-status-body .location strong {
    display: block;
    font-size: 15px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.nine-properties .nine-pm-featured-section .property-status-body .location span {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    opacity: 0.92;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.nine-properties .nine-pm-featured-section .pm-investor-card__meta {
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-size: 12px;
    line-height: 1.4;
    color: rgb(255 255 255 / 92%);
}

body.nine-properties .nine-pm-featured-section .pm-investor-card__status {
    font-weight: 700;
    color: var(--pm-of-third);
}

body.nine-properties .nine-pm-featured-section .pm-investor-slider__nav {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: rgb(0 0 0 / 72%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: translateY(-50%);
    font-size: 14px;
}

body.nine-properties .nine-pm-featured-section .pm-investor-slider__nav--prev {
    left: 4px;
}

body.nine-properties .nine-pm-featured-section .pm-investor-slider__nav--next {
    right: 4px;
}

body.nine-properties .nine-pm-featured-section .pm-featured-slider__empty {
    flex: 1 1 100%;
    margin: 24px 8px;
    padding: 24px 16px;
    text-align: center;
    font-size: 15px;
    color: var(--pm-of-muted);
    background: #f8f8f8;
    border-radius: 8px;
    border: 1px dashed var(--pm-of-border);
}

@media (max-width: 991px) {
    body.nine-properties .nine-pm-featured-section {
        --pm-shipment-cards-visible: 2;
    }

    body.nine-properties .nine-pm-featured-section .collection > .white-body.active,
    body.nine-properties .nine-pm-featured-section .pm-featured-slider-simple--with-panel,
    body.nine-properties .nine-pm-featured-section .pm-featured-slider-simple--shipments-row,
    body.nine-properties .nine-pm-featured-section .pm-featured-slider-simple--shipments-stack {
        flex-direction: column;
        align-items: stretch;
    }

    body.nine-properties .nine-pm-featured-section .pm-shipment-cards-frame {
        width: 100%;
    }

    body.nine-properties .nine-pm-featured-section .pm-shipment-section-head {
        margin-bottom: 10px;
    }

    body.nine-properties .nine-pm-featured-section .pm-featured-slider-simple__slider-wrap {
        align-items: stretch;
        width: 100%;
    }

    body.nine-properties .nine-pm-featured-section .pm-featured-slider-simple__slider-wrap .discover-properties {
        width: 100%;
        margin-left: auto;
    }

    body.nine-properties .nine-pm-featured-section .discover-card,
    body.nine-properties .nine-pm-featured-section .pm-shipment-discover-card {
        flex: none;
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 1024px) {
    body.nine-properties {
        --pm-shipment-hero-vertical-pad: 64px;
        --pm-shipment-card-media-height: 168px;
        --pm-shipment-card-details-height: 34px;
        --pm-shipment-card-foot-height: 54px;
        --pm-shipment-frame-chrome-height: 68px;
    }

    body.nine-properties .nine-pm-featured-section {
        --pm-shipment-card-width: 240px;
        --pm-shipment-cards-visible: 2;
    }

    body.nine-properties .nine-pm-featured-section .pm-shipment-card__capacity {
        padding: 8px 12px 11px;
    }

    body.nine-properties .nine-pm-featured-section .pm-featured-property-card {
        flex: 0 0 179px;
        width: 179px !important;
        max-width: 179px;
        height: 207px;
        min-height: 207px;
    }

    body.nine-properties .nine-pm-featured-section .pm-featured-property-card::after {
        height: 110px;
    }

    body.nine-properties .nine-pm-featured-section .property-status-body {
        padding: 12px 14px;
    }

    body.nine-properties .nine-pm-featured-section .property-status-body .location strong {
        font-size: 13px;
        line-height: 15px;
    }

    body.nine-properties .nine-pm-featured-section .property-status-body .location span,
    body.nine-properties .nine-pm-featured-section .pm-investor-card__meta {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    body.nine-properties .nine-pm-featured-section {
        --pm-shipment-card-width: min(280px, calc(100vw - 56px));
        --pm-shipment-cards-visible: 1;
    }

    body.nine-properties .nine-pm-featured-section .pm-featured-slider-simple__slider-wrap {
        align-items: flex-end;
    }

    body.nine-properties .nine-pm-owners-section .referral-banner {
        flex-direction: column;
        min-height: 0;
    }

    body.nine-properties .nine-pm-owners-section .banner-illustration {
        width: 100%;
        max-width: 100%;
        max-height: 220px;
    }

    body.nine-properties .nine-pm-owners-section .banner-illustration .img-responsive {
        min-height: 0;
        max-height: 200px;
    }

    body.nine-properties .nine-pm-owners-section .pm-owners-process--horizontal {
        grid-template-columns: 1fr 1fr;
    }

}

/* View All card — 11th slide in each featured / occupied track */
body.nine-properties .nine-pm-featured-section .pm-featured-view-all-card {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
    border: 2px dashed rgba(253, 184, 19, 0.45);
    background: linear-gradient(145deg, rgba(253, 184, 19, 0.08) 0%, rgba(244, 110, 123, 0.06) 100%);
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

body.nine-properties .nine-pm-featured-section .pm-featured-view-all-card::after {
    content: none;
    display: none;
}

body.nine-properties .nine-pm-featured-section .pm-featured-view-all-card:hover,
body.nine-properties .nine-pm-featured-section .pm-featured-view-all-card:focus-visible {
    border-color: var(--nine-btn, #fdb813);
    background: linear-gradient(145deg, rgba(253, 184, 19, 0.14) 0%, rgba(244, 110, 123, 0.1) 100%);
    transform: translateY(-2px);
}

body.nine-properties .nine-pm-featured-section .pm-featured-view-all-card__inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 20px 14px;
    text-align: center;
    height: 100%;
    width: 100%;
}

body.nine-properties .nine-pm-featured-section .pm-featured-view-all-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--nine-btn, #fdb813);
    color: #1a1a1a;
    font-size: 18px;
}

body.nine-properties .nine-pm-featured-section .pm-featured-view-all-card__title {
    font-size: 16px;
    font-weight: 700;
    color: var(--nine-text, #1a1a1a);
}

body.nine-properties .nine-pm-featured-section .pm-featured-view-all-card__text {
    font-size: 12px;
    line-height: 1.35;
    color: rgba(26, 26, 26, 0.65);
}

@media (max-width: 767px) {
    body.nine-properties .nine-pm-featured-section .pm-featured-view-all-card__icon {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    body.nine-properties .nine-pm-featured-section .pm-featured-view-all-card__title {
        font-size: 14px;
    }

    body.nine-properties .nine-pm-featured-section .pm-featured-view-all-card__text {
        font-size: 11px;
    }
}

