.studio-page{position:relative;width:100%;height:100%;min-height:100svh;background-color:var(--base-100)}.studio-page .studio-header{position:relative;width:100%;height:90svh;display:flex;justify-content:center;align-items:center}.studio-page .studio-header .container{display:flex;flex-direction:column;justify-content:center}.studio-page .studio-header .container .studio-header-row:first-child{display:flex;justify-content:flex-end}.studio-page .studio-header .container .studio-header-row:nth-child(2){display:flex;justify-content:flex-start}.studio-page .studio-header .container .studio-header-row h1{font-size:14vw}.studio-page .studio-copy .container{display:flex;flex-direction:column;gap:4rem;padding-bottom:10rem}.studio-page .studio-copy .studio-copy-img{width:30%;border-radius:.75rem;overflow:hidden;margin:0 auto 4rem}.studio-page .studio-copy .studio-copy-img img{width:100%;height:100%;object-fit:cover}.studio-page .studio-copy p{width:50%;text-align:left;margin:0 auto 4rem}@media (max-width:1000px){.studio-page{padding-top:4rem}.studio-page .studio-header{height:auto;min-height:50svh;padding:max(6rem,calc(env(safe-area-inset-top) + 4rem)) 1.25rem 4rem;display:flex;align-items:center}.studio-page .studio-header .container .studio-header-row h1{font-size:3rem;line-height:1.1;word-wrap:break-word}.studio-page .studio-header .container .studio-header-row:first-child,.studio-page .studio-header .container .studio-header-row:nth-child(2){justify-content:center;margin-bottom:1rem}.studio-page .studio-copy{padding-bottom:max(4rem,calc(env(safe-area-inset-bottom) + 4rem))}.studio-page .studio-copy .container{padding:4rem 1.25rem;gap:2rem}.studio-page .studio-copy .studio-copy-img,.studio-page .studio-copy p{width:100%;margin-bottom:2rem}.studio-page .studio-copy p{font-size:1.125rem;line-height:1.7;word-wrap:break-word}.studio-page .studio-copy h2{font-size:1.75rem!important;line-height:1.2;margin-top:2rem!important;margin-bottom:1rem!important;word-wrap:break-word}}@media (min-width:2400px){.studio-page .studio-header .container .studio-header-row h1{font-size:20rem}}.sticky{width:100%;overflow:hidden;background-color:var(--base-100)}.sticky,.sticky-header{position:relative;height:100svh}.sticky-header{top:0;left:0;width:250vw;display:flex;justify-content:center;align-items:center;will-change:transform}.sticky-header h1{margin:0;color:var(--base-400);font-size:28vw;letter-spacing:-.5rem;line-height:100%}.card{position:absolute;top:10%;left:100%;width:340px;height:520px;background-color:var(--base-400);border:none;border-radius:14px;padding:1rem;box-shadow:0 20px 40px rgba(0,0,0,.35);will-change:transform;z-index:2}#card-1{background-color:var(--accent-1)}#card-2{background-color:var(--accent-2)}#card-3{background-color:var(--accent-3)}#card-4{background-color:var(--accent-4)}#card-5{background-color:var(--accent-5)}.card .card-img{position:relative;width:100%;height:230px;border-radius:10px;overflow:hidden}.card .card-img img{width:100%;height:100%;object-fit:cover}.card-content{width:100%;height:255px;display:flex;flex-direction:column;justify-content:space-between;color:#fff;padding:1rem}.card-content h2{font-size:2.5rem;letter-spacing:-.05rem}.card-content ul{list-style:none;padding:0;margin:.5rem 0 0;display:flex;flex-direction:column;gap:.4rem}.card-content ul li{display:flex;align-items:flex-start;gap:.5rem;color:rgba(255,255,255,.9);line-height:1.3}.card-content ul li:before{content:"";display:inline-block;width:6px;height:6px;margin-top:.5rem;border-radius:50%;background:rgba(255,255,255,.6)}@media (max-width:999px){.team-desktop.sticky{display:none}.team-mobile{display:block;z-index:0;position:relative;width:100%;height:auto;overflow:visible;background-color:var(--base-100);padding:2rem 1rem;display:flex;flex-direction:column;gap:1.25rem}.mobile-header{position:static;width:100%;height:auto;display:block;will-change:auto;margin-bottom:.5rem}.mobile-header h1{margin:0 0 .5rem;color:var(--base-400);font-size:2.25rem;letter-spacing:-.06rem;line-height:110%}.card{position:static;top:auto;left:auto;width:100%;height:auto;max-width:680px;margin:0 auto;will-change:auto;transform:none!important;opacity:1!important}.card .card-img{height:260px;margin-bottom:1rem}.card-content{height:auto;display:flex;flex-direction:column;gap:1.25rem}#svc-1{background-color:var(--accent-1)}#svc-2{background-color:var(--accent-2)}#svc-3{background-color:var(--accent-3)}#svc-4{background-color:var(--accent-4)}#svc-5{background-color:var(--accent-5)}#svc-6{background-color:var(--accent-3)}}@media (min-width:1000px){.team-mobile{display:none}}