:root {
  --verde: #0f6459;
  --verde-profundo: #083f38;
  --verde-claro: #dceae6;
  --laranja: #f88868;
  --laranja-claro: #fde5dc;
  --branco: #ffffff;
  --bege: #f5eee8;
  --bege-claro: #fbf8f5;
  --texto: #173c37;
  --texto-suave: #657772;
  --linha: rgba(15, 100, 89, 0.16);
  --sombra: 0 24px 70px rgba(8, 63, 56, 0.1);
  --raio: 1.5rem;
  --largura: 76rem;
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

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

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5.5rem;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--texto);
  background: var(--branco);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

body > a[href="#conteudo-principal"] {
  position: fixed;
  z-index: 1000;
  top: 1rem;
  left: 1rem;
  padding: 0.7rem 1rem;
  color: var(--branco);
  background: var(--verde-profundo);
  border-radius: 999px;
  transform: translateY(-200%);
  transition: transform 180ms ease;
}

body > a[href="#conteudo-principal"]:focus {
  transform: translateY(0);
}

a {
  color: inherit;
  text-decoration: none;
}

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

figure,
blockquote {
  margin: 0;
}

ul,
ol {
  margin: 0;
}

p {
  margin: 0 0 1.25rem;
  color: var(--texto-suave);
}

h1,
h2,
h3,
h4 {
  margin: 0;
  color: var(--verde-profundo);
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.05;
  text-wrap: balance;
}

h1 {
  max-width: 13ch;
  font-size: clamp(3.2rem, 7.8vw, 7.5rem);
  letter-spacing: -0.055em;
}

h2 {
  max-width: 17ch;
  font-size: clamp(2.6rem, 5vw, 5.2rem);
  letter-spacing: -0.045em;
}

h3 {
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
  letter-spacing: -0.025em;
}

section {
  position: relative;
  padding: clamp(5.5rem, 10vw, 9.5rem) max(1.5rem, calc((100vw - var(--largura)) / 2));
}

section > header {
  margin-bottom: clamp(3rem, 6vw, 5.5rem);
}

section > header > p:first-child,
section > div > p:first-child,
#inicio > div > p:first-child {
  margin-bottom: 1rem;
  color: var(--laranja);
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

section > header > h2 + p {
  max-width: 38rem;
  margin-top: 1.5rem;
  font-size: 1.08rem;
}

/* Cabeçalho */

body > header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  padding: 1.1rem max(1.5rem, calc((100vw - var(--largura)) / 2));
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--linha);
  backdrop-filter: blur(16px);
  transition:
    background-color 240ms ease,
    border-color 240ms ease,
    box-shadow 240ms ease;
}

body {
  padding-top: 4.7rem;
}

body > header.menu-rolado {
  background: rgba(245, 238, 232, 0.66);
  border-bottom-color: rgba(15, 100, 89, 0.08);
  box-shadow: 0 10px 32px rgba(8, 63, 56, 0.07);
  -webkit-backdrop-filter: blur(18px) saturate(120%);
  backdrop-filter: blur(18px) saturate(120%);
}

body > header > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  max-width: var(--largura);
  min-height: 3.5rem;
  margin: 0 auto;
}

body > header > div > a:first-child {
  flex: 0 0 auto;
}

.marca-cabecalho {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

body > header .marca-cabecalho .marca-simbolo {
  width: 2.7rem;
  height: 2.7rem;
  flex: 0 0 2.7rem;
  object-fit: contain;
}

body > header .marca-cabecalho .marca-logotipo {
  width: auto;
  height: 2.55rem;
  object-fit: contain;
}

body > header > div > a:first-child img {
  width: auto;
  height: 4.25rem;
  object-fit: contain;
}

body > header nav > ul {
  display: flex;
  align-items: center;
  gap: clamp(1.1rem, 2.5vw, 2.4rem);
  padding: 0;
  list-style: none;
}

body > header nav a,
body > header summary {
  color: var(--texto);
  font-size: 0.87rem;
  font-weight: 500;
  cursor: pointer;
  transition: color 180ms ease;
}

body > header nav a:hover,
body > header summary:hover {
  color: var(--laranja);
}

body > header nav .menu-destaque {
  padding: 0.65rem 1rem;
  color: var(--verde-profundo);
  background: var(--laranja-claro);
  border: 1px solid rgba(248, 136, 104, 0.34);
  border-radius: 999px;
}

body > header nav .menu-destaque:hover {
  color: var(--branco);
  background: var(--laranja);
  border-color: var(--laranja);
}

body > header details {
  position: relative;
}

body > header summary {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  list-style: none;
}

body > header summary::-webkit-details-marker {
  display: none;
}

body > header summary::after {
  width: 0.4rem;
  height: 0.4rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
  transform: translateY(-0.15rem) rotate(45deg);
  transition: transform 180ms ease;
}

body > header details[open] summary::after {
  transform: translateY(0.1rem) rotate(225deg);
}

body > header details ul {
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  width: 18rem;
  padding: 0.75rem;
  background: var(--branco);
  border: 1px solid var(--linha);
  border-radius: 1rem;
  box-shadow: var(--sombra);
  list-style: none;
  transform: translateX(-50%);
}

body > header details li + li {
  border-top: 1px solid var(--linha);
}

body > header details li a {
  display: block;
  padding: 0.8rem 0.7rem;
}

body > header > div > a:last-child,
#inicio > div > div a:first-child,
#sobre > div > a,
#servicos article a,
#contato button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0.75rem 1.35rem;
  color: var(--branco);
  background: var(--verde);
  border: 1px solid var(--verde);
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

body > header > div > a:last-child:hover,
#inicio > div > div a:first-child:hover,
#sobre > div > a:hover,
#servicos article a:hover,
#contato button:hover {
  background: var(--laranja);
  border-color: var(--laranja);
  transform: translateY(-2px);
}

/* Hero */

#inicio {
  display: flex;
  align-items: center;
  min-height: max(43rem, calc(100vh - 5rem));
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      rgba(6, 47, 42, 0.9) 0%,
      rgba(8, 63, 56, 0.75) 42%,
      rgba(8, 63, 56, 0.22) 76%,
      rgba(8, 63, 56, 0.12) 100%
    ),
    url("imagens/hero.jpg") center center / cover no-repeat;
}

#inicio::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), transparent 28%),
    linear-gradient(0deg, rgba(6, 47, 42, 0.32), transparent 34%);
  content: "";
}

#inicio > div {
  position: relative;
  z-index: 1;
  width: min(100%, 50rem);
  padding: clamp(2rem, 4vw, 4rem) 0;
}

#inicio h1 {
  max-width: none;
  color: var(--branco);
  font-size: clamp(4rem, 6.2vw, 6.3rem);
  white-space: nowrap;
  text-shadow: 0 2px 25px rgba(0, 0, 0, 0.16);
}

#inicio > div {
  width: min(100%, 68rem);
}

