:root {
  --brand: #16aefe;
  --ink: #050505;
  --paper: #ffffff;
  --paper-soft: #f2f7fb;
  --blue-deep: #087ec0;
  --shadow: rgba(0, 0, 0, 0.22);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Oswald", sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  color: var(--paper);
  background:
    radial-gradient(circle at 52% 20%, rgba(255, 255, 255, 0.14), transparent 24rem),
    linear-gradient(135deg, var(--brand), #12a7ef 62%, #0e98dc);
}

a {
  color: inherit;
}

.poster {
  position: relative;
  display: grid;
  width: min(1040px, calc(100% - 32px));
  min-height: 100vh;
  margin: 0 auto;
  grid-template-rows: auto 1fr auto;
  gap: clamp(28px, 5vh, 46px);
  padding: clamp(42px, 8vh, 92px) 0 clamp(28px, 6vh, 72px);
}

.masthead {
  text-align: center;
}

.tagline,
.handle,
.notes,
.socials span {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  letter-spacing: 0;
}

.tagline {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.82rem, 2vw, 1rem);
  font-weight: 900;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  color: var(--paper);
  font-size: clamp(4.3rem, 11vw, 7.9rem);
  line-height: 0.82;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.08);
}

.handle {
  margin: 8px 0 0;
  font-size: clamp(1.25rem, 3.2vw, 2.1rem);
  font-weight: 900;
}

.stage {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.82fr);
  gap: clamp(28px, 5vw, 54px);
  align-items: center;
}

.cta-stack {
  position: relative;
  display: grid;
  gap: clamp(22px, 4.5vh, 38px);
}

.cta-row {
  display: grid;
  grid-template-columns: 118px minmax(280px, 1fr);
  gap: 20px;
  align-items: center;
}

.scribble {
  width: 106px;
  height: 96px;
  overflow: visible;
  stroke: var(--ink);
  stroke-width: 5.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  filter: drop-shadow(2px 3px 0 rgba(255, 255, 255, 0.28));
}

.icon-radar {
  transform: rotate(-2deg) translate(1px, 2px) scale(1.08);
  transform-origin: center;
}

.icon-coffee {
  transform: rotate(2deg);
}

.pill {
  position: relative;
  display: grid;
  min-height: clamp(84px, 10vw, 106px);
  grid-template-columns: 1fr 48px;
  grid-template-rows: auto auto;
  align-items: center;
  padding: 12px 22px 12px 34px;
  border: 7px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 8px 0 rgba(0, 0, 0, 0.14);
  text-decoration: none;
  text-transform: uppercase;
  transform: rotate(-0.4deg);
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.cta-row:nth-child(2) .pill {
  transform: rotate(0.35deg);
}

.pill:hover {
  transform: translateY(-3px) rotate(0deg);
  box-shadow: 0 12px 0 rgba(0, 0, 0, 0.18);
}

.pill span,
.pill strong {
  display: block;
  min-width: 0;
  grid-column: 1;
  overflow-wrap: anywhere;
}

.pill span {
  grid-row: 1;
  align-self: end;
  font-size: clamp(0.92rem, 1.65vw, 1.16rem);
  line-height: 0.9;
}

.pill strong {
  grid-row: 2;
  align-self: start;
  font-size: clamp(1.54rem, 2.82vw, 2.2rem);
  line-height: 0.88;
}

.pill svg {
  grid-column: 2;
  grid-row: 1 / 3;
  justify-self: end;
  width: 44px;
  height: 44px;
  stroke: var(--ink);
  stroke-width: 7;
  stroke-linecap: square;
  stroke-linejoin: miter;
  fill: none;
}

.support-link {
  display: grid;
  width: min(100%, 390px);
  grid-template-columns: 58px 1fr;
  column-gap: 14px;
  align-items: center;
  justify-self: end;
  margin-top: clamp(-4px, 1vh, 4px);
  padding: 10px 16px 11px 14px;
  border: 4px solid var(--ink);
  border-radius: 22px 14px 24px 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.28);
  box-shadow: 4px 5px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
  text-transform: uppercase;
  transform: rotate(-0.8deg);
  transition: transform 150ms ease, background 150ms ease, box-shadow 150ms ease;
}

.support-link:hover {
  background: rgba(255, 255, 255, 0.42);
  box-shadow: 6px 7px 0 rgba(0, 0, 0, 0.12);
  transform: translateY(-2px) rotate(0deg);
}

