.loader{position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--z-loader,9999);background:var(--color-bg);display:flex;align-items:center;justify-content:center;transition:opacity .6s ease,visibility .6s ease}.loader.done{pointer-events:none}.loader-logo{width:clamp(120px,25vw,250px);height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);will-change:transform;transform-origin:center center;z-index:10000}.loader-logo svg{width:100%;height:auto;overflow:visible}.loader-path{fill:none;stroke:var(--color-text);stroke-width:2;stroke-dasharray:var(--path-length);stroke-dashoffset:var(--path-length);transition:stroke-dashoffset .1s ease-out}.loader.reveal .loader-path{fill:var(--color-text);fill-opacity:0;animation:loaderFillIn .5s ease forwards .1s}@keyframes loaderFillIn{to{fill-opacity:1}}[data-theme=dark] .loader{background:var(--color-bg)}.panorama-container{position:fixed;top:0;left:0;height:100vh;height:100dvh;width:100vw;overflow:hidden;z-index:700;pointer-events:none;contain:layout paint}.panorama-image{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:row;width:max(400vh,200vw);will-change:transform;transform-origin:center center;opacity:0}.panorama-strip{flex:1 1 0;width:0;min-width:0;height:auto;display:block;backface-visibility:hidden;-webkit-backface-visibility:hidden}.mobile-images{display:none;position:absolute;top:0;left:0;width:100%;height:420vh;pointer-events:none;z-index:700;overflow:hidden}.mobile-image{position:absolute;pointer-events:none;will-change:transform;transform-origin:center center}.mobile-image img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;filter:blur(var(--blur, 0px))}.mobile-image-1{top:calc(50vh - 35vw);left:50%;transform:translateX(-50%);width:90vw}.mobile-image-2{top:calc(115vh - 36vw);left:15vw;width:100vw}.mobile-image-3{top:210vh;right:15vw;left:auto;transform:translateY(-50%);width:100vw;rotate:10deg}.mobile-image-5{top:405vh;left:-40vw;transform:translateY(-50%);width:100vw}.panorama-wrapper{position:relative;height:400vh;width:100%}.sections-container{position:absolute;top:0;left:0;width:100%;height:400vh;pointer-events:none;z-index:10}.section{position:absolute;width:100%;height:100vh;height:100dvh;display:flex;align-items:center;pointer-events:auto;scroll-snap-align:start;scroll-snap-stop:always;contain:layout style;backface-visibility:hidden;-webkit-backface-visibility:hidden}.section:first-child{top:0}.section:nth-child(2){top:100vh}.section:nth-child(3){top:200vh}.section:nth-child(4){top:300vh}.section-content{position:relative;padding:0 5vw;width:50vw;max-width:50vw;will-change:transform}.section:nth-child(odd) .section-content{margin-left:10vw}.section:nth-child(2n) .section-content{margin-left:auto;margin-right:10vw;text-align:left}.section:first-child .section-content{margin-left:auto;margin-right:auto;text-align:center;width:100%;max-width:100%}.section h1{font-family:var(--font-display);font-size:clamp(5rem, 18vw, 20rem);font-weight:485;font-variation-settings:'wdth' 150;line-height:1;margin-bottom:.5rem;color:var(--color-text);letter-spacing:-.02em}.section h2{font-family:var(--font-display);font-size:clamp(.8rem, 2vw, 1.8rem);font-weight:181;font-variation-settings:'wdth' 150;line-height:1.4;margin-bottom:1.5rem;color:var(--color-text);opacity:1;letter-spacing:.05em;text-transform:uppercase}.section h3{font-family:var(--font-display);font-size:clamp(2.5rem, 6vw, 4.5rem);font-weight:485;font-variation-settings:'wdth' 150;line-height:1.1;margin-bottom:1.5rem;color:var(--color-text);width:100%}.section p{font-family:var(--font-body);font-size:clamp(1rem, 1.2vw, 1.2rem);font-weight:300;line-height:1.8;color:var(--color-text);opacity:1;text-align:justify;margin-bottom:2rem}.scroll-indicator{position:fixed;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:.5;transition:opacity .5s ease;z-index:600}.scroll-indicator.hidden{opacity:0;pointer-events:none}.scroll-indicator span{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase}.scroll-indicator .line{width:1px;height:40px;background:linear-gradient(to bottom,var(--color-text),transparent);animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,100%{transform:scaleY(1);opacity:.5}50%{transform:scaleY(.6);opacity:1}}@media (max-width:750px){.panorama-container{display:none!important}.mobile-images{display:block}.section-content{padding:0 1.5rem;width:80vw;max-width:80vw}.section:nth-child(2n) .section-content,.section:nth-child(odd) .section-content{margin-left:0;margin-right:0;text-align:left}.section:first-child .section-content{text-align:center}.section h1{font-size:clamp(4rem, 18vw, 8rem)}.section h2{font-size:clamp(.7rem, 3vw, 1.2rem)}.section h3{font-size:clamp(2rem, 8vw, 3rem)}.section p{text-align:left}}@media (max-width:480px){.section-content{padding:0 1rem;width:90vw;max-width:90vw}.section h1{font-size:clamp(3.5rem, 18vw, 6rem)}.section h2{font-size:clamp(.6rem, 3vw, 1rem)}.section h3{font-size:clamp(1.8rem, 10vw, 2.5rem)}.section p{font-size:.9rem;line-height:1.6}}