/* Preserve one-screen storytelling on common desktop and laptop heights. */
@media(min-width:851px){
  #s02,#s04{height:100svh;min-height:100svh;overflow:hidden;padding-top:100px;padding-bottom:34px}
  #s02 h2{font-size:clamp(46px,min(5.3vw,8.2vh),82px);line-height:1.02}
  #s02 .lede{font-size:clamp(16px,min(1.55vw,2.7vh),24px);line-height:1.38;margin-top:22px;max-width:1050px}
  #s02 .visual{margin-top:24px;min-height:0}
  #s02 .companies{height:168px;margin-bottom:38px}
  #s02 .hub{width:94px;height:94px;left:calc(50% - 47px);top:-12px;font-size:8px}
  #s02 .hub-lines{top:45px;height:62px}
  #s02 .company b{bottom:-31px}
  #s04{justify-content:center}
  #s04>.lede:first-of-type{font-size:clamp(18px,min(1.8vw,3vh),28px);margin:0 0 8px}
  #s04 h2{font-size:clamp(52px,min(6vw,9vh),92px);line-height:1}
  #s04 .visual{margin-top:28px;min-height:0}
  #s04 .companies{height:178px;margin-bottom:34px}
  #s04 .company b{bottom:-31px}
  #s04 .companies+.lede{font-size:clamp(17px,min(1.6vw,2.6vh),25px);margin:12px auto 0;text-align:center}
}
@media(min-width:851px) and (max-height:760px){
  #s02,#s04{padding-top:86px;padding-bottom:24px}
  #s02 h2{font-size:clamp(42px,7.3vh,64px)}
  #s02 .lede{margin-top:15px}
  #s02 .companies{height:138px;margin-bottom:32px}
  #s04 h2{font-size:clamp(48px,8vh,68px)}
  #s04 .companies{height:148px;margin-bottom:30px}
}
