:root{--background:#faf9f7;--surface:#fff;--ink:#11131c}*{box-sizing:border-box}html{background:var(--background);min-height:100%}body{min-height:100vh;color:var(--ink);background:radial-gradient(circle at 50% 0%, #fffffff2, #fff0 36rem), linear-gradient(180deg, #fff 0%, var(--background) 58%, #f2f4f2 100%);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.page-shell{place-items:center;min-height:100vh;padding:clamp(2rem,5vw,4.5rem);display:grid}.hero{text-align:center;align-content:center;place-items:center;gap:clamp(1.2rem,3vw,2rem);display:grid}.brand-logo{width:min(60vw,24rem);min-width:15rem;height:auto;display:block}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:640px){.page-shell{padding:1.35rem}.brand-logo{width:min(84vw,19rem);min-width:13rem}}
