:root {
  --ink: #11110f;
  --paper: #f4f0e5;
  --white: #fffef8;
  --lime: #b7ff00;
  --green: #38e56c;
  --frog: #63b44d;
  --pink: #ff3aa6;
  --red: #ff3f2f;
  --gold: #ffc928;
  --blue: #3578ff;
  --purple: #8d4cff;
  --line: rgba(17, 17, 15, 0.18);
  --shadow: 12px 12px 0 var(--ink);
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --sans: "Arial Black", "Arial Bold", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

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

button {
  color: inherit;
  font: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 4px solid var(--pink);
  outline-offset: 4px;
}

.shell {
  width: min(100% - 72px, 1360px);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  transform: translateY(-160%);
  border: 3px solid var(--ink);
  background: var(--lime);
  font-family: var(--sans);
  font-size: 12px;
  transition: transform 0.2s ease;
}

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

.top-ticker {
  overflow: hidden;
  border-block: 3px solid var(--ink);
  background: var(--lime);
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.top-ticker div {
  display: flex;
  width: max-content;
  min-width: 200%;
  min-height: 35px;
  align-items: center;
  gap: 20px;
  animation: ticker 26s linear infinite;
}

.top-ticker i {
  color: var(--pink);
  font-style: normal;
}

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

.site-header {
  position: relative;
  z-index: 50;
  display: grid;
  width: min(100% - 72px, 1360px);
  min-height: 96px;
  margin-inline: auto;
  align-items: center;
  border-bottom: 3px solid var(--ink);
  grid-template-columns: 1fr auto 1fr;
}

.brand {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 11px;
}

.brand__frog {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  transform: rotate(-7deg);
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 4px 4px 0 var(--ink);
  font-size: 25px;
}

.brand > span:last-child {
  display: flex;
  flex-direction: column;
}

.brand strong {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0.05em;
}

.brand small {
  margin-top: 5px;
  font-family: var(--sans);
  font-size: 7px;
  letter-spacing: 0.12em;
}

nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-family: var(--sans);
  font-size: 11px;
  text-transform: uppercase;
}

nav a {
  position: relative;
}

nav a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 4px;
  transform: scaleX(0);
  background: var(--lime);
  content: "";
  transition: transform 0.18s ease;
}

nav a:hover::after {
  transform: scaleX(1);
}

.nav-badge {
  display: inline-flex;
  min-height: 50px;
  padding: 0 18px;
  justify-self: end;
  align-items: center;
  gap: 28px;
  transform: rotate(1.5deg);
  border: 3px solid var(--ink);
  background: var(--pink);
  box-shadow: 5px 5px 0 var(--ink);
  color: var(--white);
  font-family: var(--sans);
  font-size: 11px;
}

.nav-badge:hover {
  transform: rotate(-1deg) translateY(-2px);
}

.hero {
  position: relative;
  padding: 38px 0 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    var(--ink);
  background-size: 42px 42px;
  color: var(--white);
}

.hero::before {
  position: absolute;
  top: 4%;
  left: -4%;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: var(--purple);
  content: "";
  filter: blur(150px);
  opacity: 0.4;
}

.hero__grid {
  position: relative;
  display: grid;
  min-height: 820px;
  align-items: center;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  gap: 30px;
}

.hero__copy {
  position: relative;
  z-index: 3;
  padding: 72px 0 115px;
}

.hero__labels {
  display: flex;
  margin-bottom: 31px;
  flex-wrap: wrap;
  gap: 10px;
}

.hero__labels span {
  padding: 8px 11px;
  transform: rotate(-1deg);
  border: 2px solid var(--white);
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.hero__labels span:last-child {
  transform: rotate(2deg);
  border-color: var(--lime);
  background: var(--lime);
  color: var(--ink);
}

.hero__pretitle {
  margin: 0 0 10px;
  color: var(--gold);
  font-family: var(--sans);
  font-size: clamp(16px, 1.6vw, 23px);
  letter-spacing: 0.08em;
}

.hero h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(96px, 10vw, 154px);
  font-weight: 400;
  line-height: 0.72;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-shadow: 7px 7px 0 #000;
}

