/* =========================================================
   XPERTISE — plataforma oficial Blue Empreendimentos
   Direção (revisão de 16/09/2026): navy da Blue, azul como único acento,
   areia nas seções claras, uma família só (Archivo), cantos de 6 px,
   sombra curta, sem grão, sem preloader, animação só em imagem grande.
   ========================================================= */
:root {
  --font-display: 'Archivo', 'Segoe UI', system-ui, sans-serif;
  --font-sans: 'Archivo', 'Segoe UI', system-ui, sans-serif;
  --navy: #00183c;
  --navy-deep: #040c22;
  --navy-2: #072a5e;
  --blue: #0b76bb;
  --blue-soft: #3ea1e6;
  /* Acento: o azul da Blue. Claro sobre navy; escuro sobre areia e em botão. */
  --accent: #3ea1e6;
  --accent-dark: #0b76bb;
  --mint: var(--accent);            /* nomes antigos, mantidos para nada quebrar */
  --mint-dark: var(--accent-dark);
  --white: #ffffff;
  --off: #e8e2d8;
  --sand: #ddd6c9;
  --ink: #161a22;
  --text: #5b574f;
  --muted: #8a847a;
  --line: rgba(255,255,255,.1);
  --line-dark: rgba(22,26,34,.14);
  --shadow-lg: 0 12px 30px rgba(0,8,30,.28);
  --r: 6px;
  --r-lg: 10px;
  --max: 1440px;
  --gutter: clamp(20px, 4vw, 72px);
  --gap: clamp(16px, 2vw, 32px);
  --ease: cubic-bezier(.22,.61,.36,1);
  --ease-out: cubic-bezier(.16,1,.3,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
::selection { background: var(--accent); color: var(--navy); }
body { margin: 0; font-family: var(--font-sans); font-size: 16px; line-height: 1.65; color: rgba(255,255,255,.72); background: var(--navy-deep); -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; color: #fff; line-height: 1.1; margin: 0 0 20px; letter-spacing: -0.03em; }
h1 { font-size: clamp(40px, 5vw, 72px); }
h2 { font-size: clamp(28px, 3.4vw, 46px); }
h3 { font-size: 22px; font-weight: 600; letter-spacing: -0.01em; }
h1 em, h2 em, .serif { font-style: normal; font-weight: inherit; letter-spacing: inherit; color: inherit; }
p { margin: 0 0 18px; }
a { color: inherit; text-decoration: none; transition: color .25s var(--ease); }
img { max-width: 100%; display: block; }
ul { padding-left: 20px; }
.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }
section { padding: clamp(56px, 6vw, 72px) 0; position: relative; }
/* Hero, destaque e contato respiram mais; lista, tabela e FAQ fecham perto de 64 px. */
#destaque, #contato { padding-top: clamp(96px, 10vw, 140px); padding-bottom: clamp(96px, 10vw, 140px); }
.light { background: var(--off); color: var(--text); }
.light h1, .light h2, .light h3 { color: var(--navy); }
.eyebrow { display: block; font-weight: 600; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--accent); margin-bottom: 14px; }
.light .eyebrow { color: var(--accent-dark); }
.center { text-align: center; }
.lead { font-size: clamp(18px, 1.4vw, 21px); line-height: 1.6; max-width: 620px; font-weight: 400; }
.center .lead { margin: 0 auto; }
.head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: clamp(36px, 4vw, 64px); }
.head-row h2 { margin: 0; max-width: 16ch; }

