/* ===== Base ===== */
:root {
  --cream: #efe9dd;
  --cream-dark: #e6ded0;
  --ink: #2b2620;
  --muted: #6f675a;
  --line: #cfc6b5;
  --accent: #8a7f6a;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Jost", system-ui, sans-serif;
  --nav-h: 68px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  background: var(--cream);
  color: var(--ink);
  font-weight: 300;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { display: block; width: 100%; height: 100%; object-fit: cover; }

a { color: inherit; }

:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; border-radius: 2px; }

.eyebrow {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 400;
}
.eyebrow--center { display: block; text-align: center; }

.text-link {
  display: inline-block; margin-top: 20px; text-decoration: none;
  font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--ink); border-bottom: 1px solid var(--ink); padding-bottom: 3px;
  transition: opacity .2s ease;
}
.text-link:hover { opacity: 0.6; }

/* ===== Nav (barra sólida creme) ===== */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  height: var(--nav-h);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 40px;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 12px rgba(43, 38, 32, .05);
}
.nav__logo {
  font-family: var(--serif);
  font-size: 22px; font-weight: 600; color: var(--ink);
  letter-spacing: 0.02em; text-decoration: none;
}
.nav__logo span { font-style: italic; font-weight: 400; color: var(--accent); }
.nav__links { display: flex; gap: 30px; }
.nav__links a {
  color: var(--ink); text-decoration: none; font-size: 13px;
  letter-spacing: 0.08em; text-transform: uppercase; transition: color .2s ease;
}
.nav__links a:hover { color: var(--accent); }
.nav__cta {
  color: var(--cream); background: var(--ink); border: 1px solid var(--ink);
  padding: 9px 20px; border-radius: 40px; text-decoration: none;
  font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase;
  transition: background .2s ease, color .2s ease;
}
.nav__cta:hover { background: transparent; color: var(--ink); }

