@charset "UTF-8";

/* What Businesses Say — theme34 (new file; does not modify styles.css) */

.theme34 {
    background: linear-gradient(180deg, var(--sh-blue-light) 0%, #f7fbfe 48%, var(--sh-white) 100%);
}

.theme34 .theme34__container {
    width: 100%;
    max-width: 76rem;
    margin: 0 auto;
    padding: 0 1.5rem;
    padding-top: 3rem;
}

.theme34 .theme34__header {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto 2.75rem;
}

.theme34 .theme34__eyebrow {
    display: block;
    color: var(--sh-blue);
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 0.85rem;
}

.theme34 .theme34__title {
    color: var(--sh-navy);
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.15;
    margin: 0;
}

.theme34 .theme34__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
    align-items: stretch;
}

.theme34 .theme34__card {
    background: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 2px 4px -2px rgba(10, 13, 18, 0.06), 0 10px 20px -6px rgba(10, 13, 18, 0.1);
    padding: 2rem 1.75rem 1.5rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: left;
}

.theme34 .theme34__person {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.35rem;
}

.theme34 .theme34__avatar-wrap {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: var(--sh-blue-light);
}

.theme34 .theme34__avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.theme34 .theme34__meta {
    min-width: 0;
}

.theme34 .theme34__name {
    color: var(--sh-navy);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 0.2rem;
}

.theme34 .theme34__role {
    color: var(--sh-gray-muted);
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.35;
    margin: 0 0 0.45rem;
}

.theme34 .theme34__stars {
    display: block;
    width: 6rem;
    height: auto;
}

.theme34 .theme34__divider {
    border: 0;
    border-top: 1px solid var(--sh-border);
    margin: 0 0 1.35rem;
}

.theme34 .theme34__quote-wrap {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 0.75rem;
    align-items: start;
    flex: 1;
}

.theme34 .theme34__quote-icon {
    display: block;
    width: 1.75rem;
    height: auto;
    margin: 0.15rem 0 0;
    grid-column: 1;
    grid-row: 1;
}

.theme34 .theme34__quote {
    color: var(--sh-gray);
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    grid-column: 2;
    grid-row: 1;
}

.theme34 .theme34__biz-icon {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.5rem;
    grid-column: 1 / -1;
    grid-row: 2;
}

.theme34 .theme34__biz-icon img {
    width: 5.25rem;
    height: 5.25rem;
    display: block;
    opacity: 0.95;
}

@media (max-width: 1024px) {
    .theme34 .theme34__title {
        font-size: 2.25rem;
    }

    .theme34 .theme34__header {
        margin-bottom: 2.25rem;
    }

    .theme34 .theme34__grid {
        gap: 1.25rem;
    }

    .theme34 .theme34__card {
        padding: 1.5rem 1.25rem 1.25rem;
    }

    .theme34 .theme34__avatar-wrap {
        width: 4.25rem;
        height: 4.25rem;
    }

    .theme34 .theme34__name {
        font-size: 1.125rem;
    }

    .theme34 .theme34__quote {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .theme34 .theme34__container {
        padding: 3rem 1rem 0;
    }

    .theme34 .theme34__header {
        margin-bottom: 1.75rem;
    }

    .theme34 .theme34__eyebrow {
        font-size: 0.8125rem;
        margin-bottom: 0.6rem;
    }

    .theme34 .theme34__title {
        font-size: 1.875rem;
    }

    .theme34 .theme34__grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
        max-width: 26rem;
        margin: 0 auto;
    }

    .theme34 .theme34__avatar-wrap {
        width: 4.5rem;
        height: 4.5rem;
    }

    .theme34 .theme34__name {
        font-size: 1.1875rem;
    }

    .theme34 .theme34__quote {
        font-size: 1rem;
    }
}

@media (max-width: 500px) {
    .theme34 .theme34__title {
        font-size: 1.625rem;
    }

    .theme34 .theme34__grid {
        max-width: 100%;
    }

    .theme34 .theme34__card {
        padding: 1.35rem 1.15rem 1.15rem;
    }

    .theme34 .theme34__avatar-wrap {
        width: 4rem;
        height: 4rem;
    }
}
