
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@600;700&display=swap');
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css');


:root {
    --ink: #17202a;
    --muted: #64707d;
    --line: #dfe5ea;
    --surface: #ffffff;
    --soft: #18c945;
    --green: #1f8a5b;
    --green-dark: #12623f;
    --blue: #124e78;
    --gold: #c79742;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    background-color: #f7f8f6;
    color: var(--ink);
    font-family: "Instrument Serif", Georgia, serif;
    font-size: 17px;
    letter-spacing: 0.2px;
    scrollbar-color: #7f8c97 #f2f4f6;
    scrollbar-width: thin;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #f2f4f6;
}

::-webkit-scrollbar-thumb {
    background: #7f8c97;
    border: 2px solid #f2f4f6;
    border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
    background: #5f6f7c;
}

.home-page,
.imoveis-page,
.simulacao-page {
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.orla-recreio-reserva-page {
    background: #d9e0e8;
    color: #17202a;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0;
}

.orla-recreio-reserva-page main {
    background: #d9e0e8;
}

.orla-recreio-reserva-page * {
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0;
}

.orla-recreio-reserva-page .property-detail-copy h1 {
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
}

.orla-recreio-reserva-page .property-detail-copy p,
.orla-recreio-reserva-page .section-heading,
.orla-recreio-reserva-page .eyebrow {
    color: #17202a;
}

.orla-recreio-reserva-page .detail-section h2 {
    color: #17202a;
    font-weight: 400;
    letter-spacing: 0;
}

.orla-recreio-reserva-page .property-detail-hero {
    position: relative;
    display: block;
    width: 100%;
    max-width: none;
    min-height: calc(100vh - 64px);
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.orla-recreio-reserva-page .property-detail-hero > img,
.hero-property-carousel {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
    object-position: center;
    box-shadow: none;
}

.hero-property-carousel {
    overflow: hidden;
}

.hero-property-track {
    display: flex;
    width: 100%;
    height: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.hero-property-track::-webkit-scrollbar {
    display: none;
}

.hero-property-track img {
    width: 100%;
    height: 100%;
    flex: 0 0 100%;
    object-fit: cover;
    object-position: center;
    scroll-snap-align: start;
}

.hero-carousel-button {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.44);
    border-radius: 50%;
    background: rgba(17, 24, 39, 0.38);
    color: white;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.hero-carousel-button:hover {
    background: rgba(0, 102, 204, 0.78);
    transform: translateY(-50%) scale(1.04);
}

.hero-carousel-button.prev {
    left: clamp(18px, 3vw, 42px);
}

.hero-carousel-button.next {
    right: clamp(18px, 3vw, 42px);
}

.orla-recreio-reserva-page .property-detail-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.12) 42%, rgba(0, 0, 0, 0.5));
    pointer-events: none;
}

.orla-recreio-reserva-page .property-detail-copy {
    position: absolute;
    left: 50%;
    bottom: clamp(28px, 5vw, 68px);
    z-index: 2;
    width: min(1180px, calc(100% - 48px));
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: translateX(-50%);
}

.orla-recreio-reserva-page .property-detail-copy h1 {
    max-width: 760px;
    color: white;
    font-size: clamp(36px, 5vw, 66px);
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.42);
}

.orla-recreio-reserva-page .property-detail-copy p {
    max-width: 760px;
    color: white;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.38);
}

.orla-recreio-reserva-page .property-facts span {
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.88);
    color: #15527f;
}

.imoveis-page .page-hero h1 {
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
}

.simulacao-page .page-hero h1,
.simulacao-page .page-hero p,
.simulacao-page .lead-form,
.simulacao-page .lead-form label,
.simulacao-page .lead-form .choice-group legend,
.simulacao-page .lead-form input,
.simulacao-page .lead-form textarea,
.simulacao-page .lead-form .radio-option,
.simulacao-page .lead-form button,
.simulacao-page .form-aside,
.simulacao-page .form-aside h2,
.simulacao-page .form-aside p {
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0;
}

.simulacao-page .page-hero h1,
.simulacao-page .lead-form label,
.simulacao-page .lead-form .choice-group legend,
.simulacao-page .form-aside h2 {
    font-weight: 400;
}

.simulacao-page .lead-form input,
.simulacao-page .lead-form textarea,
.simulacao-page .lead-form .radio-option,
.simulacao-page .lead-form button {
    font-weight: 400;
}

.simulacao-page .page-hero h1 {
    font-size: clamp(17px, 3vw, 19px);
}

.simulacao-page .page-hero p {
    font-size: 15px;
}

.simulacao-page .lead-form label,
.simulacao-page .lead-form .choice-group legend {
    font-size: 16px;
}

.simulacao-page .lead-form input,
.simulacao-page .lead-form textarea,
.simulacao-page .lead-form .radio-option {
    font-size: 15px;
}

.simulacao-page .lead-form button {
    font-size: 16px;
    border-radius: 999px;
}

.simulacao-page .form-aside h2 {
    font-size: clamp(17px, 3vw, 19px);
}

.simulacao-page .form-aside p {
    font-size: 15px;
}

.simulation-agent-photo {
    width: 100%;
    aspect-ratio: 16 / 10;
    margin-bottom: 22px;
    border-radius: 4px;
    object-fit: cover;
    object-position: center;
}

.home-page,
.imoveis-page,
.quem-somos-page {
    background: #d9e0e8;
}

.home-page main,
.imoveis-page main,
.quem-somos-page main {
    background: #d9e0e8;
}

.simulacao-page,
.simulacao-page main {
    background: #2f3844;
}

.simulacao-page .page-hero h1,
.simulacao-page .page-hero p {
    color: #f7f4ef;
}

.simulacao-page .footer {
    background: #f4f1eb;
    color: #101010;
}

.home-page input,
.home-page textarea,
.home-page button,
.home-page select,
.imoveis-page input,
.imoveis-page textarea,
.imoveis-page button,
.imoveis-page select,
.simulacao-page input,
.simulacao-page textarea,
.simulacao-page button,
.simulacao-page select {
    font-family: inherit;
}

img {
    display: block;
    width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: #d9e0e8;
    border-bottom: 1px solid #d9d9d9;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    max-width: none;
    margin: 0 auto;
    padding: 0;
    min-height: 64px;
    background: #d9e0e8;
}

.logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex: 0 0 auto;
    margin-right: auto;
    min-height: 64px;
    padding: 0 30px;
}

.logo img {
    display: block;
    width: auto;
    height: 54px;
    object-fit: contain;
}

.logo-text {
    color: #725D43;
    font-family: "Lora", serif;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0;
    white-space: nowrap;
}

.menu {
    display: flex;
    align-items: center;
    gap: 0;
    list-style: none;
    color: #101010;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 19px;
    font-weight: 400;
}

.menu a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 64px;
    padding: 0 24px;
    color: #101010;
}

.menu a:hover,
.menu a.active {
    background: #f1f0ee;
    color: #101010;
}