#inicio .hero-subtitulo {
  max-width: 38rem;
  margin: 1.8rem 0 0.75rem;
  color: var(--branco);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
  line-height: 1.25;
}

#inicio .hero-descricao {
  max-width: 36rem;
  margin: 0 0 2rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
}

#inicio > div > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

#inicio > div > div a:last-child {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.35rem;
  color: var(--branco);
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

#inicio > div > div a:first-child {
  background: var(--laranja);
  border-color: var(--laranja);
}

#inicio > div > div a:first-child:hover {
  color: var(--verde-profundo);
  background: var(--branco);
  border-color: var(--branco);
}

#inicio > div > div a:last-child:hover {
  color: var(--verde-profundo);
  background: var(--branco);
  border-color: var(--branco);
}

#inicio > div > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  margin-top: 3rem;
  padding: 1.4rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  list-style: none;
  text-transform: uppercase;
}

#inicio > div > ul li::before {
  margin-right: 0.65rem;
  color: var(--laranja);
  content: "✦";
}

/* Caminhos de cuidado */

.caminhos {
  overflow: hidden;
  background: var(--verde-profundo);
}

.caminhos::before {
  position: absolute;
  top: -18rem;
  left: 50%;
  width: 55rem;
  height: 25rem;
  background: rgba(248, 136, 104, 0.1);
  border: 1px solid rgba(248, 136, 104, 0.18);
  border-radius: 50%;
  content: "";
  transform: translateX(-50%);
}

.caminhos-cabecalho {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 2rem 6rem;
}

.caminhos-cabecalho > p:first-child {
  grid-column: 1 / -1;
}

.caminhos-cabecalho h2 {
  color: var(--branco);
}

.caminhos-cabecalho > p:last-child {
  color: rgba(255, 255, 255, 0.62);
}

.caminhos-grade {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  gap: 1rem;
}

.caminho-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 26rem;
  padding: clamp(1.7rem, 3vw, 2.5rem);
  overflow: hidden;
  background: #f9f4ef;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.4rem;
  transition:
    box-shadow 220ms ease,
    transform 220ms ease;
}

.caminho-card::before {
  position: absolute;
  top: -3.5rem;
  right: -3.5rem;
  width: 9rem;
  height: 9rem;
  background: var(--verde-claro);
  border-radius: 50%;
  content: "";
  opacity: 0.52;
}

.caminho-card:hover {
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.16);
  transform: translateY(-5px);
}

.caminho-numero {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  margin-bottom: 3.5rem;
  color: var(--verde);
  background: var(--branco);
  border: 1px solid var(--linha);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 1.1rem;
}

.caminho-card h3 {
  min-height: 2.15em;
  margin-bottom: 1.2rem;
  font-size: clamp(1.65rem, 2.2vw, 2.25rem);
}

.caminho-card > p:not(.caminho-selo) {
  font-size: 0.9rem;
}

.caminho-card > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  padding-top: 1.2rem;
  color: var(--verde);
  border-top: 1px solid var(--linha);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.caminho-card > a span {
  font-size: 1.15rem;
  transition: transform 180ms ease;
}

.caminho-card > a:hover span {
  transform: translateX(0.3rem);
}

.caminho-card-destaque {
  color: var(--verde-profundo);
  background:
    linear-gradient(
      145deg,
      #fde5dc,
      #fbd5c8
    );
  border-color: rgba(248, 136, 104, 0.38);
  box-shadow:
    0 24px 58px rgba(248, 136, 104, 0.2),
    0 0 0 1px rgba(248, 136, 104, 0.12);
}

.caminho-card-destaque::before {
  background: rgba(255, 255, 255, 0.2);
}

.caminho-card-destaque:hover {
  box-shadow:
    0 28px 65px rgba(248, 136, 104, 0.26),
    0 0 0 1px rgba(248, 136, 104, 0.18);
  transform: translateY(-5px);
}

.caminho-card-destaque h3,
.caminho-card-destaque > a {
  color: var(--verde-profundo);
}

.caminho-card-destaque > p:not(.caminho-selo) {
  color: rgba(8, 63, 56, 0.78);
}

.caminho-card-destaque .caminho-numero {
  color: var(--verde-profundo);
  border-color: rgba(255, 255, 255, 0.42);
}

.caminho-selo {
  position: absolute;
  top: 2.25rem;
  right: 2rem;
  margin: 0;
  color: var(--verde-profundo);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.caminho-card-destaque > a {
  border-top-color: rgba(8, 63, 56, 0.2);
}

/* Públicos */

.publicos {
  background: var(--verde-profundo);
}

.publicos h2,
.publicos h3 {
  color: var(--branco);
}

.publicos > header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 3rem;
}

.publicos > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.publicos article {
  min-height: 25rem;
  padding: 2.5rem;
}

.publicos article + article {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.publicos article > p:first-child {
  color: var(--laranja);
  font-family: var(--serif);
  font-size: 1.6rem;
}

.publicos article h3 {
  margin: 3rem 0 1.2rem;
}

.publicos article p {
  color: rgba(255, 255, 255, 0.64);
}

.publicos article a {
  display: inline-block;
  margin-top: 1rem;
  color: var(--branco);
  border-bottom: 1px solid var(--laranja);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Sobre */

#sobre {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(19rem, 0.72fr);
  align-items: center;
  gap: clamp(3.5rem, 8vw, 7rem);
  background: var(--bege);
}

#sobre img {
  width: 100%;
  aspect-ratio: 0.78;
  object-fit: cover;
  object-position: center top;
  border-radius: 0.85rem;
}

#sobre h2 {
  margin-bottom: 2rem;
}

#sobre .sobre-conteudo > p:not(:first-child) {
  max-width: 46rem;
}

#sobre .sobre-acao {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

#sobre .sobre-acao a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.8rem 1.5rem;
  color: var(--verde-profundo);
  background: var(--laranja);
  border: 1px solid var(--laranja);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

#sobre .sobre-acao a:hover {
  color: var(--branco);
  background: var(--verde);
  border-color: var(--verde);
  transform: translateY(-2px);
}

#sobre .sobre-estatisticas {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin: 1rem 0 0;
  color: var(--branco);
  background: var(--verde);
  border-radius: 0.85rem;
  overflow: hidden;
}

#sobre .sobre-estatisticas div {
  padding: 1.25rem 1rem;
  text-align: center;
}

#sobre .sobre-estatisticas div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

#sobre .sobre-estatisticas dt {
  color: var(--branco);
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1;
}

#sobre .sobre-estatisticas dd {
  margin: 0.4rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Integração psicodélica */

.integracao-psicodelica {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: clamp(42rem, 78vw, 54rem);
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      rgba(6, 47, 42, 0.08) 0%,
      rgba(6, 47, 42, 0.24) 40%,
      rgba(6, 47, 42, 0.82) 72%,
      rgba(6, 47, 42, 0.94) 100%
    ),
    url("imagens/hero2.jpg") center center / cover no-repeat;
}

