@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@500;600;700;800&display=swap");

:root {
  --ink: #0b1b31;
  --paper: #f5f2e9;
  --lime: #dfff55;
  --purple: #6740ef;
  --orange: #ff6b3d;
  --line: rgba(11, 27, 49, 0.18);
  --display: "Manrope", Arial, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 24px; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; padding: 12px 18px; background: var(--lime); color: var(--ink); font-weight: 700; }
.skip-link:focus { top: 16px; }

.site-header { height: 116px; padding: 0 clamp(22px, 4vw, 72px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.18); color: white; position: absolute; inset: 0 0 auto; z-index: 10; }
.wordmark { display: flex; align-items: center; gap: 14px; width: fit-content; color: inherit; text-decoration: none; font: 800 24px/1 var(--display); letter-spacing: -.04em; }
.wordmark small { display: block; font-size: 24px; letter-spacing: .12em; margin-top: 5px; }
.wordmark-symbol { display: grid; grid-template-columns: repeat(2, 15px); grid-template-rows: repeat(2, 15px); gap: 3px; transform: rotate(-8deg); }
.wordmark-symbol i { display: block; border-radius: 3px; background: var(--lime); }
.wordmark-symbol i:first-child { grid-row: 1 / 3; }
.wordmark-symbol i:last-child { background: var(--orange); }
.site-header nav { display: flex; gap: 42px; font-size: 24px; }
.site-header nav a, .header-cta { text-decoration: none; }
.site-header nav a { opacity: .82; transition: opacity .2s; }
.site-header nav a:hover { opacity: 1; }
.header-cta { justify-self: end; border-bottom: 1px solid rgba(255,255,255,.5); padding-bottom: 5px; font-weight: 600; font-size: 24px; }

