/* =========================================================
   Débora Dantas — Neuropsicóloga | Psicopedagoga
   Avaliação Neuropsicológica · Curitiba/PR · CRP 08/49098

   Design system extraído da logomarca:
     verde-sálvia (assinatura "Débora" e folhas da árvore)
     rosa-antigo  (tipografia "DANTAS")
     dourado      (hemisfério do cérebro)
     taupe        (tronco e raízes)
     off-white    (fundo da marca)
   ========================================================= */

:root {
  /* Neutros — off-white da marca */
  --cream:        #FBF9F8;
  --cream-2:      #F5EFEA;
  --cream-3:      #EDE3DC;
  --paper:        #FFFFFF;

  /* Verde-sálvia (folhas / assinatura) */
  --sage-900:     #2A3A2C;
  --sage-800:     #3A4D3C;
  --sage-700:     #4C6350;   /* BRAND — capa/hero */
  --sage-600:     #5F7862;
  --sage-500:     #879C88;   /* cor exata da logo */
  --sage-400:     #A5B6A4;
  --sage-soft:    #D6E0D4;

  /* Rosa-antigo (DANTAS) */
  --rose:         #C7918F;   /* cor exata da logo */
  --rose-deep:    #A8706E;
  --rose-ink:     #8C5A58;   /* rosa legível sobre creme */
  --rose-soft:    #EEDCDA;
  --rose-tint:    #F8EFEE;

  /* Dourado (cérebro) */
  --gold:         #DCBA64;   /* cor exata da logo */
  --gold-soft:    #ECD074;
  --gold-deep:    #A2722E;
  --gold-ink:     #8A6526;   /* dourado legível sobre creme */

  /* Taupe (tronco/raízes) */
  --taupe:        #A18D7A;

  --wa:           #25D366;
  --wa-dark:      #1eb257;

  /* Texto */
  --ink:          #35312B;
  --ink-soft:     #635C53;
  --ink-muted:    #948C81;
  --on-green:     #F3F1EC;
  --on-green-soft:#CBD5C7;

  --line:         rgba(53,49,43,.14);
  --line-soft:    rgba(53,49,43,.09);

  --serif: "Cormorant Garamond", "Cormorant", Georgia, serif;
  --sans:  "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  --radius:    4px;
  --radius-lg: 12px;
  --shadow-sm: 0 2px 10px rgba(53,49,43,.06);
  --shadow:    0 18px 50px -22px rgba(53,49,43,.30);
  --shadow-lg: 0 40px 80px -30px rgba(53,49,43,.38);

  --maxw: 1120px;
  --gutter: clamp(20px, 5vw, 52px);
  --header-h: 92px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.68;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  max-width: 100%;
}
/* height:auto neutraliza o atributo height="" do HTML, que sobrescreveria o
   aspect-ratio dos retratos e os esticaria no mobile */
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
ul, ol { list-style: none; padding: 0; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
section { position: relative; }
.section-pad { padding-block: clamp(54px, 6vw, 92px); }
.bg-cream   { background: var(--cream); }
.bg-cream2  { background: var(--cream-2); }
.bg-paper   { background: var(--paper); }
.bg-green   { background: var(--sage-700); color: var(--on-green); }
.bg-green.deep { background: var(--sage-800); }
.bg-rose    { background: var(--rose-tint); }

/* ---------- Tipografia ---------- */
h1,h2,h3,h4 { font-family: var(--serif); font-weight: 600; line-height: 1.14; letter-spacing: .004em; color: var(--ink); overflow-wrap: break-word; }
.bg-green h1, .bg-green h2, .bg-green h3 { color: #fff; }

.display { font-size: clamp(1.95rem, 4vw, 3.35rem); font-weight: 600; letter-spacing: .01em; line-height: 1.12; }
h2.title { font-size: clamp(1.95rem, 3.9vw, 3.05rem); line-height: 1.08; letter-spacing: 0; }
h3 { font-size: 1.35rem; font-weight: 600; }

/* Ênfase: no corpo → itálico sálvia; nos títulos → Poppins bold em rosa-antigo */
em, .accent-serif { font-style: italic; color: var(--sage-600); }
h1 em, h2 em, h3 em, h4 em, .display em, .title em {
  font-family: var(--sans); font-weight: 700; font-style: normal; letter-spacing: -.015em; color: var(--rose-ink); }
.bg-green em { color: var(--gold-soft); }
.bg-green h1 em, .bg-green h2 em, .bg-green h3 em { color: var(--gold); font-family: var(--sans); font-weight: 700; }

.eyebrow {
  font-family: var(--sans);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--rose-ink);
  display: inline-flex;
  align-items: center;
  gap: .8em;
}
.eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--rose); display: inline-block; }
.eyebrow.centered::after { content: ""; width: 34px; height: 1px; background: var(--rose); display: inline-block; }
.bg-green .eyebrow { color: var(--gold); }
.bg-green .eyebrow::before, .bg-green .eyebrow.centered::after { background: var(--gold); }

.lead { font-size: 1.04rem; color: var(--ink-soft); line-height: 1.65; }
.bg-green .lead { color: var(--on-green-soft); }