.hero h1 em {
  display: inline-block;
  margin: 16px 0 13px;
  padding: 0 14px 7px;
  transform: rotate(-2deg);
  background: var(--lime);
  color: var(--ink);
  font-style: normal;
  text-shadow: none;
}

.hero__statement {
  max-width: 650px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.58;
}

.hero__statement strong {
  color: var(--pink);
  font-family: var(--sans);
}

.hero__actions {
  display: flex;
  margin-top: 36px;
  flex-wrap: wrap;
  gap: 15px;
}

.meme-button {
  display: inline-flex;
  min-height: 58px;
  padding: 0 23px;
  align-items: center;
  justify-content: center;
  gap: 28px;
  border: 3px solid var(--ink);
  cursor: pointer;
  font-family: var(--sans);
  font-size: 11px;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.meme-button:hover {
  transform: translate(-3px, -3px);
  box-shadow: 7px 7px 0 var(--ink);
}

.meme-button--green {
  border-color: var(--lime);
  background: var(--lime);
  color: var(--ink);
  box-shadow: 7px 7px 0 var(--pink);
}

.meme-button--green:hover {
  box-shadow: 10px 10px 0 var(--pink);
}

.meme-button--ghost {
  border-color: rgba(255, 255, 255, 0.55);
  background: transparent;
  color: var(--white);
}

.meme-button--gold {
  background: var(--gold);
  box-shadow: 7px 7px 0 var(--pink);
}

.hero__collage {
  position: relative;
  min-height: 800px;
}

.polaroid {
  position: absolute;
  z-index: 2;
  margin: 0;
  padding: 10px 10px 42px;
  border: 3px solid var(--ink);
  background: var(--white);
  box-shadow: 12px 12px 0 rgba(0, 0, 0, 0.82);
  color: var(--ink);
}

.polaroid img {
  height: 100%;
  object-fit: cover;
}

.polaroid figcaption {
  position: absolute;
  right: 10px;
  bottom: 13px;
  left: 10px;
  overflow: hidden;
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: 0.04em;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.polaroid--gunwest {
  top: 68px;
  right: -15px;
  width: 88%;
  height: 470px;
  transform: rotate(5deg);
}

.polaroid--pepe {
  right: 38px;
  bottom: 37px;
  width: 52%;
  height: 320px;
  transform: rotate(-7deg);
}

.hero__statue {
  position: absolute;
  z-index: 4;
  bottom: -30px;
  left: 2px;
  width: 33%;
  max-height: 590px;
  object-fit: contain;
  filter: drop-shadow(13px 15px 0 rgba(0, 0, 0, 0.58));
  transform: rotate(4deg);
}

.sticker {
  position: absolute;
  z-index: 7;
  display: grid;
  place-items: center;
  border: 4px solid var(--ink);
  box-shadow: 6px 6px 0 #000;
  font-family: var(--display);
  font-weight: 400;
  line-height: 0.9;
  text-align: center;
}

.sticker--faa {
  top: 22px;
  left: 2%;
  width: 150px;
  height: 88px;
  transform: rotate(-10deg);
  background: var(--lime);
  color: var(--ink);
  font-size: 45px;
}

.sticker--wtf {
  right: -12px;
  bottom: 26%;
  width: 140px;
  height: 75px;
  transform: rotate(9deg);
  background: var(--pink);
  font-size: 38px;
}

.sticker--money {
  top: 40%;
  left: 2%;
  width: 112px;
  height: 112px;
  transform: rotate(-7deg);
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  font-size: 31px;
}

.hero__facts {
  position: relative;
  z-index: 10;
  display: grid;
  transform: translateY(2px);
  border: 3px solid var(--ink);
  background: var(--white);
  color: var(--ink);
  grid-template-columns: repeat(4, 1fr);
}

.hero__facts div {
  display: flex;
  min-height: 138px;
  padding: 24px 25px;
  align-items: center;
  gap: 16px;
  border-right: 3px solid var(--ink);
}

.hero__facts div:last-child {
  border-right: 0;
}

.hero__facts strong {
  color: var(--pink);
  font-family: var(--display);
  font-size: clamp(45px, 4.4vw, 68px);
  font-weight: 400;
  letter-spacing: -0.03em;
}

.hero__facts div:nth-child(2) strong {
  color: var(--blue);
}

.hero__facts div:nth-child(3) strong {
  color: var(--frog);
}

.hero__facts span {
  font-family: var(--sans);
  font-size: 9px;
  line-height: 1.45;
}

.section-title {
  display: grid;
  margin-bottom: 55px;
  grid-template-columns: 1fr auto;
  gap: 14px 40px;
}

.section-title > p {
  margin: 0;
  color: var(--pink);
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.08em;
  grid-column: 1 / -1;
}

.section-title h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(60px, 7vw, 104px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.015em;
  text-transform: uppercase;
}

.section-title > span {
  max-width: 355px;
  align-self: end;
  color: rgba(17, 17, 15, 0.62);
  font-weight: 700;
  line-height: 1.5;
}

.section-title--light {
  color: var(--white);
}

.section-title--light > span {
  color: rgba(255, 255, 255, 0.58);
}

.dictionary {
  padding-block: 145px 135px;
}

.dictionary__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.word-card {
  position: relative;
  min-height: 370px;
  padding: 27px 25px;
  overflow: hidden;
  border: 3px solid var(--ink);
  border-right: 0;
}

.word-card:last-child {
  border-right: 3px solid var(--ink);
}

.word-card__emoji {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  transform: rotate(-8deg);
  border: 3px solid var(--ink);
  background: var(--white);
  box-shadow: 4px 4px 0 var(--ink);
  font-size: 25px;
}

.word-card > p {
  margin: 70px 0 5px;
  font-family: var(--sans);
  font-size: 8px;
  letter-spacing: 0.08em;
}

.word-card h3 {
  margin: 0 0 25px;
  font-family: var(--display);
  font-size: clamp(54px, 5vw, 76px);
  font-weight: 400;
  line-height: 0.86;
}

.word-card > strong {
  font-size: 13px;
  line-height: 1.55;
}

.word-card--green {
  background: var(--lime);
}

.word-card--red {
  background: var(--red);
  color: var(--white);
}

.word-card--gold {
  background: var(--gold);
}

.word-card--blue {
  background: var(--blue);
  color: var(--white);
}

.phrase-machine {
  display: grid;
  min-height: 128px;
  margin-top: 38px;
  padding: 20px 22px 20px 30px;
  align-items: center;
  border: 3px solid var(--ink);
  background: var(--white);
  box-shadow: var(--shadow);
  grid-template-columns: 1fr auto;
  gap: 25px;
}

.phrase-machine div {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.phrase-machine span {
  color: var(--pink);
  font-family: var(--sans);
  font-size: 8px;
  letter-spacing: 0.08em;
}

.phrase-machine strong {
  font-size: clamp(20px, 2.2vw, 30px);
}

.phrase-machine button {
  min-height: 54px;
  padding: 0 20px;
  border: 3px solid var(--ink);
  background: var(--lime);
  box-shadow: 5px 5px 0 var(--ink);
  cursor: pointer;
  font-family: var(--sans);
  font-size: 9px;
}

.phrase-machine button:active {
  transform: translate(4px, 4px);
  box-shadow: 1px 1px 0 var(--ink);
}

.projects {
  padding-block: 145px;
  background:
    radial-gradient(circle at 12% 20%, rgba(183, 255, 0, 0.12), transparent 25%),
    radial-gradient(circle at 87% 70%, rgba(255, 58, 166, 0.14), transparent 28%),
    var(--ink);
}

.projects__list {
  border-top: 3px solid rgba(255, 255, 255, 0.28);
}

.project-card {
  display: grid;
  min-height: 610px;
  padding-block: 43px;
  border-bottom: 3px solid rgba(255, 255, 255, 0.28);
  color: var(--white);
  grid-template-columns: 74px minmax(0, 1fr) minmax(340px, 0.82fr);
  gap: clamp(35px, 5vw, 80px);
}

.project-card__index {
  padding-top: 8px;
  color: rgba(255, 255, 255, 0.46);
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: 0.06em;
}

.project-card__copy {
  display: flex;
  padding-block: 7px;
  align-items: flex-start;
  flex-direction: column;
}

.project-card__copy > p {
  margin: 0 0 15px;
  color: var(--lime);
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.project-card h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(52px, 5.2vw, 78px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.02em;
}

.project-card blockquote {
  max-width: 640px;
  margin: 28px 0 26px;
  padding: 17px 20px;
  transform: rotate(-0.8deg);
  border: 2px solid currentColor;
  background: rgba(255, 255, 255, 0.06);
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1.55;
}

.project-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.project-card li {
  position: relative;
  margin: 10px 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.45;
}

.project-card li::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
  content: "";
}

.project-card__copy > a {
  display: inline-flex;
  margin-top: auto;
  padding-top: 28px;
  color: var(--lime);
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.05em;
}

.project-card__copy > a:hover {
  color: var(--white);
}

.project-card__visual {
  position: relative;
  min-height: 510px;
  margin: 0;
  padding: 9px 9px 45px;
  transform: rotate(2deg);
  border: 3px solid var(--white);
  background: var(--white);
  box-shadow: 12px 12px 0 var(--lime);
  color: var(--ink);
}

.project-card__visual img {
  height: 100%;
  max-height: 456px;
  object-fit: cover;
}

.project-card__visual figcaption {
  position: absolute;
  right: 10px;
  bottom: 14px;
  left: 10px;
  font-family: var(--sans);
  font-size: 9px;
  text-align: center;
}

.project-card--pink .project-card__copy > p,
.project-card--pink .project-card__copy > a {
  color: var(--pink);
}

.project-card--pink li::before {
  background: var(--pink);
}

.project-card--pink .project-card__visual {
  transform: rotate(-2deg);
  box-shadow: 12px 12px 0 var(--pink);
}

.project-card--gold .project-card__copy > p,
.project-card--gold .project-card__copy > a {
  color: var(--gold);
}

.project-card--gold li::before {
  background: var(--gold);
}

.project-card--gold .project-card__visual {
  box-shadow: 12px 12px 0 var(--gold);
}

.project-card--blue .project-card__copy > p,
.project-card--blue .project-card__copy > a {
  color: #72a2ff;
}

.project-card--blue li::before {
  background: var(--blue);
}

.project-card--blue .project-card__visual {
  transform: rotate(-2deg);
  box-shadow: 12px 12px 0 var(--blue);
}

.meme-wall {
  padding-block: 140px;
  background: var(--lime);
}

.meme-wall__grid {
  display: grid;
  align-items: stretch;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 24px;
}

.meme-tile {
  position: relative;
  min-height: 430px;
  margin: 0;
  padding: 9px 9px 48px;
  overflow: hidden;
  border: 3px solid var(--ink);
  background: var(--white);
  box-shadow: 9px 9px 0 var(--ink);
}

.meme-tile:nth-child(2) {
  transform: rotate(2deg);
}

.meme-tile:nth-child(3) {
  transform: rotate(-2deg);
}

.meme-tile img {
  height: 100%;
  object-fit: cover;
}

.meme-tile figcaption {
  position: absolute;
  right: 10px;
  bottom: 16px;
  left: 10px;
  font-family: var(--sans);
  font-size: 9px;
  text-align: center;
}

.award {
  position: relative;
  padding-block: 130px;
  overflow: hidden;
  background: var(--pink);
}

.award::before,
.award::after {
  position: absolute;
  color: rgba(255, 255, 255, 0.12);
  content: "OSCAR";
  font-family: var(--display);
  font-size: 340px;
  line-height: 1;
}

.award::before {
  top: -70px;
  left: -30px;
}

.award::after {
  right: -20px;
  bottom: -90px;
}

.award__grid {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(60px, 9vw, 135px);
}

.award__statue {
  position: relative;
  min-height: 760px;
}

.award__statue img {
  position: relative;
  z-index: 2;
  height: 710px;
  object-fit: contain;
  filter: drop-shadow(16px 19px 0 rgba(0, 0, 0, 0.28));
}

.award__halo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 470px;
  height: 470px;
  transform: translate(-50%, -55%);
  border: 40px solid rgba(255, 201, 40, 0.35);
  border-radius: 50%;
  box-shadow: 0 0 0 35px rgba(255, 255, 255, 0.12);
}

.award__plate {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 8px;
  left: 0;
  padding: 14px;
  transform: rotate(-2deg);
  border: 3px solid var(--ink);
  background: var(--gold);
  box-shadow: 7px 7px 0 var(--ink);
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}

.award__copy > p {
  margin: 0 0 23px;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.08em;
}

.award h2 {
  margin: 0;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(65px, 7vw, 105px);
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 7px 7px 0 var(--ink);
}

.award h2 em {
  color: var(--gold);
  font-style: normal;
}

.award__quote {
  display: grid;
  margin-top: 40px;
  padding: 20px 22px;
  transform: rotate(1deg);
  border: 3px solid var(--ink);
  background: var(--white);
  box-shadow: 8px 8px 0 var(--ink);
  grid-template-columns: auto 1fr;
  gap: 18px;
}

.award__quote span {
  font-size: 34px;
}

.award__quote blockquote {
  margin: 0;
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.55;
}

.award__proof {
  display: grid;
  max-width: 650px;
  margin-top: 30px;
  padding: 10px;
  align-items: center;
  border: 3px solid var(--ink);
  background: var(--ink);
  color: var(--white);
  grid-template-columns: 220px 1fr;
  gap: 20px;
}

.award__proof img {
  height: 145px;
  object-fit: cover;
}

.award__proof p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}

.award__proof strong {
  color: var(--lime);
}

.upgrade {
  padding-block: 145px;
  background:
    linear-gradient(135deg, rgba(53, 120, 255, 0.12) 25%, transparent 25%) 0 0 / 35px 35px,
    var(--paper);
}

.upgrade__heading > p {
  margin: 0 0 17px;
  color: var(--blue);
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.08em;
}

.upgrade__heading h2 {
  max-width: 1100px;
  margin: 0 0 62px;
  font-family: var(--display);
  font-size: clamp(68px, 8vw, 118px);
  font-weight: 400;
  line-height: 0.88;
  text-transform: uppercase;
}

.upgrade__comparison {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) 92px minmax(0, 1fr);
}

