/* Neon Pixel Games — publisher anthology */

@font-face {
  font-family: "Press Start 2P";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/press-start-2p-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Chakra Petch";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/chakra-petch-400-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Chakra Petch";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/chakra-petch-500-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Chakra Petch";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/chakra-petch-700-latin.woff2") format("woff2");
}

:root {
  color-scheme: dark;
  --bg: #08090b;
  --bg-deep: #050608;
  --surface: #0d0f12;
  --surface-raised: #121419;
  --paper: #f2eee5;
  --paper-soft: #d8d4cc;
  --muted: #a7a5a5;
  --dim: #7c7e84;
  --line: rgba(242, 238, 229, 0.13);
  --line-strong: rgba(242, 238, 229, 0.26);
  --lotus: #eb4055;
  --chainlink: #e8a14d;
  --shredline: #70dcff;
  --shredline-magenta: #dc5ccc;
  --font-display: "Chakra Petch", "Avenir Next Condensed", system-ui, sans-serif;
  --font-pixel: "Press Start 2P", ui-monospace, monospace;
  --font-mono: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  --shell: min(1360px, calc(100% - clamp(2rem, 6vw, 6rem)));
  --section-space: clamp(6.5rem, 11vw, 10rem);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
  background: var(--bg);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  overflow-x: clip;
  background: var(--bg);
  color: var(--paper);
  font-family: var(--font-display);
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  z-index: -3;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 76%);
}

img,
svg {
  max-width: 100%;
}

img {
  height: auto;
}

h1,
h2,
h3,
p,
figure,
ol,
ul,
dl,
dd {
  margin: 0;
}

ol,
ul {
  padding: 0;
}

a {
  color: inherit;
}

::selection {
  background: var(--paper);
  color: var(--bg);
}

:focus-visible {
  outline: 2px solid var(--shredline);
  outline-offset: 4px;
}

main:focus {
  outline: none;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.8rem 1rem;
  transform: translateY(-160%);
  border: 1px solid var(--paper);
  background: var(--bg);
  color: var(--paper);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  text-decoration: none;
}

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

.site-atmosphere {
  position: fixed;
  z-index: -2;
  inset: 0;
  overflow: hidden;
  overflow: clip;
  pointer-events: none;
}

.site-atmosphere::before {
  position: absolute;
  top: -16rem;
  left: 38%;
  width: 46rem;
  height: 34rem;
  content: "";
  opacity: 0.12;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(235, 64, 85, 0.34), transparent 68%);
  filter: blur(44px);
}

.atmosphere-line {
  position: absolute;
  display: block;
  height: 1px;
  opacity: 0.17;
  background: linear-gradient(90deg, transparent, var(--paper), transparent);
}

.atmosphere-line-one {
  top: 28%;
  left: -10%;
  width: 44%;
  transform: rotate(-9deg);
}

.atmosphere-line-two {
  right: -12%;
  bottom: 20%;
  width: 38%;
  transform: rotate(12deg);
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 1rem;
  left: 50%;
  width: var(--shell);
  min-height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0.75rem 1rem 0.75rem 1.2rem;
  transform: translateX(-50%);
  border: 1px solid var(--line);
  background: rgba(8, 9, 11, 0.88);
  box-shadow: 0 0.75rem 3rem rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(18px);
}

.brand {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
}

.brand-pixels {
  display: grid;
  grid-template-columns: repeat(3, 0.38rem);
  align-items: start;
  gap: 0.15rem;
  transform: skewY(-8deg);
}

.brand-pixels i {
  width: 0.38rem;
  height: 1.6rem;
  display: block;
  background: var(--lotus);
  box-shadow: 0 0 12px rgba(235, 64, 85, 0.25);
}

.brand-pixels i:nth-child(2) {
  height: 1.15rem;
  margin-top: 0.22rem;
  background: var(--shredline);
  box-shadow: 0 0 12px rgba(112, 220, 255, 0.2);
}

.brand-pixels i:nth-child(3) {
  height: 0.72rem;
  margin-top: 0.44rem;
  background: #f1cc57;
  box-shadow: 0 0 12px rgba(241, 204, 87, 0.18);
}

.brand-name {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
  white-space: nowrap;
}

.brand-name strong {
  font-family: var(--font-pixel);
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand-name small {
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}

.site-nav a {
  position: relative;
  min-width: 2.75rem;
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 0.85rem;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 0.64rem;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 160ms ease, background-color 160ms ease;
}

.site-nav a::after {
  position: absolute;
  right: 0.85rem;
  bottom: 0.46rem;
  left: 0.85rem;
  height: 1px;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  background: currentColor;
  transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="location"],
.site-nav a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.035);
  color: var(--paper);
}

.site-nav a:hover::after,
.site-nav a[aria-current="location"]::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.eyebrow {
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow span {
  color: var(--paper);
}

.button {
  min-height: 3.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.9rem 1.2rem;
  border: 1px solid transparent;
  font-family: var(--font-mono);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--paper);
  color: var(--bg);
}

.button-primary:hover {
  background: #fffdf7;
}

.button-secondary {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.018);
  color: var(--paper);
}

.button-secondary:hover {
  border-color: var(--paper);
  background: rgba(255, 255, 255, 0.05);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 8.5rem 0 5rem;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-shell {
  width: var(--shell);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(24rem, 0.82fr) minmax(34rem, 1.18fr);
  align-items: center;
  gap: clamp(2.5rem, 5vw, 6rem);
}

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

.hero-copy::before {
  width: 3.5rem;
  height: 0.22rem;
  display: block;
  margin-bottom: 2rem;
  content: "";
  background: linear-gradient(90deg, var(--lotus) 0 33%, var(--chainlink) 33% 66%, var(--shredline) 66%);
}

.hero h1 {
  max-width: 9ch;
  margin-top: 1.25rem;
  font-size: clamp(4.35rem, 7.8vw, 8rem);
  font-weight: 700;
  letter-spacing: -0.075em;
  line-height: 0.82;
  text-transform: uppercase;
}

.hero h1 span {
  color: transparent;
  -webkit-text-stroke: 1px var(--paper-soft);
}

.hero-lede {
  max-width: 46ch;
  margin-top: 2rem;
  color: var(--paper-soft);
  font-size: clamp(1.05rem, 1.45vw, 1.3rem);
  line-height: 1.55;
}

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

.hero-status {
  margin-top: 1.6rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--dim);
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-status span {
  color: var(--paper);
}

.hero-roster {
  height: clamp(24rem, 60vh, 38rem);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.55rem, 1vw, 1rem);
  list-style: none;
}

