*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;background:#111;color:#fff}header{position:fixed;top:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px;background:rgba(0,0,0,.8);z-index:1000}nav a{color:#fff;text-decoration:none;margin-left:20px}.hero img{width:100%;height:100vh;object-fit:cover}section{padding:90px 8%}.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.gallery img{width:100%;border-radius:8px;cursor:pointer}#about,#contact{text-align:center}#about p{max-width:700px;margin:0 auto;line-height:1.8}#contact a{display:inline-block;margin-top:20px;font-size:42px;color:#fff}.lightbox{display:none;position:fixed;inset:0;background:rgba(0,0,0,.95);align-items:center;justify-content:center;z-index:9998}.lightbox.show{display:flex}.lightbox img{max-width:90%;max-height:90%}.close{position:fixed;top:20px;right:25px;font-size:50px;color:#fff;cursor:pointer;z-index:9999}.prev,.next{position:fixed;top:50%;transform:translateY(-50%);background:none;border:none;color:#fff;font-size:48px;cursor:pointer;z-index:9999}.prev{left:20px}.next{right:20px}@media(max-width:768px){header{flex-direction:column}.gallery{grid-template-columns:1fr 1fr}}