/* HVP-CONTENT-02A — Contextual service testimonials
   Project Signature editorial proof treatment.
   Staging only.
   - one contextual client experience per selected service journey
   - deliberately quieter than the homepage three-column treatment
   - no card/widget styling
*/

.hvp-service-proof {
    position: relative;
    margin: 0;
    padding: 38px 0 42px;
    border-top: 1px solid rgba(80, 66, 51, .16);
    border-bottom: 1px solid rgba(80, 66, 51, .16);
    color: #1d1c1a;
}

.hvp-service-proof__inner {
    width: min(1180px, calc(100% - 64px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(150px, .34fr) minmax(0, 1fr);
    gap: clamp(34px, 7vw, 92px);
    align-items: start;
}

.hvp-service-proof__eyebrow {
    margin: 7px 0 0;
    font-family: var(--sans, "Source Sans 3", Arial, sans-serif);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #a47d4f;
}

.hvp-service-proof__quote {
    max-width: 780px;
    margin: 0;
    padding: 0;
    border: 0;
}

.hvp-service-proof__quote > p {
    margin: 0;
    font-family: var(--display, "Cormorant Garamond", Georgia, serif);
    font-size: clamp(29px, 3.1vw, 43px);
    font-weight: 500;
    line-height: 1.03;
    letter-spacing: -.025em;
    color: #25221e;
}

.hvp-service-proof__footer {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 19px;
}

.hvp-service-proof__name {
    font-family: var(--sans, "Source Sans 3", Arial, sans-serif);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: .03em;
    color: #211f1c;
}

.hvp-service-proof__meta {
    font-family: var(--sans, "Source Sans 3", Arial, sans-serif);
    font-size: 10.5px;
    line-height: 1.35;
    color: rgba(29, 28, 26, .50);
}

@media (max-width: 920px) {
    .hvp-service-proof {
        padding: 34px 0 38px;
    }

    .hvp-service-proof__inner {
        width: min(100% - 40px, 1180px);
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .hvp-service-proof__eyebrow {
        margin-top: 0;
    }

    .hvp-service-proof__quote {
        max-width: 720px;
    }
}

@media (max-width: 680px) {
    .hvp-service-proof {
        padding: 30px 0 34px;
    }

    .hvp-service-proof__inner {
        width: min(100% - 28px, 1180px);
        gap: 12px;
    }

    .hvp-service-proof__eyebrow {
        font-size: 9.5px;
    }

    .hvp-service-proof__quote > p {
        font-size: clamp(27px, 8.6vw, 36px);
        line-height: 1.04;
    }

    .hvp-service-proof__footer {
        margin-top: 16px;
    }
}