.section-head { max-width: 680px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head .eyebrow { margin-bottom: 20px; }
.section-head p { margin-top: 18px; }

/* ---------- Botões ---------- */
.btn {
  --bg: var(--sage-700); --fg: #fff;
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  background: var(--bg); color: var(--fg);
  font-family: var(--sans); font-weight: 600; font-size: .92rem; letter-spacing: .02em;
  padding: 15px 30px; border: 1px solid transparent; border-radius: 50px;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
  will-change: transform; white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -12px rgba(53,49,43,.45); }
.btn svg { width: 18px; height: 18px; }
.btn-rose    { --bg: var(--rose-deep); --fg: #fff; }
.btn-rose:hover { background: var(--rose-ink); }
.btn-gold    { --bg: var(--gold); --fg: #3E3213; }
.btn-gold:hover { background: var(--gold-deep); color:#fff; }
.btn-wa      { --bg: var(--wa); --fg: #fff; }
.btn-wa:hover{ background: var(--wa-dark); }
.btn-outline { background: transparent; color: var(--sage-700); border-color: var(--line); }
.btn-outline:hover { background: var(--sage-700); color:#fff; border-color: var(--sage-700); }
.bg-green .btn-outline { color: #fff; border-color: rgba(255,255,255,.32); }
.bg-green .btn-outline:hover { background:#fff; color: var(--sage-800); }
.btn-lg { padding: 17px 38px; font-size: 1rem; }

/* CTA principal — rosa-antigo da marca, com pulso e brilho */
.btn-cta {
  --bg: var(--rose-deep); --fg: #fff;
  position: relative; overflow: hidden;
  padding: 18px 42px; font-size: 1.06rem; font-weight: 700; letter-spacing: .015em;
  background: linear-gradient(135deg, #C8908D 0%, #B07875 52%, #98615E 100%);
  color: #fff; border: none;
  box-shadow: 0 14px 32px -10px rgba(152,97,94,.62);
  animation: ctaPulse 2.6s ease-in-out infinite;
}
.btn-cta .cta-ico {
  display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%;
  background: rgba(255,255,255,.24); animation: ctaWiggle 2.6s ease-in-out infinite;
}
.btn-cta .cta-ico svg { width: 16px; height: 16px; }
.btn-cta::after {
  content: ""; position: absolute; top: 0; left: -60%; width: 45%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.45), transparent);
  transform: skewX(-18deg); animation: ctaShine 3.4s ease-in-out infinite;
}
.btn-cta:hover { background: linear-gradient(135deg, #D5A19E 0%, #B07875 55%, #8A5451 100%);
  transform: translateY(-3px) scale(1.03); box-shadow: 0 22px 44px -10px rgba(152,97,94,.8); animation-play-state: paused; }
@keyframes ctaPulse {
  0%, 100% { box-shadow: 0 14px 32px -10px rgba(152,97,94,.62), 0 0 0 0 rgba(199,145,143,.55); }
  50%      { box-shadow: 0 16px 36px -10px rgba(152,97,94,.72), 0 0 0 16px rgba(199,145,143,0); }
}
@keyframes ctaWiggle { 0%,88%,100% { transform: rotate(0); } 92% { transform: rotate(-12deg); } 96% { transform: rotate(12deg); } }
@keyframes ctaShine { 0%, 62% { left: -60%; } 100% { left: 130%; } }

/* ============================================================
   HEADER — off-white da marca (a logo assenta sem emenda)
   ============================================================ */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: box-shadow .35s ease, padding .35s ease, background .35s ease;
  padding-block: 15px;
  background: rgba(251,249,248,.94);
  -webkit-backdrop-filter: saturate(1.4) blur(10px);
  backdrop-filter: saturate(1.4) blur(10px);
  border-bottom: 1px solid var(--line-soft);
}
.site-header.scrolled {
  box-shadow: 0 6px 24px -16px rgba(53,49,43,.5);
  padding-block: 10px;
  background: rgba(251,249,248,.97);
}
.nav { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }

/* lockup do menu: a PRÓPRIA logomarca (fontes Amigos + Cosen, como no logotipo)
   + descritor em Arial Narrow, a terceira fonte da identidade dela */
.brand { display: flex; align-items: center; gap: 11px; grid-column: 1; justify-self: start; }
.brand-logo { height: 44px; width: auto; display: block; flex: none; transition: height .35s ease; }
.site-header.scrolled .brand-logo { height: 38px; }
.brand-sub {
  display: flex; flex-direction: column; justify-content: center; line-height: 1.3;
  padding-left: 11px; border-left: 1px solid var(--line);
  font-family: "Arial Narrow", "Helvetica Neue Condensed", "Liberation Sans Narrow", Arial, sans-serif;
  font-stretch: condensed;
  font-size: .62rem; font-weight: 700; letter-spacing: .11em;
  text-transform: uppercase; color: var(--ink-muted); white-space: nowrap;
}
.brand-sub b { font-weight: 700; color: var(--sage-600); }

.nav-links { display: flex; align-items: center; gap: 19px; grid-column: 2; justify-self: center; }
.nav-links a { font-size: .86rem; font-weight: 600; color: var(--ink); position: relative; transition: color .2s; white-space: nowrap; }
.nav-links a::after { content:""; position:absolute; left:0; bottom:-6px; width:0; height:2px; background: var(--rose); transition: width .3s ease; }
.nav-links a:hover { color: var(--rose-ink); }
.nav-links a:hover::after { width: 100%; }
.nav-cta { display: flex; align-items: center; gap: 14px; grid-column: 3; justify-self: end; }
.nav-cta .nav-wa { padding: 11px 22px; font-size: .87rem; }
.nav-toggle { display: none; background: none; border: none; width: 42px; height: 42px; }
.nav-toggle span { display:block; width: 24px; height: 2px; background: var(--sage-800); margin: 5px auto; transition: .3s; border-radius: 2px; }

/* faixa apertada: menu ainda horizontal, mas sem espaço sobrando */
@media (min-width: 1025px) and (max-width: 1200px) {
  .nav { gap: 16px; }
  .nav-links { column-gap: 16px; }
  .nav-links a { font-size: .84rem; }
  .brand-logo { height: 40px; }
  .brand-sub { font-size: .56rem; letter-spacing: .08em; padding-left: 9px; }
  .brand { gap: 9px; }
  .nav-cta .nav-wa { padding: 10px 17px; font-size: .82rem; }
}

/* ============================================================
   HERO — capa verde-sálvia, retrato emoldurado
   ============================================================ */
.hero {
  position: relative; overflow: hidden; isolation: isolate;
  min-height: clamp(580px, 90vh, 880px);
  display: flex; align-items: center; color: var(--on-green);
  background: var(--sage-700);
}
.hero-glow { position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(48% 50% at 78% 28%, rgba(220,186,100,.20), rgba(220,186,100,0) 60%),
    radial-gradient(58% 60% at 16% 84%, rgba(199,145,143,.30), rgba(199,145,143,0) 64%),
    radial-gradient(80% 70% at 92% 92%, rgba(42,58,44,.5), rgba(42,58,44,0) 60%);
}
.hero-inner { position: relative; z-index: 3; width: 100%; max-width: 1160px; margin: 0 auto;
  padding: 128px clamp(22px, 5vw, 52px) 104px;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(30px, 5vw, 66px); align-items: center; }
.hero-content { max-width: 590px; animation: hero-up .9s cubic-bezier(.2,.7,.2,1) both; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: .8em; font-family: var(--sans); font-size: .74rem;
  font-weight: 700; letter-spacing: .24em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.hero-eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--gold); display: inline-block; }
.hero-title { margin: 0 0 16px; line-height: 1.06; font-weight: 600; }
.hero-title .t-thin { display: block; font-family: var(--serif); font-weight: 500;
  font-size: clamp(1.5rem, 2.5vw, 2.05rem); letter-spacing: .01em; color: var(--sage-soft); }
.hero-title .nowrap { white-space: nowrap; }
@media (max-width: 560px) { .hero-title .nowrap { white-space: normal; } }
.hero-title .t-bold { display: block; font-family: var(--sans); font-weight: 700;
  font-size: clamp(1.85rem, 3.7vw, 2.95rem); letter-spacing: -.015em; color: #fff; margin-top: .06em; }
.hero-title .t-bold em { font-style: normal; color: var(--gold); }
.hero-title em { font-family: var(--sans); font-weight: 700; font-style: normal; color: var(--gold); letter-spacing: -.01em; }
.hero-sub { font-family: var(--sans); font-weight: 400; font-size: 1.04rem;
  color: var(--on-green-soft); letter-spacing: 0; line-height: 1.6; max-width: 34em; margin-bottom: 24px; }
.hero-sub strong { color: #fff; font-weight: 600; }
.hero-points { display: grid; gap: 7px; margin-bottom: 32px; }
.hero-points li { position: relative; display: flex; gap: 12px; align-items: flex-start; font-family: var(--sans);
  font-size: 1.04rem; line-height: 1.4; color: var(--on-green); font-weight: 500; }
.hero-points svg { flex: none; width: 22px; height: 22px; color: var(--gold); margin-top: 2px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-actions .btn-cta { padding: 20px 48px; font-size: 1.14rem; }
.hero-actions .btn-cta .cta-ico { width: 28px; height: 28px; }

.hero-media { position: relative; justify-self: center; width: 100%; max-width: 430px;
  animation: hero-up 1s cubic-bezier(.2,.7,.2,1) .12s both; }
.hero-blob { position: absolute; z-index: 0; inset: -12% -10% -6% -8%; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(220,186,100,.36), rgba(220,186,100,0) 72%);
  filter: blur(6px); animation: heroGlow 7s ease-in-out infinite; }
.hero-frame-wrap { position: relative; z-index: 1; animation: heroFloat 6.5s ease-in-out infinite; }
.hero-ring { position: absolute; z-index: 0; top: 50%; left: 50%; width: 122%; aspect-ratio: 1;
  transform: translate(-50%, -50%); border-radius: 50%; border: 1px solid rgba(220,186,100,.45);
  pointer-events: none; animation: heroRing 30s linear infinite; }
.hero-ring::after { content: ""; position: absolute; top: -5px; left: 50%; width: 10px; height: 10px; margin-left: -5px;
  border-radius: 50%; background: var(--gold); box-shadow: 0 0 14px 3px rgba(220,186,100,.6); }
.hero-frame { position: relative; z-index: 1; width: 100%; aspect-ratio: 4/5;
  border-radius: 24px 24px 20px 20px; overflow: hidden; border: 6px solid #fff; background: #fff;
  box-shadow: 0 34px 74px -30px rgba(24,32,22,.6), 0 8px 22px -12px rgba(24,32,22,.4); }
.hero-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 16%; }
.hero-tag { position: absolute; z-index: 3; left: 50%; bottom: 16px; transform: translateX(-50%);
  background: var(--gold); color: #3E3213; font-family: var(--sans); font-weight: 700;
  font-size: .98rem; letter-spacing: .01em; padding: 11px 26px; border-radius: 50px;
  box-shadow: 0 12px 26px -10px rgba(24,32,22,.5), inset 0 0 0 1px rgba(255,255,255,.35); white-space: nowrap;
  animation: heroTag 6.5s ease-in-out .4s infinite; }
@keyframes heroTag { 0%,100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, -6px); } }
.hero-wave { position: absolute; left: 0; bottom: -1px; z-index: 4; width: 100%;
  height: clamp(46px, 6vw, 88px); color: var(--cream-2); pointer-events: none; display: block; }
@keyframes hero-up { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes heroFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes heroGlow { 0%,100% { opacity: .5; transform: scale(1); } 50% { opacity: .8; transform: scale(1.04); } }
@keyframes heroRing { to { transform: translate(-50%, -50%) rotate(360deg); } }

/* ---------- Faixa de confiança ---------- */
.trust { border-bottom: 1px solid var(--line-soft); background: var(--cream-2); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding-block: 32px; }
.trust-item { display: flex; align-items: center; gap: 14px; justify-content: center; text-align: left; }
.trust-item svg { width: 27px; height: 27px; color: var(--rose-deep); flex: none; }
.trust-item .t { font-family: var(--serif); font-size: 1.3rem; font-weight: 700; color: var(--ink); line-height: 1.05; }
.trust-item .s { font-size: .82rem; color: var(--ink-muted); }
.trust-item + .trust-item { border-left: 1px solid var(--line-soft); }

/* ============================================================
   INTRO (foto do espaço + texto) — 2ª seção
   ============================================================ */
.intro-split { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(32px, 5vw, 66px); align-items: center; margin-bottom: clamp(44px, 5vw, 64px); }
.intro-copy .title { font-size: clamp(1.95rem, 3.9vw, 3.05rem); }
.photo-frame { position: relative; width: 100%; max-width: 340px; margin-inline: auto; aspect-ratio: 3/4;
  border-radius: 22px; overflow: hidden; border: 6px solid #fff; background: var(--cream-2);
  box-shadow: 0 34px 74px -30px rgba(24,32,22,.5), 0 8px 22px -12px rgba(24,32,22,.35); }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; }
.photo-frame::after { content: ""; position: absolute; inset: 0; border-radius: 16px; pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(220,186,100,.35); }
.photo-tag { position: absolute; left: 12px; bottom: 12px; z-index: 2;
  background: rgba(42,58,44,.84); color: #fff; font-size: .74rem; font-weight: 600; letter-spacing: .01em;
  padding: 7px 13px; border-radius: 50px; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
@media (max-width: 1024px) {
  .intro-split { grid-template-columns: 1fr; gap: 34px; text-align: center; }
  .intro-copy .eyebrow { justify-content: center; }
  .photo-frame { max-width: 300px; }
}

/* ---------- tags de serviço ---------- */
.svc-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 4px 0 24px; }
.svc-tags span { font-size: .76rem; font-weight: 600; color: var(--sage-700);
  background: var(--sage-soft); border: 1px solid rgba(95,120,98,.28); padding: 6px 12px; border-radius: 50px; }

/* ============================================================
   SPLITS (imagem + texto)
   ============================================================ */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 5vw, 72px); align-items: center; }
.split.rev .split-media { order: -1; }
.approach-media, .about-media, .ben-media { max-width: 400px; width: 100%; margin-inline: auto; }
.approach-media { position: relative; }
.approach-media img { border-radius: 12px 12px 120px 12px; box-shadow: var(--shadow-lg); aspect-ratio: 4/5; object-fit: cover; width:100%; }
.approach-media .tag {
  position: absolute; right: -18px; top: 30px; background: var(--gold); color: #3E3213;
  font-family: var(--serif); font-size: 1.2rem; font-weight: 700; padding: 14px 22px; border-radius: 10px;
  box-shadow: var(--shadow); text-align: center; line-height: 1.1;
}
.approach-media .tag small { display:block; font-family: var(--sans); font-size: .6rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 700; opacity:.75; }

/* variante paisagem — para as fotos do espaço */
.media-wide { max-width: 520px; width: 100%; margin-inline: auto; position: relative; }
.media-wide img { border-radius: 12px 12px 96px 12px; box-shadow: var(--shadow-lg); aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.media-wide.flip img { border-radius: 96px 12px 12px 12px; }

/* pílulas de funções cognitivas */
.pill-cloud { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.pill { font-size: .84rem; font-weight: 600; padding: 9px 16px; border-radius: 50px; }
.bg-green .pill { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.2); color: var(--on-green); }
.bg-cream .pill, .bg-cream2 .pill { background: var(--paper); border: 1px solid var(--line-soft); color: var(--sage-700); box-shadow: var(--shadow-sm); }

/* grid de demandas */
.demand-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 40px; }
.demand-grid .dm { display: flex; align-items: center; gap: 12px; padding: 15px 18px; border-radius: 12px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); font-size: .92rem; font-weight: 500; color: var(--on-green);
  transition: background .25s, transform .25s; }
.demand-grid .dm:hover { background: rgba(255,255,255,.12); transform: translateY(-3px); }
.demand-grid .dm .dot { flex:none; width: 9px; height: 9px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(220,186,100,.18); }
.bg-cream .demand-grid .dm, .bg-cream2 .demand-grid .dm {
  background: var(--paper); border: 1px solid var(--line-soft); color: var(--ink-soft); box-shadow: var(--shadow-sm); }
.bg-cream .demand-grid .dm .dot, .bg-cream2 .demand-grid .dm .dot { background: var(--rose); box-shadow: 0 0 0 4px rgba(199,145,143,.18); }
.bg-cream .demand-grid .dm:hover, .bg-cream2 .demand-grid .dm:hover { background: var(--paper); box-shadow: var(--shadow); }

/* ============================================================
   CHIPS — cascata de entrada
   ============================================================ */
.pill-cloud, .svc-tags { justify-content: center; }
.chips-block.reveal { opacity: 1; transform: none; }
.demand-grid.reveal { opacity: 1; transform: none; }
.pill-cloud .pill, .svc-tags span, .demand-grid .dm {
  opacity: 0; animation-fill-mode: both;
  transition: box-shadow .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}
.reveal.in .pill-cloud .pill,
.reveal.in .svc-tags span,
.demand-grid.reveal.in .dm {
  animation-name: chipPop; animation-duration: .5s; animation-timing-function: cubic-bezier(.2,.85,.3,1.4);
}
@keyframes chipPop { from { opacity: 0; transform: scale(.7) translateY(14px); } to { opacity: 1; transform: none; } }
.pill-cloud .pill:hover, .svc-tags span:hover, .demand-grid .dm:hover { box-shadow: 0 9px 20px -8px rgba(53,49,43,.35); }
.pill-cloud .pill:nth-child(1), .svc-tags span:nth-child(1), .demand-grid .dm:nth-child(1) { animation-delay: .05s; }
.pill-cloud .pill:nth-child(2), .svc-tags span:nth-child(2), .demand-grid .dm:nth-child(2) { animation-delay: .10s; }
.pill-cloud .pill:nth-child(3), .svc-tags span:nth-child(3), .demand-grid .dm:nth-child(3) { animation-delay: .15s; }
.pill-cloud .pill:nth-child(4), .svc-tags span:nth-child(4), .demand-grid .dm:nth-child(4) { animation-delay: .20s; }
.pill-cloud .pill:nth-child(5), .svc-tags span:nth-child(5), .demand-grid .dm:nth-child(5) { animation-delay: .25s; }
.pill-cloud .pill:nth-child(6), .svc-tags span:nth-child(6), .demand-grid .dm:nth-child(6) { animation-delay: .30s; }
.pill-cloud .pill:nth-child(7), .demand-grid .dm:nth-child(7) { animation-delay: .35s; }
.pill-cloud .pill:nth-child(8), .demand-grid .dm:nth-child(8) { animation-delay: .40s; }
.pill-cloud .pill:nth-child(9), .demand-grid .dm:nth-child(9) { animation-delay: .45s; }
.pill-cloud .pill:nth-child(10) { animation-delay: .50s; }
.pill-cloud .pill:nth-child(11) { animation-delay: .55s; }
.pill-cloud .pill:nth-child(12) { animation-delay: .60s; }
@media (prefers-reduced-motion: reduce) {
  .pill-cloud .pill, .svc-tags span, .demand-grid .dm { opacity: 1 !important; animation: none !important; }
}

.cta-band { text-align: center; margin-top: 54px; }
.cta-band .q { font-family: var(--serif); font-size: clamp(1.7rem,3.4vw,2.5rem); font-weight: 600; color: var(--sage-700); max-width: 18em; margin: 0 auto 12px; line-height: 1.2; letter-spacing: .01em; }
.cta-band .q em { font-family: var(--sans); font-weight: 700; font-style: normal; color: var(--rose-ink); letter-spacing: -.015em; }
.bg-green .cta-band .q { color: #fff; }
.bg-green .cta-band .q em { color: var(--gold); }
.cta-band p { color: var(--ink-soft); margin-bottom: 26px; }
.bg-green .cta-band p { color: var(--on-green-soft); }

/* ============================================================
   PARA QUEM É — cards por fase da vida
   ============================================================ */
.who-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 46px; }
.who-card { position: relative; overflow: hidden; text-align: center;
  background: var(--paper); border: 1px solid var(--line-soft); border-radius: 16px;
  padding: 32px 24px 28px; box-shadow: var(--shadow-sm);
  transition: transform .35s ease, box-shadow .35s ease; }
.who-card::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 4px;
  background: linear-gradient(90deg, var(--rose), var(--sage-500)); transform: scaleX(0); transform-origin: left; transition: transform .4s ease; }
.who-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.who-card:hover::after { transform: scaleX(1); }
.who-card .wico { width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 18px; display: grid; place-items: center; color: #fff;
  background: linear-gradient(150deg, var(--sage-600), var(--sage-800));
  box-shadow: inset 0 0 0 1px rgba(220,186,100,.3), 0 10px 22px -12px rgba(42,58,44,.6);
  transition: transform .4s cubic-bezier(.2,.8,.2,1), background .4s ease; }
.who-card .wico svg { width: 30px; height: 30px; fill: none; stroke: #fff; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transform-origin: center; }
.who-card:hover .wico { transform: translateY(-2px) scale(1.08); background: linear-gradient(150deg, var(--rose), var(--rose-deep)); }
.who-card h3 { font-size: 1.3rem; margin-bottom: 8px; color: var(--ink); }
.who-card .age { display: inline-block; font-family: var(--sans); font-size: .68rem; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; color: var(--rose-ink); margin-bottom: 8px; }
.who-card p { font-size: 1rem; color: var(--ink-soft); line-height: 1.55; }
.who-grid .who-card:nth-child(1) .wico svg { animation: tlBreathe 4.4s ease-in-out infinite; }
.who-grid .who-card:nth-child(2) .wico svg { animation: tlFloat 4s ease-in-out infinite; }
.who-grid .who-card:nth-child(3) .wico svg { animation: tlBreathe 4.6s ease-in-out .4s infinite; }
.who-grid .who-card:nth-child(4) .wico svg { animation: tlScan 4s ease-in-out infinite; }
@media (max-width: 1024px) { .who-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .who-grid { grid-template-columns: 1fr; max-width: 360px; margin-inline: auto; } }

/* ============================================================
   COMO FUNCIONA (3 passos)
   ============================================================ */
.steps3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 50px; }
.step {
  position: relative; padding: 40px 30px 34px; border-radius: 18px;
  background: var(--paper); border: 1px solid var(--line-soft); box-shadow: var(--shadow-sm);
  transition: transform .35s ease, box-shadow .35s ease;
}
.step:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.step .n { font-family: var(--serif); font-size: 3.4rem; font-weight: 700; color: var(--rose); line-height: 1; margin-bottom: 14px; }
.step .sico { position: absolute; top: 34px; right: 30px; color: var(--sage-400); }
.step .sico svg { width: 34px; height: 34px; }
.step h4 { font-size: 1.3rem; margin-bottom: 10px; color: var(--ink); }
.step p { color: var(--ink-soft); font-size: 1.04rem; line-height: 1.6; }

/* ============================================================
   SOBRE
   ============================================================ */
.about-media { position: relative; }
.about-media img { border-radius: 12px 12px 12px 120px; box-shadow: var(--shadow-lg); aspect-ratio: 4/5; object-fit: cover; width:100%; object-position: 50% 12%; }
.about-media .crp {
  position: absolute; left: -20px; bottom: 34px; background: var(--sage-700); color: #fff;
  padding: 16px 22px; border-radius: 12px; box-shadow: var(--shadow); text-align:center;
}
.about-media .crp .n { font-family: var(--serif); font-size: 1.5rem; font-weight:700; line-height:1.1; color: var(--gold); }
.about-media .crp .l { font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; color: var(--on-green-soft); margin-top:5px; }
.about-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 40px; margin-top: 30px; }
.about-cols h4 { font-family: var(--sans); font-size: .78rem; letter-spacing:.16em; text-transform: uppercase; color: var(--rose-ink); font-weight: 700; margin-bottom: 14px; }
.mini-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 1rem; color: var(--ink-soft); margin-bottom: 9px; }
.mini-list .d { flex:none; width:6px; height:6px; border-radius:50%; background: var(--rose); margin-top: 9px; }
.about blockquote { font-family: var(--serif); font-size: clamp(1.3rem,2.5vw,1.85rem); font-style: italic; color: var(--sage-600); line-height: 1.32; margin: 28px 0; padding-left: 22px; border-left: 3px solid var(--rose); letter-spacing: .01em; }

