:root {
    --ink: #090844;
    --text: #303447;
    --muted: #626677;
    --line: #dce0e7;
    --pale: #f3f5f8;
    --white: #fff;
    --space: 24px;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 24px;
}

body {
    margin: 0;
    background: white;
    color: var(--text);
}

a {
    color: inherit;
    text-underline-offset: 5px;
}

button,
input,
summary {
    font: inherit;
}

button,
a,
summary {
    -webkit-tap-highlight-color: transparent;
}

button {
    cursor: pointer;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible {
    outline: 3px solid #4075d4;
    outline-offset: 4px;
}

h1,
h2,
h3,
p {
    margin: 0;
}

h1,
h2,
h3 {
    color: var(--ink);
    line-height: 1.12;
    text-wrap: balance;
}

h2 {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -0.7px;
    text-transform: capitalize;
}

h3 {
    font-size: 19px;
    font-weight: 600;
}

p {
    color: var(--muted);
}

button {
    color: var(--ink);
}

.wrap {
    max-width: 1240px;
    margin: auto;
    padding: 0 44px;
}

.reviewbar {
    background: var(--ink);
    color: white;
    font-size: 12px;
}

.reviewbar .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 52px;
}

.reviewbar nav {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.reviewbar a {
    padding: 7px 12px;
    text-decoration: none;
    opacity: 0.75;
    border: 1px solid transparent;
}

.reviewbar a[aria-current="page"] {
    border-color: #77779c;
    opacity: 1;
}

.reviewbar a:hover {
    opacity: 1;
    background: #242358;
}

.review-label {
    letter-spacing: 0.08em;
    font-weight: 700;
}

.sitehead {
    height: 104px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-bottom: 1px solid var(--line);
}

.brand {
    text-decoration: none;
    color: var(--ink);
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
}

.brand small {
    display: block;
    font-size: 9px;
    letter-spacing: 2px;
    margin-top: 8px;
}

.sitenav {
    display: flex;
    gap: 25px;
    align-items: center;
    font-size: 13px;
}

.sitenav a {
    text-decoration: none;
}

.sitenav a[aria-current] {
    border-bottom: 1px solid var(--ink);
}

.outline {
    border: 1px solid var(--ink);
    padding: 11px 16px;
    text-decoration: none;
    display: inline-block;
}

.eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ink);
    margin-bottom: 20px;
}

.hero {
    padding: 64px 0 48px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: end;
}

.hero p {
    font-size: 17px;
    max-width: 450px;
}

.hero .eyebrow {
    grid-column: 1/-1;
    margin-bottom: -38px;
}

.sample {
    font-size: 12px !important;
    color: var(--muted);
    margin-top: 20px !important;
}

.explain {
    border: 1px solid var(--line);
    background: var(--pale);
    padding: 18px 22px;
    margin-bottom: 40px;
    display: flex;
    gap: 35px;
    align-items: start;
    font-size: 13px;
}

.explain strong {
    white-space: nowrap;
    color: var(--ink);
}

.explain p {
    color: var(--text);
}

.layout-one {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 54px;
}

.jump {
    position: sticky;
    top: 24px;
    align-self: start;
}

.jump .eyebrow {
    margin-bottom: 16px;
}

.jump a {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    text-decoration: none;
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
    font-size: 14px;
}

.jump a:hover {
    color: #3251a0;
}

.count {
    font-size: 12px;
    color: var(--muted);
    font-weight: 400;
    letter-spacing: 0;
    white-space: nowrap;
}

.dept {
    padding-bottom: 56px;
    margin-bottom: 48px;
    border-bottom: 1px solid var(--line);
}

.dept-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin-bottom: 14px;
}

.dept-intro {
    max-width: 640px;
    margin-bottom: 28px;
    font-size: 15px;
}

.people {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px 22px;
}

.person {
    min-width: 0;
}

.portrait {
    aspect-ratio: 4/4;
    background: #eceff3;
    border: 1px solid #e2e5eb;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 18px;
    overflow: hidden;
}

.portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.portrait .initials {
    font-size: 34px;
    letter-spacing: -1px;
    color: #9399a6;
    font-weight: 400;
}

.portrait small {
    position: absolute;
    bottom: 10px;
    left: 12px;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    color: #707686;
}

.person h3 {
    margin-bottom: 6px;
}

.role {
    font-size: 13px;
    min-height: 40px;
}

.bio-button {
    background: none;
    border: 0;
    border-bottom: 1px solid #b8bbc9;
    padding: 7px 0;
    font-size: 12px;
    margin-top: 8px;
}

.bio-button span {
    margin-left: 15px;
}

.cta {
    border-top: 1px solid var(--line);
    padding: 42px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-top: 10px;
}

