/* Paleta tirada do material atual dela no @nutrijosianeofc:
   marmore onix, rose, dourado e creme. */
:root {
  --verde-fundo: #151515;   /* onix — amostrado do logo dela */
  --verde-escuro: #0e0e0e;  /* onix mais fundo — faixa e rodape */
  --verde: #a8737c;         /* rose profundo — botoes (do material dela) */
  --verde-claro: #d9a0a6;   /* rose — realces */
  --dourado: #856539;       /* champanhe escurecido — rotulos sobre creme */
  --dourado-claro: #d3ab7c; /* champanhe — rotulos sobre onix */
  --creme: #faf6f1;
  --creme-fundo: #f2ebe3;
  --creme-borda: #e4d8cb;
  --carvao: #1c1518;
  --texto: #2a2325;
  --texto-suave: #6a5d60;
  --borda: rgba(42, 35, 37, 0.12);
  --largura: 1120px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.68;
  color: var(--texto);
  background: var(--creme);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; }

h1, h2, h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  line-height: 1.15;
  margin: 0;
}

.container {
  width: 100%;
  max-width: var(--largura);
  margin: 0 auto;
  padding: 0 24px;
}

.rotulo {
  font-size: 11.5px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--dourado);
  margin: 0 0 16px;
  font-weight: 600;
}

.intro {
  max-width: 54ch;
  color: var(--texto-suave);
  margin: 20px 0 0;
  font-size: 17px;
}

.centralizado { text-align: center; margin-top: 52px; }

/* botoes */

.btn {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.015em;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 2px;
  transition: background-color .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}

.btn-principal { background: var(--verde); color: #fff; }
.btn-principal:hover { background: var(--verde-fundo); transform: translateY(-2px); }

.btn-vazado { border: 1px solid rgba(255,255,255,.5); color: #fff; }
.btn-vazado:hover { border-color: #fff; background: rgba(255,255,255,.1); }

.btn-vazado-claro { border: 1px solid var(--borda); color: var(--texto); }
.btn-vazado-claro:hover { border-color: var(--verde); color: var(--verde); }

.btn-grande { padding: 18px 44px; font-size: 16px; }

/* topo */

.topo {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  transition: background-color .35s ease, box-shadow .35s ease;
}

.topo.fixado {
  background: rgba(251, 247, 241, .97);
  box-shadow: 0 1px 0 var(--borda);
}

.topo-interno {
  display: flex;
  align-items: center;
  gap: 32px;
  height: 80px;
}

.marca {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
  transition: color .35s ease;
}
.marca small {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.26em;
  opacity: .72;
  margin-top: 1px;
}
.topo.fixado .marca { color: var(--verde-fundo); }

.menu { display: flex; gap: 30px; margin-left: auto; }

.menu a {
  font-size: 14.5px;
  text-decoration: none;
  color: rgba(255,255,255,.86);
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
  transition: color .25s ease, border-color .25s ease;
}
.menu a:hover { color: #fff; border-bottom-color: var(--dourado-claro); }
.topo.fixado .menu a { color: var(--texto-suave); }
.topo.fixado .menu a:hover { color: var(--verde-fundo); }

.btn-topo { background: var(--verde); color: #fff; padding: 11px 22px; font-size: 14px; }
.btn-topo:hover { background: var(--verde-fundo); }

.abrir-menu {
  display: none;
  margin-left: auto;
  background: none;
  border: 0;
  padding: 10px 4px;
  cursor: pointer;
}
.abrir-menu span {
  display: block;
  width: 24px; height: 2px;
  background: #fff;
  margin: 5px 0;
  transition: background-color .35s ease;
}
.topo.fixado .abrir-menu span { background: var(--verde-fundo); }

/* hero */

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  background: var(--verde-fundo);
  overflow: hidden;
}

.hero-fundo {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 65% 50% at 76% 16%, rgba(217,160,166,.22) 0%, transparent 64%),
    radial-gradient(ellipse 55% 45% at 14% 86%, rgba(211,171,124,.16) 0%, transparent 62%),
    linear-gradient(158deg, #242220 0%, #151515 48%, #0b0b0b 100%);
}

/* veios discretos de marmore, como no material dela */
.hero-fundo::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(122deg, transparent 46%, rgba(217,180,90,.055) 47%, transparent 48.5%),
    linear-gradient(74deg, transparent 62%, rgba(217,160,166,.05) 63%, transparent 64.5%),
    linear-gradient(160deg, transparent 28%, rgba(255,255,255,.028) 29%, transparent 30.5%);
}

/* folhas geometricas discretas ao fundo */
.hero-fundo::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.055) 0 1.5px, transparent 1.6px);
  background-size: 26px 26px;
  opacity: .75;
}

