/* Profile heading and project-page gutter refinements — July 23, 2026 */

/* Keep these two profile headings on one line at every screen size. */
.page-profile .about-section__title--portfolio-motion,
.page-profile .about-section__title--chosen-path {
  white-space: nowrap !important;
  max-width: none !important;
}

/* Add more breathing room around project-page introductory text on tablet/desktop. */
@media (min-width: 769px) {
  .project-page .project-intro {
    width: auto !important;
    max-width: none !important;
    margin-left: clamp(56px, 6vw, 96px) !important;
    margin-right: clamp(56px, 6vw, 96px) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: left !important;
  }

  .project-page .project-intro > * {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
  }
}
