@import url("/css/base.css");

.hero{padding:44px 0 36px;background:var(--white);text-align:center}
.hero-copy{max-width:64ch;margin:0 auto}
.section-lead{color:var(--stone);max-width:64ch;margin:10px auto 24px}

.feature-section{background:var(--paper)}
.feature-grid .card{display:flex;flex-direction:column;gap:10px}
.feature-grid .card p{color:var(--stone);font-size:14px}

.photo-band{background:var(--white)}
.photo-band figure img{aspect-ratio:3/4}
.photo-band figure:last-child img{aspect-ratio:4/3}

.confirm-section{background:var(--paper)}
.confirm-section p{max-width:74ch;margin-bottom:16px}
.confirm-section p:last-child{margin-bottom:0}
