:root { color-scheme: dark; }
* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; background: #020816; }
body { min-height: 100vh; display: flex; align-items: center; justify-content: center; }
.page { width: 100%; min-height: 100vh; display: flex; align-items: center; justify-content: center; }
.hero-image { display: block; width: 100%; height: 100vh; object-fit: cover; object-position: center; }
