/**
 * File: /public_html/assets/css/home.css
 * Purpose: Homepage-specific brutalist editorial layout.
 * Dependencies: /assets/css/main.css.
 * Replacement/Patch Status: Full replacement.
 * Credit: Designed inhouse by The Taino Resource Group LLC.
 */

.hero {
    position: relative;
    min-height: calc(100svh - 84px);
    padding: clamp(42px, 7vw, 96px) 0 clamp(56px, 8vw, 120px);
    display: grid;
    align-items: center;
}

.hero::before {
    content: "";
    position: absolute;
    right: -6vw;
    top: 8vh;
    width: clamp(300px, 36vw, 620px);
    aspect-ratio: 1 / 1;
    background-image: url("../img/brand/RTR_Logo_monogram.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 0;
    transform: rotate(-4deg);
    opacity: 0.26;
    filter: drop-shadow(0 50px 90px rgba(0, 0, 0, 0.38));
    pointer-events: none;
}

.hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    gap: clamp(34px, 5vw, 72px);
}

.hero__content {
    max-width: 1020px;
}

.hero__title {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3.3rem, 11vw, 11rem);
    line-height: 0.82;
    letter-spacing: -0.08em;
    max-width: 980px;
}

.hero__title span {
    color: var(--rtr-gold);
    font-style: italic;
    letter-spacing: -0.09em;
}

.hero__copy {
    width: min(680px, 100%);
    margin: 28px 0 0;
    color: var(--rtr-muted);
    font-size: clamp(1rem, 1.8vw, 1.28rem);
}

.hero__lower {
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px;
    align-items: stretch;
}

.search-card,
.agent-panel,
.journey-card,
.property-card,
.map-card,
.guide-panel,
.cta-panel {
    border: 1px solid var(--rtr-line);
    border-radius: var(--rtr-radius);
    background: rgba(247, 244, 236, 0.055);
}

.search-card {
    position: relative;
    z-index: 3;
    background: linear-gradient(135deg, rgba(247, 244, 236, 0.12), rgba(247, 244, 236, 0.045));
    box-shadow: var(--rtr-shadow);
    padding: clamp(18px, 3vw, 30px);
    backdrop-filter: blur(20px);
    transform-style: preserve-3d;
}

.search-card::before {
    content: "";
    position: absolute;
    inset: 14px -10px -10px 14px;
    border: 1px solid rgba(216, 185, 53, 0.34);
    border-radius: var(--rtr-radius);
    z-index: -1;
    transform: translateZ(-30px);
}

.search-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.search-card__title {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.4rem, 3vw, 2.3rem);
    line-height: 1;
}

.search-card__label {
    color: var(--rtr-sage);
    text-transform: uppercase;
    letter-spacing: 0.28em;
    font-size: 0.68rem;
    font-weight: 800;
    white-space: nowrap;
    margin-top: 8px;
}

.search-form {
    display: grid;
    gap: 14px;
}

.field-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.field {
    display: grid;
    gap: 8px;
}

.field label {
    color: var(--rtr-muted);
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 0.68rem;
    font-weight: 750;
}

.field input,
.field select {
    width: 100%;
    min-height: 54px;
    border: 1px solid var(--rtr-line);
    border-radius: 999px;
    background: rgba(3, 7, 13, 0.48);
    color: var(--rtr-white);
    padding: 0 18px;
    font: inherit;
    outline: none;
}

.field input:focus,
.field select:focus {
    border-color: var(--rtr-gold);
    box-shadow: 0 0 0 4px rgba(216, 185, 53, 0.13);
}

.mode-toggle {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    padding: 6px;
    border: 1px solid var(--rtr-line);
    border-radius: 999px;
    background: rgba(3, 7, 13, 0.42);
}

.mode-toggle button {
    min-height: 44px;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    color: var(--rtr-muted);
    background: transparent;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.68rem;
}

.mode-toggle button.is-active {
    background: var(--rtr-white);
    color: var(--rtr-black);
}

.agent-panel {
    position: relative;
    overflow: hidden;
    min-height: 420px;
    background:
        linear-gradient(135deg, rgba(216, 185, 53, 0.14), transparent 40%),
        linear-gradient(180deg, rgba(247, 244, 236, 0.08), rgba(247, 244, 236, 0.025));
    box-shadow: var(--rtr-shadow);
    padding: clamp(22px, 4vw, 36px);
    display: grid;
    align-content: end;
}

.agent-panel::before {
    content: "";
    position: absolute;
    inset: 36px 26px auto auto;
    width: min(310px, 70%);
    height: 78%;
    border: 1px solid rgba(216, 185, 53, 0.48);
    border-radius: 999px 999px 0 0;
    background: linear-gradient(180deg, rgba(247, 244, 236, 0.1), rgba(247, 244, 236, 0.02));
}

.agent-panel::after {
    content: "ROSAURA";
    position: absolute;
    right: -20px;
    bottom: 26px;
    font-size: clamp(4rem, 10vw, 9rem);
    line-height: 0.8;
    letter-spacing: -0.08em;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.045);
    writing-mode: vertical-rl;
}

.agent-photo-placeholder {
    position: absolute;
    right: clamp(18px, 4vw, 56px);
    bottom: 0;
    width: min(340px, 68%);
    height: 84%;
    border-radius: 999px 999px 0 0;
    background:
        radial-gradient(circle at 50% 26%, rgba(247, 244, 236, 0.18) 0 18%, transparent 19%),
        linear-gradient(180deg, transparent 0 32%, rgba(247, 244, 236, 0.11) 33% 100%);
    border: 1px dashed rgba(247, 244, 236, 0.32);
}

.agent-card {
    position: relative;
    z-index: 2;
    width: min(420px, 100%);
    padding: 22px;
    background: rgba(3, 7, 13, 0.72);
    border: 1px solid var(--rtr-line);
    backdrop-filter: blur(14px);
}

.agent-card h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.8rem, 4vw, 3.2rem);
    line-height: 0.92;
}

.agent-card p {
    margin: 14px 0 0;
    color: var(--rtr-muted);
}

.agent-meta,
.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.chip,
.tag-cloud span {
    border: 1px solid var(--rtr-line);
    color: var(--rtr-muted);
    border-radius: 999px;
    padding: 8px 11px;
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-weight: 800;
}

.band {
    margin-top: clamp(44px, 8vw, 110px);
    border-block: 1px solid var(--rtr-line);
    background: rgba(247, 244, 236, 0.04);
    overflow: hidden;
}

.band__track {
    display: flex;
    gap: 40px;
    width: max-content;
    padding: 18px 0;
    animation: rtrMarquee 28s linear infinite;
}

