/* Balão editável sobre a arte limpa; medidas ligadas à largura da composição. */
body.home-page main {
  width: min(100%, 580px);
  min-height: 0;
}
.home-page .home-art {
  height: auto;
  padding-top: 137%;
  padding-bottom: 30%;
  background-image: url('/assets/home-hero-no-text.png');
  background-size: 100% auto;
}
.home-page .home-art::before {
  top: auto;
  bottom: calc(100cqw * .025);
}
.home-page .home-brand { top: 6.6cqw; }
.home-page .home-top-actions { top: 12.21cqw; }
.home-page .home-thought {
  position: absolute;
  z-index: 5;
  top: 32cqw;
  left: 8%;
  width: 84%;
  padding: 4.5cqw 4.5cqw 1.5cqw;
  color: #4a4038;
  text-align: center;
}
.home-page .thought-cloud {
  position: absolute;
  inset: -10% -5%;
  width: 110%;
  height: 120%;
  overflow: visible;
  pointer-events: none;
  fill: #fffaf3;
  stroke: #d6b889;
  stroke-width: 1;
  filter: drop-shadow(0 5px 8px rgba(125, 83, 36, .06));
}
.home-page .thought-cloud path { vector-effect: non-scaling-stroke; }
.home-page .home-thought h1,
.home-page .home-thought p {
  position: relative;
  text-wrap: balance;
}
.home-page .home-thought h1 {
  max-width: 94%;
  margin: 0 auto;
  font: 400 clamp(16px, 3.8cqw, 22px)/1.3 Georgia, 'Times New Roman', serif;
  letter-spacing: -.2px;
}
.home-page .home-thought p {
  /* A base da nuvem afunila: o subtítulo precisa de uma coluna mais estreita. */
  max-width: 85%;
  margin: 8px auto 0;
  color: #8b622f;
  font: 400 clamp(13px, 3cqw, 16px)/1.35 Georgia, 'Times New Roman', serif;
}
.home-page .thought-trail::before,
.home-page .thought-trail::after {
  content: '';
  position: absolute;
  border: 1px solid #d6b889;
  border-radius: 50%;
  background: #fffaf3;
}
.home-page .thought-trail::before {
  width: 2.5cqw;
  height: 2.5cqw;
  bottom: -4cqw;
  left: 39%;
}
.home-page .thought-trail::after {
  width: 1.5cqw;
  height: 1.5cqw;
  bottom: -6.7cqw;
  left: 35%;
}
.home-page .home-adoption-note {
  position: relative;
  z-index: 5;
  margin: 0 6% 5cqw;
  padding: 15px 18px;
  border-left: 2px solid #c29553;
  border-radius: 0 12px 12px 0;
  background: rgba(255, 250, 245, .8);
  color: #67574b;
}
.home-page .home-adoption-note strong {
  font: 700 12px/1.3 var(--body-font);
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #855c2d;
}
.home-page .home-adoption-note p {
  margin: 6px 0 0;
  font: 400 14px/1.5 var(--body-font);
}
@media (max-width: 370px) {
  .home-page .home-thought { top: 29cqw; width: 92%; left: 4%; padding: 4.5cqw 5cqw 1.5cqw; }
  .home-page .home-thought p { margin-top: 5px; }
}
