.gallery-library{padding-top:34px}.gallery-year-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-bottom:34px}.gallery-year-card{appearance:none;width:100%;min-height:126px;border:1px solid var(--line);border-radius:14px;background:#fff;padding:20px;text-align:left;box-shadow:var(--shadow);cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease}.gallery-year-card:hover,.gallery-year-card:focus-visible{transform:translateY(-2px);border-color:var(--gold);outline:none}.gallery-year-card[aria-pressed="true"]{background:var(--navy);border-color:var(--navy);color:#fff}.gallery-year-card span{display:block;color:var(--gold);font-size:.9rem;font-weight:900;letter-spacing:.08em}.gallery-year-card strong{display:block;margin-top:8px;color:var(--navy);font-size:1.15rem;line-height:1.15}.gallery-year-card[aria-pressed="true"] strong{color:#fff}.gallery-album{scroll-margin-top:130px}.gallery-album-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:18px}.gallery-album-head h2{margin:.18rem 0 0}.gallery-album-count{margin:0;color:var(--slate);font-weight:700}.gallery-photo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.gallery-photo{appearance:none;display:block;width:100%;aspect-ratio:4/3;border:0;border-radius:10px;overflow:hidden;padding:0;background:#e9eef3;cursor:zoom-in;box-shadow:0 7px 20px rgba(7,29,51,.12)}.gallery-photo img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .22s ease}.gallery-photo:hover img,.gallery-photo:focus-visible img{transform:scale(1.025)}.gallery-photo:focus-visible{outline:3px solid var(--gold);outline-offset:3px}.gallery-lightbox{width:min(1120px,calc(100% - 24px));max-width:none;height:min(90vh,820px);max-height:none;border:0;border-radius:14px;padding:0;background:#071d33;color:#fff;box-shadow:0 30px 90px rgba(0,0,0,.46)}.gallery-lightbox::backdrop{background:rgba(2,12,22,.88)}.gallery-lightbox-inner{position:relative;display:grid;grid-template-rows:1fr auto;width:100%;height:100%;min-height:0}.gallery-lightbox-stage{position:relative;display:flex;align-items:center;justify-content:center;min-height:0;padding:54px 70px 20px}.gallery-lightbox-image{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.gallery-lightbox-close,.gallery-lightbox-nav{position:absolute;z-index:2;display:grid;place-items:center;border:1px solid rgba(255,255,255,.35);background:rgba(7,29,51,.78);color:#fff;cursor:pointer}.gallery-lightbox-close{top:12px;right:12px;width:42px;height:42px;border-radius:50%;font-size:1.55rem}.gallery-lightbox-nav{top:50%;width:46px;height:58px;border-radius:9px;transform:translateY(-50%);font-size:1.7rem}.gallery-lightbox-prev{left:12px}.gallery-lightbox-next{right:12px}.gallery-lightbox-meta{display:flex;justify-content:space-between;gap:18px;padding:13px 20px;background:#0b2a4a;font-weight:800}.gallery-lightbox-meta p{margin:0;color:#fff}.gallery-empty{grid-column:1/-1;padding:44px 20px;text-align:center;color:var(--slate)}body.gallery-lightbox-open{overflow:hidden}@media(max-width:1000px){.gallery-year-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.gallery-photo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:720px){.gallery-year-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.gallery-year-card{min-height:106px;padding:16px}.gallery-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.gallery-album-head{align-items:start;flex-direction:column;gap:4px}.gallery-lightbox-stage{padding:58px 12px 18px}.gallery-lightbox-nav{top:auto;bottom:58px;width:44px;height:44px}.gallery-lightbox-prev{left:16px}.gallery-lightbox-next{right:16px}.gallery-lightbox-meta{padding-inline:16px}}@media(max-width:400px){.gallery-year-grid{grid-template-columns:1fr 1fr}.gallery-year-card strong{font-size:1rem}.gallery-photo-grid{grid-template-columns:1fr 1fr}}