.story__grid{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:72px;align-items:center;
}
@media(max-width:860px){.story__grid{grid-template-columns:1fr;gap:44px;}}
.story__copy{display:flex;flex-direction:column;gap:24px;align-items:flex-start;}
.story__copy h2{font-size:clamp(1.9rem,3.8vw,2.8rem);font-variation-settings:'opsz' 144;}
.story__copy p{color:var(--band-muted);max-width:50ch;}
.story__media{min-height:400px;}
@media(max-width:860px){.story__media{min-height:280px;}}