/* ---------- Botões ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 26px; border-radius: var(--r); font-weight: 600; font-size: 15px; border: 1.5px solid transparent; cursor: pointer; transition: background .25s, color .25s, border-color .25s; white-space: nowrap; font-family: var(--font-sans); }
.btn svg { width: 19px; height: 19px; flex: none; transition: transform .4s var(--ease-out); }
.btn:hover svg:last-child { transform: translateX(4px); }
.btn-mint, .btn-primary { background: var(--accent-dark); color: #fff; }
.btn-mint:hover, .btn-primary:hover { background: #0a68a6; color: #fff; }
.btn-ghost { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.22); }
.btn-ghost:hover { background: #fff; color: var(--navy); border-color: #fff; }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-2); color: #fff; }
.btn-sm { padding: 12px 22px; font-size: 14px; }
.link { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); }
.link svg { width: 16px; height: 16px; transition: transform .35s var(--ease-out); }
.link:hover svg { transform: translateX(5px); }
.light .link { color: var(--blue); }

/* ---------- Header ---------- */
.header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; transition: background .4s, backdrop-filter .4s; }
.header::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.14), transparent); opacity: 0; transition: opacity .4s; }
.header.scrolled { background: rgba(4,12,34,.72); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.header.scrolled::after { opacity: 1; }
.header .wrap { display: flex; align-items: center; justify-content: space-between; height: 92px; gap: 24px; transition: height .4s; }
.header.scrolled .wrap { height: 72px; }
.brand { display: flex; align-items: center; gap: 12px; color: #fff; }
.brand strong { font-family: var(--font-sans); font-weight: 800; font-size: 21px; display: block; line-height: 1; letter-spacing: .22em; color: #fff; }
/* o ponto depois de XPERTISE saiu do lockup a pedido */
.brand span { white-space: nowrap; font-size: 10px; color: rgba(255,255,255,.5); letter-spacing: .26em; text-transform: uppercase; font-weight: 600; display: block; margin-top: 6px; }
.nav { display: flex; align-items: center; gap: 26px; }
.nav a:not(.btn) { color: rgba(255,255,255,.82); font-weight: 500; font-size: 14px; position: relative; padding: 6px 0; white-space: nowrap; letter-spacing: .02em; }
.nav a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease-out); }
.nav a:not(.btn):hover { color: #fff; }
.nav a:not(.btn):hover::after { transform: scaleX(1); }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; cursor: pointer; }
.nav-toggle span { display: block; width: 26px; height: 2px; background: #fff; margin: 6px 0; transition: .3s; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100vh; min-height: 100svh; overflow: hidden; background: var(--navy-deep); padding: 0; display: flex; }
.slides { position: absolute; inset: 0; }
.slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.4s var(--ease); }
.slide.is-active { opacity: 1; z-index: 1; }
.slide img { position: absolute; inset: 0; width: 100%; height: 100%; object-position: center; backface-visibility: hidden; }
/* imagem inteira, sem corte, na altura total da tela */
.slide img.fit { object-fit: contain; transform: scale(1.03); transition: transform 9s linear; will-change: transform; z-index: 1; }
.slide.is-active img.fit { transform: scale(1); }
/* preenchimento das laterais com a mesma imagem desfocada */
.slide img.fill { object-fit: cover; filter: blur(34px) brightness(.5) saturate(1.1); transform: scale(1.18); z-index: 0; }
.hero-shade { position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg, rgba(4,12,34,.92) 0%, rgba(4,12,34,.62) 45%, rgba(4,12,34,.15) 100%), linear-gradient(0deg, rgba(4,12,34,1) 0%, rgba(4,12,34,.2) 40%, rgba(4,12,34,.35) 100%); }
.hero .wrap { position: relative; z-index: 3; min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; justify-content: flex-end; padding-bottom: clamp(36px, 5vh, 64px); }
.hero-top { margin-top: auto; padding-top: 130px; }
.hero-pill { display: block; color: var(--accent); font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 18px; }
.intro h1 { max-width: 22ch; font-size: clamp(38px, 4.6vw, 68px); margin-bottom: 24px; }
.intro .lead { color: rgba(255,255,255,.72); margin-bottom: 34px; max-width: 560px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-bottom { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 32px; margin-top: clamp(40px, 6vh, 72px); padding-top: 26px; border-top: 1px solid rgba(255,255,255,.14); opacity: 0; }
.hero.in .hero-foot { animation: fadeUp 1s 1.4s var(--ease-out) forwards; }
.slide-info { display: flex; align-items: center; gap: 26px; min-height: 64px; }
.slide-info img { height: 44px; width: auto; max-width: 180px; object-fit: contain; filter: drop-shadow(0 4px 12px rgba(0,0,0,.4)); transition: opacity .5s; }
.slide-info .meta small { display: block; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--accent); font-weight: 700; margin-bottom: 4px; }
.slide-info .meta strong { display: block; font-family: var(--font-sans); color: #fff; font-size: 18px; letter-spacing: -0.01em; }
.slide-info .meta span { font-size: 14px; color: rgba(255,255,255,.6); }
.slide-info .meta { transition: opacity .5s, transform .5s; }
.slide-info .meta.fade { opacity: 0; transform: translateY(6px); }
.slide-info .link { margin-left: auto; }
.hero-ctrl { display: flex; align-items: center; gap: 18px; }
.hero-ctrl .count { font-family: var(--font-sans); font-size: 14px; letter-spacing: .1em; color: rgba(255,255,255,.7); font-variant-numeric: tabular-nums; }
.hero-ctrl .count b { color: #fff; font-weight: 700; }
.hero-ctrl .bar { width: 120px; height: 2px; background: rgba(255,255,255,.15); position: relative; overflow: hidden; border-radius: 2px; display: block; }
.hero-ctrl .bar i { position: absolute; inset: 0; width: 0; background: var(--accent); }
.hero-ctrl .bar.run i { animation: progress 7s linear forwards; }
@keyframes progress { to { width: 100%; } }
.hero-ctrl button { width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.04); color: #fff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: .3s; }
.hero-ctrl button:hover { background: var(--accent-dark); color: #fff; border-color: var(--accent-dark); }
.hero-ctrl button svg { width: 18px; height: 18px; }
.scroll-cue { position: absolute; right: var(--gutter); top: 50%; z-index: 3; transform: translateY(-50%) rotate(90deg); transform-origin: right center; font-size: 11px; letter-spacing: .3em; text-transform: uppercase; color: rgba(255,255,255,.5); display: flex; align-items: center; gap: 14px; }
.scroll-cue::after { content: ""; width: 60px; height: 1px; background: rgba(255,255,255,.4); animation: cue 2s infinite; }
@keyframes cue { 0% { transform: scaleX(0); transform-origin: left; } 50% { transform: scaleX(1); transform-origin: left; } 51% { transform-origin: right; } 100% { transform: scaleX(0); transform-origin: right; } }

/* ---------- Marquee ---------- */
.marquee { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 18px 0; background: var(--navy-deep); position: relative; }
.marquee-track { display: flex; gap: 48px; width: max-content; animation: marquee 60s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee span { font-family: var(--font-sans); font-weight: 700; font-size: 14px; letter-spacing: .24em; text-transform: uppercase; color: rgba(255,255,255,.75); display: inline-flex; align-items: center; gap: 48px; white-space: nowrap; }
.marquee span::after { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Stats ---------- */
.stats { padding: clamp(64px, 8vw, 110px) 0; }
.stats .wrap { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: var(--gap); }
.stat { padding: 28px 0 0; border-top: 1px solid var(--line); position: relative; }
.stat::before { content: ""; position: absolute; top: -1px; left: 0; width: 48px; height: 1px; background: var(--accent); }
.stat strong { display: block; font-family: var(--font-sans); font-weight: 800; font-size: clamp(40px, 4.6vw, 68px); letter-spacing: -0.04em; color: #fff; line-height: 1; margin-bottom: 12px; font-variant-numeric: tabular-nums; }
.stat strong small { font-size: .42em; color: var(--accent); font-weight: 600; letter-spacing: 0; margin-left: 6px; }
.stat span { font-size: 14px; color: rgba(255,255,255,.55); display: block; line-height: 1.5; max-width: 24ch; }

/* ---------- Vitrine horizontal ---------- */
.showcase { overflow: hidden; }
.scroller { display: flex; gap: var(--gap); overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px var(--gutter) 24px; margin: 0 calc(-1 * var(--gutter)); scrollbar-width: none; cursor: grab; }
.scroller::-webkit-scrollbar { display: none; }
.scroller.dragging { cursor: grabbing; scroll-snap-type: none; }
.show { flex: 0 0 clamp(300px, 34vw, 520px); scroll-snap-align: start; position: relative; border-radius: var(--r); overflow: hidden; aspect-ratio: 4/5; background: var(--navy); color: #fff; isolation: isolate; display: block; }
.show img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease-out); z-index: 0; }
.show:hover img.bg { transform: scale(1.06); }
.show::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,12,34,.05) 30%, rgba(4,12,34,.92) 100%); z-index: 1; }
.show .inner { position: absolute; inset: 0; z-index: 2; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; }
.show .badge { align-self: flex-start; }
.show .logo { height: 34px; width: auto; max-width: 150px; object-fit: contain; margin-bottom: 14px; filter: drop-shadow(0 2px 8px rgba(0,0,0,.4)); }
.show h3 { font-size: 26px; margin: 0 0 6px; color: #fff; }
.show .m { font-size: 14px; color: rgba(255,255,255,.7); display: flex; gap: 10px; flex-wrap: wrap; }
.show .m b { color: var(--accent); font-weight: 600; }
.show .go { position: absolute; right: 24px; bottom: 24px; z-index: 3; width: 48px; height: 48px; border-radius: 50%; background: var(--accent-dark); color: #fff; display: flex; align-items: center; justify-content: center; transform: translateY(12px); opacity: 0; transition: .4s var(--ease-out); }
.show:hover .go { transform: none; opacity: 1; }
.show .go svg { width: 20px; height: 20px; }
.badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; background: rgba(4,12,34,.82); color: #fff; border: 1px solid rgba(255,255,255,.14); }
.badge.pronto { background: var(--accent-dark); color: #fff; border-color: transparent; }
.badge.lanc { background: #fff; color: var(--navy); border-color: transparent; }
.ctrl { display: flex; gap: 10px; flex: none; }
.ctrl button { width: 50px; height: 50px; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); background: transparent; color: #fff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: .3s; }
.ctrl button:hover { background: var(--accent-dark); color: #fff; border-color: var(--accent-dark); }
.ctrl button svg { width: 20px; height: 20px; }
.light .ctrl button { border-color: var(--line-dark); color: var(--ink); }

/* ---------- Spotlight (Aya Amintas) ---------- */
.spot { display: grid; grid-template-columns: repeat(12, minmax(0,1fr)); gap: var(--gap); align-items: start; }
.spot-media { grid-column: 1 / span 6; position: sticky; top: 100px; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4/5; }
.spot-media img { width: 100%; height: 100%; object-fit: cover; }
.spot-media .badge { position: absolute; top: 22px; left: 22px; }
.spot-media .logo { position: absolute; left: 26px; bottom: 26px; height: 56px; width: auto; object-fit: contain; filter: drop-shadow(0 4px 14px rgba(0,0,0,.5)); }
.spot-copy { grid-column: 8 / span 5; padding-top: 24px; }
.tipos { list-style: none; padding: 0; margin: 32px 0; border-top: 1px solid var(--line); }
.tipos li { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); transition: padding-left .4s var(--ease-out); }
.tipos li:hover { padding-left: 10px; }
.tipos li strong { display: block; font-family: var(--font-sans); color: #fff; font-size: 18px; }
.tipos li span { font-size: 14px; color: rgba(255,255,255,.55); }
.tipos li em { font-style: normal; font-family: var(--font-sans); font-weight: 700; color: #fff; font-size: 14px; white-space: nowrap; }
.spot-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 8px; }
.spot-facts div { border: 1px solid var(--line); border-radius: var(--r); padding: 16px; }
.spot-facts small { display: block; font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.5); font-weight: 700; margin-bottom: 6px; }
.spot-facts strong { font-family: var(--font-sans); color: #fff; font-size: 16px; }

/* ---------- Grid de projetos ---------- */
.filters { display: flex; gap: 8px; flex-wrap: wrap; margin: 8px 0 44px; align-items: center; }
.filters button { background: transparent; border: 1px solid var(--line-dark); color: var(--text); border-radius: var(--r); padding: 10px 18px; font-family: var(--font-sans); font-weight: 600; font-size: 13.5px; cursor: pointer; transition: all .25s var(--ease); }
.filters button:hover { border-color: var(--navy); color: var(--navy); }
.filters button.active { background: var(--navy); border-color: var(--navy); color: #fff; }
.filters .sep { width: 1px; height: 24px; background: var(--line-dark); margin: 0 10px; }
.grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: var(--gap); }
@media (min-width: 1400px) { .grid { grid-template-columns: repeat(4, minmax(0,1fr)); } }
.card { position: relative; border-radius: var(--r); overflow: hidden; background: var(--navy); color: #fff; aspect-ratio: 4/5; display: block; isolation: isolate; }
.card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease-out); }
.card:hover img { transform: scale(1.07); }
.card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,12,34,0) 40%, rgba(4,12,34,.9) 100%); }
.card .badge { position: absolute; top: 16px; left: 16px; z-index: 2; backdrop-filter: none; }
.card .card-body { position: absolute; left: 0; right: 0; bottom: 0; padding: 24px; z-index: 2; transform: translateY(14px); transition: transform .5s var(--ease-out); }
.card:hover .card-body { transform: none; }
.card h3 { font-size: 21px; margin: 0 0 4px; color: #fff; }
.card .loc { font-size: 13px; color: rgba(255,255,255,.6); display: block; }
.card .m2 { font-family: var(--font-sans); font-weight: 600; color: var(--accent); font-size: 14px; display: block; margin-top: 6px; }
.card .more { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; margin-top: 14px; opacity: 0; transition: opacity .4s; color: #fff; }
.card:hover .more { opacity: 1; }
.card .more svg { width: 14px; height: 14px; }
.card.hidden { display: none; }
.empty { text-align: center; padding: 40px; display: none; }

/* ---------- Sobre ---------- */
.about { display: grid; grid-template-columns: repeat(12, minmax(0,1fr)); gap: var(--gap); align-items: center; }
.about-photo { grid-column: 1 / span 5; position: relative; }
/* 'contain' no lugar de 'cover': a arte e um lockup fechado e o corte das bordas
   comia as letras de XPERTISE. O fundo e o mesmo azul da arte, entao nao sobra borda. */
.about-photo img { width: 100%; border-radius: var(--r-lg); aspect-ratio: 1; object-fit: contain; box-shadow: var(--shadow-lg); background: #004AAD; }
.about-copy { grid-column: 7 / span 6; }
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 30px; }
.pillars div { border: 1px solid var(--line); border-radius: var(--r); padding: 16px; font-weight: 600; color: #fff; font-size: 14px; display: flex; align-items: center; gap: 10px; }
.pillars div::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); flex: none; }

/* ---------- Banda com parallax ---------- */
.band { position: relative; min-height: 70vh; min-height: 70svh; display: flex; align-items: center; overflow: hidden; padding: 0; }
.band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,12,34,.94), rgba(4,12,34,.6) 60%, rgba(4,12,34,.3)); }
.band .wrap { position: relative; z-index: 2; padding-top: 110px; padding-bottom: 110px; }
.band h2 { max-width: 15ch; }

/* ---------- Frentes ---------- */
.info-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: var(--gap); }
.info { border: 1px solid var(--line); border-radius: var(--r); padding: 36px 30px; transition: transform .5s var(--ease-out), background .3s, border-color .3s; position: relative; overflow: hidden; background: rgba(255,255,255,.02); }
.info::after { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 2px; background: linear-gradient(90deg, var(--accent), transparent); transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ease-out); }
.info:hover { background: rgba(255,255,255,.05); border-color: rgba(62,161,230,.35); }
.info:hover::after { transform: scaleX(1); }
.info h3 { font-size: 20px; }
.info p { margin: 0; font-size: 15px; }