.device {
  overflow: hidden;
  border: 3px solid var(--ink);
  background: var(--white);
  box-shadow: 10px 10px 0 var(--ink);
}

.device--current {
  transform: rotate(-1deg);
}

.device--next {
  transform: rotate(1deg);
  box-shadow: 10px 10px 0 var(--blue);
}

.device__status {
  display: flex;
  min-height: 54px;
  padding-inline: 20px;
  align-items: center;
  gap: 9px;
  border-bottom: 3px solid var(--ink);
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: 0.06em;
}

.device__status i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 5px rgba(255, 63, 47, 0.13);
}

.device--next .device__status i {
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(56, 229, 108, 0.13);
}

.device > img {
  height: 390px;
  border-bottom: 3px solid var(--ink);
  object-fit: cover;
}

.device__body {
  padding: 28px 28px 30px;
}

.device__body > p {
  margin: 0 0 8px;
  color: var(--red);
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: 0.06em;
}

.device--next .device__body > p {
  color: var(--blue);
}

.device h3 {
  margin: 0 0 27px;
  font-family: var(--display);
  font-size: clamp(42px, 4vw, 62px);
  font-weight: 400;
  line-height: 0.9;
}

.device ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.device li {
  padding: 12px 0;
  border-top: 2px solid var(--line);
  font-weight: 700;
  line-height: 1.4;
}