.integracao-psicodelica::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), transparent 25%),
    linear-gradient(0deg, rgba(6, 47, 42, 0.2), transparent 35%);
  content: "";
}

.integracao-imagem {
  display: none;
}

.integracao-conteudo {
  position: relative;
  z-index: 1;
  width: min(50%, 40rem);
  padding: clamp(2rem, 5vw, 5rem) 0;
}

.integracao-conteudo > p:first-child {
  margin-bottom: 1rem;
  color: var(--laranja);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.integracao-conteudo h2 {
  margin-bottom: 2rem;
  color: var(--branco);
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.18);
}

.integracao-conteudo h2 + p {
  max-width: 39rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
}

.integracao-conteudo > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  margin-top: 1rem;
  padding: 0.8rem 1.5rem;
  color: var(--verde-profundo);
  background: var(--laranja);
  border: 1px solid var(--laranja);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.integracao-conteudo > a:hover {
  color: var(--verde-profundo);
  background: var(--branco);
  border-color: var(--branco);
  transform: translateY(-2px);
}

/* Depoimentos */

.depoimentos {
  overflow: hidden;
  background: var(--bege-claro);
}

.depoimentos::before {
  position: absolute;
  top: -11rem;
  right: -8rem;
  width: 27rem;
  height: 27rem;
  border: 1px solid rgba(248, 136, 104, 0.2);
  border-radius: 44% 56% 63% 37%;
  content: "";
  transform: rotate(18deg);
}

.depoimentos-cabecalho {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

.depoimentos-controles {
  display: flex;
  flex: 0 0 auto;
  gap: 0.65rem;
}

.depoimentos-seta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0;
  color: var(--verde-profundo);
  background: var(--branco);
  border: 1px solid var(--linha);
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.25rem;
  transition:
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.depoimentos-seta:hover:not(:disabled) {
  color: var(--branco);
  background: var(--laranja);
  border-color: var(--laranja);
  transform: translateY(-2px);
}

.depoimentos-seta:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.depoimentos-janela {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  padding: 0.4rem 0 2.2rem;
  scrollbar-width: none;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.depoimentos-janela::-webkit-scrollbar {
  display: none;
}

.depoimentos-trilha {
  display: grid;
  grid-auto-columns: calc((100% - 1.5rem) / 2);
  grid-auto-flow: column;
  gap: 1.5rem;
}

.depoimento {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 25rem;
  padding: clamp(2rem, 4vw, 3.2rem);
  background: var(--branco);
  border: 1px solid var(--linha);
  border-radius: 1rem;
  box-shadow: 0 18px 45px rgba(8, 63, 56, 0.06);
  scroll-snap-align: start;
}

.depoimento::after {
  position: absolute;
  bottom: -1.15rem;
  left: 4.5rem;
  width: 2.3rem;
  height: 2.3rem;
  background: var(--branco);
  border-right: 1px solid var(--linha);
  border-bottom: 1px solid var(--linha);
  content: "";
  transform: rotate(45deg);
}

.depoimento-estrelas {
  margin-bottom: 1.7rem;
  color: var(--laranja);
  font-size: 1.25rem;
  letter-spacing: 0.18em;
  line-height: 1;
}

.depoimento blockquote {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.depoimento blockquote > p {
  color: var(--texto);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  line-height: 1.42;
}

.depoimento blockquote footer {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin-top: auto;
  padding-top: 2rem;
}

.depoimento cite {
  color: var(--verde);
  font-style: normal;
  font-weight: 600;
}

.depoimento time {
  color: var(--texto-suave);
  font-size: 0.82rem;
}

.depoimentos-acao {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

.depoimentos-acao a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.8rem 1.55rem;
  color: var(--verde-profundo);
  background: var(--laranja);
  border: 1px solid var(--laranja);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.depoimentos-acao a:hover {
  color: var(--branco);
  background: var(--verde);
  border-color: var(--verde);
  transform: translateY(-2px);
}

/* Situações em que posso ajudar */

.situacoes {
  color: var(--branco);
  background:
    radial-gradient(
      circle at 85% 12%,
      rgba(255, 255, 255, 0.08),
      transparent 27%
    ),
    #647c73;
}

.situacoes > header {
  margin-bottom: clamp(3.5rem, 7vw, 6rem);
}

.situacoes > header h2 {
  max-width: 22ch;
  color: var(--branco);
}

.situacoes > header > p:first-child {
  color: var(--laranja-claro);
}

.situacoes-grade {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
}

.situacao-card {
  position: relative;
  padding-top: 0.5rem;
}

.situacao-card + .situacao-card {
  padding-left: clamp(1.5rem, 3vw, 3rem);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.situacao-icone {
  position: relative;
  display: block;
  width: 5rem;
  height: 5rem;
  margin-bottom: 2.4rem;
  border: 0;
  border-radius: 0;
}

.situacao-icone img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.situacao-card h3 {
  min-height: 2.2em;
  margin-bottom: 1.2rem;
  color: var(--branco);
  font-size: clamp(1.45rem, 2vw, 2rem);
}

.situacao-card p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
  line-height: 1.65;
}

/* Como funciona */

.processo {
  background:
    radial-gradient(
      circle at 10% 85%,
      rgba(255, 255, 255, 0.48),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      #fde5dc 0%,
      #f8e9df 48%,
      var(--bege) 100%
    );
}

.processo-painel {
  padding: clamp(2.5rem, 6vw, 5.5rem);
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(15, 100, 89, 0.14);
  border-radius: clamp(1.5rem, 4vw, 3.5rem);
}

.processo-painel > header {
  max-width: 62rem;
  margin: 0 auto clamp(3.5rem, 7vw, 6rem);
  text-align: center;
}

.processo-painel > header > p:first-child {
  margin-bottom: 1rem;
  color: var(--verde-profundo);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.processo-painel > header h2 {
  max-width: none;
  color: var(--verde-profundo);
}

.processo-painel > header h2 + p {
  max-width: 45rem;
  margin: 1.5rem auto 0;
  color: rgba(8, 63, 56, 0.72);
  font-size: 1.05rem;
}

.processo > .processo-painel > ol {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(2rem, 6vw, 6rem);
  padding: 0;
  border: 0;
  list-style: none;
}

.processo > .processo-painel > ol::before {
  position: absolute;
  top: 2rem;
  right: 16.5%;
  left: 16.5%;
  height: 1px;
  background: rgba(8, 63, 56, 0.34);
  content: "";
}

.processo > .processo-painel > ol > li {
  position: relative;
  z-index: 1;
  padding: 0;
  text-align: center;
}

.processo > .processo-painel > ol > li + li {
  border-left: 0;
}

.processo-numero {
  display: inline-grid;
  width: 4rem;
  height: 4rem;
  color: var(--verde-profundo);
  background: var(--branco);
  border: 1px solid rgba(8, 63, 56, 0.25);
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(8, 63, 56, 0.1);
  font-family: var(--serif);
  font-size: 1.45rem;
  place-items: center;
}

.processo > .processo-painel li h3 {
  margin: 2.1rem 0 1rem;
  color: var(--verde-profundo);
}

.processo > .processo-painel li p {
  max-width: 20rem;
  margin: 0 auto;
  color: rgba(8, 63, 56, 0.7);
  font-size: 0.9rem;
}

/* Abordagem e processo */

#abordagem > header {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: end;
  gap: 4rem;
}

#abordagem > header > p:first-child {
  grid-column: 1 / -1;
}

#abordagem > header > p:last-child {
  align-self: end;
}

#abordagem > ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  border-top: 1px solid var(--linha);
  list-style: none;
}

#abordagem li {
  padding: 2.5rem;
}