/* ---------- Passos ---------- */
.steps { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: var(--gap); counter-reset: step; }
.step { background: #fff; border-radius: var(--r); padding: 36px 28px; border: 1px solid var(--line-dark); transition: transform .5s var(--ease-out), box-shadow .5s; color: var(--text); }
.step:hover { box-shadow: 0 12px 30px rgba(11,18,32,.08); }
.step h3 { font-size: 19px; color: var(--ink); }
.step p { margin: 0; font-size: 15px; }

/* ---------- Mídia ---------- */
.media-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: var(--gap); }
.media { border: 1px solid var(--line); border-radius: var(--r); padding: 32px; display: flex; flex-direction: column; gap: 12px; transition: transform .5s var(--ease-out), background .3s; background: rgba(255,255,255,.02); }
.media:hover { background: rgba(255,255,255,.05); }
.media small { font-weight: 700; color: var(--accent); letter-spacing: .18em; text-transform: uppercase; font-size: 11px; }
.media h3 { font-size: 20px; margin: 0; }
.media p { margin: 0; font-size: 15px; }
.media .link { margin-top: auto; padding-top: 12px; }

/* ---------- FAQ ---------- */
.faq { max-width: 860px; margin: 0 auto; }
.faq details { border-bottom: 1px solid var(--line-dark); }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 26px 0; font-family: var(--font-sans); font-weight: 600; font-size: 18px; color: var(--ink); transition: color .2s; }
.faq summary:hover { color: var(--blue); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--line-dark); display: inline-flex; align-items: center; justify-content: center; font-size: 20px; color: var(--navy); font-weight: 300; transition: transform .35s var(--ease), background .3s, color .3s; flex: none; }
.faq details[open] summary::after { transform: rotate(45deg); background: var(--navy); color: #fff; border-color: var(--navy); }
.faq details p { padding: 0 60px 26px 0; margin: 0; }

/* ---------- CTA / formulário ---------- */
.cta-box { border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(32px, 5vw, 80px); display: grid; grid-template-columns: repeat(12, minmax(0,1fr)); gap: var(--gap); align-items: center; position: relative; overflow: hidden; background: linear-gradient(135deg, rgba(11,118,187,.18), rgba(4,12,34,0) 50%); }
.cta-box::before { content: ""; position: absolute; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(62,161,230,.2), transparent 62%); right: -260px; top: -300px; }
.cta-box > * { position: relative; z-index: 1; }
.cta-box > div { grid-column: 1 / span 6; }
.cta-box > form { grid-column: 8 / span 5; }
.form { display: grid; gap: 16px; }
.form label { font-size: 11px; font-weight: 700; color: rgba(255,255,255,.55); display: block; margin-bottom: 8px; letter-spacing: .16em; text-transform: uppercase; }
.form input, .form select, .form textarea { width: 100%; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.14); color: #fff; border-radius: var(--r); padding: 15px 16px; font-family: var(--font-sans); font-size: 15px; outline: none; transition: .25s; }
.form input::placeholder, .form textarea::placeholder { color: rgba(255,255,255,.32); }
.form input:focus, .form select:focus, .form textarea:focus { border-color: var(--accent); background: rgba(255,255,255,.09); box-shadow: 0 0 0 4px rgba(62,161,230,.12); }
.form select option { color: var(--ink); }
.form textarea { min-height: 100px; resize: vertical; }
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form .btn { width: 100%; margin-top: 6px; }
.form small { color: rgba(255,255,255,.4); font-size: 12px; line-height: 1.5; }

