/* Santé Beach Home: identidade local (Grupo Zona Nova)
   Esqueleto do styles.css (Scenario/ÚNICCO) vestido com a paleta do Santé,
   extraída dos renders/fotos: teal-navy profundo + madeira/cognac + dourado +
   creme, com o teal #005b76 das plantas branded. Tudo escopado em body.sante.
*/

body.sante {
  --navy:        #06414F;
  --navy-2:      #0A6079;
  --navy-deep:   #042C36;
  --champagne:   #D9AF67;
  --champagne-2: #E7C892;
  --champagne-deep: #B0733F;
  --bg:          #F5EFE4;
  --bg-deep:     #EBE1CE;
  --paper:       #FFFBF3;
  --ink:         var(--navy);
  --ink-2:       #2E4A52;
  --muted:       #5E7178;
  --line:        rgba(6, 65, 79, 0.16);
  --line-2:      rgba(6, 65, 79, 0.08);
  /* teal das plantas branded / acento água */
  --agua:        #1B94A8;
  --agua-2:      #0A6079;
  --teal-planta: #005b76;

  background: var(--bg);
  color: var(--ink);
}

/* ============================================================
   GRAIN
   ============================================================ */
body.sante .grain { position: relative; overflow: hidden; }
body.sante .grain::before {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.06;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.45 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}
body.sante .grain > .container,
body.sante .contato.grain .contato-inner,
body.sante footer.grain .row,
body.sante footer.grain .legal { position: relative; z-index: 2; }
body.sante .hero.grain .stack,
body.sante .hero.grain .top-meta,
body.sante .hero.grain .scroll-cue { position: relative; z-index: 2; }

/* ============================================================
   HERO
   ============================================================ */
body.sante .hero.empreendimento { min-height: 94vh; min-height: 94svh; }
body.sante .hero.empreendimento .photo {
  background-image: url("assets/hero.webp");
  background-position: center 42%;
}
body.sante .hero.empreendimento .scrim {
  background:
    linear-gradient(180deg,
      rgba(4,44,54,0) 0%,
      rgba(4,44,54,0) 22%,
      rgba(4,44,54,0.34) 50%,
      rgba(4,44,54,0.72) 80%,
      rgba(4,44,54,0.93) 100%);
}
body.sante .hero .stack .eyebrow { color: var(--champagne); }
body.sante .hero h1 em { font-style: italic; color: var(--champagne-2); }

/* selo "Entregue / pronto para morar" no top-meta */
body.sante .top-meta .badge-pronto {
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--navy-deep);
  background: var(--champagne); padding: 6px 12px; border-radius: 999px;
  font-weight: 500;
}

/* ============================================================
   MARQUEE (teal)
   ============================================================ */
body.sante .sante-marquee {
  background: var(--teal-planta);
  color: var(--paper);
  border-top: 1px solid rgba(217,175,103,0.24);
  border-bottom: 1px solid rgba(217,175,103,0.24);
  overflow: hidden; padding: 16px 0; position: relative;
}
body.sante .sante-marquee .track {
  display: inline-flex; align-items: center; gap: 26px;
  white-space: nowrap; will-change: transform;
  animation: sante-marquee 44s linear infinite;
}
body.sante .sante-marquee span {
  font-family: var(--sans); font-weight: 300;
  font-size: 13px; letter-spacing: 0.26em; text-transform: uppercase;
}
body.sante .sante-marquee .dot { color: var(--champagne); opacity: 0.9; }
@keyframes sante-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { body.sante .sante-marquee .track { animation: none; } }

/* ============================================================
   MOLDURAS COM HOVER-ZOOM
   ============================================================ */
body.sante .sante-figrow {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 16px; margin-top: clamp(32px, 4vw, 56px);
}
body.sante .sante-figrow.tri { grid-template-columns: repeat(3, 1fr); margin-top: 16px; }
body.sante .frame {
  position: relative; overflow: hidden; margin: 0;
  background: var(--bg-deep);
  aspect-ratio: 4/3; cursor: zoom-in;
}
body.sante .sante-figrow .frame.wide { grid-column: 1 / -1; aspect-ratio: 21/9; }
body.sante .frame img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .8s cubic-bezier(.2,.6,.2,1);
}
body.sante .frame:hover img { transform: scale(1.06); }
body.sante .frame::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(4,44,54,0.76) 100%);
  opacity: 0; transition: opacity .4s ease; pointer-events: none;
}
body.sante .frame:hover::after { opacity: 1; }
body.sante .frame figcaption {
  position: absolute; left: 20px; bottom: 16px; z-index: 2;
  display: flex; flex-direction: column; gap: 3px; color: var(--paper);
  transform: translateY(8px); opacity: 0;
  transition: transform .4s ease, opacity .4s ease;
}
body.sante .frame:hover figcaption { transform: none; opacity: 1; }
body.sante .frame figcaption .s {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.22em;
  text-transform: uppercase; opacity: 0.85; color: var(--champagne-2);
}
body.sante .frame figcaption .n {
  font-family: var(--serif); font-style: italic; font-size: 22px; line-height: 1;
}
body.sante .frame figcaption .n,
body.sante .frame figcaption .s {
  text-shadow: 0 1px 3px rgba(3, 16, 20, 0.9), 0 2px 12px rgba(3, 16, 20, 0.6);
}
@media (max-width: 760px) {
  body.sante .sante-figrow,
  body.sante .sante-figrow.tri { grid-template-columns: 1fr; }
  body.sante .sante-figrow .frame.wide { aspect-ratio: 16/9; }
  body.sante .frame figcaption { opacity: 1; transform: none; }
  body.sante .frame::after { opacity: 1; }
}

