/* ==========================================
   RESIDENCIAL LOTUS V3
   Paleta: #1A2238 (navy) + #FFFFFF (white)
   ========================================== */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,wght@0,200;0,300;0,400;1,200;1,300;1,400&family=Syne:wght@400;500;600;700;800&family=DM+Sans:wght@300;400;500&display=swap');

/* ── Variables ───────────────────────────── */
:root {
  --navy:        #1A2238;
  --navy-deep:   #111827;
  --navy-mid:    #243050;
  --navy-light:  #2E3D60;
  --white:       #FFFFFF;
  --off-white:   #F5F6F9;
  --navy-08:     rgba(26, 34, 56, 0.08);
  --navy-15:     rgba(26, 34, 56, 0.15);
  --navy-40:     rgba(26, 34, 56, 0.40);
  --white-10:    rgba(255,255,255,0.10);
  --white-20:    rgba(255,255,255,0.20);
  --white-50:    rgba(255,255,255,0.50);
  --white-70:    rgba(255,255,255,0.70);
  --font-display: 'Fraunces', serif;
  --font-ui:      'Syne', sans-serif;
  --font-body:    'DM Sans', sans-serif;
  --ease:         cubic-bezier(0.22, 1, 0.36, 1);
}

/* ── Reset ───────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-body); background: var(--white); color: var(--navy); overflow-x: hidden; }
img { display: block; width: 100%; object-fit: cover; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ── Utilities ───────────────────────────── */
.container { max-width: 1240px; margin: 0 auto; padding: 0 48px; }

.label {
  font-family: var(--font-ui);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}
.label--dark  { color: var(--navy-light); }
.label--light { color: var(--white-50); }
.label::before {
  content: '';
  display: block;
  width: 28px; height: 1px;
  background: currentColor;
  flex-shrink: 0;
}

.heading {
  font-family: var(--font-display);
  font-weight: 300;
  line-height: 1.1;
}
.heading--dark  { color: var(--navy); }
.heading--light { color: var(--white); }
.heading em     { font-style: italic; }
.heading--xl    { font-size: clamp(3rem, 5.5vw, 5.2rem); }
.heading--lg    { font-size: clamp(2.4rem, 4vw, 3.8rem); }
.heading--md    { font-size: clamp(1.8rem, 2.5vw, 2.6rem); }

/* Reveal */
.r {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}
.r.on { opacity: 1; transform: none; }
.r.d1 { transition-delay: 0.10s; }
.r.d2 { transition-delay: 0.20s; }
.r.d3 { transition-delay: 0.30s; }
.r.d4 { transition-delay: 0.40s; }
.r.d5 { transition-delay: 0.50s; }

/* ==========================================
   NAVBAR
   ========================================== */
.nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 200;
  padding: 28px 0;
  transition: padding 0.4s var(--ease), background 0.4s var(--ease);
}
.nav.stuck {
  background: var(--navy-deep);
  padding: 16px 0;
  box-shadow: 0 1px 0 rgba(255,255,255,0.06);
}
.nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* ── Logos ───────────────────────────────── */
.nav-logo-img {
  height: 40px;
  width: auto;
  display: block;
  object-fit: contain;
}
.hero-logo-wrap { margin-bottom: 32px; }
.hero-logo-img {
  height: 64px;
  width: auto;
  object-fit: contain;
  display: block;
}

.nav-brand {
  display: flex;
  align-items: center;
  line-height: 1;
}
.nav-brand-name {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: var(--white);
}
.nav-brand-sub {
  font-family: var(--font-ui);
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--white-50);
}
.nav-menu {
  display: flex;
  align-items: center;
  gap: 40px;
}
.nav-menu a {
  font-family: var(--font-ui);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--white-70);
  transition: color 0.3s;
}
.nav-menu a:hover { color: var(--white); }
.nav-btn {
  font-family: var(--font-ui);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--navy) !important;
  background: var(--white);
  padding: 10px 24px;
  transition: opacity 0.3s, transform 0.2s !important;
  border: none;
  cursor: pointer;
}
.nav-btn:hover { opacity: 0.88; transform: translateY(-1px) !important; }
.nav-burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.nav-burger span { display: block; width: 22px; height: 1.5px; background: var(--white); }

