@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=Nunito+Sans:opsz,wght@6..12,400;6..12,700;6..12,900&display=swap");

:root {
  --ink: #1b0628;
  --paper: #fff5fb;
  --paper-strong: #ffffff;
  --lime: #ffd4e8;
  --cyan: #ead8ff;
  --red: #6900bd;
  --yellow: #f5b8d6;
  --grass: #6900bd;
  --muted: #735c7d;
  --line: #4f0098;
  --shadow: 12px 12px 0 #4f0098;
  --radius: 8px;
  --body-font: "Nunito Sans", "Segoe UI", sans-serif;
  --display-font: "Archivo Black", Impact, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 10% 6%, rgba(105, 0, 189, 0.16), transparent 26rem),
    radial-gradient(circle at 94% 18%, rgba(245, 184, 214, 0.42), transparent 24rem),
    linear-gradient(120deg, rgba(234, 216, 255, 0.32) 0 20%, transparent 20% 100%),
    var(--paper);
  color: var(--ink);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.5;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(79, 0, 152, 0.24) 1px, transparent 1px),
    linear-gradient(90deg, rgba(79, 0, 152, 0.24) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(to bottom, #000, transparent 72%);
}

img {
  display: block;
  max-width: 100%;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 20;
  padding: 0.75rem 1rem;
  background: var(--ink);
  color: var(--paper-strong);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  padding: 0.7rem 1.25rem;
  border-bottom: 2px solid var(--line);
  background: rgba(255, 245, 251, 0.9);
  backdrop-filter: blur(16px);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.85rem;
  width: 100%;
}

.header-actions {
  font-weight: 900;
  margin-left: auto;
}

.header-actions a,
.solid-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
}

.header-actions a:not(.solid-link) {
  padding: 0.4rem 0.1rem;
}

.header-actions .arcade-link {
  width: 46px;
  min-width: 46px;
  height: 46px;
  min-height: 46px;
  padding: 0;
  border-color: var(--line);
  background: var(--paper-strong);
  box-shadow: 4px 4px 0 var(--line);
}

.pixel-dog-icon {
  width: 34px;
  height: 34px;
  image-rendering: pixelated;
  shape-rendering: crispEdges;
}

.arcade-link:hover .pixel-dog-icon,
.arcade-link:focus-visible .pixel-dog-icon {
  transform: translateY(-1px);
}

.solid-link {
  padding: 0.65rem 1rem;
  border-color: var(--line);
  background: var(--lime);
  box-shadow: 4px 4px 0 var(--line);
  font-weight: 900;
}

.solid-link:hover,
.solid-link:focus-visible,
.submit-button:hover,
.submit-button:focus-visible {
  transform: translate(-2px, -2px);
  box-shadow: 7px 7px 0 var(--line);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.78fr);
  gap: 1.6rem;
  min-height: calc(100vh - 72px);
  padding: 1.5rem 1.25rem 3rem;
  overflow: hidden;
}

.hero::before {
  position: absolute;
  right: -8rem;
  top: 3rem;
  width: 38rem;
  height: 38rem;
  border: 2px solid var(--line);
  content: "";
  background:
    linear-gradient(135deg, transparent 0 45%, var(--ink) 45% 47%, transparent 47% 100%),
    radial-gradient(circle at 50% 50%, var(--yellow) 0 7rem, transparent 7.2rem),
    var(--cyan);
  transform: rotate(11deg);
}

.hero-copy,
.inquiry-panel,
.hero-media {
  position: relative;
}

.hero-copy {
  align-self: center;
  max-width: 760px;
}

.hero-logo-lockup {
  width: clamp(220px, 34vw, 360px);
  height: clamp(82px, 12vw, 130px);
  margin-bottom: 0.85rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
  transform: rotate(-2deg);
}

.hero-logo-lockup img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.eyebrow {
  margin: 0 0 0.9rem;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  line-height: 0.98;
}

h1,
h2 {
  font-family: var(--display-font);
  text-transform: uppercase;
}

h1 {
  max-width: 8ch;
  margin-bottom: 1.2rem;
  font-size: 5.2rem;
}

.hero-lede {
  max-width: 42rem;
  margin-bottom: 1.4rem;
  font-size: 1.25rem;
  font-weight: 800;
}

.signal-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 2rem;
}

