html,body{max-width:100%;overflow-x:hidden}
body{font-family:'Inter',system-ui}
.hide{display:none}
.swiper{touch-action: pan-y; width:100%;box-sizing:border-box;max-width:100%;overflow:hidden}
.swiper-wrapper{align-items:center}
.swiper-slide{overflow:hidden;display:flex;align-items:center;justify-content:center}
.swiper-slide img,.swiper-slide video{width:100%;height:auto;object-fit:cover;max-width:100vw;display:block}
.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center center;opacity:.7;pointer-events:none}
.hero-bg .overlay{position:absolute;inset:0;pointer-events:none}

/* Hero content contrast */
.hero-content h1{color:#ffffff}
.hero-content p{color:rgba(255,255,255,0.92)}
.hero-content h1{font-weight:800;text-shadow:0 6px 18px rgba(0,0,0,0.6)}
.hero-content a.secondary{border-color:rgba(255,255,255,0.32);color:#fff}
.hero-content .mt-3 a{color:rgba(255,255,255,0.85)}
/* Modal / Lightbox gallery */
.gallery-modal{position:fixed;inset:0;display:none;z-index:999999;align-items:center;justify-content:center;padding:20px}
.gallery-modal.active{display:flex}
.gallery-modal .backdrop{position:absolute;inset:0;background:rgba(0,0,0,0.95);z-index:999999}
.gallery-modal .modal-inner{position:relative;max-width:1400px;width:100%;max-height:94vh;border-radius:14px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,0.6);z-index:1000000}
.gallery-modal .modal-inner .swiper-slide{display:flex;align-items:center;justify-content:center;background:transparent}
.gallery-modal img{max-height:88vh;object-fit:contain;width:auto;max-width:100%;transition:transform .28s ease}
.gallery-modal img.zoomed{transform:scale(2);cursor:zoom-out}
.gallery-modal img{cursor:zoom-in}
.gallery-modal .close-btn{position:absolute;top:10px;right:10px;z-index:70;background:rgba(255,255,255,0.06);border-radius:8px;padding:8px;color:#fff;border:0}
.modal-open{overflow:hidden}
@media (max-width:768px){
  .hero-bg img{object-position:center top;opacity:.65}
  .swiper{max-width:420px;margin-left:auto;margin-right:0}
}