.upgrade__arrow {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  color: var(--blue);
}

.upgrade__arrow span {
  font-family: var(--sans);
  font-size: 8px;
  line-height: 1.4;
  text-align: center;
}

.upgrade__arrow i {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 5px 5px 0 var(--ink);
  color: var(--white);
  font-size: 27px;
  font-style: normal;
}

.upgrade__cta {
  display: grid;
  min-height: 170px;
  margin-top: 72px;
  padding: 30px 34px;
  align-items: center;
  border: 3px solid var(--ink);
  background: var(--lime);
  box-shadow: var(--shadow);
  grid-template-columns: 1fr auto;
  gap: 35px;
}

.upgrade__cta p {
  margin: 0;
  font-size: clamp(20px, 2.3vw, 32px);
  line-height: 1.4;
}

.sources {
  padding-block: 75px;
  border-top: 3px solid var(--ink);
  background: #ded8cb;
}

.sources h2 {
  margin: 0;
  font-family: var(--display);
  font-size: 50px;
  font-weight: 400;
  text-transform: uppercase;
}

.sources p {
  max-width: 800px;
  margin: 14px 0 27px;
  color: rgba(17, 17, 15, 0.62);
  font-size: 12px;
  line-height: 1.6;
}

.sources__links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.sources__links a {
  padding: 10px 12px;
  border: 2px solid var(--ink);
  background: var(--white);
  font-family: var(--sans);
  font-size: 8px;
}

