/* Shared typography, with a different editorial rhythm for each story. */
.page-water .content-image{object-position:center 48%}
.page-water .water-arrival .chapter-image-frame{aspect-ratio:4/5}
.chapter-statement .chapter-grid{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:2.5rem}
.chapter-statement h2{grid-column:1/-1;max-width:17ch;font-size:clamp(3.5rem,6.5vw,8.25rem);line-height:1.07}
.chapter-statement .chapter-copy{grid-column:2;justify-self:end}
.chapter-wide{grid-column:1/-1;max-width:none;margin-top:2rem}
.chapter-wide .chapter-image-frame{aspect-ratio:2.3}
.chapter-notes h2{grid-column:1/-1;max-width:17ch;margin-bottom:1rem}
.chapter-notes h3{font-size:clamp(1.4rem,2vw,2.5rem);font-weight:550;letter-spacing:-.035em;margin:0 0 1.25rem}
.page-ways .ways-arrival .chapter-image-frame{aspect-ratio:4/5}
.page-ways .ways-final .chapter-image-frame{aspect-ratio:1}
@media(max-width:760px){.chapter-statement .chapter-grid{grid-template-columns:1fr}.chapter-statement h2{font-size:clamp(2.65rem,10vw,4.25rem)}.chapter-statement .chapter-copy{grid-column:1}.chapter-wide{margin-top:1rem}.chapter-wide .chapter-image-frame{aspect-ratio:1.3}.page-water .water-arrival .chapter-image-frame,.page-ways .ways-arrival .chapter-image-frame{aspect-ratio:5/4}}

.text-motion-ready .chapter-notes h3{opacity:0;transform:translate3d(0,18px,0)}
.text-motion-ready .chapter-notes.text-entered h3{opacity:1;transform:none;transition:opacity 1100ms var(--motion-ease) 120ms,transform 1100ms var(--motion-ease) 120ms}
@media(prefers-reduced-motion:reduce){.chapter-notes h3{opacity:1!important;transform:none!important;transition:none!important}}