/* ============================================================
   TIMELINE — etapas da avaliação
   ============================================================ */
.timeline { position: relative; max-width: 780px; margin: 54px auto 0; padding: 0; }
.timeline::before { content: ""; position: absolute; left: 31px; top: 26px; bottom: 30px; width: 3px;
  background: linear-gradient(180deg, var(--rose) 0%, var(--sage-500) 100%); border-radius: 3px; }
.tl-step { position: relative; padding: 0 0 26px 96px; }
.tl-step:last-child { padding-bottom: 0; }
.tl-marker { position: absolute; left: 0; top: 0; width: 64px; height: 64px; border-radius: 50%;
  background: linear-gradient(150deg, var(--rose), var(--rose-deep)); color: #fff;
  display: grid; place-items: center; z-index: 1;
  box-shadow: 0 12px 26px -10px rgba(168,112,110,.75), inset 0 0 0 1px rgba(255,255,255,.25);
  transition: transform .4s cubic-bezier(.2,.8,.2,1), box-shadow .4s ease; }
.tl-marker::after { content: ""; position: absolute; inset: -6px; border-radius: 50%;
  border: 1.5px solid rgba(199,145,143,.5); opacity: 0; transition: opacity .4s ease, transform .4s ease; }
.tl-ico { display: grid; place-items: center; }
.tl-ico svg { width: 32px; height: 32px; fill: none; stroke: #fff; stroke-width: 1.8;
  stroke-linecap: round; stroke-linejoin: round; transform-origin: center; will-change: transform; }