.hero-roster-item {
  min-width: 0;
}

.hero-roster-item:nth-child(1) {
  padding-bottom: 3.6rem;
}

.hero-roster-item:nth-child(2) {
  padding-top: 4.6rem;
}

.hero-roster-item:nth-child(3) {
  padding-block: 2rem 1.3rem;
}

.hero-roster-item a {
  position: relative;
  height: 100%;
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface);
  text-decoration: none;
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1), border-color 180ms ease;
}

.hero-roster-item a::before {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  content: "";
  background: var(--accent);
}

.hero-roster-item a:hover {
  transform: translateY(-0.5rem);
  border-color: var(--line-strong);
}

.hero-roster-lotus {
  --accent: var(--lotus);
}

.hero-roster-chainlink {
  --accent: var(--chainlink);
}

.hero-roster-shredline {
  --accent: var(--shredline);
}

.hero-roster img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.06);
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1), filter 260ms ease;
}

.hero-roster-lotus img {
  object-position: 67% center;
}

.hero-roster-chainlink img {
  object-position: 51% center;
}

.hero-roster-shredline img {
  object-position: 34% center;
}

.hero-roster a:hover img {
  transform: scale(1.035);
  filter: saturate(1) contrast(1.04);
}

.hero-card-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(to top, rgba(5, 6, 8, 0.94), transparent 58%);
}

.hero-card-copy {
  position: absolute;
  z-index: 2;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.hero-card-copy small {
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: 0.55rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-card-copy strong {
  font-size: clamp(1rem, 1.55vw, 1.4rem);
  line-height: 1;
  text-transform: uppercase;
}

.scroll-cue {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  transform: translateX(-50%);
  color: var(--dim);
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.scroll-cue span {
  width: 2.8rem;
  height: 1px;
  display: block;
  background: var(--line-strong);
}

.games {
  position: relative;
}

.section-intro {
  width: var(--shell);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.52fr);
  align-items: end;
  gap: clamp(3rem, 8vw, 9rem);
  padding: var(--section-space) 0 clamp(4.5rem, 7vw, 7rem);
}

.section-intro h2,
.studio h2 {
  margin-top: 1.25rem;
  font-size: clamp(3.4rem, 6.5vw, 7rem);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.88;
  text-transform: uppercase;
}

.section-intro h2 span,
.studio h2 span {
  color: var(--muted);
}

.section-intro > p {
  max-width: 38ch;
  color: var(--muted);
  font-size: 1.08rem;
}

.game {
  position: relative;
  padding: clamp(6rem, 10vw, 10rem) 0;
  overflow: hidden;
  overflow: clip;
  border-top: 1px solid var(--line);
}

.game::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.012), transparent 34%);
  background:
    radial-gradient(circle at var(--glow-x, 15%) 50%, color-mix(in srgb, var(--accent) 10%, transparent), transparent 34rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.012), transparent 34%);
}

.game-lotus {
  --accent: var(--lotus);
  --glow-x: 82%;
}

.game-chainlink {
  --accent: var(--chainlink);
  --glow-x: 15%;
}

.game-shredline {
  --accent: var(--shredline);
  --glow-x: 82%;
}

.game-shell {
  width: var(--shell);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(20rem, 0.78fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 8rem);
}

.game-reverse .game-media {
  grid-column: 2;
  grid-row: 1;
}

.game-reverse .game-copy {
  grid-column: 1;
  grid-row: 1;
}

.game-media {
  min-width: 0;
}

.game-media::before {
  width: 4.2rem;
  height: 0.24rem;
  display: block;
  margin-bottom: 1rem;
  content: "";
  background: var(--accent);
  box-shadow: 0 0 24px rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 24px color-mix(in srgb, var(--accent) 36%, transparent);
}

.game-reverse .game-media::before {
  margin-left: auto;
}

.game-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  border: 1px solid var(--line-strong);
  border: 1px solid color-mix(in srgb, var(--accent) 30%, var(--line));
  background: var(--surface);
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.36);
}

.game-lotus .game-media img {
  object-position: 58% center;
}

.game-chainlink .game-media img {
  object-position: 50% 56%;
}

.game-shredline .game-media img {
  object-position: center;
}

.game-media figcaption {
  min-height: 3.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--dim);
  font-family: var(--font-mono);
  font-size: 0.61rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.game-media figcaption span:first-child {
  color: var(--accent);
}

.game-copy {
  max-width: 35rem;
}

.game-number {
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.game-copy h3 {
  margin-top: 1.35rem;
  color: var(--paper);
  font-size: clamp(4.2rem, 8vw, 8rem);
  font-weight: 700;
  letter-spacing: -0.075em;
  line-height: 0.78;
  text-transform: uppercase;
}

.game-copy h3 span {
  display: block;
}

.game-copy h3 span:last-child {
  color: var(--accent);
}

.game-shredline .game-copy h3 span:last-child {
  color: var(--paper);
  text-shadow: 0 0 34px rgba(112, 220, 255, 0.16);
}

@media (min-width: 901px) {
  .game-shredline .game-copy h3 {
    font-size: clamp(4rem, 6.4vw, 6.8rem);
    letter-spacing: -0.085em;
  }
}

.game-tagline {
  margin-top: 2rem;
  color: var(--paper);
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.game-pitch {
  max-width: 41ch;
  margin-top: 1.3rem;
  color: var(--paper-soft);
  font-size: clamp(1.05rem, 1.35vw, 1.22rem);
  line-height: 1.55;
}

.game-facts {
  margin-top: 2.2rem;
  border-block: 1px solid var(--line);
}

.game-facts div {
  min-height: 3.15rem;
  display: grid;
  grid-template-columns: 6.3rem 1fr;
  align-items: center;
  gap: 1rem;
  padding: 0.65rem 0;
}

.game-facts div + div {
  border-top: 1px solid var(--line);
}

.game-facts dt,
.game-facts dd {
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.game-facts dt {
  color: var(--dim);
}

.game-facts dd {
  color: var(--paper);
}

.wallpapers {
  position: relative;
  padding: var(--section-space) 0;
  overflow: hidden;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 14% 18%, rgba(220, 92, 204, 0.07), transparent 31rem),
    radial-gradient(circle at 88% 78%, rgba(112, 220, 255, 0.055), transparent 34rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 28%);
}

.wallpapers::before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 9%;
  width: 1px;
  height: 100%;
  content: "";
  opacity: 0.4;
  background: linear-gradient(to bottom, transparent, var(--line-strong) 16%, var(--line-strong) 84%, transparent);
  pointer-events: none;
}

.wallpapers-shell {
  position: relative;
  z-index: 1;
  width: var(--shell);
  margin: 0 auto;
}

.wallpapers-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.52fr);
  align-items: end;
  gap: clamp(3rem, 8vw, 9rem);
}