/* ---------- Footer ---------- */
.footer { background: #02081a; padding: 90px 0 36px; font-size: 14.5px; position: relative; overflow: hidden; }
.footer::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(62,161,230,.5), transparent); }
.footer-grid { display: grid; grid-template-columns: repeat(12, minmax(0,1fr)); gap: var(--gap); margin-bottom: 64px; }
.footer-grid > div:nth-child(1) { grid-column: span 4; } .footer-grid > div:nth-child(2) { grid-column: span 2; } .footer-grid > div:nth-child(3) { grid-column: span 2; } .footer-grid > div:nth-child(4) { grid-column: 10 / span 3; }
.footer h4 { color: #fff; font-size: 11px; margin-bottom: 20px; letter-spacing: .22em; text-transform: uppercase; font-family: var(--font-sans); font-weight: 700; }
.footer a { color: rgba(255,255,255,.7); display: block; margin-bottom: 10px; transition: color .2s, transform .3s var(--ease-out); }
.footer a:hover { color: var(--accent); transform: translateX(3px); }
.footer p { margin-bottom: 8px; }
.footer .brand strong { font-size: 24px; }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 28px; font-size: 12.5px; color: rgba(255,255,255,.4); display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; line-height: 1.6; }
.socials { display: flex; gap: 10px; margin-top: 22px; }
.socials a { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); display: inline-flex; align-items: center; justify-content: center; margin: 0; transition: .3s var(--ease-out); }
.socials a:hover { background: var(--accent-dark); border-color: var(--accent-dark); color: #fff; }
.socials svg { width: 18px; height: 18px; }

/* ---------- WhatsApp flutuante ---------- */
.float-wa { position: fixed; right: 24px; bottom: 24px; z-index: 60; width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 20px rgba(37,211,102,.35); transition: transform .35s var(--ease-out); }
.float-wa:hover { transform: scale(1.06); color: #fff; }
.float-wa svg { width: 28px; height: 28px; }

/* ---------- Página de empreendimento ---------- */
.p-hero { position: relative; min-height: 88vh; min-height: 88svh; display: flex; align-items: flex-end; overflow: hidden; padding: 0; }
.p-hero img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-position: center; backface-visibility: hidden; }
.p-hero img.bg.fit { object-fit: contain; z-index: 1; }
.p-hero img.bg.fill { object-fit: cover; filter: blur(34px) brightness(.5) saturate(1.1); transform: scale(1.18); z-index: 0; }
.p-hero::before, .p-hero::after { z-index: 2; }
.p-hero .wrap { z-index: 3; }
.p-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,12,34,.25) 0%, rgba(4,12,34,.45) 45%, rgba(4,12,34,.98) 100%); }
.p-hero .wrap { position: relative; z-index: 1; padding-top: 140px; padding-bottom: 56px; }
.p-hero .plogo { height: 64px; width: auto; max-width: 260px; object-fit: contain; margin-bottom: 22px; filter: drop-shadow(0 4px 14px rgba(0,0,0,.5)); }
.p-hero h1 { font-size: clamp(42px, 5.6vw, 76px); margin: 18px 0 12px; }
.p-hero .addr { color: rgba(255,255,255,.68); font-size: 16px; margin-bottom: 30px; }
.p-specs { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; }
.p-specs div { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; padding: 16px 18px; }
.p-specs small { display: block; font-size: 10.5px; text-transform: uppercase; letter-spacing: .16em; color: rgba(255,255,255,.5); margin-bottom: 6px; font-weight: 700; }
.p-specs strong { font-family: var(--font-sans); font-size: 16px; color: #fff; }
.progress { height: 4px; background: rgba(255,255,255,.14); border-radius: 2px; overflow: hidden; margin-top: 10px; }
.progress i { display: block; height: 100%; background: var(--accent); border-radius: 2px; }
.subnav { background: rgba(4,12,34,.96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 40; }
.subnav .wrap { display: flex; gap: 32px; overflow-x: auto; height: 58px; align-items: center; scrollbar-width: none; }
.subnav .wrap::-webkit-scrollbar { display: none; }
.subnav a { color: rgba(255,255,255,.7); font-weight: 600; font-size: 12.5px; white-space: nowrap; letter-spacing: .12em; text-transform: uppercase; }
.subnav a:hover { color: var(--accent); }
.two { display: grid; grid-template-columns: repeat(12, minmax(0,1fr)); gap: var(--gap); align-items: start; }
.two > *:first-child { grid-column: 1 / span 7; }
.two > *:last-child { grid-column: 9 / span 4; }
.chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chip { border: 1px solid var(--line); border-radius: var(--r); padding: 7px 14px; font-size: 12.5px; font-weight: 600; color: #fff; letter-spacing: .04em; }
.ton-note { background: rgba(255,255,255,.04); border: 1px solid var(--line); color: #fff; border-radius: var(--r-lg); padding: 32px; position: sticky; top: 100px; }
.ton-note .who { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.ton-note .who img { width: 54px; height: 54px; border-radius: var(--r); object-fit: cover; }
.ton-note .who strong { display: block; font-family: var(--font-sans); letter-spacing: .06em; font-size: 14px; }
.ton-note .who span { font-size: 12.5px; opacity: .7; }
.ton-note p { font-size: 17px; line-height: 1.6; color: rgba(255,255,255,.85); }
.ton-note .btn { width: 100%; margin-top: 10px; background: var(--accent-dark); color: #fff; }
.ton-note .btn:hover { background: #0a68a6; }
.gallery { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: var(--gap); }
.gallery a { position: relative; border-radius: var(--r); overflow: hidden; aspect-ratio: 4/3; background: var(--navy); display: block; }
.gallery a:nth-child(1) { grid-column: span 2; grid-row: span 2; aspect-ratio: 4/3; }
/* O primeiro item ocupa 2 colunas x 2 linhas. Com aspect-ratio:auto ele nao tinha
   altura propria e colapsava para 16px (a foto principal sumia em toda tela).
   4/3 e a proporcao de 2 colunas por 2 linhas, entao ele fecha certinho com as vizinhas. */
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease-out); }
.gallery a:hover img { transform: scale(1.06); }
.gallery span { position: absolute; left: 0; right: 0; bottom: 0; padding: 28px 16px 14px; color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; background: linear-gradient(transparent, rgba(4,12,34,.85)); opacity: 0; transform: translateY(6px); transition: .4s var(--ease-out); }
.gallery a:hover span { opacity: 1; transform: none; }
.plantas { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: var(--gap); }
.plantas a { border: 1px solid var(--line-dark); border-radius: var(--r); overflow: hidden; background: #fff; display: block; aspect-ratio: 4/3; transition: .4s var(--ease-out); }
.plantas a:hover { box-shadow: 0 12px 30px rgba(11,18,32,.1); }
.plantas img { width: 100%; height: 100%; object-fit: contain; padding: 12px; }
.diffs { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: var(--gap); }
.diffs div { border: 1px solid var(--line); border-radius: var(--r); padding: 22px; font-weight: 500; color: #fff; display: flex; gap: 14px; align-items: flex-start; font-size: 15px; line-height: 1.5; transition: .4s var(--ease-out); background: rgba(255,255,255,.02); }
.diffs div:hover { background: rgba(255,255,255,.05); }
.diffs svg { width: 20px; height: 20px; flex: none; color: #fff; background: var(--accent-dark); border-radius: 50%; padding: 4px; margin-top: 1px; }
.map { border-radius: var(--r-lg); overflow: hidden; border: 0; width: 100%; height: 440px; margin-top: 40px; filter: saturate(.8) contrast(1.05); }
.disclaimer { font-size: 12.5px; color: rgba(255,255,255,.4); margin-top: 24px; }
.light .disclaimer { color: var(--muted); }

/* ---------- Lightbox ---------- */
.lb { position: fixed; inset: 0; background: rgba(4,12,34,.96); z-index: 100; display: none; align-items: center; justify-content: center; padding: 24px; }
.lb.open { display: flex; }
.lb img { max-width: 92vw; max-height: 84vh; max-height: 84svh; border-radius: var(--r); box-shadow: 0 30px 80px rgba(0,0,0,.6); animation: fadeUp .35s var(--ease); }
.lb .cap { position: absolute; bottom: 28px; left: 0; right: 0; text-align: center; color: rgba(255,255,255,.8); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.lb button { position: absolute; background: rgba(255,255,255,.08); color: #fff; border: 1px solid rgba(255,255,255,.14); width: 50px; height: 50px; border-radius: 50%; font-size: 24px; cursor: pointer; transition: .25s; }
.lb button:hover { background: var(--accent-dark); color: #fff; border-color: var(--accent-dark); }
.lb .close { top: 22px; right: 22px; } .lb .prev { left: 22px; top: 50%; transform: translateY(-50%); } .lb .next { right: 22px; top: 50%; transform: translateY(-50%); }

/* ---------- Animação ---------- */
@keyframes fadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
.reveal { opacity: 0; will-change: opacity, transform; }
.reveal.in { will-change: auto; }
.reveal.in { animation: fadeUp .9s var(--ease-out) forwards; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; } .reveal, .hero-brand, .hero-sub { opacity: 1; transform: none; } }

/* ---------- Responsivo ---------- */
/* O menu só cabe inteiro acima de ~1200 px. Antes o corte era em 1024 e o botão
   de contato ficava fora da tela em notebook de 1280 e 1366. */
@media (max-width: 1200px) {
  .header .wrap, .header.scrolled .wrap { height: 72px; }
  .header { background: rgba(4,12,34,.85); backdrop-filter: blur(14px); }
  .nav { position: fixed; top: 72px; left: 0; right: 0; background: var(--navy-deep); flex-direction: column; align-items: stretch; gap: 0; border-bottom: 1px solid var(--line); display: none; padding: 8px var(--gutter) 18px; }
  .nav.open { display: flex; }
  .nav a:not(.btn) { padding: 15px 0; border-bottom: 1px solid var(--line); }
  .nav .btn { margin-top: 14px; }
  .nav-toggle { display: block; }
}
@media (max-width: 1024px) {
  .stats .wrap, .grid, .info-grid, .media-grid, .diffs, .plantas, .steps { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .gallery { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .spot-media { grid-column: 1 / -1; position: static; aspect-ratio: 16/10; }
  .spot-copy, .about-photo, .about-copy, .two > *, .cta-box > * { grid-column: 1 / -1 !important; }
  .about-photo img { max-width: 480px; }
  .footer-grid > div { grid-column: span 6 !important; }
  .p-specs { grid-template-columns: repeat(2, 1fr); }
  .scroll-cue { display: none; }
}
@media (max-width: 768px) {
  body { font-size: 16px; }
  h1, .hero h1 { font-size: clamp(32px, 9vw, 44px); }
  h2 { font-size: clamp(26px, 7vw, 34px); }
  section { padding: 48px 0; }
  .wrap { padding: 0 20px; }
  .hero { min-height: 100svh; }
  .hero .wrap { min-height: 100svh; }
  .hero .wrap { padding-top: 100px; padding-bottom: 32px; }
  .hero-top { padding-top: 0; }
  .hero-cta .btn { width: 100%; }
  .hero-bottom { grid-template-columns: 1fr; gap: 20px; }
  .slide-info { flex-wrap: wrap; gap: 14px; }
  .slide-info .link { margin-left: 0; }
  .stats .wrap { grid-template-columns: 1fr 1fr; }
  .head-row { flex-direction: column; align-items: flex-start; }
  .show { flex-basis: 78vw; }
  .grid, .info-grid, .media-grid, .diffs, .plantas, .steps, .band .row, .pillars, .spot-facts { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .about-photo .tag { left: 12px; bottom: 12px; }
  .form .row { grid-template-columns: 1fr; }
  .footer-grid > div { grid-column: 1 / -1 !important; }
  .p-hero { min-height: 80vh; min-height: 80svh; }
  .ton-note { position: static; }
  .map { height: 320px; }
  .faq details p { padding-right: 0; }
  .band { min-height: 0; }
}

/* ---------- Telas grandes (1920+) e ultra-wide ---------- */
@media (min-width: 1800px) {
  :root { --max: 1680px; --gutter: clamp(48px, 5vw, 120px); --gap: 36px; }
  body { font-size: 18px; }
  h1 { font-size: clamp(48px, 3.8vw, 80px); }
  .hero h1 { font-size: clamp(48px, 3.8vw, 80px); }
  h2 { font-size: clamp(34px, 2.6vw, 54px); }
  .lead { max-width: 720px; }
  .hero .lead { max-width: 620px; }
  .show { flex-basis: clamp(360px, 26vw, 560px); }
  .grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
}
@media (min-width: 2400px) {
  :root { --max: 2000px; }
  body { font-size: 20px; }
  .hero { max-height: 1400px; }
  .p-hero { max-height: 1300px; }
}
/* Janelas baixas (notebooks com pouca altura, modo paisagem no celular) */
@media (max-height: 700px) and (min-width: 769px) {
  .hero-top { padding-top: 110px; }
  .hero h1 { font-size: clamp(38px, 4.4vw, 64px); margin-bottom: 18px; }
  .hero .lead { font-size: 17px; margin-bottom: 24px; }
  .hero-bottom { margin-top: 28px; padding-top: 18px; }
  .p-hero { min-height: 0; }
  .p-hero .wrap { padding-top: 120px; }
}
/* Celulares pequenos */
@media (max-width: 380px) {
  h1, .hero h1 { font-size: 34px; }
  h2 { font-size: 28px; }
  .btn { padding: 15px 22px; font-size: 14px; }
  .brand strong { font-size: 17px; }
  .stats .wrap { grid-template-columns: 1fr; }
}

/* ---------- Hero clean (só carrossel + marca) ---------- */
.hero-clean .hero-shade { background: linear-gradient(0deg, rgba(4,12,34,.96) 0%, rgba(4,12,34,.25) 32%, rgba(4,12,34,.25) 70%, rgba(4,12,34,.6) 100%); }
.hero-clean .wrap { min-height: 0; }
.hero-center { position: absolute; inset: 0; z-index: 3; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; pointer-events: none; padding: 0 20px; }
.hero-brand { font-family: var(--font-sans); font-weight: 700; font-size: clamp(44px, 9vw, 140px); letter-spacing: .12em; margin-left: .12em; line-height: 1; color: #fff; text-shadow: 0 6px 30px rgba(0,0,0,.35); opacity: 0; }
.hero.in .hero-brand { animation: fadeUp .9s .2s var(--ease-out) forwards; }
.hero-sub { margin: 18px 0 0; font-size: clamp(15px, 1.3vw, 19px); letter-spacing: .01em; color: rgba(255,255,255,.82); font-weight: 400; opacity: 0; }
.hero.in .hero-sub { animation: fadeUp .9s .55s var(--ease-out) forwards; }
.hero-foot { position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; padding-bottom: clamp(24px, 4vh, 44px); opacity: 0; }
.hero-foot .wrap { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 32px; padding-top: 22px; }
.hero-foot .wrap::before { content: ""; position: absolute; left: var(--gutter); right: var(--gutter); top: 0; height: 1px; background: rgba(255,255,255,.16); }
.hero-clean .slide-info img { height: 36px; }
.hero-clean .slide-info .meta strong { font-size: 16px; }
.hero-clean .slide-info .meta span { font-size: 13px; }
/* Menu escondido no topo da home; surge no primeiro scroll */
.home .header { transform: translateY(-100%); opacity: 0; transition: transform .6s var(--ease-out), opacity .4s, background .4s; }
.home .header.shown { transform: none; opacity: 1; }
/* Intro (texto que saiu do hero) */
.intro { padding: clamp(96px, 10vw, 140px) 0 clamp(64px, 7vw, 100px); }
.intro .hero-pill { margin-bottom: 26px; }
@media (max-width: 1200px) { .home .header { transform: none; opacity: 1; } }
@media (max-width: 768px) {
  .hero-clean { min-height: 100svh; }
  .hero-brand { letter-spacing: .08em; margin-left: .08em; }
  .hero-foot .wrap { grid-template-columns: 1fr; gap: 16px; }
  .hero-clean .slide-info .link { display: none; }
  .intro .hero-cta .btn { width: 100%; }
}

/* ---------- Hero dividido: marca à esquerda, render inteiro à direita ---------- */
.hero-split { display: grid; grid-template-columns: minmax(0, 1fr) auto; height: 100vh; height: 100svh; min-height: 640px; background: var(--navy-deep); overflow: hidden; padding: 0; }
.hero-split .wrap { min-height: 0; }
.hero-split .hero-left { position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 100px var(--gutter) clamp(24px, 3.5vh, 40px); background: var(--navy-deep); overflow: hidden; min-width: 0; }
.hero-split .hero-left::before { content: ""; position: absolute; inset: 0; background: radial-gradient(700px 500px at 0% 100%, rgba(11,118,187,.28), transparent 60%), radial-gradient(500px 400px at 100% 0%, rgba(62,161,230,.12), transparent 60%); pointer-events: none; }
.hero-split .hero-left > * { position: relative; z-index: 1; }
.hero-split .hero-right { position: relative; overflow: hidden; height: 100%; width: 44vw; background: var(--navy); transition: width .9s var(--ease-out); }
.hero-split .slides { position: absolute; inset: 0; }
.hero-split .hero-right img, .hero-split .slide img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: none; filter: none; }
.hero-split .slide img { transform: scale(1.04); transition: transform 9s linear; will-change: transform; }
.hero-split .slide.is-active img { transform: scale(1); }
.hero-split .hero-shade, .hero-split .scroll-cue { display: none; }
.hero-split .hero-center { position: static; flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; text-align: left; padding: 0; pointer-events: auto; }
.hero-split .hero-brand { font-size: clamp(40px, 5.4vw, 108px); letter-spacing: .1em; margin-left: 0; text-shadow: none; }
.hero-split .hero-sub { margin-top: 22px; }
.hero-split .hero-foot { position: static; padding: 0; margin-top: 40px; }
.hero-split .hero-foot .wrap { max-width: none; padding: 20px 0 0; grid-template-columns: 1fr; gap: 18px; align-items: start; }
.hero-split .slide-info .meta span { display: none; }
.hero-split .slide-info { min-height: 0; }
.hero-split .hero-ctrl { justify-content: flex-start; }
.hero-split .hero-foot .wrap::before { left: 0; right: 0; }
/* página de projeto */
.p-hero.hero-split { align-items: stretch; height: 100vh; height: 100svh; min-height: 640px; }
.p-hero.hero-split::before, .p-hero.hero-split::after { display: none; }
.p-hero.hero-split .hero-left { justify-content: center; }
.p-hero.hero-split .hero-left .wrap { max-width: none; padding: 0; }
.p-hero.hero-split h1 { font-size: clamp(36px, 3.4vw, 60px); }
.p-hero.hero-split .p-specs { grid-template-columns: repeat(2, minmax(0,1fr)); }
.p-hero.hero-split .plogo { height: 56px; }
@media (max-width: 900px) {
  .hero-split { grid-template-columns: 1fr !important; grid-template-rows: auto auto; height: auto; min-height: 0; }
  .hero-split .hero-right { height: auto; width: 100% !important; }
  .hero-split .hero-right { order: -1; min-height: 60svh; }
  .hero-split .hero-left { padding: 40px 20px 36px; min-height: 0; }
  .hero-split .hero-brand { font-size: clamp(40px, 11vw, 64px); }
  .hero-split .hero-foot { margin-top: 32px; }
  .p-hero.hero-split .hero-left { padding-top: 36px; }
  .p-hero.hero-split .hero-right { min-height: 62svh; }
}
@media (max-width: 900px) and (min-width: 769px) { .hero-split .hero-foot .wrap { grid-template-columns: 1fr auto; } }

/* ---------- Hero em tela cheia: foto/vídeo 16:9 gerado (prédio inteiro, sem sobra) ---------- */
.hero-full { position: relative; height: 100vh; height: 100svh; min-height: 620px; overflow: hidden; background: var(--navy-deep); display: block; padding: 0; }
.hero-full .hero-media { position: absolute; inset: 0; }
.hero-full .hero-media img, .hero-full .hero-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 62%; }
.hero-full .hero-media video { opacity: 0; transition: opacity 1.2s var(--ease); }
.hero-full .hero-media video.ready { opacity: 1; }
.hero-full .hero-shade { position: absolute; inset: 0; z-index: 2; background: linear-gradient(0deg, rgba(4,12,34,.92) 0%, rgba(4,12,34,.28) 30%, rgba(4,12,34,.08) 60%, rgba(4,12,34,.42) 100%); }
.hero-full .hero-center { position: absolute; inset: 0; z-index: 3; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; pointer-events: none; padding: 0 20px; }
.hero-full .hero-brand { font-size: clamp(44px, 9vw, 140px); letter-spacing: .12em; margin-left: .12em; text-shadow: 0 6px 30px rgba(0,0,0,.4); }
.hero-full .hero-sub { text-shadow: 0 2px 12px rgba(0,0,0,.5); }
.hero-full .scroll-cue { display: flex; }
.hero-full .hero-foot { position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; padding-bottom: clamp(24px, 4vh, 44px); opacity: 0; margin: 0; }
.hero-full .hero-foot .wrap { position: relative; display: block; min-height: 0; }
.hero-signature { margin: 0 0 14px; text-align: right; font-size: 11px; letter-spacing: .22em; text-transform: uppercase; font-weight: 600; color: rgba(255,255,255,.5); text-shadow: 0 2px 10px rgba(0,0,0,.5); }
.hero-signature b { color: rgba(255,255,255,.9); font-weight: 700; }
.hero-full .slide-info { padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); }
.hero-full .slide-info img { height: 38px; }
.hero-full .slide-info .meta span { display: block; }
/* telas muito largas (21:9): mantém o preenchimento total e prioriza o topo do prédio */
@media (min-aspect-ratio: 2.15/1) { .hero-full .hero-media img, .hero-full .hero-media video { object-position: center 25%; } }
@media (max-width: 768px) {
  .hero-full { height: 100svh; min-height: 560px; }
  .hero-full .hero-media img, .hero-full .hero-media video { object-position: 52% 70%; }
  .hero-full .hero-brand { letter-spacing: .08em; margin-left: .08em; }
  .hero-full .slide-info { flex-wrap: wrap; gap: 12px; }
  .hero-full .slide-info .link { margin-left: 0; }
}

/* assinatura da Blue no rodapé do hero */
@media (max-width: 768px) {
  .hero-signature { text-align: left; font-size: 10px; letter-spacing: .18em; margin-bottom: 12px; }
}

/* ---------- Hero mínimo: só vídeo + marca ---------- */
.hero-full .hero-center { justify-content: center; }
.hero-full .hero-brand { margin-left: 0; }
.hero-full .hero-shade { background: linear-gradient(0deg, rgba(4,12,34,.72) 0%, rgba(4,12,34,.22) 30%, rgba(4,12,34,.12) 62%, rgba(4,12,34,.5) 100%); }
/* WhatsApp só depois da primeira rolagem (na home) */
.home .float-wa { opacity: 0; visibility: hidden; transform: scale(.75) translateY(12px); transition: opacity .45s var(--ease-out), transform .45s var(--ease-out), visibility 0s .45s; animation: none; }
.home .float-wa.shown { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }

/* ---------- Rolagem fluida: isola o cálculo de cada bloco repetido ---------- */
.card, .show, .step, .info, .media, .gallery a, .plantas a, .diffs div { contain: layout paint; }
.hero-media, .band { contain: paint; }


/* ---------- Encaixe em tela estreita ---------- */
/* A subnav do projeto rola de lado quando nao cabe. Sem pista visual o
   visitante nao descobre "Localizacao" e "Contato", que ficam fora da tela.
   O degrade na borda direita mostra que ha mais, e o padding impede que o
   ultimo item fique escondido embaixo dele. */
.subnav { position: sticky; }
.subnav .wrap { scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch; }
.subnav a { scroll-snap-align: start; }
@media (max-width: 900px) {
  .subnav .wrap { gap: 22px; padding-right: calc(var(--gutter) + 34px); }
  .subnav::after { content: ""; position: absolute; top: 0; right: 0; width: 46px; height: 100%;
    pointer-events: none; background: linear-gradient(90deg, rgba(4,12,34,0), rgba(4,12,34,.92)); }
}

/* Nada pode furar a largura da tela: midia sem atributo continua encaixando. */
img, video, iframe, canvas, svg { max-width: 100%; }

/* Palavra sem espaco (URL, e-mail longo) nao empurra o layout no celular. */
@media (max-width: 768px) {
  h1, h2, h3, p, li, a, td, .lead { overflow-wrap: break-word; }
}

/* ---------- Tabela: evolucao das obras ---------- */
#tabela .nota-tabela { margin-top: 22px; font-size: 12.5px; color: var(--muted, rgba(255,255,255,.5)); }
.tabela { margin-top: 44px; display: flex; flex-direction: column; gap: 34px; }
.tabela .grupo { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; margin-bottom: 12px; }
.tabela .grupo b { font-weight: 700; opacity: .5; }
.tabela .dot { width: 9px; height: 9px; border-radius: 50%; flex: none; background: var(--accent); }
.tabela .dot.obra { background: #F2B21B; }
.tabela .dot.pronto { background: var(--accent-dark); }
.tabela .dot.lanc { background: var(--accent); }
.tabela .cab, .tabela .linha { display: grid; grid-template-columns: minmax(0,2.2fr) minmax(0,1fr) minmax(0,.9fr) minmax(0,1.3fr);
  gap: 20px; align-items: center; }
.tabela .cab { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; opacity: .45;
  padding: 0 16px 10px; }
.tabela .linha { padding: 16px; border-radius: var(--r); border: 1px solid var(--line, rgba(255,255,255,.1));
  margin-bottom: 8px; transition: background .3s var(--ease-out), transform .3s var(--ease-out); }
.tabela .linha:hover { background: rgba(255,255,255,.04); transform: translateX(3px); }
.tabela .nome strong { display: block; font-weight: 700; font-size: 15px; }
.tabela .nome small { display: block; margin-top: 3px; font-size: 12px; opacity: .55; }
.tabela .fase { display: flex; align-items: center; gap: 9px; font-size: 13px; }
.tabela .entrega { font-size: 13px; opacity: .8; }
.tabela .obra b { display: block; font-size: 13px; font-weight: 700; margin-bottom: 7px; }
.tabela .barra { display: block; height: 6px; border-radius: 3px; background: rgba(255,255,255,.12); overflow: hidden; }
.tabela .barra u { display: block; height: 100%; border-radius: 3px; background: var(--accent); text-decoration: none; }
.light .tabela .barra { background: rgba(4,12,34,.1); }
.light .tabela .linha { border-color: rgba(4,12,34,.1); }
.light .tabela .linha:hover { background: rgba(4,12,34,.03); }

/* Em tela estreita a tabela vira lista: cada dado com seu rotulo, sem rolagem lateral. */
@media (max-width: 860px) {
  .tabela .cab { display: none; }
  .tabela .linha { grid-template-columns: 1fr 1fr; gap: 14px; padding: 18px; }
  .tabela .nome { grid-column: 1 / -1; }
  .tabela .obra { grid-column: 1 / -1; }
  .tabela .col[data-lbl]::before { content: attr(data-lbl); display: block; font-size: 10px;
    letter-spacing: .14em; text-transform: uppercase; opacity: .45; margin-bottom: 5px; }
  .tabela .nome::before, .tabela .obra::before { margin-bottom: 7px; }
  .tabela .fase { display: block; }
  .tabela .fase .dot { display: inline-block; margin-right: 7px; }
}

/* ---------- Dropdown proprio dos formularios ---------- */
.form .sel { position: relative; }
.form select.sel-nativo { position: absolute; left: 0; top: 0; width: 100%; height: 100%;
  opacity: 0; pointer-events: none; }
.form .sel-btn { width: 100%; display: flex; align-items: center; justify-content: space-between;
  gap: 12px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.14); color: #fff;
  border-radius: var(--r); padding: 15px 16px; font-family: var(--font-sans); font-size: 15px;
  text-align: left; cursor: pointer; transition: .25s; }
.form .sel-btn:hover { background: rgba(255,255,255,.08); }
.form .sel.aberto .sel-btn, .form .sel-btn:focus-visible { border-color: var(--accent);
  background: rgba(255,255,255,.09); box-shadow: 0 0 0 4px rgba(62,161,230,.12); outline: none; }
.form .sel-valor { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.form .sel.vazio .sel-valor { color: rgba(255,255,255,.32); }
.form .sel-seta { width: 9px; height: 9px; flex: none; border-right: 2px solid rgba(255,255,255,.5);
  border-bottom: 2px solid rgba(255,255,255,.5); transform: rotate(45deg) translateY(-2px);
  transition: transform .3s var(--ease-out), border-color .3s; }
.form .sel.aberto .sel-seta { transform: rotate(-135deg) translateY(-2px); border-color: var(--accent); }
.form .sel-lista { position: absolute; z-index: 60; left: 0; right: 0; top: calc(100% + 8px);
  max-height: 262px; overflow-y: auto; padding: 6px; border-radius: var(--r-lg); background: #0B1526;
  border: 1px solid rgba(255,255,255,.14); box-shadow: 0 12px 30px rgba(0,0,0,.45);
  animation: selAbre .18s var(--ease-out); }
@keyframes selAbre { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
.form .sel-opt { padding: 11px 12px; border-radius: 4px; font-size: 14.5px;
  color: rgba(255,255,255,.8); cursor: pointer; transition: background .2s, color .2s; }
.form .sel-opt:hover, .form .sel-opt.foco { background: rgba(255,255,255,.07); color: #fff; }
.form .sel-opt.ativo { background: rgba(62,161,230,.13); color: var(--accent); font-weight: 600; }
.form .sel-lista::-webkit-scrollbar { width: 8px; }
.form .sel-lista::-webkit-scrollbar-thumb { background: rgba(255,255,255,.18); border-radius: 999px; }
.form .sel-lista { scrollbar-width: thin; scrollbar-color: rgba(255,255,255,.18) transparent; }

/* Titulos: distribui as palavras entre as linhas em vez de deixar uma orfa
   na ultima. Navegador que nao conhece a regra ignora e quebra como antes. */
h1, h2, .lead { text-wrap: balance; }

/* ---------- Parceria Blue x Airbnb ---------- */
.airbnb { position: relative; background:
  radial-gradient(900px 520px at 12% 0%, rgba(62,161,230,.10), transparent 62%),
  radial-gradient(700px 460px at 92% 100%, rgba(11,118,187,.24), transparent 60%), var(--navy-deep); }
.airbnb::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent); opacity: .5; }
.airbnb h2 { max-width: 17ch; }
.airbnb .lead { max-width: 62ch; margin-top: 20px; }
.ab-nums { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: var(--gap);
  margin-top: 48px; padding-top: 36px; border-top: 1px solid rgba(255,255,255,.12); }
.ab-num strong { display: block; font-weight: 600; letter-spacing: -0.02em;
  font-size: clamp(30px, 3.4vw, 46px); line-height: 1; color: var(--accent); }
.ab-num span { display: block; margin-top: 10px; font-size: 13px; line-height: 1.45;
  color: rgba(255,255,255,.62); }
.ab-lbl { margin-top: 48px; font-size: 11px; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: rgba(255,255,255,.5); }
.ab-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.ab-chip { display: inline-flex; align-items: center; padding: 11px 18px; border-radius: var(--r);
  border: 1px solid rgba(62,161,230,.35); background: rgba(62,161,230,.07); color: #fff;
  font-size: 14px; font-weight: 600; transition: .3s var(--ease-out); }
.ab-chip:hover { background: var(--accent-dark); color: #fff; border-color: var(--accent-dark); }
.ab-cita { margin: 44px 0 0; padding: 4px 0 0 24px; border-left: 2px solid var(--accent);
  font-weight: 500; font-size: clamp(19px, 2.1vw, 26px); line-height: 1.4; }
.ab-cita cite { display: block; margin-top: 14px; font-family: var(--font-sans); font-style: normal;
  font-size: 12.5px; letter-spacing: .04em; color: rgba(255,255,255,.55); }
.ab-fontes { margin-top: 34px; font-size: 12.5px; color: rgba(255,255,255,.45); }
.ab-fontes a { color: rgba(255,255,255,.7); text-decoration: underline; text-underline-offset: 3px; }
.ab-fontes a:hover { color: var(--accent); }
@media (max-width: 860px) {
  .ab-nums { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 26px 18px; }
  .ab-cita { padding-left: 18px; }
}

/* Selo comercial do card: fica abaixo do selo de fase, no canto esquerdo. */
.card .camp { position: absolute; top: 58px; left: 16px; z-index: 3; display: inline-flex;
  align-items: center; gap: 7px; padding: 7px 13px; border-radius: var(--r); background: var(--accent-dark);
  color: #fff; font-size: 10.5px; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; }
.card .camp::before { content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: #fff; opacity: .7; }
@media (max-width: 520px) { .card .camp { top: 54px; font-size: 9.5px; padding: 6px 11px; } }

/* ---------- Midia: destaque do Airbnb e o resto numa lista ---------- */
.media.destaque { border-color: rgba(62,161,230,.28); background: rgba(62,161,230,.045); }
.media.destaque small { color: var(--accent); }
.media.destaque:hover { border-color: var(--accent); }
.media-sub { margin: 64px 0 20px; font-size: 11px; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: rgba(255,255,255,.45); }
.media-lista { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.mitem { display: grid; grid-template-columns: 190px minmax(0,1fr) auto; align-items: center; gap: 24px;
  padding: 20px 8px; border-bottom: 1px solid var(--line); transition: background .25s, padding-left .25s; }
.mitem:hover { background: rgba(255,255,255,.03); padding-left: 16px; }
.mitem small { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: rgba(255,255,255,.42); }
.mitem strong { font-weight: 600; font-size: 15.5px; color: rgba(255,255,255,.88); }
.mitem span { display: inline-flex; opacity: .4; transition: opacity .25s, transform .25s; }
.mitem span svg { width: 18px; height: 18px; }
.mitem:hover span { opacity: 1; transform: translateX(4px); color: var(--accent); }
@media (max-width: 700px) {
  .mitem { grid-template-columns: minmax(0,1fr) auto; gap: 6px 14px; padding: 18px 4px; }
  .mitem small { grid-column: 1 / -1; }
}

/* ---------- Protocolo de edicao (14/09/2026) ----------------------------------
   Fonte e data junto de cada dado, formulario que so confirma depois do
   servidor, mapa carregado sob pedido, politica de privacidade e foco visivel. */
.pular { position: absolute; left: 16px; top: -64px; z-index: 100; background: var(--accent-dark); color: #fff; padding: 10px 18px; border-radius: var(--r); font-weight: 700; transition: top .2s; }
.pular:focus { top: 16px; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.light a:focus-visible, .light button:focus-visible, .light summary:focus-visible { outline-color: var(--blue); }
.nota-fonte { font-size: 12.5px; line-height: 1.6; color: rgba(255,255,255,.5); margin: 20px 0 0; max-width: 780px; }
.light .nota-fonte { color: var(--muted); }
.stats .nota-fonte { grid-column: 1 / -1; margin-top: 6px; }
.faq-nota { max-width: 860px; margin: 28px auto 0; }
.tabela .vencida { display: block; margin-top: 4px; font-size: 11px; font-weight: 600; letter-spacing: .04em; color: #f0a35e; }
.form .opc { text-transform: none; letter-spacing: 0; font-weight: 500; opacity: .8; }
.form label.check { display: flex; gap: 12px; align-items: flex-start; margin: 0; text-transform: none; letter-spacing: 0; font-size: 13px; font-weight: 400; line-height: 1.5; color: rgba(255,255,255,.72); cursor: pointer; }
.form label.check input { width: 18px; height: 18px; flex: none; margin: 1px 0 0; padding: 0; accent-color: var(--accent-dark); box-shadow: none; }
.form .aviso { margin: 0; font-size: 12.5px; line-height: 1.55; color: rgba(255,255,255,.58); }
.form .aviso a, .form-status a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.form .erro-campo { display: block; margin-top: 6px; font-size: 12.5px; color: #ffb4a8; }
.form [aria-invalid="true"] { border-color: #ff8a78; }
.form .hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form button[disabled] { opacity: .6; cursor: progress; transform: none; box-shadow: none; }
.form-status { border: 1px solid var(--line); border-radius: var(--r); padding: 14px 16px; font-size: 14px; line-height: 1.55; color: rgba(255,255,255,.75); }
.form-status.ok { border-color: rgba(62,161,230,.5); background: rgba(62,161,230,.08); color: #fff; }
.form-status.erro { border-color: rgba(255,138,120,.55); background: rgba(255,138,120,.08); color: #fff; }
.float-wa.recolhido, .home .float-wa.recolhido { opacity: 0 !important; visibility: hidden !important; pointer-events: none; }
.footer-bottom a { display: inline; margin: 0; color: rgba(255,255,255,.65); text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom a:hover { transform: none; }
.map-lazy { display: flex; align-items: center; justify-content: center; padding: 24px; text-align: center; background: rgba(4,12,34,.06); filter: none; }
.map-lazy .map-aviso { display: grid; gap: 14px; justify-items: center; max-width: 440px; }
.map-lazy .map-aviso p { margin: 0; font-size: 14px; color: var(--muted); }
.map-lazy .map-aviso a { font-size: 14px; color: var(--blue); text-decoration: underline; }
.map-lazy.carregado { padding: 0; }
.map-lazy iframe { display: block; width: 100%; height: 100%; border: 0; }
.empty button { background: none; border: 0; padding: 0; font: inherit; color: var(--blue); text-decoration: underline; cursor: pointer; }
.pagina-topo { padding: clamp(150px, 16vw, 210px) 0 clamp(50px, 6vw, 80px); }
.pagina-topo h1 { font-size: clamp(40px, 5.4vw, 76px); max-width: 20ch; margin-bottom: 22px; }
.legal { max-width: 860px; }
.legal h2 { font-size: clamp(22px, 2.3vw, 30px); margin: 46px 0 14px; scroll-margin-top: 110px; }
.legal h2:first-child { margin-top: 0; }
.legal p, .legal li { font-size: 16px; line-height: 1.7; }
.legal ul { margin: 0 0 16px; padding-left: 22px; }
.legal li { margin-bottom: 8px; }
.legal a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }

/* Âncora do menu (#empreendimentos, #sobre...) não pode parar com o título
   escondido sob o cabeçalho fixo de 72 px. */
section[id], .airbnb { scroll-margin-top: 84px; }

/* ---------- Auditoria de telas (16/09/2026) ------------------------------------
   Medido em 22 tamanhos, de 320x568 a 2560x1440, em todas as paginas. */

/* 1. Hero da ficha: altura livre. Com 100svh + overflow hidden, endereco e caixas
   de metragem sumiam no celular (ate 317 px cortados), no tablet e em paisagem. */
.p-hero.hero-split { height: auto; min-height: 100svh; }
.hero-split .hero-left { overflow: visible; }
@media (max-width: 900px) { .p-hero.hero-split { min-height: 0; } }

/* 2. Cabecalho: a frase sob a marca era nowrap e empurrava o botao do menu para
   fora da tela em qualquer celular ate 412 px. */
.brand { min-width: 0; }
.brand span { letter-spacing: .22em; }
@media (max-width: 600px) {
  .brand span { white-space: normal; font-size: 9px; letter-spacing: .14em; line-height: 1.35; max-width: 210px; }
}

/* 3 e 4. Imagem inteira quando a proporcao da foto destoa muito da caixa
   (o main.js marca .inteira depois de medir). Fundo navy no lugar do corte. */
.hero-split .hero-right img.bg.inteira, .gallery img.inteira, .card img.inteira, .show img.bg.inteira { object-fit: contain; background: var(--navy); }
.gallery a:has(img.inteira), .card:has(img.inteira) { background: var(--navy); }
@media (max-width: 900px) { .hero-split .hero-right { min-height: 0; background: var(--navy); } }

/* 5. Botao em tela estreita pode quebrar linha em vez de estourar a caixa. */
@media (max-width: 380px) { .btn { white-space: normal; text-align: center; line-height: 1.3; } }

/* 6. Cards em duas colunas no tablet retrato e no celular largo: em uma coluna a
   home passava de 33 mil px. */
@media (max-width: 768px) and (min-width: 541px) { .grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }

/* 7. Alvos de toque: nada clicavel com menos de 44 px de altura no celular. */
.subnav a { padding: 20px 0; }
.map-lazy .map-aviso a { display: inline-block; padding: 10px 0; }
@media (max-width: 768px) {
  .footer a { padding: 7px 0; margin-bottom: 4px; }
  .ab-fontes a, .form .aviso a, .footer-bottom a, .nota-fonte a { display: inline-block; padding: 6px 0; }
  .band .wrap { padding-top: 64px; padding-bottom: 64px; }
}

/* 8. Hero da home no celular: 62% da altura em vez de 100%, para nao esticar o
   render 16:9 num retrato 9:16. */
@media (max-width: 768px) { .hero-full { height: 62svh; min-height: 420px; } }

/* Render da ficha sempre inteiro: a foto por cima em 'contain' e a mesma foto
   desfocada preenchendo o painel por tras. Vale para render em pe (o painel ja
   nasce na proporcao dele) e para os 16:9 do Aya Carlos e do Aya Residences. */
.hero-split .hero-right img.bg { object-fit: contain; z-index: 1; }
.hero-split .hero-right img.bg.fill { object-fit: cover; filter: blur(30px) brightness(.5) saturate(1.1); transform: scale(1.15); z-index: 0; }
.hero-split .hero-right img.bg.inteira { background: transparent; }
@media (max-width: 900px) { .hero-split .hero-right { background: var(--navy-deep); } }

/* Hero da home no celular: o render do Aya Amintas aparece inteiro (a pedido do
   Neto, 16/09), com a mesma foto desfocada preenchendo o resto; a marca desce
   para nao ficar sobre o predio. No desktop nada muda (o video cobre a tela). */
.hero-full .hero-media img.fill { display: none; }
@media (max-width: 768px) {
  .hero-full .hero-media img.fill { display: block; object-fit: cover; filter: blur(30px) brightness(.5) saturate(1.1); transform: scale(1.15); }
  .hero-full .hero-media img.principal { object-fit: contain; object-position: center 38%; }
  .hero-full { height: 72svh; min-height: 480px; }
  .hero-full .hero-center { justify-content: flex-end; padding-bottom: 34px; }
  .hero-full .hero-shade { background: linear-gradient(0deg, rgba(4,12,34,.85) 0%, rgba(4,12,34,.25) 32%, rgba(4,12,34,0) 55%, rgba(4,12,34,.35) 100%); }
}