.band span {
    color: var(--rtr-muted);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    font-weight: 850;
    white-space: nowrap;
}

@keyframes rtrMarquee {
    to {
        transform: translateX(-50%);
    }
}

.editorial-section {
    padding: clamp(64px, 10vw, 140px) 0;
}

.section-head {
    display: grid;
    gap: 18px;
    max-width: 860px;
    margin-bottom: clamp(34px, 6vw, 70px);
}

.section-title {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.25rem, 6vw, 6.5rem);
    line-height: 0.9;
    letter-spacing: -0.065em;
}

.section-copy {
    margin: 0;
    color: var(--rtr-muted);
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    max-width: 720px;
}

.journey-grid,
.property-grid,
.map-layer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.journey-card {
    position: relative;
    min-height: 240px;
    padding: clamp(22px, 4vw, 34px);
    background: linear-gradient(140deg, rgba(247, 244, 236, 0.09), rgba(247, 244, 236, 0.025));
    overflow: hidden;
    counter-increment: journey;
}

.journey-grid {
    counter-reset: journey;
}

.journey-card::before {
    content: "0" counter(journey);
    position: absolute;
    right: 18px;
    top: 10px;
    font-size: clamp(4rem, 10vw, 8rem);
    line-height: 1;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.055);
    letter-spacing: -0.08em;
}

.journey-card h3,
.guide-panel h3,
.cta-panel h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 0.95;
    letter-spacing: -0.06em;
}

.journey-card h3 {
    font-size: clamp(1.6rem, 3vw, 2.5rem);
}

.journey-card p,
.guide-panel p,
.cta-panel p {
    color: var(--rtr-muted);
}

.journey-card a {
    display: inline-flex;
    margin-top: 24px;
    color: var(--rtr-gold);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.72rem;
    font-weight: 850;
}

.property-card {
    overflow: hidden;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
}

.property-card--empty {
    min-height: 100%;
    background: linear-gradient(140deg, rgba(247, 244, 236, 0.09), rgba(247, 244, 236, 0.03));
}

.property-card__media {
    position: relative;
    min-height: 260px;
    background: linear-gradient(135deg, rgba(10, 61, 145, 0.45), rgba(216, 185, 53, 0.18)), var(--rtr-ink-2);
    overflow: hidden;
}

.property-card__media img {
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
    opacity: 0.82;
}

.property-card__body {
    padding: 22px;
    display: grid;
    gap: 18px;
}

.property-card__price {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 0.9;
    letter-spacing: -0.06em;
    font-weight: 900;
}

.property-card__address {
    margin: 0;
    color: var(--rtr-white);
    font-weight: 750;
}

.property-card__area {
    color: var(--rtr-muted);
    display: block;
    margin-top: 4px;
    font-weight: 500;
}

.property-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.property-stats span {
    border: 1px solid var(--rtr-line);
    border-radius: 18px;
    padding: 12px;
    color: var(--rtr-muted);
    font-size: 0.78rem;
}

.property-stats strong {
    display: block;
    color: var(--rtr-white);
    font-size: 1rem;
}

.map-card {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    background:
        radial-gradient(circle at 25% 28%, rgba(167, 185, 160, 0.3), transparent 16rem),
        radial-gradient(circle at 74% 65%, rgba(216, 185, 53, 0.2), transparent 14rem),
        linear-gradient(135deg, rgba(247, 244, 236, 0.09), rgba(247, 244, 236, 0.025));
}

.map-card::before {
    content: "";
    position: absolute;
    inset: 34px;
    border: 1px solid rgba(247, 244, 236, 0.15);
    border-radius: 32px;
    background:
        linear-gradient(90deg, rgba(247,244,236,0.08) 1px, transparent 1px),
        linear-gradient(180deg, rgba(247,244,236,0.06) 1px, transparent 1px);
    background-size: 58px 58px;
}

.guide-panel {
    padding: clamp(24px, 4vw, 38px);
}

.guide-panel h3 {
    font-size: clamp(2rem, 4vw, 4rem);
}

.cta-panel {
    position: relative;
    overflow: hidden;
    border-radius: calc(var(--rtr-radius) + 16px);
    background:
        linear-gradient(135deg, rgba(200, 16, 46, 0.18), transparent 26%),
        linear-gradient(315deg, rgba(216, 185, 53, 0.22), transparent 32%),
        rgba(247, 244, 236, 0.07);
    padding: clamp(30px, 7vw, 86px);
    min-height: 420px;
    display: grid;
    align-content: center;
}

.cta-panel::before {
    content: "RTR";
    position: absolute;
    right: -4vw;
    bottom: -4vw;
    font-size: clamp(8rem, 20vw, 22rem);
    line-height: 0.75;
    font-weight: 950;
    letter-spacing: -0.13em;
    color: rgba(255, 255, 255, 0.05);
}

.cta-panel__content {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.cta-panel h2 {
    font-size: clamp(2.6rem, 7vw, 7rem);
}

@media (min-width: 760px) {
    .hero__lower {
        grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
    }

    .field-grid {
        grid-template-columns: 1.35fr 0.9fr 0.7fr 0.8fr;
    }

    .journey-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .property-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .map-layer {
        grid-template-columns: 1.2fr 0.8fr;
    }
}

@media (min-width: 1020px) {
    .search-card {
        transform: perspective(1100px) rotateX(2deg) rotateY(-3deg);
    }

    .agent-panel {
        transform: perspective(1100px) rotateX(1deg) rotateY(3deg);
    }
}

@media (max-width: 640px) {
    .hero {
        min-height: auto;
    }

    .hero::before {
        opacity: 0.16;
        right: -34vw;
        top: 5vh;
        width: clamp(260px, 82vw, 420px);
    }

    .search-card__head {
        display: grid;
    }

    .agent-panel {
        min-height: 520px;
    }

    .agent-card {
        margin-top: 210px;
    }

    .band__track {
        animation-duration: 38s;
    }
}

/* === TRG PATCH: Spanish-primary hero agent photo ===
   Purpose: Replace placeholder silhouette with Rosaura's actual profile image
   while preserving the mobile-first editorial hero flow.
   Credit: Designed inhouse by The Taino Resource Group LLC.
*/
.agent-photo-placeholder {
    display: none;
}

.agent-photo {
    position: absolute;
    right: clamp(10px, 3.5vw, 46px);
    bottom: 0;
    width: min(390px, 72%);
    height: 92%;
    margin: 0;
    z-index: 1;
    border-radius: 999px 999px 0 0;
    overflow: hidden;
    pointer-events: none;
}

.agent-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
    filter: drop-shadow(0 34px 60px rgba(0, 0, 0, 0.36));
}