.wallpapers-intro h2 {
  margin-top: 1.25rem;
  font-size: clamp(3.4rem, 6.5vw, 7rem);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.88;
  text-transform: uppercase;
}

.wallpapers-intro h2 span {
  color: var(--muted);
}

.wallpapers-intro-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  color: var(--muted);
  font-size: 1.08rem;
}

.wallpapers-intro-copy p {
  max-width: 39ch;
}

.wallpaper-grid {
  margin-top: clamp(4rem, 7vw, 7rem);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.wallpaper-pack {
  --pack-accent: var(--paper);
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: clamp(1.1rem, 2.2vw, 1.8rem);
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--pack-accent) 7%, transparent), transparent 34%),
    rgba(13, 15, 18, 0.92);
  box-shadow: 0 1.5rem 5rem rgba(0, 0, 0, 0.2);
}

.wallpaper-pack::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  content: "";
  background: var(--pack-accent);
  box-shadow: 0 0 28px color-mix(in srgb, var(--pack-accent) 42%, transparent);
}

.wallpaper-pack-signal {
  --pack-accent: #e175f2;
}

.wallpaper-pack-lotus {
  --pack-accent: #f35b6d;
}

.wallpaper-pack-chainlink {
  --pack-accent: #edab5b;
}

.wallpaper-pack-shredline {
  --pack-accent: #70dcff;
}

.pack-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
}

.pack-world {
  color: var(--pack-accent);
  font-family: var(--font-mono);
  font-size: 0.61rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.pack-heading h3 {
  margin-top: 0.45rem;
  color: var(--paper);
  font-size: clamp(2.1rem, 3.6vw, 3.5rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.92;
  text-transform: uppercase;
}

.pack-mark {
  width: 2.7rem;
  height: 2.7rem;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--pack-accent) 54%, transparent);
  color: var(--pack-accent);
  font-family: var(--font-pixel);
  font-size: 0.5rem;
}

.pack-description {
  max-width: 52ch;
  min-height: 3.2rem;
  margin-top: 1rem;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.5;
}

.pack-previews {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) repeat(2, minmax(3.6rem, 0.24fr));
  align-items: end;
  gap: clamp(0.45rem, 1.2vw, 0.8rem);
}

.pack-preview {
  min-width: 0;
}

.preview-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--pack-accent) 28%, var(--line));
  background: var(--bg-deep);
}

.preview-frame::after {
  position: absolute;
  inset: 0;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.035);
  pointer-events: none;
}

.pack-preview-mac .preview-frame {
  aspect-ratio: 16 / 9;
  padding: 0.3rem 0.3rem 0.65rem;
  border-radius: 0.18rem;
}

.pack-preview-phone .preview-frame {
  width: 100%;
  aspect-ratio: 660 / 1434;
  padding: 0.18rem;
  border-radius: 0.65rem;
}

.pack-preview img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.pack-preview-mac img {
  border-radius: 0.05rem;
}

.pack-preview-phone img {
  border-radius: 0.48rem;
}

.pack-preview figcaption {
  margin-top: 0.48rem;
  color: var(--dim);
  font-family: var(--font-mono);
  font-size: 0.56rem;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.pack-downloads {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-block: 1px solid var(--line);
}

.pack-downloads a {
  min-width: 0;
  min-height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.35rem;
  padding: 0.55rem 0.65rem;
  color: var(--paper-soft);
  font-family: var(--font-mono);
  font-size: 0.57rem;
  letter-spacing: 0.045em;
  line-height: 1.25;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 160ms ease, color 160ms ease;
}

.pack-downloads a + a {
  border-left: 1px solid var(--line);
}

.pack-downloads a span {
  color: var(--pack-accent);
}

.pack-downloads a:hover {
  background: color-mix(in srgb, var(--pack-accent) 9%, transparent);
  color: var(--paper);
}

.pack-bundle {
  width: 100%;
  margin-top: 0.9rem;
  border-color: var(--pack-accent);
  background: var(--pack-accent);
  color: var(--bg-deep);
}

.pack-bundle:hover {
  background: color-mix(in srgb, var(--pack-accent) 86%, white);
}

.wallpaper-install {
  margin-top: clamp(3.5rem, 6vw, 5.5rem);
  display: grid;
  grid-template-columns: minmax(14rem, 0.72fr) repeat(2, minmax(0, 1fr));
  border-block: 1px solid var(--line);
}

.install-intro {
  padding: 1.5rem 1.5rem 1.5rem 0;
}

.install-intro h3 {
  margin-top: 0.7rem;
  color: var(--paper);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  letter-spacing: -0.045em;
  line-height: 0.95;
  text-transform: uppercase;
}

.wallpaper-install details {
  min-width: 0;
  padding: 0 1.25rem;
  border-left: 1px solid var(--line);
}

.wallpaper-install summary {
  min-height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--paper);
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  list-style: none;
  text-transform: uppercase;
}

.wallpaper-install summary::-webkit-details-marker {
  display: none;
}

.wallpaper-install summary span {
  color: var(--shredline);
  font-family: var(--font-mono);
  font-size: 1rem;
  transition: transform 160ms ease;
}