#abordagem li + li {
  border-left: 1px solid var(--linha);
}

#abordagem article > p:first-child {
  color: var(--laranja);
  font-family: var(--serif);
  font-size: 1.5rem;
}

#abordagem article h3 {
  margin: 3rem 0 1rem;
}

/* Serviços */

#servicos {
  background: var(--bege-claro);
}

#servicos > header {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 2rem 5rem;
}

#servicos > header > p:first-child {
  width: 100%;
}

#servicos > header > p:last-child {
  max-width: 29rem;
}

#servicos > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

#servicos article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem 1.5rem;
  min-height: 19rem;
  padding: clamp(1.8rem, 4vw, 3.25rem);
  background: var(--branco);
  border: 1px solid var(--linha);
  border-radius: var(--raio);
  transition:
    box-shadow 220ms ease,
    transform 220ms ease;
}

#servicos article:hover {
  box-shadow: var(--sombra);
  transform: translateY(-4px);
}

#servicos article > p:first-child {
  grid-row: 1 / 4;
  color: var(--laranja);
  font-family: var(--serif);
  font-size: 1.35rem;
}

#servicos article p {
  max-width: 30rem;
}

#servicos article a {
  align-self: end;
  justify-self: start;
}

/* Manifesto */

.manifesto {
  overflow: hidden;
  padding-top: clamp(7rem, 13vw, 13rem);
  padding-bottom: clamp(7rem, 13vw, 13rem);
  background: var(--laranja);
  text-align: center;
}

.manifesto::before,
.manifesto::after {
  position: absolute;
  width: 24rem;
  height: 24rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 43% 57% 36% 64%;
  content: "";
}

.manifesto::before {
  top: -11rem;
  left: -8rem;
}

.manifesto::after {
  right: -9rem;
  bottom: -13rem;
}

.manifesto blockquote {
  position: relative;
  z-index: 1;
  max-width: 62rem;
  margin: 0 auto;
}

.manifesto blockquote p {
  color: var(--verde-profundo);
  font-family: var(--serif);
  font-size: clamp(2.5rem, 5vw, 5rem);
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.manifesto blockquote footer {
  margin-top: 2rem;
  color: var(--verde-profundo);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* Conteúdos */

#conteudos {
  background: var(--bege);
}

#conteudos > header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

#conteudos > header > a {
  padding-bottom: 0.3rem;
  color: var(--verde);
  border-bottom: 1px solid var(--laranja);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#conteudos > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

#conteudos article {
  overflow: hidden;
  background: var(--branco);
  border-radius: var(--raio);
}

#conteudos article > a {
  display: block;
  padding-bottom: 1.8rem;
}

#conteudos article figure {
  overflow: hidden;
}

#conteudos article img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
  filter: saturate(0.72);
  transition: transform 400ms ease;
}

#conteudos article:hover img {
  transform: scale(1.035);
}

#conteudos article p,
#conteudos article h3 {
  margin-right: 1.8rem;
  margin-left: 1.8rem;
}

#conteudos article > a > p:first-of-type {
  margin-top: 1.5rem;
  margin-bottom: 0.7rem;
  color: var(--laranja);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#conteudos article h3 {
  font-size: 1.65rem;
}

#conteudos article h3 + p {
  margin-top: 1rem;
  font-size: 0.9rem;
}

/* FAQ */

#conteudos + section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(3rem, 8vw, 8rem);
}

#conteudos + section details {
  border-top: 1px solid var(--linha);
}

#conteudos + section details:last-child {
  border-bottom: 1px solid var(--linha);
}

#conteudos + section summary {
  position: relative;
  padding: 1.5rem 3rem 1.5rem 0;
  color: var(--verde-profundo);
  font-family: var(--serif);
  font-size: 1.35rem;
  cursor: pointer;
  list-style: none;
}

#conteudos + section summary::-webkit-details-marker {
  display: none;
}

#conteudos + section summary::after {
  position: absolute;
  top: 50%;
  right: 0.4rem;
  color: var(--laranja);
  content: "+";
  font-family: var(--sans);
  font-size: 1.4rem;
  transform: translateY(-50%);
}

#conteudos + section details[open] summary::after {
  content: "−";
}

#conteudos + section details p {
  max-width: 38rem;
  padding: 0 3rem 1.4rem 0;
}

/* Contato */

#contato {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(3rem, 9vw, 9rem);
  color: var(--branco);
  background: var(--verde-profundo);
}

#contato h2 {
  color: var(--branco);
}

#contato > div > p:nth-of-type(2),
#contato address {
  max-width: 31rem;
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.66);
}

#contato address {
  font-style: normal;
}

#contato address ul {
  padding: 0;
  list-style: none;
}

#contato address li {
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

#contato form {
  padding: clamp(1.7rem, 4vw, 3.5rem);
  color: var(--texto);
  background: var(--branco);
  border-radius: var(--raio);
}

#contato form > div {
  margin-bottom: 1.2rem;
}

#contato label {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--verde-profundo);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

#contato input:not([type="checkbox"]),
#contato select,
#contato textarea {
  width: 100%;
  padding: 0.85rem 0;
  color: var(--texto);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--linha);
  border-radius: 0;
  outline: 0;
  font: inherit;
}

#contato input:focus,
#contato select:focus,
#contato textarea:focus {
  border-bottom-color: var(--laranja);
}

#contato form > div:has(input[type="checkbox"]) {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 0.6rem;
}

#contato form > div:has(input[type="checkbox"]) label {
  margin: 0;
  color: var(--texto-suave);
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
}

#contato button {
  cursor: pointer;
}

/* Rodapé */

body > footer {
  padding: 5rem max(1.5rem, calc((100vw - var(--largura)) / 2)) 1.5rem;
  color: rgba(255, 255, 255, 0.72);
  background: #062f2a;
}

body > footer > div:first-child {
  display: grid;
  grid-template-columns: 1.5fr 0.7fr 0.7fr;
  gap: 4rem;
  padding-bottom: 4rem;
}

body > footer > div:first-child > div:first-child > a {
  display: inline-block;
}