.agent-card {
    z-index: 3;
}

@media (min-width: 1020px) {
    .agent-photo {
        width: min(430px, 74%);
        height: 96%;
    }
}

@media (max-width: 640px) {
    .agent-panel {
        min-height: 560px;
    }

    .agent-photo {
        right: 50%;
        transform: translateX(50%);
        width: min(340px, 82%);
        height: 76%;
    }

    .agent-card {
        align-self: end;
    }
}
/* === END TRG PATCH: Spanish-primary hero agent photo === */

/* === TRG PATCH: Spanish-primary hero agent photo ===
   Purpose: Render Rosaura's real photo without cropping her face or stretching
   the search card. Mobile-first, controlled desktop/tablet flow.
   Credit: Designed inhouse by The Taino Resource Group LLC.
*/
.hero__lower {
    align-items: start;
}

.search-card {
    align-self: start;
}

.agent-photo-placeholder {
    display: none;
}

.agent-panel {
    isolation: isolate;
    align-content: stretch;
    min-height: clamp(500px, 44vw, 680px);
    display: grid;
    grid-template-rows: minmax(0, 1fr);
}

.agent-panel::before {
    right: clamp(18px, 4vw, 46px);
    top: clamp(22px, 4vw, 38px);
    width: min(340px, 62%);
    height: calc(100% - clamp(44px, 8vw, 76px));
}

.agent-photo {
    position: absolute;
    right: clamp(8px, 3vw, 42px);
    bottom: 0;
    width: min(390px, 58%);
    height: calc(100% - clamp(28px, 5vw, 54px));
    margin: 0;
    z-index: 1;
    overflow: visible;
    pointer-events: none;
}

.agent-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 34px 60px rgba(0, 0, 0, 0.36));
}

.agent-card {
    position: absolute;
    left: clamp(18px, 3vw, 34px);
    bottom: clamp(18px, 3vw, 34px);
    z-index: 3;
    width: min(430px, calc(100% - clamp(36px, 8vw, 90px)));
}

@media (min-width: 1020px) {
    .agent-panel {
        min-height: clamp(520px, 40vw, 700px);
    }

    .agent-photo {
        width: min(420px, 60%);
        height: calc(100% - 34px);
    }
}

@media (max-width: 760px) {
    .hero__lower {
        grid-template-columns: 1fr;
    }

    .agent-panel {
        min-height: 560px;
    }

    .agent-panel::before {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: min(330px, 78%);
        height: 72%;
    }

    .agent-photo {
        right: 50%;
        transform: translateX(50%);
        width: min(340px, 78%);
        height: 72%;
    }

    .agent-card {
        left: 18px;
        right: 18px;
        bottom: 18px;
        width: auto;
    }
}

@media (max-width: 420px) {
    .agent-panel {
        min-height: 520px;
    }

    .agent-photo {
        width: min(300px, 82%);
        height: 68%;
    }

    .agent-card {
        padding: 18px;
    }
}
/* === END TRG PATCH: Spanish-primary hero agent photo === */

/* === TRG PATCH: Spanish-primary hero agent photo ===
   Purpose: Render Rosaura visibly in the homepage hero without crop, blur,
   or card obstruction. Mobile-first, responsive, Spanish-primary homepage.
   Credit: Designed inhouse by The Taino Resource Group LLC.
*/
.hero__lower {
    align-items: start;
}

.search-card {
    align-self: start;
}

.agent-photo-placeholder {
    display: none;
}

.agent-panel {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    align-content: stretch;
    min-height: clamp(520px, 42vw, 680px);
    display: block;
    padding: clamp(22px, 4vw, 36px);
}

.agent-panel::before {
    z-index: 0;
    right: clamp(18px, 4vw, 48px);
    top: clamp(22px, 4vw, 42px);
    width: min(340px, 60%);
    height: calc(100% - clamp(48px, 8vw, 84px));
    opacity: 0.8;
}

.agent-panel::after {
    z-index: 0;
}

.agent-photo {
    position: absolute;
    right: clamp(0px, 2vw, 24px);
    bottom: 0;
    width: min(440px, 66%);
    height: calc(100% - 18px);
    margin: 0;
    z-index: 2;
    overflow: visible;
    pointer-events: none;
}

.agent-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: right bottom;
    filter: drop-shadow(0 34px 62px rgba(0, 0, 0, 0.42));
}

.agent-card {
    position: absolute;
    left: clamp(20px, 3vw, 36px);
    bottom: clamp(20px, 3vw, 36px);
    z-index: 4;
    width: min(330px, 52%);
    padding: clamp(18px, 2.4vw, 24px);
    background: rgba(3, 7, 13, 0.82);
}

.agent-card h2 {
    font-size: clamp(1.9rem, 3vw, 2.9rem);
}

.agent-card p {
    font-size: 0.95rem;
}

.agent-meta {
    gap: 7px;
}

.agent-meta .chip {
    font-size: 0.62rem;
    padding: 7px 10px;
}

@media (min-width: 1020px) {
    .agent-panel {
        min-height: clamp(540px, 39vw, 700px);
    }

    .agent-photo {
        width: min(470px, 68%);
        height: calc(100% - 12px);
    }

    .agent-card {
        width: min(340px, 50%);
    }
}

@media (max-width: 900px) {
    .agent-panel {
        min-height: 600px;
    }

    .agent-photo {
        right: 50%;
        transform: translateX(50%);
        width: min(380px, 78%);
        height: 78%;
    }

    .agent-card {
        left: 20px;
        right: 20px;
        bottom: 20px;
        width: auto;
        max-width: 420px;
    }
}

@media (max-width: 520px) {
    .agent-panel {
        min-height: 560px;
    }

    .agent-panel::before {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: min(300px, 78%);
        height: 68%;
    }

    .agent-photo {
        width: min(320px, 84%);
        height: 70%;
    }

    .agent-card {
        padding: 18px;
    }

    .agent-card h2 {
        font-size: 2rem;
    }
}
/* === END TRG PATCH: Spanish-primary hero agent photo === */

/* === TRG PATCH: Homepage Sobre Rosaura section ===
   Purpose: Add an isolated Spanish-primary Rosaura section below the homepage
   hero without interfering with the hero search/agent panel.
   Credit: Designed inhouse by The Taino Resource Group LLC.
*/
.home-rosaura-feature {
    padding: clamp(60px, 9vw, 128px) 0;
}

.home-rosaura-feature__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(32px, 6vw, 84px);
    align-items: center;
}

