/* Keep Rune's full portrait inside the hero rather than cropping the head on
   shorter desktop windows and embedded Scrollhaus previews. */
@media (min-width: 640px) {
  #root > div > section:first-child > div:nth-of-type(2) {
    width: clamp(300px, 28vw, 400px) !important;
  }
}
