.service-showcase { padding-top: 22px; }

.service-showcase .experience-card {
  overflow: hidden;
}

.service-showcase .card-image-wrap {
  display: flex;
  min-height: 0;
  align-items: center;
  justify-content: center;
  background: #eee5da;
}

.service-showcase .card-image-wrap img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

.service-showcase .card-body { padding: clamp(34px, 5vw, 66px); }

.service-card-price {
  margin: 24px 0 18px;
  padding: 13px 16px;
  color: #4c0f13;
  background: #fbf5eb;
  border-left: 3px solid #c79a52;
  font-weight: 800;
}

.service-cost-note {
  max-width: 960px;
  margin: 20px auto 0;
  padding: 24px 28px;
  color: #5f514c;
  background: #fbf5eb;
  border: 1px solid #e8d9c8;
  text-align: center;
}

.service-cost-note strong { color: #7f1d1d; }

@media (max-width: 900px) {
  .service-showcase .card-image-wrap { aspect-ratio: auto; }
  .service-showcase .card-image-wrap img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
