.gallery-main{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:58px 0 70px}
.gallery-heading{max-width:720px;margin:26px 0 36px}
.gallery-heading>span{font-size:11px;font-weight:900;letter-spacing:.18em;color:#9a7310}
.gallery-heading h1{font-size:clamp(42px,7vw,76px);line-height:.95;letter-spacing:-.055em;margin:12px 0;color:var(--red)}
.gallery-heading p{font-size:17px;line-height:1.65;color:#596672;margin:0}
.gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;background:#fff;padding:8px;border-radius:22px;box-shadow:0 18px 48px rgba(19,28,35,.08);border:1px solid #e4e9ed}
.gallery-item{position:relative;display:block;width:100%;padding:0;border:0;background:#dfe5e9;aspect-ratio:1/1;overflow:hidden;cursor:pointer;border-radius:12px}
.gallery-item:nth-child(7n+1),.gallery-item:nth-child(7n+5){grid-row:span 2;aspect-ratio:auto;min-height:100%}
.gallery-item img,.gallery-item video{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease,filter .35s ease}
.gallery-item:hover img,.gallery-item:hover video{transform:scale(1.045);filter:brightness(.72)}
.gallery-hover{position:absolute;inset:0;display:grid;place-items:center;color:#fff;opacity:0;transition:opacity .25s ease;background:rgba(10,16,21,.08)}
.gallery-hover svg{width:34px;height:34px;filter:drop-shadow(0 3px 8px rgba(0,0,0,.35))}
.gallery-item:hover .gallery-hover{opacity:1}
.play-badge{position:absolute;left:12px;bottom:12px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.92);color:#ed3106;box-shadow:0 7px 18px rgba(0,0,0,.18)}
.play-badge svg{width:22px;height:22px}
.gallery-empty{min-height:340px;border:1px dashed #cfd7dd;border-radius:24px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:34px;box-shadow:0 14px 36px rgba(20,29,36,.04)}
.gallery-empty-icon{width:72px;height:72px;border-radius:22px;background:#fff0ed;color:var(--red);display:grid;place-items:center;margin-bottom:18px}
.gallery-empty-icon svg{width:34px;height:34px}.gallery-empty h2{margin:0;font-size:25px}.gallery-empty p{max-width:470px;color:#687681;line-height:1.6;margin:9px 0 0}
.gallery-lightbox{position:fixed;inset:0;z-index:200;background:rgba(4,8,12,.94);display:flex;align-items:center;justify-content:center;padding:42px 78px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s ease}
.gallery-lightbox.is-open{opacity:1;visibility:visible;pointer-events:auto}
.lightbox-content{max-width:min(1120px,88vw);max-height:90vh;display:flex;flex-direction:column;align-items:center;gap:13px}
.lightbox-media{display:grid;place-items:center;max-width:100%;max-height:80vh}
.lightbox-media img,.lightbox-media video{display:block;max-width:100%;max-height:80vh;width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 22px 70px rgba(0,0,0,.45);background:#000}
.lightbox-caption{margin:0;color:#fff;font-size:14px;text-align:center;min-height:20px;opacity:.9}
.lightbox-close{position:fixed;top:16px;right:20px;width:48px;height:48px;border:0;border-radius:50%;background:rgba(255,255,255,.12);color:#fff;font-size:34px;line-height:1;cursor:pointer}
.lightbox-nav{position:fixed;top:50%;transform:translateY(-50%);width:50px;height:62px;border:0;border-radius:16px;background:rgba(255,255,255,.11);color:#fff;font-size:42px;cursor:pointer}.lightbox-nav.prev{left:18px}.lightbox-nav.next{right:18px}
body.lightbox-open{overflow:hidden}
@media(max-width:850px){.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;padding:5px;border-radius:15px}.gallery-item{border-radius:8px}.gallery-item:nth-child(7n+1),.gallery-item:nth-child(7n+5){grid-row:auto;aspect-ratio:1/1}.gallery-lightbox{padding:60px 14px 80px}.lightbox-content{max-width:96vw}.lightbox-nav{top:auto;bottom:18px;width:52px;height:48px}.lightbox-nav.prev{left:calc(50% - 62px)}.lightbox-nav.next{right:calc(50% - 62px)}}
@media(max-width:520px){.gallery-main{width:min(100% - 24px,1180px);padding-top:38px}.gallery-heading{margin-top:24px;margin-bottom:26px}.gallery-heading p{font-size:15px}.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.play-badge{width:30px;height:30px;left:7px;bottom:7px}.play-badge svg{width:18px;height:18px}.gallery-hover{display:none}}
