.section-manifesto { padding: 140px 48px; max-width: 1000px; margin: 0 auto; position: relative; }
.manifesto-number { font-family: var(--font-display); font-size: 280px; color: transparent; -webkit-text-stroke: 1px rgba(242,237,230,0.05); line-height: 1; position: absolute; top: 40px; right: -20px; pointer-events: none; user-select: none; }
.manifesto-text { font-family: var(--font-cond); font-size: clamp(36px, 5vw, 64px); font-weight: 700; line-height: 1.1; max-width: 760px; }
.manifesto-text em { font-style: italic; font-family: var(--font-body); font-weight: 300; color: rgba(242,237,230,0.5); }
.manifesto-text .highlight { color: var(--acid); }
.manifesto-text .strike { text-decoration: line-through; color: rgba(242,237,230,0.2); }
.manifesto-body { margin-top: 48px; font-size: 17px; line-height: 1.8; max-width: 600px; color: rgba(242,237,230,0.65); }
