:root {
    --research-navy: #171d5d;
    --research-blue: #292884;
    --research-blue-2: #3f78bd;
    --research-sky: #64c3d2;
    --research-mint: #b9ebe5;
    --research-ink: #19233f;
    --research-copy: #566079;
    --research-soft: #f4f7fc;
    --research-line: #dfe5f0;
    --research-white: #fff;
    --research-shadow: 0 22px 65px rgba(21, 29, 82, .11);
}

html {
    scroll-behavior: smooth;
}

.research-page {
    color: var(--research-ink);
    background: #fff;
}

.research-page main {
    color: var(--research-copy);
}

.research-page section[id] {
    scroll-margin-top: 150px;
}

.research-skip-link {
    position: fixed;
    z-index: 9999;
    top: 12px;
    left: 12px;
    padding: 10px 16px;
    border-radius: 6px;
    color: #fff !important;
    background: var(--research-navy);
    transform: translateY(-150%);
    transition: transform .2s ease;
}

.research-skip-link:focus {
    transform: none;
}

.research-hero {
    position: relative;
    min-height: 640px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 78% 25%, rgba(100, 195, 210, .2), transparent 25%),
        radial-gradient(circle at 8% 84%, rgba(63, 120, 189, .25), transparent 28%),
        linear-gradient(128deg, #12174e 0%, #1c2168 47%, #25287a 100%);
}

.research-hero__grid {
    position: absolute;
    inset: 0;
    opacity: .11;
    background-image:
        linear-gradient(rgba(255, 255, 255, .22) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .22) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(to right, transparent, #000 38%, #000);
}

.research-orbit {
    position: absolute;
    border: 1px solid rgba(142, 222, 226, .23);
    border-radius: 50%;
}

.research-orbit::before,
.research-orbit::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--research-sky);
    box-shadow: 0 0 24px rgba(100, 195, 210, .8);
}

.research-orbit--one {
    width: 460px;
    height: 460px;
    right: -105px;
    top: -170px;
}

.research-orbit--one::before {
    left: 55px;
    bottom: 74px;
}

.research-orbit--one::after {
    left: 143px;
    bottom: 10px;
}

.research-orbit--two {
    width: 260px;
    height: 260px;
    left: -110px;
    bottom: 5px;
}

.research-orbit--two::before {
    right: 17px;
    top: 48px;
}

.research-orbit--two::after {
    right: 4px;
    bottom: 73px;
}

.research-hero__layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(340px, .72fr);
    align-items: center;
    gap: clamp(52px, 8vw, 112px);
    min-height: 560px;
    padding-top: 76px;
    padding-bottom: 76px;
}

.research-eyebrow,
.research-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--research-blue-2);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .13em;
    line-height: 1.4;
    text-transform: uppercase;
}

.research-eyebrow {
    margin-bottom: 22px;
    color: #a9edf0;
}

.research-hero h1 {
    max-width: 760px;
    margin: 0 0 24px;
    color: #fff;
    font-size: clamp(46px, 5.6vw, 76px);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: .98;
}

.research-hero h1 em {
    display: block;
    color: #83d5dc;
    font-style: normal;
}

.research-hero__copy > p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, .77);
    font-size: 18px;
    line-height: 1.78;
}

.research-hero__actions,
.research-profile__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 34px;
}

.research-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 52px;
    padding: 0 23px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.research-btn:hover {
    transform: translateY(-2px);
}

.research-btn--primary {
    color: #10184c !important;
    background: #83d5dc;
    box-shadow: 0 12px 32px rgba(100, 195, 210, .2);
}

.research-btn--primary:hover {
    color: #10184c !important;
    background: #a9e9ed;
}

.research-btn--ghost {
    color: #fff !important;
    border-color: rgba(255, 255, 255, .32);
    background: rgba(255, 255, 255, .07);
}

.research-btn--ghost:hover {
    color: #fff !important;
    border-color: rgba(255, 255, 255, .58);
    background: rgba(255, 255, 255, .13);
}

.research-btn--dark {
    color: #fff !important;
    background: var(--research-navy);
    box-shadow: 0 10px 26px rgba(23, 29, 93, .17);
}

.research-btn--dark:hover {
    color: #fff !important;
    background: var(--research-blue);
}

.research-hero__panel {
    position: relative;
    padding: 36px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 18px;
    background: rgba(255, 255, 255, .09);
    box-shadow: 0 30px 80px rgba(4, 9, 44, .3);
    backdrop-filter: blur(14px);
}

