:root {
  --black: #05070b;
  --ink: #0f1720;
  --panel: #0b111a;
  --panel-2: #101a27;
  --blue: #1769ff;
  --blue-bright: #3c83ff;
  --white: #ffffff;
  --muted: #9ba8ba;
  --line: rgba(255,255,255,.11);
  --max: 1040px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; color: var(--white); background: var(--black); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; overflow-x: hidden; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; background: var(--white); color: var(--black); padding: .75rem 1rem; border-radius: .3rem; }
.skip-link:focus { top: 1rem; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 68px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1rem,3vw,2.5rem); background: rgba(5,7,11,.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); transition: background .25s,backdrop-filter .25s; }
.site-header.scrolled { background: rgba(5,7,11,.78); backdrop-filter: blur(18px); }
.brand,.footer-brand { display: inline-flex; align-items: center; gap: .72rem; text-decoration: none; text-transform: uppercase; letter-spacing: .15em; font-size: .72rem; font-weight: 800; }
.brand-badge { display: grid; place-items: center; width: 38px; height: 38px; padding: 2px; background: #000; border: 1px solid rgba(255,255,255,.16); border-radius: 3px; flex: 0 0 auto; }
.brand-badge img { width: 100%; height: 100%; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: clamp(1.1rem,3vw,2.5rem); }
.site-nav a,.footer-links a { color: #c8d1de; text-decoration: none; font-size: .82rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: color .2s; }
.site-nav a:hover,.site-nav a:focus-visible,.footer-links a:hover { color: var(--blue-bright); }
.menu-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 9px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: white; }
.ident-hero { padding: 68px 1rem 0; background: #fff; border-bottom: 1px solid rgba(15,23,32,.1); }
.ident-frame { position: relative; width: min(760px,100%); aspect-ratio: 16/9; max-height: 428px; margin: 0 auto; background: #fff; overflow: hidden; }
.ident-video,.ident-reduced { width: 100%; height: 100%; object-fit: contain; background: #fff; }
.ident-reduced { display: none; }
.ident-replay { position: absolute; right: clamp(1rem,3vw,2.5rem); bottom: clamp(1rem,3vw,2rem); z-index: 2; min-height: 40px; padding: 0 1rem; border: 1px solid rgba(15,23,32,.25); background: rgba(255,255,255,.86); color: var(--ink); font: inherit; font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; backdrop-filter: blur(12px); transition: border-color .2s,color .2s,transform .2s; }
.ident-replay:hover,.ident-replay:focus-visible { color: var(--blue); border-color: var(--blue); transform: translateY(-2px); }
.hero { position: relative; min-height: 580px; display: grid; grid-template-columns: minmax(0,1.18fr) minmax(240px,.82fr); align-items: center; gap: clamp(2.5rem,5vw,4.5rem); padding: 5.5rem max(5vw,calc((100vw - var(--max))/2)) 4.5rem; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(135deg,#05070b 15%,#07101d 68%,#04070c); }
.hero::after { content: ""; position: absolute; inset: auto -10% -30% 20%; height: 70%; z-index: -1; background: linear-gradient(140deg,transparent 40%,rgba(23,105,255,.12)); transform: skewY(-10deg); }
.hero-glow { position: absolute; width: 44vw; height: 44vw; right: -10vw; top: 10vh; border-radius: 50%; background: rgba(23,105,255,.14); filter: blur(110px); z-index: -1; }
.eyebrow { margin: 0 0 1rem; color: var(--blue-bright); text-transform: uppercase; letter-spacing: .28em; font-size: .76rem; font-weight: 800; }
.hero h1 { margin: 0; font-size: clamp(3.5rem,6vw,5.9rem); line-height: .86; letter-spacing: -.06em; text-transform: uppercase; }
.hero h1 span { color: transparent; -webkit-text-stroke: 2px var(--blue-bright); }
.hero-lede { max-width: 590px; margin: 1.6rem 0 0; color: #b4bfce; font-size: clamp(.98rem,1.25vw,1.12rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 1.2rem; border: 1px solid transparent; text-decoration: none; text-transform: uppercase; letter-spacing: .11em; font-size: .68rem; font-weight: 800; transition: transform .2s,background .2s,border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: white; }
.button-primary:hover { background: var(--blue-bright); }
.button-secondary { border-color: rgba(255,255,255,.28); color: white; }
.button-secondary:hover { border-color: var(--blue); }
.hero-mark { position: relative; justify-self: end; width: min(25vw,285px); }
.hero-mark-card { aspect-ratio: 1; display: grid; place-items: center; padding: 0; background: #000; border: 1px solid rgba(60,131,255,.35); box-shadow: 0 28px 70px rgba(0,0,0,.48); }
.hero-mark img { width: 100%; height: 100%; object-fit: contain; }
.orbit-bit { position: absolute; width: 12px; height: 12px; background: var(--blue); box-shadow: 0 0 24px rgba(23,105,255,.7); animation: float 5s ease-in-out infinite; }
.bit-one { right: 7%; top: 16%; }.bit-two { left: 2%; bottom: 14%; animation-delay: -2.4s; }
@keyframes float { 50% { transform: translateY(-17px) rotate(12deg); } }
.scroll-cue { position: absolute; left: max(5vw,calc((100vw - var(--max))/2)); bottom: 2.2rem; color: #758296; font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; display: flex; align-items: center; gap: .8rem; }
.scroll-cue span { width: 46px; height: 1px; background: var(--blue); }
.section { max-width: var(--max); margin: 0 auto; padding: clamp(4rem,6vw,6rem) 1.5rem; scroll-margin-top: 68px; }
.section-heading { max-width: 700px; margin-bottom: 2.6rem; }
.section h2 { margin: 0; font-size: clamp(2.2rem,4vw,3.75rem); line-height: .98; letter-spacing: -.05em; }
.section-heading > p:last-child,.studio-copy p,.contact-copy p { color: var(--muted); font-size: 1.05rem; max-width: 680px; }
.games-section { display: grid; gap: 1.4rem; }
.game-card { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; min-height: 380px; border: 1px solid var(--line); background: var(--panel); overflow: hidden; }
.game-copy { padding: clamp(2rem,4vw,3.3rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.game-number { margin: 0 0 1rem; color: var(--blue-bright); text-transform: uppercase; font-size: .7rem; font-weight: 800; letter-spacing: .23em; }
.game-copy h3 { margin: 0; font-size: clamp(2.2rem,3.5vw,3.35rem); line-height: .96; letter-spacing: -.045em; }
.game-copy > p:not(.game-number) { color: #aab6c6; max-width: 530px; margin: 1.5rem 0; }
.game-meta { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 2rem; }
.game-meta span { border: 1px solid rgba(255,255,255,.14); padding: .38rem .7rem; color: #d2dae5; font-size: .67rem; text-transform: uppercase; letter-spacing: .13em; }
.text-link { margin-top: auto; color: white; text-decoration: none; font-size: .78rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; }
.text-link span { color: var(--blue-bright); margin-left: .45rem; }
.game-visual { position: relative; min-height: 360px; overflow: hidden; background: #060b12; }
.game-visual::after { content: ""; position: absolute; inset: 0; border-left: 1px solid var(--line); pointer-events: none; }
.game-art-visual { margin: 0; min-height: 380px; isolation: isolate; background: #05070b; }
.game-art-main { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.game-card:hover .game-art-main { transform: scale(1.025); }
.game-art-inset { position: absolute; right: clamp(.8rem,2vw,1.4rem); bottom: clamp(2.6rem,3vw,3.2rem); z-index: 2; width: min(42%,250px); aspect-ratio: 16/9; object-fit: cover; border: 3px solid rgba(5,7,11,.92); box-shadow: 0 16px 42px rgba(0,0,0,.52); }
.game-art-visual::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg,rgba(5,7,11,.3),transparent 35%),linear-gradient(0deg,rgba(5,7,11,.62),transparent 32%); pointer-events: none; }
.game-art-visual figcaption { position: absolute; left: 1.25rem; bottom: 1rem; z-index: 3; color: rgba(255,255,255,.78); font-size: .65rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.studio-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2.5rem,5vw,5rem); align-items: center; border-top: 1px solid var(--line); }
.studio-mark { margin: 0; overflow: hidden; aspect-ratio: 16/9; border: 1px solid var(--line); }
.studio-lockup { display: grid; grid-template-columns: minmax(0,.9fr) 1px minmax(0,1.1fr); align-items: center; gap: clamp(1rem,2.6vw,2rem); padding: clamp(1rem,2.8vw,2rem); background: #000; border-color: rgba(60,131,255,.3); }
.studio-lockup img { width: 100%; height: auto; object-fit: contain; }
.studio-lockup > span { width: 1px; height: 62%; background: var(--blue); }
.studio-lockup strong { color: #fff; font-size: clamp(2rem,5vw,4.1rem); line-height: 1; letter-spacing: .1em; text-transform: uppercase; }
.studio-copy p { max-width: 680px; }
.studio-stats { grid-column: 1/-1; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.studio-stats div { padding: 1.7rem; border-right: 1px solid var(--line); }.studio-stats div:last-child { border: 0; }
.studio-stats strong { display: block; color: var(--blue-bright); font-size: 2.35rem; line-height: 1; }.studio-stats span { display: block; margin-top: .5rem; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.contact-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem,7vw,7rem); border-top: 1px solid var(--line); }
.contact-grid { border-top: 1px solid var(--line); }
.contact-grid a { display: grid; grid-template-columns: 140px 1fr auto; align-items: center; gap: 1.4rem; padding: 1.5rem .4rem; border-bottom: 1px solid var(--line); text-decoration: none; transition: color .2s,padding .2s; }
.contact-grid a:hover { color: var(--blue-bright); padding-left: .9rem; }
.contact-grid span { color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .15em; }.contact-grid strong { font-size: clamp(.82rem,1.3vw,1rem); }.contact-grid i { font-style: normal; color: var(--blue-bright); }
.site-footer { min-height: 180px; padding: 2.4rem max(5vw,calc((100vw - var(--max))/2)); border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 1.4rem; background: #030508; }
.footer-brand .brand-badge { width: 42px; height: 42px; }.footer-links { display: flex; gap: 1.5rem; }.site-footer p { grid-column: 1/-1; margin: 0; color: #677487; font-size: .72rem; }
.reveal { opacity: 1; transform: none; }
.legal-page,.press-page { min-height: 100vh; padding: 7.5rem max(1.5rem,calc((100vw - 860px)/2)) 5rem; }.legal-page h1,.press-page h1 { font-size: clamp(2.8rem,6vw,4.8rem); line-height: .92; letter-spacing: -.055em; }.legal-page h2,.press-page h2 { margin-top: 2.6rem; }.legal-page p,.legal-page li,.press-page p { color: #b1bdcc; }.legal-page a,.press-page a { color: var(--blue-bright); }.press-hero-card { margin: 2.2rem 0; aspect-ratio: 16/9; overflow: hidden; border: 1px solid var(--line); }.press-hero-card img { width: 100%; height: 100%; object-fit: cover; }.press-logo-card { margin: 1.4rem 0; padding: clamp(1.2rem,3vw,2rem); border: 1px solid rgba(60,131,255,.28); background: #000; }.press-logo-card img { width: min(100%,720px); margin: auto; }.press-actions { display: flex; flex-wrap: wrap; gap: .8rem; }.press-actions .button-secondary { color: #fff; }
@media (max-width: 900px) {
  .menu-toggle { display: block; cursor: pointer; }
  .site-nav { position: absolute; top: 68px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem 1.5rem 1.5rem; background: rgba(5,7,11,.98); border-bottom: 1px solid var(--line); }
  .site-nav.open { display: flex; }.site-nav a { padding: .9rem 0; border-bottom: 1px solid var(--line); }
  .ident-frame { width: min(680px,100%); }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 4.5rem; text-align: left; }.hero-copy { grid-row: 1; }.hero-mark { grid-row: 2; width: min(48vw,230px); justify-self: center; }.scroll-cue { display: none; }
  .game-card { grid-template-columns: 1fr; }.game-visual { grid-row: 1; }.game-copy { min-height: 330px; }.game-art-visual { min-height: clamp(280px,58vw,420px); }
  .studio-section,.contact-section { grid-template-columns: 1fr; }.studio-stats { grid-template-columns: 1fr; }.studio-stats div { border-right: 0; border-bottom: 1px solid var(--line); }
  .contact-grid a { grid-template-columns: 1fr auto; }.contact-grid span { grid-column: 1/-1; }.site-footer { grid-template-columns: 1fr; }.site-footer p { grid-column: auto; }
}
@media (max-width: 560px) {
  .brand > span:last-child { display: none; }.hero h1 { font-size: clamp(3rem,13.5vw,4.1rem); }.hero-actions { flex-direction: column; }.button { width: 100%; }
  .ident-hero { padding-left: 0; padding-right: 0; }.ident-frame { min-height: 190px; }.ident-replay { left: 50%; right: auto; bottom: .75rem; min-height: 34px; padding: 0 .75rem; font-size: .61rem; white-space: nowrap; transform: translateX(-50%); }.ident-replay:hover,.ident-replay:focus-visible { transform: translateX(-50%) translateY(-2px); }
  .game-copy,.section { padding-left: 1.15rem; padding-right: 1.15rem; }.contact-grid strong { overflow-wrap: anywhere; }.footer-links { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } .ident-video,.ident-replay { display: none; }.ident-reduced { display: block; } }
