@charset "UTF-8";
  
:root {
  color-scheme:dark;
  --bg:#000;
  --text:#f8f7f2;
  --muted:#c0c0bd;
  --accent:#0092f8;
  --accent-bright:#00c9fe;
  --accent-soft:#9bdaff;
  --line:#303030;
  font-family:Arial,Helvetica,sans-serif;
  font-synthesis:none;
  font-weight:400;
  line-height:1.5;
  background:var(--bg);
  color:var(--text)}

* {
  box-sizing:border-box}
html {
  scroll-behavior:smooth;
  scroll-padding-top:32px}
body {
  margin:0;
  background:#000}
a {
  color:inherit;
  text-decoration:none}
button,input,textarea,select {
  font:inherit}
button,a,input,textarea,select {
  -webkit-tap-highlight-color:transparent}
img {
  display:block;
  max-width:100%}
button {
  cursor:pointer}
h1,h2,h3,p {
  margin:0}
h1,h2,h3 {
  line-height:1.08;
  letter-spacing:-.035em}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible {
  outline:2px solid var(--accent);
  outline-offset:5px}
a:hover {
  color:var(--accent)}
.container {
  width:min(1240px,calc(100% - 112px));
  margin-inline:auto}
.sr-only,.skip-link:not(:focus) {
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip-path:inset(50%);
  white-space:nowrap}
.skip-link:focus {
  position:fixed;
  top:10px;
  left:10px;
  z-index:5;
  background:var(--accent);
  color:#000;
  padding:12px}
.eyebrow {
  color:var(--accent);
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:13px;
  font-weight:700;
  margin-bottom:12px}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  min-height:50px;
  padding:13px 23px;
  border:1px solid transparent;
  border-radius:5px;
  font-size:16px;
  font-weight:700;
  line-height:1.2;
  transition:background .18s,transform .18s,border-color .18s}
.button:hover {
  transform:translateY(-2px)}
