/* Andrea Theodoro: apresentação e catálogo de imóveis. */
.hz-site{--hz-bg:#f7f6f2;--hz-surface:#fff;--hz-ink:#182c26;--hz-accent:#254e40;--hz-sand:#d8c7aa;--hz-muted:#65736b;--hz-line:#e1e5df;color:var(--hz-ink);background:var(--hz-bg);font-family:Arial,Helvetica,sans-serif;font-size:15px;line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:clip;margin:0}
.hz-site *,.hz-site *::before,.hz-site *::after{box-sizing:border-box}
.hz-site [hidden]{display:none!important}
.hz-site a{color:inherit;text-decoration:none}
.hz-site button,.hz-site input,.hz-site select,.hz-site textarea{font:inherit}
.hz-site button,.hz-site select{cursor:pointer}
.hz-site button{color:inherit}
.hz-site img{display:block;width:100%;object-fit:cover}
.hz-site h1,.hz-site h2,.hz-site h3,.hz-site p{margin-top:0}
.hz-site h1,.hz-site h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-.045em;line-height:1.08}
.hz-site h2{font-size:clamp(34px,3.5vw,48px)}
.hz-site h3{font-size:20px;line-height:1.3;font-weight:500;letter-spacing:-.025em}
.hz-site :focus-visible{outline:3px solid var(--hz-accent);outline-offset:4px}
.hz-site button:disabled{cursor:default;opacity:.65}
.hz-container{width:min(1240px,calc(100% - 96px));margin-inline:auto}
.hz-eyebrow,.hz-kicker{display:block;margin-bottom:20px;font-size:10px;font-weight:700;letter-spacing:.19em;text-transform:uppercase}
.hz-muted{color:var(--hz-muted)}
.hz-button,.hz-btn,.hz-site button[type=submit]{display:inline-flex;align-items:center;justify-content:center;gap:22px;min-height:48px;border:1px solid var(--hz-accent);border-radius:4px;background:var(--hz-accent);padding:12px 22px;color:var(--hz-surface);font-size:12px;font-weight:600;line-height:1.35;text-align:center;transition:background .18s,transform .18s}
.hz-button:hover,.hz-btn:hover,.hz-site button[type=submit]:hover{background:var(--hz-ink);transform:translateY(-1px)}
.hz-button--light,.hz-btn-light{background:var(--hz-surface);color:var(--hz-ink);border-color:var(--hz-surface)}
.hz-button--outline,.hz-btn-outline{background:transparent;color:var(--hz-accent)}
.hz-text-link{display:inline-flex;gap:16px;align-items:center;border-bottom:1px solid currentColor;padding-bottom:5px;font-size:12px;font-weight:600}
.hz-skip-link{position:absolute;left:20px;top:-80px;background:var(--hz-accent);color:var(--hz-surface)!important;padding:12px 20px;z-index:100}
.hz-skip-link:focus{top:12px}
.hz-header{height:88px;background:var(--hz-surface);border-bottom:1px solid rgba(24,44,38,.06);position:relative;z-index:20}
.hz-header>.hz-container,.hz-header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:30px}
.hz-brand{display:inline-flex;align-items:center;gap:11px;flex-shrink:0;line-height:1.15}
.hz-brand svg{width:39px;height:42px;flex:none;color:var(--hz-accent)}
.hz-brand strong,.hz-brand-name{display:block;font-size:23px;font-weight:500;letter-spacing:.04em}
.hz-brand small,.hz-brand-subtitle{display:block;margin-top:5px;font-size:8px;letter-spacing:.17em;text-transform:uppercase}
.hz-nav{display:flex;align-items:center;gap:38px;font-size:12px}
.hz-nav>a:not(.hz-button):not(.hz-btn){position:relative;padding-block:12px}
.hz-nav>a:not(.hz-button):not(.hz-btn)::after{content:'';position:absolute;bottom:5px;left:0;width:0;height:1px;background:var(--hz-accent);transition:width .2s}
.hz-nav>a:hover::after,.hz-nav>a[aria-current]::after{width:100%!important}
.hz-nav .hz-button,.hz-nav .hz-btn{margin-left:12px;min-height:40px;padding:10px 17px;font-size:11px}
.hz-header [data-menu]{display:none;border:0;background:none;font-size:23px;padding:8px;line-height:1}
.hz-hero{position:relative;min-height:550px;background:var(--hz-accent);color:var(--hz-surface);isolation:isolate}
.hz-hero-image{position:absolute;inset:0;z-index:-2;height:100%;object-position:center 54%}
.hz-hero::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,25,20,.78) 0%,rgba(9,25,20,.44) 43%,rgba(9,25,20,.04) 82%);z-index:-1}
.hz-hero-content{padding-top:91px;padding-bottom:112px;position:relative}
.hz-hero .hz-eyebrow,.hz-hero .hz-kicker{color:var(--hz-sand);margin-bottom:22px;font-size:10px}
.hz-hero h1{font-size:clamp(48px,5.2vw,73px);max-width:760px;margin-bottom:23px;letter-spacing:-.055em;line-height:1.05;text-wrap:balance}
.hz-hero h1 em{font-weight:400;color:var(--hz-sand)}
.hz-hero p{max-width:405px;color:rgba(255,255,255,.83);font-size:13px;line-height:1.8;margin-bottom:28px}
.hz-hero .hz-button,.hz-hero .hz-btn{background:var(--hz-surface);color:var(--hz-ink);border-color:var(--hz-surface);min-height:44px;font-size:11px}
.hz-hero .hz-button:hover,.hz-hero .hz-btn:hover{background:var(--hz-bg)}
.hz-hero-note{position:absolute;right:0;bottom:64px;display:flex;align-items:center;gap:9px;font-size:9px;letter-spacing:.02em;color:rgba(255,255,255,.72)}
.hz-hero-note::before{content:'';width:4px;height:4px;border-radius:50%;background:currentColor}
.hz-search{position:relative;margin-top:-35px;z-index:3;background:var(--hz-surface);border:1px solid var(--hz-line);border-radius:5px;box-shadow:0 10px 35px rgba(25,49,38,.06);padding:23px 26px;display:grid;grid-template-columns:1.4fr 1fr 1fr auto;align-items:end;gap:22px}
.hz-search label{display:flex;flex-direction:column;gap:6px;font-size:9px;letter-spacing:.1em;font-weight:700;text-transform:uppercase}
.hz-search input,.hz-search select{border:0;border-bottom:1px solid var(--hz-line);border-radius:0;background:var(--hz-surface);color:var(--hz-ink);padding:8px 22px 9px 0;width:100%;min-width:0;font-size:12px;letter-spacing:0;text-transform:none;font-weight:400}
.hz-search input::placeholder{color:var(--hz-muted)}
.hz-search button[type=submit]{min-height:46px;white-space:nowrap;min-width:155px;margin-bottom:1px;font-size:11px}
.hz-intro{padding-block:57px 45px;border-bottom:1px solid var(--hz-line);display:flex;align-items:center;justify-content:space-between;gap:60px}
.hz-intro p{font-family:Georgia,'Times New Roman',serif;font-size:23px;line-height:1.4;letter-spacing:-.035em;max-width:370px;margin:0}
.hz-category-links{display:flex;align-items:center;justify-content:space-between;gap:32px}
.hz-category-links a{display:grid;grid-template-columns:1fr auto;align-items:center;gap:2px 18px;font-size:12px;white-space:nowrap}
.hz-category-links a>span:first-child{font-size:12px;font-weight:500}
.hz-category-links a small{grid-column:1;font-size:9px;color:var(--hz-muted)}
.hz-category-links a b{grid-column:2;grid-row:1/3;align-self:center;font-size:17px;font-weight:400;color:var(--hz-accent)}
.hz-category-icon{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--hz-line);border-radius:50%;color:var(--hz-accent);font-size:20px}
.hz-category-links svg{width:19px;height:19px}
.hz-category-links a:hover{color:var(--hz-accent);text-decoration:underline;text-underline-offset:5px}
.hz-catalog{padding-block:76px 86px;scroll-margin-top:30px}
.hz-section-heading{display:flex;flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:30px}
.hz-section-heading .hz-eyebrow,.hz-section-heading .hz-kicker{color:var(--hz-accent);margin-bottom:14px}
.hz-section-heading h2{margin-bottom:0}
.hz-section-heading>p{max-width:65ch;margin:0;color:var(--hz-muted);font-size:14px;line-height:1.85}
.hz-toolbar{display:flex;justify-content:space-between;align-items:center;gap:24px;border-bottom:1px solid var(--hz-line);padding-bottom:20px;margin-bottom:22px}
.hz-tabs{display:flex;align-items:center;flex-wrap:wrap;gap:7px}
.hz-tabs button{padding:9px 18px;font-size:11px;border:1px solid transparent;border-radius:4px;background:transparent;color:var(--hz-muted);white-space:nowrap;transition:background .15s,color .15s}
.hz-tabs button:hover{background:var(--hz-line);color:var(--hz-ink)}
.hz-tabs button[aria-selected=true],.hz-tabs button[aria-pressed=true],.hz-tabs button.is-active{background:var(--hz-accent);color:var(--hz-surface)}
.hz-toolbar-controls{display:flex;align-items:center;gap:13px}
#hz-query{max-width:170px;border:1px solid var(--hz-line);border-radius:4px;background:var(--hz-surface);padding:9px 12px;font-size:11px}
#hz-sort{border:0;background:transparent;color:var(--hz-muted);font-size:11px;max-width:155px;padding:8px 22px 8px 0}
.hz-results-meta,.hz-catalog-meta{display:flex;justify-content:space-between;gap:20px;margin-bottom:18px;color:var(--hz-muted);font-size:10px}
#hz-count{font-size:11px;color:var(--hz-muted)}
.hz-demo-note{font-size:10px;line-height:1.65;color:var(--hz-muted)}
.hz-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:27px 24px}
.hz-card{position:relative;background:var(--hz-surface);border:1px solid var(--hz-line);border-radius:7px;overflow:hidden;min-width:0;transition:box-shadow .2s,transform .2s}
.hz-card:hover{box-shadow:0 12px 25px rgba(28,53,41,.07);transform:translateY(-3px)}
.hz-card-image,.hz-card-media,.hz-card-visual{position:relative;overflow:hidden;aspect-ratio:1.48;background:var(--hz-line)}
.hz-card-image>img,.hz-card-media>img,.hz-card-visual>img{height:100%;transition:transform .45s}
.hz-card:hover .hz-card-image>img,.hz-card:hover .hz-card-media>img,.hz-card:hover .hz-card-visual>img{transform:scale(1.035)}
.hz-card>img{aspect-ratio:1.48}
.hz-card-badge,.hz-property-status{position:absolute;left:15px;top:15px;display:inline-flex;align-items:center;gap:5px;padding:5px 9px;background:var(--hz-surface);color:var(--hz-ink);border-radius:3px;font-size:9px;font-weight:500;line-height:1.4}
.hz-card [data-favorite]{position:absolute;right:13px;top:13px;width:31px;height:31px;border:0;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.94);color:var(--hz-ink);font-size:23px;line-height:1;padding:0;z-index:1;transition:background .2s,transform .2s}
.hz-card [data-favorite]:hover{transform:scale(1.08);background:var(--hz-surface)}
.hz-card [data-favorite][aria-pressed=true]{color:var(--hz-accent)}
.hz-card-body,.hz-card-content{padding:21px 21px 0}
.hz-card-meta{font-size:8px;letter-spacing:.13em;font-weight:600;text-transform:uppercase;color:var(--hz-accent);margin-bottom:8px;display:flex;align-items:center;gap:8px}
.hz-card h3{font-family:Georgia,'Times New Roman',serif;font-size:25px;margin-bottom:6px}
.hz-card-location,.hz-location{font-size:10px;line-height:1.5;color:var(--hz-muted);display:flex;align-items:center;gap:5px;margin-bottom:18px}
.hz-card-location svg,.hz-location svg{height:12px;width:12px;flex:none}
.hz-features{display:flex;align-items:center;flex-wrap:wrap;gap:13px;font-size:10px;color:var(--hz-muted);padding:0 0 18px;list-style:none;margin:0}
.hz-features>span,.hz-features>li{display:inline-flex;align-items:center;gap:5px;white-space:nowrap}
.hz-features svg{width:15px;height:15px;flex:none;stroke-width:1.3}
.hz-card-bottom{display:flex;justify-content:space-between;align-items:center;gap:10px;border-top:1px solid var(--hz-line);padding-block:16px}
.hz-card-bottom strong{font-size:17px;font-weight:500;letter-spacing:-.025em;display:block;line-height:1.4}
.hz-card-bottom small,.hz-price-label{display:block;color:var(--hz-muted);font-size:8px;line-height:1.5;margin-bottom:3px}
.hz-card-bottom [data-details]{display:inline-flex;align-items:center;justify-content:center;gap:11px;border:0;border-radius:3px;background:var(--hz-bg);color:var(--hz-accent);padding:9px 11px;font-size:9px;white-space:nowrap}
.hz-card-bottom [data-details]:hover{background:var(--hz-line)}
.hz-card-demo{font-size:8px;opacity:.68}
#hz-empty{padding:55px 20px;text-align:center;border:1px dashed var(--hz-line);border-radius:6px;color:var(--hz-muted)}
#hz-empty h3{color:var(--hz-ink)}
#hz-empty button{border:0;border-bottom:1px solid currentColor;color:var(--hz-accent);background:transparent;font-size:12px;padding:5px 0}
.hz-story{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;padding-block:10px 86px;scroll-margin-top:35px}
.hz-story-image,.hz-story-media{border-radius:7px;overflow:hidden;position:relative;background:var(--hz-line)}
.hz-story-image img,.hz-story-media img,.hz-story>img{aspect-ratio:1.04;height:100%;border-radius:7px}
.hz-story .hz-eyebrow,.hz-story .hz-kicker{color:var(--hz-accent);margin-bottom:17px}
.hz-story h2{max-width:450px;margin-bottom:23px}
.hz-story p{font-size:12px;line-height:1.9;color:var(--hz-muted);max-width:430px}
.hz-steps{margin:27px 0 24px;padding:0;list-style:none;counter-reset:step}
.hz-steps>li,.hz-step{display:grid;grid-template-columns:30px 1fr;gap:13px;counter-increment:step;padding:17px 0;border-top:1px solid var(--hz-line)}
.hz-steps>li::before{content:'0' counter(step);font-family:Georgia,'Times New Roman',serif;font-size:16px;color:var(--hz-muted)}
.hz-steps h3,.hz-step h3{font-family:Arial,Helvetica,sans-serif;font-size:12px;letter-spacing:0;font-weight:600;margin-bottom:5px}
.hz-steps p,.hz-step p{margin:0;font-size:11px;line-height:1.75}
.hz-step-number{color:var(--hz-muted);font-family:Georgia,'Times New Roman',serif;font-size:16px}
.hz-contact{background:var(--hz-accent);color:var(--hz-surface);padding-block:66px;scroll-margin-top:0}
.hz-contact>.hz-container,.hz-contact-inner{display:grid;grid-template-columns:1fr 1fr;gap:95px;align-items:start}
.hz-contact .hz-eyebrow,.hz-contact .hz-kicker{color:var(--hz-sand);margin-bottom:17px}
.hz-contact h2{max-width:420px;font-size:43px;margin-bottom:20px}
.hz-contact p{max-width:350px;color:var(--hz-line);font-size:12px;line-height:1.8}
.hz-contact-note{margin-top:24px;font-size:10px!important;color:var(--hz-line)!important}
.hz-contact-form{display:grid;grid-template-columns:1fr 1fr;gap:17px}
.hz-contact-form label{display:flex;flex-direction:column;gap:7px;font-size:10px;color:var(--hz-line)}
.hz-contact-form input,.hz-contact-form select,.hz-contact-form textarea{width:100%;min-width:0;border:1px solid var(--hz-muted);border-radius:4px;background:rgba(255,255,255,.05);padding:11px 13px;color:var(--hz-surface);font-size:12px;min-height:44px}
.hz-contact-form input::placeholder,.hz-contact-form textarea::placeholder{color:var(--hz-line)}
.hz-contact-form select option{background:var(--hz-accent);color:var(--hz-surface)}
.hz-contact-form textarea{resize:vertical;min-height:86px}
.hz-contact-form .hz-full,.hz-contact-form .hz-field-full,.hz-contact-form>.hz-demo-note,.hz-contact-form>.hz-form-status,.hz-contact-form>p,.hz-contact-form>button{grid-column:1/-1}
.hz-contact-form button[type=submit]{background:var(--hz-sand);border-color:var(--hz-sand);color:var(--hz-ink);width:100%;font-size:11px;min-height:45px;margin-top:2px}
.hz-contact-form button[type=submit]:hover{background:var(--hz-sand)}
.hz-contact-form>p{font-size:9px;color:var(--hz-line);line-height:1.6;max-width:none;margin:0}
.hz-contact-form .hz-form-status{font-size:11px;line-height:1.7;color:var(--hz-surface);margin-top:5px}
.hz-footer{background:var(--hz-surface);padding-block:35px 22px}
.hz-footer-top,.hz-footer>.hz-container:first-child{display:flex;justify-content:space-between;align-items:center;gap:35px}
.hz-footer .hz-brand strong,.hz-footer .hz-brand-name{font-size:20px}
.hz-footer .hz-brand svg{width:30px;height:32px}
.hz-footer .hz-brand small{font-size:7px}
.hz-footer nav{display:flex;gap:30px;font-size:10px;color:var(--hz-muted)}
.hz-footer-bottom{display:flex;justify-content:space-between;gap:25px;padding-top:26px;margin-top:26px;border-top:1px solid var(--hz-line);font-size:9px;line-height:1.6;color:var(--hz-muted)}
.hz-footer-bottom p{margin:0}
.hz-footer a:hover{text-decoration:underline;text-underline-offset:4px}
#hz-dialog{border:0;padding:0;border-radius:8px;width:min(810px,calc(100% - 40px));max-height:90vh;color:var(--hz-ink);background:var(--hz-surface);box-shadow:0 30px 100px rgba(0,0,0,.25)}
#hz-dialog::backdrop{background:rgba(12,32,23,.68);backdrop-filter:blur(3px)}
.hz-dialog-inner{position:relative;padding:0 0 30px}
#hz-dialog [data-close]{position:absolute;right:13px;top:13px;width:35px;height:35px;border:0;border-radius:50%;background:var(--hz-surface);color:var(--hz-ink);display:grid;place-items:center;font-size:24px;line-height:1;z-index:2}
#hz-detail-image{height:300px;width:100%;object-fit:cover}
.hz-detail-body,.hz-dialog-content{padding:30px 35px 0}
#hz-detail-category{display:block;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--hz-accent);margin-bottom:9px}
#hz-detail-title{font-size:39px;margin:0 0 7px}
#hz-detail-location{font-size:12px;color:var(--hz-muted);margin-bottom:20px}
#hz-detail-description{font-size:13px;color:var(--hz-muted);line-height:1.9}
#hz-detail-features{display:flex;flex-wrap:wrap;gap:10px 20px;padding:15px 0;margin:0 0 18px;list-style:none;border-block:1px solid var(--hz-line);font-size:12px;color:var(--hz-accent)}
#hz-detail-price{font-size:25px;font-weight:500;margin:14px 0 20px}
.hz-dialog-note{font-size:10px;color:var(--hz-muted);margin-top:17px}
.hz-visually-hidden,.hz-honeypot{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.hz-skip{position:absolute;left:20px;top:-80px;background:var(--hz-accent);color:var(--hz-surface)!important;padding:12px 20px;z-index:100}.hz-skip:focus{top:12px}
.hz-button-light{background:var(--hz-surface);color:var(--hz-ink);border-color:var(--hz-surface)}
.hz-card-photo{position:relative;overflow:hidden;aspect-ratio:1.5;background:var(--hz-line)}.hz-card-photo>a{display:block;height:100%}.hz-card-photo img{height:100%;transition:transform .45s}.hz-card:hover .hz-card-photo img{transform:scale(1.035)}
.hz-card-meta [data-favorite]{position:static;width:25px;height:25px;margin-left:auto;background:none;font-size:25px}
.hz-badge{display:inline-block;font-size:8px;line-height:1.5;color:var(--hz-accent);letter-spacing:.1em}
.hz-demo-label{font-size:8px;color:var(--hz-muted);margin:-3px 0 13px;line-height:1.4}
.hz-catalog-note{margin:24px 0 0;font-size:9px;color:var(--hz-muted);line-height:1.8}
.hz-sort-label{display:flex;align-items:center;gap:8px;font-size:10px;color:var(--hz-muted);white-space:nowrap}
.hz-catalog-search{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px}.hz-catalog-search #hz-query{width:290px;max-width:60%;padding-block:8px;background:transparent;font-size:10px}.hz-catalog-search #hz-count{margin:0;font-size:10px;white-space:nowrap}
.hz-steps>div{padding:16px 0;border-top:1px solid var(--hz-line)}.hz-steps>div strong{display:block;font-size:11px;font-weight:600;line-height:1.5;margin-bottom:4px}
.hz-contact-form .hz-consent{flex-direction:row;align-items:flex-start;gap:9px;font-size:9px;line-height:1.7}.hz-contact-form .hz-consent input{min-height:0;width:14px;height:14px;flex:none;margin:2px 0 0;padding:0;accent-color:var(--hz-sand)}.hz-contact-form .hz-form-feedback{grid-column:1/-1;border:1px solid var(--hz-muted);padding:12px;border-radius:4px;color:var(--hz-surface);font-size:12px}
.hz-footer>.hz-container>div>p{font-size:9px;color:var(--hz-muted);margin:13px 0 0}.hz-footer-links{display:flex;gap:28px;font-size:10px;color:var(--hz-muted)}
#hz-detail-demo{font-size:10px;color:var(--hz-muted);line-height:1.6}.hz-single h1{font-size:clamp(38px,5vw,64px);margin-top:25px}.hz-single>p{color:var(--hz-muted);max-width:750px}.hz-single>img{margin-block:25px}
@media(min-width:1600px){.hz-hero{min-height:620px}.hz-hero-content{padding-top:117px}.hz-hero h1{font-size:79px}}
@media(max-width:1100px){.hz-container{width:calc(100% - 64px)}.hz-nav{gap:25px}.hz-intro{gap:35px}.hz-category-links{gap:20px}.hz-category-links a{font-size:11px;gap:8px}.hz-story{gap:45px}.hz-contact>.hz-container,.hz-contact-inner{gap:55px}.hz-search{gap:17px;padding-inline:22px}.hz-card-body,.hz-card-content{padding-inline:17px}.hz-features{gap:10px;font-size:9px}.hz-toolbar-controls{gap:8px}#hz-query{max-width:140px}.hz-card-bottom [data-details]{gap:7px;padding-inline:9px}}
@media(max-width:900px){.hz-header{height:77px}.hz-nav{gap:20px}.hz-nav .hz-button,.hz-nav .hz-btn{margin-left:0}.hz-brand strong,.hz-brand-name{font-size:21px}.hz-hero{min-height:535px}.hz-hero-content{padding-top:85px}.hz-hero h1{font-size:61px}.hz-search{grid-template-columns:1.2fr 1fr;gap:18px 24px}.hz-search button[type=submit]{width:100%}.hz-intro{align-items:flex-start;flex-direction:column;gap:25px;padding-top:40px}.hz-intro p{max-width:100%;font-size:24px}.hz-category-links{width:100%;justify-content:flex-start;gap:40px}.hz-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.hz-toolbar{align-items:flex-start;flex-wrap:wrap;gap:15px}.hz-toolbar-controls{margin-left:auto}#hz-query{max-width:170px}.hz-section-heading>p{max-width:250px}.hz-section-heading h2{font-size:39px}.hz-story{gap:35px;padding-bottom:65px}.hz-story h2{font-size:38px}.hz-story-image,.hz-story-media{height:100%;max-height:550px}.hz-story-image img,.hz-story-media img{min-height:440px;aspect-ratio:auto}.hz-contact>.hz-container,.hz-contact-inner{gap:40px}.hz-contact h2{font-size:38px}.hz-contact-form{gap:14px}.hz-features{font-size:10px;gap:15px}.hz-card-bottom [data-details]{font-size:10px}.hz-hero-note{right:0;bottom:68px}.hz-catalog{padding-block:63px 70px}}
@media(max-width:700px){.hz-container{width:calc(100% - 40px)}.hz-header{height:73px}.hz-header [data-menu]{display:block}.hz-brand svg{width:33px;height:35px}.hz-brand strong,.hz-brand-name{font-size:21px}.hz-brand small,.hz-brand-subtitle{font-size:7px}.hz-nav{display:none;position:absolute;top:73px;left:0;right:0;background:var(--hz-surface);border-bottom:1px solid var(--hz-line);padding:17px 20px 23px;box-shadow:0 15px 20px rgba(15,36,26,.07);align-items:stretch;gap:5px;flex-direction:column}.hz-nav.is-open,.hz-header.is-menu-open .hz-nav{display:flex}.hz-nav>a{padding:11px 0;font-size:13px}.hz-nav .hz-button,.hz-nav .hz-btn{margin-top:10px}.hz-hero{min-height:510px}.hz-hero-image{object-position:63% center}.hz-hero::before{background:linear-gradient(90deg,rgba(9,25,20,.72),rgba(9,25,20,.3))}.hz-hero-content{padding-top:67px;padding-bottom:100px}.hz-hero h1{font-size:48px;max-width:460px;line-height:1.09;letter-spacing:-.045em;margin-bottom:22px}.hz-hero p{font-size:12px;max-width:335px;line-height:1.85;margin-bottom:25px}.hz-hero .hz-eyebrow,.hz-hero .hz-kicker{font-size:8px;letter-spacing:.16em;margin-bottom:19px}.hz-hero-note{left:0;right:auto;bottom:60px;font-size:8px}.hz-search{padding:20px 18px;gap:15px 18px;margin-top:-32px;grid-template-columns:1fr 1fr}.hz-search label{font-size:8px;letter-spacing:.09em}.hz-search input,.hz-search select{font-size:11px;padding-top:7px}.hz-search button[type=submit]{min-width:0;min-height:41px;font-size:10px;gap:9px;padding-inline:12px}.hz-intro{padding-block:35px;gap:25px}.hz-intro p{font-size:22px;max-width:320px}.hz-category-links{gap:13px;justify-content:space-between;align-items:flex-start}.hz-category-links a{white-space:normal;flex-direction:column;gap:7px;text-align:center;font-size:10px;line-height:1.4;flex:1}.hz-category-links a>span:first-child,.hz-category-icon{width:36px;height:36px}.hz-catalog{padding-block:48px 54px;scroll-margin-top:20px}.hz-section-heading{display:block;margin-bottom:25px}.hz-section-heading h2{font-size:38px;max-width:360px;margin-bottom:16px}.hz-section-heading>p{max-width:360px;font-size:12px}.hz-eyebrow,.hz-kicker{font-size:8px;letter-spacing:.17em}.hz-toolbar{gap:13px;padding-bottom:15px;margin-bottom:15px}.hz-tabs{width:100%;gap:4px;flex-wrap:nowrap;justify-content:space-between}.hz-tabs button{padding:9px 10px;font-size:10px}.hz-toolbar-controls{width:100%;justify-content:space-between}.hz-toolbar>#hz-query{max-width:55%;flex:1}#hz-query{max-width:none;flex:1;min-width:0}#hz-sort{max-width:150px;font-size:10px}.hz-results-meta,.hz-catalog-meta{flex-direction:column;gap:5px;font-size:9px}.hz-demo-note{font-size:9px}.hz-grid{gap:22px 17px}.hz-card h3{font-size:23px}.hz-card-body,.hz-card-content{padding:18px 16px 0}.hz-card-image,.hz-card-media,.hz-card-visual{aspect-ratio:1.4}.hz-features{font-size:9px;gap:10px}.hz-card-bottom{flex-wrap:wrap;gap:12px;padding-block:15px}.hz-card-bottom strong{font-size:17px}.hz-card-bottom [data-details]{font-size:9px;padding:9px 10px}.hz-story{grid-template-columns:1fr;gap:30px;padding-block:0 55px}.hz-story-image,.hz-story-media{max-height:440px;height:auto}.hz-story-image img,.hz-story-media img,.hz-story>img{aspect-ratio:1.25;min-height:0;height:auto}.hz-story h2{font-size:38px;max-width:350px}.hz-story p{max-width:100%}.hz-story .hz-eyebrow,.hz-story .hz-kicker{margin-bottom:14px}.hz-steps{margin-top:21px;margin-bottom:20px}.hz-contact{padding-block:48px}.hz-contact>.hz-container,.hz-contact-inner{grid-template-columns:1fr;gap:26px}.hz-contact h2{font-size:38px;max-width:320px;margin-bottom:17px}.hz-contact p{max-width:380px}.hz-contact-note{margin-top:16px}.hz-contact-form{gap:16px}.hz-contact-form input,.hz-contact-form select,.hz-contact-form textarea{font-size:16px}.hz-footer{padding-block:28px 23px}.hz-footer-top,.hz-footer>.hz-container:first-child{align-items:flex-start;gap:26px;flex-direction:column}.hz-footer nav{gap:24px;flex-wrap:wrap}.hz-footer-bottom{flex-direction:column;gap:7px;margin-top:24px;padding-top:21px}#hz-dialog{width:calc(100% - 24px);max-height:92vh}#hz-detail-image{height:230px}.hz-detail-body,.hz-dialog-content{padding:24px 23px 0}#hz-detail-title{font-size:34px}#hz-detail-features{gap:10px 15px;font-size:11px}}
@media(max-width:520px){.hz-grid{grid-template-columns:1fr}.hz-card-image,.hz-card-media,.hz-card-visual{aspect-ratio:1.55}.hz-card-body,.hz-card-content{padding:21px 21px 0}.hz-card h3{font-size:26px}.hz-card-meta{font-size:9px}.hz-card-location,.hz-location{font-size:11px}.hz-features{font-size:10px;gap:18px}.hz-card-bottom{flex-wrap:nowrap;padding-block:18px}.hz-card-bottom strong{font-size:20px}.hz-card-bottom [data-details]{font-size:10px;padding:10px 13px}.hz-hero h1{font-size:43px}.hz-hero p{max-width:310px}.hz-contact-form{grid-template-columns:1fr}.hz-contact-form>*{grid-column:1}.hz-contact-form .hz-full,.hz-contact-form .hz-field-full{grid-column:1}.hz-category-links{gap:8px}.hz-section-heading h2{font-size:35px}.hz-tabs button{padding-inline:10px}.hz-dialog-inner{padding-bottom:25px}}
@media(prefers-reduced-motion:reduce){.hz-site *,.hz-site *::before,.hz-site *::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
@media(max-width:1100px){.hz-intro>p{max-width:275px}.hz-category-links{gap:24px}.hz-category-links a{gap:2px 10px}.hz-category-links a>span:first-child{font-size:11px}.hz-category-links a small{font-size:8px}}
@media(max-width:900px){.hz-intro>p{max-width:none}.hz-category-links{justify-content:space-between;width:100%;gap:30px}.hz-toolbar>.hz-sort-label{margin-left:auto}}
@media(max-width:700px){.hz-category-links{gap:18px;justify-content:space-between}.hz-category-links a{display:block;flex:1;text-align:left}.hz-category-links a>span:first-child{display:block;width:auto;height:auto;border:0;border-radius:0;font-size:11px;line-height:1.45}.hz-category-links a small{display:block;font-size:8px;margin-top:5px}.hz-category-links a b{display:block;font-size:15px;margin-top:6px}.hz-intro>p{max-width:320px}.hz-sort-label{font-size:9px}.hz-toolbar>.hz-sort-label{margin-top:0}.hz-catalog-search{gap:12px;margin-bottom:18px}.hz-catalog-search #hz-query{font-size:10px;width:60%;max-width:60%}.hz-catalog-search #hz-count{font-size:9px}.hz-card-photo{aspect-ratio:1.4}.hz-footer-links{gap:25px}.hz-footer>.hz-container>div>p{font-size:9px}.hz-demo-label{font-size:8px}}
@media(max-width:520px){.hz-card-photo{aspect-ratio:1.55}.hz-badge{font-size:9px}.hz-category-links a small{max-width:90px}.hz-catalog-search #hz-query{font-size:9px}}

@media(max-width:520px){.hz-hero h1{font-size:clamp(28px,8.4vw,40px);line-height:1.12;white-space:nowrap}.hz-hero-content{padding-top:64px}.hz-search{grid-template-columns:1fr}.hz-search button[type=submit]{width:100%}.hz-hero{min-height:475px}}
/* Legibilidade e contraste final, compartilhados entre as larguras. */
.hz-site a.hz-button,.hz-site a.hz-btn{color:var(--hz-surface)}
.hz-site a.hz-button-light,.hz-site a.hz-button--light,.hz-site a.hz-btn-light,.hz-site .hz-hero a.hz-button,.hz-site a.hz-button--outline,.hz-site a.hz-btn-outline{color:var(--hz-ink)}
.hz-hero :focus-visible,.hz-contact :focus-visible{outline-color:var(--hz-sand)}
.hz-nav{font-size:14px}.hz-nav .hz-button,.hz-nav .hz-btn{font-size:13px}
.hz-hero p{font-size:14px}.hz-hero .hz-eyebrow,.hz-hero .hz-kicker{font-size:11px}.hz-hero .hz-button,.hz-hero .hz-btn{font-size:13px}
.hz-search label{font-size:12px;letter-spacing:.025em}.hz-search input,.hz-search select{font-size:13px}.hz-search button[type=submit]{font-size:13px}
.hz-category-links a,.hz-category-links a>span:first-child{font-size:13px}.hz-category-links a small{font-size:11px}
.hz-section-heading>p{max-width:65ch;font-size:14px;line-height:1.85}
.hz-tabs button{font-size:13px}.hz-sort-label,#hz-sort{font-size:12px}.hz-catalog-search #hz-query,#hz-query{font-size:13px}.hz-catalog-search #hz-count,#hz-count{font-size:12px}
.hz-card-meta,.hz-badge{font-size:10px}.hz-card-location,.hz-location,.hz-features{font-size:12px}.hz-card-bottom [data-details]{font-size:12px}.hz-card-bottom small,.hz-price-label{font-size:11px}
.hz-demo-label,.hz-catalog-note,.hz-demo-note,.hz-card-demo,.hz-dialog-note,#hz-detail-demo{font-size:11px}
.hz-story p{font-size:14px}.hz-steps>div{padding-left:0}.hz-steps>div::before{content:none}.hz-steps p,.hz-step p{font-size:13px}.hz-steps>div strong,.hz-steps h3,.hz-step h3{font-size:14px}.hz-text-link{font-size:13px}
.hz-contact p{font-size:14px}.hz-contact-form label{font-size:12px}.hz-contact-form input,.hz-contact-form select,.hz-contact-form textarea{font-size:14px}.hz-contact-form button[type=submit]{font-size:13px}.hz-contact-form .hz-consent,.hz-contact-form>p,.hz-contact-note{font-size:11px!important}
.hz-footer nav,.hz-footer-links,.hz-footer-bottom,.hz-footer>.hz-container>div>p{font-size:11px}
#hz-detail-category{font-size:11px}#hz-detail-location,#hz-detail-description{font-size:14px}#hz-detail-features{font-size:13px}
@media(max-width:900px){.hz-header [data-menu]{display:block}.hz-nav{display:none;position:absolute;top:77px;left:0;right:0;background:var(--hz-surface);border-bottom:1px solid var(--hz-line);padding:17px 32px 23px;box-shadow:0 15px 20px rgba(15,36,26,.07);align-items:stretch;gap:5px;flex-direction:column}.hz-nav.is-open,.hz-header.is-menu-open .hz-nav{display:flex}.hz-nav>a{padding:11px 0;font-size:14px}.hz-nav .hz-button,.hz-nav .hz-btn{margin-top:10px}.hz-contact-form input,.hz-contact-form select,.hz-contact-form textarea{font-size:16px}}
@media(max-width:700px){.hz-nav{top:73px;padding-inline:20px}.hz-section-heading>p{max-width:65ch;font-size:14px}.hz-category-links a small{font-size:11px;max-width:115px}.hz-tabs{overflow-x:auto;justify-content:flex-start;padding-bottom:3px}.hz-tabs button{flex-shrink:0;font-size:13px}.hz-catalog-search #hz-query{font-size:12px}.hz-catalog-search #hz-count{font-size:11px}.hz-sort-label,#hz-sort{font-size:12px}.hz-contact-form input,.hz-contact-form select,.hz-contact-form textarea{font-size:16px}}

/* Apresentação pessoal com retrato opcional e monograma honesto enquanto ausente. */
.hz-about{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
.hz-about-visual,.hz-about-media{aspect-ratio:1.04;min-width:0;background:var(--hz-sand);border-radius:8px;overflow:hidden}
.hz-about-monogram{display:grid;place-items:center;width:100%;height:100%;min-height:380px;padding:32px;background:var(--hz-sand);color:var(--hz-accent);font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:clamp(100px,12vw,180px);line-height:1;letter-spacing:-.09em}
.hz-about .hz-about-portrait{display:block;width:100%;height:100%;min-height:0;aspect-ratio:1.04;object-fit:cover;object-position:center;border-radius:8px}
.hz-about h2{max-width:100%;overflow-wrap:normal}
.hz-about p{max-width:60ch}
.hz-header .hz-brand{min-width:0;flex-shrink:1}
.hz-header .hz-brand>span,.hz-header .hz-brand>div{min-width:0}
.hz-header .hz-brand strong,.hz-header .hz-brand-name{white-space:nowrap;letter-spacing:.015em}

/* Mídias de cada imóvel: nenhuma conexão externa até a ação do visitante. */
.hz-property-media{margin-block:28px 30px;padding-top:24px;border-top:1px solid var(--hz-line);min-width:0}
.hz-property-media:empty{display:none}
.hz-property-media .hz-media-heading{margin:0 0 16px;font-size:22px;font-weight:500;line-height:1.25;letter-spacing:-.025em;color:var(--hz-ink)}
.hz-media-tabs{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:18px}
.hz-site .hz-media-tab{min-height:44px;padding:10px 16px;background:var(--hz-surface);border:1px solid var(--hz-line);border-radius:4px;color:var(--hz-accent);font-size:13px;line-height:1.4;font-weight:600}
.hz-site .hz-media-tab:hover{background:var(--hz-bg);border-color:var(--hz-accent)}
.hz-site .hz-media-tab[aria-selected=true]{background:var(--hz-accent);color:var(--hz-surface);border-color:var(--hz-accent)}
.hz-media-panel{min-width:0}
.hz-property-media .hz-media-provider-note,.hz-property-media .hz-media-description{margin:0 0 16px;max-width:68ch;color:var(--hz-muted);font-size:13px;line-height:1.75}
.hz-media-item{min-width:0;margin-bottom:24px}
.hz-media-item:last-child{margin-bottom:0}
.hz-property-media .hz-media-item-title{margin:0 0 10px;color:var(--hz-ink);font-family:Arial,Helvetica,sans-serif;font-size:14px;font-weight:600;line-height:1.5;letter-spacing:0}
.hz-media-preview{display:grid;place-items:center;aspect-ratio:16/9;min-height:200px;width:100%;overflow:hidden;border:1px solid var(--hz-line);border-radius:4px;background:var(--hz-bg)}
.hz-site .hz-media-load{display:inline-flex;justify-content:center;align-items:center;min-height:48px;max-width:calc(100% - 32px);padding:12px 18px;background:var(--hz-accent);border:1px solid var(--hz-accent);border-radius:4px;color:var(--hz-surface);font-size:14px;font-weight:600;line-height:1.4;text-align:center}
.hz-site .hz-media-load:hover{background:var(--hz-ink);border-color:var(--hz-ink)}
.hz-media-frame{display:block;width:100%;height:100%;min-height:200px;aspect-ratio:16/9;border:0;background:var(--hz-bg)}
.hz-property-media .hz-media-link{display:inline-block;margin-top:12px;padding-block:4px;border-bottom:1px solid currentColor;color:var(--hz-accent);font-size:13px;font-weight:600;line-height:1.5;overflow-wrap:anywhere}
.hz-property-media .hz-media-link:hover{color:var(--hz-ink)}
.hz-single>.hz-property-media{max-width:880px}
@media(max-width:900px){
  .hz-header>.hz-container,.hz-header-inner{gap:16px}
  .hz-header .hz-brand strong,.hz-header .hz-brand-name{font-size:22px}
  .hz-about-monogram{min-height:330px}
}
@media(max-width:700px){
  .hz-about{grid-template-columns:minmax(0,1fr)}
  .hz-about-visual,.hz-about-media{aspect-ratio:1.2;max-height:420px}
  .hz-about .hz-about-portrait{aspect-ratio:1.2}
  .hz-about-monogram{min-height:0;aspect-ratio:1.2;font-size:clamp(100px,28vw,160px)}
  .hz-header .hz-brand{gap:8px}
  .hz-header .hz-brand strong,.hz-header .hz-brand-name{font-size:clamp(15px,4.4vw,22px)}
  .hz-header .hz-brand small,.hz-header .hz-brand-subtitle{font-size:8px;letter-spacing:.1em;line-height:1.35}
  .hz-header [data-menu]{flex:none;width:42px;height:44px;padding:8px}
  .hz-property-media{margin-block:24px;padding-top:22px}
  .hz-property-media .hz-media-heading{font-size:21px}
  .hz-site .hz-media-tab{padding-inline:13px}
}
@media(max-width:360px){
  .hz-header>.hz-container,.hz-header-inner{gap:10px}
  .hz-header .hz-brand svg{width:28px;height:31px}
  .hz-header .hz-brand strong,.hz-header .hz-brand-name{font-size:15px}
  .hz-header .hz-brand small,.hz-header .hz-brand-subtitle{font-size:7px}
  .hz-site .hz-media-tab{padding-inline:10px;font-size:12px}
}