.menu a.active::after {
    content: "⌄";
    position: absolute;
    left: 50%;
    bottom: 8px;
    color: #15527f;
    font-size: 16px;
    line-height: 1;
    transform: translateX(-50%);
}

.nav-toggle {
    display: none;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-right: 18px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: white;
    cursor: pointer;
}

.nav-toggle span {
    position: absolute;
    width: 22px;
    height: 2px;
    background: #101010;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-toggle span:nth-child(1) {
    transform: translateY(-7px);
}

.nav-toggle span:nth-child(3) {
    transform: translateY(7px);
}

.navbar.nav-open .nav-toggle span:nth-child(1) {
    transform: rotate(45deg);
}

.navbar.nav-open .nav-toggle span:nth-child(2) {
    opacity: 0;
}

.navbar.nav-open .nav-toggle span:nth-child(3) {
    transform: rotate(-45deg);
}

.whatsapp-link,
.primary-button,
.secondary-button,
.card-button,
.hero button,
.lead-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
     gap: 8px;
    min-height: 44px;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 800;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.whatsapp-icon {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
}

.whatsapp-link,
.primary-button,
.card-button,
.hero button,
.lead-form button {
    background: var(--green);
    color: white;
}

.whatsapp-link {
    min-height: 64px;
    padding: 0 28px;
    border-radius: 0;
    background: transparent;
    color: #101010;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 19px;
    font-weight: 400;
}

.whatsapp-link:hover,
.primary-button:hover,
.card-button:hover,
.hero button:hover,
.lead-form button:hover {
    background: var(--green-dark);
    transform: translateY(-1px);
}

.site-header .whatsapp-link:hover {
    background: #f1f0ee;
    color: #101010;
    transform: none;
}

.floating-whatsapp {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 60;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border: 4px solid #25d366;
    border-radius: 50%;
    background: #25d366;
    color: white;
    box-shadow: 0 0 0 18px rgba(37, 211, 102, 0.12), 0 14px 34px rgba(18, 98, 63, 0.28);
    animation: whatsappPulse 1.4s ease-out infinite;
}

.floating-whatsapp::before {
    content: "";
    position: absolute;
    right: -18px;
    bottom: 78px;
    width: 90px;
    height: 100px;
    background: url("../images/seta-whatsapp-adriana.png") center / contain no-repeat;
    animation: whatsappArrowBounce 1.2s ease-in-out infinite;
    pointer-events: none;
}

@keyframes whatsappArrowBounce {
    0%, 100% {
        transform: translateY(0);
        opacity: 0.78;
    }

    50% {
        transform: translateY(8px);
        opacity: 1;
    }
}


.floating-whatsapp svg {
    width: 38px;
    height: 38px;
}

.floating-whatsapp:hover {
    background: #1ebe5d;
    transform: translateY(-2px);
}

@keyframes whatsappPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.55), 0 14px 34px rgba(18, 98, 63, 0.34);
    }

    70% {
        transform: scale(1.08);
        box-shadow: 0 0 0 36px rgba(37, 211, 102, 0), 0 18px 40px rgba(18, 98, 63, 0.38);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0), 0 14px 34px rgba(18, 98, 63, 0.34);
    }
}

.hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: end;
    align-content: start;
    gap: 20px;
    min-height: 420px;
    padding: 40px 24px 40px;
    overflow: hidden;
    background: #101820;
    color: white;
}

.hero-video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: max(100vw, 177.78vh);
    height: max(100vh, 56.25vw);
    min-width: 100%;
    min-height: 100%;
    border: 0;
    filter: saturate(0.9);
    opacity: 0.72;
    transform: translate(-50%, -50%) scale(1.18);
    pointer-events: none;
}

.hero-video-mobile {
    display: none;
}

.search-box button {
    font-size: 10px;
    line-height: 1;
    white-space: nowrap;
    padding: 0 18px;
}

.hero::after,
.hero-overlay {
    position: absolute;
    inset: 0;
    content: "";
}

.hero::after {
    z-index: 1;
    background: linear-gradient(90deg, rgba(14, 23, 32, 0.82), rgba(14, 23, 32, 0.42));
}

.hero-content,
.search-box {
    position: relative;
    z-index: 2;
}

.hero-content {
    max-width: 740px;
    margin-left: max(0px, calc((100vw - 1180px) / 2));
}

.eyebrow {
    margin-bottom: 12px;
    color: #31404f;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.hero h1 {
    max-width: 600px;
    margin-bottom: 10px;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: 0;
}

.hero-content > p:last-child {
    max-width: 620px;
    color: #edf3f5;
    font-size: 20px;
    line-height: 1.55;
}

.search-box {
    display: grid;
    grid-template-columns: repeat(2, minmax(140px, 1fr)) 48px;
    align-items: end;
    gap: 8px;
    width: min(100%, 760px);
    margin-left: max(0px, calc((100vw - 1180px) / 2));
    margin-right: max(0px, calc((100vw - 1180px) / 2));
    padding: 10px;
    background: var(--surface);
    color: var(--ink);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
    transform: translateY(-48px);
}

.search-button {
    width: 48px;
    min-height: 42px;
    padding: 0;
}

.search-button svg {
    width: 20px;
    height: 20px;
}

