.handly-hero{position:relative; height:100vh; display:flex; align-items:center; justify-content:center; overflow:hidden; background:#000;}
.handly-hero img,.handly-hero video{position:absolute; inset:0; width:100%; height:100%; object-fit:cover;}
.handly-hero .hero-img-mobile{display:none;}
@media(max-width:860px){
  .handly-hero .hero-img-desktop{display:none;}
  .handly-hero .hero-img-mobile{display:block;}
}
.handly-hero-copy{position:relative; z-index:1; text-align:center; color:#fff; display:flex; flex-direction:column; align-items:center; gap:18px;}
.handly-hero-copy h1{font-family:'Atelier',serif; font-weight:400; font-size:clamp(38px,6.4vw,84px); margin:0; line-height:1.02; color:#fff;}
.handly-hero-copy a.link{color:#fff; text-decoration:none; font-size:16px; letter-spacing:.04em; border-bottom:1px solid transparent; padding-bottom:2px; transition:border-color .2s ease;}
.handly-hero-copy a.link:hover{border-bottom-color:rgba(255,255,255,.6);}
