/* Give each mobile headline the available width before reducing its type size. */
@media (max-width:760px) {
  #packs .packs-head-copy h2,
  #work .work-head-title h2 {
    width:100%;max-width:none;
    font-size:40px;
    line-height:1.06;
    text-wrap:balance;
  }
  #packs .packs-head-copy,#work .work-head-title {width:100%;min-width:0;}
  #taste-stage .taste-stage-intro h2 {max-width:none;font-size:clamp(2.5rem, 8vw, 3.4rem);}
}