/* ==========================================
   HERO
   ========================================== */
.hero {
  background: var(--navy-deep);
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  /* sem overflow aqui — overflow-x:hidden cria overflow-y:auto implícito no browser */
}

.hero .container {
  position: relative;
  z-index: 2;
  padding-top: 120px;
  padding-bottom: 100px;
  display: grid;
  grid-template-columns: 1fr minmax(0, 400px);
  gap: 48px;
  align-items: center;
  width: 100%;
}
.hero::before {
  content: 'LOTUS';
  position: absolute;
  bottom: -8vw; right: -2vw;
  font-family: var(--font-display);
  font-size: 26vw;
  font-weight: 200;
  color: rgba(255,255,255,0.028);
  letter-spacing: -0.02em;
  line-height: 1;
  pointer-events: none;
  user-select: none;
  overflow: hidden;
  max-width: 100%;
}

/* Geometric accent lines */
.hero-line-h {
  position: absolute;
  top: 38%; left: 0;
  width: 100%; height: 1px;
  background: rgba(255,255,255,0.04);
  pointer-events: none;
}
.hero-line-v {
  position: absolute;
  top: 0; left: 55%;
  width: 1px; height: 100%;
  background: rgba(255,255,255,0.04);
  pointer-events: none;
}

/* Big background word */
.hero-left {}
.hero-label { margin-bottom: 28px; }
.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  font-weight: 200;
  line-height: 1.04;
  color: var(--white);
  margin-bottom: 28px;
  letter-spacing: -0.01em;
}
.hero-title em {
  font-style: italic;
  color: rgba(255,255,255,0.55);
}
.hero-desc {
  font-size: 0.92rem;
  line-height: 1.85;
  color: var(--white-50);
  max-width: 440px;
  margin-bottom: 48px;
}

/* Stats strip */
.hero-stats {
  display: flex;
  gap: 48px;
  padding-top: 40px;
  border-top: 1px solid var(--white-10);
}
.hero-stat {}
.hero-stat-val {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 200;
  color: var(--white);
  line-height: 1;
  letter-spacing: -0.02em;
}
.hero-stat-lbl {
  font-family: var(--font-ui);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--white-50);
  margin-top: 6px;
}

