/* ============================================================
   REVIEWS — editorial testimonial refinement.
   Scope: .guarantee--editorial only. Loaded last.
   No cards, shadows, backgrounds, or gradients.
   ============================================================ */

/* ---------- section rhythm: ~18% tighter ---------- */
.dartee-home body .guarantee--editorial, .dartee-home .section.guarantee.guarantee--editorial {
  padding-top: clamp(34px, 3vw, 44px) !important;
  padding-bottom: clamp(22px, 1.9vw, 28px) !important;
}

/* ---------- header + compact trust statement ---------- */
.dartee-home .guarantee--editorial .reviews-head {
  align-items: center !important;
  gap: clamp(24px, 4vw, 60px) !important;
  margin-bottom: clamp(22px, 2vw, 28px) !important;
}
.dartee-home .guarantee--editorial .reviews-summary {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}
.dartee-home .guarantee--editorial .reviews-summary .num {
  line-height: 0.9 !important;
  margin: 0 !important;
}
.dartee-home .guarantee--editorial .reviews-summary .stars { display: block; }
.dartee-home .guarantee--editorial .reviews-summary .meta {
  margin-top: 3px !important;
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 11.5px !important;
  font-weight: 600 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  color: rgba(8, 42, 36, .62) !important;
}

/* ---------- editorial columns: air, not borders ---------- */
.dartee-home .guarantee--editorial .review-grid {
  gap: clamp(30px, 4.4vw, 66px) !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: start !important;
}
.dartee-home .guarantee--editorial .review {
  background: none !important;
  border: 0 !important;
  border-top: 1px solid rgba(8, 42, 36, .14) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 18px 0 0 !important;
}

/* ---------- hierarchy ---------- */
.dartee-home .guarantee--editorial .review__date {
  font-size: 11.5px !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  color: rgba(8, 42, 36, .5) !important;
}
.dartee-home .guarantee--editorial .review__title {
  margin: 12px 0 8px !important;
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 15.5px !important;
  font-weight: 700 !important;
  letter-spacing: .005em !important;
  color: #082A24 !important;
}
.dartee-home .guarantee--editorial .review > p:not([class]) {
  margin: 0 !important;
  font-size: 14.5px !important;
  line-height: 1.68 !important;
  color: rgba(8, 42, 36, .8) !important;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ---------- customer signature ---------- */
.dartee-home .guarantee--editorial .review__author {
  margin-top: 18px !important;
  padding-top: 0 !important;
  border-top: 0 !important;
  align-items: center !important;
  gap: 10px !important;
}
.dartee-home .guarantee--editorial .review__avatar {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .04em !important;
  background: rgba(236, 77, 139, .14) !important;
  color: #EC4D8B !important;
  border: 0 !important;
}
.dartee-home .guarantee--editorial .review__name {
  font-size: 13.5px !important;
  font-weight: 700 !important;
  color: #082A24 !important;
}
.dartee-home .guarantee--editorial .review__name span {
  font-weight: 400 !important;
  color: rgba(8, 42, 36, .52) !important;
}
.dartee-home .guarantee--editorial .review__verified {
  margin-top: 2px !important;
  font-size: 10.5px !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  color: rgba(8, 42, 36, .42) !important;
}
.dartee-home .guarantee--editorial .review__verified svg {
  width: 10px !important;
  height: 10px !important;
}

/* ---------- CTA + editorial end mark ---------- */
.dartee-home .guarantee--editorial .reviews-foot {
  margin-top: clamp(26px, 2.4vw, 34px) !important;
  text-align: center;
}
.dartee-home .guarantee--editorial .reviews-foot__link {
  display: inline-block;
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-decoration: none;
  color: #082A24;
  padding-bottom: 4px;
  border-bottom: 1px solid #EC4D8B;
}

/* ---------- MOBILE ---------- */
@media (max-width: 900px) {
  .dartee-home .section.guarantee.guarantee--editorial {
    padding-top: 36px !important;
    padding-bottom: 24px !important;
  }
  .dartee-home .guarantee--editorial .review-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 26px !important;
  }
  .dartee-home .guarantee--editorial .review > p:not([class]) {
    -webkit-line-clamp: 6;
    font-size: 14.5px !important;
  }
}