body > footer > div:first-child > div:first-child > a img {
  width: auto;
  height: 6rem;
  object-fit: contain;
}

body > footer > div:first-child > div:first-child p {
  max-width: 25rem;
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.52);
}

body > footer h2 {
  margin-bottom: 1rem;
  color: var(--laranja);
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

body > footer ul {
  padding: 0;
  list-style: none;
}

body > footer li {
  margin-bottom: 0.45rem;
}

body > footer a:hover {
  color: var(--laranja);
}

body > footer > div:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.7rem;
}

body > footer > div:last-child p {
  margin: 0;
  color: rgba(255, 255, 255, 0.46);
}

body > footer > div:last-child ul {
  display: flex;
  gap: 1.5rem;
}

/* Rodapé da Ravena */

.footer-ravena .footer-principal {
  grid-template-columns: minmax(0, 1.5fr) minmax(15rem, 0.75fr) 0.55fr;
  align-items: start;
}

.footer-ravena .footer-nome {
  margin: 0 0 1rem;
  color: var(--branco);
  font-family: var(--serif);
  font-size: 1.65rem;
  line-height: 1;
}

.footer-ravena .footer-apresentacao > p:not(.footer-nome) {
  max-width: 39rem;
  font-size: 0.82rem;
  line-height: 1.75;
}

.footer-ravena address {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
  font-style: normal;
  line-height: 1.65;
}

.footer-ravena address strong {
  color: var(--branco);
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 400;
}

.footer-ravena address a {
  color: var(--laranja);
  font-weight: 600;
}

.footer-ravena .footer-redes li {
  padding: 0.3rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-ravena .footer-whatsapp {
  display: flex;
  justify-content: center;
  padding: 0 0 4rem;
}

.footer-ravena .footer-whatsapp a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.3rem;
  padding: 0.85rem 1.65rem;
  color: var(--verde-profundo);
  background: var(--laranja);
  border: 1px solid var(--laranja);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.footer-ravena .footer-whatsapp a:hover {
  color: var(--verde-profundo);
  background: var(--branco);
  border-color: var(--branco);
  transform: translateY(-2px);
}

/* Refinamento geral de escala e conversão */

:root {
  --largura: 70rem;
}

body {
  font-size: 0.94rem;
}

h1 {
  font-size: clamp(2.8rem, 6vw, 5.5rem);
}

h2 {
  font-size: clamp(2.2rem, 4vw, 4rem);
}

h3 {
  font-size: clamp(1.4rem, 2vw, 1.9rem);
}

section {
  padding-top: clamp(3.8rem, 7vw, 6.5rem);
  padding-bottom: clamp(3.8rem, 7vw, 6.5rem);
}

section > header {
  margin-bottom: clamp(2.4rem, 4.5vw, 4rem);
}

body > header {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

body > header > div {
  min-height: 3rem;
}

body > header > div > a:first-child img {
  height: 3.3rem;
}

body > header nav > ul {
  gap: clamp(0.9rem, 2vw, 1.8rem);
}

body > header nav a {
  font-size: 0.78rem;
}

#inicio {
  min-height: max(35rem, calc(82vh - 4rem));
}

#inicio > div {
  width: min(100%, 43rem);
}

#inicio .hero-subtitulo {
  margin-top: 1.25rem;
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
}

#inicio .hero-descricao {
  max-width: 33rem;
  margin-bottom: 1.5rem;
  font-size: clamp(0.95rem, 1.35vw, 1.08rem);
}

#inicio > div > ul {
  margin-top: 2rem;
  padding-top: 1rem;
  font-size: 0.66rem;
}

.caminhos-cabecalho {
  gap: 1.5rem 4rem;
}

.caminhos-grade {
  gap: 0.8rem;
}

.caminho-card {
  min-height: 21rem;
  padding: clamp(1.4rem, 2.5vw, 2rem);
}

.caminho-numero {
  width: 2.8rem;
  height: 2.8rem;
  margin-bottom: 2.4rem;
  font-size: 0.95rem;
}

.caminho-card h3 {
  font-size: clamp(1.35rem, 1.8vw, 1.75rem);
}

#sobre {
  grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.88fr);
  gap: clamp(3rem, 6vw, 5.5rem);
}

#sobre h2 {
  margin-bottom: 1.4rem;
}

#sobre .sobre-conteudo > p:not(:first-child) {
  margin-bottom: 0.9rem;
  font-size: 0.87rem;
  line-height: 1.65;
}

#sobre .sobre-visual {
  justify-self: end;
  width: min(100%, 28rem);
}

#sobre img {
  aspect-ratio: 0.9;
}

#sobre .sobre-acao {
  margin-top: 1.8rem;
}

#sobre .sobre-estatisticas div {
  padding: 1rem 0.8rem;
}

#sobre .sobre-estatisticas dt {
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.integracao-psicodelica {
  min-height: clamp(34rem, 58vw, 42rem);
  background:
    linear-gradient(
      90deg,
      rgba(6, 47, 42, 0.04) 0%,
      rgba(6, 47, 42, 0.18) 38%,
      rgba(6, 47, 42, 0.82) 70%,
      rgba(6, 47, 42, 0.95) 100%
    ),
    url("imagens/hero2.jpg") 28% center / cover no-repeat;
}

.integracao-conteudo {
  width: min(47%, 35rem);
}

.integracao-conteudo h2 {
  margin-bottom: 1.3rem;
}

.integracao-conteudo h2 + p {
  font-size: clamp(0.95rem, 1.35vw, 1.08rem);
}

.depoimentos-trilha {
  gap: 1rem;
  grid-auto-columns: calc((100% - 1rem) / 2);
}

.depoimento {
  min-height: 20rem;
  padding: clamp(1.6rem, 3vw, 2.4rem);
}

.depoimento-estrelas {
  margin-bottom: 1.2rem;
  font-size: 1rem;
}

.depoimento blockquote > p {
  font-size: clamp(1.1rem, 1.7vw, 1.45rem);
}

.situacoes-grade {
  gap: clamp(1.2rem, 3vw, 3rem);
}

.situacao-icone {
  width: 4.2rem;
  height: 4.2rem;
  margin-bottom: 1.7rem;
}

.situacao-card h3 {
  font-size: clamp(1.2rem, 1.55vw, 1.55rem);
}

.situacao-card p {
  font-size: 0.8rem;
}

.processo-painel {
  padding: clamp(2rem, 4.5vw, 4rem);
}

.processo-painel > header {
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.processo-numero {
  width: 3.3rem;
  height: 3.3rem;
  font-size: 1.2rem;
}

.processo > .processo-painel > ol::before {
  top: 1.65rem;
}

.processo > .processo-painel li h3 {
  margin-top: 1.5rem;
}

#faq summary {
  font-size: 1.12rem;
}

.footer-ravena {
  padding-top: 3.5rem;
}

