:root {
  --ink: #110807;
  --bitter-950: #170b0a;
  --bitter-900: #21100e;
  --cocoa-850: #352018;
  --cocoa-750: #533023;
  --plum-800: #3b2031;
  --plum-600: #71465d;
  --charcoal-950: #080b0e;
  --charcoal-850: #15191c;
  --cream: #f7ead2;
  --cream-muted: #d7c5a8;
  --caramel: #efbd61;
  --caramel-deep: #bd7933;
  --cyan: #86d9c8;
  --teal: #2f6a61;
  --teal-dark: #163a37;
  --line: rgba(247, 234, 210, 0.16);
  --shadow: 0 24px 80px rgba(5, 2, 2, 0.48);
  --round-sm: 16px;
  --round-md: 28px;
  --round-lg: 44px;
  --page-gutter: clamp(20px, 5vw, 72px);
  color-scheme: dark;
  font-family: 'Trebuchet MS', 'Arial Rounded MT Bold', ui-rounded, system-ui, sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--charcoal-950);
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  min-width: 300px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(71, 108, 101, 0.1), transparent 28rem),
    var(--charcoal-950);
  color: var(--cream);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: 50;
  inset: 0;
  border: 1px solid rgba(239, 189, 97, 0.08);
  pointer-events: none;
  content: '';
}

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

a {
  color: inherit;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.2em;
}

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

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

h1,
h2 {
  margin-bottom: 0;
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

section[id],
figure[id] {
  scroll-margin-top: 96px;
}

.page-shell {
  width: min(100% - (var(--page-gutter) * 2), 1240px);
  margin-inline: auto;
}

.visually-hidden {
  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;
  z-index: 200;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  border: 2px solid var(--cream);
  border-radius: 999px;
  background: var(--charcoal-950);
  color: var(--cream);
  font-weight: 900;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

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

.site-header {
  position: fixed;
  z-index: 100;
  top: max(12px, env(safe-area-inset-top));
  left: 50%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(calc(100% - 28px), 1280px);
  min-height: 64px;
  padding: 8px 10px 8px 12px;
  border: 1px solid rgba(247, 234, 210, 0.16);
  border-radius: 22px;
  background: rgba(16, 10, 9, 0.78);
  box-shadow: 0 16px 50px rgba(5, 2, 2, 0.24);
  backdrop-filter: blur(20px) saturate(130%);
  transform: translateX(-50%);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--cream);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.025em;
  text-decoration: none;
}

.brand {
  gap: 10px;
  min-height: 44px;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 2px;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding-inline: 16px;
  border-radius: 14px;
  color: var(--cream-muted);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition:
    color 160ms ease,
    background-color 160ms ease;
}

.site-nav a:hover {
  background: rgba(247, 234, 210, 0.08);
  color: var(--cream);
}

.nav-status {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 17px;
  border: 1px solid rgba(134, 217, 200, 0.42);
  border-radius: 14px;
  background: rgba(47, 106, 97, 0.32);
  color: #b8f2e6;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: max(760px, 100svh);
  overflow: hidden;
  isolation: isolate;
  background: var(--bitter-950);
}

.hero-backdrop,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-backdrop {
  z-index: -3;
  object-fit: cover;
  object-position: 50% 50%;
  filter: saturate(0.88) contrast(1.05);
  transform: scale(1.04);
}

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      rgba(11, 5, 5, 0.97) 0%,
      rgba(21, 9, 8, 0.82) 39%,
      rgba(13, 8, 8, 0.28) 72%,
      rgba(8, 7, 7, 0.72) 100%
    ),
    linear-gradient(
      180deg,
      rgba(7, 7, 8, 0.56) 0%,
      transparent 22%,
      transparent 70%,
      var(--charcoal-950) 100%
    );
}

.hero::before {
  position: absolute;
  z-index: -1;
  top: 12%;
  right: 4%;
  width: min(42vw, 640px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(134, 217, 200, 0.18), transparent 67%);
  filter: blur(8px);
  content: '';
}

