/* Página individual de conto */

.conto-page {
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.conto-hero {
  width: 100%;
  max-width: none;
  margin: 0 0 clamp(1.5rem, 3vw, 2.25rem);
  padding: 0.85rem 0 1.5rem;
  border-bottom: 1px solid rgba(33, 60, 48, 0.1);
  text-align: center;
}

.conto-kicker {
  margin: 0 auto 1.25rem;
  max-width: 42rem;
  color: #b88a05;
  font-size: clamp(0.78rem, 1.6vw, 0.92rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.45;
}

.conto-title {
  margin: 0 auto;
  max-width: 20ch;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.75rem, 6vw, 4.25rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #213c30;
  text-align: center;
  text-wrap: balance;
}

.conto-body {
  display: grid;
  gap: 1.25rem;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.conto-block {
  padding: clamp(1.35rem, 3vw, 2.25rem);
  border: 1px solid rgba(33, 60, 48, 0.1);
  border-radius: 1.25rem;
  background: rgba(255, 252, 246, 0.55);
}

.conto-prose {
  color: #2d2a24;
  font-size: clamp(1rem, 1.7vw, 1.08rem);
  line-height: 1.8;
}

.conto-prose p {
  margin: 0 0 1.15rem;
}

.conto-prose p:last-child {
  margin-bottom: 0;
}

.conto-quote {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  font-style: italic;
  line-height: 1.55;
  color: #213c30;
  padding-left: 0.85rem;
  border-left: 2px solid rgba(184, 138, 5, 0.45);
}

.conto-refrain {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.2rem, 2.1vw, 1.45rem);
  font-style: italic;
  font-weight: 500;
  color: #213c30;
  letter-spacing: -0.01em;
}

.conto-figure {
  margin: 1.5rem 0 1.65rem;
}

.conto-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.85rem;
  border: 1px solid rgba(33, 60, 48, 0.1);
}

.conto-figure figcaption {
  margin-top: 0.55rem;
  color: rgba(45, 42, 36, 0.62);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-align: center;
}