.hero { min-height: 820px; height: 100svh; max-height: 980px; color: white; background: var(--ink); position: relative; overflow: hidden; display: grid; align-items: center; padding: 150px clamp(22px, 8vw, 150px) 70px; isolation: isolate; }
.hero::before { content: ""; width: min(52vw, 760px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; position: absolute; right: -8vw; top: 4%; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 33%; background: linear-gradient(transparent, rgba(2,8,20,.4)); z-index: -1; }
.hero-copy { position: relative; z-index: 2; width: min(1080px, 72vw); }
.eyebrow { display: flex; align-items: center; gap: 12px; text-transform: uppercase; letter-spacing: .06em; font-size: 24px; font-weight: 700; }
.eyebrow span { width: 7px; height: 7px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 5px rgba(223,255,85,.12); }
h1, h2 { margin: 0; font-family: var(--display); letter-spacing: -.065em; line-height: .96; }
h1 { margin-top: 30px; font-size: clamp(58px, 7.4vw, 122px); max-width: 920px; }
h1 em, h2 em { font-style: normal; color: var(--lime); }
.hero-tagline-tail { display: block; margin-top: .12em; font-size: .58em; letter-spacing: -.035em; white-space: nowrap; }
.hero-lead { width: min(680px, 82%); margin: 34px 0 0; font-size: clamp(24px, 1.7vw, 28px); line-height: 1.5; color: rgba(255,255,255,.74); }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 42px; }
.button { min-height: 64px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 0 30px; border-radius: 99px; font-weight: 700; font-size: 24px; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--lime); color: var(--ink); }
.button-light { background: white; color: var(--ink); }
.text-link { color: white; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.35); padding: 8px 0; font-size: 24px; }
.hero-art { position: absolute; right: clamp(-130px, -4vw, -30px); top: 17%; width: min(47vw, 720px); aspect-ratio: 1; z-index: 1; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; inset: 9%; }
.orbit-two { inset: 27%; }
.tile { width: 16%; aspect-ratio: 1; position: absolute; border-radius: 23%; box-shadow: inset 0 5px 12px rgba(255,255,255,.42), 0 25px 50px rgba(0,0,0,.3); transform: rotate(var(--r)); }
.tile::after { content: ""; position: absolute; inset: 32%; background: rgba(255,255,255,.18); border-radius: 38%; }
.tile-red { --r: 18deg; background: #ff4661; top: 8%; left: 46%; }
.tile-blue { --r: -14deg; background: #38bdf8; top: 41%; left: 17%; width: 20%; }
.tile-gold { --r: 11deg; background: #ffc938; right: 9%; top: 48%; width: 18%; }
.tile-purple { --r: -21deg; background: #8859ff; bottom: 3%; left: 48%; width: 14%; }
.burst { position: absolute; left: 42%; top: 35%; width: 25%; aspect-ratio: 1; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--lime); color: var(--ink); transform: rotate(-9deg); font: 600 24px/1.05 var(--display); letter-spacing: .07em; box-shadow: 0 0 0 16px rgba(223,255,85,.08); }
.burst strong { font-size: clamp(24px, 3vw, 48px); letter-spacing: -.06em; }
.scroll-note { position: absolute; left: clamp(22px, 4vw, 72px); bottom: 34px; margin: 0; font-size: 24px; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.76); }

.work, .studio { padding: clamp(90px, 11vw, 180px) clamp(22px, 6vw, 104px); }
.section-intro { display: grid; grid-template-columns: 1fr 2fr; align-items: start; margin-bottom: 70px; }
.section-number { margin: 8px 0 0; font-size: 24px; text-transform: uppercase; letter-spacing: .09em; font-weight: 700; }
.section-intro h2, .studio h2, .partner h2 { font-size: clamp(44px, 6vw, 92px); }
.game-feature { position: relative; display: block; min-height: 640px; height: 72vh; max-height: 820px; border-radius: 28px; overflow: hidden; color: white; text-decoration: none; }
.game-feature > img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.game-feature:hover > img { transform: scale(1.025); }
.game-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,15,28,.84) 0%, rgba(10,15,28,.25) 55%, rgba(10,15,28,.08)); }
.game-copy { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; padding: clamp(32px, 5vw, 80px); }
.game-logo { width: clamp(180px, 23vw, 340px); height: auto; aspect-ratio: 2400 / 1417; object-fit: contain; margin: 0 0 12px -16px; filter: drop-shadow(0 6px 14px rgba(0,0,0,.3)); }
.game-description { max-width: 560px; font-size: 24px; line-height: 1.5; color: rgba(255,255,255,.82); }
.game-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.game-meta b { border: 1px solid rgba(255,255,255,.42); padding: 10px 15px; border-radius: 99px; font-size: 24px; letter-spacing: .06em; }
.round-link { position: absolute; right: 34px; top: 34px; width: 64px; height: 64px; border-radius: 50%; background: var(--lime); color: var(--ink); display: grid; place-items: center; font-size: 24px; }