.tl-num { position: absolute; top: -5px; right: -5px; width: 25px; height: 25px; border-radius: 50%;
  background: var(--sage-700); color: #fff; font-family: var(--sans); font-size: .78rem; font-weight: 700;
  display: grid; place-items: center; border: 2px solid var(--cream-2); box-shadow: 0 3px 8px -3px rgba(53,49,43,.5); }
.tl-body { background: var(--paper); border: 1px solid var(--line-soft); border-radius: var(--radius-lg);
  padding: 20px 26px; box-shadow: var(--shadow-sm); position: relative;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }
.tl-body::before { content: ""; position: absolute; left: -8px; top: 26px; width: 15px; height: 15px;
  background: var(--paper); border-left: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft);
  transform: rotate(45deg); transition: border-color .35s ease; }
.tl-kicker { display: inline-block; font-family: var(--sans); font-size: .68rem; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase; color: var(--rose-ink); margin-bottom: 6px; }
.tl-step h3 { font-size: 1.3rem; margin-bottom: 6px; color: var(--ink); }
.tl-step p { font-size: 1.04rem; color: var(--ink-soft); line-height: 1.6; }
.tl-step:hover .tl-marker { transform: scale(1.09); box-shadow: 0 16px 32px -10px rgba(168,112,110,.9); }
.tl-step:hover .tl-marker::after { opacity: 1; transform: scale(1.02); }
.tl-step:hover .tl-body { transform: translateX(5px); box-shadow: var(--shadow); border-color: transparent; }
.tl-cta { text-align: center; margin-top: 46px; }
.tl-step:nth-child(1) .tl-ico svg { animation: tlBreathe 4s ease-in-out infinite; }
.tl-step:nth-child(2) .tl-ico svg { animation: tlBeat 2.8s ease-in-out infinite; }
.tl-step:nth-child(3) .tl-ico svg { animation: tlScan 3.4s ease-in-out infinite; }
.tl-step:nth-child(4) .tl-ico svg { animation: tlFloat 3.6s ease-in-out infinite; }
.tl-step:nth-child(5) .tl-ico svg { animation: tlPulse 3s ease-in-out infinite; }
@keyframes tlBreathe { 0%,100%{ transform: scale(1);} 50%{ transform: scale(1.12);} }
@keyframes tlBeat { 0%,100%{ transform: scale(1);} 14%{ transform: scale(1.2);} 28%{ transform: scale(1);} 42%{ transform: scale(1.12);} 56%{ transform: scale(1);} }
@keyframes tlScan { 0%,100%{ transform: translate(-1.5px,-1.5px) rotate(-5deg);} 50%{ transform: translate(1.5px,1.5px) rotate(5deg);} }
@keyframes tlFloat { 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(-4px);} }
@keyframes tlPulse { 0%,100%{ transform: scale(1); opacity:1;} 50%{ transform: scale(1.1); opacity:.82;} }
.tl-step.reveal { opacity: 1; transform: none; }
.tl-step.reveal .tl-marker { opacity: 0; transform: scale(.3);
  transition: opacity .45s ease, transform .6s cubic-bezier(.34,1.56,.64,1); }
