.section { padding: 4rem 0; border-top: 1px solid var(--color-border); }
.section__header { margin-bottom: 2rem; }
.section__title { font-family: var(--font-title); font-size: clamp(1.4rem, 3vw, 1.8rem); font-weight: 500; margin-bottom: 0.3rem; display: flex; align-items: center; gap: 0.5rem; letter-spacing: -0.005em; }
.section__squiggle { flex-shrink: 0; width: 18px; height: 10px; }
.section__squiggle path { stroke: var(--color-red-bright); stroke-width: 2; fill: none; stroke-linecap: round; }
.section__subtitle { font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--color-text-label); }