/* ===== Hero ===== */
.hero { position: relative; height: 100vh; min-height: 640px; overflow: hidden; }
.hero__img { position: absolute; inset: 0; object-position: 60% 18%; filter: saturate(1.02) brightness(.94); }
.hero__overlay {
  position: absolute; left: 0; right: 0; top: 0; bottom: 0;
  display: flex; flex-direction: column; justify-content: center;
  padding: var(--nav-h) 8vw 0;
  background: linear-gradient(90deg, rgba(0,0,0,.30), rgba(0,0,0,0) 60%);
}
.hero__title {
  font-family: var(--serif);
  color: #fdfbf5;
  font-weight: 500;
  font-size: clamp(30px, 5vw, 62px);
  line-height: 1.08;
  margin-top: 14px;
  max-width: 15ch;
  text-shadow: 0 2px 24px rgba(0,0,0,.28);
}
.hero__title em { font-style: italic; }
.hero .eyebrow { color: #fdfbf5; }
.hero__sub {
  color: #fdfbf5; margin-top: 20px; max-width: 34ch; font-size: 16px;
  text-shadow: 0 1px 12px rgba(0,0,0,.3);
}
.hero__btn {
  display: inline-block; margin-top: 30px; align-self: flex-start;
  background: var(--cream); color: var(--ink);
  padding: 14px 34px; border-radius: 40px; text-decoration: none;
  font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase;
  transition: transform .2s ease, opacity .2s ease;
}
.hero__btn:hover { opacity: 0.9; transform: translateY(-2px); }

/* ===== Marquee (só o de especialidades) ===== */
.marquee { overflow: hidden; white-space: nowrap; }
.marquee__track { display: inline-flex; animation: scroll 28s linear infinite; }
.marquee__track span { display: inline-block; }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.marquee--sub { padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.marquee--sub .marquee__track span {
  font-family: var(--serif);
  font-size: clamp(28px, 4vw, 46px);
  color: var(--muted);
  font-weight: 500;
}

/* ===== Sobre / Dra. ===== */
.coach { padding: 110px 8vw; }
.coach__intro {
  display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 60px; align-items: center;
}
.coach__portrait {
  height: 600px; overflow: hidden; border-radius: 2px;
  box-shadow: 0 30px 60px rgba(43,38,32,.12);
}
.coach__bio { max-width: 46ch; }
.coach__lead {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(24px, 2.8vw, 36px); line-height: 1.26; margin: 18px 0 22px;
}
.coach__lead em { font-style: italic; }
.coach__text { color: var(--muted); font-size: 15px; line-height: 1.9; }
.coach__note {
  margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line);
  font-family: var(--serif); font-style: italic; font-size: 20px; color: var(--ink);
}

/* ===== Serviços ===== */
.services { padding: 90px 8vw; background: var(--cream-dark); }
.services__head { text-align: center; margin-bottom: 54px; }
.services__title { font-family: var(--serif); font-weight: 500; font-size: clamp(34px, 5vw, 58px); margin-top: 8px; }
.services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service { background: var(--cream); display: flex; flex-direction: column; transition: background .25s ease; }
.service:hover { background: #f6f2e9; }
.service__img { height: 210px; overflow: hidden; }
.service__img img { transition: transform .6s ease; }
.service:hover .service__img img { transform: scale(1.05); }
.service__body { padding: 28px 32px 36px; }
.service__num { font-family: var(--serif); font-size: 15px; color: var(--accent); letter-spacing: 0.1em; }
.service h3 { font-family: var(--serif); font-weight: 500; font-size: 26px; margin: 10px 0 12px; line-height: 1.15; }
.service p { color: var(--muted); font-size: 14px; line-height: 1.8; }

/* ===== Depoimentos (blocos) ===== */
.testimonials { padding: 90px 8vw; text-align: center; }
.testimonials__title { font-family: var(--serif); font-weight: 500; font-size: clamp(34px, 5vw, 58px); margin: 8px 0 50px; }
.testimonials__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; text-align: left; }
.quote {
  background: var(--cream-dark);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 36px 32px;
  display: flex; flex-direction: column; justify-content: space-between;
  transition: transform .25s ease, box-shadow .25s ease;
}
.quote:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(43,38,32,.10); }
.quote blockquote { font-family: var(--serif); font-size: 22px; line-height: 1.4; font-style: italic; color: var(--ink); }
.quote blockquote::before { content: "\201C"; font-family: var(--serif); font-size: 46px; line-height: 0; color: var(--accent); display: block; margin-bottom: 8px; }
.quote figcaption { margin-top: 24px; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); }

/* ===== Filosofia / Equilíbrio ===== */
.philosophy { padding: 100px 8vw; background: var(--cream-dark); }
.philosophy__head { text-align: center; max-width: 64ch; margin: 0 auto 64px; }
.philosophy__title { font-family: var(--serif); font-weight: 500; font-size: clamp(34px, 5vw, 58px); margin: 8px 0 24px; }
.philosophy__title em { font-style: italic; }
.philosophy__lead { color: var(--muted); font-size: 17px; line-height: 1.9; }
.philosophy__pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; max-width: 1020px; margin: 0 auto; }
.pillar { text-align: center; padding: 0 12px; position: relative; }
.pillar + .pillar::before { content: ""; position: absolute; left: -22px; top: 6px; bottom: 6px; width: 1px; background: var(--line); }
.pillar__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 74px; height: 74px; margin-bottom: 20px;
  border: 1px solid var(--line); border-radius: 50%;
  background: var(--cream); color: var(--accent);
  transition: background .3s ease, color .3s ease, transform .3s ease;
}
.pillar__icon svg { width: 30px; height: 30px; }
.pillar:hover .pillar__icon { background: var(--ink); color: var(--cream); transform: translateY(-3px); }
.pillar__num { display: block; font-family: var(--serif); font-size: 15px; color: var(--accent); letter-spacing: 0.1em; }
.pillar h3 { font-family: var(--serif); font-weight: 500; font-size: 30px; margin: 10px 0 14px; }
.pillar p { color: var(--muted); font-size: 14px; line-height: 1.85; }

