/* K. Hutton testimonials page */
@import url("dolly-testimonials.css");

.khutton-testimonial-clips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.khutton-testimonial-clip {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(26, 16, 36, 0.08);
}

.khutton-testimonial-clip__link {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
}

.khutton-testimonial-clip__link img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  max-height: 320px;
  object-fit: cover;
  object-position: center top;
}

.khutton-testimonial-clip__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(26, 16, 36, 0.08), rgba(26, 16, 36, 0.55));
}

.khutton-testimonial-clip__play i {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #5a0e8f;
  font-size: 17px;
  padding-left: 4px;
}

.khutton-testimonial-clip__body {
  padding: 18px 20px 22px;
}

.khutton-testimonial-clip__body h4 {
  margin: 0 0 8px;
  font-family: Cormorant, serif;
  font-size: 26px;
  line-height: 1.1;
  color: #1a1024;
}

.khutton-testimonial-clip__body p {
  margin: 0 0 10px;
  color: #6b5a78;
  font-size: 15px;
  line-height: 1.65;
}

.khutton-testimonial-clip__cta {
  color: #c2187a;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 959px) {
  .khutton-testimonial-clips {
    grid-template-columns: 1fr;
  }
}

/* Footer card overlaps main by ~80px in main.css; keep CTA fully visible */
body.page-testimonials .page-main {
  overflow: visible;
}

.khutton-testimonials-cta {
  padding-bottom: clamp(120px, 10vw, 168px);
}

.khutton-testimonials-cta .uk-button + .uk-button {
  margin-left: 0;
}

@media (min-width: 640px) {
  .khutton-testimonials-cta .uk-button + .uk-button {
    margin-left: 12px;
  }
}
