:root { color-scheme: light; font-family: system-ui, sans-serif; color: #1b1b1b; background: #f7f7f5; }
body { display: grid; min-height: 100vh; margin: 0; place-items: center; }
main { width: min(42rem, calc(100% - 3rem)); }
.eyebrow { color: #5f5f5f; font-size: .875rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
h1 { margin-bottom: .5rem; font-size: clamp(2.5rem, 8vw, 5rem); line-height: 1; }
nav { display: flex; gap: 1rem; margin-top: 2rem; }
a { color: #075985; }
