.testimonials-section{background:var(--testimonials-bg);width:100%;max-width:100%;padding:var(--testimonials-padding-y) 0;overflow-x:clip}.testimonials-section__inner{width:100%;min-width:0;max-width:80rem;margin:0 auto;padding:0 clamp(1rem,3vw,1.5rem)}.testimonials-section__header{flex-direction:column;gap:1.5rem;margin-bottom:clamp(1.75rem,4vh,4rem);display:flex}@media (min-width:1024px){.testimonials-section__header{flex-direction:row;justify-content:space-between;align-items:flex-end;margin-bottom:4rem}.testimonials-section__toggle{width:auto;max-width:none}}.testimonials-section__intro{max-width:36rem}.testimonials-section--visible .testimonials-section__intro{animation:testimonials-fade-up var(--testimonials-enter-duration) var(--testimonials-enter-ease) both}.testimonials-section__badge-row{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.testimonials-section__badge-line{background:var(--testimonials-accent);transform-origin:0;flex-shrink:0;width:2.5rem;height:1px}.testimonials-section--visible .testimonials-section__badge-line{animation:testimonials-line-grow .65s var(--testimonials-enter-ease) 80ms both}@media (min-width:768px){.testimonials-section__badge-line{width:3rem}}.testimonials-section__badge{font-size:var(--testimonials-badge-size);letter-spacing:var(--testimonials-badge-tracking);text-transform:uppercase;color:var(--testimonials-accent);margin:0;font-weight:600}.testimonials-section__title{font-family:var(--testimonials-serif);font-size:var(--testimonials-title-size);letter-spacing:-.02em;color:var(--testimonials-text);margin:0;font-weight:300;line-height:1.1}.testimonials-section__rating-card{border:1px solid var(--testimonials-rating-border);background:var(--testimonials-rating-bg);width:100%;max-width:20rem;box-shadow:inset 0 1px 0 rgb(var(--color-pure-white-rgb) / .05);border-radius:.375rem;flex-direction:column;flex-shrink:0;align-self:flex-start;gap:.625rem;padding:1rem 1.25rem;display:flex}@media (min-width:768px){.testimonials-section__rating-card{flex-direction:row;align-items:center;gap:1.25rem;width:auto;padding:1.125rem 1.5rem}}@media (min-width:1024px){.testimonials-section__header{gap:2.5rem}}.testimonials-section--visible .testimonials-section__rating-card{animation:testimonials-fade-up var(--testimonials-enter-duration) var(--testimonials-enter-ease) .15s both}.testimonials-section__stars{gap:.125rem;display:flex}.testimonials-section__star{width:1.0625rem;height:1.0625rem;fill:var(--testimonials-accent);flex-shrink:0}.testimonials-section__rating-score{font-size:var(--testimonials-rating-size);font-variant-numeric:tabular-nums;color:var(--testimonials-text);margin:0;font-weight:500;line-height:1.2}.testimonials-section__rating-out-of{color:var(--testimonials-text-faint);font-size:.875rem;font-weight:400}.testimonials-section__rating-label{font-size:var(--testimonials-reviews-label-size);letter-spacing:.18em;text-transform:uppercase;color:var(--testimonials-text-muted);margin:.25rem 0 0;font-weight:500}.testimonials-section__grid{grid-template-columns:minmax(0,1fr);gap:1rem;width:100%;min-width:0;display:grid}@media (min-width:768px){.testimonials-section__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}}@media (min-width:1024px){.testimonials-section__grid{gap:var(--testimonials-grid-gap);grid-template-columns:repeat(3,minmax(0,1fr))}}.testimonials-section__card{border:1px solid var(--testimonials-card-border);background:var(--testimonials-card-bg);width:100%;min-width:0;min-height:0;transition:border-color var(--testimonials-transition), transform var(--testimonials-transition);border-radius:.375rem;flex-direction:column;padding:1.25rem 1.125rem;display:flex}@media (min-width:768px){.testimonials-section__card{padding:1.5rem 1.35rem}}@media (min-width:1024px){.testimonials-section__card{padding:1.75rem 2rem}}@media (hover:hover) and (pointer:fine){.testimonials-section__card:hover{border-color:rgb(var(--color-soft-gold-rgb) / .15);transform:translateY(-2px)}}.testimonials-section--visible .testimonials-section__card{animation:testimonials-fade-up .55s var(--testimonials-enter-ease) both;animation-delay:calc(var(--card-index,0) * var(--testimonials-stagger) + .22s)}.testimonials-section__quote-mark{font-family:var(--testimonials-serif);color:var(--testimonials-accent-muted);font-size:2rem;line-height:1;display:block}@media (min-width:768px){.testimonials-section__quote-mark{font-size:clamp(2.25rem,5vw,2.75rem)}}.testimonials-section__quote{font-family:var(--testimonials-serif);color:var(--testimonials-text);border:none;flex:1;margin:.5rem 0 0;padding:0;font-size:1rem;font-style:italic;font-weight:400;line-height:1.6}@media (min-width:768px){.testimonials-section__quote{font-size:var(--testimonials-quote-size);margin-top:.75rem;line-height:1.65}}.testimonials-section__divider{background:var(--testimonials-divider);border:none;width:100%;height:1px;margin:1.125rem 0 1rem}@media (min-width:768px){.testimonials-section__divider{margin:1.5rem 0 1.25rem}}.testimonials-section__author-row{align-items:center;gap:.875rem;margin-top:auto;display:flex}.testimonials-section__avatar{border:1px solid var(--testimonials-avatar-border);background:var(--testimonials-avatar-bg);border-radius:50%;flex-shrink:0;width:3rem;height:3rem;position:relative;overflow:hidden}.testimonials-section__avatar-image{object-fit:cover}.testimonials-section__author-meta{min-width:0}.testimonials-section__author-name{font-family:var(--testimonials-serif);color:var(--testimonials-text);margin:0;font-size:1rem;font-weight:500;line-height:1.25}.testimonials-section__author-tags{font-family:inherit;font-size:var(--testimonials-tag-size);letter-spacing:var(--testimonials-tag-tracking);text-transform:uppercase;color:var(--testimonials-text-muted);overflow-wrap:anywhere;margin:.35rem 0 0;font-weight:500;line-height:1.4}.testimonials-section__actions{justify-content:center;margin-top:1.75rem;display:flex}@media (min-width:768px){.testimonials-section__actions{margin-top:2.5rem}}.testimonials-section--visible .testimonials-section__actions{animation:testimonials-fade-up .5s var(--testimonials-enter-ease) .5s both}.testimonials-section__toggle{border:1px solid rgb(var(--color-soft-gold-rgb) / .35);width:100%;max-width:20rem;font-size:var(--testimonials-cta-size);letter-spacing:var(--testimonials-cta-tracking);text-transform:uppercase;color:var(--testimonials-accent);cursor:pointer;transition:background var(--testimonials-transition), border-color var(--testimonials-transition), transform var(--testimonials-transition);background:0 0;border-radius:.375rem;padding:.875rem 1.5rem;font-weight:600}.testimonials-section__toggle:hover{border-color:rgb(var(--color-soft-gold-rgb) / .55);background:rgb(var(--color-soft-gold-rgb) / .08);transform:translateY(-1px)}@keyframes testimonials-line-grow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes testimonials-fade-up{0%{opacity:0;transform:translateY(.75rem)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.testimonials-section--visible .testimonials-section__intro,.testimonials-section--visible .testimonials-section__badge-line,.testimonials-section--visible .testimonials-section__rating-card,.testimonials-section--visible .testimonials-section__card,.testimonials-section--visible .testimonials-section__actions,.testimonials-section__card:hover{animation:none;transform:none}}