* { box-sizing: border-box; margin: 0; padding: 0; }
body { background-color: #0a0a0a; color: #ededed; font-family: -apple-system, sans-serif; line-height: 1.6; }
h1, .logo { font-family: Georgia, serif; }
.site-header { display: flex; justify-content: space-between; align-items: center; padding: 1.5rem 5%; border-bottom: 1px solid #222; background: rgba(10, 10, 10, 0.85); }
.logo { font-size: 1.5rem; font-weight: bold; letter-spacing: 2px; }
.hero { padding: 8rem 5%; text-align: center; background: #1a1a1a; border-bottom: 1px solid #222; }
.hero h1 { font-size: 3.5rem; }