.reviews-wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.reviews-hero { padding: clamp(72px, 9vw, 132px) 0; background: #dcebc2; }
.reviews-hero-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr); gap: clamp(48px, 8vw, 110px); align-items: center; }
.reviews-eyebrow { margin: 0 0 16px; color: #5d6a4b; font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.reviews-hero h1 { max-width: 850px; margin: 0; font-size: clamp(3rem, 6.5vw, 6.6rem); line-height: .95; letter-spacing: -.055em; }
.reviews-intro { max-width: 740px; margin: 30px 0 0; color: #525852; font-size: clamp(1.15rem, 2vw, 1.55rem); line-height: 1.55; }
.rating-summary { padding: clamp(30px, 5vw, 54px); background: #111; color: #fff; text-align: center; }
.rating-summary strong { display: block; font-size: clamp(4.4rem, 8vw, 7.5rem); line-height: .9; }
.stars { color: #8cc63f; font-size: 1.25rem; letter-spacing: .1em; }
.rating-summary .stars { margin-top: 20px; font-size: 1.65rem; }
.rating-summary p { margin: 12px 0 6px; font-size: 1.15rem; font-weight: 800; }
.rating-summary span { color: #c8c8c8; line-height: 1.6; }
.featured-reviews, .all-reviews { padding: clamp(72px, 9vw, 120px) 0; }
.featured-reviews h2, .all-reviews h2, .reviews-cta h2 { margin: 0; font-size: clamp(2.35rem, 4.5vw, 4.7rem); line-height: 1; letter-spacing: -.045em; }
.featured-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 48px; }
.featured-review { display: flex; min-height: 430px; flex-direction: column; padding: clamp(28px, 4vw, 46px); background: #eef5e3; }
.featured-review-dark { background: #111; color: #fff; }
.featured-review blockquote { margin: 30px 0; font-size: clamp(1.22rem, 1.7vw, 1.55rem); font-weight: 700; line-height: 1.45; }
.featured-review p, .review-card p { margin: auto 0 0; }
.featured-review strong, .review-card strong { display: block; }
.featured-review span, .review-card span { display: block; margin-top: 4px; color: #6a6f68; font-size: .9rem; }
.featured-review-dark span { color: #c8c8c8; }
.all-reviews { background: #f5f6f2; }
.reviews-heading-row { display: flex; justify-content: space-between; gap: 28px; align-items: end; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 48px; }
.review-card { display: flex; min-height: 260px; flex-direction: column; padding: 30px; background: #fff; border-top: 5px solid #8cc63f; box-shadow: 0 10px 26px rgba(0,0,0,.055); }
.review-card blockquote { margin: 22px 0 28px; color: #2d312e; font-size: 1rem; line-height: 1.65; }
.review-card.rating-only { min-height: 150px; justify-content: space-between; background: #eaf3dd; }
.stars-four { letter-spacing: .07em; }
.reviews-cta { padding: clamp(80px, 10vw, 140px) 0; background: #111; color: #fff; text-align: center; }
.reviews-cta p:not(.reviews-eyebrow) { max-width: 710px; margin: 26px auto 0; color: #d4d4d4; font-size: 1.2rem; line-height: 1.6; }
.reviews-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 34px; }
.reviews-actions .button.light { border-color: #fff; color: #fff; }
.reviews-footer { margin-top: 0; }
@media (max-width: 900px) {
  .reviews-hero-grid, .featured-grid, .reviews-grid { grid-template-columns: 1fr; }
  .featured-review { min-height: 0; }
  .reviews-heading-row { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 560px) {
  .reviews-wrap { width: min(100% - 28px, 1180px); }
  .reviews-hero { padding-top: 56px; }
  .reviews-hero h1 { font-size: clamp(2.65rem, 14vw, 4rem); }
  .review-card, .featured-review { padding: 24px; }
}
