/* =========================================================
   PlatzPar · Website institucional
   ========================================================= */
:root {
  --ink: #15181b;
  --graphite: #262a2e;
  --stone: #6b7075;
  --silver: #b7bbbf;
  --mist: #e7e8e8;
  --line: #e2ded7;
  --paper: #f5f3ef;
  --white: #fff;
  --accent: #9a7a4e;
  --accent-dark: #7b603c;
  --accent-soft: #efe7da;
  --wa: #1fae53;
  --danger: #b3261e;

  --f-display: "Cormorant Garamond", "Times New Roman", serif;
  --f-body: "Jost", "Helvetica Neue", Arial, sans-serif;

  --container: 1240px;
  --gutter: clamp(20px, 4vw, 48px);
  --radius: 4px;
  --header-h: 84px;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); }
body { margin: 0; font-family: var(--f-body); font-size: 17px; line-height: 1.65; font-weight: 400; color: var(--graphite); background: var(--white); -webkit-font-smoothing: antialiased; font-variant-numeric: lining-nums; font-feature-settings: "lnum" 1; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; background: none; border: 0; padding: 0; }
p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { margin: 0; font-weight: 500; color: var(--ink); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 200; background: var(--ink); color: #fff; padding: 10px 16px; }
.skip:focus { top: 12px; }

.container { width: 100%; max-width: calc(var(--container) + var(--gutter) * 2); margin: 0 auto; padding-inline: var(--gutter); }
.container--narrow { max-width: calc(860px + var(--gutter) * 2); }

/* ---------- Tipografia ---------- */
.eyebrow { display: inline-flex; align-items: center; gap: 12px; margin: 0 0 18px; font-size: 12px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: var(--accent); }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.eyebrow--light { color: #e6d6b8; }
.eyebrow--plain::before { display: none; }
.display { font-family: var(--f-display); font-weight: 500; line-height: 1.02; letter-spacing: -.01em; font-size: clamp(44px, 7vw, 92px); }
.h2 { font-family: var(--f-display); font-weight: 500; line-height: 1.08; letter-spacing: -.005em; font-size: clamp(34px, 4.4vw, 56px); }
.h3 { font-family: var(--f-display); font-weight: 500; line-height: 1.15; font-size: clamp(26px, 2.6vw, 34px); }
.lead { font-size: clamp(18px, 1.6vw, 21px); line-height: 1.6; font-weight: 300; color: var(--stone); }
.light, .light .h2, .light .h3, .light h3 { color: #fff; }
.light .lead, .light p { color: rgba(255, 255, 255, .78); }
.muted { color: var(--stone); }
.small { font-size: 14px; }

/* ---------- Botões ---------- */
.btn { --bg: var(--accent); --fg: #fff; --bd: var(--accent); display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 28px; border: 1px solid var(--bd); border-radius: var(--radius); background: var(--bg); color: var(--fg); font-size: 14px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; line-height: 1.2; text-align: center; transition: background .25s, color .25s, border-color .25s, transform .25s var(--ease); }
.btn:hover { --bg: var(--accent-dark); --bd: var(--accent-dark); }
.btn:active { transform: translateY(1px); }
.btn--dark { --bg: var(--ink); --bd: var(--ink); }
.btn--dark:hover { --bg: #000; --bd: #000; }
.btn--outline { --bg: transparent; --fg: var(--ink); --bd: rgba(21, 24, 27, .3); }
.btn--outline:hover { --bg: var(--ink); --fg: #fff; --bd: var(--ink); }
.btn--ghost { --bg: transparent; --fg: #fff; --bd: rgba(255, 255, 255, .5); }
.btn--ghost:hover { --bg: #fff; --fg: var(--ink); --bd: #fff; }
.btn--wa { --bg: var(--wa); --bd: var(--wa); }
.btn--wa:hover { --bg: #17924a; --bd: #17924a; }
.btn--sm { min-height: 42px; padding: 0 18px; font-size: 12.5px; }
.btn--block { width: 100%; }
.btn svg { width: 18px; height: 18px; flex: none; }
.btn[disabled] { opacity: .65; pointer-events: none; }
.link-arrow { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--ink); border-bottom: 1px solid currentColor; padding-bottom: 4px; transition: gap .25s var(--ease), color .25s; }
.link-arrow:hover { gap: 16px; color: var(--accent); }
.link-arrow--light { color: #fff; }
.link-arrow svg { width: 16px; height: 16px; flex: none; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* ---------- Header ---------- */
.header { position: fixed; inset: 0 0 auto; z-index: 100; height: var(--header-h); color: var(--ink); background: rgba(255, 255, 255, .96); border-bottom: 1px solid transparent; backdrop-filter: saturate(1.4) blur(10px); transition: background .35s, border-color .35s, height .35s, color .35s; }
.header.is-scrolled { --header-h: 72px; height: 72px; border-color: var(--line); }
.header__inner { height: 100%; display: flex; align-items: center; gap: 32px; }
.header__logo { flex: none; display: block; }
.header__logo img { height: 42px; width: auto; transition: height .35s; }
.header.is-scrolled .header__logo img { height: 36px; }
.header__logo .logo-light { display: none; }
.nav { margin-left: auto; display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); }
.nav a { position: relative; font-size: 14px; font-weight: 400; letter-spacing: .04em; padding: 8px 0; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 1px; background: currentColor; transition: right .3s var(--ease); }
.nav a:hover::after, .nav a[aria-current="page"]::after { right: 0; }
.header__cta { flex: none; }
.burger { display: none; width: 44px; height: 44px; margin-left: auto; position: relative; }
.burger span, .burger::before, .burger::after { content: ""; position: absolute; left: 11px; right: 11px; height: 1.5px; background: currentColor; transition: transform .3s, opacity .3s; }
.burger::before { top: 15px; } .burger span { top: 21px; } .burger::after { top: 27px; }
.nav-open .burger::before { transform: translateY(6px) rotate(45deg); }
.nav-open .burger span { opacity: 0; }
.nav-open .burger::after { transform: translateY(-6px) rotate(-45deg); }

/* Header transparente sobre o hero */
.header--over:not(.is-scrolled):not(.is-open) { background: linear-gradient(180deg, rgba(10, 12, 14, .55), rgba(10, 12, 14, 0)); color: #fff; backdrop-filter: none; }
.header--over:not(.is-scrolled):not(.is-open) .logo-dark { display: none; }
.header--over:not(.is-scrolled):not(.is-open) .logo-light { display: block; }
.header--over:not(.is-scrolled):not(.is-open) .header__cta { --bg: transparent; --bd: rgba(255, 255, 255, .55); }
.header--over:not(.is-scrolled):not(.is-open) .header__cta:hover { --bg: #fff; --fg: var(--ink); --bd: #fff; }

@media (max-width: 1080px) {
  .burger { display: block; }
  .header__cta { display: none; }
  .nav { position: fixed; inset: var(--header-h) 0 auto; margin: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 12px var(--gutter) 28px; background: #fff; color: var(--ink); border-top: 1px solid var(--line); box-shadow: 0 30px 40px rgba(0, 0, 0, .08); transform: translateY(-8px); opacity: 0; visibility: hidden; transition: opacity .25s, transform .25s, visibility .25s; max-height: calc(100vh - var(--header-h)); overflow: auto; }
  .nav a { font-family: var(--f-display); font-size: 28px; padding: 12px 0; border-bottom: 1px solid var(--line); }
  .nav a::after { display: none; }
  .nav .btn { margin-top: 20px; font-family: var(--f-body); font-size: 14px; border-bottom: 1px solid var(--accent); }
  .nav-open .nav { opacity: 1; transform: none; visibility: visible; }
}
@media (min-width: 1081px) { .nav .btn { display: none; } }

/* ---------- Hero home ---------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; color: #fff; background: var(--ink); overflow: hidden; }
.hero__slides { position: absolute; inset: 0; }
.hero__slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.6s ease; }
.hero__slide.is-active { opacity: 1; }
.hero__slide img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.06); }
.hero__slide.is-active img { animation: kenburns 9s ease-out forwards; }
@keyframes kenburns { from { transform: scale(1.1); } to { transform: scale(1); } }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10, 12, 14, .62) 0%, rgba(10, 12, 14, .28) 45%, rgba(10, 12, 14, 0) 70%), linear-gradient(180deg, rgba(10, 12, 14, .4) 0%, rgba(10, 12, 14, .1) 35%, rgba(10, 12, 14, .85) 100%); }
.hero__inner { position: relative; z-index: 2; width: 100%; padding-top: calc(var(--header-h) + 60px); padding-bottom: clamp(36px, 6vh, 64px); }
.hero__title { max-width: 14ch; color: #fff; }
.hero__title em { font-style: italic; color: #e3d3b6; }
.hero__lead { max-width: 560px; margin: 24px 0 34px; font-size: clamp(18px, 1.7vw, 21px); font-weight: 300; color: rgba(255, 255, 255, .85); }
.hero__foot { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: end; margin-top: clamp(40px, 8vh, 90px); padding-top: 26px; border-top: 1px solid rgba(255, 255, 255, .22); }
.hero__launches { display: grid; grid-template-columns: repeat(2, minmax(0, 320px)); gap: 16px; }
.launch-chip { display: grid; grid-template-columns: 72px 1fr; gap: 16px; align-items: center; padding: 10px; padding-right: 18px; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .16); border-radius: var(--radius); backdrop-filter: blur(12px); transition: background .3s, border-color .3s; }
.launch-chip:hover, .launch-chip.is-active { background: rgba(255, 255, 255, .16); border-color: rgba(255, 255, 255, .4); }
.launch-chip img { width: 72px; height: 72px; object-fit: cover; border-radius: 2px; }
.launch-chip small { display: block; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: #d9c7a8; }
.launch-chip strong { display: block; font-family: var(--f-display); font-size: 24px; font-weight: 500; line-height: 1.1; color: #fff; }
.launch-chip span { font-size: 13px; color: rgba(255, 255, 255, .7); }
.hero__scroll { display: flex; align-items: center; gap: 12px; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: rgba(255, 255, 255, .75); }
.hero__scroll i { width: 1px; height: 46px; background: rgba(255, 255, 255, .35); position: relative; overflow: hidden; }
.hero__scroll i::after { content: ""; position: absolute; left: 0; top: -46px; width: 1px; height: 46px; background: #fff; animation: scrollline 2.2s infinite; }
@keyframes scrollline { to { top: 46px; } }
@media (max-width: 860px) {
  .hero__foot { grid-template-columns: 1fr; }
  .hero__launches { grid-template-columns: 1fr; }
  .hero__scroll { display: none; }
}

/* ---------- Page hero ---------- */
.page-hero { position: relative; min-height: min(78svh, 720px); display: flex; align-items: flex-end; color: #fff; background: var(--ink); overflow: hidden; }
.page-hero--short { min-height: min(56svh, 520px); }
.page-hero__bg { position: absolute; inset: 0; }
.page-hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10, 12, 14, .55) 0%, rgba(10, 12, 14, .15) 55%, rgba(10, 12, 14, 0) 75%), linear-gradient(180deg, rgba(10, 12, 14, .45) 0%, rgba(10, 12, 14, .1) 40%, rgba(10, 12, 14, .82) 100%); }
.page-hero__inner { position: relative; z-index: 2; width: 100%; padding-top: calc(var(--header-h) + 60px); padding-bottom: clamp(40px, 7vh, 72px); }
.page-hero h1 { color: #fff; max-width: 18ch; }
.page-hero .lead { color: rgba(255, 255, 255, .85); max-width: 620px; margin-top: 20px; }
.page-hero .btn-row { margin-top: 30px; }
.page-hero--plain { min-height: auto; background: var(--paper); color: var(--ink); }
.page-hero--plain::after { display: none; }
.page-hero--plain h1 { color: var(--ink); }
.page-hero--plain .lead { color: var(--stone); }
.page-hero--plain .page-hero__inner { padding-bottom: clamp(48px, 8vh, 88px); }

.crumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; font-size: 13px; letter-spacing: .04em; color: rgba(255, 255, 255, .7); }
.crumbs a:hover { color: #fff; }
.crumbs li + li::before { content: "/"; margin-right: 8px; opacity: .5; }
.page-hero--plain .crumbs { color: var(--stone); }
.page-hero--plain .crumbs a:hover { color: var(--ink); }

.badge { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border-radius: 40px; font-size: 11.5px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; background: var(--accent); color: #fff; }
.badge--dot::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; animation: pulse 1.8s infinite; }
@keyframes pulse { 50% { opacity: .3; } }
.badge--muted { background: rgba(255, 255, 255, .9); color: var(--ink); }
.badge--outline { background: transparent; border: 1px solid var(--line); color: var(--stone); }

/* ---------- Seções ---------- */
.section { padding-block: clamp(72px, 11vw, 140px); }
.section--sm { padding-block: clamp(56px, 7vw, 90px); }
.section--paper { background: var(--paper); }
.section--dark { background: var(--ink); color: rgba(255, 255, 255, .78); }
.section--dark .h2, .section--dark h3 { color: #fff; }
.section__head { max-width: 760px; margin-bottom: clamp(40px, 5vw, 64px); }
.section__head .lead { margin-top: 20px; }
.section__head--row { max-width: none; display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; flex-wrap: wrap; }
.section__head--row > div { max-width: 700px; }
.section__head--center { margin-inline: auto; text-align: center; }
.section__head--center .eyebrow::before { display: none; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 7vw, 110px); align-items: center; }
.split--wide-media { grid-template-columns: 1.15fr .85fr; }
.split__media { position: relative; }
.split__media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.split__media--land img { aspect-ratio: 4 / 3; }
.split__media .split__inset { position: absolute; right: -32px; bottom: -40px; width: 46%; aspect-ratio: 1; object-fit: cover; border: 10px solid #fff; }
.split__copy .h2 { margin-bottom: 26px; }
.split__copy .btn-row { margin-top: 34px; }
@media (max-width: 900px) {
  .split, .split--wide-media { grid-template-columns: 1fr; }
  .split__media .split__inset { right: 16px; bottom: -28px; width: 42%; border-width: 6px; }
  .split--reverse-mobile .split__media { order: 2; }
}

/* ---------- Números ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.stat { padding: 34px 24px 0 0; }
.stat + .stat { padding-left: 24px; border-left: 1px solid var(--line); }
.stat strong { display: block; font-family: var(--f-display); font-size: clamp(44px, 5vw, 68px); font-weight: 500; line-height: 1; color: var(--ink); }
.stat span { display: block; margin-top: 12px; font-size: 14px; letter-spacing: .04em; color: var(--stone); }
.section--dark .stats, .section--dark .stat + .stat { border-color: rgba(255, 255, 255, .15); }
.section--dark .stat strong { color: #fff; }
.section--dark .stat span { color: rgba(255, 255, 255, .6); }
@media (max-width: 760px) {
  .stats { grid-template-columns: 1fr 1fr; }
  .stat, .stat + .stat { padding: 28px 16px 28px 0; border-left: 0; }
  .stat:nth-child(even) { padding-left: 16px; border-left: 1px solid var(--line); }
  .stat:nth-child(n+3) { border-top: 1px solid var(--line); }
}

/* ---------- Lançamentos (cards grandes) ---------- */
.feature { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 620px; background: var(--ink); color: #fff; overflow: hidden; }
.feature + .feature { margin-top: 28px; }
.feature--flip { grid-template-columns: .8fr 1.2fr; }
.feature--flip .feature__media { order: 2; }
.feature__media { position: relative; overflow: hidden; }
.feature__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.feature:hover .feature__media img { transform: scale(1.04); }
.feature__media .badge { position: absolute; top: 24px; left: 24px; }
.feature__body { display: flex; flex-direction: column; justify-content: center; padding: clamp(36px, 5vw, 72px); }
.feature__logo { height: 54px; width: auto; margin-bottom: 26px; object-fit: contain; object-position: left; }
.feature__place { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: #d9c7a8; margin-bottom: 14px; }
.feature h3 { font-family: var(--f-display); font-size: clamp(32px, 3.4vw, 46px); line-height: 1.08; color: #fff; margin-bottom: 18px; }
.feature p { color: rgba(255, 255, 255, .75); }
.feature__nums { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 26px 0 34px; background: rgba(255, 255, 255, .14); border: 1px solid rgba(255, 255, 255, .14); }
.feature__nums div { padding: 16px 18px; background: var(--ink); }
.feature__nums strong { display: block; font-family: var(--f-display); font-size: 28px; font-weight: 500; line-height: 1.1; color: #fff; }
.feature__nums span { font-size: 13px; color: rgba(255, 255, 255, .6); }
.feature .btn-row { gap: 12px; }
@media (max-width: 960px) {
  .feature, .feature--flip { grid-template-columns: 1fr; min-height: 0; }
  .feature--flip .feature__media { order: 0; }
  .feature__media { aspect-ratio: 4 / 3; }
}

/* ---------- Cards de empreendimentos ---------- */
.filters { display: flex; flex-wrap: wrap; gap: 8px; }
.filter { min-height: 40px; padding: 0 18px; border: 1px solid var(--line); border-radius: 40px; font-size: 14px; color: var(--stone); transition: all .25s; }
.filter:hover { border-color: var(--ink); color: var(--ink); }
.filter.is-active { background: var(--ink); border-color: var(--ink); color: #fff; }
.grid-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px 28px; }
.grid-cards--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1080px) { .grid-cards--4 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 900px) { .grid-cards, .grid-cards--4 { grid-template-columns: repeat(2, 1fr); gap: 32px 18px; } }
@media (max-width: 560px) { .grid-cards, .grid-cards--4 { grid-template-columns: 1fr; } }
.card { display: block; }
.card__media { position: relative; overflow: hidden; aspect-ratio: 4 / 5; background: var(--mist); }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.card:hover .card__media img { transform: scale(1.05); }
.card__media .badge { position: absolute; left: 16px; top: 16px; }
.card__media::after { content: "Ver empreendimento"; position: absolute; inset: auto 0 0; padding: 60px 20px 18px; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: #fff; background: linear-gradient(0deg, rgba(0, 0, 0, .6), transparent); opacity: 0; transform: translateY(8px); transition: opacity .35s, transform .35s var(--ease); }
.card:hover .card__media::after { opacity: 1; transform: none; }
.card__body { padding-top: 18px; }
.card__meta { display: flex; justify-content: space-between; gap: 12px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--stone); }
.card h3 { margin-top: 8px; font-family: var(--f-display); font-size: 30px; line-height: 1.1; }
.card p { margin: 8px 0 0; font-size: 15px; color: var(--stone); }
.section--dark .card h3 { color: #fff; }
.section--dark .card p, .section--dark .card__meta { color: rgba(255, 255, 255, .6); }

/* Rolagem horizontal (portfólio home) */
.rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(260px, 23%); gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 18px; scrollbar-width: thin; scrollbar-color: var(--silver) transparent; }
.rail > * { scroll-snap-align: start; }
.rail-nav { display: flex; gap: 10px; }
.round { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; transition: all .25s; }
.round:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.round svg { width: 18px; height: 18px; }

/* ---------- Diferenciais ---------- */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.pillar { padding: clamp(28px, 3vw, 44px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .3s; }
.pillar:hover { background: var(--paper); }
.pillar svg { width: 40px; height: 40px; color: var(--accent); margin-bottom: 26px; fill: none; stroke: currentColor; stroke-width: 1.3; }
.pillar h3 { font-family: var(--f-display); font-size: 26px; line-height: 1.15; margin-bottom: 10px; }
.pillar p { margin: 0; font-size: 15.5px; color: var(--stone); }
.section--dark .pillars, .section--dark .pillar { border-color: rgba(255, 255, 255, .12); }
.section--dark .pillar:hover { background: rgba(255, 255, 255, .03); }
.section--dark .pillar p { color: rgba(255, 255, 255, .62); }
.section--dark .pillar svg { color: #d9c7a8; }
@media (max-width: 900px) { .pillars { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .pillars { grid-template-columns: 1fr; } }

/* ---------- Passos / modalidades ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: step; }
.step { position: relative; padding: 40px 32px 36px; background: #fff; border: 1px solid var(--line); counter-increment: step; }
.step::before { content: "0" counter(step); display: block; font-family: var(--f-display); font-size: 56px; line-height: 1; color: var(--accent); margin-bottom: 22px; }
.step h3 { font-family: var(--f-display); font-size: 28px; line-height: 1.15; margin-bottom: 12px; }
.step p { margin: 0; color: var(--stone); font-size: 16px; }
.section--dark .step { background: rgba(255, 255, 255, .04); border-color: rgba(255, 255, 255, .12); }
.section--dark .step p { color: rgba(255, 255, 255, .65); }
.section--dark .step::before { color: #d9c7a8; }
@media (max-width: 900px) { .steps { grid-template-columns: 1fr; } }

/* ---------- Checklist ---------- */
.checks { display: grid; gap: 14px; }
.checks--2 { grid-template-columns: 1fr 1fr; gap: 14px 32px; }
.checks li { position: relative; padding-left: 30px; font-size: 16px; }
.checks li::before { content: ""; position: absolute; left: 0; top: .5em; width: 16px; height: 8px; border-left: 1.5px solid var(--accent); border-bottom: 1.5px solid var(--accent); transform: rotate(-45deg); }
@media (max-width: 640px) { .checks--2 { grid-template-columns: 1fr; } }

/* ---------- Faixa CTA ---------- */
.band { position: relative; overflow: hidden; background: var(--ink); color: #fff; }
.band__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .38; }
.band__inner { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 32px; flex-wrap: wrap; padding-block: clamp(56px, 8vw, 100px); }
.band .h2 { color: #fff; max-width: 18ch; }
.band p { color: rgba(255, 255, 255, .78); max-width: 520px; margin: 14px 0 0; }

/* ---------- Quote ---------- */
.quote { margin: 0; font-family: var(--f-display); font-size: clamp(30px, 3.6vw, 48px); line-height: 1.2; font-style: italic; color: var(--ink); }
.quote cite { display: block; margin-top: 22px; font-family: var(--f-body); font-size: 13px; font-style: normal; letter-spacing: .18em; text-transform: uppercase; color: var(--stone); }

/* ---------- Timeline ---------- */
.timeline { position: relative; display: grid; gap: 0; }
.tl { display: grid; grid-template-columns: 120px 1fr auto; gap: 28px; align-items: center; padding: 22px 0; border-top: 1px solid var(--line); transition: background .25s; }
.tl:last-child { border-bottom: 1px solid var(--line); }
.tl:hover { background: var(--paper); }
.tl__year { font-family: var(--f-display); font-size: 40px; line-height: 1; color: var(--accent); padding-left: 8px; }
.tl h3 { font-family: var(--f-display); font-size: 26px; }
.tl p { margin: 2px 0 0; font-size: 14.5px; color: var(--stone); }
.tl img { width: 88px; height: 88px; object-fit: cover; }
@media (max-width: 640px) { .tl { grid-template-columns: 70px 1fr; gap: 16px; } .tl img { display: none; } .tl__year { font-size: 30px; } }

/* ---------- Formulários ---------- */
.lead-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 6vw, 96px); align-items: start; }
@media (max-width: 960px) { .lead-wrap { grid-template-columns: 1fr; } }
.lead-aside .h2 { margin-bottom: 22px; }
.contact-list { display: grid; gap: 18px; margin-top: 34px; }
.contact-list a, .contact-list div { display: grid; grid-template-columns: 44px 1fr; gap: 16px; align-items: center; }
.contact-list i { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--accent); }
.section--dark .contact-list i { border-color: rgba(255, 255, 255, .2); color: #d9c7a8; }
.contact-list svg { width: 18px; height: 18px; }
.contact-list small { display: block; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--stone); }
.section--dark .contact-list small { color: rgba(255, 255, 255, .5); }
.contact-list strong { font-weight: 400; font-size: 17px; color: var(--ink); }
.section--dark .contact-list strong { color: #fff; }
.contact-list a:hover strong { color: var(--accent); }

.form-card { background: #fff; padding: clamp(28px, 4vw, 52px); border: 1px solid var(--line); box-shadow: 0 30px 60px -30px rgba(21, 24, 27, .18); color: var(--graphite); }
.form-card__kicker { font-size: 12px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; }
.form-card__title { font-family: var(--f-display); font-size: clamp(28px, 2.8vw, 38px); line-height: 1.1; color: var(--ink); margin-bottom: 8px; }
.form-card__sub { font-size: 15px; color: var(--stone); margin-bottom: 26px; }
.lead-form { display: grid; gap: 16px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 560px) { .field-row { grid-template-columns: 1fr; } }
.field { position: relative; display: grid; gap: 6px; }
.field label { font-size: 12px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--stone); }
.field .opt { text-transform: none; letter-spacing: 0; font-weight: 400; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 12px 16px; border: 1px solid #d8d4cc; border-radius: var(--radius); background: #fff; font: inherit; font-size: 16px; color: var(--ink); transition: border-color .2s, box-shadow .2s; appearance: none; -webkit-appearance: none; }
.field textarea { min-height: 120px; resize: vertical; }
.field select { padding-right: 44px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' stroke='%236b7075' stroke-width='1.5'%3E%3Cpath d='M1 1l5 5 5-5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; }
.field input::placeholder, .field textarea::placeholder { color: #a6a9ad; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(154, 122, 78, .15); }
.field.is-invalid input, .field.is-invalid select { border-color: var(--danger); }
.field__error { font-size: 13px; color: var(--danger); }
.consent { display: grid; grid-template-columns: 20px 1fr; gap: 12px; align-items: start; font-size: 13.5px; line-height: 1.5; color: var(--stone); }
.consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--accent); }
.consent a { text-decoration: underline; }
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-note { margin: 4px 0 0; font-size: 13px; color: var(--stone); display: flex; gap: 8px; align-items: center; }
.form-note svg { width: 14px; height: 14px; flex: none; }
.form-msg { margin: 0; font-size: 14px; }
.form-msg.is-error { color: var(--danger); }
.form-msg a { text-decoration: underline; }
.btn .spinner { display: none; width: 16px; height: 16px; border: 2px solid rgba(255, 255, 255, .4); border-top-color: #fff; border-radius: 50%; animation: spin .8s linear infinite; }
.is-loading .spinner { display: inline-block; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; display: flex; justify-content: space-between; gap: 24px; align-items: center; padding: 26px 0; cursor: pointer; font-family: var(--f-display); font-size: clamp(22px, 2vw, 27px); line-height: 1.25; color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; flex: none; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-family: var(--f-body); font-size: 20px; font-weight: 300; transition: transform .3s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details > div { padding: 0 60px 26px 0; color: var(--stone); }

/* ---------- Galeria ---------- */
.gallery { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: clamp(170px, 17vw, 250px); grid-auto-flow: dense; gap: 12px; }
.gallery button { position: relative; overflow: hidden; background: var(--mist); grid-column: span 4; }
.gallery button:nth-child(6n+1) { grid-column: span 8; grid-row: span 2; }
@media (min-width: 761px) {
  .gallery button:nth-child(6n+1):last-child { grid-column: span 12; }
  .gallery button:nth-child(6n+1):nth-last-child(2) + button { grid-row: span 2; }
  .gallery button:nth-child(6n+4):last-child { grid-column: span 12; }
  .gallery button:nth-child(6n+4):nth-last-child(2), .gallery button:nth-child(6n+4):nth-last-child(2) + button { grid-column: span 6; }
}
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.gallery button:hover img { transform: scale(1.05); }
.gallery figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 16px 12px; text-align: left; font-size: 13px; color: #fff; background: linear-gradient(0deg, rgba(0, 0, 0, .55), transparent); }
@media (max-width: 760px) {
  .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 44vw; gap: 8px; }
  .gallery button, .gallery button:nth-child(6n+1) { grid-column: span 1; grid-row: auto; }
  .gallery button:nth-child(3n+1) { grid-column: span 2; }
}
.plans { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.plans button { background: #fff; border: 1px solid var(--line); padding: 16px; text-align: left; }
.plans img { width: 100%; aspect-ratio: 16 / 10; object-fit: contain; }
.plans span { display: block; margin-top: 12px; font-size: 14px; color: var(--stone); }

.lightbox { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 60px 70px; background: rgba(10, 12, 14, .94); }
.lightbox img { max-width: 100%; max-height: calc(100vh - 140px); object-fit: contain; }
.lightbox p { position: absolute; left: 0; right: 0; bottom: 20px; margin: 0; text-align: center; font-size: 14px; color: rgba(255, 255, 255, .7); }
.lightbox button { position: absolute; width: 52px; height: 52px; display: grid; place-items: center; color: #fff; font-size: 30px; font-weight: 300; border: 1px solid rgba(255, 255, 255, .25); border-radius: 50%; }
.lightbox button:hover { background: rgba(255, 255, 255, .12); }
.lightbox__close { top: 18px; right: 18px; }
.lightbox__prev { left: 14px; top: 50%; transform: translateY(-50%); }
.lightbox__next { right: 14px; top: 50%; transform: translateY(-50%); }
@media (max-width: 640px) { .lightbox { padding: 70px 10px; } .lightbox__prev, .lightbox__next { top: auto; bottom: 50px; transform: none; } }

/* ---------- Página de empreendimento ---------- */
.project-nums { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border-bottom: 1px solid var(--line); }
.project-nums div { padding: 28px var(--gutter); border-right: 1px solid var(--line); }
.project-nums div:last-child { border-right: 0; }
.project-nums strong { display: block; font-family: var(--f-display); font-size: clamp(30px, 3vw, 42px); font-weight: 500; line-height: 1; color: var(--ink); }
.project-nums span { display: block; margin-top: 8px; font-size: 13.5px; color: var(--stone); }
@media (max-width: 760px) { .project-nums { grid-template-columns: 1fr 1fr; } .project-nums div:nth-child(2) { border-right: 0; } .project-nums div:nth-child(-n+2) { border-bottom: 1px solid var(--line); } }
.lp-callout { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; padding: clamp(28px, 4vw, 44px); background: var(--accent-soft); border-left: 3px solid var(--accent); }
.lp-callout h3 { font-family: var(--f-display); font-size: clamp(26px, 2.6vw, 34px); line-height: 1.15; }
.lp-callout p { margin: 6px 0 0; color: var(--stone); }
@media (max-width: 760px) { .lp-callout { grid-template-columns: 1fr; } }
.ficha { display: grid; }
.ficha div { display: grid; grid-template-columns: 170px 1fr; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.ficha div:first-child { border-top: 1px solid var(--line); }
.ficha dt { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--stone); padding-top: 3px; }
.ficha dd { margin: 0; color: var(--ink); }
@media (max-width: 520px) { .ficha div { grid-template-columns: 1fr; gap: 2px; } }
.legal { font-size: 12.5px; line-height: 1.6; color: var(--stone); }
.sticky-form { position: sticky; top: calc(var(--header-h) + 24px); }

/* ---------- Texto longo ---------- */
.prose { max-width: 760px; }
.prose h2 { font-family: var(--f-display); font-size: 32px; margin: 48px 0 14px; }
.prose h3 { font-size: 18px; font-weight: 500; margin: 28px 0 8px; }
.prose ul { list-style: disc; padding-left: 22px; margin-bottom: 1em; }
.prose li { margin-bottom: 6px; }
.prose a { color: var(--accent); text-decoration: underline; }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: rgba(255, 255, 255, .66); font-size: 15px; }
.footer__cta { display: flex; justify-content: space-between; align-items: center; gap: 28px; flex-wrap: wrap; padding-block: clamp(48px, 7vw, 80px); border-bottom: 1px solid rgba(255, 255, 255, .12); }
.footer__cta .h2 { color: #fff; max-width: 16ch; }
.footer__grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.2fr; gap: 40px; padding-block: 64px; }
.footer__brand img { height: 110px; width: auto; margin-bottom: 22px; }
.footer__brand p { max-width: 300px; font-size: 14.5px; }
.footer h4 { margin-bottom: 18px; font-size: 12px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: #fff; }
.footer li { margin-bottom: 10px; }
.footer a:hover { color: #fff; }
.footer__social { display: flex; gap: 10px; margin-top: 20px; }
.footer__social a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .2); border-radius: 50%; }
.footer__social a:hover { background: #fff; color: var(--ink); }
.footer__social svg { width: 17px; height: 17px; }
.footer__bottom { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; padding-block: 24px 30px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: 13px; color: rgba(255, 255, 255, .45); }
.footer__bottom a { text-decoration: underline; }
@media (max-width: 960px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer__grid { grid-template-columns: 1fr; } .footer__brand img { height: 90px; } }

/* ---------- WhatsApp + barra mobile ---------- */
.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 90; width: 60px; height: 60px; display: grid; place-items: center; border-radius: 50%; background: var(--wa); color: #fff; box-shadow: 0 12px 30px rgba(0, 0, 0, .25); transition: transform .3s var(--ease); }
.wa-float:hover { transform: scale(1.06); }
.wa-float svg { width: 30px; height: 30px; }
.mbar { display: none; }
@media (max-width: 760px) {
  .wa-float { display: none; }
  .mbar { position: fixed; inset: auto 0 0; z-index: 90; display: grid; grid-template-columns: 1fr 1.3fr; gap: 8px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: rgba(255, 255, 255, .97); border-top: 1px solid var(--line); transform: translateY(110%); transition: transform .35s var(--ease); }
  .mbar.is-visible { transform: none; }
  .mbar .btn { min-height: 48px; padding: 0 12px; font-size: 12.5px; }
  body { padding-bottom: 0; }
  .footer { padding-bottom: 76px; }
}

/* ---------- Cookies ---------- */
.cookie { position: fixed; left: 22px; bottom: 22px; z-index: 95; max-width: 420px; padding: 22px 24px; background: #fff; border: 1px solid var(--line); box-shadow: 0 20px 50px rgba(0, 0, 0, .15); font-size: 14px; line-height: 1.55; }
.cookie p { margin: 0 0 14px; color: var(--stone); }
.cookie a { text-decoration: underline; }
.cookie .btn-row { gap: 8px; }
@media (max-width: 760px) { .cookie { left: 10px; right: 10px; bottom: 10px; max-width: none; } }

/* ---------- Obrigado / 404 ---------- */
.center-page { min-height: 100svh; display: grid; place-items: center; text-align: center; padding: calc(var(--header-h) + 40px) var(--gutter) 80px; background: var(--paper); }
.center-page .h2 { margin: 18px auto; max-width: 18ch; }
.center-page .lead { max-width: 560px; margin: 0 auto 34px; }
.center-page .btn-row { justify-content: center; }
.check-circle { width: 84px; height: 84px; margin: 0 auto; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--accent); color: var(--accent); }
.check-circle svg { width: 36px; height: 36px; }

/* ---------- Reveal ---------- */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.js .reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .hero__slide.is-active img { animation: none; transform: none; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* Utilitários */
.mt-0 { margin-top: 0; } .mt-1 { margin-top: 16px; } .mt-2 { margin-top: 32px; } .mt-3 { margin-top: 56px; }
.mb-0 { margin-bottom: 0; }
.tc { text-align: center; }
.divider { height: 1px; background: var(--line); border: 0; margin: 0; }
@media (max-width: 560px) {
  .hero .btn-row .btn, .page-hero .btn-row .btn, .band .btn-row .btn { width: 100%; }
}