.footer-ravena .footer-principal {
  gap: 2.5rem;
  padding-bottom: 2.5rem;
}

.footer-ravena .footer-apresentacao > a img {
  height: 5.5rem;
}

.footer-ravena .footer-apresentacao > p:not(.footer-nome) {
  max-width: 36rem;
  font-size: 0.7rem;
  line-height: 1.65;
}

.footer-ravena address,
.footer-ravena .footer-redes {
  font-size: 0.74rem;
}

.footer-ravena address strong {
  font-size: 1.15rem;
}

.whatsapp-flutuante {
  position: fixed;
  z-index: 500;
  right: 1.25rem;
  bottom: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 3.2rem;
  padding: 0.8rem 1.15rem;
  color: var(--verde-profundo);
  background: var(--laranja);
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  box-shadow: 0 14px 35px rgba(8, 63, 56, 0.28);
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.whatsapp-flutuante img {
  width: 1.4rem;
  height: 1.4rem;
  object-fit: contain;
}

.whatsapp-flutuante:hover {
  color: var(--branco);
  background: var(--verde);
  transform: translateY(-2px);
}

/* Interações e responsividade */

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(248, 136, 104, 0.42);
  outline-offset: 4px;
}

@media (max-width: 960px) {
  body > header nav {
    display: none;
  }

  #inicio,
  #sobre,
  .integracao-psicodelica,
  #contato,
  #conteudos + section {
    grid-template-columns: 1fr;
  }

  .integracao-psicodelica {
    justify-content: flex-start;
    background:
      linear-gradient(
        90deg,
        rgba(6, 47, 42, 0.86),
        rgba(6, 47, 42, 0.62)
      ),
      url("imagens/hero2.jpg") center center / cover no-repeat;
  }

  .integracao-conteudo {
    width: min(100%, 42rem);
  }

  #inicio {
    padding-top: 6rem;
  }

  .caminhos-cabecalho {
    grid-template-columns: 1fr;
  }

  .caminhos-cabecalho > p:first-child {
    grid-column: auto;
  }

  .caminhos-grade {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .situacoes-grade {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2rem;
  }

  .situacao-card + .situacao-card {
    padding-left: 0;
    border-left: 0;
  }

  .situacao-card:nth-child(even) {
    padding-left: 2rem;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }

  .caminho-card-destaque,
  .caminho-card-destaque:hover {
    transform: none;
  }

  #inicio figure {
    justify-self: center;
    width: min(78vw, 31rem);
  }

  .publicos > div,
  #abordagem > ol {
    grid-template-columns: 1fr;
  }

  .publicos article {
    min-height: auto;
  }

  .publicos article + article,
  #abordagem li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

  #abordagem li + li {
    border-top-color: var(--linha);
  }

  .processo > .processo-painel > ol {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .processo > .processo-painel > ol::before {
    top: 2rem;
    bottom: 2rem;
    left: 50%;
    width: 1px;
    height: auto;
  }

  .processo > .processo-painel > ol > li {
    padding: 0 1rem 2rem;
    background: #f9e9df;
  }

  #conteudos > div {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  h1 {
    font-size: clamp(3rem, 16vw, 4.5rem);
  }

  h2 {
    font-size: clamp(2.5rem, 12vw, 3.7rem);
  }

  body > header > div > a:last-child {
    min-height: 2.7rem;
    padding: 0.55rem 0.9rem;
    font-size: 0.66rem;
  }

  #inicio {
    min-height: auto;
    background-position: 62% center;
  }

  #inicio > div > ul {
    display: grid;
  }

  .publicos > header,
  .depoimentos-cabecalho,
  .caminhos-cabecalho,
  #abordagem > header,
  #servicos > header,
  #conteudos > header {
    display: block;
  }

  #servicos > div,
  #conteudos > div {
    grid-template-columns: 1fr;
  }

  .depoimentos-trilha {
    grid-auto-columns: 88%;
  }

  .caminhos-grade {
    grid-template-columns: 1fr;
  }

  .situacoes-grade {
    grid-template-columns: 1fr;
  }

  .situacao-card:nth-child(even) {
    padding-left: 0;
    border-left: 0;
  }

  .situacao-card + .situacao-card {
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .caminho-card {
    min-height: 22rem;
  }

  #servicos article {
    min-height: 17rem;
  }

  body > footer > div:first-child {
    grid-template-columns: 1fr 1fr;
  }

  body > footer > div:first-child > div:first-child {
    grid-column: 1 / -1;
  }

  body > footer > div:last-child {
    align-items: flex-start;
    flex-direction: column;
  }

  body > footer > div:last-child ul {
    flex-direction: column;
    gap: 0;
  }
}

/* Sobre na página inicial: retrato amplo com indicadores sobrepostos */
#sobre {
  grid-template-columns: minmax(0, .82fr) minmax(30rem, 1.18fr);
  align-items: stretch;
  min-height: clamp(46rem, 70vw, 57rem);
  gap: clamp(3rem, 7vw, 7rem);
}

#sobre .sobre-conteudo {
  align-self: center;
  width: min(100%, 35rem);
}

#sobre h2 {
  max-width: 10ch;
  margin-bottom: 1.6rem;
  font-size: clamp(3.3rem, 5.8vw, 6rem);
  line-height: .96;
}

#sobre .sobre-conteudo > p:not(:first-child) {
  max-width: 34rem;
  color: #536d68;
  font-size: 1.03rem;
  line-height: 1.8;
}

#sobre .sobre-acao {
  justify-content: flex-start;
  margin-top: 2rem;
}

#sobre .sobre-visual {
  position: relative;
  align-self: stretch;
  justify-self: end;
  width: min(100%, 37rem);
  min-height: clamp(38rem, 60vw, 49rem);
}

#sobre .sobre-visual figure {
  width: 100%;
  height: 100%;
}

#sobre .sobre-visual img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center top;
  border-radius: 1.1rem;
}

#sobre .sobre-estatisticas {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
  z-index: 2;
  width: auto;
  margin: 0;
  background: rgba(8, 63, 56, .92);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 18px 42px rgba(8, 63, 56, .24);
  backdrop-filter: blur(10px);
}

@media (max-width: 960px) {
  #sobre {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  #sobre .sobre-conteudo { width: min(100%, 42rem); }
  #sobre h2 { max-width: 12ch; }
  #sobre .sobre-visual {
    justify-self: start;
    width: min(100%, 40rem);
    min-height: 42rem;
  }
}

@media (max-width: 680px) {
  #sobre .sobre-visual { min-height: 34rem; }
  #sobre .sobre-estatisticas { right: .75rem; bottom: .75rem; left: .75rem; }
  #sobre .sobre-estatisticas div { padding: 1rem .6rem; }
}

