/*
 * /how: the assembly story is the hero and css/assembly.css lays that out; the
 * type, the intro and the close come from css/pages.css. This file is only
 * what differs on this page: the track length.
 *
 * One rule carried over from docs/assembly-animation.md: nothing above the
 * sticky stage may carry a transform, filter, perspective or will-change.
 * Nothing here does, and nothing here may.
 */

/* About three and a half screens for the five beats. */
.how .fa-track {
    --fa-track-height: 450vh;
}
