.gallery-detail-page{width:100%}.gallery-detail-head{width:100%;padding:45px 0 30px}.gallery-detail-head-inner{width:100%}.gallery-detail-back{display:inline-flex;align-items:center;gap:10px;margin-bottom:35px;color:#222;font-family:Archivo,sans-serif;font-size:16px;text-decoration:none}.gallery-detail-back img{width:30px;height:auto}.gallery-detail-head h1{margin:0;font-family:Archivo Black,sans-serif;font-size:clamp(38px,5vw,70px);line-height:1.02;text-transform:uppercase}.gallery-detail-group{width:100%;padding:40px 0 60px}.gallery-detail-group-inner h2{margin:0 0 28px;font-family:Archivo,sans-serif;font-size:clamp(28px,3vw,46px);line-height:1.1}.gallery-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.gallery-detail-card{width:100%;padding:0;border:0;background:transparent;text-align:left;cursor:pointer}.gallery-detail-card img{display:block;width:100%;height:330px;object-fit:cover}.gallery-detail-card h3{margin:12px 0 0;font-family:Archivo,sans-serif;font-size:18px;font-weight:500}.gal-lightbox{position:fixed;inset:0;z-index:999999}.gal-lightbox__overlay{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(0,0,0,.82)}.gal-lightbox__dialog{position:relative;z-index:1;width:min(1100px,92vw);max-height:92vh;margin:4vh auto;overflow:hidden;background:#fff}.gal-lightbox__header{padding:14px 60px 14px 18px;border-bottom:1px solid #eee}.gal-lightbox__title{margin:0;font-family:Archivo,sans-serif;font-size:18px}.gal-lightbox__x{position:absolute;top:10px;right:14px;z-index:4;width:40px;height:40px;border:0;background:#fff;font-size:28px;cursor:pointer}.gal-lightbox__body{display:grid;grid-template-columns:60px minmax(0,1fr) 60px;align-items:center;padding:10px}.gal-lightbox__main{display:flex;align-items:center;justify-content:center}.gal-lightbox__img{display:block;max-width:100%;max-height:65vh;object-fit:contain}.gal-lightbox__nav{height:100%;border:0;background:transparent;font-size:44px;cursor:pointer}.gal-lightbox__thumbs{display:flex;gap:10px;padding:12px 18px 18px;overflow-x:auto;border-top:1px solid #eee}.gal-lightbox__thumb{flex:0 0 auto;width:85px;height:60px;padding:0;overflow:hidden;border:2px solid transparent;background:none;cursor:pointer}.gal-lightbox__thumb.active{border-color:#111}.gal-lightbox__thumb img{width:100%;height:100%;object-fit:cover}@media (max-width:991px){.gallery-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-detail-card img{height:280px}}@media (max-width:767px){.gallery-detail-grid{grid-template-columns:1fr}.gallery-detail-card img{height:auto}.gal-lightbox__body{grid-template-columns:40px minmax(0,1fr) 40px}.gal-lightbox__img{max-height:58vh}}