.hero-pro-text {
  display: inline-block;
  min-width: 6.25em;
  white-space: nowrap;
  color: var(--acid);
  -webkit-text-stroke: 0;
}

.hero-pro-text-component,
.hero-pro-text-component .text-type__content,
.hero-pro-text-component .text-type__cursor {
  font: inherit !important;
  letter-spacing: inherit;
}

.hero-pro-text-component .text-type__cursor {
  margin-left: .04em !important;
  text-shadow: 0 0 .18em rgba(200, 255, 61, .55);
}

.hero-product-shot {
  width: min(100%, 480px);
  justify-self: center;
  padding: 10px;
  background: linear-gradient(145deg, rgba(200, 255, 61, .08), rgba(17, 20, 16, .92));
  border: 1px solid #35402d;
  border-radius: 24px;
  box-shadow: 0 42px 100px rgba(0, 0, 0, .55), 0 0 80px rgba(200, 255, 61, .07);
  transform: perspective(1100px) rotateY(-3deg) rotateX(1deg);
}

.hero-product-shot img {
  display: block;
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  object-position: top;
  border-radius: 16px;
}

.product-shot-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 11px 4px 1px;
  font: 9px var(--mono);
  letter-spacing: .1em;
  color: #747b70;
}

.product-shot-caption span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-shot-caption i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 10px var(--acid);
}

.product-shot-caption b {
  color: var(--acid);
  font-weight: 500;
}

@media (max-width: 900px) {
  .hero-product-shot {
    width: min(88vw, 430px);
    transform: none;
  }
}

@media (max-width: 620px) {
  .hero-pro-text {
    min-width: 0;
    font-size: .88em;
  }

  .product-shot-caption b {
    display: none;
  }
}