.hero::after {
  position: absolute;
  z-index: -1;
  right: -8%;
  bottom: -36%;
  width: 68%;
  height: 62%;
  border-radius: 50%;
  background: rgba(23, 11, 10, 0.5);
  filter: blur(42px);
  content: '';
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  min-height: max(760px, 100svh);
  padding-top: calc(100px + env(safe-area-inset-top));
  padding-bottom: max(70px, env(safe-area-inset-bottom));
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 650px;
  padding-block: 50px;
}

.preview-flag {
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 12px;
  border: 1px solid rgba(239, 189, 97, 0.4);
  border-radius: 999px;
  background: rgba(83, 48, 35, 0.68);
  color: var(--caramel);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow {
  margin-bottom: 16px;
  color: var(--cyan);
  font-size: clamp(0.72rem, 1vw, 0.84rem);
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 7ch;
  color: var(--cream);
  font-size: clamp(5.4rem, 9.6vw, 9.3rem);
  text-shadow:
    0 5px 0 rgba(53, 32, 24, 0.72),
    0 20px 48px rgba(0, 0, 0, 0.42);
}

.hero h1 span {
  color: var(--caramel);
}

.hero-lede {
  max-width: 510px;
  margin: 28px 0 0;
  color: #f2e4ce;
  font-size: clamp(1.08rem, 1.7vw, 1.38rem);
  font-weight: 700;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}

.store-button {
  display: inline-flex;
  align-items: center;
  min-height: 64px;
  gap: 13px;
  padding: 10px 20px;
  border: 1px solid rgba(247, 234, 210, 0.34);
  border-radius: 18px;
  background: rgba(8, 11, 14, 0.88);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.3);
  color: var(--cream);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.12;
}

.store-button small {
  display: block;
  margin-bottom: 4px;
  color: var(--cream-muted);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-button-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(134, 217, 200, 0.4);
  border-radius: 50% 48% 50% 44%;
  background: var(--teal-dark);
  color: var(--cyan);
  font-size: 0.82rem;
  line-height: 1;
}

.text-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 20px;
  border-bottom: 2px solid var(--caramel);
  color: var(--cream);
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition:
    color 160ms ease,
    border-color 160ms ease;
}

.text-button::after {
  margin-left: 10px;
  color: var(--caramel);
  content: '\2193';
}

.text-button:hover {
  border-color: var(--cyan);
  color: var(--cyan);
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.hero-tags li {
  padding: 6px 11px;
  border: 1px solid rgba(247, 234, 210, 0.18);
  border-radius: 999px;
  background: rgba(22, 14, 13, 0.5);
  color: var(--cream-muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.hero-showcase {
  position: relative;
  align-self: stretch;
  min-height: 650px;
}

.phone {
  position: absolute;
  width: clamp(190px, 18vw, 260px);
  aspect-ratio: 9 / 16;
  margin: 0;
  overflow: hidden;
  border: 6px solid #211311;
  border-radius: clamp(24px, 2.8vw, 38px);
  background: #0d0909;
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.56),
    0 0 0 1px rgba(247, 234, 210, 0.18);
}

.phone::after,
.feature-phone::after,
.world-phone::after {
  position: absolute;
  top: 9px;
  left: 50%;
  width: 28%;
  height: 5px;
  border-radius: 999px;
  background: rgba(16, 10, 9, 0.9);
  transform: translateX(-50%);
  content: '';
}

.phone img,
.feature-phone img,
.world-phone img,
.screen-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone-rear {
  top: 19%;
  right: 44%;
  transform: rotate(-8deg) translateY(18px);
}

.phone-front {
  z-index: 2;
  top: 8%;
  right: 8%;
  width: clamp(220px, 21vw, 300px);
  transform: rotate(5deg);
}

.hero-character {
  position: absolute;
  z-index: 3;
  right: 38%;
  bottom: 3%;
  width: clamp(138px, 14vw, 205px);
  height: auto;
  aspect-ratio: 1402 / 1122;
  object-fit: contain;
  filter: drop-shadow(0 22px 26px rgba(0, 0, 0, 0.62));
  transform: rotate(-3deg);
  animation: character-drift 5.6s ease-in-out infinite;
}

.hero-scroll {
  position: absolute;
  z-index: 4;
  bottom: max(18px, env(safe-area-inset-bottom));
  left: 50%;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(247, 234, 210, 0.24);
  border-radius: 50%;
  background: rgba(8, 11, 14, 0.42);
  transform: translateX(-50%);
}

.hero-scroll span {
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--cream);
  border-bottom: 2px solid var(--cream);
  transform: translateY(-2px) rotate(45deg);
}

.release-strip {
  position: relative;
  z-index: 5;
  border-top: 1px solid rgba(134, 217, 200, 0.2);
  border-bottom: 1px solid rgba(134, 217, 200, 0.2);
  background:
    linear-gradient(
      90deg,
      rgba(47, 106, 97, 0.26),
      rgba(22, 58, 55, 0.68),
      rgba(47, 106, 97, 0.22)
    ),
    var(--charcoal-850);
}

.release-strip-inner {
  display: grid;
  grid-template-columns: 0.8fr 1fr auto;
  align-items: center;
  gap: clamp(24px, 4vw, 60px);
  min-height: 170px;
  padding-block: 30px;
}

.release-strip .eyebrow {
  margin-bottom: 8px;
}

.release-strip h2 {
  font-size: clamp(1.65rem, 2.5vw, 2.5rem);
  letter-spacing: -0.04em;
}

.release-strip p {
  margin: 0;
  color: var(--cream-muted);
  font-size: 0.95rem;
}

.release-strip ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
  color: var(--cream);
  font-size: 0.78rem;
  font-weight: 800;
}