.research-hero__panel::before {
    position: absolute;
    inset: -1px auto -1px -1px;
    width: 4px;
    content: "";
    border-radius: 18px 0 0 18px;
    background: var(--research-sky);
}

.research-hero__panel-icon {
    display: grid;
    width: 54px;
    height: 54px;
    margin-bottom: 26px;
    place-items: center;
    border-radius: 14px;
    color: #10205c;
    background: #9ce2e6;
    font-size: 25px;
}

.research-hero__panel-label {
    color: #a9edf0;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.research-hero__panel h2 {
    margin: 9px 0 14px;
    color: #fff;
    font-size: 25px;
    font-weight: 750;
    line-height: 1.3;
}

.research-hero__panel > p {
    margin: 0;
    color: rgba(255, 255, 255, .68);
    font-size: 14px;
    line-height: 1.7;
}

.research-hero__metrics {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .14);
}

.research-hero__metrics div {
    display: grid;
}

.research-hero__metrics strong {
    color: #fff;
    font-size: 31px;
    line-height: 1;
}

.research-hero__metrics span {
    margin-top: 7px;
    color: rgba(255, 255, 255, .58);
    font-size: 12px;
    line-height: 1.35;
}

.research-hero__meta {
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(255, 255, 255, .1);
    background: rgba(5, 10, 45, .27);
}

.research-hero__meta .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    min-height: 80px;
}

.research-hero__meta span {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 20px 26px;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
}

.research-hero__meta span + span {
    border-left: 1px solid rgba(255, 255, 255, .1);
}

.research-hero__meta i {
    color: #83d5dc;
    font-size: 16px;
}

.research-local-nav {
    position: sticky;
    z-index: 900;
    top: 84px;
    border-bottom: 1px solid var(--research-line);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 8px 24px rgba(22, 31, 80, .05);
    backdrop-filter: blur(12px);
}

.research-local-nav .container {
    display: flex;
    align-items: center;
    gap: 32px;
    overflow-x: auto;
    scrollbar-width: none;
}

.research-local-nav .container::-webkit-scrollbar {
    display: none;
}

.research-local-nav a {
    position: relative;
    flex: 0 0 auto;
    padding: 19px 0 17px;
    color: #3f4965 !important;
    font-size: 13px;
    font-weight: 750;
    text-decoration: none !important;
}

.research-local-nav a::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    content: "";
    background: var(--research-blue-2);
    transform: scaleX(0);
    transition: transform .2s ease;
}

.research-local-nav a:hover,
.research-local-nav a.is-active {
    color: var(--research-blue) !important;
}

.research-local-nav a:hover::after,
.research-local-nav a.is-active::after {
    transform: scaleX(1);
}

.research-section {
    padding: 104px 0;
}

.research-section--soft {
    background: var(--research-soft);
}

.research-section-heading {
    margin-bottom: 46px;
}

.research-section-heading--split,
.research-section-heading--with-tools,
.research-section-heading--inverse {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, .78fr);
    align-items: end;
    gap: 68px;
}

.research-section-heading h2,
.research-profile h2,
.research-governance h2,
.research-contact h2 {
    margin: 10px 0 0;
    color: var(--research-ink);
    font-size: clamp(34px, 4vw, 50px);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.research-section-heading > p,
.research-section-heading > div > p {
    margin: 14px 0 0;
    color: var(--research-copy);
    font-size: 16px;
    line-height: 1.75;
}

.research-section-heading--split > p,
.research-section-heading--inverse > p {
    margin: 0;
}

.research-purpose-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--research-line);
    border-bottom: 1px solid var(--research-line);
}

.research-purpose-card {
    position: relative;
    min-height: 320px;
    padding: 38px 28px 34px;
    overflow: hidden;
    background: #fff;
    transition: background .25s ease, transform .25s ease;
}

.research-purpose-card + .research-purpose-card {
    border-left: 1px solid var(--research-line);
}

.research-purpose-card:hover {
    z-index: 1;
    background: #f9fbff;
    transform: translateY(-5px);
    box-shadow: var(--research-shadow);
}

.research-purpose-card__number {
    position: absolute;
    top: 24px;
    right: 25px;
    color: #ccd4e2;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
}