.tl-step.reveal .tl-body { opacity: 0; transform: translateX(-30px) scale(.97); transform-origin: left center;
  transition: opacity .6s ease .12s, transform .6s cubic-bezier(.2,.85,.25,1) .12s; }
.tl-step.reveal.in .tl-marker { opacity: 1; transform: scale(1); }
.tl-step.reveal.in .tl-body { opacity: 1; transform: none; }

/* ============================================================
   AVALIAÇÕES DO GOOGLE
   ============================================================ */
.reviews-embed { margin-top: 44px; }
.reviews-cta { max-width: 640px; margin: 0 auto; text-align: center; background: var(--paper);
  border: 1px solid var(--line-soft); border-radius: 18px; padding: clamp(32px,5vw,48px); box-shadow: var(--shadow-sm); }
.reviews-cta .g-badge { font-family: var(--serif); font-size: 2.5rem; font-weight: 700; }
.reviews-cta .g-badge .b{color:#4285F4}.reviews-cta .g-badge .r{color:#EA4335}.reviews-cta .g-badge .y{color:#FBBC05}.reviews-cta .g-badge .g2{color:#34A853}
.reviews-cta .stars { color: var(--gold-deep); letter-spacing: 3px; font-size: 1.25rem; margin: 10px 0 4px; }
.reviews-cta h3 { font-size: 1.5rem; margin-bottom: 8px; }
.reviews-cta p { color: var(--ink-soft); font-size: 1.04rem; margin: 0 auto 22px; max-width: 44ch; }

/* ============================================================
   GALERIA DO ESPAÇO
   ============================================================ */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 188px; gap: 14px; margin-top: 42px; }
