/* ==========================================================================
   Thomas Surface Coatings — Type Scale
   Three faces, one job each. No face ever does another's job.
   ========================================================================== */

/* --- DISPLAY: Big Shoulders Display. ALWAYS uppercase. Never body copy. --- */
.t-d1{font-family:var(--display);font-weight:900;text-transform:uppercase;font-size:clamp(56px,9vw,124px);line-height:.85;letter-spacing:-.005em}  /* hero headline only */
.t-d2{font-family:var(--display);font-weight:900;text-transform:uppercase;font-size:clamp(38px,5.6vw,76px);line-height:.90;letter-spacing:-.005em}  /* section headline */
.t-d3{font-family:var(--display);font-weight:800;text-transform:uppercase;font-size:40px;line-height:.95;letter-spacing:-.005em}                    /* card / service title */
.t-d4{font-family:var(--display);font-weight:700;text-transform:uppercase;font-size:26px;line-height:1.1}                                            /* FAQ question, list item */
.t-num{font-family:var(--display);font-weight:900;font-size:52px;line-height:1;letter-spacing:0}                                                     /* stat bands, spec values */

/* --- TEXT: Geist. Everything a person actually reads. --- */
.t-lede{font-family:var(--sans);font-weight:400;font-size:19px;line-height:1.5;color:var(--steel);max-width:52ch}
.t-body{font-family:var(--sans);font-weight:400;font-size:16px;line-height:1.6;color:var(--ink);max-width:66ch}
.t-small{font-family:var(--sans);font-weight:400;font-size:13.5px;line-height:1.55;color:var(--steel)}

/* --- SPEC: JetBrains Mono. Numbers, labels, anything data-sheet-like. --- */
.t-mono{font-family:var(--mono);font-weight:500;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--steel)}
.t-btn{font-family:var(--mono);font-weight:600;font-size:12px;letter-spacing:.12em;text-transform:uppercase}

/* Accent word inside any display heading */
.accent{color:var(--red)}
.blue{color:var(--blue)}
