/* Long catalogue titles should not inherit the oversized short-name treatment. */
body[data-page="detail"][data-long-title="true"] .page-hero h1 {
  max-width: none;
  font-size: clamp(32px, 3.9vw, 56px);
  line-height: 1.12;
}

body[data-page="detail"][data-long-title="true"] .detail-profile-copy h2 {
  max-width: none;
  font-size: clamp(28px, 2.65vw, 38px);
  line-height: 1.18;
}
