:root {
  --ink: #f7f9ff;
  --muted: #9aa6ba;
  --dark: #070a12;
  --panel: #0e1422;
  --blue: #2c7dff;
  --cyan: #56d8ff;
  --orange: #ff8a18;
  --line: rgba(255,255,255,.11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at 77% 9%, rgba(44,125,255,.2), transparent 29rem),
    radial-gradient(circle at 12% 70%, rgba(255,138,24,.08), transparent 32rem),
    var(--dark);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; }
.skip { position: fixed; top: -5rem; left: 1rem; z-index: 100; padding: .8rem 1rem; background: white; color: #000; }
.skip:focus { top: 1rem; }

.site-header {
  width: min(1180px, calc(100% - 2.5rem));
  min-height: 92px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.wordmark { display: inline-flex; flex-direction: column; gap: .12rem; text-decoration: none; font-weight: 950; letter-spacing: -.05em; line-height: .85; font-size: 1.35rem; }
.wordmark .three { color: var(--blue); }
.wordmark small { font-size: .55rem; letter-spacing: .55em; color: #a9b5c9; padding-left: .16rem; }
nav { display: flex; align-items: center; gap: 2rem; }
nav a { position: relative; padding: 2.2rem 0; color: var(--muted); text-decoration: none; font-size: .88rem; font-weight: 750; }
nav a:hover, nav a:focus-visible, nav a.active { color: white; }
nav a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.5px; height: 2px; background: var(--blue); }

main { width: min(1180px, calc(100% - 2.5rem)); margin: auto; }
.hero {
  min-height: 680px;
  padding: 5.5rem 0 4.5rem;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: clamp(2.5rem, 7vw, 7rem);
}
.hero-copy { animation: lift .7s ease both; }
.eyebrow { display: flex; align-items: center; gap: .7rem; margin: 0 0 1.4rem; color: #aebbd1; font-size: .76rem; font-weight: 850; letter-spacing: .18em; }
.eyebrow span { width: 34px; height: 2px; background: var(--blue); }
h1 { margin: 0; font-size: clamp(3.5rem, 6.4vw, 6.6rem); line-height: .91; letter-spacing: -.075em; font-weight: 950; }
h1 em, .spotlight h2 em { color: var(--blue); font-style: normal; }
.intro { max-width: 35rem; margin: 2rem 0; color: #b3bed0; font-size: 1.1rem; line-height: 1.7; }
.actions { display: flex; flex-wrap: wrap; gap: .85rem; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: .8rem; padding: 0 1.35rem; border-radius: .55rem; text-decoration: none; font-weight: 850; transition: transform .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button.primary { background: var(--blue); box-shadow: 0 15px 35px rgba(44,125,255,.25); }
.button.primary:hover { background: #438cff; }
.button.secondary { border: 1px solid var(--line); background: rgba(255,255,255,.035); }
.button.secondary:hover { background: rgba(255,255,255,.075); }

.game-feature {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 1.2rem;
  background: #121a2a;
  box-shadow: 0 35px 90px rgba(0,0,0,.48);
  text-decoration: none;
  transform: rotate(1.2deg);
  transition: transform .35s ease, box-shadow .35s ease;
  animation: card-in .8s .12s ease both;
}
.game-feature::before { content: ""; position: absolute; inset: 0; z-index: 1; box-shadow: inset 0 0 0 1px rgba(255,255,255,.06); border-radius: inherit; pointer-events: none; }
.game-feature:hover, .game-feature:focus-visible { transform: rotate(0) translateY(-8px); box-shadow: 0 42px 100px rgba(0,0,0,.58), 0 0 55px rgba(44,125,255,.12); }
.game-feature img { width: 100%; aspect-ratio: 16 / 10; display: block; object-fit: cover; object-position: center; }
.game-card-copy { min-height: 132px; padding: 1.45rem 1.55rem; display: flex; align-items: center; justify-content: space-between; background: linear-gradient(115deg, #101827, #0d1320); }
.available { display: inline-block; margin-bottom: .5rem; color: var(--cyan); font-size: .66rem; font-weight: 900; letter-spacing: .17em; }
.game-card-copy h2 { margin: 0 0 .25rem; font-size: 2rem; line-height: 1; letter-spacing: -.04em; }
.game-card-copy p { margin: 0; color: var(--muted); font-size: .92rem; }
.round-arrow { width: 52px; height: 52px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--orange); font-size: 1.35rem; font-weight: 900; }

.spotlight {
  min-height: 260px;
  padding: 3.5rem 0;
  display: grid;
  grid-template-columns: .55fr 1.3fr auto;
  align-items: center;
  gap: 3rem;
  border-top: 1px solid var(--line);
}
.spotlight-label { align-self: start; }
.spotlight-label span { color: var(--blue); font-size: 2.5rem; font-weight: 950; letter-spacing: -.07em; }
.spotlight-label p { margin: .3rem 0 0; color: var(--muted); font-size: .68rem; font-weight: 850; letter-spacing: .16em; }
.spotlight h2 { max-width: 600px; margin: 0; font-size: clamp(2rem, 3.5vw, 3.3rem); line-height: 1.04; letter-spacing: -.055em; }
.spotlight-copy > p { max-width: 560px; margin: 1rem 0 0; color: var(--muted); line-height: 1.65; }
.text-link { display: inline-flex; gap: .6rem; align-items: center; white-space: nowrap; color: white; font-weight: 850; text-decoration: none; border-bottom: 1px solid var(--blue); padding-bottom: .35rem; }
.text-link:hover span { transform: translateX(4px); }
.text-link span { transition: transform .2s ease; }
footer { width: min(1180px, calc(100% - 2.5rem)); min-height: 110px; margin: auto; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); color: #77849a; font-size: .76rem; }
.footer-mark { color: #c5cede; text-decoration: none; font-weight: 950; letter-spacing: -.035em; }
.footer-mark span { color: var(--blue); }

@keyframes lift { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes card-in { from { opacity: 0; transform: translateY(30px) rotate(1.2deg); } to { opacity: 1; transform: rotate(1.2deg); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }

@media (max-width: 820px) {
  .site-header { min-height: 76px; }
  nav { gap: 1rem; }
  nav a { padding: 1.7rem 0; font-size: .8rem; }
  .hero { min-height: auto; padding: 3.6rem 0; grid-template-columns: 1fr; gap: 3rem; }
  h1 { font-size: clamp(3.15rem, 15vw, 5rem); }
  .intro { margin: 1.5rem 0 1.8rem; }
  .game-feature { transform: none; }
  .game-feature:hover, .game-feature:focus-visible { transform: translateY(-4px); }
  .spotlight { grid-template-columns: 1fr; gap: 1.5rem; padding: 3rem 0; }
  .spotlight-label { display: flex; align-items: baseline; gap: .8rem; }
  .text-link { justify-self: start; }
}
@media (max-width: 560px) {
  .site-header, main, footer { width: min(100% - 1.4rem, 1180px); }
  .wordmark { font-size: 1.02rem; }
  .wordmark small { font-size: .45rem; }
  nav a:first-child { display: none; }
  .hero { padding-top: 2.8rem; }
  .actions { display: grid; }
  .button { width: 100%; }
  .game-feature img { aspect-ratio: 4 / 3; }
  .game-card-copy { min-height: 112px; padding: 1.1rem; }
  .game-card-copy h2 { font-size: 1.55rem; }
  .game-card-copy p { font-size: .82rem; }
  .round-arrow { width: 44px; height: 44px; }
  footer { padding: 1.5rem 0; align-items: flex-start; gap: 1rem; flex-direction: column; min-height: auto; }
}
