
:root {
  --ink: #101019;
  --paper: #fffdf6;
  --yellow: #ffd525;
  --yellow-soft: #fff1a8;
  --blue: #1469ff;
  --red: #ff3347;
  --lime: #b7f436;
  --purple: #7757ff;
  --line: 3px solid var(--ink);
  --shadow: 7px 7px 0 var(--ink);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
}

body::selection {
  background: var(--yellow);
  color: var(--ink);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-header {
  align-items: center;
  background: rgba(255, 253, 246, 0.92);
  border-bottom: var(--line);
  display: flex;
  height: 82px;
  justify-content: space-between;
  left: 0;
  padding: 0 clamp(22px, 5vw, 80px);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 17px;
  font-weight: 950;
  letter-spacing: -0.06em;
  line-height: 0.8;
  transform: rotate(-1deg);
}

.brand > span:last-child {
  display: flex;
  flex-direction: column;
}

.brand small {
  color: var(--blue);
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  letter-spacing: 0.14em;
  margin-top: 7px;
}

.brand-mark {
  background: var(--yellow);
  border: 2px solid var(--ink);
  border-radius: 50% 46% 54% 42%;
  display: inline-block;
  height: 42px;
  margin-right: 10px;
  position: relative;
  transform: rotate(-12deg);
  width: 42px;
}

.brand-mark::before,
.brand-mark::after,
.brand-mark span {
  background: var(--ink);
  border-radius: 50%;
  content: "";
  height: 5px;
  position: absolute;
  top: 12px;
  width: 5px;
}

.brand-mark::before {
  left: 9px;
}

.brand-mark::after {
  right: 9px;
}

.brand-mark span {
  background: transparent;
  border: 3px solid var(--ink);
  border-left: 0;
  border-radius: 0 50% 50% 0;
  bottom: 6px;
  height: 14px;
  left: 16px;
  top: auto;
  transform: rotate(90deg);
  width: 9px;
}

nav {
  align-items: center;
  display: flex;
  gap: clamp(22px, 3vw, 50px);
}

nav a {
  font-size: 13px;
  font-weight: 800;
  position: relative;
}

nav a::after {
  background: var(--blue);
  bottom: -7px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  width: 100%;
}

nav a:hover::after,
nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-cta {
  background: var(--ink);
  border: 2px solid var(--ink);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  padding: 13px 18px;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.header-cta:hover,
.header-cta:focus-visible {
  box-shadow: 4px 4px 0 var(--yellow);
  transform: translate(-2px, -2px);
}

.hero {
  align-items: center;
  background:
    linear-gradient(rgba(16, 16, 25, 0.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 16, 25, 0.065) 1px, transparent 1px),
    var(--yellow);
  background-size: 38px 38px;
  display: grid;
  gap: clamp(50px, 6vw, 100px);
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  min-height: calc(100svh - 82px);
  overflow: hidden;
  padding: clamp(72px, 8vw, 120px) clamp(22px, 6vw, 96px);
  position: relative;
}

.hero::after {
  background: var(--blue);
  border: var(--line);
  bottom: 6%;
  content: "";
  height: 34px;
  position: absolute;
  right: -35px;
  transform: rotate(-38deg);
  width: 190px;
}

.hero-splatter {
  border: var(--line);
  border-radius: 42% 58% 31% 69% / 54% 34% 66% 46%;
  position: absolute;
}

.hero-splatter-one {
  background: var(--red);
  height: 82px;
  left: -36px;
  top: 18%;
  transform: rotate(20deg);
  width: 105px;
}

.hero-splatter-two {
  background: var(--lime);
  bottom: -45px;
  height: 120px;
  left: 38%;
  transform: rotate(-8deg);
  width: 160px;
}

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

.eyebrow,
.section-kicker {
  align-items: center;
  display: flex;
  font-family: var(--font-geist-mono), monospace;
  font-size: 12px;
  font-weight: 800;
  gap: 9px;
  letter-spacing: 0.12em;
  margin: 0 0 22px;
}

.eyebrow span {
  color: var(--red);
  font-size: 22px;
  line-height: 1;
}

.hero h1 {
  font-size: clamp(64px, 8.6vw, 138px);
  font-weight: 950;
  letter-spacing: -0.09em;
  line-height: 0.75;
  margin: 0;
  text-transform: uppercase;
}

.hero h1 span {
  color: var(--blue);
  display: inline-block;
  margin-left: 9%;
  text-shadow: 4px 4px 0 #fff, 7px 7px 0 var(--ink);
  transform: rotate(-2deg);
}

.hero h1 em {
  color: var(--red);
  display: inline-block;
  font-style: normal;
  margin-left: 1%;
  text-shadow: 4px 4px 0 #fff, 7px 7px 0 var(--ink);
  transform: rotate(2deg);
}

.hero-description {
  font-size: clamp(17px, 1.5vw, 21px);
  font-weight: 620;
  line-height: 1.45;
  margin: 42px 0 30px;
  max-width: 560px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.button {
  align-items: center;
  border: var(--line);
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  gap: 12px;
  justify-content: center;
  min-height: 56px;
  padding: 14px 23px;
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.button:hover,
.button:focus-visible {
  box-shadow: var(--shadow);
  transform: translate(-3px, -3px);
}

.button-primary {
  background: var(--blue);
  color: #fff;
}

.button-ghost {
  background: #fff;
}

.button-dark {
  background: var(--ink);
  color: #fff;
}

.play-icon {
  align-items: center;
  background: #fff;
  border: 2px solid var(--ink);
  border-radius: 50%;
  color: var(--ink);
  display: inline-flex;
  font-size: 10px;
  height: 29px;
  justify-content: center;
  padding-left: 2px;
  width: 29px;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-tags span {
  background: rgba(255, 255, 255, 0.75);
  border: 2px solid var(--ink);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  padding: 8px 12px;
}

.hero-visual {
  margin: auto;
  max-width: 800px;
  width: 100%;
}

.image-sticker {
  background: #fff;
  border: var(--line);
  box-shadow: 14px 14px 0 var(--ink);
  padding: 13px 13px 0;
  position: relative;
  transform: rotate(2deg);
}

.image-sticker img {
  border: 2px solid var(--ink);
  display: block;
  height: auto;
  width: 100%;
}

.image-caption {
  align-items: center;
  display: flex;
  font-size: clamp(16px, 1.6vw, 24px);
  font-weight: 900;
  justify-content: space-between;
  margin: 0;
  padding: 16px 7px 18px;
}

.image-caption span {
  background: var(--red);
  border: 2px solid var(--ink);
  color: #fff;
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  padding: 8px 9px;
  transform: rotate(-2deg);
}

.tape {
  background: rgba(255, 245, 178, 0.85);
  height: 34px;
  position: absolute;
  top: -18px;
  width: 105px;
  z-index: 3;
}

.tape-left {
  left: 12%;
  transform: rotate(-7deg);
}

.tape-right {
  right: 12%;
  transform: rotate(8deg);
}

.floating-sticker {
  align-items: center;
  border: var(--line);
  box-shadow: 5px 5px 0 var(--ink);
  display: flex;
  flex-direction: column;
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  justify-content: center;
  position: absolute;
  z-index: 4;
}

.sticker-camo {
  background: var(--lime);
  border-radius: 50%;
  bottom: -32px;
  height: 100px;
  left: -38px;
  transform: rotate(-14deg);
  width: 100px;
}

.sticker-camo b {
  font-family: var(--font-geist-sans), sans-serif;
  font-size: 24px;
  letter-spacing: -0.06em;
}

.sticker-look {
  background: #fff;
  border-radius: 46% 54% 44% 56%;
  font-size: 34px;
  height: 82px;
  right: -29px;
  top: -35px;
  transform: rotate(12deg);
  width: 82px;
}

.marquee {
  background: var(--ink);
  border-bottom: var(--line);
  border-top: var(--line);
  color: #fff;
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 950;
  overflow: hidden;
  padding: 17px 0;
  white-space: nowrap;
}

.marquee div {
  animation: marquee 26s linear infinite;
  width: max-content;
}

.marquee span {
  color: var(--yellow);
  margin: 0 24px;
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

.gameplay-section,
.features-section,
.steps-section {
  padding: clamp(90px, 11vw, 160px) clamp(22px, 7vw, 112px);
}

.section-heading {
  margin: 0 auto 70px;
  max-width: 1050px;
  text-align: center;
}

.section-heading .section-kicker,
.steps-heading .section-kicker {
  justify-content: center;
}

.section-heading h2,
.feature-intro h2,
.steps-heading h2,
.caught-section h2,
.final-cta h2 {
  font-size: clamp(45px, 6vw, 88px);
  font-weight: 950;
  letter-spacing: -0.07em;
  line-height: 0.95;
  margin: 0;
}

.section-heading h2 span {
  color: var(--blue);
}

.section-heading h2 em {
  color: var(--red);
  font-style: normal;
}

.roles {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  margin: 0 auto;
  max-width: 1200px;
}

.role {
  border: var(--line);
  min-height: 530px;
  overflow: hidden;
  padding: clamp(28px, 4vw, 54px);
  position: relative;
}

.role::before {
  border: 3px solid var(--ink);
  border-radius: 50%;
  content: "";
  height: 240px;
  opacity: 0.13;
  position: absolute;
  right: -100px;
  top: -90px;
  width: 240px;
}

.role-hider {
  background: var(--blue);
  color: #fff;
  transform: rotate(-1deg);
}

.role-seeker {
  background: var(--yellow);
  transform: rotate(1deg);
}

.role-label {
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 0;
}

.role-icon {
  font-size: 58px;
  margin: 42px 0 10px;
}

.role h3 {
  font-size: clamp(52px, 5vw, 74px);
  font-weight: 950;
  letter-spacing: -0.08em;
  margin: 0 0 20px;
}

.role > p:not(.role-label) {
  font-size: 16px;
  font-weight: 620;
  line-height: 1.55;
  max-width: 470px;
}

.role ul {
  border-top: 2px solid currentColor;
  list-style: none;
  margin: 35px 0 0;
  padding: 19px 0 0;
}

.role li {
  align-items: center;
  display: flex;
  font-size: 13px;
  font-weight: 800;
  gap: 12px;
  margin: 12px 0;
}

.role li span {
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  opacity: 0.65;
}

.versus {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 -28px;
  position: relative;
  z-index: 3;
}

.versus span {
  align-items: center;
  background: var(--red);
  border: var(--line);
  border-radius: 50%;
  box-shadow: 5px 5px 0 var(--ink);
  color: #fff;
  display: flex;
  font-size: 22px;
  font-weight: 950;
  height: 76px;
  justify-content: center;
  transform: rotate(-8deg);
  width: 76px;
}

.features-section {
  background: var(--ink);
  color: #fff;
  display: grid;
  gap: clamp(70px, 9vw, 150px);
  grid-template-columns: minmax(280px, 0.7fr) minmax(500px, 1.3fr);
}

.feature-intro {
  align-self: start;
  position: sticky;
  top: 130px;
}

.feature-intro .section-kicker {
  color: var(--yellow);
}

.feature-intro h2 {
  max-width: 540px;
}

.feature-intro > p:last-child {
  color: #c7c7d0;
  font-size: 17px;
  line-height: 1.65;
  max-width: 510px;
}

.feature-list {
  border-top: 1px solid #50505a;
}

.feature-row {
  align-items: center;
  border-bottom: 1px solid #50505a;
  display: grid;
  gap: 20px;
  grid-template-columns: 38px 65px minmax(160px, 0.8fr) minmax(210px, 1.2fr) 30px;
  min-height: 145px;
  padding: 22px 5px;
  transition: background 180ms ease, padding 180ms ease;
}

.feature-row:hover {
  background: #20202b;
  padding-left: 18px;
  padding-right: 18px;
}

.feature-number {
  color: #777784;
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
}

.feature-icon {
  font-size: 40px;
}

.feature-row h3 {
  font-size: clamp(22px, 2.2vw, 34px);
  letter-spacing: -0.05em;
  margin: 0;
}

.feature-row p {
  color: #b9b9c2;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.feature-arrow {
  color: var(--yellow);
  font-size: 28px;
}

.steps-section {
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 213, 37, 0.32), transparent 27%),
    var(--paper);
}

.steps-heading {
  margin: 0 auto 65px;
  max-width: 780px;
  text-align: center;
}

.steps-heading > p:last-child {
  color: #65656e;
  font-size: 17px;
}

.steps {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  max-width: 1200px;
}

.step {
  background: #fff;
  border: var(--line);
  min-height: 420px;
  padding: 30px;
  position: relative;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.step:hover {
  box-shadow: var(--shadow);
  transform: translate(-4px, -4px) rotate(-1deg);
}

.step:nth-child(2):hover {
  transform: translate(-4px, -4px) rotate(1deg);
}

.step-number {
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
  font-weight: 800;
}

.step-swatch {
  align-items: center;
  border: var(--line);
  border-radius: 50%;
  display: flex;
  height: 135px;
  justify-content: center;
  margin: 48px 0 34px;
  width: 135px;
}

.step-swatch span {
  background: var(--ink);
  border-radius: 43% 57% 35% 65%;
  display: block;
  height: 42px;
  transform: rotate(-18deg);
  width: 42px;
}

.step-blue .step-swatch {
  background: var(--blue);
}

.step-yellow .step-swatch {
  background: var(--yellow);
}

.step-red .step-swatch {
  background: var(--red);
}

.step h3 {
  font-size: 27px;
  letter-spacing: -0.05em;
  margin: 0 0 12px;
}

.step p {
  color: #63636c;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.caught-section {
  align-items: center;
  background: var(--red);
  border-bottom: var(--line);
  border-top: var(--line);
  color: #fff;
  display: grid;
  gap: 80px;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  padding: clamp(70px, 9vw, 130px) clamp(22px, 8vw, 130px);
}

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

.caught-section h2 {
  margin-bottom: 25px;
}

.caught-copy > p:last-child {
  font-size: 17px;
  line-height: 1.6;
  max-width: 580px;
}

.caught-counter {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}

.caught-counter span {
  align-items: center;
  background: var(--yellow);
  border: var(--line);
  border-radius: 50%;
  box-shadow: 5px 5px 0 var(--ink);
  color: var(--ink);
  display: flex;
  font-size: clamp(32px, 4vw, 60px);
  font-weight: 950;
  height: clamp(85px, 10vw, 140px);
  justify-content: center;
  margin-left: -17px;
  width: clamp(85px, 10vw, 140px);
}

.caught-counter span:nth-of-type(2) {
  background: var(--blue);
  color: #fff;
}

.caught-counter span:nth-of-type(3) {
  background: var(--lime);
}

.caught-counter i {
  color: var(--ink);
  font-size: 34px;
  font-style: normal;
  font-weight: 950;
  margin: 0 -4px;
  position: relative;
  z-index: 3;
}

.caught-counter b {
  background: #fff;
  border: 2px solid var(--ink);
  bottom: -52px;
  color: var(--ink);
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  padding: 10px 14px;
  position: absolute;
  transform: rotate(-3deg);
}

.final-cta {
  background: var(--yellow);
  overflow: hidden;
  padding: clamp(100px, 13vw, 190px) 22px;
  position: relative;
  text-align: center;
}

.final-cta .section-kicker {
  justify-content: center;
}

.final-cta h2 {
  margin: 0 auto;
  max-width: 990px;
}

.final-cta h2 span {
  color: var(--blue);
  text-shadow: 3px 3px 0 #fff, 6px 6px 0 var(--ink);
}

.final-cta > p:not(.section-kicker) {
  font-size: 18px;
  font-weight: 650;
  margin: 30px 0;
}

.final-paint {
  border: var(--line);
  border-radius: 46% 54% 33% 67%;
  position: absolute;
}

.paint-blue {
  background: var(--blue);
  height: 180px;
  left: -80px;
  top: 23%;
  transform: rotate(-20deg);
  width: 220px;
}

.paint-red {
  background: var(--red);
  bottom: -60px;
  height: 210px;
  right: -55px;
  transform: rotate(15deg);
  width: 180px;
}

footer {
  align-items: center;
  background: var(--ink);
  color: #fff;
  display: flex;
  justify-content: space-between;
  min-height: 120px;
  padding: 30px clamp(22px, 6vw, 90px);
}

.footer-brand .brand-mark {
  border-color: #fff;
}

.footer-brand small {
  color: var(--yellow);
}

footer p,
footer > a:last-child {
  color: #a9a9b2;
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
}

footer > a:last-child:hover {
  color: var(--yellow);
}

@media (max-width: 1020px) {
  nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-bottom: 120px;
  }

  .hero-copy {
    max-width: 730px;
  }

  .hero-visual {
    max-width: 760px;
    width: calc(100% - 20px);
  }

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

  .feature-intro {
    position: static;
  }

  .feature-intro h2 {
    max-width: 720px;
  }

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

  .caught-counter {
    margin-bottom: 45px;
  }
}

@media (max-width: 720px) {
  .site-header {
    height: 70px;
    padding: 0 16px;
  }

  .brand {
    font-size: 14px;
  }

  .brand-mark {
    height: 36px;
    width: 36px;
  }

  .brand-mark span {
    bottom: 4px;
    left: 13px;
  }

  .header-cta {
    font-size: 0;
    padding: 11px 13px;
  }

  .header-cta::before {
    content: "PLAY";
    font-size: 11px;
  }

  .header-cta span {
    font-size: 11px;
    margin-left: 4px;
  }

  .hero {
    gap: 65px;
    min-height: auto;
    padding: 67px 18px 100px;
  }

  .hero h1 {
    font-size: clamp(59px, 21vw, 91px);
  }

  .hero h1 span,
  .hero h1 em {
    text-shadow: 2px 2px 0 #fff, 5px 5px 0 var(--ink);
  }

  .hero-description {
    font-size: 16px;
    margin-top: 35px;
  }

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

  .button {
    width: 100%;
  }

  .hero-tags {
    gap: 7px;
  }

  .hero-tags span {
    font-size: 10px;
    padding: 7px 9px;
  }

  .image-sticker {
    box-shadow: 8px 8px 0 var(--ink);
    padding: 8px 8px 0;
  }

  .image-caption {
    align-items: flex-start;
    flex-direction: column;
    font-size: 15px;
    gap: 10px;
    padding: 12px 3px 15px;
  }

  .image-caption span {
    font-size: 8px;
    padding: 6px;
  }

  .sticker-camo {
    bottom: -45px;
    height: 82px;
    left: -10px;
    width: 82px;
  }

  .sticker-camo b {
    font-size: 20px;
  }

  .sticker-look {
    font-size: 27px;
    height: 66px;
    right: -10px;
    top: -34px;
    width: 66px;
  }

  .gameplay-section,
  .features-section,
  .steps-section {
    padding: 86px 18px;
  }

  .section-heading {
    margin-bottom: 48px;
    text-align: left;
  }

  .section-heading .section-kicker {
    justify-content: flex-start;
  }

  .roles {
    gap: 0;
    grid-template-columns: 1fr;
  }

  .role {
    min-height: auto;
    padding: 32px 26px;
    transform: none;
  }

  .versus {
    height: 0;
    margin: 0;
  }

  .versus span {
    height: 62px;
    width: 62px;
  }

  .feature-row {
    gap: 12px;
    grid-template-columns: 28px 50px 1fr 22px;
    min-height: 130px;
  }

  .feature-row h3 {
    font-size: 21px;
  }

  .feature-row p {
    display: none;
  }

  .feature-icon {
    font-size: 31px;
  }

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

  .step {
    min-height: 365px;
  }

  .caught-section {
    gap: 45px;
    padding: 85px 18px;
  }

  .caught-counter span {
    margin-left: -8px;
  }

  .final-cta {
    padding: 110px 18px;
  }

  .final-cta h2 {
    font-size: clamp(45px, 14vw, 64px);
  }

  .paint-blue {
    left: -105px;
  }

  .paint-red {
    right: -105px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
    padding: 45px 22px;
  }
}

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

  .marquee div {
    animation: none;
  }

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