.research-purpose-card > i {
    display: grid;
    width: 52px;
    height: 52px;
    margin: 38px 0 30px;
    place-items: center;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(135deg, var(--research-blue), var(--research-blue-2));
    box-shadow: 0 12px 24px rgba(47, 49, 139, .19);
    font-size: 21px;
}

.research-purpose-card h3 {
    margin: 0 0 13px;
    color: var(--research-ink);
    font-size: 20px;
    font-weight: 800;
}

.research-purpose-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
}

.research-profile {
    display: grid;
    grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--research-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--research-shadow);
}

.research-profile__identity {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 48px;
    background:
        radial-gradient(circle at 10% 0, rgba(132, 214, 221, .18), transparent 34%),
        linear-gradient(145deg, #171d5d, #28277e);
}

.research-profile__avatar {
    position: relative;
    display: grid;
    width: 105px;
    height: 105px;
    margin-bottom: 32px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 28px;
    color: #fff;
    background: rgba(255, 255, 255, .08);
    font-size: 32px;
    font-weight: 800;
}

.research-profile__avatar i {
    position: absolute;
    right: -11px;
    bottom: -11px;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 4px solid #211f70;
    border-radius: 50%;
    color: #12205b;
    background: #94dde2;
    font-size: 15px;
}

.research-profile__identity .research-kicker {
    color: #9ee3e7;
}

.research-profile__identity h2 {
    color: #fff;
    font-size: clamp(30px, 3vw, 42px);
}

.research-profile__role {
    margin: 13px 0 0;
    color: rgba(255, 255, 255, .66) !important;
    font-size: 14px;
}

.research-profile__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 54px 56px 110px;
}

.research-profile__content > p {
    margin: 0;
    font-size: 17px;
    line-height: 1.85;
}

.research-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 12px 0;
    color: var(--research-blue) !important;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
}

.research-profile__note {
    grid-column: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: -74px;
    padding: 18px 56px;
    border-top: 1px solid var(--research-line);
    color: #737d91;
    background: #fafbfd;
    font-size: 12px;
}

.research-profile__note i {
    color: var(--research-blue-2);
    font-size: 16px;
}

.research-section-heading--with-tools {
    grid-template-columns: minmax(0, 1fr) auto;
}

.research-directory-summary {
    display: grid;
    min-width: 150px;
    justify-items: end;
}

.research-directory-summary strong {
    color: var(--research-blue);
    font-size: 44px;
    line-height: 1;
}

.research-directory-summary span {
    margin-top: 7px;
    color: #788197;
    font-size: 12px;
    font-weight: 700;
}

.research-data-note {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin: -15px 0 30px;
    padding: 16px 18px;
    border: 1px solid #cfdae9;
    border-left: 4px solid var(--research-blue-2);
    border-radius: 8px;
    color: #55627a;
    background: #f6f9fd;
    font-size: 13px;
    line-height: 1.55;
}

.research-data-note i {
    margin-top: 3px;
    color: var(--research-blue-2);
}

.research-directory-tools {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) minmax(230px, 310px);
    gap: 14px;
    margin-bottom: 28px;
}

.research-search,
.research-select {
    position: relative;
    margin: 0;
}

.research-search > i,
.research-select > i {
    position: absolute;
    top: 50%;
    color: #7e879c;
    transform: translateY(-50%);
    pointer-events: none;
}

.research-search > i {
    left: 19px;
}

.research-select > i {
    right: 18px;
}

