:root {
  color-scheme: dark;
  --ink: #f7f4ed;
  --muted: #a6a8b2;
  --night: #111522;
  --night-soft: #171b2a;
  --violet: #a889ff;
  --violet-bright: #c1aaff;
  --line: rgba(247, 244, 237, 0.16);
  --max: 1180px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--night); color: var(--ink); }
a { color: inherit; text-decoration: none; }

.site-header, .hero, .games-section, .manifesto, .site-footer { width: min(var(--max), calc(100% - 64px)); margin: 0 auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; padding: 28px 0; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.brand em { color: var(--violet); font-style: normal; }
.brand-mark { color: var(--violet-bright); font-size: 20px; transform: rotate(45deg); }
.header-link, .text-link { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.header-link { color: var(--muted); }
.header-link span, .text-link span { color: var(--violet-bright); padding-left: 8px; }

.hero { min-height: 650px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 32px; }
.hero-copy { position: relative; z-index: 1; padding: 80px 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: var(--violet-bright); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 22px; height: 1px; background: var(--violet-bright); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { margin-bottom: 28px; font-size: clamp(56px, 8vw, 108px); font-weight: 500; letter-spacing: -.075em; line-height: .88; }
h1 i, h2 i { color: var(--violet); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lede { max-width: 400px; margin-bottom: 34px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.button { display: inline-flex; align-items: center; gap: 28px; padding: 15px 20px; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--violet); color: #151120; }
.button-primary:hover { background: var(--violet-bright); }

.hero-art { position: relative; height: 470px; overflow: hidden; }
.orbit { position: absolute; border: 1px solid rgba(168, 137, 255, .55); border-radius: 50%; transform: rotate(-24deg); }
.orbit-one { width: 480px; height: 190px; top: 130px; left: 5%; }
.orbit-two { width: 470px; height: 270px; top: 90px; left: 9%; transform: rotate(35deg); border-color: rgba(247, 244, 237, .22); }
.stone { position: absolute; background: linear-gradient(145deg, #bca6ff 0%, #765dc4 46%, #3c2e69 100%); box-shadow: 34px 34px 0 rgba(0, 0, 0, .22), 0 0 70px rgba(168, 137, 255, .32); transform: rotate(38deg) skew(-8deg, -8deg); }
.stone-large { width: 195px; height: 220px; top: 118px; left: 32%; clip-path: polygon(32% 0, 90% 16%, 100% 67%, 65% 100%, 7% 76%, 0 24%); }
.stone-small { width: 50px; height: 60px; top: 55px; right: 10%; background: var(--violet); clip-path: polygon(25% 0, 100% 20%, 78% 100%, 0 74%); }
.spark { position: absolute; color: var(--violet-bright); font-size: 24px; }
.spark-one { top: 63px; left: 18%; }.spark-two { bottom: 70px; right: 14%; font-size: 14px; }
.coordinate { position: absolute; bottom: 25px; left: 8%; color: var(--muted); font-size: 9px; letter-spacing: .18em; line-height: 1.8; }

.games-section { padding: 130px 0 110px; border-top: 1px solid var(--line); }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 55px; }
h2 { margin: 0; font-size: clamp(48px, 6vw, 82px); }
.game-card { display: grid; grid-template-columns: 1fr 1fr; background: var(--night-soft); }
.game-card-art { position: relative; min-height: 420px; overflow: hidden; background: radial-gradient(circle at 50% 40%, #41336f, #20243a 48%, #171b2a 80%); }
.map-line { position: absolute; height: 1px; background: rgba(193, 170, 255, .6); transform-origin: left; }
.line-a { width: 72%; top: 46%; left: 15%; transform: rotate(-19deg); }.line-b { width: 65%; top: 59%; left: 20%; transform: rotate(24deg); }
.map-node { position: absolute; display: grid; place-items: center; width: 56px; height: 56px; border: 1px solid var(--violet-bright); border-radius: 50%; color: var(--violet-bright); font-size: 11px; }
.node-a { top: 27%; left: 23%; }.node-b { top: 42%; left: 52%; background: var(--violet); color: #171226; }.node-c { top: 66%; right: 18%; }
.card-stamp { position: absolute; bottom: 28px; left: 30px; color: rgba(247, 244, 237, .65); font-size: 10px; font-weight: 800; letter-spacing: .2em; line-height: 1.35; }
.game-card-copy { display: flex; flex-direction: column; justify-content: center; padding: 56px; }
.card-kicker { color: var(--violet-bright); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h3 { margin: 16px 0 20px; font-size: clamp(42px, 5vw, 68px); font-weight: 500; letter-spacing: -.06em; }
.game-card-copy > p:not(.card-kicker) { max-width: 350px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.text-link { margin-top: 24px; color: var(--ink); font-weight: 800; }
.manifesto { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding: 90px 0; border-top: 1px solid var(--line); }
.manifesto p:first-child { margin: 0; font-size: clamp(32px, 4vw, 56px); letter-spacing: -.06em; line-height: .95; }.manifesto strong { color: var(--violet); font-weight: 500; }
.manifesto-note { max-width: 330px; align-self: end; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.site-footer { display: flex; justify-content: space-between; padding: 24px 0 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 760px) {
  .site-header, .hero, .games-section, .manifesto, .site-footer { width: min(100% - 40px, var(--max)); }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 70px 0 90px; }
  .hero-copy { padding: 0; }.hero-art { height: 320px; margin-top: -20px; }.stone-large { left: 31%; top: 70px; width: 140px; height: 160px; }.orbit-one { width: 360px; left: 0; top: 90px; }.orbit-two { width: 360px; left: 8%; top: 60px; }
  .section-heading { display: block; }.section-heading .eyebrow { margin-bottom: 34px; }.game-card, .manifesto { grid-template-columns: 1fr; }.game-card-art { min-height: 300px; }.game-card-copy { padding: 36px 28px 42px; }.manifesto-note { margin-top: 25px; }.site-footer { gap: 20px; flex-direction: column; }
}
