:root {
  --black: #000;
  --white: #fff;
  --line: #dedede;
  --gold: #a1803c;
  --gold-text: #806421;
  --gold-soft: #ccaa6e;
  --radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--black); font-family: "Manrope", sans-serif; }
button, input, select { font: inherit; }
a { color: inherit; text-decoration: none; }
.container-xl { max-width: 1240px; }

.brand-graphic { pointer-events: none; display: block; object-fit: contain; user-select: none; }
.hero-section { min-height: 720px; position: relative; display: flex; align-items: center; padding-top: 76px; overflow: hidden; background: var(--black); }
.hero-image { position: absolute; inset: 76px 0 0; overflow: hidden; background: var(--black); }
.hero-video { position: absolute; top: 50%; left: 50%; width: 177.78vh; height: 56.25vw; min-width: 100%; min-height: 100%; border: 0; transform: translate(-50%, -50%); pointer-events: none; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.08), rgba(0,0,0,.14)); }
.hero-graphic { position: absolute; z-index: 1; right: 2vw; top: 118px; width: min(502px, 40vw); height: auto; opacity: .58; }
.hero-content { position: relative; z-index: 2; width: 100%; display: flex; flex-direction: column; align-items: flex-start; }
.hero-consultant-badge { display: none; align-items: center; gap: 12px; width: min(480px, 100%); padding: 10px 12px; margin-bottom: 12px; border-radius: 0; background: rgba(255,255,255,.94); box-shadow: 0 12px 30px rgba(0,0,0,.16); }
.hero-consultant-badge img { width: 44px; height: 44px; object-fit: cover; border-radius: 50%; flex-shrink: 0; }
.hero-consultant-badge__info { min-width: 0; }
.hero-consultant-badge strong { display: block; font-size: 12px; line-height: 1.2; }
.hero-consultant-badge span { display: block; font-size: 10px; color: #666; margin-top: 2px; }
.hero-consultant-badge__button { margin-left: auto; padding: 9px 13px; border-radius: 0; background: var(--black); color: var(--white); font-size: var(--button-font-size-compact); font-weight: var(--button-weight-secondary); white-space: nowrap; }
.hero-consultant-badge__button:hover { background: #222; color: var(--white); }
.search-panel { width: min(480px, 100%); background: var(--white); color: var(--black); border-radius: 0; padding: 28px 24px 24px; box-shadow: 0 24px 80px rgba(0,0,0,.28); }
.search-kicker { font-size: 13px; margin: 0 0 13px; }
.search-panel h1 { font-size: clamp(27px, 3vw, 38px); line-height: 1.04; letter-spacing: -.055em; font-weight: 500; margin: 0 0 22px; }
.search-tabs { display: grid; grid-template-columns: 1fr 1fr; padding: 4px; background: #e5e5e5; border-radius: 0; margin-bottom: 10px; }
.search-tabs button { min-height: 44px; border: 0; border-radius: 0; background: transparent; color: #555; font-size: var(--button-font-size-compact); font-weight: var(--button-weight-secondary); transition: color .25s ease, background-color .25s ease, transform .25s ease; }
.search-tabs button.active { background: var(--black); color: var(--white); font-weight:var(--button-weight-primary); animation: searchTabActivate .3s ease both; }
.search-tabs button:hover:not(.active) { background: #d8d8d8; color: var(--black); }
.search-tabs-fixed{display:block;padding:4px;background:#e5e5e5}
.search-tabs-fixed span{min-height:44px;padding:0 14px;background:var(--black);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:var(--button-font-size-compact);font-weight:var(--button-weight-primary)}
@keyframes searchTabActivate { from { opacity: .55; transform: translateY(3px); } to { opacity: 1; transform: translateY(0); } }
.search-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.field { min-width: 0; background: #e5e5e5; border-radius: 0; padding: 14px 16px 8px; }
.field-neighborhood { grid-column: 1 / -1; }
.field label { display: block; font-size: 11px; font-weight: 700; margin-bottom: 3px; }
.field select { width: 100%; height: 32px; border: 0; background: transparent; color: #4d4d4d; font-size: 12px; padding: 0 18px 0 0; }
.field input { width:100%; height:32px; border:0; outline:0; background:transparent; color:#4d4d4d; font-size:12px; padding:0; }
.field input::placeholder{color:#777;opacity:1}
.neighborhood-options{position:absolute;z-index:20;left:0;right:0;top:100%;display:grid;gap:1px;padding:6px;background:#fff;border:1px solid #dededb;box-shadow:0 14px 30px rgba(0,0,0,.14)}
.field-neighborhood{position:relative}
.neighborhood-options button{padding:10px 12px;border:0;background:#fff;color:#333;text-align:left;font-size:12px;cursor:pointer}
.neighborhood-options button:hover{background:#f5f5f1}
.neighborhood-empty{padding:10px 12px;color:#777;font-size:12px}
.btn-search { grid-column: 1 / -1; min-height: 46px; border: 0; border-radius: 0; background: var(--black); color: var(--white); display: flex; align-items: center; justify-content: center; gap: 9px; font-size: var(--button-font-size); font-weight: var(--button-weight-primary); margin-top: 2px; }
.btn-search-icon { width: 22px; height: 22px; flex: 0 0 22px; }
.btn-search:hover { background: #1d1d1d; }
.search-notice { grid-column: 1 / -1; margin-top: 10px; font-size: 12px; color: #505050; border-left: 2px solid var(--gold); padding-left: 9px; }

.section-space { padding: 92px 0; }
.scroll-reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.scroll-reveal.is-visible { opacity: 1; transform: translateY(0); }
.section-header { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 34px; }
.eyebrow { color: var(--gold-text); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; margin: 0 0 11px; }
.eyebrow.light { color: var(--gold-soft); }
.section-header h2, .launch-intro h2 { font-size: clamp(34px, 4vw, 54px); line-height: 1.04; letter-spacing: -.05em; font-weight: 500; margin: 0; }
.link-arrow { font-size: var(--button-font-size-compact); font-weight: var(--button-weight-secondary); display: inline-flex; gap: 10px; align-items: center; border-bottom: 1px solid; padding-bottom: 6px; white-space: nowrap; }

.property-card { background: var(--white); position: relative; border: 1px solid var(--line); overflow: hidden; transition: .25s ease; }
.property-card:hover { transform: translateY(-4px); box-shadow: 0 18px 45px rgba(0,0,0,.09); }
.property-media { display: block; height: 280px; position: relative; overflow: hidden; background: #ddd; }
.property-media .carousel, .property-media .carousel-inner, .property-media .carousel-item { height: 100%; }
.property-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.property-card:hover .property-media img { transform: scale(1.035); }
.property-tag { position: absolute; left: 14px; top: 14px; background: var(--black); color: var(--white); border-radius: 999px; padding: 7px 11px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.favorite-btn { position: absolute; right: 14px; top: 14px; z-index: 2; width: 34px; height: 34px; display: grid; place-items: center; border: 0; background: var(--white); border-radius: 0; }
.favorite-btn.is-active { color: var(--gold); }
.favorite-btn.is-active svg { fill: var(--gold); }
.property-body { padding: 22px 22px 18px; }
.property-code { margin: 0 0 8px; color: var(--gold-text); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.property-condo { margin: 0 0 10px; color: #333; font-size: 12px; font-weight: 800; letter-spacing: .02em; }
.property-body h3 { font-size: 18px; font-weight: 700; letter-spacing: -.03em; margin: 0 0 8px; line-height: 1.15; }
.property-place { color: #555; font-size: 12px; margin: 0 0 16px; }
.property-specs { display: flex; flex-wrap: wrap; gap: 16px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.property-specs span { display: inline-flex; align-items: center; gap: 10px; color: #222; font-size: 12px; font-weight: 700; }
.property-specs span img { width: 16px; height: 16px; display: block; }
.property-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 18px; }
.property-footer strong { font-size: 18px; font-weight: 800; }
.circle-arrow { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 0; background: var(--white); display: grid; place-items: center; }
.circle-arrow:hover { background: var(--black); color: var(--white); }

.launch-section { position: relative; background: var(--black); color: var(--white); padding: 92px 0; overflow: hidden; }
.launch-graphic { position: absolute; right: -35px; top: 32px; width: min(502px, 42vw); height: auto; opacity: .2; }
.launch-intro { position: relative; z-index: 2; display: flex; align-items: end; justify-content: space-between; margin-bottom: 34px; }
.light-link { color: var(--white); }
.launch-feature-wrap { position: relative; z-index: 2; }
.launch-feature { position: relative; z-index: 2; height: 480px; overflow: hidden; }
.launch-feature .carousel-item { height: 480px; }
.launch-feature .carousel-item > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.85); }
.launch-card { position: absolute; z-index: 3; left: 24px; bottom: 24px; width: min(320px, calc(100% - 48px)); margin: 0; background: var(--white); color: var(--black); padding: 24px; box-shadow: 0 24px 50px rgba(0,0,0,.18); display: grid; gap: 18px; }
.launch-card span { display: inline-flex; align-items: center; justify-content: center; padding: 6px 12px; border-radius: 999px; background: var(--black); color: var(--white); text-transform: uppercase; letter-spacing: .1em; font-size: 10px; font-weight: 700; width: fit-content; }
.launch-card h3 { font-size: 24px; margin: 10px 0 6px; line-height: 1.08; }
.launch-card .launch-copy { margin: 0 0 10px; color: #444; font-size: 12px; line-height: 1.5; }
.launch-card p { color: #444; font-size: 12px; margin: 0 0 10px; }
.launch-card .launch-address { color: #777; font-size: 11px; margin: 0 0 10px; }
.launch-card-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height:46px; padding: 0 20px; border-radius: 0; background: var(--black); color: var(--white); font-size: var(--button-font-size); font-weight: var(--button-weight-primary); text-decoration: none; transition: transform .2s ease, background .2s ease; width: fit-content; }
.launch-card-btn:hover { background: #111; transform: translateY(-1px); }
.launch-card-btn i { font-size: 0.95em; }

.consultant-about { background: var(--white); padding: 112px 0; overflow: hidden; }
.consultant-about-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); align-items: center; gap: clamp(64px, 8vw, 112px); }
.consultant-photo-wrap { position: relative; min-height: 520px; isolation: isolate; opacity: 0; transform: translateX(-40px); transition: opacity .8s ease, transform .8s ease; }
.consultant-copy { opacity: 0; transform: translateX(40px); transition: opacity .8s ease, transform .8s ease; }
.consultant-about.is-visible .consultant-photo-wrap,
.consultant-about.is-visible .consultant-copy { opacity: 1; transform: translateX(0); }
.consultant-photo-wrap::before { content: ""; position: absolute; z-index: -1; left: -30px; bottom: -28px; width: 82%; height: 92%; background: #f4f4f1; }
.consultant-photo-wrap::after { content: ""; position: absolute; z-index: -1; right: -34px; top: -28px; width: 42%; height: 42%; border: 1px solid rgba(0,0,0,.12); }
.consultant-photo { position: absolute; inset: 0 0 0 30px; width: calc(100% - 30px); height: 100%; object-fit: cover; object-position: center; filter: saturate(.88) contrast(1.02); }
.experience-seal { position: absolute; right: -28px; bottom: 38px; width: 112px; height: 112px; border-radius: 50%; background: var(--gold); color: var(--white); display: flex; align-items: center; justify-content: center; gap: 7px; box-shadow: 0 14px 34px rgba(0,0,0,.13); }
.experience-seal img { display: block; width: 88px; height: auto; object-fit: contain; }
.consultant-copy h2 { max-width: 660px; font-size: clamp(40px, 4.7vw, 64px); line-height: 1.01; letter-spacing: -.065em; font-weight: 500; margin: 0 0 28px; text-wrap: balance; }
.consultant-copy > p:not(.eyebrow) { max-width: 640px; color: #4b4b4b; font-size: 13px; line-height: 1.85; margin: 0 0 28px; }
.consultant-read-more { margin: -12px 0 28px; padding: 0; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; background: transparent; color: var(--ink); font-size: 12px; font-weight: 700; line-height: 1.45; }
.consultant-details { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; padding: 18px 0 24px; border-top: 1px solid var(--line); }
.consultant-details div { display: flex; flex-direction: column; gap: 7px; }
.consultant-details span { color: #666; font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.consultant-details strong { font-size: 12px; }
.consultant-story { min-height: 46px; width: fit-content; padding: 0 22px; border-radius: 0; background: var(--black); color: var(--white); display: inline-flex; align-items: center; gap: 10px; font-size: var(--button-font-size); font-weight: var(--button-weight-primary); }
.consultant-story:hover { background: #222; color: var(--white); transform: translateY(-2px); }
.property-types-section { padding: 0 0 112px; background: var(--white); }
.property-types-header { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 34px; }
.property-types-header h2 { font-size: clamp(38px, 4vw, 56px); line-height: 1.02; letter-spacing: -.055em; font-weight: 500; margin: 0; }
.property-types-intro { max-width: 280px; color: #666; font-size: 11px; line-height: 1.7; margin: 0 0 4px; }
.property-types-grid > div { min-width: 0; }
.property-type-tile { min-height: 180px; display: block; position: relative; overflow: hidden; border-radius: 0; color: var(--white); isolation: isolate; }
.property-type-tile-large, .property-type-tile-tall { height: 384px; }
.property-types-stack { display: flex; flex-direction: column; gap: 24px; }
.property-types-stack .property-type-tile { flex: 1; }
.property-type-tile img, .property-type-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.property-type-tile img { object-fit: cover; transition: transform .7s ease; z-index: -2; }
.property-type-overlay { background: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.1)), linear-gradient(180deg, rgba(0,0,0,.04) 20%, rgba(0,0,0,.68) 100%); z-index: -1; }
.property-type-tile:hover img { transform: scale(1.045); }
.property-type-content { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; text-align: center; padding: 20px; }
.property-type-content strong { font-size: clamp(19px, 1.8vw, 23px); line-height: 1.2; font-weight: 600; text-shadow: 0 1px 3px rgba(0,0,0,.8); }
.property-type-content > span { min-height: 44px; padding: 0 20px; border: 1px solid rgba(255,255,255,.5); border-radius: 0; background: rgba(5,5,5,.62); color: #fff; box-shadow: inset 0 1px 0 rgba(255,255,255,.16),0 8px 24px rgba(0,0,0,.18); backdrop-filter: blur(12px) saturate(120%); -webkit-backdrop-filter: blur(12px) saturate(120%); display: inline-flex; align-items: center; justify-content: center; font-size: 13px; line-height: 1.25; font-weight: 500; text-shadow: 0 1px 2px rgba(0,0,0,.8); }
.property-type-tile:hover .property-type-content > span { background: rgba(5,5,5,.72); border-color: rgba(255,255,255,.72); }
.property-type-content i { margin-left: 6px; }
.neighborhoods-section { padding: 0 0 112px; background: var(--white); }
.neighborhoods-header { margin-bottom: 34px; }
.neighborhood-tile { height: 270px; }
.conversation-cta { background: #101112; color: var(--white); padding: 70px 0; }
.conversation-content { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.conversation-content h2 { max-width: 760px; font-size: clamp(34px, 4.3vw, 57px); line-height: 1.03; letter-spacing: -.055em; font-weight: 500; margin: 0; }
.conversation-whatsapp { flex: 0 0 auto; min-height: 48px; padding: 0 24px; border-radius: 0; background: var(--white); color: var(--black); display: inline-flex; align-items: center; gap: 9px; font-size: var(--button-font-size); font-weight: var(--button-weight-primary); }
.conversation-whatsapp:hover { background: var(--gold-soft); color: var(--black); }

.site-footer { position: relative; overflow: hidden; background: var(--black); color: var(--white); padding: 64px 0 40px; border-top: 1px solid rgba(255,255,255,.06); }
.footer-graphic { position: absolute; right: -4rem; bottom: 0; width: 511px; height: 653px; object-fit: contain; opacity: .14; mix-blend-mode: screen; }
.footer-content { position: relative; z-index: 2; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; align-items: start; padding-bottom: 36px; }
.footer-about { display: flex; flex-direction: column; gap: 12px; }
.footer-brand-row { display: flex; align-items: center; gap: 18px; min-height: 56px; }
.footer-avatar { width: 56px; height: 56px; flex: 0 0 56px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(255,255,255,.08); }
.footer-description { color: rgba(255,255,255,.76); font-size: 13px; margin: 12px 0 8px; max-width: 320px; }
.footer-contact { color: rgba(255,255,255,.95); display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; }
.footer-socials { display: flex; align-items: center; gap: 14px; margin-top: 8px; }
.footer-socials a { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: transparent; color: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.06); transition: transform .15s ease, background-color .15s ease; }
.footer-socials a:hover { background: rgba(255,255,255,.06); transform: translateY(-3px); }
.footer-col { display: flex; flex-direction: column; gap: 12px; }
.footer-col span { color: rgba(255,255,255,.58); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 8px; }
.footer-col a { color: rgba(255,255,255,.9); font-size: 13px; text-decoration: none; transition: color .15s ease, transform .15s ease; }
.footer-col a:hover { color: var(--white); transform: translateX(3px); }
.btn-whatsapp { background: var(--gold); color: var(--black); border-radius: 0; padding: 12px 18px; display: inline-flex; gap: 10px; align-items: center; justify-content: center; font-size: 13px; font-weight: var(--button-weight-primary); white-space: nowrap; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.06); padding-top: 22px; color: rgba(255,255,255,.65); font-size: 13px; }
.footer-actions { display: flex; gap: 18px; align-items: center; }
.floating-whatsapp { position: fixed; z-index: 80; right: 24px; bottom: 24px; width: 54px; height: 54px; border-radius: 0; display: grid; place-items: center; background: var(--black); color: var(--white); border: 1px solid rgba(255,255,255,.35); box-shadow: 0 10px 30px rgba(0,0,0,.22); }

.mobile-menu { position: fixed; z-index: 200; inset: 0; background: var(--white); padding: 24px; display: flex; flex-direction: column; animation: slideIn .25s ease; }
.mobile-menu-head { display: flex; justify-content: space-between; align-items: center; }
.mobile-menu-head button, .modal-close { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 0; background: var(--white); display: grid; place-items: center; }
.mobile-menu nav { margin-top: 50px; }
.mobile-menu nav a { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 21px; font-weight: 600; }
.mobile-menu .btn-whatsapp { background: var(--black); color: var(--white); }
.mobile-links { display: flex; flex-direction: column; padding-top: 28px; }
.offcanvas .brand-logo { filter: none; }
.mobile-links a { padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 20px; font-weight: 600; }
@keyframes slideIn { from { opacity: 0; transform: translateX(25px); } }

.modal-backdrop-custom { position: fixed; z-index: 300; inset: 0; background: rgba(0,0,0,.78); display: grid; place-items: center; padding: 20px; }
.property-modal { background: var(--white); width: min(920px, 100%); max-height: 90vh; overflow: auto; display: grid; grid-template-columns: 1.08fr .92fr; position: relative; }
.modal-carousel { width: 100%; height: 100%; min-height: 520px; background: #111; }
.modal-carousel .carousel-inner, .modal-carousel .carousel-item { height: 100%; }
.modal-carousel .carousel-item img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.modal-carousel .carousel-control-prev, .modal-carousel .carousel-control-next { width: 15%; }
.modal-close { position: absolute; z-index: 2; right: 14px; top: 14px; }
.modal-content-custom { padding: 65px 40px 38px; }
.modal-content-custom h2 { font-size: 31px; letter-spacing: -.04em; margin: 9px 0; }
.modal-content-custom > p:not(.property-code) { font-size: 11px; color: #666; }
.modal-description { color: #444 !important; line-height: 1.7; margin: 22px 0 0; }
.modal-specs { margin-top: 24px; }
.modal-price { display: block; font-size: 20px; margin: 25px 0; }
.modal-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.premium-btn, .modal-actions .btn-outline-dark { border-radius: 0; min-height: 48px; padding: 0 21px; display: inline-flex; align-items:center; gap: 9px; font-size: var(--button-font-size); font-weight: var(--button-weight-primary); }
.modal-actions .btn-outline-dark{font-weight:var(--button-weight-secondary)}

@media (max-width: 991px) {
  .nav-shell { grid-template-columns: auto 1fr auto; }
  .nav-group { display: none; }
  .menu-btn { display: grid; }
  .hero-graphic, .launch-graphic, .footer-graphic { width: 80vw; }
  .consultant-about-grid { gap: 48px; }
}

@media (max-width: 767px) {
  .nav-shell { height: 68px; padding-inline: 18px; }
  .brand-logo { width: 82px; height: 44px; }
  .hero-section { min-height: 740px; padding-top: 68px; align-items: flex-end; }
  .hero-image { inset: 68px 0 0; background-position: 35% center; }
  .hero-overlay { background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.44)); }
  .hero-graphic { top: 92px; right: -78px; width: 390px; opacity: .46; }
  .hero-content { padding: 0 18px 32px; }
  .hero-consultant-badge { display: flex; }
  .search-panel { padding: 22px 17px 17px; border-radius: 0; }
  .search-panel h1 { font-size: 28px; }
  .search-tabs button { font-size: var(--button-font-size-compact); }
  .field { padding-inline: 12px; }
  .field select { font-size: 12px; }
  .section-space, .launch-section { padding: 70px 0; }
  .section-space .container-xl, .launch-section .container-xl, .site-footer .container-xl { padding-inline: 18px; }
  .section-header, .launch-intro { align-items: flex-start; flex-direction: column; margin-bottom: 27px; gap: 22px; }
  .property-media { height: 250px; }
  .launch-graphic { width: 390px; right: -150px; top: 28px; opacity: .18; }
  .launch-feature { height: auto; overflow: visible; }
  .launch-feature .carousel-inner { overflow: visible; }
  .launch-feature .carousel-item { height: auto; padding-bottom: 1px; }
  .launch-feature .carousel-item > img { height: 330px; display: block; }
  .launch-card { position: relative; left: auto; bottom: auto; width: calc(100% - 32px); margin: -52px auto 0; padding: 22px; gap: 12px; }
  .launch-card h3 { margin: 2px 0 0; font-size: 22px; }
  .launch-card .launch-copy, .launch-card p, .launch-card .launch-address { margin: 0; }
  .launch-card-btn { width: 100%; margin-top: 4px; }
  .launch-feature .carousel-control-prev, .launch-feature .carousel-control-next { height: 330px; bottom: auto; }
  .launch-feature .carousel-indicators { bottom: auto; top: 298px; margin-bottom: 0; }
  .launch-section { padding-bottom: 70px; }
  .consultant-about { padding: 70px 0; }
  .consultant-about .container-xl, .conversation-cta .container-xl { padding-inline: 18px; }
  .consultant-about-grid { grid-template-columns: 1fr; gap: 54px; }
  .property-types-section { padding: 0 0 70px; }
  .property-types-section .container-xl { padding-inline: 18px; }
  .property-types-header { align-items: flex-start; flex-direction: column; gap: 18px; margin-bottom: 27px; }
  .property-types-intro { max-width: 360px; }
  .property-type-tile-large, .property-type-tile-tall { height: 300px; }
  .property-types-stack { gap: 16px; }
  .property-types-stack .property-type-tile { min-height: 220px; }
  .neighborhoods-section { padding: 0 0 70px; }
  .neighborhoods-section .container-xl { padding-inline: 18px; }
  .neighborhoods-header { margin-bottom: 27px; }
  .neighborhood-tile { height: 260px; }
  .consultant-photo-wrap { min-height: 420px; margin-right: 18px; }
  .consultant-photo { left: 18px; width: calc(100% - 18px); object-position: 52% center; }
  .experience-seal { right: -18px; width: 90px; height: 90px; }
  .experience-seal img { width: 68px; }
  .consultant-copy h2 { font-size: 42px; }
  .consultant-details { gap: 16px; }
  .conversation-content { align-items: flex-start; flex-direction: column; }
  .conversation-content h2 { font-size: 38px; }
  .conversation-whatsapp { width: 100%; justify-content: center; }
  .footer-graphic { width: 390px; height: auto; max-width: none; right: -12rem; bottom: 0; opacity: .38; }
  .footer-top { grid-template-columns: 1fr; gap: 46px; }
  .footer-nav { gap: 30px; }
  .footer-bottom { display: block; line-height: 2; }
  .floating-whatsapp { right: 18px; bottom: 18px; }
  .property-modal { display: block; }
  .modal-carousel { height: 280px; min-height: 0; }
  .modal-carousel .carousel-item img { height: 280px; min-height: 0; }
  .modal-content-custom { padding: 27px 22px 25px; }
  .modal-content-custom h2 { font-size: 25px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .scroll-reveal { opacity: 1; transform: none; transition: none; }
}

/* Select2 da busca principal: mantém o acabamento dos campos do template. */
.search-panel .home-search-select + .select2-container {
  width: 100% !important;
  height: 32px;
}
.search-panel select.home-search-select {
  appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 32px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #4d4d4d;
  font-size: 12px;
}
.search-panel .home-search-select + .select2-container .select2-selection--single {
  height: 32px;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.search-panel .home-search-select + .select2-container .select2-selection__rendered {
  padding: 0 24px 0 0;
  line-height: 32px;
  color: #4d4d4d;
  font-size: 12px;
}
.search-panel .home-search-select + .select2-container .select2-selection__arrow {
  height: 32px;
  right: 0;
}
.search-panel .home-search-select + .select2-container.select2-container--open .select2-selection--single {
  box-shadow: none;
}
.search-panel .select2-dropdown {
  border: 1px solid #d0d0d0;
  border-radius: 0;
  box-shadow: 0 10px 24px rgba(0,0,0,.14);
  z-index: 1200;
}
.search-panel .select2-search--dropdown .select2-search__field {
  border: 1px solid #c8c8c8;
  border-radius: 0;
  font-size: 13px;
  padding: 7px 9px;
}
.search-panel .select2-results__option {
  padding: 8px 10px;
  font-size: 13px;
}
.search-panel .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #111;
  color: #fff;
}
.search-panel .select2-container--default .select2-results__option[aria-selected="true"] {
  background: #e8e8e8;
  color: #111;
}
.search-panel .select2-container--default .select2-results__option[aria-selected="true"].select2-results__option--highlighted {
  background: #111;
  color: #fff;
}
.search-panel select.home-search-select option:checked,
.search-panel select.home-search-select option:hover {
  background: #111;
  color: #fff;
}
.search-panel .searchable-select { position: relative; }
.search-panel .searchable-select-toggle { width:100%; height:32px; border:0; background:transparent; display:flex; align-items:center; justify-content:space-between; color:#4d4d4d; font-size:12px; padding:0; text-align:left; }
.search-panel .searchable-select-toggle i { font-size:11px; }
.search-panel .searchable-select-menu { position:absolute; z-index:1200; left:0; right:0; top:38px; background:#fff; border:1px solid #d0d0d0; box-shadow:0 10px 24px rgba(0,0,0,.14); }
.search-panel .searchable-select-search { display:flex; align-items:center; gap:7px; padding:8px; border-bottom:1px solid #e0e0e0; }
.search-panel .searchable-select-search input { width:100%; border:1px solid #c8c8c8; padding:7px 8px; font-size:12px; outline:0; }
.search-panel .searchable-select-options { max-height:190px; overflow:auto; }
.search-panel .searchable-select-option { display:block; width:100%; border:0; background:#fff; color:#333; padding:8px 10px; text-align:left; font-size:12px; }
.search-panel .searchable-select-option:hover, .search-panel .searchable-select-option.selected { background:#111; color:#fff; }
.search-filters .searchable-select { position:relative; }
.search-filters .searchable-select-toggle { width:100%; min-height:48px; border:1px solid #d8d8d8; background:#fff; display:flex; align-items:center; justify-content:space-between; padding:0 14px; color:#333; text-align:left; }
.search-filters .searchable-select-menu { position:absolute; z-index:1200; left:0; right:0; top:52px; background:#fff; border:1px solid #d0d0d0; box-shadow:0 10px 24px rgba(0,0,0,.14); }
.search-filters .searchable-select-search { display:flex; gap:7px; padding:8px; border-bottom:1px solid #e0e0e0; }
.search-filters .searchable-select-search input { width:100%; border:1px solid #c8c8c8; padding:8px; outline:0; }
.search-filters .searchable-select-options { max-height:220px; overflow:auto; }
.search-filters .searchable-select-option { display:block; width:100%; border:0; background:#fff; color:#333; padding:9px 12px; text-align:left; }
.search-filters .searchable-select-option:hover, .search-filters .searchable-select-option.selected { background:#111; color:#fff; }
