
:root {
  --ink: #0c1724;
  --ink-2: #132538;
  --ink-3: #1a3149;
  --sand: #d2b98b;
  --sand-light: #eee4d3;
  --cream: #f4efe6;
  --paper: #ebe4d8;
  --white: #ffffff;
  --muted: #b7c0c8;
  --text-dark: #24303b;
  --whatsapp: #25d366;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.08;
}
h1 { font-size: clamp(3.4rem, 8vw, 7.5rem); max-width: 980px; }
h2 { font-size: clamp(2.4rem, 5vw, 4.9rem); }
h3 { font-size: 1.7rem; }
p { font-size: 1rem; }

.site-header {
  height: 92px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 80;
  background: rgba(12,23,36,.84);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.brand, .footer-brand { display: inline-flex; flex-direction: column; line-height: 1; }
.brand-main { font-size: 1.7rem; letter-spacing: .15em; font-weight: 700; }
.brand-sub { margin-top: 8px; font-size: .56rem; letter-spacing: .28em; color: var(--sand); }
.site-nav { display: flex; gap: 30px; align-items: center; font-size: .9rem; }
.site-nav a:hover { color: var(--sand); }
.nav-whatsapp { border: 1px solid var(--sand); padding: 11px 18px; color: var(--sand); }
.menu-toggle { display: none; color: var(--white); background: none; border: 0; font-size: 1.7rem; }

.hero {
  min-height: 100vh;
  padding: 160px 7vw 90px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(8,17,28,.96) 0%, rgba(8,17,28,.76) 46%, rgba(8,17,28,.22) 100%),
    radial-gradient(circle at 75% 22%, rgba(210,185,139,.34), transparent 20%),
    linear-gradient(135deg, #203d50, #0b1621 68%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 45%, rgba(255,255,255,.04) 45.2%, transparent 45.5%),
    linear-gradient(transparent 70%, rgba(0,0,0,.28));
}
.hero-layer {
  position: absolute;
  right: -10vw;
  top: 8vh;
  width: 58vw;
  height: 78vh;
  border-radius: 50% 0 0 50%;
  background:
    linear-gradient(rgba(12,23,36,.1), rgba(12,23,36,.6)),
    radial-gradient(circle at 40% 45%, #667d6f, #344a43 42%, #18262f 76%);
  filter: saturate(.9);
}
.hero-content { position: relative; z-index: 2; max-width: 1040px; }
.eyebrow {
  color: var(--cream);
  font-size: .72rem;
  letter-spacing: .24em;
  font-weight: 700;
  margin-bottom: 24px;
}
.eyebrow.gold { color: var(--sand); }
.hero h1 { margin-bottom: 30px; }
.hero-text { font-size: clamp(1.2rem, 2vw, 1.55rem); max-width: 680px; color: #d7dde2; }
.hero-actions { display: flex; gap: 22px; align-items: center; margin-top: 38px; }
.btn {
  display: inline-flex;
  min-height: 58px;
  padding: 0 30px;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-size: .78rem;
  font-weight: 800;
}
.btn-gold { background: var(--sand); color: var(--ink); }
.text-action { color: var(--cream); border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 5px; }
.hero-note { color: #9da8b1; font-size: .86rem; margin-top: 20px; }
.hero-signature {
  position: absolute;
  right: -1vw;
  bottom: -4vw;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 16vw;
  letter-spacing: .08em;
  color: rgba(255,255,255,.025);
  line-height: .8;
}

.section-dark { padding: 120px 7vw; background: var(--ink-2); }
.statement-grid { display: grid; grid-template-columns: 120px 1fr; gap: 50px; align-items: start; }
.statement-number { font-size: .8rem; letter-spacing: .2em; color: var(--sand); padding-top: 12px; }
.statement-content { max-width: 1050px; }
.statement-content p:last-child { max-width: 720px; color: var(--muted); }

.image-band {
  min-height: 72vh;
  display: flex;
  align-items: flex-end;
  padding: 80px 7vw;
  position: relative;
  background:
    linear-gradient(180deg, rgba(8,17,28,.1), rgba(8,17,28,.85)),
    radial-gradient(circle at 75% 25%, #8ba084, #536d61 28%, #223b3d 60%, #101c29 100%);
}
.image-band-copy { max-width: 820px; }
.image-band-copy h2 { color: var(--white); }

.about-premium {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  min-height: 760px;
  background: var(--paper);
  color: var(--text-dark);
}
.about-image {
  min-height: 760px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(rgba(12,23,36,.14), rgba(12,23,36,.25)),
    linear-gradient(135deg, #6d7c78, #263f48);
}
.photo-label { color: rgba(255,255,255,.85); letter-spacing: .22em; font-size: .75rem; }
.about-copy { padding: 110px 8vw; display: flex; flex-direction: column; justify-content: center; }
.about-copy h2 { color: var(--ink); }
.about-copy p { color: #56616a; }
.inline-link { margin-top: 18px; color: var(--ink); font-weight: 700; }

.condos-premium { padding: 120px 7vw; background: #0f1d2b; }
.section-heading { max-width: 900px; margin-bottom: 64px; }
.condo-list { display: grid; gap: 34px; }
.condo-item {
  display: grid;
  grid-template-columns: 1.4fr .6fr;
  min-height: 430px;
  background: var(--ink-3);
  overflow: hidden;
}
.condo-image {
  min-height: 430px;
  background-size: cover;
  background-position: center;
}
.condo-a { background-image: linear-gradient(rgba(10,20,30,.10), rgba(10,20,30,.35)), url("assets/alphaville.jpg"); }
.condo-b { background-image: linear-gradient(rgba(10,20,30,.10), rgba(10,20,30,.35)), url("assets/saint-patrick.jpg"); }
.condo-c { background-image: linear-gradient(rgba(10,20,30,.10), rgba(10,20,30,.35)), url("assets/giverny.jpg"); }
.condo-d { background-image: linear-gradient(rgba(10,20,30,.10), rgba(10,20,30,.35)), url("assets/granja-olga.jpg"); }
.condo-info { padding: 44px; display: flex; flex-direction: column; justify-content: flex-end; }
.condo-info span { margin-bottom: auto; color: var(--sand); font-size: .75rem; }
.condo-info h3 { font-size: 2rem; }
.condo-info p { color: var(--muted); text-transform: uppercase; letter-spacing: .15em; font-size: .8rem; }

.services { background: var(--ink); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.1); border-left: 1px solid rgba(255,255,255,.1); }
.service-card { padding: 42px 30px 52px; border-right: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); min-height: 310px; }
.service-card span { color: var(--sand); font-size: .75rem; }
.service-card h3 { margin-top: 70px; }
.service-card p { color: var(--muted); }

.closing {
  min-height: 78vh;
  padding: 110px 7vw;
  position: relative;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(8,17,28,.92), rgba(8,17,28,.4)),
    radial-gradient(circle at 75% 35%, #847866, #3f4e49 30%, #152331 72%);
}
.closing-content { position: relative; z-index: 2; max-width: 860px; }
.closing h2 { font-size: clamp(2.8rem, 6vw, 5.8rem); }
.closing p { max-width: 690px; color: #d6dce1; }

.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 90;
  background: var(--whatsapp);
  color: #072a17;
  padding: 14px 20px;
  border-radius: 999px;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(0,0,0,.3);
}

.site-footer {
  padding: 70px 7vw 35px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  background: #07111b;
}
.footer-info { text-align: right; }
.footer-info p { margin-bottom: 4px; color: #9ba5ad; font-size: .9rem; }
.copyright { grid-column: 1/-1; border-top: 1px solid rgba(255,255,255,.08); padding-top: 25px; margin-top: 20px; color: #6e7880; font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .site-nav {
    position: absolute;
    top: 92px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 25px 5vw;
    background: rgba(12,23,36,.98);
  }
  .site-nav.open { display: flex; }
  .statement-grid { grid-template-columns: 1fr; }
  .about-premium, .condo-item { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-layer { width: 80vw; opacity: .5; }
}

@media (max-width: 640px) {
  .site-header { padding: 0 22px; }
  .hero { padding: 145px 24px 75px; min-height: 95vh; }
  .hero h1 { font-size: 3.5rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; text-align: center; }
  .section-dark, .condos-premium { padding: 85px 24px; }
  .image-band { padding: 70px 24px; min-height: 62vh; }
  .about-copy { padding: 80px 24px; }
  .about-image { min-height: 520px; }
  .service-grid { grid-template-columns: 1fr; }
  .closing { padding: 90px 24px; }
  .site-footer { grid-template-columns: 1fr; padding: 60px 24px 30px; }
  .footer-info { text-align: left; }
}


.condo-directory {
  padding: 120px 7vw;
  background: var(--paper);
  color: var(--text-dark);
}
.directory-heading {
  max-width: 900px;
  margin-bottom: 64px;
}
.directory-heading h2,
.directory-column h3 {
  color: var(--ink);
}
.directory-heading p:last-child {
  max-width: 720px;
  color: #65707a;
}
.directory-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 70px;
  padding-top: 40px;
  border-top: 1px solid rgba(12,23,36,.16);
}
.directory-column h3 {
  font-size: 2rem;
  margin-bottom: 28px;
}
.directory-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  columns: 2;
  column-gap: 42px;
}
.directory-column li {
  break-inside: avoid;
  padding: 10px 0;
  border-bottom: 1px solid rgba(12,23,36,.09);
  color: #4b5660;
  font-size: .94rem;
}
.directory-grid .directory-column:last-child ul {
  columns: 1;
}
.directory-cta {
  margin-top: 60px;
  padding-top: 34px;
  border-top: 1px solid rgba(12,23,36,.16);
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
.directory-cta p {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.55rem;
  color: var(--ink);
}
.inline-link.light {
  color: var(--ink);
}

@media (max-width: 900px) {
  .directory-grid {
    grid-template-columns: 1fr;
  }
  .directory-column ul {
    columns: 2;
  }
  .directory-grid .directory-column:last-child ul {
    columns: 2;
  }
}

@media (max-width: 640px) {
  .condo-directory {
    padding: 85px 24px;
  }
  .directory-column ul,
  .directory-grid .directory-column:last-child ul {
    columns: 1;
  }
  .directory-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* AJUSTES FINAIS DE IMAGENS */
.about-image {
  min-height: 760px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px;
  overflow: hidden;
  background: var(--ink);
}
.about-image img {
  width: 100%;
  height: 100%;
  max-height: 760px;
  display: block;
  object-fit: contain;
  object-position: center;
}

.condo-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 980px) {
  .about-image {
    min-height: auto;
    padding: 24px;
  }
  .about-image img {
    height: auto;
    max-height: none;
  }
}

@media (max-width: 640px) {
  .about-image {
    padding: 16px;
  }
}
