.regular-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  padding: 12px 15px;
  border-radius: 12px;
  background: #f8f6f1;
  color: #686762;
  font-size: .84rem;
  font-weight: 700;
}

.regular-price s {
  font: 700 1.3rem "Manrope", sans-serif;
}

.testimonial-value {
  margin: -12px 0 24px;
  padding: 12px 15px;
  border: 1px solid #dbe7e2;
  border-radius: 12px;
  color: #24483e;
  background: #eff5f2;
  font-size: .86rem;
}

.testimonial-value strong {
  font-family: "Manrope", sans-serif;
}

.spots {
  align-items: flex-start;
}

.spots span {
  flex: 0 0 8px;
  margin-top: 7px;
}

.portrait {
  padding: 0;
  overflow: hidden;
  background: #dfe4e0;
}

.portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 32%;
}

.keith-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 16px;
  font-style: normal;
}

.keith-contact a {
  color: #2f5d50;
  font-size: .92rem;
  font-weight: 700;
  border-bottom: 1px solid rgba(47, 93, 80, .28);
}

.video-stage.video-ready {
  min-height: 0;
  padding: 0;
  background: #17221f;
}

.video-card {
  width: 100%;
  max-width: 480px;
  justify-self: end;
}

.video-ready video {
  display: block;
  width: 100%;
  max-height: 300px;
  aspect-ratio: 16 / 9;
  background: #17221f;
  object-fit: contain;
}

@media (max-width: 900px) {
  .video-card {
    max-width: 560px;
    justify-self: start;
  }
}

@media (max-width: 700px) {
  .video-card {
    max-width: 100%;
  }

  .video-ready video {
    max-height: none;
  }
}

/* Single-column hero keeps the demo below the message and preserves its native shape. */
.hero .hero-grid {
  grid-template-columns: minmax(0, 1fr);
  max-width: 920px;
  gap: 52px;
}

.hero-copy {
  max-width: 820px;
}

.hero .video-card {
  width: 100%;
  max-width: 920px;
  justify-self: stretch;
}

.hero .video-ready video {
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
}

@media (max-width: 700px) {
  .hero .hero-grid {
    gap: 36px;
  }
}
