:root {
  --void: #09002f;
  --deep: #14006e;
  --cosmic: #2126ff;
  --acid: #7dff19;
  --slime: #00ff99;
  --beam: #fff243;
  --pink: #ff3ee7;
  --orange: #ff8b2b;
  --paper: #fff7d6;
  --ink: #101018;
  --line: #0a0816;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--void);
}

body {
  margin: 0;
  overflow-x: hidden;
  color: white;
  background:
    radial-gradient(circle at 82% 6%, rgba(255, 62, 231, 0.52), transparent 24rem),
    radial-gradient(circle at 12% 24%, rgba(0, 255, 153, 0.35), transparent 26rem),
    linear-gradient(145deg, var(--void), #190048 42%, #06105a);
  font-family: "Arial Black", Impact, system-ui, sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 2px, transparent 2px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 2px, transparent 2px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 80%);
}

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

.noise {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: 0.09;
  background-image:
    repeating-radial-gradient(circle at 12% 18%, #fff 0 1px, transparent 1px 5px),
    repeating-linear-gradient(45deg, transparent 0 7px, rgba(255, 255, 255, 0.55) 7px 8px);
  mix-blend-mode: screen;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px clamp(16px, 3vw, 34px);
  border-bottom: 4px solid var(--line);
  background: rgba(9, 0, 47, 0.86);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 0 rgba(0, 0, 0, 0.35);
}

.brand,
.header-cta,
.button {
  border: 4px solid var(--line);
  box-shadow: 6px 6px 0 var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  color: var(--ink);
  background: var(--acid);
  transform: rotate(-2deg);
}

.brand-mark {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 3px solid var(--line);
  border-radius: 50%;
  background: var(--pink);
  color: white;
}

.top-nav {
  display: flex;
  gap: clamp(10px, 2vw, 26px);
  color: var(--paper);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 14px;
  text-transform: uppercase;
}

.top-nav a:hover {
  color: var(--beam);
}

.header-cta {
  padding: 9px 14px;
  color: var(--ink);
  background: var(--beam);
}

.hero {
  position: relative;
  min-height: 88svh;
  display: flex;
  align-items: center;
  padding: 116px clamp(18px, 4vw, 58px) 42px;
  overflow: hidden;
  border-bottom: 5px solid var(--line);
}

.hero-art {
  position: absolute;
  inset: 0;
  min-height: 100%;
  overflow: hidden;
  background: var(--deep);
}

.hero-art img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.2) contrast(1.04);
}

.hero-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 0, 47, 0.82), rgba(9, 0, 47, 0.22) 52%, rgba(9, 0, 47, 0.1)),
    linear-gradient(0deg, rgba(9, 0, 47, 0.65), transparent 35%),
    repeating-linear-gradient(0deg, transparent 0 11px, rgba(255, 255, 255, 0.11) 11px 12px);
  pointer-events: none;
}

.tractor-beam {
  position: absolute;
  top: 8%;
  left: 51%;
  width: 21%;
  height: 78%;
  transform: skewX(-8deg);
  background: linear-gradient(90deg, rgba(0, 255, 153, 0.48), rgba(255, 242, 67, 0.42), rgba(255, 62, 231, 0.42));
  filter: blur(10px);
  animation: beam-pulse 2.1s infinite steps(2, end);
}

.floating-tag,
.pixel-cow {
  position: absolute;
  z-index: 2;
  border: 4px solid var(--line);
  box-shadow: 6px 6px 0 var(--line);
  color: var(--ink);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-weight: 900;
  text-transform: uppercase;
}

.tag-left {
  top: 12%;
  left: 6%;
  padding: 8px 12px;
  background: var(--acid);
  font-size: clamp(28px, 5vw, 64px);
  transform: rotate(-8deg);
}

.tag-right {
  right: 4%;
  bottom: 10%;
  padding: 10px 14px;
  background: #070707;
  color: var(--acid);
  font-size: clamp(14px, 2vw, 28px);
}

.pixel-cow {
  left: 8%;
  bottom: 12%;
  max-width: 220px;
  padding: 10px 12px;
  background: var(--paper);
  font-size: 15px;
  transform: rotate(4deg);
}

.hero-copy {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: min(760px, calc(100vw - clamp(36px, 8vw, 116px)));
  min-width: 0;
  padding: clamp(10px, 2vw, 28px) 0;
}

.eyebrow {
  margin: 0 0 14px;
  padding: 8px 12px;
  border: 3px solid var(--line);
  color: var(--ink);
  background: var(--slime);
  box-shadow: 5px 5px 0 var(--line);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: clamp(12px, 1.2vw, 15px);
  font-weight: 900;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 12px;
  color: var(--beam);
  font-size: clamp(78px, 13vw, 190px);
  line-height: 0.82;
  text-shadow: 8px 8px 0 #000, -5px 5px 0 var(--pink), 5px -5px 0 var(--slime);
}