.release-strip li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.release-strip li span {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--teal);
  color: var(--cyan);
  font-size: 0.68rem;
}

.screens-section {
  position: relative;
  padding: clamp(90px, 11vw, 160px) 0 clamp(90px, 10vw, 140px);
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 20%, rgba(113, 70, 93, 0.2), transparent 30rem),
    linear-gradient(180deg, var(--charcoal-950), #111214 62%, var(--bitter-950));
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  gap: 40px;
  margin-bottom: 54px;
}

.section-heading h2,
.feature-copy h2,
.crew-copy h2,
.worlds-copy h2,
.closing-copy h2 {
  font-size: clamp(3rem, 6vw, 6.2rem);
}

.section-heading > p {
  max-width: 430px;
  margin: 0 0 5px auto;
  color: var(--cream-muted);
  font-size: 1rem;
}

.screen-gallery {
  display: flex;
  gap: clamp(16px, 2vw, 26px);
  padding: 10px 3px 26px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-color: var(--teal) rgba(247, 234, 210, 0.08);
  scrollbar-width: thin;
  scroll-snap-type: x mandatory;
}

.screen-gallery::-webkit-scrollbar {
  height: 8px;
}

.screen-gallery::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(247, 234, 210, 0.08);
}

.screen-gallery::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: var(--teal);
}

.screen-card {
  flex: 0 0 clamp(236px, 24vw, 314px);
  margin-bottom: 0;
  scroll-snap-align: center;
}

.screen-frame {
  position: relative;
  aspect-ratio: 9 / 16;
  padding: 7px;
  overflow: hidden;
  border: 1px solid rgba(239, 189, 97, 0.35);
  border-radius: 32px;
  background: #211311;
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.35);
  transition:
    border-color 180ms ease,
    transform 180ms ease;
}

.screen-frame::before {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 50%;
  width: 24%;
  height: 5px;
  border-radius: 999px;
  background: rgba(17, 8, 7, 0.94);
  transform: translateX(-50%);
  content: '';
}

.screen-frame img {
  border-radius: 25px;
}

.screen-card:hover .screen-frame {
  border-color: var(--cyan);
  transform: translateY(-6px);
}

.screen-card figcaption {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  color: var(--cream);
  font-size: 0.9rem;
  font-weight: 900;
}

.screen-card figcaption span {
  color: var(--cyan);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
}