.sources__links a:hover {
  background: var(--gold);
}

footer {
  border-top: 3px solid var(--ink);
  background: var(--ink);
  color: var(--white);
}

.footer__inner {
  display: grid;
  min-height: 155px;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
}

.brand--footer .brand__frog {
  border-color: var(--white);
  box-shadow: 4px 4px 0 var(--pink);
}

.footer__inner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
}

.footer__inner > a {
  justify-self: end;
  color: var(--lime);
  font-family: var(--sans);
  font-size: 9px;
}

.emoji-rain {
  position: fixed;
  z-index: 9998;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.emoji-drop {
  position: absolute;
  top: -70px;
  animation: emoji-fall var(--duration) cubic-bezier(0.2, 0.7, 0.4, 1) forwards;
  font-size: var(--size);
}

@keyframes emoji-fall {
  to {
    transform: translateY(115vh) rotate(var(--rotation));
  }
}

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.62s ease, transform 0.62s cubic-bezier(0.22, 1, 0.36, 1);
}

[data-reveal][data-delay="1"] {
  transition-delay: 0.08s;
}

[data-reveal][data-delay="2"] {
  transition-delay: 0.15s;
}

[data-reveal][data-delay="3"] {
  transition-delay: 0.22s;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-header nav {
    display: none;
  }

  .hero__grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(450px, 1.05fr);
  }

  .hero h1 {
    font-size: clamp(86px, 10vw, 116px);
  }

  .polaroid--gunwest {
    width: 92%;
  }

  .dictionary__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .word-card:nth-child(2) {
    border-right: 3px solid var(--ink);
  }

  .word-card:nth-child(-n + 2) {
    border-bottom: 0;
  }

  .project-card {
    grid-template-columns: 55px minmax(0, 1fr) minmax(300px, 0.7fr);
    gap: 36px;
  }

  .award__grid {
    gap: 60px;
  }
}

