@import url("https://fonts.googleapis.com/css2?family=Funnel+Sans:wght@400;500;600;700&display=swap");:root{--background:#141414;--surface:#1a1a1a;--foreground:#ece8df;--secondary:#a8a29a;--rule:#292929;--radius:0.5rem;--gutter:clamp(1.5rem,10vw,12.5rem);--ease-out:cubic-bezier(0.22,1,0.36,1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{background:var(--background)}body{margin:0;overflow-x:hidden;color:var(--foreground);font-family:Funnel Sans,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased}a,button{color:inherit;font:inherit}a{text-decoration:none}button{border:0}.site-header{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;min-height:5.5rem;padding:0 var(--gutter);font-size:1.25rem;font-weight:500;line-height:1.2}.site-header .site-name{justify-self:start}.site-header nav{display:contents}.site-header nav a{justify-self:center}.site-header nav a:last-child{justify-self:end}.footer-links a,.site-header a{position:relative}.footer-links a:after,.site-header a:after{position:absolute;right:0;bottom:-.2rem;left:0;height:1px;background:currentColor;content:"";transform:scaleX(0);transform-origin:right;transition:transform .28s var(--ease-out)}.footer-links a:focus-visible:after,.footer-links a:hover:after,.site-header a:focus-visible:after,.site-header a:hover:after{transform:scaleX(1);transform-origin:left}.hero{padding:clamp(3rem,8vw,8rem) var(--gutter) 2rem}.hero h1{display:flex;gap:.22em;margin:0;max-width:100%;font-size:clamp(4.4rem,14vw,14.25rem);font-weight:700;letter-spacing:-.07em;line-height:.82;white-space:nowrap}.hero-word-mask{display:inline-block;overflow:hidden;padding-right:.04em;padding-bottom:.08em}.hero-word-mask>span{display:block}.hero__meta{display:flex;justify-content:space-between;margin-top:clamp(2rem,5vw,4.5rem);color:var(--secondary);font-size:1rem;line-height:1.3}.hero__meta p{margin:0}.work{padding:1.5rem var(--gutter) clamp(7rem,12vw,12rem)}.filter-row{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:clamp(2.25rem,5vw,5rem);color:#77736d;font-size:1.125rem;font-weight:500;line-height:1.35}.filter-row button{position:relative;padding:0 0 .4rem;background:transparent;color:inherit;cursor:pointer;transition:color .22s ease}.filter-row .is-active,.filter-row button:focus-visible,.filter-row button:hover{color:var(--foreground)}.filter-row__line{position:absolute;right:0;bottom:0;left:0;height:1px;background:currentColor}.featured-project{display:grid;grid-template-columns:minmax(18rem,.92fr) minmax(20rem,1.08fr);margin-bottom:clamp(4rem,9vw,9rem);overflow:hidden;border-radius:var(--radius);background:var(--surface)}.featured-project__media{display:block;width:100%;aspect-ratio:1;padding:0;overflow:hidden;background:transparent;cursor:pointer}.featured-project__copy{display:flex;flex-direction:column;justify-content:space-between;padding:clamp(2rem,5vw,5rem)}.eyebrow,.project-card__meta p,.project-details{color:var(--secondary);font-size:.9375rem;line-height:1.35}.featured-project h2{margin:auto 0 1.5rem;max-width:8ch;font-size:clamp(3rem,6vw,7.5rem);font-weight:600;letter-spacing:-.055em;line-height:.9}.featured-project__summary{max-width:31rem;margin:0 0 3.5rem;font-size:clamp(1.15rem,1.6vw,1.5rem);line-height:1.42}.project-details{margin:0 0 3rem}.project-details div{display:grid;grid-template-columns:5rem 1fr;padding:.65rem 0;border-top:1px solid #323232}.project-details dd,.project-details dt{margin:0}.project-details dd{color:var(--foreground)}.text-action{display:inline-flex;align-items:center;gap:.35rem;width:max-content;padding:0 0 .2rem;border-bottom:1px solid;background:transparent;cursor:pointer}.editorial-cover{position:relative;width:100%;height:100%;min-height:0;overflow:hidden;background:#252525}.editorial-cover--light-ink{color:#f3efe6}.editorial-cover--dark-ink{color:#151515}.editorial-cover__index{top:clamp(1rem,2.5vw,2rem);left:clamp(1rem,2.5vw,2rem);font-size:clamp(3.75rem,7vw,7.5rem);font-weight:700;letter-spacing:-.075em;line-height:.8}.editorial-cover__duration,.editorial-cover__index{position:absolute;z-index:3;transition:transform .65s var(--ease-out)}.editorial-cover__duration{right:clamp(1rem,2.5vw,2rem);bottom:clamp(1rem,2.5vw,2rem);font-size:clamp(.75rem,1.15vw,1rem);font-variant-numeric:tabular-nums;line-height:1}.editorial-cover__portrait{position:absolute;top:9%;bottom:9%;left:50%;z-index:2;aspect-ratio:9/16;overflow:hidden;border:1px solid;border-radius:.25rem;background:#111;box-shadow:0 0 0 1px rgb(255 255 255/10%);transform:translateX(-50%);transition:transform .7s var(--ease-out)}.editorial-cover__poster,.editorial-cover__preview{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover}.editorial-cover__poster{z-index:1;opacity:1;transition:opacity .26s var(--ease-out)}.editorial-cover__preview{z-index:2;opacity:0;transition:opacity .26s var(--ease-out)}.editorial-cover.is-playing .editorial-cover__poster{opacity:0}.editorial-cover.is-playing .editorial-cover__preview{opacity:1}.editorial-cover.is-playing .editorial-cover__portrait{transform:translateX(-50%) scale(1.015)}.editorial-cover.is-playing .editorial-cover__index{transform:translate(.2rem,-.25rem)}.editorial-cover.is-playing .editorial-cover__duration{transform:translateX(-.25rem)}@media (hover:none),(pointer:coarse){.editorial-cover__preview{display:none}}.project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(3rem,6vw,6rem) 1rem}.project-card__media{display:block;width:100%;aspect-ratio:1;padding:0;overflow:hidden;border-radius:var(--radius);background:transparent;cursor:pointer}.project-card__meta{display:flex;justify-content:space-between;gap:1rem;padding-top:.8rem}.project-card__meta h2,.project-card__meta p{margin:0}.project-card__meta h2{font-size:1.5rem;font-weight:500;line-height:1.2;transition:transform .5s var(--ease-out)}.project-card__meta div>p{margin-top:.15rem}@media (hover:hover) and (pointer:fine){.project-card:hover .project-card__meta h2{transform:translateX(.3rem)}}.about{display:grid;grid-template-columns:.6fr 1.4fr;gap:2rem;padding:clamp(7rem,12vw,12rem) var(--gutter);border-top:1px solid var(--rule)}.section-label{margin:0;color:var(--secondary);font-size:1.25rem;font-weight:500;line-height:1.3}.about__statement{max-width:none;margin:0;font-size:clamp(2.2rem,5vw,5.7rem);letter-spacing:-.045em;line-height:1}.about__statement span{display:block;white-space:nowrap}.about__details{grid-column:2;display:flex;justify-content:flex-end;margin-top:5rem;color:var(--secondary);font-size:1.25rem;font-weight:500;line-height:1.35}.about__details p{margin:0}footer{padding:4rem var(--gutter) 0;overflow:hidden;border-top:1px solid var(--rule)}.footer-links{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;font-size:1.25rem;font-weight:500;line-height:1.35}.footer-name-mask{overflow:hidden;padding-bottom:.08em}.footer-name{width:100%;margin:clamp(4rem,8vw,8rem) 0 0;font-size:clamp(4rem,18vw,20rem);font-weight:700;letter-spacing:-.075em;line-height:.82;text-align:center;white-space:nowrap}.project-modal{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:clamp(.75rem,2vw,2rem)}.project-modal__backdrop{position:absolute;inset:0;width:100%;height:100%;background:rgb(8 8 8/82%);cursor:default}.project-modal__panel{position:relative;z-index:1;display:grid;grid-template-columns:minmax(17rem,.85fr) minmax(20rem,1.15fr);width:min(76rem,100%);max-height:calc(100dvh - 2rem);overflow:auto;border:1px solid #303030;border-radius:.75rem;background:#181818}.project-modal__close{position:absolute;top:1rem;right:1rem;z-index:4;display:grid;width:2.75rem;height:2.75rem;place-items:center;border:1px solid rgb(236 232 223/30%);border-radius:50%;background:#141414;cursor:pointer}.project-modal__media{position:relative;min-height:min(52rem,calc(100dvh - 4rem));display:grid;place-items:center;overflow:hidden;border-radius:.7rem 0 0 .7rem}.project-modal__video{position:relative;z-index:2;display:block;width:auto;max-width:88%;height:min(48rem,calc(100dvh - 8rem));max-height:88%;aspect-ratio:9/16;border:1px solid rgb(245 241 232/25%);border-radius:.25rem;background:#090909}.project-modal__copy{display:flex;flex-direction:column;padding:clamp(3.5rem,6vw,6rem) clamp(2rem,5vw,5rem) 3rem}.project-modal__copy dt,.project-modal__copy>p:first-child,.project-modal__note{color:var(--secondary);font-size:.8rem}.project-modal__copy>p:first-child{margin:0}.project-modal__copy h2{margin:auto 0 3rem;max-width:8ch;font-size:clamp(3rem,6vw,6.5rem);font-weight:600;letter-spacing:-.06em;line-height:.9}.project-modal__summary{max-width:30rem;margin:0 0 3rem;font-size:1.125rem;line-height:1.45}.project-modal__copy dl{margin:0}.project-modal__copy dl>div{display:grid;grid-template-columns:5rem 1fr;padding:.75rem 0;border-top:1px solid #303030}.project-modal__copy dd,.project-modal__copy dt{margin:0}.project-modal__note{max-width:24rem;margin:2rem 0 0;line-height:1.45}:focus-visible{outline:2px solid var(--foreground);outline-offset:4px}@media (max-width:800px){:root{--gutter:clamp(1.5rem,6vw,2rem)}.hero{padding-top:clamp(2.75rem,10vw,4rem)}.hero h1{flex-direction:column;gap:0;font-size:clamp(3.75rem,19vw,7rem);line-height:.84;white-space:normal}.hero__meta{align-items:flex-end}.featured-project{grid-template-columns:1fr;min-height:auto}.featured-project__media{min-height:0}.featured-project__copy{min-height:30rem}.featured-project h2{font-size:clamp(3.4rem,14vw,5.5rem)}.featured-project__summary{margin-bottom:2.5rem}.project-details{margin-bottom:2.25rem}.project-grid{grid-template-columns:1fr}.project-card__media{aspect-ratio:1}.about{grid-template-columns:1fr;gap:clamp(2.5rem,10vw,4rem);padding-top:clamp(5rem,18vw,7rem);padding-bottom:clamp(5rem,18vw,7rem)}.about__details,.about__statement{grid-column:1}.about__statement{font-size:clamp(2.15rem,8.7vw,3.5rem);letter-spacing:-.04em;line-height:1.02;text-wrap:balance}.about__statement span{display:inline;white-space:normal}.about__statement span:not(:last-child):after{content:" "}.about__details{align-items:flex-start;flex-direction:column;gap:.6rem;margin-top:0;font-size:clamp(1rem,4.5vw,1.2rem)}.about__details p{max-width:22ch;text-wrap:balance}footer{padding-top:3.25rem}.footer-links a{overflow-wrap:anywhere}.project-modal__panel{grid-template-columns:1fr}.project-modal__media{min-height:min(135vw,43rem);border-radius:.7rem .7rem 0 0}.project-modal__video{height:min(39rem,118vw);max-width:80%}.project-modal__copy{min-height:31rem}}@media (max-width:520px){.site-header{min-height:4.5rem;padding-inline:1.5rem;font-size:clamp(.8125rem,3.8vw,.9375rem)}.hero__meta{flex-direction:row;gap:1rem;font-size:.9375rem}.filter-row{justify-content:space-between;gap:.75rem;width:100%;font-size:clamp(.9375rem,4vw,1.0625rem)}.project-card__meta h2{font-size:1.25rem}.featured-project__copy{min-height:28rem}.footer-links{flex-direction:column;gap:.65rem;font-size:clamp(1rem,4.8vw,1.1875rem)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}}