/* ============================================================
   Tatiana Simoneto — Nutricionista
   navy #1C2740 · linho #F7F5F0 · ouro #C5A467 · sálvia #A8BFA5
   Cormorant Garamond (display) + Manrope (corpo)
   ============================================================ */

:root{
  --tinta:      #1C2740;
  --tinta-2:    #24314F;
  --tinta-3:    #303F63;
  --linho:      #F7F5F0;
  --linho-2:    #EFEBE2;
  --ouro:       #C5A467;
  --ouro-claro: #DCC79A;
  --salvia:     #A8BFA5;
  --nevoa:      #97A1B8;
  --grafite:    #3E465C;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans:  "Manrope", -apple-system, "Segoe UI", sans-serif;
}

*{ margin:0; padding:0; box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  font-family:var(--sans);
  background:var(--tinta);
  color:var(--linho);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{ max-width:100%; display:block; }
a{ color:inherit; }

.miolo-pagina{ max-width:1120px; margin:0 auto; padding:0 24px; position:relative; z-index:1; }
.miolo-estreito{ max-width:760px; }

/* ---------- tipografia ---------- */
h1,h2{
  font-family:var(--serif);
  font-weight:500;
  line-height:1.08;
  letter-spacing:-0.01em;
}
h1{ font-size:clamp(40px, 5vw, 64px); max-width:13ch; }
h2{ font-size:clamp(32px, 4.4vw, 54px); }
h1 em, h2 em{ font-style:italic; font-weight:400; color:var(--ouro-claro); }
.secao-linho h1 em, .secao-linho h2 em{ color:#8a6a2f; }

.olho{
  font-size:12px;
  font-weight:700;
  letter-spacing:0.28em;
  text-transform:uppercase;
  color:var(--ouro);
  margin-bottom:18px;
}
.olho::after{
  content:"";
  display:inline-block;
  width:44px; height:1px;
  background:currentColor;
  vertical-align:middle;
  margin-left:14px;
  opacity:.6;
}
.olho-escuro{ color:#8a6a2f; }

/* ---------- botões ---------- */
.btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-family:var(--sans);
  font-weight:700;
  font-size:15px;
  text-decoration:none;
  border-radius:999px;
  padding:16px 30px;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.btn:focus-visible{ outline:2px solid var(--ouro); outline-offset:3px; }
.btn-ouro{
  background:linear-gradient(135deg, var(--ouro) 0%, var(--ouro-claro) 100%);
  color:var(--tinta);
  box-shadow:0 8px 30px rgba(197,164,103,.25);
}
.btn-ouro:hover{ transform:translateY(-2px); box-shadow:0 14px 40px rgba(197,164,103,.35); }
.btn-grande{ padding:19px 38px; font-size:16px; }
.btn-mini{
  padding:10px 22px;
  font-size:13px;
  background:transparent;
  color:var(--linho);
  border:1px solid rgba(247,245,240,.35);
}
.btn-mini:hover{ background:var(--ouro); border-color:var(--ouro); color:var(--tinta); }

/* ---------- header ---------- */
.topo{
  position:fixed;
  top:0; left:0; right:0;
  z-index:50;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:18px 32px;
  transition:background .35s ease, box-shadow .35s ease, padding .35s ease;
}
.topo.rolado{
  background:rgba(28,39,64,.92);
  backdrop-filter:blur(12px);
  box-shadow:0 1px 0 rgba(197,164,103,.25);
  padding:12px 32px;
}
.marca{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
}
.marca-mono{ width:38px; height:38px; }
.marca-nome{
  font-family:var(--serif);
  font-size:19px;
  letter-spacing:.04em;
  display:flex;
  flex-direction:column;
  line-height:1.1;
}
.marca-nome em{
  font-family:var(--sans);
  font-style:normal;
  font-size:9px;
  font-weight:700;
  letter-spacing:.42em;
  text-transform:uppercase;
  color:var(--ouro);
}
.nav{ display:flex; gap:30px; }
.nav a{
  font-size:13.5px;
  font-weight:600;
  letter-spacing:.04em;
  text-decoration:none;
  color:rgba(247,245,240,.85);
  transition:color .2s;
}
.nav a:hover{ color:var(--ouro-claro); }

/* ---------- monograma / roseta ---------- */
.petala{
  stroke:var(--ouro);
  stroke-width:1.4;
  fill:none;
  stroke-linecap:round;
}
.roseta-mini .petala{ stroke-width:2.2; }
.anel{ stroke:rgba(197,164,103,.28); stroke-width:1; fill:none; }
.miolo{ fill:var(--ouro); opacity:0; transition:opacity 1s ease 2.2s; }
.rosetao{ width:100%; height:auto; }

/* floração: cada pétala se desenha */
.florir .petala{
  stroke-dasharray:260;
  stroke-dashoffset:260;
  animation:desenhar 2.2s cubic-bezier(.4,0,.2,1) forwards;
}
.florir .petalas-dentro .petala{ animation-duration:1.8s; }
.florir .petala:nth-child(1){ animation-delay:.10s }
.florir .petala:nth-child(2){ animation-delay:.22s }
.florir .petala:nth-child(3){ animation-delay:.34s }
.florir .petala:nth-child(4){ animation-delay:.46s }
.florir .petala:nth-child(5){ animation-delay:.58s }
.florir .petala:nth-child(6){ animation-delay:.70s }
.florir .petala:nth-child(7){ animation-delay:.82s }
.florir .petala:nth-child(8){ animation-delay:.94s }
.florir .petalas-dentro .petala:nth-child(1){ animation-delay:1.0s }
.florir .petalas-dentro .petala:nth-child(2){ animation-delay:1.1s }
.florir .petalas-dentro .petala:nth-child(3){ animation-delay:1.2s }
.florir .petalas-dentro .petala:nth-child(4){ animation-delay:1.3s }
.florir .petalas-dentro .petala:nth-child(5){ animation-delay:1.4s }
.florir .petalas-dentro .petala:nth-child(6){ animation-delay:1.5s }
.florir .petalas-dentro .petala:nth-child(7){ animation-delay:1.6s }
.florir .petalas-dentro .petala:nth-child(8){ animation-delay:1.7s }
.florir .miolo{ opacity:1; }
@keyframes desenhar{ to{ stroke-dashoffset:0; } }

/* rotação ambiente lentíssima da flor do hero */
.florir .roseta{ animation:girar 90s linear infinite; transform-origin:center; }
@keyframes girar{ to{ transform:rotate(360deg); } }

/* ---------- hero ---------- */
.hero{
  position:relative;
  min-height:100svh;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:140px 0 80px;
  background:
    radial-gradient(1100px 600px at 78% 30%, rgba(48,63,99,.55) 0%, transparent 65%),
    radial-gradient(700px 500px at 10% 85%, rgba(168,191,165,.08) 0%, transparent 60%),
    var(--tinta);
  overflow:hidden;
}
.hero-fundo{ position:absolute; inset:0; pointer-events:none; }
.ramo{ position:absolute; opacity:.5; }
.ramo .traco{
  stroke:rgba(197,164,103,.5);
  stroke-width:1.2;
  fill:none;
}
.ramo .folha{ stroke:rgba(168,191,165,.55); }
.ramo-a{ left:-40px; bottom:-120px; width:280px; }
.ramo-b{ right:-60px; top:-80px; width:300px; }

.hero-grade{
  max-width:1180px;
  margin:0 auto;
  padding:0 24px;
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(0,.9fr);
  align-items:center;
  gap:40px;
  position:relative;
  z-index:1;
}
.hero-sub{
  margin-top:26px;
  max-width:520px;
  font-size:17px;
  color:rgba(247,245,240,.82);
}
.hero-acoes{
  margin-top:38px;
  display:flex;
  align-items:center;
  gap:26px;
  flex-wrap:wrap;
}
.selo-google{
  display:inline-flex;
  flex-direction:column;
  gap:2px;
  font-size:13.5px;
  color:rgba(247,245,240,.85);
}
.selo-google strong{ color:var(--linho); }
.estrelas{ color:var(--ouro); letter-spacing:3px; font-size:15px; }
.estrelas-grandes{ font-size:26px; letter-spacing:6px; }

.hero-flor{
  display:flex;
  justify-content:center;
  max-width:420px;
  margin:0 auto;
  filter:drop-shadow(0 0 60px rgba(197,164,103,.12));
}

.hero-scroll{
  position:absolute;
  bottom:26px; left:50%;
  transform:translateX(-50%);
  width:26px; height:44px;
  border:1.5px solid rgba(247,245,240,.35);
  border-radius:20px;
  z-index:2;
}
.hero-scroll span{
  position:absolute;
  top:8px; left:50%;
  width:4px; height:8px;
  margin-left:-2px;
  border-radius:4px;
  background:var(--ouro);
  animation:pingar 2s ease-in-out infinite;
}
@keyframes pingar{
  0%,100%{ transform:translateY(0); opacity:1; }
  60%{ transform:translateY(14px); opacity:.2; }
}

/* ---------- faixa dor ---------- */
.faixa-dor{
  background:linear-gradient(180deg, var(--tinta) 0%, var(--tinta-2) 100%);
  padding:120px 0;
  text-align:center;
}
.dor-linha{
  font-family:var(--serif);
  font-size:clamp(24px, 3.4vw, 40px);
  line-height:1.35;
  color:rgba(247,245,240,.6);
}
.dor-linha em{ font-style:italic; color:rgba(247,245,240,.85); }
.dor-virada{ color:var(--linho); }
.dor-resposta{
  margin:44px auto 0;
  max-width:560px;
  font-size:18px;
  color:var(--nevoa);
}
.dor-resposta strong{ color:var(--ouro-claro); font-weight:600; }

/* ---------- seções claras ---------- */
.secao{ position:relative; padding:120px 0; overflow:hidden; }
.secao-linho{
  background:var(--linho);
  color:var(--tinta);
}
.secao-linho + .secao-linho{ padding-top:40px; }
.ramo-fundo{
  position:absolute;
  right:-80px; top:-40px;
  width:420px;
  opacity:.35;
  pointer-events:none;
}
.ramo-fundo .traco{ stroke:rgba(138,106,47,.5); stroke-width:1.1; fill:none; }
.ramo-fundo .folha{ stroke:rgba(122,148,118,.6); }

/* método */
.passos{
  margin-top:70px;
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:30px;
}
.passo{
  background:#fff;
  border:1px solid var(--linho-2);
  border-radius:18px;
  padding:38px 32px;
  box-shadow:0 20px 50px rgba(28,39,64,.06);
  transition:transform .3s ease, box-shadow .3s ease;
}
.passo:hover{ transform:translateY(-6px); box-shadow:0 30px 60px rgba(28,39,64,.1); }
.passo-num{
  font-family:var(--serif);
  font-size:44px;
  font-style:italic;
  color:var(--ouro);
  display:block;
  margin-bottom:14px;
  line-height:1;
}
.passo h3{
  font-family:var(--serif);
  font-size:25px;
  font-weight:600;
  margin-bottom:12px;
}
.passo p{ font-size:15px; color:var(--grafite); }

/* como ajudo */
.secao-ajuda h2{ max-width:600px; }
.ajuda-lista{
  list-style:none;
  margin-top:60px;
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:0;
  border-top:1px solid rgba(28,39,64,.14);
}
.ajuda-lista li{
  padding:36px 40px 36px 0;
  border-bottom:1px solid rgba(28,39,64,.14);
  position:relative;
}
.ajuda-lista li:nth-child(odd){ border-right:1px solid rgba(28,39,64,.14); padding-right:40px; }
.ajuda-lista li:nth-child(even){ padding-left:40px; padding-right:0; }
.ajuda-lista h3{
  font-family:var(--serif);
  font-size:24px;
  font-weight:600;
  margin-bottom:10px;
}
.ajuda-lista h3::before{
  content:"❧";
  color:var(--ouro);
  margin-right:12px;
  font-size:20px;
}
.ajuda-lista p{ font-size:15px; color:var(--grafite); max-width:420px; }

/* ---------- sobre (navy) ---------- */
.secao-navy{
  background:
    radial-gradient(900px 500px at 85% 15%, rgba(48,63,99,.5) 0%, transparent 60%),
    var(--tinta);
  color:var(--linho);
}
.sobre-grade{
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  gap:70px;
  align-items:center;
}
.sobre-retrato{ position:relative; justify-self:center; }
.retrato-arco{
  width:min(300px, 70vw);
  aspect-ratio:3/3.8;
  border-radius:200px 200px 18px 18px;
  overflow:hidden;
  border:1px solid rgba(197,164,103,.5);
  padding:12px;
  background:linear-gradient(180deg, rgba(197,164,103,.12), transparent);
}
.retrato-mono{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:18px;
  background:
    radial-gradient(320px 300px at 50% 30%, rgba(48,63,99,.65) 0%, transparent 75%),
    linear-gradient(180deg, rgba(197,164,103,.1), rgba(22,31,52,.4));
}
.retrato-mono .rosetao{ width:62%; }
.retrato-legenda{
  font-family:var(--serif);
  font-size:20px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--ouro-claro);
}
.sobre-texto p{ margin-top:20px; max-width:520px; color:rgba(247,245,240,.85); }
.sobre-texto h2{ margin-top:6px; }
.sobre-fatos{
  list-style:none;
  margin-top:40px;
  display:flex;
  gap:44px;
  flex-wrap:wrap;
}
.sobre-fatos li{ display:flex; flex-direction:column; gap:4px; max-width:170px; }
.sobre-fatos strong{
  font-family:var(--serif);
  font-size:30px;
  font-weight:500;
  color:var(--ouro-claro);
  line-height:1;
}
.sobre-fatos span{ font-size:13px; color:var(--nevoa); line-height:1.4; }

/* ---------- avaliações ---------- */
.prova-sub{ margin-top:20px; max-width:540px; color:var(--grafite); }
.prova-nota{
  margin-top:50px;
  display:flex;
  align-items:baseline;
  gap:22px;
  flex-wrap:wrap;
}
.prova-num{
  font-family:var(--serif);
  font-size:96px;
  font-weight:500;
  line-height:1;
  color:var(--tinta);
}
.prova-fonte{ font-size:14px; color:var(--grafite); }
.depos{
  margin-top:56px;
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:30px;
}
.depo{
  background:#fff;
  border:1px solid var(--linho-2);
  border-radius:18px;
  padding:34px 30px;
  box-shadow:0 20px 50px rgba(28,39,64,.06);
}
.depo blockquote{
  font-family:var(--serif);
  font-size:19px;
  font-style:italic;
  line-height:1.5;
  color:var(--tinta);
}
.depo figcaption{
  margin-top:18px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#8a6a2f;
}
.depos-nota{
  margin-top:30px;
  font-size:12px;
  color:rgba(62,70,92,.55);
}

/* ---------- FAQ ---------- */
.secao-faq{ padding-top:60px; }
.faq{
  border-bottom:1px solid rgba(28,39,64,.14);
  padding:8px 0;
}
.faq:first-of-type{ border-top:1px solid rgba(28,39,64,.14); margin-top:50px; }
.faq summary{
  cursor:pointer;
  list-style:none;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  padding:20px 0;
  font-family:var(--serif);
  font-size:22px;
  font-weight:600;
}
.faq summary::-webkit-details-marker{ display:none; }
.faq summary::after{
  content:"+";
  font-family:var(--sans);
  font-weight:400;
  font-size:26px;
  color:var(--ouro);
  transition:transform .3s ease;
  flex-shrink:0;
}
.faq[open] summary::after{ transform:rotate(45deg); }
.faq p{ padding:0 40px 24px 0; color:var(--grafite); font-size:15.5px; max-width:640px; }

/* ---------- CTA final ---------- */
.cta-final{
  position:relative;
  background:
    radial-gradient(800px 500px at 50% 110%, rgba(197,164,103,.14) 0%, transparent 60%),
    var(--tinta);
  color:var(--linho);
  text-align:center;
  padding:140px 0 150px;
  overflow:hidden;
}
.cta-final p{ margin:24px auto 0; max-width:440px; color:rgba(247,245,240,.8); }
.cta-final .btn{ margin-top:40px; }
.cta-horario{ font-size:13px !important; color:var(--nevoa) !important; letter-spacing:.06em; }
.ramo-cta{
  position:absolute;
  left:50%; top:-60px;
  width:240px;
  margin-left:-420px;
  opacity:.35;
  pointer-events:none;
}
.ramo-cta .traco{ stroke:rgba(197,164,103,.5); stroke-width:1.1; fill:none; }
.ramo-cta .folha{ stroke:rgba(168,191,165,.5); }

/* ---------- rodapé ---------- */
.rodape{
  background:#161f34;
  padding:34px 0;
  font-size:13px;
  color:var(--nevoa);
}
.rodape-grade{
  display:flex;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}
.rodape a{ color:var(--ouro-claro); text-decoration:none; }
.rodape a:hover{ text-decoration:underline; }

/* ---------- WhatsApp flutuante ---------- */
.zap-flutuante{
  position:fixed;
  right:22px; bottom:22px;
  z-index:60;
  width:58px; height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#25D366;
  color:#fff;
  box-shadow:0 10px 30px rgba(0,0,0,.3);
  transition:transform .25s ease;
}
.zap-flutuante:hover{ transform:scale(1.08); }

/* ---------- reveal on scroll ---------- */
.revela{
  opacity:0;
  transform:translateY(28px);
  transition:opacity .8s cubic-bezier(.2,.6,.2,1), transform .8s cubic-bezier(.2,.6,.2,1);
}
.revela.visivel{ opacity:1; transform:none; }
.passos .passo:nth-child(2){ transition-delay:.12s; }
.passos .passo:nth-child(3){ transition-delay:.24s; }
.depos .depo:nth-child(2){ transition-delay:.12s; }
.depos .depo:nth-child(3){ transition-delay:.24s; }

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior:auto; }
  .revela{ opacity:1; transform:none; transition:none; }
  .florir .petala{ animation:none; stroke-dashoffset:0; }
  .florir .roseta{ animation:none; }
  .miolo{ opacity:1; transition:none; }
  .hero-scroll span{ animation:none; }
  [data-parallax]{ transform:none !important; }
}

/* ---------- responsivo ---------- */
@media (max-width: 960px){
  .hero-grade{ grid-template-columns:1fr; gap:10px; }
  .hero-flor{ max-width:260px; order:-1; margin-bottom:10px; }
  .hero{ padding-top:120px; text-align:left; }
  .passos{ grid-template-columns:1fr; }
  .depos{ grid-template-columns:1fr; }
  .ajuda-lista{ grid-template-columns:1fr; }
  .ajuda-lista li:nth-child(odd){ border-right:none; padding-right:0; }
  .ajuda-lista li:nth-child(even){ padding-left:0; }
  .sobre-grade{ grid-template-columns:1fr; gap:50px; }
  .nav{ display:none; }
}
@media (max-width: 560px){
  .secao{ padding:80px 0; }
  .faixa-dor{ padding:80px 0; }
  .topo{ padding:14px 18px; }
  .topo.rolado{ padding:10px 18px; }
  .marca-nome{ font-size:16px; }
  .prova-num{ font-size:70px; }
  .btn-grande{ padding:16px 26px; font-size:15px; }
}