.gallery-stops {
  display: flex;
  justify-content: center;
  gap: 2px;
  margin-top: 24px;
}

.gallery-stops a {
  position: relative;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
}

.gallery-stops a::after {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(247, 234, 210, 0.34);
  box-shadow: 0 0 0 1px rgba(247, 234, 210, 0.12);
  content: '';
  transition:
    width 160ms ease,
    background-color 160ms ease;
}

.gallery-stops a:hover::after,
.gallery-stops a:focus-visible::after {
  width: 20px;
  background: var(--cyan);
}

.feature-stories {
  background:
    radial-gradient(circle at 16% 44%, rgba(239, 189, 97, 0.09), transparent 34rem),
    linear-gradient(180deg, var(--bitter-950), #1c100f 50%, var(--charcoal-950));
}

.feature-row {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(55px, 10vw, 140px);
  min-height: min(930px, 100svh);
  padding-block: clamp(90px, 10vw, 150px);
  border-bottom: 1px solid var(--line);
}

.feature-row-reverse .feature-visual {
  order: 2;
}

.feature-row-reverse .feature-copy {
  order: 1;
}

.feature-visual {
  position: relative;
  min-height: 660px;
  border: 1px solid rgba(247, 234, 210, 0.12);
  border-radius: var(--round-lg);
  background:
    linear-gradient(145deg, rgba(83, 48, 35, 0.72), rgba(23, 11, 10, 0.9)), var(--bitter-900);
  box-shadow: var(--shadow);
  isolation: isolate;
  overflow: hidden;
}

.feature-visual::before {
  position: absolute;
  z-index: -1;
  inset: 8%;
  border: 1px dashed rgba(239, 189, 97, 0.24);
  border-radius: 50%;
  content: '';
}

.feature-phone {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: min(65%, 330px);
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border: 7px solid #211311;
  border-radius: 38px;
  background: #130b0a;
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.48),
    0 0 0 1px rgba(239, 189, 97, 0.3);
  transform: translate(-50%, -50%);
}

.route-mark {
  position: absolute;
  z-index: 1;
  width: 90px;
  height: 90px;
  border: 3px solid var(--cyan);
  border-radius: 50% 42% 51% 46%;
  box-shadow: 0 0 30px rgba(134, 217, 200, 0.24);
}

.route-mark::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 18px var(--cyan);
  transform: translate(-50%, -50%);
  content: '';
}

.route-mark-one {
  top: 16%;
  left: 9%;
  transform: rotate(-11deg);
}

.route-mark-two {
  right: 7%;
  bottom: 13%;
  width: 64px;
  height: 64px;
  border-color: var(--caramel);
}

.route-mark-two::after {
  background: var(--caramel);
  box-shadow: 0 0 18px var(--caramel);
}

.resource-chip {
  position: absolute;
  z-index: 3;
  padding: 8px 12px;
  border: 1px solid rgba(247, 234, 210, 0.3);
  border-radius: 999px;
  background: rgba(8, 11, 14, 0.84);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.32);
  color: var(--cream);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.resource-chip-one {
  top: 23%;
  right: 5%;
  color: var(--caramel);
  transform: rotate(5deg);
}

.resource-chip-two {
  bottom: 18%;
  left: 5%;
  color: var(--cyan);
  transform: rotate(-7deg);
}

.feature-copy {
  max-width: 570px;
}

.feature-copy h2 {
  margin-bottom: 30px;
}

.feature-copy > p:not(.eyebrow) {
  max-width: 540px;
  margin-bottom: 32px;
  color: var(--cream-muted);
  font-size: clamp(1.02rem, 1.5vw, 1.22rem);
  line-height: 1.75;
}

