.vs-bio-product-title h2 {
  margin: 0;
  color: var(--vs-brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 5vw, 42px);
  line-height: .98;
  letter-spacing: 0;
}

.vs-bio-product-title p {
  margin: 0;
  color: var(--vs-muted);
  font-size: 14px;
  line-height: 1.4;
}

.vs-bio-product-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.vs-bio-buttons a {
  display: grid;
  gap: 4px;
  border: 1px solid rgba(139, 63, 52, .18);
  border-radius: 8px;
  background: #fffaf2;
  color: var(--vs-brown);
  padding: 16px;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, background-color .18s ease;
}

.vs-bio-buttons a:hover {
  transform: translateY(-2px);
  border-color: rgba(139, 63, 52, .42);
  background: #fff8ea;
}

.vs-bio-buttons span {
  color: var(--vs-red);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vs-bio-buttons strong {
  font-size: 20px;
  line-height: 1.15;
}

.vs-bio-buttons small {
  color: var(--vs-muted);
  font-size: 15px;
  line-height: 1.4;
}

.vs-bio-product-card {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(139, 63, 52, .2);
  border-radius: 8px;
  background: #fffaf2;
  color: var(--vs-brown);
  padding: 14px;
  box-shadow: 0 12px 28px rgba(52, 37, 31, .06);
}

.vs-bio-product-copy {
  display: grid;
  gap: 5px;
}

.vs-bio-product-copy span {
  color: var(--vs-red);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vs-bio-product-copy strong {
  font-size: 18px;
  line-height: 1.1;
}
