:root{color:#fdfdc4;font-synthesis:none;text-rendering:geometricprecision;--beige:#fdfdc4;--black:#000;--white:#fff;--placeholder:#e9e9e9;--rule-weight:1px;--ease-out:cubic-bezier(.16, 1, .3, 1);--info-ease-open:cubic-bezier(.22, 1, .36, 1);--info-ease-close:cubic-bezier(.64, 0, .78, 0);background:#000;font-family:Helvetica,Helvetica Neue,sans-serif}*{box-sizing:border-box}html{background:var(--black);scrollbar-gutter:stable;min-width:320px}body{background:var(--black);min-width:320px;min-height:100vh;margin:0;overflow-x:hidden}button,video{border:0}button{font:inherit}.site-shell{background:var(--black);width:100%;max-width:1400px;min-height:100vh;margin-inline:auto;overflow:hidden;container-type:inline-size}.site-page{background:var(--black);min-height:100vh}.site-header{z-index:5;width:calc(100% - 20px);color:var(--beige);background:var(--black);margin-inline:10px;padding:29px 0 24px;font-size:18px;font-weight:400;line-height:1;position:relative}.site-header__row{border-top:var(--rule-weight) solid var(--beige);grid-template-columns:minmax(0,1fr) 15rem minmax(0,1fr);align-items:center;min-height:38px;display:grid}.site-header__row>*{white-space:nowrap}.site-header__row>:first-child{grid-area:1/1;justify-self:start}.site-header__row>:nth-child(2){text-align:left;grid-area:1/2;justify-self:stretch}.site-header__row>:last-child:not(:first-child){text-align:right;grid-area:1/3;justify-self:end}.site-header__row--last{grid-template-columns:minmax(0,1fr) 15rem minmax(0,1fr)}.brand-button,.email-button,.info-button{min-width:0;color:inherit;cursor:pointer;background:0 0;border-radius:3px;padding:0}.brand-button{text-align:left}.email-button{text-align:right;text-overflow:ellipsis;overflow:hidden}.info-button{text-align:right;grid-column:3;justify-self:end}.brand-button:hover,.brand-button:focus-visible,.email-button:hover,.email-button:focus-visible,.info-button:hover,.info-button:focus-visible{color:var(--white);outline:none}.info-view{z-index:20;width:100vw;max-width:none;height:100dvh;max-height:none;color:var(--beige);background:0 0;border:0;margin:0;padding:0;position:fixed;inset:0;overflow:hidden}.info-view::backdrop{background:0 0}.info-view--closing{pointer-events:none}.info-view__dismiss{cursor:default;background:0 0;padding:0;position:absolute;inset:0}.info-panel{z-index:1;width:min(720px,100vw - 20px);min-height:min(520px,100dvh - 20px);color:var(--beige);background:var(--black);border:var(--rule-weight) solid var(--beige);animation:info-panel-grow .56s var(--info-ease-open) both;will-change:transform, opacity;align-content:space-between;margin:50dvh auto 0;padding:0 18px 22px;display:grid;position:relative;transform:translateY(-50%)}.info-view--closing .info-panel{animation:info-panel-shrink .26s var(--info-ease-close) both}.info-panel__topline{border-bottom:var(--rule-weight) solid var(--beige);justify-content:space-between;align-items:center;min-height:48px;display:flex}.info-panel h2,.info-panel p,.info-panel address{margin:0;font-size:clamp(22px,2.2vw,34px);font-style:normal;font-weight:400;line-height:1.12}.info-panel h2,.info-panel__close{font-size:18px;line-height:1}.info-panel__close{color:inherit;cursor:pointer;background:0 0;padding:0}.info-panel__close:hover,.info-panel__close:focus-visible{color:var(--white);outline:none}@keyframes info-panel-grow{0%{opacity:0;transform:translate(calc(var(--info-origin-x) - 50vw), calc(-50% + var(--info-origin-y) - 50dvh)) scale(.01)}to{opacity:1;transform:translateY(-50%)scale(1)}}@keyframes info-panel-shrink{0%{opacity:1;transform:translateY(-50%)scale(1)}to{opacity:0;transform:translate(calc(var(--info-origin-x) - 50vw), calc(-50% + var(--info-origin-y) - 50dvh)) scale(.01)}}.project-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:end;gap:clamp(42px,4.4cqw,62px) clamp(16px,1.8cqw,25px);padding:clamp(42px,6cqw,84px) 29px 0;display:grid}.project-card{width:100%;color:var(--black);background:var(--placeholder);cursor:pointer;isolation:isolate;place-items:center;padding:0;display:grid;position:relative;overflow:hidden}.project-card--landscape{aspect-ratio:1.48}.project-card--widescreen{aspect-ratio:16/9}.project-card--portrait{aspect-ratio:.92}.project-card--square{aspect-ratio:1.08}.project-card>img,.project-card__video,.project-card__image-loop{z-index:-1;object-fit:cover;width:100%;height:100%;transition:transform .9s var(--ease-out), filter .4s ease;position:absolute;inset:0}.image-loop{width:100%;height:100%;position:relative;overflow:hidden}.project-card .project-card__image-loop{width:100%;height:100%;position:absolute;inset:0}.image-loop__frame{object-fit:cover;opacity:0;visibility:hidden;width:100%;height:100%;display:block;position:absolute;inset:0}.image-loop__frame--active{opacity:1;visibility:visible}.project-card__video{border:0}.project-card span{text-align:center;padding:18px;font-size:clamp(12px,1.1cqw,16px);font-weight:400;line-height:1}.project-card--image img{object-fit:contain;background:var(--white)}.project-card--image:after{display:none}@media (hover:hover) and (pointer:fine){.project-card:hover>img,.project-card:hover .project-card__video,.project-card:hover .project-card__image-loop{filter:saturate(1.08);transform:scale(1.025)}}.project-card:focus-visible{outline:1px solid var(--beige);outline-offset:5px}.project-view{z-index:4;width:100vw;max-width:none;height:100dvh;max-height:none;color:inherit;overscroll-behavior:contain;isolation:isolate;background:0 0;border:0;margin:0;padding:clamp(32px,4vh,64px) max(29px,50vw - 671px) 40px;position:fixed;inset:0;overflow-y:auto;container-type:inline-size}.project-view:before{z-index:-1;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);content:"";animation:modal-backdrop-in .18s var(--ease-out) both;background:#000000e6;position:fixed;inset:0}.project-view::backdrop{background:0 0}.project-view--closing{pointer-events:none}.project-view--closing:before{animation:modal-backdrop-out .16s var(--ease-out) both}.project-view__dismiss{z-index:0;cursor:default;background:0 0;padding:0;position:fixed;inset:0}.project-player{z-index:1;border:var(--rule-weight) solid var(--beige);background:var(--black);width:100%;max-width:1342px;animation:project-modal-rise .26s var(--ease-out) both;will-change:transform, opacity;margin-inline:auto;position:relative;overflow:hidden}.project-view--closing .project-player{animation:project-modal-dismiss .2s var(--ease-out) both}.player-media,.player-image,.player-placeholder{aspect-ratio:16/9;width:100%;position:relative;overflow:hidden;container-type:inline-size}.player-media{background:#0b0b0b}.player-image{aspect-ratio:auto;background:var(--white);place-items:center;display:grid}.player-image img{width:100%;height:auto;display:block}.project-gallery{cursor:grab;touch-action:pan-y;-webkit-user-select:none;user-select:none;background:#0b0b0b;outline:none;place-items:center;width:100%;height:min(72dvh,820px);min-height:420px;display:grid;position:relative;overflow:hidden}.project-gallery:active{cursor:grabbing}.project-gallery:focus-visible{outline:1px solid var(--white);outline-offset:-5px}.project-gallery__frames,.project-gallery__frame{width:100%;height:100%;position:absolute;inset:0}.project-gallery__frame{object-fit:contain;opacity:0;pointer-events:none;display:block}.project-gallery__frame--active{opacity:1}.project-gallery__nav{z-index:2;width:42px;height:42px;color:var(--beige);border:var(--rule-weight) solid currentColor;opacity:.68;cursor:pointer;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);transition:opacity .16s var(--ease-out), background-color .16s var(--ease-out);background:#00000052;border-radius:50%;place-items:center;padding:0;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.project-gallery__nav--previous{left:clamp(10px,2cqw,27px)}.project-gallery__nav--next{right:clamp(10px,2cqw,27px)}.project-gallery__nav span{border-bottom:1px solid;border-left:1px solid;width:11px;height:11px}.project-gallery__nav--previous span{margin-left:4px;transform:rotate(45deg)}.project-gallery__nav--next span{margin-right:4px;transform:rotate(225deg)}.project-gallery__nav:focus-visible{outline:1px solid var(--white);outline-offset:3px;opacity:1;background:#0000009e}.project-gallery__count{z-index:2;color:var(--beige);text-shadow:0 1px 8px var(--black);font-size:11px;line-height:1;position:absolute;bottom:12px;right:14px}@media (hover:hover) and (pointer:fine){.project-gallery__nav:hover{opacity:1;background:#0000008f}}.player-media:after{z-index:1;content:"";pointer-events:none;background:linear-gradient(#00000014,#0000 26% 72%,#0000002e);position:absolute;inset:0}.player-media__video{object-fit:cover;width:100%;height:100%;display:block}.player-placeholder{color:var(--black);background:#dcdcdc;place-content:center;place-items:center;display:grid}.player-placeholder span{font-size:clamp(18px,2.1cqw,30px)}.player-placeholder small{letter-spacing:.08em;opacity:.45;margin-top:10px;font-size:clamp(8px,.8cqw,11px)}.project-player__details{min-height:clamp(172px,18cqw,250px);color:var(--white);border-top:var(--rule-weight) solid var(--beige);grid-template-columns:minmax(230px,.8fr) 1.7fr;align-items:start;gap:clamp(34px,5cqw,70px);padding:clamp(25px,3cqw,42px);display:grid}.project-player__credits h1,.project-player__credits p,.project-player__description{margin:0;font-weight:400}.project-player__link{color:inherit;-webkit-text-decoration-color:var(--beige);text-decoration-color:var(--beige);text-decoration-thickness:var(--rule-weight);text-underline-offset:.16em;margin-top:.9em;display:inline-block}.project-player__link:hover,.project-player__link:focus-visible{color:var(--beige);outline:none}.project-player__credits h1{margin-bottom:8px;font-size:clamp(18px,2cqw,28px);line-height:1}.project-player__credits p{font-size:clamp(15px,1.65cqw,23px);line-height:1.25}.project-player__description{max-width:740px;font-size:clamp(17px,2cqw,28px);line-height:1.38}.project-player__description p{margin:0}.project-player__description p+p{margin-top:.8em}.playback{z-index:3;width:clamp(48px,5.2cqw,68px);height:clamp(48px,5.2cqw,68px);color:var(--beige);opacity:.3;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:opacity .18s var(--ease-out), transform .22s var(--ease-out), background-color .18s var(--ease-out);background:#0003;border:1px solid;border-radius:50%;place-items:center;padding:0;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.playback--paused{opacity:.5}.playback:focus-visible{outline:1px solid var(--white);outline-offset:4px;opacity:.72;background:#0000006b}.playback__icon{width:16px;height:18px;display:block;position:relative}.playback--playing .playback__icon:before,.playback--playing .playback__icon:after{content:"";background:currentColor;border-radius:2px;width:3px;height:16px;position:absolute;top:1px}.playback--playing .playback__icon:before{left:2px}.playback--playing .playback__icon:after{right:2px}.playback--paused .playback__icon:before{content:"";border-top:8px solid #0000;border-bottom:8px solid #0000;border-left:12px solid;width:0;height:0;position:absolute;top:1px;left:4px}.sound{z-index:3;width:34px;height:34px;color:var(--beige);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:background-color .18s var(--ease-out), color .18s var(--ease-out), transform .22s var(--ease-out);background:#00000061;border-radius:50%;place-items:center;padding:0;display:grid;position:absolute;bottom:clamp(10px,2.4cqw,29px);right:clamp(10px,2.4cqw,29px)}.sound:before{border-radius:inherit;opacity:0;content:"";pointer-events:none;transition:opacity 1s var(--ease-out);border:1px solid #fdfdc4b8;position:absolute;inset:0}.sound--on:before{opacity:1}.sound:hover,.sound:focus-visible{color:var(--black);background:var(--beige);outline:none;transform:scale(1.06)}.sound__visualizer{width:20px;height:20px;transition:transform .24s var(--ease-out);place-items:center;display:grid;position:relative}.sound--on .sound__visualizer{transform:translate(-2px)}.sound__dot{background:currentColor;border-radius:50%;width:3px;height:3px}.sound__wave{border:1px solid #0000;border-right-color:currentColor;border-radius:50%;position:absolute}.sound__wave--one{width:11px;height:11px}.sound__wave--two{opacity:0;width:19px;height:19px}.sound--on .sound__wave--two{animation:1.25s ease-out infinite sound-wave}@media (hover:hover) and (pointer:fine){.playback{opacity:.08}.player-media:hover .playback{opacity:.3}.player-media:hover .playback:hover{opacity:.52;background:#00000052;transform:translate(-50%,-50%)scale(1.035)}.playback--paused{opacity:.42}}.site-footer{z-index:1;color:var(--beige);background:var(--black);padding-top:clamp(95px,14cqw,196px);display:grid;position:relative}.site-footer img{pointer-events:none;width:100%;max-width:100%;display:block}.site-footer p{text-align:center;margin:18px 0 24px;font-size:11px;font-weight:400;line-height:1}.copy-toast{z-index:100;min-width:72px;min-height:34px;color:var(--black);background:var(--beige);pointer-events:none;animation:toast-life 3s var(--ease-out) both;border:1px solid #00000014;border-radius:13px;place-items:center;padding:8px 13px;font-family:Helvetica,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;line-height:1;display:grid;position:fixed;box-shadow:0 7px 24px #00000029}@keyframes sound-wave{0%{opacity:0;transform:scale(.65)}35%{opacity:1}to{opacity:0;transform:scale(1.15)}}@keyframes toast-life{0%,to{opacity:0;transform:translateY(3px)scale(.96)}33.333%,66.667%{opacity:1;transform:translateY(0)scale(1)}}@keyframes modal-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes modal-backdrop-out{0%{opacity:1}to{opacity:0}}@keyframes project-modal-rise{0%{opacity:0;transform:translateY(72px)scale(.99)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes project-modal-dismiss{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(42px)scale(.995)}}@keyframes project-modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes project-modal-fade-out{0%{opacity:1}to{opacity:0}}@media (width<=767px){.site-header{width:auto;margin-inline:0;padding:22px 22px 24px;font-size:clamp(17px,4.8vw,20px);line-height:1.08}.site-header__row{grid-template-columns:1fr;align-items:start;row-gap:8px;min-height:0;padding:14px 0 16px}.site-header__row>*,.site-header__row>:nth-child(2),.site-header__row>:last-child:not(:first-child){text-align:left;white-space:normal;grid-area:auto;justify-self:start}.site-header__row--last{padding-bottom:0}.email-button{width:fit-content;color:var(--white);white-space:nowrap}.info-button{text-align:left;grid-column:auto;justify-self:start}.info-panel{width:calc(100vw - 20px);min-height:min(480px,100dvh - 20px);padding:0 14px 18px}.info-panel h2,.info-panel__close{font-size:17px}.info-panel p,.info-panel address{font-size:clamp(21px,7vw,30px)}.project-grid{flex-direction:column;gap:12px;padding:18px 0 0;display:flex}.project-card span{font-size:14px}.project-view{padding:0 0 28px}.project-player{border-left:0;border-right:0}.project-player__details{grid-template-columns:1fr;gap:24px;min-height:0;padding:20px 14px 26px}.project-player__credits h1{font-size:20px}.project-player__credits p{font-size:16px}.project-player__description{font-size:17px;line-height:1.36}.project-gallery{height:min(60dvh,520px);min-height:320px}.project-gallery__nav{width:38px;height:38px}.sound{width:30px;height:30px;bottom:10px;right:10px}.site-footer{padding-top:64px}.site-footer p{margin:12px 0 18px;font-size:9px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.project-player{animation:.12s linear both project-modal-fade-in!important}.project-view--closing .project-player{animation:.1s linear both project-modal-fade-out!important}.project-view:before{animation:.12s linear both modal-backdrop-in!important}.project-view--closing:before{animation:.1s linear both modal-backdrop-out!important}.info-view,.info-view--closing,.info-panel,.info-view--closing .info-panel{animation:none!important}}
