div.popup-container{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.8);display:none;align-items:center;justify-content:center;z-index:1000}div.popup-content{background:white;max-width:62.5rem;height:100vh;overflow:auto}div.popup-header{position:sticky;top:0;display:flex;justify-content:flex-end;border-bottom:1px solid var(--color-gray);padding:2rem;background-color:var(--color-white);z-index:1001}div.popup-header button.close-popup{background:none;border:none;width:fit-content;padding:0}div.gallery-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:2rem}div.gallery-item img{width:100%;max-height:24rem;object-fit:cover;border-radius:4px;aspect-ratio:16/9}div.gallery-video .embed-container iframe{border-radius:4px}div.gallery-item:nth-child(1){grid-column:1 / -1}div.gallery-item:nth-child(3n + 1):not(:nth-child(1)){grid-column:1 / -1}@media (max-width:768px){div.popup-header{padding:1.5rem 1rem}div.popup-content{width:100vw;height:100vh}div.gallery-wrapper{grid-template-columns:1fr;padding:1.5rem 1rem}}