video{background:#000}.video-container{position:relative}.pause-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.gallery{margin-bottom:50px}.gallery-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:40px}.photo-card{width:320px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.gallery-grid img,.gallery-grid video{border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease}.gallery-grid img:hover,.gallery-grid video:hover{transform:scale(1.05);cursor:pointer}.modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.8);z-index:1000}.modal,.modal-content{display:flex;justify-content:center;align-items:center}.modal-content{height:80vh;max-width:95vw;background:#222;border-radius:10px;overflow:hidden;box-sizing:border-box}.modal-content img,.modal-content video{height:100%;width:auto;max-width:100%;max-height:100%;object-fit:contain;border-radius:10px;background:#222;display:block}.modal-next,.modal-prev{position:absolute;top:50%;transform:translateY(-50%);background-color:rgba(255,255,255,.8);border:none;padding:10px;font-size:24px;cursor:pointer;z-index:1001;border-radius:50%}.modal-prev{left:10vw}.modal-next{right:10vw}.modal-next:hover,.modal-prev:hover{background-color:#ede8d0}