/* ---------------- Stats strip ---------------- */
.stats { padding: 2.2rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.stat__num { font-family: var(--font-mono); font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 700; color: var(--brand); line-height: 1; }
.stat__label { font-size: .85rem; color: var(--muted); margin-top: .4rem; }

