:root {
  --ink: #151313;
  --paper: #fff7cf;
  --white: #ffffff;
  --yellow: #ffe14f;
  --acid: #b9ff3b;
  --pink: #ff4fa3;
  --orange: #ff8b2b;
  --blue: #45c8ff;
  --purple: #7d58ff;
  --green: #20d674;
  --muted: #4f493a;
  --border: 4px solid var(--ink);
  --hard-shadow: 8px 8px 0 var(--ink);
  --soft-shadow: 0 22px 50px rgba(21, 19, 19, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 20px 20px, rgba(21, 19, 19, 0.12) 2px, transparent 2.5px) 0 0 / 28px 28px,
    linear-gradient(135deg, #fff7cf 0%, #ffe6f4 45%, #dffcff 100%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 16px;
  left: 50%;
  width: min(1120px, calc(100% - 28px));
  min-height: 76px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--ink);
  border: var(--border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  transform: translateX(-50%) rotate(-0.4deg);
  box-shadow: var(--hard-shadow);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand img {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  object-fit: cover;
  border: 3px solid var(--ink);
  box-shadow: 4px 4px 0 var(--pink);
}

.brand span {
  display: grid;
  gap: 2px;
  line-height: 1.05;
}

.brand strong {
  font-family: Bangers, Inter, sans-serif;
  font-size: 1.35rem;
  font-weight: 400;
  white-space: nowrap;
}

.brand small {
  color: var(--purple);
  font-weight: 900;
}

nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

nav a {
  padding: 10px 12px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  color: var(--ink);
  background: var(--yellow);
  font-size: 0.9rem;
  font-weight: 900;
  box-shadow: 3px 3px 0 var(--ink);
  transform: rotate(1deg);
}

nav a:nth-child(2) {
  background: var(--blue);
  transform: rotate(-1deg);
}

nav a:nth-child(3) {
  background: var(--acid);
}

nav a:hover,
nav .nav-cta {
  background: var(--pink);
  color: var(--white);
  transform: translate(-2px, -2px) rotate(-1deg);
}

.hero {
  position: relative;
  min-height: 94vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
  border-bottom: var(--border);
  background: var(--ink);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: url("banner.jfif");
  background-size: cover;
  background-position: center top;
  transform: scale(1.04);
  filter: saturate(1.22) contrast(1.08);
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 76% 34%, rgba(255, 225, 79, 0.44), transparent 20%),
    linear-gradient(90deg, rgba(21, 19, 19, 0.92) 0%, rgba(21, 19, 19, 0.58) 48%, rgba(21, 19, 19, 0.18) 100%),
    repeating-radial-gradient(circle at 28% 44%, rgba(255, 255, 255, 0.18) 0 2px, transparent 2px 7px);
  mix-blend-mode: normal;
}

.burst {
  position: absolute;
  z-index: 4;
  display: grid;
  place-items: center;
  min-width: 128px;
  min-height: 96px;
  padding: 18px;
  color: var(--ink);
  background: var(--yellow);
  border: var(--border);
  box-shadow: var(--hard-shadow);
  font-family: Bangers, Inter, sans-serif;
  font-size: clamp(1.7rem, 4vw, 3.6rem);
  letter-spacing: 0.03em;
  clip-path: polygon(50% 0%, 61% 28%, 91% 9%, 78% 40%, 100% 50%, 77% 61%, 91% 91%, 61% 73%, 50% 100%, 39% 73%, 9% 91%, 23% 61%, 0 50%, 23% 40%, 9% 9%, 39% 28%);
  animation: wobble 2.8s ease-in-out infinite;
}

.burst-one {
  top: 140px;
  right: max(18px, calc((100% - 1120px) / 2));
  transform: rotate(11deg);
}

.burst-two {
  right: 12%;
  bottom: 120px;
  background: var(--pink);
  color: var(--white);
  animation-delay: -1s;
}

.hero-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 172px 0 46px;
  color: var(--white);
}

.eyebrow {
  display: inline-block;
  margin: 0 0 18px;
  padding: 8px 12px;
  color: var(--ink);
  background: var(--acid);
  border: 3px solid var(--ink);
  border-radius: 8px;
  box-shadow: 5px 5px 0 var(--ink);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
  transform: rotate(-1.4deg);
}

.eyebrow.dark {
  color: var(--ink);
  background: var(--yellow);
}

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

h1,
h2 {
  font-family: Bangers, "Space Grotesk", Inter, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}

h1 {
  max-width: 850px;
  margin-bottom: 18px;
  color: var(--yellow);
  font-size: clamp(4.5rem, 12vw, 10.6rem);
  line-height: 0.82;
  text-shadow:
    4px 4px 0 var(--ink),
    8px 8px 0 var(--pink),
    12px 12px 0 rgba(69, 200, 255, 0.72);
  -webkit-text-stroke: 2px var(--ink);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.7rem, 6vw, 6rem);
  line-height: 0.9;
}