.home-rosaura-feature__copy {
    display: grid;
    gap: 20px;
    max-width: 780px;
}

.home-rosaura-feature__title {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.9rem, 8vw, 7.8rem);
    line-height: 0.88;
    letter-spacing: -0.075em;
}

.home-rosaura-feature__title span {
    color: var(--rtr-gold);
    font-style: italic;
}

.home-rosaura-feature__copy p:not(.eyebrow) {
    margin: 0;
    color: var(--rtr-muted);
    font-size: clamp(1rem, 1.45vw, 1.16rem);
    line-height: 1.7;
    max-width: 68ch;
}

.home-rosaura-feature__card {
    position: relative;
    min-height: clamp(500px, 58vw, 720px);
    overflow: hidden;
    border: 1px solid var(--rtr-line);
    border-radius: calc(var(--rtr-radius) + 18px);
    background:
        linear-gradient(135deg, rgba(216, 185, 53, 0.18), transparent 34%),
        linear-gradient(315deg, rgba(200, 16, 46, 0.14), transparent 36%),
        rgba(247, 244, 236, 0.06);
    box-shadow: var(--rtr-shadow);
    isolation: isolate;
}

.home-rosaura-feature__card::before {
    content: "";
    position: absolute;
    inset: clamp(20px, 3vw, 32px);
    border: 1px solid rgba(216, 185, 53, 0.38);
    border-radius: calc(var(--rtr-radius) + 8px);
    z-index: 1;
    pointer-events: none;
}

.home-rosaura-feature__card::after {
    content: "";
    position: absolute;
    left: clamp(18px, 4vw, 70px);
    top: clamp(20px, 4vw, 72px);
    width: min(290px, 34%);
    aspect-ratio: 1 / 1;
    background-image: url("../img/brand/RTR_Logo_monogram.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.26;
    transform: rotate(-5deg);
    filter: drop-shadow(0 34px 66px rgba(0, 0, 0, 0.42));
    z-index: 1;
    pointer-events: none;
}

.home-rosaura-feature__card img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: min(650px, 92%);
    height: 100%;
    object-fit: contain;
    object-position: right bottom;
    filter: drop-shadow(0 36px 70px rgba(0, 0, 0, 0.44));
}

.home-rosaura-feature__label {
    position: absolute;
    left: clamp(18px, 3vw, 28px);
    bottom: clamp(18px, 3vw, 28px);
    z-index: 4;
    width: min(380px, calc(100% - 36px));
    padding: clamp(20px, 3vw, 28px);
    background: rgba(3, 7, 13, 0.82);
    border: 1px solid var(--rtr-line);
    backdrop-filter: blur(16px);
}

.home-rosaura-feature__label h3 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 0.9;
}

.home-rosaura-feature__label p:not(.eyebrow) {
    margin: 12px 0 0;
    color: var(--rtr-muted);
}

@media (min-width: 860px) {
    .home-rosaura-feature__grid {
        grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
    }
}

@media (max-width: 640px) {
    .home-rosaura-feature {
        padding: clamp(48px, 12vw, 78px) 0;
    }

    .home-rosaura-feature__title {
        font-size: clamp(2.75rem, 15vw, 5.2rem);
    }

    .home-rosaura-feature__card {
        min-height: 540px;
    }

    .home-rosaura-feature__card::after {
        left: 22px;
        top: 26px;
        width: min(220px, 50%);
        opacity: 0.2;
    }

    .home-rosaura-feature__card img {
        right: 50%;
        transform: translateX(50%);
        width: min(420px, 92%);
        height: 74%;
        object-position: center bottom;
    }

    .home-rosaura-feature__label {
        left: 18px;
        right: 18px;
        bottom: 18px;
        width: auto;
    }
}
/* === END TRG PATCH: Homepage Sobre Rosaura section === */

/* === TRG PATCH: Center single homepage hero search card ===
   Purpose: Center the standalone homepage hero search card without affecting
   two-column hero layouts or other site sections.
   Credit: Designed inhouse by The Taino Resource Group LLC.
*/
.hero__lower--single {
    display: grid;
    grid-template-columns: minmax(0, min(100%, 980px));
    justify-content: center;
    align-items: start;
}

.hero__lower--single .search-card {
    width: 100%;
    max-width: 980px;
    justify-self: center;
}

@media (min-width: 1020px) {
    .hero__lower--single {
        grid-template-columns: minmax(720px, 980px);
    }
}

@media (max-width: 640px) {
    .hero__lower--single {
        grid-template-columns: 1fr;
    }

    .hero__lower--single .search-card {
        max-width: none;
    }
}
/* === END TRG PATCH: Center single homepage hero search card === */

/* === TRG PATCH: Homepage Sobre Rosaura section ===
   Purpose: Premium Spanish-first profile feature for Rosaura on index.php.
   Isolated from hero, manual property modules, and global About page styles.
   Credit: Designed inhouse by The Taino Resource Group LLC.
*/
.home-rosaura-feature {
    padding: clamp(72px, 11vw, 150px) 0;
}

.home-rosaura-feature__shell {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(34px, 6vw, 78px);
    align-items: center;
}

.home-rosaura-feature__shell::before {
    content: "ROSAURA";
    position: absolute;
    left: -5vw;
    top: -4vw;
    z-index: -1;
    color: rgba(255, 255, 255, 0.025);
    font-size: clamp(7rem, 18vw, 21rem);
    line-height: 0.8;
    letter-spacing: -0.12em;
    font-weight: 950;
    pointer-events: none;
}

.home-rosaura-feature__copy {
    display: grid;
    gap: clamp(18px, 2.5vw, 28px);
    max-width: 790px;
}

.home-rosaura-feature__title {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3rem, 7vw, 7rem);
    line-height: 0.9;
    letter-spacing: -0.075em;
    max-width: 10.5ch;
}

.home-rosaura-feature__lead {
    margin: 0;
    color: var(--rtr-muted);
    font-size: clamp(1.03rem, 1.45vw, 1.2rem);
    line-height: 1.75;
    max-width: 64ch;
}

.home-rosaura-feature__proof {
    display: grid;
    gap: 12px;
    margin-top: clamp(8px, 1.5vw, 18px);
}

.home-rosaura-feature__proof article {
    position: relative;
    display: grid;
    gap: 6px;
    border: 1px solid var(--rtr-line);
    border-radius: 22px;
    background: rgba(247, 244, 236, 0.045);
    padding: 18px 18px 18px 58px;
    overflow: hidden;
}

.home-rosaura-feature__proof article::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    background: var(--rtr-gold);
    opacity: 0.82;
}

