:root {
  --bnb: #FCD535;
  --bnb-deep: #F3BA2F;
  --ink: #0b0b0b;
  --paper: #fffdf6;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Comic Sans MS", "Bradley Hand", "Segoe Print", cursive;
  overflow-x: hidden;
}

a { color: inherit; }

.paper {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .07;
  z-index: 50;
  background-image:
    repeating-linear-gradient(0deg, rgba(0,0,0,.1) 0 1px, transparent 1px 4px),
    repeating-linear-gradient(90deg, rgba(0,0,0,.05) 0 1px, transparent 1px 7px);
  mix-blend-mode: multiply;
}

.nav {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1240px, calc(100% - 34px));
  margin: 0 auto;
  padding: 22px 0;
}

.logo,
.x {
  text-decoration: none;
  font-weight: 800;
  letter-spacing: .03em;
}
.logo {
  font-size: clamp(1.35rem, 2vw, 2rem);
  transform: rotate(-2deg);
}
.x {
  font-size: clamp(.82rem, 1.5vw, 1rem);
  border-bottom: 3px solid var(--ink);
  padding-bottom: 2px;
  transform: rotate(1deg);
}

.hero {
  min-height: 100svh;
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, .85fr) minmax(320px, 1fr) minmax(240px, .85fr);
  align-items: center;
  gap: 10px;
  padding: 92px max(24px, calc((100vw - 1240px)/2)) 46px;
  background: var(--bnb);
  overflow: hidden;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 110px;
  background: rgba(255,255,255,.16);
  border: 3px solid rgba(0,0,0,.07);
  border-radius: 53% 47% 57% 43% / 48% 59% 41% 52%;
}
.hero::before { left: -80px; bottom: 16%; transform: rotate(-8deg); }
.hero::after { right: -85px; top: 18%; transform: rotate(10deg); }

.hero-copy {
  align-self: center;
  z-index: 2;
  transform: rotate(-1.5deg);
}
.eyebrow {
  display: inline-block;
  margin: 0 0 18px;
  padding: 7px 10px 5px;
  background: var(--white);
  border: 3px solid var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  font-weight: 900;
  font-size: clamp(.78rem, 1.2vw, .95rem);
}
h1 {
  margin: 0;
  max-width: 480px;
  font-size: clamp(3.4rem, 7.4vw, 7rem);
  line-height: .82;
  letter-spacing: -.065em;
  font-weight: 900;
}
h1 span {
  display: inline-block;
  margin-top: 10px;
  font-size: .52em;
  letter-spacing: -.035em;
  line-height: .95;
}

.character-wrap {
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  align-self: end;
  min-height: 74vh;
}
.character-button {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  display: grid;
  place-items: center;
  width: 100%;
  transform-origin: 50% 86%;
}
.character-button img {
  display: block;
  width: min(500px, 38vw);
  max-height: 76vh;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
  mix-blend-mode: multiply;
  filter: contrast(1.05);
}
.character-button:hover { transform: rotate(-1deg) translateY(-3px); }
.character-button.poked { animation: normieWobble .42s ease; }
@keyframes normieWobble {
  0%,100% { transform: rotate(0); }
  25% { transform: rotate(-3deg); }
  55% { transform: rotate(3deg); }
  78% { transform: rotate(-1deg); }
}

.bubble {
  position: absolute;
  right: -6%;
  top: 20%;
  width: min(220px, 46vw);
  padding: 14px 17px 12px;
  background: white;
  border: 3px solid var(--ink);
  border-radius: 46% 54% 48% 52% / 58% 46% 54% 42%;
  box-shadow: 5px 6px 0 var(--ink);
  font-weight: 800;
  font-size: clamp(.95rem, 1.55vw, 1.2rem);
  transform: rotate(3deg);
}
.bubble::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -14px;
  width: 23px;
  height: 23px;
  background: white;
  border-right: 3px solid var(--ink);
  border-bottom: 3px solid var(--ink);
  transform: rotate(43deg) skew(-7deg,-7deg);
}

.bottom-copy {
  align-self: end;
  z-index: 2;
  padding-bottom: 6vh;
  transform: rotate(1deg);
}
.bottom-copy p {
  max-width: 330px;
  margin: 0 0 24px;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.06;
  font-weight: 700;
}
.follow {
  display: inline-block;
  padding: 12px 19px 10px;
  background: var(--white);
  border: 3px solid var(--ink);
  box-shadow: 5px 6px 0 var(--ink);
  text-decoration: none;
  font-weight: 900;
  font-size: 1.05rem;
  transform: rotate(-1deg);
  transition: .14s ease;
}
.follow:hover { transform: translate(3px,3px) rotate(1deg); box-shadow: 2px 3px 0 var(--ink); }