.hero-conteudo {
  position: relative;
  padding-top: 116px;
  padding-bottom: 96px;
  color: #fff;
}

.sobretitulo {
  font-size: 11.5px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--dourado-claro);
  margin: 0 0 22px;
  font-weight: 600;
}

.hero h1 {
  font-size: clamp(3rem, 9vw, 5.6rem);
  letter-spacing: 0.005em;
  max-width: 15ch;
  font-weight: 400;
}

.hero h1 em {
  font-style: italic;
  color: var(--dourado-claro);
}

.hero-linha {
  font-size: clamp(1.02rem, 2vw, 1.22rem);
  color: rgba(255,255,255,.9);
  max-width: 44ch;
  margin: 26px 0 0;
  font-weight: 300;
  line-height: 1.6;
}

.hero-acoes {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 42px;
}

.role {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  font-size: 10.5px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: color .3s ease;
}
.role:hover { color: rgba(255,255,255,.85); }
.role::after {
  content: "";
  width: 1px; height: 34px;
  background: linear-gradient(to bottom, rgba(255,255,255,.5), transparent);
  animation: descer 2.4s ease-in-out infinite;
}

@keyframes descer {
  0%, 100% { opacity: .25; transform: scaleY(.55); transform-origin: top; }
  50%      { opacity: 1;   transform: scaleY(1);   transform-origin: top; }
}

@keyframes subir {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: none; }
}

.anim .hero-conteudo > * { animation: subir 1s cubic-bezier(.22,.68,.32,1) both; }
.anim .sobretitulo { animation-delay: .12s; }
.anim .hero h1     { animation-delay: .26s; }
.anim .hero-linha  { animation-delay: .44s; }
.anim .hero-acoes  { animation-delay: .6s; }
.anim .role        { animation: subir 1s cubic-bezier(.22,.68,.32,1) .95s both; }

/* revelacao no scroll */

.anim .revelar {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity .85s cubic-bezier(.22,.68,.32,1), transform .85s cubic-bezier(.22,.68,.32,1);
  will-change: opacity, transform;
}
.anim .revelar.visivel { opacity: 1; transform: none; }

.passos .revelar:nth-child(2),
.areas .revelar:nth-child(2),
.depoimentos .revelar:nth-child(2),
.faixa-interna .revelar:nth-child(2) { transition-delay: .09s; }

.passos .revelar:nth-child(3),
.areas .revelar:nth-child(3),
.depoimentos .revelar:nth-child(3),
.faixa-interna .revelar:nth-child(3) { transition-delay: .18s; }

.areas .revelar:nth-child(4),
.faixa-interna .revelar:nth-child(4) { transition-delay: .27s; }

.areas .revelar:nth-child(5) { transition-delay: .36s; }
.areas .revelar:nth-child(6) { transition-delay: .45s; }

/* faixa de prova */

.faixa {
  background: var(--verde-escuro);
  color: #fff;
}

.faixa-interna {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 46px 0;
  text-align: center;
}

.faixa-item strong {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
  font-weight: 500;
  color: var(--dourado-claro);
}

.faixa-item span {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  letter-spacing: 0.03em;
  color: rgba(255,255,255,.7);
}

/* secoes */

.secao { padding: 116px 0; }
.secao-creme { background: var(--creme-fundo); }
.secao-escura { background: var(--verde-fundo); color: #fff; }
.secao-escura .intro { color: rgba(255,255,255,.76); }
.secao-escura .rotulo { color: var(--dourado-claro); }

.secao h2 {
  font-size: clamp(2rem, 4.4vw, 3rem);
  letter-spacing: 0.005em;
  max-width: 22ch;
  font-weight: 400;
}

/* sobre */

.sobre {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 60px;
  align-items: start;
  margin-top: 56px;
}

/* retrato dela — fica na secao creme de proposito: o fundo da foto e
   claro e quente, brigaria com o onix do hero */
.retrato {
  margin: 0;
  position: sticky;      /* acompanha a leitura do texto ao lado */
  top: 108px;
  isolation: isolate;    /* contexto proprio para a moldura nao sumir */
}

.retrato img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 22%;
}

