*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--navy:#0C1A33;--navy-mid:#142240;--navy-light:#1E3260;--gold:#B8963E;--gold-light:#D4AF6A;--gold-dim:#7A6030;--cream:#F7F4EE;--cream-dark:#EDE7D9;--white:#fff;--text-dark:#1a1a2e;--text-mid:#3d3d5c;--text-muted-light:#8a8a9a;--text-muted:#8A9AB8;--serif:'Jost',system-ui,sans-serif;--sans:'Jost',system-ui,sans-serif}html{scroll-behavior:smooth}body{font-family:var(--sans);background:var(--cream);color:var(--text-dark);font-size:16px;line-height:1.7;overflow-x:hidden;padding-top:80px}body.home{padding-top:0}a{color:inherit}.site-nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 4rem;height:80px;background:rgba(12,26,51,.97);backdrop-filter:blur(8px);border-bottom:1px solid rgba(184,150,62,.2)}.nav-logo{display:flex;flex-direction:column;gap:2px;text-decoration:none}.custom-logo{max-height:55px;width:auto}.nav-logo-name{font-weight:600;font-size:1.25rem;color:var(--gold-light);letter-spacing:.12em;text-transform:uppercase}.nav-logo-sub{font-size:.62rem;letter-spacing:.35em;text-transform:uppercase;color:var(--text-muted)}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{text-decoration:none;font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:#ccc;font-weight:400;transition:color .2s}.nav-links a:hover{color:var(--gold-light)}.nav-cta{font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;border:1px solid var(--gold-dim);color:var(--gold-light);padding:.55rem 1.4rem;text-decoration:none;font-weight:500;transition:.2s}.nav-cta:hover{background:var(--gold);color:var(--navy);border-color:var(--gold)}.container{max-width:1280px;margin:0 auto;padding:0 4rem}section{padding:7rem 0}.hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;padding-top:80px;background:var(--navy)}.hero-left{display:flex;flex-direction:column;justify-content:center;padding:6rem 4rem 6rem 6rem;position:relative}.hero-left::after{content:'';position:absolute;right:0;top:10%;bottom:10%;width:1px;background:linear-gradient(to bottom,transparent,rgba(184,150,62,.4),transparent)}.hero-eyebrow{font-size:.65rem;letter-spacing:.4em;text-transform:uppercase;color:var(--gold);margin-bottom:1.8rem;font-weight:500}.hero-title{font-weight:600;font-size:clamp(3rem,5vw,4.5rem);line-height:1.1;color:var(--white);margin-bottom:.4rem}.hero-title em{font-style:italic;color:var(--gold-light)}.hero-subtitle{font-weight:400;font-size:clamp(1.2rem,2vw,1.6rem);color:var(--text-muted);margin-bottom:2.4rem;line-height:1.4}.hero-desc{font-size:.9rem;color:#c8c8d8;max-width:420px;margin-bottom:3rem;line-height:1.9}.hero-actions{display:flex;gap:1.2rem;align-items:center}.btn-primary,.btn-ghost{display:inline-block;text-decoration:none;font-size:.7rem;letter-spacing:.25em;text-transform:uppercase;font-weight:500;padding:1rem 2.4rem;transition:.2s;cursor:pointer;font-family:var(--sans)}.btn-primary{background:var(--gold);color:var(--navy);border:0}.btn-primary:hover{background:var(--gold-light)}.btn-ghost{border:1px solid rgba(184,150,62,.35);color:var(--gold-light)}.btn-ghost:hover{border-color:var(--gold-light);color:var(--white)}.hero-right{position:relative;overflow:hidden}.hero-img,.hero-right .placeholder-img{width:100%;height:100%;min-height:calc(100vh - 80px);object-fit:cover;display:flex}.hero-img{filter:brightness(.75)}.hero-right-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(12,26,51,.5) 0%,transparent 60%);pointer-events:none}.placeholder-img{background:#fff;border:1px solid var(--cream-dark);display:flex;align-items:center;justify-content:center;color:#9aa3b5;text-transform:uppercase;letter-spacing:.25em;font-size:.65rem;text-align:center}.hero-badge{position:absolute;bottom:2.5rem;right:2.5rem;text-align:center;border:1px solid rgba(184,150,62,.4);padding:1.4rem 1.8rem;background:rgba(12,26,51,.75);backdrop-filter:blur(6px)}.hero-badge-num{font-size:2.2rem;font-weight:600;color:var(--gold-light);display:block;line-height:1}.hero-badge-label{font-size:.6rem;letter-spacing:.3em;text-transform:uppercase;color:var(--text-muted);margin-top:.4rem;display:block}.stats-bar{background:var(--navy-mid);border-top:1px solid rgba(184,150,62,.15);border-bottom:1px solid rgba(184,150,62,.15);display:grid;grid-template-columns:repeat(4,1fr)}.stat-item{padding:2rem 3rem;text-align:center;border-right:1px solid rgba(184,150,62,.12)}.stat-item:last-child{border-right:0}.stat-num{font-size:2.2rem;font-weight:600;color:var(--gold-light);display:block;line-height:1}.stat-label{font-size:.62rem;letter-spacing:.28em;text-transform:uppercase;color:var(--text-muted);margin-top:.5rem;display:block}.section-eyebrow{font-size:.62rem;letter-spacing:.4em;text-transform:uppercase;color:var(--gold-dim);margin-bottom:1rem;font-weight:500;display:flex;align-items:center;gap:1rem}.section-eyebrow::before{content:'';width:30px;height:1px;background:var(--gold-dim)}.section-title{font-weight:600;font-size:clamp(2rem,3.5vw,3rem);color:var(--text-dark);line-height:1.2;margin-bottom:1rem}.section-title em{font-style:italic;color:var(--gold)}.properties-section{background:var(--cream)}.properties-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3.5rem}.properties-header-text{max-width:500px}.view-all{font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;text-decoration:none;color:var(--gold-dim);border-bottom:1px solid var(--gold-dim);padding-bottom:3px;white-space:nowrap}.properties-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2px;background:var(--cream-dark)}.prop-card{background:var(--white);position:relative;overflow:hidden;cursor:pointer;display:block;text-decoration:none;min-height:260px}.prop-card-large{grid-row:span 2;min-height:520px}.prop-img-wrap{overflow:hidden;height:100%}.prop-img{width:100%;height:260px;display:flex;object-fit:cover;transition:transform .5s ease,filter .4s ease;filter:brightness(.88)}.prop-card-large .prop-img{height:520px}.prop-card:hover .prop-img{transform:scale(1.04);filter:brightness(.65)}.prop-info{position:absolute;bottom:0;left:0;right:0;padding:1.5rem 1.8rem;background:linear-gradient(to top,rgba(8,16,32,.92) 0%,transparent 100%)}.prop-tag{display:inline-block;font-size:.58rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold-light);border:1px solid rgba(212,175,106,.4);padding:.25rem .7rem;margin-bottom:.7rem}.prop-name{font-size:1.3rem;font-weight:600;color:var(--white);margin-bottom:.3rem;line-height:1.2}.prop-card:not(.prop-card-large) .prop-name{font-size:1.05rem}.prop-location{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:rgba(200,200,220,.7);margin-bottom:.6rem}.prop-price{font-size:1.1rem;color:var(--gold-light);font-weight:600}.prop-card:not(.prop-card-large) .prop-price{font-size:.95rem}.prop-details{display:flex;gap:1rem;margin-top:.5rem;font-size:.65rem;letter-spacing:.15em;color:rgba(180,180,200,.7);text-transform:uppercase}.about-section{display:grid;grid-template-columns:1fr 1fr;min-height:420px;background:var(--white);padding:0}.about-image{position:relative;overflow:hidden}.about-img,.about-image .placeholder-img{width:100%;height:100%;min-height:520px;object-fit:cover;display:flex}.about-img{filter:brightness(.85)}.about-content{display:flex;flex-direction:column;justify-content:center;padding:5rem 5rem 5rem 6rem;background:var(--cream)}.about-content .section-title{margin-bottom:2rem}.about-desc{color:var(--text-mid);font-size:.92rem;line-height:2;margin-bottom:1.5rem}.signature{font-style:italic;font-size:1.6rem;color:var(--gold);margin-top:1rem}.gold-rule{display:flex;align-items:center;gap:1rem;margin:1.5rem 0}.gold-rule::before,.gold-rule::after{content:'';flex:1;height:1px;background:rgba(184,150,62,.25)}.gold-rule-diamond{width:6px;height:6px;border:1px solid var(--gold-dim);transform:rotate(45deg)}.developments-section{background:var(--white);border-top:1px solid var(--cream-dark)}.dev-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--cream-dark);margin-top:3.5rem}.dev-card{background:var(--white);overflow:hidden}.dev-img{width:100%;height:180px;object-fit:cover;transition:.5s}.dev-card:hover .dev-img{transform:scale(1.04);filter:brightness(.65)}.dev-body{padding:1.8rem}.dev-status{font-size:.58rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold-dim);display:flex;align-items:center;gap:.5rem;margin-bottom:.8rem}.dev-status::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--gold)}.dev-name{font-size:1.3rem;font-weight:600;color:var(--text-dark);margin-bottom:.4rem}.dev-sub{font-size:.72rem;color:var(--text-muted-light);letter-spacing:.08em;margin-bottom:1.2rem}.dev-divider{height:1px;background:var(--cream-dark);margin-bottom:1.2rem}.dev-meta{display:flex;justify-content:space-between;align-items:center}.dev-price{font-size:1.05rem;color:var(--gold-dim);font-weight:600}.dev-link{font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-dim);text-decoration:none;border-bottom:1px solid var(--gold-dim);padding-bottom:2px}.services-section{background:var(--cream);border-top:1px solid var(--cream-dark)}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;background:var(--cream-dark);margin-top:3.5rem}.service-card{background:var(--cream);padding:2.4rem 2rem;border-top:2px solid transparent;transition:.2s}.service-card:hover{border-color:var(--gold);background:var(--white)}.service-icon{width:44px;height:44px;margin-bottom:1.6rem;display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:2rem}.service-name{font-size:1.25rem;color:var(--text-dark);margin-bottom:.8rem;font-weight:600}.service-desc{font-size:.85rem;color:var(--text-muted-light);line-height:1.8}.contact-section{background:var(--white)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:start}.contact-text{font-size:.9rem;color:var(--text-muted-light);line-height:1.9;margin-bottom:2.5rem}.contact-info-item{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.5rem;border-left:2px solid var(--cream-dark);padding-left:1.2rem}.contact-info-label{font-size:.6rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold-dim);margin-bottom:.2rem;display:block}.contact-info-value{font-size:.92rem;color:var(--text-mid)}.contact-form{display:flex;flex-direction:column;gap:1.2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-label{font-size:.6rem;letter-spacing:.28em;text-transform:uppercase;color:var(--text-muted-light)}.form-input,.form-select,.form-textarea,.contact-form input,.contact-form select,.contact-form textarea{background:var(--cream);border:1px solid var(--cream-dark);color:var(--text-dark);padding:.85rem 1rem;font-size:.88rem;font-family:var(--sans);outline:none;width:100%}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--gold-dim)}.form-textarea,.contact-form textarea{height:110px;resize:vertical}footer{background:var(--navy);padding:4rem 0 2rem;border-top:1px solid rgba(184,150,62,.12)}.footer-inner{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3.5rem}.footer-brand-name{font-size:1.4rem;font-weight:600;color:var(--gold-light);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.3rem}.footer-brand-sub{font-size:.6rem;letter-spacing:.3em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1.2rem}.footer-desc{font-size:.82rem;color:var(--text-muted);line-height:1.8}.footer-col-title{font-size:.62rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold-dim);margin-bottom:1.2rem;font-weight:500}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.6rem}.footer-links a{font-size:.82rem;color:var(--text-muted);text-decoration:none}.footer-bottom{border-top:1px solid rgba(184,150,62,.1);padding-top:1.8rem;display:flex;justify-content:space-between;align-items:center}.footer-copy,.footer-legal a{font-size:.72rem;color:var(--text-muted);text-decoration:none}.footer-legal{display:flex;gap:1.5rem}.single-imovel,.archive-imoveis,.generic-page{padding:8rem 0 5rem}.single-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:4rem;align-items:start}.single-img{width:100%;height:560px;object-fit:cover;display:flex;background:#fff}.single-price{font-size:1.5rem;color:var(--gold-dim);font-weight:600;margin-bottom:.5rem}.single-location{text-transform:uppercase;letter-spacing:.14em;color:var(--text-muted-light);font-size:.8rem;margin-bottom:1.5rem}.single-meta{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:2rem}.single-meta span{background:var(--cream);padding:.5rem .8rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.12em}.single-content{margin-bottom:2rem;color:var(--text-mid)}.archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--cream-dark);margin-top:3rem}@media(max-width:900px){body{padding-top:70px}body.home{padding-top:0}.site-nav{height:70px;padding:0 1.5rem}.nav-links,.nav-cta{display:none}.nav-logo-name{font-size:1rem}.nav-logo-sub{font-size:.5rem}.hero{grid-template-columns:1fr;padding-top:70px}.hero-left{padding:3rem 2rem}.hero-left::after{display:none}.hero-right .placeholder-img,.hero-img{min-height:60vw}.stats-bar{grid-template-columns:repeat(2,1fr)}.stat-item{padding:1.6rem 1rem}.properties-header{display:block}.view-all{display:inline-block;margin-top:1rem}.properties-grid,.dev-grid,.services-grid,.contact-grid,.single-grid,.archive-grid{grid-template-columns:1fr}.prop-card-large{grid-row:auto;min-height:320px}.prop-card-large .prop-img,.prop-img{height:320px}.about-section{grid-template-columns:1fr}.about-content{padding:3rem 2rem}.about-img,.about-image .placeholder-img{min-height:360px}.footer-inner{grid-template-columns:1fr}.footer-bottom{display:block}.container{padding:0 2rem}.form-row{grid-template-columns:1fr}.single-img{height:360px}}.single-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:12px}.single-gallery-item{display:block;height:110px;overflow:hidden;background:#fff;border:1px solid var(--cream-dark)}.single-gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}.single-gallery-item:hover img{transform:scale(1.05)}@media(max-width:900px){.single-gallery{grid-template-columns:repeat(2,1fr)}.single-gallery-item{height:120px}}