.search-box-clean {
    grid-template-columns: repeat(2, minmax(150px, 1fr)) 50px;
    gap: 0;
    overflow: hidden;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.search-box-clean .search-field {
    min-height: 48px;
    justify-content: center;
    padding: 0 20px;
    border-right: 1px solid var(--line);
}

.search-box-clean select {
    min-height: 48px;
    min-width: 0;
    border: 0;
    background-color: transparent;
    color: #111827;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    outline: none;
    text-overflow: ellipsis;
}

.search-box-clean option {
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
}

.search-box-clean .search-button {
    width: 50px;
    min-height: 48px;
    background: white;
    color: #24313d;
    border-radius: 0;
}

.search-box-clean .search-button:hover {
    background: #f3f7f4;
    color: #0066cc;
    transform: none;
}

label {
    display: grid;
    gap: 8px;
    color: #32404d;
    font-size: 14px;
    font-weight: 800;
}

select,
input,
textarea {
    font-weight: 500;
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: white;
    color: #8a96a3;
    font: inherit;
    min-height: 46px;
    padding: 0 12px;
}

textarea {
    min-height: 120px;
    padding-top: 12px;
    resize: vertical;
}

.choice-group {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    border: 0;
}

.choice-group legend {
    margin-bottom: 2px;
    color: #32404d;
    font-size: 14px;
    font-weight: 800;
}

.radio-option {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 12px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: white;
    color: #32404d;
    font-weight: 600;
}

.radio-option input {
    width: auto;
    min-height: auto;
    padding: 0;
}

.section {
    max-width: 1180px;
    margin: 0 auto;
    padding: 72px 24px;
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.section-heading .eyebrow {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    color: #101010;
}

.section-heading h2,
.about-section h2,
.cta-section h2,
.page-hero h1,
.form-aside h2 {
    font-size: clamp(15px, 4vw, 20px);
    line-height: 1.08;
}

.section-heading a {
    color: #0066cc;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
}

.section-heading a:hover {
    color: #004c99;
}

.property-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.property-card {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(18, 18, 18, 0.08);
    border-radius: 4px;
    box-shadow: none;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

.property-card:hover {
    border-color: rgba(18, 18, 18, 0.12);
    box-shadow: none;
    background: #ffffff;
    transform: translateY(-4px);
}

.property-card {
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
}

.property-card:hover {
    background: transparent;
    border-color: transparent;
    transform: none;
}

.property-card:focus-visible {
    outline: 2px solid #0066cc;
    outline-offset: 8px;
}

.property-card img {
    border: 0;
    border-radius: 4px;
}

.property-card .property-body {
    padding: 18px 0 0;
}

.property-card img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-bottom: 1px solid rgba(18, 18, 18, 0.06);
}

.property-body {
    display: grid;
    gap: 12px;
    padding: 24px;
}

.tag {
    display: none;
}

.property-body h3 {
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    color: #111827;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.16;
}

.location {
    color: #667085;
    font-weight: 400;
    font-size: 14px;
}

.property-body p {
    color: #4b5563;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.58;
}

.property-body strong {
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    color: #111827;
    font-size: 20px;
    font-weight: 500;
}

.card-button {
    justify-self: start;
    min-height: auto;
    margin-top: 2px;
    padding: 0;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    border-radius: 0;
    background: transparent;
    color: #0066cc;
}

.card-button::after {
    content: " ›";
}

.info-button {
    background: transparent;
    color: #0066cc;
}

.info-button:hover {
    background: transparent;
    color: #004c99;
}

.property-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    list-style: none;
}

.property-features li {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 10px;
    background: #f5f5f7;
    color: #3f4652;
    border: 1px solid rgba(18, 18, 18, 0.06);
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

.property-features .feature-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 1px solid rgba(18, 18, 18, 0.08);
    border-radius: 50%;
    background: #f5f5f7;
    color: #3f4652;
    font-size: 17px;
    line-height: 1;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.property-features li:has(.feature-more) {
    width: 28px;
    height: 28px;
    min-width: 28px;
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 50%;
}

.property-features .feature-more:hover {
    background: #0b68c4;
    border-color: #0b68c4;
    color: white;
}

.property-features li span {
    width: 14px;
    height: 14px;
    flex: 0 0 auto;
    background-color: currentColor;
    -webkit-mask: var(--feature-icon) center / contain no-repeat;
    mask: var(--feature-icon) center / contain no-repeat;
}

.results-showcase {
    position: relative;
    width: 100%;
    min-height: clamp(300px, 32vw, 410px);
    margin: 46px 0 0;
    padding: clamp(30px, 3.2vw, 44px) 0;
    overflow: hidden;
}

.results-showcase::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(245, 242, 238, 0.86), rgba(245, 242, 238, 0.58) 46%, rgba(245, 242, 238, 0.28)),
        rgba(255, 255, 255, 0.16);
}

.results-showcase-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.results-track {
    position: relative;
    z-index: 2;
    display: flex;
    gap: clamp(14px, 1.8vw, 24px);
    width: 100%;
    overflow-x: auto;
    padding: 0 max(24px, calc((100vw - 1180px) / 2));
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: #15527f rgba(255, 255, 255, 0.7);
}

.results-track::-webkit-scrollbar {
    height: 8px;
}

.results-track::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.72);
}

.results-track::-webkit-scrollbar-thumb {
    background: #15527f;
    border-radius: 999px;
}

.result-card {
    flex: 0 0 min(220px, calc(100vw - 48px));
    min-height: clamp(170px, 16vw, 215px);
    padding: clamp(16px, 1.6vw, 20px);
    background: rgba(255, 255, 255, 0.96);
    border-radius: 18px;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.result-label {
    margin: 0;
    color: #202020;
    font-size: clamp(10px, 0.82vw, 12px);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.result-metric {
    margin: clamp(18px, 2vw, 24px) 0 clamp(14px, 1.6vw, 18px);
    color: #15527f;
    font-size: clamp(30px, 4vw, 52px);
    font-weight: 300;
    line-height: 0.95;
    letter-spacing: 0;
}

.result-copy {
    max-width: 190px;
    margin: 0;
    color: #202020;
    font-size: clamp(12px, 1vw, 14px);
    font-weight: 400;
    line-height: 1.28;
}

.feature-sun {
    --feature-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M12 2v2M12 20v2M4.93 4.93l1.41 1.41M17.66 17.66l1.41 1.41M2 12h2M20 12h2M4.93 19.07l1.41-1.41M17.66 6.34l1.41-1.41'/%3E%3C/g%3E%3C/svg%3E");
}

.feature-play {
    --feature-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 20h14'/%3E%3Cpath d='M7 20 15 4'/%3E%3Cpath d='M11 12h7l-4 8'/%3E%3C/g%3E%3C/svg%3E");
}

.feature-party {
    --feature-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 21h10'/%3E%3Cpath d='M8 3h8l-1 8a3 3 0 0 1-6 0L8 3Z'/%3E%3Cpath d='M12 14v7'/%3E%3Cpath d='M8 7h8'/%3E%3C/g%3E%3C/svg%3E");
}

.feature-work {
    --feature-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='12' rx='2'/%3E%3Cpath d='M8 21h8M12 17v4'/%3E%3C/g%3E%3C/svg%3E");
}

.feature-pool {
    --feature-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 16c2 0 2-1 4-1s2 1 4 1 2-1 4-1 2 1 4 1'/%3E%3Cpath d='M4 20c2 0 2-1 4-1s2 1 4 1 2-1 4-1 2 1 4 1'/%3E%3Cpath d='M8 12V5a3 3 0 0 1 6 0'/%3E%3Cpath d='M8 8h8'/%3E%3C/g%3E%3C/svg%3E");
}

.feature-gym {
    --feature-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M6 8v8M18 8v8M3 10v4M21 10v4M6 12h12'/%3E%3C/g%3E%3C/svg%3E");
}

.feature-gourmet {
    --feature-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 3v18'/%3E%3Cpath d='M5 3v5a2 2 0 0 0 4 0V3'/%3E%3Cpath d='M16 3v18'/%3E%3Cpath d='M16 3c3 2 3 7 0 9'/%3E%3C/g%3E%3C/svg%3E");
}

.feature-pet {
    --feature-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='black'%3E%3Ccircle cx='7' cy='8' r='2'/%3E%3Ccircle cx='12' cy='6' r='2'/%3E%3Ccircle cx='17' cy='8' r='2'/%3E%3Ccircle cx='8.5' cy='13' r='2'/%3E%3Ccircle cx='15.5' cy='13' r='2'/%3E%3Cpath d='M12 12c3.5 0 6 3 6 5.3 0 1.7-1.3 2.7-3 2.2-1.2-.4-1.9-.7-3-.7s-1.8.3-3 .7c-1.7.5-3-.5-3-2.2C6 15 8.5 12 12 12Z'/%3E%3C/g%3E%3C/svg%3E");
}

.feature-rooftop {
    --feature-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 11h16'/%3E%3Cpath d='M6 11 12 5l6 6'/%3E%3Cpath d='M7 11v8h10v-8'/%3E%3Cpath d='M10 19v-4h4v4'/%3E%3C/g%3E%3C/svg%3E");
}

.feature-beach {
    --feature-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='7' cy='7' r='3'/%3E%3Ccircle cx='17' cy='17' r='3'/%3E%3Cpath d='m9.2 9.2 5.6 5.6'/%3E%3Cpath d='M14 4h6v6'/%3E%3Cpath d='M20 4 4 20'/%3E%3C/g%3E%3C/svg%3E");
}

.property-detail-hero,
.detail-section {
    max-width: 1240px;
    margin: 0 auto;
    padding: 72px 24px;
}

body.property-detail-page,
body:has(.property-detail-hero) {
    background:
        radial-gradient(circle at 80% 8%, rgba(255, 255, 255, 0.96), transparent 28%),
        #f5f6f8;
}

body.property-detail-page main,
body:has(.property-detail-hero) main {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(245, 246, 248, 0.92) 36%, rgba(245, 246, 248, 1));
}

.orla-recreio-reserva-page,
.orla-recreio-reserva-page main {
    background: #d9e0e8;
}

body.property-detail-page:not(.orla-recreio-reserva-page) .property-detail-hero {
    position: relative;
    display: block;
    width: 100%;
    max-width: none;
    min-height: calc(100vh - 64px);
    margin: 0;
    padding: 0;
    overflow: hidden;
}

body.property-detail-page:not(.orla-recreio-reserva-page) .property-detail-hero > img {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
    object-position: center;
    box-shadow: none;
}

body.property-detail-page:not(.orla-recreio-reserva-page) .property-detail-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.12) 42%, rgba(0, 0, 0, 0.5));
    pointer-events: none;
}

