@import"https://fonts.googleapis.com/css2?family=Cormorant:wght@300;400;500&display=swap";.header{position:fixed;top:0;left:0;right:0;z-index:100;padding:24px 32px;transition:padding .3s ease}.header--scrolled{padding:16px 32px}.header--work{background:#000;border-bottom:1px solid rgba(255,255,255,.06)}.header__nav{display:flex;justify-content:space-between;align-items:center}.header__logo{color:#fff;text-decoration:none;font-family:var(--font-sans);font-size:15px;font-weight:500;letter-spacing:.12em;transition:opacity .3s ease;cursor:pointer;mix-blend-mode:difference}.header--work .header__logo{color:#fff;mix-blend-mode:normal}.header__right{display:flex;align-items:center;gap:28px}.header__link{color:#fff;text-decoration:none;font-size:10px;font-weight:400;text-transform:uppercase;letter-spacing:.1em;transition:opacity .3s ease,color .3s ease;cursor:pointer;mix-blend-mode:difference}.header__nav:hover .header__link,.header__nav:hover .header__logo{opacity:.4}.header__nav:hover .header__link:hover,.header__nav:hover .header__logo:hover{opacity:1;color:#fff;mix-blend-mode:normal;text-shadow:0 0 8px rgba(255,255,255,.3)}.header__link--current{color:#fff}.header--work .header__link{color:#666;mix-blend-mode:normal;text-shadow:none}.header--work .header__link:hover,.header--work .header__link--current{color:#fff}@media (max-width: 768px){.header{padding:16px 20px}.header__logo{font-size:11px}.header__link{font-size:8px}}.slideshow{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;overflow:hidden;background:#000;--accent: #c4a67a}.slideshow__cursor{position:fixed;pointer-events:none;z-index:200;font-family:var(--font-sans);font-size:12px;font-weight:400;letter-spacing:.1em;color:#fff;mix-blend-mode:difference;white-space:nowrap;opacity:0;transform:translate(16px,16px);transition:opacity .25s ease,font-size .3s ease,letter-spacing .3s ease}.slideshow__cursor--visible{opacity:1}.slideshow__cursor--locked{opacity:0!important}.slideshow__videos{position:absolute;top:0;right:0;bottom:0;left:0;isolation:isolate;cursor:none}.slideshow__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .6s ease-in-out;z-index:1;pointer-events:none}.slideshow__slide--active{opacity:1;z-index:2;pointer-events:auto}.slideshow__slide--fading{opacity:0}.slideshow__video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover}.slideshow__title-wrap{position:absolute;left:0;padding-left:24px;top:0;bottom:0;display:flex;align-items:center;pointer-events:none}.slideshow__title{position:absolute;white-space:nowrap;opacity:0;transform:translate(-40px);transition:opacity .9s ease,transform 1s cubic-bezier(.25,1,.5,1)}.slideshow__title-text{font-family:Cormorant,Times New Roman,serif;font-size:clamp(28px,3.5vw,56px);font-weight:300;font-style:normal;text-transform:uppercase;color:#fff;mix-blend-mode:exclusion;letter-spacing:.05em;line-height:1;margin:0}.slideshow__title-year{display:block;font-family:var(--font-sans);font-size:clamp(11px,1.1vw,14px);font-weight:300;letter-spacing:.12em;color:var(--title-color);margin-top:-4px;transition:color .8s ease}.slideshow__title--in{opacity:1;transform:translate(0)}.slideshow__title--out{opacity:0;transform:translate(-40px);transition:opacity .6s ease,transform .7s cubic-bezier(.4,0,1,1)}.slideshow__subtitle-bar{position:absolute;bottom:52px;left:0;right:0;display:flex;justify-content:center;opacity:1;transition:opacity .25s ease}.slideshow__subtitle-bar--hidden{opacity:0}.slideshow__subtitle{font-family:var(--font-sans);font-size:clamp(11px,1.1vw,14px);font-weight:300;color:#fff;letter-spacing:.12em;margin:0;mix-blend-mode:difference}.slideshow__bars{position:absolute;right:0;top:0;bottom:0;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:3px;width:7.5vw;padding:4px 2vw 4px 0;cursor:default}.slideshow__bar{position:relative;height:22px;border-radius:3px;border:none;cursor:pointer;padding:0;overflow:hidden;transition:width .4s cubic-bezier(.25,1,.5,1);flex-shrink:0;outline:none;background:#fff;mix-blend-mode:difference;pointer-events:auto}.slideshow__bar--active,.slideshow__bar--hovered{mix-blend-mode:normal}.slideshow__bar:focus-visible{outline:1px solid var(--accent);outline-offset:2px}.slideshow__bar-fill{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:3px;opacity:0;transition:opacity .35s ease}.slideshow__bar--active .slideshow__bar-fill,.slideshow__bar--hovered .slideshow__bar-fill{opacity:1}.slideshow__bar-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;border-radius:3px;opacity:0;transition:opacity .35s ease .08s}.slideshow__bar--active .slideshow__bar-video,.slideshow__bar--hovered .slideshow__bar-video{opacity:1}.slideshow__bar--active{box-shadow:0 0 8px #0003}.slideshow__counter{position:absolute;bottom:28px;left:0;right:0;display:flex;justify-content:center;align-items:baseline;gap:4px;font-size:13px;font-weight:300;letter-spacing:.05em;transition:color .6s ease;color:var(--accent);opacity:.6;text-shadow:0 1px 6px rgba(0,0,0,.4)}.slideshow__counter-current{opacity:1;font-size:14px}.slideshow__counter-sep{margin:0 2px}@media (max-width: 768px){.slideshow__bars{right:0;padding-right:12px;padding-left:16px;gap:2px}.slideshow__bar{height:16px}.slideshow__content{padding:0 24px}.slideshow__subtitle{margin-top:10px}.slideshow__counter{bottom:20px}}.work-page{position:relative;width:100%;min-height:100vh;background:#000}.work-page__list{padding:100px 0 120px}.work-page__empty{text-align:center;padding:80px 32px;font-family:var(--font-sans);font-size:14px;font-weight:300;color:#555;letter-spacing:.05em}.work-row{position:relative;display:flex;align-items:center;gap:32px;padding:16px 32px;text-decoration:none;color:#fff;border-bottom:1px solid rgba(255,255,255,.06);transition:all .5s cubic-bezier(.25,1,.5,1);cursor:pointer;overflow:hidden}.work-row:first-child{border-top:1px solid rgba(255,255,255,.06)}.work-row:hover{background:#ffffff08}.work-row--expanded,.work-row--expanded:hover{background:#000}.work-row__thumbnail{position:relative;width:280px;min-width:280px;aspect-ratio:16 / 9;overflow:hidden;border-radius:2px;background:#111;flex-shrink:0;transition:opacity .8s ease}.work-row__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;opacity:1}.work-row__poster{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.work-row__info{display:flex;align-items:baseline;gap:12px;flex:1;min-width:0;transition:opacity .8s ease}.work-row--expanded .work-row__info{opacity:0}.work-row__number{font-family:var(--font-sans);font-size:13px;font-weight:300;color:#666;letter-spacing:.02em;flex-shrink:0}.work-row__title{font-family:var(--font-sans);font-size:15px;font-weight:400;color:#fff;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .3s ease}.work-row:hover .work-row__title{color:#fff}.work-row__divider{font-family:var(--font-sans);font-size:13px;font-weight:200;color:#444;flex-shrink:0}.work-row__subtitle{font-family:var(--font-sans);font-size:13px;font-weight:300;color:#888;letter-spacing:.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.work-row__hero{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;transition:opacity .8s ease;overflow:hidden}.work-row--expanded .work-row__hero{opacity:1;pointer-events:auto}.work-row__hero-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.work-row__hero-mask{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#000;mix-blend-mode:multiply}.work-row__hero-title{font-family:var(--font-serif);font-size:clamp(36px,6vw,100px);font-weight:400;color:#fff;letter-spacing:-.02em;line-height:1;margin:0;white-space:nowrap;text-align:center}.work-page__filter-bar{position:fixed;bottom:0;left:0;right:0;z-index:50;background:#000;border-top:1px solid rgba(255,255,255,.08);transition:height .4s cubic-bezier(.25,1,.5,1)}.work-page__filter-toggle{display:flex;align-items:center;justify-content:center;width:100%;padding:14px 32px;background:none;border:none;color:#999;font-family:var(--font-sans);font-size:13px;font-weight:400;letter-spacing:.08em;cursor:pointer;transition:color .3s ease}.work-page__filter-toggle:hover{color:#fff}.work-page__filters{padding:24px 32px 20px}.work-page__filter-columns{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.work-page__filter-group{display:flex;flex-direction:column;gap:10px}.work-page__filter-heading{font-family:var(--font-sans);font-size:11px;font-weight:400;color:#666;letter-spacing:.08em;text-transform:lowercase;margin:0}.work-page__filter-options{display:flex;flex-direction:column;gap:4px}.work-page__filter-chip{background:none;border:none;padding:4px 0;text-align:left;font-family:var(--font-sans);font-size:13px;font-weight:300;color:#666;cursor:pointer;transition:color .2s ease;letter-spacing:.01em}.work-page__filter-chip:hover{color:#fff}.work-page__filter-chip--active{color:#fff;font-weight:400}.work-page__filter-empty{font-family:var(--font-sans);font-size:13px;font-weight:300;color:#333}.work-page__filter-close{display:block;margin:20px auto 0;padding:6px 20px;background:none;border:1px solid rgba(255,255,255,.12);border-radius:20px;color:#999;font-family:var(--font-sans);font-size:12px;font-weight:400;letter-spacing:.06em;cursor:pointer;transition:color .3s ease,border-color .3s ease}.work-page__filter-close:hover{color:#fff;border-color:#ffffff4d}.theater{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#000;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .5s ease;cursor:pointer}.theater--visible{opacity:1}.theater__player{position:relative;width:100%;max-width:1200px;padding:80px 40px 40px;cursor:default}.theater__iframe{width:100%;aspect-ratio:16 / 9;border:none;border-radius:2px;background:#000}@media (max-width: 768px){.work-row{flex-direction:column;gap:12px;padding:16px 20px}.work-row--expanded{padding:16px 20px}.work-row__thumbnail{width:100%;min-width:0}.work-row__info{flex-wrap:wrap;gap:8px}.work-row__hero-title{font-size:clamp(32px,10vw,64px)}.work-page__filter-columns{grid-template-columns:repeat(2,1fr);gap:16px}.work-page__list{padding:80px 0 100px}.theater__player{padding:70px 16px 16px}.theater__iframe{aspect-ratio:16 / 9}}.app{width:100%;min-height:100vh;background:#000;color:#fff}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--font-serif: "Cormorant", "Georgia", "Times New Roman", serif;--font-sans: "Helvetica Neue", Helvetica, Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;font-family:var(--font-sans);line-height:1.5;font-weight:400;color-scheme:dark;color:#fff;background-color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{margin:0;padding:0;width:100%;height:100%;background:#000;color:#fff}#root{width:100%;height:100%}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}img,video{display:block;max-width:100%}h1,h2,h3,h4,h5,h6{font-weight:400}::-webkit-scrollbar{display:none}body{-ms-overflow-style:none;scrollbar-width:none}::selection{background:#ffffff26;color:#fff}
