:root {
  color-scheme: light;
  --page: #f5f4e8;
  --page-soft: #e8f0e8;
  --panel: #101e28;
  --panel-bright: #152a35;
  --ink: #145e68;
  --muted: #58747a;
  --line: rgba(20, 94, 104, .16);
  --yellow: #ffe22e;
  --red: #ff4d47;
  --cyan: #44d8ff;
  --violet: #a378ff;
  --orange: #ff8b2b;
  --green: #bde934;
  --radius: 28px;
  --shadow: 0 30px 90px rgba(0, 0, 0, .35);
}

html {
  max-width: 100%;
  overflow-x: clip;
  background: var(--page);
}

body {
  max-width: 100%;
  overflow-x: clip;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(255, 226, 46, .24), transparent 19%, transparent 81%, rgba(255, 139, 43, .22)),
    radial-gradient(circle at 8% 12%, rgba(255, 226, 46, .38), transparent 31rem),
    radial-gradient(circle at 92% 24%, rgba(255, 139, 43, .30), transparent 34rem),
    radial-gradient(circle at 50% 58%, rgba(68, 216, 255, .13), transparent 42rem),
    linear-gradient(180deg, #fff9d9 0%, #edf5ee 48%, #fff0d8 100%);
}

body::before {
  content: "";
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(16, 39, 46, .026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 39, 46, .026) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 72%);
}

.site-header,
main,
footer {
  width: min(1180px, calc(100% - 48px));
}

.site-header {
  min-height: 74px;
  border-bottom: 1px solid var(--line);
}

.studio {
  color: var(--ink);
}

.studio-mark {
  border: 1px solid rgba(68, 216, 255, .65);
  color: #071017;
  background: linear-gradient(135deg, var(--yellow), var(--orange));
  box-shadow: 0 0 26px rgba(255, 226, 46, .18);
}

.site-header nav {
  align-items: center;
  color: #526970;
}

.menu-toggle {
  display: none;
}

.site-header nav a:hover,
.site-header nav a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
  color: #071017;
}

.nav-download {
  padding: 9px 14px;
  border: 1px solid rgba(68, 216, 255, .4);
  border-radius: 999px;
  color: #fff;
  background: #0c6673;
}

.hero {
  position: relative;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
  padding: 44px 0 82px;
}

.hero-media {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 1280 / 626;
  border: 1px solid rgba(68, 216, 255, .28);
  border-radius: 34px 34px 0 0;
  background: #020506;
  box-shadow: 0 24px 72px rgba(0, 0, 0, .22), 0 0 80px rgba(68, 216, 255, .08);
}

.hero-key-art {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  animation: hero-art-drift 11s ease-in-out infinite alternate;
}

.hero-media-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    radial-gradient(ellipse at center, transparent 60%, rgba(3, 12, 16, .08)),
    linear-gradient(0deg, rgba(3, 8, 12, .1), transparent 18%);
  pointer-events: none;
}

