.tva-gallery{flex-direction:column}.tva-gallery,.tva-row{display:flex;gap:8px}.tva-shot{display:block;padding:0;border:1px solid rgba(var(--accent-rgb),.28);border-radius:3px;background:var(--surface);overflow:hidden;cursor:zoom-in;flex:0 0 auto;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s cubic-bezier(.22,1,.36,1)}.tva-shot:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(var(--text-strong-rgb),.14)}.tva-shot:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.tva-shot img{display:block;width:100%;height:100%;filter:saturate(.92)}.tva-lightbox{position:fixed;inset:0;z-index:200;justify-content:center;background:rgba(var(--text-strong-rgb),.86);padding:clamp(16px,3vw,48px)}.tva-lb__stage,.tva-lightbox{display:flex;align-items:center}.tva-lb__stage{margin:0;max-width:min(1400px,92vw);max-height:88vh;flex-direction:column;gap:0}.tva-lb__stage img{display:block;max-width:100%;max-height:calc(88vh - 58px);width:auto;height:auto;border:1px solid rgba(var(--accent-rgb),.5);border-bottom:0;border-radius:3px 3px 0 0;background:var(--bg)}.tva-lb__plate{align-self:stretch;display:flex;align-items:baseline;justify-content:space-between;gap:18px;padding:10px 16px;background:var(--bg);border-top:1px solid rgba(var(--accent-rgb),.5);border:1px solid rgba(var(--accent-rgb),.5);border-top-color:rgba(var(--accent-rgb),.7);border-radius:0 0 3px 3px}.tva-lb__caption{font-family:var(--font-reading);font-style:italic;font-size:clamp(14px,1.3vw,16px);color:rgba(var(--text-rgb),.8);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tva-lb__count{font-family:var(--font-body);font-size:var(--text-13);letter-spacing:.1em;color:var(--text-muted);flex:0 0 auto}.tva-lb__close{position:absolute;top:clamp(14px,2.4vw,28px);right:clamp(14px,2.4vw,28px);width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--bg);color:var(--text-strong);border:1px solid rgba(var(--accent-rgb),.5);border-radius:50%;cursor:pointer;transition:transform .3s cubic-bezier(.22,1,.36,1)}.tva-lb__close:hover{transform:scale(1.06)}.tva-lb__close:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.tva-lb__nav{flex:0 0 auto;width:46px;height:46px;display:flex;align-items:center;justify-content:center;font-family:var(--font-reading);font-size:30px;line-height:1;padding-bottom:4px;background:rgba(var(--bg-rgb),.14);color:var(--bg);border:1px solid rgba(var(--bg-rgb),.45);border-radius:50%;cursor:pointer;margin:0 clamp(8px,1.6vw,22px);transition:background-color .3s cubic-bezier(.22,1,.36,1),transform .3s cubic-bezier(.22,1,.36,1)}.tva-lb__nav:hover{background:rgba(var(--bg-rgb),.28);transform:scale(1.05)}.tva-lb__nav:focus-visible{outline:2px solid var(--bg);outline-offset:3px}@media (max-width:640px){.tva-lightbox{padding:12px}.tva-lb__nav{position:absolute;bottom:18px;z-index:1}.tva-lb__nav--prev{left:18px}.tva-lb__nav--next{right:18px}}@media (prefers-reduced-motion:reduce){.tva-lb__close,.tva-lb__nav,.tva-shot{transition:none}}