:root {
    --rv-green: #14321f;
    --rv-green-deep: #0d1b12;
    --rv-accent: #b69c67;
    --rv-title: #14321f;
    --rv-sage: #7f9072;
    --rv-paper: #f5f3ed;
    --rv-paper-2: #ebe8df;
    --rv-line: #788873;
    --rv-ink: #223126;
    --rv-muted: #586258;
    --rv-white: #fffef8;
}

* { box-sizing: border-box; }
html {
    scroll-behavior: smooth;
    scroll-padding-top: 96px;
}
body.lp-reserva {
    margin: 0;
    background: var(--rv-paper);
    color: var(--rv-ink);
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: var(--lp-text-size, 16px);
    line-height: 1.65;
}
.lp-reserva a { color: inherit; }
.lp-header {
    position: fixed;
    z-index: 1200;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    width: 100%;
    min-height: 74px;
    margin: 0 auto;
    padding: 0 clamp(22px, 6vw, 86px);
    background: linear-gradient(90deg, rgba(20,50,31,.72), rgba(13,27,18,.96) 18%, rgba(13,27,18,.96) 82%, rgba(20,50,31,.72));
    color: var(--rv-white);
    transform: translateY(-150%);
    opacity: 0;
    pointer-events: none;
    transition: transform .28s ease, opacity .28s ease;
}
.lp-header.is-scrolled {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    box-shadow: 0 14px 34px rgba(13,27,18,.20);
}
.lp-brand {
    position: absolute;
    left: clamp(18px, 3.5vw, 58px);
    display: inline-flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    min-width: 145px;
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: .05em;
}
.lp-brand-mark,
.lp-mountain {
    display: inline-block;
    width: 86px;
    height: 34px;
    border-top: 4px solid currentColor;
    border-radius: 50% 45% 0 0;
    transform: skewX(-24deg);
    opacity: .9;
}
.lp-brand-icon {
    width: 46px;
    height: 46px;
    object-fit: contain;
}
.lp-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 15px;
    white-space: nowrap;
}
.lp-nav a {
    text-decoration: none;
    opacity: .95;
}
.lp-social {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    font-size: 18px;
}
.lp-whatsapp-icon svg {
    width: 25px;
    height: 25px;
    display: block;
    fill: currentColor;
}
.lp-menu-button {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255,255,255,.55);
    background: rgba(13,27,18,.72);
    color: var(--rv-white);
}
.lp-menu-button span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 4px auto;
    background: currentColor;
}
.lp-hero {
    position: relative;
    min-height: clamp(680px, 84svh, 820px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: clamp(22px, 4vh, 42px);
    padding: clamp(70px, 8vh, 96px) 24px clamp(78px, 9vh, 108px);
    color: var(--rv-white);
    background-image: var(--hero-image);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.lp-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(26,56,72,.24) 0%, rgba(13,27,18,.20) 40%, rgba(13,27,18,.78) 100%),
        rgba(33,43,31,.14);
}
.lp-hero-logo,
.lp-hero-call {
    position: relative;
    z-index: 1;
    text-align: center;
}
.lp-hero-logo {
    display: grid;
    justify-items: center;
    color: rgba(255,255,255,.92);
    text-shadow: 0 2px 18px rgba(0,0,0,.26);
}
.lp-hero-logo .lp-mountain {
    width: 170px;
    height: 54px;
    border-width: 5px;
    margin-bottom: 4px;
}
.lp-logo-script {
    margin-top: -10px;
    font-family: "Brush Script MT", "Segoe Script", cursive;
    font-size: clamp(30px, 5vw, 56px);
    line-height: .7;
}
.lp-hero-logo strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 5vw, 60px);
    letter-spacing: .09em;
    line-height: 1;
}
.lp-hero-logo small {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(255,255,255,.78);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(16px, 2.1vw, 28px);
    letter-spacing: .10em;
}
.lp-hero-logo-image {
    width: min(250px, 58vw);
    max-height: 142px;
    object-fit: contain;
    filter: brightness(0) invert(1) drop-shadow(0 2px 18px rgba(0,0,0,.32));
}
.lp-hero-call {
    display: flex;
    width: min(1120px, 100%);
    flex-direction: column;
    align-items: center;
}
.lp-hero-call p {
    margin: 0 0 28px;
    font-weight: 700;
    letter-spacing: .11em;
    font-size: clamp(14px, 1.6vw, 22px);
}
.lp-hero-call h1 {
    max-width: 1080px;
    margin: 0 auto;
    font-family: Georgia, "Times New Roman", serif;
    font-size: min(var(--lp-title-size, 62px), clamp(40px, 4vw, 62px));
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: 0;
}
.lp-hero-call span,
.lp-hero-call a {
    margin-top: 18px;
}
.lp-hero-call span {
    display: block;
    max-width: 930px;
    font-size: min(var(--lp-subtitle-size, 20px), clamp(16px, 1.25vw, 20px));
    line-height: 1.5;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .48);
}
.lp-hero-call a {
    display: inline-flex;
    min-height: 52px;
    margin-top: 24px;
    padding: 0 28px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .9);
    background: rgba(255, 254, 248, .94);
    color: var(--rv-green);
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .2s ease, color .2s ease;
}
.lp-hero-call a:hover,
.lp-hero-call a:focus-visible {
    background: var(--rv-green);
    color: var(--rv-white);
}
.property-highlights {
    width: 100%;
    padding: 34px clamp(20px, 5vw, 72px);
    background: var(--rv-green);
    color: var(--rv-white);
}
.property-highlights__container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(1200px, 100%);
    margin: 0 auto;
}
.property-highlights__item {
    display: flex;
    min-width: 0;
    min-height: 112px;
    padding: 10px 24px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.property-highlights__item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, .28);
}
.property-highlights__value {
    color: #d6c396;
    font-family: Georgia, "Times New Roman", serif;
    font-size: min(var(--lp-title-size, 50px), clamp(30px, 3.7vw, 50px));
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}
.property-highlights__label {
    max-width: 210px;
    margin-top: 12px;
    color: rgba(255, 255, 255, .84);
    font-size: min(var(--lp-text-size, 15px), 15px);
    font-weight: 500;
    line-height: 1.4;
}
.property-highlights.is-reveal-ready .property-highlights__item {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .5s ease, transform .5s ease;
}
.property-highlights.is-reveal-ready.is-visible .property-highlights__item {
    opacity: 1;
    transform: translateY(0);
}
.property-highlights.is-reveal-ready .property-highlights__item:nth-child(2) { transition-delay: 70ms; }
.property-highlights.is-reveal-ready .property-highlights__item:nth-child(3) { transition-delay: 140ms; }
.property-highlights.is-reveal-ready .property-highlights__item:nth-child(4) { transition-delay: 210ms; }
.lp-top-image {
    padding: 0 0 82px;
    background: var(--rv-paper);
    text-align: center;
}
.lp-top-image img {
    width: min(1250px, 66vw);
    min-width: 760px;
    max-height: 310px;
    object-fit: cover;
    display: inline-block;
}
.lp-section {
    padding: 76px clamp(24px, 5vw, 88px);
    background: var(--rv-paper);
}
.lp-story {
    max-width: 980px;
    margin: 0 auto;
    padding-top: 76px;
    text-align: center;
}
.lp-story h2 {
    margin: 0 auto 28px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: min(var(--lp-title-size, 48px), clamp(28px, 3.4vw, 48px));
    font-weight: 400;
    line-height: 1.25;
    color: var(--rv-green);
}
.lp-section-kicker {
    display: block;
    margin: 0 auto 12px;
    color: var(--rv-sage);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
    text-align: center;
    text-transform: uppercase;
}
.lp-lifestyle {
    max-width: none;
    padding-top: 76px;
    padding-bottom: 76px;
    background: var(--rv-paper-2);
}
.lp-lifestyle > * {
    max-width: 900px;
}
.lp-story p {
    margin: 0 auto 18px;
    max-width: 900px;
    color: #3a4039;
    font-size: var(--lp-text-size, 18px);
}
.lp-secondary-hero {
    position: relative;
    min-height: clamp(520px, 72svh, 760px);
    display: grid;
    place-items: center;
    padding: 72px 24px;
    overflow: hidden;
    background: var(--secondary-hero-image) center / cover no-repeat;
    color: var(--rv-white);
}
.lp-secondary-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(13, 27, 18, .26), rgba(13, 27, 18, .78));
}
.lp-secondary-hero__content {
    position: relative;
    z-index: 1;
    width: min(920px, 100%);
    text-align: center;
}
.lp-secondary-hero .lp-section-kicker {
    color: rgba(255, 255, 255, .78);
}
.lp-secondary-hero h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: min(var(--lp-title-size, 56px), clamp(36px, 4.5vw, 56px));
    font-weight: 400;
    line-height: 1.1;
}
.lp-secondary-hero p {
    max-width: 760px;
    margin: 20px auto 0;
    font-size: min(var(--lp-subtitle-size, 20px), clamp(16px, 1.4vw, 20px));
    line-height: 1.55;
}
.lp-secondary-hero a {
    display: inline-flex;
    min-height: 52px;
    margin-top: 26px;
    padding: 0 28px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .86);
    background: rgba(255, 254, 248, .94);
    color: var(--rv-green);
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}
.lp-secondary-hero[data-lp-align="esquerda"] .lp-secondary-hero__content {
    margin-right: auto;
    text-align: left;
}
.lp-secondary-hero[data-lp-align="esquerda"] p {
    margin-right: auto;
    margin-left: 0;
}
.lp-secondary-hero[data-lp-align="direita"] .lp-secondary-hero__content {
    margin-left: auto;
    text-align: right;
}
.lp-secondary-hero[data-lp-align="direita"] p {
    margin-right: 0;
    margin-left: auto;
}
.lp-bullets {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: 1040px;
    margin: 34px auto 0;
    padding: 0;
    list-style: none;
    text-align: left;
}
.lp-bullets article {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 12px;
    align-items: start;
    min-height: 94px;
    padding: 18px;
    border: 1px solid rgba(20,50,31,.20);
    background: rgba(255,255,255,.50);
}
.lp-bullets article > span {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(20,50,31,.30);
    border-radius: 999px;
    background: rgba(20,50,31,.08);
    position: relative;
}
.lp-bullets article > span::before {
    content: "";
    position: absolute;
    inset: 11px;
    border: 2px solid var(--rv-green);
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg) translate(-1px, -2px);
}
.lp-bullets article p {
    margin: 0;
    font-size: var(--lp-text-size, 16px);
    color: #30392f;
}
.lp-lot-map {
    padding-top: 46px;
}
.lp-lot-map .lp-section-head {
    width: min(980px, 100%);
    margin-bottom: 42px;
}
.lp-lot-map .lp-section-head h2 {
    letter-spacing: .02em;
    line-height: 1.18;
}
.lp-big-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    margin: 20px 22px 0;
    padding: 0 28px;
    background: var(--rv-green);
    color: var(--rv-white);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .08em;
}
.lp-reserva .lp-big-cta,
.lp-reserva .lp-big-cta:visited,
.lp-reserva .lp-big-cta:hover,
.lp-reserva .lp-big-cta:focus {
    color: var(--rv-white);
}
.lp-video {
    background: var(--rv-paper-2);
}
.lp-video video {
    display: block;
    width: min(1180px, calc(100vw - 48px));
    max-height: 680px;
    margin: 0 auto;
    background: var(--rv-green-deep);
    border: 1px solid rgba(20,50,31,.22);
}
.lp-google-map {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    border: 1px solid rgba(20,50,31,.22);
    background: rgba(255,255,255,.48);
    overflow: hidden;
}
.lp-google-map iframe {
    display: block;
    width: 100%;
    min-height: 480px;
    border: 0;
}
.lp-google-map--link-only {
    border: 0;
    background: transparent;
}
.lp-google-map-placeholder {
    display: flex;
    min-height: 360px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 36px 24px;
    text-align: center;
    color: var(--rv-white);
}
.lp-google-map-placeholder strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 600;
}
.lp-google-map-placeholder span {
    max-width: 620px;
    font-size: var(--lp-text-size, 18px);
    line-height: 1.55;
    color: rgba(255,255,255,.82);
}
.lp-google-map-placeholder--compact {
    display: none;
    min-height: 0;
    padding: 0;
}
.lp-google-map a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    margin: 14px 18px 18px;
    padding: 0 18px;
    background: var(--rv-green);
    color: var(--rv-white);
    text-decoration: none;
    font-weight: 800;
}
.lp-google-map--link-only a {
    margin-left: 0;
    background: var(--rv-green);
    color: var(--rv-white);
}
.lp-story h3 {
    margin: 34px 0 4px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(26px, 3vw, 42px);
    font-weight: 600;
    color: var(--rv-green);
}
.lp-center-call {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 26px !important;
}
.lp-stock {
    padding-top: 26px;
    padding-bottom: 56px;
}
.lp-stock-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    width: min(1250px, calc(100vw - 48px));
    margin: 0 auto;
}
.lp-stock-grid article {
    min-height: 122px;
    padding: 20px 18px;
    border: 1px solid rgba(20,50,31,.24);
    background: rgba(255,255,255,.44);
}
.lp-stock-highlight {
    background: rgba(20,50,31,.08) !important;
}
.lp-stock-cta a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    margin-top: 10px;
    padding: 0 16px;
    background: var(--rv-green);
    color: var(--rv-white);
    text-decoration: none;
    font-weight: 800;
}
.lp-stock-grid span {
    display: block;
    color: var(--rv-muted);
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 12px;
}
.lp-stock-grid strong {
    display: block;
    margin-top: 10px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(26px, 3vw, 40px);
    font-weight: 400;
    color: var(--rv-green);
}
.lp-section-head {
    width: min(680px, 100%);
    margin: 0 auto 72px;
    text-align: center;
}
.lp-section-head::before,
.lp-section-head::after {
    content: "";
    display: block;
    height: 1px;
    width: min(520px, 82vw);
    margin: 0 auto 38px;
    background: var(--rv-line);
}
.lp-section-head::after {
    margin: 38px auto 0;
}
.lp-section-head h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: min(var(--lp-title-size, 52px), clamp(32px, 4vw, 52px));
    font-weight: 400;
    letter-spacing: .12em;
    color: var(--rv-green);
}
.lp-section-head h2 strong {
    font-weight: 800;
}
.lp-section-head p {
    max-width: 720px;
    margin: 16px auto 0;
    font-size: var(--lp-subtitle-size, 18px);
    color: var(--rv-muted);
}
.lp-attractions {
    padding-left: max(24px, 4vw);
    padding-right: max(24px, 4vw);
    background: var(--rv-paper-2);
}
.lp-attractions-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: 190px;
    gap: 12px;
    width: min(1440px, 100%);
    margin: 0 auto;
}
.lp-attraction {
    position: relative;
    grid-column: span 4;
    min-width: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    background: #173b2a;
    color: var(--rv-white);
    cursor: zoom-in;
    text-align: left;
}
.lp-attraction:first-child {
    grid-column: span 7;
    grid-row: span 2;
}
.lp-attraction:nth-child(2),
.lp-attraction:nth-child(3) {
    grid-column: span 5;
}
.lp-attraction img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .45s ease;
}
.lp-attraction::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(8, 32, 22, .84), rgba(8, 32, 22, 0) 62%);
    pointer-events: none;
}
.lp-attraction:hover img,
.lp-attraction:focus-visible img {
    transform: scale(1.035);
}
.lp-attraction > span {
    position: absolute;
    z-index: 1;
    left: 22px;
    right: 22px;
    bottom: 18px;
    display: grid;
    gap: 4px;
}
.lp-attraction strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.1;
}
.lp-attraction small {
    color: rgba(255, 255, 255, .88);
    font-size: 14px;
    line-height: 1.35;
}
.lp-highlights {
    padding-top: 56px;
}
.lp-highlights .lp-section-head {
    margin-bottom: 38px;
}
.lp-story--connected {
    padding-bottom: 0;
}
.lp-story--connected + .lp-highlights {
    padding-top: 0;
}
.lp-gallery {
    padding-left: 8px;
    padding-right: 8px;
}
.lp-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: min(1880px, calc(100vw - 16px));
    margin: 0 auto;
}
.lp-photo {
    position: relative;
    min-height: 365px;
    border: 0;
    display: block;
    background: var(--photo) center/cover no-repeat;
    color: var(--rv-white);
    cursor: zoom-in;
    overflow: hidden;
    text-align: left;
}
.lp-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(13,27,18,.62), transparent 58%);
}
.lp-photo span {
    position: absolute;
    z-index: 1;
    left: 28px;
    bottom: 24px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 26px;
}
.lp-photo-generated {
    cursor: default;
    background:
        linear-gradient(135deg, rgba(20,50,31,.8), rgba(127,144,114,.7)),
        radial-gradient(circle at 24% 24%, rgba(255,255,255,.20), transparent 28%),
        linear-gradient(45deg, #31482d, #8da280);
}
.lp-photo-earth {
    background: linear-gradient(135deg, #6b4a2d, #173b2a);
}
.lp-photo-sand {
    background: linear-gradient(135deg, #d8c9aa, #7f9072);
}
.lp-photo-water {
    background: linear-gradient(135deg, #315a57, #9fb4a0);
}
.lp-caption {
    width: min(1250px, calc(100vw - 32px));
    margin: 16px auto 0;
    color: var(--rv-muted);
}
.lp-location-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
    width: min(1180px, calc(100vw - 48px));
    margin: 0 auto;
}
.lp-location-grid > div:first-child {
    max-width: 980px;
    margin: 0 auto;
}
.lp-location-grid p {
    margin-top: 0;
    font-size: var(--lp-text-size, 18px);
    text-align: center;
}
.lp-audience {
    background: var(--rv-paper-2);
}
.lp-audience-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    width: min(1040px, 100%);
    margin: 0 auto;
    padding: 1px;
    background: rgba(20, 50, 31, .18);
    list-style: none;
}
.lp-audience-list li {
    min-height: 96px;
    padding: 24px 28px 24px 54px;
    background: var(--rv-paper-2);
    position: relative;
}
.lp-audience-list li::before {
    content: "";
    position: absolute;
    top: 31px;
    left: 27px;
    width: 10px;
    height: 10px;
    background: var(--rv-green);
}
.lp-distance-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}
.lp-distance-grid span,
.lp-map-card,
.lp-faq details,
.lp-progress-row,
.lp-form {
    border: 1px solid rgba(20,50,31,.22);
    background: rgba(255,255,255,.48);
}
.lp-distance-grid span {
    padding: 16px;
}
.lp-distance-grid strong {
    display: block;
    color: var(--rv-green);
}
.lp-map-card {
    position: relative;
    z-index: 1;
    isolation: isolate;
    padding: 0 0 22px;
    overflow: hidden;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}
.lp-public-map {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: clamp(460px, 62vw, 760px);
    background: var(--rv-white);
    overflow: hidden;
}
.lp-public-map.leaflet-container {
    background: var(--rv-white);
    z-index: 1;
}
.lp-public-map .leaflet-pane {
    z-index: 1;
}
.lp-public-map .leaflet-marker-pane {
    z-index: 3;
}
.lp-public-map .leaflet-control-container {
    position: relative;
    z-index: 5;
}
.lp-public-map .leaflet-control-zoom {
    border: 1px solid rgba(20,50,31,.22);
    box-shadow: 0 10px 24px rgba(13,27,18,.16);
}
.lp-public-map .leaflet-control-zoom a {
    color: var(--rv-green);
    font-weight: 800;
}
.lp-public-map .leaflet-image-layer {
    image-rendering: auto;
}
.lp-map-marker-icon {
    width: clamp(15px, 1.9vw, 24px);
    height: clamp(15px, 1.9vw, 24px);
    border: 2px solid var(--rv-white);
    border-radius: 999px;
    background: #2e9b5f;
    box-shadow: 0 6px 18px rgba(13,27,18,.35);
}
.lp-map-marker-icon.is-reservado {
    background: #d6a441;
}
.lp-map-marker-icon.is-vendido {
    background: #8f3f35;
}
.lp-map-marker-icon.is-indisponivel {
    background: #6e776f;
}
.lp-map-card > strong,
.lp-map-card > span {
    display: block;
    padding: 0 22px;
}
.lp-map-card > strong {
    margin-top: 18px;
    color: var(--rv-green);
}
.lp-map-card > span {
    color: var(--rv-muted);
}
.lp-progress {
    background: var(--rv-paper-2);
}
.lp-progress-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
    width: min(1180px, calc(100vw - 48px));
    margin: 0 auto;
}
.lp-progress-columns h3 {
    margin: 0 0 14px;
    font-family: Georgia, "Times New Roman", serif;
    color: var(--rv-green);
    font-size: 28px;
}
.lp-progress-row {
    display: grid;
    grid-template-columns: 1fr minmax(120px, 42%) 54px;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    margin-bottom: 10px;
}
.lp-progress-row meter {
    width: 100%;
    height: 10px;
}
.lp-progress-row strong {
    text-align: right;
    color: var(--rv-green);
}
.lp-faq-list {
    width: min(980px, calc(100vw - 48px));
    margin: 0 auto;
}
.lp-area-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    width: min(1250px, calc(100vw - 48px));
    margin: 0 auto;
}
.lp-area-list article,
.lp-empty {
    border: 1px solid rgba(20,50,31,.22);
    background: rgba(255,255,255,.48);
    padding: 18px;
}
.lp-area-list strong,
.lp-area-list span,
.lp-area-list small {
    display: block;
}
.lp-area-list strong {
    font-family: Georgia, "Times New Roman", serif;
    color: var(--rv-green);
    font-size: 23px;
}
.lp-area-list span {
    margin-top: 7px;
}
.lp-area-list small {
    margin-top: 8px;
    color: var(--rv-muted);
}
.lp-empty {
    grid-column: 1 / -1;
    text-align: center;
}
.lp-faq details {
    margin-bottom: 10px;
    padding: 20px 24px;
}
.lp-faq summary {
    cursor: pointer;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    color: var(--rv-green);
}
.lp-faq p {
    margin-bottom: 0;
    color: #3d443d;
}
.lp-contact {
    background: var(--rv-paper);
}
.lp-contact .lp-section-head {
    margin-bottom: 34px;
}
.lp-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    width: min(860px, calc(100vw - 48px));
    margin: 0 auto;
    padding: 28px;
}
.lp-form label {
    display: grid;
    gap: 6px;
    color: var(--rv-green);
    font-weight: 700;
}
.lp-form input,
.lp-form select,
.lp-form textarea {
    width: 100%;
    border: 1px solid rgba(20,50,31,.22);
    background: var(--rv-white);
    padding: 12px;
    color: var(--rv-ink);
    font: inherit;
}
.lp-form small,
.lp-error {
    color: #9a2e20;
}
.lp-form-full {
    grid-column: 1 / -1;
}
.lp-check {
    display: flex !important;
    gap: 10px;
    align-items: flex-start;
    color: var(--rv-ink) !important;
    font-weight: 500 !important;
}
.lp-check input {
    width: auto;
    margin-top: 6px;
}
.lp-honeypot {
    position: absolute;
    left: -9999px;
    opacity: 0;
}
.lp-button {
    border: 0;
    background: var(--rv-green);
    color: var(--rv-white);
    min-height: 48px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    cursor: pointer;
}
.lp-button-featured {
    min-height: 64px;
    font-size: 18px;
    box-shadow: 0 16px 34px rgba(20,50,31,.18);
}
.lp-success,
.lp-error {
    margin-top: 18px;
    padding: 12px 16px;
    border: 1px solid rgba(20,50,31,.22);
    background: rgba(255,255,255,.62);
}
.lp-success {
    color: var(--rv-green);
}
.lp-legal {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 42px;
    padding: 70px clamp(24px, 6vw, 110px) 115px;
    background: var(--rv-green-deep);
    color: var(--rv-white);
}
.lp-legal h2,
.lp-legal h3 {
    margin: 0 0 16px;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    font-size: 34px;
}
.lp-legal p {
    color: rgba(255,255,255,.76);
}
.lp-legal-link {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(255,255,255,.62);
    text-decoration: none;
    font: inherit;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: color .2s ease;
}
.lp-legal-link:hover {
    color: var(--rv-white);
}
.lp-legal-link::after {
    content: " +";
    margin-left: 5px;
}
.lp-footer {
    padding: 34px clamp(24px, 6vw, 110px) 24px;
    border-top: 1px solid rgba(255,255,255,.12);
    background: var(--rv-green-deep);
    color: var(--rv-white);
}
.lp-footer__main,
.lp-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: min(1240px, 100%);
    margin: 0 auto;
}
.lp-footer__identity {
    display: grid;
    gap: 2px;
}
.lp-footer__identity strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
    font-weight: 400;
}
.lp-footer__identity span,
.lp-footer__developer span {
    color: rgba(255,255,255,.5);
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.lp-footer__developer {
    display: flex;
    align-items: center;
    gap: 12px;
}
.lp-footer__developer img {
    width: auto;
    max-width: 82px;
    height: 26px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: .72;
}
.lp-footer__bottom {
    margin-top: 24px;
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,.1);
    color: rgba(255,255,255,.42);
    font-size: 9px;
}
.lp-footer__bottom small {
    font-size: 9px;
}
.lp-footer__bottom a {
    color: rgba(255,255,255,.66);
    text-decoration: none;
}
.lp-cookie {
    position: fixed;
    z-index: 1300;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 12px 58px 12px 18px;
    background: #295d3d;
    color: var(--rv-white);
    font-size: 16px;
}
.lp-cookie button,
.lp-cookie a {
    border: 0;
    border-radius: 22px;
    background: rgba(255,255,255,.32);
    color: var(--rv-white);
    padding: 9px 16px;
    text-decoration: none;
    font: inherit;
    cursor: pointer;
    white-space: nowrap;
}
.lp-cookie .lp-cookie-x {
    position: absolute;
    right: 16px;
    width: 42px;
    height: 24px;
    padding: 0;
    border-radius: 4px;
    color: #d48a7a;
    font-size: 22px;
    line-height: 20px;
}
.lp-mobile-cta {
    display: none;
    z-index: 1250;
}
.lp-lightbox {
    width: min(1120px, calc(100vw - 32px));
    border: 0;
    background: transparent;
}
.lp-lightbox::backdrop {
    background: rgba(13,27,18,.84);
}
.lp-lightbox img {
    width: 100%;
    max-height: 82vh;
    object-fit: contain;
    background: var(--rv-green-deep);
}
.lp-lightbox button {
    float: right;
    margin-bottom: 10px;
    border: 0;
    padding: 10px 14px;
    background: var(--rv-white);
    color: var(--rv-green);
    font-weight: 800;
}
.lp-legal-modal {
    width: min(760px, calc(100vw - 32px));
    border: 0;
    padding: 34px;
    background: var(--rv-white);
    color: var(--rv-ink);
    box-shadow: 0 28px 70px rgba(13,27,18,.35);
}
.lp-legal-modal::backdrop {
    background: rgba(13,27,18,.78);
}
.lp-legal-modal h2 {
    margin: 0 0 16px;
    font-family: Georgia, "Times New Roman", serif;
    color: var(--rv-green);
    font-size: 32px;
}
.lp-legal-modal button {
    float: right;
    border: 1px solid rgba(20,50,31,.22);
    background: var(--rv-green);
    color: var(--rv-white);
    padding: 10px 14px;
    font-weight: 800;
    cursor: pointer;
}

