.section-gallery{width:100%}.gallery-header{text-align:center;max-width:900px;margin-block-end:60px;margin-inline:auto}.gallery-header .subheading{color:var(--color-primary,#dc2626);text-transform:uppercase;letter-spacing:1px;margin-block-end:12px}.gallery-header .heading{margin-block-end:20px}.gallery-header .text{color:#5d666f;line-height:1.7}.gallery-albums-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px;display:grid}.gallery-album-card{background-color:var(--color-background,#fff);border:1px solid #00000014;border-radius:18px;flex-direction:column;text-decoration:none;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000000d}.gallery-album-card:hover{border-color:#1c253933;transform:translateY(-5px);box-shadow:0 15px 35px #0000001f}.gallery-album-image-wrapper{aspect-ratio:4/3;background-color:#f2f2f2;width:100%;position:relative;overflow:hidden}.gallery-album-image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.gallery-album-card:hover .gallery-album-image{transform:scale(1.1)}.gallery-album-overlay{opacity:0;background-color:#00000080;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.gallery-album-card:hover .gallery-album-overlay{opacity:1}.gallery-album-overlay svg{color:#fff;width:40px;height:40px}.gallery-album-content{padding:24px}.gallery-album-title{color:var(--color-foreground-heading,#1c2539);margin-block-end:12px;line-height:1.3}.gallery-album-count{color:#5d666f;align-items:center;gap:8px;display:flex}.gallery-album-count svg{width:18px;height:18px}.gallery-no-albums{text-align:center;background-color:#f2f2f280;border-radius:18px;padding:60px 20px}.section-gallery-detail{width:100%}.gallery-detail-header{text-align:center;max-width:900px;margin-block-end:50px;margin-inline:auto}.gallery-detail-title{color:var(--color-foreground-heading,#1c2539);margin-block-end:20px}.gallery-detail-description{color:#5d666f;margin-block-end:16px;line-height:1.7}.gallery-detail-date{color:#5d666f;justify-content:center;align-items:center;gap:8px;display:flex}.gallery-detail-date svg{width:18px;height:18px;color:var(--color-primary,#dc2626)}.gallery-photos-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;display:grid}.gallery-photo-item{cursor:pointer;border-radius:12px;transition:transform .3s;overflow:hidden}.gallery-photo-item:hover{transform:translateY(-5px)}.gallery-photo-wrapper{aspect-ratio:4/3;background-color:#f2f2f2;width:100%;position:relative;overflow:hidden}.gallery-photo-image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.gallery-photo-item:hover .gallery-photo-image{transform:scale(1.1)}.gallery-photo-overlay{opacity:0;background-color:#00000080;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.gallery-photo-item:hover .gallery-photo-overlay{opacity:1}.gallery-photo-overlay svg{color:#fff;width:40px;height:40px}.gallery-not-found{text-align:center;padding:60px 20px}.gallery-lightbox{z-index:9999;opacity:0;visibility:hidden;justify-content:center;align-items:center;transition:opacity .3s,visibility .3s;display:flex;position:fixed;inset:0}.gallery-lightbox.lightbox-open{opacity:1;visibility:visible}.lightbox-overlay{background-color:#000000e6;position:absolute;inset:0}.lightbox-content{z-index:1;flex-direction:column;align-items:center;max-width:90vw;max-height:90vh;display:flex;position:relative}.lightbox-header{z-index:10;justify-content:flex-end;align-items:center;width:100%;padding:30px 30px 20px;display:flex;position:absolute;top:0;left:0;right:0}.lightbox-close{color:#fff;cursor:pointer;background-color:#000;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:all .3s;display:flex}.lightbox-close:hover{background-color:var(--primary-color);transform:rotate(90deg)}.lightbox-close svg{width:24px;height:24px}.lightbox-nav{color:#fff;cursor:pointer;z-index:10;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;padding:15px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-nav:hover{background:#ffffff4d;transform:translateY(-50%)scale(1.1)}.lightbox-prev{left:20px}.lightbox-next{right:20px}.lightbox-nav svg{width:24px;height:24px}.lightbox-image-wrapper{justify-content:center;align-items:center;max-width:100%;max-height:80vh;display:flex;position:relative}.lightbox-image{object-fit:contain;border-radius:8px;max-width:100%;max-height:80vh}.lightbox-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.loader-spinner{border:4px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:991px){.gallery-albums-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:24px}.gallery-photos-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}}@media (max-width:767px){.gallery-header{margin-block-end:40px}.gallery-header .heading{font-size:36px}.gallery-albums-grid{grid-template-columns:1fr;gap:20px}.gallery-photos-grid{grid-template-columns:1fr;gap:16px}.gallery-detail-title{font-size:32px}.lightbox-nav{padding:12px}.lightbox-prev{left:10px}.lightbox-next{right:10px}.lightbox-header{padding:20px 20px 15px}.lightbox-close{width:36px;height:36px}.lightbox-close svg{width:20px;height:20px}}@media (max-width:575px){.lightbox-header{padding:18px 18px 12px}.lightbox-close{width:35px;height:35px}.lightbox-close svg{width:18px;height:18px}}
