.gallery-images{display:flex;flex-wrap:wrap;gap:12px}.gallery-image{width:320px;height:213px;object-fit:cover;cursor:pointer;border-radius:6px;box-shadow:0 2px 8px rgb(0 0 0 / .08);transition:transform 0.2s}.gallery-image:hover{transform:scale(1.04)}.gallery-modal{position:fixed;z-index:9999;left:0;top:0;width:100vw;height:100vh;background:rgb(0 0 0 / .85);display:flex;align-items:center;justify-content:center;flex-direction:column;opacity:0;pointer-events:none;transition:opacity 0.5s cubic-bezier(.4,0,.2,1)}.gallery-modal.open{opacity:1;pointer-events:auto}.gallery-modal-img{max-width:95vw;max-height:90vh;width:auto;height:auto;border-radius:8px;box-shadow:0 4px 24px rgb(0 0 0 / .25);opacity:0;transform:translateY(30px) scale(.98);transition:opacity 0.5s cubic-bezier(.4,0,.2,1),transform 0.5s cubic-bezier(.4,0,.2,1);object-fit:contain}.gallery-modal.open{opacity:1;pointer-events:auto}.gallery-modal.open .gallery-modal-img{opacity:1;transform:translateY(0) scale(1)}.gallery-modal-img.fade-out{opacity:0;transform:translateY(30px) scale(.98)}.gallery-caption{color:#fff;margin-top:16px;font-size:1.1em;text-align:center;max-width:90vw}.gallery-close{position:absolute;top:32px;right:48px;font-size:2.5em;color:#fff;cursor:pointer;z-index:10000}.gallery-prev,.gallery-next{position:absolute;top:50%;font-size:3em;color:#fff;cursor:pointer;user-select:none;padding:0 24px;transform:translateY(-50%);z-index:10000}.gallery-prev{left:32px}.gallery-next{right:32px}@media (max-width:600px){.gallery-image{width:96vw;height:64vw}.gallery-modal-img{max-width:98vw;max-height:85vh}.gallery-close{top:16px;right:16px;font-size:2em}.gallery-prev,.gallery-next{font-size:2em;padding:0 12px}.gallery-prev{left:8px}.gallery-next{right:8px}}.gallery-photographer{margin-top:8px;font-size:.7em;color:#666}.gallery-photographer a{color:#666}.gallery-photographer a:hover{color:#fff}.archive-galleries{margin-top:30px;padding:40px 20px;background:rgb(255 255 255 / .02);border-radius:12px}.archive-gallery-item{margin-bottom:50px}.archive-gallery-item:last-child{margin-bottom:0}.archive-gallery-header{margin-bottom:20px}.archive-gallery-title{font-size:1.5rem;color:#c7b797;margin-bottom:10px}.archive-gallery-title a{color:#c7b797;text-decoration:none;transition:color 0.3s ease}.archive-gallery-title a:hover{color:#d4c4a3}.archive-gallery-description{color:#c2c2c2;line-height:1.6;margin-bottom:15px}.gallery-preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px;margin-bottom:15px}.gallery-preview-link{display:block;overflow:hidden;border-radius:8px;position:relative;aspect-ratio:1;background:rgb(0 0 0 / .3)}.gallery-preview-image{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease,opacity 0.3s ease}.gallery-preview-link:hover .gallery-preview-image{transform:scale(1.1);opacity:.8}.archive-gallery-link{display:inline-block;color:#c7b797;text-decoration:none;padding:10px 20px;border:1px solid #c7b797;border-radius:6px;transition:all 0.3s ease;font-weight:500}.archive-gallery-link:hover{background:#c7b797;color:#1a1a1a}@media (max-width:768px){.gallery-preview-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:10px}.archive-gallery-title{font-size:1.3rem}}