.lemon-stage {
  aspect-ratio: 984 / 520;
  background: #090b24;
}

.lemon-stage::before,
.lemon-stage .orb,
.lemon-stage .chart-lines {
  display: none;
}

.lemon-stage img {
  position: relative;
  inset: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
  animation: none;
}

.join-visual {
  background: #090b24;
}

.join-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
  filter: none;
}

.huge-lemon {
  display: none;
}

.brand > span:last-child {
  min-width: 0;
}

.brand b {
  display: block;
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.status-pill b {
  color: var(--mint);
  font: inherit;
}

.status-pill.negative b {
  color: #ff6f87;
}

.negative-value {
  color: #ff6f87 !important;
}

.about article strong {
  color: var(--cream);
}

.steps h3 span {
  color: var(--lemon);
}

.join-copy h2 span[data-token-name] {
  overflow-wrap: anywhere;
}

@media (max-width: 560px) {
  .status-pill span {
    display: inline;
  }

  .lemon-stage {
    aspect-ratio: 984 / 520;
  }

  .join-visual {
    min-height: 230px;
  }

  .brand b {
    max-width: 210px;
  }

  h1 {
    font-size: clamp(64px, 23vw, 92px);
  }
}
