:root{--bg: oklch(98.2% 0 0);--surface: oklch(95.5% 0 0);--ink: oklch(17% 0 0);--ghost: oklch(88% 0 0);--mid: oklch(38% 0 0);--hairline: oklch(90% 0 0);--card-r: 20px;--ease-out-elastic: linear(0,.5737 7.6%,.8382 11.87%,.9463 14.19%,1.0292 16.54%,1.0886 18.97%,1.1258 21.53%,1.137 22.97%,1.1424 24.48%,1.1423 26.1%,1.1366 27.86%,1.1165 31.01%,1.0507 38.62%,1.0219 42.57%,.9995 46.99%,.9872 51.63%,.9842 58.77%,1.0011 81.26%,1);--ease-out-expo: cubic-bezier(.19,1,.22,1);--ease-out-back: cubic-bezier(.175,.885,.32,1.275);--pad-x: clamp(20px, 4vw, 56px)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);font-family:Archivo,sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto}.display{font-family:Anton,sans-serif;font-weight:400;letter-spacing:.01em;text-transform:uppercase}.site-header{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:24px var(--pad-x);position:relative;z-index:20}.wordmark{display:inline-block;line-height:0;text-decoration:none}.wordmark img{width:34px;height:34px;display:block;transition:rotate .7s var(--ease-out-elastic)}.wordmark:hover img{rotate:-8deg}.site-nav{display:flex;flex-wrap:wrap;align-items:center;gap:4px 24px;justify-content:flex-end}.site-nav a{color:var(--ink);text-decoration:none;font-weight:600;font-size:15px;position:relative;padding:4px 0}.site-nav a:hover,.site-nav a[aria-current=page]{text-decoration:underline;text-underline-offset:5px;text-decoration-thickness:2px}.site-nav a.button{border:2px solid var(--ink);border-radius:999px;padding:7px 18px;transition:scale .6s var(--ease-out-elastic)}.site-nav a.button:hover{text-decoration:none;scale:1.07}.site-nav a .peek{position:absolute;top:calc(100% + 10px);left:50%;width:96px;aspect-ratio:3 / 4;border-radius:10px;overflow:hidden;box-shadow:0 12px 30px #00000047;translate:-50% 0;rotate:0deg;scale:0;transform-origin:top center;transition:scale .6s var(--ease-out-elastic),rotate .6s var(--ease-out-elastic);pointer-events:none;z-index:30}.site-nav a .peek img{width:100%;height:100%;object-fit:cover;display:block}.site-nav a:hover .peek{scale:1;rotate:-5deg}.site-nav a:nth-child(2n):hover .peek{rotate:5deg}@media(hover:none),(max-width:760px){.site-nav a .peek{display:none}}@media(max-width:760px){.site-header{flex-direction:column}.site-nav{justify-content:center}}.site-footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:18px;padding:32px var(--pad-x);border-top:1.5px solid var(--hairline);color:var(--mid);font-size:14px}.site-footer a{color:inherit;font-weight:600}.footer-logo{display:inline-block;line-height:0}.footer-logo img{width:140px;height:auto;display:block}.footer-nav{display:flex;gap:18px}.footer-nav a[aria-current=page]{color:var(--ink)}.page-hero{padding:clamp(28px,5vw,64px) var(--pad-x) 0}.page-hero h1{font-size:clamp(2.6rem,8vw,5.5rem);line-height:1;text-wrap:balance}.page-hero .blurb{margin-top:14px;color:var(--mid);max-width:56ch;font-size:1.05rem;text-wrap:pretty}.work-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,380px),1fr));gap:clamp(22px,3vw,40px);padding:clamp(28px,4vw,48px) var(--pad-x) clamp(60px,8vw,110px)}.work-item .frame{border-radius:var(--card-r);overflow:hidden;aspect-ratio:16 / 9;background:var(--surface);box-shadow:0 10px 30px #00000024}.work-item .frame iframe{width:100%;height:100%;border:0;display:block}.work-item .cap{display:flex;justify-content:space-between;gap:12px;margin-top:12px;align-items:baseline}.work-item .cap b{font-weight:700}.work-item .cap span{color:var(--mid);font-size:14px;text-align:right}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,340px),1fr));gap:clamp(18px,2.5vw,34px);margin-top:clamp(28px,4vw,48px);padding:0 var(--pad-x) clamp(60px,8vw,110px)}.page-hero+.feature-grid{padding-top:0}.project{text-decoration:none;color:var(--ink);display:block}.project figure{border-radius:20px;overflow:hidden;aspect-ratio:4 / 3;box-shadow:0 10px 30px #00000024;transition:scale .8s var(--ease-out-elastic),rotate .5s var(--ease-out-elastic)}.project img{width:100%;height:100%;object-fit:cover;object-position:center 22%;display:block}.project:hover figure{scale:1.04;rotate:-1.5deg}.project:nth-child(2n):hover figure{rotate:1.5deg}.project .cap{display:flex;justify-content:space-between;gap:12px;margin-top:12px}.project .cap b{font-weight:700}.project .cap span{color:var(--mid);font-size:14px;text-align:right}.chips{list-style:none;display:flex;flex-wrap:wrap;gap:8px}.chips li,.chips button{border:1.5px solid var(--ink);border-radius:999px;padding:6px 14px;font-weight:600;font-size:14px;background:none;font-family:inherit;color:var(--ink)}.job-page,.proto-job{max-width:1180px;margin:0 auto;padding:0 var(--pad-x) 140px}.job-page .back,.proto-job .back{display:inline-block;color:var(--ink);font-weight:700;text-decoration:none;margin-bottom:28px}.job-page .back:hover,.proto-job .back:hover{text-decoration:underline;text-underline-offset:4px}.job-page .tag,.proto-job .tag{font-weight:600;font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:var(--mid)}.job-page h1,.proto-job h1{font-size:clamp(2.6rem,8vw,5.5rem);line-height:.95;text-transform:uppercase;margin:6px 0 12px}.job-page .blurb,.proto-job .blurb{max-width:46ch;color:var(--mid);margin-bottom:16px;text-wrap:pretty}.job-page .credits,.proto-job .credits{list-style:none;padding:0;margin:0 0 28px;color:var(--mid);font-size:13px;line-height:1.55;max-width:52ch}.job-page .hero,.proto-job .hero{margin-bottom:16px}.job-page .clip-name,.proto-job .clip-name{margin:8px 0 22px;font-size:14px;color:var(--mid)}.job-page .gallery-hint,.proto-job .gallery-hint{margin:8px 0 12px;color:var(--mid);font-size:14px;font-weight:600}.job-page .photo-grid,.proto-job .photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}@media(max-width:800px){.job-page .photo-grid,.proto-job .photo-grid{grid-template-columns:repeat(2,1fr)}}.job-page .photo-grid .shot,.proto-job .photo-grid .shot{position:relative;margin:0;min-width:0;aspect-ratio:4 / 5;border:0;padding:0;cursor:zoom-in;border-radius:20px;overflow:hidden;background:var(--surface);box-shadow:0 10px 28px #0000001f}.job-page .photo-grid .shot img,.proto-job .photo-grid .shot img{width:100%;height:100%;object-fit:cover;display:block;transition:scale .5s var(--ease-out-expo)}.job-page .photo-grid .shot:hover img,.job-page .photo-grid .shot:focus-visible img,.proto-job .photo-grid .shot:hover img,.proto-job .photo-grid .shot:focus-visible img{scale:1.04}.job-page .photo-grid .shot:after,.proto-job .photo-grid .shot:after{content:"";position:absolute;inset:0;background:#0f0f0f00;transition:background .2s ease;pointer-events:none}.job-page .photo-grid .shot:hover:after,.job-page .photo-grid .shot:focus-visible:after,.proto-job .photo-grid .shot:hover:after,.proto-job .photo-grid .shot:focus-visible:after{background:#0f0f0f47}.job-page .shot-cue,.proto-job .shot-cue{position:absolute;left:12px;bottom:12px;z-index:1;background:#f8f8f8f0;color:var(--ink);font-size:12px;font-weight:700;letter-spacing:.02em;padding:6px 11px;border-radius:999px;pointer-events:none}.job-page .photo-grid .shot:focus-visible,.proto-job .photo-grid .shot:focus-visible{outline:2px solid var(--ink);outline-offset:3px}.proto-lightbox{padding:0;border:0;background:transparent;overflow:visible}.proto-lightbox[open]{width:100vw;height:100vh;max-width:none;max-height:none;margin:0;display:grid;place-items:center}.proto-lightbox::backdrop{background:#0f0f0fd1}.proto-lightbox .lb-frame{margin:0;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:calc(100vw - 112px);max-height:calc(100vh - 32px)}.proto-lightbox .lb-frame img{display:block;width:auto;height:auto;max-width:min(1100px,calc(100vw - 112px));max-height:calc(100vh - 64px);object-fit:contain;border-radius:16px;box-shadow:0 18px 50px #0006}.proto-lightbox figcaption{position:absolute;left:0;right:0;bottom:12px;margin:0;text-align:center;color:#f8f8f8e6;font-size:13px;font-weight:600;text-shadow:0 1px 8px oklch(0% 0 0 / .5)}.proto-lightbox .lb-close,.proto-lightbox .lb-nav{position:fixed;z-index:2;border:0;cursor:pointer;background:#f8f8f8f0;color:var(--ink);font-family:inherit;font-weight:700;border-radius:999px}.proto-lightbox .lb-close{top:18px;right:18px;width:44px;height:44px;font-size:28px;line-height:1}.proto-lightbox .lb-nav{top:50%;translate:0 -50%;width:48px;height:48px;font-size:22px}.proto-lightbox .lb-nav.prev{left:16px}.proto-lightbox .lb-nav.next{right:16px}.proto-lightbox[data-count="1"] .lb-nav{display:none}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