body.property-detail-page:not(.orla-recreio-reserva-page) .property-detail-copy {
    position: absolute;
    left: 50%;
    bottom: clamp(28px, 5vw, 68px);
    z-index: 2;
    width: min(1180px, calc(100% - 48px));
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: translateX(-50%);
}

body.property-detail-page:not(.orla-recreio-reserva-page) .property-detail-copy h1 {
    max-width: 760px;
    color: white;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(36px, 5vw, 66px);
    font-weight: 400;
    letter-spacing: 0;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.42);
}

.property-detail-hero {
    display: grid;
    grid-template-columns: minmax(300px, 0.72fr) minmax(420px, 1.28fr);
    gap: clamp(28px, 4vw, 58px);
    align-items: center;
    max-width: 1320px;
    padding-top: 82px;
}

.property-detail-copy {
    display: grid;
    gap: 22px;
    align-content: center;
}

.property-kicker,
.property-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.property-kicker span,
.property-facts span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 13px;
    border: 1px solid rgba(21, 82, 127, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: #15527f;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.property-facts span {
    color: #374151;
}

.property-detail-copy h1 {
    max-width: 620px;
    color: #111827;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(42px, 6vw, 76px);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 0.96;
}

.property-detail-copy p {
    max-width: 560px;
    color: #5f6873;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(17px, 1.55vw, 21px);
    font-weight: 400;
    line-height: 1.48;
}

.property-detail-hero > img {
    aspect-ratio: 16 / 11;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(23, 32, 42, 0.16);
}

.detail-section .section-heading {
    align-items: flex-end;
    margin-bottom: 34px;
}

.detail-section .section-heading .eyebrow {
    margin-bottom: 10px;
    color: #6b7280;
    font-size: 14px;
    font-weight: 500;
}

.detail-section .section-heading h2 {
    max-width: 740px;
    color: #111827;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(30px, 4vw, 52px);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1;
}

.detail-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.secondary-detail-button,
.load-gallery-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: white;
    color: var(--ink);
    cursor: pointer;
    font-weight: 800;
}

