/* A hidden backdrop, revealed only by pulling beyond the end of the page. */
html:has(.technology-film){overscroll-behavior-y:none}
.page-surface{position:relative;z-index:1;background:var(--paper);display:flow-root;min-height:100svh}
.technology-film{position:fixed;inset:auto 0 0;z-index:0;height:260px;margin:0;padding:0;overflow:hidden;background:#2424ef;pointer-events:none;visibility:hidden;contain:layout paint}
.technology-film.is-revealed{visibility:visible}
.technology-film__track{position:relative;width:100%;height:100%;overflow:hidden}
.technology-film figure{position:absolute;top:0;bottom:0;width:50%;margin:0;visibility:hidden}
.technology-film.is-revealed figure.is-left{left:0;visibility:visible}
.technology-film.is-revealed figure.is-right{right:0;visibility:visible}
.technology-film img{width:100%;height:100%;display:block;object-fit:cover}