.hero-effects {
  position: absolute;
  z-index: 2;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-effects::before {
  content: "";
  position: absolute;
  top: -32%;
  bottom: -32%;
  left: -42%;
  width: 34%;
  background: linear-gradient(
    105deg,
    transparent 4%,
    rgba(255, 218, 68, .08) 28%,
    rgba(255, 255, 255, .64) 49%,
    rgba(255, 236, 126, .3) 59%,
    transparent 82%
  );
  filter: blur(5px);
  mix-blend-mode: screen;
  opacity: 0;
  transform: skewX(-14deg);
  animation: hero-light-sweep 4.6s ease-in-out infinite;
}

.hero-effects::after {
  content: "";
  position: absolute;
  top: -32%;
  bottom: -32%;
  left: -42%;
  width: 34%;
  background: linear-gradient(
    105deg,
    transparent 4%,
    rgba(255, 218, 68, .08) 28%,
    rgba(255, 255, 255, .64) 49%,
    rgba(255, 236, 126, .3) 59%,
    transparent 82%
  );
  filter: blur(5px);
  mix-blend-mode: screen;
  opacity: 0;
  transform: skewX(-14deg);
  animation: hero-light-sweep 4.6s -2.3s ease-in-out infinite;
}

.hero-spark {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 9px 2px var(--cyan), 0 0 22px 7px rgba(68, 216, 255, .22);
  opacity: 0;
  animation: hero-spark 4.8s ease-out infinite;
}

.hero-spark-one {
  top: 20%;
  left: 42%;
}

.hero-spark-two {
  top: 62%;
  left: 72%;
  animation-delay: 1.6s;
}

.hero-spark-three {
  top: 38%;
  left: 88%;
  animation-delay: 3.1s;
}

@keyframes hero-art-drift {
  from { filter: saturate(1) brightness(1); }
  to { filter: saturate(1.06) brightness(1.035); }
}

@keyframes hero-light-sweep {
  0%, 8% { left: -42%; opacity: 0; }
  18% { opacity: .95; }
  58% { left: 116%; opacity: .72; }
  68%, 100% { left: 116%; opacity: 0; }
}

@keyframes hero-spark {
  0%, 70%, 100% { transform: scale(.45); opacity: 0; }
  74% { transform: scale(1.25); opacity: .9; }
  81% { transform: translate(14px, -10px) scale(.55); opacity: 0; }
}

.media-label {
  position: absolute;
  z-index: 4;
  top: 20px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  color: #fff;
  background: rgba(2, 8, 12, .7);
  backdrop-filter: blur(12px);
  font-size: .65rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.media-label i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 12px var(--cyan);
  animation: hero-signal 1.8s ease-in-out infinite;
}

@keyframes hero-signal {
  0%, 100% { opacity: .45; transform: scale(.8); }
  50% { opacity: 1; transform: scale(1.15); }
}

.hero-copy {
  position: relative;
  z-index: 3;
  grid-column: 1;
  grid-row: 2;
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, auto);
  grid-template-areas:
    "eyebrow stores"
    "title stores"
    "lede stores";
  align-items: center;
  column-gap: clamp(26px, 4vw, 58px);
  margin: 0;
  padding: 24px 30px 27px;
  border: 1px solid rgba(68, 216, 255, .24);
  border-top: 0;
  border-radius: 0 0 34px 34px;
  background:
    radial-gradient(circle at 92% 20%, rgba(255, 139, 43, .16), transparent 20rem),
    linear-gradient(110deg, #135b68, #103946 58%, #173442);
  box-shadow: 0 28px 74px rgba(9, 38, 45, .22), inset 0 1px rgba(255, 255, 255, .1);
}

.hero-copy::before,
.hero-copy::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  pointer-events: none;
}

.hero-copy::before {
  top: -1px;
  left: -1px;
  border-top: 2px solid var(--yellow);
  border-left: 2px solid var(--yellow);
  border-radius: 0;
}

.hero-copy::after {
  right: -1px;
  bottom: -1px;
  border-right: 2px solid var(--cyan);
  border-bottom: 2px solid var(--cyan);
  border-radius: 0 0 34px;
}

.hero-copy .eyebrow {
  grid-area: eyebrow;
  margin-bottom: 7px;
  color: #8eeaff;
}

.eyebrow {
  display: block;
  margin: 0 0 16px;
  color: #087789;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 2px;
  margin: 0 10px 3px 0;
  background: currentColor;
}

.eyebrow span {
  display: none;
}

.hero-title {
  grid-area: title;
  margin: 0 0 8px;
}

.hero-title > span {
  display: block;
  color: #fff;
  font-size: clamp(2.1rem, 3.2vw, 3.1rem);
  font-weight: 900;
  line-height: .96;
  letter-spacing: -.065em;
}

.hero-title em {
  color: var(--yellow);
  font-style: normal;
  text-shadow: 0 3px 24px rgba(255, 139, 43, .38);
}

.lede {
  grid-area: lede;
  max-width: 510px;
  margin: 0;
  color: #d7e3e6;
  font-size: .94rem;
  line-height: 1.55;
}

.store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.store-button {
  min-width: 190px;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 9px 17px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 15px;
  color: #fff;
  background: rgba(8, 16, 22, .84);
  box-shadow: inset 0 1px rgba(255, 255, 255, .08), 0 12px 28px rgba(0, 0, 0, .2);
  backdrop-filter: blur(12px);
  font-size: 1rem;
  font-weight: 820;
  line-height: 1.05;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.store-button:hover,
.store-button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, .56);
  background: rgba(18, 33, 43, .96);
  outline: none;
}