.home-rosaura-feature__proof span {
    position: absolute;
    left: 18px;
    top: 18px;
    color: var(--rtr-gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.4rem;
    line-height: 1;
}

.home-rosaura-feature__proof strong {
    color: var(--rtr-white);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.78rem;
}

.home-rosaura-feature__proof p {
    margin: 0;
    color: var(--rtr-muted);
    font-size: 0.96rem;
    line-height: 1.55;
}

.home-rosaura-feature__portrait {
    position: relative;
    min-height: clamp(560px, 58vw, 760px);
    overflow: hidden;
    border: 1px solid var(--rtr-line);
    border-radius: calc(var(--rtr-radius) + 20px);
    background:
        radial-gradient(circle at 18% 18%, rgba(216, 185, 53, 0.16), transparent 24rem),
        radial-gradient(circle at 88% 16%, rgba(200, 16, 46, 0.18), transparent 24rem),
        linear-gradient(135deg, rgba(247, 244, 236, 0.08), rgba(247, 244, 236, 0.025));
    box-shadow: var(--rtr-shadow);
    isolation: isolate;
}

.home-rosaura-feature__portrait-bg {
    position: absolute;
    inset: clamp(24px, 3vw, 38px);
    z-index: 1;
    border: 1px solid rgba(216, 185, 53, 0.42);
    border-radius: calc(var(--rtr-radius) + 10px);
    pointer-events: none;
}

.home-rosaura-feature__portrait::before {
    content: "";
    position: absolute;
    left: clamp(26px, 5vw, 78px);
    top: clamp(28px, 5vw, 76px);
    z-index: 1;
    width: min(300px, 36%);
    aspect-ratio: 1 / 1;
    background-image: url("../img/brand/RTR_Logo_monogram.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0.28;
    transform: rotate(-5deg);
    filter: drop-shadow(0 32px 70px rgba(0, 0, 0, 0.42));
    pointer-events: none;
}

.home-rosaura-feature__portrait::after {
    content: "";
    position: absolute;
    right: -18%;
    bottom: -22%;
    z-index: 0;
    width: min(620px, 76%);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: rgba(10, 61, 145, 0.18);
    filter: blur(14px);
    pointer-events: none;
}

.home-rosaura-feature__portrait img {
    position: absolute;
    right: clamp(-18px, -1vw, 0px);
    bottom: 0;
    z-index: 2;
    width: min(660px, 92%);
    height: 100%;
    object-fit: contain;
    object-position: right bottom;
    filter: drop-shadow(0 36px 76px rgba(0, 0, 0, 0.48));
}

.home-rosaura-feature__badge {
    position: absolute;
    left: clamp(20px, 3vw, 34px);
    bottom: clamp(20px, 3vw, 34px);
    z-index: 4;
    width: min(360px, calc(100% - 40px));
    padding: clamp(20px, 3vw, 28px);
    background:
        linear-gradient(135deg, rgba(247, 244, 236, 0.08), rgba(3, 7, 13, 0.88)),
        rgba(3, 7, 13, 0.86);
    border: 1px solid var(--rtr-line);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(18px);
}

.home-rosaura-feature__badge h3 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.1rem, 4vw, 3.5rem);
    line-height: 0.9;
}

.home-rosaura-feature__badge p:not(.eyebrow) {
    margin: 12px 0 0;
    color: var(--rtr-muted);
    max-width: 28ch;
}