.feature-list {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.feature-list li {
  position: relative;
  padding: 16px 0 16px 30px;
  border-bottom: 1px solid var(--line);
  color: var(--cream);
  font-size: 0.9rem;
  font-weight: 800;
}

.feature-list li::before {
  position: absolute;
  top: 21px;
  left: 2px;
  width: 10px;
  height: 10px;
  border: 2px solid var(--cyan);
  border-radius: 50% 42% 48% 44%;
  content: '';
}

.defense-visual {
  background:
    radial-gradient(circle at 50% 14%, rgba(113, 70, 93, 0.48), transparent 38%),
    linear-gradient(160deg, #362035, #170b0a 72%);
}

.defense-visual .feature-phone {
  top: 43%;
}

.hollow-card {
  position: absolute;
  z-index: 3;
  right: 5%;
  bottom: 5%;
  left: 5%;
  padding: 12px 15px 8px;
  overflow: hidden;
  border: 1px solid rgba(239, 189, 97, 0.38);
  border-radius: 20px;
  background: rgba(17, 8, 7, 0.92);
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.4);
}

.hollow-card span {
  display: block;
  color: var(--caramel);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hollow-card img {
  width: 100%;
  margin-top: -2px;
}

.workshop-visual {
  background:
    radial-gradient(circle at 68% 28%, rgba(134, 217, 200, 0.2), transparent 36%),
    linear-gradient(145deg, #2c2925, #24120f 76%);
}

.workshop-visual .feature-phone {
  width: min(54%, 282px);
}

.workshop-visual .feature-phone-back {
  z-index: 1;
  top: 51%;
  left: 36%;
  transform: translate(-50%, -50%) rotate(-8deg);
}

.workshop-visual .feature-phone-front {
  top: 47%;
  left: 64%;
  transform: translate(-50%, -50%) rotate(7deg);
}

.crew-section {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  border-top: 1px solid rgba(134, 217, 200, 0.22);
  border-bottom: 1px solid rgba(134, 217, 200, 0.22);
  background:
    radial-gradient(circle at 15% 65%, rgba(134, 217, 200, 0.24), transparent 28rem),
    radial-gradient(circle at 88% 40%, rgba(113, 70, 93, 0.36), transparent 32rem), #101719;
}

.crew-section::before {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(247, 234, 210, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 234, 210, 0.08) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, transparent, black 30%, black 70%, transparent);
  content: '';
}

.crew-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 700px;
  height: 700px;
  border: 1px solid rgba(134, 217, 200, 0.2);
  border-radius: 48% 52% 44% 56%;
  transform: translate(-50%, -50%) rotate(12deg);
}

.crew-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.85fr 0.95fr 1.2fr;
  align-items: center;
  gap: clamp(20px, 4vw, 64px);
  min-height: 760px;
  padding-block: 80px;
}

.goo-stage {
  align-self: center;
  min-width: 280px;
  margin-left: -20%;
}

.goo-stage img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  aspect-ratio: 1402 / 1122;
  object-fit: contain;
  filter: drop-shadow(0 30px 45px rgba(0, 0, 0, 0.48));
}

.crew-copy {
  position: relative;
  z-index: 3;
}

.crew-copy h2 {
  margin-bottom: 30px;
  font-size: clamp(2.8rem, 5vw, 5.4rem);
}

.crew-copy > p:not(.eyebrow) {
  max-width: 420px;
  margin-bottom: 30px;
  color: var(--cream-muted);
  font-size: 1.05rem;
}

.text-button-light::after {
  content: '\2192';
}

.crew-atlas img {
  width: min(45vw, 570px);
  max-width: none;
  filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.34));
  transform: rotate(2deg) scale(1.08);
}

.worlds-section {
  position: relative;
  min-height: 950px;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 45%, rgba(47, 106, 97, 0.3), transparent 32rem),
    radial-gradient(circle at 12% 80%, rgba(113, 70, 93, 0.22), transparent 30rem),
    var(--charcoal-950);
}

.worlds-orbit {
  position: absolute;
  right: 9%;
  top: 17%;
  width: min(46vw, 620px);
  aspect-ratio: 1;
  border: 1px solid rgba(134, 217, 200, 0.18);
  border-radius: 48% 52% 46% 54%;
  transform: rotate(22deg);
}

.worlds-orbit::before,
.worlds-orbit::after {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 22px var(--cyan);
  content: '';
}

