:root {
  --brand-anchor: #23433b;
  --brand-primary: #23433b;
  --brand-paper: #f5f1e8;
  /* Paleta da marca, compartilhada entre a home e as páginas de apoio. Estava só no
     home.css, que não é carregado fora da home — foi por isso que o hub ficou com texto
     branco sobre fundo branco. */
  --home-orange: #ff6a00;
  --home-orange-soft: #ff8a36;
  --home-black: #090909;
  --home-line: rgba(255, 255, 255, .13);
  --home-muted: #aaa7a3;
  --home-white: #f7f4ef;
  --brand-ink: #17201d;
  --white: #fff;
  --muted: #66706c;
  --line: rgba(23, 32, 29, .14);
  --green: #25b85a;
  --green-dark: #1e9849;
  --container: 1280px;
  --content: 1024px;
  --section-space: clamp(76px, 9vw, 112px);
  --radius: 18px;
  --card-shadow: 0 18px 42px rgba(17, 24, 39, .08);
  --display-font: Inter, Arial, sans-serif;
  --body-font: Inter, Arial, sans-serif;
}

.market-economic {
  --section-space: clamp(68px, 8vw, 88px);
  --radius: 22px;
  --card-shadow: 0 20px 54px rgba(17, 24, 39, .11);
}

.market-high, .market-ultra {
  --section-space: clamp(88px, 10vw, 112px);
  --radius: 0;
  --card-shadow: none;
  --display-font: Georgia, 'Times New Roman', serif;
  --brand-paper: #f5f5f3;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; color: var(--brand-ink); background: var(--white); font-family: var(--body-font); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display-font); line-height: 1.03; letter-spacing: -.035em; }
h1 { font-size: clamp(2.7rem, 7vw, 5.8rem); font-weight: 800; }
h2 { font-size: clamp(2.15rem, 4.8vw, 4.15rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); }
p { color: var(--muted); }

.market-high h1, .market-high h2, .market-high h3,
.market-ultra h1, .market-ultra h2, .market-ultra h3 { font-weight: 400; }
.market-high h1, .market-ultra h1 { font-size: clamp(3rem, 7.5vw, 6rem); letter-spacing: -.025em; }

.container { width: min(100% - 32px, var(--container)); margin-inline: auto; }
.section { padding-block: var(--section-space); }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; padding: 10px 14px; color: var(--white); background: var(--brand-ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { display: inline-block; margin-bottom: 14px; color: var(--brand-primary); font-size: .72rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.section-head { max-width: 720px; margin-bottom: clamp(34px, 5vw, 60px); }
.section-head p { max-width: 650px; font-size: 1.04rem; }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center p { margin-inline: auto; }
.section-cta { display: flex; justify-content: center; margin-top: 42px; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 24px; border: 1px solid var(--brand-primary); border-radius: 999px; color: var(--white); background: var(--brand-primary); font-weight: 820; line-height: 1.2; cursor: pointer; transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(15, 24, 21, .18); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible { outline: 3px solid #f2b84b; outline-offset: 3px; }
.button--small { min-height: 44px; padding: 10px 17px; font-size: .82rem; }
.button--ghost { border-color: rgba(255, 255, 255, .58); background: rgba(0, 0, 0, .16); backdrop-filter: blur(8px); }
.button--light { border-color: var(--white); color: var(--brand-ink); background: var(--white); }
.text-link { display: inline-flex; min-height: 44px; align-items: center; color: var(--brand-primary); font-size: .78rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }

.market-high .button, .market-ultra .button { min-height: 48px; padding: 0 24px; border-radius: 0; font-size: .7rem; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.market-high .button:hover, .market-ultra .button:hover { transform: none; }

.site-header { position: sticky; z-index: 1000; top: 0; border-bottom: 1px solid rgba(255, 255, 255, .12); color: var(--white); background: var(--brand-dark); box-shadow: 0 8px 28px rgba(0, 0, 0, .26); backdrop-filter: blur(14px); }
.header-inner { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: flex; min-width: 0; min-height: 44px; max-width: 205px; align-items: center; }
.brand-wordmark { overflow: hidden; font-weight: 850; letter-spacing: -.02em; text-overflow: ellipsis; white-space: nowrap; }
.brand-logo { width: auto; max-width: 160px; height: 40px; object-fit: contain; }
.desktop-nav { display: none; gap: 26px; font-size: .78rem; font-weight: 760; }
.desktop-nav a { opacity: .72; transition: opacity 180ms ease; }
.desktop-nav a:hover { opacity: 1; }

.market-high .site-header, .market-ultra .site-header { position: sticky; right: 0; left: 0; color: var(--white); background: rgba(13, 20, 18, .76); box-shadow: 0 8px 28px rgba(0, 0, 0, .16); backdrop-filter: blur(16px) saturate(125%); }
.market-high .site-header .button, .market-ultra .site-header .button { border-color: rgba(255, 255, 255, .55); background: rgba(51, 50, 50, .52); }

.hero { position: relative; display: grid; min-height: min(850px, calc(100svh - 72px)); overflow: hidden; color: var(--white); isolation: isolate; }
.hero-media, .hero-shade { position: absolute; z-index: -2; inset: 0; }
.hero-image { width: 100%; height: 100%; object-fit: cover; }
.hero-shade { z-index: -1; background: linear-gradient(180deg, rgba(0, 0, 0, .16), rgba(0, 0, 0, .32)); }
.hero-inner { display: flex; align-items: center; justify-content: center; padding-block: 96px 72px; }
.hero-card { width: min(100%, 740px); padding: clamp(27px, 5vw, 50px); border: 1px solid rgba(255, 255, 255, .14); border-radius: 30px; background: rgba(14, 14, 18, .66); box-shadow: 0 34px 90px rgba(0, 0, 0, .46); text-align: center; backdrop-filter: blur(12px); }
.hero-card .eyebrow { color: rgba(255, 255, 255, .76); }
.hero-card h1 { margin-bottom: 18px; }
.hero-card > p { max-width: 650px; margin: 0 auto 16px; color: rgba(255, 255, 255, .82); font-size: 1.05rem; }
.project-status { display: block; margin-bottom: 28px; color: rgba(255, 255, 255, .68); font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-actions { display: grid; gap: 12px; }

.market-high .hero, .market-ultra .hero { min-height: 100svh; }
.market-high .hero-card, .market-ultra .hero-card { width: min(100%, 1024px); padding: clamp(34px, 6vw, 58px) clamp(24px, 5vw, 46px); border-radius: 0; background: rgba(51, 50, 50, .8); box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25); backdrop-filter: blur(2px); }
.market-high .hero-card > p, .market-ultra .hero-card > p { max-width: 720px; }

.facts { color: var(--white); background: var(--brand-ink); }
.facts ul { display: grid; margin: 0; padding: 28px 0; list-style: none; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.facts li { display: grid; gap: 3px; }
.facts span { color: rgba(255, 255, 255, .58); font-size: .69rem; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.facts strong { font-size: .96rem; }

.concept { background: var(--white); }
.concept-layout { display: grid; align-items: stretch; gap: clamp(34px, 6vw, 80px); }
.concept-visual { min-height: 420px; margin: 0; overflow: hidden; border-radius: var(--radius); background: #dfe3df; }
.concept-visual img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.concept-copy { align-self: center; text-align: center; }
.concept-copy h2 { margin-bottom: 28px; font-size: clamp(2.15rem, 3.6vw, 3.6rem); }
.concept-copy p { max-width: 800px; margin-right: auto; margin-left: auto; font-size: 1.08rem; text-align: justify; }
.concept-copy .text-link { margin-top: 10px; }

.plans { border-top: 1px solid rgba(23, 32, 29, .12); background: #edf0ec; }
.typology-grid { display: grid; width: min(100%, 960px); margin: 0 auto clamp(42px, 5vw, 62px); grid-template-columns: repeat(auto-fit, minmax(220px, 280px)); justify-content: center; gap: 14px; }
.typology-card { padding: 20px 18px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255, 255, 255, .9); box-shadow: var(--card-shadow); text-align: center; }
.typology-card h3 { margin-bottom: 16px; padding-bottom: 14px; border-bottom: 1px solid var(--line); font-size: 1.15rem; }
.typology-card dl { display: grid; margin: 0; grid-template-columns: repeat(2, 1fr); gap: 10px; justify-items: center; }
.typology-card dl div { display: grid; justify-items: center; gap: 1px; text-align: center; }
.typology-card dt { color: var(--muted); font-size: .64rem; letter-spacing: .07em; text-transform: uppercase; }
.typology-card dd { margin: 0; font-size: .92rem; font-weight: 800; }
.plans-grid { display: grid; width: min(100%, 1060px); margin-inline: auto; grid-template-columns: repeat(auto-fit, minmax(180px, 240px)); justify-content: center; gap: 16px; }
.plan-card { overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--card-shadow); }
.plan-figure { position: relative; display: grid; width: 100%; min-height: 190px; padding: 10px; border: 0; place-items: center; background: var(--white); cursor: zoom-in; }
.plan-figure img { width: 100%; height: 190px; object-fit: contain; transition: transform 220ms ease; }
.plan-figure:hover img { transform: scale(1.025); }
.plan-zoom { position: absolute; right: 10px; bottom: 10px; padding: 7px 10px; color: var(--white); background: rgba(18, 26, 23, .8); font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; opacity: 0; transform: translateY(4px); transition: opacity 180ms ease, transform 180ms ease; }
.plan-figure:hover .plan-zoom, .plan-figure:focus-visible .plan-zoom { opacity: 1; transform: none; }
.plan-card figcaption { min-height: 48px; padding: 13px 15px; border-top: 1px solid var(--line); font-size: .78rem; font-weight: 760; text-align: center; }
.image-lightbox { width: min(94vw, 1180px); max-width: none; padding: 0; overflow: visible; border: 0; color: var(--white); background: transparent; }
.image-lightbox::backdrop { background: rgba(5, 8, 7, .9); backdrop-filter: blur(4px); }
.image-lightbox img { display: block; width: 100%; max-height: 84vh; object-fit: contain; border-radius: calc(var(--radius) * .7); background: var(--white); }
.image-lightbox p { margin: 12px 52px 0; color: rgba(255, 255, 255, .88); text-align: center; }
.lightbox-close { position: absolute; z-index: 2; top: -18px; right: -18px; width: 44px; height: 44px; border: 1px solid rgba(255, 255, 255, .5); border-radius: 50%; color: var(--white); background: rgba(13, 20, 18, .88); font-size: 1.7rem; line-height: 1; cursor: pointer; }
.market-high .typology-card, .market-high .plan-card, .market-ultra .typology-card, .market-ultra .plan-card { box-shadow: none; }

.gallery-section { color: var(--white); background: #222323; }
.gallery-section .eyebrow { color: rgba(255, 255, 255, .64); }
.gallery-section p { color: rgba(255, 255, 255, .67); }
.gallery-section .section-head { margin-right: auto; margin-left: auto; text-align: center; }
.gallery-section .section-head p { margin-right: auto; margin-left: auto; }
/* Carrossel horizontal, quadrado, com TODAS as imagens.
   A rolagem é lateral de propósito: uma coluna infinita de fotos empurraria o botão de
   cadastro para fora do alcance e prenderia a pessoa numa rolagem que não acaba. Na
   horizontal, o resto da página continua a um polegar de distância. */
.gallery-carrossel { position: relative; }
.gallery-grid {
  display: grid;
  grid-auto-flow: column;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,.28) transparent;
  padding-bottom: 10px;
  /* Celular: uma imagem por vez, com um pedaço da próxima aparecendo. A espia é o que avisa
     que dá para arrastar, sem precisar de botão nem de instrução. */
  grid-auto-columns: 84%;
}
.gallery-grid::-webkit-scrollbar { height: 6px; }
.gallery-grid::-webkit-scrollbar-thumb { border-radius: 999px; background: rgba(255,255,255,.28); }
.gallery-tile {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: calc(var(--radius) * .7);
  background: #222;
  aspect-ratio: 1;          /* quadrado */
  scroll-snap-align: start;
}
.gallery-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 650ms ease; }
.gallery-tile:hover img { transform: scale(1.035); }
.gallery-tile figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 42px 15px 12px; color: var(--white); background: linear-gradient(transparent, rgba(0, 0, 0, .76)); font-size: .8rem; }

/* Uma imagem só (breve lançamento): não é carrossel, é uma foto centralizada. */
.gallery-grid:has(> .gallery-tile:only-child) { max-width: 620px; margin-inline: auto; grid-auto-columns: 100%; overflow-x: visible; }

.gallery-contagem { margin-top: 12px; color: rgba(255,255,255,.6); font-size: .82rem; text-align: center; }

/* As setas só existem onde há mouse. No celular o arraste é o gesto natural. */
.gallery-seta { position: absolute; top: calc(50% - 26px); z-index: 3; display: none; width: 52px; height: 52px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; color: var(--white); background: rgba(0,0,0,.55); font-size: 1.9rem; line-height: 1; cursor: pointer; backdrop-filter: blur(6px); transition: background 180ms ease, transform 180ms ease; }
.gallery-seta:hover { background: rgba(0,0,0,.8); transform: scale(1.06); }
.gallery-seta--antes { left: -14px; }
.gallery-seta--depois { right: -14px; }
.gallery-seta[hidden] { display: none !important; }

.location { background: var(--brand-paper); }
.location-grid { display: grid; gap: 34px; }
.location-copy > p { max-width: 620px; }
.location-card { display: grid; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--card-shadow); gap: 4px; }
.location-card span { margin-top: 14px; color: var(--muted); font-size: .7rem; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.location-card strong { margin-bottom: 16px; }
.location-card .button { margin-top: 12px; }
.location-map { min-height: 460px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #dfe3df; box-shadow: var(--card-shadow); }
.location-map iframe { display: block; width: 100%; height: 100%; min-height: 460px; border: 0; }

.contact { color: var(--white); background: var(--brand-ink); }
.contact-grid { display: grid; gap: 44px; }
.contact h2 { margin-bottom: 20px; }
.contact p { color: rgba(255, 255, 255, .7); }
.contact .eyebrow { color: rgba(255, 255, 255, .62); }
.contact-benefits { display: grid; margin: 26px 0 0; padding: 0; list-style: none; gap: 10px; }
.contact-benefits li::before { content: '✓'; margin-right: 10px; color: #72df9b; font-weight: 900; }
.form-imoveis { display: flex; width: 100%; max-width: 480px; margin: 0 auto; padding: clamp(23px, 5vw, 34px); border: 1px solid rgba(255, 255, 255, .13); border-radius: var(--radius); background: rgba(255, 255, 255, .075); flex-direction: column; gap: 15px; }
/* O fieldset existe só para desabilitar tudo de uma vez enquanto o JavaScript não instala o
   envio. `display: contents` faz ele não gerar caixa nenhuma, então os campos continuam sendo
   filhos diretos do flex do formulário e o espaçamento fica idêntico ao de antes. Desabilitar
   não depende de layout, então o bloqueio continua valendo. */
.form-imoveis fieldset { display: contents; margin: 0; padding: 0; border: 0; }
.form-imoveis > div:not(#form-mensagem),
.form-imoveis fieldset > div { display: grid; gap: 7px; }
/* Sem JavaScript os campos vêm desabilitados: deixe claro que estão inertes de propósito, e
   que existe outro caminho logo abaixo. */
.form-imoveis fieldset:disabled { opacity: .55; }
.form-imoveis fieldset:disabled button { cursor: not-allowed; }
.form-note--alerta a { color: inherit; text-decoration: underline; }
.form-imoveis label { color: rgba(255, 255, 255, .86); font-size: 14px; font-weight: 750; }
.form-imoveis input { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid rgba(255, 255, 255, .25); border-radius: max(2px, calc(var(--radius) * .5)); color: var(--brand-ink); background: var(--white); font-size: 16px; }
.form-imoveis button { min-height: 52px; border: none; background-color: var(--green); }
.form-imoveis button:hover { background-color: var(--green-dark); }
.form-imoveis button:disabled { cursor: wait; opacity: .68; transform: none; }
.form-note { margin: 0; text-align: center; font-size: .73rem; }
#form-mensagem { min-height: 24px; margin-top: 4px; text-align: center; font-weight: 750; }

.faq { background: #f5f6f4; }
.faq-inner { max-width: 850px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; min-height: 66px; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; font-weight: 800; cursor: pointer; list-style: none; }
.faq summary::after { content: '+'; color: var(--brand-primary); font-size: 1.45rem; }
.faq details[open] summary::after { content: '−'; }
.faq details p { padding: 0 0 22px; }

.site-footer { padding-block: 48px; color: var(--white); background: #111715; }
.market-high .site-footer, .market-ultra .site-footer { padding-block: 80px; background: #333232; }
.footer-inner { display: grid; gap: 16px; }
.site-footer p { margin: 0; color: rgba(255, 255, 255, .58); }
.site-footer div div { display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: .82rem; }
.site-footer div div a { display: inline-flex; min-height: 44px; align-items: center; }
.whatsapp-float { position: fixed; z-index: 900; right: 18px; bottom: 18px; display: grid; width: 58px; height: 58px; border: 2px solid var(--white); border-radius: 50%; color: var(--white); background: #25d366; box-shadow: 0 10px 30px rgba(0, 0, 0, .28); place-items: center; transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease; }
.whatsapp-float svg { display: block; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.03); }
.whatsapp-float.is-hidden { opacity: 0; visibility: hidden; transform: translateY(12px); }

@media (prefers-reduced-motion: no-preference) {
  .reveal-on-scroll {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 720ms ease, transform 720ms cubic-bezier(.2, .7, .2, 1);
    transition-delay: var(--reveal-delay, 0ms);
    will-change: opacity, transform;
  }
  .reveal-on-scroll.reveal-from-left { transform: translateX(-30px); }
  .reveal-on-scroll.reveal-from-right { transform: translateX(30px); }
  .reveal-on-scroll.is-visible { opacity: 1; transform: none; }
}

.legal-page--dark { padding: 0; background: #0a0a0a; color: #f5f2ed; }
.legal-page--dark .legal-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(6,6,6,.78); backdrop-filter: blur(16px); }
.legal-header-inner { width: min(1120px, calc(100% - 40px)); min-height: 76px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.legal-header-inner img { display: block; width: 178px; height: auto; }
.legal-header-inner > a:last-child { color: #ff7a1a; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.legal-page--dark .legal-container { width: min(880px, calc(100% - 40px)); max-width: none; margin: 0 auto; padding: 86px 0 100px; }
.legal-kicker { color: #ff6a00; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.legal-page--dark h1 { margin: 16px 0 12px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(48px, 7vw, 82px); font-weight: 400; letter-spacing: -.045em; line-height: 1; }
.legal-updated { margin: 0 0 62px; color: #8f8b86; font-size: 13px; }
.legal-content { display: grid; gap: 0; }
.legal-content section { padding: 32px 0; border-top: 1px solid rgba(255,255,255,.11); }
.legal-content h2 { margin: 0 0 16px; color: #f5f2ed; font-size: 21px; font-weight: 600; }
.legal-content p { margin: 0; color: #b8b4ae; font-size: 16px; line-height: 1.8; text-align: justify; }
.legal-content p + p { margin-top: 14px; }
.legal-content a { color: #ff8533; text-decoration: underline; text-underline-offset: 3px; }
.legal-references p { display: flex; flex-wrap: wrap; gap: 12px 26px; }
.legal-footer { padding: 42px 20px; border-top: 1px solid rgba(255,255,255,.1); background: #060606; }
.legal-footer > div { width: min(1120px, 100%); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.legal-footer img { width: 150px; height: auto; }
.legal-footer p { margin: 0; color: #77736e; font-size: 12px; }
@media (max-width: 640px) {
  .legal-header-inner { min-height: 68px; }
  .legal-header-inner img { width: 150px; }
  .legal-page--dark .legal-container { padding-top: 62px; }
  .legal-content p { text-align: left; }
  .legal-footer > div { align-items: flex-start; flex-direction: column; }
}

@keyframes ctaPulse {
  0%, 100% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--brand-primary) 38%, transparent); }
  50% { box-shadow: 0 0 0 11px color-mix(in srgb, var(--brand-primary) 0%, transparent); }
}
/* Realce de CTA em TODAS as faixas de mercado.
   Antes o pulso valia só para econômico e médio, com o argumento de que urgência desqualifica
   o alto padrão. O dono do negócio revisou isso, e a razão é direta: o site inteiro existe
   para gerar cadastro, e botão que passa despercebido não gera nenhum. O alto padrão continua
   sem contagem regressiva e sem "últimas unidades" — o que ele ganha é presença, não pressa. */
.hero-actions .button--principal,
.section-cta .button--principal,
#btnEnviar { animation: ctaPulse 2.4s ease-in-out infinite; }

/* O botão principal precisa ser o elemento mais pesado da tela onde ele está. */
.button--principal {
  padding: 17px 34px;
  font-size: 1.02rem;
  letter-spacing: .01em;
  box-shadow: 0 10px 26px color-mix(in srgb, var(--brand-primary) 34%, transparent);
}
.button--principal:hover { transform: translateY(-3px); box-shadow: 0 16px 38px color-mix(in srgb, var(--brand-primary) 44%, transparent); }
/* No alto padrão o botão é retangular e caixa-alta; ele fica grande do mesmo jeito, sem virar
   um botão de outra marca. */
.market-high .button--principal, .market-ultra .button--principal { min-height: 58px; padding: 0 34px; font-size: .78rem; }
.market-high .button--principal:hover, .market-ultra .button--principal:hover { transform: translateY(-3px); }

#btnEnviar { width: 100%; min-height: 58px; font-size: 1.02rem; }

@media (min-width: 700px) {
  .hero-actions { display: flex; flex-wrap: wrap; justify-content: center; }
  .facts ul { grid-template-columns: repeat(5, 1fr); }
  .plans-grid { grid-template-columns: repeat(auto-fit, minmax(190px, 240px)); }
  /* Tablet: três quadrados por vez. */
  .gallery-grid { grid-auto-columns: 32%; }
}

@media (min-width: 1024px) {
  .desktop-nav { display: flex; }
  .location-grid, .contact-grid { grid-template-columns: minmax(0, 1fr) minmax(380px, .9fr); align-items: start; gap: clamp(60px, 8vw, 120px); }
  .concept-layout { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); }
  .plans-grid { grid-template-columns: repeat(auto-fit, minmax(200px, 240px)); }
  /* Computador: quatro colunas por duas linhas = as oito à vista que o dono pediu.
     O resto entra arrastando ou pelas setas. */
  .gallery-grid { grid-template-rows: repeat(2, 1fr); grid-auto-columns: calc(25% - 9px); }
  .gallery-seta { display: flex; }
  .footer-inner { grid-template-columns: 1fr 1.5fr auto; align-items: center; }
}

@media (max-width: 560px) {
  /* O CTA do cabeçalho NÃO some mais no celular. Ele era o único atalho permanente para o
     cadastro e desaparecia justamente onde a rolagem é mais longa; em vez de esconder, ele
     encolhe. Os rótulos de cabeçalho já são curtos por desenho ("Ver preços", "Entrar na
     lista"), então cabem ao lado da marca. */
  .site-header .button--small {
    min-height: 38px; padding: 0 12px;
    font-size: .66rem; letter-spacing: .03em;
    white-space: nowrap; flex-shrink: 0;
  }
  .site-header .brand { max-width: 40vw; }
  .hero { min-height: 760px; }
  .hero-inner { padding-block: 90px 52px; }
  .hero-card { padding: 28px 20px; }
  .hero-actions .button { width: 100%; }
  .plans-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .plan-figure { min-height: 145px; padding: 7px; }
  .plan-figure img { height: 145px; }
  .plan-card figcaption { min-height: 42px; padding: 10px 8px; font-size: .7rem; }
  .plan-zoom { display: none; }
  .lightbox-close { top: -10px; right: -4px; }
  .facts ul { gap: 20px 14px; }
  .location-map, .location-map iframe { min-height: 360px; }
}

/* Desliga só o que se move sozinho. O zoom da galeria responde a uma ação do visitante,
   não é movimento espontâneo, e apagá-lo tira o efeito que a home tem. */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  /* Sem animação, o destaque do CTA passa a ser só tamanho, cor e sombra — que continuam
     valendo. Quem desliga movimento no sistema ainda enxerga o botão como o item mais
     pesado da tela. */
  .hero-actions .button--principal,
  .section-cta .button--principal,
  #btnEnviar { animation: none !important; }
  .reveal-on-scroll { opacity: 1; transform: none; transition: none; }
}

.footer-checked { font-size: .78rem; }
.footer-checked time { color: rgba(255, 255, 255, .78); font-weight: 700; }

/* Altíssimo padrão: o contato direto vem antes do formulário, que fica como alternativa. */
.contact-direct { margin-top: 28px; }

/* Fachada do mapa: nenhuma requisição ao Google antes do clique do visitante. */
.map-load { display: grid; width: 100%; height: 100%; min-height: 460px; padding: 28px; border: 0; background: linear-gradient(160deg, #e8ece8, #dfe3df); color: var(--brand-ink); place-content: center; gap: 8px; text-align: center; cursor: pointer; transition: background 200ms ease; }
.map-load:hover { background: linear-gradient(160deg, #e2e7e2, #d6dbd6); }
.map-load-title { font-size: 1.05rem; font-weight: 850; }
.map-load-note { max-width: 34ch; margin-inline: auto; color: var(--muted); font-size: .82rem; }

/* Três ou quatro relações próximas, depois do FAQ, antes do CTA de fechamento. */
.related { border-top: 1px solid var(--line); background: var(--white); }
.related-grid { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.related-card { display: grid; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--card-shadow); gap: 2px; }
.related-card img { width: 100%; height: 190px; object-fit: cover; transition: transform 500ms ease; }
.related-card:hover img { transform: scale(1.04); }
.related-place { padding: 16px 16px 0; color: var(--brand-primary); font-size: .68rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.related-card strong { padding: 0 16px; font-size: 1.02rem; }
.related-facts { padding: 0 16px 18px; color: var(--muted); font-size: .82rem; }
.market-high .related-card, .market-ultra .related-card { box-shadow: none; }

/* ---- Migalha de pão ---- */
.breadcrumb { margin-bottom: 18px; font-size: .74rem; }
.breadcrumb ol { display: flex; flex-wrap: wrap; margin: 0; padding: 0; list-style: none; gap: 6px; justify-content: center; }
.breadcrumb li + li::before { content: '/'; margin-right: 6px; opacity: .45; }
.breadcrumb a { opacity: .78; text-decoration: underline; text-underline-offset: 3px; }
.breadcrumb a:hover { opacity: 1; }
.breadcrumb [aria-current] { opacity: .6; }

/* ---- Aprofundamento por intenção, na landing ---- */
.satellite-index { background: var(--brand-paper); }
.satellite-links { display: grid; width: min(100%, 1060px); margin-inline: auto; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; }
.satellite-links a { display: grid; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); gap: 6px; transition: transform 200ms ease, box-shadow 200ms ease; }
.satellite-links a:hover { transform: translateY(-3px); box-shadow: var(--card-shadow); }
.satellite-links strong { font-size: 1.04rem; }
.satellite-links span { color: var(--muted); font-size: .86rem; }

/* ---- Páginas satélite ---- */
.satellite-body .typology-grid, .satellite-body .plans-grid, .satellite-body .gallery-grid { margin-bottom: 34px; }
/* Na página de fotos não há carrossel: quem abriu uma galeria veio olhar as imagens, e
   rolar é o gesto certo. Grade de quadrados, todas as imagens, sem corte. */
.satellite-body .gallery-grid { display: grid; grid-auto-flow: row; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); grid-auto-columns: auto; gap: 12px; overflow-x: visible; scroll-snap-type: none; }
.satellite-body .gallery-tile { aspect-ratio: 1; }
.satellite-body .gallery-tile { border-radius: calc(var(--radius) * .7); }
.satellite-back { margin-top: 30px; color: var(--muted); text-align: center; font-size: .9rem; }
.satellite-back a { color: var(--brand-primary); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

/* ---- Chamada para a página de bairro ---- */
.hub-callout { padding-block: 0; }
.hub-callout .container { padding-block: 30px; border-top: 1px solid var(--line); }
.hub-callout p { margin: 0; text-align: center; }
.hub-callout a { color: var(--brand-primary); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

/* ---- Páginas de bairro ---- */
.hub-page .hub-hero { padding-block: clamp(60px, 8vw, 96px) clamp(40px, 5vw, 60px); color: var(--white); background: var(--brand-ink); text-align: center; }
.hub-hero h1 { margin-bottom: 20px; font-size: clamp(2rem, 3.6vw, 3.1rem); }
.hub-hero .breadcrumb { color: rgba(255, 255, 255, .8); }
.hub-hero .eyebrow { color: rgba(255, 255, 255, .66); }
.hub-lead { max-width: 760px; margin: 0 auto 16px; color: rgba(255, 255, 255, .9); font-size: 1.12rem; }
.hub-context { max-width: 720px; margin: 0 auto 30px; color: rgba(255, 255, 255, .66); font-size: .96rem; }
.hub-hero .hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.hub-list { background: var(--white); }
.hub-contact { color: var(--white); background: var(--brand-primary); }
.hub-contact p { color: rgba(255, 255, 255, .82); }
.hub-contact .eyebrow { color: rgba(255, 255, 255, .7); }
.hub-vizinhos-titulo { margin: 26px 0 12px; font-size: .82rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; opacity: .62; text-align: center; }
.hub-links { display: grid; width: min(100%, 900px); margin-inline: auto; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 12px; }
.hub-links a { display: flex; min-height: 56px; align-items: center; justify-content: space-between; padding: 14px 20px; border: 1px solid var(--line); border-radius: var(--radius); gap: 12px; font-weight: 780; }
.hub-links a:hover { border-color: var(--brand-primary); }
.hub-links span { color: var(--muted); font-size: .8rem; font-weight: 850; }

/* ---- Guias de topo de funil ---- */
.guia-hero { min-height: min(620px, 78svh); }
.guia-hero .hero-card { max-width: 820px; }
.guia-hero h1 { font-size: clamp(2.1rem, 4.4vw, 3.5rem); }
.guia-corpo { background: var(--white); }
.guia-container { max-width: 760px; }
.guia-resposta { margin-bottom: 34px; padding-left: 20px; border-left: 4px solid var(--brand-primary); color: var(--brand-ink); font-size: 1.16rem; line-height: 1.6; }
.guia-corpo h2 { margin: 44px 0 14px; font-size: clamp(1.5rem, 2.6vw, 2.05rem); }
.guia-corpo p { font-size: 1.05rem; }
.premissa { margin: 28px 0; padding: 18px 22px; border-left: 4px solid #2563eb; border-radius: 0 10px 10px 0; background: #eef6ff; color: var(--brand-ink); font-size: .95rem; }
.honesto { margin: 34px 0 0; padding: 18px 22px; border-left: 4px solid #b8860b; border-radius: 0 10px 10px 0; background: #fdf6e3; color: var(--brand-ink); font-size: .95rem; }
.premissa strong, .honesto strong { display: block; margin-bottom: 4px; }
.guia-relacionados { background: var(--brand-paper); }
.guia-grupo:nth-of-type(even) { background: var(--brand-paper); }

@media (max-width: 768px) {
  .breadcrumb a, .breadcrumb [aria-current] { display: inline-flex; min-height: 44px; align-items: center; }
  .breadcrumb li + li::before { align-self: center; }
}

/* Cabeçalho da marca: preto em todas as páginas comerciais, com o logo da imobiliária.
   Quem vende é a Antequera, e a identidade dela é a constante entre as 1.732 páginas.
   O nome do empreendimento aparece no H1, logo abaixo. */
.site-header--brand { border-bottom: 1px solid rgba(255, 255, 255, .1); color: var(--white); background: rgba(10, 10, 10, .88); box-shadow: 0 8px 28px rgba(0, 0, 0, .3); backdrop-filter: blur(16px); }
.site-header--brand .brand-logo { width: auto; max-width: 168px; height: 42px; object-fit: contain; }
.site-header--brand .desktop-nav a { color: rgba(255, 255, 255, .74); }
.site-header--brand .desktop-nav a:hover { color: var(--white); opacity: 1; }
.site-header--brand .button { border-color: rgba(255, 255, 255, .5); background: rgba(255, 255, 255, .07); }
.site-header--brand .button:hover { border-color: var(--white); background: rgba(255, 255, 255, .16); }

/* ---- Cabeçalho do empreendimento: a cor vem da marca do produto ---- */
.site-header--projeto { color: var(--white); background: var(--brand-dark); border-bottom: 1px solid rgba(255, 255, 255, .14); }
.site-header--projeto .brand-wordmark { color: var(--white); }
.site-header--projeto .desktop-nav a { color: rgba(255, 255, 255, .76); }
.site-header--projeto .desktop-nav a:hover { color: var(--white); opacity: 1; }
.site-header--projeto .button { border-color: rgba(255, 255, 255, .48); background: rgba(255, 255, 255, .09); }
.site-header--projeto .button:hover { border-color: var(--white); background: rgba(255, 255, 255, .18); }

/* Seções claras usam a cor neutra do dossiê, que era lida e nunca aplicada. */
.plans { background: var(--brand-paper); }
.concept { background: var(--white); }
.location { background: var(--brand-tint); }
.satellite-index { background: var(--brand-tint); }
.related { background: var(--brand-paper); }
.faq { background: var(--brand-paper); }
.gallery-section { background: var(--brand-ink); }
.facts { background: var(--brand-dark); }
.contact { background: var(--brand-dark); }
.site-footer { background: var(--brand-ink); }

/* A cor da marca sem escurecer, onde ela brilha sem prejudicar a leitura. */
.eyebrow { color: var(--brand-accent); }
.site-header--projeto .eyebrow, .hero-card .eyebrow, .gallery-section .eyebrow, .contact .eyebrow { color: rgba(255, 255, 255, .72); }
.faq summary::after { color: var(--brand-accent); }
.related-place { color: var(--brand-accent); }
.contact-benefits li::before { color: var(--brand-accent); }

/* Cabeçalho claro: marca escura sobre fundo escuro some. Quando o logo do empreendimento é
   preto ou quase, o cabeçalho inverte e usa o papel da própria marca. */
.site-header--claro { color: var(--brand-ink); background: var(--brand-paper); border-bottom: 1px solid rgba(0, 0, 0, .12); box-shadow: 0 8px 28px rgba(0, 0, 0, .1); }
.site-header--claro .brand-wordmark { color: var(--brand-ink); }
.site-header--claro .desktop-nav a { color: rgba(0, 0, 0, .66); }
.site-header--claro .desktop-nav a:hover { color: var(--brand-ink); opacity: 1; }
.site-header--claro .button { color: var(--white); border-color: var(--brand-primary); background: var(--brand-primary); }
.site-header--claro .button:hover { border-color: var(--brand-dark); background: var(--brand-dark); }
.market-high .site-header--claro, .market-ultra .site-header--claro { color: var(--brand-ink); background: var(--brand-paper); }
.market-high .site-header--claro .button, .market-ultra .site-header--claro .button { color: var(--white); border-color: var(--brand-primary); background: var(--brand-primary); }

/* Hero de empreendimento sem foto: breve lançamento que a incorporadora ainda não ilustrou.
   O desenho ocupa o mesmo lugar da fotografia e herda as cores da marca do produto. */
/* Passou de SVG a fotografia: agora precisa recortar como qualquer hero. */
.hero-image--obra { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 42%; }

/* Empreendimento cujas fotos são todas em retrato: recortar para preencher a faixa larga do
   hero corta a fachada em cima e embaixo, que é justamente o que a foto quer mostrar. A
   imagem passa a caber inteira, sobre o tom escuro da própria marca. */
.hero-media--retrato { background: var(--brand-dark); }
.hero-media--retrato .hero-image { object-fit: contain; object-position: center; }

/* "Também procurado como": as grafias reais colhidas do autocomplete do Google. Fica no fim
   da página, discreto — existe para o buscador, não para quem já achou a página. */
.tambem-procurado { padding: 2rem 0 0; border-top: 1px solid rgba(0,0,0,.06); }
.tambem-procurado h2 { font-size: .82rem; font-weight: 600; letter-spacing: .04em;
  text-transform: uppercase; color: var(--brand-primary); opacity: .7; margin: 0 0 .4rem; }
.tambem-procurado p { font-size: .82rem; line-height: 1.7; color: #6b6b6b; margin: 0; }

/* ---------------------------------------------------------------- busca de imóveis
   O bloco que fecha guia e hub. Ele existe porque essas páginas não vendem produto: elas
   levam ao produto. Cards clicáveis com busca local, e uma saída para a carteira inteira. */
.busca-imoveis { background: var(--brand-dark); color: var(--white); }
.busca-imoveis .eyebrow { color: rgba(255, 255, 255, .64); }
.busca-imoveis .section-head p { max-width: 720px; margin-inline: auto; color: rgba(255, 255, 255, .68); }

.busca-filtros { display: grid; gap: 12px; margin: 28px auto 18px; max-width: 1040px; }
.busca-campo { display: flex; flex-direction: column; gap: 6px; }
.busca-campo span { color: rgba(255, 255, 255, .6); font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.busca-campo input, .busca-campo select {
  min-height: 48px; padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .22); border-radius: calc(var(--radius) * .5);
  color: var(--white); background: rgba(255, 255, 255, .07);
  font: inherit; font-size: .94rem;
}
.busca-campo select option { color: #17201d; background: var(--white); }
.busca-campo input::placeholder { color: rgba(255, 255, 255, .42); }

.busca-contagem { margin: 0 0 16px; color: rgba(255, 255, 255, .62); font-size: .86rem; text-align: center; }
.busca-contagem strong { color: var(--white); font-size: 1.05rem; }

.imovel-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.imovel-card { min-width: 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, .12); border-radius: calc(var(--radius) * .6); background: rgba(255, 255, 255, .04); transition: border-color .25s ease, transform .25s ease; }
.imovel-card:hover { border-color: rgba(255, 255, 255, .34); transform: translateY(-3px); }
.imovel-card[hidden] { display: none; }
.imovel-card a { display: block; color: inherit; }
.imovel-card-foto { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #1d2523; }
.imovel-card-foto img { width: 100%; height: 100%; object-fit: cover; }
.imovel-card-sem-foto { width: 100%; height: 100%; background: linear-gradient(140deg, #22302c, #16201d); }
.imovel-card-selo { position: absolute; top: 10px; left: 10px; padding: 5px 11px; border-radius: 999px; background: rgba(0, 0, 0, .68); color: var(--white); font-size: .7rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; backdrop-filter: blur(6px); }
.imovel-card-texto { padding: 15px 16px 18px; }
.imovel-card-local { margin: 0 0 5px; color: rgba(255, 255, 255, .58); font-size: .76rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.imovel-card-texto h3 { margin: 0 0 7px; font-size: 1.06rem; line-height: 1.25; }
.imovel-card-fatos { margin: 0; color: rgba(255, 255, 255, .68); font-size: .86rem; }

.busca-vazia { margin: 26px 0 0; color: rgba(255, 255, 255, .7); text-align: center; }
.busca-ampliar { margin: 26px 0 0; color: rgba(255, 255, 255, .66); font-size: .92rem; text-align: center; }
.busca-ampliar a { color: var(--white); font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }

/* O bloco de consultor no fim do guia: convite, não formulário. */
.guia-consultor { background: var(--brand-ink); color: var(--white); }
.guia-consultor-inner { display: grid; gap: 22px; align-items: center; }
.guia-consultor .eyebrow { color: rgba(255, 255, 255, .68); }
.guia-consultor h2 { margin: 6px 0 10px; }
.guia-consultor p { margin: 0; color: rgba(255, 255, 255, .74); }

@media (min-width: 700px) {
  .busca-filtros { grid-template-columns: 1.6fr 1fr 1fr; }
  .busca-campo--texto { grid-column: 1 / -1; }
  .imovel-grid { grid-template-columns: repeat(2, 1fr); }
  .guia-consultor-inner { grid-template-columns: 1fr auto; }
}

@media (min-width: 1000px) {
  .busca-filtros { grid-template-columns: 2fr 1.2fr 1fr 1.2fr; }
  .busca-campo--texto { grid-column: auto; }
  .imovel-grid { grid-template-columns: repeat(4, 1fr); }
  /* Os cards escondidos pelo filtro continuam no HTML; o navegador não gasta layout com eles. */
  .imovel-card { content-visibility: auto; contain-intrinsic-size: auto 340px; }
}

/* Os três relacionados do fim da landing: mesma grade da busca, travada em três colunas. */
.imovel-grid--tres { grid-template-columns: 1fr; }
@media (min-width: 700px) { .imovel-grid--tres { grid-template-columns: repeat(3, 1fr); } }
.related.busca-imoveis .section-head p { color: rgba(255, 255, 255, .68); }

/* O rodapé assina com a marca, não com o nome escrito. */
.footer-marca { display: inline-flex; max-width: 190px; }
.footer-marca img { width: 100%; height: auto; }

/* Logo de tinta escura sobre cabeçalho escuro: placa clara atrás, como se faz em impresso.
   Some no cabeçalho claro, onde a marca já se lê sozinha. */
.brand-logo--placa { padding: 6px 10px; border-radius: 6px; background: #f7f4ef; }
.site-header--claro .brand-logo--placa { padding: 0; background: transparent; }