h2 {
  max-width: 970px;
  margin-bottom: 20px;
  color: var(--paper);
  font-size: clamp(36px, 6vw, 82px);
  line-height: 0.92;
  text-shadow: 5px 5px 0 var(--line);
}

h3 {
  margin-bottom: 8px;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1;
}

.subheadline {
  width: 100%;
  max-width: 650px;
  margin-bottom: 20px;
  color: white;
  font-size: clamp(24px, 3.3vw, 48px);
  line-height: 1;
  text-shadow: 4px 4px 0 var(--line);
  overflow-wrap: anywhere;
}

.supporting,
.section p,
.site-footer {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-weight: 800;
  line-height: 1.5;
}

.supporting {
  width: 100%;
  max-width: 620px;
  margin-bottom: 28px;
  color: #fff7d6;
  font-size: clamp(16px, 1.7vw, 21px);
  overflow-wrap: anywhere;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  color: var(--ink);
  font-size: clamp(18px, 2vw, 25px);
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.button:hover,
.header-cta:hover,
.brand:hover {
  transform: translate(4px, 4px);
  box-shadow: 2px 2px 0 var(--line);
}

.button.primary {
  background: var(--beam);
}

.button.secondary {
  background: var(--pink);
  color: white;
}

.ticker-strip {
  display: flex;
  gap: 14px;
  overflow: hidden;
  padding: 13px 0;
  border-top: 5px solid var(--line);
  border-bottom: 5px solid var(--line);
  background: var(--acid);
  color: var(--ink);
  font-size: clamp(16px, 2vw, 26px);
  text-transform: uppercase;
  white-space: nowrap;
}

.ticker-strip span {
  padding-left: 14px;
  animation: crawl 14s linear infinite;
}

.section {
  padding: clamp(64px, 8vw, 118px) clamp(18px, 4vw, 58px);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.9fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.copy-panel {
  padding: clamp(20px, 3vw, 34px);
  border: 5px solid var(--line);
  background: rgba(255, 247, 214, 0.95);
  color: var(--ink);
  box-shadow: 10px 10px 0 var(--line);
  transform: rotate(1deg);
}

.copy-panel p {
  font-size: clamp(16px, 1.6vw, 21px);
}

.catalyst {
  display: grid;
  grid-template-columns: minmax(280px, 0.45fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: center;
  background:
    radial-gradient(circle at 10% 20%, rgba(125, 255, 25, 0.32), transparent 18rem),
    linear-gradient(120deg, rgba(255, 62, 231, 0.2), rgba(33, 38, 255, 0.22));
  border-block: 5px solid var(--line);
}

.catalyst p:not(.eyebrow) {
  max-width: 820px;
  color: var(--paper);
  font-size: clamp(18px, 2vw, 25px);
}

.file-stack {
  position: relative;
  min-height: 260px;
}

.folder {
  position: absolute;
  left: 0;
  width: min(92%, 380px);
  padding: 28px 20px;
  border: 5px solid var(--line);
  box-shadow: 8px 8px 0 var(--line);
  color: var(--ink);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 900;
}

.folder::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -5px;
  width: 46%;
  height: 28px;
  border: 5px solid var(--line);
  border-bottom: 0;
  background: inherit;
}

.folder-one {
  top: 10px;
  background: var(--beam);
  transform: rotate(-7deg);
}

.folder-two {
  top: 92px;
  background: var(--pink);
  color: white;
  transform: rotate(3deg);
}

.folder-three {
  top: 174px;
  background: var(--slime);
  transform: rotate(-1deg);
}

.why {
  text-align: center;
}

.why .eyebrow {
  display: inline-block;
}

.why h2 {
  margin-inline: auto;
}

.meme-bullets,
.token-grid,
.phase-grid,
.gallery-grid {
  display: grid;
  gap: 18px;
}

.meme-bullets {
  grid-template-columns: repeat(5, minmax(150px, 1fr));
}

.meme-bullets div,
.token-grid div,
.phase-grid article,
.gallery-grid article {
  border: 5px solid var(--line);
  box-shadow: 8px 8px 0 var(--line);
}

.meme-bullets div {
  min-height: 132px;
  display: grid;
  place-items: center;
  padding: 16px;
  background: var(--paper);
  color: var(--ink);
  font-size: clamp(18px, 2vw, 27px);
  line-height: 1;
  text-transform: uppercase;
}

.meme-bullets div:nth-child(even) {
  background: var(--acid);
  transform: rotate(2deg);
}

.meme-bullets div:nth-child(odd) {
  transform: rotate(-2deg);
}

.tokenomics {
  background: #090015;
  border-block: 5px solid var(--line);
}

.token-grid {
  grid-template-columns: repeat(4, minmax(180px, 1fr));
  margin: 34px 0 0;
}

.token-grid div {
  min-height: 180px;
  padding: 22px;
  background: linear-gradient(135deg, var(--slime), var(--beam));
  color: var(--ink);
}

.token-grid dt {
  margin-bottom: 18px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 15px;
  text-transform: uppercase;
}

.token-grid dd {
  margin: 0;
  overflow-wrap: anywhere;
  font-size: clamp(23px, 3vw, 42px);
  line-height: 0.95;
}

.phase-grid {
  grid-template-columns: repeat(4, minmax(190px, 1fr));
  margin-top: 34px;
}

.phase-grid article {
  position: relative;
  min-height: 250px;
  padding: 24px;
  background: var(--paper);
  color: var(--ink);
}

.phase-grid article:nth-child(2) {
  background: var(--slime);
}

.phase-grid article:nth-child(3) {
  background: var(--pink);
  color: white;
}

.phase-grid article:nth-child(4) {
  background: var(--beam);
}

.phase-grid span {
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px 8px;
  border: 3px solid var(--line);
  background: #111;
  color: white;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.phase-grid p {
  color: inherit;
}

.gallery {
  background:
    radial-gradient(circle at 75% 30%, rgba(255, 242, 67, 0.22), transparent 18rem),
    linear-gradient(180deg, transparent, rgba(0, 255, 153, 0.1));
}

.gallery-grid {
  grid-template-columns: repeat(5, minmax(160px, 1fr));
  margin-top: 34px;
}

.gallery-grid article {
  overflow: hidden;
  background: var(--paper);
  color: var(--ink);
}

.gallery-grid h3 {
  padding: 16px;
  margin: 0;
  font-size: clamp(18px, 2.2vw, 28px);
}

.meme-scene {
  min-height: 210px;
  display: grid;
  place-items: center;
  padding: 16px;
  color: white;
  font-size: clamp(22px, 3vw, 38px);
  text-align: center;
  text-shadow: 4px 4px 0 var(--line);
  background-size: cover;
  background-position: center;
}

.upside {
  background-image: linear-gradient(rgba(255, 62, 231, 0.16), rgba(9, 0, 47, 0.45)), url("assets/probe-ufo.jpg");
}

.cow {
  background:
    linear-gradient(135deg, rgba(125, 255, 25, 0.7), rgba(33, 38, 255, 0.55)),
    repeating-linear-gradient(45deg, transparent 0 18px, rgba(255, 255, 255, 0.24) 18px 22px);
}

.files {
  background:
    linear-gradient(135deg, rgba(255, 139, 43, 0.9), rgba(255, 242, 67, 0.7)),
    repeating-linear-gradient(0deg, transparent 0 22px, rgba(0, 0, 0, 0.16) 22px 26px);
}

.resistance {
  background:
    radial-gradient(circle, rgba(255, 62, 231, 0.94), rgba(20, 0, 110, 0.88)),
    repeating-linear-gradient(90deg, transparent 0 16px, rgba(255, 255, 255, 0.2) 16px 20px);
}

.believe {
  background:
    linear-gradient(rgba(9, 0, 47, 0.15), rgba(9, 0, 47, 0.5)),
    url("assets/probe-ufo.jpg");
  background-position: 52% 48%;
}

.site-footer {
  padding: 30px clamp(18px, 4vw, 58px);
  border-top: 5px solid var(--line);
  background: var(--acid);
  color: var(--ink);
  font-size: clamp(13px, 1.3vw, 16px);
}

@keyframes crawl {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-240px);
  }
}

@keyframes beam-pulse {
  0%,
  100% {
    opacity: 0.55;
  }
  50% {
    opacity: 0.95;
  }
}

@media (max-width: 1100px) {
  .split,
  .catalyst {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 92svh;
  }

  .hero-art {
    min-height: 100%;
  }

  .hero-art img {
    min-height: 100%;
  }

  .meme-bullets,
  .token-grid,
  .phase-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 740px) {
  .site-header {
    position: sticky;
    flex-wrap: wrap;
  }

  .top-nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 42px;
    padding-bottom: 54px;
  }

  .hero-copy {
    flex: 0 1 300px;
    width: 300px;
    max-width: 300px;
  }

  h1 {
    font-size: clamp(58px, 16vw, 68px);
    text-shadow: 5px 5px 0 #000, -3px 3px 0 var(--pink), 3px -3px 0 var(--slime);
  }

  .subheadline {
    max-width: 100%;
    font-size: 22px;
    line-height: 1.04;
  }

  .supporting {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.45;
  }

  .hero-art {
    min-height: 100%;
  }

  .hero-art img {
    min-height: 100%;
    object-position: 58% center;
  }

  .tag-left {
    font-size: 28px;
  }

  .pixel-cow {
    display: none;
  }

  .meme-bullets,
  .token-grid,
  .phase-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .file-stack {
    min-height: 236px;
  }

  .button {
    width: 100%;
  }
}
