.testimonials-featured{background:var(--brand-surface);padding:var(--spacing-section) 0}.testimonials-featured__inner{max-width:var(--spacing-container);margin:0 auto;padding:0 2rem}.testimonials-featured__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:5rem;gap:5rem;align-items:center}.testimonials-featured__image-wrap{position:relative}.testimonials-featured__image{width:100%;height:520px;object-fit:cover;object-position:center;display:block}.testimonials-featured__image-accent{position:absolute;bottom:-1rem;right:-1rem;width:6rem;height:6rem;border:1px solid var(--brand-accent)}.testimonials-featured__eyebrow{font-family:var(--brand-font-body);font-size:.75rem;letter-spacing:.3em;text-transform:uppercase;color:var(--brand-accent);font-weight:500;margin-bottom:1.5rem}.testimonials-featured__quote{font-family:var(--brand-font-heading);font-size:clamp(1.5rem,2.8vw,2.25rem);line-height:1.3;letter-spacing:-.01em;font-style:italic;color:var(--brand-text);margin-bottom:2rem}.testimonials-featured__attribution{border-top:1px solid var(--brand-border);padding-top:1.25rem}.testimonials-featured__author-name{font-family:var(--brand-font-heading);font-size:1.125rem;color:var(--brand-text);margin-bottom:.125rem}.testimonials-featured__author-role{font-family:var(--brand-font-body);font-size:.8125rem;letter-spacing:.05em;text-transform:uppercase;color:var(--brand-text-muted);font-weight:400}@media (max-width:768px){.testimonials-featured__grid{grid-template-columns:1fr;gap:2.5rem}.testimonials-featured__image{height:360px}.testimonials-featured__image-accent{display:none}}