.gallery-grid{background:var(--line);border:1px solid var(--line);grid-template-columns:repeat(4,1fr);gap:1px;display:grid}@media (max-width:900px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:560px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}.gallery-item{aspect-ratio:1;background:var(--ink-2);position:relative;overflow:hidden}.gallery-item img{object-fit:cover;filter:grayscale()contrast(1.05);width:100%;height:100%;transition:transform .4s;display:block}.gallery-item:hover img{transform:scale(1.06)}.gallery-item .dl{opacity:0;background:#0b0b0cb3;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:opacity .2s;display:flex;position:absolute;top:8px;right:8px}.gallery-item:hover .dl,.gallery-item .dl:focus-visible{opacity:1}.gallery-item .dl svg{width:14px;height:14px}.note{background:var(--ink-2);border:1px solid var(--line);color:var(--bone-dim);margin-top:40px;padding:22px 26px;font-size:.85rem;line-height:1.7}.note strong{color:var(--bone)}