/* ============================================================
   BENTO LAZER (usa a grade 6-cell base do styles.css)
   ============================================================ */
body.sante .club-grid .cell {
  transition: transform .6s cubic-bezier(.2,.6,.2,1), filter .5s ease;
}
body.sante .club-grid .cell:hover { transform: scale(1.012); filter: brightness(1.05); }
body.sante .club-grid .cell .cap { transform: translateY(6px); opacity: 0.92; transition: transform .4s ease, opacity .4s ease; }
body.sante .club-grid .cell:hover .cap { transform: none; opacity: 1; }

/* ============================================================
   PLANTAS: palco no TEAL da marca (as plantas já vêm nesse fundo)
   ============================================================ */
body.sante .plantas-stage,
body.sante .plantas-stage img { background: var(--teal-planta); }
body.sante .plantas-stage { height: 520px; }
body.sante .plantas-info .pi-fam { color: var(--agua); }

/* ============================================================
   APARTAMENTOS: tabela de tipologias
   ============================================================ */
body.sante .sante-tipos { margin-top: clamp(28px, 3.4vw, 48px); }
body.sante .sante-tipos table {
  width: 100%; border-collapse: collapse; font-size: 14.5px;
  background: var(--paper); border: 1px solid var(--line);
}
body.sante .sante-tipos th, body.sante .sante-tipos td {
  text-align: left; padding: 13px 16px; border-bottom: 1px solid var(--line-2);
}
body.sante .sante-tipos thead th {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--muted); background: var(--bg-deep);
}
body.sante .sante-tipos tbody td:first-child { font-weight: 500; color: var(--ink); }
body.sante .sante-tipos tbody td:nth-child(2) { font-family: var(--serif); font-size: 17px; color: var(--champagne-deep); }
body.sante .sante-tipos tbody tr:last-child td { border-bottom: none; }
body.sante .sante-tipos-note { margin: 16px 2px 0; font-size: 13px; line-height: 1.6; color: var(--muted); }
@media (max-width: 620px) {
  body.sante .sante-tipos table { font-size: 13px; }
  body.sante .sante-tipos th, body.sante .sante-tipos td { padding: 10px 11px; }
}

/* ============================================================
   TABELA: CTA band
   ============================================================ */
body.sante .sante-cta-band {
  margin-top: clamp(36px, 4vw, 56px);
  padding-top: 28px; border-top: 1px solid var(--line);
  display: grid; grid-template-columns: 1fr auto; gap: clamp(24px, 4vw, 56px);
  align-items: center;
}
body.sante .sante-cta-band p { margin: 0; max-width: 58ch; font-size: 14px; line-height: 1.65; color: var(--ink-2); }
@media (max-width: 760px) { body.sante .sante-cta-band { grid-template-columns: 1fr; } }

/* mapa na localização em formato paisagem */
body.sante .loc-grid .frame.map { aspect-ratio: 16/9; height: auto; min-height: 280px; background: var(--bg-deep); }
body.sante .loc-grid .frame.map img { object-fit: cover; }

/* ============================================================
   BRAND: selo monograma champagne sobre teal-navy
   ============================================================ */
body.sante .top .brand .selo,
body.sante footer .brand-foot .selo {
  background: #06414F url("../../assets/selo-cd.webp") center/84% no-repeat;
  border-radius: 50%; border: none; clip-path: none;
  box-shadow: 0 0 0 1px rgba(217,175,103,0.4);
}
body.sante .top .brand .selo::before,
body.sante footer .brand-foot .selo::before { content: none; }

body.sante footer { background: var(--navy-deep); }
body.sante footer .brand-foot small { color: var(--champagne); }

/* contato: imagem de fundo (piscina interna aquecida) */
body.sante .contato .bg {
  background: url("assets/piscina-interna.webp") center 45%/cover no-repeat;
  transform: scale(1.04);
}