.button-accent {
  background:var(--accent);
  color:#111}
.button-accent:hover {
  background:var(--accent-bright);
  color:#000}
.button-outline {
  border-color:var(--accent);
  color:var(--accent);
  background:#000;
  font-weight:400}
.button-outline:hover {
  background:#001626}
.arrow {
  font-size:26px;
  font-weight:400;
  line-height:.7}
.button:disabled {
  cursor:not-allowed;
  opacity:.5;
  transform:none}
.site-header {
  background:#000}
.header-inner {
  height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px}
.brand {
  display:flex;
  align-items:center;
  gap:7px;
  color:#fff;
  line-height:.92;
  font-size:27px;
  font-weight:800;
  letter-spacing:-1px}
.brand:hover {
  color:#fff}
.brand img {
  width:160px;
  height:auto;
  object-fit:contain}
.brand small {
  display:block;
  font-size:9px;
  letter-spacing:2.4px;
  margin-top:5px}
.header-inner nav {
  display:flex;
  align-items:center;
  gap:34px;
  font-size:14px}
.header-steam {
  font-size:14px;
  min-height:42px;
  padding:11px 20px;
  gap:14px}

.hero {
  position:relative;
  isolation:isolate;
  min-height:650px;
  max-width:1920px;
  margin-inline:auto;
  overflow:hidden}
.hero-art {
  position:absolute;
  z-index:-3;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 43%}
.hero::before {
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.53) 29%,rgba(0,0,0,.08) 62%,transparent 82%)}
.hero::after {
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(0deg,#000,rgba(0,0,0,.75) 5%,transparent 30%)}
.hero-inner {
  padding-top:66px;
  padding-bottom:95px}
.hero-copy {
  max-width:600px}
.collection-logo {
  width:460px;
  height:auto;
  margin-bottom:29px;
  filter:drop-shadow(0 3px 8px #0005)}
h1 {
  font-size:clamp(34px,4.1vw,57px);
  font-weight:800;
  max-width:630px}
.hero-description {
  font-size:24px;
  line-height:1.4;
  margin-top:17px;
  margin-bottom:26px}
.hero .button {
  min-height:60px;
  font-size:19px;
  padding-inline:28px}
.hero-actions {
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  align-items:center}
.hero .button-discord {
  width:60px;
  height:60px;
  padding:0;
  flex-shrink:0;
  overflow:hidden;
  border:0;
  background:#5865f2}
.button-discord img {
  width:100%;
  height:100%;
  object-fit:cover}
.button-discord:hover {
  filter:brightness(1.12)}
.collection {
  padding:13px 0 72px}
.section-heading {
  text-align:center;
  margin-bottom:28px}
.section-heading h2 {
  font-size:clamp(30px,3.7vw,46px);
  font-weight:800}
.section-heading>p:last-child {
  font-size:19px;
  color:var(--muted);
  margin-top:14px}
.game-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px}
.game {
  text-align:center}
.game-art {
  position:relative;
  aspect-ratio:1.08;
  overflow:hidden;
  border:1px solid #303030;
  border-radius:8px;
  background:#121212}
.game-scene {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 0%;
  transition:transform .5s}
.game-art::after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(#0002,transparent 60%);
  pointer-events:none}
.game-logo {
  position:absolute;
  z-index:1;
  top:8%;
  left:9%;
  width:82%;
  height:34%;
  object-fit:contain;
  filter:drop-shadow(0 2px 5px #fff9)}
.game:hover .game-scene {
  transform:scale(1.035)}
.game h3 {
  font-size:25px;
  letter-spacing:-.02em;
  margin-top:18px}
.game-subtitle {
  color:var(--accent-soft);
  font-size:16px;
  margin-top:5px;
  line-height:1.25}
.game>p:last-child {
  color:var(--muted);
  font-size:15px;
  margin-top:8px}
.studio {
  border-block:1px solid var(--line);
  background:#000}
.studio-inner {
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:70px;
  align-items:center;
  padding-block:46px}
.studio h2 {
  font-size:30px}
.studio-inner>p {
  border-left:1px solid var(--line);
  padding-left:46px;
  color:#d2d2cf;
  font-size:16px;
  max-width:455px}
.contact {
  display:grid;
  grid-template-columns:1fr 1.18fr;
  gap:64px;
  padding-block:60px 55px}
.contact-copy {
  border-right:1px solid #252525;
  padding-right:45px}
.contact h2 {
  font-size:58px;
  margin-bottom:16px}
.contact-intro {
  font-size:25px;
  line-height:1.4;
  max-width:370px;
  margin-bottom:13px}
.contact-copy>p:last-child {
  color:var(--muted);
  font-size:16px}
.field-row {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px}
.field {
  display:flex;
  flex-direction:column;
  gap:5px;
  margin-bottom:15px}
.field label {
  font-size:14px}
.field input,.field select,.field textarea {
  width:100%;
  min-width:0;
  border:1px solid #454545;
  border-radius:5px;
  background:#000;
  color:var(--text);
  padding:10px 12px;
  font-size:16px;
  transition:border-color .15s}
.field input:hover,.field select:hover,.field textarea:hover {
  border-color:#777}
.field select {
  min-height:45px}
.field textarea {
  min-height:130px;
  resize:vertical}
.honeypot {
  position:absolute;
  left:-9999px;
  width:1px;
  height:1px;
  overflow:hidden}
.form-status {
  font-size:14px;
  line-height:1.5;
  min-height:21px;
  margin-top:12px;
  color:var(--muted)}
.form-status[data-state=error] {
  color:#ffb4a8}
.form-status[data-state=success] {
  color:#ade3b6}
.privacy-note {
  font-size:12px;
  color:#999;
  margin-top:5px}
#challenge:not(:empty) {
  margin-bottom:16px}
.site-footer {
  border-top:1px solid var(--line)}
.footer-inner {
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  align-items:center;
  justify-content:space-between;
  padding-block:29px;
  font-size:13px;
  color:#ccc}
.footer-inner nav {
  display:flex;
  gap:28px}
.footer-inner nav a+a {
  border-left:1px solid var(--line);
  padding-left:28px}

@media(min-width:1600px) {
  .hero {
  min-height:730px}
.hero-inner {
  padding-top:95px}
}

@media(max-width:1000px) {
  .container {
  width:calc(100% - 64px)}
.hero {
  min-height:600px}
.hero-copy {
  max-width:500px}
.collection-logo {
  width:390px}
.hero-description {
  font-size:21px}
.hero-art {
  object-position:59% center}
.studio-inner {
  gap:30px}
.studio h2 {
  font-size:25px}
.studio-inner>p {
  padding-left:30px}
.contact {
  gap:35px}
.contact-copy {
  padding-right:25px}
.contact h2 {
  font-size:48px}
.contact-intro {
  font-size:22px}
.game h3 {
  font-size:22px}
.game>p:last-child {
  font-size:14px}
}

@media(max-width:700px) {
  .container {
  width:calc(100% - 40px)}
.header-inner {
  height:72px;
  gap:15px}
.brand {
  font-size:23px}
.brand img {
  width:135px;
  height:auto}
.header-inner nav {
  gap:20px}
.collection-nav,.header-steam {
  display:none}
.hero {
  min-height:740px}
.hero-art {
  height:400px;
  object-position:70% center;
  object-fit:cover}
.hero::before {
  background:linear-gradient(0deg,#000 45%,transparent 85%)}
.hero::after {
  background:linear-gradient(0deg,#000 43%,transparent 70%)}
.hero-inner {
  padding-top:310px;
  padding-bottom:45px}
.hero-copy {
  max-width:100%}
.collection-logo {
  width:310px;
  margin-bottom:24px}
h1 {
  font-size:clamp(32px,8.5vw,49px)}
.hero-description {
  font-size:20px;
  margin-top:16px;
  margin-bottom:23px}
.hero .button {
  min-height:55px;
  font-size:17px}
.collection {
  padding:24px 0 48px}
.section-heading {
  text-align:left;
  margin-bottom:26px}
.section-heading h2 {
  font-size:34px;
  max-width:360px}
.section-heading>p:last-child {
  font-size:17px}
.game-grid {
  grid-template-columns:1fr;
  gap:35px}
.game-art {
  aspect-ratio:1.2}
.game-scene {
  object-position:center 0%}
.game h3 {
  font-size:25px;
  margin-top:17px}
.game>p:last-child {
  font-size:16px}
.studio-inner {
  grid-template-columns:1fr;
  gap:22px;
  padding-block:34px}
.studio h2 {
  font-size:28px;
  max-width:300px}
.studio-inner>p {
  border-left:0;
  padding-left:0;
  max-width:460px}
.contact {
  grid-template-columns:1fr;
  gap:32px;
  padding-block:42px}
.contact-copy {
  border:0;
  padding:0}
.contact h2 {
  font-size:49px}
.contact-intro {
  max-width:360px}
.contact-copy>p:last-child {
  font-size:15px}
.field-row {
  gap:12px}
.footer-inner {
  font-size:12px}
.footer-inner nav {
  gap:16px}
.footer-inner nav a+a {
  padding-left:16px}
}

@media(prefers-reduced-motion:reduce) {
  html {
  scroll-behavior:auto}
*,*::before,*::after {
  transition:none!important}
}

.hero h1,
.hero-description {
  text-shadow:2px 3px black;
}
.button.steam-link,
.button.steam-link:hover {
  color:#fff;
}
