/* V30.167 · Recording label fit + Omega Studios copy polish. */
@media (max-width: 760px) {
  #services-page .services-mini-grid article {
    grid-template-columns: minmax(126px, 44%) minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  #services-page .services-mini-grid h3 {
    max-width: 100% !important;
    font-size: clamp(12px, 3.45vw, 14px) !important;
    letter-spacing: -.035em !important;
    white-space: nowrap !important;
  }

  #services-page .services-mini-grid p {
    min-width: 0 !important;
    overflow-wrap: break-word !important;
  }
}
