.realtor-landing {
    --rl-content-width: 1200px;
    --rl-page-padding: 48px;
    --rl-section-space: 100px;
    --font-script: 'Caveat', cursive;
    --font-serif: 'IBM Plex Serif', Georgia, serif;
    --rl-bg: #fefefc;
    --rl-dark: #0e0f11;
    --rl-text: #1e1e1e;
    --rl-muted: #5a5a5a;
    --rl-soft: rgba(30, 30, 30, .05);
    --rl-primary: #ff9000;
    --rl-primary-light: #ffb14d;
    --rl-primary-lighter: #ffb350;
    --rl-green: #1f8a5b;
    --rl-shadow-subtle: -5px 5px 15px 0 rgba(0, 0, 0, .05);
    --rl-shadow-card: 0 10px 40px rgba(0, 0, 0, .08);
    --rl-shadow-cta: -4px 4px 65px 0 rgba(255, 144, 0, .4);
    background: var(--rl-bg);
    color: var(--rl-text);
    font-family: var(--font-primary);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

.realtor-landing {
    scroll-behavior: smooth;
}

.realtor-landing #home,
.realtor-landing #features,
.realtor-landing #testimonials,
.realtor-landing #pricing,
.realtor-landing #contact {
    scroll-margin-top: 96px;
}

.realtor-landing .header {
    background: rgba(255, 255, 255, .92) !important;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.realtor-landing .nav-link,
.realtor-landing .login-link {
    color: #111 !important;
}

.realtor-landing .nav-link:hover,
.realtor-landing .login-link:hover {
    color: #111 !important;
}

.realtor-landing .menu-toggle-button svg line {
    stroke: #111;
}

.realtor-landing .header .cta-button {
    background: #111 !important;
    border-color: #111 !important;
    color: #fff !important;
    box-shadow: none;
}

.realtor-landing .header .cta-button:hover {
    background: #252525 !important;
    border-color: #252525 !important;
    color: #fff !important;
}

.realtor-landing .footer {
    margin-top: 0;
}

.realtor-landing .mobile-menu-header,
.realtor-landing .mobile-actions {
    display: none;
}

.realtor-landing .logo-img {
    width: clamp(122px, 11vw, 150px);
    filter: brightness(0);
}

.realtor-landing .nav-container {
    max-width: 1440px;
    padding: 20px clamp(24px, 3vw, var(--rl-page-padding));
    gap: clamp(16px, 2vw, 28px);
}

@media (min-width: 1024px) {
    .realtor-landing .nav-left {
        flex: 0 1 auto;
        min-width: 0;
    }

    .realtor-landing .nav-menu {
        gap: clamp(14px, 1.8vw, 28px);
        margin: 0;
        padding: 0;
    }

    .realtor-landing .nav-link,
    .realtor-landing .login-link {
        padding-inline: clamp(8px, .75vw, 14px);
    }

    .realtor-landing .header-actions {
        flex: 0 1 auto;
        gap: clamp(8px, 1vw, 14px);
        min-width: 0;
    }

    .realtor-landing .header .cta-button {
        min-width: 0;
        padding-inline: clamp(16px, 1.4vw, 20px);
    }
}

@media (max-width: 1023px) {
    .realtor-landing .nav-container {
        padding: 14px var(--rl-page-padding);
    }

    .realtor-landing .nav-left {
        width: 100%;
        justify-content: space-between;
    }

    .realtor-landing .nav-menu-wrapper,
    .realtor-landing .nav-menu,
    .realtor-landing .header-actions {
        display: none;
    }

    .realtor-landing .nav-menu.mobile-menu-open {
        background: rgba(0, 0, 0, .96);
    }

    .realtor-landing .nav-menu.mobile-menu-open .mobile-menu-header,
    .realtor-landing .nav-menu.mobile-menu-open .mobile-actions {
        display: flex !important;
    }

    .realtor-landing .nav-menu.mobile-menu-open .nav-link {
        color: #fff !important;
    }

    .realtor-landing .nav-menu.mobile-menu-open .logo-img {
        filter: brightness(0) invert(1);
    }

    .realtor-landing .nav-menu.mobile-menu-open .mobile-actions .cta-button {
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        color: #ff9000 !important;
    }
}

.realtor-landing main {
    display: block;
}

.realtor-landing main p,
.realtor-landing main li {
    font-family: var(--font-secondary);
}

.realtor-landing img {
    display: block;
    max-width: 100%;
}

.realtor-landing a {
    color: inherit;
    text-decoration: none;
}

.realtor-landing button {
    font-family: inherit;
}

.rl-section {
    position: relative;
    padding: var(--rl-section-space) var(--rl-page-padding);
}

.rl-section-wrap {
    width: min(100%, var(--rl-content-width));
    max-width: calc(100vw - (var(--rl-page-padding) * 2));
    margin: 0 auto;
    min-width: 0;
}

.rl-section-eyebrow {
    margin: 0 0 16px;
    color: rgba(30, 30, 30, .4);
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 1.2;
    text-transform: uppercase;
}

.rl-section-title {
    margin: 0;
    color: #000;
    font-family: var(--font-primary);
    font-size: 44px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 1.15;
    text-wrap: balance;
}

.rl-section-title em {
    font-style: normal;
    font-weight: 600;
}

.rl-section-sub {
    max-width: 560px;
    margin: 14px 0 0;
    color: #444;
    font-family: var(--font-primary);
    font-size: 18px;
    line-height: 1.6;
}

.rl-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 56px;
    padding: 0 36px;
    border: 0;
    border-radius: 50px;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    max-width: 100%;
    transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
    white-space: nowrap;
}

.rl-btn-icon {
    flex: 0 0 auto;
}

.rl-btn:hover {
    transform: translateY(-2px);
}

.rl-btn--primary {
    background: var(--rl-primary-light);
    box-shadow: var(--rl-shadow-cta);
    color: #000;
}

.rl-btn--primary:hover {
    background: var(--rl-primary);
}

.rl-btn--outline {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, .12);
    box-shadow: none;
    color: #000;
}

.rl-btn--dark {
    background: #1e1e1e;
    color: #fff;
}

.rl-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.rl-kicker {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.rl-kicker span {
    width: 42px;
    height: 1px;
    background: rgba(0, 0, 0, .25);
}

.rl-kicker p {
    margin: 0;
    color: rgba(0, 0, 0, .5);
    font-family: var(--font-secondary);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .18em;
}

/* Hero */
.rl-hero {
    background: var(--rl-bg);
    padding-top: 120px;
    padding-bottom: 80px;
}

.rl-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    align-items: center;
    gap: 64px;
    min-width: 0;
}

.rl-hero__copy,
.rl-hero__visual {
    min-width: 0;
}

.rl-hero__title {
    font-size: clamp(38px, 4.6vw, 64px);
    font-weight: 300;
}

.rl-hero__sub {
    max-width: 480px;
}

.rl-trust-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    margin-top: 28px;
}

.rl-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 32px;
}

.rl-trust-item strong {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}

.rl-avatar-stack {
    display: flex;
    flex-shrink: 0;
}

.rl-avatar-stack span {
    width: 28px;
    height: 28px;
    margin-left: -10px;
    border: 2px solid var(--rl-bg);
    border-radius: 50%;
    background: #eee center / cover;
}

.rl-avatar-stack span:first-child {
    margin-left: 0;
}

.rl-trust-divider {
    width: 1px;
    height: 24px;
    background: rgba(0, 0, 0, .15);
}

.rl-shield {
    display: flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    color: var(--rl-green);
}

.rl-trust-row--compact {
    flex-wrap: nowrap;
    gap: 8px;
}

.rl-trust-row--compact .rl-trust-item {
    flex: 0 0 auto;
    gap: 6px;
    min-height: 24px;
}

.rl-trust-row--compact .rl-trust-item strong {
    font-size: 11.5px;
    letter-spacing: -.01em;
    white-space: nowrap;
}

.rl-trust-row--compact .rl-avatar-stack span {
    width: 24px;
    height: 24px;
    margin-left: -8px;
}

.rl-trust-row--compact .rl-avatar-stack span:first-child {
    margin-left: 0;
}

.rl-trust-row--compact .rl-shield {
    width: 24px;
    height: 24px;
}

.rl-trust-row--compact .rl-shield svg {
    width: 24px;
    height: 24px;
}

.rl-trust-row--compact .rl-trust-divider {
    height: 20px;
}

.rl-hero__visual {
    position: relative;
}

.rl-ba-slider {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: var(--rl-shadow-subtle);
    user-select: none;
}

.rl-ba-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    background: #222;
}

.rl-ba-frame img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rl-hero-video {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    border-radius: 10px;
    background: #111;
    box-shadow: var(--rl-shadow-subtle);
}

