.vs-home-product-icon {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 1;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 250, 242, .3);
  border-radius: 50%;
  background: rgba(255, 250, 242, .18);
  color: #fffaf2;
  backdrop-filter: blur(14px);
}

.vs-home-product-icon .vs-icon {
  width: 26px;
  height: 26px;
}

.vs-offer {
  background: var(--vs-brown);
  color: #fffaf2;
  padding: 42px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: center;
}

.vs-offer h2,
.vs-offer h3 {
  color: #fffaf2;
}

.vs-price {
  font-size: 54px;
  font-weight: 900;
  line-height: 1;
}

.vs-faq details {
  background: var(--vs-paper);
  border: 1px solid var(--vs-line);
  border-radius: 8px;
  padding: 16px 18px;
  margin-bottom: 10px;
}

.vs-faq summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--vs-brown);
}

.vs-footer {
  border-top: 1px solid var(--vs-line);
  padding: 28px 0;
  color: var(--vs-muted);
}

.vs-bio-wrap {
  min-height: calc(100vh - 72px);
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(28px, 5vw, 58px) 0;
  display: grid;
  grid-template-columns: minmax(320px, .92fr) minmax(0, 1.08fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: stretch;
}

.vs-bio-photo {
  position: relative;
  min-height: 620px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--vs-shadow);
  background: #233027;
}

.vs-bio-photo img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  display: block;
  object-fit: cover;
  object-position: center;
}
