/* ============================================
   MANIFESTO — editorial text block
   ============================================ */

.manifesto-section {
  padding: 120px 80px;
  background: transparent;
}

.manifesto-inner {
  max-width: 900px;
  margin: 0 auto;
}

.manifesto-headline {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(26px, 3.1vw, 46px);
  color: var(--white);
  line-height: 1.3;
  margin-bottom: 40px;
}

.manifesto-body p {
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--grey);
  line-height: 1.7;
  margin-bottom: 24px;
}

.manifesto-body p:last-child {
  margin-bottom: 0;
}
