:root{--primary-blue:#0a4d6e;--accent-blue:#2c91b8;--accent-green:#7ba428;--text-primary:#1a2332;--text-secondary:#5a6c7d;--bg-light:#f8fafb;--border-color:#e1e8ed;--shadow-sm:0 2px 8px #0a4d6e14;--shadow-md:0 8px 24px #0a4d6e1f;--shadow-lg:0 16px 48px #0a4d6e29}html{scroll-behavior:smooth}body{background:linear-gradient(180deg, #fff 0%, var(--bg-light) 100%);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.section-header-gallery{margin-bottom:3rem;animation:.8s ease-out fadeInUp}.section-header-gallery h2{color:#093c5f;letter-spacing:-.5px;font-size:2.75rem;font-weight:700;line-height:1.2;display:inline-block}.gallery-page-container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:32px;padding-right:32px;position:relative}.gallery-container{padding-top:5rem;padding-bottom:5rem}.breadcrumb{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:3rem;display:flex}.breadcrumb-item{align-items:center;gap:.75rem;font-size:.9375rem;display:flex}.breadcrumb-item a{color:var(--text-secondary);text-decoration:none;transition:color .3s}.breadcrumb-item a:hover{color:var(--accent-blue)}.category-filters{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.category-filter-btn{border:2px solid var(--border-color);color:var(--text-primary);cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:#fff;padding:.875rem 2rem;font-size:.875rem;font-weight:600;transition:all .3s}.category-filter-btn:hover,.category-filter-btn.active{background:var(--text-primary);color:#fff;border-color:var(--text-primary)}.albums-grid{grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:2.5rem;display:grid}.album-card{box-shadow:var(--shadow-md);cursor:pointer;background:#fff;transition:all .3s;overflow:hidden}.album-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-10px)}.album-cover{background-position:50%;background-size:cover;width:100%;height:300px;position:relative;overflow:hidden}.album-cover:before{content:"";opacity:0;background:linear-gradient(#0000,#1a2332b3);transition:opacity .3s;position:absolute;inset:0}.album-card:hover .album-cover:before{opacity:1}.album-photo-count{color:var(--text-primary);background:#fff;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:700;display:flex;position:absolute;top:1.5rem;right:1.5rem}.album-info{padding:2rem}.album-category{background:var(--bg-light);color:#093c5f;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;padding:.4rem .8rem;font-size:.7rem;font-weight:700;display:inline-block}.album-title{color:#1e3a5f;margin-bottom:.75rem;font-size:1.5rem;font-weight:700;line-height:1.3}.album-meta{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;padding-top:1.5rem;display:flex}.view-album-btn{background:var(--text-primary);color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border:none;padding:.5rem 1.5rem;font-size:.8125rem;font-weight:600;transition:all .3s}.view-album-btn:hover{background:#0a4d6e}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.gallery-item{aspect-ratio:4/3;cursor:pointer;background:var(--bg-light);position:relative;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.gallery-item:hover img{transform:scale(1.1)}.gallery-item-overlay{opacity:0;background:#1a2332cc;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.gallery-item:hover .gallery-item-overlay{opacity:1}.gallery-item-icon{color:#fff;font-size:3rem}.lightbox{z-index:9999;background:#000000f2;justify-content:center;align-items:center;animation:.3s ease-out fadeIn;display:none;position:fixed;inset:0}.lightbox.active{display:flex}.lightbox-content{justify-content:center;align-items:center;max-width:90%;max-height:90%;display:flex;position:relative}.lightbox-image{object-fit:contain;max-width:100%;max-height:90vh}.lightbox-close{cursor:pointer;width:50px;height:50px;color:var(--text-primary);z-index:10000;background:#fff;border:none;justify-content:center;align-items:center;font-size:1.5rem;display:flex;position:absolute;top:2rem;right:2rem}.lightbox-prev,.lightbox-next{cursor:pointer;width:50px;height:50px;color:var(--text-primary);z-index:10000;background:#fff;border:none;justify-content:center;align-items:center;font-size:1.5rem;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-prev{left:2rem}.lightbox-next{right:2rem}.lightbox-counter{color:var(--text-primary);z-index:10000;background:#ffffffe6;padding:.75rem 1.5rem;font-weight:600;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.section-description{color:#4e606a;margin-top:1rem;font-size:1rem;line-height:1.6}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.albums-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width:768px){.section-header-gallery h2{font-size:1.75rem}.category-filters{flex-direction:column}.category-filter-btn{width:100%}.albums-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (max-width:480px){.gallery-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.album-cover{height:180px}.album-info{padding:1.25rem}.album-title{font-size:1.15rem}}@media (min-width:1367px){.gallery-page-container{max-width:1280px;left:-20px}.hero-section{background-attachment:fixed!important}.albums-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2.5rem}.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1025px) and (max-width:1366px){.gallery-page-container{max-width:1180px;padding-left:28px;padding-right:28px;left:-20px}.hero-section{background-attachment:scroll!important;height:75vh!important}.gallery-container{padding-top:4rem;padding-bottom:4rem}.section-header-gallery h2{font-size:2.35rem}.albums-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.album-cover{height:260px}}@media (min-width:769px) and (max-width:1024px){.gallery-page-container{max-width:100%;padding-left:28px;padding-right:28px;left:0}.hero-section{background-attachment:scroll!important;height:70vh!important}.gallery-container{padding-top:3rem;padding-bottom:3rem}.section-header-gallery h2{font-size:2.1rem}.albums-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.album-cover{height:240px}.category-filters{justify-content:flex-start}}@media (max-width:768px){.gallery-page-container{max-width:100%;padding-left:18px;padding-right:18px;left:0}.hero-section{background-attachment:scroll!important;height:65vh!important}.gallery-container{padding-top:2rem;padding-bottom:3rem}.section-header-gallery{margin-bottom:2rem}.section-header-gallery h2{font-size:1.8rem;line-height:1.2}.category-filters{flex-direction:column;gap:.75rem;margin-bottom:2rem}.category-filter-btn{width:100%}.albums-grid{grid-template-columns:1fr;gap:1.5rem}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.album-cover{height:220px}.album-info{padding:1.5rem}.album-meta{align-items:flex-start}.lightbox-close{width:42px;height:42px;top:12px;right:12px}.lightbox-prev,.lightbox-next{width:42px;height:42px}.lightbox-prev{left:8px}.lightbox-next{right:8px}}@media (max-width:480px){.gallery-page-container{padding-left:16px;padding-right:16px}.hero-section{height:60vh!important}.section-header-gallery h2{font-size:1.55rem}.gallery-grid{grid-template-columns:1fr}.album-cover{height:190px}.album-title{font-size:1.15rem}.album-info{padding:1.25rem}.view-album-btn{width:100%}.lightbox-content{max-width:calc(100% - 24px)}.lightbox-counter{padding:.55rem 1rem;bottom:14px}}.gallery-hero-title{color:#fff;letter-spacing:-.02em;margin:0;padding-left:18px;font-size:50px;line-height:1.12;display:inline-block;position:absolute;bottom:100px;left:32px}.gallery-hero-title:before{content:"";background:#fff;width:2px;position:absolute;top:7px;bottom:7px;left:0}.gallery-hero-title .light{font-size:inherit;line-height:inherit;color:inherit;font-weight:300}.gallery-hero-title .bold{font-size:inherit;line-height:inherit;color:inherit;font-weight:700}@media (min-width:1367px){.gallery-page-container{left:-20px}.gallery-hero-title{font-size:60px;bottom:100px;left:32px}}@media (min-width:1025px) and (max-width:1366px){.gallery-page-container{max-width:1180px;padding-left:28px;padding-right:28px;left:-20px}.gallery-hero-title{font-size:54px;bottom:80px;left:28px}}@media (min-width:769px) and (max-width:1024px){.gallery-page-container{padding-left:28px;padding-right:28px;left:0}.gallery-hero-title{font-size:54px;bottom:75px;left:28px}}@media (max-width:768px){.gallery-page-container{padding-left:18px;padding-right:18px;left:0}.gallery-hero-title{padding-left:16px;font-size:36px;bottom:65px;left:18px}}@media (max-width:480px){.gallery-page-container{padding-left:16px;padding-right:16px}.gallery-hero-title{padding-left:14px;font-size:31px;bottom:55px;left:16px}}.gallery-page-container{box-sizing:border-box;width:calc(100% - 64px);max-width:1250px;position:relative;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important;left:0!important;right:0!important;transform:none!important}.gallery-hero-title{left:0!important}.section-header-gallery,.category-filters,.albums-grid,.gallery-grid,.breadcrumb,.section-description{box-sizing:border-box;width:100%;margin-left:0!important;margin-right:0!important;left:0!important;right:0!important;transform:none!important}@media (min-width:1367px){.gallery-page-container{width:calc(100% - 64px);max-width:1250px}.gallery-hero-title{left:0!important}.albums-grid,.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1025px) and (max-width:1366px){.gallery-page-container{width:calc(100% - 56px);max-width:1180px}.gallery-hero-title{left:0!important}.albums-grid,.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:769px) and (max-width:1024px){.gallery-page-container{width:calc(100% - 48px);max-width:100%}.gallery-hero-title{left:0!important}.albums-grid,.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-filters{justify-content:flex-start}}@media (max-width:768px){.gallery-page-container{width:100%;max-width:100%;padding-left:20px!important;padding-right:20px!important}.gallery-hero-title{max-width:100%;left:0!important}.category-filters{flex-direction:column}.category-filter-btn{width:100%}.albums-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.gallery-page-container{padding-left:16px!important;padding-right:16px!important}.gallery-hero-title{max-width:100%;left:0!important}.gallery-grid{grid-template-columns:1fr}}@media (max-width:360px){.gallery-page-container{padding-left:14px!important;padding-right:14px!important}.gallery-hero-title{left:0!important}}.albums-grid{align-items:stretch}.album-card{flex-direction:column;height:100%;display:flex}.album-cover{flex-shrink:0}.album-info{flex-direction:column;flex:1;display:flex}.album-title{min-height:62px;margin-bottom:.75rem}.album-meta{width:100%;margin-top:auto}.view-album-btn{justify-content:center;align-items:center;min-height:42px;display:inline-flex}.section-header-gallery h2{letter-spacing:-.5px!important;color:#093c5a!important;text-transform:none!important;font-family:Manrope,Inter,Segoe UI,Arial,sans-serif!important;font-size:1.75rem!important;font-weight:700!important;line-height:1.2!important}
