.gallery-section{max-width:1280px;margin:0 auto;padding:4rem 1.5rem}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;display:grid}.gallery-card{aspect-ratio:1;cursor:pointer;background:#111;border:none;border-radius:0;width:100%;padding:0;display:block;position:relative;overflow:hidden}.gallery-card-image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.gallery-card:hover .gallery-card-image{transform:scale(1.05)}.gallery-card-badge{color:#fff;pointer-events:none;background:#000000a6;border-radius:4px;padding:4px 8px;font-family:IBM Plex Mono,monospace;font-size:.75rem;line-height:1;position:absolute;top:10px;right:10px}.gallery-preview-overlay{z-index:9999;-webkit-backdrop-filter:blur(16px);background:#000000d9;justify-content:center;align-items:center;animation:.2s galleryFadeIn;display:flex;position:fixed;inset:0}.gallery-preview-content{flex-direction:column;align-items:center;max-width:90vw;max-height:95vh;animation:.25s galleryScaleIn;display:flex;position:relative}.gallery-preview-close{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;padding:4px 8px;font-size:1.5rem;line-height:1;transition:opacity .2s;position:absolute;top:-40px;right:0}.gallery-preview-close:hover{opacity:1}.gallery-preview-image-wrap{justify-content:center;align-items:center;max-width:100%;display:flex;position:relative}.gallery-preview-image{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:70vh;display:block}.gallery-preview-nav{color:#fff;cursor:pointer;z-index:2;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:2rem;line-height:1;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gallery-preview-nav:hover{background:#000c}.gallery-preview-nav--prev{left:-60px}.gallery-preview-nav--next{right:-60px}.gallery-preview-info{text-align:center;color:#fff;margin-top:16px}.gallery-preview-counter{opacity:.6;margin-bottom:8px;font-family:IBM Plex Mono,monospace;font-size:.8rem;display:inline-block}.gallery-preview-title{margin:0 0 8px;font-family:Archivo,sans-serif;font-size:1.25rem;font-weight:600}.gallery-preview-description{opacity:.75;max-width:500px;margin:0 auto;font-size:.9rem}.gallery-preview-description p{margin:0}.gallery-preview-dots{align-items:center;gap:8px;margin-top:16px;display:flex}.gallery-preview-dot{cursor:pointer;background:#ffffff4d;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .2s}.gallery-preview-dot.is-active{background:#fff}@keyframes galleryFadeIn{0%{opacity:0}to{opacity:1}}@keyframes galleryScaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.gallery-section{padding:2rem 1rem}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:8px}.gallery-preview-content{max-width:100vw}.gallery-preview-image{max-height:60vh}.gallery-preview-nav--prev{left:8px}.gallery-preview-nav--next{right:8px}}