/* Evolucao visual: fazenda boutique e conversao comercial */
body.lp-reserva.is-loading {
    overflow: hidden;
}
.lp-loader {
    position: fixed;
    z-index: 3000;
    inset: 0;
    display: grid;
    place-items: center;
    background: var(--rv-green-deep);
    color: var(--rv-white);
    opacity: 1;
    visibility: visible;
    transition: opacity .38s ease, visibility .38s ease;
}
.lp-loader.is-complete {
    opacity: 0;
    visibility: hidden;
}
.lp-loader__mark {
    display: grid;
    justify-items: center;
    gap: 22px;
}
.lp-loader__mark img {
    width: min(220px, 54vw);
    max-height: 120px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
.lp-loader__mark span {
    width: 84px;
    height: 1px;
    overflow: hidden;
    background: rgba(255,255,255,.2);
}
.lp-loader__mark span::after {
    content: "";
    display: block;
    width: 42px;
    height: 1px;
    background: var(--rv-accent);
    animation: lp-loader-line 1.1s ease-in-out infinite alternate;
}
@keyframes lp-loader-line {
    from { transform: translateX(-42px); }
    to { transform: translateX(84px); }
}
.lp-header {
    min-height: 58px;
    gap: 24px;
    padding-inline: clamp(18px, 4vw, 64px);
}
.lp-brand {
    gap: 9px;
    min-width: 126px;
    font-size: 16px;
    letter-spacing: 0;
}
.lp-brand-icon {
    width: 34px;
    height: 34px;
}
.lp-nav {
    gap: 18px;
    font-size: 13px;
    letter-spacing: .035em;
}
.lp-nav a {
    position: relative;
    padding: 19px 0 16px;
    opacity: .78;
    transition: opacity .2s ease, color .2s ease;
}
.lp-nav a::after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 10px;
    height: 1px;
    background: var(--rv-accent);
    transition: left .22s ease, right .22s ease;
}
.lp-nav a:hover,
.lp-nav a:focus-visible,
.lp-nav a.is-active {
    opacity: 1;
}
.lp-nav a.is-active::after {
    left: 0;
    right: 0;
}
.lp-nav .lp-social {
    padding: 0;
}
.lp-nav .lp-social::after {
    display: none;
}
.lp-hero-call h1 {
    font-size: min(var(--lp-section-title-size, var(--lp-title-size, 62px)), clamp(38px, 4vw, 62px));
    letter-spacing: 0;
}
.lp-hero-call span {
    font-size: min(var(--lp-section-subtitle-size, var(--lp-subtitle-size, 20px)), 22px);
}
.property-highlights__value {
    font-size: min(var(--lp-section-title-size, var(--lp-title-size, 50px)), clamp(30px, 3.7vw, 50px));
}
.property-highlights__label {
    font-size: min(var(--lp-section-text-size, var(--lp-text-size, 15px)), 16px);
}
.lp-story h2,
.lp-section-head h2,
.lp-secondary-hero h2 {
    letter-spacing: 0;
}
.lp-story h2,
.lp-section-head h2 {
    font-size: min(var(--lp-section-title-size, var(--lp-title-size, 52px)), clamp(30px, 4vw, 52px));
}
.lp-story p,
.lp-location-grid p,
.lp-bullets article p,
.lp-audience-list li,
.lp-faq p,
.lp-contact p {
    font-size: var(--lp-section-text-size, var(--lp-text-size, 16px));
}
.lp-section-head p,
.lp-secondary-hero p {
    font-size: var(--lp-section-subtitle-size, var(--lp-subtitle-size, 18px));
}
.lp-secondary-hero h2 {
    font-size: min(var(--lp-section-title-size, var(--lp-title-size, 56px)), clamp(34px, 4.5vw, 56px));
}
[data-lp-align="esquerda"] .lp-section-head {
    width: min(1080px, 100%);
    text-align: left;
}
[data-lp-align="esquerda"] .lp-section-head::before,
[data-lp-align="esquerda"] .lp-section-head::after {
    width: 92px;
    margin-left: 0;
}
.lp-section-head h2,
.lp-story h2,
.lp-highlights h2,
.lp-progress-columns h3,
.lp-faq summary,
.lp-legal-modal h2 {
    color: var(--rv-title);
}
[data-lp-align="direita"] .lp-section-head {
    width: min(1080px, 100%);
    margin-right: 0;
    margin-left: auto;
    text-align: right;
}
[data-lp-align="direita"] .lp-section-head::before,
[data-lp-align="direita"] .lp-section-head::after {
    width: 92px;
    margin-right: 0;
    margin-left: auto;
}
.lp-story[data-lp-align="esquerda"],
.lp-story[data-lp-align="esquerda"] .lp-section-kicker,
.lp-story[data-lp-align="esquerda"] h2,
.lp-story[data-lp-align="esquerda"] p {
    margin-left: 0;
    text-align: left;
}
.lp-story[data-lp-align="direita"],
.lp-story[data-lp-align="direita"] .lp-section-kicker,
.lp-story[data-lp-align="direita"] h2,
.lp-story[data-lp-align="direita"] p {
    margin-right: 0;
    margin-left: auto;
    text-align: right;
}
[data-lp-align="direita"] .lp-location-grid p,
[data-lp-align="direita"] .lp-bullets article > div,
[data-lp-align="direita"] .lp-audience-list li,
[data-lp-align="direita"] .lp-contact-copy {
    text-align: right;
}
.lp-bullets {
    gap: 1px;
    padding: 1px;
    background: rgba(20,50,31,.16);
}
.lp-bullets article {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 18px;
    min-height: 150px;
    padding: 28px 30px;
    border: 0;
    border-left: 3px solid transparent;
    background: var(--rv-paper-2);
    transition: background-color .2s ease, border-color .2s ease;
}
.lp-bullets article:hover {
    border-left-color: var(--rv-accent);
    background: var(--rv-paper);
}
.lp-bullets article > span {
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--rv-accent);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    line-height: 1;
}
.lp-bullets article > span::before {
    display: none;
}
.lp-bullets article > div {
    display: grid;
    align-content: start;
    gap: 8px;
}
.lp-bullets article small {
    color: #758171;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.lp-bullets article strong {
    color: var(--rv-green);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.35;
}
.lp-bullets article p {
    color: var(--rv-muted);
    line-height: 1.55;
}
.lp-attraction img,
.lp-photo img {
    filter: saturate(.78) contrast(1.06) brightness(.93) sepia(.05);
}
.lp-attraction::after,
.lp-photo::after {
    background: linear-gradient(0deg, rgba(8,32,22,.84), rgba(8,32,22,.08) 66%, rgba(8,32,22,.14));
}
.lp-photo {
    background: #173b2a;
}
.lp-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .45s ease;
}
.lp-photo:hover img,
.lp-photo:focus-visible img {
    transform: scale(1.025);
}
.lp-attraction > span,
.lp-photo span {
    left: 24px;
    right: 24px;
    bottom: 20px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    line-height: 1.2;
}
.lp-faq-list {
    width: min(860px, calc(100vw - 48px));
}
.lp-faq details {
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid rgba(20,50,31,.22);
    background: transparent;
    transition: background-color .2s ease;
}
.lp-faq details[open] {
    background: rgba(235,232,223,.72);
}
.lp-faq summary {
    position: relative;
    padding: 17px 48px 17px 8px;
    list-style: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
}
.lp-faq summary::-webkit-details-marker {
    display: none;
}
.lp-faq summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 12px;
    color: var(--rv-accent);
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: 300;
    transform: translateY(-50%);
}
.lp-faq details[open] summary::after {
    content: "−";
}
.lp-faq-answer {
    overflow: hidden;
}
.lp-faq-answer > div {
    padding: 0 48px 18px 8px;
}
.lp-faq p {
    margin: 0 0 10px;
    font-size: var(--lp-section-text-size, 15px);
    line-height: 1.55;
}
.lp-form {
    display: block;
    width: min(780px, calc(100vw - 48px));
    padding: 34px 38px;
    border: 0;
    border-top: 3px solid var(--rv-accent);
    background: var(--rv-paper-2);
    box-shadow: 0 20px 50px rgba(13,27,18,.08);
}
.lp-form-progress {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin-bottom: 28px;
    background: rgba(20,50,31,.16);
}
.lp-form-progress span {
    display: flex;
    gap: 9px;
    align-items: center;
    padding: 10px 12px;
    background: var(--rv-paper);
    color: var(--rv-muted);
    font-size: 12px;
    font-weight: 700;
}
.lp-form-progress span.is-active {
    background: var(--rv-green);
    color: var(--rv-white);
}
.lp-form-progress b {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
}
.lp-form-step {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}
.lp-form-step[hidden] {
    display: none;
}
.lp-form-step legend {
    margin-bottom: 20px;
    padding: 0;
    color: var(--rv-green);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
}
.lp-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}
.lp-form label {
    gap: 5px;
    font-size: 13px;
}
.lp-form label > small {
    display: inline;
    color: #748076;
    font-size: 11px;
    font-weight: 500;
}
.lp-form input,
.lp-form select,
.lp-form textarea {
    min-height: 44px;
    border: 1px solid rgba(20,50,31,.30);
    border-radius: 0;
    background: rgba(255,254,248,.78);
    padding: 10px 12px;
}
.lp-form textarea {
    min-height: 92px;
    resize: vertical;
}
.lp-form input:focus,
.lp-form select:focus,
.lp-form textarea:focus {
    outline: 2px solid rgba(182,156,103,.42);
    outline-offset: 1px;
    border-color: #8b754a;
}
.lp-form .lp-check {
    margin-top: 18px;
    font-size: 12px;
    line-height: 1.45;
}
.lp-form-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 14px;
    margin-top: 24px;
}
.lp-form-actions--split {
    justify-content: space-between;
}
.lp-form .lp-button {
    width: auto;
    min-width: 230px;
    min-height: 52px;
    padding: 0 24px;
    box-shadow: none;
    font-size: 14px;
}
.lp-form-back {
    border: 0;
    border-bottom: 1px solid currentColor;
    background: transparent;
    color: var(--rv-green);
    padding: 8px 0;
    font: inherit;
    cursor: pointer;
}
.lp-primary-cta,
.lp-button-featured,
.lp-big-cta {
    letter-spacing: .035em;
}
.lp-cookie {
    left: 16px;
    right: auto;
    bottom: 16px;
    min-height: 0;
    width: auto;
    max-width: min(640px, calc(100vw - 32px));
    justify-content: flex-start;
    gap: 8px;
    padding: 7px 9px 7px 13px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(13,27,18,.94);
    font-size: 11px;
    box-shadow: 0 10px 30px rgba(13,27,18,.22);
    transition: opacity .2s ease, transform .2s ease;
}
.lp-cookie button,
.lp-cookie a {
    border-radius: 0;
    padding: 6px 9px;
    background: rgba(255,255,255,.12);
    font-size: 11px;
}
.lp-cookie .lp-cookie-x {
    position: static;
    width: auto;
    height: auto;
    color: var(--rv-white);
    font-size: 11px;
    line-height: 1;
}
.lp-cookie.is-contact-visible {
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
}

