/* David’s longer contact address must wrap inside the original layout. */
.about__links li{min-width:0;max-width:100%}
.about__links a,.foot__mail{max-width:100%;overflow-wrap:anywhere}
.work__head{gap:20px}
.work__head .info__label:first-child{max-width:75%}
/* Keep the original arrow above the full-hero playback target on touch screens. */
@media(max-width:780px){
  .hero__scroll{z-index:4}
  .hero__scroll::after{content:"";position:absolute;right:-8px;bottom:-4px;width:44px;height:44px}
}
