/* Homepage testimonials — editorial cards on a warm band. */
.sf-testimonials { position: relative; overflow: hidden; background: #f7f5f2; border-top: 1px solid #e8e4de; border-bottom: 1px solid #e8e4de; }
.sf-testimonials::before { content: "“"; position: absolute; right: -10px; top: -110px; color: #efe9e2; font: 800 520px/1 "Plus Jakarta Sans", Georgia, serif; pointer-events: none; }
.sf-testimonials__inner { position: relative; width: min(100% - 48px, 1200px); margin: 0 auto; padding: 100px 0 96px; }
.sf-testimonials__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: 48px; }
.sf-testimonials__eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 16px; color: #c8102e; font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.sf-testimonials__eyebrow::before { content: ""; width: 26px; height: 2px; background: currentColor; }
.sf-testimonials__head h2 { max-width: 620px; margin: 0; font: 800 clamp(32px, 3.4vw, 46px)/1.08 "Plus Jakarta Sans", sans-serif; letter-spacing: -.035em; text-wrap: balance; }
.sf-testimonials__intro { max-width: 380px; margin: 0; color: #5f6368; font-size: 15px; line-height: 1.55; text-align: right; }

.sf-testimonials__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.sf-testimonial { position: relative; display: flex; flex-direction: column; gap: 18px; padding: 30px 30px 26px; border: 1px solid #e6e1da; border-radius: 18px; background: #fff; box-shadow: 0 1px 0 rgba(31,35,40,.03), 0 24px 50px -44px rgba(31,35,40,.5); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.sf-testimonial::before { content: ""; position: absolute; left: 30px; top: 0; width: 44px; height: 3px; border-radius: 0 0 3px 3px; background: #c8102e; }
.sf-testimonial:hover { transform: translateY(-4px); border-color: #d9d2c9; box-shadow: 0 1px 0 rgba(31,35,40,.03), 0 34px 60px -40px rgba(31,35,40,.55); }
.sf-testimonial--wide { grid-column: span 2; }
.sf-testimonial--wide blockquote p { font-size: 19px; }
.sf-testimonial__stars { display: flex; gap: 2px; color: #e0a526; font-size: 14px; letter-spacing: 1px; }
.sf-testimonial blockquote { margin: 0; flex: 1; }
.sf-testimonial blockquote p { position: relative; margin: 0; color: #1f2328; font-size: 16.5px; line-height: 1.62; text-wrap: pretty; }
.sf-testimonial blockquote p::before { content: "“"; position: absolute; left: -12px; top: -4px; color: #c8102e; font: 800 28px/1 "Plus Jakarta Sans", Georgia, serif; opacity: .55; }
.sf-testimonial footer { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 12px; padding-top: 18px; border-top: 1px solid #efebe5; }
.sf-testimonial__avatar { display: flex; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 50%; object-fit: cover; }
.sf-testimonial__avatar--initial { color: #fff; font: 800 17px/1 "Plus Jakarta Sans", sans-serif; }
.sf-testimonial footer strong { display: block; font: 700 15px/1.2 "Plus Jakarta Sans", sans-serif; letter-spacing: -.01em; }
.sf-testimonial footer div > span { display: block; margin-top: 3px; color: #5f6368; font-size: 12.5px; }
.sf-testimonial footer .sf-testimonial__avatar--initial { display: flex; margin: 0; color: #fff; font-size: 17px; }
.sf-testimonial__tag { display: inline-block; padding: 6px 11px; border-radius: 100px; background: #f7f5f2; color: #7a5c3a; font-size: 11px; font-style: normal; font-weight: 700; letter-spacing: .04em; white-space: nowrap; }

.sf-testimonials__foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px 32px; margin-top: 34px; }
.sf-testimonials__note { margin: 0; max-width: 720px; color: #858a90; font-size: 12.5px; line-height: 1.55; }
.sf-testimonials__cta { color: #1f2328; font-size: 14.5px; font-weight: 700; border-bottom: 2px solid #c8102e; padding-bottom: 2px; white-space: nowrap; }
.sf-testimonials__cta:hover { color: #c8102e; }

@media (max-width: 1024px) {
  .sf-testimonials__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sf-testimonial--wide { grid-column: span 2; }
  .sf-testimonials::before { font-size: 380px; top: -80px; }
}
@media (max-width: 820px) {
  .sf-testimonials__inner { width: min(100% - 40px, 680px); padding: 64px 0 60px; }
  .sf-testimonials__head { display: block; margin-bottom: 26px; }
  .sf-testimonials__intro { margin-top: 14px; text-align: left; max-width: none; }
  .sf-testimonials__grid { display: flex; gap: 14px; width: calc(100% + 20px); margin-right: -20px; padding: 2px 20px 14px 0; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .sf-testimonials__grid::-webkit-scrollbar { display: none; }
  .sf-testimonial { flex: 0 0 min(82vw, 340px); scroll-snap-align: start; padding: 24px 22px 20px; }
  .sf-testimonial--wide { grid-column: auto; }
  .sf-testimonial--wide blockquote p { font-size: 16px; }
  .sf-testimonial blockquote p { font-size: 15.5px; }
  .sf-testimonial footer { grid-template-columns: 40px 1fr; }
  .sf-testimonial__tag { grid-column: 1 / -1; justify-self: start; }
  .sf-testimonials::before { display: none; }
  .sf-testimonials__foot { margin-top: 16px; }
}
@media (prefers-reduced-motion: reduce) { .sf-testimonial { transition: none; } }