@media (max-width: 960px) {
  .footer-ravena .footer-principal {
    grid-template-columns: 1fr 1fr;
  }

  .footer-ravena .footer-apresentacao {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .footer-ravena .footer-principal {
    grid-template-columns: 1fr;
  }

  .footer-ravena .footer-apresentacao {
    grid-column: auto;
  }

  .footer-ravena .footer-whatsapp {
    justify-content: flex-start;
  }

  .whatsapp-flutuante {
    right: 0.8rem;
    bottom: 0.8rem;
    width: 3.2rem;
    padding: 0;
    font-size: 0;
    justify-content: center;
  }

  .whatsapp-flutuante img {
    width: 1.55rem;
    height: 1.55rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Sobre Ravena: retrato amplo e sem compressão */

#sobre {
  grid-template-columns: minmax(0, 1fr) minmax(27rem, 0.88fr);
  align-items: center;
  gap: clamp(3rem, 6vw, 5.5rem);
  padding-top: clamp(4rem, 6vw, 6rem);
  padding-bottom: clamp(4rem, 6vw, 6rem);
  padding-right: max(1.5rem, calc((100vw - var(--largura)) / 2));
}

#sobre .sobre-conteudo {
  width: min(100%, 41rem);
  padding-right: 0;
}

#sobre .sobre-visual {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: none;
}

#sobre img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center center;
  border-radius: 1rem;
}

#sobre .sobre-estatisticas {
  width: 100%;
  margin-top: 1rem;
  border-radius: 0.85rem;
}

/* Créditos e assinatura no rodapé */

.footer-base .footer-creditos {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(1rem, 2.5vw, 2rem);
}

.footer-base .footer-creditos > span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.6);
}

.footer-base .footer-creditos a:not(.leonetti-assinatura) {
  color: rgba(255, 255, 255, 0.82);
}

.leonetti-assinatura {
  display: inline-flex;
  align-items: baseline;
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1;
  text-transform: none;
  opacity: 0.72;
  transition: opacity 180ms ease;
}

.leonetti-assinatura strong {
  color: #91aaa4;
  font-weight: 600;
}

.leonetti-assinatura em {
  color: #c88f7f;
  font-weight: 500;
}

.leonetti-assinatura:hover {
  opacity: 1;
}

@media (max-width: 960px) {
  #sobre {
    grid-template-columns: 1fr;
    gap: 2.75rem;
    padding-right: clamp(1.5rem, 6vw, 4rem);
  }

  #sobre .sobre-conteudo {
    width: 100%;
    padding-right: 0;
  }

  #sobre img {
    min-height: 0;
    aspect-ratio: 1 / 1;
    border-radius: 1rem;
  }

  #sobre .sobre-estatisticas {
    border-radius: 0.85rem;
  }
}

@media (max-width: 680px) {
  .footer-base .footer-creditos {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.7rem;
  }
}

/* Consolidação final da seção Sobre */
#sobre {
  grid-template-columns: minmax(0, .95fr) minmax(27rem, 1.05fr);
  align-items: center;
  min-height: clamp(42rem, 62vw, 50rem);
  gap: clamp(3rem, 6vw, 5.5rem);
}

#sobre .sobre-conteudo {
  align-self: center;
  width: min(100%, 35rem);
}

#sobre h2 {
  max-width: 10ch;
  margin-bottom: 1.6rem;
  font-size: clamp(3.3rem, 5.8vw, 6rem);
  line-height: .96;
}

#sobre .sobre-conteudo > p:not(:first-child) {
  max-width: 34rem;
  color: #536d68;
  font-size: 1.03rem;
  line-height: 1.8;
}

#sobre .sobre-acao { justify-content: flex-start; margin-top: 2rem; }

#sobre .sobre-visual {
  position: relative;
  align-self: center;
  justify-self: end;
  display: block;
  width: min(100%, 31rem);
  height: clamp(36rem, 50vw, 43rem);
  min-height: 0;
}

#sobre .sobre-visual figure { width: 100%; height: 100%; }

#sobre .sobre-visual img,
#sobre img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center top;
  border-radius: 1.1rem;
}

#sobre .sobre-estatisticas {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
  z-index: 2;
  width: auto;
  margin: 0;
  background: rgba(8, 63, 56, .92);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 18px 42px rgba(8, 63, 56, .24);
  backdrop-filter: blur(10px);
}

@media (max-width: 960px) {
  #sobre { grid-template-columns: 1fr; min-height: auto; }
  #sobre .sobre-conteudo { width: min(100%, 42rem); }
  #sobre h2 { max-width: 12ch; }
  #sobre .sobre-visual {
    justify-self: start;
    width: min(100%, 34rem);
    height: 40rem;
    min-height: 0;
  }
}

@media (max-width: 680px) {
  #sobre .sobre-visual { width: 100%; height: 34rem; min-height: 0; }
  #sobre .sobre-estatisticas { right: .75rem; bottom: .75rem; left: .75rem; }
  #sobre .sobre-estatisticas div { padding: 1rem .6rem; }
}

/* Navegação contextual e hierarquia de conversão */
.navegacao-interna {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 3.5vw, 3rem);
  padding: 1.15rem max(1.5rem, calc((100vw - var(--largura)) / 2));
  overflow-x: auto;
  color: var(--verde-profundo);
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--linha);
  white-space: nowrap;
}

.navegacao-interna a {
  position: relative;
  padding: .3rem 0;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.navegacao-interna a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: var(--laranja);
  transform: scaleX(0);
  transition: transform .2s ease;
}
.navegacao-interna a:hover::after { transform: scaleX(1); }

#inicio .hero-acoes-inicio { display: flex; flex-wrap: wrap; gap: .8rem; }

#inicio > div > .hero-acoes-inicio .botao-principal,
.cta-orientacao .botao-principal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: .8rem 1.5rem;
  color: var(--branco);
  background: var(--verde);
  border: 1px solid var(--verde);
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

#inicio > div > .hero-acoes-inicio .botao-secundario {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: .8rem 1.5rem;
  color: var(--branco);
  background: transparent;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

#inicio > div > .hero-acoes-inicio .botao-principal:hover,
.cta-orientacao .botao-principal:hover {
  color: var(--verde-profundo);
  background: var(--laranja);
  border-color: var(--laranja);
  transform: translateY(-2px);
}
#inicio > div > .hero-acoes-inicio .botao-secundario:hover { color: var(--verde-profundo); background: var(--branco); border-color: var(--branco); transform: translateY(-2px); }

.cta-orientacao {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(2rem, 7vw, 7rem);
  color: var(--branco);
  background: var(--verde-profundo);
}
.cta-orientacao > div { max-width: 50rem; }
.cta-orientacao > div > p:first-child {
  color: var(--laranja);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.cta-orientacao h2 { max-width: 20ch; margin-bottom: 1rem; color: var(--branco); }
.cta-orientacao > div > p:last-child { max-width: 46rem; margin: 0; color: rgba(255,255,255,.7); }
.cta-orientacao .botao-principal { flex-shrink: 0; background: var(--verde); }

@media (min-width: 961px) {
  .caminhos-grade .caminho-card > p:not(.caminho-selo) { min-height: 7rem; }
}

@media (max-width: 760px) {
  .navegacao-interna { justify-content: flex-start; }
  .cta-orientacao { grid-template-columns: 1fr; }
  .cta-orientacao .botao-principal { justify-self: start; }
}

@media (max-width: 900px) {
  #inicio h1 {
    max-width: 13ch;
    font-size: clamp(3.4rem, 11vw, 5.3rem);
    white-space: normal;
  }
}