@media (min-width: 860px) {
    .home-rosaura-feature__shell {
        grid-template-columns: minmax(0, 0.88fr) minmax(460px, 1.12fr);
    }

    .home-rosaura-feature__proof {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 1180px) {
    .home-rosaura-feature__shell {
        grid-template-columns: minmax(0, 0.82fr) minmax(540px, 1.18fr);
    }

    .home-rosaura-feature__portrait {
        min-height: 740px;
    }
}

@media (max-width: 640px) {
    .home-rosaura-feature {
        padding: clamp(52px, 13vw, 84px) 0;
    }

    .home-rosaura-feature__title {
        font-size: clamp(2.75rem, 14vw, 5.25rem);
        max-width: 11ch;
    }

    .home-rosaura-feature__proof article {
        padding: 18px;
    }

    .home-rosaura-feature__proof span {
        position: static;
    }

    .home-rosaura-feature__portrait {
        min-height: 590px;
    }

    .home-rosaura-feature__portrait::before {
        left: 24px;
        top: 28px;
        width: min(220px, 48%);
        opacity: 0.22;
    }

    .home-rosaura-feature__portrait img {
        right: 50%;
        transform: translateX(50%);
        width: min(440px, 94%);
        height: 76%;
        object-position: center bottom;
    }

    .home-rosaura-feature__badge {
        left: 18px;
        right: 18px;
        bottom: 18px;
        width: auto;
    }
}
/* === END TRG PATCH: Homepage Sobre Rosaura section === */

/* === TRG PATCH: Homepage Sobre Rosaura section ===
   Purpose: Premium editorial Rosaura profile band for index.php.
   Isolated from hero, manual property modules, and about page styles.
   Credit: Designed inhouse by The Taino Resource Group LLC.
*/
.home-rosaura-feature {
    padding: clamp(56px, 9vw, 118px) 0;
}

.home-rosaura-feature__shell {
    position: relative;
    min-height: clamp(560px, 46vw, 720px);
    overflow: hidden;
    border: 1px solid var(--rtr-line);
    border-radius: calc(var(--rtr-radius) + 20px);
    background:
        radial-gradient(circle at 78% 18%, rgba(200, 16, 46, 0.2), transparent 24rem),
        radial-gradient(circle at 18% 26%, rgba(216, 185, 53, 0.13), transparent 22rem),
        linear-gradient(135deg, rgba(247, 244, 236, 0.075), rgba(247, 244, 236, 0.025));
    box-shadow: var(--rtr-shadow);
    isolation: isolate;
}

.home-rosaura-feature__shell::before {
    content: "";
    position: absolute;
    inset: clamp(18px, 2.4vw, 32px);
    z-index: 1;
    border: 1px solid rgba(216, 185, 53, 0.36);
    border-radius: calc(var(--rtr-radius) + 10px);
    pointer-events: none;
}

.home-rosaura-feature__shell::after {
    content: "ROSAURA";
    position: absolute;
    right: -0.18em;
    bottom: -0.12em;
    z-index: 0;
    color: rgba(255, 255, 255, 0.035);
    font-size: clamp(7rem, 16vw, 19rem);
    line-height: 0.78;
    letter-spacing: -0.1em;
    font-weight: 950;
    pointer-events: none;
}

.home-rosaura-feature__media {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.home-rosaura-feature__media img {
    position: absolute;
    right: clamp(-28px, -1.4vw, -8px);
    bottom: 0;
    width: min(760px, 58vw);
    height: 98%;
    object-fit: contain;
    object-position: right bottom;
    filter: drop-shadow(0 34px 78px rgba(0, 0, 0, 0.48));
}

.home-rosaura-feature__monogram {
    position: absolute;
    right: min(39vw, 520px);
    top: clamp(42px, 6vw, 82px);
    width: min(260px, 22vw);
    aspect-ratio: 1 / 1;
    background-image: url("../img/brand/RTR_Logo_monogram.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.24;
    transform: rotate(-5deg);
    filter: drop-shadow(0 30px 66px rgba(0, 0, 0, 0.44));
}

.home-rosaura-feature__panel {
    position: relative;
    z-index: 4;
    width: min(610px, 52%);
    min-height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: clamp(18px, 2vw, 24px);
    padding: clamp(34px, 5vw, 64px);
    background:
        linear-gradient(90deg, rgba(3, 7, 13, 0.9), rgba(3, 7, 13, 0.76) 72%, rgba(3, 7, 13, 0));
    backdrop-filter: blur(2px);
}

.home-rosaura-feature__title {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.35rem, 4.7vw, 5rem);
    line-height: 0.92;
    letter-spacing: -0.065em;
    max-width: 9.5ch;
}

.home-rosaura-feature__lead {
    margin: 0;
    color: var(--rtr-muted);
    font-size: clamp(1rem, 1.25vw, 1.14rem);
    line-height: 1.72;
    max-width: 55ch;
}

.home-rosaura-feature__rail {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 2px;
}

.home-rosaura-feature__rail span {
    border: 1px solid rgba(216, 185, 53, 0.4);
    border-radius: 999px;
    color: var(--rtr-white);
    background: rgba(216, 185, 53, 0.08);
    padding: 9px 13px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.66rem;
    font-weight: 850;
}

.home-rosaura-feature__quote {
    width: min(420px, 100%);
    border-left: 3px solid var(--rtr-gold);
    padding: 4px 0 4px 18px;
}

.home-rosaura-feature__quote p {
    margin: 0;
    color: var(--rtr-white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.08rem, 1.5vw, 1.35rem);
    line-height: 1.35;
}

.home-rosaura-feature__quote strong {
    display: block;
    margin-top: 10px;
    color: var(--rtr-muted);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.68rem;
}

@media (min-width: 1180px) {
    .home-rosaura-feature__panel {
        width: min(650px, 48%);
    }

    .home-rosaura-feature__media img {
        width: min(820px, 58vw);
    }
}

@media (max-width: 900px) {
    .home-rosaura-feature__shell {
        min-height: auto;
        display: grid;
        gap: 0;
    }

    .home-rosaura-feature__panel {
        width: 100%;
        min-height: auto;
        padding: clamp(28px, 7vw, 48px);
        background: rgba(3, 7, 13, 0.72);
    }

    .home-rosaura-feature__title {
        max-width: 11ch;
    }

    .home-rosaura-feature__media {
        position: relative;
        min-height: 520px;
        order: 2;
    }

    .home-rosaura-feature__media img {
        right: 50%;
        transform: translateX(50%);
        width: min(520px, 92%);
        height: 100%;
        object-position: center bottom;
    }

    .home-rosaura-feature__monogram {
        left: 32px;
        right: auto;
        top: 34px;
        width: min(230px, 48%);
        opacity: 0.2;
    }
}

@media (max-width: 520px) {
    .home-rosaura-feature {
        padding: clamp(42px, 12vw, 70px) 0;
    }

    .home-rosaura-feature__shell {
        border-radius: var(--rtr-radius);
    }

    .home-rosaura-feature__panel {
        padding: 26px 22px;
    }

    .home-rosaura-feature__title {
        font-size: clamp(2.45rem, 13vw, 4rem);
    }

    .home-rosaura-feature__rail span {
        width: 100%;
        text-align: center;
    }

    .home-rosaura-feature__media {
        min-height: 460px;
    }
}
/* === END TRG PATCH: Homepage Sobre Rosaura section === */

/* === Homepage Sobre Rosaura design section ===
   Purpose: Initial homepage profile section design for Rosaura Trejo.
   Credit: Designed inhouse by The Taino Resource Group LLC.
*/
.home-rosaura-feature {
    padding: clamp(48px, 8vw, 108px) 0;
}

.home-rosaura-feature__layout {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(28px, 5vw, 56px);
    align-items: center;
    min-height: auto;
    border: 1px solid var(--rtr-line);
    border-radius: calc(var(--rtr-radius) + 14px);
    background:
        radial-gradient(circle at 76% 20%, rgba(200, 16, 46, 0.18), transparent 26rem),
        radial-gradient(circle at 18% 18%, rgba(216, 185, 53, 0.13), transparent 24rem),
        linear-gradient(135deg, rgba(247, 244, 236, 0.07), rgba(247, 244, 236, 0.025));
    box-shadow: var(--rtr-shadow);
    padding: clamp(24px, 4.8vw, 56px);
    overflow: hidden;
    isolation: isolate;
}

.home-rosaura-feature__layout::before {
    content: "";
    position: absolute;
    inset: clamp(14px, 2vw, 24px);
    border: 1px solid rgba(216, 185, 53, 0.28);
    border-radius: calc(var(--rtr-radius) + 4px);
    pointer-events: none;
    z-index: 1;
}

.home-rosaura-feature__text {
    position: relative;
    z-index: 3;
    display: grid;
    gap: clamp(14px, 1.8vw, 20px);
    max-width: 620px;
}

.home-rosaura-feature__title {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.15rem, 4.4vw, 4.6rem);
    line-height: 0.96;
    letter-spacing: -0.06em;
    max-width: 11.5ch;
}

.home-rosaura-feature__lead,
.home-rosaura-feature__body {
    margin: 0;
    color: var(--rtr-muted);
    font-size: clamp(1rem, 1.18vw, 1.12rem);
    line-height: 1.7;
    max-width: 58ch;
}

.home-rosaura-feature__lead {
    color: rgba(247, 244, 236, 0.84);
}

.home-rosaura-feature__values {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 4px;
}

.home-rosaura-feature__values span {
    border: 1px solid rgba(216, 185, 53, 0.42);
    border-radius: 999px;
    background: rgba(216, 185, 53, 0.075);
    color: var(--rtr-white);
    padding: 9px 13px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.66rem;
    font-weight: 850;
}

.home-rosaura-feature__visual {
    position: relative;
    z-index: 3;
    min-height: clamp(420px, 38vw, 590px);
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--rtr-line);
    border-radius: calc(var(--rtr-radius) + 10px);
    background:
        linear-gradient(135deg, rgba(216, 185, 53, 0.16), transparent 34%),
        linear-gradient(315deg, rgba(10, 61, 145, 0.24), transparent 42%),
        rgba(3, 7, 13, 0.32);
}

