.project-detail{min-height:100vh;background:var(--background);color:var(--foreground)}html[data-project]{scroll-snap-type:y mandatory}html[data-project] .footer,html[data-project] footer{scroll-snap-align:start}.project-detail__back{position:fixed;top:1.6rem;left:1.6rem;z-index:1500;display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1rem .6rem .85rem;background:color-mix(in srgb,var(--foreground) 55%,transparent);backdrop-filter:blur(14px) saturate(1.3);-webkit-backdrop-filter:blur(14px) saturate(1.3);border:1px solid color-mix(in srgb,var(--primary) 22%,transparent);border-radius:2px;color:var(--background);font-family:inherit;font-size:.6rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;transition:background .25s ease,border-color .25s ease}.project-detail__back:hover{background:color-mix(in srgb,var(--foreground) 85%,transparent);border-color:color-mix(in srgb,var(--primary) 50%,transparent)}.project-detail__back svg{width:13px;height:13px;flex-shrink:0;color:var(--primary)}.project-detail__back--inline{position:static}.project-hero{scroll-snap-align:start;background:var(--foreground);min-height:100svh;display:flex;flex-direction:column;justify-content:center;padding:clamp(120px,16vh,220px) 6rem 7rem;position:relative;overflow:hidden}.project-hero:before{top:2.5rem;right:2.5rem;border-top:1px solid color-mix(in srgb,var(--primary) 25%,transparent);border-right:1px solid color-mix(in srgb,var(--primary) 25%,transparent)}.project-hero:after,.project-hero:before{content:"";position:absolute;width:44px;height:44px}.project-hero:after{bottom:2.5rem;left:2.5rem;border-bottom:1px solid color-mix(in srgb,var(--primary) 14%,transparent);border-left:1px solid color-mix(in srgb,var(--primary) 14%,transparent)}.project-hero__inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:1.35rem}.project-hero__brand{font-family:var(--font-1);font-size:clamp(2.3rem,4.4vw,4.8rem);font-weight:var(--font-extrabold);line-height:.95;letter-spacing:.18em;color:color-mix(in srgb,var(--background) 92%,transparent);text-transform:uppercase;width:-moz-fit-content;width:fit-content;position:relative;padding-bottom:1.15rem;animation:pdFadeUp .85s cubic-bezier(.16,1,.3,1) both}.project-hero__brand:after{content:"";position:absolute;left:0;bottom:0;width:min(100%,420px);height:1px;background:linear-gradient(90deg,color-mix(in srgb,var(--primary) 90%,transparent),color-mix(in srgb,var(--primary) 0,transparent))}.project-hero__eyebrow{font-size:.65rem;letter-spacing:.42em;text-transform:uppercase;color:var(--primary);margin-top:.65rem;animation:pdFadeUp .7s ease .12s both}.project-hero__title{font-family:var(--font-1);font-size:clamp(2.8rem,5.5vw,5.5rem);font-weight:var(--font-extrabold);color:var(--background);margin:0;line-height:1.04;letter-spacing:0;animation:pdFadeUp .9s cubic-bezier(.16,1,.3,1) .2s both}.project-hero__divider{width:48px;height:1px;background:var(--primary);animation:pdFadeUp .7s ease .4s both}.project-hero__meta{display:flex;flex-wrap:wrap;gap:.5rem 2.4rem;animation:pdFadeUp .7s ease .5s both}.project-hero__meta span{font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;color:color-mix(in srgb,var(--background) 40%,transparent)}.project-hero__description{font-size:clamp(.95rem,1.4vw,1.1rem);line-height:1.8;color:color-mix(in srgb,var(--background) 50%,transparent);margin:0;max-width:640px;animation:pdFadeUp .7s ease .6s both}@keyframes pdFadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.pd-gallery{background:var(--background)}.pd-slide{scroll-snap-align:center;display:flex;align-items:center;justify-content:center;width:100%;height:100vh;height:100svh;margin:0;padding:0;border:none;background:transparent;cursor:zoom-in}.pd-slide:focus-visible{outline:none}.pd-slide:focus-visible .pd-slide__figure{outline:2px solid var(--primary);outline-offset:8px}.pd-slide__figure{margin:0;width:min(80%,1120px);display:flex;flex-direction:column;gap:1rem}.pd-slide__img{width:100%;height:74vh;height:74svh;-o-object-fit:cover;object-fit:cover;display:block;box-shadow:0 24px 64px rgba(26,20,16,.18);-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none;transition:transform .5s cubic-bezier(.16,1,.3,1)}.pd-slide:hover .pd-slide__img{transform:scale(1.01)}.pd-slide__cap{display:flex;align-items:baseline;justify-content:space-between;gap:1.5rem}.pd-slide__cap-left{display:flex;align-items:baseline;gap:1rem;min-width:0}.pd-slide__num{font-family:var(--font-1);font-size:1.5rem;line-height:1;font-weight:var(--font-medium);color:var(--primary)}.pd-slide__label{font-size:.62rem;letter-spacing:.22em;text-transform:uppercase;color:color-mix(in srgb,var(--foreground) 55%,transparent);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pd-slide__count{flex-shrink:0;font-size:.6rem;letter-spacing:.24em;text-transform:uppercase;color:color-mix(in srgb,var(--foreground) 40%,transparent)}@media (max-width:900px){html[data-project]{scroll-snap-type:none}.pd-slide{scroll-snap-align:none;height:auto;min-height:88svh;padding:3rem 0}.pd-slide__figure{width:88%}.pd-slide__img{height:56svh}}@media (prefers-reduced-motion:reduce){html[data-project]{scroll-snap-type:none}.project-hero__brand,.project-hero__description,.project-hero__divider,.project-hero__eyebrow,.project-hero__loc,.project-hero__title{animation:none!important;opacity:1!important;transform:none!important}.pd-slide:hover .pd-slide__img,.pd-slide__img{transition:none!important;transform:none!important}}.project-lightbox{position:fixed;inset:0;background:rgba(0,0,0,.94);display:flex;align-items:center;justify-content:center;padding:2rem;z-index:2500;animation:lbIn .22s ease both}@keyframes lbIn{0%{opacity:0}to{opacity:1}}.project-lightbox__close{position:absolute;top:1.75rem;right:1.75rem;background:hsla(0,0%,100%,.06);color:#fff;border:1px solid hsla(0,0%,100%,.16);width:46px;height:46px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,border-color .2s ease;z-index:5}.project-lightbox__close:hover{background:hsla(0,0%,100%,.12);border-color:hsla(0,0%,100%,.3)}.project-lightbox__close-icon{width:18px;height:18px;fill:currentColor}.project-lightbox__content{max-width:min(92vw,1280px);max-height:90vh;display:flex;flex-direction:column;gap:1.1rem;align-items:center;text-align:center;position:relative}.project-lightbox__content img{width:100%;max-height:82vh;-o-object-fit:contain;object-fit:contain;box-shadow:0 12px 80px rgba(0,0,0,.65)}.project-lightbox__content p{color:hsla(0,0%,100%,.45);font-size:.75rem;letter-spacing:.1em;margin:0}.project-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.16);color:#fff;width:52px;height:52px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease;z-index:4}.project-lightbox__nav:hover{background:hsla(0,0%,100%,.13)}.project-lightbox__nav-icon{width:20px;height:20px;fill:currentColor}.project-lightbox__nav--prev{left:-3.5rem}.project-lightbox__nav--next{right:-3.5rem}.project-detail--state{display:flex;flex-direction:column;gap:2rem;align-items:center;justify-content:center;min-height:80vh;text-align:center;padding:4rem 2rem;font-size:1rem;color:color-mix(in srgb,var(--foreground) 50%,transparent)}.project-detail--state .project-detail__back{position:static;backdrop-filter:none;-webkit-backdrop-filter:none;background:var(--foreground)}@media (max-width:1024px){.project-hero{padding:160px 3rem 6rem}}@media (max-width:768px){.project-hero{padding:130px 2rem 5rem}.project-hero__brand{font-size:clamp(2rem,11vw,3.4rem);letter-spacing:.12em}.project-lightbox__nav{width:44px;height:44px}.project-lightbox__nav--prev{left:.5rem}.project-lightbox__nav--next{right:.5rem}.project-detail__back{top:auto;bottom:2rem;left:1.25rem}}@media (max-width:480px){.project-hero{padding:110px 1.25rem 4rem}.project-hero__inner{gap:1.1rem}.project-lightbox__close{top:1rem;right:1rem;width:40px;height:40px}}.project-hero__loc{font-size:.6rem;letter-spacing:.28em;text-transform:uppercase;color:var(--primary);margin:0 0 1rem}.project-detail__back:focus-visible,.project-lightbox__close:focus-visible,.project-lightbox__nav:focus-visible{outline:2px solid var(--primary);outline-offset:3px}