section.future { margin-top: 100vh; padding: 64px 0 120px 0; }
section.future h3 { text-align: center; margin-bottom: 36px; font-size: 36px; }
section.future p { font-size: 19px; color: #444; }

.stage__images { margin-top: 12px; }

section.landing__art { position: fixed; top: 64px; left: 0; right: 0; height: calc(100vh - 64px); z-index: -1; padding-top: 64px; }

.landing__art { text-align: center; }
.landing__art p { font-size: 21px; width: 720px; max-width: 90%; margin: 24px auto 0; }
.landing__art img { box-shadow: var(--tiny-shadow); max-height: 60vh; }

.future img { box-shadow: var(--minor-shadow); }
