.about-profile-page {
    background: #ffffff;
    color: #172333;
}

.about-profile-shell {
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
}

.about-profile-banner {
    padding: 64px 0 58px;
    border-bottom: 1px solid #dce4ec;
    background: #f2f5f8;
}

.about-profile-eyebrow {
    margin: 0 0 12px;
    color: #b22234;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.about-profile-banner h1,
.about-profile-intro h2,
.about-profile-section-head h2,
.about-profile-cta h2 {
    margin: 0;
    color: inherit;
    letter-spacing: 0;
}

.about-profile-banner h1 {
    font-size: clamp(42px, 5vw, 66px);
    line-height: 1.02;
    font-weight: 750;
}

.about-profile-intro {
    padding: 82px 0;
}

.about-profile-intro__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    gap: 64px;
    align-items: center;
}

.about-profile-intro__media {
    margin: 0;
    overflow: hidden;
    border-radius: 6px;
    background: #e8edf2;
    aspect-ratio: 4 / 3;
}

.about-profile-intro__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-profile-intro__copy h2 {
    max-width: 540px;
    margin-bottom: 24px;
    font-size: clamp(32px, 3.6vw, 48px);
    line-height: 1.08;
}

.about-profile-intro__copy p:not(.about-profile-eyebrow) {
    margin: 0 0 18px;
    color: #4d5f70;
    font-size: 16px;
    line-height: 1.78;
}

.about-profile-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin-top: 10px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 6px;
    background: #b22234;
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
    transition: background 160ms ease, transform 160ms ease;
}

.about-profile-btn:hover {
    transform: translateY(-1px);
    background: #941a29;
    color: #ffffff;
    text-decoration: none;
}

.about-profile-scope {
    padding: 76px 0 82px;
    border-top: 1px solid #dce4ec;
    background: #f7f9fb;
}

.about-profile-section-head {
    max-width: 760px;
    margin-bottom: 40px;
}

.about-profile-section-head h2 {
    font-size: clamp(30px, 3.2vw, 44px);
    line-height: 1.12;
}

.about-profile-scope__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid #cfd9e2;
}

.about-profile-scope__item {
    min-width: 0;
    padding: 32px 30px 10px 0;
}

.about-profile-scope__item + .about-profile-scope__item {
    padding-left: 30px;
    border-left: 1px solid #cfd9e2;
}

.about-profile-scope__item > span {
    display: block;
    margin-bottom: 26px;
    color: #b22234;
    font-size: 13px;
    font-weight: 800;
}

.about-profile-scope__item h3 {
    margin: 0 0 14px;
    color: #172333;
    font-size: 21px;
    line-height: 1.25;
}

.about-profile-scope__item p {
    margin: 0;
    color: #586979;
    font-size: 15px;
    line-height: 1.7;
}

.about-profile-cta {
    background: #1f2933;
    color: #ffffff;
}

.about-profile-cta__inner {
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
}

.about-profile-cta .about-profile-eyebrow {
    color: #ff9aa6;
}

.about-profile-cta h2 {
    max-width: 680px;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.12;
}

.about-profile-cta .about-profile-btn {
    flex: 0 0 auto;
    margin-top: 0;
}

@media (max-width: 900px) {
    .about-profile-intro__grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .about-profile-intro__media {
        max-height: 520px;
    }

    .about-profile-scope__grid {
        grid-template-columns: 1fr;
    }

    .about-profile-scope__item,
    .about-profile-scope__item + .about-profile-scope__item {
        padding: 28px 0;
        border-left: 0;
    }

    .about-profile-scope__item + .about-profile-scope__item {
        border-top: 1px solid #cfd9e2;
    }

    .about-profile-cta__inner {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        padding: 48px 0;
    }
}

@media (max-width: 640px) {
    .about-profile-shell {
        width: min(100% - 28px, 1120px);
    }

    .about-profile-banner {
        padding: 48px 0 44px;
    }

    .about-profile-intro {
        padding: 58px 0;
    }

    .about-profile-intro__grid {
        gap: 32px;
    }

    .about-profile-intro__media {
        aspect-ratio: 16 / 11;
    }

    .about-profile-intro__copy p:not(.about-profile-eyebrow) {
        font-size: 15px;
        line-height: 1.72;
    }

    .about-profile-scope {
        padding: 56px 0 62px;
    }
}

/* Simple company-profile layout aligned with the supplied reference. */
.about-profile-page {
    background: #ffffff;
}

.about-profile-intro {
    padding: 76px 0 54px;
}

.about-profile-intro__grid {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 68px;
    align-items: start;
    max-width: 980px;
}

.about-profile-intro__media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 260px;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    aspect-ratio: auto;
}

.about-profile-intro__media img {
    width: min(100%, 250px);
    height: auto;
    object-fit: contain;
}

.about-profile-intro__copy h1 {
    margin: 0 0 24px;
    color: #8f101c;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
}

.about-profile-intro__copy p:not(.about-profile-eyebrow) {
    color: #263746;
    font-size: 15px;
    line-height: 1.78;
}

.about-profile-scope {
    padding: 16px 0 78px;
    border-top: 0;
    background: #ffffff;
}

.about-profile-scope > .about-profile-shell {
    max-width: 980px;
}

.about-profile-scope__grid {
    display: block;
    border-top: 0;
}

.about-profile-scope__item,
.about-profile-scope__item + .about-profile-scope__item {
    padding: 0;
    border: 0;
}

.about-profile-scope__item + .about-profile-scope__item {
    margin-top: 42px;
}

.about-profile-scope__item > span {
    display: none;
}

.about-profile-scope__item h2 {
    margin: 0 0 15px;
    color: #8f101c;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
}

.about-profile-scope__item p {
    color: #263746;
    font-size: 15px;
    line-height: 1.78;
}

@media (max-width: 767.98px) {
    .about-profile-intro {
        padding: 56px 0 42px;
    }

    .about-profile-intro__grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .about-profile-intro__media {
        min-height: 170px;
        justify-content: flex-start;
    }

    .about-profile-intro__media img {
        width: min(70%, 220px);
    }

    .about-profile-intro__copy h1 {
        font-size: 25px;
    }

    .about-profile-scope {
        padding: 8px 0 58px;
    }

    .about-profile-scope__item h2 {
        font-size: 22px;
    }
}

/* 2026-08-28: neutral, brand-aligned About copy. */
.about-profile-intro__copy h1 {
    color: #304454;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 400;
    line-height: 1.08;
    text-transform: none;
}

.about-profile-intro__copy p:not(.about-profile-eyebrow) {
    color: #4d5f70;
    font-size: 1rem;
    line-height: 1.75;
}

.about-profile-scope__item h2 {
    color: #304454;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.45rem;
    font-weight: 400;
    text-transform: none;
}

.about-profile-scope__item p {
    color: #586979;
    font-size: 0.98rem;
    line-height: 1.7;
}

@media (max-width: 767.98px) {
    .about-profile-intro__copy h1 {
        font-size: 2.25rem;
    }

    .about-profile-scope__item h2 {
        font-size: 1.55rem;
    }
}
