.gallery-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.gallery-filters{display:flex;gap:.6rem;flex-wrap:wrap}.gallery-filter{min-height:44px;padding:.65rem 1rem;border:1px solid var(--line);border-radius:999px;background:var(--white);color:var(--ink);font-weight:800;cursor:pointer}.gallery-filter[aria-pressed="true"]{background:var(--forest);border-color:var(--forest);color:var(--white)}.media-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.media-card{margin:0;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);box-shadow:0 12px 35px rgba(23,33,30,.07)}.media-frame{aspect-ratio:4/3;overflow:hidden;background:#0d1411}.media-frame img,.media-frame video{display:block;width:100%;height:100%;object-fit:cover}.media-frame video{background:#0d1411}.media-card figcaption{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;color:var(--ink)}.media-card figcaption span{font-weight:800}.media-card figcaption small{color:var(--muted);text-transform:uppercase;letter-spacing:.12em;font-size:.68rem}.gallery-note{max-width:760px;margin-top:1rem;color:var(--muted)}@media(max-width:900px){.media-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.media-gallery{grid-template-columns:1fr}.gallery-toolbar{align-items:flex-start;flex-direction:column}}
.media-open{position:relative;display:block;width:100%;height:100%;padding:0;border:0;background:transparent;color:inherit;cursor:zoom-in;overflow:hidden}
.media-open img{transition:transform .35s ease}
.media-open:hover img,.media-open:focus-visible img{transform:scale(1.035)}
.media-open:focus-visible{outline:3px solid var(--gold);outline-offset:-3px}
.media-zoom{position:absolute;right:.75rem;bottom:.75rem;padding:.45rem .7rem;border-radius:999px;background:rgba(8,18,14,.82);color:#fff;font-size:.75rem;font-weight:800;letter-spacing:.04em;opacity:0;transform:translateY(.35rem);transition:opacity .2s ease,transform .2s ease}
.media-open:hover .media-zoom,.media-open:focus-visible .media-zoom{opacity:1;transform:none}
body.lightbox-open{overflow:hidden}
.lightbox[hidden]{display:none}
.lightbox{position:fixed;inset:0;z-index:2000;display:grid;grid-template-columns:minmax(48px,1fr) minmax(0,12fr) minmax(48px,1fr);align-items:center;gap:1rem;padding:4.5rem 1.25rem 1.25rem;background:rgba(4,10,8,.95);backdrop-filter:blur(8px)}
.lightbox-content{display:flex;min-width:0;max-height:calc(100vh - 6rem);margin:0;flex-direction:column;align-items:center;justify-content:center}
.lightbox-content img{display:block;max-width:100%;max-height:calc(100vh - 10rem);object-fit:contain;border-radius:.5rem;box-shadow:0 24px 80px rgba(0,0,0,.5)}
.lightbox-content figcaption{padding:1rem .5rem 0;color:#fff;text-align:center;font-weight:800}
.lightbox-close,.lightbox-nav{border:1px solid rgba(255,255,255,.32);background:rgba(255,255,255,.12);color:#fff;cursor:pointer;transition:background .2s ease,transform .2s ease}
.lightbox-close:hover,.lightbox-nav:hover,.lightbox-close:focus-visible,.lightbox-nav:focus-visible{background:var(--gold);color:var(--ink);outline:0;transform:scale(1.06)}
.lightbox-close{position:absolute;top:1rem;right:1rem;width:48px;height:48px;border-radius:50%;font-size:2rem;line-height:1}
.lightbox-nav{width:52px;height:64px;border-radius:999px;font-size:2.5rem;line-height:1}
.lightbox-prev{justify-self:end}.lightbox-next{justify-self:start}
@media(max-width:600px){.lightbox{grid-template-columns:52px minmax(0,1fr) 52px;gap:.35rem;padding:4.5rem .5rem 1rem}.lightbox-content img{max-height:calc(100vh - 11rem)}.lightbox-nav{width:46px;height:58px}.media-zoom{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){.media-open img,.media-zoom,.lightbox-close,.lightbox-nav{transition:none}}
.media-card[data-media-type="video"] .media-frame{display:flex;align-items:center;justify-content:center}
.media-card[data-media-type="video"] video{object-fit:contain}
@media(max-width:600px){
  .media-card{width:100%;min-width:0}
  .media-frame{aspect-ratio:auto;display:flex;align-items:center;justify-content:center}
  .media-open{height:auto}
  .media-frame img,.media-frame video{width:100%;height:auto;max-height:75svh;object-fit:contain}
  .media-frame video{background:#050806}
  .lightbox{display:flex;align-items:center;justify-content:center;padding:4.25rem .5rem 4.75rem}
  .lightbox-content{width:100%;max-height:calc(100svh - 9rem)}
  .lightbox-content img{max-width:calc(100vw - 1rem);max-height:calc(100svh - 11rem)}
  .lightbox-nav{position:absolute;top:50%;z-index:2;width:44px;height:56px;transform:translateY(-50%);background:rgba(5,12,9,.72)}
  .lightbox-nav:hover,.lightbox-nav:focus-visible{transform:translateY(-50%) scale(1.04)}
  .lightbox-prev{left:.5rem}
  .lightbox-next{right:.5rem}
}
