@layer reset{html,body{min-height:100dvh;margin:0}img{line-height:0}svg{width:auto;height:auto}button{cursor:pointer}hr{border-top:1px solid;margin:1rem 0}*{vertical-align:baseline;font-weight:inherit;font-family:inherit;font-style:inherit;font-size:100%;border:0 none;padding:0;margin:0;padding-inline-start:0}*,*:before,*:after{box-sizing:border-box}}@layer theme{body{color:var(--color-text);background-color:var(--color-bg)}:root{--color-purple: #ffffff;--moon-purple: oklch(.53 .2565 281.51);--sun-yellow: oklch(.86 .1998 90.38);--color-text: #161616;--color-text-grey: #969696;--color-bg: #000645;--color-bg-shade: #f2f2f2;--color-bg-contrast: #3a3a3a;--theme-light-color-text: #161616;--theme-light-color-text-grey: #828282;--theme-light-color-bg: #000645;--theme-light-color-bg-shade: #f2f2f2;--theme-light-color-bg-contrast: #3a3a3a;--theme-dark-color-text: #ffffff;--theme-dark-color-text-grey: #cbcbcb;--theme-dark-color-bg: #352152;--theme-dark-color-bg-shade: #212134;--theme-dark-color-bg-contrast: #ddddf8}@media (prefers-color-scheme: light){:root[theme=system]{--color-text: var(--theme-light-color-text);--color-text-grey: var(--theme-light-color-text-grey);--color-bg: var(--theme-light-color-bg);--color-bg-shade: var(--theme-light-color-bg-shade);--color-bg-contrast: var(--theme-light-color-bg-contrast)}}@media (prefers-color-scheme: dark){:root[theme=system]{--color-text: var(--theme-dark-color-text);--color-text-grey: var(--theme-dark-color-text-grey);--color-bg: var(--theme-dark-color-bg);--color-bg-shade: var(--theme-dark-color-bg-shade);--color-bg-contrast: var(--theme-dark-color-bg-contrast)}}:root[theme=light]{--color-text: var(--theme-light-color-text);--color-text-grey: var(--theme-light-color-text-grey);--color-bg: var(--theme-light-color-bg);--color-bg-shade: var(--theme-light-color-bg-shade);--color-bg-contrast: var(--theme-light-color-bg-contrast)}:root[theme=dark]{--color-text: var(--theme-dark-color-text);--color-text-grey: var(--theme-dark-color-text-grey);--color-bg: var(--theme-dark-color-bg);--color-bg-shade: var(--theme-dark-color-bg-shade);--color-bg-contrast: var(--theme-dark-color-bg-contrast)}}@layer transitions{:root{--theme-transition-time: .4s}body.transitioning{transition:background-color var(--theme-transition-time) ease-out,color var(--theme-transition-time) ease-out}body.transitioning .divider{transition:background-color var(--theme-transition-time) ease-out}body.transitioning .container,body.transitioning main{transition:background-color var(--theme-transition-time) ease-out}body.transitioning a{transition:color var(--theme-transition-time) ease-out}svg path{transition:fill var(--theme-transition-time) ease-out}}@layer style{:root{--fs--1: .9rem;--fs-0: 1rem;--fs-1: 1.1rem;--fs-2: 1.3rem;--fs-3: 1.5rem;--fs-4: 1.7rem;--fs-5: 2.1rem;--fs-display: 2.6rem;font-size:16px}body{font-family:Magniton,serif;font-weight:500;font-style:normal}@font-face{font-family:Magniton;src:url(/assets/fonts/Magniton/Magniton.woff2) format("woff2");font-weight:500;font-style:normal;font-display:block}@font-face{font-family:Magniton Extrude;src:url(/assets/fonts/Magniton/MagnitonExtrude.woff2) format("woff2");font-weight:500;font-style:normal;font-display:block}}@layer style{body{overflow:hidden}header{display:none}header.home{display:grid;place-content:center;width:100vw;height:100dvh}header.home svg{max-width:95vw;max-height:95dvh;width:min(95vw,750px);aspect-ratio:1/1}div.ny-wrap{display:none;align-items:flex-end;justify-content:center;position:absolute;top:0;left:0;width:100%;height:100%}div.ny-wrap.go{display:grid}div.ny-wrap h1{display:block;font-family:Magniton;color:#e4161f;font-size:115px;transform:translate(-2vw) rotate(-15deg);text-align:center;line-height:1.8}@media (max-width: 722px){div.ny-wrap h1{transform:translate(-5vw) translateY(-5vw) rotate(-15deg)}}@media (max-width: 550px){div.ny-wrap h1{font-size:85px}}div.ny-wrap h1:before{content:"New York";position:absolute;font-family:Magniton Extrude;color:#302208;top:5%;left:0;z-index:-1}div.ny-wrap-2{position:absolute;display:grid;width:100vw;height:100dvh;align-items:center;justify-content:center;transform:translateY(-100vh);animation:dropin 3.5s ease-out forwards 2s}snow-fall{opacity:0;transition:opacity 2.5s ease-out}snow-fall.show{opacity:1}svg.emp{max-height:95vh;max-width:90vw;width:100%;z-index:-2;animation:popin 1.5s ease-out forwards}.words{animation:pulse 1.5s linear infinite;transform-origin:center}svg.clicked{overflow:visible}svg.clicked .words-wrap{animation:flyup 2s ease-out forwards;transform-origin:center}svg.clicked .bg path:nth-child(odd){fill:#9ecbbb;animation:flash-odd .75s linear infinite}svg.clicked .bg path:nth-child(2n){fill:#e7dfc9;animation:flash-even .75s linear infinite}@keyframes pulse{50%{transform:scale(.98)}}@keyframes flash-odd{0%{fill:#9ecbbb}49%{fill:#9ecbbb}50%{fill:#e7dfc9}to{fill:#e7dfc9}}@keyframes flash-even{0%{fill:#e7dfc9}49%{fill:#e7dfc9}50%{fill:#9ecbbb}to{fill:#9ecbbb}}@keyframes flyup{5%{transform:rotate(-15deg)}10%{transform:rotate(15deg)}15%{transform:rotate(-15deg)}20%{transform:rotate(15deg)}25%{transform:rotate(0)}to{transform:translateY(-100vh)}}@keyframes dropin{to{transform:translateY(0)}}@keyframes popin{0%{transform:translateY(100vh)}}}@layer utilities{.visually-hidden:not(:focus):not(:active){width:1px;height:1px;overflow:hidden;clip-path:inset(50%);position:absolute;white-space:nowrap}}@layer reset theme transitions style utilities;@view-transition{navigation: auto;}::view-transition-old(*),::view-transition-new(*),::view-transition-group(*){animation-duration:.3s;animation-timing-function:ease-out}:root[data-vt=westward] main{view-transition-name:westward}:root[data-vt=eastward] main{view-transition-name:eastward}:root[data-vt-effects~=fade-nav] nav{view-transition-name:fade-in}:root:not([data-vt-effects~=fade-nav]) nav{view-transition-name:nav}html{view-transition-name:none}main{view-transition-name:main}::view-transition{pointer-events:none}@media (max-width: 1100px){::view-transition-old(westward){animation:slide-out-to-left .3s ease-out}::view-transition-new(westward){animation:slide-in-from-left .3s ease-out}::view-transition-old(eastward){animation:slide-out-to-right .3s ease-out}::view-transition-new(eastward){animation:slide-in-from-right .3s ease-out}}::view-transition-group(fade-in){animation:fade-in .3s ease-out}::view-transition-old(dir-background2),::view-transition-new(dir-background2),::view-transition-old(dir-background8),::view-transition-new(dir-background8){height:100%}::view-transition-old(.dir-background),::view-transition-new(.dir-background){height:100%}::view-transition-new(dir-contents),::view-transition-old(dir-contents){width:auto}::view-transition-new(header-button){animation-timing-function:ease-in}::view-transition-group(nav),::view-transition-group(heading){animation-timing-function:ease-out}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes slide-out-to-left{0%{transform:translate(0)}to{transform:translate(-100vw)}}@keyframes slide-in-from-left{0%{transform:translate(-100vw)}to{transform:translate(0)}}@keyframes slide-out-to-right{0%{transform:translate(0)}to{transform:translate(100vw)}}@keyframes slide-in-from-right{0%{transform:translate(100vw)}to{transform:translate(0)}}
