.project-gallery{max-width:1320px;margin:auto;padding:50px clamp(22px,4vw,60px) 70px;font-family:var(--font-geo),sans-serif}.project-gallery header{margin-bottom:40px}.project-gallery h1{font-size:clamp(38px,5vw,65px);line-height:1.08;letter-spacing:-.055em;margin:12px 0 18px}.project-gallery header>p:last-child{font-size:16px;color:var(--skin-muted);line-height:1.7;max-width:620px}.project-gallery__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:24px}.project-gallery__item{display:flex;flex-direction:column;border:1px solid var(--skin-border);border-radius:9px;overflow:hidden;transition:transform .18s,box-shadow .18s}.project-gallery__item:hover{transform:translateY(-4px);box-shadow:0 10px 30px #0002}.project-gallery__item:focus-visible{outline:3px solid var(--skin-accent);outline-offset:4px}.project-gallery__art{height:190px;display:grid;place-items:center;overflow:hidden}.project-gallery__art img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.project-gallery__art>span{font-size:80px;line-height:1}.project-gallery__copy{padding:22px;background:#131712;color:#e4e8df;flex:1}.project-gallery h2{display:flex;justify-content:space-between;font-size:21px;font-weight:500;line-height:1.2;gap:12px}.project-gallery__copy p{font-size:14px;color:#b5bdb0;margin-top:10px}.project-gallery__copy small{font:10px var(--font-mono),monospace;display:block;margin-top:20px;color:#8c9b85}@media(prefers-reduced-motion:reduce){.project-gallery__item{transition:none}.project-gallery__item:hover{transform:none}}.project-gallery__art .project-gallery__capture{-o-object-position:left top;object-position:left top}