/* ============================================ */
/*              Who We Are                      */
/* ============================================ */

/* Mobile - 360px */
@media only screen and (min-width: 0px) {
    #who-we-are {
        padding: var(--sectionPadding);
    }

    #who-we-are .cs-container {
        width: 100%;
        max-width: 80rem;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 1.75rem;
    }

    #who-we-are .cs-header {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    #who-we-are .cs-topper {
        font-family: var(--headerFont);
        font-size: 0.875rem;
        font-weight: 700;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: var(--signingGold);
        display: block;
        margin: 0;
    }

    #who-we-are .cs-title {
        font-family: var(--headerFont);
        font-size: var(--headerFontSize);
        line-height: 1.2;
        color: var(--navy);
        margin: 0;
    }

    #who-we-are .cs-title em {
        font-style: normal;
        color: var(--signingGold);
    }

    #who-we-are .cs-header-text {
        font-family: var(--bodyFont);
        font-size: 0.875rem;
        line-height: 1.65;
        color: var(--silver);
        margin: 0;
    }

    #who-we-are .cs-mvv-group {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    #who-we-are .cs-mvv-col {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }

    #who-we-are .cs-mvv-accent {
        height: 0.1875rem;
        background: var(--signingGold);
        width: 100%;
        flex-shrink: 0;
    }

    #who-we-are .cs-mvv-num {
        font-family: var(--headerFont);
        font-size: 2rem;
        font-weight: 900;
        color: rgba(212, 168, 67, 0.18);
        line-height: 1;
        margin: 0;
    }

    #who-we-are .cs-mvv-title {
        font-family: var(--headerFont);
        font-size: clamp(1rem, 2vw, 1.1rem);
        font-weight: 900;
        line-height: 1.2;
        color: var(--navy);
        margin: 0;
    }

    #who-we-are .cs-text {
        font-family: var(--bodyFont);
        font-size: 0.875rem;
        line-height: 1.75;
        color: var(--charcoal);
        margin: 0;
    }

    #who-we-are .cs-image {
        border-radius: 0.625rem;
        overflow: hidden;
        height: clamp(10rem, 22vw, 14rem);
        margin-top: 0.5rem;
    }

    #who-we-are .cs-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #who-we-are .cs-header {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        gap: 2.5rem;
    }

    #who-we-are .cs-header-text {
        text-align: right;
        max-width: 17.5rem;
        padding-bottom: 0.125rem;
    }

    #who-we-are .cs-mvv-group {
        flex-direction: row;
    }

    #who-we-are .cs-mvv-col {
        flex: 1;
    }

    #who-we-are .cs-image {
        height: 11.25rem;
        margin-top: auto;
    }
}

/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #who-we-are {
        padding: 2rem clamp(2rem, 4vw, 3.5rem) clamp(3rem, 5vw, 4.5rem);
    }

    #who-we-are .cs-container {
        max-width: 100%;
    }

    #who-we-are .cs-mvv-group {
        gap: 2rem;
        align-items: stretch;
    }

    #who-we-are .cs-mvv-col {
        flex: 1;
        min-width: 0;
    }

    #who-we-are .cs-image {
        height: 13.75rem;
        margin-top: auto;
    }
}

/* Mobile only — max 480px */
@media only screen and (max-width: 30rem) {
    #who-we-are .cs-image {
        height: 11.25rem;
    }
}

/* ============================================ */
/*                Stats Bar                     */
/* ============================================ */

/* Mobile - 360px */
@media only screen and (min-width: 0px) {
    #stats-about {
        background: var(--navy);
        position: relative;
        overflow: hidden;
    }

    #stats-about::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image:
            radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.03) 0%, transparent 60%),
            radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.02) 0%, transparent 60%);
        pointer-events: none;
    }

    #stats-about .cs-container {
        width: 100%;
        max-width: 80rem;
        margin: 0 auto;
        padding: clamp(3rem, 7vw, 4rem) 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
        position: relative;
        z-index: 1;
    }

    #stats-about .cs-stat-item {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 1.5rem 1rem;
        width: 100%;
        position: relative;
    }

    #stats-about .cs-stat-item + .cs-stat-item {
        border-top: 0.0625rem solid rgba(255, 255, 255, 0.12);
    }

    #stats-about .cs-stat-number {
        font-family: var(--headerFont);
        font-size: clamp(2.6rem, 8vw, 3.6rem);
        font-weight: 700;
        color: var(--white);
        line-height: 1;
        margin-bottom: 0.5rem;
        display: flex;
        align-items: flex-start;
        gap: 0.125rem;
    }

    #stats-about .cs-stat-suffix {
        font-family: var(--headerFont);
        font-size: clamp(1rem, 2.5vw, 1.4rem);
        font-weight: 700;
        color: var(--signingGold);
        margin-top: 0.375rem;
        line-height: 1;
    }

    #stats-about .cs-stat-label {
        font-family: var(--headerFont);
        font-size: clamp(0.8rem, 1.5vw, 0.9rem);
        font-weight: 500;
        color: rgba(255, 255, 255, 0.85);
        line-height: 1.3;
        margin-bottom: 0.25rem;
        letter-spacing: 0.01em;
    }

    #stats-about .cs-stat-sublabel {
        font-family: var(--headerFont);
        font-size: clamp(0.7rem, 1.2vw, 0.75rem);
        font-weight: 400;
        color: rgba(255, 255, 255, 0.4);
        letter-spacing: 0.02em;
        margin: 0;
    }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #stats-about .cs-container {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: center;
        padding: clamp(3rem, 7vw, 4rem) 2.5rem;
        gap: 0;
    }

    #stats-about .cs-stat-item {
        width: 50%;
        padding: 1.75rem 1.5rem;
    }

    #stats-about .cs-stat-item + .cs-stat-item {
        border-top: none;
    }

    #stats-about .cs-stat-item:nth-child(odd) {
        border-right: 0.0625rem solid rgba(255, 255, 255, 0.12);
    }

    #stats-about .cs-stat-item:nth-child(n+3) {
        border-top: 0.0625rem solid rgba(255, 255, 255, 0.12);
    }
}