.cta h2 {
    font-size: 28px;
}

.cta p {
    font-size: 14px;
    margin-top: 10px;
}

.primary {
    display: inline-block;
    background: var(--ink);
    color: white;
    text-decoration: none;
    padding: 14px 22px;
    font-size: 13px;
    white-space: nowrap;
    border: 0;
}

.foot {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid var(--line);
    padding: 24px 0 34px;
    font-size: 11px;
    color: var(--muted);
}

.tools {
    border-top: 1px solid var(--line);
    padding: 28px 0 20px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
}

.tools h2 {
    font-size: 23px;
}

.searchbox label {
    display: block;
    font-size: 11px;
    color: var(--muted);
    margin-bottom: 6px;
}

.searchbox input {
    border: 1px solid #b9becb;
    padding: 12px 16px;
    width: 300px;
    background: white;
    font-size: 14px;
    border-radius: 0;
}

.filters {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    padding-bottom: 24px;
}

.filter {
    background: white;
    border: 1px solid var(--line);
    padding: 11px 15px;
    font-size: 13px;
}

.filter[aria-pressed="true"] {
    background: var(--ink);
    color: white;
    border-color: var(--ink);
}

.filter:hover {
    border-color: var(--ink);
}

.results-label {
    font-size: 12px;
    color: var(--muted);
    padding: 16px 0;
    border-top: 1px solid var(--line);
    margin-bottom: 18px;
}

.directory .people {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.directory .dept {
    padding-bottom: 36px;
    margin-bottom: 36px;
}

.directory .dept h2 {
    font-size: 24px;
}

.directory .portrait {
    aspect-ratio: 5/4;
}

.empty {
    padding: 50px 20px;
    background: var(--pale);
    text-align: center;
}

.empty button {
    margin-top: 18px;
}

.accordion .hero {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 56px;
}

.accordion-list {
    border-top: 1px solid var(--ink);
    margin-bottom: 60px;
}

.department-details {
    border-bottom: 1px solid var(--line);
}

.department-details>summary {
    list-style: none;
    display: grid;
    grid-template-columns: 50px 1fr 240px 34px;
    gap: 20px;
    align-items: center;
    padding: 30px 0;
    cursor: pointer;
}

.department-details>summary::-webkit-details-marker {
    display: none;
}

.dept-number {
    font-size: 13px;
    color: var(--muted);
}

.summary-name {
    display: block;
    font-size: 27px;
    line-height: 1.2;
    color: var(--ink);
    letter-spacing: -0.5px;
    margin-bottom: 8px;
}

.summary-desc {
    font-size: 13px;
    color: var(--muted);
}

.summary-total {
    font-size: 13px;
    color: var(--muted);
    justify-self: end;
}

.plus {
    font-size: 27px;
    font-weight: 300;
    justify-self: end;
}

.department-details[open] .plus {
    font-size: 0;
}

.department-details[open] .plus:after {
    content: "−";
    font-size: 27px;
}

.department-content {
    padding: 0 0 40px 70px;
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 40px;
}

.department-content .people {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 18px;
}

.department-content .person h3 {
    font-size: 16px;
}

.department-content .portrait {
    aspect-ratio: 1;
}

.department-content .portrait .initials {
    font-size: 28px;
}

.department-content .role {
    font-size: 12px;
}

.dept-note {
    font-size: 14px;
    padding-top: 5px;
}

.dept-note .eyebrow {
    margin-bottom: 12px;
}

.dept-note p {
    margin-bottom: 18px;
}

.controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    font-size: 12px;
}

.controls button {
    background: none;
    border: 0;
    text-decoration: underline;
    text-underline-offset: 4px;
    padding: 10px 0 10px 20px;
    font-size: 12px;
}

dialog {
    border: 1px solid var(--line);
    padding: 38px;
    max-width: 500px;
    width: calc(100% - 32px);
    color: var(--text);
}

@media (max-width: 575px) {
    dialog {
        padding: 32px 20px 20px;
    }
}

dialog::backdrop {
    background: #09084480;
}

dialog h2 {
    margin: 24px 0 10px;
}

dialog p {
    margin: 14px 0;
    font: 16px / 1.55 Arial, Helvetica, sans-serif;
}

dialog .close {
    float: right;
    background: none;
    border: 1px solid var(--line);
    padding: 8px 12px;
    font-size: 12px;
}

dialog .eyebrow {
    clear: both;
    padding-top: 24px;
}

body:has(dialog[open]) {
    overflow: hidden;
}

.skip {
    position: absolute;
    left: 10px;
    top: -100px;
    background: white;
    padding: 12px;
    z-index: 10;
}

.skip:focus {
    top: 10px;
}