.wallpaper-install details[open] summary span {
  transform: rotate(45deg);
}

.wallpaper-install details p {
  padding: 0 0 1.5rem;
  color: var(--muted);
  font-size: 0.91rem;
  line-height: 1.55;
}

.wallpaper-install details a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--paper);
  text-underline-offset: 0.22em;
}

.wallpaper-license {
  max-width: 86ch;
  margin: 1rem auto 0;
  color: var(--dim);
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.06em;
  line-height: 1.55;
  text-align: center;
  text-transform: uppercase;
}

.studio {
  position: relative;
  padding: var(--section-space) 0;
  overflow: hidden;
  border-top: 1px solid var(--line);
}

.studio::before {
  position: absolute;
  z-index: -1;
  top: 16%;
  right: -12rem;
  width: 34rem;
  height: 34rem;
  content: "";
  transform: rotate(45deg);
  border: 1px solid rgba(235, 64, 85, 0.1);
  box-shadow: inset 0 0 8rem rgba(112, 220, 255, 0.025);
}

.studio-shell {
  width: var(--shell);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.62fr);
  gap: clamp(4rem, 9vw, 9rem);
}

.studio-copy {
  align-self: end;
  color: var(--muted);
  font-size: 1.07rem;
}

.studio-copy p + p {
  margin-top: 1.4rem;
}

.studio-copy .studio-lede {
  color: var(--paper);
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  font-weight: 500;
  line-height: 1.35;
}

.principles {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--line);
  list-style: none;
}

.principles li {
  min-height: 9rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.4rem;
}

.principles li + li {
  border-left: 1px solid var(--line);
}

.principles span {
  color: var(--dim);
  font-family: var(--font-mono);
  font-size: 0.64rem;
}

.principles li:nth-child(1) span {
  color: var(--lotus);
}

.principles li:nth-child(2) span {
  color: var(--chainlink);
}

.principles li:nth-child(3) span {
  color: var(--shredline);
}

.principles strong {
  font-size: 1rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.contact {
  padding: var(--section-space) 0;
  overflow: hidden;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 58%, rgba(235, 64, 85, 0.08), transparent 28rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.012), transparent);
}

.contact-shell {
  width: min(68rem, calc(100% - 2rem));
  margin: 0 auto;
  text-align: center;
}

.contact h2 {
  margin-top: 1.35rem;
  font-size: clamp(4.2rem, 10vw, 9rem);
  font-weight: 700;
  letter-spacing: -0.075em;
  line-height: 0.82;
  text-transform: uppercase;
}

.contact h2 span {
  color: transparent;
  -webkit-text-stroke: 1px var(--paper-soft);
}

.contact-shell > p:not(.eyebrow) {
  max-width: 52ch;
  margin: 2rem auto 0;
  color: var(--muted);
  font-size: 1.12rem;
}

