@import url("tokens.css");

/* =============================================================
   Services hub page — 2-column variant of the home.css service grid
   ============================================================= */
.services-hub { padding-block: 90px; }
.services-hub__title {margin-bottom: 46px;}
.services-hub__title .eyebrow {font-size: var(--fs-body-lg);}
.services-hub__title h2 { font-size: var(--fs-h2); }

.service-grid--2col {
  grid-template-columns: 1fr 1fr;
  gap: 40px 60px;
}
