.ceo-letter-card {
    overflow: hidden;
}

.ceo-letter-card .ceo-letter-salutation {
    margin: 0 0 20px;
    font-size: 1.12rem;
    font-weight: 800;
}

.ceo-letter-card .ceo-headshot {
    float: right;
    width: 175px;
    height: 215px;
    margin: 0 0 24px 30px;
    border-radius: 34px;
    background-image: url('/images/about/kristi-ronyak-ceo.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0 10px 28px rgba(24, 28, 32, .13);
}

.ceo-letter-card .ceo-letter-body {
    color: var(--ink-soft);
}

.ceo-letter-card .ceo-letter-body p {
    line-height: 1.72;
}

.ceo-letter-card .ceo-letter-body strong {
    color: var(--ink);
}

.ceo-letter-card .ceo-involvement {
    margin: 24px 0 20px;
}

.ceo-letter-card .ceo-involvement h3 {
    margin: 0 0 10px;
    font-size: 1.04rem;
    text-transform: none;
}

.ceo-letter-card .ceo-involvement ul {
    margin: 0;
    padding-left: 22px;
}

.ceo-letter-card .ceo-involvement li {
    margin: 6px 0;
    line-height: 1.55;
}

.ceo-letter-footer {
    clear: both;
    display: grid;
    grid-template-columns: minmax(130px, .62fr) minmax(250px, 1.1fr) minmax(250px, 1fr);
    gap: 26px;
    align-items: end;
    margin-top: 44px;
    padding-top: 30px;
    border-top: 1px solid var(--line);
}

.ceo-letter-date {
    padding-bottom: 10px;
    color: var(--ink);
    font-size: .88rem;
    font-weight: 800;
}

.ceo-letter-logo {
    width: 285px;
    height: 145px;
    max-width: 100%;
    background-image: url('/images/legacy/2026/02/Letter-from-the-CEOfeb26-pdf-916x1024.jpg');
    background-repeat: no-repeat;
    background-size: 916px 1024px;
    background-position: -210px -800px;
}

.ceo-letter-signoff {
    color: var(--ink-soft);
    font-size: .9rem;
    line-height: 1.45;
}

.ceo-letter-signoff strong {
    color: var(--ink);
    font-weight: 800;
}

.ceo-letter-signoff span,
.ceo-letter-signoff a {
    display: block;
}

.ceo-letter-signoff a {
    color: inherit;
}

.ceo-letter-card .page-action-row {
    clear: both;
    margin-top: 30px;
}

@media (max-width: 760px) {
    .ceo-letter-card .ceo-headshot {
        float: none;
        display: block;
        margin: 0 auto 26px;
    }

    .ceo-letter-footer {
        grid-template-columns: 1fr;
        gap: 18px;
        align-items: start;
    }

    .ceo-letter-logo {
        margin: 0 auto;
    }

    .ceo-letter-date {
        order: 3;
        padding-bottom: 0;
    }
}

@media (max-width: 460px) {
    .ceo-letter-card .ceo-headshot {
        width: 165px;
        height: 205px;
    }

    .ceo-letter-logo {
        transform: scale(.9);
        transform-origin: left center;
    }
}