.worlds-orbit::before {
  top: 9%;
  left: 24%;
}

.worlds-orbit::after {
  right: 3%;
  bottom: 28%;
  background: var(--caramel);
  box-shadow: 0 0 22px var(--caramel);
}

.worlds-orbit-two {
  top: 25%;
  right: 14%;
  width: min(36vw, 470px);
  border-color: rgba(239, 189, 97, 0.14);
  transform: rotate(-18deg);
}

.worlds-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: clamp(60px, 9vw, 130px);
  min-height: 950px;
  padding-block: 120px;
}

.worlds-copy > p:not(.eyebrow) {
  max-width: 520px;
  margin: 32px 0;
  color: var(--cream-muted);
  font-size: 1.05rem;
}

.world-list {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.world-list li {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  color: var(--cream);
  font-size: 0.9rem;
  font-weight: 900;
}

.world-list span {
  color: var(--caramel);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
}

.world-phones {
  position: relative;
  min-height: 680px;
}

.world-phone {
  position: absolute;
  top: 50%;
  width: min(54%, 330px);
  aspect-ratio: 9 / 16;
  margin: 0;
  overflow: hidden;
  border: 7px solid #211311;
  border-radius: 38px;
  background: #130b0a;
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(134, 217, 200, 0.24);
}

.world-phone-left {
  z-index: 2;
  left: 7%;
  transform: translateY(-50%) rotate(-7deg);
}

.world-phone-right {
  right: 3%;
  transform: translateY(-50%) rotate(7deg);
}

.closing-section {
  padding: clamp(80px, 10vw, 150px) 0;
  background:
    radial-gradient(circle at 70% 30%, rgba(239, 189, 97, 0.12), transparent 30rem),
    linear-gradient(180deg, #160b0a, #080b0e);
}

.closing-card {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  min-height: 700px;
  overflow: hidden;
  border: 1px solid rgba(239, 189, 97, 0.3);
  border-radius: var(--round-lg);
  background:
    radial-gradient(circle at 76% 24%, rgba(134, 217, 200, 0.13), transparent 24rem), #1c100f;
  box-shadow: var(--shadow);
}

.closing-poster {
  position: relative;
  min-height: 700px;
  overflow: hidden;
}

.closing-poster::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 72%, #1c100f 100%);
  content: '';
}

.closing-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.closing-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(48px, 8vw, 110px);
}

.closing-hollows {
  width: min(330px, 100%);
  height: auto;
  aspect-ratio: 3;
  margin-bottom: 32px;
  object-fit: contain;
  filter: drop-shadow(0 16px 20px rgba(0, 0, 0, 0.46));
}

.closing-copy h2 {
  margin-bottom: 30px;
  color: var(--cream);
  font-size: clamp(3rem, 5vw, 5.8rem);
}

.closing-copy > p:not(.eyebrow) {
  max-width: 520px;
  margin-bottom: 34px;
  color: var(--cream-muted);
  font-size: 1.05rem;
}

.store-button-closing {
  background: var(--charcoal-950);
}

.site-footer {
  padding: 48px 0 max(34px, env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  background: #07090b;
}

.footer-main,
.footer-fine-print {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.footer-brand {
  gap: 12px;
}

.footer-brand img {
  width: 48px;
  height: 48px;
  border-radius: 14px;
}

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

.footer-brand small {
  color: var(--cream-muted);
  font-size: 0.7rem;
  font-weight: 700;
}

.footer-main nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px 22px;
}

.footer-main nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--cream-muted);
  font-size: 0.8rem;
  font-weight: 800;
}

.footer-main nav a:hover {
  color: var(--cyan);
}

.footer-fine-print {
  padding-top: 26px;
  margin-top: 26px;
  border-top: 1px solid rgba(247, 234, 210, 0.08);
  color: rgba(215, 197, 168, 0.58);
  font-size: 0.7rem;
}

@keyframes character-drift {
  0%,
  100% {
    transform: translateY(0) rotate(-3deg);
  }

  50% {
    transform: translateY(-10px) rotate(1deg);
  }
}

