.gallery-section{background:var(--bg);padding:6rem 0 0;position:relative;overflow:hidden}.gallery-section:before{content:"";background:var(--accent);opacity:.6;width:1px;height:80px;margin:0 auto 4rem;display:block}.gallery-ticker-wrap{border-top:1px solid #ffffff12;border-bottom:1px solid #ffffff12;width:100%;margin-bottom:3.5rem;padding:.85rem 0;overflow:hidden}.gallery-ticker-track{gap:2.5rem;width:max-content;animation:28s linear infinite galleryTicker;display:flex}.gallery-ticker-item{white-space:nowrap;letter-spacing:.18em;text-transform:uppercase;color:#ffffff59;align-items:center;gap:.75rem;font-size:.72rem;font-weight:500;display:flex}.gallery-ticker-dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:4px;height:4px}@keyframes galleryTicker{0%{transform:translate(0)}to{transform:translate(-50%)}}.gallery-bento{grid-template-columns:repeat(12,1fr);grid-auto-rows:60px;gap:6px;padding:0 6px;display:grid}.gallery-cell{cursor:crosshair;background:#111;position:relative;overflow:hidden}.gallery-cell img{object-fit:cover;filter:brightness(.82)saturate(.9);will-change:transform;width:100%;height:100%;transition:transform .7s cubic-bezier(.25,.46,.45,.94),filter .5s;display:block}.gallery-cell:hover img{filter:brightness()saturate(1.1);transform:scale(1.06)}.gallery-cell:after{content:"";opacity:0;background:linear-gradient(135deg,#0000 40%,#ffffff0a 50%,#0000 60%) 0 0/300% 300%;transition:opacity .4s;position:absolute;inset:0}.gallery-cell:hover:after{opacity:1;animation:1.2s forwards shimmerSlide}@keyframes shimmerSlide{0%{background-position:100% 100%}to{background-position:0 0}}.gallery-cell-1{grid-area:1/1/9/6}.gallery-cell-2{grid-area:1/6/5/9}.gallery-cell-3{grid-area:1/9/6/13}.gallery-cell-4{grid-area:5/6/9/9}.gallery-cell-5{grid-area:9/1/15/4}.gallery-cell-6{grid-area:9/4/13/9}.gallery-cell-7{grid-area:6/9/15/13}.gallery-cell-8{grid-area:13/4/18/7}.gallery-cell-9{grid-area:15/7/20/10}.gallery-cell-10{grid-area:15/1/20/4}.gallery-cell-11{grid-area:15/10/21/13}.gallery-cell-12{grid-area:18/4/21/7}.gallery-cell-badge{letter-spacing:.14em;text-transform:uppercase;color:#ffffff80;z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;background:#0006;border-radius:3px;padding:4px 7px;font-size:.6rem;font-weight:600;line-height:1;transition:opacity .35s,transform .35s;position:absolute;bottom:10px;right:12px;transform:translateY(4px)}.gallery-cell:hover .gallery-cell-badge{opacity:1;transform:translateY(0)}.gallery-filmstrip{margin-top:6px;display:flex;overflow:hidden}.gallery-filmstrip-track{gap:6px;width:max-content;animation:35s linear infinite filmstripScroll;display:flex}.gallery-filmstrip-track.reverse{animation-direction:reverse}.gallery-filmstrip-item{flex-shrink:0;width:200px;height:130px;position:relative;overflow:hidden}.gallery-filmstrip-item img{object-fit:cover;filter:brightness(.75)saturate(.8);width:100%;height:100%;transition:filter .4s}.gallery-filmstrip-item:hover img{filter:brightness()saturate(1.1)}@keyframes filmstripScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=1024px){.gallery-bento{grid-template-columns:repeat(6,1fr);grid-auto-rows:70px}.gallery-cell-1{grid-area:1/1/7/4}.gallery-cell-2{grid-area:1/4/4/7}.gallery-cell-3{grid-area:4/4/7/7}.gallery-cell-4{grid-area:7/1/11/3}.gallery-cell-5{grid-area:7/3/10/5}.gallery-cell-6{grid-area:7/5/11/7}.gallery-cell-7{grid-area:10/3/13/5}.gallery-cell-8{grid-area:11/1/14/3}.gallery-cell-9{grid-area:11/5/14/7}.gallery-cell-10{grid-area:14/1/17/4}.gallery-cell-11{grid-area:13/4/17/7}.gallery-cell-12{display:none}}@media (width<=640px){.gallery-section{padding:4rem 0 0}.gallery-bento{grid-template-columns:repeat(2,1fr);grid-auto-rows:160px;gap:4px;padding:0 4px}.gallery-cell-1{grid-area:1/1/3/2}.gallery-cell-2{grid-area:1/2/2/3}.gallery-cell-3{grid-area:2/2/3/3}.gallery-cell-4{grid-area:3/1/4/3}.gallery-cell-5{grid-area:4/1/5/2}.gallery-cell-6{grid-area:4/2/5/3}.gallery-cell-7{grid-area:5/1/6/3}.gallery-cell-8{grid-area:6/1/7/2}.gallery-cell-9{grid-area:6/2/7/3}.gallery-cell-10{grid-area:7/1/8/3}.gallery-cell-11{grid-area:8/1/9/2}.gallery-cell-12{grid-area:8/2/9/3}.gallery-filmstrip-item{width:130px;height:90px}}