.gallery figure { overflow: hidden; border-radius: var(--radius-lg); position: relative; background: var(--cream-2); }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.gallery figure:hover img { transform: scale(1.07); }
.gallery .big { grid-column: span 2; grid-row: span 2; }
.gallery .tall { grid-row: span 2; }
.gallery .wide { grid-column: span 2; }
.gallery .xwide { grid-column: span 3; }
.gallery figure::after { content:""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(30,38,28,.5)); opacity:0; transition: opacity .4s; }
.gallery figure:hover::after { opacity: 1; }

/* ============================================================
   LOCAL E HORÁRIOS
   ============================================================ */
.locs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 44px; }
.loc-card { background: var(--paper); border: 1px solid var(--line-soft); border-radius: 18px; padding: 30px 30px;
  box-shadow: var(--shadow-sm); display: flex; gap: 18px; align-items: flex-start; }
.loc-card .lic { flex:none; width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center; color:#fff;
  background: linear-gradient(150deg, var(--sage-600), var(--sage-800)); }
.loc-card .lic svg { width: 26px; height: 26px; }
.loc-card h4 { font-size: 1.3rem; margin-bottom: 6px; }
.loc-card .addr { font-size: .95rem; color: var(--ink-soft); margin-bottom: 12px; }
.loc-card .hours { display: grid; gap: 5px; font-size: .88rem; color: var(--ink-soft); }
.loc-card .hours b { color: var(--ink); font-weight: 600; }
.loc-card .lk { display: inline-flex; align-items: center; gap: 7px; margin-top: 14px; font-size: .86rem; font-weight: 700; color: var(--rose-ink); }
.loc-card .lk svg { width: 15px; height: 15px; }
.loc-card .lk:hover { text-decoration: underline; }

/* ============================================================
   FAQ
   ============================================================ */
.faq-accordion { max-width: 780px; margin: 44px auto 0; display: grid; gap: 12px; }
.faq-q { background: var(--paper); border: 1px solid var(--line-soft); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm); overflow: hidden; transition: box-shadow .3s ease, border-color .3s ease; }
.faq-q[open] { box-shadow: var(--shadow); border-color: transparent; }
.faq-q summary { list-style: none; cursor: pointer; padding: 20px 24px; display: flex; align-items: center;
  justify-content: space-between; gap: 18px; font-family: var(--serif); font-size: 1.3rem; font-weight: 600;
  color: var(--ink); transition: color .2s ease; }
.faq-q summary::-webkit-details-marker { display: none; }
.faq-q summary:hover, .faq-q[open] summary { color: var(--rose-ink); }
.faq-q summary::after { content: ""; flex: none; width: 10px; height: 10px; margin-right: 3px;
  border-right: 2.5px solid var(--rose); border-bottom: 2.5px solid var(--rose);
  transform: rotate(45deg) translate(-2px, -2px); transition: transform .3s ease; }
