.closing-hero {
  background:
    radial-gradient(#e4e8dd 1px, transparent 1.5px) 0 0 / 16px 16px,
    linear-gradient(90deg, rgba(226, 239, 248, 0.62), transparent 24%, transparent 74%, rgba(226, 239, 248, 0.62)),
    #fffffa;
  color: #050505;
}

.closing-copy {
  min-height: 704px;
  display: grid;
  align-content: center;
  padding: clamp(76px, 6vw, 118px) clamp(22px, 4vw, 78px);
}

.closing-hero h2 {
  margin: 0;
  max-width: 11ch;
  font-size: clamp(5rem, 7.2vw, 11.5rem);
  font-weight: 300;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.creation-band {
  min-height: 236px;
  display: grid;
  grid-template-columns: 1fr 238px;
  background: #d7ff00;
  color: #020202;
}

.creation-band strong {
  display: flex;
  align-items: center;
  padding-left: clamp(22px, 4.4vw, 86px);
  font-size: clamp(4.8rem, 7.6vw, 11.6rem);
  line-height: 0.9;
  font-weight: 300;
  letter-spacing: -0.06em;
}

.creation-action {
  background: #000;
  display: grid;
  place-items: center;
  text-decoration: none;
}

.creation-action span {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  font-size: 5rem;
  line-height: 1;
  transition: transform 220ms ease, background 220ms ease;
}

.creation-action:hover span {
  transform: translate(8px, -8px);
  background: #f2f2f2;
}

.site-footer {
  display: block;
  background: #101010;
  color: #f5f5f5;
  padding: 72px clamp(22px, 5vw, 98px) 58px;
  border-top: 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(520px, 1.65fr) repeat(4, minmax(150px, 1fr));
  gap: clamp(28px, 3.4vw, 64px);
  padding-bottom: 62px;
  border-bottom: 1px solid rgba(255,255,255,0.46);
}

.footer-brand {
  display: block;
  max-width: 540px;
  min-width: 0;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 42px;
  color: inherit;
  line-height: 1;
  text-decoration: none;
  width: fit-content;
  max-width: 100%;
  transition: transform 180ms ease, color 180ms ease;
}

.footer-logo:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.footer-bug {
  width: 54px;
  height: 54px;
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(255, 255, 255, .16));
}

.footer-wordmark {
  width: min(420px, calc(100vw - 118px));
  aspect-ratio: 860 / 104;
  display: block;
  flex: 0 1 auto;
  min-width: 0;
  filter:
    drop-shadow(0 10px 22px rgba(255, 255, 255, .08))
    drop-shadow(0 0 18px rgba(108, 202, 255, .08));
}

.footer-wordmark-svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.footer-wordmark-svg-text {
  font-family: "Madefor Display ExtraBold", "Arial Black", Helvetica, Arial, sans-serif;
  font-size: 90px;
  font-weight: 950;
  letter-spacing: -3.2px;
  text-transform: uppercase;
  stroke: #fff;
  stroke-width: 1px;
  paint-order: stroke fill;
}

.footer-wordmark-fallback {
  fill: #fff;
}

.footer-wordmark-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.footer-brand p,
.footer-bottom {
  color: #d5d5d5;
  line-height: 1.45;
  font-size: 0.95rem;
}

.footer-socials {
  display: flex;
  gap: 20px;
  margin-top: 74px;
  color: #fff;
}

.footer-socials span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  font-size: 1.32rem;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}

.footer-socials span:nth-child(1) {
  background: #ff0033;
  color: #fff;
}

.footer-socials span:nth-child(2) {
  background: linear-gradient(135deg, #1f2937, #000);
  color: #fff;
}

.footer-socials span:nth-child(3) {
  background:
    radial-gradient(circle at 30% 110%, #feda75 0 18%, transparent 19%),
    radial-gradient(circle at 72% 22%, #fff 0 7%, transparent 8%),
    linear-gradient(135deg, #405de6, #833ab4 36%, #c13584 58%, #fd1d1d 78%, #f77737);
  color: #fff;
}

.footer-socials span:nth-child(4) {
  background: #1877f2;
  color: #fff;
}

.footer-socials span:nth-child(5) {
  background: #0a66c2;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 800;
}

.footer-col h3 {
  margin: 0 0 34px;
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.footer-col a {
  display: block;
  margin-bottom: 18px;
  color: #f5f5f5;
  text-decoration: none;
  font-size: 1rem;
}

.footer-col a:hover,
.footer-bottom a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-divider {
  border-left: 1px solid rgba(255,255,255,0.44);
  padding-left: clamp(32px, 5vw, 78px);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  padding-top: 34px;
}

.footer-bottom > div:last-child {
  display: flex;
  align-items: center;
  gap: 24px;
  text-align: right;
}

.footer-legal {
  display: flex;
  gap: 28px;
}

.footer-bottom a {
  color: #fff;
  text-underline-offset: 4px;
}

.back-top {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  text-decoration: none;
  margin-left: 0;
  flex: 0 0 auto;
}

@media (max-width: 1200px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-divider {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 760px) {
  .closing-copy {
    min-height: 560px;
    padding: 58px 22px;
  }

  .closing-hero h2 {
    font-size: clamp(4rem, 18vw, 6.5rem);
  }

  .creation-band {
    min-height: 220px;
    grid-template-columns: 1fr 118px;
  }

  .creation-band strong {
    font-size: clamp(3.55rem, 17vw, 5.4rem);
  }

  .creation-action span {
    width: 86px;
    height: 86px;
    font-size: 3.1rem;
  }

  .site-footer {
    padding: 46px 22px 42px;
  }

  .footer-grid {
    gap: 34px;
    padding-bottom: 42px;
  }

  .footer-socials {
    margin-top: 36px;
  }

  .footer-bottom {
    display: grid;
  }
}

/* Project-wide light heading and paragraph text */
:where(h1, h2, h3, h4, h5, h6, p) {
  font-weight: 300 !important;
}