.scribble {
  position: absolute;
  z-index: 1;
  font-weight: 900;
  opacity: .38;
  pointer-events: none;
}
.s1 { left: 4%; bottom: 8%; font-size: 1.1rem; transform: rotate(-10deg); }
.s2 { right: 7%; top: 18%; font-size: 5rem; transform: rotate(8deg); }
.s3 { left: 35%; top: 12%; font-size: 1.4rem; transform: rotate(7deg); }
.s4 { right: 28%; bottom: 8%; font-size: 4rem; transform: rotate(-8deg); }

.normie-card {
  position: relative;
  width: min(760px, calc(100% - 36px));
  margin: 90px auto;
  padding: clamp(32px, 6vw, 68px);
  background: white;
  border: 4px solid var(--ink);
  box-shadow: 10px 12px 0 var(--bnb);
  transform: rotate(-.8deg);
}
.tape {
  position: absolute;
  width: 116px;
  height: 30px;
  background: rgba(252,213,53,.82);
  border: 1px solid rgba(0,0,0,.13);
}
.tape-a { left: 38px; top: -18px; transform: rotate(-6deg); }
.tape-b { right: 38px; bottom: -17px; transform: rotate(5deg); }
.tiny-title {
  margin: 0 0 10px;
  font-weight: 900;
  font-size: .95rem;
}
h2 {
  margin: 0 0 24px;
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  line-height: .85;
  letter-spacing: -.055em;
}
.about-copy {
  margin: 0;
  max-width: 620px;
  font-size: clamp(1.2rem, 2.2vw, 1.65rem);
  line-height: 1.18;
  font-weight: 650;
}
.bad-chart {
  margin-top: 38px;
  height: 94px;
  display: flex;
  align-items: end;
  gap: 15px;
  border-bottom: 4px solid var(--ink);
  padding: 0 12px;
  transform: rotate(1deg);
}
.bad-chart span {
  display: block;
  flex: 1;
  max-width: 74px;
  background: var(--bnb);
  border: 3px solid var(--ink);
  border-bottom: 0;
}
.bad-chart span:nth-child(1) { height: 28%; }
.bad-chart span:nth-child(2) { height: 51%; }
.bad-chart span:nth-child(3) { height: 42%; }
.bad-chart span:nth-child(4) { height: 69%; }
.bad-chart span:nth-child(5) { height: 94%; }

.crowd-section {
  background: var(--bnb);
  border-top: 4px solid var(--ink);
  border-bottom: 4px solid var(--ink);
  overflow: hidden;
}
.crowd-heading {
  width: min(1100px, calc(100% - 36px));
  margin: 0 auto;
  padding: 60px 0 26px;
  text-align: center;
  transform: rotate(-.5deg);
}
.crowd-heading span,
.crowd-heading strong { display: block; }
.crowd-heading span { font-size: clamp(1.25rem, 2.5vw, 1.8rem); }
.crowd-heading strong {
  margin-top: 7px;
  font-size: clamp(2.5rem, 6vw, 5rem);
  line-height: .9;
  letter-spacing: -.04em;
}
.crowd-section img {
  width: 100%;
  display: block;
  mix-blend-mode: multiply;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(1200px, calc(100% - 36px));
  margin: 0 auto;
  padding: 24px 0 30px;
  font-size: .9rem;
  opacity: .64;
}
footer a { text-decoration: none; border-bottom: 1px solid; }

@media (max-width: 860px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 112px;
    text-align: center;
  }
  .hero-copy { order: 1; }
  h1 { margin-inline: auto; }
  .character-wrap { order: 2; min-height: auto; margin-top: 8px; }
  .character-button img { width: min(470px, 86vw); max-height: none; }
  .bottom-copy { order: 3; align-self: center; padding: 0 0 36px; }
  .bottom-copy p { margin-inline: auto; }
  .bubble { right: 5%; top: 14%; }
  .s1, .s3 { display: none; }
  .s2 { right: 5%; top: 31%; font-size: 3.4rem; }
  .s4 { left: 8%; right: auto; bottom: 27%; font-size: 2.7rem; }
}

@media (max-width: 540px) {
  .nav { padding-top: 16px; }
  .logo { font-size: 1.2rem; }
  .x { font-size: .74rem; }
  .hero { padding-inline: 18px; }
  h1 { font-size: 4.1rem; }
  .bubble { width: 150px; right: 2%; top: 13%; font-size: .86rem; box-shadow: 3px 4px 0 var(--ink); }
  .normie-card { margin: 54px auto; box-shadow: 6px 7px 0 var(--bnb); }
  .crowd-heading { padding-top: 40px; }
  footer { font-size: .78rem; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
}
