/* Article-specific length accommodation; the canonical type scale and layout remain unchanged. */
.service-panel,
.service-list,
.sheet-services {
  overflow-x: hidden;
}

.service-sidebar {
  min-width: 0;
  overflow: visible;
}

.service-list,
.sheet-services {
  flex-direction: column;
}

.service-item {
  min-width: 0;
  width: 100%;
}

.article-header h1.is-compact-title {
  font-size: clamp(2.7rem, 4vw, 3.75rem);
  line-height: 1.01;
}

@media (max-width: 780px) {
  .article-header h1.is-compact-title {
    font-size: clamp(2.15rem, 7.8vw, 3.2rem);
  }
}

@media (max-width: 600px) {
  .article-header h1.is-compact-title {
    font-size: clamp(2rem, 8.4vw, 2.55rem);
    line-height: 1.04;
  }
}
