:root {
    --rhhr-ink: #0d1117;
    --rhhr-paper: #ffffff;
    --rhhr-soft: #f6f6f3;
    --rhhr-line: #e7e8e5;
    --rhhr-gold: #ffbd16;
    --rhhr-muted: #667085;
}

.rh-home-redesign .content_wrapper {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    background: var(--rhhr-paper);
}

.rh-home-redesign main.content_wrapper > .elementor {
    opacity: 1;
    visibility: visible;
    transition: opacity .16s ease;
}

.rh-home-redesign .rhhr-hero {
    position: relative;
    z-index: 70;
    min-height: 0 !important;
    padding: 88px 24px 34px !important;
    overflow: visible;
    color: #fff;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
        radial-gradient(circle at 84% 8%, rgba(255,189,22,.24), transparent 34%),
        linear-gradient(112deg, #0c1016 0%, #10151b 65%, #292008 100%) !important;
    background-size: 46px 46px, 46px 46px, auto, auto !important;
}

.rh-home-redesign .rhhr-hero::before {
    content: '';
    position: absolute;
    right: 8%;
    top: -225px;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(255,189,22,.13);
    border-radius: 50%;
    box-shadow: 0 0 0 58px rgba(255,189,22,.035), 0 0 0 116px rgba(255,189,22,.02);
    pointer-events: none;
}

.rh-home-redesign .rhhr-hero > .elementor-background-overlay {
    display: none !important;
}

.rh-home-redesign .rhhr-hero > .elementor-container {
    width: min(1160px, 100%) !important;
    max-width: 1160px !important;
    margin: 0 auto;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.rh-home-redesign .rhhr-hero .elementor-column,
.rh-home-redesign .rhhr-hero .elementor-widget-wrap {
    width: 100% !important;
}

.rh-home-redesign .rhhr-hero .elementor-widget-wrap {
    display: block !important;
    padding: 0 !important;
}

.rh-home-redesign .rhhr-intro {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
}

@media (min-width: 992px) {
    .rh-home-redesign .rhhr-intro h1 {
        white-space: nowrap;
    }
}

.rh-home-redesign .rhhr-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 11px;
    color: var(--rhhr-gold);
    font-size: 10px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: .17em;
    justify-content: center;
}

.rh-home-redesign .rhhr-eyebrow i {
    width: 28px;
    height: 2px;
    background: var(--rhhr-gold);
}

.rh-home-redesign .rhhr-intro h1 {
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(39px, 3.9vw, 56px);
    font-weight: 800;
    line-height: .96;
    letter-spacing: -.052em;
}

.rh-home-redesign .rhhr-intro h1 strong {
    color: var(--rhhr-gold);
    font-weight: inherit;
}

.rh-home-redesign .rhhr-intro p {
    width: min(630px, 100%);
    margin: 0;
    color: rgba(255,255,255,.71);
    font-size: 14px;
    line-height: 1.5;
}

.rh-home-redesign .rhhr-search-host {
    position: relative;
    z-index: 6;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Search form and property cards are deliberately not restyled here. */

.rh-home-redesign .rhhr-promise {
    position: relative;
    z-index: 60;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: min(1050px, calc(100% - 48px));
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid var(--rhhr-line);
    border-radius: 18px;
    background: rgba(255,255,255,.98);
    box-shadow: 0 16px 45px rgba(13,17,23,.09);
}

.rh-home-redesign .rhhr-promise > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-height: 70px;
    padding: 12px 24px;
}

.rh-home-redesign .rhhr-promise > div + div {
    border-left: 1px solid var(--rhhr-line);
}

.rh-home-redesign .rhhr-promise svg {
    flex: 0 0 24px;
    width: 24px;
    fill: none;
    stroke: #b47b00;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.rh-home-redesign .rhhr-promise span,
.rh-home-redesign .rhhr-promise strong,
.rh-home-redesign .rhhr-promise small {
    display: block;
}

.rh-home-redesign .rhhr-promise strong {
    margin-bottom: 2px;
    color: var(--rhhr-ink);
    font-size: 13px;
    line-height: 1.25;
}

.rh-home-redesign .rhhr-promise small {
    color: #7a828d;
    font-size: 10px;
    line-height: 1.3;
}

.rh-home-redesign .rhhr-exclusive,
.rh-home-redesign .rhhr-listings {
    border: 0 !important;
    background-image: none !important;
}

.rh-home-redesign .rhhr-exclusive {
    position: relative;
    z-index: auto;
    padding: 16px 24px 8px !important;
    background-color: var(--rhhr-soft) !important;
    background-image: linear-gradient(rgba(13,17,23,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(13,17,23,.03) 1px, transparent 1px) !important;
    background-size: 44px 44px !important;
    box-shadow: 0 15px 34px rgba(13,17,23,.055);
}

.rh-home-redesign .rhhr-listings {
    position: relative;
    z-index: auto;
    padding: 24px 24px 16px !important;
    border-top: 1px solid rgba(13,17,23,.055) !important;
    box-shadow: inset 0 14px 18px -20px rgba(13,17,23,.24);
    background-color: #fff !important;
    background-image: none !important;
}

.rh-home-redesign .rhhr-exclusive > .elementor-background-overlay {
    display: none !important;
}

.rh-home-redesign .rhhr-exclusive > .elementor-container,
.rh-home-redesign .rhhr-listings > .elementor-container {
    width: min(1320px, 100%) !important;
    max-width: 1320px !important;
    margin: 0 auto !important;
}

.rh-home-redesign .rhhr-exclusive [data-id="3356a2df"] > .elementor-container {
    width: 100% !important;
    max-width: 1320px !important;
}

.rh-home-redesign .rhhr-section-heading {
    position: relative;
    margin: 0 0 24px !important;
    padding-right: 0;
    text-align: center;
}

.rh-home-redesign .rhhr-section-heading .elementor-widget-container {
    display: flex;
    flex-direction: column;
}

.rh-home-redesign .rhhr-heading-meta {
    order: -1;
}

.rh-home-redesign .rhhr-heading-meta span {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 9px;
    color: #a36f00;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .15em;
    justify-content: center;
}

.rh-home-redesign .rhhr-heading-meta span::before {
    content: '';
    width: 24px;
    height: 2px;
    background: var(--rhhr-gold);
}

.rh-home-redesign .rhhr-section-heading h2 {
    order: 1;
    margin: 0 0 9px !important;
    color: var(--rhhr-ink) !important;
    font-size: clamp(32px, 3.1vw, 46px) !important;
    font-weight: 800 !important;
    line-height: 1.05 !important;
    letter-spacing: -.04em;
}

.rh-home-redesign .rhhr-heading-description {
    order: 2;
    margin: 0;
    color: var(--rhhr-muted);
    font-size: 13px;
    line-height: 1.55;
    text-align: center;
}

.rh-home-redesign .rhhr-heading-link {
    position: absolute;
    right: 0;
    top: 32px;
    bottom: auto;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    padding: 0 15px;
    color: #080b10 !important;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none !important;
    border: 1px solid var(--rhhr-gold);
    border-radius: 12px;
    background: var(--rhhr-gold);
    box-shadow: 0 8px 20px rgba(255,189,22,.22);
    transition: transform .2s ease, box-shadow .2s ease;
}

.rh-home-redesign .rhhr-hero .rhps-popover {
    z-index: 100050 !important;
}

.rh-home-redesign .rhhr-heading-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 11px 25px rgba(255,189,22,.3);
}

.rh-home-redesign .rhhr-exclusive-nav {
    position: absolute;
    right: 0;
    top: 10px;
    bottom: auto;
    display: flex;
    align-items: center;
    gap: 8px;
}

.rh-home-redesign .rhhr-exclusive-nav button {
    position: relative !important;
    inset: auto !important;
    display: grid !important;
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    place-items: center;
    border: 0 !important;
    border-radius: 50% !important;
    background: var(--rhhr-gold) !important;
    box-shadow: none !important;
    transform: none !important;
}

.rh-home-redesign .rhhr-exclusive-nav button:first-child {
    background: var(--rhhr-gold) !important;
}

.rh-home-redesign .rhhr-exclusive-nav button::before {
    content: none !important;
    display: none !important;
}

.rh-home-redesign .rhhr-exclusive-nav button svg {
    display: block !important;
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.rh-home-redesign .rhhr-exclusive-nav button:first-child svg {
    transform: rotate(180deg);
}

.rh-home-redesign .rhhr-heading-link svg,
.rh-home-redesign .rhhr-bridge svg,
.rh-home-redesign .rhhr-request-banner svg {
    width: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.rh-home-redesign .rhhr-method {
    display: block;
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
    padding: 52px 0 38px;
}

.rh-home-redesign .rhhr-guidance-zone {
    position: relative;
    overflow: hidden;
    padding: 0 0 36px;
    border-top: 1px solid rgba(13,17,23,.06);
    box-shadow: inset 0 14px 28px -28px rgba(13,17,23,.24);
    background:
        radial-gradient(circle at 8% 18%, rgba(255,189,22,.11), transparent 22%),
        linear-gradient(rgba(13,17,23,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(13,17,23,.025) 1px, transparent 1px),
        #fafaf8;
    background-size: auto, 44px 44px, 44px 44px, auto;
}

.rh-home-redesign .rhhr-method__intro {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.rh-home-redesign .rhhr-method__intro > span,
.rh-home-redesign .rhhr-request-banner span {
    display: block;
    margin-bottom: 12px;
    color: #a36f00;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .16em;
}

.rh-home-redesign .rhhr-method__intro > span,
.rh-home-redesign .rhhr-bridge span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-size: 10px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: .15em;
}

.rh-home-redesign .rhhr-method__intro > span::before,
.rh-home-redesign .rhhr-bridge span::before {
    content: '';
    flex: 0 0 24px;
    width: 24px;
    height: 2px;
    background: var(--rhhr-gold);
}

.rh-home-redesign .rhhr-method__intro h2 {
    margin: 0 0 18px;
    color: var(--rhhr-ink);
    font-size: clamp(36px, 4vw, 56px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -.05em;
}

.rh-home-redesign .rhhr-method__intro h2 strong {
    color: #b27a00;
    font-weight: inherit;
}

.rh-home-redesign .rhhr-method__intro p {
    max-width: 480px;
    margin: 0 auto;
    color: var(--rhhr-muted);
    font-size: 14px;
    line-height: 1.7;
}

.rh-home-redesign .rhhr-method__steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 34px;
    border-top: 1px solid var(--rhhr-line);
    border-bottom: 1px solid var(--rhhr-line);
}

.rh-home-redesign .rhhr-method__steps article {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 18px;
    padding: 24px 22px;
    text-align: left;
}

.rh-home-redesign .rhhr-method__steps article + article {
    border-left: 1px solid var(--rhhr-line);
}

.rh-home-redesign .rhhr-method__steps b {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: var(--rhhr-ink);
    font-size: 10px;
    border-radius: 12px;
    background: var(--rhhr-gold);
}

.rh-home-redesign .rhhr-method__steps h3 {
    margin: 1px 0 5px;
    color: var(--rhhr-ink);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.3;
}

.rh-home-redesign .rhhr-method__steps p {
    margin: 0;
    color: var(--rhhr-muted);
    font-size: 12px;
    line-height: 1.55;
}

.rh-home-redesign .rhhr-bridge {
    display: block;
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
    padding: 28px 0 24px;
    text-align: center;
}

.rh-home-redesign .rhhr-bridge span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-bottom: 12px;
    color: #a36f00;
    font-size: 10px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: .15em;
}

.rh-home-redesign .rhhr-bridge h2 {
    margin: 0 0 8px;
    color: var(--rhhr-ink);
    font-size: clamp(30px, 3.2vw, 46px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -.04em;
}

.rh-home-redesign .rhhr-bridge p {
    margin: 0;
    color: var(--rhhr-muted);
    font-size: 13px;
}

.rh-home-redesign .rhhr-actions {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-auto-rows: 1fr !important;
    align-items: stretch !important;
    gap: 14px !important;
    width: min(1120px, calc(100% - 48px)) !important;
    margin: 0 auto 36px !important;
    padding: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    border: 0 !important;
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
}

.rh-home-redesign .rhhr-service-card {
    position: relative;
    display: flex;
    min-height: 232px;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    padding: 24px;
    color: var(--rhhr-ink) !important;
    text-align: left;
    text-decoration: none !important;
    border: 1px solid rgba(13,17,23,.09);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(13,17,23,.055);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.rh-home-redesign .rhhr-service-card::after {
    content: '';
    position: absolute;
    right: -54px;
    top: -54px;
    width: 145px;
    height: 145px;
    border: 22px solid rgba(255,189,22,.09);
    border-radius: 50%;
}

.rh-home-redesign .rhhr-service-card:hover {
    border-color: rgba(255,189,22,.8);
    box-shadow: 0 18px 42px rgba(13,17,23,.09);
    transform: translateY(-4px);
}

.rh-home-redesign .rhhr-service-card small {
    margin: 17px 0 7px;
    color: #9e6b00;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .14em;
}

.rh-home-redesign .rhhr-service-card h3 {
    max-width: 260px;
    margin: 0 0 10px;
    color: var(--rhhr-ink);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -.03em;
}

.rh-home-redesign .rhhr-service-card p {
    max-width: 280px;
    margin: 0 0 18px;
    color: var(--rhhr-muted);
    font-size: 12px;
    line-height: 1.6;
}

.rh-home-redesign .rhhr-service-card b {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 2px;
    font-size: 11px;
    font-weight: 850;
}

.rh-home-redesign .rhhr-service-card b svg {
    width: 16px;
    fill: none;
    stroke: #a36f00;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.rh-home-redesign .rhhr-actions::before,
.rh-home-redesign .rhhr-actions::after {
    display: none !important;
}

.rh-home-redesign .rhhr-actions > .e-con {
    position: relative;
    min-height: 218px;
    overflow: hidden;
    border: 1px solid var(--rhhr-line);
    border-radius: 20px;
    background: #fff !important;
    background-image: none !important;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.rh-home-redesign .rhhr-actions > .e-con:hover {
    border-color: rgba(255,189,22,.8);
    box-shadow: 0 18px 45px rgba(13,17,23,.09);
    transform: translateY(-5px);
}

.rh-home-redesign .rhhr-actions .elementor-cta,
.rh-home-redesign .rhhr-actions .elementor-cta__content {
    min-height: 218px !important;
}

.rh-home-redesign .rhhr-actions .elementor-cta__bg-wrapper {
    display: none !important;
}

.rh-home-redesign .rhhr-actions .elementor-cta__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    padding: 28px !important;
    text-align: left !important;
    background: transparent !important;
}

.rh-home-redesign .rhhr-action-icon {
    display: grid !important;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    margin: 0 0 auto !important;
    place-items: center;
    color: #9e6b00;
    border-radius: 13px;
    background: #fff4d2;
}

.rh-home-redesign .rhhr-service-card .rhhr-action-icon {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
    margin: 0 !important;
}

.rh-home-redesign .rhhr-action-icon svg {
    width: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.rh-home-redesign .rhhr-actions .elementor-cta__title {
    margin: 0 0 8px !important;
    color: #a36f00 !important;
    font-size: 10px !important;
    font-weight: 850 !important;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.rh-home-redesign .rhhr-actions .elementor-cta__description {
    margin: 0 0 22px !important;
    color: var(--rhhr-ink) !important;
    font-size: 23px !important;
    font-weight: 800 !important;
    line-height: 1.18 !important;
    letter-spacing: -.025em;
}

.rh-home-redesign .rhhr-actions .elementor-cta__button {
    padding: 0 !important;
    color: var(--rhhr-ink) !important;
    font-size: 11px !important;
    font-weight: 850 !important;
    border: 0 !important;
    background: transparent !important;
}

.rh-home-redesign .rhhr-actions .elementor-cta__button::after {
    content: ' →';
    color: #a36f00;
}

.rh-home-redesign .rhhr-request-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
    padding: 42px 46px;
    overflow: hidden;
    color: #fff;
    border-radius: 22px;
    background:
        radial-gradient(circle at 84% 10%, rgba(255,189,22,.22), transparent 37%),
        linear-gradient(110deg, #0d1117, #161b21 72%, #2a2108);
}

.rh-home-redesign .rhhr-request-banner::after {
    content: '';
    position: absolute;
    right: -55px;
    top: -120px;
    width: 250px;
    height: 250px;
    border: 1px solid rgba(255,189,22,.16);
    border-radius: 50%;
}

.rh-home-redesign .rhhr-request-banner > div,
.rh-home-redesign .rhhr-request-banner > a {
    position: relative;
    z-index: 1;
}

.rh-home-redesign .rhhr-request-banner h2 {
    margin: 0 0 7px;
    color: #fff;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -.035em;
}

.rh-home-redesign .rhhr-request-banner p {
    margin: 0;
    color: rgba(255,255,255,.67);
    font-size: 13px;
}

.rh-home-redesign .rhhr-request-banner > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 150px;
    min-height: 48px;
    padding: 0 19px;
    color: #11151b;
    font-size: 12px;
    font-weight: 850;
    text-decoration: none !important;
    border-radius: 13px;
    background: var(--rhhr-gold);
}

@media (max-width: 991px) {
    .rh-home-redesign .rhhr-hero {
        min-height: 0 !important;
        padding: 92px 22px 34px !important;
    }

    .rh-home-redesign .rhhr-promise {
        width: min(760px, calc(100% - 32px));
    }

    .rh-home-redesign .rhhr-promise > div {
        padding: 14px 16px;
    }

    .rh-home-redesign .rhhr-exclusive,
    .rh-home-redesign .rhhr-listings {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .rh-home-redesign .rhhr-actions {
        grid-template-columns: 1fr !important;
        width: min(720px, calc(100% - 36px)) !important;
    }

    .rh-home-redesign .rhhr-method {
        width: min(720px, calc(100% - 36px));
        padding: 38px 0 34px;
    }

    .rh-home-redesign .rhhr-method__steps {
        grid-template-columns: 1fr;
    }

    .rh-home-redesign .rhhr-method__steps article + article {
        border-top: 1px solid var(--rhhr-line);
        border-left: 0;
    }

    .rh-home-redesign .rhhr-actions > .e-con,
    .rh-home-redesign .rhhr-actions .elementor-cta,
    .rh-home-redesign .rhhr-actions .elementor-cta__content {
        min-height: 185px !important;
    }
}

@media (max-width: 767px) {
    .rh-home-redesign .rhhr-hero {
        min-height: 0 !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 40px 12px 30px !important;
        border-radius: 0 !important;
    }

    .rh-home-redesign .rhhr-intro {
        margin-bottom: 20px;
        text-align: center;
    }

    .rh-home-redesign .rhhr-eyebrow {
        justify-content: center;
        font-size: 8px;
    }

    .rh-home-redesign .rhhr-intro h1 {
        font-size: clamp(32px, 9.8vw, 42px);
        line-height: .98;
    }

    .rh-home-redesign .rhhr-intro h1 strong {
        display: block;
    }

    .rh-home-redesign .rhhr-intro p {
        margin: 0 auto;
        font-size: 12px;
        line-height: 1.55;
    }

    .rh-home-redesign .rhhr-promise {
        display: block;
        width: calc(100% - 28px);
        margin-top: 0;
        border-radius: 15px;
    }

    .rh-home-redesign .rhhr-promise > div {
        justify-content: flex-start;
        min-height: 52px;
        padding: 9px 15px;
    }

    .rh-home-redesign .rhhr-promise > div + div {
        border-top: 1px solid var(--rhhr-line);
        border-left: 0;
    }

    .rh-home-redesign .rhhr-promise svg {
        flex-basis: 21px;
        width: 21px;
    }

    .rh-home-redesign .rhhr-exclusive {
        padding-top: 22px !important;
        padding-bottom: 84px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        overflow: visible !important;
        z-index: 1;
    }

    .rh-home-redesign .rhhr-listings {
        padding-top: 26px !important;
        padding-bottom: 12px !important;
        overflow: visible !important;
        z-index: 2;
        isolation: isolate;
        background-color: #fff !important;
        background-image: none !important;
        box-shadow: inset 0 13px 17px -19px rgba(13,17,23,.24);
    }

    .rh-home-redesign .rhhr-section-heading {
        width: 100% !important;
        max-width: none !important;
        margin-bottom: 24px !important;
        padding-right: 88px;
        text-align: left;
    }

    .rh-home-redesign .rhhr-section-heading .elementor-widget-container {
        align-items: flex-start;
        width: 100%;
    }

    .rh-home-redesign .rhhr-heading-meta span {
        justify-content: flex-start;
    }

    .rh-home-redesign .rhhr-section-heading h2 {
        font-size: 32px !important;
    }

    .rh-home-redesign .rhhr-exclusive-nav {
        right: 12px;
        top: auto;
        bottom: -1px;
    }

    .rh-home-redesign .rhhr-exclusive-nav button {
        width: 34px !important;
        height: 34px !important;
        border-radius: 11px !important;
    }

    .rh-home-redesign .rhhr-exclusive .rhhr-section-heading {
        box-sizing: border-box !important;
        padding-right: 104px !important;
    }

    .rh-home-redesign .rhhr-exclusive .rhhr-section-heading h2 {
        font-size: clamp(24px, 6vw, 28px) !important;
        white-space: normal !important;
        overflow-wrap: normal;
    }

    .rh-home-redesign .rhhr-exclusive-nav {
        gap: 6px;
    }

    .rh-home-redesign .rhhr-exclusive-nav button svg {
        width: 17px;
        height: 17px;
    }

    .rh-home-redesign .rhhr-heading-description {
        margin-top: 8px;
        font-size: 12px;
        text-align: left;
    }

    .rh-home-redesign .rhhr-heading-link {
        position: static;
        justify-content: flex-start;
        width: max-content;
        margin: 18px 0 0;
    }

    .rh-home-redesign .rhhr-listings .rhhr-section-heading {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: end;
        gap: 10px;
        margin-bottom: 18px !important;
        box-sizing: border-box !important;
        padding-right: 12px;
    }

    .rh-home-redesign .rhhr-listings .rhhr-section-heading h2 {
        font-size: 28px !important;
        white-space: nowrap;
    }

    .rh-home-redesign .rhhr-listings .rhhr-heading-link {
        align-self: end;
        min-height: 38px;
        margin: 0 0 1px;
        padding: 0 14px;
        font-size: 10.5px;
        font-weight: 900;
        border-radius: 10px;
    }

    .rh-home-redesign .rhhr-bridge {
        display: block;
        width: calc(100% - 36px);
        padding: 48px 0 22px;
        text-align: center;
    }

    .rh-home-redesign .rhhr-bridge h2 {
        font-size: 32px;
    }

    .rh-home-redesign .rhhr-actions {
        width: calc(100% - 28px) !important;
        margin-bottom: 32px !important;
    }

    .rh-home-redesign .rhhr-actions .elementor-cta__content {
        padding: 23px !important;
    }

    .rh-home-redesign .rhhr-method {
        width: calc(100% - 32px);
        padding: 34px 0 32px;
        text-align: left;
    }

    .rh-home-redesign .rhhr-method__intro {
        text-align: left;
    }

    .rh-home-redesign .rhhr-method__intro > span {
        justify-content: flex-start;
    }

    .rh-home-redesign .rhhr-method__intro p {
        margin-left: 0;
    }

    .rh-home-redesign .rhhr-guidance-zone {
        padding-bottom: 32px;
    }

    .rh-home-redesign .rhhr-service-card {
        min-height: 220px;
        padding: 22px;
    }

    .rh-home-redesign .rhhr-method__intro h2 {
        font-size: 36px;
    }

    .rh-home-redesign .rhhr-method__steps {
        text-align: left;
    }

    .rh-home-redesign .rhhr-method__steps article {
        grid-template-columns: 42px 1fr;
        gap: 14px;
        padding: 20px 0;
    }

    .rh-home-redesign .rhhr-request-banner {
        display: block;
        width: calc(100% - 28px);
        margin-bottom: 0;
        padding: 30px 24px;
        text-align: center;
        border-radius: 18px;
    }

    .rh-home-redesign .rhhr-request-banner h2 {
        font-size: 30px;
    }

    .rh-home-redesign .rhhr-request-banner p {
        font-size: 12px;
        line-height: 1.55;
    }

    .rh-home-redesign .rhhr-request-banner > a {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    /* Neutralise legacy Custom CSS that pulls every slider upward and moves
       its title out of normal flow on mobile. */
    html body.rh-home-redesign .rhhr-exclusive .slider_container,
    html body.rh-home-redesign .rhhr-exclusive .slider_container.bottom-properties {
        margin-top: 0 !important;
        transform: none !important;
    }

    html body.rh-home-redesign .rhhr-exclusive .slider_container.bottom-properties .shortcode_title.title_slider {
        margin-top: 0 !important;
        transform: none !important;
    }

    .rh-home-redesign .rhhr-exclusive > .elementor-container {
        padding-bottom: 0 !important;
    }

    .rh-home-redesign .rhhr-exclusive [data-id="3356a2df"],
    .rh-home-redesign .rhhr-exclusive [data-id="3356a2df"] > .elementor-container,
    .rh-home-redesign .rhhr-exclusive [data-id="3356a2df"] .elementor-widget-wrap,
    .rh-home-redesign .rhhr-exclusive [data-id="3356a2df"] .elementor-widget-container {
        height: auto !important;
        min-height: 0 !important;
    }

    .rh-home-redesign .rhhr-exclusive > .elementor-container,
    .rh-home-redesign .rhhr-exclusive .elementor-column,
    .rh-home-redesign .rhhr-exclusive .elementor-widget-wrap,
    .rh-home-redesign .rhhr-listings > .elementor-container,
    .rh-home-redesign .rhhr-listings .elementor-column,
    .rh-home-redesign .rhhr-listings .elementor-widget-wrap {
        background: transparent !important;
    }

    html body.rh-home-redesign .rhhr-exclusive .property_listing,
    html body.rh-home-redesign .rhhr-listings .property_listing {
        height: auto !important;
    }

    html body.rh-home-redesign .rhhr-exclusive .property_listing,
    html body.rh-home-redesign .rhhr-listings .property_listing {
        min-height: 430px !important;
    }

    .rh-home-redesign .rhhr-exclusive .slick-slide.listing_wrapper {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .rh-home-redesign .rhhr-exclusive .slick-list,
    .rh-home-redesign .rhhr-exclusive .slick-track {
        min-height: 440px !important;
    }
}

/* Search dropdowns must always open above the following homepage sections. */
.rh-home-redesign .rhhr-hero .rhps-panel,
.rh-home-redesign .rhhr-hero [class*="rhps-"][class*="panel"],
.rh-home-redesign .rhhr-hero [class*="dropdown"] {
    z-index: 10050 !important;
}

.rh-home-redesign .rhhr-listings .listinglink-wrapper_sh_listings {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Keep the title-to-cards rhythm identical in both property sections. */
.rh-home-redesign .rhhr-exclusive .rhhr-section-heading,
.rh-home-redesign .rhhr-listings .rhhr-section-heading {
    margin-bottom: 24px !important;
}

.rh-home-redesign .rhhr-exclusive .rhhr-section-heading + .elementor-element,
.rh-home-redesign .rhhr-listings .rhhr-section-heading + .elementor-element {
    margin-top: 0 !important;
}

@media (prefers-reduced-motion: reduce) {
    .rh-home-redesign *,
    .rh-home-redesign *::before,
    .rh-home-redesign *::after {
        animation-duration: .01ms !important;
        transition-duration: .01ms !important;
    }
}
