#temoignages { scroll-margin-top: 110px; }
@media (max-width: 1023px) { #temoignages { scroll-margin-top: 180px; } }
.testimonials-panel { color: #123550; border-top: 1px solid #d9cdbb; padding-top: clamp(28px, 4vw, 48px); }
.testimonials-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 32px; }
.testimonials-eyebrow { display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #52604a; }
.testimonials-eyebrow > span { font-size: 23px; line-height: 1; color: #b65135; }
.testimonials-heading h2 { margin: 14px 0 0; font-size: clamp(28px, 3.2vw, 43px); line-height: 1.2; letter-spacing: -.025em; }
.testimonials-heading > p { max-width: 260px; margin: 0 0 3px; font-size: 16px; line-height: 1.6; color: #53616b; }
.founder-testimonial { position: relative; display: grid; grid-template-columns: minmax(180px, .7fr) minmax(0, 2fr); gap: clamp(28px, 5vw, 68px); margin: 0; padding: clamp(26px, 4vw, 48px); border: 1px solid #e1d2ba; border-radius: 18px; background: #fffaf1; overflow-wrap: anywhere; box-shadow: 0 6px 24px #12355004; }
.founder-testimonial::before { content: ''; position: absolute; left: 0; top: 30px; bottom: 30px; width: 3px; background: #c46542; border-radius: 0 3px 3px 0; }
.founder-testimonial__intro { padding-top: 5px; }
.founder-testimonial__mark { display: grid; place-items: center; height: 42px; width: 42px; border-radius: 12px; background: #f5e7d5; color: #a94d32; margin-bottom: 18px; }
.founder-testimonial__mark svg { width: 23px; height: 23px; }
.founder-testimonial__intro h3 { margin: 0; font-size: 22px; line-height: 1.3; }
.founder-testimonial__intro p { margin: 10px 0 0; font-size: 14px; color: #61705e; line-height: 1.6; max-width: 210px; }
.founder-testimonial__words { min-width: 0; }
.founder-testimonial__quote { display: block; height: 28px; font: 64px/.9 Georgia, serif; color: #bd6546; }
.founder-testimonial blockquote { white-space: pre-line; margin: 14px 0 26px; font-size: clamp(18px, 1.7vw, 23px); line-height: 1.65; letter-spacing: -.01em; }
.founder-testimonial figcaption { display: flex; align-items: center; gap: 13px; }
.founder-testimonial__signature { width: 28px; height: 1px; flex-shrink: 0; background: #bd6546; }
.founder-testimonial figcaption strong { display: block; font-size: 15px; }
.founder-testimonial figcaption div > span { display: block; margin-top: 3px; font-size: 13px; color: #65705f; }
.testimonials-customer-heading { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin: 32px 0 18px; }
.testimonials-customer-heading h3 { font-size: 20px; margin: 0; }
.testimonials-customer-heading > span { font-size: 12px; color: #61705e; padding: 4px 10px; border: 1px solid #d6d8c9; border-radius: 20px; }
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 18px; align-items: stretch; }
.testimonial-card { display: flex; flex-direction: column; min-width: 0; margin: 0; padding: 26px; border: 1px solid #e1ded4; border-radius: 16px; background: #fffefb; overflow-wrap: anywhere; }
.testimonial-card__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.testimonial-quote { width: 26px; height: 26px; flex-shrink: 0; color: #78886b; }
.testimonial-flavour { padding: 5px 10px; background: #f3f3e9; color: #56644b; border-radius: 6px; font-size: 12px; line-height: 1.4; }
.testimonial-card blockquote { margin: 18px 0 24px; white-space: pre-line; font-size: 16px; line-height: 1.75; color: #354955; }
.testimonial-card figcaption { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: auto; padding-top: 18px; border-top: 1px solid #ebe8df; }
.testimonial-avatar { display: grid; place-items: center; width: 32px; height: 32px; flex: 0 0 32px; border-radius: 50%; color: #516049; background: #eaf0e5; font-size: 13px; font-weight: 700; }
.testimonial-card figcaption strong { flex: 1; min-width: 0; font-size: 14px; }
.testimonial-card time { color: #6a746c; font-size: 12px; }
.testimonial-pagination { display: flex; justify-content: end; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 24px; font-size: 14px; }
.testimonial-pagination a { display: inline-flex; min-height: 44px; align-items: center; padding: 8px 14px; border: 1px solid #c9cdc5; border-radius: 8px; color: #123550; text-decoration: none; }
.testimonial-pagination a:hover { background: #fffaf1; border-color: #123550; }
.testimonial-pagination a:focus-visible { outline: 3px solid #b65135; outline-offset: 3px; }
@media (max-width: 700px) {
    .testimonials-heading { display: block; margin-bottom: 24px; }
    .testimonials-heading > p { max-width: none; margin-top: 14px; font-size: 15px; }
    .founder-testimonial { grid-template-columns: minmax(0, 1fr); gap: 24px; padding: 26px; }
    .founder-testimonial__intro { display: grid; grid-template-columns: 42px minmax(0, 1fr); column-gap: 13px; padding: 0 0 20px; border-bottom: 1px solid #e7dac7; }
    .founder-testimonial__mark { grid-row: 1 / 3; margin: 0; }
    .founder-testimonial__intro h3 { font-size: 20px; }
    .founder-testimonial__intro p { grid-column: 2; max-width: none; margin-top: 6px; font-size: 13px; }
    .testimonial-card { padding: 22px; }
    .testimonial-pagination { justify-content: center; gap: 12px; }
}
