section figure[hidden] {
  display: none !important;
}

.vp-lightbox[hidden] {
  display: none;
}

.vp-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 72px 24px 48px;
  background: rgba(3, 15, 29, 0.94);
  backdrop-filter: blur(10px);
}

.vp-lightbox-image {
  display: block;
  max-width: min(1180px, 94vw);
  max-height: 78vh;
  border-radius: 24px;
  object-fit: contain;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}

.vp-lightbox-caption {
  position: absolute;
  bottom: 16px;
  left: 50%;
  width: min(900px, calc(100vw - 48px));
  transform: translateX(-50%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.vp-lightbox-close {
  position: absolute;
  top: 18px;
  right: 22px;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

body.vp-lightbox-open {
  overflow: hidden;
}

.vp-wordmark {
  display: inline-flex;
  min-width: 136px;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  line-height: 1;
  filter: drop-shadow(0 3px 10px rgba(0, 8, 24, 0.48));
  user-select: none;
}

.vp-wordmark-main {
  display: flex;
  align-items: baseline;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 29px;
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.88;
}

.vp-wordmark-accent {
  margin-right: 1px;
  color: var(--brand, #005bea);
  font-size: 1.08em;
  font-style: italic;
}

.vp-wordmark-sub {
  margin-top: 6px;
  padding-left: 2px;
  color: rgba(255, 255, 255, 0.82);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 6.5px;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
}

footer .vp-wordmark-main {
  font-size: 34px;
}

footer .vp-wordmark-sub {
  font-size: 7px;
}

@media (min-width: 768px) {
  .vp-wordmark {
    min-width: 158px;
  }

  .vp-wordmark-main {
    font-size: 34px;
  }

  .vp-wordmark-sub {
    font-size: 7px;
  }
}
