
:root{--gn:#062f5f;--gb:#0b63b6;--gs:#edf5ff;--border:#dbe5f0}.gallery-page{min-height:70vh}.gallery-hero{padding:28px 0;background:linear-gradient(125deg,#031f3f,#0751a1 72%,#0b63b6);color:#fff}.gallery-hero-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,560px);align-items:center;gap:34px}.gallery-kicker{font-size:.76rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase;color:#bfdbfe}.gallery-hero h1{margin:5px 0 0;color:#fff;font-size:clamp(2.2rem,4vw,4.7rem);line-height:.98}.gallery-hero p{max-width:740px;margin:14px 0 0;color:#e5efff}.gallery-featured{position:relative;height:240px;padding:0;overflow:hidden;border:1px solid rgba(255,255,255,.25);border-radius:22px;background:#102a48;box-shadow:0 24px 55px rgba(0,0,0,.25);cursor:pointer}.gallery-featured img{width:100%;height:100%;object-fit:cover;transition:.4s}.gallery-featured:hover img{transform:scale(1.05)}.gallery-featured>span{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:22px;color:#fff;background:linear-gradient(transparent 25%,rgba(2,18,38,.92));text-align:left}.gallery-featured small{font-weight:900;text-transform:uppercase;color:#bfdbfe}.gallery-featured strong{font-size:1.35rem}.gallery-featured em{font-style:normal;font-size:.82rem}.gallery-featured-empty{display:flex;align-items:flex-end;padding:22px;cursor:default}.gallery-content{padding-top:20px;padding-bottom:40px}.gallery-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:610px;margin-top:-42px;position:relative;z-index:4}.gallery-stats article{padding:14px 18px;border:1px solid var(--border);border-radius:16px;background:#fff;box-shadow:0 12px 28px rgba(15,23,42,.12)}.gallery-stats strong{display:block;color:var(--gn);font-size:1.55rem}.gallery-stats span{color:#64748b;font-size:.78rem;font-weight:800;text-transform:uppercase}.gallery-toolbar{display:grid;grid-template-columns:minmax(260px,1.6fr) repeat(3,minmax(155px,.55fr)) auto;gap:10px;margin:22px 0;padding:12px;border:1px solid var(--border);border-radius:16px;background:#fff}.gallery-toolbar input,.gallery-toolbar select{min-height:44px}.gallery-toolbar button{border:0;border-radius:10px;background:var(--gs);color:#0751a1;font-weight:900}.gallery-heading{display:flex;justify-content:space-between;align-items:flex-end;margin:28px 0 15px}.gallery-heading span{color:var(--gb);font-size:.73rem;font-weight:900;text-transform:uppercase}.gallery-heading h2{margin:3px 0 0}.gallery-heading p{margin:0;color:#64748b;font-weight:800}.gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.gallery-album{overflow:hidden;border:1px solid var(--border);border-radius:18px;background:#fff;box-shadow:0 8px 22px rgba(15,23,42,.07);transition:.22s}.gallery-album:hover{transform:translateY(-4px);box-shadow:0 18px 36px rgba(15,23,42,.13)}.gallery-album[hidden]{display:none}.gallery-cover{position:relative;display:block;width:100%;height:220px;padding:0;overflow:hidden;border:0;background:#dbe7f4;cursor:pointer}.gallery-cover img{width:100%;height:100%;object-fit:cover;transition:.4s}.gallery-album:hover .gallery-cover img{transform:scale(1.055)}.gallery-cover .count{position:absolute;top:12px;right:12px;padding:6px 9px;border-radius:999px;background:rgba(3,31,63,.86);color:#fff;font-size:.7rem;font-weight:900}.gallery-cover .hint{position:absolute;left:12px;right:12px;bottom:12px;padding:10px;border-radius:10px;background:rgba(255,255,255,.94);color:var(--gn);font-size:.78rem;font-weight:900;opacity:0;transition:.2s}.gallery-album:hover .hint{opacity:1}.gallery-album-body{padding:15px}.gallery-album-body .meta{display:flex;justify-content:space-between;color:#64748b;font-size:.7rem;font-weight:800;text-transform:uppercase}.gallery-album-body .meta span{color:var(--gb)}.gallery-album h3{margin:8px 0 7px;font-size:1.08rem}.gallery-album-body>p{min-height:39px;margin:0 0 12px;color:#64748b;font-size:.83rem}.gallery-album footer{display:flex;justify-content:space-between;align-items:center;padding-top:11px;border-top:1px solid #edf1f6}.gallery-album footer span{color:#475569;font-size:.76rem;font-weight:800}.gallery-album footer button{min-height:34px;border:0;border-radius:8px;background:var(--gs);color:#0751a1;font-weight:900}.gallery-empty,.gallery-no-results{padding:54px 24px;border:1px dashed #b9c8d9;border-radius:20px;background:#fff;text-align:center}.gallery-empty b{font-size:2.5rem}.gallery-modal,.gallery-lightbox{position:fixed;inset:0;z-index:1500}.gallery-modal[hidden],.gallery-lightbox[hidden]{display:none}.backdrop{position:absolute;inset:0;background:rgba(2,12,27,.84);backdrop-filter:blur(7px)}.gallery-modal .panel{position:absolute;inset:4vh 3vw;display:flex;flex-direction:column;overflow:hidden;border-radius:22px;background:#f5f8fc}.gallery-modal header{display:flex;justify-content:space-between;padding:18px 22px;background:#fff}.gallery-modal header h2{margin:3px 0}.gallery-modal header p{margin:5px 0 0;color:#64748b}.gallery-modal header button,.gallery-lightbox .close{width:44px;height:44px;border:0;border-radius:50%;font-size:1.7rem}.gallery-modal-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;padding:16px;overflow:auto}.gallery-modal-grid button{height:190px;padding:0;overflow:hidden;border:0;border-radius:13px}.gallery-modal-grid img{width:100%;height:100%;object-fit:cover}.gallery-lightbox{display:flex;align-items:center;justify-content:center}.gallery-lightbox figure{z-index:1;margin:0;text-align:center}.gallery-lightbox img{display:block;max-width:86vw;max-height:82vh}.gallery-lightbox figcaption{margin-top:10px;color:#fff}.gallery-lightbox .close,.gallery-lightbox .prev,.gallery-lightbox .next{position:absolute;z-index:2;background:rgba(255,255,255,.14);color:#fff}.gallery-lightbox .close{top:18px;right:18px}.gallery-lightbox .prev,.gallery-lightbox .next{top:50%;width:52px;height:72px;border:0;border-radius:12px;font-size:2.4rem}.gallery-lightbox .prev{left:20px}.gallery-lightbox .next{right:20px}.gallery-locked{overflow:hidden}@media(max-width:1350px){.gallery-grid{grid-template-columns:repeat(3,1fr)}.gallery-toolbar{grid-template-columns:1fr 1fr}.gallery-toolbar button{grid-column:1/-1}.gallery-modal-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:980px){.gallery-hero-inner{grid-template-columns:1fr}.gallery-stats{margin-top:16px}.gallery-modal-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:720px){.gallery-grid{grid-template-columns:repeat(2,1fr);gap:10px}.gallery-cover{height:165px}.gallery-modal .panel{inset:0;border-radius:0}.gallery-modal-grid{grid-template-columns:repeat(2,1fr);gap:7px;padding:8px}.gallery-modal-grid button{height:150px}}@media(max-width:430px){.gallery-grid{grid-template-columns:1fr}.gallery-cover{height:210px}}