/* Right — Form */
.hero-form-wrap {
  min-width: 0; /* prevents grid blowout */
}
.hero-form-card {
  background: var(--white);
  padding: 32px 28px 24px;
  position: relative;
  width: 100%;
}
.hero-form-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--white);
  /* thin accent via gradient of navy shades */
  background: linear-gradient(90deg, var(--navy-light) 0%, var(--navy) 100%);
}
.hf-head { margin-bottom: 28px; }
.hf-eyebrow {
  font-family: var(--font-ui);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--navy-light);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.hf-eyebrow::before {
  content: '';
  display: block; width: 18px; height: 1px;
  background: var(--navy-light);
}
.hf-title {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 300;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 6px;
}
.hf-sub {
  font-size: 0.78rem;
  color: var(--navy-40);
  line-height: 1.5;
}
.hf-g { display: flex; flex-direction: column; margin-bottom: 14px; min-width: 0; }
.hf-lbl {
  font-family: var(--font-ui);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--navy-40);
  margin-bottom: 7px;
}
.hf-i, .hf-s {
  background: var(--off-white);
  border: 1.5px solid transparent;
  color: var(--navy);
  font-family: var(--font-body);
  font-size: 0.875rem;
  padding: 12px 14px;
  outline: none;
  transition: border-color 0.25s, background 0.25s;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;       /* garante que não estoura a coluna */
  min-width: 0;      /* impede o grid de inflar */
  box-sizing: border-box;
}
.hf-i::placeholder { color: rgba(26,34,56,0.25); }
.hf-i:focus, .hf-s:focus {
  border-color: var(--navy);
  background: var(--white);
}
.hf-s {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7'%3E%3Cpath d='M1 1l4.5 4.5L10 1' stroke='%231A2238' stroke-width='1.4' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-color: var(--off-white);
  padding-right: 32px;
}
.hf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hf-chk {
  display: flex; gap: 10px; align-items: flex-start;
  margin: 4px 0 18px;
}
.hf-chk input {
  width: 15px; height: 15px; min-width: 15px;
  border: 1.5px solid var(--navy-15);
  appearance: none; background: transparent;
  cursor: pointer; margin-top: 2px;
  position: relative; transition: all 0.2s;
}
.hf-chk input:checked {
  background: var(--navy); border-color: var(--navy);
}
.hf-chk input:checked::after {
  content: '✓';
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.62rem; color: var(--white); font-weight: bold;
}
.hf-chk label {
  font-size: 0.7rem; color: var(--navy-40);
  line-height: 1.55; cursor: pointer;
}
.hf-chk label a { color: var(--navy); text-decoration: underline; }
.hf-btn {
  width: 100%; background: var(--navy); color: var(--white);
  font-family: var(--font-ui); font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  padding: 16px 20px; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  transition: background 0.3s, transform 0.2s; margin-bottom: 16px;
}
.hf-btn:hover { background: var(--navy-light); transform: translateY(-1px); }
.hf-btn:disabled { opacity: 0.5; cursor: not-allowed; transform: none; }
.hf-privacy {
  text-align: center;
  font-size: 0.66rem; color: rgba(26,34,56,0.3);
}
.hf-ok { display: none; text-align: center; padding: 36px 0; }
.hf-ok-icon {
  width: 54px; height: 54px; border-radius: 50%;
  background: var(--navy); color: var(--white);
  font-size: 1.4rem; display: flex; align-items: center;
  justify-content: center; margin: 0 auto 16px;
}
.hf-ok-title {
  font-family: var(--font-display);
  font-size: 1.5rem; font-weight: 300; color: var(--navy);
  margin-bottom: 8px;
}
.hf-ok-sub { font-size: 0.8rem; color: var(--navy-40); line-height: 1.6; }

/* Scroll indicator */
.hero-scroll {
  position: absolute;
  bottom: 32px; left: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column;
  align-items: center; gap: 8px;
  cursor: pointer; z-index: 3;
}
.hero-scroll-bar {
  width: 1px; height: 44px;
  background: linear-gradient(to bottom, var(--white-50), transparent);
  animation: scrollAnim 1.8s ease-in-out infinite;
}
@keyframes scrollAnim {
  0%,100% { opacity: 0.5; transform: scaleY(1); transform-origin: top; }
  50%      { opacity: 1;   transform: scaleY(0.5); transform-origin: top; }
}
.hero-scroll span {
  font-family: var(--font-ui);
  font-size: 0.55rem; letter-spacing: 0.28em;
  text-transform: uppercase; color: var(--white-50);
}

/* ==========================================
   NUMBERS BAR
   ========================================== */
.numbers {
  background: var(--navy);
  padding: 64px 0;
}
.numbers .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.08);
}
.number-item {
  background: var(--navy);
  padding: 40px 32px;
  text-align: center;
  transition: background 0.3s;
}
.number-item:hover { background: var(--navy-mid); }
.number-val {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.4vw, 2.8rem);
  font-weight: 200;
  color: var(--white);
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.number-lbl {
  font-family: var(--font-ui);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--white-50);
  margin-top: 10px;
}
.number-div {
  display: block;
  width: 24px; height: 1px;
  background: rgba(255,255,255,0.2);
  margin: 12px auto 0;
}

