/* Customer proof: Greenwich type, colors and spacing; logo artwork stays intact. */
.credibility__track { background: var(--gm-cream); }
.credibility__track img.credibility__tribetots {
    width: 138px;
    height: auto;
    max-height: none;
    object-fit: contain;
    opacity: .65;
}
.credibility__track img.credibility__tribetots:hover { opacity: 1; }
.customer-testimonial {
    scroll-margin-top: 7rem;
    padding: 3rem 2.5rem;
    color: var(--gm-navy);
    background: var(--gm-cream);
    border-bottom: 1px solid var(--gm-line);
}
.customer-testimonial__inner {
    width: 100%;
    max-width: 1280px;
    min-width: 0;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 13rem minmax(0, 1fr);
    gap: 4.5rem;
    align-items: start;
}
.customer-testimonial__brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
    min-width: 0;
}
.customer-testimonial__label {
    margin: 0;
    font-family: var(--gm-font-sans);
    font-size: .75rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--gm-grey);
}
.customer-testimonial__logo {
    display: block;
    width: 144px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    mix-blend-mode: multiply;
}
.customer-testimonial__figure { margin: 0; min-width: 0; }
.customer-testimonial__quote {
    margin: 0;
    max-width: 42rem;
    font-family: var(--gm-font-serif);
    font-size: clamp(1.25rem, 1.8vw, 1.65rem);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}
.customer-testimonial__quote p {
    margin: 0;
    font: inherit;
    letter-spacing: inherit;
}
.customer-testimonial__attribution {
    margin-top: 1.5rem;
    font-family: var(--gm-font-sans);
    font-size: .875rem;
    line-height: 1.6;
}
.customer-testimonial__name { margin: 0; font-weight: 500; }
.customer-testimonial__role { margin: 0; color: var(--gm-grey); }
.customer-testimonial__company {
    display: inline-block;
    color: var(--gm-navy);
    text-decoration: none;
    text-decoration-color: var(--gm-line-strong);
    text-underline-offset: .2em;
}
.customer-testimonial__company:hover { text-decoration-color: currentColor; }
.customer-testimonial__company:focus-visible {
    outline: 2px solid var(--gm-navy);
    outline-offset: 4px;
}
@media (max-width: 768px) {
    .credibility__track img.credibility__tribetots { width: 108px; }
    .customer-testimonial { padding: 2rem 1.25rem; }
    .customer-testimonial__inner { grid-template-columns: minmax(0, 1fr); gap: 1.5rem; }
    .customer-testimonial__brand { gap: .75rem; }
    .customer-testimonial__logo { width: 120px; }
    .customer-testimonial__label { font-size: .6875rem; letter-spacing: .055em; }
    .customer-testimonial__quote { font-size: 1.25rem; }
    .customer-testimonial__attribution { margin-top: 1.25rem; }
}
