@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=EB+Garamond:wght@600;700;800&display=swap";
.gallery-page-container{background-color:#faf8f5;min-height:100vh;padding:30px 0 60px;font-family:DM Sans,sans-serif}@media (min-width:768px){.gallery-page-container{padding:40px 0 80px}}.gallery-title-wrapper{text-align:center;margin-bottom:45px}.gallery-heading{color:#333;letter-spacing:.5px;text-transform:uppercase;margin-bottom:8px!important;font-family:EB Garamond,serif!important;font-size:2.2rem!important;font-weight:700!important}.gallery-gold-underline{background-color:#f26f21;border-radius:2px;width:100px;height:3px;margin:10px auto 0}.gallery-main-card-wrap{background-color:#fff;border:1px solid #e8e6e3;border-radius:6px;padding:30px 20px;box-shadow:0 4px 20px #00000005}@media (min-width:768px){.gallery-main-card-wrap{padding:45px 24px}}.gallery-albums-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:30px;display:grid}.gallery-album-card{cursor:pointer;background:#fff;border:1px solid #eef0f2;border-radius:6px;flex-direction:column;transition:all .3s cubic-bezier(.25,.46,.45,.94);display:flex;overflow:hidden}.gallery-album-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #00000014}.gallery-album-img-wrapper{background-color:#f7f7f7;width:100%;height:230px;position:relative;overflow:hidden}.gallery-album-img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.gallery-album-card:hover .gallery-album-img{transform:scale(1.04)}.gallery-album-title{text-align:center;color:#2c3e50;background-color:#fff;border-top:1px solid #eef0f2;padding:18px 15px;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:600;line-height:1.3}.gallery-go-back-btn{cursor:pointer;align-items:center;gap:8px;margin-bottom:30px;display:inline-flex;color:#fff!important;text-transform:none!important;background-color:#8b1538!important;border:none!important;border-radius:4px!important;padding:8px 16px!important;font-family:DM Sans,sans-serif!important;font-size:.85rem!important;font-weight:600!important;transition:background-color .2s!important}.gallery-go-back-btn:hover{background-color:#6c0f2a!important}.gallery-photos-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}@media (max-width:1200px){.gallery-photos-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.gallery-photos-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.gallery-photos-grid{grid-template-columns:1fr;gap:16px}}.gallery-photo-card{cursor:pointer;aspect-ratio:4/3;background-color:#fff;border:1px solid #eef0f2;border-radius:6px;transition:all .3s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden}.gallery-photo-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000001a}.gallery-photo-img{object-fit:cover;width:100%;height:100%}.gallery-lightbox-overlay{z-index:99999;background-color:#000000bf;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
