.section-identity {
    min-height: 745px;
}

.section-identity.section-identity--start-bg {
    background-color: #fff;
    background-image: var(--section-identity-start-bg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}

.section-identity__intro {
    color: #0b3f63;
    font-size: 36px;
    line-height: 162%;
    margin-bottom: 4rem;
    font-weight: 400;
}

.section-identity__intro strong {
    font-weight: 700;
}

.section-identity__bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 2.5rem;
    line-height: 1.5;
}

.section-identity__outro {
    margin-bottom: 1.5rem;
}

.section-identity__outro:last-of-type {
    margin-bottom: 2.5rem;
}

.section-identity .btn-cta.btn-cta-navy,
.section-identity .btn-cta.btn-cta-outline-navy {
    font-size: 16px;
    letter-spacing: 1px;
}

.section-identity__card {
    position: relative;
    border-radius: 50px;
    background-color: #0b3f63;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-width: 2px;
    border-style: solid;
    border-color: var(--color-blue, #009ad7);
}

.section-identity__card-media {
    position: relative;
    height: 20rem;
    overflow: hidden;
}

@media (min-width: 768px) {
    .section-identity__card-media {
        height: 24rem;
    }
}

.section-identity__headshot {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--identity-headshot-pos, center 35%);
    transform: scale(1.2);
}

.section-identity__card-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #0b3f63 0%, rgba(11, 63, 99, 0.5) 50%, transparent 100%);
}

.section-identity__card-gradient--team {
    background: linear-gradient(to top, #0b3f63 0%, rgba(11, 63, 99, 0.6) 50%, transparent 100%);
}

.section-identity__card-text {
    position: relative;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    margin-top: -6rem;
}

.section-identity__card-label {
    font-family: var(--font-heading, "Gotham", sans-serif);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0.5rem;
    font-size: 16px;
    line-height: 40px;
}

.section-identity__card-name {
    font-family: var(--font-heading, "Gotham", sans-serif);
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0.25rem;
    font-size: clamp(18px, 4vw, 24px);
    line-height: 1.5;
}

.section-identity__card-role {
    font-family: var(--font-heading, "Gotham", sans-serif);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
}

.section-identity__accordion-heading {
    font-family: var(--font-primary, "Gotham", sans-serif);
    font-weight: 900;
    font-size: clamp(18px, 4vw, 24px);
    line-height: 1.4;
    text-transform: uppercase;
    color: #0b3f63;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 1rem;
    margin-bottom: 0;
}

.section-identity .accordion-trigger-label {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    color: var(--color-blue, #009ad7);
}

.section-identity .accordion-body-inner {
    font-size: 18px;
    line-height: 1.4;
    color: rgba(65, 64, 66, 1);
}

.section-identity .accordion-item .accordion-content {
    max-height: 0;
}

.section-identity .accordion-item.is-open .accordion-content {
    max-height: 48rem;
}