/* ===== CTA ===== */
.cta { text-align: center; padding: 110px 8vw; }
.cta h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(34px, 5vw, 64px); line-height: 1.1; }
.cta h2 em { font-style: italic; }
.cta p { color: var(--muted); margin: 18px auto 34px; max-width: 48ch; }
.cta__actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.cta__btn {
  display: inline-block; background: var(--ink); color: var(--cream);
  padding: 15px 38px; border-radius: 40px; text-decoration: none;
  font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase;
  transition: transform .2s ease, opacity .2s ease;
}
.cta__btn:hover { opacity: 0.88; transform: translateY(-2px); }
.cta__btn--ghost { background: transparent; color: var(--ink); border: 1px solid var(--ink); }
.cta__info { list-style: none; margin: 46px auto 0; max-width: 620px; display: grid; gap: 14px; }
.cta__info li { display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--muted); font-size: 14px; }
.cta__info a { color: var(--muted); text-decoration: none; transition: color .2s ease; }
.cta__info a:hover { color: var(--ink); }
.cta__info svg { color: var(--accent); flex-shrink: 0; }

/* ===== Footer ===== */
.footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 34px 8vw; border-top: 1px solid var(--line); flex-wrap: wrap; }
.footer__logo { font-family: var(--serif); font-size: 20px; font-weight: 600; }
.footer__logo span { font-style: italic; font-weight: 400; color: var(--accent); }
.footer__social { display: flex; gap: 14px; }
.footer__social a { color: var(--muted); display: inline-flex; transition: color .2s ease; }
.footer__social a:hover { color: var(--ink); }
.footer p { font-size: 12px; color: var(--muted); }

/* ===== Botão flutuante WhatsApp ===== */
.wa-float {
  position: fixed; right: 24px; bottom: 24px; z-index: 90;
  display: flex; align-items: center; gap: 12px;
  text-decoration: none;
}
.wa-float__label {
  background: var(--ink); color: var(--cream);
  font-size: 13px; letter-spacing: 0.04em;
  padding: 10px 16px; border-radius: 40px; white-space: nowrap;
  box-shadow: 0 6px 20px rgba(43,38,32,.18);
  opacity: 0; transform: translateX(10px); pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
}
.wa-float:hover .wa-float__label,
.wa-float:focus-visible .wa-float__label { opacity: 1; transform: translateX(0); }
.wa-float__btn {
  position: relative;
  display: inline-flex; align-items: center; justify-content: center;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25D366; color: #fff;
  box-shadow: 0 8px 24px rgba(37, 211, 102, .38);
  transition: transform .25s ease, box-shadow .25s ease;
}
.wa-float__btn svg { width: 30px; height: 30px; }
.wa-float:hover .wa-float__btn { transform: scale(1.07); box-shadow: 0 10px 30px rgba(37, 211, 102, .5); }
/* anel pulsante */
.wa-float__btn::before {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  background: #25D366; opacity: .55; z-index: -1;
  animation: waPulse 2.4s ease-out infinite;
}
@keyframes waPulse {
  0%   { transform: scale(1);   opacity: .55; }
  70%  { transform: scale(1.6); opacity: 0; }
  100% { transform: scale(1.6); opacity: 0; }
}

/* ===== Responsive ===== */
@media (max-width: 960px) {
  .services__grid, .testimonials__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .nav { padding: 0 22px; }
  .nav__links { display: none; }
  .coach { padding: 80px 24px; }
  .coach__intro { grid-template-columns: 1fr; gap: 34px; }
  .coach__portrait { height: 460px; }
  .services, .philosophy, .testimonials { padding-left: 24px; padding-right: 24px; }
  .services__grid, .testimonials__grid { grid-template-columns: 1fr; }
  .philosophy__pillars { grid-template-columns: 1fr; gap: 40px; }
  .pillar + .pillar::before { display: none; }
  .wa-float { right: 16px; bottom: 16px; }
  .wa-float__label { display: none; }
  .wa-float__btn { width: 54px; height: 54px; }
  .wa-float__btn svg { width: 27px; height: 27px; }
  .footer { flex-direction: column; gap: 14px; text-align: center; }
}

/* ===== Reduced motion ===== */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto !important; transition: none !important; }
  .marquee__track { animation: none !important; }
}
