/* ============================================================================
   .p-industries-staffing - /industries/staffing
   REGENERATED (cycle 5): the page consumes the shared industry components
   (components.css). Only genuine per-page deltas live here.
   Cycle 10 (DESIGN-LEDGER rollout): band-padding + CTA-contrast deltas from
   the design department's verdicts. The two no-ink bands (#ist-lanes,
   #ist-own) take the shared .section--tight in markup instead.
   ========================================================================== */

/* the staffing closing headline needs two characters more measure than the
   component default to keep "quarter of job orders." on one line */
.p-industries-staffing .c-cta__title{ max-width:22ch; }

/* ist-uses (dScore 74) and ist-fit (dScore 62) ran the page's worst padding-to-
   ink ratios. .section--tight is reserved for the no-ink bands, so the two blue
   bands take a measured trim of their own instead. */
.p-industries-staffing #ist-uses,
.p-industries-staffing #ist-fit{ padding-block:clamp(56px,6vw,96px); }

/* ist-cta (dScore 77): the mono note under the buttons dropped to near-illegible
   contrast on lime - raise it to the deck's level and trim the lime bottom run. */
.p-industries-staffing .c-cta__note{ color:rgba(10,10,10,.72); }
.p-industries-staffing #ist-cta{ padding-bottom:clamp(56px,6vw,96px); }