.store-button:focus-visible,
.mobile-download-dock a:focus-visible,
.reel-tab:focus-visible,
.art-tab:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--cyan);
}

.store-button small {
  display: block;
  margin-bottom: 3px;
  color: #b8c7cc;
  font-size: .61rem;
  font-weight: 650;
}

.store-apple {
  border-color: rgba(255, 226, 46, .66);
}

.store-google {
  border-color: rgba(68, 216, 255, .58);
}

.store-symbol {
  font-size: 1.85rem;
  line-height: 1;
}

.play-symbol,
.mobile-download-dock i {
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 21px solid var(--cyan);
  filter: drop-shadow(7px 0 var(--violet));
}

.hero-note {
  margin: 14px 0 0;
  color: #8fa4ab;
  font-size: .7rem;
}

.hero .store-actions {
  grid-area: stores;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-self: center;
}

.hero .store-button {
  width: 100%;
  min-width: 0;
}

.gameplay-reel,
.artwork-section {
  padding: 104px 0;
}

.section-heading {
  max-width: 790px;
}

.section-heading.compact {
  max-width: 690px;
  margin-bottom: 38px;
}

.section-heading h2,
.roster-copy h2 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: clamp(2.65rem, 6vw, 5.5rem);
  line-height: .92;
  letter-spacing: -.06em;
}

.section-heading h2 {
  background: linear-gradient(95deg, #126776 0%, #126776 48%, #df722c 100%);
  background-clip: text;
  color: transparent;
}

.section-heading > p:last-child,
.roster-copy > p:last-of-type {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.hero .eyebrow,
.roster-section .eyebrow {
  color: var(--cyan);
}

.roster-copy h2 {
  color: #fff;
}

.reel-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 18px;
  align-items: stretch;
}

.reel-player {
  overflow: hidden;
  border: 1px solid rgba(68, 216, 255, .3);
  border-radius: var(--radius);
  background: #020405;
  box-shadow: var(--shadow);
}

.reel-player video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #020405;
}

.reel-status {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 20px;
  color: #fff;
  background: linear-gradient(90deg, #10232d, #0b171e);
  font-size: .69rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.reel-status span:last-child {
  color: var(--yellow);
}

.reel-tabs {
  display: grid;
  gap: 10px;
}

.reel-tab {
  position: relative;
  overflow: hidden;
  min-height: 112px;
  display: grid;
  grid-template-columns: 112px 1fr;
  align-items: center;
  gap: 12px;
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: #c7d4d8;
  background: rgba(15, 30, 39, .72);
  cursor: pointer;
  text-align: left;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.reel-tab:hover {
  transform: translateX(-3px);
  border-color: rgba(68, 216, 255, .4);
}

.reel-tab.is-active {
  border-color: var(--cyan);
  color: #fff;
  background: linear-gradient(135deg, #0d6976, #17323c);
  box-shadow: 0 14px 34px rgba(13, 105, 118, .18);
}

.reel-tab img {
  width: 112px;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 11px;
  filter: saturate(.72) brightness(.82);
}

.reel-tab.is-active img {
  filter: none;
}

.reel-tab span {
  min-width: 0;
}

.reel-tab strong,
.reel-tab small {
  display: block;
}

.reel-tab strong {
  font-size: .78rem;
}

.reel-tab small {
  margin-top: 6px;
  color: #81969e;
  font-size: .62rem;
  letter-spacing: .08em;
}

.artwork-section {
  position: relative;
}

.artwork-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 20px 50%;
  width: 100vw;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 78% 30%, rgba(163, 120, 255, .14), transparent 29rem),
    radial-gradient(circle at 20% 70%, rgba(68, 216, 255, .14), transparent 28rem),
    rgba(255, 255, 255, .32);
  border-block: 1px solid var(--line);
}

.art-switcher {
  position: relative;
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  align-items: center;
}

.art-stage {
  position: relative;
  overflow: hidden;
  grid-column: 1 / -1;
  grid-row: 1;
  margin: 0 180px 0 0;
  border: 1px solid rgba(68, 216, 255, .3);
  border-radius: 32px;
  background: #020405;
  box-shadow: var(--shadow), 0 0 90px rgba(68, 216, 255, .08);
}

.art-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(3, 7, 10, .84), transparent 38%);
}

