.page-hero--gallery{padding:80px 0 60px}.page-hero--gallery .page-hero-bg{pointer-events:none}.page-hero--gallery .page-hero-sub{max-width:500px}footer.footer--gallery{margin-top:60px}.filter-bar{z-index:15;background:#fff;border-bottom:1px solid #e7e1d6;padding:20px 0;position:sticky;top:0}.filter-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.filter-categories{flex-wrap:wrap;gap:8px;display:flex}.filter-btn{appearance:none;font:600 12.5px/1 var(--font-sans);color:var(--color-text-muted);cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #e7e1d6;border-radius:30px;padding:8px 20px;transition:all .2s}.filter-btn:hover{border-color:var(--color-gold);color:var(--color-text)}.filter-btn.active{background:var(--color-dark);border-color:var(--color-dark);color:#fff}.filter-media{background:#f0ede6;border-radius:30px;gap:4px;padding:3px;display:flex}.filter-media-btn{appearance:none;font:600 12.5px/1 var(--font-sans);color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:26px;padding:7px 18px;transition:all .2s}.filter-media-btn.active{color:var(--color-text);background:#fff;box-shadow:0 2px 8px #00000014}.gallery-wrap{padding-top:40px;padding-bottom:40px}.gallery-grid{grid-template-columns:repeat(4,1fr);grid-auto-flow:dense;--gallery-gap:16px;--gallery-cols:4;grid-auto-rows:calc((100cqw - (var(--gallery-cols) - 1) * var(--gallery-gap)) / var(--gallery-cols) * 3 / 4);gap:16px;display:grid;container-type:inline-size}.gallery-item{cursor:pointer;background:#e7e1d6;border-radius:14px;align-self:stretch;min-height:0;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.gallery-item:hover{transform:translateY(-3px);box-shadow:0 16px 40px -16px #281e0f59}.gallery-item.hero{grid-area:span 2/span 2}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s;position:absolute;inset:0}.gallery-item:hover img{transform:scale(1.04)}.gallery-item .overlay{opacity:0;pointer-events:none;background:linear-gradient(#0000 50%,#14100bb3);transition:opacity .3s;position:absolute;inset:0}.gallery-item:hover .overlay{opacity:1}.gallery-item .cat-badge{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;letter-spacing:.3px;pointer-events:none;opacity:0;background:#14100bb3;border-radius:20px;padding:5px 14px;font-size:11px;font-weight:600;transition:opacity .3s;position:absolute;top:14px;left:14px}.gallery-item:hover .cat-badge{opacity:1}.gallery-item .info{color:#fff;pointer-events:none;opacity:0;transition:all .3s;position:absolute;bottom:16px;left:16px;right:16px;transform:translateY(10px)}.gallery-item:hover .info{opacity:1;transform:translateY(0)}.gallery-item .info .title{font-family:var(--font-serif);font-size:18px;font-weight:600}.gallery-item .info .sub{color:#d8d2c5;margin-top:3px;font-size:12.5px}.gallery-item .info .sub strong{color:var(--color-gold)}.gallery-item.hero .info .title{font-size:26px}.gallery-item.hero .info .sub{font-size:13.5px}.gallery-item[data-type=video] .play-icon{pointer-events:none;z-index:2;background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .3s,background .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 6px 20px #0003}.gallery-item[data-type=video]:hover .play-icon{background:#fff;transform:translate(-50%,-50%)scale(1.08)}.gallery-item[data-type=video] .play-icon svg{margin-left:2px;display:block}.lightbox{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a0806eb;justify-content:center;align-items:center;padding:60px;display:none;position:fixed;inset:0}.lightbox.open{display:flex}.lightbox-close{color:#fff;cursor:pointer;background:0 0;border:1.5px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;transition:background .2s;display:flex;position:absolute;top:24px;right:24px}.lightbox-close:hover{background:#ffffff1a}.lightbox-content{justify-content:center;align-items:center;max-width:90vw;max-height:80vh;display:flex;position:relative}.lightbox-content img{border-radius:8px;max-width:100%;max-height:80vh;box-shadow:0 30px 80px #00000059}.lightbox-content video{background:#000;border-radius:8px;max-width:100%;max-height:80vh;box-shadow:0 30px 80px #00000059}.lightbox-nav{color:#fff;cursor:pointer;background:#0000004d;border:1.5px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:18px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-nav:hover{background:#ffffff1f}.lightbox-nav.prev{left:-60px}.lightbox-nav.next{right:-60px}.lightbox-caption{text-align:center;color:#d8d2c5;font-size:14px;position:absolute;bottom:-48px;left:0;right:0}.lightbox-caption strong{color:#fff}.lightbox-counter{text-align:center;color:#8f897b;font-size:13px;position:absolute;top:-40px;left:0;right:0}.gallery-empty{text-align:center;color:var(--color-text-muted);grid-column:1/-1;padding:80px 20px;display:none}.gallery-empty.show{display:block}.gallery-empty svg{opacity:.25;margin-bottom:16px}.gallery-empty p{font-size:15px}@media (max-width:1024px){.gallery-grid{--gallery-cols:3;grid-template-columns:repeat(3,1fr)}.gallery-item.hero{grid-area:span 1/span 2}}@media (max-width:768px){.page-hero--gallery .page-hero-title{font-size:38px}.gallery-grid{--gallery-gap:12px;--gallery-cols:2;grid-template-columns:1fr 1fr;gap:12px}.gallery-item.hero{grid-area:span 1/1/auto/-1}.lightbox{padding:24px}.lightbox-nav.prev{left:12px}.lightbox-nav.next{right:12px}.filter-inner{flex-direction:column;align-items:stretch}.filter-categories,.filter-media{justify-content:center}.cta-banner{padding:60px 0}}@media (max-width:480px){.page-hero--gallery{padding:60px 0 40px}.page-hero--gallery .page-hero-title{font-size:30px}.filter-bar{padding:14px 0}.gallery-wrap{padding-top:20px;padding-bottom:20px}.gallery-grid{--gallery-gap:8px;--gallery-cols:1;grid-template-columns:1fr;gap:8px}.lightbox{padding:16px}}