@media (max-width: 1180px) {
    .lp-header {
        width: min(100vw, 100%);
        top: 0;
    }
    .lp-nav {
        gap: 14px;
        font-size: 13px;
    }
    .lp-brand span {
        display: none;
    }
}

@media (max-width: 900px) {
    .lp-header {
        justify-content: space-between;
        min-height: 58px;
        padding: 0 18px;
        background: rgba(13,27,18,.94);
    }
    .lp-brand {
        position: static;
        left: auto;
    }
    .lp-brand span {
        display: inline;
    }
    .lp-menu-button {
        display: block;
    }
    .lp-nav {
        position: absolute;
        top: 58px;
        right: 12px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        min-width: 260px;
        padding: 18px;
        background: rgba(13,27,18,.96);
    }
    .lp-nav.is-open {
        display: flex;
    }
    .lp-top-image img {
        width: 100%;
        min-width: 0;
    }
    .lp-attractions-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: auto;
    }
    .lp-attraction,
    .lp-attraction:first-child,
    .lp-attraction:nth-child(2),
    .lp-attraction:nth-child(3) {
        grid-column: span 1;
        grid-row: auto;
        aspect-ratio: 4 / 3;
    }
    .lp-progress-columns,
    .lp-stock-grid,
    .lp-area-list,
    .lp-legal {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lp-progress-columns,
    .lp-legal { grid-template-columns: 1fr; }
    .property-highlights__container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .property-highlights__item:nth-child(2) {
        border-right: 0;
    }
    .property-highlights__item:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(255, 255, 255, .28);
    }
}

