.depth-carousel{position:relative;width:100%;height:100%;min-height:420px;display:flex;align-items:center;justify-content:center;perspective:var(--dc-perspective,1400px);perspective-origin:50% 50%;touch-action:pan-y;outline:none;-webkit-user-select:none;user-select:none;cursor:grab}.depth-carousel:active{cursor:grabbing}.depth-carousel:focus-visible{outline:1px solid rgba(255,255,255,.7);outline-offset:6px}.depth-carousel__stage{position:absolute;inset:0;transform-style:preserve-3d}.depth-carousel__card{position:absolute;top:50%;left:50%;transform-origin:center;overflow:hidden;background:#0b0d12;box-shadow:0 35px 80px -20px rgba(0,0,0,.7),0 10px 25px -12px rgba(0,0,0,.55);will-change:transform,opacity,filter;cursor:pointer;transform:translate(-50%,-50%)}.depth-carousel__img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none;-webkit-user-drag:none}.depth-carousel__tint{position:absolute;inset:0;opacity:0;pointer-events:none;mix-blend-mode:multiply}.depth-carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3000;width:48px;height:48px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.28);border-radius:50%;background:rgba(12,12,12,.48);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);color:#fff;cursor:pointer;font:18px DM Mono,monospace;transition:background .2s ease,transform .2s ease}.depth-carousel__arrow:hover{background:rgba(12,12,12,.86)}.depth-carousel__arrow:active{transform:translateY(-50%) scale(.94)}.depth-carousel__arrow--prev{left:0}.depth-carousel__arrow--next{right:0}.depth-carousel__dots{position:absolute;bottom:0;left:50%;transform:translateX(-50%);z-index:3000;display:flex;flex-wrap:wrap;justify-content:center;gap:7px;max-width:min(92%,520px);padding:10px 14px;border-radius:999px;background:rgba(14,16,22,.46);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.depth-carousel__dot{width:6px;height:6px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.35);cursor:pointer;transition:width .25s ease,background .25s ease}.depth-carousel__dot.is-active{width:22px;background:#fff}@media (max-width:700px){.depth-carousel{min-height:390px}.depth-carousel__arrow{width:42px;height:42px}.depth-carousel__arrow--prev{left:-8px}.depth-carousel__arrow--next{right:-8px}.depth-carousel__dots{bottom:4px;gap:6px;padding:8px 11px}.depth-carousel__dot{width:5px;height:5px}}@media (prefers-reduced-motion:reduce){.depth-carousel__card{will-change:auto}.depth-carousel__arrow,.depth-carousel__dot{transition:none}}.project-page--cinematic{background:#101010}.project-hero--cinematic{min-height:100svh;background:#101010}.project-hero--cinematic .project-hero__media{animation:project-hero-image 1.8s var(--ease-unora) both}.project-hero--cinematic .project-hero-shade{background:linear-gradient(180deg,rgba(0,0,0,.25),transparent 34%),linear-gradient(0deg,rgba(0,0,0,.78),transparent 66%)}.project-hero__frame{position:absolute;inset:clamp(104px,9vw,145px) 4vw 4vw;border:1px solid rgba(255,255,255,.28);pointer-events:none;animation:project-frame 1.2s .3s var(--ease-unora) both}.project-hero__chapter{position:absolute;top:clamp(122px,10.3vw,168px);left:5.2vw;margin:0;font:9px DM Mono,monospace;letter-spacing:.12em;text-transform:uppercase}.project-hero--cinematic .project-hero-title{left:7vw;bottom:8vw;animation:project-title 1s .42s var(--ease-unora) both}.project-hero__scroll{position:absolute;right:5.2vw;bottom:5.4vw;display:flex;align-items:center;gap:15px;font:9px DM Mono,monospace;letter-spacing:.1em;text-transform:uppercase}.project-hero__scroll span{display:grid;place-items:center;width:43px;height:43px;border:1px solid rgba(255,255,255,.5);border-radius:50%;transition:transform .3s var(--ease-unora),background .3s ease,color .3s ease}.project-hero__scroll:hover span{transform:translateY(5px);background:#fff;color:#101010}@keyframes project-hero-image{0%{opacity:0;transform:scale(1.1);filter:saturate(.65)}to{opacity:1;transform:scale(1);filter:saturate(1)}}@keyframes project-frame{0%{opacity:0;clip-path:inset(0 100% 100% 0)}to{opacity:1;clip-path:inset(0)}}@keyframes project-title{0%{opacity:0;transform:translateY(34px)}to{opacity:1;transform:none}}.project-sequence{display:block;padding:clamp(90px,12vw,180px) 7vw 7vw;background:#f3f2ee;color:#101010}.project-sequence__heading{display:grid;grid-template-columns:minmax(170px,.35fr) 1fr auto;gap:5vw;align-items:end;margin-bottom:clamp(55px,7vw,100px)}.project-sequence__heading .eyebrow{align-self:start;margin-top:11px}.project-sequence__heading h2{margin:0;font-size:clamp(50px,7.6vw,126px);line-height:.82;letter-spacing:-.085em}.project-sequence__heading>a{padding-bottom:7px;border-bottom:1px solid;font:10px DM Mono,monospace;text-transform:uppercase}.project-sequence__grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:rgba(16,16,16,.22)}.project-sequence .project-sequence__card{position:relative;display:block;min-height:clamp(390px,48vw,680px);overflow:hidden;color:#fff}.project-sequence__card img,.project-sequence__shade{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.project-sequence__card img{transition:transform 1s var(--ease-unora)}.project-sequence__shade{background:linear-gradient(0deg,rgba(0,0,0,.76),transparent 64%);transition:background .5s ease}.project-sequence__copy{position:absolute;inset:auto 0 0;padding:clamp(24px,4vw,58px);display:grid;gap:24px}.project-sequence__copy small{font:9px DM Mono,monospace;letter-spacing:.1em;text-transform:uppercase}.project-sequence__copy strong{font-size:clamp(42px,5vw,82px);line-height:.84;letter-spacing:-.075em}.project-sequence__card:is(:hover,:focus-visible) img{transform:scale(1.055)}.project-sequence__card:focus-visible{z-index:1;outline:3px solid #d3ff43;outline-offset:-3px}@media (max-width:700px){.project-hero__frame{inset:94px 18px 18px}.project-hero__chapter{top:110px;left:32px}.project-hero--cinematic .project-hero-title{left:32px;right:28px;bottom:112px}.project-hero--cinematic .project-hero-title h1{font-size:clamp(62px,18vw,88px)}.project-hero__scroll{right:auto;left:32px;bottom:35px}.project-sequence{padding:90px 18px 18px}.project-sequence__heading{display:block}.project-sequence__heading h2{font-size:clamp(52px,16vw,74px)}.project-sequence__heading>a{display:inline-block;margin-top:34px}.project-sequence__grid{grid-template-columns:1fr}.project-sequence__card{min-height:112vw}.project-sequence__copy{padding:25px 20px 29px}.project-sequence__copy strong{font-size:clamp(46px,14vw,66px)}}@media (prefers-reduced-motion:reduce){.project-hero--cinematic .project-hero-title,.project-hero--cinematic .project-hero__media,.project-hero__frame{animation:none}.project-hero__scroll span,.project-sequence__card img{transition:none}}.project-rhythm{padding:clamp(100px,14vw,220px) 7vw;overflow:hidden;background:#f3f2ee;color:#101010}.project-rhythm__heading{display:grid;grid-template-columns:minmax(170px,.35fr) 1fr;gap:5vw;align-items:start;margin-bottom:clamp(70px,10vw,150px)}.project-rhythm__heading .eyebrow{margin-top:12px}.project-rhythm__heading h2{margin:0;font-size:clamp(48px,7vw,118px);line-height:.85;letter-spacing:-.08em}.project-rhythm__heading>p:last-child{grid-column:2;max-width:390px;margin:30px 0 0;font:11px/1.65 DM Mono,monospace;color:#666;text-transform:uppercase;letter-spacing:.06em}.project-rhythm__grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:clamp(14px,2vw,34px);align-items:start}.project-rhythm__item{margin:0;min-width:0;background:#d4d3ce}.project-rhythm__item button{position:relative;display:block;width:100%;height:100%;padding:0;overflow:hidden;border:0;background:none;color:#fff;cursor:zoom-in}.project-rhythm__item img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .9s var(--ease-unora),filter .5s ease}.project-rhythm__item button>span{position:absolute;right:18px;bottom:16px;padding:9px 11px;background:rgba(16,16,16,.72);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font:9px DM Mono,monospace;letter-spacing:.08em;text-transform:uppercase;opacity:0;transform:translateY(8px);transition:opacity .3s ease,transform .3s var(--ease-unora)}.project-rhythm__item button:is(:hover,:focus-visible) img{transform:scale(1.035);filter:brightness(.9)}.project-rhythm__item button:is(:hover,:focus-visible)>span{opacity:1;transform:none}.project-rhythm__item button:focus-visible{outline:3px solid #101010;outline-offset:5px}.project-rhythm__item--1{grid-column:1/9;aspect-ratio:16/10}.project-rhythm__item--2{grid-column:9/13;margin-top:24%;aspect-ratio:3/4}.project-rhythm__item--3{grid-column:1/6;margin-top:8vw;aspect-ratio:4/5}.project-rhythm__grid blockquote{grid-column:7/13;align-self:center;margin:10vw 0 6vw;font-size:clamp(31px,4.6vw,72px);line-height:.98;letter-spacing:-.06em}.project-rhythm__item--4{grid-column:6/13;aspect-ratio:16/10}.project-rhythm__item--5{grid-column:1/5;margin-top:9vw;aspect-ratio:3/4}.project-rhythm__item--6{grid-column:6/13;margin-top:15vw;aspect-ratio:4/3}.project-lightbox{position:fixed;inset:0;z-index:12000;display:grid;grid-template-rows:auto 1fr auto;padding:24px 30px;background:rgba(8,8,8,.96);color:#fff;touch-action:pan-y}.project-lightbox__topline{display:flex;justify-content:space-between;padding-right:150px;font:9px DM Mono,monospace;letter-spacing:.1em;text-transform:uppercase}.project-lightbox__close{position:absolute;top:20px;right:28px;padding:10px 13px;border:1px solid rgba(255,255,255,.35);background:transparent;color:#fff;font:10px DM Mono,monospace;text-transform:uppercase;cursor:pointer}.project-lightbox__close:focus-visible,.project-lightbox__controls button:focus-visible{outline:2px solid #d3ff43;outline-offset:4px}.project-lightbox__figure{min-height:0;margin:20px 0;display:grid;place-items:center;overflow:hidden}.project-lightbox__figure img{display:block;max-width:100%;max-height:calc(100svh - 150px);object-fit:contain;animation:lightbox-reveal .42s var(--ease-unora) both}.project-lightbox__controls{display:flex;justify-content:center;gap:10px}.project-lightbox__controls button{min-width:130px;padding:12px 15px;border:1px solid rgba(255,255,255,.28);background:transparent;color:#fff;font:10px DM Mono,monospace;text-transform:uppercase;cursor:pointer}@keyframes lightbox-reveal{0%{opacity:0;transform:scale(.985)}to{opacity:1;transform:none}}@media (max-width:700px){.project-rhythm{padding:90px 18px}.project-rhythm__heading{display:block;margin-bottom:65px}.project-rhythm__heading .eyebrow{margin:0 0 34px}.project-rhythm__heading h2{font-size:clamp(45px,13vw,67px)}.project-rhythm__heading>p:last-child{margin-top:28px}.project-rhythm__grid{display:flex;flex-direction:column;gap:18px}.project-rhythm__item{width:100%;margin:0;aspect-ratio:4/3}.project-rhythm__item--2,.project-rhythm__item--5{width:82%;margin-left:auto;aspect-ratio:3/4}.project-rhythm__item--3{width:82%;aspect-ratio:4/5}.project-rhythm__grid blockquote{order:4;margin:64px 0;font-size:clamp(36px,11vw,54px)}.project-rhythm__item--4{order:5}.project-rhythm__item--5{order:6}.project-rhythm__item--6{order:7;margin-top:34px}.project-rhythm__item button>span{opacity:1;transform:none}.project-lightbox{padding:18px 14px}.project-lightbox__topline{padding-right:0;align-self:end}.project-lightbox__topline p:first-child{max-width:165px}.project-lightbox__close{top:62px;right:14px}.project-lightbox__figure{margin:54px 0 16px}.project-lightbox__figure img{max-height:calc(100svh - 205px)}.project-lightbox__controls{justify-content:stretch}.project-lightbox__controls button{flex:1 1;min-width:0}}@media (prefers-reduced-motion:reduce){.project-lightbox__figure img,.project-rhythm__item button>span,.project-rhythm__item img{transition:none;animation:none}}