*{box-sizing:border-box;margin:0;padding:0}body{font-family:'Unbounded',sans-serif;background:#000;color:#fff;line-height:1.6;text-align:center}
.hero{height:100vh;background:radial-gradient(circle at center,rgba(220,20,60,.4),#000 80%);display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative}
.hero::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,#ff0033 0%,rgba(0,0,0,0.9) 70%);mix-blend-mode:screen;opacity:.25}
.hero h1{font-size:clamp(36px,6vw,80px);color:#ff0033;text-shadow:0 0 25px #ff0033;margin-bottom:12px;font-weight:900}
.hero .sub{font-size:clamp(16px,2vw,22px);opacity:.85;margin-bottom:24px}
.cta{display:inline-block;padding:14px 30px;background:#ff0033;color:#fff;font-weight:700;border-radius:30px;text-decoration:none;box-shadow:0 0 18px rgba(255,0,51,.5);transition:.2s}
.cta:hover{background:#fff;color:#ff0033;box-shadow:0 0 25px #ff0033}
section{padding:70px 20px}
h2{font-size:2rem;color:#ff0033;margin-bottom:10px;text-shadow:0 0 12px #ff0033}
.story p{max-width:700px;margin:0 auto;opacity:.9}
.craft .grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;max-width:800px;margin:0 auto}
.craft div{background:#111;padding:20px;border:1px solid #ff0033;border-radius:12px;box-shadow:0 0 18px rgba(255,0,51,.15)}
.legacy{background:#111;padding:100px 20px}
.legacy blockquote{font-size:1.6rem;color:#ff0033;font-weight:700;margin-bottom:10px;text-shadow:0 0 10px #ff0033}
.waitlist input{padding:12px;border:none;border-radius:20px;width:250px;margin-right:10px}
.waitlist button{padding:12px 25px;border:none;background:#ff0033;color:#fff;border-radius:20px;font-weight:700;cursor:pointer;box-shadow:0 0 15px rgba(255,0,51,.3)}
.waitlist button:hover{background:#fff;color:#ff0033}
.footer{background:#000;padding:30px;font-size:.9rem;opacity:.8;border-top:1px solid #111;margin-top:50px}
@keyframes glow{0%{text-shadow:0 0 5px #ff0033}50%{text-shadow:0 0 25px #ff0033}100%{text-shadow:0 0 5px #ff0033}}