.contact-actions {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.email-link {
  width: max-content;
  max-width: 100%;
  min-height: 2.75rem;
  margin: 1rem auto 0;
  display: flex;
  align-items: center;
  color: var(--dim);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-decoration-color: transparent;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

.email-link:hover {
  color: var(--paper);
  text-decoration-color: currentColor;
}

.site-footer {
  width: var(--shell);
  min-height: 5rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-top: 1px solid var(--line);
  color: var(--dim);
  font-family: var(--font-mono);
  font-size: 0.61rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.reveal-ready [data-reveal] {
  opacity: 0;
}

.reveal-ready [data-reveal="copy-left"] {
  transform: translateX(-1.75rem);
}

.reveal-ready [data-reveal="copy-right"] {
  transform: translateX(1.75rem);
}

.reveal-ready [data-reveal="media-left"] {
  transform: translateX(-2.5rem) scale(0.985);
}

.reveal-ready [data-reveal="media-right"] {
  transform: translateX(2.5rem) scale(0.985);
}

.reveal-ready [data-reveal="up"] {
  transform: translateY(1.75rem);
}

.reveal-ready [data-reveal].is-visible {
  opacity: 1;
  transform: none;
  transition:
    opacity 640ms ease,
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

@media (max-width: 1120px) {
  .hero-shell {
    grid-template-columns: minmax(21rem, 0.8fr) minmax(29rem, 1.2fr);
    gap: 2.5rem;
  }

  .hero h1 {
    font-size: clamp(4rem, 7.6vw, 6.5rem);
  }

  .game-shell {
    grid-template-columns: minmax(0, 1.12fr) minmax(19rem, 0.88fr);
    gap: 3.5rem;
  }

  .game-copy h3 {
    font-size: clamp(4rem, 7.4vw, 6.8rem);
  }
}

@media (max-width: 900px) {
  :root {
    --shell: min(100% - 2rem, 820px);
  }

  .hero {
    min-height: auto;
    padding-top: 8.5rem;
    padding-bottom: 5rem;
  }

  .hero-shell {
    grid-template-columns: 1fr;
    gap: 3.25rem;
  }

  .hero-copy {
    max-width: 44rem;
  }

  .hero h1 {
    font-size: clamp(4rem, 12.5vw, 7rem);
  }

  .hero-roster {
    height: 20rem;
  }

  .scroll-cue {
    display: none;
  }

  .section-intro {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .section-intro > p {
    max-width: 46ch;
  }

  .game-shell {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .game-reverse .game-media,
  .game-reverse .game-copy {
    grid-column: 1;
  }

  .game-reverse .game-media {
    grid-row: 1;
  }

  .game-reverse .game-copy {
    grid-row: 2;
  }

  .game-reverse .game-media::before {
    margin-left: 0;
  }

  .game-copy {
    max-width: 44rem;
  }

  .game-copy h3 {
    font-size: clamp(4.3rem, 13vw, 7.5rem);
  }

  .studio-shell {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .wallpapers-intro {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .wallpapers-intro-copy {
    max-width: 46rem;
  }
}

@media (max-width: 780px) {
  :root {
    --section-space: 6.5rem;
  }

  .site-header {
    top: 0.65rem;
  }

  .hero {
    padding-top: 7.8rem;
    padding-bottom: 3.8rem;
  }

  .hero-shell {
    gap: 2.6rem;
  }

  .hero-roster {
    height: 14rem;
    gap: 0.5rem;
  }

  .hero-roster-item:nth-child(1),
  .hero-roster-item:nth-child(2),
  .hero-roster-item:nth-child(3) {
    padding: 0;
  }

  .game {
    padding-block: 6.5rem;
  }

  .game-media figcaption {
    min-height: 2.8rem;
  }

  .studio h2,
  .section-intro h2,
  .wallpapers-intro h2 {
    font-size: clamp(3.25rem, 13vw, 5.6rem);
  }

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

  .pack-description {
    min-height: 0;
  }

  .wallpaper-install {
    grid-template-columns: 1fr;
  }

  .install-intro {
    padding-right: 0;
  }

  .wallpaper-install details {
    padding-inline: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}

@media (max-width: 560px) {
  :root {
    --shell: calc(100% - 1.5rem);
    --section-space: 5.5rem;
  }

  html {
    scroll-padding-top: 6rem;
  }

  .site-header {
    min-height: 4rem;
    gap: 0.3rem;
    padding: 0.5rem 0.4rem 0.5rem 0.7rem;
  }

  .brand {
    gap: 0.55rem;
  }

  .brand-pixels {
    grid-template-columns: repeat(3, 0.31rem);
    gap: 0.12rem;
  }

  .brand-pixels i {
    width: 0.31rem;
    height: 1.3rem;
  }

  .brand-pixels i:nth-child(2) {
    height: 0.94rem;
    margin-top: 0.18rem;
  }

  .brand-pixels i:nth-child(3) {
    height: 0.58rem;
    margin-top: 0.36rem;
  }

  .brand-name strong {
    font-size: 0.5rem;
  }

  .brand-name small {
    display: none;
  }

  .site-nav {
    gap: 0;
  }

  .site-nav a {
    min-height: 2.75rem;
    padding: 0.55rem 0.44rem;
    font-size: 0.55rem;
    letter-spacing: 0.06em;
  }

  .site-nav a::after {
    right: 0.44rem;
    left: 0.44rem;
  }

  .hero {
    padding-top: 6.7rem;
    padding-bottom: 2.75rem;
  }

  .hero-copy::before {
    margin-bottom: 1.35rem;
  }

  .hero h1 {
    margin-top: 0.9rem;
    font-size: clamp(3.3rem, 15vw, 5.4rem);
  }

  .hero-lede {
    margin-top: 1.25rem;
    font-size: 1rem;
    line-height: 1.48;
  }

  .hero-actions {
    margin-top: 1.45rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
  }

  .hero-actions .button {
    min-width: 0;
    min-height: 2.9rem;
    padding: 0.7rem 0.35rem;
    font-size: 0.54rem;
    letter-spacing: 0.06em;
  }

  .hero-status {
    margin-top: 1rem;
    font-size: 0.57rem;
  }

  .hero-shell {
    gap: 1.8rem;
  }

  .hero-roster {
    height: 10.7rem;
  }

  .hero-card-copy {
    right: 0.55rem;
    bottom: 0.6rem;
    left: 0.55rem;
  }

  .hero-card-copy small {
    display: none;
  }

  .hero-card-copy strong {
    font-size: 0.68rem;
    line-height: 1.05;
  }

  .section-intro {
    padding-top: 5.5rem;
    padding-bottom: 3.75rem;
  }

  .section-intro h2,
  .studio h2,
  .wallpapers-intro h2 {
    font-size: clamp(2.9rem, 14vw, 4.6rem);
  }

  .wallpaper-grid {
    margin-top: 3.75rem;
  }

  .wallpaper-pack {
    padding: 1rem;
  }

  .pack-heading h3 {
    font-size: clamp(2rem, 10.5vw, 3rem);
  }

  .pack-mark {
    width: 2.35rem;
    height: 2.35rem;
  }

  .pack-previews {
    grid-template-columns: minmax(0, 1fr) repeat(2, minmax(3.25rem, 0.25fr));
  }

  .pack-downloads a {
    padding-inline: 0.4rem;
    font-size: 0.53rem;
    letter-spacing: 0.025em;
  }

  .wallpaper-install {
    margin-top: 3.5rem;
  }

  .wallpaper-license {
    text-align: left;
  }

  .game {
    padding-block: 5.5rem;
  }

  .game-shell {
    gap: 2.5rem;
  }

  .game-media img {
    aspect-ratio: 4 / 3;
  }

  .game-media figcaption span:last-child {
    text-align: right;
  }

  .game-copy h3 {
    font-size: clamp(3.6rem, 17vw, 5.6rem);
  }

  .game-tagline {
    margin-top: 1.5rem;
    font-size: 0.9rem;
  }

  .game-pitch {
    font-size: 1.02rem;
  }

  .game-facts div {
    grid-template-columns: 5.5rem 1fr;
    gap: 0.65rem;
  }

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

  .principles li {
    min-height: 6.5rem;
  }

  .principles li + li {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .contact h2 {
    font-size: clamp(3.4rem, 17vw, 5rem);
  }

  .contact-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .site-footer {
    min-height: 6rem;
    flex-direction: column;
    justify-content: center;
    gap: 0.35rem;
    text-align: center;
  }
}

@media (max-width: 360px) {
  .brand-name {
    display: none;
  }

  .hero-card-copy strong {
    font-size: 0.62rem;
  }

  .pack-downloads {
    grid-template-columns: 1fr;
  }

  .pack-downloads a + a {
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}

@media (max-height: 760px) and (min-width: 901px) {
  .hero {
    min-height: 100svh;
    padding-top: 7.2rem;
    padding-bottom: 2.75rem;
  }

  .hero-copy::before {
    margin-bottom: 1.25rem;
  }

  .hero h1 {
    margin-top: 1rem;
    font-size: clamp(4rem, 6.6vw, 5.7rem);
  }

  .hero-lede {
    margin-top: 1.15rem;
    font-size: 1.05rem;
  }

  .hero-actions {
    margin-top: 1.2rem;
  }

  .hero-status {
    margin-top: 0.9rem;
  }

  .hero-roster {
    height: 22rem;
  }

  .scroll-cue {
    display: none;
  }

  .contact {
    padding: 3rem 0;
  }

  .contact h2 {
    margin-top: 0.8rem;
    font-size: clamp(4rem, 7vw, 5.5rem);
  }

  .contact-shell > p:not(.eyebrow) {
    margin-top: 1rem;
  }

  .contact-actions {
    margin-top: 1.15rem;
  }

  .email-link {
    margin-top: 0.35rem;
  }
}

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

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

  .reveal-ready [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (forced-colors: active) {
  .site-header,
  .hero-roster-item a,
  .game-media img,
  .button,
  .game-facts,
  .principles,
  .wallpaper-pack,
  .preview-frame,
  .pack-downloads,
  .wallpaper-install {
    border: 1px solid CanvasText;
  }

  .brand-pixels i,
  .hero-roster-item a::before,
  .game-media::before,
  .wallpaper-pack::before {
    background: Highlight;
  }

  .hero h1 span,
  .contact h2 span,
  .wallpapers-intro h2 span {
    color: CanvasText;
    -webkit-text-stroke: 0;
  }

  .pack-bundle {
    background: ButtonFace;
    color: ButtonText;
  }
}

/* Chainlink Fury commercial release surface */

.launch-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 8.7rem 0 5.5rem;
  overflow: hidden;
  overflow: clip;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 78% 48%, rgba(232, 161, 77, 0.11), transparent 32rem),
    linear-gradient(145deg, rgba(232, 161, 77, 0.025), transparent 46%);
}

.launch-hero::before {
  position: absolute;
  z-index: 0;
  top: 16%;
  left: -5rem;
  width: 44%;
  height: 1px;
  content: "";
  transform: rotate(-8deg);
  background: linear-gradient(90deg, transparent, rgba(232, 161, 77, 0.35), transparent);
}

.launch-hero-shell {
  position: relative;
  z-index: 1;
  width: var(--shell);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(26rem, 0.9fr) minmax(31rem, 1.1fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 7rem);
}

.launch-copy {
  position: relative;
  z-index: 2;
}

.launch-copy::before {
  width: 4.5rem;
  height: 0.24rem;
  display: block;
  margin-bottom: 2rem;
  content: "";
  background: var(--chainlink);
  box-shadow: 0 0 26px rgba(232, 161, 77, 0.34);
}

.launch-copy h1 {
  max-width: 8ch;
  margin-top: 1.25rem;
  font-size: clamp(4.5rem, 8.5vw, 8.8rem);
  font-weight: 700;
  letter-spacing: -0.085em;
  line-height: 0.76;
  text-transform: uppercase;
}

.launch-copy h1 span {
  display: block;
}

.launch-copy h1 span:last-child {
  color: var(--chainlink);
}

.launch-tagline {
  margin-top: 2rem;
  color: var(--paper);
  font-size: clamp(0.94rem, 1.35vw, 1.15rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.launch-lede {
  max-width: 43ch;
  margin-top: 1rem;
  color: var(--paper-soft);
  font-size: clamp(1.05rem, 1.45vw, 1.27rem);
  line-height: 1.55;
}

.launch-actions {
  margin-top: 2.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.app-store-cta {
  min-width: 10.5rem;
  justify-content: space-between;
}

.app-store-cta strong {
  font-size: 0.72rem;
}

.app-store-cta[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.72;
}

.app-store-cta[aria-disabled="true"]:hover {
  transform: none;
  background: var(--paper);
}

.release-status {
  max-width: 52ch;
  min-height: 2.75rem;
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.8rem;
  color: var(--dim);
  font-family: var(--font-mono);
  font-size: 0.61rem;
  letter-spacing: 0.07em;
  line-height: 1.5;
  text-transform: uppercase;
}

.release-status span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--chainlink);
}

.release-status span::before {
  width: 0.46rem;
  height: 0.46rem;
  flex: 0 0 auto;
  content: "";
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 14px currentColor;
}

.release-status:focus-visible {
  outline-color: var(--chainlink);
}

.launch-art {
  position: relative;
  min-width: 0;
  padding: 0.7rem 0 0 0.7rem;
}

.launch-art::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 62%;
  height: 62%;
  content: "";
  border-top: 1px solid rgba(232, 161, 77, 0.62);
  border-left: 1px solid rgba(232, 161, 77, 0.62);
}

.launch-art img {
  width: 100%;
  max-height: min(67vh, 46rem);
  aspect-ratio: 1;
  display: block;
  object-fit: cover;
  border: 1px solid rgba(232, 161, 77, 0.34);
  background: var(--surface);
  box-shadow: 0 3rem 8rem rgba(0, 0, 0, 0.46);
}

.launch-art figcaption {
  min-height: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--dim);
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.launch-art figcaption span:first-child {
  color: var(--chainlink);
}

.purchase-proof {
  width: var(--shell);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
}

.purchase-proof div {
  min-width: 0;
  min-height: 7.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.4rem;
  padding: 1.35rem;
}

.purchase-proof div + div {
  border-left: 1px solid var(--line);
}

.purchase-proof dt,
.purchase-proof dd {
  font-family: var(--font-mono);
  text-transform: uppercase;
}

.purchase-proof dt {
  color: var(--dim);
  font-size: 0.59rem;
  letter-spacing: 0.12em;
}

.purchase-proof dd {
  color: var(--paper);
  font-size: clamp(0.95rem, 1.4vw, 1.2rem);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.gameplay,
.future-projects {
  position: relative;
  padding: var(--section-space) 0;
  overflow: hidden;
  overflow: clip;
  border-bottom: 1px solid var(--line);
}

.gameplay {
  background:
    radial-gradient(circle at 12% 82%, rgba(232, 161, 77, 0.08), transparent 27rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent 30%);
}

.gameplay-shell,
.future-shell {
  width: var(--shell);
  margin: 0 auto;
}

.commercial-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.52fr);
  align-items: end;
  gap: clamp(3rem, 8vw, 9rem);
}

.commercial-intro h2 {
  margin-top: 1.25rem;
  font-size: clamp(3.4rem, 6.5vw, 7rem);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.88;
  text-transform: uppercase;
}

.commercial-intro h2 span {
  color: var(--muted);
}

.commercial-intro > p {
  max-width: 40ch;
  color: var(--muted);
  font-size: 1.08rem;
}

.gameplay-loop {
  margin-top: clamp(4rem, 7vw, 7rem);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-block: 1px solid var(--line);
  list-style: none;
}

.gameplay-loop li {
  min-height: 18rem;
  display: flex;
  flex-direction: column;
  padding: clamp(1.35rem, 2.6vw, 2.25rem);
  background: rgba(13, 15, 18, 0.52);
}

.gameplay-loop li + li {
  border-left: 1px solid var(--line);
}

.gameplay-loop span {
  color: var(--chainlink);
  font-family: var(--font-mono);
  font-size: 0.61rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gameplay-loop strong {
  margin-top: auto;
  padding-top: 4rem;
  color: var(--paper);
  font-size: clamp(1.5rem, 2.6vw, 2.4rem);
  letter-spacing: -0.035em;
  line-height: 0.95;
  text-transform: uppercase;
}

.gameplay-loop p {
  max-width: 33ch;
  margin-top: 1rem;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.5;
}

.premium-card {
  margin-top: clamp(2rem, 4vw, 3rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 3rem;
  padding: clamp(1.5rem, 3.5vw, 3rem);
  border: 1px solid rgba(232, 161, 77, 0.32);
  background:
    linear-gradient(120deg, rgba(232, 161, 77, 0.09), transparent 48%),
    var(--surface);
}

.premium-card h3 {
  margin-top: 0.75rem;
  color: var(--paper);
  font-size: clamp(2.1rem, 4.5vw, 4.3rem);
  letter-spacing: -0.055em;
  line-height: 0.95;
  text-transform: uppercase;
}

.premium-card > div > p:last-child {
  max-width: 57ch;
  margin-top: 0.9rem;
  color: var(--muted);
}

.future-projects {
  background: var(--bg-deep);
}

.future-grid {
  margin-top: clamp(4rem, 7vw, 7rem);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.future-card {
  --future-accent: var(--paper);
  position: relative;
  min-width: 0;
  min-height: 24rem;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface);
}

.future-lotus {
  --future-accent: var(--lotus);
}

.future-shredline {
  --future-accent: var(--shredline);
}

.future-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgba(5, 6, 8, 0.97), rgba(5, 6, 8, 0.06) 70%);
  pointer-events: none;
}

.future-card img {
  width: 100%;
  height: 100%;
  min-height: 24rem;
  display: block;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.04);
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1), filter 220ms ease;
}

.future-lotus img {
  object-position: 58% center;
}

.future-shredline img {
  object-position: center;
}

.future-card:hover img {
  transform: scale(1.025);
  filter: saturate(0.94) contrast(1.04);
}

.future-card > div {
  position: absolute;
  z-index: 1;
  right: clamp(1.2rem, 3vw, 2rem);
  bottom: clamp(1.2rem, 3vw, 2rem);
  left: clamp(1.2rem, 3vw, 2rem);
}

.future-card p {
  color: var(--future-accent);
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.future-card h3 {
  margin-top: 0.65rem;
  color: var(--paper);
  font-size: clamp(2.5rem, 5vw, 4.6rem);
  letter-spacing: -0.06em;
  line-height: 0.9;
  text-transform: uppercase;
}

.future-card > div > span {
  margin-top: 0.8rem;
  display: block;
  color: var(--paper-soft);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.site-footer a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  text-decoration-color: transparent;
  text-underline-offset: 0.25em;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

.site-footer a:hover {
  color: var(--paper);
  text-decoration-color: currentColor;
}

/* Shared support, privacy, and press pages */

.utility-page .site-atmosphere::before {
  left: 52%;
  background: radial-gradient(circle, rgba(232, 161, 77, 0.28), transparent 68%);
}

.utility-main {
  width: min(74rem, calc(100% - clamp(2rem, 8vw, 8rem)));
  margin: 0 auto;
  padding: clamp(9rem, 15vw, 13rem) 0 var(--section-space);
}

.utility-hero {
  max-width: 63rem;
  padding-bottom: clamp(3.5rem, 7vw, 6rem);
  border-bottom: 1px solid var(--line);
}

.utility-hero h1 {
  max-width: 11ch;
  margin-top: 1.4rem;
  color: var(--paper);
  font-size: clamp(3.7rem, 9vw, 8rem);
  font-weight: 700;
  letter-spacing: -0.075em;
  line-height: 0.82;
  text-transform: uppercase;
}

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

.utility-lede {
  max-width: 50ch;
  margin-top: 2rem;
  color: var(--paper-soft);
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  line-height: 1.55;
}

.utility-actions {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.utility-sections {
  max-width: 66rem;
  display: grid;
  grid-template-columns: minmax(12rem, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  padding-top: clamp(3.5rem, 7vw, 6rem);
}

.utility-index {
  align-self: start;
  padding: 1.3rem;
  border-block: 1px solid var(--line);
}

.utility-index p {
  color: var(--dim);
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.utility-index ul {
  margin-top: 1rem;
  display: grid;
  gap: 0.45rem;
  list-style: none;
}

.utility-index a {
  min-height: 2.75rem;
  display: flex;
  align-items: center;
  color: var(--paper-soft);
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-decoration-color: transparent;
  text-underline-offset: 0.22em;
  text-transform: uppercase;
}

.utility-index a:hover {
  color: var(--paper);
  text-decoration-color: currentColor;
}

.utility-content {
  min-width: 0;
}

.utility-section {
  scroll-margin-top: 7rem;
}

.utility-section + .utility-section {
  margin-top: clamp(3rem, 6vw, 5rem);
  padding-top: clamp(3rem, 6vw, 5rem);
  border-top: 1px solid var(--line);
}

.utility-section h2 {
  color: var(--paper);
  font-size: clamp(1.9rem, 3.8vw, 3.2rem);
  letter-spacing: -0.045em;
  line-height: 1;
  text-transform: uppercase;
}

.utility-section h3 {
  margin-top: 2rem;
  color: var(--paper);
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.utility-section p,
.utility-section li,
.utility-section dd {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.utility-section > p,
.utility-section > ul,
.utility-section > ol,
.utility-section > dl {
  margin-top: 1.2rem;
}

.utility-section ul,
.utility-section ol {
  padding-left: 1.25rem;
}

.utility-section li + li {
  margin-top: 0.65rem;
}

.utility-section a:not(.button) {
  color: var(--paper);
  text-decoration-color: var(--chainlink);
  text-underline-offset: 0.22em;
}

.utility-section strong {
  color: var(--paper-soft);
}

.fact-list {
  border-block: 1px solid var(--line);
}

.fact-list div {
  min-height: 3.5rem;
  display: grid;
  grid-template-columns: minmax(8rem, 0.35fr) minmax(0, 0.65fr);
  align-items: center;
  gap: 1rem;
  padding: 0.65rem 0;
}

.fact-list div + div {
  border-top: 1px solid var(--line);
}

.fact-list dt {
  color: var(--dim);
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fact-list dd {
  margin: 0;
  color: var(--paper-soft);
}

.asset-card {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: minmax(11rem, 0.42fr) minmax(0, 0.58fr);
  align-items: center;
  gap: clamp(1.3rem, 4vw, 3rem);
  padding: clamp(1rem, 2vw, 1.5rem);
  border: 1px solid var(--line);
  background: var(--surface);
}

.asset-card img {
  width: 100%;
  aspect-ratio: 1;
  display: block;
  object-fit: cover;
  border: 1px solid rgba(232, 161, 77, 0.3);
}

.asset-card h3 {
  margin-top: 0;
}

.asset-card p {
  margin-top: 0.65rem;
}

.asset-card .button {
  margin-top: 1.2rem;
}

.policy-date {
  margin-top: 1.3rem;
  color: var(--dim);
  font-family: var(--font-mono);
  font-size: 0.61rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 1120px) {
  .launch-hero-shell {
    grid-template-columns: minmax(23rem, 0.9fr) minmax(27rem, 1.1fr);
    gap: 3rem;
  }

  .launch-copy h1 {
    font-size: clamp(4.5rem, 8.2vw, 7rem);
  }
}

@media (max-width: 900px) {
  .launch-hero {
    min-height: auto;
    padding-top: 9rem;
  }

  .launch-hero-shell {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .launch-copy {
    max-width: 46rem;
  }

  .launch-copy h1 {
    font-size: clamp(4.5rem, 15vw, 8rem);
  }

  .launch-art {
    max-width: 44rem;
    margin: 0 auto;
  }

  .commercial-intro {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .commercial-intro > p {
    max-width: 46ch;
  }

  .gameplay-loop li {
    min-height: 16rem;
  }
}

@media (max-width: 780px) {
  .site-nav a[href="#future"],
  .site-nav a[href="#wallpapers"] {
    display: none;
  }

  .purchase-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .purchase-proof div:nth-child(3) {
    border-left: 0;
  }

  .purchase-proof div:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .gameplay-loop {
    grid-template-columns: 1fr;
  }

  .gameplay-loop li {
    min-height: 12rem;
  }

  .gameplay-loop li + li {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .gameplay-loop strong {
    padding-top: 2.5rem;
  }

  .premium-card {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .premium-card .app-store-cta {
    width: min(100%, 22rem);
  }

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

  .utility-sections {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .utility-index {
    padding-inline: 0;
  }

  .utility-index ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem 1rem;
  }
}

@media (max-width: 560px) {
  .launch-hero {
    padding: 7.2rem 0 4rem;
  }

  .launch-copy::before {
    margin-bottom: 1.25rem;
  }

  .launch-copy h1 {
    margin-top: 0.9rem;
    font-size: clamp(3.7rem, 18vw, 5.8rem);
  }

  .launch-tagline {
    margin-top: 1.4rem;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
  }

  .launch-lede {
    font-size: 1rem;
  }

  .launch-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .launch-actions .button {
    width: 100%;
  }

  .launch-art {
    padding: 0.45rem 0 0 0.45rem;
  }

  .launch-art figcaption {
    font-size: 0.54rem;
  }

  .purchase-proof div {
    min-height: 6.3rem;
    padding: 1rem;
  }

  .commercial-intro h2 {
    font-size: clamp(2.9rem, 14vw, 4.6rem);
  }

  .gameplay-loop {
    margin-top: 3.75rem;
  }

  .future-card,
  .future-card img {
    min-height: 19rem;
  }

  .site-footer nav {
    gap: 1rem;
  }

  .utility-main {
    width: calc(100% - 1.5rem);
    padding-top: 7.5rem;
  }

  .utility-hero h1 {
    font-size: clamp(3.2rem, 17vw, 5rem);
  }

  .utility-actions {
    display: grid;
  }

  .asset-card {
    grid-template-columns: 1fr;
  }

  .asset-card img {
    max-width: 20rem;
  }

  .fact-list div {
    grid-template-columns: 1fr;
    gap: 0.2rem;
    padding: 0.9rem 0;
  }
}

@media (max-width: 390px) {
  .site-header .brand-name {
    display: none;
  }
}

@media (max-height: 760px) and (min-width: 901px) {
  .launch-hero {
    padding-top: 7.2rem;
    padding-bottom: 2.2rem;
  }

  .launch-copy::before {
    margin-bottom: 1.1rem;
  }

  .launch-copy h1 {
    margin-top: 0.85rem;
    font-size: clamp(4.3rem, 7vw, 5.8rem);
  }

  .launch-tagline {
    margin-top: 1.25rem;
  }

  .launch-lede,
  .launch-actions {
    margin-top: 0.85rem;
  }

  .release-status {
    margin-top: 0.65rem;
  }

  .launch-art img {
    max-height: 64vh;
  }
}

@media (forced-colors: active) {
  .launch-art img,
  .purchase-proof,
  .gameplay-loop,
  .premium-card,
  .future-card,
  .utility-index,
  .fact-list,
  .asset-card {
    border: 1px solid CanvasText;
  }

  .launch-copy h1 span:last-child,
  .commercial-intro h2 span,
  .utility-hero h1 span {
    color: Highlight;
  }
}
