.gallery-container{clear:both;width:100%;margin:2.5rem 0}.gallery-grid{border-radius:12px;gap:10px;width:100%;display:grid;overflow:hidden}.gallery-grid-item{cursor:pointer;background-color:#1a1a1a;outline:none;transition:transform .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.gallery-grid-item:hover{z-index:2;transform:scale(1.01)}.gallery-grid-item:focus-visible{outline:3px solid var(--accent-red,#e53935);z-index:3}.gallery-thumbnail{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.gallery-grid-item:hover .gallery-thumbnail{transform:scale(1.05)}.gallery-item-caption-hover{color:#fff;font-size:.85rem;font-family:var(--font-sans,system-ui,sans-serif);opacity:0;pointer-events:none;background:linear-gradient(#0000,#000000d9);padding:20px 15px 12px;transition:opacity .3s,transform .3s;position:absolute;bottom:0;left:0;right:0;transform:translateY(10px)}.gallery-grid-item:hover .gallery-item-caption-hover{opacity:1;transform:translateY(0)}.gallery-grid-item.has-overlay{background-color:#000}.gallery-grid-item.has-overlay:hover .gallery-thumbnail{transform:scale(1.08)}.gallery-more-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0009;justify-content:center;align-items:center;transition:background .3s;display:flex;position:absolute;inset:0}.gallery-grid-item:hover .gallery-more-overlay{background:#00000073}.gallery-more-text{color:#fff;letter-spacing:.5px;font-size:1.25rem;font-weight:600;font-family:var(--font-slab,sans-serif);text-transform:uppercase}.gallery-layout-1{grid-template-columns:1fr}.gallery-layout-1 .gallery-grid-item{height:480px}.gallery-layout-2{grid-template-columns:1fr 1fr}.gallery-layout-2 .gallery-grid-item{height:350px}.gallery-layout-3{grid-template-rows:195px 195px;grid-template-columns:2.2fr 1.8fr}.gallery-layout-3 .gallery-grid-item:first-child{grid-row:span 2;height:400px}.gallery-layout-3 .gallery-grid-item:not(:first-child){height:195px}.gallery-layout-4{grid-template-rows:195px 195px;grid-template-columns:repeat(3,1fr)}.gallery-layout-4 .gallery-grid-item:first-child{grid-area:span 2/span 2;height:400px}.gallery-layout-4 .gallery-grid-item:not(:first-child){height:195px}.gallery-layout-5{grid-template-rows:195px 195px;grid-template-columns:repeat(4,1fr)}.gallery-layout-5 .gallery-grid-item:first-child{grid-area:span 2/span 2;height:400px}.gallery-layout-5 .gallery-grid-item:not(:first-child){height:195px}@media (max-width:768px){.gallery-layout-2,.gallery-layout-3,.gallery-layout-4,.gallery-layout-5{grid-template-rows:auto;grid-template-columns:1fr 1fr}.gallery-layout-2 .gallery-grid-item,.gallery-layout-3 .gallery-grid-item,.gallery-layout-4 .gallery-grid-item,.gallery-layout-5 .gallery-grid-item{grid-area:auto!important;height:180px!important}.gallery-layout-1 .gallery-grid-item{height:280px}}@media (max-width:480px){.gallery-grid{grid-template-columns:1fr!important}.gallery-grid-item{height:200px!important}}.gallery-lightbox{z-index:99999;background-color:#060606fa;flex-direction:column;justify-content:space-between;animation:.3s cubic-bezier(.16,1,.3,1) forwards lightboxFadeIn;display:flex;position:fixed;inset:0}@supports ((-webkit-backdrop-filter:blur(15px)) or (backdrop-filter:blur(15px))){.gallery-lightbox{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:#080808e0}}@keyframes lightboxFadeIn{0%{opacity:0}to{opacity:1}}.lightbox-header{z-index:10;background:linear-gradient(#0009,#0000);justify-content:space-between;align-items:center;padding:20px 25px;display:flex}.lightbox-counter{color:#ffffffd9;font-family:var(--font-sans,system-ui,sans-serif);letter-spacing:.5px;font-size:.9rem;font-weight:500}.lightbox-actions{gap:12px;display:flex}.lightbox-btn{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1a;border-radius:50%;outline:none;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s,transform .2s,border-color .2s;display:flex}.lightbox-btn:hover{background:#ffffff2e;border-color:#ffffff4d;transform:scale(1.05)}.lightbox-btn:focus-visible{border-color:var(--accent-red,#e53935);box-shadow:0 0 0 2px #e5393580}.lightbox-btn.is-playing{background:var(--accent-red,#e53935);border-color:#0000;animation:2s infinite pulsePlay}@keyframes pulsePlay{0%{box-shadow:0 0 #e5393599}70%{box-shadow:0 0 0 8px #e5393500}to{box-shadow:0 0 #e5393500}}.control-icon{fill:currentColor;width:20px;height:20px}.lightbox-stage{flex:1;justify-content:space-between;align-items:center;min-height:0;padding:0 10px;display:flex;position:relative}.lightbox-image-container{justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex}.lightbox-image{object-fit:contain;-webkit-user-select:none;user-select:none;border-radius:4px;max-width:100%;max-height:80vh;animation:.35s cubic-bezier(.175,.885,.32,1.15) forwards imagePop;box-shadow:0 10px 40px #0009}@keyframes imagePop{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.lightbox-nav-btn{color:#fff;cursor:pointer;z-index:10;background:#ffffff0d;border:none;border-radius:8px;outline:none;justify-content:center;align-items:center;width:50px;height:70px;transition:background .2s,transform .2s;display:flex}.lightbox-nav-btn:hover{background:#ffffff26;transform:scale(1.05)}.lightbox-nav-btn:focus-visible{box-shadow:0 0 0 3px var(--accent-red,#e53935)}.nav-icon{fill:currentColor;width:32px;height:32px}@media (max-width:768px){.lightbox-nav-btn{background:#00000080;width:40px;height:50px}.lightbox-image-container{padding:5px}}.lightbox-footer{z-index:10;background:linear-gradient(#0000,#000000b3);flex-direction:column;align-items:center;padding:20px 25px 30px;display:flex}.lightbox-caption{color:#fff;text-align:center;max-width:600px;font-size:.95rem;line-height:1.5;font-family:var(--font-sans,system-ui,sans-serif);text-shadow:0 2px 4px #00000080;margin-bottom:20px}.lightbox-thumbnails-track{scrollbar-width:thin;scrollbar-color:#fff3 transparent;width:100%;max-width:680px;overflow-x:auto}.lightbox-thumbnails-track::-webkit-scrollbar{height:4px}.lightbox-thumbnails-track::-webkit-scrollbar-thumb{background-color:#ffffff40;border-radius:4px}.lightbox-thumbnails{justify-content:center;gap:8px;width:max-content;margin:0 auto;padding:5px 0;display:flex}.lightbox-thumb-wrapper{cursor:pointer;opacity:.45;border:2px solid #0000;border-radius:4px;width:60px;height:40px;transition:opacity .2s,border-color .2s,transform .2s;overflow:hidden}.lightbox-thumb-wrapper:hover{opacity:.85;transform:translateY(-2px)}.lightbox-thumb-wrapper.active{opacity:1;border-color:var(--accent-red,#e53935);transform:translateY(-2px)scale(1.05)}.lightbox-thumb{object-fit:cover;width:100%;height:100%}@media (max-width:600px){.lightbox-thumb-wrapper{width:45px;height:32px}.lightbox-caption{margin-bottom:12px;font-size:.85rem}}