.research-search input,
.research-select select {
    width: 100%;
    height: 54px;
    margin: 0;
    border: 1px solid var(--research-line);
    border-radius: 9px;
    outline: none;
    color: var(--research-ink);
    background: #fff;
    font-size: 14px;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.research-search input {
    padding: 0 18px 0 48px;
}

.research-select select {
    padding: 0 44px 0 17px;
    appearance: none;
}

.research-search input:focus,
.research-select select:focus {
    border-color: var(--research-blue-2);
    box-shadow: 0 0 0 3px rgba(63, 120, 189, .12);
}

.research-coordinator-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.research-coordinator-card {
    display: flex;
    min-height: 295px;
    flex-direction: column;
    padding: 27px;
    border: 1px solid var(--research-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(30, 41, 92, .055);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.research-coordinator-card:hover {
    border-color: #c6d2e4;
    box-shadow: 0 18px 42px rgba(30, 41, 92, .11);
    transform: translateY(-4px);
}

.research-coordinator-card[hidden] {
    display: none;
}

.research-coordinator-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 28px;
}

.research-coordinator-card__initial {
    color: #adb6c8;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .13em;
}

.research-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.research-status::before {
    width: 6px;
    height: 6px;
    content: "";
    border-radius: 50%;
    background: currentColor;
}

.research-status--pending {
    color: #8c6415;
    background: #fff6df;
}

.research-status--available {
    color: #176c5f;
    background: #e2f7f2;
}

.research-coordinator-card__area {
    color: var(--research-blue-2);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.research-coordinator-card h3 {
    margin: 8px 0 6px;
    color: var(--research-ink);
    font-size: 19px;
    font-weight: 800;
    line-height: 1.32;
}

.research-coordinator-card__career {
    margin: 0 0 17px;
    color: #59647b !important;
    font-size: 13px;
    line-height: 1.55;
}

.research-coordinator-card__validation {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #edf0f5;
    color: #8890a0;
    font-size: 11px;
    line-height: 1.45;
}

.research-coordinator-card__validation i {
    margin-top: 2px;
    color: #a5afc0;
}

.research-coordinator-card > a,
.research-coordinator-card__disabled {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 18px;
    color: var(--research-blue) !important;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none !important;
}

.research-coordinator-card__disabled {
    color: #9aa2b2 !important;
}

.research-empty-state {
    padding: 55px 30px;
    border: 1px dashed #cbd4e2;
    border-radius: 14px;
    text-align: center;
    background: #fafbfd;
}

.research-empty-state i {
    color: #9ba6b9;
    font-size: 30px;
}

.research-empty-state h3 {
    margin: 16px 0 6px;
    color: var(--research-ink);
    font-size: 21px;
}

.research-empty-state p {
    margin: 0;
}

.research-section--navy {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 95% 5%, rgba(100, 195, 210, .15), transparent 26%),
        linear-gradient(135deg, #12174d, #20246b);
}

.research-section--navy::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: .06;
    background-image: radial-gradient(circle, #fff 1px, transparent 1px);
    background-size: 28px 28px;
}

.research-section--navy .container {
    position: relative;
}

.research-section-heading--inverse .research-kicker {
    color: #8fdee3;
}

.research-section-heading--inverse h2 {
    color: #fff;
}

.research-section-heading--inverse > p {
    color: rgba(255, 255, 255, .66);
}

.research-project-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 28px;
}

.research-project-filters button {
    padding: 9px 15px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 22px;
    outline: none;
    color: rgba(255, 255, 255, .7);
    background: rgba(255, 255, 255, .06);
    font-size: 12px;
    font-weight: 750;
    cursor: pointer;
    transition: .2s ease;
}

.research-project-filters button:hover,
.research-project-filters button.is-active {
    border-color: #8fdee3;
    color: #12205b;
    background: #8fdee3;
}

.research-project-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.research-project-card {
    display: flex;
    min-height: 330px;
    flex-direction: column;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 15px;
    background: rgba(255, 255, 255, .075);
    backdrop-filter: blur(8px);
    transition: background .22s ease, transform .22s ease;
}

.research-project-card:hover {
    background: rgba(255, 255, 255, .12);
    transform: translateY(-4px);
}

.research-project-card[hidden] {
    display: none;
}

.research-project-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 27px;
}

.research-project-card__icon {
    display: grid;
    width: 47px;
    height: 47px;
    place-items: center;
    border-radius: 12px;
    color: #12205b;
    background: #91dfe3;
    font-size: 19px;
}

.research-project-card__period {
    color: rgba(255, 255, 255, .58);
    font-size: 12px;
    font-weight: 750;
}

.research-project-card__status {
    align-self: flex-start;
    margin-bottom: 13px;
    padding: 5px 9px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 4px;
    color: #bcecef;
    background: rgba(143, 222, 227, .09);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.research-project-card h3 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.36;
}

.research-project-card > p {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 0;
    color: rgba(255, 255, 255, .61);
    font-size: 13px;
    line-height: 1.55;
}

.research-project-card > p i {
    margin-top: 3px;
    color: #83d5dc;
}

.research-project-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
    padding-top: 19px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .42);
    font-size: 10px;
}

.research-updates-grid {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr;
    gap: 18px;
}

.research-update-card {
    min-height: 330px;
    padding: 32px;
    border: 1px solid var(--research-line);
    border-radius: 15px;
    background: #fff;
}