.rl-hero-video__frame {
    position: absolute;
    inset: 0;
}

.rl-hero-video video {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rl-ba-after {
    z-index: 1;
}

.rl-ba-before-wrap {
    position: absolute;
    inset: 0;
    z-index: 2;
    clip-path: polygon(0 0, var(--pos) 0, var(--pos) 100%, 0 100%);
}

.rl-ba-label {
    position: absolute;
    top: 18px;
    z-index: 6;
    display: flex;
    height: 36px;
    align-items: center;
    padding: 0 18px;
    border-radius: 99px;
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(14px);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .08em;
}

.rl-ba-label--after {
    right: 18px;
}

.rl-ba-label--before {
    left: 18px;
}

.rl-ba-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--pos);
    z-index: 4;
    width: 2px;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .08);
    pointer-events: none;
    transform: translateX(-50%);
}

.rl-ba-handle {
    position: absolute;
    top: 50%;
    left: var(--pos);
    z-index: 5;
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .25);
    color: #000;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

.rl-ba-frame input[type="range"] {
    position: absolute;
    inset: 0;
    z-index: 7;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: ew-resize;
    opacity: 0;
}

.rl-hero-stat {
    position: absolute;
    bottom: -22px;
    left: -22px;
    z-index: 6;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 18px;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--rl-shadow-card);
}

.rl-hero-stat strong {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 1;
}

.rl-hero-stat span {
    max-width: 140px;
    color: var(--rl-muted);
    font-size: 12px;
    line-height: 1.3;
}

.rl-hero-time {
    position: absolute;
    top: -18px;
    right: 18px;
    z-index: 6;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 99px;
    background: #1e1e1e;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

/* Social proof */
.rl-social {
    overflow: hidden;
    background: #fff;
    padding-bottom: 80px;
}

.rl-social-header {
    display: flex;
    max-width: 1100px;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin: 0 auto 40px;
}

.rl-social-header > div:first-child {
    max-width: 680px;
}

.rl-social .rl-section-title {
    font-size: clamp(30px, 3.4vw, 46px);
}

.rl-social-stats {
    display: flex;
    gap: 24px;
    padding: 4px 0;
}

.rl-social-stats strong {
    display: block;
    color: #000;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1;
}

.rl-social-stats div:nth-child(2) strong {
    color: var(--rl-primary);
}

.rl-social-stats span {
    display: block;
    margin-top: 6px;
    color: #888;
    font-size: 12px;
    line-height: 1.25;
}

.rl-marquee {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 16px 48px 40px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.rl-marquee::-webkit-scrollbar {
    display: none;
}

.rl-marquee__track {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.rl-polaroid {
    display: flex;
    flex: 0 0 auto;
    width: 300px;
    flex-direction: column;
    padding: 10px 10px 18px;
    overflow: hidden;
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--rl-shadow-card);
    transform: rotate(var(--tilt, 0deg));
    transition: transform .25s ease;
}

.rl-marquee--sold-in .rl-polaroid {
    width: 340px;
}

.rl-polaroid:hover {
    transform: rotate(var(--tilt, 0deg)) translateY(-4px);
}

.rl-polaroid__photo {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    background: #000;
}

.rl-marquee--sold-in .rl-polaroid__photo {
    aspect-ratio: 3 / 2;
}

.rl-polaroid__photo img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rl-polaroid__before {
    opacity: 0;
    transition: opacity .35s ease;
}

.rl-polaroid:hover .rl-polaroid__before {
    opacity: 1;
}

.rl-polaroid__photo::after {
    position: absolute;
    inset: 0;
    z-index: 2;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, .72) 100%);
    pointer-events: none;
}

.rl-sold-bold {
    position: absolute;
    right: 18px;
    bottom: 16px;
    left: 18px;
    z-index: 3;
    color: #fff;
    pointer-events: none;
}

.rl-sold-bold > span {
    display: block;
    margin-bottom: 4px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .18em;
    line-height: 1;
    opacity: .85;
    text-transform: uppercase;
}

.rl-sold-bold strong {
    display: block;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: .9;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .35);
}

.rl-sold-bold small {
    margin-left: 2px;
    font-size: 22px;
    font-weight: 600;
    opacity: .7;
}

.rl-agent-strip {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 6px 0;
}

.rl-agent-strip > span:last-child {
    flex: 1;
    min-width: 0;
}

.rl-agent-avatar {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #eee center / cover;
}

.rl-agent-strip strong {
    display: block;
    color: #1e1e1e;
    font-family: var(--font-script);
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

.rl-agent-strip small {
    display: block;
    margin-top: 3px;
    overflow: hidden;
    color: #888;
    font-size: 11px;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rl-marquee-note {
    margin: 6px 0 0;
    color: #aaa;
    font-size: 12px;
    text-align: center;
}

/* Staging proof */
.rl-staging {
    background: var(--rl-bg);
}

.rl-staging-lead {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 36px;
    margin-bottom: 64px;
}

.rl-rot-tag {
    display: inline-block;
    padding: 24px 32px;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--rl-shadow-subtle);
    transform: rotate(-2deg);
}

.rl-rot-tag strong {
    display: block;
    color: var(--rl-primary);
    font-size: clamp(68px, 7vw, 96px);
    font-weight: 700;
    letter-spacing: -.05em;
    line-height: 1;
}

.rl-staging-lead > div:last-child {
    max-width: 420px;
}

.rl-staging-lead .rl-section-title {
    font-size: clamp(28px, 2.6vw, 38px);
    font-weight: 400;
}

.rl-script-note {
    display: inline-block;
    margin: 14px 0 0;
    color: var(--rl-primary);
    font-family: var(--font-script);
    font-size: 22px;
    line-height: 1;
    transform: rotate(-2deg);
}

.rl-quote-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.rl-quote-grid--mixed {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    max-width: 100%;
}

.rl-quote-grid figure {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    gap: 18px;
    margin: 0;
    padding: 28px;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--rl-shadow-subtle);
}

.rl-quote-grid--mixed .rl-quote-card {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    min-width: 0;
    overflow: hidden;
}

.rl-quote-grid--mixed .rl-quote-card--featured {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: auto minmax(0, 1fr) minmax(180px, 0.28fr);
    align-items: start;
    gap: 18px 24px;
    padding: 34px;
}

.rl-quote-grid--mixed .rl-quote-card--compact {
    gap: 16px;
    padding: 24px;
}

.rl-quote-grid figure > div {
    color: #1e1e1e;
    font-size: 48px;
    font-weight: 400;
    line-height: .4;
}

.rl-quote-grid--mixed .rl-quote-card--featured > div {
    color: rgba(255, 144, 0, .42);
    font-size: 64px;
    line-height: .7;
}

.rl-quote-grid blockquote {
    margin: 0;
    color: #1e1e1e;
    font-size: 17px;
    line-height: 1.5;
}

.rl-quote-grid--mixed .rl-quote-card--featured blockquote {
    max-width: 920px;
    font-size: clamp(18px, 1.55vw, 23px);
    line-height: 1.42;
}

.rl-quote-grid--mixed .rl-quote-card--compact blockquote {
    font-size: 16px;
    line-height: 1.45;
}

.rl-quote-grid--mixed blockquote,
.rl-quote-grid--mixed figcaption > span:last-child {
    min-width: 0;
    overflow-wrap: break-word;
}

.rl-quote-grid figcaption {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid rgba(0, 0, 0, .06);
}

.rl-quote-grid--mixed .rl-quote-card--featured figcaption {
    grid-column: 3;
    grid-row: 1;
    align-self: stretch;
    align-items: flex-end;
    margin-top: 0;
    padding: 0 0 0 24px;
    border-top: 0;
    border-left: 1px solid rgba(0, 0, 0, .08);
}

.rl-quote-grid figcaption > span:first-child {
    width: 36px;
    height: 36px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #eee center / cover;
}

.rl-quote-grid figcaption strong {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}

.rl-quote-grid figcaption small {
    display: block;
    color: var(--rl-primary);
    font-size: 12px;
    line-height: 1.2;
}

/* Capabilities */
.rl-capabilities {
    background: var(--rl-dark);
    padding-block: 120px;
    color: #fff;
}

.rl-caps-header {
    display: grid;
    grid-template-columns: minmax(0, 8fr) minmax(0, 4fr);
    align-items: end;
    gap: 48px;
    margin-bottom: 48px;
}

.rl-capabilities .rl-section-eyebrow {
    color: rgba(255, 255, 255, .5);
}

.rl-capabilities .rl-section-title {
    margin-top: 8px;
    color: #fff;
    font-size: clamp(42px, 4.8vw, 68px);
    font-weight: 300;
    letter-spacing: -.025em;
}

