.studio{position:relative;width:100%;height:100%;background-color:var(--background);color:var(--foreground)}.studio-hero{position:relative;width:100vw;padding:1.5rem;display:flex;align-items:flex-end;justify-content:center;overflow-x:hidden}.studio-hero h1{font-size:41vw;line-height:1.28;position:relative;font-family:Panchang-Bold;color:var(--accent);-webkit-text-stroke:1px var(--foreground);animation:hueRotate 8s linear infinite;letter-spacing:0!important}.whoweare-img .grain-wrapper img{scale:1.05!important}.studio-hero-img{aspect-ratio:7/5;position:relative;width:calc(100vw - 3rem);margin:0 auto -25%;z-index:1000;animation:hueRotate 8s linear infinite}.studio-hero-img-wrapper{position:relative;transform:translateY(-50%);height:80%;border:1px solid var(--foreground)}.studio-header{width:100%;padding:1.5rem 1.5rem 10rem;display:flex;justify-content:center;align-items:center;text-align:center}.studio-header-copy{width:77%}.mission-intro{position:relative;width:100vw;height:100svh;padding:1.5rem;background-color:var(--foreground);color:var(--background);display:flex;align-items:center;gap:3rem}.mission-intro-col-sm{flex:2 1}.mission-intro-col-lg{flex:4 1}.mission-intro-copy{width:75%;display:flex;flex-direction:column}.mission-link{margin-top:2.5rem}.recognition{position:relative;width:100%;height:100svh;padding:1.5rem;background-color:var(--background);color:var(--foreground);overflow:hidden;display:flex;justify-content:center;align-items:center;text-align:center}.recognition-copy{width:75%;display:flex;flex-direction:column;gap:3rem}.recognition-copy p{font-family:AzeretMono-Light;color:var(--foreground-200)}.char{letter-spacing:0}.char,.char-mask{display:inline-block}.char-mask{overflow:hidden}@media (max-width:1000px){.studio-hero{padding:7.5rem 1.5rem 1.5rem}.studio-hero h1{font-size:39vw!important;margin-top:-20vh!important}.mission-intro-copy,.recognition-copy,.studio-header-copy{width:100%}.mission-intro-col-sm{display:none}.mission-intro{min-height:100svh;height:100%}}@media (max-width:768px){.studio-hero h1{font-size:32vw!important;margin-top:0!important}}.btn-group{grid-column-gap:3em;grid-row-gap:3em;justify-content:start!important;font-size:3em;display:flex}.btn-bubble-arrow{font-size:.3em;text-decoration:none}.btn-bubble-arrow,.studio .btn-bubble-arrow__arrow{justify-content:center;align-items:center;display:flex;position:relative}.studio .btn-bubble-arrow__arrow{color:var(--background)!important;background-color:var(--btn-icon)!important;animation:hueRotate 8s linear infinite;flex-flow:row;width:3.75em;height:3.75em;border:1px solid var(--background)!important;transition:transform .735s cubic-bezier(.625,.05,0,1);transform:scale(0) rotate(.001deg);transform-origin:left}.studio .btn-bubble-arrow__arrow.is--duplicate{z-index:2;background-color:var(--foreground)!important;position:absolute;right:0}.btn-bubble-arrow__arrow-svg{width:40%;transition:transform .735s cubic-bezier(.625,.05,0,1);transform:rotate(.001deg)}.btn-bubble-arrow__arrow.is--duplicate{position:absolute;z-index:2;right:0;transform:scale(1) rotate(.001deg);transform-origin:right}.btn-bubble-arrow__content{color:var(--foreground)!important;background-color:var(--background)!important;justify-content:center;align-items:center;height:3.75em;border:1px solid var(--background)!important;padding-left:2em;padding-right:2em;display:flex;position:relative;transition:transform .735s cubic-bezier(.625,.05,0,1);transform:translateX(-3.75em) rotate(.001deg)}.btn-bubble-arrow__content-text{line-height:1;font-size:clamp(.8rem,1vw,3vw);font-family:GeneralSans}.btn-bubble-arrow:hover .btn-bubble-arrow__content{transform:translateX(0) rotate(.001deg)}.btn-bubble-arrow:hover .btn-bubble-arrow__arrow-svg{transform:rotate(-45deg)}.btn-bubble-arrow:hover .btn-bubble-arrow__arrow{transform:scale(1) rotate(.001deg)}.btn-bubble-arrow:hover .btn-bubble-arrow__arrow.is--duplicate{transform:scale(0) rotate(.001deg)}@keyframes hueRotate{0%{filter:hue-rotate(0deg)}to{filter:hue-rotate(1turn)}}@media (min-width:1200px){.btn-bubble-arrow__content-text{font-size:clamp(.8rem,1.5vw,3vw)!important}}