:root{--black:#111;--black2:#181818;--cream:#f4ead8;--cream2:#fffaf2;--blue:#213b73;--red:#c33b34;--gold:#d6aa67;--text:#242424;--muted:#6f6f6f;--line:#ded7ca;--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'DM Sans',sans-serif;color:var(--text);background:#fff}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.container{width:min(var(--max),calc(100% - 40px));margin:auto}.section{padding:88px 0}.site-header{position:sticky;top:0;z-index:30;background:rgba(17,17,17,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08)}.nav-wrap{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:flex;align-items:center;gap:10px;color:white}.brand-mark{width:34px;height:34px;color:#f3dfbd;display:grid;place-items:center}.brand-mark svg{width:28px;height:28px}.brand-copy{display:flex;flex-direction:column;line-height:1}.brand-copy strong{font-size:21px;letter-spacing:.2em}.brand-copy small{font-size:9px;letter-spacing:.28em;margin-top:6px;color:#d7d7d7}.france-line{display:flex;width:28px;height:3px;margin-left:3px}.france-line i{flex:1}.france-line i:nth-child(1){background:#21468b}.france-line i:nth-child(2){background:white}.france-line i:nth-child(3){background:#ae1c28}.nav{display:flex;align-items:center;gap:24px;color:#e7e7e7;font-size:14px}.nav a:hover{color:#fff}.nav-cta{padding:12px 16px;border:1px solid rgba(255,255,255,.35);border-radius:999px}.menu-toggle{display:none;background:none;border:1px solid #555;color:white;padding:9px 12px;border-radius:9px}.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#0c0c0d 0%,#171717 55%,#0d0d0e 100%);color:white;padding:96px 0}.hero-grid{display:grid;grid-template-columns:.9fr 1.25fr;align-items:center;gap:58px}.hero-copy h1{font-family:'Playfair Display',serif;font-size:clamp(48px,6vw,82px);line-height:.98;margin:16px 0 24px}.hero-copy h1 em{font-style:normal;color:#edcf9e}.lead{font-size:18px;line-height:1.7;color:#d1d1d1;max-width:640px}.eyebrow{font-weight:700;font-size:12px;letter-spacing:.22em;color:#dfc28e}.eyebrow.dark{color:#8b6637}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;border-radius:999px;font-weight:700;font-size:14px;transition:.2s}.btn-dark{background:#111;color:#fff}.btn-light{background:#fff;color:#111}.btn-cream{background:var(--cream);color:#111}.btn-outline-light{border:1px solid rgba(255,255,255,.4);color:white}.btn:hover{transform:translateY(-1px)}.hero-points{display:flex;gap:18px;flex-wrap:wrap;color:#bfbfbf;font-size:13px}.hero-points span:before{content:'•';color:#d5ad6d;margin-right:8px}.hero-store-photo{margin:0;border-radius:22px;overflow:hidden;border:1px solid rgba(255,255,255,.14);box-shadow:0 24px 70px rgba(0,0,0,.48);background:#111}.hero-store-photo img{width:100%;aspect-ratio:2.35/1;object-fit:cover}.hero-store-photo figcaption{display:flex;justify-content:space-between;gap:20px;padding:16px 18px;color:#eee;font-size:13px;border-top:1px solid rgba(255,255,255,.08)}.hero-store-photo figcaption span{color:#aaa}.hero-glow{position:absolute;border-radius:50%;filter:blur(80px);opacity:.2}.glow-one{width:380px;height:380px;background:#7a522b;right:-100px;top:-80px}.glow-two{width:320px;height:320px;background:#273e77;left:-160px;bottom:-180px}.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px}.split h2,.section-heading h2,.how-panel h2,.condo-copy h2,.brand-copy-block h2,.contact h2,.faq h2,.store-showcase-copy h2{font-family:'Playfair Display',serif;font-size:clamp(34px,4vw,54px);line-height:1.08;margin:14px 0}.intro-text{font-size:17px;line-height:1.8;color:#555}.store-showcase{background:#f5f1ea}.store-showcase-grid{display:grid;grid-template-columns:.78fr 1.22fr;align-items:center;gap:54px}.store-showcase-copy p{color:#5e5e5e;line-height:1.75;font-size:17px}.dark-link{color:#111}.store-showcase-image{margin:0;border-radius:18px;overflow:hidden;box-shadow:0 18px 48px rgba(31,24,15,.18)}.store-showcase-image img{width:100%;aspect-ratio:16/8;object-fit:cover}.benefits{background:#151515;color:white}.section-heading{max-width:760px;margin-bottom:36px}.card-grid{display:grid;gap:18px}.card-grid.four{grid-template-columns:repeat(4,1fr)}.feature-card{background:#1f1f1f;border:1px solid #2e2e2e;border-radius:16px;padding:26px;min-height:230px}.feature-card .num{color:#d8b579;font-weight:700}.feature-card h3{font-size:22px;margin:42px 0 12px}.feature-card p{color:#bdbdbd;line-height:1.65}.row-heading{display:flex;justify-content:space-between;gap:40px;align-items:end;max-width:none}.row-heading>p{max-width:440px;color:#666;line-height:1.6}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category-grid article{border:1px solid var(--line);border-radius:16px;padding:24px;background:#fff}.category-grid article>span{font-size:30px}.category-grid h3{margin:14px 0 8px}.category-grid p{color:#666;line-height:1.6}.how{background:var(--cream)}.how-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px}.how-panel{background:#111;color:white;border-radius:22px;padding:42px}.how-panel p{color:#cfcfcf;line-height:1.7}.text-link{display:inline-block;margin-top:16px;font-weight:700}.steps{display:flex;flex-direction:column;justify-content:center;gap:20px}.step{display:flex;gap:18px;padding:22px;border-bottom:1px solid #d8cdbd}.step>span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#111;color:#fff;font-weight:700;flex:0 0 auto}.step h3{margin:0 0 6px}.step p{margin:0;color:#655f56;line-height:1.6}.condo-grid{display:grid;grid-template-columns:1fr .88fr;gap:56px;align-items:start}.condo-copy p{color:#666;line-height:1.7}.check-list{display:grid;gap:12px;margin-top:24px}.proposal-card{background:#141414;color:white;border-radius:22px;padding:32px}.proposal-tag{font-size:11px;letter-spacing:.2em;color:#d9b67d}.proposal-card h3{font-size:30px;margin:12px 0}.proposal-card p{color:#bbb}.mini-form,.contact-form{display:grid;gap:14px}.mini-form label,.contact-form label{display:grid;gap:7px;font-size:13px}.mini-form input,.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:13px 14px;border-radius:10px;border:1px solid #3a3a3a;background:#202020;color:white;font:inherit}.form-two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.units{background:#f7f7f7}.units-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:20px}.unit-card,.map-placeholder{border:1px solid #ddd;background:#fff;border-radius:18px;padding:28px}.unit-status{font-size:11px;letter-spacing:.18em;font-weight:700;color:#7a5a32}.unit-meta{display:grid;gap:8px;color:#666;font-size:14px}.map-placeholder{min-height:300px;display:grid;place-items:center;text-align:center;color:#777}.map-pin{width:58px;height:58px;background:#111;color:white;border-radius:50% 50% 50% 0;transform:rotate(-45deg);display:grid;place-items:center;font-weight:700}.map-pin{font-size:0}.map-pin:after{content:'M';font-size:20px;transform:rotate(45deg)}.brand-story-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:56px;align-items:center}.poster{background:#111;color:white;min-height:430px;border-radius:22px;padding:28px;display:flex;flex-direction:column;justify-content:space-between}.poster-top{letter-spacing:.35em}.poster-center{font-family:'Playfair Display',serif;font-size:160px;text-align:center;color:#e9d6b6}.poster-bottom{display:flex;justify-content:space-between;font-size:11px;letter-spacing:.14em}.brand-copy-block p{color:#666;line-height:1.7}.palette{display:flex;gap:10px;margin-top:24px}.swatch{width:36px;height:36px;border-radius:50%;border:1px solid #ddd}.swatch.black{background:#111}.swatch.cream{background:#f4ead8}.swatch.blue{background:#21468b}.swatch.white{background:#fff}.swatch.red{background:#ae1c28}.social-strip{background:#202020;color:white}.social-grid{display:flex;align-items:center;justify-content:space-between;gap:30px}.social-grid h2{font-family:'Playfair Display',serif;font-size:40px;margin:8px 0}.social-actions{display:flex;gap:12px;flex-wrap:wrap}.faq-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:60px}.accordion details{border-bottom:1px solid #ddd;padding:18px 0}.accordion summary{font-weight:700;cursor:pointer}.accordion p{color:#666;line-height:1.7}.contact{background:#111;color:white}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px}.contact p{color:#c5c5c5;line-height:1.7}.contact-links{display:grid;gap:10px;margin-top:22px;color:#e8d1aa}.footer{background:#0b0b0b;color:#aaa;padding:28px 0;border-top:1px solid #222}.footer-grid{display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-links{display:flex;gap:16px}.whatsapp-float{position:fixed;right:20px;bottom:20px;z-index:20;background:#111;color:white;border:1px solid #3b3b3b;border-radius:999px;padding:12px 16px;display:flex;align-items:center;gap:8px;box-shadow:0 12px 30px rgba(0,0,0,.28)}
@media(max-width:980px){.nav{display:none;position:absolute;top:78px;left:0;right:0;background:#111;padding:18px 20px;flex-direction:column;align-items:stretch}.nav.open{display:flex}.menu-toggle{display:block}.hero-grid,.split,.store-showcase-grid,.how-grid,.condo-grid,.brand-story-grid,.faq-grid,.contact-grid,.units-layout{grid-template-columns:1fr}.hero{padding:64px 0}.hero-store-photo img{aspect-ratio:16/9}.card-grid.four{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:repeat(2,1fr)}.row-heading,.social-grid,.footer-grid{align-items:flex-start;flex-direction:column}.section{padding:64px 0}}
@media(max-width:620px){.container{width:min(100% - 28px,var(--max))}.hero-copy h1{font-size:46px}.hero-actions .btn{width:100%}.hero-store-photo figcaption{flex-direction:column;gap:5px}.card-grid.four,.category-grid,.form-two{grid-template-columns:1fr}.feature-card{min-height:0}.social-actions .btn{width:100%}.whatsapp-float b{display:none}}

/* Produção — mercimercado.com.br */
.official-logo-nav{width:82px;height:82px;object-fit:cover;border-radius:50%;display:block;box-shadow:0 5px 18px rgba(0,0,0,.16)}
.official-logo-footer{width:105px;height:105px;object-fit:cover;border-radius:50%;display:block}
.visual-gallery{background:#f4efe6}
.visual-gallery-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.85fr) minmax(0,1fr);gap:24px;align-items:center}
.visual-card{margin:0;border-radius:26px;overflow:hidden;background:#111;box-shadow:0 18px 50px rgba(0,0,0,.12)}
.visual-card img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover}
.visual-card figcaption{padding:14px 18px;background:#111;color:#f7ead0;font-weight:600}
.visual-gallery-copy{padding:18px 8px}
.visual-gallery-copy h2{margin:.45rem 0 1rem}
.visual-gallery-copy p{margin:0 0 1.4rem;color:#514c45}
@media (max-width:900px){.official-logo-nav{width:64px;height:64px}.visual-gallery-grid{grid-template-columns:1fr}.visual-gallery-copy{order:-1}.visual-card img{aspect-ratio:16/11}}
