/* The second headline keeps two separate, reversible reveal units. */
#problema .scene-copy { max-width: 1220px; }
#problema .scene-title--contrast {
  font-size: clamp(2.1rem, 3.3vw, 3.45rem);
  line-height: 1.13;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.scene-title--contrast > span { display: block; }
.scene-title--contrast > span + span { margin-top: .45em; }

@media (max-width: 600px) {
  #problema .scene-title--contrast { font-size: clamp(1.85rem, 6.8vw, 2.55rem); line-height: 1.15; }
}

@media (max-height: 650px) {
  #problema .scene-title--contrast { font-size: clamp(1.6rem, 3.6vw, 2.55rem); }
}
