/* === testimonials.css === */

/* -----------------------------------------------
   Testimonials Page
   ----------------------------------------------- */
.testimonials-page {
    color: var(--color-black);
}

.testimonials-page__hero {
    padding-top: 0.25rem;
}

.testimonials-page__hero-image {
    background-color: #191a15;
}

.testimonials-page__hero-image img {
    width: 100%;
    height: 100%;
    min-height: 20rem;
    object-fit: cover;
}

.testimonials-page__hero-body {
    gap: 1.3125rem;
}

.testimonials-page__hero-heading {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.testimonials-page__hero-body .ip-hero__label {
    padding-left: 0.3125rem;
    font-size: 1.125rem;
    line-height: 1.3;
}

.testimonials-page__hero-body .ip-hero__title {
    font-size: clamp(2.25rem, 4vw, 3.875rem);
    font-weight: 500;
    line-height: 1.06;
}

.testimonials-page__hero-body .ip-hero__intro {
    max-width: 42rem;
}

.testimonials-page__hero-body .ip-hero__lead {
    letter-spacing: -0.03em;
}

.testimonials-page__hero-body .ip-hero__cta {
    min-height: 3.75rem;
    padding: 1.125rem 2rem;
    border-width: 2px;
    border-radius: 0.375rem;
    font-size: 1.125rem;
}

.testimonials-page__list {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
}

.testimonials-page__columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.testimonials-page__column {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.testimonials-page__item {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.testimonials-page__item-rule {
    display: block;
    width: 10rem;
    height: 4px;
    background-color: var(--color-black);
}

.testimonials-page__item-header {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.testimonials-page__item-name {
    margin: 0;
    font-family: var(--font-heading);
    font-size: clamp(1.75rem, 2.5vw, 2.75rem);
    font-weight: 500;
    line-height: 1.04;
    letter-spacing: -0.03em;
    color: var(--color-black);
}

.testimonials-page__item-role {
    margin: 0;
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.03em;
    color: var(--color-black);
}

.testimonials-page__item-quote {
    margin: 0;
    font-family: var(--font-heading);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.72;
    letter-spacing: -0.03em;
    color: var(--color-black);
}

.testimonials-page__projects .image-strip-section {
    background-color: #f7f7f7;
}

.testimonials-page__projects .image-strip-section__inner.container {
    padding-top: 3.875rem;
    padding-bottom: 3.8125rem;
}

.testimonials-page__projects .image-strip-section__header {
    gap: 0.75rem;
    max-width: 47.6875rem;
}

.testimonials-page__projects .image-strip-section__rule {
    width: 13.625rem;
    height: 4px;
}

.testimonials-page__projects .image-strip-section__title {
    font-size: clamp(2rem, 3vw, 2.75rem);
    line-height: 1.23;
    letter-spacing: -0.03em;
}

.testimonials-page__projects .image-strip-section__track {
    gap: 1rem;
}

.testimonials-page__projects .image-strip-section__item {
    width: 20rem;
}

.testimonials-page__projects .image-strip-section__image {
    height: 12.5rem;
}

.testimonials-page__projects .image-strip-section__cta {
    margin-top: 1.75rem;
    display: flex;
    justify-content: center;
}

.testimonials-page__projects .image-strip-section__button {
    min-height: 3.75rem;
    padding: 1.125rem 2rem;
    border-radius: 0.375rem;
    background-color: #ca161e;
    border-color: rgba(0, 0, 0, 0.22);
    color: var(--color-white);
}

.testimonials-carousel { padding: 1.25rem 0 6rem; background-color: var(--color-white); }

.testimonials-carousel__inner.container { padding-left: 1rem; padding-right: 1rem; }

.testimonials-carousel__sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.testimonials-carousel__shell { position: relative; display: block; max-width: 22.6875rem; margin: 0 auto; }

.testimonials-carousel__viewport { position: relative; z-index: 1; overflow: hidden; transition: height 320ms ease; }

.testimonials-carousel__track { display: flex; align-items: flex-start; transition: transform 320ms ease; will-change: transform; }

.testimonials-carousel__slide { flex: 0 0 100%; width: 100%; display: flex; flex-direction: column; align-items: center; align-self: flex-start; gap: 1rem; padding-bottom: 0; text-align: center; }

.testimonials-carousel__brand { display: flex; justify-content: center; width: 126px; height: 47px; }

.testimonials-carousel__brand-mark { position: relative; display: inline-flex; align-items: center; justify-content: center; min-width: 7.875rem; min-height: 2.9375rem; padding: 0 0.875rem; font-family: var(--font-nav); font-size: 0.8125rem; line-height: 0.92; letter-spacing: 0; text-transform: uppercase; color: #6f6f6f; }

.testimonials-carousel__brand-mark::before,
.testimonials-carousel__brand-mark::after { content: ""; position: absolute; top: 0; bottom: 0; width: 0.5rem; border-top: 2px solid #d3a538; border-bottom: 2px solid #d3a538; }

.testimonials-carousel__brand-mark::before { left: 0; border-left: 2px solid #d3a538; }
.testimonials-carousel__brand-mark::after { right: 0; border-right: 2px solid #d3a538; }

.testimonials-carousel__brand-mark span { display: block; }

.testimonials-carousel__quote { margin: 0; width: 21.625rem; max-width: 100%; font-family: var(--font-body); font-size: 1rem; font-weight: 400; line-height: 1.625; letter-spacing: -0.03em; color: var(--color-black); text-wrap: normal; }

.testimonials-carousel__quote::before,
.testimonials-carousel__quote::after { content: "\""; }

.testimonials-carousel__quote-break { display: block; }

.testimonials-carousel__attribution { display: flex; flex-direction: column; align-items: center; gap: 0; width: 12.75rem; margin: 0 auto; }

.testimonials-carousel__name,
.testimonials-carousel__role { margin: 0; width: 100%; max-width: 12.75rem; font-family: var(--font-body); font-size: 1.125rem; letter-spacing: -0.03em; color: var(--color-black); }

.testimonials-carousel__name { font-weight: 600; line-height: 1.2222; }

.testimonials-carousel__role { font-weight: 300; line-height: 1.2222; }

.testimonials-carousel__controls { display: grid; grid-template-columns: 2.25rem minmax(0, 1fr) 2.25rem; align-items: center; column-gap: 0.75rem; width: 100%; max-width: 21.625rem; margin: 0.75rem auto 0; }

.testimonials-carousel__current-attribution { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0; min-width: 0; min-height: 0; text-align: center; }

.testimonials-carousel__current-name,
.testimonials-carousel__current-role { margin: 0; width: 100%; font-family: var(--font-body); letter-spacing: -0.03em; color: var(--color-black); }

.testimonials-carousel__current-name { font-size: 1.125rem; font-weight: 600; line-height: 1.2222; }

.testimonials-carousel__current-role { font-size: 1.125rem; font-weight: 300; line-height: 1.2222; }

.testimonials-carousel__nav { z-index: 2; display: inline-flex; align-items: center; justify-content: center; width: 2.25rem; height: 2.25rem; padding: 0; border: 1px solid var(--color-navy); border-radius: 50%; background: transparent; color: var(--color-navy); cursor: pointer; touch-action: manipulation; transition: opacity var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast); }

.testimonials-carousel__nav--desktop { display: none; }

.testimonials-carousel__attribution { display: none; }

.testimonials-carousel__nav svg { display: block; width: 0.5rem; height: 1rem; }

.testimonials-carousel__nav:disabled { opacity: 0.35; cursor: default; }

.testimonials-carousel__cta { display: flex; justify-content: center; margin-top: 2rem; }

.testimonials-carousel__button { display: inline-flex; align-items: center; justify-content: center; width: 9.875rem; min-width: 9.875rem; height: 3rem; min-height: 3rem; padding: 0 1.5rem; border-radius: 0.375rem; background-color: var(--color-black); font-family: var(--font-nav); font-size: 1rem; line-height: 1.037; color: var(--color-white); text-decoration: none; white-space: nowrap; }

@media (min-width: 768px) {
    .testimonials-page__hero {
        gap: 2.75rem;
        padding-top: 2.25rem;
        padding-bottom: 3rem;
    }

    .testimonials-page__hero-image {
        flex: 0 0 52%;
        max-width: 52%;
    }

    .testimonials-page__hero-image img {
        min-height: 28rem;
    }

    .testimonials-page__list {
        padding-top: 3rem;
        padding-bottom: 5.5rem;
    }

    .testimonials-page__columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 3rem;
    }

    .testimonials-page__column {
        gap: 3rem;
    }

    .testimonials-page__projects .image-strip-section__item {
        width: 26rem;
    }

    .testimonials-page__projects .image-strip-section__image {
        height: 15rem;
    }

    .testimonials-carousel { padding: 4rem 0 5rem; background-color: transparent; }

    .testimonials-carousel__inner.container { padding-left: 0; padding-right: 0; }

    .testimonials-carousel__shell { display: grid; grid-template-columns: 4.15625rem minmax(0, 1fr) 4.15625rem; align-items: center; gap: 2rem; max-width: none; }

    .testimonials-carousel__controls { display: none; }

    .testimonials-carousel__slide { gap: 1.5rem; padding-bottom: 0; }

    .testimonials-carousel__brand { width: unset; height: unset; }
    .testimonials-carousel__brand-mark { min-width: 10rem; min-height: 4.75rem; padding: 0 1.375rem; font-size: 1.125rem; }

    .testimonials-carousel__quote { max-width: 53.1875rem; font-size: 1.375rem; line-height: 1.8; }

    .testimonials-carousel__quote-break { display: none; }

    .testimonials-carousel__attribution { display: flex; gap: 0.375rem; width: auto; }

    .testimonials-carousel__name,
    .testimonials-carousel__role { max-width: 24.3125rem; font-size: 1.5rem; }

    .testimonials-carousel__name,
    .testimonials-carousel__role { line-height: 1.4167; }

    .testimonials-carousel__nav { position: static; width: 4.15625rem; height: 4.205rem; }

    .testimonials-carousel__nav--desktop { display: inline-flex; }

    .testimonials-carousel__nav svg { width: 0.8375rem; height: 1.6625rem; }

    .testimonials-carousel__cta { margin-top: 2rem; }

    .testimonials-carousel__button { min-width: 12.75rem; min-height: 3.75rem; padding: 1.1875rem 2rem; font-size: 1.125rem; line-height: 0.922; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .testimonials-carousel { padding: 0 0 3.5rem; }

    .testimonials-carousel__inner.container { padding-left: 1rem; padding-right: 1rem; }

    .testimonials-carousel__shell { display: block; width: 100%; max-width: 44.5rem; }

    .testimonials-carousel__viewport { transition: height 320ms ease; }

    .testimonials-carousel__controls { display: grid; grid-template-columns: 3rem minmax(0, 1fr) 3rem; align-items: center; justify-content: stretch; column-gap: 1rem; width: 100%; max-width: 34rem; margin: 1.25rem auto 0; }

    .testimonials-carousel__current-attribution { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.25rem; min-width: 0; text-align: center; }

    .testimonials-carousel__slide { gap: 1.25rem; }

    .testimonials-carousel__brand-mark { min-width: 9rem; min-height: 4rem; padding: 0 1rem; font-size: 1rem; }

    .testimonials-carousel__quote { max-width: 34rem; font-size: 1.25rem; line-height: 1.6; }

    .testimonials-carousel__attribution { display: none; }

    .testimonials-carousel__current-name,
    .testimonials-carousel__current-role { max-width: 28rem; font-size: 1.25rem; line-height: 1.35; }

    .testimonials-carousel__current-name { font-weight: 600; }

    .testimonials-carousel__current-role { font-weight: 300; }

    .testimonials-carousel__nav--desktop { display: none; }

    .testimonials-carousel__nav--mobile { display: inline-flex; width: 3rem; height: 3rem; }

    .testimonials-carousel__nav--mobile svg { width: 0.75rem; height: 1.25rem; }

    .testimonials-carousel__cta { margin-top: 1.5rem; }
}

@media (min-width: 992px) {
    .testimonials-carousel { padding: 3rem 0 2.625rem; }

    .testimonials-carousel__shell { width: 68.875rem; margin: 0 auto; gap: 3.6875rem; }

    .testimonials-carousel__slide { gap: 2.125rem; }

    .testimonials-carousel__brand-mark { width: 12.75rem; min-width: 12.75rem; min-height: 4.75rem; padding: 0 1.5rem; font-size: 1rem; }

    .testimonials-carousel__quote { font-size: 1.5rem; line-height: 1.8333; }

    .testimonials-carousel__cta { margin-top: 2.625rem; }
}

@media (min-width: 992px) and (max-width: 1229px) {
    .testimonials-carousel { padding: 0 0 2.625rem; }

    .testimonials-carousel__inner.container { padding-left: 1rem; padding-right: 1rem; }

    .testimonials-carousel__shell { display: block; width: 100%; max-width: 60rem; }

    .testimonials-carousel__viewport { max-width: 100%; }

    .testimonials-carousel__slide { gap: 1.5rem; }

    .testimonials-carousel__brand-mark { min-width: 10rem; width: auto; min-height: 4rem; padding: 0 1rem; font-size: 1rem; }

    .testimonials-carousel__quote { width: 100%; max-width: 37rem; font-size: 1.25rem; line-height: 1.7; }

    .testimonials-carousel__attribution { display: none; }

    .testimonials-carousel__controls { display: grid; grid-template-columns: 3rem minmax(0, 1fr) 3rem; align-items: center; column-gap: 1rem; width: 100%; max-width: 34rem; margin: 1.25rem auto 0; }

    .testimonials-carousel__current-attribution { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.125rem; min-width: 0; text-align: center; }

    .testimonials-carousel__current-name,
    .testimonials-carousel__current-role { max-width: 28rem; font-size: 1.25rem; line-height: 1.35; }

    .testimonials-carousel__current-name { font-weight: 600; }

    .testimonials-carousel__current-role { font-weight: 300; }

    .testimonials-carousel__nav--desktop { display: none; }

    .testimonials-carousel__nav--mobile { display: inline-flex; width: 3rem; height: 3rem; }

    .testimonials-carousel__nav--mobile svg { width: 0.75rem; height: 1.25rem; }

    .testimonials-carousel__cta { margin-top: 2rem; }
    .testimonials-carousel__viewport { height: auto; }
}

@media (min-width: 1230px) and (max-width: 1439px) {
    .testimonials-carousel { padding: 0.5rem 0 2.625rem; }

    .testimonials-carousel__inner.container { padding-left: 2rem; padding-right: 2rem; }

    .testimonials-carousel__shell { display: block; width: 100%; max-width: 72rem; }

    .testimonials-carousel__viewport { max-width: 100%; }

    .testimonials-carousel__slide { gap: 1.75rem; }

    .testimonials-carousel__brand-mark { min-width: 11rem; width: auto; min-height: 4.25rem; padding: 0 1.125rem; font-size: 1rem; }

    .testimonials-carousel__quote { width: 100%; max-width: 46rem; font-size: 1.375rem; line-height: 1.75; }

    .testimonials-carousel__attribution { display: none; }

    .testimonials-carousel__controls { display: grid; grid-template-columns: 4rem minmax(0, 1fr) 4rem; align-items: center; column-gap: 1.5rem; width: 100%; max-width: 44rem; margin: 1.5rem auto 0; }

    .testimonials-carousel__current-attribution { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.125rem; min-width: 0; text-align: center; }

    .testimonials-carousel__current-name,
    .testimonials-carousel__current-role { max-width: 32rem; font-size: 1.375rem; line-height: 1.35; }

    .testimonials-carousel__current-name { font-weight: 600; }

    .testimonials-carousel__current-role { font-weight: 300; }

    .testimonials-carousel__nav--desktop { display: none; }

    .testimonials-carousel__nav--mobile { display: inline-flex; width: 4rem; height: 4rem; }

    .testimonials-carousel__nav--mobile svg { width: 0.875rem; height: 1.5rem; }

    .testimonials-carousel__cta { margin-top: 2.25rem; }
}

@media (min-width: 1440px) {
    .testimonials-page__hero {
        gap: 6.875rem;
        padding-top: 0;
        padding-bottom: 4.9375rem;
    }

    .testimonials-page__hero-image {
        flex: 0 0 49.44%;
        max-width: 49.44%;
    }

    .testimonials-page__hero-image img {
        min-height: 38.625rem;
    }

    .testimonials-page__hero-body {
        max-width: 44.125rem;
    }

    .testimonials-page__hero-body .ip-hero__label {
        font-size: 1.5rem;
        line-height: 1.58;
    }

    .testimonials-page__hero-body .ip-hero__title {
        font-size: 3.875rem;
        line-height: 1.065;
    }

    .testimonials-page__hero-body .ip-hero__lead {
        font-size: 1.25rem;
        line-height: 1.5;
    }

    .testimonials-page__list {
        padding-top: 1.875rem;
        padding-bottom: 6.0625rem;
    }

    .testimonials-page__columns {
        gap: 4.625rem;
    }

    .testimonials-page__column {
        gap: 4rem;
    }

    .testimonials-page__item-name {
        font-size: 2.75rem;
        line-height: 0.98;
    }

    .testimonials-page__item-role {
        font-size: 1.25rem;
        line-height: 1.45;
    }

    .testimonials-page__item-quote {
        font-size: 1.125rem;
        line-height: 1.72;
    }

    .testimonials-page__projects .image-strip-section__track {
        gap: 1.5rem;
    }

    .testimonials-page__projects .image-strip-section__item {
        width: 33.6875rem;
    }

    .testimonials-page__projects .image-strip-section__image {
        height: 19.5rem;
    }

    .testimonials-carousel {
        padding: 0.75rem 0 3rem;
    }

    .testimonials-carousel__inner.container {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .testimonials-carousel__shell {
        display: block;
        width: 100%;
        max-width: 78rem;
    }

    .testimonials-carousel__viewport {
        max-width: 100%;
    }

    .testimonials-carousel__slide {
        gap: 2rem;
    }

    .testimonials-carousel__brand-mark {
        width: auto;
        min-width: 12rem;
        min-height: 4.75rem;
        padding: 0 1.375rem;
        font-size: 1.125rem;
    }

    .testimonials-carousel__quote {
        width: 100%;
        max-width: 52rem;
        font-size: 1.5rem;
        line-height: 1.75;
    }

    .testimonials-carousel__attribution {
        display: none;
    }

    .testimonials-carousel__controls {
        display: grid;
        grid-template-columns: 4.15625rem minmax(0, 1fr) 4.15625rem;
        align-items: center;
        column-gap: 1.5rem;
        width: 100%;
        max-width: 50rem;
        margin: 1.75rem auto 0;
    }

    .testimonials-carousel__current-attribution {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.25rem;
        min-width: 0;
        text-align: center;
    }

    .testimonials-carousel__current-name,
    .testimonials-carousel__current-role {
        max-width: 34rem;
        font-size: 1.5rem;
        line-height: 1.35;
    }

    .testimonials-carousel__current-name {
        font-weight: 600;
    }

    .testimonials-carousel__current-role {
        font-weight: 300;
    }

    .testimonials-carousel__nav--desktop {
        display: none;
    }

    .testimonials-carousel__nav--mobile {
        display: inline-flex;
        width: 4.15625rem;
        height: 4.205rem;
    }

    .testimonials-carousel__nav--mobile svg {
        width: 0.8375rem;
        height: 1.6625rem;
    }

    .testimonials-carousel__cta {
        margin-top: 2.5rem;
    }
}