h3 {
  margin-bottom: 10px;
  font-family: Bangers, Inter, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.hero-copy {
  max-width: 660px;
  padding: 18px 20px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border: var(--border);
  border-radius: 8px;
  box-shadow: var(--hard-shadow);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 800;
  line-height: 1.45;
  transform: rotate(-0.6deg);
}

.hero-actions,
.join-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border: var(--border);
  border-radius: 8px;
  color: var(--ink);
  font-weight: 900;
  text-transform: uppercase;
  background: var(--white);
  box-shadow: var(--hard-shadow);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

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

.button.primary {
  color: var(--ink);
  background: var(--yellow);
}

.button.secondary {
  color: var(--ink);
  background: var(--blue);
}

.ticker-strip {
  width: min(100%, 980px);
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.ticker-strip span {
  min-height: 58px;
  display: grid;
  place-items: center;
  padding: 12px;
  color: var(--ink);
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: var(--acid);
  font-weight: 900;
  text-align: center;
  box-shadow: 5px 5px 0 var(--ink);
}

.ticker-strip span:nth-child(1) {
  background: var(--pink);
  color: var(--white);
  transform: rotate(-1.5deg);
}

.ticker-strip span:nth-child(2) {
  background: var(--yellow);
  transform: rotate(1deg);
}

.ticker-strip span:nth-child(3) {
  background: var(--blue);
  transform: rotate(-0.5deg);
}

.quote-band {
  position: relative;
  padding: 48px 18px;
  color: var(--ink);
  background:
    repeating-linear-gradient(-45deg, rgba(21, 19, 19, 0.08) 0 8px, transparent 8px 16px),
    var(--yellow);
  border-bottom: var(--border);
}

.comic-tag {
  position: absolute;
  top: -22px;
  left: max(18px, calc((100% - 980px) / 2));
  padding: 9px 16px;
  color: var(--white);
  background: var(--pink);
  border: var(--border);
  border-radius: 8px;
  box-shadow: 5px 5px 0 var(--ink);
  font-family: Bangers, Inter, sans-serif;
  font-size: 1.45rem;
  transform: rotate(-3deg);
}

.quote-band p {
  width: min(980px, 100%);
  margin: 0 auto;
  font-family: Bangers, Inter, sans-serif;
  font-size: clamp(2.1rem, 4.4vw, 4.6rem);
  line-height: 0.98;
  text-align: center;
}

.split-section,
.stats-section,
.roadmap-section,
.join-section {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 92px 0;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(280px, 0.98fr);
  gap: 58px;
  align-items: center;
}

.section-copy {
  padding: 28px;
  border: var(--border);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--hard-shadow);
  transform: rotate(-0.4deg);
}

.section-copy p,
.manifesto p,
.join-section p,
.stats-grid small {
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.65;
}

.logo-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 440px;
  overflow: visible;
  border: var(--border);
  border-radius: 8px;
  background:
    radial-gradient(circle at center, rgba(255, 225, 79, 0.9) 0 16%, transparent 17%),
    conic-gradient(from 0deg, var(--pink), var(--yellow), var(--blue), var(--acid), var(--pink));
  box-shadow: var(--hard-shadow);
  transform: rotate(1.2deg);
}

.logo-stage img {
  position: relative;
  z-index: 2;
  width: min(72%, 320px);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  border: 8px solid var(--ink);
  box-shadow: 10px 10px 0 var(--white), 18px 18px 0 var(--ink);
  transform: rotate(-3deg);
}

.speech-bubble {
  position: absolute;
  z-index: 4;
  top: -34px;
  right: 24px;
  max-width: 210px;
  padding: 14px 16px;
  color: var(--ink);
  background: var(--white);
  border: var(--border);
  border-radius: 8px;
  box-shadow: 6px 6px 0 var(--ink);
  font-family: Bangers, Inter, sans-serif;
  font-size: 1.55rem;
  line-height: 0.95;
  transform: rotate(6deg);
}

.speech-bubble::after {
  content: "";
  position: absolute;
  right: 42px;
  bottom: -20px;
  width: 28px;
  height: 28px;
  background: var(--white);
  border-right: 4px solid var(--ink);
  border-bottom: 4px solid var(--ink);
  transform: rotate(45deg);
}

.impact-line {
  position: absolute;
  z-index: 1;
  width: 72%;
  height: 14px;
  background: var(--ink);
  border-radius: 999px;
}

.impact-line.one {
  transform: rotate(18deg);
}

.impact-line.two {
  transform: rotate(-18deg);
}

.impact-line.three {
  width: 86%;
  height: 10px;
  transform: rotate(90deg);
}

@keyframes wobble {
  0%,
  100% {
    translate: 0 0;
    scale: 1;
  }
  50% {
    translate: 0 -8px;
    scale: 1.04;
  }
}

.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.stats-grid article,
.roadmap article {
  min-height: 190px;
  padding: 24px;
  border: var(--border);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--hard-shadow);
}

.stats-grid article:nth-child(1),
.roadmap article:nth-child(2) {
  background: #fff;
  transform: rotate(-1.4deg);
}

.stats-grid article:nth-child(2),
.roadmap article:nth-child(1) {
  background: #ecfff2;
  transform: rotate(1deg);
}