.rl-capabilities .rl-section-title em,
.rl-cap-card h3 em {
    color: var(--rl-primary);
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 300;
}

.rl-caps-header p {
    max-width: 380px;
    margin: 0;
    color: rgba(255, 255, 255, .7);
    font-size: 17px;
    line-height: 1.55;
}

.rl-bento {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(3, 220px);
    gap: 16px;
}

.rl-bento--nine {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: clamp(340px, 34vw, 410px);
    gap: 18px;
    grid-auto-flow: dense;
}

.rl-cap-card {
    position: relative;
    min-height: 240px;
    overflow: hidden;
    border-radius: 20px;
    background: var(--rl-dark);
    cursor: pointer;
}

.rl-cap-card--weather {
    grid-area: 1 / 1 / 2 / 2;
}

.rl-cap-card--declutter {
    grid-area: 1 / 2 / 2 / 4;
}

.rl-cap-card--season {
    grid-area: 1 / 4 / 2 / 5;
}

.rl-cap-card--video {
    grid-area: 2 / 1 / 4 / 3;
    min-height: 0;
}

.rl-cap-card--furniture {
    grid-area: 2 / 3 / 3 / 5;
}

.rl-cap-card--lighting {
    grid-area: 3 / 3 / 4 / 5;
}

.rl-bento--nine .rl-cap-card {
    grid-column: span 2;
    min-height: 0;
    height: 100%;
    border-radius: 18px;
}

.rl-bento--nine .rl-cap-card:nth-child(1) {
    grid-column: 1 / span 2;
    grid-row: 1;
}

.rl-bento--nine .rl-cap-card:nth-child(2) {
    grid-column: 3 / span 2;
    grid-row: 1;
}

.rl-bento--nine .rl-cap-card:nth-child(3) {
    grid-column: 2 / span 2;
    grid-row: 2;
}

.rl-bento--nine .rl-cap-card:nth-child(4) {
    grid-column: 1 / span 2;
    grid-row: 3;
}

.rl-bento--nine .rl-cap-card:nth-child(5) {
    grid-column: 1;
    grid-row: 2;
}

.rl-bento--nine .rl-cap-card:nth-child(6) {
    grid-column: 3 / span 2;
    grid-row: 3;
}

.rl-bento--nine .rl-cap-card:nth-child(7) {
    grid-column: 4;
    grid-row: 2;
}

.rl-bento--nine .rl-cap-card:nth-child(8) {
    grid-column: 1 / span 2;
    grid-row: 4;
}

.rl-bento--nine .rl-cap-card:nth-child(9) {
    grid-column: 3 / span 2;
    grid-row: 4;
}

.rl-cap-card > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rl-bento--nine .rl-cap-card--portrait {
    grid-column: span 1;
}

.rl-bento--nine .rl-cap-card--portrait > img {
    object-fit: cover;
}

.rl-cap-card__before {
    opacity: 0;
    transition: opacity .35s ease;
}

.rl-cap-card:hover .rl-cap-card__before {
    opacity: 1;
}

.rl-cap-card::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, .25) 45%, rgba(0, 0, 0, 0) 70%);
}

.rl-cap-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    padding: 5px 11px;
    border-radius: 99px;
    background: rgba(255, 255, 255, .14);
    backdrop-filter: blur(10px);
    color: #fff;
    font-family: var(--font-secondary);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .12em;
    transition: all .25s ease;
}

.rl-cap-card--video .rl-cap-badge {
    font-size: 11px;
}

.rl-cap-card:hover .rl-cap-badge {
    background: rgba(255, 255, 255, .92);
    color: #a85e00;
}

.rl-cap-card:hover .rl-cap-badge {
    font-size: 0;
}

.rl-cap-card:hover .rl-cap-badge::after {
    content: "BEFORE";
    font-size: 10px;
}

.rl-cap-chip,
.rl-video-chip {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 99px;
    background: rgba(255, 255, 255, .16);
    backdrop-filter: blur(10px);
    color: #fff;
    font-family: var(--font-secondary);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
    white-space: nowrap;
}

.rl-cap-chip svg {
    width: 13px;
    height: 13px;
    stroke-width: 1.6;
}

.rl-video-chip {
    top: 18px;
    left: 18px;
    gap: 10px;
    padding: 8px 14px 8px 10px;
    background: var(--rl-primary);
    color: #1e1e1e;
    font-size: 12px;
    font-weight: 700;
}

.rl-video-chip svg {
    width: 12px;
    height: 12px;
}

.rl-cap-card > div {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 20px 22px;
    color: #fff;
}

.rl-cap-card--video > div {
    padding: 32px 36px;
}

.rl-bento--nine .rl-cap-card > div {
    padding: 18px 20px;
}

.rl-cap-card h3 {
    margin: 0;
    color: #fff;
    font-family: var(--font-primary);
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 1.15;
    text-wrap: balance;
}

.rl-bento--nine .rl-cap-card h3 {
    font-size: clamp(20px, 2vw, 27px);
}

.rl-cap-card--declutter h3,
.rl-cap-card--furniture h3,
.rl-cap-card--lighting h3 {
    font-size: 26px;
}

.rl-cap-card--video h3 {
    max-width: 520px;
    font-size: clamp(34px, 3.4vw, 46px);
    font-weight: 500;
}

.rl-cap-card p {
    margin: 6px 0 0;
    color: rgba(255, 255, 255, .82);
    font-family: var(--font-secondary);
    font-size: 13.5px;
    line-height: 1.5;
}

.rl-cap-card--video p {
    max-width: 460px;
    margin-top: 12px;
    font-size: 16px;
}

.rl-cap-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.rl-cap-tags small {
    padding: 5px 11px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 99px;
    background: rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .85);
    font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
    font-size: 11px;
}

.rl-caps-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 48px;
}

.rl-caps-cta span {
    color: rgba(255, 255, 255, .6);
    font-family: var(--font-secondary);
    font-size: 13px;
    letter-spacing: .04em;
}

/* How it works */
.rl-how {
    background: #f4efe7;
}

.rl-how .rl-section-title {
    margin-bottom: 48px;
    font-size: clamp(40px, 4.6vw, 64px);
    font-weight: 700;
    letter-spacing: -.025em;
}

.rl-how .rl-section-title em {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    letter-spacing: -.02em;
}

.rl-hiw-reel {
    --hiw-strip-height: 0px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 22px;
    background: var(--rl-dark);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .18), 0 2px 0 rgba(255, 255, 255, .6) inset;
    aspect-ratio: 16 / 10;
}

.rl-hiw-reel[data-hiw-flow] {
    --hiw-strip-height: 0px;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    aspect-ratio: 16 / 10;
}

.rl-hiw-reel[data-hiw-flow] .rl-hiw-stage {
    position: relative;
    inset: auto;
    min-height: 0;
}

.rl-hiw-stage {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: #1a1a1a;
    transition: background .45s ease;
}

.rl-hiw-reel[data-active-step="0"] .rl-hiw-stage {
    background: var(--rl-dark);
}

.rl-hiw-stage::before {
    position: absolute;
    inset: var(--hiw-strip-height) 0 0;
    z-index: 2;
    content: "";
    background: transparent;
    pointer-events: none;
    transition: background .4s ease;
}

.rl-hiw-reel[data-active-step="0"] .rl-hiw-stage::before {
    background:
        linear-gradient(rgba(255, 255, 255, .42) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .42) 1px, transparent 1px),
        #f5f1e8;
    background-size: 42px 42px;
}

.rl-hiw-after,
.rl-hiw-before-wrap img,
.rl-hiw-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rl-hiw-image-stack {
    position: absolute;
    inset: 0;
}

.rl-hiw-reel[data-hiw-flow] .rl-hiw-image-stack {
    top: 0;
}

.rl-hiw-image {
    opacity: 0;
    transition: opacity .55s ease, transform .7s ease;
    transform: scale(1.015);
}

.rl-hiw-reel[data-active-step="1"][data-edit-step="0"] [data-hiw-image-step="0"],
.rl-hiw-reel[data-active-step="1"][data-edit-step="1"] [data-hiw-image-step="1"],
.rl-hiw-reel[data-active-step="1"][data-edit-step="2"] [data-hiw-image-step="2"],
.rl-hiw-reel[data-active-step="1"][data-edit-step="3"] [data-hiw-image-step="3"],
.rl-hiw-reel[data-active-step="1"][data-edit-step="4"] [data-hiw-image-step="4"],
.rl-hiw-reel[data-active-step="2"] [data-hiw-image-step="4"] {
    opacity: 1;
    transform: scale(1);
}

