:root{--color-void:#010101;--color-bone:#ffffff;--color-bone-dim:rgba(255,255,255,0.55);--font-sans:"Söhne","Aeonik","Inter",ui-sans-serif,system-ui,sans-serif;--text-nav:max(11px,0.73vw);--text-mark:2.1vw;--text-hero:3.75vw;--leading-hero:5.21vw;--container-lg:74.84vw;--gutter:calc((100vw - var(--container-lg)) / 2);--space-nav-top:3.57vh;--ease-out-expo:cubic-bezier(0.19,1,0.22,1);--duration-opacity:0.4s;--duration-transform:0.8s;--duration-color:1.25s;--reveal-word-y:60%;--reveal-glyph-y:-120%}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0;height:100%;background:var(--color-void)}body{font-family:var(--font-sans);font-weight:400;color:var(--color-bone);letter-spacing:normal;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.screen{position:relative;height:calc(var(--vh, 1vh) * 100);overflow:hidden}.field{inset:0;z-index:0;display:block;width:100%;height:100%}.field,.mark{position:absolute}.mark{top:50%;left:50%;z-index:2;margin:0;display:flex;flex-direction:column;align-items:center;gap:.7em;transform:translate3d(-50%,-50%,0);font-size:var(--text-mark);line-height:1.2;white-space:nowrap;opacity:0;transition:opacity var(--duration-opacity) linear,transform var(--duration-transform) var(--ease-out-expo)}.screen[data-state=loading] .mark{opacity:1;transition-delay:.35s}.screen[data-state=settled] .mark{opacity:0;transform:translate3d(-50%,-70%,0)}.wordmark i{font-style:italic}.mark-glyph{display:block;width:2.6em;height:2.6em}.address,.header{position:absolute;z-index:2;font-size:var(--text-nav);line-height:1.2;opacity:0;transition:opacity var(--duration-color) var(--ease-out-expo)}.header{left:var(--gutter)}.address,.header{top:var(--space-nav-top)}.address{right:var(--gutter);transition:color var(--duration-color) var(--ease-out-expo),opacity var(--duration-opacity) linear}.screen[data-state=settled] .address{opacity:.55}.screen[data-state=settled] .address:hover{opacity:1}.note{bottom:5.89vw;width:var(--container-lg);transform:translateX(-50%);font-size:var(--text-nav);line-height:1.2;color:var(--color-bone-dim)}.hero,.note{position:absolute;left:50%;z-index:2;margin:0}.hero{top:var(--hero-top,50%);width:100%;transform:translate3d(-50%,-50%,0);font-size:var(--text-hero);font-weight:400;line-height:var(--leading-hero);text-align:center}.hero i{font-style:italic}.word{display:inline-block;overflow:hidden;vertical-align:bottom;opacity:0;transform:translateY(var(--reveal-word-y));transition:opacity var(--duration-opacity) linear,transform var(--duration-transform) var(--ease-out-expo)}.hero .word+.word{margin-left:.28em}.word>span{display:inline-block;transform:translate3d(0,var(--reveal-glyph-y),0);transition:transform var(--duration-transform) var(--ease-out-expo)}.screen[data-state=settled] .word{opacity:1;transform:translate(0)}.screen[data-state=settled] .word>span{transform:translateZ(0)}.screen[data-state=settled] .header{opacity:1}.cursor{position:fixed;top:0;left:0;z-index:999;width:12px;height:12px;border-radius:100%;background:var(--color-bone);pointer-events:none;mix-blend-mode:difference}@media (max-width:1024px){:root{--text-mark:3.4vw;--text-hero:5.4vw;--leading-hero:7.4vw;--container-lg:82vw}}@media (orientation:portrait){.note{bottom:12vh;text-align:center}}@media (max-width:767px){:root{--text-nav:min(3.2vw,13px);--text-mark:min(6.4vw,30px);--text-hero:min(9.07vw,42px);--leading-hero:min(11.73vw,54px);--container-lg:84vw}.cursor{display:none}}@media (prefers-reduced-motion:reduce){.address,.header,.mark,.word,.word>span{transition-duration:.2s;transition-delay:0s!important}.word,.word>span{transform:none}.screen[data-state=loading] .word{opacity:0}}