html{background:#06090e}
html[data-departure] #world{animation:passage-leave 1.1s cubic-bezier(.5,0,.5,1) both;transform-origin:center}
html[data-departure] header,html[data-departure] .instagram-link,html[data-departure] .sound-button,html[data-departure] .invitation{opacity:0;transition:opacity .45s}
html[data-departure] #cursor,html[data-departure] #cursor-membrane{opacity:0!important}
html[data-arrival] #world{animation:passage-arrive 1.25s ease-out both}
@keyframes passage-leave{0%{opacity:1;filter:blur(0)}65%{opacity:.92;filter:blur(0)}100%{opacity:0;filter:blur(7px)}}
@keyframes passage-arrive{from{opacity:0;filter:blur(7px)}to{opacity:1;filter:blur(0)}}
@media(prefers-reduced-motion:reduce){html[data-departure] #world,html[data-arrival] #world{animation:none}}
