.detail-gallery{margin:38px 0 10px}.detail-gallery>p{color:#ec6d26;font:700 10px 'DM Sans',sans-serif;letter-spacing:1.7px}.detail-gallery>div{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.detail-gallery button{padding:0;border:0;background:#e5e8e5;cursor:pointer;overflow:hidden}.detail-gallery img{display:block;width:100%;height:155px;object-fit:cover;transition:transform .35s}.detail-gallery button:hover img{transform:scale(1.07)}.detail-gallery-modal{display:none;position:fixed;z-index:2000;inset:0;background:rgba(5,14,40,.9);align-items:center;justify-content:center;padding:35px}.detail-gallery-modal.open{display:flex}.detail-gallery-modal>img{max-width:100%;max-height:90vh;object-fit:contain}.detail-gallery-modal button{position:absolute;border:0;cursor:pointer}.detail-gallery-modal .gallery-close{right:24px;top:20px;border-radius:50%;width:40px;height:40px;background:#ec6d26;color:#fff;font-size:28px}.detail-gallery-modal .gallery-arrow{top:50%;width:48px;height:48px;border-radius:50%;background:#fff;color:#0c1c4d;font-size:25px}.detail-gallery-modal .gallery-prev{left:34px}.detail-gallery-modal .gallery-next{right:34px}.gallery-count{position:absolute;bottom:22px;color:#fff;font:700 12px 'DM Sans',sans-serif;letter-spacing:1px}@media(max-width:700px){.detail-gallery>div{grid-template-columns:repeat(2,1fr)}.detail-gallery img{height:130px}.detail-gallery-modal .gallery-prev{left:13px}.detail-gallery-modal .gallery-next{right:13px}}
