/* v37: final equal-pathway alignment and visual hierarchy pass. */
.portfolio-pathways { align-items: stretch; }
.domain-group-cluster {
  display: grid;
  grid-template-rows: 168px 1fr;
  height: 100%;
}
.domain-group-cluster header { min-height: 0; }
.domain-group-cluster > div { grid-template-rows: repeat(6, minmax(62px, 1fr)); }
.portfolio-pathways .domain-group-cluster span { height: 100%; }

@media (max-width: 760px) {
  .domain-group-cluster { grid-template-rows: auto 1fr; }
  .domain-group-cluster > div { grid-template-rows: none; }
}