.signal-row span {
  padding: 0.45rem 0.7rem;
  border: 2px solid var(--line);
  background: var(--paper-strong);
  font-weight: 900;
}

.signal-row span:nth-child(2) {
  background: var(--lime);
}

.signal-row span:nth-child(3) {
  background: var(--yellow);
}

.signal-row span:nth-child(4) {
  background: var(--cyan);
}

.creator-card {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 1rem;
  max-width: 33rem;
  padding: 1rem;
  border: 2px solid var(--line);
  border-radius: 0;
  background: var(--paper-strong);
  box-shadow: var(--shadow);
}

.creator-card img {
  width: 92px;
  height: 92px;
  border: 2px solid var(--line);
  border-radius: 0;
  object-fit: cover;
}

.card-kicker {
  margin-bottom: 0.25rem;
  color: var(--grass);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.card-title {
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.1;
}

.inquiry-panel {
  align-self: start;
  padding: 1rem;
  border: 2px solid var(--line);
  border-radius: 0;
  background: var(--paper-strong);
  box-shadow: var(--shadow);
}

.panel-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--line);
}

.panel-heading .eyebrow {
  margin-bottom: 0;
}

.panel-heading h2 {
  max-width: 12ch;
  margin-bottom: 0;
  font-size: 2.35rem;
}

.sponsor-form {
  display: grid;
  gap: 0.72rem;
  margin-top: 1rem;
}

.field-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem;
}

label {
  display: grid;
  gap: 0.35rem;
}

label span {
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  min-height: 42px;
  padding: 0.62rem;
  border: 2px solid var(--line);
  border-radius: 0;
  background: var(--paper);
  color: var(--ink);
}

textarea {
  min-height: 96px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid var(--cyan);
  outline-offset: 2px;
}

.submit-button {
  min-height: 48px;
  border: 2px solid var(--line);
  background: var(--red);
  color: var(--paper-strong);
  box-shadow: 5px 5px 0 var(--line);
  cursor: pointer;
  font-weight: 900;
  text-transform: uppercase;
}

.form-note {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.hero-media {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 1rem;
  max-width: 900px;
  margin-top: -1rem;
}

.media-tile {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  border: 2px solid var(--line);
  background: var(--ink);
}

.media-tile.large {
  min-height: 260px;
}

.media-tile img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  opacity: 0.82;
  transition: transform 220ms ease;
}

.media-tile:hover img,
.media-tile:focus-visible img {
  transform: scale(1.05);
}

.media-tile span {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 86%;
  padding: 0.65rem 0.8rem;
  border-top: 2px solid var(--line);
  border-right: 2px solid var(--line);
  background: var(--yellow);
  font-weight: 900;
}

.ticker {
  overflow: hidden;
  border-block: 2px solid var(--line);
  background: var(--ink);
  color: var(--paper-strong);
}

.ticker div {
  display: flex;
  width: max-content;
  animation: ticker 26s linear infinite;
}

.ticker span {
  padding: 0.8rem 1.4rem;
  font-family: var(--display-font);
  text-transform: uppercase;
  white-space: nowrap;
}

.fit-section,
.sponsor-section,
.proof-section,
.closing-cta {
  padding: 4rem 1.25rem;
}

.fit-section {
  position: relative;
  border-top: 2px solid var(--line);
  background:
    linear-gradient(90deg, rgba(79, 0, 152, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(79, 0, 152, 0.08) 1px, transparent 1px),
    var(--paper);
  background-size: 32px 32px;
}

.section-intro {
  max-width: 760px;
  margin-bottom: 1.6rem;
}

.section-intro h2,
.closing-cta h2 {
  margin-bottom: 0;
  font-size: 3.7rem;
}

.fit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: 2px solid var(--line);
  box-shadow: 10px 10px 0 var(--line);
}

.fit-grid article {
  min-height: 250px;
  position: relative;
  padding: 1.3rem 1.1rem 1.15rem;
  border: 0;
  border-right: 2px solid var(--line);
  border-radius: 0;
  background: var(--paper-strong);
}

.fit-grid article:last-child {
  border-right: 0;
}

.fit-grid article:nth-child(2) {
  background: var(--lime);
}

.fit-grid article:nth-child(3) {
  background: var(--cyan);
}

