.alternating-story{overflow:hidden;background:var(--oat-50)}
.alternating-story__stack{display:grid;gap:clamp(72px,10vw,160px)}
.alternating-story__row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.12fr);align-items:center;gap:clamp(48px,7vw,120px)}
.alternating-story__row--image-first{grid-template-columns:minmax(0,1.12fr) minmax(0,1fr)}
.alternating-story__copy{max-width:590px;padding:clamp(24px,4vw,64px)}
.alternating-story__copy h2{margin:10px 0 22px;font-size:clamp(42px,4.5vw,72px);font-weight:500;line-height:1.04}
.alternating-story__text{max-width:520px;color:var(--muted);font-size:18px;line-height:1.6}
.alternating-story__copy .button{margin-top:28px}
.alternating-story__copy .button span{display:inline-block;margin-left:8px;transition:transform .2s ease}
.alternating-story__copy .button:hover span{transform:translateX(3px)}
.alternating-story__media{display:block;overflow:hidden;background:var(--oat-100)}
.alternating-story__media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.alternating-story__media:hover img{transform:scale(1.012)}
.alternating-story__media--portrait{aspect-ratio:1.18/1}
.alternating-story__media--landscape{aspect-ratio:1.25/1}
@media(max-width:820px){.alternating-story__stack{gap:64px}.alternating-story__row,.alternating-story__row--image-first{grid-template-columns:1fr;gap:24px}.alternating-story__row--image-first .alternating-story__media{order:1}.alternating-story__row--image-first .alternating-story__copy{order:2}.alternating-story__copy{max-width:none;padding:0}.alternating-story__copy h2{font-size:clamp(36px,10vw,50px)}.alternating-story__text{font-size:16px}.alternating-story__media--portrait,.alternating-story__media--landscape{aspect-ratio:4/3}}
@media(prefers-reduced-motion:reduce){.alternating-story__media img,.alternating-story__copy .button span{transition:none}}
