:root {
  --ink: #2c2422;
  --muted: #756966;
  --paper: #fffdfb;
  --blush: #f6ece9;
  --line: #e7d9d4;
  --rose: #a65e55;
  --rose-deep: #7b4039;
  --dark: #302524;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
section[id] { scroll-margin-top: 92px; }
.header, .statement, .services, .space, .clinical-experience, .contact, footer { padding-left: clamp(20px, 7vw, 104px); padding-right: clamp(20px, 7vw, 104px); }
.header { position: fixed; inset: 0 0 auto; z-index: 10; height: 154px; display: flex; justify-content: space-between; align-items: center; background: #fff; border-bottom: 1px solid rgba(96,73,69,.10); backdrop-filter: blur(12px); transition: background .2s ease; }
.header.is-scrolled { background: #fff; }
.header .brand { display: flex; align-items: center; width: 205px; }
.header .brand img { width: 100%; height: auto; }
nav { display: flex; gap: clamp(18px, 2.5vw, 32px); color: var(--ink); font-size: .86rem; font-weight: 600; }
nav a:hover { color: var(--rose); }
.menu-button { display: none; border: 0; background: transparent; color: var(--ink); width: 42px; height: 42px; padding: 9px; }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: currentColor; }
.hero { position: relative; min-height: 980px; overflow: hidden; display: flex; align-items: center; padding: 172px clamp(20px, 7vw, 104px) 78px; background: var(--dark); color: #fff; }
.hero::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(48,37,36,1) 0%, rgba(48,37,36,.96) 47%, rgba(48,37,36,.15) 80%); pointer-events: none; }
.hero-copy { position: relative; z-index: 3; max-width: 770px; }
.kicker { margin: 0 0 14px; color: var(--rose); text-transform: uppercase; font-size: .72rem; font-weight: 700; letter-spacing: .08em; }
.hero .kicker { color: #f3b8b1; }
h1, h2, h3 { font-family: "Playfair Display", Georgia, serif; letter-spacing: 0; font-weight: 500; }
h1 { margin: 0; font-size: clamp(3.4rem, 6.1vw, 6.1rem); line-height: .98; white-space: nowrap; }
.hero-role { margin: 21px 0 0; color: #f8e8e5; font-size: 1rem; }
.hero-role span { color: #e9a89e; padding: 0 7px; }
.hero-text { max-width: 620px; margin: 14px 0 0; color: rgba(255,255,255,.8); font-size: 1.03rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 49px; padding: 12px 19px; border-radius: 5px; background: var(--rose); color: #fff; font-size: .91rem; font-weight: 700; transition: background .2s ease, transform .2s ease; }
.button:hover { background: var(--rose-deep); transform: translateY(-1px); }
.hero .button { margin-top: 28px; }
.hero-portrait { position: absolute; z-index: 0; top: 154px; right: 0; width: min(54%, 720px); height: calc(100% - 154px); object-fit: cover; object-position: center top; }
.statement { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, .95fr); gap: clamp(36px, 8vw, 118px); padding-top: 78px; padding-bottom: 78px; align-items: start; }
.statement-heading, .statement-text { position: relative; z-index: 1; }
.statement-heading { max-width: 670px; }
h2 { margin: 0; font-size: clamp(2.1rem, 3.8vw, 3.65rem); line-height: 1.08; }
.statement-text { max-width: 620px; padding-top: 2px; }
.statement-text p { margin: 0 0 18px; color: var(--muted); }
.statement-text p:last-child { margin-bottom: 0; }
.services { padding-top: 76px; padding-bottom: 76px; background: var(--blush); }
.services-intro { max-width: 780px; margin-bottom: 34px; }
.service { display: grid; grid-template-columns: 64px minmax(0, 1fr); column-gap: clamp(22px, 4vw, 54px); align-items: start; padding: 34px 0; border-top: 1px solid #dfcfca; }
.service:last-of-type { border-bottom: 0; }
.service > span { display: grid; place-items: center; width: 36px; height: 36px; color: var(--rose-deep); border: 1px solid #d9b9b2; border-radius: 50%; background: rgba(255,253,251,.52); font-size: .72rem; font-weight: 700; }
h3 { margin: 0; font-size: clamp(1.55rem, 2.3vw, 2.05rem); }
.service p { margin: 6px 0 0; max-width: none; color: var(--muted); }
.evaluation-note { position: relative; display: block; max-width: 900px; margin: 26px 0 0 64px; padding: 36px 48px; overflow: hidden; border: 1px solid #e0cdc7; border-radius: 5px; background: #fffafa; text-align: center; }
.evaluation-note::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--rose); }
.evaluation-note h3 { font-size: 1.5rem; line-height: 1.12; margin: 0 auto 14px; text-align: center; }
.evaluation-note p { margin: 0 auto; max-width: 690px; color: var(--muted); text-align: center; }
.space { padding-top: 82px; padding-bottom: 82px; }
.space-heading { max-width: none; margin-bottom: 32px; }
.space-heading h2 { font-size: clamp(1.85rem, 2.45vw, 2.6rem); white-space: nowrap; }
.space-founded { width: 100%; max-width: none; margin: 17px 0 0; color: var(--muted); column-count: 1; }
.gallery { display: grid; grid-template-columns: 1.05fr .96fr 1.05fr; gap: 14px; }
.gallery figure { margin: 0; overflow: hidden; border-radius: 4px; }
.gallery img { width: 100%; height: min(40vw, 500px); object-fit: cover; transition: transform .65s ease, filter .65s ease; }
.gallery figure:nth-child(2) { margin-top: 42px; }
.gallery figure:nth-child(2) img { height: min(40vw, 458px); }
.gallery figure:hover img { transform: scale(1.045); filter: saturate(1.04); }
.clinical-experience { display: grid; grid-template-columns: minmax(260px, .85fr) minmax(320px, 1.15fr); column-gap: clamp(36px, 8vw, 120px); row-gap: 18px; padding-top: 74px; padding-bottom: 74px; background: #fbf7f4; }
.clinical-experience .kicker { grid-column: 1; margin-bottom: 0; }
.clinical-experience h2 { grid-column: 1; font-size: clamp(2rem, 3.25vw, 3.15rem); }
.clinical-experience > p { grid-column: 2; margin: 0; max-width: 700px; color: var(--muted); }
.clinical-experience > p:last-child { margin-top: -11px; }
.contact { display: grid; grid-template-columns: minmax(0, 1fr) minmax(370px, .82fr); gap: clamp(34px, 8vw, 120px); align-items: center; padding-top: 68px; padding-bottom: 68px; color: #fff; background: var(--dark); }
.contact .kicker { color: #f0bbb5; }
.contact h2 { font-size: clamp(2.25rem, 3.6vw, 3.5rem); }
.contact-copy > p:last-child { max-width: 430px; margin: 16px 0 0; color: rgba(255,255,255,.68); }
.contact-panel { display: grid; gap: 22px; padding: 28px; border: 1px solid rgba(255,255,255,.17); border-radius: 5px; background: rgba(255,255,255,.045); }
.contact-panel .button { width: 100%; background: #e3a29b; color: #332525; }
.contact-panel .button:hover { background: #f0b4ac; }
.contact-info { display: grid; gap: 11px; }
.contact-info a { color: rgba(255,255,255,.81); font-size: .9rem; line-height: 1.45; transition: color .2s ease; }
.contact-info a:hover { color: #f4c4be; }
.contact-info a::before { content: "→"; margin-right: 9px; color: #efa99f; }
.instagram-link { display: grid; place-items: center; width: 38px; height: 38px; margin-top: 4px; border: 1px solid rgba(255,255,255,.36); border-radius: 50%; color: #f4c4be; transition: background .2s ease, color .2s ease; }
.instagram-link::before { content: none !important; }
.instagram-link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.instagram-link:hover { background: #f4c4be; color: var(--dark); }
.back-to-top { position: fixed; z-index: 9; right: 22px; bottom: 22px; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(48,37,36,.18); border-radius: 50%; background: rgba(255,253,251,.93); color: var(--rose-deep); box-shadow: 0 8px 24px rgba(48,37,36,.14); cursor: pointer; font-size: 1.25rem; opacity: 0; pointer-events: none; transform: translateY(8px); transition: opacity .2s ease, transform .2s ease; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.back-to-top:hover { background: var(--rose); color: #fff; }
footer { display: flex; justify-content: space-between; gap: 16px; padding-top: 20px; padding-bottom: 20px; color: rgba(255,255,255,.54); background: var(--dark); border-top: 1px solid rgba(255,255,255,.12); font-size: .76rem; }
@media (max-width: 780px) {
  .header { height: 76px; }
  .header .brand strong { font-size: 1.08rem; }
  .menu-button { display: block; }
  nav { display: none; position: absolute; top: 100px; left: 18px; right: 18px; flex-direction: column; gap: 0; padding: 8px 0; border-radius: 5px; background: #fff; color: var(--ink); box-shadow: 0 15px 40px rgba(0,0,0,.16); }
  nav.is-open { display: flex; }
  nav a { padding: 13px 17px; }
  .hero { min-height: 780px; align-items: end; padding-top: 132px; }
  .hero::after { background: linear-gradient(0deg, rgba(48,37,36,.97) 0%, rgba(48,37,36,.74) 59%, rgba(48,37,36,.16) 100%); }
  .hero-portrait { top: 106px; width: 100%; height: calc(100% - 106px); opacity: .72; }
  h1 { font-size: clamp(2.85rem, 13vw, 4.4rem); white-space: normal; }
  .hero-role span { padding: 0 4px; }
  .statement { grid-template-columns: 1fr; padding-top: 64px; padding-bottom: 64px; gap: 28px; }
  .statement-text { padding-top: 0; }
  .services, .space { padding-top: 62px; padding-bottom: 62px; }
  .space-heading h2 { white-space: normal; }
  .service { grid-template-columns: 40px 1fr; gap: 14px; padding: 24px 0; }
  .service p { grid-column: 2; }
  .evaluation-note { position: relative; display: block; max-width: 900px; margin: 26px 0 0 64px; padding: 36px 48px; overflow: hidden; border: 1px solid #e0cdc7; border-radius: 5px; background: #fffafa; text-align: center; }
  .evaluation-note p { margin-top: 10px; }.gallery { grid-template-columns: 1fr; }
  .gallery figure:nth-child(2) { margin-top: 0; }
  .gallery img, .gallery figure:nth-child(2) img { height: 440px; }
  .clinical-experience { grid-template-columns: 1fr; padding-top: 62px; padding-bottom: 62px; gap: 18px; }
  .clinical-experience .kicker, .clinical-experience h2, .clinical-experience > p { grid-column: 1; }
  .clinical-experience > p:last-child { margin-top: -7px; }
  .contact { grid-template-columns: 1fr; padding-top: 62px; padding-bottom: 62px; }
  .contact-panel { padding: 22px; }
  footer { flex-direction: column; align-items: flex-start; }
}


























/* Atuação: título e explicação em eixos de leitura separados. */
.service > div {
  display: grid;
  grid-template-columns: minmax(220px, .62fr) minmax(300px, 1.38fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
}
.service p {
  margin: 4px 0 0;
}
@media (max-width: 780px) {
  .service > span {
    width: 30px;
    height: 30px;
    font-size: .66rem;
  }
  .service > div {
    display: block;
  }
  .service p {
    margin-top: 7px;
  }
}

/* A explicação detalhada continua o item de Avaliação Neuropsicológica. */
.service#avaliacao .evaluation-note {
  grid-column: 2;
  width: 100%;
  max-width: none;
  margin: 28px 0 0;
  padding: 28px 34px;
  border: 1px solid #e0cdc7;
  border-left: 5px solid var(--rose);
  border-radius: 4px;
  background: rgba(255,253,251,.62);
  text-align: center;
}
.service#avaliacao .evaluation-note::before {
  content: none;
}
.service#avaliacao .evaluation-note h3 {
  margin: 0 auto 13px;
}
.service#avaliacao .evaluation-note p {
  max-width: 760px;
  margin: 0 auto;
}
@media (max-width: 780px) {
  .service#avaliacao .evaluation-note {
    grid-column: 2;
    margin-top: 23px;
    padding: 24px 22px;
  }
}

/* Atuação: escolha direta entre as duas frentes, com apenas um conteúdo visível. */
.service-tabs {
  display: inline-flex;
  max-width: 720px;
  margin-bottom: 28px;
  border: 1px solid #dfcfca;
  border-radius: 5px;
  overflow: hidden;
  background: rgba(255,253,251,.5);
}
.service-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 12px 22px;
  border: 0;
  border-right: 1px solid #dfcfca;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font: 700 .86rem/1.2 "DM Sans", Arial, sans-serif;
  transition: background .2s ease, color .2s ease;
}
.service-tab:last-child { border-right: 0; }
.service-tab span {
  color: var(--rose);
  font-size: .7rem;
}
.service-tab[aria-selected="true"] {
  background: #fffafa;
  color: var(--rose-deep);
}
.service-tab:focus-visible {
  position: relative;
  z-index: 1;
  outline: 2px solid var(--rose);
  outline-offset: -2px;
}
.service-panels { border-top: 1px solid #dfcfca; }
.service.service-panel {
  display: grid;
  grid-template-columns: minmax(230px, .65fr) minmax(300px, 1.35fr);
  column-gap: clamp(28px, 6vw, 96px);
  align-items: start;
  padding: 36px 0 8px;
  border: 0;
}
.service-panel[hidden] { display: none; }
.service-heading {
  display: flex;
  align-items: center;
  gap: 14px;
}
.service-number {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  color: var(--rose-deep);
  border: 1px solid #d9b9b2;
  border-radius: 50%;
  background: rgba(255,253,251,.52);
  font-size: .72rem;
  font-weight: 700;
}
.service.service-panel > .service-summary {
  margin: 2px 0 0;
  max-width: none;
}
.service.service-panel .evaluation-note {
  grid-column: 1 / -1;
  margin: 32px 0 0;
}
@media (max-width: 780px) {
  .service-tabs {
    display: flex;
    width: 100%;
    margin-bottom: 24px;
  }
  .service-tab {
    flex: 1;
    min-width: 0;
    padding: 12px 10px;
    font-size: .76rem;
  }
  .service.service-panel {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-top: 28px;
  }
  .service.service-panel > .service-summary {
    margin: 0;
  }
  .service.service-panel .evaluation-note {
    grid-column: 1;
    margin-top: 8px;
  }
}

/* Atuação: duas frentes visuais, com o aprofundamento da avaliação sob demanda. */
.services-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 34px);
}
.service-feature {
  display: grid;
  grid-template-rows: minmax(210px, 25vw) auto;
  overflow: hidden;
  border: 1px solid #dfcfca;
  border-radius: 5px;
  background: #fffafa;
}
.service-feature > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}
.service-feature:hover > img {
  transform: scale(1.035);
}
.service-feature-content {
  position: relative;
  padding: 28px 30px 30px;
}
.service-feature .service-number {
  position: absolute;
  top: -18px;
  left: 30px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: var(--rose-deep);
  border: 1px solid #d9b9b2;
  border-radius: 50%;
  background: #fffafa;
  font-size: .72rem;
  font-weight: 700;
}
.service-feature h3 {
  margin-top: 8px;
}
.service-feature p {
  margin: 8px 0 0;
  color: var(--muted);
}
.evaluation-disclosure {
  margin-top: 22px;
  border-top: 1px solid #e2d2cd;
}
.evaluation-disclosure summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 0 2px;
  color: var(--rose-deep);
  cursor: pointer;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.1rem;
  list-style: none;
}
.evaluation-disclosure summary::-webkit-details-marker { display: none; }
.evaluation-disclosure summary::after {
  content: "+";
  flex: 0 0 auto;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 400;
}
.evaluation-disclosure[open] summary::after { content: "−"; }
.evaluation-disclosure > p {
  margin: 14px 0 0;
  padding-bottom: 2px;
  font-size: .95rem;
}
.evaluation-disclosure summary:focus-visible {
  outline: 2px solid var(--rose);
  outline-offset: 4px;
}
@media (max-width: 780px) {
  .services-showcase {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .service-feature {
    grid-template-rows: 230px auto;
  }
  .service-feature-content {
    padding: 27px 24px 26px;
  }
  .service-feature .service-number {
    left: 24px;
  }
}

/* Abertura do consultório e apresentação da profissional. */
.hero {
  min-height: 790px;
  padding-top: 196px;
}
.hero-copy {
  max-width: 620px;
}
.hero h1 {
  font-size: clamp(3.7rem, 6.4vw, 6.35rem);
}
.hero h1 i {
  color: #e7a89f;
  font-style: normal;
  padding: 0 .04em;
}
.hero-role {
  color: #f1bab4;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-logo-stage {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: clamp(30px, 8vw, 128px);
  display: grid;
  place-items: center;
  width: min(420px, 34vw);
  min-height: 248px;
  padding: 34px;
  transform: translateY(-36%);
  background: rgba(255,255,255,.96);
  border-left: 5px solid #d88e85;
}
.hero-logo-stage img {
  width: 100%;
  max-height: 180px;
  object-fit: contain;
}
.statement {
  grid-template-columns: minmax(260px, .62fr) minmax(0, 1.38fr);
  gap: clamp(34px, 7vw, 104px);
  align-items: stretch;
}
.statement-portrait {
  min-height: 570px;
  overflow: hidden;
  background: var(--blush);
}
.statement-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.statement-content {
  display: grid;
  align-content: center;
  gap: 34px;
}
.statement-text {
  max-width: 760px;
  padding-top: 0;
  border-top: 1px solid var(--line);
}
.evaluation-disclosure summary,
.evaluation-disclosure > p {
  font-family: "DM Sans", Arial, sans-serif;
}
.evaluation-disclosure summary {
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: 0;
}
.evaluation-disclosure > p {
  font-size: .95rem;
  line-height: 1.58;
}
@media (max-width: 780px) {
  .hero {
    min-height: 720px;
    padding-top: 152px;
  }
  .hero-logo-stage {
    top: auto;
    right: 20px;
    bottom: 28px;
    width: min(250px, 62vw);
    min-height: 142px;
    padding: 20px;
    transform: none;
    opacity: .92;
  }
  .hero-logo-stage img {
    max-height: 104px;
  }
  .statement {
    grid-template-columns: 1fr;
  }
  .statement-portrait {
    min-height: 420px;
  }
  .statement-content {
    gap: 26px;
  }
}

/* Logo da abertura como marca-d'água, sem repetir a identidade do menu. */
.hero-logo-stage { display: none; }
.hero-logo-watermark {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: clamp(28px, 8vw, 130px);
  width: min(420px, 36vw);
  opacity: .34;
  mix-blend-mode: multiply;
  transform: translateY(-42%);
  pointer-events: none;
}
.service-feature > img {
  object-fit: contain;
  background: #e8ddd8;
}
@media (max-width: 780px) {
  .hero-logo-watermark {
    right: 18px;
    bottom: 30px;
    top: auto;
    width: min(280px, 66vw);
    opacity: .26;
    transform: none;
  }
}

/* Ajustes finos de leitura e enquadramento. */
.hero::after {
  background: linear-gradient(90deg, #302524 0%, #302524 40%, #76514b 59%, #b98279 82%, #d9aaa1 100%);
}
.hero-logo-watermark {
  opacity: .42;
}
.service-feature#psicoterapia > img {
  object-fit: cover;
  object-position: center;
}
.statement-text {
  padding-top: 24px;
}
@media (max-width: 780px) {
  .hero::after {
    background: linear-gradient(0deg, #302524 0%, rgba(48,37,36,.88) 47%, rgba(217,170,161,.62) 100%);
  }
  .statement-text {
    padding-top: 20px;
  }
}




/* Abertura editorial: o logo permanece como assinatura no cabeçalho. */
.hero {
  min-height: 700px;
  background: #302524;
}
.hero::after {
  background: rgba(48,37,36,.94);
}
.hero-copy {
  max-width: 710px;
  padding-left: clamp(18px, 2.2vw, 34px);
  border-left: 2px solid #d9958d;
}
.hero h1 {
  max-width: 660px;
  letter-spacing: 0;
}
.hero-logo-watermark {
  display: none;
}
@media (max-width: 780px) {
  .hero {
    min-height: 680px;
  }
  .hero-copy {
    padding-left: 18px;
  }
  .hero::after {
    background: rgba(48,37,36,.9);
  }
}

/* Conteúdo da abertura distribuído como uma composição editorial. */
.hero-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(250px, .65fr);
  gap: clamp(36px, 8vw, 132px);
  align-items: end;
  width: min(100%, 1120px);
  max-width: none;
}
.hero-intro .kicker {
  margin-bottom: 22px;
}
.hero h1 {
  display: grid;
  max-width: 760px;
  font-size: clamp(3.8rem, 5.8vw, 6.15rem);
  line-height: .91;
}
.hero h1 span {
  display: block;
}
.hero-role {
  margin-top: 25px;
}
.hero-action {
  padding-bottom: 6px;
}
.hero-action .hero-text {
  margin-top: 0;
}
.hero-action .button {
  margin-top: 26px;
}
@media (max-width: 780px) {
  .hero-copy {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .hero h1 {
    font-size: clamp(3rem, 13vw, 4.4rem);
  }
  .hero-action {
    padding-bottom: 0;
  }
}

/* Mantém o texto original da abertura, sem repetição. */
.hero h1 {
  display: block;
  max-width: 820px;
  font-size: clamp(3.4rem, 4.9vw, 5.5rem);
  line-height: .96;
}
.hero h1 span,
.hero-role {
  display: none;
}

/* Abertura com os dois textos existentes em hierarquia de impacto. */
.hero {
  min-height: 760px;
  padding-top: 186px;
  padding-bottom: 96px;
}
.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  width: min(100%, 980px);
  min-height: 430px;
  max-width: none;
  padding-left: clamp(20px, 3vw, 46px);
  border-left: 2px solid #d9958d;
}
.hero-intro .kicker {
  margin: 0 0 28px;
  color: #f1b7b0;
  font-size: clamp(.88rem, 1.25vw, 1.1rem);
  letter-spacing: .09em;
}
.hero-intro .hero-text {
  max-width: 920px;
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3.2rem, 5.9vw, 6.35rem);
  font-weight: 500;
  line-height: .95;
}
.hero-action {
  margin-top: 42px;
  padding: 0;
}
.hero-action .button {
  margin-top: 0;
}
@media (max-width: 780px) {
  .hero {
    min-height: 690px;
    padding-top: 150px;
    padding-bottom: 70px;
  }
  .hero-copy {
    min-height: 0;
    padding-left: 20px;
  }
  .hero-intro .kicker {
    margin-bottom: 20px;
    font-size: .78rem;
  }
  .hero-intro .hero-text {
    font-size: clamp(2.8rem, 12vw, 4.3rem);
    line-height: .98;
  }
  .hero-action {
    margin-top: 32px;
  }
}

/* Composição da abertura: mensagem e ação ocupam posições distintas. */
.hero-copy {
  justify-content: flex-start;
  min-height: 500px;
  padding-top: 20px;
}
.hero-intro .hero-text {
  max-width: 780px;
  font-size: clamp(2.65rem, 4.25vw, 4.8rem);
  line-height: 1;
}
.hero-action {
  margin-top: auto;
  padding-top: 44px;
}
.hero-action .button {
  min-width: 220px;
}
@media (max-width: 780px) {
  .hero-copy {
    min-height: 480px;
    padding-top: 0;
  }
  .hero-intro .hero-text {
    font-size: clamp(2.5rem, 10.5vw, 3.85rem);
    line-height: 1.02;
  }
  .hero-action {
    padding-top: 30px;
  }
}

/* Movimento discreto: destaca a abertura sem efeito de brilho nas letras. */
.hero-intro .kicker {
  font-size: clamp(.72rem, .95vw, .84rem);
}
.hero-intro,
.hero-action {
  animation: hero-reveal .7s ease-out both;
}
.hero-action {
  animation-delay: .16s;
}
.hero-copy::before {
  animation: hero-glint 1.4s ease-out .35s both;
}
@keyframes hero-reveal {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hero-glint {
  0% {
    box-shadow: 0 0 0 rgba(230,170,160,0);
  }
  45% {
    box-shadow: -7px 0 20px rgba(230,170,160,.34);
  }
  100% {
    box-shadow: 0 0 0 rgba(230,170,160,0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-intro,
  .hero-action,
  .hero-copy::before {
    animation: none;
  }
}

.hero-copy::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2px;
  width: 2px;
  background: #d9958d;
}

/* Primeira dobra: composição única e previsível. */
.hero {
  display: block;
  min-height: 700px;
  padding: 154px clamp(20px, 7vw, 104px) 0;
  background: #302524;
}
.hero::after {
  background: transparent;
}
.hero-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .42fr);
  grid-template-rows: 1fr auto;
  align-items: end;
  width: min(100%, 1120px);
  min-height: 546px;
  max-width: none;
  padding: 72px 0 34px;
  border: 0;
}
.hero-intro {
  grid-column: 1;
  align-self: center;
  max-width: 790px;
  padding-left: clamp(20px, 3vw, 42px);
  border-left: 3px solid #e5a29a;
  animation: none;
}
.hero-intro .kicker {
  margin: 0 0 24px;
  color: #f0b7b0;
  font-size: clamp(.72rem, .95vw, .84rem);
}
.hero-intro .hero-text {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3rem, 4.45vw, 4.9rem);
  font-weight: 500;
  line-height: .98;
}
.hero-action {
  grid-column: 1 / -1;
  grid-row: 2;
  margin: 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255,255,255,.22);
  animation: none;
}
.hero-action .button {
  min-width: 220px;
  margin: 0;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}
.hero-copy::before {
  display: none;
  animation: none;
}
@media (max-width: 780px) {
  .hero {
    min-height: 670px;
    padding-top: 106px;
  }
  .hero-copy {
    grid-template-columns: 1fr;
    min-height: 564px;
    padding: 64px 0 26px;
  }
  .hero-intro {
    padding-left: 20px;
  }
  .hero-intro .hero-text {
    font-size: clamp(2.55rem, 10vw, 3.85rem);
    line-height: 1.01;
  }
  .hero-action {
    padding-top: 20px;
  }
}

/* Suaviza a mensagem principal e simplifica a área de agendamento. */
.hero-intro .hero-text {
  color: transparent;
  background: linear-gradient(110deg, #fffdfb 0%, #f2c7c1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 10px 30px rgba(0,0,0,.12);
}
.hero-action {
  border-top: 0;
}

/* Reflexo acetinado lento na mensagem principal. */
.hero-intro .hero-text {
  background: linear-gradient(110deg, #fffdfb 14%, #f2c7c1 42%, #fffdfb 62%, #e8aaa2 88%);
  background-size: 220% 100%;
  font-style: italic;
  letter-spacing: .008em;
  animation: hero-satin 9s ease-in-out infinite alternate;
}
@keyframes hero-satin {
  from { background-position: 0% 50%; }
  to { background-position: 100% 50%; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-intro .hero-text {
    animation: none;
    background-position: 50% 50%;
  }
}

/* Evita fundo de degradê no parágrafo da abertura. */
.hero-intro .hero-text {
  color: #f8e8e5;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  text-shadow: 0 10px 30px rgba(0,0,0,.14);
  animation: none;
}

/* Abertura mais ampla e informações finais de confiança. */
.hero-copy {
  grid-template-columns: minmax(0, 1fr);
}
.hero-intro {
  max-width: 1020px;
}
.hero-intro .hero-text {
  max-width: 1020px;
}
.trust {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr);
  gap: clamp(34px, 8vw, 120px);
  align-items: center;
  padding: 78px clamp(20px, 7vw, 104px);
  background: #fbf7f4;
}
.trust-reviews {
  max-width: 760px;
}
.trust h2 {
  font-size: clamp(2rem, 3.2vw, 3.25rem);
}
.trust-reviews > p:last-child {
  margin: 18px 0 0;
  color: var(--muted);
}
.trust-reviews a {
  color: var(--rose-deep);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(166,94,85,.45);
  text-underline-offset: 4px;
}
.reimbursement-note {
  padding: 30px 32px;
  border-left: 4px solid var(--rose);
  background: #fffafa;
  color: var(--muted);
}
.reimbursement-note p {
  margin: 0;
}
.reimbursement-note p + p {
  margin-top: 16px;
}
.reimbursement-note p:first-child {
  color: var(--ink);
  font-weight: 600;
}
@media (max-width: 780px) {
  .trust {
    grid-template-columns: 1fr;
    padding-top: 62px;
    padding-bottom: 62px;
  }
  .reimbursement-note {
    padding: 26px 24px;
  }
}

/* Avaliações reais: um depoimento por vez, com navegação opcional. */
.reviews-carousel {
  margin-top: 30px;
  padding: 27px 30px 22px;
  border-left: 3px solid #d9958d;
  background: #fffafa;
}
.review-slide {
  min-height: 148px;
  margin: 0;
}
.review-slide blockquote {
  margin: 0;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.28rem, 2vw, 1.72rem);
  font-weight: 500;
  line-height: 1.32;
}
.review-slide figcaption {
  margin-top: 18px;
  color: var(--rose-deep);
  font-size: .84rem;
  font-weight: 700;
}
.review-slide figcaption span {
  color: var(--muted);
  font-weight: 500;
}
.reviews-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 700;
}
.review-control {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #d9b9b2;
  border-radius: 50%;
  background: transparent;
  color: var(--rose-deep);
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
}
.review-control:hover {
  background: var(--rose);
  color: #fff;
}
.reviews-link {
  margin-top: 18px !important;
}
@media (max-width: 780px) {
  .reviews-carousel {
    padding: 24px 22px 20px;
  }
  .review-slide {
    min-height: 192px;
  }
}

/* Versão compacta do bloco de avaliações. */
.trust {
  padding-top: 56px;
  padding-bottom: 56px;
}
.trust h2 {
  font-size: clamp(1.65rem, 2.55vw, 2.5rem);
  line-height: 1.16;
}
.reviews-carousel {
  margin-top: 22px;
  padding: 21px 25px 17px;
}
.review-slide {
  min-height: 116px;
}
.review-slide blockquote {
  font-size: clamp(1.1rem, 1.55vw, 1.38rem);
  line-height: 1.35;
}
.review-slide figcaption {
  margin-top: 12px;
}
.reviews-controls {
  margin-top: 15px;
}
.reviews-link {
  margin-top: 14px !important;
}
.reimbursement-note {
  padding: 25px 28px;
}
@media (max-width: 780px) {
  .trust {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .reviews-carousel {
    padding: 20px 21px 16px;
  }
  .review-slide {
    min-height: 154px;
  }
  .reimbursement-note {
    padding: 23px 22px;
  }
}

/* Agendamento mais compacto, mantendo a área de ação confortável. */
.contact {
  padding-top: 52px;
  padding-bottom: 52px;
}
.contact-panel {
  gap: 17px;
  padding: 23px 25px;
}
.contact-copy > p:last-child {
  margin-top: 12px;
}
@media (max-width: 780px) {
  .contact {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .contact-panel {
    padding: 21px;
  }
}

/* Carrossel adaptado ao conteúdo, sem altura reservada desnecessária. */
.trust {
  padding-top: 42px;
  padding-bottom: 42px;
}
.trust h2 {
  font-size: clamp(1.45rem, 2.2vw, 2.1rem);
}
.reviews-carousel {
  margin-top: 16px;
  padding: 17px 21px 14px;
}
.review-slide {
  min-height: 0;
}
.review-slide blockquote {
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.3;
}
.review-slide figcaption {
  margin-top: 9px;
  font-size: .76rem;
}
.reviews-controls {
  margin-top: 10px;
  gap: 9px;
}
.review-control {
  width: 27px;
  height: 27px;
  font-size: 1.2rem;
}
.reviews-link {
  margin-top: 11px !important;
}
@media (max-width: 780px) {
  .trust {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .review-slide {
    min-height: 0;
  }
  .reviews-carousel {
    padding: 17px 19px 14px;
  }
}

/* Identificação da profissional e mensagem pessoal. */
.statement-portrait {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  margin: 0;
}
.statement-portrait img {
  min-height: 0;
}
.statement-portrait figcaption {
  display: grid;
  gap: 2px;
  padding: 15px 0 0;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.4;
}
.statement-portrait figcaption strong {
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 500;
}
.personal-note {
  padding: 58px clamp(20px, 7vw, 104px);
  background: #fbf7f4;
  text-align: center;
}
.personal-note blockquote {
  max-width: 850px;
  margin: 0 auto;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  font-weight: 500;
  line-height: 1.22;
}
.personal-note p {
  margin: 18px 0 0;
  color: var(--rose-deep);
  font-size: .9rem;
  font-weight: 700;
}
@media (max-width: 780px) {
  .statement-portrait figcaption {
    padding-top: 12px;
  }
  .personal-note {
    padding-top: 46px;
    padding-bottom: 46px;
  }
}

/* Citação pessoal mais leve e ampla. */
.personal-note {
  padding-top: 46px;
  padding-bottom: 46px;
}
.personal-note blockquote {
  max-width: 1080px;
  color: #5a4642;
  font-size: clamp(1.25rem, 1.85vw, 1.7rem);
  font-style: italic;
  line-height: 1.45;
  text-wrap: balance;
}
.personal-note p {
  margin-top: 14px;
  font-size: .82rem;
}
@media (max-width: 780px) {
  .personal-note {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .personal-note blockquote {
    max-width: 100%;
    font-size: clamp(1.16rem, 5.2vw, 1.38rem);
    line-height: 1.42;
  }
}

/* Separação suave antes da mensagem pessoal. */
.personal-note::before {
  content: "";
  display: block;
  width: min(760px, 72vw);
  height: 1px;
  margin: 0 auto 30px;
  background: #ded1cc;
}
@media (max-width: 780px) {
  .personal-note::before {
    width: min(300px, 74vw);
    margin-bottom: 24px;
  }
}

/* Horário de funcionamento no contato. */
.contact-hours {
  display: grid;
  gap: 2px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.74);
  font-size: .88rem;
}
.contact-hours strong {
  color: #f0bbb5;
  font-size: .72rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

/* Correção exclusiva para celular: logo contido e abertura sem vazio superior. */
@media (max-width: 780px) {
  .header {
    height: 132px;
  }
  .header .brand {
    width: 190px;
    height: 108px;
  }
  .header .brand img {
    width: auto;
    max-width: 100%;
    max-height: 108px;
    object-fit: contain;
  }
  nav {
    top: 124px;
  }
  .hero {
    min-height: 650px;
    padding-top: 132px;
  }
  .hero-copy {
    min-height: 518px;
    padding-top: 38px;
    padding-bottom: 24px;
  }
  .hero-intro {
    align-self: start;
  }
}

/* Mobile: aproxima a ação da mensagem principal sem alterar a composição desktop. */
@media (max-width: 780px) {
  .hero {
    min-height: auto;
    padding-bottom: 46px;
  }
  .hero-copy {
    display: flex;
    min-height: 0;
    padding-top: 34px;
    padding-bottom: 0;
  }
  .hero-action {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 24px;
    padding-top: 0;
  }
  .space-heading h2 span {
    display: block;
  }
}