/* fio dourado deslocado, como moldura */
.retrato::after {
  content: "";
  position: absolute;
  inset: 16px -16px -16px 16px;
  border: 1px solid var(--dourado);
  opacity: .5;
  z-index: 0;
  pointer-events: none;
}

.sobre-direita {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.sobre-texto p { margin: 0 0 20px; color: var(--texto-suave); }
.sobre-texto p:first-child {
  font-size: 20px;
  line-height: 1.6;
  color: var(--texto);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
}

.cartao-dados {
  background: #fff;
  border: 1px solid var(--creme-borda);
  padding: 34px 32px;
}

.cartao-dados dl { margin: 0; }
.cartao-dados dt {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--dourado);
  font-weight: 600;
  margin-bottom: 5px;
}
.cartao-dados dd {
  margin: 0 0 22px;
  font-size: 16px;
  color: var(--texto);
}
.cartao-dados dd:last-of-type { margin-bottom: 0; }

/* passos da consulta */

.passos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
  margin-top: 60px;
}

.passo { position: relative; padding-top: 26px; border-top: 2px solid rgba(201,169,120,.45); }

.passo-num {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: var(--dourado-claro);
  display: block;
  margin-bottom: 12px;
}

.passo h3 { font-size: 1.5rem; margin: 0 0 12px; font-weight: 400; }
.passo p { margin: 0; font-size: 15.5px; color: rgba(255,255,255,.74); line-height: 1.62; }

/* areas de atendimento */

/* 300px faz cair em 3 colunas no desktop — 6 cards viram 3+3,
   em vez de 4+2 com dois orfaos na segunda linha */
.areas {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 18px;
  margin-top: 56px;
}

.area {
  background: #fff;
  border: 1px solid var(--creme-borda);
  padding: 30px 28px;
  transition: border-color .3s ease, transform .3s ease, box-shadow .3s ease;
}
.area:hover {
  border-color: var(--verde-claro);
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(44,68,58,.07);
}

.area h3 {
  font-size: 1.32rem;
  margin: 0 0 10px;
  font-weight: 500;
  color: var(--verde-fundo);
}
.area p { margin: 0; font-size: 15px; color: var(--texto-suave); line-height: 1.6; }

/* depoimentos */

.depoimentos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
}

.depoimentos blockquote {
  margin: 0;
  padding: 32px 30px;
  background: var(--creme);
  border-top: 2px solid var(--dourado);
  display: flex;
  flex-direction: column;
}

.depoimentos p {
  margin: 0 0 20px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.5;
  color: var(--texto);
  flex: 1;
}

.depoimentos cite {
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--texto-suave);
  font-weight: 500;
}

.fonte-avaliacoes {
  margin: 40px 0 0;
  font-size: 14px;
  color: var(--texto-suave);
}

/* localizacao */

.local {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 52px;
  align-items: start;
  margin-top: 52px;
}

.endereco { font-size: 17px; line-height: 1.75; margin: 0 0 8px; }
.endereco strong { display: block; font-weight: 600; color: var(--verde-fundo); }

.horario {
  margin: 24px 0 20px;
  padding-top: 22px;
  border-top: 1px solid var(--borda);
  font-size: 15.5px;
  color: var(--texto-suave);
}

.link-sublinhado {
  text-decoration: none;
  border-bottom: 1px solid var(--verde-claro);
  padding-bottom: 2px;
  color: var(--verde);
  font-weight: 500;
  font-size: 15px;
}
.link-sublinhado:hover { border-bottom-color: var(--verde); color: var(--verde-fundo); }

.local-mapa { aspect-ratio: 16 / 11; background: var(--creme-fundo); }
.local-mapa iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.3) contrast(1.05); }

/* chamada final */

.chamada {
  background: var(--verde-fundo);
  color: #fff;
  text-align: center;
  padding: 112px 0;
}

.chamada h2 { font-size: clamp(2rem, 4.4vw, 3rem); font-weight: 400; margin-inline: auto; }
.chamada p { color: rgba(255,255,255,.76); margin: 18px auto 38px; max-width: 46ch; }