@media (max-width: 1050px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
  }

  .hero-showcase {
    min-height: 590px;
  }

  .phone-rear {
    right: 38%;
  }

  .phone-front {
    right: -2%;
  }

  .hero-character {
    right: 33%;
  }

  .release-strip-inner {
    grid-template-columns: 0.8fr 1.2fr;
  }

  .release-strip ul {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
  }

  .feature-row {
    gap: 70px;
  }

  .crew-grid {
    grid-template-columns: 0.7fr 1fr 1fr;
  }

  .goo-stage {
    margin-left: -44%;
  }

  .crew-atlas img {
    width: min(48vw, 530px);
  }
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-shade {
    background:
      linear-gradient(
        180deg,
        rgba(11, 5, 5, 0.9) 0%,
        rgba(17, 8, 7, 0.82) 46%,
        var(--charcoal-950) 100%
      ),
      linear-gradient(90deg, rgba(11, 5, 5, 0.76), rgba(11, 5, 5, 0.22));
  }

  .hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: calc(120px + env(safe-area-inset-top));
    padding-bottom: 86px;
  }

  .hero-copy {
    max-width: 680px;
    padding-block: 36px 10px;
  }

  .hero h1 {
    font-size: clamp(5rem, 18vw, 8.2rem);
  }

  .hero-showcase {
    min-height: 610px;
  }

  .phone {
    width: min(37vw, 250px);
  }

  .phone-rear {
    top: 16%;
    right: 49%;
  }

  .phone-front {
    top: 5%;
    right: 13%;
    width: min(42vw, 280px);
  }

  .hero-character {
    right: 39%;
    bottom: 4%;
  }

  .hero-scroll {
    display: none;
  }

  .release-strip-inner,
  .section-heading {
    grid-template-columns: 1fr;
  }

  .release-strip-inner {
    gap: 18px;
    padding-block: 44px;
  }

  .release-strip ul {
    grid-column: auto;
  }

  .section-heading {
    gap: 22px;
  }

  .section-heading > p {
    margin-left: 0;
  }

  .feature-row,
  .feature-row-reverse {
    grid-template-columns: 1fr;
    gap: 60px;
    min-height: auto;
  }

  .feature-row-reverse .feature-visual,
  .feature-row-reverse .feature-copy {
    order: initial;
  }

  .feature-visual {
    min-height: 660px;
  }

  .feature-copy {
    max-width: 680px;
  }

  .crew-grid {
    grid-template-columns: 0.75fr 1.25fr;
    min-height: auto;
  }

  .goo-stage {
    align-self: end;
    margin-left: -38%;
  }

  .crew-copy {
    padding-block: 90px;
  }

  .crew-atlas {
    grid-column: 1 / -1;
    justify-self: center;
    margin-top: -120px;
  }

  .crew-atlas img {
    width: min(88vw, 650px);
  }

  .worlds-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .worlds-copy {
    max-width: 650px;
  }

  .world-phones {
    min-height: 670px;
  }

  .world-phone {
    width: min(46vw, 320px);
  }

  .world-phone-left {
    left: 11%;
  }

  .world-phone-right {
    right: 11%;
  }

  .closing-card {
    grid-template-columns: 0.78fr 1.22fr;
  }

  .closing-copy {
    padding: 44px;
  }
}

