@font-face{font-family:Articulat;src:url('../fonts/ArticulatCF-Normal.woff2') format('woff2');font-weight:400;font-display:swap}
@font-face{font-family:Articulat;src:url('../fonts/ArticulatCF-Medium.woff2') format('woff2');font-weight:500;font-display:swap}
@font-face{font-family:Articulat;src:url('../fonts/ArticulatCF-DemiBold.woff2') format('woff2');font-weight:700;font-display:swap}

:root{--property-wine:#580811;--property-wine-dark:#3f050c;--property-wine-light:#7a1723;--property-rose:#f7eef0;--property-cream:#fbf8f6;--property-ink:#302b2b;--property-muted:#756b6d;--property-line:#e7ddde}

.property-showcase{position:relative;padding:106px 0 112px;background:linear-gradient(180deg,#fff 0%,#fbf7f6 100%);color:var(--property-ink);font-family:Articulat,Arial,sans-serif;overflow:clip}
.property-showcase::before{content:"";position:absolute;width:520px;height:520px;right:-270px;top:-280px;border-radius:50%;background:radial-gradient(circle,rgba(88,8,17,.09),rgba(88,8,17,0) 68%);pointer-events:none}
.property-shell{position:relative;width:min(1180px,calc(100% - 48px));margin-inline:auto}
.property-heading{display:flex;align-items:end;justify-content:space-between;gap:42px;margin-bottom:34px}
.property-heading__copy{max-width:750px}.property-eyebrow{display:block;margin-bottom:12px;color:var(--property-wine);font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}
.property-heading h2,.property-page-hero h1{margin:0;color:var(--property-wine);font-size:clamp(38px,4.4vw,62px);font-weight:400;line-height:.98;letter-spacing:-.052em}
.property-heading h2 strong,.property-page-hero h1 strong{font-weight:700}.property-heading p{max-width:560px;margin:18px 0 0;color:var(--property-muted);font-size:17px;line-height:1.55}
.property-source{flex:0 0 auto;padding:11px 15px;border:1px solid var(--property-line);border-radius:999px;color:var(--property-muted);background:rgba(255,255,255,.72);font-size:12px;white-space:nowrap}
.property-source::before{content:"";width:7px;height:7px;margin-right:8px;display:inline-block;border-radius:50%;background:#3fa45b;box-shadow:0 0 0 4px rgba(63,164,91,.12)}

.property-filters{margin-bottom:34px;padding:20px;border:1px solid rgba(88,8,17,.1);border-radius:22px;background:rgba(255,255,255,.94);box-shadow:0 18px 55px rgba(63,5,12,.08)}
.property-filter-grid{display:grid;grid-template-columns:2fr repeat(3,1fr) auto;gap:12px;align-items:end}
.property-field{min-width:0;display:flex;flex-direction:column;gap:7px}.property-field>span{padding-left:2px;color:#665d5e;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.property-field input,.property-field select{width:100%;height:48px;padding:0 14px;border:1px solid #ddd1d2;border-radius:12px;outline:none;background:#fff;color:var(--property-ink);font:500 14px Articulat,Arial,sans-serif;transition:border-color .2s,box-shadow .2s}
.property-field input:focus,.property-field select:focus{border-color:var(--property-wine-light);box-shadow:0 0 0 3px rgba(88,8,17,.09)}
.property-field--search{position:relative}.property-field--search input{padding-left:43px}.property-field--search svg{position:absolute;left:15px;bottom:14px;width:20px;height:20px;color:var(--property-wine)}
.property-submit,.property-clear,.property-more,.property-pagination button{border:0;font:700 13px Articulat,Arial,sans-serif;cursor:pointer;transition:transform .2s,background .2s,color .2s,border-color .2s}
.property-submit{height:48px;padding:0 22px;border-radius:12px;background:var(--property-wine);color:#fff;white-space:nowrap;box-shadow:0 10px 24px rgba(88,8,17,.18)}.property-submit:hover{transform:translateY(-2px);background:var(--property-wine-dark)}
.property-advanced{margin-top:13px;border-top:1px solid #eee5e6}.property-advanced summary{width:max-content;padding:14px 2px 0;display:flex;align-items:center;gap:8px;color:var(--property-wine);font-size:13px;font-weight:700;cursor:pointer;list-style:none}.property-advanced summary::-webkit-details-marker{display:none}.property-advanced summary::after{content:"+";font-size:18px;font-weight:400}.property-advanced[open] summary::after{content:"−"}
.property-advanced-grid{margin-top:14px;display:grid;grid-template-columns:repeat(5,1fr) auto;gap:12px;align-items:end}.property-clear{height:48px;padding:0 18px;border:1px solid #d8c9cb;border-radius:12px;background:#fff;color:var(--property-wine)}.property-clear:hover{border-color:var(--property-wine);background:var(--property-rose)}

.property-results-bar{min-height:30px;margin-bottom:18px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:var(--property-muted);font-size:14px}.property-results-bar strong{color:var(--property-wine)}
.property-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.property-card{min-width:0;display:flex;flex-direction:column;border:1px solid rgba(88,8,17,.1);border-radius:20px;background:#fff;color:inherit;text-decoration:none;overflow:hidden;box-shadow:0 12px 36px rgba(63,5,12,.07);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.property-card:hover{transform:translateY(-6px);border-color:rgba(88,8,17,.24);box-shadow:0 24px 52px rgba(63,5,12,.14)}
.property-card__media{position:relative;aspect-ratio:16/10;background:linear-gradient(135deg,#e8dcdd,#f8f1f2);overflow:hidden}.property-card__media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .55s ease}.property-card:hover .property-card__media img{transform:scale(1.045)}
.property-card__media.is-missing::after{content:"Lamartine Imóveis";position:absolute;inset:0;display:grid;place-items:center;color:var(--property-wine);font-weight:700}
.property-card__badge{position:absolute;left:13px;top:13px;padding:7px 10px;border-radius:999px;background:rgba(88,8,17,.92);color:#fff;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;backdrop-filter:blur(8px)}
.property-card__source{position:absolute;right:13px;bottom:13px;padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.91);color:var(--property-wine);font-size:10px;font-weight:700}
.property-card__body{padding:18px 18px 17px;display:flex;flex:1;flex-direction:column}.property-card__location{margin:0 0 9px;color:var(--property-wine-light);font-size:11px;font-weight:700;line-height:1.3;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.property-card h3{min-height:44px;margin:0;color:var(--property-ink);font-size:17px;font-weight:600;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.property-card__price{margin:16px 0 13px;color:var(--property-wine);font-size:22px;font-weight:700;letter-spacing:-.025em}
.property-card__features{margin-top:auto;padding-top:13px;display:flex;flex-wrap:wrap;gap:7px;border-top:1px solid #eee7e7}.property-card__features span{padding:5px 8px;border-radius:999px;background:var(--property-rose);color:#5e5455;font-size:11px;white-space:nowrap}
.property-card__open{margin-top:15px;display:flex;align-items:center;justify-content:space-between;color:var(--property-wine);font-size:12px;font-weight:700}.property-card__open svg{width:17px;height:17px;transition:transform .2s}.property-card:hover .property-card__open svg{transform:translate(3px,-3px)}
.property-empty,.property-error,.property-loading{grid-column:1/-1;min-height:240px;padding:42px;display:grid;place-items:center;text-align:center;border:1px dashed #d9cacc;border-radius:20px;background:rgba(255,255,255,.72);color:var(--property-muted);line-height:1.55}.property-error{color:#8f2935}
.property-actions{margin-top:38px;text-align:center}.property-more{min-height:50px;padding:0 25px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;background:var(--property-wine);color:#fff;text-decoration:none;box-shadow:0 12px 28px rgba(88,8,17,.2)}.property-more:hover{transform:translateY(-2px);background:var(--property-wine-dark)}
.property-more svg{width:17px;height:17px}

.property-page{margin:0;background:var(--property-cream);color:var(--property-ink);font-family:Articulat,Arial,sans-serif}.property-page *{box-sizing:border-box}.property-page a{color:inherit}.property-page-nav{position:sticky;z-index:50;top:0;border-bottom:1px solid rgba(255,255,255,.14);background:rgba(68,5,13,.95);box-shadow:0 8px 32px rgba(63,5,12,.18);backdrop-filter:blur(18px)}.property-page-nav__inner{width:min(1180px,calc(100% - 48px));min-height:82px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:28px}.property-page-nav__brand img{width:175px;display:block}.property-page-nav__menu{display:flex;align-items:center;gap:30px;color:#fff;font-size:14px}.property-page-nav__menu a{text-decoration:none;opacity:.82}.property-page-nav__menu a:hover,.property-page-nav__menu a[aria-current=page]{opacity:1}.property-page-nav__cta{min-height:46px;padding:0 22px;display:inline-flex;align-items:center;border-radius:999px;background:#fff;color:var(--property-wine)!important;font-size:13px;font-weight:700;text-decoration:none}.property-page-nav__toggle{display:none}
.property-page-main{min-height:70vh}.property-page-hero{padding:74px 0 43px;background:var(--property-wine);color:#fff}.property-page-hero .property-shell{display:flex;align-items:end;justify-content:space-between;gap:50px}.property-page-hero .property-eyebrow{color:#f3cfd5}.property-page-hero h1{max-width:770px;color:#fff}.property-page-hero p{max-width:410px;margin:0 0 3px;color:rgba(255,255,255,.75);font-size:16px;line-height:1.55}.property-page .property-showcase{padding:42px 0 100px;background:var(--property-cream)}.property-page .property-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.property-page .property-filters{position:relative;margin-top:-32px;z-index:3}.property-page .property-card h3{font-size:18px}.property-page .property-card__media{aspect-ratio:16/9}
.property-pagination{margin-top:38px;display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.property-pagination button{min-width:42px;height:42px;padding:0 13px;border:1px solid #d9cacc;border-radius:11px;background:#fff;color:var(--property-wine)}.property-pagination button:hover:not(:disabled),.property-pagination button[aria-current=page]{border-color:var(--property-wine);background:var(--property-wine);color:#fff}.property-pagination button:disabled{opacity:.38;cursor:not-allowed}
.property-page-footer{padding:58px 0 25px;background:var(--property-wine);color:#fff}.property-page-footer__grid{display:grid;grid-template-columns:1.65fr repeat(3,1fr);gap:42px}.property-page-footer__brand img{width:170px}.property-page-footer__brand p{max-width:280px;margin:18px 0;color:rgba(255,255,255,.73);font-size:14px;line-height:1.5}.property-page-footer h2{margin:2px 0 17px;font-size:19px;font-weight:500}.property-page-footer a,.property-page-footer span{margin:0 0 11px;display:block;color:rgba(255,255,255,.76);font-size:14px;text-decoration:none;line-height:1.4}.property-page-footer a:hover{color:#fff}.property-page-footer__bottom{margin-top:45px;padding-top:18px;border-top:1px solid rgba(255,255,255,.16);color:rgba(255,255,255,.55);font-size:12px}

@media(max-width:1024px){.property-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.property-filter-grid{grid-template-columns:2fr repeat(2,1fr);}.property-submit{grid-column:auto}.property-advanced-grid{grid-template-columns:repeat(3,1fr)}.property-page .property-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.property-page-footer__grid{grid-template-columns:repeat(2,1fr)}.property-page-footer__brand{grid-column:1/-1}}
@media(max-width:760px){.property-showcase{padding:76px 0 78px}.property-shell{width:min(100% - 32px,1180px)}.property-heading{align-items:start;flex-direction:column;gap:17px}.property-heading h2,.property-page-hero h1{font-size:clamp(36px,11vw,49px)}.property-heading p{font-size:15px}.property-source{white-space:normal}.property-filters{padding:15px;border-radius:18px}.property-filter-grid,.property-advanced-grid{grid-template-columns:1fr 1fr}.property-field--search{grid-column:1/-1}.property-submit{grid-column:1/-1}.property-grid,.property-page .property-grid{grid-template-columns:1fr;gap:17px}.property-card{display:grid;grid-template-columns:42% 58%}.property-card__media{height:100%;aspect-ratio:auto;min-height:225px}.property-card__body{padding:15px}.property-card h3{min-height:auto;font-size:16px}.property-card__price{margin:12px 0 10px;font-size:19px}.property-card__features{gap:5px}.property-card__features span{font-size:10px;padding:4px 6px}.property-card__open{margin-top:11px}.property-page-nav__inner{width:min(100% - 32px,1180px);min-height:68px}.property-page-nav__brand img{width:137px}.property-page-nav__toggle{width:44px;height:44px;padding:0;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;border:1px solid rgba(255,255,255,.3);border-radius:50%;background:rgba(255,255,255,.07);color:#fff}.property-page-nav__toggle span{width:18px;height:1.5px;background:currentColor}.property-page-nav__menu{position:absolute;top:78px;right:16px;width:min(270px,calc(100vw - 32px));padding:10px;display:none;flex-direction:column;align-items:stretch;gap:2px;border:1px solid rgba(255,255,255,.17);border-radius:18px;background:rgba(68,5,13,.99);box-shadow:0 18px 38px rgba(30,1,5,.28)}.property-page-nav__menu.is-open{display:flex}.property-page-nav__menu a{min-height:45px;padding:0 13px;display:flex;align-items:center}.property-page-nav__cta{display:none}.property-page-hero{padding:55px 0 108px}.property-page-hero .property-shell{align-items:start;flex-direction:column;gap:20px}.property-page-hero p{font-size:15px}.property-page .property-showcase{padding-top:0}.property-page .property-filters{margin-top:-24px}.property-results-bar{align-items:flex-start;flex-direction:column;gap:6px}.property-page-footer__grid{grid-template-columns:1fr;gap:27px}.property-page-footer__brand{grid-column:auto}}
@media(max-width:480px){.property-filter-grid,.property-advanced-grid{grid-template-columns:1fr}.property-field--search,.property-submit{grid-column:auto}.property-card{grid-template-columns:1fr}.property-card__media{min-height:0;aspect-ratio:16/10}.property-card__body{padding:17px}.property-card h3{font-size:17px}.property-card__features span{font-size:11px}.property-pagination button{min-width:39px;height:39px;padding-inline:10px}}
@media(prefers-reduced-motion:reduce){.property-card,.property-card__media img,.property-submit,.property-more{transition:none!important}}
