:root{--background:#f1f1f1;--black-100:#0e0e0e;--black-80:#1d1d1d;--grey:#868686;--light-grey:#dfdfdf;--white:#fff;--lime:#9bff10b0;--rounded:10px;--gutter:40px;--ease-circ:cubic-bezier(.785, .135, .15, .86);--ease-back:cubic-bezier(.68, -.55, .265, 1.55)}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{background:var(--background);color:var(--black-100);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter Tight,sans-serif;font-size:16px;line-height:1.1}img{max-width:100%;display:block}a{color:inherit}h1,h2,h3,p{margin:0;font-weight:400}.heading-xlarge{letter-spacing:-4px;white-space:nowrap;font-size:200px;line-height:1}.heading-large{font-size:120px;line-height:1}.heading-medium{font-size:80px;line-height:1.1}.heading-small{font-size:48px;line-height:1.2}.text-xlarge{font-size:40px;line-height:1.3}.text-large{font-size:24px;line-height:1.4}.text-medium{letter-spacing:.2px;font-size:20px;line-height:1.5}.text-small{font-size:18px;line-height:1.5}.heading-large.hero-size{text-align:center;font-size:11vh}.grey{color:var(--grey)}.indent{text-indent:20%}.year-range{white-space:nowrap}.container{width:100%;max-width:1680px;padding:0 var(--gutter);margin:0 auto}.container-full{width:100%;padding:0 var(--gutter)}.grid-12{grid-template-columns:repeat(12,1fr);align-items:start;gap:40px;display:grid}.section{background:var(--background);position:relative}.pad-small{padding:160px 0}.pad-medium{padding:220px 0}.dark{background:var(--black-100);color:var(--white)}.nav{z-index:999;position:absolute;top:0;left:0;right:0}.nav-inner{max-width:1480px;padding:20px var(--gutter);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.nav-logo{z-index:1000;position:relative}.nav-logo img{width:130px}.nav-menu{flex:1;align-items:center;display:flex}.nav-links{flex:1;justify-content:center;gap:73px;margin:0;padding:0;list-style:none;display:flex}.nav-links a{letter-spacing:.25px;color:#1a1b1f;padding:5px 10px;font-size:16px;font-weight:500;text-decoration:none}.nav-links a:hover{color:#1a1b1fbf}.nav-toggle{display:none}.btn{height:49px;text-decoration:none;display:inline-flex}.btn-label{background:var(--black-80);height:100%;color:var(--white);white-space:nowrap;border-radius:80px;padding:0 10px;overflow:hidden}.btn-roll{transition:transform .5s var(--ease-circ);flex-direction:column;margin-top:-2px;display:flex}.btn-roll span{font-size:40px;line-height:1.3}.btn-arrow{background:var(--black-80);width:49px;transition:transform .5s var(--ease-back);border-radius:70px;justify-content:center;align-items:center;display:flex}.btn-arrow img{width:12px}.btn:hover .btn-roll{transform:translateY(-50%)}.btn:hover .btn-arrow{transform:rotate(45deg)}.btn.small{height:28px}.btn.small .btn-label{padding:0 5px}.btn.small .btn-roll{margin-top:-1px}.btn.small .btn-roll span{font-size:20px;line-height:1.5}.btn.small .btn-arrow{width:28px;height:28px}.btn.small .btn-arrow img{width:10px}.round-btn{background:var(--white);border-radius:100px;justify-content:center;align-items:center;width:120px;height:120px;display:flex}.round-btn img{width:15%;transition:transform .5s var(--ease-back)}.round-btn:hover img{transform:rotate(45deg)}.marquee{gap:100px;display:flex;overflow:hidden}.marquee-track{color:var(--white);flex:none;align-items:center;gap:100px;animation:15s linear infinite marquee;display:flex}.marquee-track.on-dark{color:var(--black-80)}@keyframes marquee{to{transform:translate(calc(-100% - 100px))}}.marquee-sticky{position:sticky;top:160px}.hero{background:var(--background);position:sticky;top:0;overflow:hidden}.hero-grid{grid-template-rows:120px 1.25fr .75fr;grid-template-columns:repeat(12,1fr);align-items:center;width:100%;height:100svh;display:grid}.hero-track{z-index:5;flex-direction:column;grid-row:1/4;justify-content:flex-end;align-self:stretch;height:100vh;display:flex;overflow:hidden}.hero-track.center{grid-column:4/10;justify-self:center}.hero-track.left{grid-column:3/6;justify-content:flex-start;justify-self:start}.hero-track.right{grid-column:8/10;justify-content:flex-start;justify-self:end}.hero-col{flex-direction:column;flex:none;justify-content:space-around;align-items:center;width:100%;display:flex}.hero-track.center .hero-col{height:170%;animation:30s linear infinite drift-up}.hero-track.left .hero-col{height:140%;animation:30s linear infinite drift-down}.hero-track.right .hero-col{justify-content:flex-start;height:100%;animation:30s linear infinite drift-down}@keyframes drift-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes drift-down{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.hero-img{border-radius:var(--rounded);flex:none;overflow:hidden}.hero-img img{object-fit:cover;width:100%;height:100%}.hero-img.l{width:40vh;height:40vh}.hero-img.m{width:30vh;height:30vh}.hero-img.s{width:20vh;height:20vh}.hero-text{z-index:20;color:#fff;text-align:center;mix-blend-mode:exclusion;grid-area:2/4/auto/10}.hero-logo{grid-area:3/1/auto/13;align-self:end;padding:0 1vw}.hero-logo img{width:100%}.work-grid{z-index:1;grid-template-columns:repeat(12,1fr);gap:200px 22px;display:grid;position:relative}.work-card{text-decoration:none;display:block}.work-image{aspect-ratio:1;border-radius:var(--rounded);overflow:hidden}.work-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s var(--ease-circ)}.work-card:hover .work-image img{transform:scale(1.1)}.work-info{flex-direction:column;gap:20px;margin-top:20px;display:flex}.work-title{justify-content:space-between;align-items:center;display:flex}.work-title img{width:20px;transition:transform .5s var(--ease-back)}.work-card:hover .work-title img{transform:rotate(45deg)}.tags{flex-wrap:wrap;gap:5px;display:flex}.tag{-webkit-backdrop-filter:blur(20px);color:var(--grey);background:#e7e7e7b3;border-radius:20px;padding:4px 8px;font-size:18px;line-height:1.5}.page-hero{grid-template-rows:minmax(120px,25svh) auto;grid-template-columns:repeat(12,1fr);align-items:center;display:grid}.page-hero>*{grid-area:2/2/auto/12;place-self:start center;padding-bottom:40px}.footer{border-top:1px solid var(--light-grey);background:var(--background);position:relative}.footer-inner{text-align:center;flex-direction:column;align-items:center;gap:40px;margin-bottom:60px;padding:60px 0 40px;display:flex}.study{grid-template-columns:repeat(12,1fr);align-items:start;gap:40px;display:grid}.study-title{grid-column:2/12}.study-meta{flex-direction:column;grid-column:2/5;gap:20px;display:flex}.study-body{grid-column:6/12;font-size:24px;line-height:1.5}.study-body p{margin:0 0 10px}.study-media{grid-column:2/12}.deliverables{flex-wrap:wrap;align-items:center;column-gap:10px;display:flex}.deliverable{align-items:center;gap:10px;display:inline-flex}.video{aspect-ratio:16/9;border-radius:var(--rounded);margin-bottom:60px;position:relative;overflow:hidden}.video iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.gallery-img{border-radius:var(--rounded);margin-bottom:140px;overflow:hidden}.gallery-img img{width:100%;height:auto}.more{margin-bottom:160px;overflow:hidden}.more-title{text-align:center;margin-bottom:160px}.slider{justify-content:center;display:flex}.slider-track{will-change:transform;flex:none;display:flex}.slide{border-radius:var(--rounded);color:#fff;width:28vw;height:50vh;margin:0 10px;text-decoration:none;display:flex;position:relative;overflow:hidden}.slide img{object-fit:cover;width:100%;height:100%;transition:transform .3s var(--ease-circ)}.slide:hover img{transform:scale(1.2)}.slide-info{z-index:1;background:linear-gradient(#0000,#0000007d);padding:120px 0 40px 40px;position:absolute;bottom:0;left:0;right:0}.studio-track{background:var(--background)}.studio-hero{width:100%;padding:0 var(--gutter) 160px;grid-template-rows:minmax(120px,27svh) auto auto auto;grid-template-columns:repeat(12,1fr);display:grid}.studio-hero h1{grid-area:2/2/auto/12;justify-self:center;margin-bottom:80px}.studio-hero .location{text-align:center;grid-area:4/1/auto/13;align-self:end;margin-top:40px}.studio-image{grid-area:3/1/auto/13;justify-content:center;display:flex}.studio-image-inner{border-radius:var(--rounded);width:25vw;height:50vh;overflow:hidden}.studio-image-inner img{object-fit:cover;width:100%;height:100%}.stats{z-index:1;grid-template-columns:repeat(12,1fr);gap:40px;display:grid;position:relative}.stat{border-radius:var(--rounded);height:430px;color:var(--white);-webkit-backdrop-filter:blur(12px);background:#4e4e4e14;flex-direction:column;justify-content:space-between;align-items:flex-end;gap:40px;padding:40px;display:flex}.stat .text-block{flex-direction:column;gap:20px;width:100%;display:flex}.stat:first-child{grid-area:1/1/2/5}.stat:nth-child(2){grid-area:2/5/3/9}.stat:nth-child(3){grid-area:1/9/2/13}.stat:nth-child(4){grid-area:3/5/4/9}.stat:nth-child(5){grid-area:2/9/3/13}.mb-large{margin-bottom:220px}.mb-small{margin-bottom:60px}.team{z-index:1;grid-template-columns:repeat(12,1fr);gap:80px;display:grid;position:relative}.team-member{flex-direction:column;grid-column:5/8;gap:20px;display:flex}.portrait{aspect-ratio:1;border-radius:var(--rounded);overflow:hidden}.portrait img{object-fit:cover;width:100%;height:100%}.reveal{opacity:0;transition:opacity 1s cubic-bezier(.165,.84,.44,1),transform 1s cubic-bezier(.165,.84,.44,1);transform:translateY(100px)}.reveal.in{opacity:1;transform:none}.booking{min-height:100vh;padding:140px 0 80px}.cal-embed{width:100%;min-height:700px}.booking-buy{justify-content:center;display:flex}.booking-fallback{text-align:center;flex-direction:column;align-items:center;gap:20px;margin-bottom:40px;display:flex}.booking-fallback[hidden]{display:none}.booking-fallback a:not(.booking-btn){color:inherit}.booking-btn{background:var(--black-80);color:var(--white);border-radius:80px;padding:18px 32px;font-size:22px;text-decoration:none;display:inline-block}.booking-btn:hover{background:var(--black-100)}.booking-help{text-align:center;margin-top:20px}.booking-help a{color:inherit}.badge-wrap{pointer-events:none;justify-content:center;align-items:center;display:flex;grid-column:1/-1!important;place-self:stretch stretch!important;padding:0!important}.badge{aspect-ratio:1;background:var(--lime);-webkit-backdrop-filter:blur(9px);border-radius:100%;justify-content:center;align-items:center;height:16vh;display:flex;position:absolute}.badge img{height:80%;animation:15s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.contact-social{flex-direction:column;grid-column:2/5;gap:10px;display:flex}.contact-social a{text-decoration:none}.contact-form{grid-column:6/12}.field{border-radius:var(--rounded);background:var(--white);width:100%;color:var(--black-80);font:inherit;border:0;height:100px;margin-bottom:10px;padding:40px;font-size:20px;display:block}textarea.field{resize:vertical;height:auto;min-height:120px}.hp{display:none}.submit{border-radius:var(--rounded);background:var(--black-80);width:100%;height:100px;color:var(--white);font:inherit;cursor:pointer;border:0;margin-top:40px;font-size:20px;font-weight:500}.submit:disabled{opacity:.6}.form-done{display:none}.form-error{margin-top:20px;display:none}@media (prefers-reduced-motion:reduce){*,:before,:after{transition:none!important;animation:none!important}.reveal{opacity:1;transform:none}}@media (width<=991px){:root{--gutter:20px}.heading-xlarge{font-size:80px}.heading-large{font-size:52px}.heading-medium{font-size:40px}.heading-small{font-size:26px}.indent{text-align:left;text-indent:0}.text-xlarge{font-size:24px}.text-large{font-size:18px}.text-medium{font-size:16px}.text-small,.tag{font-size:14px}.heading-large.hero-size{font-size:5vh}.year-range{display:block}.grid-12{grid-template-columns:1fr;gap:20px}.grid-12>*{grid-column:1/-1!important}.pad-small{padding:60px 0}.pad-medium{padding:100px 0}.marquee-sticky{position:relative;top:0}.mb-large{margin-bottom:120px}.nav-toggle{cursor:pointer;z-index:1000;background:0 0;border:0;flex-direction:column;justify-content:center;gap:6px;width:44px;height:44px;padding:10px;display:flex}.nav-toggle span{background:var(--black-100);height:2px;transition:transform .3s;display:block}.nav-menu{background:var(--background);flex-direction:column;justify-content:center;align-items:center;gap:30px;display:none;position:fixed;inset:0}.nav.open .nav-menu{display:flex}.nav.open .nav-toggle span:first-child{transform:translateY(4px)rotate(45deg)}.nav.open .nav-toggle span:last-child{transform:translateY(-4px)rotate(-45deg)}.nav-links{flex-direction:column;flex:none;align-items:center;gap:30px}.nav-links a{font-size:60px;font-weight:400;line-height:1}.nav-menu .btn.small{height:60px}.nav-menu .btn.small .btn-roll span{font-size:40px}.nav-menu .btn.small .btn-arrow{width:60px;height:60px}.hero-grid{grid-template-columns:repeat(6,1fr)}.hero-track.center{grid-column:1/7}.hero-track.center .hero-col{height:140%}.hero-track.left,.hero-track.right{display:none}.hero-text{grid-column:2/6}.hero-logo{grid-column:1/7}.work-grid{grid-template-columns:1fr;row-gap:100px}.work-grid>*{grid-column:1/-1!important}.work-image{aspect-ratio:auto}.work-image img{height:auto}.work-title img{width:15px}.page-hero{grid-template-columns:repeat(4,1fr)}.page-hero>*{grid-column:1/5}.study{grid-template-columns:1fr;gap:20px}.study-section{padding-top:150px}.study-title{margin-bottom:20px}.study>*{grid-column:1/-1}.gallery-img{margin-bottom:40px}.contact-form{order:-1}.more{margin-bottom:80px}.more-title{margin-bottom:60px}.slider-track{flex-direction:column;width:100%;transform:none!important}.slide{width:100%;height:auto;margin:0 0 40px}.slide img{height:auto}.slide-info{padding:20px 0 20px 20px}.studio-hero{grid-template-rows:minmax(120px,20svh) auto auto auto;grid-template-columns:repeat(4,1fr);padding-bottom:60px}.studio-hero h1{grid-column:1/5;margin-bottom:40px}.studio-hero .location,.studio-image{grid-column:1/5}.studio-image-inner{width:60vw;height:35vh}.stats{grid-template-columns:1fr 1fr;gap:20px}.stat,.stat:nth-child(n){grid-area:auto;height:300px}.stat:first-child{grid-column:1/3}.team{grid-template-columns:repeat(4,1fr);gap:20px}.team-member{grid-column:1/3}.round-btn{width:80px;height:80px}.badge{height:11vh}.field{height:60px;padding:20px;font-size:16px}.submit{height:80px;margin-top:20px;font-size:16px}}@media (width<=479px){.heading-large{font-size:50px}.stats{grid-template-columns:1fr}.stat,.stat:first-child{background:#c4c4c414;grid-column:1;height:250px;padding:20px}.team-member{grid-column:1/5}}
