/*
 * Theory of Change Section
 * Reused on /about/ and /how-we-work/. Single image + headings.
 */

.tv-toc-sec {
  background: var(--tv-cream);
}

.tv-toc-hd {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 3rem;
}

.tv-toc-heading {
  font-family: var(--tv-font-serif);
  font-size: clamp(2rem, 3vw, 2.7rem);
  font-weight: 300;
  color: var(--tv-text-primary);
  margin: 1rem 0 1rem;
  letter-spacing: -0.005em;
  line-height: 1.18;
}

.tv-toc-lead {
  font-size: 1.02rem;
  color: var(--tv-text-secondary);
  line-height: 1.75;
  max-width: 640px;
  margin: 0 auto;
}

.tv-section-hd p.tv-toc-lead {
  font-size: 1.02rem;
  color: var(--tv-text-secondary);
  line-height: 1.5 !important;
  max-width: 640px;
  margin: 0 auto;
}

.tv-toc-figure {
  margin: 0 auto;
  max-width: 1100px;
  background: var(--tv-white);
  border: 1px solid var(--tv-border);
  border-radius: 18px;
  padding: 1.25rem;
  box-shadow: 0 18px 40px -28px rgba(6, 28, 19, 0.25);
}

.tv-toc-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.tv-toc-caption {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.88rem;
  color: var(--tv-text-tertiary);
  line-height: 1.5;
}

@media (max-width: 768px) {
  .tv-toc-hd {
    margin-bottom: 2rem;
  }
  .tv-toc-lead {
    font-size: 0.96rem;
    line-height: 1.6;
  }
  .tv-toc-figure {
    padding: 0.75rem;
    border-radius: 14px;
  }
  .tv-toc-image {
    border-radius: 8px;
  }
}
