*{margin:0;padding:0;box-sizing:border-box}
body{background:#090909;color:#ddd;font-family:Georgia,serif}
.nav{position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:22px 48px;background:linear-gradient(to bottom,rgba(0,0,0,.88),rgba(0,0,0,0));z-index:10}
.nav a{color:#e8e2d6;text-decoration:none;margin-left:22px;font-size:.9rem}
.logo{color:#efe7d2;font-weight:bold;letter-spacing:2px}
.hero-image{height:100vh;background:url('assets/hero.jpg') center center/cover no-repeat;}
.content{max-width:1000px;margin:auto;padding:80px 40px;line-height:1.7}