/* ==========================================
   SOBRE
   ========================================== */
.sobre {
  padding: 140px 0;
  background: var(--white);
}
.sobre .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  align-items: center;
}
/* Images mosaic */
.sobre-imgs {
  position: relative;
  height: 580px;
}
.sobre-img-a {
  position: absolute;
  top: 0; left: 0;
  width: 72%; height: 76%;
}
.sobre-img-b {
  position: absolute;
  bottom: 0; right: 0;
  width: 56%; height: 52%;
  border: 8px solid var(--white);
}
.sobre-stamp {
  position: absolute;
  bottom: 52px; left: -20px;
  background: var(--navy);
  color: var(--white);
  padding: 22px 28px;
  z-index: 2;
}
.sobre-stamp-yr {
  font-family: var(--font-display);
  font-size: 2.6rem; font-weight: 200;
  color: rgba(255,255,255,0.5);
  line-height: 1;
}
.sobre-stamp-tx {
  font-family: var(--font-ui);
  font-size: 0.58rem; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-top: 4px;
}
/* Text */
.sobre-text {}
.sobre-label { margin-bottom: 20px; }
.sobre-title { margin-bottom: 28px; }
.sobre-body {
  font-size: 0.92rem; line-height: 1.9;
  color: rgba(26,34,56,0.6);
  margin-bottom: 44px;
}
.sobre-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--navy-08);
}
.sobre-col {
  padding: 22px 20px;
  border-right: 1px solid var(--navy-08);
  border-bottom: 1px solid var(--navy-08);
}
.sobre-col:nth-child(even) { border-right: none; }
.sobre-col:nth-last-child(-n+2) { border-bottom: none; }
.sobre-col-ico { font-size: 1.2rem; margin-bottom: 8px; }
.sobre-col-ttl {
  font-family: var(--font-display);
  font-size: 1rem; font-weight: 400;
  color: var(--navy); margin-bottom: 4px;
}
.sobre-col-txt {
  font-size: 0.76rem; color: rgba(26,34,56,0.5);
  line-height: 1.6;
}

/* ==========================================
   DIFERENCIAIS
   ========================================== */
.dif {
  padding: 140px 0;
  background: var(--off-white);
}
.dif-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: flex-end;
  margin-bottom: 72px;
}
.dif-intro {
  font-size: 0.9rem; line-height: 1.85;
  color: rgba(26,34,56,0.55);
  align-self: flex-end;
}
.dif-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--navy-08);
}
.dif-item {
  background: var(--off-white);
  padding: 40px 28px;
  border-top: 3px solid transparent;
  transition: border-color 0.3s, background 0.3s;
  cursor: default;
}
.dif-item:hover {
  border-top-color: var(--navy);
  background: var(--white);
}
.dif-num {
  font-family: var(--font-display);
  font-size: 3.2rem; font-weight: 200;
  color: var(--navy-08);
  line-height: 1; margin-bottom: 20px;
  transition: color 0.3s;
}
.dif-item:hover .dif-num { color: var(--navy-15); }
.dif-ttl {
  font-family: var(--font-display);
  font-size: 1.2rem; font-weight: 400;
  color: var(--navy); margin-bottom: 12px;
}
.dif-txt {
  font-size: 0.8rem; line-height: 1.75;
  color: rgba(26,34,56,0.5);
}

/* ==========================================
   GALERIA
   ========================================== */
