:root{--bg:#08070a;--text:#f7f1eb;--muted:#c8bec8}*{box-sizing:border-box}html,body{min-height:100%}body{background:var(--bg);color:var(--text);letter-spacing:0;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.landing-page{place-items:center;min-height:100vh;padding:clamp(1.5rem,5vw,4rem);display:grid}.landing-title{text-align:center;gap:1rem;display:grid}h1,p{margin:0}h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(3.6rem,12vw,10rem);font-weight:400;line-height:.9}p{color:var(--muted);letter-spacing:.16em;text-transform:uppercase;font-size:clamp(1rem,2vw,1.35rem)}