@media (max-width: 860px) {
  .shell,
  .site-header {
    width: min(100% - 40px, 1360px);
  }

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

  .hero__copy {
    padding-bottom: 20px;
  }

  .hero__collage {
    min-height: 760px;
  }

  .polaroid--gunwest {
    right: 1%;
    width: 78%;
  }

  .polaroid--pepe {
    right: 4%;
    width: 47%;
  }

  .hero__statue {
    left: 7%;
    width: 30%;
  }

  .hero__facts {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero__facts div:nth-child(2) {
    border-right: 0;
  }

  .hero__facts div:nth-child(-n + 2) {
    border-bottom: 3px solid var(--ink);
  }

  .section-title {
    grid-template-columns: 1fr;
  }

  .section-title > span {
    max-width: 520px;
  }

  .project-card {
    grid-template-columns: 45px 1fr;
  }

  .project-card__visual {
    min-height: 480px;
    grid-column: 2;
  }

  .project-card__copy > a {
    margin-top: 24px;
  }

  .meme-wall__grid {
    grid-template-columns: 1fr 1fr;
  }

  .meme-tile--wide {
    grid-column: 1 / -1;
  }

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

  .award__statue {
    min-height: 630px;
  }

  .award__statue img {
    height: 600px;
  }

  .award__plate {
    width: min(100%, 500px);
    margin-inline: auto;
  }

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

  .upgrade__arrow {
    min-height: 105px;
    justify-content: center;
  }

  .upgrade__arrow i {
    transform: rotate(90deg);
  }

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

  .upgrade__cta .meme-button {
    width: max-content;
  }

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

  .footer__inner p {
    display: none;
  }
}

@media (max-width: 560px) {
  .shell,
  .site-header {
    width: min(100% - 28px, 1360px);
  }

  .top-ticker {
    font-size: 10px;
  }

  .site-header {
    min-height: 78px;
  }

  .brand__frog {
    width: 39px;
    height: 39px;
    font-size: 20px;
  }

  .brand strong {
    font-size: 18px;
  }

  .nav-badge {
    min-height: 43px;
    padding-inline: 12px;
    gap: 8px;
    font-size: 8px;
  }

  .nav-badge span {
    display: none;
  }

  .hero {
    padding-top: 5px;
  }

  .hero__copy {
    padding-top: 50px;
  }

  .hero__pretitle {
    font-size: 13px;
  }

  .hero h1 {
    font-size: clamp(72px, 23vw, 104px);
  }

  .hero__statement {
    margin-top: 28px;
    font-size: 15px;
  }

  .hero__actions,
  .hero__actions .meme-button {
    width: 100%;
  }

  .hero__collage {
    min-height: 645px;
  }

  .polaroid--gunwest {
    top: 55px;
    right: 2%;
    width: 89%;
    height: 325px;
  }

  .polaroid--pepe {
    right: 0;
    bottom: 35px;
    width: 59%;
    height: 245px;
  }

  .hero__statue {
    bottom: -10px;
    left: -4%;
    width: 42%;
    max-height: 360px;
  }

  .sticker--faa {
    top: 13px;
    width: 104px;
    height: 62px;
    font-size: 31px;
  }

  .sticker--wtf {
    right: -7px;
    bottom: 36%;
    width: 105px;
    height: 58px;
    font-size: 28px;
  }

  .sticker--money {
    top: 51%;
    left: 4%;
    width: 82px;
    height: 82px;
    font-size: 23px;
  }

  .hero__facts div {
    min-height: 112px;
    padding: 15px 12px;
    align-items: flex-start;
    flex-direction: column;
    gap: 1px;
  }

  .hero__facts strong {
    font-size: 42px;
  }

  .hero__facts span {
    font-size: 7px;
  }

  .dictionary,
  .projects,
  .meme-wall,
  .award,
  .upgrade {
    padding-block: 88px;
  }

  .section-title {
    margin-bottom: 38px;
  }

  .section-title h2 {
    min-width: 0;
    font-size: clamp(42px, 12.5vw, 58px);
    overflow-wrap: break-word;
  }

  .award h2,
  .upgrade__heading h2 {
    font-size: clamp(52px, 16vw, 76px);
  }

  .section-title > span {
    font-size: 13px;
  }

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

  .word-card,
  .word-card:nth-child(2) {
    min-height: 320px;
    border-right: 3px solid var(--ink);
    border-bottom: 0;
  }

  .word-card:last-child {
    border-bottom: 3px solid var(--ink);
  }

  .word-card > p {
    margin-top: 50px;
  }

  .phrase-machine {
    padding: 22px;
    grid-template-columns: 1fr;
  }

  .phrase-machine button {
    width: 100%;
  }

  .project-card {
    padding-block: 37px;
    grid-template-columns: 1fr;
    gap: 23px;
  }

  .project-card__index,
  .project-card__copy,
  .project-card__visual {
    grid-column: 1;
  }

  .project-card h3 {
    font-size: 48px;
  }

  .project-card blockquote {
    font-size: 10px;
  }

  .project-card__visual {
    min-height: 380px;
  }

  .project-card__visual img {
    max-height: 326px;
  }

  .meme-wall__grid {
    grid-template-columns: 1fr;
  }

  .meme-tile--wide {
    grid-column: 1;
  }

  .meme-tile {
    min-height: 355px;
  }

  .award__statue {
    min-height: 520px;
  }

  .award__statue img {
    height: 490px;
  }

  .award__halo {
    width: 310px;
    height: 310px;
    border-width: 28px;
  }

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

  .award__proof img {
    height: auto;
  }

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

  .device > img {
    height: 280px;
  }

  .device__body {
    padding: 23px 20px;
  }

  .upgrade__cta {
    padding: 24px 20px;
  }

  .upgrade__cta .meme-button {
    width: 100%;
  }

  .sources {
    padding-block: 55px;
  }

  .sources h2 {
    font-size: 42px;
  }

  .sources__links {
    flex-direction: column;
  }

  .sources__links a {
    text-align: center;
  }

  .footer__inner {
    min-height: 125px;
  }
}

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

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

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
