/* Long product names keep whole words within the existing case hero. */
.interactive-case .case-hero h1 {
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.08;
  overflow-wrap: normal;
  word-break: normal;
}
.interactive-case .case-section > p + p { margin-top: 1rem; }