.studio { background: white; }
.studio-heading { display: grid; grid-template-columns: 1fr 2fr; }
.studio-heading h2 em { color: var(--purple); }
.studio-copy { width: min(920px, 68%); margin: 80px 0 90px auto; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; font-size: 24px; line-height: 1.55; color: #536070; }
.studio-copy p { margin: 0; }
.principles { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
.principles article { padding: 34px 8% 20px 0; min-height: 220px; border-right: 1px solid var(--line); }
.principles article + article { padding-left: 10%; }
.principles article:last-child { border-right: 0; }
.principles span { font: 600 24px var(--display); color: var(--purple); }
.principles h3 { font: 700 28px var(--display); margin: 48px 0 14px; letter-spacing: -.04em; }
.principles p { margin: 0; color: #66717e; font-size: 24px; line-height: 1.5; }

.partner { min-height: 610px; padding: clamp(90px, 10vw, 160px) clamp(22px, 8vw, 140px); background: var(--purple); color: white; display: grid; grid-template-columns: 1.45fr .55fr; gap: 70px; align-items: end; position: relative; overflow: hidden; }
.partner::after { content: ""; width: 440px; height: 440px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; position: absolute; right: -160px; top: -190px; box-shadow: 0 0 0 80px rgba(255,255,255,.035), 0 0 0 160px rgba(255,255,255,.025); }
.partner h2 { margin-top: 26px; }
.partner h2 em { color: var(--lime); }
.partner-copy { position: relative; z-index: 1; font-size: 24px; line-height: 1.55; color: rgba(255,255,255,.76); }
.partner-copy .button { margin-top: 22px; }

footer { background: var(--ink); color: white; padding: 72px clamp(22px, 6vw, 104px) 32px; }
.footer-brand { display: flex; align-items: center; gap: 16px; font: 800 26px var(--display); letter-spacing: -.04em; }
.footer-brand small { display: block; font-size: 24px; letter-spacing: .12em; }
.footer-links { display: flex; gap: 30px; margin: 70px 0; }
.footer-links a { color: rgba(255,255,255,.8); text-decoration: none; font-size: 24px; }
.footer-links a:hover { color: var(--lime); }
.footer-bottom { padding-top: 28px; border-top: 1px solid rgba(255,255,255,.15); display: flex; justify-content: space-between; color: rgba(255,255,255,.7); font-size: 24px; }

@media (max-width: 900px) {
  body { font-size: 16px; }
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .wordmark small { font-size: 15px; letter-spacing: .17em; }
  .hero { min-height: 760px; padding-top: 130px; align-items: start; }
  .hero-copy { width: 100%; }
  .hero-tagline-tail { font-size: .72em; white-space: normal; }
  .hero-lead { width: 85%; font-size: clamp(17px, 1.45vw, 22px); }
  .button { min-height: 56px; padding: 0 26px; font-size: 16px; }
  .text-link { font-size: 16px; }
  .burst { font-size: 13px; letter-spacing: .1em; }
  .scroll-note { font-size: 14px; letter-spacing: .11em; }
  .section-number { font-size: 14px; letter-spacing: .12em; }
  .hero-art { width: 62vw; top: auto; right: -8vw; bottom: 2%; opacity: .7; }
  .section-intro, .studio-heading { grid-template-columns: 1fr; gap: 26px; }
  .game-feature { min-height: 570px; height: 68vh; }
  .game-description { max-width: 430px; font-size: 18px; }
  .game-meta { gap: 8px; }
  .game-meta b { padding: 8px 12px; font-size: 13px; letter-spacing: .09em; }
  .studio-copy { width: 100%; gap: 48px; font-size: 18px; }
  .principles span { font-size: 14px; }
  .principles h3 { font-size: 24px; }
  .principles p { font-size: 17px; }
  .partner { grid-template-columns: 1fr; align-content: center; }
  .partner-copy { max-width: 520px; font-size: 18px; }
  .footer-brand small { font-size: 13px; letter-spacing: .2em; }
  .footer-links a { font-size: 16px; }
  .footer-bottom { font-size: 14px; }
}

@media (max-width: 620px) {
  .site-header { height: 78px; }
  .wordmark { gap: 10px; font-size: 18px; }
  .wordmark small { font-size: 11px; margin-top: 3px; }
  .wordmark-symbol { grid-template-columns: repeat(2, 13px); grid-template-rows: repeat(2, 13px); }
  .header-cta { font-size: 15px; }
  .eyebrow { font-size: 15px; letter-spacing: .065em; }
  .hero { height: auto; min-height: 760px; padding-bottom: 150px; }
  h1 { font-size: clamp(52px, 15vw, 74px); }
  .hero-lead { width: 100%; font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .hero-art { width: 82vw; right: -18vw; bottom: -3%; }
  .scroll-note { display: none; }
  .section-intro { margin-bottom: 42px; }
  .game-feature { min-height: 560px; height: 72vh; border-radius: 18px; }
  .game-feature > img { object-position: 58% center; }
  .game-shade { background: linear-gradient(0deg, rgba(10,15,28,.93), rgba(10,15,28,.05) 80%); }
  .game-copy { padding: 28px 24px; }
  .game-logo { width: 180px; }
  .game-description { font-size: 16px; }
  .round-link { width: 50px; height: 50px; right: 20px; top: 20px; }
  .studio-copy { grid-template-columns: 1fr; gap: 24px; margin: 50px 0 70px; font-size: 16px; }
  .principles { grid-template-columns: 1fr; }
  .principles article, .principles article + article { border-right: 0; border-bottom: 1px solid var(--line); padding: 28px 0; min-height: auto; }
  .principles h3 { margin-top: 22px; }
  .partner { min-height: 650px; gap: 54px; }
  .footer-links { flex-wrap: wrap; gap: 18px 28px; margin: 52px 0; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
