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

.hero{padding:44px 0 36px;background:var(--paper)}
.hero-copy{max-width:74ch}
.section-lead{color:var(--stone);max-width:64ch;margin-top:10px;margin-bottom:24px}

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

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

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