.fit-number {
  display: inline-flex;
  margin-bottom: 1.25rem;
  padding: 0.25rem 0.5rem;
  border: 2px solid var(--line);
  background: var(--ink);
  color: var(--paper-strong);
  font-weight: 900;
  box-shadow: 4px 4px 0 var(--red);
}

.fit-grid h3 {
  margin-bottom: 0.75rem;
  font-size: 1.7rem;
  line-height: 1.02;
}

.fit-grid p {
  margin-bottom: 0;
  font-weight: 800;
}

.sponsor-section {
  border-top: 2px solid var(--line);
  background:
    linear-gradient(90deg, rgba(79, 0, 152, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(79, 0, 152, 0.08) 1px, transparent 1px),
    var(--paper-strong);
  background-size: 28px 28px;
}

.sponsor-shell {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
  gap: 1.35rem;
  align-items: stretch;
}

.sponsor-copy {
  display: grid;
  align-content: center;
  gap: 1rem;
  padding: 1.35rem;
  border: 2px solid var(--line);
  background: var(--ink);
  color: var(--paper-strong);
  box-shadow: 10px 10px 0 var(--red);
}

.sponsor-copy h2 {
  margin-bottom: 0;
  font-size: 3rem;
}

.sponsor-copy p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--cyan);
  font-size: 1.05rem;
  font-weight: 900;
}

.sponsor-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.4rem;
}

.sponsor-categories span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.55rem;
  border: 2px solid var(--paper-strong);
  background: var(--yellow);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.sponsor-cta {
  justify-self: start;
  margin-top: 0.35rem;
  background: var(--yellow);
  color: var(--ink);
}

.sponsor-board {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  border: 2px solid var(--line);
  background: var(--line);
  box-shadow: 10px 10px 0 var(--line);
}

.sponsor-card {
  display: grid;
  grid-template-rows: minmax(154px, 1fr) auto;
  min-height: 164px;
  margin: 0;
  border-right: 2px solid var(--line);
  border-bottom: 2px solid var(--line);
  background: var(--paper-strong);
}

.sponsor-card img {
  width: 100%;
  height: 128px;
  align-self: center;
  justify-self: center;
  padding: 1rem;
  object-fit: contain;
  filter: contrast(1.04) saturate(1.03);
}

.sponsor-card figcaption {
  min-height: 38px;
  display: flex;
  align-items: center;
  padding: 0.5rem 0.7rem;
  border-top: 2px solid var(--line);
  background: var(--lime);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.sponsor-card:nth-child(4n + 2) figcaption {
  background: var(--cyan);
}

.sponsor-card:nth-child(4n + 3) figcaption {
  background: var(--yellow);
}

.proof-section {
  border-top: 2px solid var(--line);
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 7px),
    var(--ink);
  color: var(--paper-strong);
}

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

.feed-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin: -0.45rem 0 1.35rem;
}

.feed-status,
.feed-link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 2px solid var(--paper-strong);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.feed-status {
  padding: 0.45rem 0.7rem;
  background: #2a0645;
  color: var(--cyan);
}

.feed-link {
  padding: 0.45rem 0.8rem;
  background: var(--yellow);
  color: var(--ink);
  box-shadow: 4px 4px 0 var(--red);
}

.proof-grid a {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  min-height: 100%;
  border: 2px solid var(--paper-strong);
  border-radius: 0;
  background: #2a0645;
  overflow: hidden;
  box-shadow: 6px 6px 0 var(--red);
}

.proof-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-bottom: 2px solid var(--paper-strong);
  filter: saturate(1.08) contrast(1.03);
}

.proof-grid strong,
.proof-grid span {
  padding: 0 0.85rem;
}

.proof-grid strong {
  padding-top: 0.85rem;
  font-size: 1.05rem;
}

.proof-grid .video-meta {
  padding-top: 0.85rem;
  color: var(--yellow);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.proof-grid .video-title {
  padding-top: 0.35rem;
  line-height: 1.12;
}

.proof-grid span {
  padding-bottom: 0.95rem;
  color: #ead8ff;
  font-weight: 800;
}

.proof-grid .video-source {
  font-size: 0.88rem;
}

.closing-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  align-items: stretch;
  gap: 1.25rem;
  background:
    repeating-linear-gradient(90deg, rgba(79, 0, 152, 0.14) 0 2px, transparent 2px 22px),
    var(--lime);
  border-top: 2px solid var(--line);
  border-bottom: 2px solid var(--line);
}