.telefone { margin: 28px 0 0; font-size: 15px; }
.telefone a { text-decoration: none; color: rgba(255,255,255,.76); }
.telefone a:hover { color: #fff; }

/* rodape */

.rodape {
  background: var(--verde-escuro);
  color: rgba(255,255,255,.6);
  padding: 58px 0 40px;
  font-size: 14.5px;
}

.rodape-interno { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 32px; }
.rodape p { margin: 0 0 8px; }
.rodape a { text-decoration: none; }
.rodape a:hover { color: #fff; }

.marca-rodape {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 12px !important;
}

/* botao flutuante */

.flutuante {
  position: fixed;
  right: 22px; bottom: 22px;
  z-index: 55;
  display: flex;
  flex-direction: column;
  gap: 12px;
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity .45s ease, transform .45s ease;
}
.flutuante.visivel { opacity: 1; transform: none; pointer-events: auto; }

.fab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px; height: 54px;
  border-radius: 50%;
  box-shadow: 0 6px 20px rgba(0,0,0,.22);
  transition: transform .25s ease, box-shadow .25s ease;
}
.fab svg { width: 26px; height: 26px; fill: #fff; }
.fab:hover { transform: translateY(-3px); box-shadow: 0 10px 26px rgba(0,0,0,.3); }
.fab-zap { background: #25d366; }
.fab-insta { background: var(--verde-fundo); border: 1px solid rgba(217,160,166,.4); }

/* assinatura dela, do jeito que ela escreve */
.assinatura {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: clamp(1.6rem, 3.4vw, 2.2rem);
  color: var(--dourado-claro);
  margin: 0 0 6px;
  line-height: 1.2;
}

.credencial {
  font-size: 11.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,.62);
  margin: 0;
}

.secao-creme .assinatura { color: var(--dourado); }
.secao-creme .credencial { color: var(--texto-suave); }

/* barra fixa mobile */

.barra-mobile {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 60;
  background: var(--verde);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 15.5px;
  font-weight: 500;
  padding: 16px 20px calc(16px + env(safe-area-inset-bottom));
}

/* responsivo */

@media (max-width: 960px) {
  .sobre { grid-template-columns: 1fr; gap: 48px; }
  .retrato { position: static; max-width: 460px; }
  .retrato::after { inset: 12px -12px -12px 12px; }
  .passos { grid-template-columns: 1fr; gap: 36px; }
  .depoimentos { grid-template-columns: 1fr; }
  .local { grid-template-columns: 1fr; gap: 32px; }
  .rodape-interno { grid-template-columns: 1fr 1fr; }
  .faixa-interna { grid-template-columns: repeat(2, 1fr); gap: 30px; }
}

@media (max-width: 720px) {
  body { font-size: 16px; padding-bottom: 58px; }

  .menu {
    display: none;
    position: absolute;
    top: 80px; left: 0; right: 0;
    flex-direction: column;
    gap: 0;
    background: var(--creme);
    padding: 8px 24px 20px;
    box-shadow: 0 12px 24px rgba(0,0,0,.09);
  }
  .menu.aberto { display: flex; }
  .menu a {
    color: var(--texto) !important;
    padding: 15px 0;
    border-bottom: 1px solid var(--borda);
  }

  .abrir-menu { display: block; }
  .btn-topo { display: none; }

  .secao { padding: 76px 0; }
  .chamada { padding: 80px 0; }

  .hero { min-height: 92svh; }
  .hero-conteudo { padding-top: 128px; padding-bottom: 88px; }
  .hero h1 { max-width: 12ch; }
  .hero-acoes .btn { flex: 1 1 auto; text-align: center; }
  .role { display: none; }

  .faixa-interna { padding: 34px 0; gap: 26px; }
  .faixa-item strong { font-size: 29px; }

  .cartao-dados { padding: 28px 24px; }
  .areas { gap: 14px; }
  .depoimentos { gap: 16px; margin-top: 44px; }

  .rodape-interno { grid-template-columns: 1fr; gap: 26px; }

  .barra-mobile { display: block; }
  .flutuante { right: 16px; bottom: calc(70px + env(safe-area-inset-bottom)); }
  .fab-zap { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; animation: none !important; }
  .anim .revelar,
  .anim .hero-conteudo > *,
  .anim .role {
    opacity: 1 !important;
    transform: none !important;
  }
}