.detail-actions .secondary-detail-button {
    min-height: 42px;
    padding: 0 22px;
    border: 1px solid rgba(0, 113, 227, 0.18);
    border-radius: 999px;
    background: #0071e3;
    color: white;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    box-shadow: 0 10px 24px rgba(0, 113, 227, 0.16);
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.presentation-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 42px;
    padding: 0 22px;
    border: 1px solid rgba(17, 24, 39, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: #15527f;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    box-shadow: 0 10px 24px rgba(23, 32, 42, 0.08);
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.presentation-button:hover {
    background: #ffffff;
    color: #0066cc;
    box-shadow: 0 14px 30px rgba(23, 32, 42, 0.12);
    transform: translateY(-1px);
}

.detail-actions .secondary-detail-button:hover {
    background: #0077ed;
    color: white;
    box-shadow: 0 14px 30px rgba(0, 113, 227, 0.22);
    transform: translateY(-1px);
}

.detail-actions .secondary-detail-button:focus-visible {
    outline: 3px solid rgba(0, 113, 227, 0.26);
    outline-offset: 3px;
}

.property-section-nav {
    position: sticky;
    top: 65px;
    z-index: 10;
    display: flex;
    gap: 0;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 max(24px, calc((100vw - 1240px) / 2));
    overflow-x: auto;
    border-top: 1px solid rgba(17, 24, 39, 0.08);
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
    background: rgba(245, 246, 248, 0.88);
    backdrop-filter: blur(18px);
}

.property-section-nav a {
    flex: 0 0 auto;
    min-height: 56px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    color: #1d1d1f;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.property-section-nav a:hover {
    color: #0066cc;
}

.overview-layout,
.location-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 22px;
}

.overview-copy,
.overview-contact-card,
.location-grid article {
    padding: clamp(24px, 3vw, 34px);
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 42px rgba(23, 32, 42, 0.08);
}

.overview-copy {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.overview-copy p,
.overview-copy li,
.location-grid p {
    color: #4b5563;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.5;
}

.overview-copy ul {
    display: grid;
    gap: 12px;
    margin-top: 22px;
    padding-left: 20px;
}

.location-grid strong {
    color: #15527f;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(32px, 4vw, 54px);
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 0.95;
}

.location-grid span {
    color: #6b7280;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.overview-contact-card {
    align-self: start;
    display: grid;
    gap: 24px;
    justify-items: stretch;
    margin-top: -82px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 24px 54px rgba(23, 32, 42, 0.16);
}

.orla-recreio-reserva-page .overview-contact-card,
.overview-contact-card.has-property-video {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.overview-contact-card.compact-contact-card {
    min-height: auto;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

@media (min-width: 600px) {
    .overview-contact-card.compact-contact-card {
         width: 460px;
        margin-top: -20px;
        margin-left: auto;
    }
}

.overview-contact-card.compact-contact-card .contact-whatsapp-button {
    min-height: 54px;
    padding: 0 24px;
    border-radius: 6px;
}

.property-video-embed {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 6px;
    background: #101820;
}

.property-video-embed iframe,
.property-video-embed video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.property-video-embed video {
    object-fit: cover;
}

.contact-status {
    width: fit-content;
    min-height: 44px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    background: #c5d2dc;
    color: #0f3f62;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
}

.contact-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    color: #1f6f9f;
    text-align: center;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 17px;
}

.contact-features span::before {
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    margin: 0 auto 8px;
    background: currentColor;
    -webkit-mask: var(--feature-icon) center / contain no-repeat;
    mask: var(--feature-icon) center / contain no-repeat;
}

.contact-features span:nth-child(1) {
    --feature-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 16c2 0 2-1 4-1s2 1 4 1 2-1 4-1 2 1 4 1'/%3E%3Cpath d='M4 20c2 0 2-1 4-1s2 1 4 1 2-1 4-1 2 1 4 1'/%3E%3Cpath d='M8 12V5a3 3 0 0 1 6 0'/%3E%3Cpath d='M8 8h8'/%3E%3C/g%3E%3C/svg%3E");
}

.contact-features span:nth-child(2) {
    --feature-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M6 8v8M18 8v8M3 10v4M21 10v4M6 12h12'/%3E%3C/g%3E%3C/svg%3E");
}

.contact-features span:nth-child(3) {
    --feature-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='black'%3E%3Ccircle cx='7' cy='8' r='2'/%3E%3Ccircle cx='12' cy='6' r='2'/%3E%3Ccircle cx='17' cy='8' r='2'/%3E%3Ccircle cx='8.5' cy='13' r='2'/%3E%3Ccircle cx='15.5' cy='13' r='2'/%3E%3Cpath d='M12 12c3.5 0 6 3 6 5.3 0 1.7-1.3 2.7-3 2.2-1.2-.4-1.9-.7-3-.7s-1.8.3-3 .7c-1.7.5-3-.5-3-2.2C6 15 8.5 12 12 12Z'/%3E%3C/g%3E%3C/svg%3E");
}

.overview-contact-card .contact-whatsapp-button {
    min-height: 60px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #0066cc;
    color: white;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 23px;
    font-weight: 600;
}

.overview-contact-card .contact-whatsapp-button:hover {
    background: #004c99;
    color: white;
}

.overview-contact-card .presentation-button {
    width: 100%;
    min-height: 58px;
    border: 2px solid #173f58;
    border-radius: 4px;
    background: white;
    color: #173f58;
    font-size: 20px;
    font-weight: 600;
    box-shadow: none;
}

.overview-contact-card .presentation-button:hover {
    background: #173f58;
    color: white;
}

.location-grid article {
    display: grid;
    gap: 18px;
}

body.property-detail-page .property-location,
.orla-recreio-reserva-page .property-location {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: clamp(70px, 7vw, 104px) max(24px, calc((100vw - 1660px) / 2));
    background: #173f58;
    color: white;
}

.location-content {
    display: grid;
    grid-template-columns: minmax(320px, 0.82fr) minmax(420px, 1.18fr);
    gap: clamp(44px, 6vw, 92px);
    align-items: center;
    width: min(100%, 1660px);
    margin: 0 auto;
}

.location-info {
    display: grid;
    gap: 34px;
}

.location-info h2 {
    color: white;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(28px, 3vw, 34px);
    font-weight: 400;
    letter-spacing: 0;
}

.orla-recreio-reserva-page .property-location .location-info h2 {
    color: white;
}

.location-address {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 18px;
    align-items: start;
}

.location-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #2f7cab;
    color: white;
    font-size: 27px;
}

.location-address p,
.location-directions-title {
    margin: 0 0 8px;
    color: white;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.location-address strong {
    display: block;
    max-width: 780px;
    color: white;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(24px, 2.5vw, 32px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.25;
}

.location-actions {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.location-actions a {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-radius: 6px;
    background: #2f7cab;
    color: white;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}

.location-actions a:hover {
    background: #3b8dbc;
    transform: translateY(-1px);
}

.location-actions i {
    margin-bottom: 8px;
    font-size: 28px;
}

.location-map-card {
    position: relative;
    min-height: clamp(320px, 32vw, 526px);
    overflow: hidden;
    background: #d9e0e8;
}

.location-map-card iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(0.15);
}

.location-map-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(23, 32, 42, 0.52);
    pointer-events: none;
}

.location-map-card a {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    padding: 0 38px;
    background: #2f7cab;
    color: white;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-align: center;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
}

.location-map-card a:hover {
    background: #3b8dbc;
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.amenities-grid article {
    min-height: 148px;
    padding: 22px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 22px;
    color: #1d1d1f;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.25;
    box-shadow: 0 18px 42px rgba(23, 32, 42, 0.08);
}

.amenities-grid article.amenity-feature {
    display: flex;
    align-items: flex-end;
}

.amenities-grid article.amenity-metric {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 18px;
}

.amenities-grid article.amenity-metric strong {
    color: #15527f;
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 0.92;
}

.amenities-grid article.amenity-metric span {
    color: #4b5563;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.35;
}

.amenities-grid article:hover {
    background: #ffffff;
    border-color: rgba(21, 82, 127, 0.14);
    transform: translateY(-2px);
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.amenities-list-block {
    max-width: 720px;
    padding: 0;
    color: #3F4652;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.amenities-list-block h2 {
    margin-bottom: 44px;
    color: #3F4652;
    font-size: clamp(28px, 3vw, 34px);
    font-weight: 700;
    letter-spacing: 0;
}

.amenities-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 28px 72px;
}

.amenity-list-item {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    color: #3F4652;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
}

.amenity-list-item::before {
    content: "";
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
    background: #3F4652;
    -webkit-mask: var(--amenity-icon) center / contain no-repeat;
    mask: var(--amenity-icon) center / contain no-repeat;
}

.amenity-pool {
    --amenity-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 16c2 0 2-1 4-1s2 1 4 1 2-1 4-1 2 1 4 1'/%3E%3Cpath d='M4 20c2 0 2-1 4-1s2 1 4 1 2-1 4-1 2 1 4 1'/%3E%3Cpath d='M8 12V5a3 3 0 0 1 6 0'/%3E%3Cpath d='M8 8h8'/%3E%3C/g%3E%3C/svg%3E");
}

.amenity-gym {
    --amenity-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M6 8v8M18 8v8M3 10v4M21 10v4M6 12h12'/%3E%3C/g%3E%3C/svg%3E");
}

.amenity-pet {
    --amenity-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='black'%3E%3Ccircle cx='7' cy='8' r='2'/%3E%3Ccircle cx='12' cy='6' r='2'/%3E%3Ccircle cx='17' cy='8' r='2'/%3E%3Ccircle cx='8.5' cy='13' r='2'/%3E%3Ccircle cx='15.5' cy='13' r='2'/%3E%3Cpath d='M12 12c3.5 0 6 3 6 5.3 0 1.7-1.3 2.7-3 2.2-1.2-.4-1.9-.7-3-.7s-1.8.3-3 .7c-1.7.5-3-.5-3-2.2C6 15 8.5 12 12 12Z'/%3E%3C/g%3E%3C/svg%3E");
}

.amenity-party {
    --amenity-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='black'%3E%3Ccircle cx='7' cy='7' r='3'/%3E%3Ccircle cx='17' cy='7' r='3'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M5 10h2l-1 10H4zm12 0h2l1 10h-2zm-6 5h2l1 7h-4z'/%3E%3C/g%3E%3C/svg%3E");
}

.amenity-office {
    --amenity-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 20h16'/%3E%3Cpath d='M6 20V8h12v12'/%3E%3Cpath d='M9 11h2M13 11h2M9 15h2M13 15h2'/%3E%3Cpath d='M10 8V5h4v3'/%3E%3C/g%3E%3C/svg%3E");
}

.amenity-court {
    --amenity-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2'%3E%3Crect x='3' y='7' width='18' height='10'/%3E%3Cpath d='M12 7v10M3 12h18'/%3E%3C/g%3E%3C/svg%3E");
}

.amenity-baby {
    --amenity-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='6' r='3'/%3E%3Cpath d='M8 13h8l-2 8h-4z'/%3E%3Cpath d='M8 14l-3 3M16 14l3 3'/%3E%3C/g%3E%3C/svg%3E");
}

.amenities-see-all {
    min-height: 62px;
    margin-top: 24px;
    padding: 0 24px;
    border: 2px solid #173f58;
    border-radius: 4px;
    background: white;
    color: #101820;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
}

.gallery-carousel-shell {
    position: relative;
}

.gallery-grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 4px 14px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #15527f rgba(255, 255, 255, 0.78);
    -webkit-overflow-scrolling: touch;
}

.gallery-grid::-webkit-scrollbar {
    height: 8px;
}

.gallery-grid::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.78);
    border-radius: 999px;
}

.gallery-grid::-webkit-scrollbar-thumb {
    background: #15527f;
    border-radius: 999px;
}

.gallery-grid img {
    flex: 0 0 min(76vw, 720px);
    width: min(76vw, 720px);
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 8px;
    background: #eef2f5;
    scroll-snap-align: center;
}

.gallery-carousel-button {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(21, 82, 127, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #15527f;
    font-size: 28px;
    line-height: 1;
    box-shadow: 0 12px 28px rgba(23, 32, 42, 0.12);
    cursor: pointer;
    transform: translateY(-50%);
}

.gallery-carousel-button:hover {
    background: #15527f;
    color: white;
}

.gallery-carousel-button.prev {
    left: 14px;
}

.gallery-carousel-button.next {
    right: 14px;
}

.load-gallery-button {
    margin-top: 18px;
}

.about-section,
.cta-section,
.form-section {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 48px;
    max-width: 1180px;
    margin: 0 auto 72px;
    padding: 56px 24px;
}

.about-section {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.about-section > p,
.cta-section p,
.page-hero p,
.form-aside p {
    color: var(--muted);
    font-size: 18px;
    line-height: 1.7;
}

.cta-section {
    align-items: center;
    background: #17324a;
    color: white;
    border-radius: 8px;
}

.cta-section p {
    color: #d8e4ea;
}

.cta-actions {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
    flex-wrap: wrap;
}

.primary-button,
.secondary-button {
    min-height: 38px;
    padding: 0 16px;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 19px;
    font-weight: 400;
}

.secondary-button {
    border: 1px solid rgba(255, 255, 255, 0.42);
    color: white;
}

.secondary-button:hover {
    border-color: white;
    transform: translateY(-1px);
}

.page-hero {
    max-width: 1180px;
    margin: 0 auto;
    padding: 84px 24px 28px;
}

.page-hero p {
    max-width: 680px;
}

.about-split-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(460px, min(56vw, 820px));
    gap: 40px;
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 96px 0 76px max(40px, calc((100vw - 1180px) / 2));
    align-items: center;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.about-split-copy {
    max-width: 620px;
}

.about-split-copy .eyebrow {
    margin-bottom: 28px;
    color: #111827;
    font-size: 28px;
    font-weight: 400;
}

.about-split-copy h1 {
    margin-bottom: 24px;
    color: #15171a;
    font-size: clamp(29px, 3vw, 52px);
    font-weight: 400;
    line-height: 0.95;
}

.about-split-copy p {
    color: #111827;
    margin: 0;
    font-size: 20px;
    line-height: 1.58;
}

.about-split-copy p + p {
    margin-top: 18px;
}

.about-split-hero img {
    justify-self: end;
    width: min(56vw, 820px);
    height: min(56vw, 820px);
    min-height: 520px;
    aspect-ratio: 1 / 1;
    border-radius: 0;
    object-fit: cover;
    object-position: center;
}

.values-section h3 {
    color: #15527f;
    font-size: 21px;
    font-weight: 500;
}

.values-section p {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.5;
}

.values-section {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    gap: 20px;
    max-width: none;
    width: 100%;
    min-height: calc(100vh - 64px);
    margin: 0;
    padding: 90px max(24px, calc((100vw - 1180px) / 2));
    overflow: hidden;
    border-radius: 0;
    background: #101820;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.values-section + .cta-section,
.simulation-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 34px;
    width: 100%;
    max-width: none;
    min-height: 300px;
    margin: 0 0 72px;
    padding: 56px 24px;
    border-radius: 0;
    text-align: center;
    background: #173f58;
    color: white;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.values-section + .cta-section h2,
.simulation-cta h2 {
    margin-bottom: 14px;
    color: white;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(20px, 2.4vw, 25px);
    font-weight: 600;
    line-height: 1.2;
}

.values-section + .cta-section p,
.simulation-cta p {
    color: white;
    font-size: clamp(15px, 1.6vw, 18px);
    line-height: 1.4;
}

.values-section + .cta-section .cta-actions,
.simulation-cta .cta-actions {
    width: min(520px, 100%);
    justify-content: center;
}

.values-section + .cta-section .primary-button,
.simulation-cta .primary-button {
    width: 100%;
    min-height: 54px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    background: transparent;
    color: white;
    font-size: 18px;
    font-weight: 500;
}

.values-section + .cta-section .primary-button:hover,
.simulation-cta .primary-button:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-1px);
}

.values-section::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(247, 248, 246, 0.34);
    pointer-events: none;
}

.values-video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: max(100vw, 177.78vh);
    height: max(100vh, 56.25vw);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    border: 0;
    filter: saturate(0.9);
    opacity: 0.74;
    transform: translate(-50%, -50%) scale(1.2);
    pointer-events: none;
}

