:root{--bg: #14110e;--bg-2: #1d1813;--ink: #f4efe7;--muted: #b7ab99;--line: #3a3128;--accent: #c9a24b}*{box-sizing:border-box}html,body{height:100%}body{margin:0;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:2rem;font-family:Iowan Old Style,Palatino Linotype,Palatino,Georgia,serif;color:var(--ink);background:radial-gradient(120% 80% at 50% -10%,#241d16 0%,var(--bg) 60%) fixed;overflow:hidden}.shards{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.shard{position:absolute;width:2px;height:2px;background:var(--accent);border-radius:50%;opacity:0;animation:drift 9s ease-in-out infinite}@keyframes drift{0%{opacity:0;transform:translate(var(--dx),var(--dy)) scale(1)}50%{opacity:.5}to{opacity:0;transform:translate(0) scale(.4)}}main{position:relative;z-index:1;max-width:40rem;text-align:center;animation:rise 1s ease both}@keyframes rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.kicker{font-family:ui-sans-serif,system-ui,-apple-system,sans-serif;text-transform:uppercase;letter-spacing:.28em;font-size:.72rem;color:var(--accent);margin-bottom:1.6rem}h1{font-size:clamp(3rem,12vw,5.5rem);font-weight:500;letter-spacing:.01em;margin:0;line-height:1}.tagline{margin:1.6rem auto 0;max-width:30rem;font-size:clamp(1.05rem,2.6vw,1.3rem);color:var(--muted);line-height:1.5}.rule{width:3rem;height:1px;background:var(--line);margin:2.4rem auto}.lead{font-size:1rem;color:var(--muted);line-height:1.65;max-width:34rem;margin:0 auto}.lead strong{color:var(--ink);font-weight:500}footer{position:fixed;bottom:1.4rem;left:0;right:0;z-index:1;text-align:center;font-family:ui-sans-serif,system-ui,-apple-system,sans-serif;font-size:.74rem;letter-spacing:.04em;color:#6f6656}@media (max-width: 480px){footer{position:static;margin-top:2.5rem}body{overflow:auto}}