/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #stats-about .cs-container {
        flex-wrap: nowrap;
        padding: clamp(3.5rem, 6vw, 4.5rem) 6vw;
    }

    #stats-about .cs-stat-item {
        width: auto;
        padding: 0 clamp(1.5rem, 3vw, 3rem);
        border-top: none !important;
    }

    #stats-about .cs-stat-item + .cs-stat-item {
        border-top: none;
        border-left: 0.0625rem solid rgba(255, 255, 255, 0.12);
    }

    #stats-about .cs-stat-item:nth-child(odd) {
        border-right: none;
    }

    #stats-about .cs-stat-item:nth-child(n+3) {
        border-top: none;
    }
}

/* Mobile only — max 480px */
@media only screen and (max-width: 30rem) {
    #stats-about .cs-container {
        padding: 2.5rem 1rem;
    }

    #stats-about .cs-stat-item {
        padding: 1.25rem 0.75rem;
    }
}

/* ============================================ */
/*           What Sets Us Apart                 */
/* ============================================ */

/* Mobile - 360px */
@media only screen and (min-width: 0px) {
    #what-sets-us-apart {
        padding: var(--sectionPadding);
        background: var(--white);
    }

    #what-sets-us-apart .cs-container {
        width: 100%;
        max-width: 80rem;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: clamp(2rem, 4vw, 3rem);
    }

    #what-sets-us-apart .cs-header {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    #what-sets-us-apart .cs-title {
        font-family: var(--headerFont);
        font-size: var(--headerFontSize);
        line-height: 1.2;
        color: var(--navy);
        margin: 0;
    }

    #what-sets-us-apart .cs-title em {
        font-style: normal;
        color: var(--signingGold);
    }

    #what-sets-us-apart .cs-text {
        font-family: var(--bodyFont);
        font-size: var(--bodyFontSize);
        line-height: 1.7;
        color: var(--silver);
        margin: 0;
        max-width: 32.5rem;
    }

    #what-sets-us-apart .cs-card-group {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    #what-sets-us-apart .cs-card {
        background: #f7f7f6;
        border: 0.5px solid rgba(0, 0, 0, 0.07);
        border-radius: 0.875rem;
        padding: 1.75rem;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    #what-sets-us-apart .cs-icon-box {
        width: 3.25rem;
        height: 3.25rem;
        border-radius: 0.75rem;
        background: var(--navy);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    #what-sets-us-apart .cs-icon-box svg {
        width: 1.5rem;
        height: 1.5rem;
    }

    #what-sets-us-apart .cs-card-title {
        font-family: var(--headerFont);
        font-size: 1.125rem;
        font-weight: 700;
        color: var(--navy);
        line-height: 1.2;
        margin: 0;
    }

    #what-sets-us-apart .cs-card-text {
        font-family: var(--bodyFont);
        font-size: 0.9375rem;
        font-weight: 400;
        color: var(--charcoal);
        line-height: 1.6;
        margin: 0;
    }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #what-sets-us-apart .cs-card-group {
        grid-template-columns: 1fr 1fr;
    }
}

/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #what-sets-us-apart .cs-header {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        gap: 3.75rem;
    }

    #what-sets-us-apart .cs-title {
        flex-shrink: 0;
    }

    #what-sets-us-apart .cs-text {
        max-width: 30rem;
        padding-bottom: 0.25rem;
    }

    #what-sets-us-apart .cs-card {
        padding: 2rem;
    }
}