.lzb-reviews .proof {
  background: var(--cream, #f4efe2);
  text-align: center;
  padding: 90px 0;
}
@media(max-width: 900px) {
  .lzb-reviews .proof {
      padding: 64px 0;
  }
}
.lzb-reviews .wrap {
  max-width: var(--maxw, 1180px);
  margin: 0 auto;
  padding: 0 26px;
}
.lzb-reviews .sec-head {
  margin-bottom: 50px;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
.lzb-reviews .sec-tag {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--fairway, #1f7a4d);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.lzb-reviews .sec-tag:before {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--brass, #c9a24b);
}
.lzb-reviews h2.big {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: clamp(30px, 4.5vw, 48px);
  font-weight: 800;
  color: var(--ink, #0a1410);
  line-height: 1.04;
  letter-spacing: -.02em;
  margin: 0;
}
.lzb-reviews h2.big .acc {
  color: var(--brass, #c9a24b); /* Or fairway, depending on design */
  font-style: normal !important;
}

.lzb-reviews .proof .stars {
  color: var(--brass, #c9a24b);
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 18px;
}
.lzb-reviews .proof blockquote {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(24px, 3.6vw, 40px);
  line-height: 1.25;
  color: var(--ink, #0a1410);
  max-width: 760px;
  margin: 0 auto 18px;
  padding: 0;
  border: none;
  background: transparent;
}
.lzb-reviews .proof .src {
  font-size: 13px;
  color: var(--muted, #6f8478);
  font-weight: 600;
  letter-spacing: .04em;
  margin-bottom: 30px;
}
.lzb-reviews .proof-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.lzb-reviews .btn-line {
  border: 1px solid rgba(10,20,16,.25);
  color: var(--ink, #0a1410);
  font-weight: 700;
  font-size: 14px;
  padding: 13px 24px;
  border-radius: 30px;
  transition: .2s;
  font-family: 'Bricolage Grotesque', sans-serif;
  text-decoration: none;
  display: inline-block;
}
.lzb-reviews .btn-line:hover {
  border-color: var(--brass, #c9a24b);
  color: var(--brass-lo, #a8842f);
}