.art-stage > img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: opacity .24s ease, transform .7s ease;
}

.art-stage > img.is-changing {
  opacity: .18;
  transform: scale(1.02);
}

.art-stage figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 22px;
  left: 24px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
}

.art-stage figcaption span {
  font-size: clamp(1.5rem, 3vw, 2.65rem);
  font-weight: 900;
  letter-spacing: -.04em;
}

.art-stage figcaption small {
  color: #bed0d5;
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.art-tabs {
  position: relative;
  z-index: 3;
  grid-column: 2;
  grid-row: 1;
  display: grid;
  gap: 14px;
}

.art-tab {
  overflow: hidden;
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  gap: 14px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 18px;
  color: #b6c5ca;
  background: rgba(9, 18, 25, .92);
  box-shadow: 0 16px 38px rgba(0, 0, 0, .38);
  backdrop-filter: blur(16px);
  cursor: pointer;
  text-align: left;
  transform: translateX(var(--offset));
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.art-tab:nth-child(1) { --offset: 0; }
.art-tab:nth-child(2) { --offset: 22px; }
.art-tab:nth-child(3) { --offset: 5px; }

.art-tab:hover,
.art-tab.is-active {
  border-color: var(--cyan);
  color: #fff;
  background: rgba(15, 35, 45, .96);
  transform: translateX(calc(var(--offset) - 8px));
}

.art-tab img {
  width: 120px;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
}

.art-tab span {
  color: #70868f;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.art-tab strong {
  display: block;
  margin-top: 5px;
  color: inherit;
  font-size: .74rem;
  letter-spacing: 0;
}

.roster-section {
  position: relative;
  overflow: hidden;
  min-height: 480px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 30.5%);
  margin: 86px 0 100px;
  border: 1px solid rgba(255, 226, 46, .44);
  border-radius: 32px;
  background: linear-gradient(145deg, #fff9d8, #ffe772);
  box-shadow: var(--shadow), 0 0 80px rgba(255, 139, 43, .12);
}

.roster-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 10px solid rgba(255, 255, 255, .035);
  border-radius: inherit;
}

.roster-art {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-right: 1px solid rgba(20, 94, 104, .18);
}

.roster-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.roster-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 3vw, 46px);
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, .74), transparent 34%),
    linear-gradient(145deg, #fff9dc 0%, #ffe574 100%);
}

.roster-copy h2 {
  color: var(--ink);
  font-size: clamp(2.65rem, 3.2vw, 3.45rem);
}

.roster-copy > p:last-of-type { color: var(--muted); }

.roster-section .eyebrow { color: #087789; }

.roster-store-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  margin-top: 26px;
}

.roster-store-actions .store-button {
  width: 100%;
}

.mobile-download-dock {
  display: none;
}

footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 26px 40px;
  padding: 50px 0 30px;
  color: #587078;
  border-top: 1px solid var(--line);
  background: transparent;
  box-shadow: none;
  clip-path: none;
}

.footer-brand {
  display: grid;
  gap: 14px;
}

.footer-brand p {
  margin: 0;
  color: #587078;
  font-size: .76rem;
}

.footer-links {
  display: flex;
  align-items: start;
  justify-content: flex-end;
  gap: 25px;
}

.footer-links a {
  color: #425c64;
  font-size: .82rem;
}

.legal {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 24px;
  border-top: 1px solid rgba(16, 39, 46, .1);
  color: #6a7e84;
  font-size: .7rem;
}

.policy-shell {
  padding-top: 72px;
}

.policy-shell h1 {
  color: var(--ink);
  font-size: clamp(3rem, 8vw, 6.2rem);
}

.policy-shell .updated,
.policy-shell p,
.policy-shell li {
  color: var(--muted);
}

.policy-shell article {
  border: 1px solid var(--line);
  color: var(--ink);
  background: rgba(255, 255, 255, .72);
  box-shadow: var(--shadow);
}

.policy-shell h2,
.policy-shell a,
.policy-shell .back-link {
  color: #087789;
}

