/* HVP-CONTENT-03A — Centurion relocation client experience
   Project Signature area-proof treatment.
   Staging only.
   - one place-specific client experience
   - richer than service-page proof, quieter than homepage testimonials
   - no card/widget treatment
*/

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

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

.hvp-area-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-area-proof__content {
    max-width: 810px;
}

.hvp-area-proof__quote {
    margin: 0;
    padding: 0;
    border: 0;
}

.hvp-area-proof__quote > p {
    margin: 0;
    font-family: var(--display, "Cormorant Garamond", Georgia, serif);
    font-size: clamp(34px, 3.45vw, 48px);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -.028em;
    color: #25221e;
}

.hvp-area-proof__story {
    max-width: 720px;
    margin: 20px 0 0;
    font-family: var(--sans, "Source Sans 3", Arial, sans-serif);
    font-size: 13.5px;
    line-height: 1.65;
    color: rgba(29, 28, 26, .70);
}

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

.hvp-area-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-area-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-area-proof {
        padding: 36px 0 40px;
    }

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

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

    .hvp-area-proof__content {
        max-width: 760px;
    }
}

@media (max-width: 680px) {
    .hvp-area-proof {
        padding: 31px 0 35px;
    }

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

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

    .hvp-area-proof__quote > p {
        font-size: clamp(30px, 9.2vw, 38px);
        line-height: 1.03;
    }

    .hvp-area-proof__story {
        margin-top: 16px;
        font-size: 13px;
        line-height: 1.58;
    }

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