@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,600;9..144,700&display=swap";:root{--ink:#f4f0e8;--muted:#aaa69e;--line:#ffffff1f;--night:#090b10}*{box-sizing:border-box}html{background:var(--night);color:var(--ink)}body{background:radial-gradient(circle at 73% -10%, #26283b 0, transparent 35%), var(--night);margin:0;font-family:DM Sans,sans-serif}a{color:inherit}main{min-height:100vh;overflow:hidden}.hero,.games,footer{width:min(1180px,100% - 40px);margin:auto}nav{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:96px;display:flex}.brand{letter-spacing:-.02em;align-items:center;gap:12px;font-weight:700;text-decoration:none;display:flex}.brand span{color:#ff7650;border:1px solid #e45d35;border-radius:50%;place-items:center;width:34px;height:34px;font-family:Fraunces;display:grid}.status{color:var(--muted);align-items:center;gap:9px;font-size:13px;display:flex}.status i{background:#74c58e;border-radius:50%;width:7px;height:7px;box-shadow:0 0 12px #74c58e}.heroCopy{max-width:860px;padding:92px 0 88px}.kicker,.eyebrow{color:#e68d45;letter-spacing:.2em;text-transform:uppercase;font-size:12px;font-weight:700}h1,h2,h3{letter-spacing:-.04em;margin:0;font-family:Fraunces,serif}h1{font-size:clamp(58px,9vw,116px);line-height:.88}h1 em{color:#e68d45;font-weight:600}.heroCopy>p:last-child{max-width:600px;color:var(--muted);margin:34px 0 0;font-size:19px;line-height:1.65}.games{border-top:1px solid var(--line);padding:72px 0 96px}.sectionHeading{justify-content:space-between;align-items:end;gap:30px;margin-bottom:40px;display:flex}.sectionHeading h2{font-size:clamp(38px,5vw,58px)}.sectionHeading>p{max-width:360px;color:var(--muted);font-size:14px;line-height:1.5}.gameGrid{grid-template-columns:repeat(2,1fr);gap:22px;display:grid}.gameCard{border:1px solid var(--line);background:#11141b;border-radius:24px;transition:transform .25s,border-color .25s;overflow:hidden}.gameCard:hover{border-color:#ffffff40;transform:translateY(-4px)}.art{place-items:center;height:310px;display:grid;position:relative;overflow:hidden}.art b{text-shadow:0 15px 60px #00000080;font:700 130px/1 Fraunces;position:relative}.orb{filter:blur(1px);border-radius:48% 52% 45% 55%;width:340px;height:340px;position:absolute;transform:rotate(25deg)}.mothman .art{color:#ffdfcc;background:radial-gradient(circle at 50% 65%,#6f1828,#1d101b 62%,#0d0c11)}.mothman .orb{opacity:.6;background:linear-gradient(135deg,#ec542e,#430d2b)}.stringFive .art{color:#d7ffdd;background:radial-gradient(circle at 50% 55%,#1d6b66,#102d35 60%,#0b141a)}.stringFive .orb{opacity:.5;background:linear-gradient(135deg,#e8c36a,#1b8b72)}.alphaBadge{letter-spacing:.15em;border:1px solid #ffffff59;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:700;position:absolute;top:22px;right:22px}.cardBody{padding:30px}.cardBody h3{font-size:clamp(32px,4vw,48px)}.cardBody>p:not(.eyebrow){color:var(--muted);min-height:77px;line-height:1.6}.cardBody a{align-items:center;gap:10px;margin-top:16px;font-weight:700;text-decoration:none;display:inline-flex}.cardBody a span{color:#e68d45}footer{border-top:1px solid var(--line);color:#777;justify-content:space-between;padding:34px 0 42px;font-size:12px;display:flex}@media (width<=700px){.status{display:none}.heroCopy{padding:68px 0 64px}.gameGrid{grid-template-columns:1fr}.sectionHeading{flex-direction:column;align-items:start}.art{height:240px}footer{flex-direction:column;gap:14px}}
