.vs-bio-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(17, 24, 20, .04), rgba(17, 24, 20, .72)),
    linear-gradient(90deg, rgba(17, 24, 20, .16), transparent 56%);
}

.vs-bio-photo-card {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  border: 1px solid rgba(255, 250, 242, .18);
  border-radius: 8px;
  background: rgba(17, 24, 20, .78);
  color: #fffaf2;
  padding: 18px;
  backdrop-filter: blur(16px);
}

.vs-bio-photo-card span {
  color: #e3c99d;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.vs-bio-photo-card strong {
  display: block;
  margin-top: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.06;
}

.vs-quiz {
  background: var(--vs-paper);
  border: 1px solid var(--vs-line);
  border-radius: 8px;
  box-shadow: var(--vs-shadow);
  padding: clamp(22px, 4vw, 34px);
  align-self: center;
}

.vs-quiz h1 {
  font-family: Georgia, serif;
  color: var(--vs-brown);
  font-size: clamp(36px, 4.5vw, 58px);
  line-height: 1.08;
  margin: 12px 0 14px;
}

.vs-bio-lead {
  max-width: 680px;
  color: var(--vs-muted);
  font-size: 18px;
  line-height: 1.55;
}

.vs-bio-buttons {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.vs-bio-official-links {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vs-bio-official-links a:first-child {
  background: #14221c;
  color: #fffaf2;
  border-color: rgba(20, 34, 28, .32);
}

.vs-bio-official-links a:first-child span,
.vs-bio-official-links a:first-child small {
  color: rgba(255, 250, 242, .78);
}

.vs-bio-official-links a:first-child strong {
  color: #fffaf2;
}

.vs-bio-product-title {
  display: grid;
  gap: 4px;
  margin-top: 22px;
}
