/* =============================================
   TYPE SCALE
   ============================================= */
.th { font-family: var(--fd); font-size: clamp(2.5rem, 5.5vw, 4.8rem); font-weight: 700; line-height: 1.07; letter-spacing: -0.03em; }
.th1 { font-family: var(--fd); font-size: clamp(1.9rem, 3.5vw, 3.2rem); font-weight: 700; line-height: 1.1; letter-spacing: -0.025em; }
.th2 { font-family: var(--fd); font-size: clamp(1.4rem, 2.5vw, 2rem); font-weight: 600; line-height: 1.2; letter-spacing: -0.02em; }
.th3 { font-family: var(--fd); font-size: clamp(1rem, 1.5vw, 1.25rem); font-weight: 600; line-height: 1.3; }
.tlg  { font-size: clamp(0.975rem, 1.3vw, 1.08rem); font-weight: 300; line-height: 1.82; }
.tmd  { font-size: 0.95rem; line-height: 1.75; }
.tsm  { font-size: 0.855rem; line-height: 1.68; }
.txs  { font-size: 0.78rem; line-height: 1.55; }
.lbl  { font-family: var(--fd); font-size: 0.69rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; }
.muted   { color: var(--t2); }
.dim     { color: var(--t3); }
.acc     { color: var(--accent); }
