
:root{--bg:#05071f;--gold:#d8b15d;--gold2:#f3d78f;--cream:#f8e8bc}
*{box-sizing:border-box;margin:0;padding:0}
html,body,#site{min-height:100%;background:var(--bg);color:white;font-family:Inter,sans-serif}
a{text-decoration:none;color:inherit}
.site-shell{min-height:100vh;overflow:hidden}
.nav{height:86px;display:flex;align-items:center;gap:28px;padding:0 clamp(18px,4vw,70px);background:rgba(4,6,31,.96);border-bottom:1px solid rgba(216,177,93,.35);position:sticky;top:0;z-index:10}
.logo{width:130px;object-fit:contain}
.nav-links{display:flex;gap:24px;white-space:nowrap;overflow:auto}
.nav-links a{font-size:12px;font-weight:800;letter-spacing:1px;text-transform:uppercase;color:var(--cream)}
.page{position:relative;min-height:calc(100vh - 86px);overflow:hidden;background:linear-gradient(180deg,#070a2b,#020419)}
.canvas-el{position:absolute}
.text-el{white-space:pre-wrap;line-height:1.12}
.img-el{width:100%;height:100%;object-fit:cover;border-radius:inherit}
.btn-el{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(135deg,var(--gold),var(--gold2));color:#111;border-radius:12px;font-weight:800;text-transform:uppercase;letter-spacing:.7px}
.video-el{width:100%;height:100%;border:0;border-radius:inherit;background:#000}
.gallery-el{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;width:100%;height:100%}
.gallery-el img{width:100%;height:100%;object-fit:cover;border-radius:12px}
.contact-form{display:grid;gap:12px;width:100%;height:100%;padding:18px;border:1px solid rgba(216,177,93,.35);border-radius:18px;background:rgba(0,0,0,.28)}
.contact-form input,.contact-form textarea{width:100%;border:1px solid rgba(216,177,93,.35);border-radius:10px;background:rgba(255,255,255,.06);color:white;padding:12px;font-family:Inter}
.contact-form button{border:0;border-radius:12px;padding:14px;background:linear-gradient(135deg,var(--gold),var(--gold2));font-weight:800;color:#111}
@media(max-width:720px){
  .nav{height:76px;padding:0 14px}
  .logo{width:110px}
  .nav-links{gap:18px}
  .page{min-height:900px}
}
