.g-centered .g-img img{max-height:85vh;width:auto;object-fit:contain}.g-centered.g-centered-sm .g-img img{max-height:70vh}.proj-head{margin-top:var(--nav-h);padding:6px 32px 12px;display:flex;align-items:baseline;justify-content:space-between;gap:24px}.proj-title{font-family:var(--display);font-size:clamp(36px,6vw,72px);font-weight:400;text-transform:uppercase;letter-spacing:.01em;line-height:.95}.proj-meta{display:flex;gap:24px;align-items:baseline;flex-shrink:0}.proj-meta span{font-size:9px;letter-spacing:.08em;text-transform:uppercase;color:var(--dim);transition:letter-spacing .4s var(--expo),color .25s ease;cursor:default}.gallery{padding:0 23vw;flex-direction:column}.g-row,.gallery{display:flex;align-items:center}.g-row{gap:40px;justify-content:center;min-height:0;padding:40px 0;width:100%}.g-row,.g-row:last-child{margin-bottom:0}.g-img{overflow:hidden;opacity:0;transform:translateY(20px);transition:opacity .7s var(--expo),transform .7s var(--expo)}.g-img.vis{opacity:1;transform:translateY(0)}.g-img img{width:100%;height:auto;display:block;cursor:pointer}.g-full .g-img{flex:0 0 100%}.g-pair .g-img{flex:1 1}.g-pair-wide .g-img:first-child{flex:0 0 62%}.g-pair-narrow .g-img:first-child,.g-pair-wide .g-img:last-child{flex:1 1}.g-pair-narrow .g-img:last-child{flex:0 0 62%}.g-trio .g-img{flex:1 1}.g-cinematic{margin:0 -23vw;width:calc(100% + 46vw)}.g-cinematic .g-img{flex:0 0 100%}.g-cinematic img{width:100%;height:auto}.g-centered .g-img{flex:0 0 auto;max-width:65%}.g-centered.g-centered-sm .g-img{max-width:45%}.g-centered.g-centered-lg .g-img{max-width:90%}.g-diptych{gap:16px}.g-diptych .g-img{flex:0 0 auto;max-width:40%}.g-text{padding:60px 0;justify-content:center}.g-text p{max-width:560px;font-family:var(--mono);font-size:11px;letter-spacing:.03em;line-height:1.7;color:var(--dim2);text-align:center}.g-spacer{display:block}.credits{margin-top:40px;margin-bottom:40px;padding:0 32px;border-top:1px solid rgba(0,0,0,.12)}.credits.open{padding-bottom:32px}.credits-toggle{display:flex;align-items:center;justify-content:space-between;padding:10px 0;cursor:pointer;background:none;border:none;width:100%;font-family:var(--mono);font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:var(--fg);transition:color .2s}.credits-toggle:hover{color:var(--fg)}.credits-toggle:hover .credits-icon{transform:rotate(90deg)}.credits-icon{font-size:14px;transition:transform .35s var(--expo);line-height:1}.credits.open .credits-icon{transform:rotate(45deg)}.credits.open .credits-toggle:hover .credits-icon{transform:rotate(90deg)}.credits-body{max-height:0;overflow:hidden;transition:max-height .4s var(--expo),opacity .3s ease;opacity:0}.credits.open .credits-body{max-height:200px;opacity:1}.credits-list{display:flex;flex-wrap:wrap;gap:4px 28px;font-size:10px;color:var(--dim2);letter-spacing:.03em;padding-bottom:16px}.proj-banner{position:fixed;bottom:0;left:0;right:0;height:34px;display:flex;align-items:center;justify-content:space-between;padding:0 28px;background:hsla(48,20%,95%,.9);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--line);z-index:150;transform:translateY(100%);transition:transform .45s var(--expo)}.proj-banner.show{transform:translateY(0)}.proj-banner-title{font-family:var(--display);font-size:15px;text-transform:uppercase;letter-spacing:.02em}.proj-banner-meta{display:flex;gap:20px}.proj-banner-meta span{font-size:9px;letter-spacing:.08em;text-transform:uppercase;color:var(--dim)}.proj-banner-meta span+span:before{content:"·";margin-right:20px;color:var(--dim2)}.proj-lb{position:fixed;inset:0;z-index:500;background:#fff}.proj-lb-top{position:fixed;top:0;left:0;right:0;z-index:510;display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:hsla(0,0%,100%,.9);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.proj-lb-close,.proj-lb-counter{font-family:var(--mono);font-size:10px;letter-spacing:.1em;color:var(--dim)}.proj-lb-close{text-transform:uppercase;cursor:pointer;transition:color .2s;background:none;border:none}.proj-lb-close:hover{color:var(--fg)}.proj-lb-scroll{height:100vh;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:80px 0 60px}.proj-lb-item{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:40px 80px}.proj-lb-item img{max-width:100%;max-height:85vh;width:auto;height:auto;object-fit:contain}body:has(.proj-head) .clock-corner{display:none}.proj-meta span+span:before{content:"·";margin-right:24px;color:var(--dim2)}@media (max-width:768px){.proj-head{flex-direction:column;gap:8px;padding:12px 16px 14px}.proj-title{font-size:clamp(32px,9vw,48px)}.proj-meta{gap:8px 16px;flex-wrap:wrap}.proj-meta span{font-size:8px}.proj-meta span+span:before{margin-right:16px}.credits{padding:0 16px}.gallery{padding:12px 0 0}.g-row{flex-direction:column;gap:20px;padding:24px 0;min-height:0}.g-img,.g-img img{width:100%}.g-centered .g-img,.g-centered.g-centered-lg .g-img,.g-centered.g-centered-sm .g-img,.g-diptych .g-img,.g-full .g-img,.g-pair .g-img,.g-pair-narrow .g-img:first-child,.g-pair-narrow .g-img:last-child,.g-pair-wide .g-img:first-child,.g-pair-wide .g-img:last-child,.g-trio .g-img{flex:0 0 100%;max-width:100%}.g-centered{min-height:0;padding:0}.g-centered .g-img img{max-height:none;width:100%;object-fit:cover}.g-diptych{padding:0;gap:12px}.g-text{padding:24px 16px}.g-cinematic{margin:0;width:100%;padding:0}.proj-banner{height:auto;min-height:34px;flex-wrap:wrap;gap:4px;padding:6px 16px}.proj-banner-title{font-size:12px}.proj-banner-meta{gap:12px;flex-wrap:wrap}.proj-banner-meta span{font-size:8px}.proj-banner-meta span+span:before{margin-right:12px}.proj-lb-item{padding:40px 20px}}.proj-tag{padding:6px 14px}@media (max-width:768px){.proj-tags{padding:0 16px 40px}}.credits-toggle-row{padding-top:12px;display:flex;align-items:center;gap:16px}.credits-toggle-row .credits-toggle{gap:10px;width:auto;flex-shrink:0}.credits-toggle-placeholder{height:0}.credits-toggle-row .proj-tags{display:flex;flex-wrap:wrap;gap:6px;margin-left:auto;margin-right:40px;padding:0}.proj-tag{font-family:var(--mono);font-size:9px;letter-spacing:.08em;text-transform:uppercase;color:var(--dim);border:1px solid var(--line);padding:4px 12px;transition:color .2s ease,border-color .2s ease;text-decoration:none;line-height:1}.proj-tag:hover{color:var(--accent);border-color:var(--accent)}@media (max-width:768px){.credits-toggle-row{padding-top:12px;flex-wrap:wrap}.credits-toggle-row .proj-tags{margin-right:0;margin-left:0;width:100%;padding:0 0 8px;order:2}.proj-banner-cat,.proj-banner-loc,.proj-banner-num{display:none}.g-centered{margin-bottom:20px}.g-centered:last-child{margin-bottom:0}}.g-video{cursor:pointer;position:relative}.g-video video{width:100%;height:auto;display:block}.g-video.paused:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.15);pointer-events:none}.g-mosaic{margin:0 -20vw;width:calc(100% + 40vw);padding:0}.g-mosaic-row{display:flex;overflow:hidden;margin-bottom:32px}.g-mosaic-row:last-child{margin-bottom:0}.g-mosaic-img{overflow:hidden;opacity:0;transform:translateY(12px);transition:opacity .6s var(--expo),transform .6s var(--expo);cursor:pointer}.g-mosaic-img.vis{opacity:1;transform:translateY(0)}.g-mosaic-img img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width:768px){.g-mosaic{width:100%;padding:0}.g-mosaic-row{margin-bottom:14px;gap:14px!important}}