[hidden] {
    display: none !important;
}

.index-hero {
    max-width: 800px;
    padding: 70px 0 45px;
}

.index-hero p {
    margin-top: 24px;
    max-width: 640px;
}

.option-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.option {
    border: 1px solid var(--line);
    padding: 26px;
    display: flex;
    flex-direction: column;
}

.option h2 {
    font-size: 27px;
    margin: 20px 0 15px;
}

.option p {
    font-size: 14px;
    margin-bottom: 20px;
}

.option .primary {
    margin-top: auto;
    text-align: center;
}

.mini {
    height: 155px;
    background: var(--pale);
    border: 1px solid var(--line);
    padding: 16px;
    display: flex;
    gap: 12px;
}

.mini-side {
    width: 25%;
    background: #c7cbd6;
}

.mini-grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
}

.mini-grid i {
    background: #d3d7e0;
}

.mini-two {
    display: block;
}

.mini-tabs {
    height: 16px;
    background: #969db0;
    width: 70%;
    margin-bottom: 10px;
}

.mini-two .mini-grid {
    height: 94px;
    grid-template-columns: repeat(4, 1fr);
}

.mini-three {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mini-three i {
    height: 22px;
    border: 1px solid #c7cbd6;
    display: block;
}

.mini-three i:first-child {
    height: 62px;
    background: #d3d7e0;
}

.decision {
    margin: 40px 0;
    background: var(--pale);
    padding: 28px;
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 30px;
}

.decision h2 {
    font-size: 23px;
}

.decision p {
    font-size: 14px;
}

.references {
    font-size: 12px;
    margin: 30px 0;
    color: var(--muted);
}

.references a {
    margin-right: 14px;
}

@media (min-width: 1450px) {
    .wrap {
        max-width: 1320px;
    }
}

@media (max-width: 950px) {
    .sitenav {
        gap: 14px;
    }

    .sitenav .optional {
        display: none;
    }

    .wrap {
        padding: 0 28px;
    }

    .layout-one {
        grid-template-columns: 180px 1fr;
        gap: 28px;
    }

    .people {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .directory .people {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .department-content {
        grid-template-columns: 1fr;
        padding-left: 70px;
        gap: 20px;
    }

    .dept-note {
        max-width: 550px;
    }

    .department-details>summary {
        grid-template-columns: 40px 1fr auto 24px;
    }

    .option-grid {
        gap: 14px;
    }

    .option {
        padding: 18px;
    }

    .option h2 {
        font-size: 23px;
    }
}

@media (max-width: 640px) {
    .wrap {
        padding: 0 20px;
    }

    .reviewbar .wrap {
        align-items: start;
        flex-direction: column;
        padding-top: 12px;
        padding-bottom: 12px;
        gap: 8px;
    }

    .reviewbar nav {
        gap: 0;
    }

    .reviewbar a {
        padding: 6px 9px;
    }

    .sitehead {
        height: 82px;
    }

    .brand {
        font-size: 25px;
    }

    .sitenav>a:not(.outline) {
        display: none;
    }

    .sitenav .outline {
        font-size: 11px;
        padding: 9px 11px;
    }

    .hero,
    .accordion .hero {
        display: block;
        padding: 38px 0 30px;
    }

    .hero .eyebrow {
        margin-bottom: 18px;
    }

    .hero h1 {
        margin-bottom: 20px;
        font-size: 41px;
        letter-spacing: -1.3px;
    }

    .hero p {
        font-size: 15px;
    }

    .explain {
        display: block;
        padding: 16px;
        margin-bottom: 28px;
    }

    .explain p {
        margin-top: 8px;
    }

    .layout-one {
        display: block;
    }

    .jump {
        position: static;
        margin-bottom: 30px;
    }

    .jump a {
        padding: 10px 0;
    }

    .jump .eyebrow {
        margin-bottom: 8px;
    }

    .dept {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .dept-top {
        align-items: start;
    }

    .dept-top h2 {
        font-size: 27px;
    }

    .people,
    .directory .people {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px 14px;
    }

    .person h3 {
        font-size: 16px;
    }

    .role {
        font-size: 12px;
        min-height: 38px;
    }

    .portrait {
        margin-bottom: 13px;
    }

    .portrait small {
        font-size: 8px;
        left: 8px;
    }

    .portrait .initials {
        font-size: 27px;
    }

    .cta {
        display: block;
        padding: 32px 0;
    }

    .cta .primary {
        margin-top: 22px;
    }

    .cta h2 {
        font-size: 27px;
    }

    .foot {
        display: block;
    }

    .foot span {
        display: block;
        margin-bottom: 8px;
    }

    .tools {
        display: block;
    }

    .searchbox {
        margin-top: 20px;
    }

    .searchbox input {
        width: 100%;
    }

    .filters {
        gap: 7px;
    }

    .filter {
        font-size: 12px;
        padding: 10px;
    }

    .department-details>summary {
        grid-template-columns: 24px 1fr 24px;
        gap: 10px;
        padding: 22px 0;
    }

    .summary-name {
        font-size: 23px;
    }

    .summary-total {
        display: none;
    }

    .department-content {
        padding-left: 0;
    }

    .department-content .people {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .summary-desc {
        font-size: 12px;
    }

    .controls {
        align-items: start;
        gap: 12px;
    }

    .controls button {
        padding: 0 0 8px 16px;
    }

    .option-grid {
        grid-template-columns: 1fr;
    }

    .index-hero {
        padding: 40px 0 30px;
    }

    .decision {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .option {
        padding: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

.jump .team-nav-heading {
    font-family: "Neue Kabel Regular", Arial, sans-serif;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: -0.4px;
    font-weight: 400;
    margin: 0 0 22px;
    text-wrap: balance;
}

@media (max-width: 640px) {
    .jump .team-nav-heading {
        font-size: 26px;
        margin-bottom: 16px;
    }
}

/* Readability and department orientation. */
.person .role {
    font-size: 14px;
    line-height: 1.5;
    min-height: 42px;
}

.person .bio-button {
    font-size: 14px;
    min-height: 44px;
    min-width: 100px;
    text-align: left;
    padding: 10px 0;
}

.jump a {
    position: relative;
    min-height: 44px;
    padding-left: 14px;
}

.jump a[aria-current="location"] {
    font-weight: 700;
    color: var(--ink);
}

.jump a[aria-current="location"]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 18px;
    background: var(--ink);
}

.person .contact-actions {
    display: flex;
    gap: 4px;
    margin-top: 8px;
    flex-wrap: wrap;
}

.person .contact-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border: 1px solid #bcc9d8;
    background: transparent;
    color: var(--ink);
    border-radius: 0;
    text-decoration: none;
    padding: 0;
}

.person .contact-action:hover,
.person .contact-action:focus-visible {
    background: var(--ink);
    color: white;
    border-color: var(--ink);
}

.contact-action svg {
    width: 18px;
    height: 18px;
    stroke-width: 1.6;
}

.person .bio-button {
    font-size: 14px;
    min-height: 44px;
    min-width: 100px;
    padding: 10px 0;
    text-align: left;
    margin-top: 8px;
}

.contact-message .close-contact {
    float: right;
    background: none;
    border: 1px solid var(--line);
    min-height: 44px;
    padding: 8px 12px;
}

.contact-message h2 {
    clear: both;
    padding-top: 24px;
    font-size: 28px;
}

.contact-message p {
    font-size: 16px;
    line-height: 1.5;
}

.team-frame {
    padding-top: 76px;
    padding-bottom: 70px
}

.team-intro {
    text-align: center;
    margin-bottom: 52px
}

.team-intro h2 {
    font-family: 'Neue Kabel Regular', Arial, sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 18px;
    font-weight: 400
}

.team-intro p {
    font-family: 'Neue Kabel Regular', Arial, sans-serif;
    font-size: 18px;
    color: #090844
}

@media(max-width:640px) {
    .team-frame {
        padding-top: 42px;
        padding-bottom: 42px
    }

    .team-intro h2 {
        font-size: 32px
    }

    .team-intro {
        margin-bottom: 32px
    }
}

@media(max-width:1199px) {
    .live-shell .header:not(.mobile-menu) .navigation {
        pointer-events: none;
        visibility: hidden;
        transition: none
    }

    .live-shell .mobile-menu .navigation {
        pointer-events: auto
    }

    .live-shell .mobile-menu .navigation::before {
        transform: translateY(0)
    }
}

/* Team introduction: a compact transition from the hero to browsing. */
.team-frame {
    padding-top: 52px
}

.team-intro {
    margin-bottom: 32px
}

.team-intro h2 {
    text-transform: none;
    margin-bottom: 14px
}

.team-intro p {
    max-width: 780px;
    margin-inline: auto;
    line-height: 1.5;
    text-wrap: pretty
}

.team-frame .tools {
    justify-content: flex-end;
    border-top: 0;
    padding-top: 0
}

.team-frame .tools .searchbox {
    margin-top: 0
}

@media(max-width:640px) {
    .team-frame {
        padding-top: 34px
    }

    .team-intro {
        margin-bottom: 26px
    }

    .team-intro h2 {
        font-size: 32px
    }

    .team-intro p {
        font-size: 16px
    }

    .team-frame .tools {
        padding-bottom: 20px
    }
}

.team-section-background {
    background: #EAF3FB
}