.page-wrapper.home{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0;box-sizing:unset;background-color:var(--onyx);color:var(--chalk);position:absolute;overflow:hidden;top:0;left:0;right:0;bottom:0;min-height:100vh;min-height:100dvh;height:100dvh;z-index:9;transform:translateY(0);transition:transform var(--duration-page) ease-in-out}.page-wrapper.home.off-screen{transform:translateY(-100%);transition-delay:.2s}.page-wrapper.home h1::selection,.page-wrapper.home p::selection{background-color:var(--chalk);color:var(--onyx)}#home-full-video{aspect-ratio:16/9;display:none}.home-text{display:none;flex-direction:column;align-items:center;justify-content:center;width:100%}.home-subtext{width:35%;max-width:440px;margin:0 auto 2rem}.enter-link{text-decoration:none;display:flex;justify-content:center;align-items:center;position:absolute;left:50%;transform:translateX(-50%);bottom:60px;padding:8px 2rem}.enter-link>svg{width:24px;transition:transform var(--duration-mouse) ease-in-out;fill:none;stroke:var(--chalk);stroke-miterlimit:10;stroke-width:2px}.enter-link:focus-visible>svg,.enter-link:hover>svg{transform:translateY(4px)}@media screen and (max-width:1200px){.home-subtext{width:max(45%,280px)}}@media screen and (max-width:760px){#home-full-video,.home-text{display:block}.home-text{position:absolute}.enter-link{width:260px}.enter-link:focus-visible>svg,.enter-link:hover>svg{transform:unset}}