:root{color-scheme:light;--background:#f8f5ed;--foreground:#17211a;--accent:#1f7a4d}*{box-sizing:border-box}html{min-height:100%;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;background:var(--background);color:var(--foreground)}body{min-height:100vh;margin:0}.hero{display:grid;min-height:100vh;place-items:center;padding:2rem;text-align:center}h1{max-width:13ch;margin:0;color:var(--foreground);font-size:clamp(3rem,12vw,8.5rem);font-weight:800;line-height:.95;letter-spacing:0;text-wrap:balance}h1::after{display:block;width:min(7rem,40vw);height:.5rem;margin:1.5rem auto 0;border-radius:999px;background:var(--accent);content:""}@media(max-width:36rem){.hero{padding:1.5rem}h1{max-width:11ch;font-size:clamp(2.65rem,16vw,4.5rem)}}