/* Hero correction: transparent composition reaches the next pink section with no floating effect. */
.hero{padding-bottom:0}
.hero-grid{align-items:end}
.hero-copy{padding-bottom:30px}
.hero-lettering{margin:0 0 50px}
.hero-copy>p{margin-top:0}
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.hero-art{align-self:stretch;display:flex;align-items:flex-end;justify-content:center}
.hero-art img{width:100%;height:620px;display:block;object-fit:contain;object-position:center bottom;border-radius:0!important}
.dose{width:240px;max-width:100%;gap:16px}
.dose strong{font-size:66px}
.dose span{font-size:15px;line-height:1.15}
@media(min-width:781px){
  .hero-copy{align-self:stretch;display:flex;flex-direction:column;padding:30px 0 35px}
  .hero-lettering{margin:0 0 50px}
  .hero-copy>p{margin:0 0 34px}
  .hero-copy .checklist{margin:0 0 38px;gap:12px}
}
@media(max-width:760px){.hero-art img{height:410px}.hero-lettering{width:min(330px,100%)}}
