:root {
  --ink: #121212;
  --paper: #fffdf8;
  --purple: #8d45e8;
  --green: #8ef20c;
  --cyan: #1fd0d8;
  --orange: #ff8618;
  --yellow: #ffe12e;
  --pink: #fa4f9a;
  --red: #ff4a3d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Nunito", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
.skip { position: fixed; left: 1rem; top: -5rem; z-index: 50; background: #fff; border: 3px solid #000; padding: .7rem 1rem; font-weight: 800; }
.skip:focus { top: 1rem; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 76px;
  padding: .7rem clamp(1rem, 5vw, 5rem);
  border-bottom: 3px solid var(--ink);
  background: rgba(255,253,248,.94);
  backdrop-filter: blur(12px);
}
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; font-family: "Fredoka", sans-serif; font-size: 1.2rem; font-weight: 700; }
.brand img { width: 52px; height: 52px; border: 2px solid var(--ink); border-radius: 50%; }
nav { display: flex; gap: 1.4rem; }
nav a { font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 5px; }

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
  align-items: center;
  min-height: calc(100svh - 76px);
  padding: clamp(3rem, 7vw, 7rem) clamp(1.2rem, 7vw, 7rem) 0;
  overflow: hidden;
}
.hero-copy { z-index: 2; max-width: 720px; padding-bottom: 4rem; }
.eyebrow { margin: 0 0 .65rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 900; font-size: .84rem; }
h1, h2, h3 { font-family: "Fredoka", sans-serif; line-height: .95; margin-top: 0; }
h1 { margin-bottom: 1.3rem; font-size: clamp(3.4rem, 8.5vw, 7.8rem); line-height: .92; letter-spacing: -.055em; }
h1 span { display: block; padding-top: .15em; color: var(--pink); font-size: .86em; line-height: 1.04; letter-spacing: -.035em; text-shadow: 3px 3px 0 var(--ink); }
.intro { max-width: 590px; font-size: clamp(1.12rem, 2vw, 1.4rem); font-weight: 700; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: .85rem 1.35rem; border: 3px solid var(--ink); border-radius: 999px; font-weight: 900; text-decoration: none; box-shadow: 4px 4px 0 var(--ink); transition: transform .15s, box-shadow .15s; }
.button:hover, .button:focus-visible { transform: translate(3px, 3px); box-shadow: 1px 1px 0 var(--ink); }
.button.primary { background: var(--green); }
.button.secondary { background: #fff; }
.hero-art { position: relative; align-self: end; z-index: 1; }
.hero-art img { position: relative; z-index: 2; width: min(100%, 610px); margin-inline: auto; filter: drop-shadow(0 16px 12px rgba(0,0,0,.12)); }
.burst { position: absolute; inset: 12% -20% 4%; z-index: 0; border: 4px solid var(--ink); border-radius: 48% 52% 54% 46%; background: var(--yellow); transform: rotate(-5deg); }
.manifesto { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; padding: 2rem clamp(1.2rem, 7vw, 7rem); border-block: 3px solid var(--ink); background: var(--ink); color: #fff; }
.manifesto p { margin: 0; font-size: clamp(1.1rem, 2.2vw, 1.5rem); }
.manifesto strong { color: var(--yellow); font-family: "Fredoka", sans-serif; font-size: clamp(1.35rem, 3vw, 2.3rem); white-space: nowrap; }

.crew { padding: clamp(4rem, 8vw, 8rem) clamp(1.2rem, 7vw, 7rem); }
.section-heading { max-width: 720px; margin-bottom: 2.5rem; }
h2 { margin-bottom: .7rem; font-size: clamp(2.8rem, 7vw, 6rem); letter-spacing: -.045em; }
.section-heading > p:last-child { font-size: 1.2rem; font-weight: 700; }
.character-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.character { position: relative; min-height: 210px; padding: 2rem; border: 3px solid var(--ink); border-radius: 28px 18px 32px 20px; box-shadow: 6px 6px 0 var(--ink); overflow: hidden; }
.character:nth-child(even) { transform: rotate(1deg); }
.character:nth-child(odd) { transform: rotate(-.6deg); }
.character h3 { margin: 2rem 0 .5rem; font-size: clamp(2rem, 4vw, 3.1rem); }
.character p { margin: 0; max-width: 22ch; font-weight: 800; font-size: 1.05rem; }
.scribble { position: absolute; right: 1.2rem; top: .8rem; font-family: "Fredoka", sans-serif; font-weight: 700; font-size: 2rem; opacity: .35; transform: rotate(8deg); }
.fidget { background: #b98bff; } .munch { background: var(--green); } .drips { background: var(--cyan); }
.flex { background: var(--orange); } .boggle { background: var(--yellow); } .sneaks { background: var(--pink); }
.character-board { margin: clamp(4rem, 8vw, 7rem) auto 0; max-width: 1100px; }

.follow { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 8vw, 8rem); align-items: end; padding: clamp(4rem, 8vw, 8rem) clamp(1.2rem, 7vw, 7rem); border-block: 3px solid var(--ink); background: var(--purple); color: #fff; }
.follow p:not(.eyebrow) { max-width: 560px; font-size: 1.15rem; font-weight: 700; }
.socials { display: grid; }
.socials a { display: flex; justify-content: space-between; align-items: center; padding: 1rem .2rem; border-bottom: 2px solid rgba(255,255,255,.6); font-family: "Fredoka", sans-serif; font-size: clamp(1.35rem, 3vw, 2.2rem); font-weight: 700; text-decoration: none; }
.socials a:hover span { transform: translate(4px,-4px); }
.socials span { transition: transform .15s; }

.contact { display: flex; align-items: center; justify-content: center; gap: clamp(1.5rem, 5vw, 4rem); padding: clamp(4rem, 8vw, 7rem) 1.2rem; text-align: left; }
.contact img { width: clamp(110px, 16vw, 180px); border: 4px solid var(--ink); border-radius: 50%; box-shadow: 6px 6px 0 var(--yellow); }
.contact h2 { margin-bottom: .5rem; }
.email { font-size: clamp(1rem, 2.4vw, 1.45rem); font-weight: 900; overflow-wrap: anywhere; text-underline-offset: 5px; }
footer { display: flex; justify-content: space-between; gap: 1rem; padding: 1.5rem clamp(1.2rem, 7vw, 7rem); background: var(--ink); color: #fff; font-weight: 800; }

@media (max-width: 800px) {
  .site-header { min-height: 66px; }
  .brand img { width: 44px; height: 44px; }
  .brand span { font-size: 1rem; }
  nav a:first-child { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 4rem; }
  .hero-copy { padding-bottom: 1rem; }
  h1 { font-size: clamp(3.45rem, 17vw, 5.4rem); }
  h1 span { font-size: .8em; line-height: 1.08; text-shadow: 2px 2px 0 var(--ink); }
  .hero-art { margin-top: 1rem; }
  .hero-art img { width: min(100%, 480px); }
  .manifesto { grid-template-columns: 1fr; gap: .6rem; }
  .manifesto strong { white-space: normal; }
  .character-grid { grid-template-columns: 1fr 1fr; }
  .character { min-height: 190px; padding: 1.4rem; }
  .follow { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  nav a { font-size: .92rem; }
  .character-grid { grid-template-columns: 1fr; }
  .character { min-height: 170px; }
  .contact { align-items: flex-start; }
  .contact img { width: 86px; }
  footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
