:root {
  color-scheme: dark;
  --background: #05090d;
  --surface: #0a1219;
  --surface-raised: #101a23;
  --surface-soft: #13212b;
  --line: #263643;
  --line-soft: #172530;
  --text: #f3f8fa;
  --muted: #9eb0ba;
  --cyan: #1de5ed;
  --cyan-bright: #74f7fb;
  --orange: #ff8b32;
  --orange-bright: #ffc169;
  --max-width: 1240px;
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--background);
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 3%, rgb(29 229 237 / 9%), transparent 25rem),
    radial-gradient(circle at 90% 26%, rgb(255 139 50 / 8%), transparent 28rem),
    var(--background);
  font-size: 17px;
  line-height: 1.6;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgb(255 255 255 / 1.8%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 1.8%) 1px, transparent 1px);
  background-size: 5rem 5rem;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 60%);
  pointer-events: none;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

a:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 0.98;
  text-wrap: balance;
}

h1,
h2 {
  letter-spacing: -0.065em;
}

h1 span,
h2 span {
  color: var(--orange);
}

h2 {
  margin-bottom: 1.2rem;
  font-size: clamp(3rem, 6vw, 5.6rem);
  font-weight: 900;
}

h3 {
  margin-bottom: 0.9rem;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  letter-spacing: -0.045em;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 1rem;
  left: 1rem;
  padding: 0.7rem 1rem;
  border-radius: 0.55rem;
  color: var(--background);
  background: var(--cyan);
  font-weight: 900;
  transform: translateY(-200%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header,
main,
footer {
  width: min(calc(100% - 3rem), var(--max-width));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 5.1rem;
  padding: 0.65rem 0.75rem 0.65rem 0.9rem;
  border: 1px solid rgb(38 54 67 / 80%);
  border-radius: 1rem;
  background: rgb(5 9 13 / 78%);
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 28%);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  gap: 0.75rem;
  align-items: center;
  color: var(--text);
  text-decoration: none;
}

.brand img,
.footer-brand img {
  border-radius: 22%;
  box-shadow: 0 0 1.2rem rgb(29 229 237 / 13%);
}

.brand > span {
  display: grid;
  line-height: 1;
}

.brand strong {
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.brand small {
  margin-top: 0.3rem;
  color: var(--cyan);
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

nav {
  display: flex;
  gap: 0.2rem;
}

nav a {
  padding: 0.65rem 0.8rem;
  border-radius: 0.6rem;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

nav a:hover,
nav a[aria-current="page"] {
  color: var(--text);
  background: var(--surface-raised);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(22rem, 0.7fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
  min-height: 50rem;
  padding: clamp(5rem, 9vw, 8rem) 0 7rem;
}

.hero-copy,
.hero-art {
  position: relative;
  z-index: 1;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(3px);
  pointer-events: none;
}

.hero-glow-cyan {
  top: 10%;
  right: -16%;
  width: 34rem;
  height: 34rem;
  background: radial-gradient(circle, rgb(29 229 237 / 13%), transparent 68%);
}

.hero-glow-orange {
  right: 21%;
  bottom: -8%;
  width: 25rem;
  height: 25rem;
  background: radial-gradient(circle, rgb(255 139 50 / 12%), transparent 68%);
}

.eyebrow,
.card-number,
.effective-date {
  margin: 0 0 1rem;
  color: var(--cyan);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1 {
  max-width: 10ch;
  margin-bottom: 1.6rem;
  font-size: clamp(4.2rem, 8.5vw, 8.2rem);
  font-weight: 950;
}

.lede {
  max-width: 41rem;
  margin-bottom: 0;
  color: #c5d1d7;
  font-size: clamp(1.08rem, 2vw, 1.3rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2.2rem;
}

.button {
  display: inline-flex;
  gap: 0.65rem;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  padding: 0.85rem 1.2rem;
  border: 1px solid var(--cyan);
  border-radius: 0.65rem;
  color: var(--background);
  background: var(--cyan);
  box-shadow: 0 0.75rem 2rem rgb(29 229 237 / 12%);
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover {
  border-color: var(--cyan-bright);
  background: var(--cyan-bright);
  transform: translateY(-2px);
}

.button-quiet {
  border-color: var(--line);
  color: var(--text);
  background: rgb(16 26 35 / 65%);
  box-shadow: none;
}

.button-quiet:hover {
  border-color: #536b7b;
  background: var(--surface-raised);
}

.hero-facts {
  display: flex;
  gap: clamp(1rem, 3vw, 2.5rem);
  margin: 3rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-facts li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.55rem;
  align-items: center;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-facts strong {
  color: var(--text);
  font-size: 1.55rem;
  letter-spacing: -0.04em;
}

.hero-facts span {
  max-width: 6rem;
}

.hero-art {
  width: min(100%, 29rem);
  justify-self: end;
  padding: 2rem;
}

.hero-art::before,
.hero-art::after {
  position: absolute;
  z-index: -1;
  border-radius: 2.2rem;
  content: "";
}

.hero-art::before {
  inset: 8% -3% 2% 12%;
  border: 1px solid rgb(29 229 237 / 38%);
  background: rgb(29 229 237 / 3%);
  transform: rotate(6deg);
}

.hero-art::after {
  inset: 14% 8% -1% -2%;
  border: 1px solid rgb(255 139 50 / 35%);
  background: rgb(255 139 50 / 3%);
  transform: rotate(-5deg);
}

.hero-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid #40515e;
  border-radius: 2rem;
  background: #030608;
  box-shadow: 0 3rem 6rem rgb(0 0 0 / 60%);
  transform: rotate(1.5deg);
}

.hero-frame img {
  width: 100%;
  height: auto;
}

.float-tag {
  position: absolute;
  display: grid;
  min-width: 10rem;
  padding: 0.8rem 1rem;
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  background: rgb(9 16 22 / 90%);
  box-shadow: 0 1rem 2rem rgb(0 0 0 / 35%);
  backdrop-filter: blur(12px);
  line-height: 1.15;
}

.float-tag span {
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.float-tag strong {
  margin-top: 0.35rem;
  font-size: 0.88rem;
}

.float-tag-top {
  top: 12%;
  left: -3%;
}

.float-tag-bottom {
  right: -5%;
  bottom: 12%;
}

.signal-strip {
  display: flex;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  border-block: 1px solid var(--line-soft);
  background: rgb(10 18 25 / 72%);
}

.signal-strip span {
  flex: 1 0 auto;
  padding: 1.05rem clamp(1.4rem, 3vw, 3.2rem);
  color: #c9d6dc;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.signal-strip span::before {
  margin-right: clamp(1.4rem, 3vw, 3.2rem);
  color: var(--orange);
  content: "◆";
  font-size: 0.5rem;
}

.section {
  padding-block: clamp(6rem, 10vw, 10rem);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.5fr);
  column-gap: 3rem;
  align-items: end;
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.section-heading .eyebrow,
.section-heading h2 {
  grid-column: 1;
}

.section-heading > p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  margin-bottom: 1.2rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}

.story-card {
  position: relative;
  display: flex;
  min-height: 58rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 1.5rem;
  background: var(--surface);
  flex-direction: column;
}

.story-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 16rem;
  background: linear-gradient(transparent, rgb(0 0 0 / 28%));
  content: "";
  pointer-events: none;
}

.story-copy {
  position: relative;
  z-index: 1;
  min-height: 26rem;
  padding: clamp(1.6rem, 3vw, 2.4rem);
}

.story-copy p:not(.card-number),
.detail-grid article > p:last-child,
.multiplayer-copy > p,
.support-panel p:not(.eyebrow),
.help-card p:not(.card-number),
.privacy-callout p:not(.eyebrow),
.policy-summary p:not(.card-number),
.policy-content p {
  color: var(--muted);
}

.story-card img {
  width: 100%;
  height: 34rem;
  margin-top: auto;
  object-fit: cover;
  object-position: top;
  transition: transform 400ms ease;
}

.story-card:hover img {
  transform: scale(1.018);
}

.story-card-campaign {
  box-shadow: inset 0 3px 0 rgb(255 193 105 / 65%);
}

.story-card-arcade {
  box-shadow: inset 0 3px 0 rgb(255 139 50 / 75%);
}

.story-card-career {
  box-shadow: inset 0 3px 0 rgb(29 229 237 / 65%);
}

.mini-list {
  display: grid;
  gap: 0.55rem;
  margin: 1.5rem 0 0;
  padding: 0;
  color: #c8d3d8;
  font-size: 0.82rem;
  font-weight: 750;
  list-style: none;
}

.mini-list li::before {
  margin-right: 0.55rem;
  color: var(--cyan);
  content: "＋";
}

.multiplayer {
  display: grid;
  grid-template-columns: minmax(20rem, 0.78fr) minmax(0, 1fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
  border-block: 1px solid var(--line-soft);
}

.multiplayer-art {
  position: relative;
  width: min(100%, 31rem);
  padding: 1.3rem;
}

.multiplayer-art::before {
  position: absolute;
  inset: 12% -5% 6% 8%;
  z-index: -1;
  border-radius: 2.2rem;
  background:
    linear-gradient(135deg, rgb(29 229 237 / 18%), transparent 45%),
    linear-gradient(315deg, rgb(255 139 50 / 16%), transparent 45%),
    var(--surface);
  content: "";
  transform: rotate(-4deg);
}

.multiplayer-art img {
  width: 100%;
  border: 1px solid #3a4c59;
  border-radius: 1.8rem;
  box-shadow: 0 2rem 5rem rgb(0 0 0 / 48%);
  transform: rotate(2deg);
}

.multiplayer-copy > p {
  max-width: 38rem;
  font-size: 1.1rem;
}

.mode-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 2rem;
}

.mode-chips span {
  padding: 0.5rem 0.8rem;
  border: 1px solid var(--line);
  border-radius: 100vmax;
  color: #c8d4da;
  background: var(--surface);
  font-size: 0.76rem;
  font-weight: 800;
}

.detail-grid,
.help-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.detail-grid {
  padding-bottom: 1.1rem;
}

.detail-grid article,
.help-card {
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border: 1px solid var(--line-soft);
  border-radius: 1.25rem;
  background: rgb(10 18 25 / 70%);
}

.detail-grid article {
  min-height: 20rem;
}

.detail-grid article:nth-child(2) .card-number,
.help-card:nth-child(2) .card-number {
  color: var(--orange);
}

.detail-grid article:nth-child(3) .card-number {
  color: #9f8bff;
}

.detail-grid h3,
.help-card h3 {
  font-size: 1.55rem;
}

.support-panel,
.privacy-callout {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
  margin-top: clamp(5rem, 9vw, 9rem);
  padding: clamp(2rem, 5vw, 4.5rem);
  border: 1px solid var(--line);
  border-radius: 1.5rem;
  background:
    radial-gradient(circle at 100% 0, rgb(29 229 237 / 12%), transparent 26rem),
    linear-gradient(120deg, var(--surface-raised), var(--surface));
}

.support-panel {
  padding-block: clamp(3.5rem, 7vw, 6rem);
}

.support-panel h2,
.privacy-callout h2 {
  margin-bottom: 0.9rem;
  font-size: clamp(2.5rem, 5vw, 4.6rem);
}

.support-panel p:not(.eyebrow) {
  max-width: 46rem;
  margin-bottom: 0;
}

.help-grid {
  padding-block: 1.1rem 0;
}

.help-card {
  min-height: 17rem;
}

.privacy-callout {
  grid-template-columns: auto 1fr auto;
  margin-bottom: 7rem;
  padding-block: clamp(2.5rem, 5vw, 4rem);
}

.privacy-callout p:last-child {
  margin-bottom: 0;
}

.privacy-icon {
  display: grid;
  width: 4.25rem;
  height: 4.25rem;
  place-items: center;
  border: 1px solid var(--cyan);
  border-radius: 50%;
  color: var(--cyan);
  background: rgb(29 229 237 / 5%);
  font-size: 2.1rem;
}

.text-link {
  color: var(--cyan);
  font-weight: 850;
  text-underline-offset: 0.28rem;
  white-space: nowrap;
}

footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2rem;
  align-items: center;
  padding-block: 2rem 3rem;
  border-top: 1px solid var(--line-soft);
  color: var(--muted);
  font-size: 0.82rem;
}

.footer-brand {
  display: inline-flex;
  gap: 0.65rem;
  align-items: center;
  justify-self: start;
  color: var(--text);
  font-weight: 850;
  text-decoration: none;
}

footer p {
  margin: 0;
}

footer div {
  display: flex;
  gap: 1.25rem;
  justify-self: end;
}

footer a {
  text-underline-offset: 0.22rem;
}

/* Privacy policy */

.policy-page {
  max-width: 940px;
}

.policy-header {
  padding-block: 7rem 4rem;
  border-bottom: 1px solid var(--line-soft);
}

.policy-header h1 {
  max-width: none;
  margin-bottom: 1.2rem;
  font-size: clamp(3.6rem, 8vw, 7rem);
}

.policy-header .lede {
  max-width: 38rem;
}

.effective-date {
  margin-top: 2rem;
  color: var(--muted);
}

.policy-summary {
  margin-block: 3rem 1rem;
  padding: clamp(1.7rem, 4vw, 2.8rem);
  border: 1px solid rgb(29 229 237 / 45%);
  border-radius: 1.25rem;
  background: rgb(29 229 237 / 5%);
}

.policy-summary h2 {
  max-width: 22ch;
  font-size: clamp(2rem, 5vw, 3.25rem);
  letter-spacing: -0.045em;
}

.policy-content {
  margin-bottom: 6rem;
}

.policy-content section {
  padding-block: 2.8rem;
  border-bottom: 1px solid var(--line-soft);
}

.policy-content h2 {
  display: grid;
  grid-template-columns: 2.6rem 1fr;
  gap: 0.35rem;
  font-size: 1.6rem;
  letter-spacing: -0.035em;
}

.policy-content h2 span {
  color: var(--orange);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
}

.policy-content p {
  max-width: 47rem;
  margin-left: 2.95rem;
}

.policy-content .button {
  margin: 0.7rem 0 0 2.95rem;
}

@media (max-width: 1000px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.62fr);
    gap: 2rem;
  }

  .hero-facts {
    gap: 1.2rem;
  }

  .hero-art {
    padding: 1.5rem;
  }

  .float-tag-top {
    left: -8%;
  }

  .float-tag-bottom {
    right: -8%;
  }

  .story-grid {
    grid-template-columns: 1fr;
  }

  .story-card {
    display: grid;
    grid-template-columns: 0.9fr 1fr;
    min-height: 38rem;
  }

  .story-copy {
    min-height: 0;
    padding: 3rem;
  }

  .story-card img {
    height: 100%;
    min-height: 38rem;
  }
}

@media (max-width: 760px) {
  .site-header,
  main,
  footer {
    width: min(calc(100% - 2rem), var(--max-width));
  }

  .site-header {
    top: 0.5rem;
  }

  nav a:nth-child(2) {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 5rem;
  }

  .hero-copy {
    z-index: 2;
  }

  .hero-art {
    width: min(86vw, 28rem);
    justify-self: center;
  }

  .hero-facts {
    justify-content: space-between;
  }

  .section-heading {
    display: block;
  }

  .section-heading > p:last-child {
    max-width: 38rem;
  }

  .story-card {
    display: flex;
    min-height: 0;
  }

  .story-copy {
    padding: 2rem;
  }

  .story-card img {
    height: auto;
    min-height: 0;
  }

  .multiplayer {
    grid-template-columns: 1fr;
  }

  .multiplayer-art {
    width: min(90vw, 31rem);
    justify-self: center;
  }

  .multiplayer-copy {
    grid-row: 1;
  }

  .detail-grid,
  .help-grid {
    grid-template-columns: 1fr;
  }

  .detail-grid article,
  .help-card {
    min-height: 0;
  }

  .support-panel {
    grid-template-columns: 1fr;
  }

  .support-panel .button {
    justify-self: start;
  }

  .privacy-callout {
    grid-template-columns: auto 1fr;
  }

  .privacy-callout .text-link {
    grid-column: 2;
  }

  footer {
    grid-template-columns: 1fr auto;
  }

  footer p {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

@media (max-width: 520px) {
  body {
    font-size: 16px;
  }

  .site-header {
    min-height: 4.4rem;
    padding: 0.45rem 0.45rem 0.45rem 0.6rem;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .brand > span {
    display: none;
  }

  nav a {
    padding-inline: 0.55rem;
    font-size: 0.78rem;
  }

  h1 {
    font-size: clamp(3.8rem, 19vw, 5.8rem);
  }

  h2 {
    font-size: clamp(2.8rem, 14vw, 4.2rem);
  }

  .hero {
    padding-top: 4.5rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.6rem;
  }

  .hero-facts li {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-facts span {
    max-width: 5rem;
  }

  .hero-art {
    width: 96%;
    padding: 0.7rem;
  }

  .float-tag {
    display: none;
  }

  .section {
    padding-block: 5.5rem;
  }

  .story-copy {
    padding: 1.6rem;
  }

  .support-panel,
  .privacy-callout {
    grid-template-columns: 1fr;
    padding: 1.7rem;
  }

  .support-panel .button {
    width: 100%;
    white-space: normal;
  }

  .privacy-callout .text-link {
    grid-column: 1;
  }

  .policy-content h2 {
    grid-template-columns: 1fr;
  }

  .policy-content p,
  .policy-content .button {
    margin-left: 0;
  }

  footer {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  footer div,
  footer p {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