@media (max-width: 600px) {
  :root {
    --page-gutter: 18px;
  }

  .site-header {
    width: calc(100% - 20px);
    min-height: 60px;
    border-radius: 19px;
  }

  .brand {
    gap: 8px;
    font-size: 0.86rem;
  }

  .brand img {
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }

  .nav-status {
    min-height: 40px;
    max-width: 145px;
    padding-inline: 11px;
    font-size: 0.62rem;
    line-height: 1.2;
  }

  .hero-backdrop {
    object-position: 63% 50%;
  }

  .hero-inner {
    padding-top: calc(105px + env(safe-area-inset-top));
  }

  .hero-copy {
    padding-top: 28px;
  }

  .hero h1 {
    font-size: clamp(4.45rem, 22vw, 6.3rem);
  }

  .hero-lede {
    margin-top: 22px;
    font-size: 1.04rem;
  }

  .hero-actions {
    align-items: stretch;
  }

  .store-button {
    flex: 1 1 100%;
    justify-content: center;
  }

  .text-button {
    min-height: 48px;
  }

  .hero-showcase {
    min-height: 500px;
    margin-top: 24px;
  }

  .phone-rear {
    top: 17%;
    right: 48%;
    width: min(44vw, 210px);
  }

  .phone-front {
    right: 7%;
    width: min(49vw, 235px);
  }

  .hero-character {
    right: 34%;
    bottom: 3%;
    width: 128px;
  }

  .release-strip ul {
    grid-template-columns: 1fr;
  }

  .screens-section {
    padding-top: 88px;
  }

  .section-heading h2,
  .feature-copy h2,
  .worlds-copy h2 {
    font-size: clamp(2.75rem, 14vw, 4.5rem);
  }

  .screen-gallery {
    width: 100%;
    padding-right: var(--page-gutter);
    padding-left: var(--page-gutter);
    scroll-padding-inline: var(--page-gutter);
  }

  .screen-card {
    flex-basis: min(74vw, 290px);
  }

  .feature-row {
    width: calc(100% - (var(--page-gutter) * 2));
    gap: 54px;
    padding-block: 86px;
  }

  .feature-visual {
    min-height: 580px;
    border-radius: 32px;
  }

  .feature-phone {
    width: min(67%, 300px);
    border-width: 6px;
    border-radius: 32px;
  }

  .workshop-visual .feature-phone {
    width: min(57%, 250px);
  }

  .resource-chip {
    font-size: 0.6rem;
  }

  .crew-grid {
    grid-template-columns: 1fr;
    padding-block: 70px;
  }

  .crew-section::before {
    mask-image: linear-gradient(180deg, transparent, black 20%, black 80%, transparent);
  }

  .goo-stage {
    align-self: auto;
    width: 88%;
    margin: -10px auto -32px;
  }

  .goo-stage img {
    width: 100%;
    margin-inline: auto;
  }

  .crew-copy {
    padding-block: 0;
    text-align: center;
  }

  .crew-copy h2 {
    font-size: clamp(2.75rem, 13vw, 4.4rem);
  }

  .crew-copy > p:not(.eyebrow) {
    margin-inline: auto;
  }

  .crew-copy .text-button {
    margin-inline: auto;
  }

  .crew-atlas {
    grid-column: auto;
    margin-top: 0;
  }

  .crew-atlas img {
    width: 100%;
  }

  .worlds-section {
    min-height: auto;
  }

  .worlds-grid {
    min-height: auto;
    padding-block: 100px;
  }

  .world-phones {
    min-height: 560px;
  }

  .world-phone {
    width: min(58vw, 260px);
    border-width: 6px;
    border-radius: 31px;
  }

  .world-phone-left {
    left: 1%;
  }

  .world-phone-right {
    right: 1%;
  }

  .closing-card {
    grid-template-columns: 1fr;
    border-radius: 32px;
  }

  .closing-poster {
    min-height: 560px;
  }

  .closing-poster::after {
    background: linear-gradient(180deg, transparent 72%, #1c100f 100%);
  }

  .closing-copy {
    padding: 48px 26px 58px;
  }

  .closing-copy h2 {
    font-size: clamp(2.85rem, 13vw, 4.4rem);
  }

  .footer-main,
  .footer-fine-print {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-main nav {
    justify-content: flex-start;
  }
}

@media (max-width: 360px) {
  .brand span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .nav-status {
    max-width: 170px;
  }

  .hero h1 {
    font-size: 4.15rem;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

@media (forced-colors: active) {
  .site-header,
  .store-button,
  .screen-frame,
  .feature-visual,
  .feature-phone,
  .world-phone,
  .closing-card {
    border: 2px solid CanvasText;
  }

  .hero-shade {
    background: rgba(0, 0, 0, 0.76);
  }
}
