/* Review-only type refinement for The Long Way Around.
   Keeps the existing display face and hierarchy while taking section headings
   out of billboard scale. This file is content-hashed before any release. */
#story h1{font-size:clamp(2.8rem,5vw,5.25rem)}
#story h2,#now h2{font-size:clamp(2rem,3.5vw,3.75rem);line-height:1.02;letter-spacing:-.03em}
#story .story-turn{font-size:clamp(2.25rem,4.25vw,4.25rem);line-height:1}

@media (max-aspect-ratio:1/1){
  #story h1{font-size:clamp(2.45rem,10vw,4rem)}
  #story h2,#now h2{font-size:clamp(2rem,8vw,3.35rem)}
  #story .story-turn{font-size:clamp(2.15rem,9vw,3.5rem)}
}
