@charset "UTF-8";@layer core,playground,project;@layer project{.container{display:flex;flex-flow:column nowrap;width:100%;min-height:100dvh;overflow:hidden;opacity:0}.container>section{display:flex;align-items:center;justify-content:flex-start;position:relative;width:100%;min-height:100dvh}.split-headline{display:block;position:relative;z-index:1;white-space:nowrap;font-style:italic;letter-spacing:-.02em}.split-headline span{display:block}.split-headline-segment{position:relative;z-index:1;width:calc(100% / var(--segments));overflow:hidden}.split-headline-segment:not(:first-child){position:absolute;inset:0}.split-headline-segment:nth-child(1){margin-left:calc(100% / var(--segments) * (1 - 1))}.split-headline-segment:nth-child(1) span{margin-left:0%}.split-headline-segment:nth-child(2){margin-left:calc(100% / var(--segments) * (2 - 1))}.split-headline-segment:nth-child(2) span{margin-left:-100%}.split-headline-segment:nth-child(3){margin-left:calc(100% / var(--segments) * (3 - 1))}.split-headline-segment:nth-child(3) span{margin-left:-200%}.split-headline-segment:nth-child(4){margin-left:calc(100% / var(--segments) * (4 - 1))}.split-headline-segment:nth-child(4) span{margin-left:-300%}.split-headline-segment:nth-child(5){margin-left:calc(100% / var(--segments) * (5 - 1))}.split-headline-segment:nth-child(5) span{margin-left:-400%}.split-headline-segment:nth-child(6){margin-left:calc(100% / var(--segments) * (6 - 1))}.split-headline-segment:nth-child(6) span{margin-left:-500%}.split-headline-segment:nth-child(7){margin-left:calc(100% / var(--segments) * (7 - 1))}.split-headline-segment:nth-child(7) span{margin-left:-600%}.split-headline-segment:nth-child(8){margin-left:calc(100% / var(--segments) * (8 - 1))}.split-headline-segment:nth-child(8) span{margin-left:-700%}.split-headline-segment:nth-child(9){margin-left:calc(100% / var(--segments) * (9 - 1))}.split-headline-segment:nth-child(9) span{margin-left:-800%}.split-headline-segment:nth-child(10){margin-left:calc(100% / var(--segments) * (10 - 1))}.split-headline-segment:nth-child(10) span{margin-left:-900%}.split-headline-segment>span{width:calc(100% * var(--segments));padding-right:1.5vw}.intro{z-index:3;height:150dvh;padding-bottom:50dvh;overflow:hidden;background:var(--playground-body-color-background)}.intro h1{font-size:33vw;font-weight:200}.intro-arrow{position:fixed;inset:auto auto 4vh calc(50% + var(--playground-ui-sidebar-width) / 2 - max(15px,2vw));z-index:1;width:max(30px,4vw);font-size:max(21px,2vw);font-weight:400;text-align:center}.features{z-index:4;color:var(--playground-body-color-background)}.features-items{display:flex;flex-flow:column nowrap;width:100%;height:100dvh}.features-item{height:33.333%;overflow:hidden}.features-item-container{display:flex;align-items:center;width:100%;height:100%;padding:5vw;background:var(--playground-body-color-text);border-bottom:1px solid color-mix(in srgb,var(--playground-body-color-background),transparent 50%)}.features-item-content{display:flex;flex-flow:row nowrap;align-items:flex-end;justify-content:space-between;gap:10vw;width:100%}.features-item h2{font-size:max(48px,9vw);font-weight:200;line-height:100%;text-transform:uppercase}.features-item p{width:33vw;margin-top:auto;padding-bottom:1.2vw;font-size:max(10px,1vw);font-weight:400}.reel{z-index:2;height:150dvh;padding-bottom:50dvh;background:var(--playground-body-color-background)}.reel>div{position:fixed;inset:0;left:var(--playground-ui-sidebar-width);z-index:1}.reel>div>div{width:100%;height:100%;overflow:hidden}.reel video{width:100%;height:100%;transform:scale(1.2);object-fit:cover;filter:saturate(0)}.gallery{flex-direction:column;z-index:3;background:var(--playground-body-color-background)}.gallery-headline{display:flex;align-items:center;justify-content:center;width:100%;height:100dvh}.gallery-headline h1{font-size:21vw;font-weight:200;text-transform:uppercase}.gallery-items{display:flex;flex-flow:row wrap;gap:45vw 5vw;width:100%;padding:5vw 5vw calc(100dvh + 40vw)}.gallery-item{width:calc(50% - 2.5vw);aspect-ratio:1;overflow:hidden;background:var(--playground-body-color-text)}.gallery-item:nth-child(2n){transform:translateY(40vw)}.gallery-item video{width:100%;height:100%;transform:scale(1.2);object-fit:cover;filter:saturate(0)}section.marquee{z-index:4;height:20dvh;min-height:0;background:var(--playground-body-color-text)}section.marquee div{display:flex;flex-flow:row nowrap;align-items:center;gap:2vw}section.marquee>div{animation:marquee 42s -12s linear infinite}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}section.marquee p{color:var(--playground-body-color-background);font-size:max(21px,3vw);font-style:italic;font-weight:250;white-space:nowrap}section.marquee p:after{content:"—";padding-left:2vw}}
