/* Editorial headings wrap at word boundaries; body and card copy are untouched. */
h1,h2,.hero-heading,.editorial,.project-card-headline,.project-detail-caption,.market-panel-copy h3,
html[lang] .partnership-page :is(h1,h2){
  hyphens:none;
  word-break:normal;
  overflow-wrap:normal;
  text-wrap:balance;
}
.country-norway .country-contact-copy h2{font-size:clamp(30px,3.1vw,54px);line-height:1.08}
.norway-heading-line{display:block;white-space:nowrap}
