/* Shared reference-level title system: matches the live Hardware & Software Support heading. */
:where(.reference-level-title) {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(29px, 3.3vw, 39px) !important;
  line-height: .95 !important;
  font-weight: 900 !important;
  letter-spacing: -.06em !important;
  text-transform: uppercase;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
}

/* Preserve the shared title size while allowing natural line layout. */
.support-card .reference-level-title,
.support-step .reference-level-title,
.project-card-main .reference-level-title,
.process-item .reference-level-title,
.youtube-video-body .reference-level-title,
.resume-project-card .reference-level-title,
.resume-community-grid .reference-level-title,
.education-entry-copy .reference-level-title {
  max-width: none;
}

@media (max-width: 560px) {
  .reference-level-title {
    font-size: 29px !important;
    line-height: .95 !important;
  }
}
/* Live TechyPeak contact-page refinement: half-size Send a message title. */
.contact-layout .contact-panel .reference-level-title {
  font-size: 29px !important;
  line-height: .95 !important;
  font-weight: 900 !important;
  letter-spacing: -1.74px !important;
}
