.Gallery_gallery__Uov5F{background-color:var(--secondary-color);padding:100px 0}.Gallery_container___OXFe{max-width:1200px;margin:0 auto;padding:0 20px}.Gallery_sectionTitle__7WmHC{font-family:var(--font-playfair),serif;font-size:3rem;font-weight:600;text-align:center;margin-bottom:60px;color:var(--primary-color);position:relative;display:inline-block;width:100%}.Gallery_sectionTitle__7WmHC:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translateX(-50%);width:60px;height:3px;background-color:var(--accent-color)}.Gallery_galleryGrid__cooKS{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:30px;gap:30px}.Gallery_galleryItemLink__IPaBT{text-decoration:none;display:block;color:inherit}.Gallery_galleryItem__OIAkW{position:relative;cursor:pointer;overflow:hidden;aspect-ratio:1}.Gallery_galleryImagePlaceholder__dDdYK{width:100%;height:100%;background:linear-gradient(135deg,#e8e8e8,#f5f5f5);display:flex;align-items:center;justify-content:center;color:var(--text-light);transition:all .3s ease}.Gallery_galleryImage__nOEJy{width:100%;height:100%;object-fit:cover;display:block;transition:all .3s ease}.Gallery_galleryOverlay__OvHPc{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(0,0,0,.8),transparent);color:var(--white);padding:30px 20px 20px;transform:translateY(100%);transition:all .3s ease}.Gallery_galleryItemLink__IPaBT:hover .Gallery_galleryOverlay__OvHPc,.Gallery_galleryItem__OIAkW:hover .Gallery_galleryOverlay__OvHPc{transform:translateY(0)}.Gallery_galleryItemLink__IPaBT:hover .Gallery_galleryImage__nOEJy,.Gallery_galleryItem__OIAkW:hover .Gallery_galleryImagePlaceholder__dDdYK,.Gallery_galleryItem__OIAkW:hover .Gallery_galleryImage__nOEJy{transform:scale(1.1)}.Gallery_galleryOverlay__OvHPc h3{font-family:var(--font-playfair),serif;font-size:1.3rem;margin-bottom:5px}.Gallery_galleryOverlay__OvHPc p{font-size:.9rem;opacity:.9}@media (max-width:768px){.Gallery_sectionTitle__7WmHC{font-size:2rem}.Gallery_galleryGrid__cooKS{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}}