.work-gallery{max-width:1120px;padding-top:40px}.gallery-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.gallery-filters button{border:1px solid var(--line);border-radius:6px;background:var(--bg);color:var(--muted);padding:9px 17px;min-height:44px;font-size:.8125rem;font-weight:600;line-height:1.4;transition:color .16s,background .16s,border-color .16s}.gallery-filters button:hover{border-color:var(--gold-text);color:var(--text)}.gallery-filters button[aria-pressed=true]{background:var(--text);border-color:var(--text);color:var(--bg)}.gallery-viewer{position:relative;background:var(--soft);border:1px solid var(--line);padding:16px;border-radius:4px}.gallery-stage{display:flex;align-items:center;justify-content:center;width:100%;height:clamp(300px,49vw,510px);text-decoration:none;touch-action:pan-y;cursor:zoom-in}.gallery-stage img{width:100%;height:100%;object-fit:contain}.gallery-stage.is-loading img{opacity:.45}.gallery-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-block:18px}.gallery-pagination{display:flex;align-items:center;gap:20px}.gallery-arrow,.gallery-open{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);background:var(--bg);color:var(--text);min-height:46px;min-width:46px;border-radius:50%;padding:10px;transition:background .16s,border-color .16s}.gallery-arrow:hover,.gallery-open:hover{background:var(--soft);border-color:var(--gold-text)}.gallery-previous svg{transform:rotate(180deg)}.gallery-count{min-width:88px;text-align:center;font-size:.8125rem;font-variant-numeric:tabular-nums;color:var(--muted)}.gallery-open{border-radius:6px;gap:10px;padding-inline:15px;font-size:.8125rem;font-weight:600}.gallery-thumbnails{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;border-top:1px solid var(--line);padding-top:20px;min-height:100px}.gallery-thumbnails button{display:block;min-width:0;aspect-ratio:4/3;padding:4px;background:var(--soft);border:1px solid transparent;border-radius:3px;opacity:.7;transition:opacity .16s,border-color .16s}.gallery-thumbnails button:hover,.gallery-thumbnails button[aria-current=true]{opacity:1}.gallery-thumbnails button[aria-current=true]{border-color:var(--gold-text);box-shadow:inset 0 0 0 1px var(--gold-text)}.gallery-thumbnails img{width:100%;height:100%;object-fit:cover}.gallery-error{padding:12px;text-align:center;color:var(--text)}.gallery-retry{display:block;margin:12px auto;padding:10px 18px;border:1px solid currentColor;border-radius:4px;background:var(--bg);color:var(--text)}.gallery-fallback{margin-top:24px}.gallery-fallback summary{cursor:pointer;padding:12px 0}.gallery-fallback a{display:inline-block;padding:8px 16px 8px 0;font-size:.875rem}html.lightbox-open,body.lightbox-open{overflow:hidden;overscroll-behavior:none}.gallery-dialog{position:fixed;inset:0;width:min(1440px,100%);max-width:100%;height:100%;height:100dvh;max-height:100dvh;margin:auto;padding:20px 28px;border:0;background:#141814;color:#fff;overflow:hidden}.gallery-dialog[open]{display:grid;grid-template-rows:48px minmax(0,1fr) 56px;gap:12px}.gallery-dialog::backdrop{background:#101410f5}.lightbox-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:.8125rem;font-variant-numeric:tabular-nums;color:#d8ddd5}.lightbox-close{display:grid;place-items:center;width:46px;height:46px;padding:10px;background:transparent;color:#fff;border:1px solid #687164;border-radius:50%}.lightbox-close:hover{background:#30382f}.lightbox-stage{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0;min-height:0;touch-action:pan-y}.lightbox-stage img{width:100%;height:100%;min-height:0;object-fit:contain;touch-action:pan-y}.lightbox-navigation{display:flex;align-items:center;justify-content:center;gap:30px}.gallery-dialog .gallery-arrow{background:transparent;border-color:#687164;color:#fff}.gallery-dialog .gallery-arrow:hover{background:#30382f;border-color:#d4b578}.gallery-dialog :focus-visible{outline-color:#e1c484}.gallery-dialog .gallery-retry{background:#202421;color:#fff;flex-shrink:0}@media(max-width:700px){  .work-gallery{padding-top:24px}  .gallery-filters{gap:6px;margin-bottom:18px}  .gallery-filters button{padding:8px 12px;font-size:.75rem}  .gallery-viewer{padding:8px}  .gallery-stage{height:clamp(290px,92vw,450px)}  .gallery-toolbar{gap:10px;padding-block:14px}  .gallery-pagination{gap:8px}  .gallery-count{min-width:68px;font-size:.75rem}  .gallery-open{padding-inline:10px;font-size:.75rem;gap:6px}  .gallery-thumbnails{gap:6px;grid-template-columns:repeat(7,minmax(44px,1fr));overflow-x:auto;padding:12px 3px 6px;min-height:64px}  .gallery-thumbnails button{padding:2px;min-height:44px}  .gallery-dialog{padding:max(12px,env(safe-area-inset-top)) 12px max(12px,env(safe-area-inset-bottom));gap:10px}}@media(prefers-reduced-motion:reduce){.work-gallery button{transition:none}}@media(forced-colors:active){.gallery-thumbnails button[aria-current=true]{border:2px solid Highlight;opacity:1}.gallery-filters button[aria-pressed=true]{border:2px solid Highlight}.gallery-thumbnails button{opacity:1}}@media print{.gallery-filters,.gallery-toolbar,.gallery-thumbnails,.gallery-dialog{display:none!important}.gallery-stage{height:auto}.gallery-stage img{height:auto;max-height:600px}.gallery-viewer{border:0}}