.testimonials { background: #f3f5ef; }
.testimonial-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:2rem; }
.testimonial-controls { display:flex; align-items:center; gap:.75rem; flex:0 0 auto; }
.testimonial-arrow { width:48px; height:48px; border:1px solid rgba(28,45,52,.45); border-radius:50%; cursor:pointer; font-size:1.25rem; transition:background .2s,color .2s,transform .2s; }
.testimonial-arrow:hover,.testimonial-arrow:focus-visible { background:#1d292f; color:#fff; transform:translateY(-2px); outline:none; }
.testimonial-counter { min-width:3.2rem; text-align:center; color:rgba(28,45,52,.7); font-size:.75rem; letter-spacing:.08em; }
.testimonial-carousel { max-width:860px; margin:3.5rem auto 0; outline:none; }
.testimonial-card { display:none; min-width:0; background:#f3f5ef; border-top:1px solid rgba(28,45,52,.28); border-bottom:1px solid rgba(28,45,52,.28); padding:clamp(1.75rem,4vw,3.5rem); }
.testimonial-card.is-active { display:block; animation:testimonial-in .32s ease both; }
@keyframes testimonial-in { from{opacity:0;transform:translateX(14px)} to{opacity:1;transform:translateX(0)} }
.testimonial-card .quote-mark { display:block; margin-bottom:1.25rem; color:rgba(28,45,52,.42); font-family:Georgia,serif; font-size:3.5rem; line-height:.7; }
.testimonial-card h3 { margin:0 0 1rem; font-family:Georgia,serif; font-size:clamp(1.35rem,2vw,1.75rem); font-weight:400; line-height:1.12; }
.testimonial-preview,.testimonial-full p { line-height:1.65; }
.testimonial-preview { margin:0; }
.testimonial-card details { margin-top:1.35rem; }
.testimonial-card summary { display:inline-flex; align-items:center; gap:.55rem; cursor:pointer; list-style:none; border-bottom:1px solid currentColor; padding-bottom:.2rem; font-size:.82rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.testimonial-card summary::-webkit-details-marker { display:none; }
.testimonial-card summary::after { content:"+"; font-size:1.1rem; line-height:1; }
.testimonial-card details[open] summary::after { content:"−"; }
.testimonial-full { padding-top:1.1rem; }
.testimonial-full p { margin:0 0 1rem; }
.testimonial-source { display:block; margin-top:1.4rem; color:rgba(28,45,52,.7); font-size:.78rem; letter-spacing:.05em; text-transform:uppercase; }
@media (max-width:640px) { .testimonial-heading{align-items:flex-start;flex-direction:column}.testimonial-controls{align-self:stretch;justify-content:center}.testimonial-carousel{margin-top:2.25rem}.testimonial-card{padding:1.5rem}.testimonial-preview{font-size:.95rem}.testimonial-arrow{width:44px;height:44px} }