.support-icon {
  width: 54px;
  height: 48px;
  grid-row: 1 / 3;
  overflow: visible;
  stroke: var(--ink);
  stroke-width: 6.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.support-link span,
.support-link strong {
  display: block;
  line-height: 0.94;
}

.support-link span {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: clamp(0.66rem, 1.2vw, 0.8rem);
  font-weight: 900;
}

.support-link strong {
  margin-top: 3px;
  font-size: clamp(1.1rem, 2.2vw, 1.45rem);
}

.notes {
  position: relative;
  display: grid;
  gap: 12px;
  align-content: center;
  margin-top: -8px;
  font-size: clamp(1.3rem, 3vw, 2.15rem);
  font-weight: 900;
  line-height: 1.1;
}

.notes p {
  position: relative;
  margin: 0;
  padding-left: 34px;
}

.notes p::before {
  position: absolute;
  left: 0;
  top: 0.03em;
  content: "►";
  color: var(--paper);
}

.notes .koomberg-note {
  max-width: 420px;
  margin-top: clamp(22px, 5vh, 42px);
  padding: 17px 21px 16px;
  border: 5px solid var(--paper);
  border-radius: 18px 10px 20px 12px;
  color: var(--paper);
  background: rgba(255, 255, 255, 0.08);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Oswald", sans-serif;
  font-size: clamp(1rem, 2vw, 1.22rem);
  line-height: 1.12;
  text-transform: uppercase;
  transform: rotate(-1.4deg);
  box-shadow:
    6px 7px 0 rgba(0, 0, 0, 0.08),
    inset 0 0 0 2px rgba(255, 255, 255, 0.08);
}

.notes .koomberg-note::before {
  content: "";
}

.socials {
  display: grid;
  grid-template-columns: repeat(6, minmax(74px, 1fr));
  gap: clamp(10px, 2vw, 24px);
  justify-self: center;
  width: min(660px, 100%);
}

.socials a {
  display: grid;
  justify-items: center;
  gap: 8px;
  color: var(--ink);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 150ms ease;
}

.socials a:hover {
  transform: translateY(-4px) rotate(-1deg);
}

.socials a:nth-child(1) {
  transform: rotate(-1.5deg);
}

.socials a:nth-child(2) {
  transform: rotate(1.2deg);
}

.socials a:nth-child(3) {
  transform: rotate(-0.8deg);
}

.socials a:nth-child(4) {
  transform: rotate(1.4deg);
}

.socials a:nth-child(5) {
  transform: rotate(-1.1deg);
}

.socials a:nth-child(6) {
  transform: rotate(0.9deg);
}

.socials a:hover:nth-child(n) {
  transform: translateY(-4px) rotate(0deg);
}

.social-icon {
  width: clamp(58px, 7vw, 72px);
  height: clamp(58px, 7vw, 72px);
  overflow: visible;
  fill: none;
  stroke: var(--ink);
  stroke-width: 4.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(2px 2px 0 rgba(255, 255, 255, 0.2));
}

.icon-frame {
  stroke-width: 5.2;
}

.socials span {
  color: var(--ink);
  font-size: 0.7rem;
  font-weight: 900;
}

.profile-copy {
  display: grid;
  width: min(1040px, calc(100% - 32px));
  grid-template-columns: minmax(240px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(22px, 5vw, 58px);
  margin: 0 auto clamp(34px, 7vh, 74px);
  padding: clamp(22px, 4vw, 34px);
  border: 5px solid var(--ink);
  border-radius: 24px 14px 30px 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 7px 8px 0 rgba(0, 0, 0, 0.11);
  transform: rotate(-0.25deg);
}

.copy-kicker,
.profile-copy p {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  letter-spacing: 0;
}

.copy-kicker {
  margin: 0 0 12px;
  font-size: clamp(0.74rem, 1.35vw, 0.92rem);
  font-weight: 900;
  text-transform: uppercase;
}

.profile-copy h2 {
  margin: 0;
  font-size: clamp(1.7rem, 4vw, 3.15rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.copy-body {
  display: grid;
  gap: 14px;
  align-content: center;
}

.profile-copy p {
  margin: 0;
  font-size: clamp(0.94rem, 1.55vw, 1.08rem);
  font-weight: 800;
  line-height: 1.45;
}

@media (max-width: 820px) {
  .poster {
    width: min(100% - 24px, 680px);
    gap: 32px;
    padding-top: 34px;
  }

  .stage {
    grid-template-columns: 1fr;
  }

  .cta-row {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 12px;
  }

  .scribble {
    width: 80px;
    height: 76px;
    stroke-width: 6;
  }

  .pill {
    min-height: 76px;
    padding-left: 22px;
    border-width: 6px;
  }

  .notes {
    width: min(100%, 520px);
    justify-self: center;
    font-size: clamp(1.16rem, 5.6vw, 1.7rem);
  }

  .notes .koomberg-note {
    max-width: none;
  }

  .socials {
    grid-template-columns: repeat(3, 1fr);
    width: min(420px, 100%);
  }

  .profile-copy {
    width: min(100% - 24px, 680px);
    grid-template-columns: 1fr;
    margin-bottom: 36px;
  }
}

@media (max-width: 480px) {
  .poster {
    width: min(100% - 18px, 420px);
    min-height: auto;
    padding: 28px 0 34px;
  }

  h1 {
    font-size: clamp(3.35rem, 18vw, 4.2rem);
  }

  .cta-stack {
    gap: 22px;
  }

  .cta-row {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .scribble {
    display: none;
  }

  .pill {
    width: 100%;
    grid-template-columns: 1fr 38px;
    min-height: 78px;
    padding: 12px 16px 12px 24px;
  }

  .pill span {
    font-size: 0.88rem;
  }

  .pill strong {
    font-size: 1.68rem;
  }

  .pill svg {
    width: 36px;
    height: 36px;
  }

  .support-link {
    width: min(100%, 310px);
    justify-self: start;
    grid-template-columns: 46px 1fr;
    padding: 9px 13px 10px 12px;
    border-width: 4px;
  }

  .support-icon {
    width: 42px;
    height: 38px;
    stroke-width: 7;
  }

  .support-link span {
    font-size: 0.62rem;
  }

  .support-link strong {
    font-size: 1.05rem;
  }

  .socials {
    grid-template-columns: repeat(3, 1fr);
  }

  .profile-copy {
    width: min(100% - 18px, 420px);
    padding: 20px 18px;
    border-width: 4px;
  }

}