.rl-hiw-before-wrap {
    position: absolute;
    inset: 0;
    overflow: hidden;
    transition: clip-path .45s ease;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.rl-hiw-reel[data-active-step="1"] .rl-hiw-before-wrap,
.rl-hiw-reel[data-active-step="2"] .rl-hiw-before-wrap {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

.rl-edit-callouts {
    position: absolute;
    inset: 28px 24px;
    z-index: 4;
    pointer-events: none;
}

.rl-hiw-reel[data-hiw-flow] .rl-edit-callouts {
    inset: 28px 24px;
}

.rl-edit-card {
    position: absolute;
    display: flex;
    min-width: 0;
    max-width: 250px;
    align-items: center;
    gap: 10px;
    padding: 10px 13px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 10px;
    background: rgba(18, 18, 18, .58);
    backdrop-filter: blur(14px) saturate(130%);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .22);
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
    opacity: 0;
    transform: translateY(14px) scale(.96);
    transition: opacity .35s ease, transform .35s ease, box-shadow .35s ease;
}

.rl-edit-card:nth-child(1) {
    top: 31%;
    right: 8%;
}

.rl-edit-card:nth-child(2) {
    top: 13%;
    left: 47%;
}

.rl-edit-card:nth-child(3) {
    bottom: 23%;
    left: 39%;
}

.rl-edit-card:nth-child(4) {
    right: 10%;
    bottom: 11%;
}

.rl-hiw-reel[data-hiw-flow="outdoor"] .rl-edit-card:nth-child(1) {
    top: auto;
    bottom: 23%;
    left: 57%;
    right: auto;
}

.rl-hiw-reel[data-hiw-flow="outdoor"] .rl-edit-card:nth-child(2) {
    top: 12%;
    left: 48%;
}

.rl-hiw-reel[data-hiw-flow="outdoor"] .rl-edit-card:nth-child(3) {
    bottom: 17%;
    left: 39%;
}

.rl-hiw-reel[data-hiw-flow="outdoor"] .rl-edit-card:nth-child(4) {
    right: 12%;
    bottom: 12%;
}

.rl-edit-card b {
    display: flex;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, .12);
    color: var(--rl-primary);
    font-size: 16px;
    font-weight: 400;
}

.rl-edit-card span {
    font-weight: 700;
}

.rl-edit-card small {
    display: block;
    margin-bottom: 3px;
    color: rgba(255, 255, 255, .62);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
}

.rl-hiw-reel[data-active-step="1"][data-edit-step="1"] [data-hiw-edit-step="1"],
.rl-hiw-reel[data-active-step="1"][data-edit-step="2"] [data-hiw-edit-step="1"],
.rl-hiw-reel[data-active-step="1"][data-edit-step="2"] [data-hiw-edit-step="2"],
.rl-hiw-reel[data-active-step="1"][data-edit-step="3"] [data-hiw-edit-step="1"],
.rl-hiw-reel[data-active-step="1"][data-edit-step="3"] [data-hiw-edit-step="2"],
.rl-hiw-reel[data-active-step="1"][data-edit-step="3"] [data-hiw-edit-step="3"],
.rl-hiw-reel[data-active-step="1"][data-edit-step="4"] [data-hiw-edit-step] {
    opacity: .74;
    transform: translateY(0) scale(1);
}

.rl-hiw-reel[data-active-step="1"][data-edit-step="1"] [data-hiw-edit-step="1"],
.rl-hiw-reel[data-active-step="1"][data-edit-step="2"] [data-hiw-edit-step="2"],
.rl-hiw-reel[data-active-step="1"][data-edit-step="3"] [data-hiw-edit-step="3"],
.rl-hiw-reel[data-active-step="1"][data-edit-step="4"] [data-hiw-edit-step="4"] {
    opacity: .92;
    box-shadow: 0 16px 44px rgba(0, 0, 0, .28), 0 0 0 1px rgba(255, 144, 0, .46);
    transform: translateY(-3px) scale(1.01);
}

.rl-upload-card,
.rl-workflow-card,
.rl-download-card {
    position: absolute;
    z-index: 3;
    opacity: 0;
    pointer-events: none;
    transition: opacity .4s ease, transform .4s ease;
}

.rl-upload-card {
    top: 60px;
    left: 50%;
    width: min(380px, 70%);
    padding: 22px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
    transform: translateX(-50%) translateY(12px);
}

.rl-hiw-reel[data-active-step="0"] .rl-upload-card {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.rl-hiw-reel[data-hiw-flow] .rl-upload-card {
    top: 42px;
}

.rl-upload-drop {
    position: relative;
    display: flex;
    min-height: 244px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    justify-content: center;
    overflow: visible;
    padding: 18px;
    border: 1.5px dashed rgba(255, 144, 0, .5);
    border-radius: 12px;
    background: rgba(255, 144, 0, .06);
    text-align: center;
}

.rl-hiw-reel[data-active-step="0"] .rl-upload-drop {
    animation: rl-upload-drop-glow 2.6s ease both;
}

.rl-upload-photo {
    display: grid;
    width: min(160px, 72%);
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .2);
    opacity: 0;
    transform: translate(-560px, -46px) scale(.72) rotate(-11deg);
}

.rl-hiw-reel[data-active-step="0"] .rl-upload-photo {
    animation: rl-upload-photo-drop 2.45s cubic-bezier(.18, .86, .26, 1) both;
}

.rl-upload-photo img {
    width: 100%;
    aspect-ratio: 4 / 3;
    display: block;
    object-fit: cover;
}

.rl-upload-photo span {
    display: block;
    overflow: hidden;
    padding: 7px 9px;
    border-top: 1px solid rgba(0, 0, 0, .06);
    color: #3d3d3d;
    font-family: var(--font-secondary);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rl-upload-drop svg {
    width: 44px;
    height: 44px;
    padding: 12px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(255, 144, 0, .18);
    color: var(--rl-primary);
    stroke-width: 1.6;
    animation: rl-hiw-bob 1.2s ease-in-out infinite;
}

.rl-upload-drop strong {
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 600;
}

.rl-upload-drop span {
    color: var(--rl-muted);
    font-family: var(--font-secondary);
    font-size: 12px;
}

.rl-workflow-card {
    right: 24px;
    bottom: 188px;
    left: 24px;
    display: flex;
    justify-content: center;
    gap: 6px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 12px 40px rgba(0, 0, 0, .3);
    transform: translateY(12px);
}

.rl-hiw-reel[data-active-step="1"] .rl-workflow-card {
    opacity: 1;
    transform: translateY(0);
}

.rl-workflow-card span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 99px;
    color: #1e1e1e;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}

.rl-workflow-card .is-active {
    border-color: #1e1e1e;
    background: #1e1e1e;
    color: #fff;
}

.rl-workflow-card b {
    display: inline-flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--rl-primary);
    color: #1e1e1e;
    font-size: 11px;
}

.rl-download-card {
    top: 50%;
    left: 50%;
    display: flex;
    min-width: 340px;
    align-items: center;
    gap: 18px;
    padding: 18px 22px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
    transform: translate(-50%, -50%) scale(.9);
}

.rl-hiw-reel[data-active-step="2"] .rl-download-card {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.rl-hiw-reel[data-hiw-flow] .rl-download-card {
    top: 50%;
}

.rl-download-card > span {
    display: flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--rl-green);
    box-shadow: 0 0 0 6px rgba(31, 138, 91, .14);
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.rl-download-card strong {
    display: block;
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
}

.rl-download-card small {
    display: block;
    color: var(--rl-muted);
    font-family: var(--font-secondary);
    font-size: 12px;
    line-height: 1.35;
}

.rl-download-card button {
    display: inline-flex;
    align-items: center;
    padding: 11px 18px;
    border: 0;
    border-radius: 99px;
    background: #1e1e1e;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.rl-step-strip {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 6;
    display: grid;
    height: 168px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding: 0 14px 14px;
    pointer-events: auto;
}

.rl-hiw-reel[data-hiw-flow] .rl-step-strip {
    position: relative;
    inset: auto;
    z-index: 8;
    align-items: stretch;
    height: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    padding: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    background: linear-gradient(180deg, #181818 0%, #101010 100%);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .05) inset;
}

.rl-step-strip > button {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 6px;
    overflow: hidden;
    padding: 18px 16px 14px;
    border: 0;
    border-radius: 14px;
    outline: none;
    background: rgba(255, 255, 255, .78);
    backdrop-filter: blur(18px) saturate(140%);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .10), 0 0 0 1px rgba(255, 255, 255, .5);
    color: #0c0c0c;
    cursor: pointer;
    text-align: left;
    transition: transform .35s ease, box-shadow .35s ease, background .35s ease;
}

.rl-hiw-reel[data-hiw-flow] .rl-step-strip > button {
    display: grid;
    min-height: 58px;
    grid-template-columns: 30px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 1px 9px;
    align-content: center;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 10px;
    background: rgba(255, 255, 255, .045);
    box-shadow: none;
    color: rgba(255, 255, 255, .92);
    transform: none;
}

.rl-step-strip > button::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: rgba(0, 0, 0, .06);
    content: "";
}