.stats-grid article:nth-child(3),
.roadmap article:nth-child(3) {
  background: #eef8ff;
  transform: rotate(-0.7deg);
}

.stats-grid article:nth-child(4) {
  background: #fff0fa;
  transform: rotate(1.5deg);
}

.stats-grid span,
.contract-row span,
.roadmap span {
  display: inline-block;
  margin-bottom: 18px;
  padding: 5px 9px;
  color: var(--ink);
  background: var(--yellow);
  border: 2px solid var(--ink);
  border-radius: 8px;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.stats-grid strong {
  display: block;
  margin-bottom: 10px;
  font-family: Bangers, Inter, sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  font-weight: 400;
  line-height: 0.95;
}

.stats-grid small {
  display: block;
  font-weight: 800;
}

.contract-row {
  margin-top: 22px;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: var(--border);
  border-radius: 8px;
  background: var(--purple);
  color: var(--white);
  box-shadow: var(--hard-shadow);
}

.contract-row span {
  margin: 0;
  background: var(--acid);
  color: var(--ink);
}

.contract-row button {
  min-width: 180px;
  min-height: 50px;
  padding: 0 18px;
  border: 3px solid var(--ink);
  border-radius: 8px;
  color: var(--ink);
  background: var(--yellow);
  font: inherit;
  font-weight: 900;
  box-shadow: 4px 4px 0 var(--ink);
  cursor: pointer;
}

.manifesto {
  padding: 92px max(18px, calc((100% - 1120px) / 2));
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(320px, 1fr);
  gap: 42px;
  align-items: center;
  color: var(--ink);
  background:
    radial-gradient(circle at 20px 20px, rgba(21, 19, 19, 0.16) 2px, transparent 2.5px) 0 0 / 24px 24px,
    var(--pink);
  border-top: var(--border);
  border-bottom: var(--border);
}

.manifesto h2 {
  margin-bottom: 0;
  color: var(--white);
  text-shadow: 4px 4px 0 var(--ink), 8px 8px 0 var(--blue);
  -webkit-text-stroke: 1px var(--ink);
}

.manifesto p {
  padding: 24px;
  color: var(--ink);
  background: var(--white);
  border: var(--border);
  border-radius: 8px;
  box-shadow: var(--hard-shadow);
  font-weight: 800;
}

.roadmap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.roadmap article {
  min-height: 260px;
}

.roadmap span {
  background: var(--pink);
  color: var(--white);
  font-family: Bangers, Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.roadmap p {
  color: var(--muted);
  font-weight: 800;
  line-height: 1.58;
}

.join-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
}

.join-section > div:first-child {
  padding: 28px;
  border: var(--border);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--hard-shadow);
  transform: rotate(-0.5deg);
}

.join-section h2 {
  max-width: 760px;
}

.dark-button {
  background: var(--pink) !important;
  color: var(--white) !important;
}

.light-button {
  color: var(--ink) !important;
  background: var(--acid) !important;
}

footer {
  padding: 34px 18px 42px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: var(--ink);
  background: var(--yellow);
  border-top: var(--border);
}

footer span,
footer p {
  width: min(1120px, 100%);
  margin: 0 auto;
}

footer span {
  font-family: Bangers, Inter, sans-serif;
  font-size: 2rem;
}

footer p {
  max-width: 660px;
  font-weight: 800;
  line-height: 1.55;
}

@media (max-width: 940px) {
  .burst-two {
    display: none;
  }

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

@media (max-width: 820px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    transform: translateX(-50%) rotate(0deg);
  }

  nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  nav a {
    white-space: nowrap;
  }

  .hero {
    min-height: 900px;
  }

  .hero-inner {
    padding-top: 205px;
  }

  h1 {
    font-size: clamp(4rem, 18vw, 6.2rem);
  }

  .burst-one {
    top: 180px;
    right: 22px;
    min-width: 100px;
    min-height: 76px;
  }

  .ticker-strip,
  .stats-grid,
  .roadmap,
  .split-section,
  .manifesto,
  .join-section {
    grid-template-columns: 1fr;
  }

  .split-section,
  .stats-section,
  .roadmap-section,
  .join-section {
    padding: 72px 0;
  }

  .logo-stage {
    min-height: 360px;
  }

  .speech-bubble {
    right: 8px;
    top: -28px;
  }

  .contract-row {
    align-items: stretch;
    flex-direction: column;
  }

  .contract-row button {
    width: 100%;
  }

  .join-actions {
    margin-top: 0;
  }

  footer {
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .site-header {
    top: 10px;
    width: calc(100% - 18px);
  }

  .brand strong {
    white-space: normal;
  }

  .hero {
    min-height: 850px;
  }

  .hero-inner {
    width: min(100% - 22px, 1120px);
  }

  .hero-copy,
  .section-copy,
  .join-section > div:first-child,
  .manifesto p {
    padding: 18px;
  }

  .hero-actions .button,
  .join-actions .button {
    width: 100%;
  }

  .stats-grid article,
  .roadmap article {
    min-height: auto;
    transform: rotate(0deg) !important;
  }
}
