/* Extend the existing social controls without changing their destinations. */
.site-nav .nav-socials a.is-discord {
  color: #fff;
  border-color: #8c93ff;
  background: #5865f2;
  box-shadow: 0 7px 20px rgba(88, 101, 242, 0.34);
}

.site-nav .nav-socials a.is-discord:hover,
.site-nav .nav-socials a.is-discord:focus-visible {
  background: #4752c4;
  border-color: #fff;
}

.site-nav .nav-socials .nav-social-mark--discord {
  width: 22px;
  height: 17px;
}

.site-nav.is-scrolled .nav-socials .nav-social-mark--discord {
  width: 19px;
  height: 15px;
}

/* Two genuine collection portraits take the place of the sealed lantern. */
.reveal-vault-wrap--revealed {
  min-width: 0;
}

.revealed-showcase__art {
  position: relative;
  aspect-ratio: 1 / 1.03;
  width: 100%;
}

.revealed-nft {
  position: absolute;
  display: block;
  width: 70%;
  padding: 5px;
  background: #101511;
  border: 1px solid rgba(244, 240, 232, 0.35);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.5);
  transition: transform 220ms ease, border-color 220ms ease;
}

.revealed-nft:first-child {
  top: 3%;
  left: 2%;
  transform: rotate(-7deg);
}

.revealed-nft:last-child {
  top: 25%;
  right: 1%;
  transform: rotate(6deg);
}

.revealed-nft img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
}

.revealed-nft__number {
  display: block;
  padding: 10px 12px 6px;
  color: var(--paper);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.revealed-nft:hover,
.revealed-nft:focus-visible {
  z-index: 3;
  border-color: var(--accent);
  transform: rotate(0deg) translateY(-6px);
}

.revealed-nft:focus-visible,
.revealed-showcase__collection:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 5px;
}

.revealed-showcase__caption {
  position: relative;
  z-index: 4;
  display: grid;
  justify-items: center;
  gap: 16px;
  padding-top: 30px;
  text-align: center;
}

.revealed-showcase__caption h3 {
  color: var(--paper);
  font-size: clamp(1.5rem, 2.3vw, 2rem);
  line-height: 1.2;
  font-weight: 650;
  letter-spacing: -0.04em;
}

.revealed-showcase__collection {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  color: var(--accent);
  font-size: 0.875rem;
  font-weight: 600;
}

.revealed-showcase__collection img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.revealed-showcase__collection:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

@media (prefers-reduced-motion: reduce) {
  .revealed-nft {
    transition: none;
  }
}

@media (min-width: 901px) and (max-width: 1280px) {
  .site-nav .desktop-nav {
    gap: 14px;
  }
}

@media (max-width: 580px) {
  .revealed-showcase__art {
    aspect-ratio: 1 / 1.16;
  }

  .revealed-showcase__caption {
    padding-top: 24px;
  }

  .site-nav {
    padding-inline: 12px;
  }

  .site-nav .brand-logo,
  .site-nav.is-scrolled .brand-logo {
    width: 80px;
  }

  .site-nav .nav-actions {
    gap: 6px;
  }

  .site-nav .nav-socials {
    gap: 5px;
  }

  .site-nav .nav-socials a {
    width: 32px;
    height: 38px;
  }
}