.rl-hiw-reel[data-hiw-flow] .rl-step-strip > button::before {
    display: none;
}

.rl-step-strip > button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: var(--rl-primary);
    content: "";
    transition: width .3s ease;
}

.rl-hiw-reel[data-hiw-flow] .rl-step-strip > button::after {
    top: auto;
    bottom: 0;
    height: 2px;
    background: var(--rl-primary);
}

.rl-step-strip > button.is-complete::after {
    width: 100%;
}

.rl-step-strip > button.is-active {
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 14px 40px rgba(0, 0, 0, .22), 0 0 0 1px rgba(255, 144, 0, .55);
    transform: translateY(-2px);
}

.rl-hiw-reel[data-hiw-flow] .rl-step-strip > button.is-active {
    border-color: rgba(255, 144, 0, .64);
    background: rgba(255, 255, 255, .105);
    box-shadow: 0 0 0 1px rgba(255, 144, 0, .1) inset;
    transform: none;
}

.rl-step-strip > button.is-active::after {
    width: 100%;
    animation: rl-step-progress var(--step-duration, 4.2s) linear;
}

.rl-step-strip > button > span {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
    color: rgba(0, 0, 0, .42);
    font-family: var(--font-secondary);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .16em;
}

.rl-hiw-reel[data-hiw-flow] .rl-step-strip > button > span {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    color: rgba(255, 255, 255, .46);
    font-size: 10px;
    letter-spacing: .13em;
}

.rl-step-strip > button.is-active > span {
    color: var(--rl-primary);
}

.rl-step-strip i {
    display: inline-block;
    width: 18px;
    height: 1px;
    background: currentColor;
    opacity: .5;
}

.rl-hiw-reel[data-hiw-flow] .rl-step-strip i {
    width: 12px;
}

.rl-step-strip svg {
    position: absolute;
    top: 22px;
    right: 16px;
    width: 16px;
    height: 16px;
    color: rgba(0, 0, 0, .55);
    stroke-width: 1.6;
}

.rl-hiw-reel[data-hiw-flow] .rl-step-strip svg {
    position: static;
    grid-column: 1;
    grid-row: 1 / span 2;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    padding: 7px;
    align-self: center;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px;
    background: rgba(255, 255, 255, .07);
    color: rgba(255, 255, 255, .76);
}

.rl-step-strip > button.is-active svg {
    color: var(--rl-primary);
}

.rl-step-strip strong {
    max-width: calc(100% - 20px);
    color: #0c0c0c;
    font-size: 15.5px;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1.25;
    text-wrap: balance;
}

.rl-hiw-reel[data-hiw-flow] .rl-step-strip strong {
    grid-column: 2;
    grid-row: 2;
    max-width: none;
    color: #fff;
    font-size: 13.5px;
    letter-spacing: 0;
    line-height: 1.16;
}

.rl-step-strip small {
    max-height: 0;
    overflow: hidden;
    color: var(--rl-muted);
    font-family: var(--font-secondary);
    font-size: 12.5px;
    line-height: 1.45;
    opacity: 0;
    transition: opacity .3s ease, max-height .35s ease;
}

.rl-hiw-reel[data-hiw-flow] .rl-step-strip small {
    grid-column: 2;
    grid-row: 3;
    display: none;
    max-height: none;
    color: rgba(255, 255, 255, .62);
    font-size: 11.5px;
    line-height: 1.35;
    opacity: 1;
}

.rl-step-strip > button.is-active small {
    max-height: 60px;
    opacity: 1;
}

.rl-hiw-reel[data-hiw-flow] .rl-step-strip > button.is-active small {
    color: rgba(255, 255, 255, .78);
}

.rl-reel-controls {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 7;
    display: flex;
    align-items: center;
    gap: 10px;
}

.rl-hiw-reel[data-hiw-flow] .rl-reel-controls {
    position: static;
    grid-column: auto;
    align-self: stretch;
    justify-content: center;
    padding-left: 8px;
    border-left: 1px solid rgba(255, 255, 255, .1);
}

.rl-reel-controls span {
    color: rgba(255, 255, 255, .95);
    font-family: var(--font-secondary);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .1em;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .55);
}

.rl-hiw-reel[data-hiw-flow] .rl-reel-controls span {
    color: rgba(255, 255, 255, .68);
    text-shadow: none;
    white-space: nowrap;
}

.rl-reel-controls button {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
    color: #1e1e1e;
    cursor: pointer;
}

.rl-hiw-reel[data-hiw-flow] .rl-reel-controls button {
    background: rgba(255, 255, 255, .09);
    box-shadow: none;
    color: #fff;
}

.rl-reel-controls svg {
    width: 12px;
    height: 12px;
}

.rl-reel-controls .play-icon,
.rl-hiw-reel.is-paused .pause-icon {
    display: none;
}

.rl-hiw-reel.is-paused .play-icon {
    display: block;
}

.rl-how-cta {
    display: flex;
    justify-content: center;
    margin-top: 44px;
}

/* Listing highlight */
.rl-highlight {
    background: var(--rl-bg);
}

.rl-highlight .rl-section-title {
    max-width: 720px;
    margin-bottom: 54px;
}

.rl-listing-scene {
    position: relative;
    max-width: 760px;
    margin: 0 auto;
    padding: 40px 200px 40px 60px;
}

.rl-listing-card {
    position: relative;
    overflow: hidden;
    border: 2px solid var(--rl-primary);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(255, 144, 0, .25);
}

.rl-listing-card__media {
    position: relative;
    aspect-ratio: 16 / 10;
}

.rl-listing-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rl-listing-card__media span {
    position: absolute;
    top: 14px;
    left: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border-radius: 99px;
    background: var(--rl-primary);
    color: #000;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .05em;
}

.rl-listing-card__media i,
.rl-cost-table__head i {
    width: 6px;
    height: 6px;
    border-radius: 99px;
    background: #000;
}

.rl-cost-table__head i {
    width: 8px;
    height: 8px;
    background: var(--rl-primary);
}

.rl-listing-card__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 22px;
}

.rl-listing-card__body strong {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.rl-listing-card__body p {
    margin: 2px 0 0;
    color: #555;
    font-family: var(--font-secondary);
    font-size: 13px;
    line-height: 1.35;
}

.rl-chip-success {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 99px;
    background: rgba(34, 168, 99, .1);
    color: var(--rl-green);
    font-family: var(--font-secondary);
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}

.rl-callout-card {
    position: absolute;
    z-index: 3;
    display: flex;
    min-width: 200px;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
    color: #1e1e1e;
    font-size: 13px;
    line-height: 1.2;
}

.rl-callout-card b {
    display: flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(255, 144, 0, .1);
    font-size: 16px;
    font-weight: 400;
}

.rl-callout-card small {
    display: block;
    margin-bottom: 3px;
    color: #888;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
}

.rl-callout-card span {
    font-weight: 600;
}

.rl-callout-card--lighting {
    top: 30px;
    left: -20px;
}

.rl-callout-card--weather {
    top: 120px;
    right: 20px;
}

.rl-callout-card--staging {
    bottom: 140px;
    left: -30px;
}

.rl-callout-card--exterior {
    right: 30px;
    bottom: 60px;
}

.rl-callout-card--quality {
    top: 48%;
    right: -60px;
}

/* Cost */
.rl-cost {
    background: #fff;
}

.rl-cost .rl-section-title {
    max-width: 760px;
    margin-bottom: 14px;
}

.rl-cost .rl-section-sub {
    margin-bottom: 48px;
}

.rl-cost-table {
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 18px;
    background: #fff;
}

.rl-cost-table [role="row"] {
    display: grid;
    grid-template-columns: 2fr 1.4fr 1.2fr;
    align-items: center;
    padding: 18px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.rl-cost-table [role="row"]:last-child {
    border-bottom: 0;
}

.rl-cost-table__head {
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    background: #fafafa;
    color: #666;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rl-cost-table__head span:last-child {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #a85e00;
}

.rl-cost-table [role="cell"]:first-child {
    color: #1e1e1e;
    font-size: 15px;
    font-weight: 500;
}

.rl-cost-table [role="cell"]:nth-child(2) {
    color: #666;
    font-family: var(--font-secondary);
    font-size: 14px;
}

.rl-cost-table strong[role="cell"] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 600;
}

.rl-check {
    color: #22a863;
}

.rl-cost-total {
    border-top: 1px solid rgba(255, 144, 0, .2);
    background: #fff8ee;
}

.rl-cost-total span:first-child {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.rl-cost-total span:nth-child(2) {
    color: #666;
    font-size: 18px;
    font-weight: 600;
    text-decoration: line-through;
}

.rl-cost-total strong {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.rl-cost-total b {
    color: #a85e00;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1;
}

.rl-cost-total small {
    color: #a85e00;
    font-size: 13px;
    font-weight: 400;
}

.rl-cost-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
}

.rl-cost-cta span {
    color: #666;
    font-size: 14px;
}

/* Footer */
.rl-footer {
    padding: 48px var(--rl-page-padding);
    border-top: 1px solid rgba(0, 0, 0, .06);
    color: rgba(0, 0, 0, .4);
    font-size: 13px;
    text-align: center;
}

.rl-footer div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}

.rl-footer img {
    opacity: .6;
}

.rl-footer span {
    color: #666;
    font-weight: 600;
}

.rl-footer p {
    margin: 0;
}

.realtor-landing .pricing {
    min-height: 0;
    margin-bottom: 0;
    padding: 112px var(--rl-page-padding);
    background: #fff;
    color: var(--rl-text);
}

.realtor-landing .pricing::before {
    display: none;
}

.realtor-landing .pricing .container {
    width: min(100%, var(--rl-content-width));
    max-width: calc(100vw - (var(--rl-page-padding) * 2));
    padding: 0;
}

.realtor-landing .pricing .section-title {
    max-width: 720px;
    margin: 0 auto 22px;
    color: #000;
    font-family: var(--font-primary);
    font-size: clamp(42px, 5vw, 64px);
    font-weight: 400;
    letter-spacing: -.025em;
    line-height: 1.08;
    text-align: center;
}

.realtor-landing .pricing-toggle-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 42px;
}

