/**
 * Student Voices Module - Styles
 */

.cj-studentvoices {
    position: relative;
    font-family: "Saira", sans-serif;
    color: #f5f2ec;
    overflow: hidden;
}

.cj-studentvoices__character {
    position: absolute;
    right: -5vw;
    bottom: -120px;
    height: clamp(570px, 74vw, 1080px);
    width: auto;
    opacity: 0.13;
    filter: grayscale(1) contrast(1.1);
    pointer-events: none;
    user-select: none;
}

.cj-studentvoices__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(420px, 1.5fr) minmax(280px, 0.78fr);
    gap: clamp(18px, 2.4vw, 34px);
    align-items: stretch;
}

.cj-studentvoices__heading {
    grid-column: 1 / -1;
    max-width: 1040px;
    justify-self: center;
    text-align: center;
}

.cj-studentvoices__title {
    margin: 0;
    font-family: "Saira Condensed", sans-serif;
    font-weight: 900;
    font-size: clamp(46px, 7vw, 118px);
    line-height: 0.82;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cj-studentvoices--title-white .cj-studentvoices__title {
    color: #f5f2ec;
}

.cj-studentvoices--title-black .cj-studentvoices__title {
    color: #15130f;
}

.cj-studentvoices__accent {
    color: #eb5d0f;
}

.cj-studentvoices__feature {
    position: relative;
    min-height: 440px;
    padding: clamp(30px, 4vw, 58px);
    background: #f5f2ec;
    color: #15130f;
    border-left: 8px solid #eb5d0f;
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
}

.cj-studentvoices__feature-number {
    position: absolute;
    top: 26px;
    right: 28px;
    font-family: "Saira Condensed", sans-serif;
    font-weight: 900;
    font-size: 58px;
    line-height: 0.85;
    color: rgba(21, 19, 15, 0.12);
}

.cj-studentvoices__mark {
    height: 72px;
    overflow: hidden;
    font-family: "Saira Condensed", sans-serif;
    font-weight: 900;
    font-size: 160px;
    line-height: 0.62;
    color: #eb5d0f;
}

.cj-studentvoices__feature-copy {
    position: relative;
    z-index: 1;
    margin: 10px 0 34px;
    max-width: 760px;
    font-family: "Saira", sans-serif;
    font-size: clamp(18px, 1.45vw, 25px);
    font-weight: 600;
    line-height: 1.26;
    letter-spacing: 0;
}

.cj-studentvoices__author {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 14px;
}

.cj-studentvoices__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #15130f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Saira Condensed", sans-serif;
    font-weight: 900;
    font-size: 18px;
    color: #f5f2ec;
}

.cj-studentvoices__name {
    font-family: "Saira Condensed", sans-serif;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cj-studentvoices__role,
.cj-studentvoices__tag {
    font-family: "Space Mono", monospace;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.cj-studentvoices__role {
    color: #807a70;
}

.cj-studentvoices__side {
    display: grid;
    align-content: stretch;
    gap: 18px;
}

.cj-studentvoices__card {
    position: relative;
    min-height: 214px;
    padding: 28px;
    border: 1px solid rgba(245, 242, 236, 0.18);
    background: rgba(255, 255, 255, 0.035);
    backdrop-filter: blur(4px);
}

.cj-studentvoices__card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 28px;
    width: 48px;
    height: 4px;
    background: #eb5d0f;
}

.cj-studentvoices__number {
    margin-bottom: 22px;
    font-family: "Saira Condensed", sans-serif;
    font-weight: 900;
    font-size: 56px;
    line-height: 0.85;
    color: #eb5d0f;
}

.cj-studentvoices__card p {
    margin: 0 0 28px;
    font-family: "Saira", sans-serif;
    font-size: clamp(15px, 1.05vw, 18px);
    line-height: 1.35;
    color: #e0d9cf;
}

.cj-studentvoices__tag {
    color: #9b9489;
}

.cj-studentvoices__card--accent {
    background: #eb5d0f;
    color: #0b0a09;
    border-color: #eb5d0f;
}

.cj-studentvoices__card--accent::before {
    background: #0b0a09;
}

.cj-studentvoices__card--accent .cj-studentvoices__number,
.cj-studentvoices__card--accent p,
.cj-studentvoices__card--accent .cj-studentvoices__tag {
    color: #0b0a09;
}

.cj-studentvoices--side-two-dark .cj-studentvoices__card--accent {
    background: rgba(255, 255, 255, 0.035);
    color: #f5f2ec;
    border-color: rgba(245, 242, 236, 0.18);
}

.cj-studentvoices--side-two-dark .cj-studentvoices__card--accent::before {
    background: #eb5d0f;
}

.cj-studentvoices--side-two-dark .cj-studentvoices__card--accent .cj-studentvoices__number {
    color: #eb5d0f;
}

.cj-studentvoices--side-two-dark .cj-studentvoices__card--accent p {
    color: #e0d9cf;
}

.cj-studentvoices--side-two-dark .cj-studentvoices__card--accent .cj-studentvoices__tag {
    color: #9b9489;
}

@media (max-width: 1100px) {
    .cj-studentvoices__grid {
        grid-template-columns: 1fr;
    }

    .cj-studentvoices__heading {
        max-width: 720px;
    }

    .cj-studentvoices__feature {
        min-height: 0;
    }

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

@media (max-width: 720px) {
    .cj-studentvoices__grid {
        gap: 18px;
    }

    .cj-studentvoices__feature {
        padding: 28px 22px 34px;
        border-left-width: 5px;
    }

    .cj-studentvoices__feature-copy {
        font-size: 16px;
        line-height: 1.35;
    }

    .cj-studentvoices__feature-number {
        font-size: 42px;
    }

    .cj-studentvoices__mark {
        height: 54px;
        font-size: 116px;
    }

    .cj-studentvoices__side {
        grid-template-columns: 1fr;
    }

    .cj-studentvoices__card {
        min-height: 0;
        padding: 24px 22px;
    }
}