/* FAQ editorial */
#faq {
  display: grid;
  grid-template-columns: minmax(16rem, .7fr) minmax(0, 1.3fr);
  align-items: start;
  gap: clamp(3rem, 8vw, 8rem);
  padding-top: clamp(5rem, 8vw, 7.5rem);
  padding-bottom: clamp(5rem, 8vw, 7.5rem);
  background: var(--branco);
}

#faq > header {
  max-width: 28rem;
  padding-top: .35rem;
}

#faq > header > p {
  margin-bottom: .8rem;
  color: var(--laranja);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

#faq h2 {
  max-width: 11ch;
  font-size: clamp(2.6rem, 4.5vw, 4.5rem);
  line-height: 1;
}

#faq > div {
  border-top: 1px solid var(--linha);
}

#faq details {
  border-bottom: 1px solid var(--linha);
}

#faq summary {
  position: relative;
  padding: 1.55rem 4rem 1.55rem 0;
  color: var(--verde-profundo);
  font-family: var(--serif);
  font-size: clamp(1.12rem, 1.6vw, 1.42rem);
  line-height: 1.25;
  cursor: pointer;
  list-style: none;
}

#faq summary::-webkit-details-marker { display: none; }

#faq summary::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: grid;
  width: 2.15rem;
  height: 2.15rem;
  color: var(--verde-profundo);
  background: var(--laranja-claro);
  border-radius: 50%;
  content: "+";
  font-family: var(--sans);
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1;
  place-items: center;
  transform: translateY(-50%);
}

#faq details[open] summary::after { content: "−"; }
#faq details[open] summary { color: var(--verde); }

#faq details p {
  max-width: 43rem;
  margin: -.25rem 0 0;
  padding: 0 4rem 1.65rem 0;
  color: var(--texto-suave);
  font-size: .98rem;
  line-height: 1.75;
}

@media (max-width: 800px) {
  #faq { grid-template-columns: 1fr; gap: 2.5rem; }
  #faq h2 { max-width: 12ch; }
}

@media (max-width: 520px) {
  #faq summary { padding-right: 3rem; }
  #faq details p { padding-right: 1rem; }
}

/* Hierarquia final do hero */
#inicio > div {
  width: min(100%, 62rem);
  padding-top: clamp(3rem, 6vw, 5rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

#inicio .hero-chapeu {
  margin: 0 0 1.2rem;
  font-size: .68rem;
  letter-spacing: .18em;
  line-height: 1.4;
}

#inicio h1 {
  max-width: none;
  margin: 0;
  font-size: clamp(3.8rem, 5.4vw, 5.5rem);
  line-height: .94;
  letter-spacing: -.052em;
}

#inicio .hero-subtitulo {
  max-width: 34rem;
  margin: 1.45rem 0 .65rem;
  font-size: clamp(1.22rem, 1.75vw, 1.62rem);
  line-height: 1.28;
}

#inicio .hero-descricao {
  max-width: 36rem;
  margin: 0 0 1.65rem;
  font-size: clamp(.96rem, 1.25vw, 1.1rem);
  line-height: 1.65;
}

#inicio > div > .hero-acoes-inicio { gap: .75rem; }

#inicio > div > ul {
  gap: .65rem 1.35rem;
  max-width: 54rem;
  margin-top: 2.2rem;
  padding-top: 1.1rem;
  font-size: .68rem;
  letter-spacing: .075em;
}

@media (max-width: 900px) {
  #inicio h1 {
    max-width: 12ch;
    font-size: clamp(3.2rem, 10vw, 4.9rem);
    line-height: .96;
  }

  #inicio .hero-subtitulo { margin-top: 1.25rem; }
}

@media (max-width: 560px) {
  #inicio .hero-chapeu { max-width: 28rem; font-size: .62rem; }
  #inicio > div > ul { margin-top: 1.75rem; }
}

/* Sistema tipográfico consolidado da página inicial */
.caminhos-cabecalho > p:first-child,
#sobre .sobre-conteudo > p:first-child,
.integracao-conteudo > p:first-child,
.depoimentos-cabecalho > div > p:first-child,
.situacoes > header > p:first-child,
.processo-painel > header > p:first-child,
.cta-orientacao > div > p:first-child,
#faq > header > p:first-child {
  margin: 0 0 .85rem;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.caminhos-cabecalho h2,
#sobre h2,
.integracao-conteudo h2,
.depoimentos-cabecalho h2,
.situacoes > header h2,
.processo-painel > header h2,
.cta-orientacao h2,
#faq h2 {
  font-size: clamp(2.5rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: -.045em;
}

.caminhos-cabecalho,
.depoimentos-cabecalho,
.situacoes > header,
.processo-painel > header,
#faq > header {
  margin-bottom: clamp(2.75rem, 5vw, 4.5rem);
}

.caminhos-cabecalho > p:last-child,
#sobre .sobre-conteudo > p:not(:first-child),
.integracao-conteudo h2 + p,
.processo-painel > header h2 + p,
.cta-orientacao > div > p:last-child {
  font-size: clamp(.96rem, 1.25vw, 1.05rem);
  line-height: 1.72;
}

.caminhos-cabecalho > p:last-child,
.processo-painel > header h2 + p {
  margin-top: 1.25rem;
}

#sobre h2,
.integracao-conteudo h2 {
  margin-bottom: 1.25rem;
}

.caminho-card h3,
.situacao-card h3,
.processo > .processo-painel li h3 {
  font-size: clamp(1.3rem, 1.75vw, 1.7rem);
  line-height: 1.12;
}

.caminho-card > p:not(.caminho-selo),
.situacao-card p,
.processo > .processo-painel li p {
  font-size: .88rem;
  line-height: 1.68;
}

.depoimentos-cabecalho h2 { max-width: 17ch; }
.situacoes > header h2 { max-width: 18ch; }
.processo-painel > header h2 { max-width: 22ch; margin-right: auto; margin-left: auto; }
.cta-orientacao h2 { max-width: 20ch; margin-bottom: 1rem; }
#faq h2 { max-width: 11ch; }

@media (max-width: 680px) {
  .caminhos-cabecalho h2,
  #sobre h2,
  .integracao-conteudo h2,
  .depoimentos-cabecalho h2,
  .situacoes > header h2,
  .processo-painel > header h2,
  .cta-orientacao h2,
  #faq h2 {
    font-size: clamp(2.3rem, 10vw, 3.3rem);
  }
}
