:root { color-scheme: dark; font-family: system-ui, sans-serif; background: #111613; color: #e9f0ea; }
body { margin: 0; min-height: 100vh; display: grid; place-items: center; }
main { width: min(42rem, calc(100% - 3rem)); }
.eyebrow { color: #82b891; font-size: .8rem; font-weight: 700; letter-spacing: .18em; }
h1 { max-width: 14ch; font-size: clamp(2.5rem, 8vw, 5rem); line-height: .98; margin: .4rem 0 1.5rem; }
main > p:last-child { color: #aebbb1; font-size: 1.15rem; }

