/* =========================================================
   HIRING-PROCESS.CSS — Hiring Process page only. Extends careers.css
   (master careers template) and reuses service.css's .h-timeline /
   .h-step / .step-idx (horizontal "process cards" component, already
   used for service-page workflows) for Section 6's Recruitment
   Timeline. The only addition needed here is a 5-column grid variant —
   service.css only ships grid-6.
   ========================================================= */
.h-timeline .grid-5{ display:grid; grid-template-columns: repeat(5,1fr); gap:26px; }
@media (max-width: 992px){ .h-timeline .grid-5{ grid-template-columns: repeat(3,1fr); row-gap:44px; } }
@media (max-width: 560px){ .h-timeline .grid-5{ grid-template-columns: repeat(2,1fr); } }