.faq-q[open] summary::after { transform: rotate(-135deg) translate(-1px, -1px); }
.faq-a { padding: 0 24px 22px; }
.faq-a p { margin: 0; font-size: 1.04rem; color: var(--ink-soft); line-height: 1.65; }
.faq-q[open] .faq-a { animation: faqOpen .35s ease; }
@keyframes faqOpen { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
.faq-cta { text-align: center; margin-top: 42px; }
.faq-cta p { color: var(--ink-soft); font-size: 1.04rem; margin-bottom: 18px; }

/* ============================================================
   CONTATO + MAPA
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px,6vw,72px); align-items: center; }
.contact-kicker { font-family: var(--sans); font-size: .95rem; font-weight: 600; color: #fff; margin-top: 22px; }
.contact-list { display: grid; gap: 8px; margin-top: 14px; }
.contact-list a, .contact-list li { display: flex; align-items: center; gap: 16px; padding: 16px 20px; border-radius: 12px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); transition: background .25s, transform .25s; }
.contact-list a:hover { background: rgba(255,255,255,.1); transform: translateX(4px); }
.contact-list .ic { width: 44px; height: 44px; border-radius: 50%; background: rgba(220,186,100,.18); color: var(--gold); display:grid; place-items:center; flex:none; }
.contact-list .ic svg { width: 20px; height: 20px; }
.contact-list a > span:last-child, .contact-list li > span:last-child { display: flex; flex-direction: column; line-height: 1.3; }
.contact-list .k { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--on-green-soft); }
.contact-list .v { font-size: 1rem; color: #fff; font-weight: 600; overflow-wrap: anywhere; }

.map-card { border-radius: 18px; overflow: hidden; border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 30px 70px -30px rgba(0,0,0,.55); background: var(--paper); }
.map-card iframe { display: block; width: 100%; height: clamp(300px, 42vw, 440px); border: 0; }
.map-foot { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap;
  padding: 16px 20px; background: var(--paper); }
.map-foot .a { font-size: .88rem; color: var(--ink-soft); line-height: 1.4; }
.map-foot .a b { display: block; color: var(--ink); font-weight: 700; font-size: .96rem; }
.map-foot .btn { padding: 11px 20px; font-size: .84rem; }

.contact-cta { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-lg); padding: clamp(30px,4vw,48px); text-align: center; }
.contact-cta .eyebrow { justify-content: center; margin-bottom: 18px; }
.contact-cta h3 { color:#fff; font-size: clamp(1.7rem,3vw,2.4rem); margin-bottom: 14px; }
.contact-cta p { color: var(--on-green-soft); margin-bottom: 26px; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--sage-900); color: var(--on-green-soft); padding-block: 54px 30px; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 30px; flex-wrap: wrap; padding-bottom: 34px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-brand { max-width: 360px; }
.footer-logo { background: var(--cream); border-radius: 14px; padding: 16px 20px; display: inline-block;
  box-shadow: 0 14px 30px -18px rgba(0,0,0,.7); }
.footer-logo img { width: 190px; height: auto; }
.footer-brand p { margin-top: 18px; font-size: .9rem; line-height: 1.6; }
.footer-social { display: flex; gap: 12px; margin-top: 20px; }
.footer-social a { width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255,255,255,.16); display: grid; place-items: center; color: var(--on-green-soft); transition: .25s; }
.footer-social a:hover { background: var(--rose); color: var(--sage-900); border-color: var(--rose); transform: translateY(-3px); }
.footer-social svg { width: 19px; height: 19px; }
.footer-nav { display: flex; gap: 50px; flex-wrap: wrap; }
.footer-nav h5 { font-family: var(--sans); font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; font-weight: 700; }
.footer-nav a, .footer-nav span.fi { display: block; font-size: .9rem; margin-bottom: 10px; color: var(--on-green-soft); transition: color .2s; }
.footer-nav a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; padding-top: 22px; font-size: .8rem; color: var(--on-green-soft); }
.footer-bottom a { color: var(--gold); }

/* ---------- WhatsApp flutuante ---------- */
/* REGRA DE OURO deste botão: o alvo de toque é uma caixa fixa, ESTÁTICA e
   SEMPRE PRESENTE. No WebKit (iPhone), um position:fixed que MUDA DE ESTADO
   depois que a página já rolou fica com a área de toque desatualizada: ele é
   desenhado no lugar certo, mas o toque é testado no lugar antigo — e o
   primeiro toque se perde. Por isso, aqui: nada de transform, nada de
   animação infinita, nada de opacity/visibility alternando. */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  display: inline-flex; align-items: center; gap: 9px;
  height: 54px; padding: 0 22px 0 15px; border-radius: 50px;
  background: var(--wa); color: #fff; font-weight: 700; font-size: .95rem; letter-spacing: .01em;
  box-shadow: 0 12px 30px -8px rgba(37,211,102,.6);
  transition: background .25s ease;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0,0,0,.12);
}
.wa-float:active { background: var(--wa-dark); }
.wa-float svg { width: 26px; height: 26px; flex: none; }
.wa-float-label { white-space: nowrap; }

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; } .reveal.d3 { transition-delay: .24s; } .reveal.d4 { transition-delay: .32s; }

/* ---------- Lightbox ---------- */
.gallery img, .hero-frame img, .approach-media img, .about-media img, .media-wide img, .photo-frame img { cursor: zoom-in; }
.lightbox { position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center;
  padding: clamp(16px, 4vw, 44px); background: rgba(26,34,24,.9); -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px);
  cursor: zoom-out; opacity: 0; transition: opacity .3s ease; }
.lightbox.open { display: flex; opacity: 1; }
.lightbox img { max-width: min(94vw, 1040px); max-height: 90vh; width: auto; height: auto; border-radius: 10px;
  box-shadow: 0 40px 90px -20px rgba(0,0,0,.6); cursor: default; animation: lbIn .35s cubic-bezier(.2,.8,.2,1); }
@keyframes lbIn { from { opacity: 0; transform: scale(.94); } to { opacity: 1; transform: none; } }
.lightbox-close { position: absolute; top: clamp(14px,3vw,24px); right: clamp(14px,3vw,26px);
  width: 46px; height: 46px; border-radius: 50%; border: none; background: rgba(255,255,255,.16); color: #fff;
  font-size: 1.7rem; line-height: 1; cursor: pointer; display: grid; place-items: center; transition: background .2s, transform .2s; }
.lightbox-close:hover { background: rgba(255,255,255,.32); transform: rotate(90deg); }

/* ============================================================
   RESPONSIVO
   ============================================================ */
@media (max-width: 1024px) {
  .ctx-grid { grid-template-columns: repeat(2, 1fr); }
  .steps3 { grid-template-columns: 1fr; }
  .demand-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) { .mbr { display: none; } }

