*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #ffffff;--color-fg: #111111;--color-muted: #888888;--color-border: #e8e8e8;--font-serif: "Lora", Georgia, serif;--space-xs: .5rem;--space-sm: 1rem;--space-md: 2rem;--space-lg: 4rem;--space-xl: 8rem;--max-width: 1400px;--nav-height: 60px}html{font-family:var(--font-serif);font-size:16px;line-height:1.5;color:var(--color-fg);background-color:var(--color-bg);-webkit-font-smoothing:antialiased}body{min-height:100dvh}img,video{max-width:100%;display:block;width:100%;height:100%;object-fit:cover}a{color:inherit;text-decoration:none}.container{width:100%;max-width:var(--max-width);margin-inline:auto;padding-inline:var(--space-md)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.img-full{width:100%;margin-bottom:var(--space-sm)}.img-full img{width:100%;height:auto}.img-pair{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-sm);margin-bottom:var(--space-sm)}.img-pair img{width:100%;height:auto}.img-trio{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-sm);margin-bottom:var(--space-sm)}.img-trio img{width:100%;height:auto}@media(max-width:640px){.img-pair,.img-trio{grid-template-columns:1fr}.video-pair{flex-direction:column}.video-pair .video--portrait{flex:none;width:100%}}.video{position:relative;aspect-ratio:16 / 9;margin-bottom:var(--space-sm)}.video--portrait{aspect-ratio:9 / 16;max-height:90vh}.video iframe{position:absolute;inset:0;width:100%;height:100%;border:none}.video-pair{display:flex;gap:var(--space-sm);margin-bottom:var(--space-sm);justify-content:center;align-items:flex-start}.video-pair .video{flex:1;min-width:0;margin-bottom:0}.video-pair .video--portrait{flex:0 1 50.625vh}.video-pair--inset{padding-inline:8%}.project-card__title{font-size:clamp(11px,3.5vw,22px);font-style:normal;font-weight:400;line-height:1.4;letter-spacing:normal;text-wrap:balance}@media(max-width:640px){.video-pair{grid-template-columns:1fr}}.text{font-size:22px;font-weight:400;font-style:normal;line-height:27px;letter-spacing:-.5px;margin-bottom:var(--space-md)}.credits{font-size:.78rem;letter-spacing:.04em;color:var(--color-muted);margin-bottom:var(--space-md);font-style:normal}.section-break{height:var(--space-lg)}.spacer{height:var(--space-md)}.section-title-sm{font-size:22px;font-weight:500;line-height:28px;letter-spacing:-.3px;margin-bottom:.5rem}.text-sm{font-size:16px;font-weight:400;font-style:normal;line-height:24px;letter-spacing:0;margin-bottom:var(--space-sm)}.caption{font-size:.875rem;color:var(--color-muted);text-align:center;margin-top:.5rem;margin-bottom:0}.section-title{font-size:28px;font-weight:500;line-height:36px;letter-spacing:-.5px;margin-bottom:.5rem}.project-section-break{margin-top:0;margin-bottom:0}.section>div>.text:last-child,.section>div>.text-sm:last-child{margin-bottom:0}.project-section-break .text{margin-bottom:0}.section{display:flex;flex-direction:column;gap:32px;margin-block:96px}.project__body>.section:first-child{margin-top:0}.w-full{width:100%}.w-full>img{width:100%;height:auto}.w-md{width:80%;margin-inline:auto}@media(max-width:640px){.w-md{width:100%}}.w-sm{width:60%;margin-inline:auto}.two-up{display:grid;grid-template-columns:1fr 1fr;gap:32px}.two-up img{width:100%;height:auto}.three-up{display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px}.three-up img{width:100%;height:auto}.three-up .video,.two-up .video,.section .video{margin-bottom:0}@media(max-width:640px){.section{gap:16px;margin-block:60px}.two-up,.three-up{grid-template-columns:1fr;gap:16px}.w-sm{width:80%}.section-title{font-size:22px;line-height:28px}.section-title-sm{font-size:18px;line-height:24px}.text{font-size:16px;line-height:24px}.text-sm{font-size:14px;line-height:20px}}.site-header{height:var(--nav-height);display:flex;align-items:center;position:sticky;top:0;background:var(--color-bg);z-index:10;border-bottom:1px solid var(--color-border)}.nav{display:flex;align-items:center;justify-content:space-between}.nav__logo{display:block;font-size:1.5rem;font-weight:400;font-style:normal;letter-spacing:.06em;text-transform:uppercase}.nav__right{display:flex;align-items:center;margin-left:auto;gap:var(--space-md)}.nav__links{display:flex;gap:var(--space-md);list-style:none;font-size:1rem;font-weight:400;letter-spacing:.03em}@media(max-width:768px){.page-home .nav__logo{display:none}}@media(max-width:640px){.site-header{height:auto;padding-block:var(--space-xs)}.nav__logo,.footer__location,.footer__social{display:none}.nav__right{width:100%;margin-left:0;justify-content:space-evenly;align-items:center}.nav__links,.nav__social{display:contents}}.nav__links a{color:var(--color-muted);transition:color .15s}.nav__links a:hover,.nav__links a.active{color:var(--color-fg)}.nav__social{display:flex;align-items:center;gap:var(--space-md)}.nav__social a{color:var(--color-muted);display:flex;align-items:center;transition:color .15s}.nav__social a:hover{color:var(--color-fg)}.site-footer{border-top:1px solid var(--color-border);padding-block:var(--space-md);margin-top:var(--space-lg)}.footer__inner{display:flex;align-items:center;justify-content:space-between}.footer__copy{font-size:1rem;color:var(--color-muted);letter-spacing:.02em}.footer__location{font-size:1rem;color:var(--color-muted);letter-spacing:.02em;margin-left:auto;margin-right:var(--space-md)}.footer__social{display:flex;align-items:center;gap:var(--space-md)}.footer__social a{color:var(--color-muted);display:flex;align-items:center;transition:color .15s}.footer__social a:hover{color:var(--color-fg)}