.home-rosaura-feature__visual::before {
    content: "";
    position: absolute;
    inset: 20px;
    z-index: 2;
    border: 1px solid rgba(216, 185, 53, 0.34);
    border-radius: calc(var(--rtr-radius) + 2px);
    pointer-events: none;
}

.home-rosaura-feature__logo {
    position: absolute;
    left: clamp(20px, 4vw, 58px);
    top: clamp(20px, 4vw, 54px);
    z-index: 1;
    width: min(240px, 38%);
    aspect-ratio: 1 / 1;
    background-image: url("../img/brand/RTR_Logo_monogram.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.2;
    transform: rotate(-5deg);
    filter: drop-shadow(0 28px 58px rgba(0, 0, 0, 0.42));
    pointer-events: none;
}

.home-rosaura-feature__visual img {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: 0;
    z-index: 3;
    width: min(760px, 118%);
    height: auto;
    max-width: none;
    transform: translateX(-50%);
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 32px 70px rgba(0, 0, 0, 0.46));
}

.home-rosaura-feature__caption {
    position: absolute;
    left: 22px;
    bottom: 22px;
    z-index: 4;
    width: min(360px, calc(100% - 44px));
    border: 1px solid var(--rtr-line);
    background: rgba(3, 7, 13, 0.76);
    backdrop-filter: blur(16px);
    padding: 16px 18px;
}

.home-rosaura-feature__caption strong {
    display: block;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.45rem, 2.4vw, 2.35rem);
    line-height: 1;
}

.home-rosaura-feature__caption span {
    display: block;
    margin-top: 8px;
    color: var(--rtr-muted);
    font-size: 0.92rem;
    line-height: 1.4;
}

@media (min-width: 900px) {
    .home-rosaura-feature__layout {
        grid-template-columns: minmax(0, 0.86fr) minmax(440px, 0.9fr);
    }

    .home-rosaura-feature__visual {
        min-height: clamp(440px, 35vw, 600px);
    }
}

@media (min-width: 1240px) {
    .home-rosaura-feature__layout {
        grid-template-columns: minmax(0, 0.82fr) minmax(500px, 0.86fr);
    }
}

@media (max-width: 640px) {
    .home-rosaura-feature {
        padding: clamp(42px, 12vw, 72px) 0;
    }

    .home-rosaura-feature__layout {
        padding: 20px;
        border-radius: var(--rtr-radius);
    }

    .home-rosaura-feature__title {
        font-size: clamp(2.28rem, 11vw, 3.65rem);
        max-width: 12ch;
    }

    .home-rosaura-feature__visual {
        min-height: 455px;
    }

    .home-rosaura-feature__visual img {
        right: 50%;
        transform: translateX(50%);
        width: min(390px, 92%);
        object-position: center bottom;
    }

    .home-rosaura-feature__caption {
        left: 18px;
        right: 18px;
        bottom: 18px;
        width: auto;
    }
}
/* === End Homepage Sobre Rosaura design section === */

/* Neighborhood visual logo */
.map-card--logo {
    display: grid;
    place-items: center;
    min-height: clamp(280px, 34vw, 520px);
    position: relative;
    overflow: hidden;
}

.map-card--logo::before {
    content: "";
    position: absolute;
    inset: 12%;
    border: 1px solid rgba(216, 185, 53, 0.24);
    border-radius: inherit;
    pointer-events: none;
}

.map-card--logo img {
    width: min(260px, 48%);
    height: auto;
    opacity: 0.9;
    filter: drop-shadow(0 28px 58px rgba(0, 0, 0, 0.42));
}




/* === Rosaura responsive frame adjustment === */
.home-rosaura-feature__layout {
    align-items: center !important;
}

.home-rosaura-feature__visual {
    position: relative !important;
    width: 100% !important;
    max-width: 470px !important;
    justify-self: center !important;
    min-height: clamp(370px, 30vw, 450px) !important;
    overflow: hidden !important;
    isolation: isolate !important;
    --rosaura-name-box-height: clamp(82px, 6.5vw, 100px) !important;
}

.home-rosaura-feature__visual::before {
    inset: clamp(14px, 2vw, 20px) !important;
}

.home-rosaura-feature__logo {
    opacity: 0.075 !important;
    width: min(190px, 34%) !important;
    left: clamp(24px, 4vw, 48px) !important;
    top: clamp(28px, 4vw, 48px) !important;
}

.home-rosaura-feature__visual img {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: var(--rosaura-name-box-height) !important;
    width: min(350px, 70%) !important;
    max-width: none !important;
    height: auto !important;
    transform: translateX(-50%) !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    z-index: 3 !important;
}

.home-rosaura-feature__caption {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    bottom: clamp(18px, 2.2vw, 24px) !important;
    width: min(340px, 78%) !important;
    transform: translateX(-50%) !important;
    z-index: 5 !important;
    padding: clamp(12px, 1.4vw, 16px) clamp(15px, 1.8vw, 20px) !important;
    border-radius: clamp(18px, 2vw, 24px) !important;
}

.home-rosaura-feature__caption strong {
    font-size: clamp(1.35rem, 1.8vw, 1.9rem) !important;
    line-height: 0.98 !important;
}

.home-rosaura-feature__caption span {
    font-size: clamp(0.72rem, 0.9vw, 0.82rem) !important;
    line-height: 1.35 !important;
}

@media (min-width: 900px) {
    .home-rosaura-feature__layout {
        grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.68fr) !important;
    }

    .home-rosaura-feature__visual {
        justify-self: end !important;
    }
}

@media (min-width: 900px) and (max-width: 1180px) {
    .home-rosaura-feature__visual {
        max-width: 430px !important;
        min-height: 400px !important;
        --rosaura-name-box-height: 88px !important;
    }

    .home-rosaura-feature__visual img {
        width: min(325px, 68%) !important;
    }

    .home-rosaura-feature__caption {
        width: min(320px, 80%) !important;
    }
}

