:root{--font:"Helvetica Neue", Helvetica, Arial, sans-serif;--fs-lg:clamp(1.25rem, 1rem + .7vw, 1.75rem);--fs-sm:clamp(.875rem, .8rem + .25vw, 1.0625rem);--fs-xs:.72em;--fs-logo:clamp(1.75rem, 1.1rem + 1.4vw, 2.75rem);--lh:1.25;--fw:700;--black:#000;--white:#fff;--grey:#767676;--gutter:clamp(1rem, 1.8vw, 2.25rem);--section-gap:clamp(2.5rem, 9vw, 4rem);--header-h:clamp(3.75rem, 5vw, 6rem);--label-line:calc(var(--fs-lg) * var(--lh));--label-top:calc((var(--header-h) - var(--label-line)) / 2);--label-bottom:calc((var(--header-h) + var(--label-line)) / 2);--nav-gap:clamp(3rem, 5.5vw, 6.75rem);--dur:.25s;--dur-fast:.15s;--ease:cubic-bezier(.2, 0, .2, 1);--hero-fade:1}@media (prefers-reduced-motion:reduce){:root{--dur:0s;--dur-fast:0s}}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{background:var(--white);color:var(--black);font-family:var(--font);font-size:var(--fs-sm);font-weight:var(--fw);line-height:var(--lh);-webkit-font-smoothing:antialiased;margin:0}h1,h2,h3,p{font-size:inherit;font-weight:inherit;margin:0}ul{margin:0;padding:0;list-style:none}a{color:inherit}img,video{max-width:100%;height:auto;display:block}:focus-visible{outline-offset:4px;outline:2px solid}.visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}.skip-link{z-index:100;background:var(--white);color:var(--black);padding:.5em 1em;position:fixed;top:0;left:0;transform:translateY(-120%)}.skip-link:focus-visible{transform:none}.brand{z-index:11;height:var(--header-h);color:var(--white);mix-blend-mode:difference;font-size:var(--fs-logo);align-items:center;font-weight:400;line-height:1;text-decoration:none;display:flex;position:fixed;top:0;left:50%;transform:translate(-50%)}.header{z-index:10;height:var(--header-h);padding-inline:var(--gutter);color:var(--white);pointer-events:none;justify-content:space-between;align-items:center;display:flex;position:fixed;top:0;bottom:auto;left:0;right:0}.header a{pointer-events:auto;text-decoration:none}.header__links{gap:var(--nav-gap);opacity:var(--hero-fade);display:flex}.header.is-dark .header__links{visibility:hidden}@media (max-width:767px){.header__links{display:none}}.hero{height:100vh;background:var(--black);height:100svh;color:var(--white);position:relative;overflow:hidden}.hero__video{object-fit:cover;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.hero__copy{left:var(--gutter);bottom:17vh;opacity:var(--hero-fade);position:absolute;bottom:17svh}.hero__title{font-size:var(--fs-lg);margin-bottom:.45em}.hero__text{margin-bottom:1.75em}.hero__cta{text-underline-offset:.3em;text-decoration:underline;text-decoration-thickness:1px}.section{min-height:100vh;min-height:100svh;padding:var(--label-top) var(--gutter) 3vh;background:var(--white);color:var(--black);flex-direction:column;display:flex;position:relative}.section__title{font-size:var(--fs-lg)}.section__label{font-size:var(--fs-lg);line-height:var(--lh)}@media (min-width:768px){.work__title{font-size:var(--fs-lg);line-height:var(--lh)}.work__intro{margin-top:.35em}}@media (max-width:767px){.section{min-height:0;padding:var(--section-gap) var(--gutter);scroll-margin-top:var(--header-h)}.section__label{display:none}.work__title{margin-bottom:.35em}}.work{--work-base:min(16.5vw, calc(52vh - 90px));--work-scale-hover:1.45;--work-scale-near:1.12;--work-grow:calc(var(--work-base) * 1.25 * (var(--work-scale-hover) - 1) / 2)}.work__intro{margin-top:.2em}.work__grid{padding-block:calc(var(--work-grow) + 1rem);flex:1;justify-content:space-between;align-items:center;display:flex}.work__cell:first-child .work__item{transform-origin:0}.work__cell:last-child .work__item{transform-origin:100%}.work__cell{width:var(--work-base);flex:none}.work__item{width:100%;color:var(--white);font:inherit;cursor:pointer;transition:transform calc(var(--dur) + 50ms) var(--ease);will-change:transform;background:0 0;border:0;padding:0;display:block;position:relative;transform:scale(1)}.work__img{aspect-ratio:4/5;object-fit:cover;width:100%}.work__label{font-size:calc(var(--fs-sm) / var(--work-scale-hover));opacity:0;transition:opacity var(--dur) var(--ease);background:linear-gradient(#0000,#00000073);flex-direction:column;align-items:center;padding-top:30%;padding-bottom:5%;line-height:1.1;display:flex;position:absolute;top:auto;bottom:0;left:0;right:0}.work__country{font-size:var(--fs-xs)}@media (min-width:768px){.work__item:hover{transform:scale(var(--work-scale-hover));z-index:2}.work__item:focus-visible{transform:scale(var(--work-scale-hover));z-index:2}.work__item:hover .work__label{opacity:1}.work__item:focus-visible .work__label{opacity:1}.work__cell:hover+.work__cell .work__item{transform:scale(var(--work-scale-near));z-index:1}.work__cell:has(+.work__cell:hover) .work__item{transform:scale(var(--work-scale-near));z-index:1}.work__cell:has(:focus-visible)+.work__cell .work__item{transform:scale(var(--work-scale-near));z-index:1}.work__cell:has(+.work__cell :focus-visible) .work__item{transform:scale(var(--work-scale-near));z-index:1}}@media (max-width:767px){.work__grid{align-items:stretch;gap:var(--section-gap);padding-inline:var(--gutter);padding-block:var(--section-gap) 0;flex-direction:column;flex:none}.work__cell{width:auto}.work__label{opacity:1;font-size:var(--fs-sm)}}@media (prefers-reduced-motion:reduce){.work__item,.work__cell:hover+.work__cell .work__item{transform:none!important}.work__cell:has(+.work__cell:hover) .work__item{transform:none!important}}.modal{--modal-ratio:1920 / 818;z-index:50;background:var(--black);color:var(--white);opacity:0;transition:opacity var(--dur) var(--ease);place-items:center;display:grid;position:fixed;top:0;bottom:0;left:0;right:0}.modal[hidden]{display:none}.modal.is-open{opacity:1}.modal__video{aspect-ratio:var(--modal-ratio);width:min(100vw - 2 * var(--gutter), (100vh - 2 * var(--header-h)) * (var(--modal-ratio)));max-height:calc(100vh - 2 * var(--header-h));background:var(--black)}.modal__close{height:var(--header-h);padding-inline:var(--gutter);color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:.5em;display:flex;position:absolute;top:0;right:0}.modal__close-x{font-size:var(--fs-logo);font-weight:400;line-height:1}body.is-locked{position:fixed;left:0;right:0;overflow:hidden}.brands__title-slot{margin-top:calc(11vh - var(--label-top));margin-bottom:.4em}@media (max-width:767px){.brands__title-slot{margin-top:0}}.carousel{min-height:0;margin-inline:calc(-1 * var(--gutter));background:var(--black);color:var(--white);touch-action:pan-y;-webkit-user-select:none;user-select:none;flex:1;position:relative;overflow:hidden}.carousel__slides{cursor:pointer;position:absolute;top:0;bottom:0;left:0;right:0}.carousel__slide{opacity:0;transition:opacity var(--dur) var(--ease);position:absolute;top:0;bottom:0;left:0;right:0}.carousel__slide.is-active{opacity:1;z-index:1}.carousel__video{object-fit:cover;width:100%;height:100%}.carousel__caption{left:var(--gutter);flex-direction:column;line-height:1.2;display:flex;position:absolute;bottom:5%}.carousel__date{font-size:var(--fs-xs)}.carousel__dots{z-index:2;justify-content:center;gap:.75rem;display:flex;position:absolute;bottom:3.5%;left:0;right:0}.carousel__dot{background:var(--white);opacity:.5;cursor:pointer;width:.5rem;height:.5rem;transition:transform var(--dur-fast) var(--ease), opacity var(--dur-fast) var(--ease);border:0;border-radius:50%;padding:0;transform:scale(1)}.carousel__dot:hover{transform:scale(1.3)}.carousel__dot.is-active{opacity:1;transform:scale(1.3)}.carousel__dot:focus-visible{outline-offset:6px}@media (max-width:767px){.brands__title-slot{margin-top:0}.carousel__caption{display:none}.carousel{aspect-ratio:4/5;flex:none;margin-top:1.2em}.carousel__dots{bottom:4%}}@media (prefers-reduced-motion:reduce){.carousel__dot,.carousel__dot:hover,.carousel__dot.is-active{transform:none}}.studio{grid-template-rows:auto 1fr;grid-template-columns:59.5vw 1fr;align-items:center;column-gap:1.1vw;display:grid}.studio__label-slot{grid-area:1/1/auto/-1;align-self:start}.studio__video{aspect-ratio:16/9;object-fit:cover;width:100%;max-height:100%;margin-left:calc(-1 * var(--gutter));background:var(--black);grid-area:2/1}.studio__copy-slot{grid-area:2/2}.studio__title{margin-bottom:4.5em}.studio__text{font-style:italic}.studio__text p+p{margin-top:1.25em}.studio__closing{font-style:normal}@media (max-width:767px){.studio{flex-direction:column;display:flex}.studio__copy-slot,.studio__copy,.studio__label-slot{display:contents}.studio__title{order:1;margin-bottom:.7em}.studio__video{width:calc(100% + 2 * var(--gutter));max-width:none;max-height:none;margin-inline:calc(-1 * var(--gutter));order:2}.studio__text{margin-top:var(--section-gap);order:3}}.contact{min-height:100vh;padding-bottom:4vh;flex-direction:column;min-height:100svh;padding-bottom:4svh;display:flex;overflow-x:clip}.contact__body{margin-top:calc(14vh - var(--label-bottom));grid-template-columns:auto minmax(18rem,24rem);justify-content:start;align-items:start;column-gap:clamp(3rem,7vw,9rem);display:grid}.contact__title{white-space:nowrap}.contact__subtitle{font-style:italic}.form{margin-top:.2em}.form__field+.form__field{margin-top:.75em}.form__input{border:0;border-bottom:1px solid var(--black);width:100%;color:var(--black);font:inherit;line-height:var(--lh);background:0 0;border-radius:0;padding:.35em .25em;display:block}.form__input::placeholder{color:var(--black);opacity:1}.form__input:focus-visible{border-bottom-width:2px;outline:none;margin-bottom:-1px}.form__textarea{resize:none;min-height:5.8em}.form__field.is-invalid .form__input{border-bottom-color:var(--grey)}.form__actions{justify-content:space-between;align-items:baseline;gap:1em;margin-top:1em;display:flex}.form__submit{color:inherit;font:inherit;text-underline-offset:.3em;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:underline;text-decoration-thickness:1px}.form__submit:disabled{color:var(--grey);cursor:default}.form__error{color:var(--grey)}.form__success{margin-top:2.2em}.contact__info{white-space:nowrap;margin-top:2.5em}.contact__info-muted{color:var(--grey)}.contact__wordmark{letter-spacing:-.01em;white-space:nowrap;-webkit-user-select:none;user-select:none;margin-top:auto;padding-top:1.5rem;font-size:23vw;font-weight:400;line-height:.74}@media (max-width:767px){.contact{min-height:0;padding-bottom:0}.contact__body{flex-direction:column;margin-top:0;display:flex}.contact__wordmark{margin-top:calc(var(--section-gap) * 1.5);padding-top:0}.contact__intro{display:contents}.contact__info{order:3;margin-top:1.5em}.contact__title{white-space:normal}.form{width:100%;max-width:22rem;margin-top:1.4em}.contact__info{white-space:normal}}
