.testimonials{background:var(--t-section-bg,#5c1a2b);padding:clamp(3rem,7vw,6rem) 1.5rem}.testimonials__grid{display:grid;gap:1rem;grid-auto-rows:minmax(0,1fr);grid-template-columns:repeat(6,1fr);margin:0 auto;max-width:var(--container-max,1400px)}.testimonials__card,.testimonials__heading-tile{border-radius:20px;color:var(--t-card-text,#3e0f1c);display:flex;flex-direction:column;min-height:340px;padding:2rem 2.25rem}.testimonials__heading-tile{background:var(--t-heading-bg,#eee3d1);grid-column:span 2;justify-content:flex-start}.testimonials__heading h2{color:var(--t-card-text,#3e0f1c);font-size:clamp(2.25rem,4vw,3.75rem);letter-spacing:-.01em;line-height:1.02;margin:0;text-transform:uppercase}.testimonials__heading h2 .script{color:var(--t-card-text,#3e0f1c);font-size:.9em;letter-spacing:0}.testimonials__card{grid-column:span 2}.testimonials__card:nth-child(4),.testimonials__card:nth-child(5){grid-column:span 3}.testimonials__stars{color:var(--t-card-text,#3e0f1c);font-size:1rem;letter-spacing:.25em;margin-bottom:1.25rem}.testimonials__headline{color:var(--t-card-text,#3e0f1c);font-family:var(--f-display,"Fraunces",serif);font-size:clamp(1.125rem,1.4vw,1.5rem);font-weight:800;letter-spacing:-.005em;line-height:1.15;margin:0 0 1rem;text-transform:uppercase}.testimonials__body{color:var(--t-card-text,#3e0f1c);font-size:.9375rem;line-height:1.55;margin:0 0 1.5rem}.testimonials__body p:last-child{margin-bottom:0}.testimonials__author{align-items:center;display:flex;gap:.875rem;margin-top:auto}.testimonials__avatar{border-radius:50%;flex-shrink:0;height:40px;object-fit:cover;width:40px}.testimonials__author-name{color:var(--t-card-text,#3e0f1c);font-size:.9375rem;font-weight:500;margin:0}@media (max-width:1024px){.testimonials__grid{grid-template-columns:repeat(2,1fr)}.testimonials__card,.testimonials__card:nth-child(4),.testimonials__card:nth-child(5),.testimonials__heading-tile{grid-column:auto}}@media (max-width:640px){.testimonials{padding:2.5rem 1rem}.testimonials__grid{gap:.75rem;grid-template-columns:1fr}.testimonials__card,.testimonials__heading-tile{min-height:auto;padding:1.75rem}}