.closing-cta h2 {
  max-width: 760px;
  font-size: 3.15rem;
}

.closing-copy {
  display: grid;
  align-content: center;
  gap: 0.75rem;
  min-height: 260px;
  padding: 1.5rem;
  border: 2px solid var(--line);
  background: rgba(255, 245, 251, 0.72);
  box-shadow: 10px 10px 0 var(--line);
}

.closing-copy p:last-child {
  max-width: 56rem;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 900;
}

.closing-panel {
  display: grid;
  align-content: center;
  gap: 1rem;
  min-height: 260px;
  padding: 1.5rem;
  border: 2px solid var(--line);
  background: var(--ink);
  color: var(--paper-strong);
  box-shadow: 10px 10px 0 var(--red);
}

.closing-panel span {
  width: max-content;
  padding: 0.3rem 0.5rem;
  border: 2px solid var(--paper-strong);
  color: var(--cyan);
  font-weight: 900;
  text-transform: uppercase;
}

.closing-panel strong {
  font-family: var(--display-font);
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
}

.closing-panel .solid-link {
  justify-self: start;
  background: var(--yellow);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  padding: 1.1rem 1.25rem;
  border-top: 2px solid var(--line);
  background: var(--paper);
  font-weight: 900;
}

.site-footer a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }

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

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

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero::before {
    right: -18rem;
  }

  h1 {
    font-size: 4.2rem;
  }

  .hero-media,
  .proof-grid,
  .fit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sponsor-shell {
    grid-template-columns: 1fr;
  }

  .sponsor-board {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .fit-grid article {
    border-right: 2px solid var(--line);
    border-bottom: 2px solid var(--line);
  }

  .fit-grid article:nth-child(2) {
    border-right: 0;
  }

  .fit-grid article:last-child {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 0;
  }

  .closing-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .site-header {
    position: static;
    align-items: flex-end;
  }

  .header-actions {
    justify-content: flex-end;
    flex-wrap: wrap;
    font-size: 0.88rem;
  }

  .header-actions a:not(.solid-link):not(.arcade-link) {
    display: none;
  }

  .hero {
    padding-top: 2rem;
  }

  h1 {
    font-size: 3.2rem;
  }

  .hero-lede {
    font-size: 1.08rem;
  }

  .panel-heading {
    display: block;
  }

  .panel-heading h2,
  .section-intro h2,
  .closing-cta h2 {
    font-size: 2.35rem;
  }

  .field-pair,
  .hero-media,
  .proof-grid,
  .fit-grid,
  .sponsor-board {
    grid-template-columns: 1fr;
  }

  .sponsor-card {
    grid-template-rows: minmax(128px, 1fr) auto;
    min-height: 142px;
    border-right: 0;
  }

  .sponsor-card img {
    height: 112px;
    padding: 0.85rem;
  }

  .sponsor-copy {
    box-shadow: 7px 7px 0 var(--red);
  }

  .sponsor-copy h2 {
    font-size: 2.35rem;
  }

  .fit-grid {
    box-shadow: 7px 7px 0 var(--line);
  }

  .fit-grid article,
  .fit-grid article:nth-child(2),
  .fit-grid article:last-child {
    grid-column: auto;
    border-right: 0;
    border-bottom: 2px solid var(--line);
  }

  .fit-grid article:last-child {
    border-bottom: 0;
  }

  .creator-card {
    grid-template-columns: 72px 1fr;
    box-shadow: 8px 8px 0 var(--line);
  }

  .creator-card img {
    width: 72px;
    height: 72px;
  }

  .inquiry-panel {
    padding: 1rem;
    box-shadow: 8px 8px 0 var(--line);
  }

  .media-tile,
  .media-tile.large {
    min-height: 220px;
  }

  .closing-copy,
  .closing-panel {
    min-height: auto;
    padding: 1.1rem;
    box-shadow: 7px 7px 0 var(--line);
  }

  .closing-panel {
    box-shadow: 7px 7px 0 var(--red);
  }
}

@media (max-width: 430px) {
  .hero-logo-lockup {
    display: none;
  }

  .solid-link {
    padding-inline: 0.7rem;
  }

  h1 {
    font-size: 2.65rem;
  }

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

  .signal-row span {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
  }

  .site-footer {
    display: grid;
  }
}
