/* Single-service overrides for the hosting-only page. The shared design system (app.css) is
   copied verbatim from the Stack1 hosting+CMS page; this only collapses the two-column service
   spine and cadence switch to a single column so one service reads cleanly. */
.service-spine--single { grid-template-columns: 1fr; }
.service-spine--single .service-node { min-height: 0; }