.gal {
  padding: 140px 0;
  background: var(--white);
}
.gal-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
}
.gal-link {
  font-family: var(--font-ui);
  font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--navy);
  display: flex; align-items: center; gap: 8px;
  border-bottom: 1px solid var(--navy);
  padding-bottom: 3px;
  transition: opacity 0.3s;
}
.gal-link:hover { opacity: 0.6; }
.gal-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-template-rows: 260px 260px;
  gap: 10px;
}
.gal-item {
  overflow: hidden; position: relative; cursor: pointer;
}
.gal-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.65s var(--ease), filter 0.45s;
  filter: grayscale(15%);
}
.gal-item:hover img {
  transform: scale(1.06);
  filter: grayscale(0%);
}
.gal-overlay {
  position: absolute; inset: 0;
  background: rgba(26,34,56,0);
  transition: background 0.4s;
  display: flex; align-items: flex-end;
  padding: 20px;
}
.gal-item:hover .gal-overlay { background: rgba(26,34,56,0.4); }
.gal-overlay span {
  font-family: var(--font-ui);
  font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--white);
  opacity: 0; transform: translateY(6px);
  transition: all 0.35s;
}
.gal-item:hover .gal-overlay span { opacity: 1; transform: none; }
.gal-item.big { grid-row: span 2; }

/* ==========================================
   PLANTAS
   ========================================== */
.plantas {
  padding: 140px 0;
  background: var(--navy-deep);
  position: relative;
  overflow: hidden;
}
.plantas::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 79px,
      rgba(255,255,255,0.025) 79px,
      rgba(255,255,255,0.025) 80px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 79px,
      rgba(255,255,255,0.025) 79px,
      rgba(255,255,255,0.025) 80px
    );
  pointer-events: none;
}
.plantas .container { position: relative; z-index: 2; }
.plantas-label { margin-bottom: 16px; }
.plantas-title { margin-bottom: 52px; }
.plantas-tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--white-10);
  margin-bottom: 56px;
}
.ptab {
  padding: 13px 32px;
  font-family: var(--font-ui);
  font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--white-50);
  background: none; border: none; cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: all 0.3s;
}
.ptab.on { color: var(--white); border-bottom-color: var(--white); }
.ptab:hover:not(.on) { color: var(--white-70); }
.pcontent { display: none; }
.pcontent.on {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.p-img-wrap {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--white-10);
  padding: 48px;
  aspect-ratio: 1;
  display: flex; align-items: center; justify-content: center;
}
.p-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.p-info {}
.p-type {
  font-family: var(--font-display);
  font-size: 3rem; font-weight: 200;
  color: var(--white); line-height: 1;
  margin: 14px 0 8px;
  letter-spacing: -0.01em;
}
.p-area {
  font-family: var(--font-ui);
  font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--white-50); margin-bottom: 24px;
}
.p-desc {
  font-size: 0.88rem; line-height: 1.85;
  color: var(--white-50); margin-bottom: 36px;
}
.p-feats {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 12px; margin-bottom: 44px;
}
.p-feat {
  display: flex; align-items: center; gap: 10px;
  font-size: 0.8rem; color: var(--white-70);
}
.p-feat::before {
  content: '';
  width: 5px; height: 5px; border-radius: 50%;
  background: rgba(255,255,255,0.35);
  flex-shrink: 0;
}
.p-cta {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--white); color: var(--navy);
  font-family: var(--font-ui); font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  padding: 15px 32px; border: none; cursor: pointer;
  transition: opacity 0.3s, transform 0.2s;
}
.p-cta:hover { opacity: 0.85; transform: translateY(-1px); }

/* ==========================================
   LOCALIZAÇÃO
   ========================================== */
.loc {
  padding: 140px 0;
  background: var(--white);
}
.loc .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  align-items: start;
}
.loc-text {}
.loc-label { margin-bottom: 18px; }
.loc-title { margin-bottom: 24px; }
.loc-desc {
  font-size: 0.9rem; line-height: 1.85;
  color: rgba(26,34,56,0.55); margin-bottom: 40px;
}
.loc-list { display: flex; flex-direction: column; }
.loc-item {
  display: flex; align-items: center; gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--navy-08);
}
.loc-icon {
  width: 44px; height: 44px;
  background: var(--navy);
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; flex-shrink: 0;
}
.loc-item-name {
  font-size: 0.85rem; font-weight: 500; color: var(--navy);
}
.loc-item-dist {
  font-family: var(--font-ui);
  font-size: 0.65rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(26,34,56,0.4); margin-top: 3px;
}
.loc-map {
  position: sticky; top: 120px;
  height: 520px; overflow: hidden;
}
.loc-map iframe {
  width: 100%; height: 100%;
  border: 0; display: block;
  filter: grayscale(30%) contrast(1.05);
  transition: filter 0.5s;
}
.loc-map:hover iframe { filter: grayscale(0%) contrast(1); }

