.gallery-filters{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 28px}.gallery-filters button{border:1px solid #c9c7bf;border-radius:100px;padding:12px 18px;background:#ffffff70;color:#28312f;font:inherit;font-size:14px;cursor:pointer;transition:background .25s,color .25s}.gallery-filters button[aria-pressed=true]{background:#293633;border-color:#293633;color:white}.gallery-filters span{margin-left:8px;opacity:.65;font-size:12px}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.gallery-card{position:relative;display:block;overflow:hidden;border:0;border-radius:24px;padding:0;background:#26332e;text-align:left;cursor:pointer;aspect-ratio:4/3;color:#fff}.gallery-card img{width:100%;height:100%;object-fit:cover;transition:transform .65s cubic-bezier(.2,.65,.3,1)}.gallery-card:hover img{transform:scale(1.025)}.gallery-card-label{position:absolute;bottom:0;left:0;right:0;padding:42px 20px 19px;background:linear-gradient(transparent,#101c19d9);font-size:15px;font-weight:600}.gallery-tag{position:absolute;top:14px;left:14px;background:#12211ed4;border-radius:30px;padding:7px 12px;font-size:11px;letter-spacing:.03em}.gallery-controls{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:26px}.gallery-status{font-size:13px;color:#61706a}.gallery-more[hidden]{display:none}.gallery-dialog{position:fixed;inset:0;margin:auto;width:min(1120px,94vw);max-width:94vw;max-height:94dvh;border:1px solid #ffffff24;padding:18px;border-radius:24px;background:#17221f;color:white;box-shadow:0 24px 100px #0008}.gallery-dialog::backdrop{background:#0b1411e8}.gallery-dialog-head,.gallery-dialog-foot{display:flex;justify-content:space-between;align-items:center;gap:16px}.gallery-dialog button{cursor:pointer;border:1px solid #ffffff40;background:#ffffff0d;color:white;border-radius:30px;padding:10px 16px;font:inherit}.gallery-stage{display:flex;justify-content:center;align-items:center;min-height:180px;margin:14px 0}.gallery-stage img,.gallery-stage video{display:block;max-width:100%;max-height:70dvh;object-fit:contain;border-radius:12px}.gallery-caption{font-size:14px;margin:0}.gallery-dialog-foot>div{display:flex;gap:8px}.gallery-card:focus-visible,.gallery-filters button:focus-visible{outline:3px solid #a76e48;outline-offset:4px}html:has(.gallery-dialog[open]){overflow:hidden}@media(max-width:800px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.gallery-card{border-radius:18px}.gallery-card-label{font-size:13px;padding:36px 14px 15px}}@media(max-width:480px){.gallery-grid{grid-template-columns:1fr}.gallery-filters{gap:8px}.gallery-filters button{padding:10px 13px;font-size:13px}.gallery-controls{flex-direction:column;align-items:flex-start}.gallery-dialog-foot{align-items:flex-start}.gallery-dialog-foot>div{flex-shrink:0}.gallery-dialog{padding:12px}.gallery-caption{font-size:12px}}@media(prefers-reduced-motion:reduce){.gallery-card img,.gallery-filters button{transition:none}}
.gallery-dialog-head>span{font-size:11px;letter-spacing:.08em}.gallery-card{animation:gallery-reveal .5s ease-out both}@keyframes gallery-reveal{from{opacity:0}to{opacity:1}}@media(max-width:480px){.gallery-dialog-head>span{max-width:180px;line-height:1.5}}@media(prefers-reduced-motion:reduce){.gallery-card{animation:none}}