@media (min-width: 1081px) {
  .hero-copy {
    padding: 24px 30px 27px;
  }

  .hero .eyebrow {
    margin-bottom: 7px;
  }

  .hero .hero-title {
    margin-bottom: 8px;
  }

  .hero .hero-title > span {
    font-size: clamp(2.1rem, 3.2vw, 3.1rem);
  }

  .hero .lede {
    margin-bottom: 0;
    font-size: .88rem;
    line-height: 1.45;
  }

  .hero .store-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .hero .store-button {
    min-height: 52px;
    padding: 7px 14px;
    font-size: .84rem;
  }
}

@media (max-width: 1080px) {
  .hero {
    min-height: 0;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 0;
  }

  .hero-media {
    grid-column: 1;
    grid-row: 1;
    min-height: 0;
    border-radius: 28px 28px 0 0;
  }

  .hero-key-art {
    min-height: 0;
  }

  .hero-media-shade {
    background:
      radial-gradient(ellipse at center, transparent 60%, rgba(3, 12, 16, .08)),
      linear-gradient(0deg, rgba(3, 8, 12, .1), transparent 18%);
  }

  .hero-copy {
    grid-column: 1;
    grid-row: 2;
    width: auto;
    max-width: none;
    justify-self: stretch;
    margin: 0;
    transform: none;
    padding: 24px 28px 27px;
    border: 1px solid rgba(68, 216, 255, .22);
    border-top: 0;
    border-radius: 0 0 28px 28px;
    background:
      radial-gradient(circle at 92% 20%, rgba(255, 139, 43, .16), transparent 20rem),
      linear-gradient(110deg, #135b68, #103946 58%, #173442);
  }

  .hero-title > span {
    font-size: clamp(2.1rem, 5.2vw, 3.1rem);
  }

  .hero .store-actions {
    display: grid;
  }

  .reel-shell {
    grid-template-columns: 1fr;
  }

  .reel-tabs {
    grid-template-columns: repeat(4, 1fr);
  }

  .reel-tab {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .reel-tab img {
    width: 100%;
  }

  .art-switcher {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .art-stage {
    grid-column: 1;
    margin: 0;
  }

  .art-tabs {
    grid-column: 1;
    grid-row: 2;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 14px;
  }

  .art-tab,
  .art-tab:hover,
  .art-tab.is-active {
    grid-template-columns: 1fr;
    transform: none;
  }

  .art-tab img {
    width: 100%;
  }

  .roster-section {
    grid-template-columns: 1fr;
  }

  .roster-art {
    aspect-ratio: 16 / 9;
    border-right: 0;
    border-bottom: 1px solid rgba(20, 94, 104, .18);
  }

  .roster-store-actions {
    display: flex;
  }
}

@media (max-width: 620px) {
  .site-header,
  main,
  footer {
    width: min(100% - 28px, 1180px);
  }

  .site-header {
    position: relative;
    z-index: 40;
    min-height: 66px;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
    display: grid;
    place-content: center;
    gap: 5px;
    padding: 0;
    border: 1px solid rgba(16, 39, 46, .16);
    border-radius: 13px;
    color: var(--ink);
    background: rgba(255, 255, 255, .7);
    box-shadow: 0 10px 26px rgba(16, 39, 46, .08);
    backdrop-filter: blur(16px);
    cursor: pointer;
  }

  .menu-toggle span {
    width: 18px;
    height: 2px;
    display: block;
    border-radius: 999px;
    background: currentColor;
    transform-origin: center;
    transition: transform .18s ease, opacity .18s ease;
  }

  .site-header.is-menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header.is-menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .site-header nav {
    position: absolute;
    z-index: 45;
    top: calc(100% + 9px);
    right: 0;
    left: 0;
    display: grid;
    gap: 5px;
    padding: 10px;
    border: 1px solid rgba(16, 39, 46, .14);
    border-radius: 18px;
    color: var(--ink);
    background: rgba(247, 249, 246, .94);
    box-shadow: 0 22px 58px rgba(16, 39, 46, .18);
    backdrop-filter: blur(20px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px) scale(.98);
    transform-origin: top;
    transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
  }

  .site-header.is-menu-open nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .site-header nav a {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 10px 13px;
    border-radius: 12px;
  }

  .site-header nav a:not(:last-child) {
    display: flex;
  }

  .site-header nav a:not(.nav-download):hover,
  .site-header nav a:not(.nav-download):focus-visible {
    background: rgba(16, 39, 46, .06);
  }

  .nav-download {
    justify-content: center;
    padding: 10px 13px;
    font-size: .74rem;
  }

  .hero {
    padding: 18px 0 34px;
  }

  .hero-media {
    width: calc(100% + 28px);
    margin-left: -14px;
    border-inline: 0;
    border-radius: 0;
  }

  .hero-copy {
    width: calc(100% + 28px);
    margin-left: -14px;
    grid-template-columns: 1fr;
    grid-template-areas:
      "eyebrow"
      "title"
      "lede"
      "stores";
    padding: 22px 20px 25px;
    border-inline: 0;
    border-radius: 0 0 22px 22px;
  }

  .media-label {
    top: 12px;
    right: 12px;
  }

  .hero-title > span {
    font-size: clamp(2.35rem, 11vw, 3.2rem);
  }

  .hero .lede {
    max-width: 31rem;
    margin-bottom: 20px;
    font-size: .9rem;
  }

  .store-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
  }

  .hero .store-actions {
    display: grid;
  }

  .store-button {
    min-width: 0;
    min-height: 56px;
    padding: 8px 11px;
    font-size: .82rem;
  }

  .store-button small {
    font-size: .56rem;
  }

  .store-symbol {
    font-size: 1.55rem;
  }

  .play-symbol {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 17px;
  }

  .gameplay-reel,
  .artwork-section {
    padding: 56px 0;
  }

  .section-heading.compact {
    margin-bottom: 26px;
  }

  .section-heading h2,
  .roster-copy h2 {
    font-size: clamp(2.6rem, 13vw, 3.7rem);
  }

  .reel-player {
    width: calc(100% + 28px);
    margin-left: -14px;
    border-inline: 0;
    border-radius: 0;
  }

  .reel-tabs {
    width: calc(100vw - 14px);
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 148px;
    gap: 10px;
    margin-right: calc(50% - 50vw);
    padding: 2px 14px 12px 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

  .reel-tab {
    scroll-snap-align: start;
  }

  .reel-tab:hover {
    transform: none;
  }

  .artwork-section::before {
    inset-block: 0;
  }

  .art-stage {
    width: calc(100% + 28px);
    margin-left: -14px;
    border-inline: 0;
    border-radius: 0;
  }

  .art-stage figcaption {
    right: 16px;
    bottom: 14px;
    left: 16px;
  }

  .art-stage figcaption small {
    display: none;
  }

  .art-tabs {
    width: calc(100vw - 14px);
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 174px;
    margin-right: calc(50% - 50vw);
    padding: 0 14px 12px 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

  .art-tab {
    scroll-snap-align: start;
  }

  .roster-section {
    width: calc(100% + 28px);
    min-height: 0;
    margin: 72px 0 70px -14px;
    border-inline: 0;
    border-radius: 0;
  }

  .roster-copy {
    width: 100%;
    padding: 30px 20px 32px;
    border-radius: 0;
  }

  .roster-store-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin-top: 24px;
  }

  .roster-store-actions .store-button {
    width: 100%;
  }

  .mobile-download-dock.is-ready {
    position: fixed;
    z-index: 20;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    padding: 7px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 16px;
    background: rgba(7, 16, 23, .9);
    box-shadow: 0 18px 46px rgba(0, 0, 0, .42);
    backdrop-filter: blur(18px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 24px));
    transition: opacity .2s ease, transform .2s ease;
  }

  .mobile-download-dock.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-download-dock a {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 10px;
    color: #fff;
    background: rgba(255, 255, 255, .07);
    font-size: .72rem;
    font-weight: 850;
  }

  .mobile-download-dock a:first-child {
    border-color: rgba(255, 226, 46, .44);
  }

  .mobile-download-dock i {
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 11px;
    filter: drop-shadow(4px 0 var(--violet));
  }

  footer {
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

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

  .hero-key-art,
  .hero-effects::before,
  .hero-effects::after,
  .hero-spark,
  .media-label i {
    animation: none !important;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