/* ==========================================
   SEÇÃO CTA FINAL
   ========================================== */
.cta-banner {
  background: var(--navy);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: 'LOTUS';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-display);
  font-size: 22vw; font-weight: 200;
  color: rgba(255,255,255,0.025);
  letter-spacing: 0.1em;
  white-space: nowrap;
  pointer-events: none;
}
.cta-banner .container { position: relative; z-index: 2; }
.cta-banner .label { justify-content: center; margin-bottom: 20px; }
.cta-title {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4.5vw, 4rem);
  font-weight: 200;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}
.cta-title em { font-style: italic; color: var(--white-50); }
.cta-sub {
  font-size: 0.9rem; line-height: 1.8;
  color: var(--white-50);
  max-width: 520px; margin: 0 auto 48px;
}
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn-white {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--white); color: var(--navy);
  font-family: var(--font-ui); font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  padding: 16px 36px; border: none; cursor: pointer;
  transition: opacity 0.3s, transform 0.2s;
}
.btn-white:hover { opacity: 0.88; transform: translateY(-1px); }
.btn-ghost {
  display: inline-flex; align-items: center; gap: 10px;
  background: transparent; color: var(--white);
  font-family: var(--font-ui); font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  padding: 15px 36px;
  border: 1px solid var(--white-20);
  cursor: pointer; transition: all 0.3s;
}
.btn-ghost:hover { border-color: var(--white-50); background: var(--white-10); }

/* ==========================================
   FOOTER
   ========================================== */
.footer {
  background: var(--navy-deep);
  padding: 72px 0 36px;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  margin-bottom: 36px;
}
.footer-brand-name {
  font-family: var(--font-display);
  font-size: 1.7rem; font-weight: 200;
  color: var(--white); letter-spacing: 0.06em;
  margin-bottom: 4px;
}
.footer-brand-sub {
  font-family: var(--font-ui);
  font-size: 0.55rem; font-weight: 600;
  letter-spacing: 0.34em; text-transform: uppercase;
  color: var(--white-50); margin-bottom: 18px;
}
.footer-brand-desc {
  font-size: 0.78rem; line-height: 1.75;
  color: rgba(255,255,255,0.3); max-width: 270px;
}
.footer-col-ttl {
  font-family: var(--font-ui);
  font-size: 0.6rem; font-weight: 700;
  letter-spacing: 0.24em; text-transform: uppercase;
  color: rgba(255,255,255,0.3); margin-bottom: 20px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 12px; }
.footer-col ul li a {
  font-size: 0.8rem; color: rgba(255,255,255,0.4);
  transition: color 0.3s;
}
.footer-col ul li a:hover { color: rgba(255,255,255,0.8); }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
}
.footer-copy,
.footer-creci {
  font-size: 0.7rem; color: rgba(255,255,255,0.18);
  letter-spacing: 0.04em;
}

/* ==========================================
   RESPONSIVE
   ========================================== */

/* ── 1280px: tighten hero gap ── */
@media (max-width: 1280px) {
  .hero .container { gap: 36px; }
}

