/* Discreet, gently alternating excerpts at the end of the homepage. */
.ac-home-reviews {display:grid;grid-template-columns:250px minmax(0,1fr);align-items:center;gap:48px;max-width:1324px;margin:12px auto 42px;padding:30px 0 12px;border-top:1px solid #dce6df;color:#173f3a;}
.ac-home-reviews .eyebrow {margin:0 0 9px;font-size:11.88px;letter-spacing:.12em;color:#6c8174;}
.ac26 .ac-home-reviews h2 {font-size:23.76px;font-weight:550;line-height:1.25;letter-spacing:-.025em;margin:0 0 9px;}
.ac-reviews-intro > a {display:inline-flex;align-items:center;gap:12px;min-height:40px;font-size:14px;color:#657c6e;text-underline-offset:5px;}
.ac-reviews-content {min-width:0;position:relative;padding-right:92px;}
.ac-reviews-stage {display:grid;align-items:center;}
.ac-review {grid-area:1/1;margin:0;min-width:0;}
.ac-review[hidden] {display:none;}
.ac-reviews-ready .ac-review {opacity:0;visibility:hidden;transform:translateY(3px);transition:opacity .75s ease,transform .75s ease,visibility .75s;pointer-events:none;}
.ac-reviews-ready .ac-review[aria-hidden="false"] {opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;}
.ac-review-stars {color:#9a8353;letter-spacing:3px;font-size:12px;margin-bottom:10px;line-height:1;}
.ac-review blockquote {margin:0 0 13px;font-size:clamp(18px,1.65vw,22px);font-weight:400;line-height:1.55;letter-spacing:-.015em;text-wrap:balance;}
.ac-review figcaption {display:flex;align-items:baseline;gap:8px 16px;flex-wrap:wrap;font-size:13px;line-height:1.5;color:#60766a;}
.ac-review figcaption > span {font-weight:600;}
.ac-review time {font-size:12px;color:#738578;}
.ac-review-dots {display:flex;align-items:center;gap:1px;position:absolute;right:0;bottom:-1px;}
.ac-review-dots[hidden] {display:none;}
.ac-review-dots button {display:grid;place-items:center;width:30px;height:36px;margin:0;padding:0;background:transparent;border:0;cursor:pointer;}
.ac-review-dots button > span {width:5px;height:5px;border-radius:50%;background:#c6d2c7;transition:background .3s;}
.ac-review-dots button[aria-pressed="true"] > span {width:7px;height:7px;background:#53766f;}
.ac-review-dots button:focus-visible {outline:2px solid #854552;outline-offset:0;border-radius:6px;}
@media(max-width:1380px) {.ac-home-reviews {margin-inline:28px;}}
@media(max-width:760px) {
 .ac-home-reviews {grid-template-columns:1fr;gap:18px;margin:6px 20px 30px;padding-top:25px;}
 .ac26 .ac-home-reviews h2 {font-size:22px;}
 .ac-reviews-intro > a {font-size:13px;min-height:34px;}
 .ac-reviews-content {padding:0 0 34px;}
 .ac-review blockquote {font-size:19px;}
 .ac-review-dots {left:-8px;right:auto;bottom:-7px;}
 .ac-review-dots button {width:36px;height:40px;}
}
@media(prefers-reduced-motion:reduce) {.ac-reviews-ready .ac-review {transition:none;transform:none;}}
