/* The hero owns the landing viewport and supplies the page's visible H1. */
.mge-has-service-hero .entry-header:has(.entry-title),
.mge-has-service-hero .wp-block-post-title,
.mge-has-service-hero .wp-block-query-title {
  display: none !important;
}

.mge-has-service-hero .entry-content,
.mge-has-service-hero .wp-block-post-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.mge-service-experience {
  margin-top: 0 !important;
}

.mge-service-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.45rem, 6vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -.035em;
  text-wrap: balance;
}

@media (max-width: 820px) {
  .mge-service-hero h1 {
    font-size: clamp(2.25rem, 12vw, 3.6rem);
  }
}