@media (max-width: 899px) {
    .home-rosaura-feature__layout {
        grid-template-columns: 1fr !important;
    }

    .home-rosaura-feature__visual {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-end !important;
        max-width: 440px !important;
        min-height: auto !important;
        margin-inline: auto !important;
        padding: clamp(22px, 5vw, 30px) clamp(18px, 5vw, 26px) clamp(18px, 4vw, 24px) !important;
    }

    .home-rosaura-feature__logo {
        left: 50% !important;
        top: 34% !important;
        width: min(180px, 38vw) !important;
        height: min(180px, 38vw) !important;
        opacity: 0.07 !important;
        transform: translate(-50%, -50%) rotate(-5deg) !important;
    }

    .home-rosaura-feature__visual img {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: min(285px, 58vw) !important;
        max-width: 100% !important;
        margin: 0 auto -20px !important;
        transform: none !important;
    }

    .home-rosaura-feature__caption {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: min(315px, 82%) !important;
        margin: 0 auto !important;
        transform: none !important;
    }
}

@media (max-width: 520px) {
    .home-rosaura-feature__visual {
        max-width: 100% !important;
        padding: 20px 14px 16px !important;
    }

    .home-rosaura-feature__visual img {
        width: min(270px, 72vw) !important;
        margin-bottom: -20px !important;
    }

    .home-rosaura-feature__caption {
        width: min(300px, 90%) !important;
        padding: 13px 15px !important;
    }

    .home-rosaura-feature__caption strong {
        font-size: clamp(1.55rem, 7.2vw, 2.05rem) !important;
    }

    .home-rosaura-feature__caption span {
        font-size: 0.74rem !important;
    }
}
/* === End Rosaura responsive frame adjustment === */

/* Neighborhood card logo fill override */
.map-card--logo {
    display: grid;
    place-items: center;
}

.map-card--logo img {
    width: min(88%, 520px);
    height: auto;
    max-height: 90%;
    object-fit: contain;
    transform: none;
}

@media (max-width: 760px) {
    .map-card--logo img {
        width: min(90%, 360px);
        max-height: 84%;
    }
}
.rtr-review-proof {
    position: relative;
    padding: clamp(76px, 8vw, 124px) 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        radial-gradient(circle at 14% 36%, rgba(216, 185, 53, 0.12), transparent 30%),
        linear-gradient(135deg, #06182c 0%, #071f38 48%, #06182c 100%);
    background-size: 64px 64px, 64px 64px, auto, auto;
    color: #ffffff;
    overflow: hidden;
}

.rtr-review-proof::before {
    content: "RTR";
    position: absolute;
    left: -0.12em;
    bottom: -0.28em;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(12rem, 25vw, 30rem);
    font-weight: 900;
    line-height: 0.8;
    color: rgba(255, 255, 255, 0.035);
    pointer-events: none;
}

.rtr-review-proof__frame {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 44px));
    margin: 0 auto;
    padding: clamp(28px, 4vw, 46px);
    border: 1px solid rgba(216, 185, 53, 0.35);
    border-radius: 32px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
        rgba(7, 26, 48, 0.72);
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
}

.rtr-review-proof__header {
    max-width: 820px;
    margin-bottom: clamp(32px, 4vw, 52px);
}

.rtr-review-proof__header h2 {
    margin: 0;
    color: #f7f1e6;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.8rem, 5.4vw, 5.9rem);
    line-height: 0.96;
    letter-spacing: -0.075em;
}

.rtr-review-proof__header p {
    margin: clamp(24px, 3vw, 34px) 0 0;
    max-width: 720px;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(1rem, 1.08vw, 1.12rem);
    line-height: 1.75;
}

.rtr-review-proof__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(310px, 0.65fr);
    gap: clamp(22px, 3vw, 34px);
    align-items: stretch;
}

.rtr-review-card {
    position: relative;
    padding: clamp(28px, 4vw, 46px);
    border-radius: 28px;
    border: 1px solid rgba(216, 185, 53, 0.4);
    background:
        radial-gradient(circle at top right, rgba(216, 185, 53, 0.2), transparent 35%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.985), rgba(247, 242, 235, 0.955));
    color: #071a30;
    box-shadow:
        0 28px 80px rgba(0, 0, 0, 0.32),
        inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}

.rtr-review-card__mast {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 26px;
    color: rgba(7, 26, 48, 0.62);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.rtr-review-card__stars {
    color: #d8b935;
    font-size: 1.15rem;
    letter-spacing: 0.19em;
}

.rtr-review-card h3 {
    margin: 18px 0 18px;
    color: #071a30;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.15rem, 3.5vw, 3.9rem);
    line-height: 0.96;
    letter-spacing: -0.065em;
}

.rtr-review-card blockquote {
    margin: 0;
    color: rgba(7, 26, 48, 0.84);
    font-size: clamp(1.02rem, 1.12vw, 1.18rem);
    line-height: 1.72;
}

.rtr-review-card__property {
    margin-top: 32px;
    padding-top: 22px;
    border-top: 1px solid rgba(7, 26, 48, 0.14);
}

.rtr-review-card__property span,
.rtr-review-card__property small {
    display: block;
    color: rgba(7, 26, 48, 0.62);
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.rtr-review-card__property strong {
    display: block;
    margin: 8px 0 6px;
    color: #071a30;
    font-size: 1.06rem;
}

.rtr-review-score {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    padding: clamp(24px, 3vw, 34px);
    border: 1px solid rgba(216, 185, 53, 0.35);
    border-radius: 28px;
    background:
        linear-gradient(145deg, rgba(7, 26, 48, 0.88), rgba(11, 38, 68, 0.78)),
        radial-gradient(circle at top right, rgba(209, 18, 27, 0.16), transparent 36%);
}

.rtr-review-score__agent span {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.rtr-review-score__agent strong {
    display: block;
    margin-top: 14px;
    color: #d8b935;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(4rem, 7vw, 6.8rem);
    line-height: 0.85;
    letter-spacing: -0.06em;
}

.rtr-review-score__agent small {
    display: block;
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.rtr-review-score__grid {
    display: grid;
    gap: 12px;
}

.rtr-review-score__grid div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.rtr-review-score__grid strong {
    color: #ffffff;
    font-size: 1.15rem;
}

.rtr-review-score__grid span {
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.rtr-review-score p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
    line-height: 1.7;
}

@media (max-width: 980px) {
    .rtr-review-proof__layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .rtr-review-proof {
        padding: 58px 0;
    }

    .rtr-review-proof__frame {
        width: min(100% - 28px, 1180px);
        padding: 22px;
        border-radius: 24px;
    }

    .rtr-review-card,
    .rtr-review-score {
        border-radius: 22px;
    }

    .rtr-review-card__mast {
        display: grid;
    }
}
