@font-face {
  font-family: Anton;
  src: url("assets/fonts/anton.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
:root {
  --cream: #f4f0df;
  --ink: #171914;
  --lime: #d7ff3f;
  --red: #ff3830;
  --line: rgba(23, 25, 20, 0.3);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
::selection {
  background: var(--lime);
  color: var(--ink);
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 6px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.wrap {
  width: calc(100% - 72px);
  max-width: 1440px;
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  left: 12px;
  top: -80px;
  background: var(--ink);
  color: var(--cream);
  padding: 12px;
  z-index: 10;
}
.skip-link:focus {
  top: 12px;
}
.header {
  height: 80px;
  display: flex;
  align-items: center;
  gap: 52px;
  border-bottom: 1px solid var(--ink);
}
.wordmark {
  font:
    400 38px/0.95 Anton,
    Impact,
    sans-serif;
  letter-spacing: -1.4px;
  display: inline-flex;
}
.slashed-o {
  position: relative;
}
.slashed-o:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 76%;
  background: var(--cream);
  left: 46%;
  top: 11%;
  transform: rotate(28deg);
}
.header nav {
  display: flex;
  gap: 32px;
  font-size: 14px;
}
.header nav a {
  padding-block: 14px;
}
.header nav a:hover,
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  padding: 12px 25px;
  border: 2px solid var(--ink);
  border-radius: 12px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition:
    transform 0.18s,
    box-shadow 0.18s;
}
.button:hover {
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px 0 var(--ink);
}
.button:active {
  transform: translate(0);
  box-shadow: none;
}
.button span {
  font-size: 23px;
  line-height: 1;
}
.button-dark {
  color: var(--cream);
  background: var(--ink);
}
.button-dark:hover {
  box-shadow: 4px 4px 0 #a2ad83;
}
.button-lime {
  background: var(--lime);
  border-radius: 40px;
  padding-inline: 36px;
}
.header-cta {
  margin-left: auto;
  min-height: 44px;
  font-size: 14px;
}
.hero {
  text-align: center;
  padding-top: 26px;
  padding-bottom: 28px;
}
.hero h1 {
  font-family: Anton, Impact, sans-serif;
  font-weight: 400;
  font-size: clamp(92px, 13.4vw, 192px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  margin: 0;
  position: relative;
  z-index: 1;
}
.hero h1 span {
  display: block;
  width: max-content;
  margin-inline: auto;
  transform: scaleX(1.35);
}
.station-art {
  margin: 0 auto -18px;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.station-art img {
  width: 100%;
  mix-blend-mode: multiply;
}
.hero-copy {
  position: relative;
  z-index: 3;
}
.hero-tagline {
  font-size: clamp(19px, 2.1vw, 29px);
  font-weight: 800;
  letter-spacing: -1px;
  margin: 0 0 7px;
}
.hero-description {
  font-size: 16px;
  margin: 0 0 19px;
}
.hero-footnote {
  font-size: 11px;
  margin: 20px 0 0;
  color: #57594e;
}
.eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0 0 24px;
}
h2 {
  font:
    400 clamp(48px, 6.7vw, 90px)/1.03 Anton,
    Impact,
    sans-serif;
  letter-spacing: -1.5px;
  margin: 0;
}
.joke-section {
  background: var(--lime);
  border-block: 2px solid var(--ink);
  padding: 85px 0;
}
.joke-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 10%;
}
.joke-copy {
  max-width: 400px;
}
.joke-copy .lead {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -1px;
  font-weight: 700;
  margin: 0 0 25px;
}
.joke-copy p:not(.lead) {
  font-size: 16px;
  line-height: 1.6;
  max-width: 340px;
}
.underline {
  position: relative;
  display: inline-block;
}
.underline:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--red);
  bottom: -5px;
  transform: rotate(-3deg);
}
.text-link {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 0;
}
.text-link span {
  margin-left: 12px;
}
.kit-section {
  padding-block: 96px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 10%;
  align-items: center;
}
.kit-intro > p:not(.eyebrow) {
  font-size: 16px;
  line-height: 1.6;
  margin: 26px 0;
}
.art-download {
  display: block;
  margin-top: 13px;
}
.mascot-card {
  max-width: 370px;
  transform: rotate(3deg);
  border: 2px solid var(--ink);
  background: var(--lime);
  box-shadow: 8px 8px 0 var(--ink);
}
.mascot-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.pump-caption {
  border-top: 2px solid var(--ink);
  background: var(--cream);
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 75px;
}
.pump-caption p {
  margin: 0;
  font-weight: 700;
  line-height: 1.35;
  font-size: 14px;
}
.icon-button {
  margin-left: auto;
  flex-shrink: 0;
  border: 1px solid var(--ink);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 26px;
  line-height: 1;
  background: var(--cream);
  cursor: pointer;
}
.icon-button:hover {
  background: var(--lime);
}
.share-section {
  background: var(--ink);
  color: var(--cream);
  padding: 65px 0;
}
.share-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 10%;
  align-items: center;
}
.share-layout h2 {
  font-size: clamp(42px, 5.7vw, 77px);
}
.share-actions > p:first-child {
  max-width: 340px;
  line-height: 1.5;
  font-size: 16px;
  margin-top: 0;
  user-select: all;
}
.share-actions .button {
  color: var(--ink);
  border-color: var(--lime);
}
.share-actions .button:hover {
  box-shadow: 4px 4px 0 var(--cream);
}
.copy-status {
  min-height: 18px;
  margin: 12px 0 0;
  font-size: 12px;
  color: var(--lime);
}
.footer {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-block: 30px;
}
.footer .wordmark {
  font-size: 29px;
}
.footer p {
  font-size: 11px;
  color: #57594e;
  line-height: 1.5;
}
.footer-sign {
  margin-left: auto;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  white-space: nowrap;
}
[hidden] {
  display: none !important;
}
@media (min-width: 1000px) and (max-height: 850px) {
  .hero {
    padding-top: 20px;
  }
  .hero h1 {
    font-size: 130px;
  }
  .station-art {
    max-width: 820px;
    margin-top: 0;
    margin-bottom: -18px;
  }
  .hero-description {
    margin-bottom: 14px;
  }
  .hero-footnote {
    margin-top: 14px;
  }
}
@media (min-width: 1600px) {
  .hero h1 {
    font-size: 200px;
  }
  .station-art {
    margin-top: 0;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .header {
    height: 72px;
    gap: 20px;
  }
  .header .wordmark {
    font-size: 32px;
  }
  .header nav {
    margin-left: auto;
    gap: 22px;
    font-size: 13px;
  }
  .header-cta {
    display: none;
  }
  .hero {
    padding-top: 37px;
    padding-bottom: 32px;
    overflow: hidden;
  }
  .hero h1 span {
    transform: scaleX(1.15);
  }
  .hero h1 {
    font-size: clamp(64px, 17.5vw, 130px);
    letter-spacing: -0.025em;
    line-height: 1.02;
  }
  .station-art {
    width: 150%;
    max-width: none;
    margin: 5px 0 3px -29%;
  }
  .station-art img {
    max-width: none;
  }
  .hero-tagline {
    font-size: 21px;
    letter-spacing: -0.5px;
    max-width: 310px;
    margin: 0 auto 10px;
    line-height: 1.2;
  }
  .hero-description {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .hero .button {
    font-size: 15px;
    min-height: 48px;
  }
  .hero-footnote {
    margin-top: 20px;
  }
  .joke-section {
    padding: 50px 0;
  }
  .joke-layout,
  .kit-section,
  .share-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  h2 {
    font-size: clamp(48px, 11vw, 76px);
  }
  .eyebrow {
    font-size: 10px;
    margin-bottom: 18px;
  }
  .joke-copy {
    max-width: 100%;
  }
  .joke-copy .lead {
    font-size: 27px;
  }
  .joke-copy p:not(.lead) {
    max-width: 100%;
  }
  .kit-section {
    padding-block: 55px;
    gap: 40px;
  }
  .kit-intro > p:not(.eyebrow) {
    margin: 20px 0;
  }
  .mascot-card {
    width: 85%;
    max-width: 340px;
    justify-self: center;
    transform: rotate(2deg);
  }
  .share-section {
    padding-block: 48px;
  }
  .share-layout h2 {
    font-size: clamp(43px, 10vw, 72px);
  }
  .footer {
    flex-wrap: wrap;
    gap: 15px;
    padding-block: 25px;
  }
  .footer p {
    width: calc(100% - 100px);
    margin: 0;
  }
  .footer-sign {
    margin-left: 0;
  }
  .share-actions > p:first-child {
    max-width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