/* ── 1100px: hero goes 1 col, sidebar sections stack ── */
@media (max-width: 1100px) {
  .hero .container {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 120px;
    padding-bottom: 72px;
  }
  .hero-form-wrap { max-width: 520px; }
  .hero-stats { flex-wrap: wrap; gap: 28px; }
  .sobre .container,
  .loc .container { grid-template-columns: 1fr; gap: 56px; }
  .sobre-imgs { height: 400px; }
  .loc-map { position: static; height: 360px; }
  .dif-grid { grid-template-columns: repeat(2, 1fr); }
  .dif-head { grid-template-columns: 1fr; gap: 16px; }
  .numbers .container { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
}

/* ── 820px: proper mobile layout ── */
@media (max-width: 820px) {
  .container { padding: 0 20px; }

  /* Navbar */
  .nav-menu { display: none; }
  .nav-burger { display: flex; }

  /* Hero */
  .hero { min-height: auto; padding-bottom: 60px; }
  .hero .container {
    grid-template-columns: 1fr;
    padding-top: 100px;
    padding-bottom: 60px;
    gap: 36px;
  }
  .hero::before { font-size: 50vw; bottom: -4vw; }
  .hero-scroll { display: none; }
  .hero-title { font-size: clamp(2.4rem, 8vw, 3.2rem); }
  .hero-desc { font-size: 0.88rem; }
  .hero-stats { gap: 24px; }
  .hero-form-wrap { max-width: 100%; }
  .hero-form-card { padding: 24px 20px 20px; }
  .hf-head { margin-bottom: 20px; }
  .hf-title { font-size: 1.45rem; }
  .hf-row { grid-template-columns: 1fr 1fr; gap: 10px; }
  .hf-g { margin-bottom: 12px; }
  .hf-i, .hf-s { padding: 10px 12px; font-size: 0.85rem; }
  .hf-btn { padding: 14px 16px; }

  /* Numbers */
  .numbers .container { grid-template-columns: 1fr 1fr; }
  .number-item { padding: 28px 20px; }
  .number-val { font-size: 2.4rem; }

  /* Sobre */
  .sobre { padding: 72px 0; }
  .sobre-imgs { height: 320px; }
  .sobre-stamp { left: 0; }

  /* Diferenciais */
  .dif { padding: 72px 0; }
  .dif-grid { grid-template-columns: 1fr; }

  /* Galeria */
  .gal { padding: 72px 0; }
  .gal-head { flex-direction: column; align-items: flex-start; gap: 16px; }
  .gal-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .gal-item.big { grid-row: span 1; }

  /* Plantas */
  .plantas { padding: 72px 0; }
  .plantas-tabs { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .ptab { padding: 12px 20px; white-space: nowrap; }
  .pcontent.on { grid-template-columns: 1fr; gap: 32px; }
  .p-img-wrap { padding: 28px; aspect-ratio: 4/3; }
  .p-type { font-size: 2.4rem; }

  /* Localização */
  .loc { padding: 72px 0; }
  .loc-map { height: 280px; }

  /* CTA */
  .cta-banner { padding: 72px 0; }
  .cta-actions { flex-direction: column; align-items: center; gap: 12px; }
  .btn-white, .btn-ghost { width: 100%; max-width: 320px; justify-content: center; }
  .cta-title { font-size: clamp(2rem, 6vw, 2.8rem); }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
}

/* ── 480px: small phones ── */
@media (max-width: 480px) {
  .container { padding: 0 16px; }
  .hero .container { padding-top: 88px; }
  .hero-title { font-size: 2.2rem; }
  .hf-row { grid-template-columns: 1fr; }  /* nome e tel empilham */
  .hf-title { font-size: 1.3rem; }
  .hero-stats { flex-direction: column; gap: 16px; }
  .hero-stat { display: flex; gap: 12px; align-items: baseline; }
  .hero-stat-lbl { margin-top: 0; }
  .gal-grid { grid-template-columns: 1fr; }
  .numbers .container { grid-template-columns: 1fr 1fr; }
  .number-val { font-size: 2rem; }
  .sobre-imgs { height: 260px; }
  .sobre-img-b { display: none; }
  .sobre-stamp { display: none; }
  .p-feats { grid-template-columns: 1fr; }
  .dif-item { padding: 28px 20px; }
}