/* =========================================================
   Solutions page — Compute|Storage|Network, Server & Data
   Platform Supply, Software & Licensing Enablement.
   Shared components (section-head, card-grid/info-card,
   num-grid/num-item, split) live in site.css; this file only
   adds the page-specific 3-up infrastructure grid and rhythm.
   ========================================================= */

/* ---------- Compute | Storage | Network ---------- */
.infra-intro { margin-top: var(--sp-6); max-width: 62ch; }
.infra-note { margin-top: var(--sp-6); max-width: 62ch; }

.infra-grid { grid-template-columns: 1fr; }
@media (min-width: 900px) {
  .infra-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