@media (max-width: 1024px) {
  .nav-links, .nav-cta .btn { display: none; }
  .nav-toggle { display: block; }
  .nav-cta .nav-toggle { display: block; }
  .split, .contact-grid, .locs { grid-template-columns: 1fr; }
  .split.rev .split-media { order: 0; }
  .section-head .eyebrow { justify-content: center; }
  .hero { min-height: 0; display: block; align-items: stretch; }
  .hero-glow { background: radial-gradient(70% 34% at 50% 86%, rgba(199,145,143,.32), rgba(199,145,143,0) 74%); }
  .hero-inner { grid-template-columns: 1fr; padding: 104px clamp(20px,6vw,32px) 64px; gap: 8px; }
  .hero-content { max-width: none; text-align: center; }
  .hero-eyebrow { justify-content: center; }
  .hero-points { max-width: 25em; margin-inline: auto; text-align: left; }
  .hero-actions { justify-content: center; }
  .hero-media { order: -1; max-width: 290px; margin: 6px auto 30px; }
  .hero-wave { height: clamp(38px, 9vw, 60px); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 26px 12px; }
  .trust-item:nth-child(3) { border-left: 0; }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
  .gallery .big { grid-column: span 2; grid-row: span 2; }
  .gallery .wide, .gallery .xwide { grid-column: span 2; }
  .about-cols { grid-template-columns: 1fr; }
  .approach-media .tag { right: 10px; top: 14px; }
  .about-media .crp { left: 10px; }

  .nav-panel {
    position: fixed; inset: 0 0 0 auto; width: min(82vw, 340px); background: var(--cream);
    transform: translateX(100%); transition: transform .4s cubic-bezier(.4,0,.2,1);
    padding: 100px 34px 40px; z-index: 105; box-shadow: -20px 0 60px -20px rgba(0,0,0,.3);
    display: flex; flex-direction: column; gap: 6px; overflow-y: auto;
  }
  body.menu-open .nav-panel { transform: translateX(0); }
  .nav-panel a { font-family: var(--serif); font-size: 1.5rem; font-weight: 600; color: var(--ink); padding: 11px 0; border-bottom: 1px solid var(--line-soft); }
  .nav-panel .btn-wa { margin-top: 20px; font-family: var(--sans); font-size: 1rem; border-bottom: 0; color: #fff; }
  .nav-scrim { position: fixed; inset: 0; background: rgba(30,38,28,.5); opacity: 0; visibility: hidden; transition: .35s; z-index: 104; }
  body.menu-open .nav-scrim { opacity: 1; visibility: visible; }
  body.menu-open .nav-toggle span:nth-child(1){ transform: translateY(7px) rotate(45deg);}
  body.menu-open .nav-toggle span:nth-child(2){ opacity:0;}
  body.menu-open .nav-toggle span:nth-child(3){ transform: translateY(-7px) rotate(-45deg);}
}
@media (min-width: 1025px) { .nav-panel, .nav-scrim { display: none; } }

@media (max-width: 560px) {
  .section-pad { padding-block: clamp(46px, 9vw, 72px); }
  .demand-grid { grid-template-columns: 1fr; }
  .gallery { grid-auto-rows: 150px; }
  .footer-top { flex-direction: column; }
  .footer-nav { gap: 34px; }
  .about-media .crp { transform: scale(.92); transform-origin: left bottom; }
  .brand-logo { height: 38px; }
  .brand-sub { font-size: .55rem; letter-spacing: .08em; padding-left: 9px; }
  .brand { gap: 9px; }
}
@media (max-width: 400px) {
  :root { --gutter: 18px; }
  body { font-size: 15.5px; }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .gallery .big, .gallery .tall, .gallery .wide, .gallery .xwide { grid-column: auto; grid-row: auto; }
  .hero-actions .btn, .nav-panel .btn { width: 100%; }
  .trust-grid { grid-template-columns: 1fr; gap: 18px; }
  .trust-item { border-left: 0 !important; justify-content: flex-start; }
  .brand-logo { height: 34px; }
  .brand-sub { font-size: .5rem; letter-spacing: .06em; padding-left: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   AJUSTES MOBILE
   O header é fixo. Sem scroll-margin, as âncoras escondem os títulos.
   ============================================================ */
section[id], .site-footer, #top { scroll-margin-top: 96px; }

@media (max-width: 1024px) {
  /* minmax(0,1fr) impede que o CTA estoure a largura do viewport */
  .hero-inner { grid-template-columns: minmax(0, 1fr); padding-inline: var(--gutter); }
  .hero-content, .hero-media { min-width: 0; }
}

@media (max-width: 640px) {
  .btn { white-space: normal; text-align: center; }
  .btn-lg { padding: 15px 26px; font-size: .95rem; }
  .hero-actions, .cta-band, .tl-cta { width: 100%; }
  .hero-actions .btn-cta,
  .cta-band .btn-cta,
  .tl-cta .btn,
  .btn-lg.btn-cta { width: 100%; max-width: 380px; padding: 17px 22px; font-size: 1rem; }
  .hero-actions .btn-cta { margin-inline: auto; }
  .cta-band .btn-cta, .tl-cta .btn { margin-inline: auto; }
  .hero-actions .btn-cta .cta-ico { width: 24px; height: 24px; }

  .eyebrow { font-size: .66rem; letter-spacing: .16em; gap: .6em; }
  .eyebrow::before, .eyebrow.centered::after { width: 22px; }
  .hero-eyebrow { font-size: .64rem; letter-spacing: .14em; }
  .hero-eyebrow::before { display: none; }

  .approach-media, .about-media { max-width: 320px; }
  .media-wide { max-width: 400px; }
  .approach-media .tag { right: 6px; top: 10px; font-size: 1rem; padding: 10px 15px; }
  .approach-media .tag br { display: none; }
  .approach-media .tag small { font-size: .55rem; letter-spacing: .12em; }
  .about-media .crp { left: 6px; }

  .timeline { margin-top: 38px; }
  .timeline::before { left: 23px; }
  .tl-step { padding-left: 66px; padding-bottom: 20px; }
  .tl-marker { width: 48px; height: 48px; }
  .tl-ico svg { width: 24px; height: 24px; }
  .tl-num { width: 21px; height: 21px; font-size: .68rem; top: -4px; right: -4px; }
  .tl-body { padding: 18px 18px; }
  .tl-step h3 { font-size: 1.2rem; }
  .tl-step p, .tl-body p { font-size: .98rem; }

  .contact-list .v { font-size: .94rem; }
  .contact-list a, .contact-list li { padding: 14px 16px; gap: 12px; }
  .contact-list .ic { width: 38px; height: 38px; }

  /* botão flutuante: mantém o rótulo, encolhido para caber, e longe da
     barra inferior do Safari iOS (que reabre e o encobriria) */
  .wa-float {
    right: 14px;
    bottom: calc(74px + env(safe-area-inset-bottom, 0px));
    height: 52px; padding: 0 16px 0 12px; gap: 7px; font-size: .82rem;
  }
  .wa-float svg { width: 22px; height: 22px; }
  .site-footer { padding-bottom: calc(140px + env(safe-area-inset-bottom, 0px)); }
}