.realtor-landing .pricing-toggle-pills {
    margin: 0;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, .08);
    background: rgba(30, 30, 30, .05);
    box-shadow: none;
}

.realtor-landing .pricing-pill {
    min-width: 104px;
    padding: 11px 22px;
    color: #666;
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
}

.realtor-landing .pricing-pill-active,
.realtor-landing .pricing-pill-active:hover {
    background: var(--rl-dark);
    color: #fff;
}

.realtor-landing .pricing-save-badge {
    position: static;
    transform: none;
}

.realtor-landing .pricing-save-arrow {
    width: 36px;
}

.realtor-landing .pricing-save-text {
    color: var(--rl-primary);
    font-family: var(--font-script);
    font-size: 20px;
}

.realtor-landing .pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    gap: 16px;
    max-width: none;
    padding: 0;
}

.realtor-landing .pricing-card {
    min-height: 0;
    padding: 26px 24px;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--rl-shadow-subtle);
}

.realtor-landing .pricing-card-popular {
    min-height: 0;
    padding: 30px 24px;
    border: 0;
    background: var(--rl-primary-lighter);
    box-shadow: var(--rl-shadow-cta);
}

.realtor-landing .pricing-header {
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
}

.realtor-landing .pricing-name {
    color: #000;
    font-family: var(--font-primary);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 1.15;
    text-transform: none;
}

.realtor-landing .pricing-badge-inline {
    border-radius: 999px;
    background: rgba(0, 0, 0, .9);
    color: #fff;
    font-size: 10px;
    letter-spacing: .08em;
}

.realtor-landing .pricing-subtitle,
.realtor-landing .pricing-quota-label,
.realtor-landing .pricing-per-image,
.realtor-landing .pricing-period,
.realtor-landing .pricing-billing-note,
.realtor-landing .pricing-features li {
    font-family: var(--font-secondary);
}

.realtor-landing .pricing-subtitle {
    min-height: 42px;
    margin: 0 0 22px;
    color: #666;
    font-size: 14px;
    line-height: 1.45;
}

.realtor-landing .pricing-card-popular .pricing-subtitle,
.realtor-landing .pricing-card-popular .pricing-quota-label,
.realtor-landing .pricing-card-popular .pricing-per-image-label,
.realtor-landing .pricing-card-popular .pricing-period,
.realtor-landing .pricing-card-popular .pricing-features li,
.realtor-landing .pricing-card-popular .pricing-billing-note {
    color: rgba(0, 0, 0, .72);
}

.realtor-landing .pricing-quota,
.realtor-landing .pricing-per-image {
    text-align: left;
}

.realtor-landing .pricing-quota {
    margin-bottom: 16px;
}

.realtor-landing .pricing-quota-number {
    color: #000;
    font-family: var(--font-primary);
    font-size: 46px;
    font-weight: 600;
    letter-spacing: -.04em;
    line-height: 1;
}

.realtor-landing .pricing-quota-label {
    margin-top: 6px;
    color: #666;
    font-size: 13px;
}

.realtor-landing .pricing-price {
    margin-bottom: 8px;
}

.realtor-landing .pricing-amount-wrapper {
    justify-content: flex-start;
    gap: 7px;
}

.realtor-landing .pricing-amount {
    color: #000;
    font-family: var(--font-primary);
    font-size: 34px;
    font-weight: 600;
    letter-spacing: -.04em;
}

.realtor-landing .pricing-amount-old {
    color: rgba(0, 0, 0, .38);
    font-size: 18px;
    font-weight: 500;
}

.realtor-landing .pricing-period {
    color: #666;
    font-size: 13px;
    font-weight: 500;
}

.realtor-landing .pricing-per-image {
    margin: 0 0 22px;
    color: #666;
    font-size: 13px;
    line-height: 1.4;
}

.realtor-landing .pricing-per-image-amount {
    color: #000;
    font-weight: 600;
}

.realtor-landing .pricing-per-image-old {
    color: rgba(0, 0, 0, .35);
}

.realtor-landing .pricing-button {
    width: 100%;
    min-height: 54px;
    margin-bottom: 24px;
    padding: 0 24px;
    border: 0;
    border-radius: 999px;
    background: var(--rl-dark);
    color: #fff;
    font-family: var(--font-primary);
    font-size: 15px;
    font-weight: 500;
    box-shadow: none;
}

.realtor-landing .pricing-button:hover {
    border: 0;
    background: #000;
    box-shadow: 0 16px 38px rgba(0, 0, 0, .18);
    transform: translateY(-2px);
}

.realtor-landing .pricing-button-popular,
.realtor-landing .pricing-button-popular:hover {
    background: #fff;
    color: #000;
}

.realtor-landing .pricing-features {
    margin-top: 4px;
}

.realtor-landing .pricing-features li {
    padding: 7px 0 7px 24px;
    color: #555;
    font-size: 13px;
    line-height: 1.45;
}

.realtor-landing .pricing-features li::before {
    top: 7px;
    color: var(--rl-green);
    font-weight: 600;
}

.realtor-landing .pricing-card-popular .pricing-features li::before {
    color: #000;
}

.realtor-landing .pricing-billing-note {
    padding-top: 16px;
    color: #777;
    font-size: 11px;
    line-height: 1.35;
}

@keyframes rl-hiw-bob {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-4px);
    }
}

@keyframes rl-upload-photo-drop {
    0% {
        opacity: 0;
        transform: translate(-560px, -46px) scale(.72) rotate(-11deg);
    }
    10% {
        opacity: 1;
    }
    54% {
        opacity: 1;
        transform: translate(14px, 6px) scale(1.03) rotate(1.4deg);
    }
    70% {
        transform: translate(-4px, -3px) scale(.99) rotate(-.4deg);
    }
    84%, 100% {
        opacity: 1;
        transform: translate(0, 0) scale(1) rotate(0);
    }
}

@keyframes rl-upload-drop-glow {
    0%, 24% {
        border-color: rgba(255, 144, 0, .42);
        background: rgba(255, 144, 0, .05);
        box-shadow: none;
    }
    52% {
        border-color: rgba(255, 144, 0, .9);
        background: rgba(255, 144, 0, .12);
        box-shadow: 0 0 0 8px rgba(255, 144, 0, .08);
    }
    82%, 100% {
        border-color: rgba(255, 144, 0, .58);
        background: rgba(255, 144, 0, .07);
        box-shadow: 0 0 0 0 rgba(255, 144, 0, 0);
    }
}

