:root{--background:#000;--foreground:#fff}*{box-sizing:border-box}html{background:var(--background)}body{background:var(--background);min-height:100svh;color:var(--foreground);text-rendering:optimizelegibility;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.hero{align-items:flex-end;min-height:100svh;padding:clamp(4rem,12vw,11rem) clamp(1.25rem,4vw,4rem) clamp(2.75rem,7vw,6rem);display:flex}.hero h1{letter-spacing:-.075em;margin:0;font-size:clamp(3.75rem,10.5vw,10.5rem);font-weight:520;line-height:.9}@media (max-width:600px){.hero{padding:5rem 1.25rem 2.25rem}.hero h1{font-size:clamp(3.5rem,17vw,6.25rem)}}
