.header{top:0;z-index:100;width:100%}.header--absolute{position:absolute}.header--sticky{position:sticky}.header--menu-open.header--on-dark{background-color:#000}.header--menu-open.header--on-light{background-color:#fff}.header-content{max-width:1400px;margin:0 auto;padding:1.5rem 0;display:flex;justify-content:space-between;align-items:center;position:relative}.logo{display:inline-flex;align-items:center;text-decoration:none;color:#111;transition:opacity .2s ease;cursor:pointer}.logo:hover{opacity:.8}.logo-img{width:clamp(140px,10vw,200px);height:auto;display:block}.nav{display:flex;gap:.5rem;align-items:center}.header-burger{display:none;position:relative;width:32px;height:24px;padding:0;border:none;background:none;cursor:pointer;color:#111}.header-burger-line{position:absolute;left:0;right:0;height:2px;background-color:currentColor;border-radius:999px;transform-origin:center;transition:transform .2s ease,opacity .2s ease}.header-burger-line:first-child{top:6px}.header-burger-line:last-child{bottom:6px}.header--menu-open .header-burger-line:first-child{transform:translateY(5px) rotate(45deg)}.header--menu-open .header-burger-line:last-child{transform:translateY(-6px) rotate(-45deg)}@supports (translate: 0 0) and (rotate: 0deg){.header-burger-line{transform:none;translate:0 0;rotate:0deg;transition-property:translate,rotate,opacity;transition-duration:.16s,.16s,.16s;transition-timing-function:cubic-bezier(.2,.7,.2,1),ease,ease;transition-delay:.12s,0ms,0ms}.header--menu-open .header-burger-line{transition-delay:0ms,.12s,0ms}.header--menu-open .header-burger-line:first-child{transform:none;translate:0 5px;rotate:45deg}.header--menu-open .header-burger-line:last-child{transform:none;translate:0 -5px;rotate:-45deg}}.header--on-dark .header-burger{color:#fff}.nav-item-with-dropdown{position:relative;--dropdown-width: 90px}.nav-link{text-decoration:none;color:#333;font-weight:500;font-size:.85rem;font-family:NeueHaasDisplayMedium,Neue Haas Grotesk Display Pro,sans-serif;display:inline-flex;align-items:center;gap:.25rem;padding:.45rem 1.1rem;border:1px solid transparent;background-color:transparent;transition:color .2s ease,border-color .2s ease,background-color .2s ease}.nav-item-with-dropdown .nav-link{width:var(--dropdown-width);justify-content:center}.nav-link:hover{border-color:#a0eb00;color:#000}.nav-item-with-dropdown:hover .nav-link,.nav-item-with-dropdown .nav-link:hover,.nav-item-with-dropdown.is-open .nav-link{border-color:#a0eb00;color:#000;background-color:#a0eb00}.nav-link.active{background-color:#a0eb00;border-color:#a0eb00;color:#000}.header--on-dark .logo{color:#fff}.header--on-dark .nav-link{color:#fffc}.header--on-dark .nav-link:hover{color:#fff;border-color:#a0eb00}.header--on-dark .nav-item-with-dropdown:hover .nav-link,.header--on-dark .nav-item-with-dropdown .nav-link:hover,.header--on-dark .nav-item-with-dropdown.is-open .nav-link{color:#000;border-color:#a0eb00;background-color:#a0eb00}.header--on-dark .nav-link.active{background-color:#a0eb00;border-color:#a0eb00;color:#000}.header--on-dark .dropdown-menu{background:#fff;border:1px solid #a0eb00}.header--on-dark .dropdown-item{color:#000;border-bottom:1px solid #a0eb00;border-left:1px solid #a0eb00;border-right:1px solid #a0eb00}.header--on-dark .dropdown-item:first-child{border-top:1px solid #a0eb00}.header--on-dark .dropdown-item:last-child{border-bottom:1px solid #a0eb00}.header--on-dark .dropdown-item:hover{background-color:#a0eb001a;color:#000}.dropdown-menu{position:absolute;top:100%;left:50%;width:var(--dropdown-width);background:#fff;border:1px solid #a0eb00;opacity:0;visibility:hidden;transform:translate(-50%) translateY(-10px);transition:opacity .3s ease,transform .3s ease,visibility .3s;z-index:1000}@media(min-width:769px){.nav-item-with-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}}.dropdown-item{display:block;padding:.5rem 0;text-decoration:none;color:#000;font-weight:600;font-size:.85rem;font-family:NeueHaasDisplayMedium,Neue Haas Grotesk Display Pro,sans-serif;text-align:center;white-space:nowrap;letter-spacing:-1px;transition:background-color .2s,color .2s;border-bottom:1px solid #a0eb00;border-left:1px solid #a0eb00;border-right:1px solid #a0eb00}@media(min-width:1200px){.dropdown-item:first-child{border-top:1px solid #a0eb00}.dropdown-item:last-child{border-bottom:1px solid #a0eb00}}.dropdown-item:hover{background-color:#a0eb001a;color:#000}@media(max-width:768px){.header-content{flex-direction:column;align-items:flex-start;gap:1.5rem;padding:1rem clamp(1rem,6vw,1.5rem)}.header-burger{display:inline-flex;position:absolute;top:1rem;right:clamp(1rem,6vw,1.5rem)}.dropdown-menu,.header--on-dark .dropdown-menu{background:transparent;border:none}.dropdown-item,.dropdown-item:first-child,.dropdown-item:last-child{border:none;text-align:left;color:#333}.header--on-dark .dropdown-item,.header--on-dark .dropdown-item:first-child,.header--on-dark .dropdown-item:last-child{border:none}.nav{display:none;position:absolute;top:100%;left:0;right:0;padding:1.5rem clamp(1rem,6vw,1.5rem) 1.75rem;flex-direction:column;gap:.75rem;align-items:flex-start;z-index:100}.header--menu-open.header--on-dark .nav{background-color:#000}.header--menu-open.header--on-light .nav{background-color:#fff}.nav.nav--open{display:flex}.nav-link{width:100%;justify-content:flex-start;padding:.45rem 0}.nav-item-with-dropdown{width:100%;display:flex;flex-direction:column}.dropdown-menu{position:static;top:auto;left:auto;transform:none;width:100%;max-width:none;display:none;margin-top:.5rem;opacity:1;visibility:visible}.nav-item-with-dropdown .nav-link{width:100%}.nav-item-with-dropdown .nav-link,.nav-item-with-dropdown.is-open .nav-link{justify-content:left}.nav-item-with-dropdown.is-open .dropdown-menu,.dropdown-menu.dropdown-menu--open{display:block}.dropdown-item{padding:.5rem 1rem;font-size:.85rem}.header--on-dark .dropdown-item,.header--on-dark .dropdown-item:hover{color:#fffc}}.site-footer{background-color:#000;color:#cdcccc;margin-top:auto;font-family:NeueHaasDisplayXThin,Neue Haas Grotesk Display Pro,Helvetica Neue,Arial,sans-serif}.site-footer__inner{padding:10svh clamp(1.5rem,10vw,5rem) 0}.footer-contact{display:flex;justify-content:space-between;gap:clamp(2rem,6vw,8rem);flex-wrap:wrap}.footer-contact__block{display:flex;flex-direction:row;gap:.5rem;justify-content:space-between;line-height:1}.footer-contact__block--right{text-align:right}.footer-contact__label{font-family:NeueHaasDisplayXThin,Neue Haas Grotesk Display Pro,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:500;text-transform:none;text-align:left}.footer-contact__value{font-family:NeueHaasDisplayXThin,Neue Haas Grotesk Display Pro,Helvetica Neue,Arial,sans-serif;font-size:3.5rem;font-weight:200;text-transform:uppercase;color:inherit;text-decoration:none;background:transparent;border:none}.footer-copy-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center}.footer-copy-hint{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-55%);padding:.2rem .5rem;border-radius:3px;font-size:.85rem;font-weight:500;letter-spacing:.03em;text-transform:uppercase;background:#0000008c;color:#a0eb00;pointer-events:none;opacity:0;transition:opacity .2s ease,transform .2s ease}.footer-copy-hint--visible{opacity:1;transform:translate(-50%,-50%)}.footer-say-hello-group{display:flex;height:11vh;flex-direction:column;justify-content:space-between}.footer-columns{display:flex;justify-content:center;height:80dvh}.footer-column-group{display:flex;flex-direction:column;justify-content:flex-end;width:100%}.footer-column-group__label{font-family:NeueHaasDisplayXThin,Neue Haas Grotesk Display Pro,Helvetica Neue,Arial,sans-serif;writing-mode:vertical-rl;transform:rotate(180deg);text-align:center;font-size:1rem;margin-right:5px}.footer-column-group__rails{display:flex;flex-wrap:nowrap;width:100%;align-items:flex-end}.footer-column{position:relative;flex:1;display:flex;justify-content:center;align-items:flex-start;padding:clamp(.5rem,4vw,1rem) 1rem 1.5rem;overflow:hidden;background-color:#a0eb00;color:#000;text-decoration:none;border:none;height:var(--footer-column-height);transition:height .22s ease;will-change:height}.footer-column:hover{height:calc(var(--footer-column-height) + 1.5rem);background:#232323;color:#a0eb00;transition:.22s ease}.footer-column:active{height:calc(var(--footer-column-height) + 1.5rem)}.footer-column--neutral{background-color:#cdcccc}.footer-column--accent{background-color:#a0eb00}.footer-column__text{writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg);font-size:1rem;font-weight:600;line-height:1.1;text-transform:none;display:inline-block;color:inherit}.footer-column__text--with-favicon{display:inline-flex;align-items:center;gap:.35rem}.footer-column__favicon{height:1rem;width:auto;display:block;flex:0 0 auto;aspect-ratio:auto;transform:rotate(90deg);transform-origin:center}.footer-column-group--categories{--footer-column-height: clamp(10rem, 25vw, 27.5rem)}.footer-column-group--socials{--footer-column-height: clamp(12rem, 32vw, 35.75rem)}.footer-column:focus-visible{outline:3px solid #fff;outline-offset:4px}@media(max-width:1024px){.footer-column-group{flex-direction:column}.footer-column-group__label{writing-mode:horizontal-tb;transform:none;letter-spacing:.2em}.footer-column-group__rails{flex-wrap:wrap}.footer-column{flex:1;--footer-column-height: clamp(8rem, 30vw, 18rem)}}@media(max-width:600px){.site-footer__inner{padding:20vh 0 0}.footer-contact__block--right{text-align:left}.footer-columns{flex-direction:column}.footer-column-group{flex:1 1 auto}.footer-column-group__rails{gap:.75rem}.footer-contact__value{font-size:3rem}.footer-copy-wrap{justify-content:left}.footer-contact--mobile{display:flex;flex-direction:column;padding:0 1rem}.footer-contact__stack{display:flex;flex-direction:column}.footer-mobile-grid{width:100%;display:flex;flex-direction:column}.footer-mobile-grid__row{display:flex;width:100%}.footer-mobile-grid__row .footer-column{flex:0 0 25%;--footer-column-height: 196px;padding:24px;align-items:center;justify-content:center}.footer-column:hover,.footer-column:active{height:var(--footer-column-height)}}.layout{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;max-width:1400px;width:100%;margin:0 auto}.page{animation:fadeIn .3s ease-in;padding:0 0 6rem}.page h1{font-size:.7rem;font-weight:600;margin-bottom:1rem;color:#111;letter-spacing:.15em;text-transform:uppercase}.page-description{font-size:1.25rem;color:#666;margin-bottom:3rem;max-width:600px}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-top:2rem}.works-categories-page{padding:0 0 6rem}.works-heading{font-size:1.2rem!important;text-align:center;margin-bottom:2rem;color:#111;font-family:NeueHaasDisplayMedium,Neue Haas Grotesk Display Pro,sans-serif;letter-spacing:0!important;text-transform:none!important}.works-description{text-align:center;margin:0 auto 2rem;color:#222;font-weight:600;max-width:60vw;font-family:NeueHaasDisplayThin,Neue Haas Grotesk Display Pro,sans-serif}.works-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.works-card{text-decoration:none;display:flex;flex-direction:column;gap:0;color:#f7f7f7;transition:transform .2s ease}.works-card:hover{transform:translateY(-4px)}.works-card-media{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden}.works-card-media iframe{position:absolute;inset:0;width:100%;height:100%;border:0;object-fit:cover;pointer-events:none;transition:transform .25s ease}.works-card:hover .works-card-media iframe{transform:scale(1.02)}.works-card-meta{display:flex;align-items:center;justify-content:space-between;background:#a0eb00;color:#0b0b0b;padding:0 1.1rem;font-size:1rem;text-transform:none}.works-card-title{font-weight:600}@media(max-width:768px){.works-card-title{font-weight:400}.works-categories-page{padding:0 0 6rem}}.works-card-year{font-weight:600;white-space:nowrap}.card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #00000014;transition:transform .3s,box-shadow .3s}.card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.card-link{text-decoration:none;color:inherit;display:block}.card-image{width:100%;height:250px;overflow:hidden;background:#f0f0f0}.card-image img,.card-image iframe{width:100%;height:100%;object-fit:cover;transition:transform .3s;border:0;display:block;pointer-events:none}.card:hover .card-image img,.card:hover .card-image iframe{transform:scale(1.05)}.card-content{padding:1.5rem}.card-content h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:#111}.card-content p{color:#666;line-height:1.6;margin-bottom:.75rem}.project-year{display:inline-block;font-size:.85rem;color:#999;font-weight:500;padding:.25rem .75rem;background-color:#f5f5f5;border-radius:4px;margin-top:.5rem}.role{color:#999!important;font-size:.95rem;font-weight:500}.about-page{padding:0 0 6rem;overflow-x:clip}@supports not (overflow-x: clip){.about-page{overflow-x:hidden}}.about-page__eyebrow{font-size:1.2rem!important;text-align:center;margin-bottom:2rem;color:#111;font-family:NeueHaasDisplayMedium,Neue Haas Grotesk Display Pro,sans-serif;text-transform:none!important;letter-spacing:0!important}.about-content{max-width:900px;margin:0 auto}.about-section{margin-bottom:4rem}.about-section h2{font-size:2rem;font-weight:600;margin-bottom:1.5rem;color:#111}.about-section p{font-size:1.1rem;line-height:1.8;color:#555}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.service-card{padding:2rem;background:#f8f8f8;border-radius:8px}.service-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#111}.service-card p{color:#666;line-height:1.6;font-size:.95rem}.video-container{width:100%;overflow:hidden;box-shadow:0 4px 20px #0000001a}.about-image{width:100%;height:auto;display:block}.about-hero{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;align-items:stretch;margin-bottom:clamp(2.5rem,6vw,4rem)}.about-contact{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;align-items:stretch;min-height:360px}.about-contact__intro{background:#00823e;display:flex;align-items:center;justify-content:flex-start;padding:clamp(.75rem,5vw,1rem)}.about-contact__intro p{font-size:clamp(1.4rem,3vw,1.8rem);color:#fff;font-family:NeueHaasDisplayThin,Neue Haas Grotesk Display Pro,sans-serif;max-width:15ch;font-weight:600}.about-contact__details{background:#dcdcdc;padding:clamp(1.5rem,4vw,2.5rem);display:flex;flex-direction:column;justify-content:center;gap:1.5rem}.about-contact__block{display:flex;flex-direction:column;gap:.25rem}.about-contact__label{font-size:1rem;color:#111;font-family:NeueHaasDisplayMedium,Neue Haas Grotesk Display Pro,sans-serif}.about-contact__link{text-decoration:none;color:#00823e;font-size:1rem;font-weight:600;font-family:NeueHaasDisplayThin,Neue Haas Grotesk Display Pro,sans-serif}.about-contact__link:hover{text-decoration:underline}.about-contact__socials{display:flex;align-items:center;gap:1rem}.about-contact__social img{width:20px;height:20px;display:block}.about-contact__social:hover{opacity:.8}.about-showreel{margin:clamp(2rem,5vw,3rem) 0 clamp(2.5rem,6vw,3.5rem)}.about-showreel__heading{font-size:1.2rem!important;margin-bottom:1rem;color:#111;font-family:NeueHaasDisplayMedium,Neue Haas Grotesk Display Pro,sans-serif;text-transform:none!important;letter-spacing:0!important}.about-showreel-accordion{overflow:hidden}.about-showreel-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:clamp(1rem,2vw,1.25rem) clamp(1rem,3vw,1.5rem);border:none;cursor:pointer;text-align:left;font-size:1rem;font-weight:500;font-family:NeueHaasDisplayThin,Neue Haas Grotesk Display Pro,sans-serif;transition:background-color .2s ease,color .2s ease}.about-showreel-trigger--accent{background:#a0eb00;color:#050505}.about-showreel-trigger--muted{background:#d6d6d6;color:#050505}.about-showreel-trigger:hover,.about-showreel-trigger.is-open{background:#050505;color:#a0eb00}.about-showreel-chevron{width:11px;height:7px;display:block;transition:transform .2s ease;filter:brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%)}.about-showreel-trigger:hover .about-showreel-chevron,.about-showreel-trigger.is-open .about-showreel-chevron{filter:brightness(0) saturate(100%) invert(88%) sepia(100%) saturate(1352%) hue-rotate(40deg) brightness(108%) contrast(101%)}.about-showreel-chevron.is-open{transform:rotate(180deg)}.about-showreel-panel{display:none;background:#000;border-left:1px solid #050505;border-right:1px solid #050505;border-bottom:1px solid #050505}.about-showreel-panel.is-open{display:block}.about-showreel-content{position:relative;background:#000}.about-showreel-video-wrapper{position:relative;height:clamp(340px,60vh,640px);background:#000;overflow:hidden}.about-showreel-video{width:100%;height:100%;display:block;border:0;object-fit:cover;object-position:center}.about-showreel-overlay{position:absolute;right:clamp(1.25rem,4vw,2.5rem);bottom:clamp(1rem,3vw,1.75rem);z-index:3;display:inline-flex;align-items:center;padding:.6rem 1.6rem;border:1px solid #a0eb00;color:#f6f6f6;background:#141414a6;font-size:.95rem;font-weight:600;letter-spacing:.02em;text-decoration:none;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,transform .16s ease;font-family:NeueHaasDisplayThin,Neue Haas Grotesk Display Pro,sans-serif}.about-showreel-overlay:hover{background:#141414d1}.about-showreel-overlay:focus-visible{outline:none;box-shadow:0 0 0 3px #a0eb0059}.about-showreel-index{position:absolute;left:clamp(.85rem,2.5vw,1.6rem);bottom:clamp(.85rem,2.5vw,1.6rem);z-index:2;pointer-events:auto}.about-showreel-index-list{display:flex;flex-direction:column;gap:.35rem;padding:.35rem;border-radius:.9rem;font-family:NeueHaasDisplayThin,Neue Haas Grotesk Display Pro,sans-serif}.about-showreel-index-item{appearance:none;border:none;background:#05050500;color:#ededed;width:38px;height:38px;font-size:.95rem;font-weight:700;letter-spacing:.08em;display:flex;align-items:center;justify-content:center;cursor:pointer}.about-showreel-index-item:hover,.about-showreel-index-item:focus-visible{border:1px solid #a0eb00;outline:none}.about-showreel-index-item.is-active{background:#a0eb00;color:#0d0f00;border-color:#a0eb00}.about-showreel-empty{margin:0;padding:1.5rem;background:#f7f7f7;font-weight:600;color:#333}@media(max-width:960px){.about-showreel{margin-top:1.5rem;margin-bottom:1vh}.about-showreel-video-wrapper{height:clamp(260px,55vw,460px)}}@media(max-width:768px){.about-showreel-trigger{padding:2vh 6vw;font-size:.9rem}.about-showreel-index{left:.6rem;bottom:.6rem}.about-showreel-overlay{right:1rem;bottom:1rem;padding:.5rem 1.25rem;font-size:.9rem}}.about-hero__copy{background-color:#00823e;padding:clamp(.75rem,5vw,1rem);display:flex;flex-direction:column;justify-content:center;min-height:360px}.about-hero__label{font-size:1rem;font-family:NeueHaasDisplayMedium,Neue Haas Grotesk Display Pro,sans-serif;text-transform:uppercase;color:#fff;margin-bottom:.5rem}.about-hero__body{font-size:1rem;max-width:40ch;color:#fff;font-weight:600;font-family:NeueHaasDisplayThin,Neue Haas Grotesk Display Pro,sans-serif}.about-carousel{position:relative;display:flex;flex-direction:column;background:#000;height:65vh;max-height:560px;min-height:360px;overflow:hidden}.about-carousel__viewport{position:relative;flex:1;overflow:hidden;width:100%}.about-carousel__track{position:absolute;inset:0;display:flex;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1);will-change:transform}.about-carousel__slide{flex:0 0 100%;height:100%}.about-carousel__slide img{width:100%;height:100%;object-fit:cover;display:block}.about-carousel__control{position:absolute;top:50%;transform:translateY(-50%);border:none;background:none;color:#fff;display:flex;justify-content:center;cursor:pointer}.about-carousel__control--prev{left:.75rem}.about-carousel__control--next{right:.75rem}.about-carousel__dots{position:absolute;bottom:.75rem;left:50%;transform:translate(-50%);display:flex;gap:.35rem;padding:.35rem .75rem;border-radius:999px;z-index:2}.about-carousel__dot{width:7px;height:7px;border-radius:999px;border:none;cursor:pointer;transition:background .2s ease,transform .2s ease}.about-carousel__dot--active{background:#00823e}@media(max-width:960px){.about-hero{grid-template-columns:1fr}.about-carousel{height:50vh;max-height:420px;min-height:320px}}.locations-service-page{padding:0 0 6rem}.locations-service-header{text-align:center;margin:.75rem 0 .5rem}.locations-service-label{font-size:.85rem!important;text-align:center;margin-bottom:2rem;color:#111;letter-spacing:0!important;text-transform:none!important;font-family:NeueHaasDisplayMedium,Neue Haas Grotesk Display Pro,sans-serif}.locations-hero{width:100%;height:min(60vh,640px);overflow:hidden}.locations-hero img{width:100%;height:100%;object-fit:cover;display:block}.locations-accordion-trigger{width:100%;display:flex;align-items:center;gap:.5dvw;padding:.7rem .85rem;border:none;cursor:pointer;text-align:left;font-size:.8rem;font-weight:600;letter-spacing:.03em;text-transform:none;font-family:NeueHaasDisplayMedium,Neue Haas Grotesk Display Pro,sans-serif;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease}.locations-accordion-trigger--accent{background-color:#a0eb00;color:#050505}.locations-accordion-trigger--muted{background-color:#dcdcdc;color:#050505}.locations-accordion-trigger:hover,.locations-accordion-trigger.is-open{background-color:#050505;color:#a0eb00}.locations-accordion-trigger:hover .locations-accordion-chevron,.locations-accordion-trigger.is-open .locations-accordion-chevron{filter:brightness(0) saturate(100%) invert(88%) sepia(100%) saturate(1352%) hue-rotate(40deg) brightness(108%) contrast(101%)}.locations-accordion-chevron{width:9px;height:5px;display:block;transition:transform .2s ease;flex-shrink:0}.locations-accordion-chevron.is-open{transform:rotate(180deg)}.locations-accordion-panel{display:none;background-color:#fff;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000}.locations-accordion-panel.is-open{display:block}.locations-accordion-text,.locations-accordion-block p{margin:0;padding:clamp(1.75rem,4vw,2.5rem);font-size:clamp(1.6rem,2.7vw,2.3rem);line-height:1.25;color:#060606;font-weight:500;font-family:NeueHaasDisplayThin,Neue Haas Grotesk Display Pro,sans-serif}.locations-accordion-multi{border-top:1px solid #111}.locations-accordion-block+.locations-accordion-block{border-top:1px solid #111}.locations-categories{display:grid;gap:.5rem;margin-top:2rem}.locations-category-link{text-decoration:none;display:block;position:relative;overflow:hidden;transition:transform .2s ease}.locations-category-link:hover{transform:translateY(-2px)}.locations-category-image{width:100%;height:0;padding-bottom:15%;position:relative;overflow:hidden}.locations-category-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.locations-category-label{background-color:#a0eb00;color:#050505;text-align:center;font-size:.9rem;font-weight:600;text-transform:none;font-family:NeueHaasDisplayThin,Neue Haas Grotesk Display Pro,sans-serif}.locations-services{margin-top:4rem}.locations-services-heading{font-size:.85rem!important;text-align:left;margin-bottom:1rem;color:#111;font-family:NeueHaasDisplayMedium,Neue Haas Grotesk Display Pro,sans-serif;letter-spacing:0!important;text-transform:none!important}.locations-services-accordion{display:flex;flex-direction:column;gap:0}.locations-services-section{width:100%}.locations-services-trigger{width:100%;display:flex;align-items:center;gap:.5dvw;padding:.7rem .85rem;border:none;cursor:pointer;text-align:left;font-size:.8rem;font-weight:600;letter-spacing:.03em;text-transform:none;font-family:NeueHaasDisplayThin,Neue Haas Grotesk Display Pro,sans-serif;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease;color:#050505}.locations-services-trigger--accent{background-color:#a0eb00}.locations-services-trigger--muted{background-color:#dcdcdc}.locations-services-trigger:hover,.locations-services-trigger.is-open{background-color:#050505;color:#a0eb00}.locations-services-trigger:hover .locations-services-chevron,.locations-services-trigger.is-open .locations-services-chevron{filter:brightness(0) saturate(100%) invert(88%) sepia(100%) saturate(1352%) hue-rotate(40deg) brightness(108%) contrast(101%)}.locations-services-chevron{width:9px;height:5px;display:block;transition:transform .2s ease;flex-shrink:0}.locations-services-chevron.is-open{transform:rotate(180deg)}.locations-services-panel{display:none;background-color:#fff;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000}.locations-services-panel.is-open{display:block}.locations-services-text{margin:0;padding:clamp(1.75rem,4vw,2.5rem);font-size:clamp(1.6rem,2.7vw,2.3rem);line-height:1.25;color:#060606;font-weight:500;font-family:NeueHaasDisplayThin,Neue Haas Grotesk Display Pro,sans-serif}.locations-filmmakers{margin-top:2rem}.locations-filmmakers-heading{font-size:.85rem!important;text-align:left;margin-bottom:1rem;color:#111;font-family:NeueHaasDisplayMedium,Neue Haas Grotesk Display Pro,sans-serif;letter-spacing:0!important;text-transform:none!important}.locations-filmmakers-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.locations-filmmakers-list li{display:flex;align-items:center;gap:.75rem;color:#060606;font-size:1rem;line-height:1;font-family:inherit}.locations-filmmakers-icon{width:20px;height:20px;flex-shrink:0;margin-top:.15rem;opacity:.6}.locations-filmmakers-list li span{flex:1;font-size:2rem;font-weight:600;font-family:NeueHaasDisplayThin,Neue Haas Grotesk Display Pro,sans-serif}.works-horizontal{padding:0!important;margin:0!important;max-width:100vw!important;width:100vw;height:100vh;overflow:hidden;position:fixed;top:0;left:0;z-index:1}.horizontal-strips-container{display:flex;height:100vh;width:100%;overflow-x:hidden;overflow-y:hidden;scroll-snap-type:x proximity}.vertical-strip{flex:1 1 0;min-width:0;height:100vh;position:relative;overflow:hidden;transition:flex .45s cubic-bezier(.4,0,.2,1),filter .3s ease,transform .4s ease;cursor:pointer;text-decoration:none;scroll-snap-align:start}.vertical-strip img,.vertical-strip iframe{display:block;border:0;pointer-events:none;transition:transform .4s ease,opacity .3s ease}.vertical-strip img{width:100%;height:100%;object-fit:cover}.vertical-strip .strip-thumbnail{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:2}.vertical-strip iframe{position:absolute;top:50%;left:50%;height:100vh;width:calc(100vh * (16 / 9));transform:translate(-50%,-50%);z-index:1}.works-strip-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:2rem .2rem;z-index:3;opacity:0;transition:opacity .4s ease}@media(hover:hover)and (pointer:fine){.vertical-strip:hover .works-strip-overlay{opacity:1}}.horizontal-strips-container:hover .vertical-strip,.horizontal-strips-container:focus-within .vertical-strip{flex:.6 1 0;filter:brightness(.55)}.horizontal-strips-container:hover .vertical-strip:hover,.horizontal-strips-container:focus-within .vertical-strip:focus{flex:3 1 0;z-index:10;filter:brightness(1)}.horizontal-strips-container:hover .vertical-strip:hover img,.horizontal-strips-container:focus-within .vertical-strip:focus img{transform:scale(1.03)}.horizontal-strips-container:hover .vertical-strip:hover iframe,.horizontal-strips-container:focus-within .vertical-strip:focus iframe{transform:translate(-50%,-50%) scale(1.03)}.horizontal-strips-container:hover .vertical-strip:hover .works-strip-overlay,.horizontal-strips-container:focus-within .vertical-strip:focus .works-strip-overlay{opacity:1}.works-strip-overlay-inner{display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center;width:100%;color:#a0eb00;font-family:NeueHaasDisplayBook,Neue Haas Grotesk Display Pro,sans-serif}.works-strip-year,.works-strip-category{font-size:.75rem;opacity:0;transform:translateY(8px);transition:opacity .4s ease,transform .4s ease;white-space:nowrap}.works-strip-title{color:#a0eb00;font-size:1.1rem;font-weight:400;display:inline-block;width:var(--works-strip-open-w, max-content);max-width:var(--works-strip-open-w, 100%);white-space:normal;overflow-wrap:anywhere;word-break:break-word;text-align:center;writing-mode:horizontal-tb;line-height:1.4;opacity:0;transform:translateY(6px);transition:opacity .45s ease,transform .45s ease;text-transform:uppercase}@media(hover:hover)and (pointer:fine){.vertical-strip:hover .works-strip-year{opacity:1;transform:translateY(0);transition-delay:.05s}.vertical-strip:hover .works-strip-title{opacity:1;transform:translateY(0);transition-delay:.12s}.vertical-strip:hover .works-strip-category{opacity:1;transform:translateY(0);transition-delay:.18s}.vertical-strip:focus .works-strip-year,.vertical-strip:focus .works-strip-title,.vertical-strip:focus .works-strip-category{opacity:1;transform:translateY(0)}}.showreel-root{position:relative;left:calc(-50vw + 50%);width:100vw;max-width:100vw;margin:0;padding:0}.showreel-container{height:100vh;height:100svh;height:100dvh;width:100vw;overflow-y:auto;overflow-x:hidden;scroll-snap-type:y mandatory;background:#000}.showreel-slide{position:relative;height:100vh;height:100svh;height:100dvh;width:100vw;scroll-snap-align:start;scroll-snap-stop:always;background:#000}.slide-video-wrapper{position:absolute;inset:0;background:#000;overflow:hidden}.slide-video{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100vw;height:56.25vw;min-width:177.777vh;min-height:100vh;border:0;display:block;pointer-events:none}.slide-video-placeholder{position:absolute;inset:0;background:#000}.showreel-overlay{position:absolute;right:2.5rem;bottom:2.5rem;padding:.45rem 1rem;border:1px solid #a0eb00;background:#20202000;color:#f6f6f6;pointer-events:auto;z-index:120;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s ease,color .2s ease,border-color .2s ease;font-family:NeueHaasDisplayThin,Neue Haas Grotesk Display Pro,sans-serif}.showreel-overlay:hover{background:#a0eb00;color:#081000;border-color:#a0eb00}.showreel-title{margin:0;font-size:1rem;font-weight:600;letter-spacing:.02em;text-align:center}.showreel-index{position:fixed;left:1.75rem;bottom:1.75rem;z-index:150;pointer-events:auto}.showreel-index-list{display:flex;flex-direction:column;gap:.35rem;padding:.45rem;border-radius:.9rem}.showreel-index-item{appearance:none;border:none;background:#05050500;color:#ededed;width:35px;height:35px;font-size:1rem;font-weight:700;letter-spacing:.08em;display:flex;align-items:center;justify-content:center;cursor:pointer;font-family:NeueHaasDisplayThin,Neue Haas Grotesk Display Pro,sans-serif}.showreel-index-item:hover,.showreel-index-item:focus-visible{border:1px solid #a0eb00}.showreel-index-item:focus-visible{outline:none}.showreel-index-item.active{background:#a0eb00;color:#0d0f00;border-color:#a0eb00}@media(max-width:768px){.page h1{font-size:2rem}.about-hero{display:flex;flex-direction:column-reverse;margin-bottom:10vh}.about-page__eyebrow{font-size:1rem!important}.about-showreel__heading{position:relative;left:4vw;font-size:.95rem!important}.about-page{padding:0 0 6rem!important}.about-contact__intro,.about-contact__details{height:40svh}.about-contact__intro{display:none}.about-contact__intro p{font-size:1rem;line-height:1;font-family:NeueHaasDisplayMedium,Neue Haas Grotesk Display Pro,sans-serif}.grid{grid-template-columns:1fr;gap:1.5rem}.location-card,.services-grid{grid-template-columns:1fr}.works-strip-title{font-size:.75rem}.showreel-index{left:.85rem;bottom:.85rem}.showreel-container,.showreel-slide{height:100vh;height:100svh;height:100dvh}.slide-video{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:100vh;height:100svh;height:100dvh;width:177.777vh;width:177.777svh;width:177.777dvh;min-width:100%;min-height:100%;border:0;display:block;pointer-events:none}.showreel-overlay{bottom:4.5rem;padding:.5rem 1.25rem;max-width:calc(100vw - 3rem);font-size:.95rem}.works-grid{grid-template-columns:1fr}.locations-service-label{font-size:1rem!important}.locations-services-text,.locations-accordion-text,.locations-accordion-block p{font-size:1.4rem;line-height:1}.locations-service-page{padding:0 0 6rem!important}.locations-category-image{height:23vh}.locations-services-heading{font-size:1rem!important;text-align:center}.locations-services-trigger{padding:1rem .85rem}.locations-filmmakers-heading{font-size:1rem!important}.locations-filmmakers{padding:0 1rem}.locations-filmmakers-list li span{font-size:1.1rem}.locations-services-text{font-size:1.4rem;line-height:1}.works-horizontal{height:100vh;height:100svh;height:100dvh;overflow:hidden}.works-horizontal .horizontal-strips-container{flex-direction:column;height:100%;overflow-y:auto;overflow-x:hidden;scroll-snap-type:y proximity;-webkit-overflow-scrolling:touch}.works-horizontal .vertical-strip{flex:0 0 auto;width:100%;--works-strip-h: clamp(72px, 10svh, 120px);height:var(--works-strip-h);position:relative;overflow:hidden;scroll-snap-align:start;transition:height .35s cubic-bezier(.4,0,.2,1)}.works-horizontal .vertical-strip.is-expanded{--works-strip-h: clamp(280px, 25svh, 600px)}.works-horizontal .vertical-strip iframe{position:absolute;top:50%;left:50%;height:100%;width:calc(var(--works-strip-h) * (16 / 9));min-width:100%;transform:translate(-50%,-50%)}.works-horizontal .horizontal-strips-container:hover .vertical-strip,.works-horizontal .horizontal-strips-container:focus-within .vertical-strip,.works-horizontal .horizontal-strips-container:hover .vertical-strip:hover,.works-horizontal .horizontal-strips-container:focus-within .vertical-strip:focus{flex:0 0 auto;filter:none;z-index:auto}.works-horizontal .horizontal-strips-container:hover .vertical-strip:hover img,.works-horizontal .horizontal-strips-container:focus-within .vertical-strip:focus img{transform:none}.works-horizontal .horizontal-strips-container:hover .vertical-strip:hover iframe,.works-horizontal .horizontal-strips-container:focus-within .vertical-strip:focus iframe{transform:translate(-50%,-50%)}.works-horizontal .works-strip-overlay{opacity:0;align-items:center;padding:1rem}.works-horizontal .vertical-strip.is-expanded .works-strip-overlay{opacity:1}.works-horizontal .works-strip-overlay-inner{text-align:center;gap:.35rem}.works-horizontal .works-strip-title{display:block;width:100%;max-width:100%;white-space:normal}.works-horizontal .vertical-strip.is-expanded .works-strip-year,.works-horizontal .vertical-strip.is-expanded .works-strip-title,.works-horizontal .vertical-strip.is-expanded .works-strip-category{opacity:1;transform:translateY(0);transition-delay:0s;font-size:1.1rem}.works-horizontal .vertical-strip.is-expanded .works-strip-year,.works-horizontal .vertical-strip.is-expanded .works-strip-category{font-family:NeueHaasDisplayThin,Neue Haas Grotesk Display Pro,sans-serif}.works-horizontal .vertical-strip .strip-thumbnail{inset:0;width:100%;height:100%;object-position:50% 50%;transform:none}.works-strip-cta{margin-top:.5rem;appearance:none;border:1px solid #a0eb00;background:#20202033;color:#f6f6f6;padding:.55rem .85rem;font-size:.9rem;font-weight:600;letter-spacing:.01em;cursor:pointer;font-family:NeueHaasDisplayThin,Neue Haas Grotesk Display Pro,sans-serif}.works-strip-cta:active{transform:translateY(1px)}.works-description{max-width:100%}.showreel-index-item{width:38px;height:38px;font-size:.8rem}.about-contact{display:block}}.talent-page{padding:0 0 6rem}.talent-heading{font-size:1.2rem!important;text-align:center;margin-bottom:2rem;color:#111;letter-spacing:0!important;text-transform:none!important;font-family:NeueHaasDisplayMedium,Neue Haas Grotesk Display Pro,sans-serif}.talent-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.talent-tab{border:1px solid transparent;background:#fff;color:#333;font-weight:600;font-family:NeueHaasDisplayThin,Neue Haas Grotesk Display Pro,sans-serif;font-size:1rem;padding:.3rem .7rem;cursor:pointer;transition:color .2s ease,border-color .2s ease,background-color .2s ease}.talent-tab:hover{border-color:#a0eb00;color:#000}.talent-tab.active{background-color:#a0eb00;border-color:#a0eb00;color:#000}.talent-section{animation:fadeIn .4s ease-in}.talent-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.talent-card{position:relative;display:block;text-decoration:none;color:#fff;overflow:hidden;aspect-ratio:1 / 1;min-height:0}.talent-card-media{position:absolute;inset:0}.talent-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.talent-card-gradient{position:absolute;inset:0;background:linear-gradient(180deg,#0000 35%,#000000d9)}.talent-card-meta{position:absolute;left:1.5rem;right:1.5rem;bottom:1.5rem;display:flex;flex-direction:column;gap:.35rem;z-index:1}.talent-card-meta-row{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.talent-card-email-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center}.talent-card-name{font-size:1rem;text-transform:uppercase;font-family:NeueHaasDisplayMedium,Neue Haas Grotesk Display Pro,sans-serif}.talent-card-role{font-size:.95rem;opacity:.85;text-transform:capitalize;letter-spacing:.06em;font-family:NeueHaasDisplayThin,Neue Haas Grotesk Display Pro,sans-serif}.talent-card-email{font-size:1rem;opacity:0;text-transform:none;letter-spacing:.03em;font-family:NeueHaasDisplayThin,Neue Haas Grotesk Display Pro,sans-serif;white-space:nowrap;cursor:pointer;transform:translateY(3px);transition:opacity .2s ease,transform .2s ease,color .2s ease}.talent-card:hover .talent-card-email,.talent-card:focus-within .talent-card-email{opacity:.9;transform:translateY(0)}.talent-card-email-hint{position:absolute;left:50%;bottom:calc(100% + .45rem);transform:translate(-50%,6px);opacity:0;padding:.16rem .45rem;border-radius:6px;font-size:.68rem;font-weight:500;letter-spacing:.04em;white-space:nowrap;background:#0000008c;color:#ffffffeb;pointer-events:none;font-family:NeueHaasDisplayThin,Neue Haas Grotesk Display Pro,sans-serif;transition:opacity .24s ease,transform .24s ease,color .24s ease,background-color .24s ease}.talent-card-email:hover+.talent-card-email-hint,.talent-card-email:active+.talent-card-email-hint,.talent-card-email-hint.is-visible{opacity:1;transform:translate(-50%)}.talent-card-email-hint.is-copied{background:#000000b8;color:#a0eb00}.talent-card-email:hover,.talent-card-email.is-copied{color:#a0eb00}.talent-card:hover img{transform:scale(1.03)}@media(max-width:900px){.talent-grid{grid-template-columns:repeat(1,minmax(0,1fr))}}@media(max-width:768px){.talent-heading{font-size:1rem!important}.talent-tab{flex:1;text-align:center;font-size:.9rem;padding:.55rem .75rem}.talent-card-meta{left:1rem;right:1rem;bottom:1rem}.talent-page{padding:0 1rem 6rem}.talent-tab{max-width:20vw}.talent-tabs{margin-bottom:1rem}}.team-member-page{animation:fadeIn .3s ease-in;min-height:100vh;background:#fff}.member-name{font-size:1rem!important;text-align:left;margin:0!important;color:#111;font-family:NeueHaasDisplayMedium,Neue Haas Grotesk Display Pro,sans-serif;letter-spacing:0!important}.team-member-layout{display:grid;gap:10vw;grid-template-columns:1fr 2fr;min-height:100vh;justify-content:space-around}.member-left-panel{background:#fff;display:flex;flex-direction:column;gap:1.25rem;max-width:320px}.member-image-container{width:100%;aspect-ratio:1;overflow:hidden;margin-bottom:.75rem}.member-image-container img{width:100%;height:100%;object-fit:cover;display:block}.member-profession{font-size:.95rem;font-weight:800;text-transform:capitalize;color:#111;margin:0;line-height:1.15;font-family:NeueHaasDisplayMedium,Neue Haas Grotesk Display Pro,sans-serif}.member-bio-section{display:flex;flex-direction:column;gap:.75rem}.member-bio{font-size:1rem;line-height:1.55;color:#111;margin:0;font-family:NeueHaasDisplayThin,Neue Haas Grotesk Display Pro,sans-serif;font-weight:600}.read-more-btn{background:#a0eb00;color:#000;border:1px solid #9dd100;padding:.5rem 1.1rem;font-size:.8rem;font-weight:700;cursor:pointer;transition:background-color .15s ease,border-color .15s ease;align-self:flex-start;font-family:NeueHaasDisplayMedium,Neue Haas Grotesk Display Pro,sans-serif}.read-more-btn:hover{background:#a3e600;border-color:#8ac500}.member-social-links{display:flex;gap:.75rem;margin-top:.5rem}.social-link{width:22px;height:22px;display:flex;align-items:center;justify-content:center;opacity:.9;transition:opacity .2s ease,transform .15s ease;text-decoration:none;color:#0a8f3d}.social-link:hover{opacity:1;transform:translateY(-1px)}.social-link img,.social-link svg{width:100%;height:100%;display:block}.email-link svg{stroke:currentColor}.member-right-panel{overflow-y:auto;overflow-x:hidden;min-width:50dvw}.horizontal-project-strips{display:flex;flex-direction:column;height:100%}.horizontal-project-strip{position:relative;width:100%;height:50px;min-height:50px;overflow:hidden;cursor:pointer;text-decoration:none;transition:height .45s cubic-bezier(.4,0,.2,1);display:block;background:#0a0a0a;border-bottom:1px solid #1a1a1a;isolation:isolate}.horizontal-project-strip img,.horizontal-project-strip iframe{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border:0;pointer-events:none;transition:transform .4s ease,opacity .3s ease;z-index:1}.horizontal-project-strip .strip-thumbnail{z-index:2}.horizontal-project-strip iframe{z-index:1;position:absolute;height:100%}.horizontal-project-strip:hover,.horizontal-project-strip.is-expanded{height:350px;z-index:10;filter:brightness(1)}.strip-overlay{position:absolute;bottom:0;left:0;right:0;width:100%;background:#0003;backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px);padding:.7rem 1.1rem;z-index:100;display:flex!important;align-items:center;min-height:50px;height:auto;pointer-events:none;box-sizing:border-box;opacity:1!important;visibility:visible!important;transition:background .3s ease,backdrop-filter .3s ease,-webkit-backdrop-filter .3s ease}.horizontal-project-strip:hover .strip-overlay,.horizontal-project-strip.is-expanded .strip-overlay{background:#a0eb00;backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0);padding:0 1.1rem;transition:min-height .4s ease-in;min-height:0}.horizontal-project-strip:hover .strip-info,.horizontal-project-strip.is-expanded .strip-info{color:#000}.strip-info{display:flex;align-items:center;gap:1rem;width:100%;color:#fff;pointer-events:auto;justify-content:space-between;font-family:NeueHaasDisplayThin,Neue Haas Grotesk Display Pro,sans-serif}.strip-category{font-size:1rem}.strip-title{font-size:1rem;font-weight:500}.strip-year{font-size:1rem}@media(max-width:968px){.member-name{font-size:1rem!important}.team-member-layout{grid-template-columns:1fr;gap:5vh}.member-right-panel{min-height:50vh}.horizontal-project-strip{height:100px}.horizontal-project-strips:hover .horizontal-project-strip:hover,.horizontal-project-strip.is-expanded{height:300px}}@media(max-width:768px){.page{padding:0 1rem 6rem}.member-left-panel{max-width:100%}.member-profession{font-size:1rem;font-family:NeueHaasDisplayMedium,Neue Haas Grotesk Display Pro,sans-serif}.member-bio{font-size:.95rem;font-weight:600;line-height:1;font-family:NeueHaasDisplayThin,Neue Haas Grotesk Display Pro,sans-serif}.member-image-container{margin-bottom:0}.horizontal-project-strip{height:6vh}.horizontal-project-strips:hover .horizontal-project-strip:hover,.horizontal-project-strip.is-expanded{height:250px}.strip-info{flex-direction:row;align-items:flex-start;gap:.5rem}}.project-page{width:100%}.project-page.project-page--footer-gap{margin-bottom:1.5rem}.project-video-section{width:100%;background-color:#000}.video-container{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden}.video-container .project-video-iframe{position:absolute;top:0;left:0;width:100%;height:100%}.project-meta-strip{display:flex;background:#a0eb00;color:#000;justify-content:space-between;padding:.5vh 3vw}.project-meta-strip__category,.project-meta-strip__year{font-size:1rem;align-self:center;font-weight:600;font-family:NeueHaasDisplayThin,Neue Haas Grotesk Display Pro,sans-serif}.project-meta-strip__title{font-size:1rem;font-weight:600;align-self:center;text-transform:none;margin:0;font-family:NeueHaasDisplayThin,Neue Haas Grotesk Display Pro,sans-serif}.project-about-section{max-width:100vw;margin:3rem 0 4rem;padding:1.5rem clamp(1.5rem,15vw,7rem) 0}.project-about-title{font-family:NeueHaasDisplayMedium,Neue Haas Grotesk Display Pro,sans-serif;font-size:.85rem;margin-bottom:1.5rem;color:#111}.project-about-body{font-family:NeueHaasDisplayMedium,Neue Haas Grotesk Display Pro,sans-serif;font-size:1rem;line-height:1.8;color:#111}.project-credits-table{width:100%;border-collapse:collapse;margin-bottom:1.5rem}.project-credits-row{display:flex;padding:.85rem 3vw;gap:1rem;justify-content:space-between;align-items:center;color:#000;transition:background .2s ease,color .2s ease}.project-credits-row.is-muted{background:#dcdcdc}.project-credits-row.is-accent{background:#a0eb00}.project-credits-role{font-size:1rem;font-weight:600;text-transform:uppercase;font-family:NeueHaasDisplayMedium,Neue Haas Grotesk Display Pro,sans-serif}.project-credits-name{font-size:1rem;font-weight:600;text-align:end;font-family:NeueHaasDisplayThin,Neue Haas Grotesk Display Pro,sans-serif}.project-credits-name a{color:inherit;text-decoration:none}.project-credits-name a:hover{text-decoration:underline}.project-credits-row--link{text-decoration:none;color:inherit;cursor:pointer}.project-credits-row:hover{background:#000;color:#a0eb00}.project-credits-row:hover .project-credits-role,.project-credits-row:hover .project-credits-name{color:#a0eb00}.project-credits-row:hover .project-credits-name{font-family:NeueHaasDisplayMedium,Neue Haas Grotesk Display Pro,sans-serif}.project-stills-section{margin:0 auto;padding:1.5rem clamp(1.5rem,15vw,7rem)}.project-stills-section h2{font-family:NeueHaasDisplayMedium,Neue Haas Grotesk Display Pro,sans-serif;font-size:.85rem;margin-bottom:1.5rem;color:#111}.stills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;padding:1rem;background:#000}.stills-grid--all-small{grid-template-columns:repeat(2,minmax(0,1fr))}.stills-grid--all-small .still-item{width:100%}.stills-grid--count-1{grid-template-columns:minmax(0,1fr)}.stills-grid--count-2,.stills-grid--count-3{grid-template-columns:repeat(2,minmax(0,1fr))}.stills-grid--count-3 .still-item{width:100%}.stills-grid--count-3:not(.stills-grid--all-small) .still-item:nth-child(1){grid-column:1 / -1}.stills-grid--count-4{grid-template-columns:repeat(2,minmax(0,1fr))}.stills-grid--count-4 .still-item{width:100%}.stills-grid--count-4:not(.stills-grid--all-small) .still-item:nth-child(1),.stills-grid--count-4:not(.stills-grid--all-small) .still-item:nth-child(4){grid-column:1 / -1}.stills-grid--count-5{grid-template-columns:repeat(2,minmax(0,1fr))}.stills-grid--count-5 .still-item{width:100%}.stills-grid--count-5:not(.stills-grid--all-small) .still-item:nth-child(3){grid-column:1 / -1}.stills-grid--count-6{grid-template-columns:repeat(2,minmax(0,1fr))}.stills-grid--count-6 .still-item{width:100%}.stills-grid--count-6:not(.stills-grid--all-small) .still-item:nth-child(1),.stills-grid--count-6:not(.stills-grid--all-small) .still-item:nth-child(4){grid-column:1 / -1}.stills-grid--count-7{grid-template-columns:repeat(2,minmax(0,1fr))}.stills-grid--count-7 .still-item{width:100%}.stills-grid--count-7:not(.stills-grid--all-small) .still-item:nth-child(1){grid-column:1 / -1}.stills-grid--count-8{grid-template-columns:repeat(2,minmax(0,1fr))}.stills-grid--count-8 .still-item{width:100%}.stills-grid--count-8:not(.stills-grid--all-small) .still-item:nth-child(3),.stills-grid--count-8:not(.stills-grid--all-small) .still-item:nth-child(6){grid-column:1 / -1}.stills-grid--count-9{grid-template-columns:repeat(2,minmax(0,1fr))}.stills-grid--count-9 .still-item{width:100%}.stills-grid--count-9:not(.stills-grid--all-small) .still-item:nth-child(1){grid-column:1 / -1}.stills-grid--count-10{grid-template-columns:repeat(2,minmax(0,1fr))}.stills-grid--count-10 .still-item{width:100%}.stills-grid--count-10:not(.stills-grid--all-small) .still-item:nth-child(1),.stills-grid--count-10:not(.stills-grid--all-small) .still-item:nth-child(4),.stills-grid--count-10:not(.stills-grid--all-small) .still-item:nth-child(7),.stills-grid--count-10:not(.stills-grid--all-small) .still-item:nth-child(10){grid-column:1 / -1}.stills-grid--count-11{grid-template-columns:repeat(2,minmax(0,1fr))}.stills-grid--count-11 .still-item{width:100%}.stills-grid--count-11:not(.stills-grid--all-small) .still-item:nth-child(1){grid-column:1 / -1}.stills-grid--count-12{grid-template-columns:repeat(2,minmax(0,1fr))}.stills-grid--count-12 .still-item{width:100%}.stills-grid--count-12:not(.stills-grid--all-small) .still-item:nth-child(3),.stills-grid--count-12:not(.stills-grid--all-small) .still-item:nth-child(6),.stills-grid--count-12:not(.stills-grid--all-small) .still-item:nth-child(9),.stills-grid--count-12:not(.stills-grid--all-small) .still-item:nth-child(12){grid-column:1 / -1}.still-item{width:80%;overflow:hidden;background-color:#f5f5f5}.still-item img{width:100%;height:auto;display:block}.next-project-section{display:flex;justify-content:flex-end;margin:0 auto;padding:0 clamp(1.5rem,15vw,7rem) 4rem}.next-project-button{display:inline-flex;align-items:center;justify-content:center;gap:.625rem;padding:.4rem 1.35rem;background-color:#a0eb00;color:#000;text-decoration:none;border-radius:0;border:1px solid #a0eb00;font-family:NeueHaasDisplayThin,Neue Haas Grotesk Display Pro,sans-serif;font-size:1rem;font-weight:500;transition:background-color .2s ease,color .2s ease,transform .1s ease}.next-project-button:hover{background-color:#000;color:#a0eb00;transform:translateY(-1px)}.next-label{font-size:1rem;font-weight:500;letter-spacing:0;text-transform:none}.next-arrow{font-size:1rem;line-height:1;transition:transform .3s ease}.next-project-button:hover .next-arrow{transform:translate(8px)}@media(max-width:1024px){.project-page h1{font-size:2.5rem}.project-description{font-size:1.1rem}.stills-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.credits-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25rem}}@media(max-width:768px){.project-meta-strip__category{display:none}.project-info-section,.project-stills-section,.next-project-section{padding:0 1rem}.project-about-section{padding:1.5rem 1rem 0;margin:1rem 0 2rem}.project-about-body{font-weight:600;font-family:NeueHaasDisplayThin,Neue Haas Grotesk Display Pro,sans-serif;font-size:.95rem;line-height:1.2}.project-about-title{margin-bottom:.3rem}.next-project-section{margin:2rem 0}.project-page h1{font-size:2rem}.project-description{font-size:1rem}.stills-grid{grid-template-columns:1fr;gap:1.25rem}.still-item{width:100%}.credits-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.project-video-section{height:auto}.project-video-section .video-container{height:0;padding-bottom:56.25%}.project-video-section .video-container .project-video-iframe{top:0;left:0;width:100%;height:100%;transform:none;min-width:0}.next-project-button{align-items:flex-start;gap:1rem}.next-title{font-size:1.25rem}.next-arrow{align-self:auto}}@media(max-width:480px){.project-page h1{font-size:.9rem;font-family:NeueHaasDisplayMedium,Neue Haas Grotesk Display Pro,sans-serif}.project-meta{flex-direction:column;gap:.5rem}.project-meta-strip__year{font-size:1rem}.credits-grid{grid-template-columns:1fr}}.location-category-page{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.location-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.location-tab{border:1px solid transparent;background:#fff;color:#333;font-weight:600;font-family:NeueHaasDisplayThin,Neue Haas Grotesk Display Pro,sans-serif;font-size:1rem;padding:.3rem .7rem;cursor:pointer;transition:color .2s ease,border-color .2s ease,background-color .2s ease}.location-tab:hover{border-color:#a0eb00;color:#000}.location-tab.active{background-color:#a0eb00;border-color:#a0eb00;color:#000}.locations-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.gallery-item{width:100%;overflow:hidden;background:#f0f0f0;aspect-ratio:16 / 9}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:768px){.works-heading{font-size:1rem!important}.locations-gallery{grid-template-columns:1fr;gap:2vw}}@media(max-width:768px){.location-tab{flex:1;text-align:center;font-size:.9rem;padding:.55rem .75rem;max-width:25vw}}@font-face{font-family:NeueHaasDisplayThin;src:url(/fonts/NeueHaasDisplayThin.ttf) format("truetype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:NeueHaasDisplayXThin;src:url(/fonts/NeueHaasDisplayXThin.ttf) format("truetype");font-weight:25;font-style:normal;font-display:swap}@font-face{font-family:Neue Haas Grotesk Display Pro;src:url(/fonts/NeueHaasDisplayThin.ttf) format("truetype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Neue Haas Grotesk Display Pro;src:url(/fonts/NeueHaasDisplayXThin.ttf) format("truetype");font-weight:25;font-style:normal;font-display:swap}@font-face{font-family:NeueHaasDisplayMedium;src:url(/fonts/NeueHaasDisplayMedium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Neue Haas Grotesk Display Pro;src:url(/fonts/NeueHaasDisplayMedium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}:root{--color-primary: #111;--color-text: #333;--color-text-light: #666;--color-border: #e5e5e5;--color-bg: #fff;--color-bg-light: #f8f8f8}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--color-text);background:var(--color-bg);line-height:1.6}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}a{color:inherit}img{max-width:100%;height:auto}button{font-family:inherit;cursor:pointer}.back-link{display:inline-flex;align-items:center;color:#666;text-decoration:none;margin-bottom:2rem;font-weight:500;transition:color .2s}.back-link:hover{color:#111}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#ccc;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#999}