@media (max-width: 640px) {
    html {
        scroll-padding-top: 76px;
    }
    body.lp-reserva {
        overflow-x: hidden;
    }
    .lp-header {
        left: 0;
        right: 0;
        width: 100%;
    }
    .lp-brand {
        min-width: 0;
        gap: 10px;
        font-size: 18px;
    }
    .lp-brand-mark {
        width: 96px;
        max-width: 28vw;
    }
    .lp-section {
        padding: 52px 18px;
    }
    .lp-story {
        padding-top: 58px;
    }
    .lp-section-head {
        margin-bottom: 34px;
    }
    .lp-footer {
        padding: 28px 20px 92px;
    }
    .lp-footer__main,
    .lp-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }
    .lp-footer__developer {
        width: 100%;
        justify-content: space-between;
    }
    .lp-section-head h2 {
        letter-spacing: 0;
    }
    .lp-hero {
        min-height: 82svh;
        gap: 18px;
        padding: 64px 18px 82px;
        background-position: center;
    }
    .lp-hero-logo-image {
        width: min(178px, 50vw);
        max-height: 108px;
    }
    .lp-hero-call h1 {
        max-width: 350px;
        font-size: min(var(--lp-section-title-size, var(--lp-title-size, 37px)), clamp(31px, 9.2vw, 37px));
        line-height: 1.12;
    }
    .lp-hero-call span {
        max-width: 350px;
        margin-top: 14px;
        font-size: min(var(--lp-section-subtitle-size, var(--lp-subtitle-size, 15px)), 17px);
        line-height: 1.48;
    }
    .lp-hero-call a {
        width: min(100%, 330px);
        min-height: 48px;
        margin-top: 18px;
        padding: 0 16px;
        font-size: 14px;
    }
    .property-highlights {
        padding: 24px 16px;
    }
    .property-highlights__item {
        min-height: 116px;
        padding: 16px 12px;
    }
    .property-highlights__value {
        font-size: min(var(--lp-title-size, 34px), clamp(24px, 7.2vw, 34px));
    }
    .property-highlights__label {
        margin-top: 9px;
        font-size: min(var(--lp-text-size, 13px), 13px);
    }
    .lp-secondary-hero {
        min-height: 68svh;
        padding: 56px 18px;
        background-position: center;
    }
    .lp-secondary-hero h2 {
        font-size: min(var(--lp-section-title-size, var(--lp-title-size, 37px)), clamp(30px, 9vw, 37px));
    }
    .lp-secondary-hero p {
        font-size: min(var(--lp-section-subtitle-size, var(--lp-subtitle-size, 16px)), 17px);
    }
    .lp-bullets,
    .lp-gallery-grid,
    .lp-distance-grid,
    .lp-stock-grid,
    .lp-area-list,
    .lp-form {
        grid-template-columns: 1fr;
    }
    .lp-gallery-grid {
        width: 100%;
    }
    .lp-audience-list {
        grid-template-columns: 1fr;
    }
    .lp-bullets article {
        min-height: 0;
        padding: 22px 18px;
        grid-template-columns: 36px 1fr;
    }
    .lp-bullets article > span {
        width: auto;
        height: auto;
    }
    .lp-photo {
        min-height: 245px;
    }
    .lp-attractions {
        padding-left: 18px;
        padding-right: 18px;
    }
    .lp-attractions-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .lp-attraction,
    .lp-attraction:first-child,
    .lp-attraction:nth-child(2),
    .lp-attraction:nth-child(3) {
        aspect-ratio: 16 / 10;
    }
    .lp-attraction > span {
        left: 16px;
        right: 16px;
        bottom: 14px;
    }
    .lp-attraction strong {
        font-size: 21px;
    }
    .lp-location-grid,
    .lp-stock-grid,
    .lp-faq-list,
    .lp-form {
        width: 100%;
    }
    .lp-distance-grid span {
        padding: 14px 16px;
    }
    .lp-map-card {
        overflow: hidden;
        padding-bottom: 18px;
    }
    .lp-google-map iframe {
        min-height: 360px;
    }
    .lp-public-map {
        height: min(118vw, 520px);
        min-height: 360px;
    }
    .lp-map-marker-icon {
        width: 14px;
        height: 14px;
        border-width: 2px;
        box-shadow: 0 3px 10px rgba(13,27,18,.22);
    }
    .lp-map-card > strong,
    .lp-map-card > span {
        padding: 0 16px;
    }
    .lp-map-card > strong {
        margin-top: 16px;
    }
    .lp-stock-grid article {
        min-height: 96px;
    }
    .lp-big-cta {
        width: calc(100% - 32px);
        margin: 18px 16px 0;
        padding: 0 12px;
        text-align: center;
    }
    .lp-video video {
        width: 100%;
    }
    .lp-progress-row {
        grid-template-columns: 1fr;
        gap: 6px;
    }
    .lp-progress-row strong {
        text-align: left;
    }
    .lp-cookie {
        bottom: 72px;
        display: flex;
        max-width: calc(100vw - 24px);
        left: 12px;
        padding-left: 10px;
    }
    .lp-cookie > span {
        display: none;
    }
    .lp-mobile-cta {
        position: fixed;
        z-index: 1250;
        left: 0;
        right: 0;
        bottom: 0;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
        gap: 8px;
        padding: 9px;
        background: var(--rv-green-deep);
    }
    .lp-mobile-cta a {
        min-height: 44px;
        display: grid;
        place-items: center;
        background: rgba(255,255,255,.88);
        color: var(--rv-green);
        text-decoration: none;
        font-weight: 800;
    }
    .lp-form {
        padding: 26px 20px;
    }
    .lp-form-grid {
        grid-template-columns: 1fr;
    }
    .lp-form .lp-button {
        min-width: 0;
        width: 100%;
    }
    .lp-form-actions--split {
        align-items: stretch;
        flex-direction: column-reverse;
    }
    .lp-form-back {
        align-self: center;
    }
    [data-lp-align="esquerda"] .lp-section-head,
    .lp-story[data-lp-align="esquerda"] {
        text-align: left;
    }
}

@media (max-width: 359px) {
    .property-highlights__container {
        grid-template-columns: 1fr;
    }
    .property-highlights__item,
    .property-highlights__item:nth-child(2) {
        min-height: 96px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .28);
    }
    .property-highlights__item:last-child {
        border-bottom: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .property-highlights.is-reveal-ready .property-highlights__item {
        opacity: 1;
        transform: none;
        transition: none;
    }
    .lp-loader__mark span::after {
        animation: none;
    }
}