.research-update-card--featured {
    background: linear-gradient(155deg, #f1fbfb, #f8faff 74%);
}

.research-update-card__icon {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 39px;
    place-items: center;
    border-radius: 12px;
    color: #fff;
    background: var(--research-blue);
    font-size: 18px;
}

.research-update-card__tag {
    color: var(--research-blue-2);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.research-update-card h3 {
    margin: 9px 0 13px;
    color: var(--research-ink);
    font-size: 21px;
    font-weight: 800;
    line-height: 1.35;
}

.research-update-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
}

.research-update-card__coming {
    display: inline-block;
    margin-top: 25px;
    padding-top: 14px;
    border-top: 1px solid var(--research-line);
    color: #8b94a6;
    font-size: 11px;
    font-weight: 750;
}

.research-resource-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.research-resource-card {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    min-height: 108px;
    padding: 21px 22px;
    border: 1px solid var(--research-line);
    border-radius: 12px;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.research-resource-card:hover {
    border-color: #c8d4e4;
    box-shadow: 0 12px 34px rgba(24, 33, 83, .08);
}

.research-resource-card > i {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    border-radius: 12px;
    color: var(--research-blue);
    background: #eef2fb;
    font-size: 18px;
}

.research-resource-card h3 {
    margin: 0 0 5px;
    color: var(--research-ink);
    font-size: 16px;
    font-weight: 800;
}

.research-resource-card p {
    margin: 0;
    font-size: 12px;
    line-height: 1.45;
}

.research-resource-card > span {
    padding: 6px 9px;
    border-radius: 5px;
    color: #69758c;
    background: #f2f4f8;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.research-governance {
    padding: 98px 0;
    color: #fff;
    background: #20256b;
}

.research-governance__layout {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(480px, 1.2fr);
    align-items: center;
    gap: 80px;
}

.research-governance .research-kicker {
    color: #8fdee3;
}

.research-governance h2 {
    color: #fff;
}

.research-governance p {
    margin: 20px 0 0;
    color: rgba(255, 255, 255, .65);
    font-size: 15px;
    line-height: 1.75;
}

.research-governance__steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin: 0;
    padding: 1px;
    list-style: none;
    background: rgba(255, 255, 255, .13);
}

.research-governance__steps li {
    display: flex;
    gap: 15px;
    min-height: 132px;
    padding: 25px;
    background: #20256b;
}

.research-governance__steps li > span {
    color: #85d7dc;
    font-size: 11px;
    font-weight: 800;
}

.research-governance__steps div {
    display: grid;
    align-content: start;
    gap: 7px;
}

.research-governance__steps strong {
    color: #fff;
    font-size: 15px;
}

.research-governance__steps small {
    color: rgba(255, 255, 255, .55);
    font-size: 11px;
    line-height: 1.5;
}

.research-contact {
    padding: 92px 0;
    background: #fff;
}

.research-contact__card {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr);
    overflow: hidden;
    border-radius: 20px;
    background:
        radial-gradient(circle at 0 0, rgba(100, 195, 210, .13), transparent 32%),
        linear-gradient(135deg, #f2f7fb, #f6f8fd);
    box-shadow: var(--research-shadow);
}

.research-contact__copy {
    padding: 56px;
}

.research-contact h2 {
    font-size: clamp(34px, 4vw, 48px);
}

.research-contact__copy > p {
    max-width: 650px;
    margin: 18px 0 0;
    font-size: 15px;
    line-height: 1.75;
}

.research-contact__copy .research-btn {
    margin-top: 28px;
}

.research-contact__details {
    display: grid;
    align-content: center;
    gap: 0;
    padding: 34px 42px;
    color: #fff;
    background: linear-gradient(145deg, #171d5d, #28277e);
}

.research-contact__details > div {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    padding: 18px 0;
}

.research-contact__details > div + div {
    border-top: 1px solid rgba(255, 255, 255, .11);
}

.research-contact__details > div > i {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 9px;
    color: #9be2e6;
    background: rgba(255, 255, 255, .08);
}

.research-contact__details span {
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    line-height: 1.55;
}

.research-contact__details small {
    display: block;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, .42);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.research-contact__details a {
    color: #fff !important;
    text-decoration: none !important;
}

@media (max-width: 1199.98px) {
    .research-hero__layout {
        gap: 52px;
    }

    .research-coordinator-grid,
    .research-project-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .research-purpose-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .research-purpose-card:nth-child(3) {
        border-left: 0;
        border-top: 1px solid var(--research-line);
    }

    .research-purpose-card:nth-child(4) {
        border-top: 1px solid var(--research-line);
    }
}

@media (max-width: 991.98px) {
    .research-page section[id] {
        scroll-margin-top: 118px;
    }

    .research-hero__layout,
    .research-section-heading--split,
    .research-section-heading--inverse,
    .research-profile,
    .research-governance__layout,
    .research-contact__card {
        grid-template-columns: 1fr;
    }

    .research-hero__layout {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .research-hero__panel {
        max-width: 660px;
    }

    .research-local-nav {
        top: 72px;
    }

    .research-local-nav .container {
        gap: 27px;
    }

    .research-section {
        padding: 82px 0;
    }

    .research-section-heading--split,
    .research-section-heading--inverse {
        gap: 20px;
    }

    .research-section-heading--split > p,
    .research-section-heading--inverse > p {
        max-width: 720px;
    }

    .research-profile__content {
        padding: 44px 48px 100px;
    }

    .research-profile__note {
        grid-column: 1;
        padding: 18px 48px;
    }

    .research-updates-grid {
        grid-template-columns: 1fr 1fr;
    }

    .research-update-card--featured {
        grid-column: 1 / -1;
    }

    .research-governance__layout {
        gap: 44px;
    }

    .research-contact__details {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .research-contact__details > div + div {
        border-top: 0;
    }
}

@media (max-width: 575.98px) {
    .research-local-nav {
        top: 68px;
    }
}

@media (max-width: 767.98px) {
    .research-hero {
        min-height: auto;
    }

    .research-hero__layout {
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .research-hero h1 {
        font-size: clamp(43px, 13vw, 62px);
    }

    .research-hero__copy > p {
        font-size: 16px;
    }

    .research-hero__panel {
        padding: 28px;
    }

    .research-hero__meta .container {
        grid-template-columns: 1fr;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .research-hero__meta span {
        padding: 11px 0;
    }

    .research-hero__meta span + span {
        border-top: 1px solid rgba(255, 255, 255, .08);
        border-left: 0;
    }

    .research-local-nav a {
        padding-top: 16px;
        padding-bottom: 14px;
    }

    .research-section {
        padding: 68px 0;
    }

    .research-section-heading,
    .research-section-heading--with-tools {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 34px;
    }

    .research-section-heading h2,
    .research-profile h2,
    .research-governance h2,
    .research-contact h2 {
        font-size: 34px;
    }

    .research-directory-summary {
        grid-auto-flow: column;
        align-items: end;
        justify-content: start;
        justify-items: start;
        gap: 10px;
    }

    .research-directory-summary strong {
        font-size: 34px;
    }

    .research-directory-summary span {
        margin-bottom: 3px;
    }

    .research-purpose-grid,
    .research-coordinator-grid,
    .research-project-grid,
    .research-updates-grid,
    .research-resource-grid,
    .research-directory-tools,
    .research-governance__steps {
        grid-template-columns: 1fr;
    }

    .research-purpose-card + .research-purpose-card {
        border-top: 1px solid var(--research-line);
        border-left: 0;
    }

    .research-purpose-card {
        min-height: 280px;
    }

    .research-profile__identity,
    .research-profile__content,
    .research-contact__copy {
        padding: 36px 28px;
    }

    .research-profile__content {
        padding-bottom: 95px;
    }

    .research-profile__note {
        padding: 17px 28px;
    }

    .research-update-card--featured {
        grid-column: auto;
    }

    .research-resource-card {
        grid-template-columns: 46px minmax(0, 1fr);
    }

    .research-resource-card > span {
        grid-column: 2;
        justify-self: start;
    }

    .research-governance {
        padding: 70px 0;
    }

    .research-contact {
        padding: 64px 0;
    }

    .research-contact__details {
        grid-template-columns: 1fr;
        padding: 26px 28px;
    }

    .research-contact__details > div + div {
        border-top: 1px solid rgba(255, 255, 255, .11);
    }
}

@media (max-width: 479.98px) {
    .research-hero__actions,
    .research-profile__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .research-btn {
        width: 100%;
    }

    .research-hero__metrics {
        grid-template-columns: 1fr;
    }

    .research-profile__content {
        padding-bottom: 112px;
    }

    .research-project-filters {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .research-page *,
    .research-page *::before,
    .research-page *::after {
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
