.section { padding: 100px 3%; }
.section > *, .band .stats, .footer-top, .footer-bottom { width: min(100%, var(--content-width)); margin-inline: auto; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 50px; }
.section-label { margin-bottom: 13px; color: #9b7540; font-size: 12px; font-weight: 700; letter-spacing: 3px; }
.section-head h2 { max-width: 560px; font-size: clamp(32px, 3.3vw, 48px); letter-spacing: -1.4px; line-height: 1.05; }
.section-head > p { max-width: 520px; color: var(--muted); line-height: 1.75; }
