@media (max-width: 749px){
  .pyj-hero{min-height:620px;min-height:clamp(620px,82svh,760px);align-items:end;background:#e9e2dc}
  .pyj-hero__media img{object-fit:cover}
  .pyj-hero__mobile{display:block;object-position:51% center}
  .pyj-hero__desktop.has-mobile{display:none}
  .pyj-hero:after{background:linear-gradient(180deg,rgba(10,7,8,0) 38%,rgba(10,7,8,.10) 55%,rgba(10,7,8,.72) 100%)}
  .pyj-hero__content{max-width:100%;padding-top:34px;padding-bottom:34px;text-align:right}
  .pyj-hero__eyebrow{margin-bottom:8px;font-size:12px;letter-spacing:.10em}
  .pyj-hero h1{max-width:430px;margin-inline-start:auto;font-size:34px;line-height:1.22}
  .pyj-hero__text{max-width:440px;margin:12px 0 0 auto;font-size:15px;line-height:1.7}
  .pyj-hero__actions{grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}
  .pyj-btn{min-height:50px;padding:12px 13px;font-size:13px}
}
@media (max-width: 420px){
  .pyj-hero__actions{grid-template-columns:1fr}
  .pyj-hero__content{padding-bottom:26px}
}