.values-section article {
    position: relative;
    z-index: 2;
}

.values-section .values-result-card {
    display: flex;
    min-height: clamp(170px, 16vw, 215px);
    padding: clamp(16px, 1.6vw, 20px);
    flex-direction: column;
    justify-content: flex-start;
    background: rgba(255, 255, 255, 0.96);
    border: 0;
    border-radius: 18px;
    box-shadow: none;
    backdrop-filter: none;
}

.values-section .values-result-card .result-label {
    margin: 0;
    color: #202020;
    font-size: clamp(10px, 0.82vw, 12px);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.values-section .values-result-card .result-metric {
    margin: clamp(18px, 2vw, 24px) 0 clamp(14px, 1.6vw, 18px);
    color: #15527f;
    font-size: clamp(30px, 4vw, 52px);
    font-weight: 300;
    line-height: 0.95;
    letter-spacing: 0;
}

.values-section .values-result-card .result-copy {
    max-width: 190px;
    margin: 0;
    color: #202020;
    font-size: clamp(12px, 1vw, 14px);
    font-weight: 400;
    line-height: 1.28;
}

.quem-somos-page {
    color: #111827;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0;
}

.quem-somos-page .about-split-hero {
    min-height: calc(100vh - 64px);
    padding-top: clamp(68px, 8vw, 112px);
    padding-bottom: clamp(54px, 7vw, 88px);
}

.quem-somos-page .about-split-copy {
    max-width: 650px;
}

.quem-somos-page .about-split-copy .eyebrow {
    margin-bottom: 20px;
    color: #15527f;
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 400;
}

.quem-somos-page .about-split-copy h1 {
    margin-bottom: 26px;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(42px, 6vw, 84px);
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
}

.quem-somos-page .about-split-copy p {
    max-width: 620px;
    color: #26313d;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(16px, 1.25vw, 19px);
    line-height: 1.62;
    letter-spacing: 0;
}

.quem-somos-page .about-split-copy p + p {
    margin-top: 16px;
}

.quem-somos-page .about-split-hero img {
    width: min(52vw, 760px);
    height: min(52vw, 760px);
    min-height: 500px;
    object-position: center;
}

.quem-somos-page .values-section {
    min-height: clamp(440px, 52vw, 620px);
    padding-top: clamp(52px, 6vw, 90px);
    padding-bottom: clamp(52px, 6vw, 90px);
}

.quem-somos-page .values-section::after {
    background: rgba(15, 24, 32, 0.18);
}

.quem-somos-page .values-video-bg {
    filter: none;
    opacity: 1;
}

.quem-somos-page .values-result-card {
    border-radius: 8px;
}

.quem-somos-page .values-section + .simulation-cta {
    margin-bottom: 0;
}

.filter-bar {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.filter-button {
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: white;
    color: var(--ink);
    cursor: pointer;
    font-weight: 800;
}

.filter-button.active,
.filter-button:hover {
    background: var(--green);
    border-color: var(--green);
    color: white;
}

.form-section {
    align-items: start;
}

.lead-form,
.form-aside {
    background: white;
    border: 1px solid var(--line);
    border-radius: 4px;
    padding: 28px;
    box-shadow: 0 16px 38px rgba(23, 32, 42, 0.08);
}

.lead-form {
    display: grid;
    gap: 16px;
}

.lead-form label,
.lead-form .choice-group legend {
    font-size: 20px;
    font-weight: 800;
}

.lead-form input,
.lead-form textarea,
.lead-form .radio-option {
    font-size: 18px;
    font-weight: 400;
}

.lead-form input,
.lead-form textarea {
    color: #32404d;
}

.lead-form input::placeholder,
.lead-form textarea::placeholder {
    color: #8a96a3;
    font-weight: 400;
}

.lead-form button {
    width: 100%;
    min-height: 50px;
    font-family: inherit;
    font-size: 19px;
}

.footer {
    display: grid;
    grid-template-columns: max-content max-content;
    justify-content: start;
    gap: 14px 52px;
    background: transparent;
    color: #101010;
    padding: 46px max(24px, calc((100vw - 1180px) / 2));
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.footer > div:first-child,
.footer > div:nth-child(2) {
    grid-column: 1;
}

.footer h2,
.footer h3 {
    margin-bottom: 12px;
    font-size: 17px;
    font-weight: 400;
    color: #101010;
}

.footer p {
    color: #101010;
    font-size: 13px;
    line-height: 1.7;
    font-weight: 400;
}

.footer a {
    color: #101010;
}

.footer a:hover {
    color: #1f6f9f;
}

.social-block h3 {
    color: #101010;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
}

.social-block {
    display: flex;
    align-items: center;
    align-self: start;
    grid-column: 2;
    grid-row: 1 / span 2;
    gap: 10px;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: transparent;
    color: #101010;
    transition: transform 0.2s ease, color 0.2s ease;
}

.social-link svg,
.social-link i {
    width: 18px;
    height: 18px;
    color: #101010;
    font-size: 18px;
    line-height: 1;
}

.social-link:hover {
    background: transparent;
    color: #1f6f9f;
    transform: translateY(-1px);
}

.social-link:hover i {
    color: #1f6f9f;
}

.footer-credit {
    width: 100%;
    padding: 10px 24px;
    background: #333333;
    color: white;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    text-align: center;
}

.footer-credit i {
    margin-left: 6px;
    color: white;
    font-size: 13px;
}

.hidden {
    display: none;
}

@media (max-width: 900px) {
    .footer,
    .section-heading,
    .cta-actions {
        align-items: flex-start;
    }

    .navbar {
        flex-wrap: wrap;
        align-items: center;
    }

    .logo {
        margin-right: auto;
        min-height: 64px;
        padding: 0 24px;
    }

    .nav-toggle {
        display: inline-flex;
    }

    .menu {
        display: none;
        order: 3;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        border-top: 1px solid var(--line);
        background: white;
    }

    .navbar.nav-open .menu {
        display: flex;
    }

    .menu a {
        min-height: 52px;
        padding: 0 22px;
    }

    .menu a.active::after {
        left: auto;
        right: 22px;
        bottom: 50%;
        transform: translateY(50%);
    }

    .site-header .whatsapp-link {
        display: none;
        order: 4;
        width: 100%;
        min-height: 54px;
        border-top: 1px solid var(--line);
    }

    .navbar.nav-open .whatsapp-link {
        display: inline-flex;
    }

    .hero,
    .about-section,
    .cta-section,
    .form-section,
    .property-detail-hero {
        grid-template-columns: 1fr;
    }

    .property-detail-hero {
        padding-top: 56px;
    }

    .orla-recreio-reserva-page .property-detail-hero {
        min-height: calc(100vh - 64px);
        padding: 0;
    }

    body.property-detail-page:not(.orla-recreio-reserva-page) .property-detail-hero {
        min-height: calc(100vh - 64px);
        padding: 0;
    }

    .orla-recreio-reserva-page .property-detail-copy {
        width: calc(100% - 36px);
        bottom: 24px;
        border-radius: 22px;
    }

    body.property-detail-page:not(.orla-recreio-reserva-page) .property-detail-copy {
        width: calc(100% - 36px);
        bottom: 24px;
        text-align: left;
    }

    .property-section-nav {
        top: 64px;
        padding: 0 18px;
    }

    .overview-layout,
    .location-grid,
    .location-content {
        grid-template-columns: 1fr;
    }

    .property-detail-hero > img {
        order: -1;
    }

    .amenities-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-split-hero,
    .values-section {
        grid-template-columns: 1fr;
        min-height: auto;
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .about-split-hero {
        padding-top: 54px;
    }

    .about-split-hero img {
        width: 100%;
        height: auto;
        min-height: 360px;
        aspect-ratio: 1 / 1;
    }

    .hero {
        min-height: auto;
        padding-top: 84px;
    }

    .hero-content,
.search-box {
        margin-left: 0;
        margin-right: 0;
    }

    .property-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .section-heading,
    .footer {
        flex-direction: column;
    }

    .footer {
        grid-template-columns: 1fr;
        justify-content: start;
    }

    .social-block {
        grid-column: 1;
        grid-row: auto;
    }

    .cta-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .section,
    .about-section,
    .cta-section,
    .form-section,
    .page-hero,
    .about-split-hero,
    .values-section {
        padding-left: 18px;
        padding-right: 18px;
    }

    .about-split-copy .eyebrow {
        font-size: 22px;
    }

    .about-split-copy h1 {
        font-size: 28px;
    }

    .about-split-copy p {
        font-size: 18px;
        line-height: 1.55;
    }

    .hero {
        min-height: 560px;
        align-content: end;
        gap: 16px;
        padding: 120px 18px 36px;
    }

    .hero-video-desktop {
        display: none;
    }

    .hero-video-mobile {
        display: block;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        min-width: 100%;
        min-height: 100%;
        object-fit: cover;
        object-position: 52% center;
        opacity: 0.68;
        transform: translate(-50%, -50%);
    }

    .search-box {
        grid-template-columns: 1fr;
        width: min(100%, 260px);
        max-width: none;
        margin-left: auto;
        margin-right: auto;
        transform: translateY(0);
    }

    .search-box-clean {
        overflow: visible;
        border-radius: 6px;
    }

    .search-box-clean .search-field {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-width: 0;
        min-height: 50px;
        padding: 0 14px;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .search-box-clean select {
        width: 100%;
        min-width: 0;
        font-size: 15px;
        line-height: 1.3;
    }

    .search-box-clean option {
        font-size: 15px;
    }

    .search-box-clean .search-button {
        width: 100%;
        min-height: 50px;
    }

    .hero h1 {
        max-width: 320px;
        font-size: 28px;
        line-height: 1.06;
    }

    .logo {
        min-height: 64px;
    }

    .logo img {
        height: 48px;
    }

    .menu {
        font-size: 17px;
    }

    .menu a {
        min-height: 48px;
        padding: 0 12px;
    }

    .hero-content > p:last-child {
        font-size: 17px;
    }

    .property-grid {
        grid-template-columns: 1fr;
    }

    .home-page .property-grid,
    .imoveis-page .property-grid {
        display: flex;
        grid-template-columns: none;
        gap: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-padding: 18px;
        padding-bottom: 12px;
        -webkit-overflow-scrolling: touch;
    }

    .home-page .property-grid::-webkit-scrollbar,
    .imoveis-page .property-grid::-webkit-scrollbar {
        height: 0;
    }

    .home-page .property-card,
    .imoveis-page .property-card {
        flex: 0 0 min(84vw, 340px);
        scroll-snap-align: start;
    }

    .results-showcase {
        min-height: auto;
        padding: 26px 0 34px;
    }

    .results-showcase::after {
        background: rgba(245, 242, 238, 0.72);
    }

    .results-track {
        gap: 12px;
        padding: 0 18px 8px;
    }

    .result-card {
        flex-basis: min(58vw, 220px);
        min-height: 190px;
        padding: 18px;
        border-radius: 12px;
    }

    .result-label {
        font-size: 10px;
        letter-spacing: 1px;
    }

    .result-metric {
        margin: 20px 0 14px;
        font-size: 34px;
    }

    .result-copy {
        font-size: 12px;
        line-height: 1.32;
    }

    .gallery-grid {
        gap: 12px;
        padding-bottom: 12px;
    }

    .gallery-grid img {
        flex-basis: min(86vw, 360px);
        width: min(86vw, 360px);
    }

    .gallery-carousel-button {
        width: 36px;
        height: 36px;
        font-size: 24px;
    }

    .gallery-carousel-button.prev {
        left: 8px;
    }

    .gallery-carousel-button.next {
        right: 8px;
    }

    .amenities-grid {
        grid-template-columns: 1fr;
    }

    .amenities-grid article {
        min-height: 132px;
        border-radius: 18px;
    }

    .amenities-list {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .amenity-list-item {
        font-size: 20px;
    }

    .property-detail-copy h1 {
        font-size: 38px;
    }

    .orla-recreio-reserva-page .property-detail-copy,
    .orla-recreio-reserva-page .property-detail-copy h1 {
        text-align: left;
    }

    .property-detail-copy p {
        font-size: 16px;
    }

    .property-kicker span,
    .property-facts span {
        min-height: 32px;
        padding: 0 11px;
        font-size: 13px;
    }

    .property-section-nav a {
        min-height: 50px;
        padding: 0 14px;
        font-size: 14px;
    }

    .overview-contact-card {
        min-height: 190px;
        margin-top: 0;
        gap: 18px;
    }

    .contact-features {
        gap: 10px;
        font-size: 14px;
    }

    .overview-contact-card .contact-whatsapp-button {
        min-height: 52px;
        font-size: 18px;
    }

    .overview-contact-card .presentation-button {
        min-height: 52px;
        font-size: 16px;
    }

    .orla-recreio-reserva-page .property-location {
        padding: 56px 18px;
    }

    .location-address {
        grid-template-columns: 44px 1fr;
        gap: 14px;
    }

    .location-icon {
        width: 42px;
        height: 42px;
        font-size: 22px;
    }

    .location-actions a {
        width: 82px;
        height: 82px;
        font-size: 14px;
    }

    .location-map-card {
        min-height: 310px;
    }

    .location-map-card a {
        width: min(78vw, 320px);
        min-height: 56px;
        padding: 0 18px;
        font-size: 16px;
    }

    .primary-button,
    .secondary-button {
        width: 100%;
    }

    .site-header .whatsapp-link {
        width: 100%;
        min-height: 52px;
    }

    .floating-whatsapp {
        right: 16px;
        bottom: 16px;
        width: 60px;
        height: 60px;
    }

    .floating-whatsapp svg {
        width: 34px;
        height: 34px;
    }

    .quem-somos-page .about-split-hero {
        gap: 28px;
        min-height: auto;
        padding-top: 48px;
    }

    .quem-somos-page .about-split-copy .eyebrow {
        font-size: 18px;
    }

    .quem-somos-page .about-split-copy h1 {
        font-size: 36px;
    }

    .quem-somos-page .about-split-copy p {
        font-size: 16px;
    }

    .quem-somos-page .about-split-hero img {
        width: calc(100% + 18px);
        height: auto;
        min-height: 0;
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }

    .quem-somos-page .values-section {
        min-height: auto;
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .quem-somos-page .values-result-card {
        min-height: 156px;
    }
}