@keyframes rl-step-progress {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .rl-hiw-reel[data-active-step="0"] .rl-upload-drop,
    .rl-hiw-reel[data-active-step="0"] .rl-upload-photo,
    .rl-upload-drop svg {
        animation: none;
    }

    .rl-upload-photo {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 1100px) {
    .rl-hero__grid,
    .rl-caps-header {
        grid-template-columns: 1fr;
    }

    .rl-bento {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: none;
    }

    .rl-bento--nine {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: clamp(180px, 26vw, 250px);
        gap: 18px;
    }

    .rl-cap-card,
    .rl-cap-card--weather,
    .rl-cap-card--declutter,
    .rl-cap-card--season,
    .rl-cap-card--video,
    .rl-cap-card--furniture,
    .rl-cap-card--lighting {
        grid-area: auto;
        min-height: 300px;
    }

    .rl-bento--nine .rl-cap-card:nth-child(n) {
        grid-column: auto;
        grid-row: span 1;
        min-height: 0;
    }

    .rl-bento--nine .rl-cap-card--portrait:nth-child(n) {
        grid-column: auto;
        grid-row: span 2;
    }

    .rl-cap-card--video {
        min-height: 460px;
    }

    .realtor-landing .pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rl-listing-scene {
        padding-right: 140px;
    }

    .rl-callout-card--quality {
        right: -20px;
    }

    .rl-quote-grid--mixed .rl-quote-card--featured {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .rl-quote-grid--mixed .rl-quote-card--featured figcaption {
        grid-column: 2;
        grid-row: 2;
        align-self: auto;
        align-items: center;
        padding: 16px 0 0;
        border-top: 1px solid rgba(0, 0, 0, .06);
        border-left: 0;
    }
}

@media (max-width: 900px) {
    .realtor-landing {
        --rl-page-padding: 28px;
        --rl-section-space: 80px;
    }

    .rl-social-header,
    .rl-quote-grid,
    .rl-cost-table [role="row"] {
        grid-template-columns: 1fr;
    }

    .rl-social-header {
        display: grid;
        align-items: start;
    }

    .rl-actions,
    .rl-btn,
    .rl-social-stats {
        width: 100%;
    }

    .rl-btn {
        padding-inline: 22px;
        white-space: normal;
    }

    .rl-hero__copy,
    .rl-hero__visual,
    .rl-hero__sub {
        width: 100%;
        max-width: 100%;
    }

    .rl-hero__title {
        text-wrap: balance;
    }

    .rl-social-stats {
        justify-content: space-between;
    }

    .rl-quote-grid {
        display: grid;
    }

    .rl-quote-grid--mixed .rl-quote-card--featured {
        display: flex;
        grid-column: auto;
        gap: 18px;
        padding: 28px;
    }

    .rl-quote-grid--mixed .rl-quote-card--featured > div {
        font-size: 52px;
        line-height: .4;
    }

    .rl-quote-grid--mixed .rl-quote-card--featured blockquote {
        max-width: none;
        font-size: 17px;
        line-height: 1.5;
    }

    .rl-quote-grid--mixed .rl-quote-card--featured figcaption {
        margin-top: auto;
        padding: 14px 0 0;
        border-top: 1px solid rgba(0, 0, 0, .06);
        border-left: 0;
    }

    .rl-cost-table [role="row"] {
        gap: 8px;
    }

    .rl-cost-table__head {
        display: none !important;
    }

    .realtor-landing .pricing {
        padding: 86px var(--rl-page-padding);
    }

    .realtor-landing .pricing .section-title {
        font-size: clamp(38px, 9vw, 54px);
    }

    .realtor-landing .pricing-toggle-container {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 34px;
    }

    .realtor-landing .pricing-grid {
        grid-template-columns: 1fr;
        max-width: 430px;
        margin-inline: auto;
    }

    .realtor-landing .pricing-subtitle {
        min-height: 0;
    }

    .rl-hiw-reel {
        height: clamp(560px, 150vw, 620px);
        min-height: 0;
        aspect-ratio: auto;
    }

    .rl-hiw-reel[data-hiw-flow] {
        --hiw-strip-height: 0px;
        height: clamp(680px, 166vw, 780px);
        aspect-ratio: auto;
    }

    .rl-step-strip {
        height: auto;
        grid-template-columns: 1fr;
    }

    .rl-hiw-reel[data-hiw-flow] .rl-step-strip {
        position: relative;
        inset: auto;
        height: auto;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
        padding: 8px;
    }

    .rl-hiw-reel[data-hiw-flow] .rl-step-strip > button {
        min-height: 0;
        grid-template-columns: 26px minmax(0, 1fr);
        padding: 8px 7px;
    }

    .rl-hiw-reel[data-hiw-flow] .rl-step-strip svg {
        width: 26px;
        height: 26px;
        padding: 6px;
    }

    .rl-hiw-reel[data-hiw-flow] .rl-step-strip strong {
        font-size: 11.5px;
    }

    .rl-hiw-reel[data-hiw-flow] .rl-step-strip small {
        display: none;
    }

    .rl-upload-card {
        width: min(340px, 82%);
        padding: 16px;
    }

    .rl-hiw-reel[data-hiw-flow] .rl-upload-card {
        top: 34px;
    }

    .rl-upload-drop {
        min-height: 218px;
        padding: 16px 14px;
    }

    .rl-upload-photo {
        width: min(138px, 68%);
        transform: translate(-105vw, -24px) scale(.72) rotate(-10deg);
    }

    .rl-workflow-card {
        flex-wrap: wrap;
        bottom: 290px;
    }

    .rl-hiw-reel[data-hiw-flow] .rl-edit-callouts {
        inset: 12px;
        display: block;
    }

    .rl-hiw-reel[data-hiw-flow] .rl-edit-card {
        position: absolute;
        min-width: 0;
        max-width: 176px;
        padding: 8px 10px;
        gap: 7px;
        font-size: 11.5px;
    }

    .rl-hiw-reel[data-hiw-flow] .rl-edit-card b {
        width: 28px;
        height: 28px;
        border-radius: 7px;
        font-size: 14px;
    }

    .rl-hiw-reel[data-hiw-flow] .rl-edit-card small {
        font-size: 8.5px;
    }

    .rl-hiw-reel[data-hiw-flow] .rl-edit-card:nth-child(1) {
        top: 28%;
        right: 5%;
    }

    .rl-hiw-reel[data-hiw-flow] .rl-edit-card:nth-child(2) {
        top: 10%;
        left: 36%;
    }

    .rl-hiw-reel[data-hiw-flow] .rl-edit-card:nth-child(3) {
        bottom: 22%;
        left: 26%;
    }

    .rl-hiw-reel[data-hiw-flow] .rl-edit-card:nth-child(4) {
        right: 5%;
        bottom: 10%;
    }

    .rl-hiw-reel[data-hiw-flow="outdoor"] .rl-edit-card:nth-child(1) {
        top: auto;
        bottom: 23%;
        left: 46%;
        right: auto;
    }

    .rl-hiw-reel[data-hiw-flow="outdoor"] .rl-edit-card:nth-child(2) {
        top: 10%;
        left: 36%;
    }

    .rl-hiw-reel[data-hiw-flow="outdoor"] .rl-edit-card:nth-child(3) {
        bottom: 16%;
        left: 30%;
    }

    .rl-hiw-reel[data-hiw-flow="outdoor"] .rl-edit-card:nth-child(4) {
        right: 5%;
        bottom: 10%;
    }

    .rl-listing-scene {
        padding: 34px 0 190px;
    }

    .rl-callout-card {
        min-width: 0;
        max-width: min(260px, calc(100vw - (var(--rl-page-padding) * 2)));
    }

    .rl-callout-card--lighting {
        top: 0;
        bottom: auto;
        left: 0;
    }

    .rl-callout-card--weather {
        top: 78px;
        right: 0;
        bottom: auto;
    }

    .rl-callout-card--staging {
        bottom: 128px;
        left: 0;
    }

    .rl-callout-card--exterior {
        right: 0;
        bottom: 72px;
    }

    .rl-callout-card--quality {
        top: auto;
        right: auto;
        bottom: 16px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 640px) {
    .realtor-landing {
        --rl-page-padding: 24px;
        --rl-section-space: 64px;
    }

    .rl-section-title {
        font-size: clamp(30px, 9vw, 40px);
        line-height: 1.12;
    }

    .rl-how .rl-section-title,
    .rl-capabilities .rl-section-title,
    .realtor-landing .pricing .section-title {
        font-size: clamp(34px, 9.5vw, 44px);
    }

    .rl-hero {
        padding-top: 72px;
        overflow-x: hidden;
    }

    .rl-hero__grid {
        gap: 42px;
    }

    .rl-actions,
    .rl-btn,
    .rl-social-stats,
    .rl-caps-cta,
    .rl-cost-cta {
        width: 100%;
    }

    .rl-ba-label {
        top: 14px;
        height: 32px;
        padding-inline: 14px;
        font-size: 11px;
    }

    .rl-trust-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .rl-trust-row--compact {
        align-items: flex-start;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 8px;
    }

    .rl-trust-row--compact .rl-trust-item {
        max-width: 100%;
        gap: 7px;
    }

    .rl-trust-row--compact .rl-trust-item strong {
        font-size: 11px;
        line-height: 1.25;
        white-space: normal;
    }

    .rl-trust-row--compact .rl-avatar-stack span {
        width: 22px;
        height: 22px;
        margin-left: -7px;
    }

    .rl-trust-row--compact .rl-avatar-stack span:first-child {
        margin-left: 0;
    }

    .rl-trust-row--compact .rl-shield {
        width: 20px;
        height: 20px;
        flex: 0 0 auto;
    }

    .rl-trust-row--compact .rl-shield svg {
        width: 20px;
        height: 20px;
    }

    .rl-trust-row--compact .rl-trust-divider {
        display: none;
    }

    .rl-trust-divider {
        display: none;
    }

    .rl-trust-item strong {
        white-space: normal;
    }

    .rl-hero-stat {
        bottom: -44px;
        left: 14px;
        max-width: calc(100% - 28px);
    }

    .rl-hero-stat span {
        max-width: 120px;
    }

    .rl-hero-time {
        top: 14px;
        right: 14px;
    }

    .rl-social-stats {
        justify-content: space-between;
    }

    .rl-marquee {
        padding-inline: 24px;
    }

    .rl-polaroid {
        width: 270px;
    }

    .rl-marquee--sold-in .rl-polaroid {
        width: 270px;
    }

    .rl-staging-lead {
        justify-content: flex-start;
    }

    .rl-bento {
        grid-template-columns: 1fr;
    }

    .rl-bento--nine {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        gap: 14px;
    }

    .rl-cap-card,
    .rl-cap-card--video {
        min-height: 340px;
    }

    .rl-bento--nine .rl-cap-card:nth-child(n) {
        grid-column: auto;
        grid-row: auto;
        aspect-ratio: 3 / 2;
        height: auto;
        min-height: 0;
    }

    .rl-bento--nine .rl-cap-card--portrait:nth-child(n) {
        grid-column: auto;
        grid-row: auto;
        aspect-ratio: 2 / 3;
    }

    .rl-bento--nine .rl-cap-card h3 {
        font-size: 22px;
    }

    .rl-bento--nine .rl-cap-chip {
        max-width: calc(100% - 108px);
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .rl-cap-card--video h3 {
        font-size: 34px;
    }

    .rl-cap-card--video > div {
        padding: 28px 24px;
    }

    .rl-workflow-card {
        display: none;
    }

    .rl-download-card {
        min-width: 0;
        width: calc(100% - 36px);
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .rl-highlight .rl-section-title {
        margin-bottom: 36px;
    }

    .realtor-landing .pricing {
        padding: 72px var(--rl-page-padding);
    }

    .realtor-landing .pricing-toggle-container {
        gap: 10px;
        margin-bottom: 30px;
    }

    .realtor-landing .pricing-toggle-pills {
        width: 100%;
    }

    .realtor-landing .pricing-pill {
        flex: 1;
        min-width: 0;
        padding-inline: 14px;
    }

    .realtor-landing .pricing-save-arrow {
        width: 28px;
    }

    .realtor-landing .pricing-save-text {
        font-size: 16px;
    }

    .realtor-landing .pricing-card {
        padding: 24px 20px;
    }

    .realtor-landing .pricing-amount-wrapper {
        flex-wrap: wrap;
    }

    .realtor-landing .pricing-amount {
        font-size: 32px;
    }

    .rl-listing-scene {
        padding-top: 30px;
        padding-bottom: 176px;
    }

    .rl-callout-card {
        gap: 8px;
        padding: 8px 10px;
        font-size: 12px;
    }

    .rl-callout-card b {
        width: 28px;
        height: 28px;
        flex: 0 0 auto;
    }

    .rl-callout-card small {
        font-size: 9px;
    }

    .rl-callout-card--lighting,
    .rl-callout-card--staging {
        left: 0;
    }

    .rl-callout-card--weather,
    .rl-callout-card--exterior {
        right: 0;
    }

    .rl-listing-card__body {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Scroll-tied listing highlight, using the original listing-card composition. */
.rl-highlight--scroll {
    --highlight-sticky-top: 88px;
    min-height: 340vh;
    padding-block: 0;
}

.rl-highlight-scroll {
    min-height: 340vh;
}

.rl-highlight-scroll__sticky {
    position: sticky;
    top: var(--highlight-sticky-top);
    display: flex;
    min-height: calc(100vh - var(--highlight-sticky-top));
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    padding-block: clamp(72px, 10vh, 110px);
}

.rl-highlight--scroll .rl-section-title {
    max-width: 720px;
    margin-bottom: 54px;
}

.rl-highlight--scroll .rl-listing-scene {
    max-width: 920px;
}

.rl-highlight--scroll .rl-listing-card__media {
    overflow: hidden;
    background: #171717;
}

.rl-highlight-image-stack {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.rl-highlight-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    clip-path: inset(0 var(--clip-right, 100%) 0 0);
    transform: translateZ(0);
}

.rl-highlight-image--base {
    clip-path: none;
}

.rl-highlight--scroll .rl-listing-card__media > span:not(.rl-highlight-sweep) {
    z-index: 9;
}

.rl-highlight--scroll .rl-listing-card__media .rl-highlight-sweep {
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--sweep-x, 0%);
    z-index: 8;
    display: block;
    width: 2px;
    height: auto;
    padding: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 0 0 1px rgba(255, 144, 0, .72), 0 0 26px rgba(255, 144, 0, .75);
    color: transparent;
    font-size: 0;
    letter-spacing: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-1px);
}

.rl-highlight--scroll.is-sweeping .rl-listing-card__media .rl-highlight-sweep {
    opacity: 1;
}

.rl-highlight--scroll .rl-callout-card {
    opacity: 0;
    pointer-events: none;
    transform: translateY(18px) scale(.96);
    transition: opacity .32s ease, transform .32s ease, border-color .32s ease, box-shadow .32s ease;
}

.rl-highlight--scroll .rl-callout-card.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.rl-highlight--scroll .rl-callout-card.is-active {
    border-color: rgba(255, 144, 0, .32);
    box-shadow: 0 18px 44px rgba(0, 0, 0, .14), 0 0 0 1px rgba(255, 144, 0, .18);
    transform: translateY(-4px) scale(1.02);
}

.rl-highlight--scroll .rl-callout-card--step-1 {
    top: 30px;
    left: -20px;
}

.rl-highlight--scroll .rl-callout-card--step-2 {
    top: 120px;
    right: 20px;
}

.rl-highlight--scroll .rl-callout-card--step-3 {
    bottom: 140px;
    left: -30px;
}

.rl-highlight--scroll .rl-callout-card--step-4 {
    right: 30px;
    bottom: 60px;
}

@media (max-width: 1100px) {
    .rl-highlight--scroll .rl-listing-scene {
        max-width: 820px;
    }

    .rl-highlight--scroll .rl-callout-card--step-4 {
        right: 0;
    }
}

@media (max-width: 900px) {
    .rl-highlight--scroll {
        --highlight-sticky-top: 72px;
        min-height: 350vh;
    }

    .rl-highlight-scroll {
        min-height: 350vh;
    }

    .rl-highlight-scroll__sticky {
        padding-block: 72px;
    }

    .rl-highlight--scroll .rl-section-title {
        margin-bottom: 36px;
    }

    .rl-highlight--scroll .rl-listing-scene {
        max-width: 760px;
        padding: 34px 0 190px;
    }

    .rl-highlight--scroll .rl-callout-card--step-1 {
        top: 0;
        left: 0;
    }

    .rl-highlight--scroll .rl-callout-card--step-2 {
        top: 90px;
        right: 0;
    }

    .rl-highlight--scroll .rl-callout-card--step-3 {
        bottom: 80px;
        left: 0;
    }

    .rl-highlight--scroll .rl-callout-card--step-4 {
        right: 0;
        bottom: 20px;
    }
}

@media (max-width: 640px) {
    .rl-highlight--scroll {
        --highlight-sticky-top: 56px;
        min-height: 360vh;
    }

    .rl-highlight-scroll {
        min-height: 360vh;
    }

    .rl-highlight-scroll__sticky {
        padding-block: 54px;
    }

    .rl-highlight--scroll .rl-listing-scene {
        padding: 24px 0 178px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .rl-highlight--scroll {
        min-height: auto;
        padding-block: var(--rl-section-space);
    }

    .rl-highlight-scroll {
        min-height: 0;
    }

    .rl-highlight-scroll__sticky {
        position: relative;
        top: auto;
        min-height: 0;
        padding-block: 0;
    }

    .rl-highlight-image {
        clip-path: inset(0 0 0 0);
    }

    .rl-highlight--scroll .rl-listing-card__media .rl-highlight-sweep {
        display: none;
    }

    .rl-highlight--scroll .rl-callout-card {
        opacity: 1;
        transform: none;
    }
}
