/* HVP-CONTENT-01D-RV1 — Project Signature testimonial integration
   Visual refinement only:
   - remove residual oversized transition space after Meet Heleen
   - preserve accepted editorial testimonial composition
   - staging only
*/

@supports selector(body:has(.hvp-testimonials)) {
    body:has(.hvp-testimonials) .about.section {
        min-height: 0 !important;
        height: auto !important;
        padding-bottom: 30px !important;
        margin-bottom: 0 !important;
    }
}

.hvp-testimonials {
    position: relative;
    overflow: hidden;
    margin-top: 0 !important;
    padding: 40px 0 66px;
    border-top: 1px solid rgba(35, 31, 27, .10);
    border-bottom: 1px solid rgba(35, 31, 27, .10);
    background: #f4f1ec;
    color: #1d1c1a;
}

.hvp-testimonials__inner {
    width: min(1180px, calc(100% - 64px));
    margin: 0 auto;
}

.hvp-testimonials__intro {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(290px, .82fr);
    gap: clamp(42px, 7vw, 96px);
    align-items: end;
    margin: 0 0 34px;
}

.hvp-testimonials__heading { min-width: 0; }

.hvp-testimonials__eyebrow {
    margin: 0 0 16px;
    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-testimonials__title {
    margin: 0;
    max-width: 710px;
    font-family: var(--display, "Cormorant Garamond", Georgia, serif);
    font-size: clamp(44px, 4.45vw, 64px);
    font-weight: 500;
    line-height: .96;
    letter-spacing: -.035em;
    color: #211f1c;
}

.hvp-testimonials__copy {
    justify-self: end;
    max-width: 430px;
    margin: 0 0 2px;
    font-family: var(--sans, "Source Sans 3", Arial, sans-serif);
    font-size: 14px;
    line-height: 1.68;
    color: rgba(29, 28, 26, .68);
}

.hvp-testimonials__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid rgba(80, 66, 51, .18);
}

.hvp-testimonial {
    display: flex;
    min-width: 0;
    min-height: 250px;
    flex-direction: column;
    padding: 27px 32px 0;
    border: 0;
    border-right: 1px solid rgba(80, 66, 51, .18);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.hvp-testimonial:first-child { padding-left: 22px; }
.hvp-testimonial:last-child { padding-right: 22px; border-right: 0; }
.hvp-testimonial::before { content: none; }

.hvp-testimonial__lead {
    max-width: 94%;
    margin: 0 0 15px;
    font-family: var(--display, "Cormorant Garamond", Georgia, serif);
    font-size: clamp(22px, 1.65vw, 27px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -.018em;
    color: #25221e;
}

.hvp-testimonial__quote {
    margin: 0;
    padding: 0;
    border: 0;
}

.hvp-testimonial__quote p {
    margin: 0;
    font-family: var(--sans, "Source Sans 3", Arial, sans-serif);
    font-size: 13.5px;
    line-height: 1.62;
    color: rgba(29, 28, 26, .72);
}

.hvp-testimonial__footer {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: auto;
    padding-top: 22px;
}

.hvp-testimonial__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-testimonial__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);
}

.hvp-testimonials__swipe { display: none; }

@supports not selector(body:has(.hvp-testimonials)) {
    .hvp-testimonials { margin-top: -70px !important; }
}

@media (max-width: 920px) {
    @supports selector(body:has(.hvp-testimonials)) {
        body:has(.hvp-testimonials) .about.section {
            min-height: 0 !important;
            height: auto !important;
            padding-bottom: 28px !important;
            margin-bottom: 0 !important;
        }
    }

    .hvp-testimonials { padding: 38px 0 52px; }

    .hvp-testimonials__inner { width: min(100% - 40px, 1180px); }

    .hvp-testimonials__intro {
        grid-template-columns: 1fr;
        gap: 17px;
        margin-bottom: 27px;
    }

    .hvp-testimonials__copy {
        justify-self: start;
        max-width: 580px;
    }

    .hvp-testimonials__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hvp-testimonial:last-child {
        grid-column: 1 / -1;
        min-height: 215px;
        padding-left: 22px;
        border-top: 1px solid rgba(80, 66, 51, .18);
    }
}

@media (max-width: 680px) {
    @supports selector(body:has(.hvp-testimonials)) {
        body:has(.hvp-testimonials) .about.section {
            padding-bottom: 24px !important;
        }
    }

    .hvp-testimonials { padding: 34px 0 40px; }

    .hvp-testimonials__inner { width: min(100% - 28px, 1180px); }

    .hvp-testimonials__intro {
        gap: 14px;
        margin-bottom: 23px;
    }

    .hvp-testimonials__eyebrow {
        margin-bottom: 10px;
        font-size: 9.5px;
    }

    .hvp-testimonials__title {
        font-size: clamp(36px, 10.8vw, 46px);
        line-height: .98;
    }

    .hvp-testimonials__copy {
        font-size: 13.25px;
        line-height: 1.58;
    }

    .hvp-testimonials__grid {
        grid-template-columns: none;
        grid-auto-flow: column;
        grid-auto-columns: min(84vw, 338px);
        gap: 0;
        overflow-x: auto;
        margin: 0 -14px;
        padding: 0 14px 8px;
        border-top: 1px solid rgba(80, 66, 51, .18);
        overscroll-behavior-inline: contain;
        scroll-snap-type: inline mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .hvp-testimonials__grid::-webkit-scrollbar { display: none; }

    .hvp-testimonial,
    .hvp-testimonial:first-child,
    .hvp-testimonial:last-child {
        grid-column: auto;
        min-height: 292px;
        padding: 20px 22px 0;
        border: 0;
        border-right: 1px solid rgba(80, 66, 51, .18);
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        scroll-snap-align: start;
    }

    .hvp-testimonial:last-child { border-right: 0; }

    .hvp-testimonial__lead {
        max-width: 96%;
        margin-bottom: 13px;
        font-size: 21px;
    }

    .hvp-testimonial__quote p {
        font-size: 13px;
        line-height: 1.58;
    }

    .hvp-testimonial__footer { padding-top: 18px; }

    .hvp-testimonials__swipe {
        display: block;
        margin: 7px 0 0;
        font-family: var(--sans, "Source Sans 3", Arial, sans-serif);
        font-size: 10px;
        letter-spacing: .06em;
        text-transform: uppercase;
        color: rgba(29, 28, 26, .46);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hvp-testimonials__grid { scroll-behavior: auto; }
}
