.landing{position:relative;min-height:100vh;min-height:calc(var(--vh, 1vh) * 100);color:#fff;background-color:#000;transition:color .15s ease-out}.landing--light-bg{color:#000}.landing__video{position:absolute;top:0;bottom:0;left:0;z-index:0;opacity:0;width:100%;height:100%;object-fit:cover;transition:opacity .15s ease-out}@media(min-width:768px){.landing__video{width:calc(100% - 280px)}}@media(min-width:1280px){.landing__video{width:calc(100% - 320px)}}.landing__video--active{opacity:1}.landing__content{position:relative;z-index:1;display:flex;flex-direction:column;min-height:100vh;min-height:calc(var(--vh, 1vh) * 100);padding:2rem}@media(max-width:767px){.landing__content{padding:1rem}}.landing__logo{position:absolute;top:1rem;left:50%;z-index:2;width:100px;filter:drop-shadow(0 1px 3px rgba(0,0,0,.25));transform:translate(-50%);transition:filter .15s ease-out}.landing--light-bg .landing__logo{filter:brightness(0) drop-shadow(0 0 0 transparent)}@media(min-width:768px){.landing__logo{top:2rem;left:2rem;display:flex;align-items:center;width:120px;height:44px;transform:none}}.landing__logo img{width:100%;height:auto}.landing__header{display:none}@media(min-width:768px){.landing__header{position:absolute;top:2rem;right:calc(280px + 4rem);left:calc(4rem + 120px);display:flex;align-items:center;height:44px}}@media(min-width:1280px){.landing__header{right:calc(320px + 4rem)}}.landing__tagline{font-family:gx7k,sans-serif;font-size:clamp(1.125rem,2.25vw,1.75rem);font-weight:700;white-space:nowrap;text-shadow:0 1px 3px rgba(0,0,0,.25);transition:text-shadow .15s ease-out}.landing--light-bg .landing__tagline{text-shadow:none}.landing__fyc{display:none}@media(min-width:768px){.landing__fyc{position:absolute;bottom:2rem;left:2rem;display:block;font-family:gx7k,sans-serif;font-size:clamp(1.0625rem,1.75vw,1.375rem);font-weight:700;text-shadow:0 1px 3px rgba(0,0,0,.25);transition:text-shadow .15s ease-out}.landing--light-bg .landing__fyc{text-shadow:none}}.landing__buttons{display:none}@media(min-width:768px){.landing__buttons{position:absolute;top:0;right:0;bottom:0;display:flex;flex-direction:column;width:280px}}@media(min-width:768px)and (min-width:1280px){.landing__buttons{width:320px}}.landing__btn{display:flex;flex:1;flex-direction:column;justify-content:space-between;padding:1rem 2rem;text-align:left;color:#fff;transition:color .3s}.landing__btn--video{background-color:#89d2db}.landing__btn--video:hover{color:#e70312}.landing__btn--album{background-color:#e70312}.landing__btn--album:hover{color:#89d2db}.landing__btn-top{display:block}.landing__btn-label{display:block;font-family:gx7k,sans-serif;font-size:clamp(.875rem,1.25vw,1rem);font-weight:700;opacity:.9}.landing__btn-title{display:block;margin-top:.5rem;font-family:gx7k,sans-serif;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;line-height:1.1;text-transform:uppercase}.landing__btn-footer{display:flex;align-items:center;justify-content:space-between}.landing__btn-cta{font-family:gx7k,sans-serif;font-size:clamp(.875rem,1.25vw,1rem);font-weight:700}.landing__btn-arrow{width:36px;height:36px;stroke-linecap:round;stroke-linejoin:round}.landing__mobile-section{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:1rem}@media(min-width:768px){.landing__mobile-section{display:none}}@media(max-width:767px){.landing__logo{position:absolute;top:1rem;left:50%;transform:translate(-50%)}}.landing__mobile-tagline{width:100%;max-width:320px;margin-bottom:1rem;font-family:gx7k,sans-serif;font-size:clamp(1.5rem,7vw,2rem);font-weight:700;line-height:1.15;text-align:left;text-shadow:0 1px 3px rgba(0,0,0,.25);transition:text-shadow .15s ease-out}.landing--light-bg .landing__mobile-tagline{text-shadow:none}.landing__mobile-buttons{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:320px}.landing__mobile-btn{position:relative;z-index:0;padding:1rem 2rem;font-family:gx7k,sans-serif;font-size:clamp(1rem,1.5vw,1.25rem);font-weight:700;text-transform:uppercase;color:#fff;background-color:transparent;border:2px solid;border-radius:9999px;transition:background-color .25s ease-out}.landing__mobile-btn:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;content:"";border-radius:inherit;opacity:0;transition:opacity .25s ease-out}.landing__mobile-btn--video{border-color:#89d2db}.landing__mobile-btn--video:before{background-color:#89d2db}.landing__mobile-btn--video:active:before,.landing__mobile-btn--video.is-pressed:before{opacity:1}.landing__mobile-btn--album{border-color:#e70312}.landing__mobile-btn--album:before{background-color:#e70312}.landing__mobile-btn--album:active:before,.landing__mobile-btn--album.is-pressed:before{opacity:1}.landing__mobile-hint{margin-top:.5rem;font-family:gx7k,sans-serif;font-size:clamp(.875rem,1.25vw,1rem);font-weight:700;opacity:.7}.progress-bar{position:fixed;top:0;right:0;left:0;z-index:90;display:none}@media(min-width:768px){.progress-bar{display:block}}.progress-bar--hidden{pointer-events:none}.progress-bar--dark-text .progress-bar__title,.progress-bar--dark-text .progress-bar__page{color:#000}.progress-bar--dark-text .progress-bar__track{background-color:#0003}.progress-bar:before{position:absolute;top:0;right:0;bottom:-30px;left:0;content:"";-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);-webkit-mask-image:linear-gradient(to bottom,black 0%,black 60%,transparent 100%);mask-image:linear-gradient(to bottom,black 0%,black 60%,transparent 100%);opacity:1;transition:opacity .3s;pointer-events:none}.progress-bar--hidden:before{opacity:0}.progress-bar:after{position:absolute;top:0;right:0;bottom:-10px;left:0;content:"";background:linear-gradient(to bottom,rgba(0,0,0,.1) 0%,rgba(0,0,0,.05) 70%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,black 0%,black 60%,transparent 100%);mask-image:linear-gradient(to bottom,black 0%,black 60%,transparent 100%);opacity:1;transition:opacity .3s;pointer-events:none}.progress-bar--hidden:after{opacity:0}.progress-bar__content{position:relative;padding:1rem 6rem;opacity:1;transition:opacity .3s}.progress-bar--hidden .progress-bar__content{opacity:0}.progress-bar__title{display:block;width:100%;margin-bottom:.5rem;font-family:gx7k,sans-serif;font-size:clamp(.75rem,1vw,.875rem);font-weight:600;text-align:center;color:#fff;cursor:pointer;opacity:.8;transition:opacity .15s,color .3s}.progress-bar__title:hover{opacity:1}.progress-bar__nav{display:flex;align-items:center;gap:2rem}.progress-bar__page{display:flex;flex:0 0 15em;align-items:center;gap:.5rem;font-family:gx7k,sans-serif;font-size:clamp(.75rem,1vw,.875rem);font-weight:700;text-transform:uppercase;white-space:nowrap;color:#fff;transition:opacity .15s,color .3s}.progress-bar__page:hover{opacity:.7}.progress-bar__page--left{justify-content:flex-end}.progress-bar__dot{width:8px;height:8px;border-radius:50%;opacity:0;transition:opacity .15s}.progress-bar__page--music-video .progress-bar__dot{background-color:#89d2db}.progress-bar__page--album-packaging .progress-bar__dot{background-color:#e70312}.progress-bar__dot--visible{opacity:1}.progress-bar__track{position:relative;flex:1;height:3px;background-color:#fff3;border-radius:2px;transition:background-color .3s}.progress-bar__fill{position:absolute;top:0;bottom:0;width:50%;border-radius:2px;transition:transform .1s linear}.progress-bar__fill--left{left:0;transform-origin:left center}.progress-bar__fill--right{left:50%;transform-origin:left center}.progress-bar__fill--music-video{background-color:#89d2db}.progress-bar__fill--album-packaging{background-color:#e70312}.header{position:fixed;top:0;right:0;left:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:2rem}@media(min-width:768px){.header{display:none}}.header--homepage{display:flex}@media(max-width:767px){.header{position:relative;display:flex;justify-content:center;padding:1rem;background-color:#fff}.header .header__logo-link{color:#000;pointer-events:auto}.header .header__hamburger-line{background-color:#000}}@media(max-width:767px){.header--homepage{position:fixed;background-color:transparent}.header--homepage .header__logo-link{color:#fff;pointer-events:none}.header--homepage .header__hamburger-line{background-color:#fff}}.header__hamburger{display:none}@media(max-width:767px){.header__hamburger{position:absolute;top:50%;left:1rem;display:flex;flex-direction:column;gap:5px;padding:.5rem;transform:translateY(-50%)}}.header__hamburger-line{display:block;width:20px;height:2px;background-color:#fff;border-radius:1px}.header__logo{width:80px}@media(max-width:767px){.header__logo{width:60px}}.header__logo-link{display:block;color:#fff;transition:opacity .15s,color .15s}.header__logo-link:hover{opacity:.8}.header__logo-link svg{display:block;width:100%;height:auto}.header__nav{position:fixed;bottom:1rem;left:50%;z-index:100;display:none;padding:4px;padding-bottom:calc(4px + env(safe-area-inset-bottom));background-color:#e8e8e8;border-radius:9999px;transform:translate(-50%)}@media(max-width:767px){.header__nav{display:flex}}.header__link{padding:.5rem 1rem;font-family:gx7k,sans-serif;font-size:.7rem;font-weight:700;text-transform:uppercase;white-space:nowrap;color:#666;border-radius:9999px;transition:background-color .15s,color .15s}.header__link--active{color:#fff}.header__link--active.header__link--music-video{background-color:#89d2db}.header__link--active.header__link--album-packaging{background-color:#e70312}.vimeo-player{position:relative;width:100%;max-height:100dvh;aspect-ratio:var(--aspect-ratio, 16/9);background-color:#000}@media(max-width:767px){.vimeo-player{max-height:100dvh}}.vimeo-player__container{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.vimeo-player__container iframe{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}.vimeo-player__poster{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}.vimeo-player__poster--hidden{opacity:0;pointer-events:none}.vimeo-player__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;background:transparent;border:none;cursor:pointer}.vimeo-player__play-btn{position:absolute;top:50%;left:50%;z-index:4;display:flex;align-items:center;justify-content:center;width:140px;height:140px;color:#fff;pointer-events:none;transform:translate(-50%,-50%);transition:opacity .3s ease}@media(max-width:767px){.vimeo-player__play-btn{width:100px;height:100px}}.vimeo-player__play-btn--hidden{opacity:0}.vimeo-player__play-icon{width:100%;height:100%}.scroll-indicator{position:absolute;bottom:1rem;left:50%;z-index:10;display:flex;align-items:center;justify-content:center;width:48px;height:48px;color:#fff;opacity:0;transform:translate(-50%);animation:scroll-fade-in .4s ease-out forwards,scroll-bounce 1.2s ease-in-out .4s 3,scroll-fade-out .4s ease-out 4s forwards}@media(max-width:767px){.scroll-indicator{display:none}}.scroll-indicator--light{color:#fff}.scroll-indicator--light svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.scroll-indicator--dark{color:#000}.scroll-indicator--dark svg{filter:drop-shadow(0 2px 4px rgba(255,255,255,.3))}.scroll-indicator svg{width:100%;height:100%}@keyframes scroll-fade-in{0%{opacity:0}to{opacity:.6}}@keyframes scroll-bounce{0%,40%,to{transform:translate(-50%) translateY(0)}20%{transform:translate(-50%) translateY(10px)}}@keyframes scroll-fade-out{0%{opacity:.6}to{opacity:0}}.music-video-section{background-color:#fff}.music-video-section__hero-wrapper{position:relative}.music-video-section__hero{position:relative;display:flex;align-items:center;justify-content:center;min-height:100vh;min-height:calc(var(--vh, 1vh) * 100);color:#fff;background-color:#000}.music-video-section__hero-bg{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.music-video-section__hero-bg:after{position:absolute;top:0;left:0;right:0;bottom:0;content:"";background:linear-gradient(to bottom,#0006,#0009)}.music-video-section__hero-bg img{width:100%;height:100%;object-fit:cover}.music-video-section__hero-content{position:relative;z-index:1;padding:4rem;text-align:center}.music-video-section__badge{display:inline-block;margin-bottom:2rem;padding:.5rem 2rem;font-size:clamp(.75rem,1vw,.875rem);text-transform:uppercase;border:1px solid rgba(255,255,255,.3);border-radius:9999px}.music-video-section__title{margin-bottom:1rem;font-family:gx7k,sans-serif;font-size:clamp(3rem,8vw,6rem);line-height:1}.music-video-section__subtitle{font-size:clamp(1.5rem,3vw,2.5rem);opacity:.8}.music-video-section__stats{padding:4rem 1rem;background-color:#fff}@media(min-width:768px){.music-video-section__stats{padding:8rem 4rem}}.music-video-section__stats .container{display:flex;flex-direction:column;gap:4rem}@media(min-width:768px){.music-video-section__stats .container{gap:8rem}}.music-video-section__stat-row{display:flex;flex-direction:row;align-items:center;gap:1rem}@media(min-width:768px){.music-video-section__stat-row{gap:2rem}}.music-video-section__stat-row--reversed{flex-direction:row-reverse}.music-video-section__stat-video{flex:none;width:60vw;aspect-ratio:884/424;overflow:hidden;border-radius:12px}.music-video-section__stat-video video{display:block;width:100%;height:100%;object-fit:cover}.music-video-section__stat-info{display:flex;flex:1;flex-direction:column;align-items:center;text-align:center}.music-video-section__stat-number{font-family:gx7k,sans-serif;font-size:clamp(4rem,15vw,8rem);line-height:1;color:#000}.music-video-section__stat-label{font-family:gx7k,sans-serif;font-size:clamp(1.25rem,2.5vw,2rem);text-transform:uppercase;color:#000}.music-video-section__intro{padding:8rem 0}.music-video-section__section-title{margin-bottom:4rem;font-family:gx7k,sans-serif;font-size:clamp(1.25rem,2.5vw,2.5rem);line-height:1.1em;text-transform:uppercase}.music-video-section__intro-text{max-width:800px;font-family:zt3m,Georgia,serif;font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.8;color:#333}.music-video-section__process{padding:2rem 1rem 4rem}@media(min-width:768px){.music-video-section__process{padding:8rem 4rem}}@media(max-width:767px){.music-video-section__process .music-video-section__section-title{max-width:200px}}.music-video-section__timeline{position:relative;display:flex;flex-direction:column;gap:12rem;margin-top:4rem}@media(max-width:767px){.music-video-section__timeline{gap:4rem}}.music-video-section__timeline-line{position:absolute;top:24px;bottom:24px;left:50%;width:2px;background-image:repeating-linear-gradient(to bottom,#000 0,#000 12px,transparent 12px,transparent 20px);transform:translate(-50%);clip-path:inset(0 0 100% 0);pointer-events:none}@media(max-width:767px){.music-video-section__timeline-line{top:20px;bottom:20px;left:22px;transform:none}}.music-video-section__step{display:grid;grid-template-columns:1fr auto 1fr;gap:2rem;align-items:start;opacity:0}@media(max-width:767px){.music-video-section__step{grid-template-columns:44px 1fr;grid-template-rows:auto auto auto;gap:.5rem 1rem}}.music-video-section__step-images{display:flex;flex-direction:column;gap:.5rem}@media(max-width:767px){.music-video-section__step-images{grid-column:1/-1;grid-row:3;margin-top:1rem}}.music-video-section__step-images--concept{display:flex;flex-direction:column;align-items:center;gap:1rem}.music-video-section__step-images--concept>.music-video-section__step-video{width:calc(50% - .5rem)}.music-video-section__step-images--concept .music-video-section__step-thumbs-row{width:100%;gap:1rem}.music-video-section__step-images--grid-2x2{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}.music-video-section__step-images--single{max-width:320px}.music-video-section__step-images--robotic{display:flex;flex-direction:column;gap:1rem}.music-video-section__step-images--robotic .music-video-section__step-thumbs-row{gap:1rem}@media(max-width:767px){.music-video-section__step-images--robotic{grid-row:4}}.music-video-section__step-images--optical{display:flex;flex-direction:column;align-items:center;gap:1rem}.music-video-section__step-images--optical>.music-video-section__step-video{width:calc(50% - .5rem)}.music-video-section__step-images--optical .music-video-section__step-thumbs-row{width:100%;gap:1rem}.music-video-section__step-images--stacked,.music-video-section__step-images--robots{gap:1rem}.music-video-section__step-thumbs-row{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.music-video-section__step-thumbs-row--four{grid-template-columns:repeat(4,1fr)}.music-video-section__step-labeled-images{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.music-video-section__step-labeled{display:flex;flex-direction:column;gap:.5rem}.music-video-section__step-labeled span{font-family:gx7k,sans-serif;font-size:clamp(.75rem,1vw,.875rem);text-align:center;text-transform:uppercase}.music-video-section__step-thumb{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:4px}.music-video-section__step-video{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:8px}.music-video-section__step-marker{position:relative;display:flex;flex-direction:column;align-items:center;padding-top:.5rem}@media(max-width:767px){.music-video-section__step-marker{grid-column:1;grid-row:1/3;align-items:center;justify-content:flex-start;padding-top:0}}.music-video-section__step-number{position:relative;z-index:1;display:flex;flex-shrink:0;align-items:center;justify-content:center;width:48px;height:48px;font-family:gx7k,sans-serif;font-size:1.45rem;line-height:1;color:#000;background-color:#fff;border:3px solid #000;border-radius:9999px}@media(max-width:767px){.music-video-section__step-number{width:40px;height:40px;font-size:1.35rem;border-width:2px}}@media(max-width:767px){.music-video-section__step-content{display:contents}}.music-video-section__step-content h3{margin-top:.1em;margin-bottom:1rem;font-family:zt3m,Georgia,serif;font-size:clamp(1.5rem,3vw,2rem);line-height:1.1em;color:#000}@media(max-width:767px){.music-video-section__step-content h3{grid-column:2;grid-row:1;order:1;align-self:center;margin-top:0;margin-bottom:0}}.music-video-section__step-content p{font-family:zt3m,Georgia,serif;font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.5;color:#000}@media(max-width:767px){.music-video-section__step-content p{grid-column:2;grid-row:2;order:2;margin-top:1rem}}.music-video-section__step-videos-captioned{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1rem}@media(min-width:768px){.music-video-section__step-videos-captioned{gap:1rem}}@media(max-width:767px){.music-video-section__step-videos-captioned{grid-column:2;grid-row:2;margin-top:1rem;margin-bottom:1rem}}@media(max-width:767px){.music-video-section__step-videos-captioned+p{grid-row:3}}.music-video-section__step-video-figure{margin:0}.music-video-section__step-video-figure figcaption{margin-top:.5rem;font-family:gx7k,sans-serif;font-size:clamp(.75rem,1vw,.875rem);text-align:center;text-transform:uppercase}.music-video-section__making{padding:4rem 1rem;background-color:#fff}@media(min-width:768px){.music-video-section__making{padding:8rem 4rem}}@media(max-width:767px){.music-video-section__making .music-video-section__section-title{margin-bottom:2rem}}.music-video-section__chapters{display:flex;flex-direction:column;align-items:center;gap:4rem;margin-top:4rem}@media(max-width:767px){.music-video-section__chapters{margin-top:.5rem}}.music-video-section__chapter{width:100%;text-align:center;opacity:0}.music-video-section__chapter h3{max-width:900px;margin:0 auto 1rem;font-family:zt3m,Georgia,serif;font-size:clamp(1.25rem,2.5vw,1.75rem);color:#000}.music-video-section__chapter p{max-width:700px;margin:0 auto 4rem;font-family:zt3m,Georgia,serif;font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.6;color:#000}.music-video-section__chapter-video{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;cursor:pointer;background-color:#000;border:none;border-radius:16px}.music-video-section__chapter-video--playing{cursor:default}.music-video-section__chapter-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.music-video-section__chapter-overlay--pause{cursor:pointer}.music-video-section__chapter-poster{width:100%;height:100%;object-fit:cover}.music-video-section__youtube-player{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.music-video-section__youtube-player--loading{opacity:0;pointer-events:none}.music-video-section__youtube-player iframe{width:100%;height:100%}.music-video-section__chapter-play{position:absolute;top:50%;left:50%;display:flex;align-items:center;justify-content:center;width:80px;height:80px;color:#fff;pointer-events:none;transform:translate(-50%,-50%)}@media(max-width:767px){.music-video-section__chapter-play{width:56px;height:56px}}.music-video-section__chapter-play svg{width:100%;height:100%}.music-video-section__chapter-divider{display:flex;justify-content:center;padding:1rem 0;color:#000;opacity:0}@media(min-width:768px){.music-video-section__chapter-divider{padding:4rem 0}}.music-video-section__chapter-divider svg{width:48px;height:48px}@media(max-width:767px){.music-video-section__chapter-divider svg{width:32px;height:32px}}.music-video-section__process-videos{padding:4rem 1rem;background-color:#fff}@media(min-width:768px){.music-video-section__process-videos{padding:8rem 4rem}}.music-video-section__process-videos .music-video-section__section-title{margin-bottom:1rem}.music-video-section__process-videos-text{font-family:zt3m,Georgia,serif;font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.7;color:#000}.music-video-section__process-videos-grid{display:grid;grid-template-columns:1fr;gap:4rem;margin-top:4rem}@media(min-width:768px){.music-video-section__process-videos-grid{grid-template-columns:repeat(2,1fr)}}.music-video-section__process-videos-item{display:flex;flex-direction:column;gap:1rem}.music-video-section__process-videos-button{position:relative;display:block;width:100%;padding:0;cursor:pointer;background:none;border:none}.music-video-section__process-videos-embed{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;background-color:#000;border-radius:8px}.music-video-section__process-videos-embed iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.music-video-section__process-videos-poster{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:8px}.music-video-section__process-videos-label{font-family:gx7k,sans-serif;font-size:clamp(.875rem,2vw,1.125rem);line-height:1.3;color:#000}.music-video-section__process-videos-button .music-video-section__chapter-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:transform .3s cubic-bezier(.16,1,.3,1)}.music-video-section__process-videos-button:hover .music-video-section__chapter-play{transform:translate(-50%,-50%) scale(1.1)}.music-video-section__love{padding:4rem 1rem 8rem;background-color:#fff}@media(min-width:768px){.music-video-section__love{padding:0 4rem}}.music-video-section__love .love-graphic{width:100%}.album-section{background-color:#fff}.album-section__hero{position:relative;width:100%;min-height:100vh;min-height:calc(var(--vh, 1vh) * 100);overflow:hidden;background-color:#fff}.album-section__hero-video{width:100%;height:100%;min-height:100vh;min-height:calc(var(--vh, 1vh) * 100);object-fit:cover}.album-section__statement{padding:4rem 1rem;background-color:#fff}@media(min-width:768px){.album-section__statement{padding:8rem 4rem}}.album-section__statement .container{max-width:800px;margin:0 auto}.album-section__statement-quote{margin:0;font-family:zt3m,Georgia,serif;font-size:clamp(1.125rem,2vw,1.375rem);line-height:1.6;color:#000}.album-section__statement-quote p{margin:0 0 1.25em}.album-section__statement-quote p:last-of-type{margin-bottom:1.75em}.album-section__statement-attribution{display:flex;align-items:center;gap:.5rem}.album-section__statement-dash{width:24px;height:2px;background-color:#e70312}.album-section__statement-author{font-family:gx7k,sans-serif;font-size:clamp(.875rem,1.5vw,1rem);font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#000}.album-section__packaging-scroll-wrapper{padding-top:calc((100vh - 35.2823920266vw) / 2);padding-bottom:calc((100vh - 35.2823920266vw) / 2);background-color:#fff}@media(max-width:767px){.album-section__packaging-scroll-wrapper{display:none}}.album-section__packaging-scroll{position:relative;width:100%;height:35.2823920266vw;overflow:hidden}.album-section__packaging-scroll-track{position:absolute;top:0;left:0;height:100%;width:346.1129568106vw;will-change:transform}.album-section__packaging-scroll-track img{width:100%;height:100%;object-fit:cover}.album-section__packaging-grid{display:none}@media(max-width:767px){.album-section__packaging-grid{display:flex;flex-direction:column;gap:.5rem;padding:.5rem}}.album-section__packaging-grid-row{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.album-section__packaging-grid-item{aspect-ratio:1;overflow:hidden}.album-section__packaging-grid-item img{width:100%;height:100%;object-fit:cover}.album-section__packaging-grid-item--full{width:100%}.album-section__packaging-grid-item--landscape{aspect-ratio:2000/1198}.album-section__section-title{margin-bottom:4rem;font-family:gx7k,sans-serif;font-size:clamp(1.25rem,2.5vw,2.5rem);line-height:1.1em;text-transform:uppercase}.album-section__process{padding:2rem 1rem 4rem}@media(min-width:768px){.album-section__process{padding:8rem 4rem}}@media(max-width:767px){.album-section__process .album-section__section-title{max-width:200px}}.album-section__timeline{position:relative;display:flex;flex-direction:column;gap:12rem;margin-top:4rem}@media(max-width:767px){.album-section__timeline{gap:4rem}}.album-section__timeline-line{position:absolute;top:24px;bottom:24px;left:50%;width:2px;background-image:repeating-linear-gradient(to bottom,#000 0,#000 12px,transparent 12px,transparent 20px);transform:translate(-50%);clip-path:inset(0 0 100% 0);pointer-events:none}@media(max-width:767px){.album-section__timeline-line{top:20px;bottom:20px;left:22px;transform:none}}.album-section__step{display:grid;grid-template-columns:1fr auto 1fr;gap:2rem;align-items:start;opacity:0}@media(max-width:767px){.album-section__step{grid-template-columns:44px 1fr;grid-template-rows:auto auto auto;gap:.5rem 1rem}}.album-section__step-images{display:flex;flex-direction:column;gap:.5rem}@media(max-width:767px){.album-section__step-images{grid-column:1/-1;grid-row:3;margin-top:1rem}}.album-section__step-images--duo{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.album-section__step-images--stacked{display:flex;flex-direction:column;gap:.5rem;margin:0 auto}@media(min-width:768px){.album-section__step-images--stacked{width:80%}}@media(max-width:767px){.album-section__step-images--stacked{margin-top:1rem}}.album-section__step-images--grid-1-2{display:flex;flex-direction:column;gap:.5rem;margin:0 auto}@media(min-width:768px){.album-section__step-images--grid-1-2{width:75%}}@media(max-width:767px){.album-section__step-images--grid-1-2{margin-top:1rem}}.album-section__step-images--concept{display:flex;flex-direction:column;align-items:center;gap:1rem}.album-section__step-images--concept>.album-section__step-image{width:calc(50% - .5rem)}.album-section__step-images--concept .album-section__step-thumbs-row{width:100%;gap:1rem}@media(max-width:767px){.album-section__step-images--concept{margin-top:1rem}}.album-section__step-images--centered-75{margin:0 auto}@media(min-width:768px){.album-section__step-images--centered-75{width:75%}}@media(max-width:767px){.album-section__step-images--centered-75{margin-top:1rem}}@media(max-width:767px){.album-section__step-images--row-4-mobile{grid-row:4;margin-top:1rem}}.album-section__step-thumbs-row{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.album-section__step-image{width:100%;border-radius:8px;object-fit:cover}.album-section__step-image--portrait{aspect-ratio:3/4}.album-section__step-image--wide{aspect-ratio:1786/898}.album-section__step-image--square{aspect-ratio:1}.album-section__step-image--16-9{aspect-ratio:16/9}.album-section__step-video{width:100%;border-radius:8px;object-fit:cover}.album-section__step-media-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:1rem}@media(min-width:768px){.album-section__step-media-row{gap:1rem}}@media(max-width:767px){.album-section__step-media-row{grid-column:2;grid-row:2;margin-top:1rem;margin-bottom:1rem}}@media(max-width:767px){.album-section__step-media-row+p{grid-row:3!important}}.album-section__step-media-item{width:100%;aspect-ratio:16/9;border-radius:8px;object-fit:cover}.album-section__step-placeholder{width:100%;aspect-ratio:16/9;background-color:#e8e8e8;border-radius:8px}.album-section__step-marker{position:relative;display:flex;flex-direction:column;align-items:center;padding-top:.5rem}@media(max-width:767px){.album-section__step-marker{grid-column:1;grid-row:1/3;align-items:center;justify-content:flex-start;padding-top:0}}.album-section__step-number{position:relative;z-index:1;display:flex;flex-shrink:0;align-items:center;justify-content:center;width:48px;height:48px;font-family:gx7k,sans-serif;font-size:1.45rem;line-height:1;color:#000;background-color:#fff;border:3px solid #000;border-radius:9999px}@media(max-width:767px){.album-section__step-number{width:40px;height:40px;font-size:1.35rem;border-width:2px}}@media(max-width:767px){.album-section__step-content{display:contents}}.album-section__step-content h3{margin-top:.1em;margin-bottom:1rem;font-family:zt3m,Georgia,serif;font-size:clamp(1.5rem,3vw,2rem);line-height:1.1em;color:#000}@media(max-width:767px){.album-section__step-content h3{grid-column:2;grid-row:1;order:1;align-self:center;margin-top:0;margin-bottom:0}}.album-section__step-content p{font-family:zt3m,Georgia,serif;font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.5;color:#000}@media(max-width:767px){.album-section__step-content p{grid-column:2;grid-row:2;order:2;margin-top:1rem}}.album-section__love{padding:4rem 1rem 8rem;background-color:#fff}@media(min-width:768px){.album-section__love{padding:0 4rem}}.album-section__love .love-graphic{width:100%}.page-wipe-graphic{position:relative;width:100%;max-width:100%;aspect-ratio:2320/1145}@media(min-width:768px){.page-wipe-graphic{width:auto;max-height:calc(100vh - 140px);margin:0 auto}}.page-wipe-graphic__image{display:block;width:100%;height:100%;object-fit:contain}.page-wipe-graphic__image--bottom{position:relative}.page-wipe-graphic__image--top{position:absolute;top:0;left:0}.content-page{min-height:100vh}.content-page__love{padding:4rem 1rem 8rem;background-color:#fff}@media(min-width:768px){.content-page__love{padding:0 4rem}}.content-page__love .love-graphic{width:100%}.video-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;place-items:center;padding:4rem;background-color:#0009;animation:lightbox-fade-in .3s cubic-bezier(.16,1,.3,1)}@media(max-width:767px){.video-lightbox{padding:2rem}}.video-lightbox__close{position:absolute;top:2rem;right:2rem;z-index:1;display:flex;align-items:center;justify-content:center;width:48px;height:48px;color:#000;background-color:#fff;border-radius:9999px;box-shadow:0 2px 8px #00000026;transition:background-color .15s,transform .15s}@media(max-width:767px){.video-lightbox__close{top:1rem;right:1rem;width:40px;height:40px}}.video-lightbox__close:hover{background-color:#f8f8f8;transform:scale(1.05)}.video-lightbox__content{width:100%;max-width:calc(100vw - 8rem);max-height:calc(100vh - 8rem);aspect-ratio:16/9}@media(max-width:767px){.video-lightbox__content{max-width:calc(100vw - 4rem);max-height:calc(100vh - 4rem)}}.video-lightbox__video{position:relative;overflow:hidden;width:100%;height:100%;background-color:#fff;border-radius:16px;box-shadow:0 8px 32px #00000040}.video-lightbox__video iframe{position:absolute;top:0;left:0;width:100%;height:100%}html.lightbox-open{overflow:hidden}@keyframes lightbox-fade-in{0%{opacity:0}to{opacity:1}}.page-transition{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;visibility:hidden;pointer-events:none}.preloader{position:fixed;top:0;left:0;right:0;bottom:0;z-index:3000;display:flex;align-items:center;justify-content:center;background-color:#000}.preloader__content{display:flex;flex-direction:column;align-items:center;gap:2rem}.preloader__logo{width:120px;height:auto;animation:pulse 1.5s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.preloader__logo{animation:none}}@keyframes pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.preloader__progress{width:160px;height:2px;overflow:hidden;background-color:#fff3;border-radius:1px}.preloader__progress-fill{height:100%;background-color:#fff;border-radius:1px;transition:width .2s ease-out}.app{min-height:100vh;min-height:calc(var(--vh, 1vh) * 100)}@font-face{font-family:gx7k;src:url(https://cdn.okgo.net/fyc/fonts/gx7k.woff2) format("woff2"),url(https://cdn.okgo.net/fyc/fonts/gx7k.woff) format("woff");font-weight:700;font-style:normal;font-display:swap;descent-override:0%}@font-face{font-family:zt3m;src:url(https://cdn.okgo.net/fyc/fonts/zt3m.woff2) format("woff2"),url(https://cdn.okgo.net/fyc/fonts/zt3m.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-size-adjust:100%}body{font-family:gx7k,sans-serif;font-size:16px;line-height:1.6;color:#000;background-color:#fff;overflow-x:hidden}html.lenis{height:auto}.lenis.lenis-smooth{scroll-behavior:auto}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}img,picture,video,canvas,svg{display:block;max-width:100%}img{height:auto}input,button,textarea,select{font:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:inherit}a{color:inherit;text-decoration:none}button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit}button:focus-visible{outline:2px solid currentColor;outline-offset:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{width:100%;max-width:1440px;margin:0 auto;padding:0 2rem}@media(max-width:767px){.container{padding:0 1rem}}.text-display{font-family:gx7k,sans-serif;font-size:clamp(3rem,8vw,6rem);line-height:1}.text-title{font-family:gx7k,sans-serif;font-size:clamp(2rem,5vw,4rem);line-height:1.1}.text-subtitle{font-family:gx7k,sans-serif;font-size:clamp(1.5rem,3vw,2.5rem);line-height:1.2}.text-body{font-family:zt3m,Georgia,serif;font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.6}.text-body-sm{font-family:zt3m,Georgia,serif;font-size:clamp(.875rem,1.25vw,1rem);line-height:1.6}.text-caption{font-family:gx7k,sans-serif;font-size:clamp(.75rem,1vw,.875rem);line-height:1.4;text-transform:uppercase}::selection{background-color:#dc4f96;color:#fff}
