body {
    margin: 0;
    background: #f7f4ee;
    color: #1f2933;
    font-family: "Inter", "Segoe UI", sans-serif;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display", Georgia, serif;
    letter-spacing: -0.02em;
}

.hero-section {
    background:
        radial-gradient(circle at top right, rgba(194, 143, 49, 0.28), transparent 28%),
        linear-gradient(135deg, #f3ede2 0%, #fffdf8 100%);
}

.home-top-animated::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.045) 45%, transparent 65%);
    transform: translateX(-120%);
    animation: homeSweep 10s ease-in-out infinite;
    pointer-events: none;
}

.home-landing .site-navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 40;
    background: transparent !important;
    border-bottom: none !important;
    backdrop-filter: none !important;
    box-shadow: none;
    padding-top: 0.5rem;
}

.home-landing .site-navbar .nav-link,
.home-landing .site-navbar .navbar-brand {
    color: #ffffff !important;
}

.home-landing .site-navbar .nav-link {
    font-weight: 500;
}

.home-landing .site-navbar__bar {
    align-items: center;
    padding: 0.25rem 0 0;
    background: transparent;
    border: none;
    box-shadow: none;
    justify-content: space-between;
    gap: 1rem;
}

.home-header-nav {
    position: absolute;
    top: 0.9rem;
    right: 1rem;
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 0.65rem;
    border-radius: 999px;
    background: rgba(111, 118, 132, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    z-index: 41;
}

.home-header-nav__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.35rem;
    padding: 0.8rem 1.25rem;
    border-radius: 999px;
    color: #ffffff !important;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.08);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
    transition: background-color 0.18s ease, transform 0.18s ease, color 0.18s ease;
}

.home-header-nav__item:hover,
.home-header-nav__item:focus-visible {
    color: #ffffff !important;
    background: #3554c6;
    transform: translateY(-1px);
}

.home-header-nav__item.is-active {
    color: #ffffff !important;
    background: #3554c6;
}

.home-header-nav__item--accent {
    background: #2f4fb5;
}

@media (max-width: 991.98px) {
    .home-header-nav {
        display: none;
    }

    .home-landing .navbar-collapse {
        background: rgba(8, 12, 20, 0.82);
        border-color: rgba(255, 255, 255, 0.1);
    }

    .home-landing .navbar-nav {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.8rem;
        width: 100%;
        margin-left: 0;
        padding: 0;
        border: none;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .home-landing .navbar-nav .nav-link {
        min-height: 48px;
        padding: 0.7rem 1rem;
        width: 100%;
        background: rgba(255, 255, 255, 0.06);
    }
}

.home-landing .site-brand {
    align-items: center;
    gap: 1rem;
    flex: 1 1 auto;
    min-width: 0;
    max-width: min(58vw, 42rem);
    position: relative;
    left: -1.25rem;
    top: -1rem;
}

.home-landing .site-brand__logo {
    width: 84px;
    height: 84px;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.home-landing .site-brand__text {
    max-width: min(46vw, 30rem);
    padding-top: 0;
    justify-content: center;
    gap: 0.1rem;
}

.home-landing .site-brand__eyebrow {
    display: none !important;
    color: rgba(240, 216, 173, 0.92);
}

.home-landing .site-brand__title {
    font-size: clamp(1.04rem, 1.25vw, 1.4rem);
    line-height: 1.14;
    font-weight: 800;
    color: #ffffff;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.home-landing .navbar-nav {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    margin-left: auto;
    gap: 0.55rem;
    padding: 0.62rem 0.72rem;
    border-radius: 999px;
    background: rgba(8, 12, 20, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.home-landing .navbar-nav .nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 4.1rem;
    padding: 0.95rem 1.8rem 1rem;
    border-radius: 999px;
    color: #ffffff !important;
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.08);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.home-landing .navbar-nav .nav-link:hover,
.home-landing .navbar-nav .nav-link:focus-visible {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.14);
}

.home-landing .navbar-nav .nav-link.is-active {
    color: #ffffff !important;
    background: rgba(68, 66, 80, 0.9);
}

.home-landing .navbar-nav .nav-link::after {
    display: none;
}

@media (min-width: 992px) {
    .home-landing .navbar-collapse {
        display: none !important;
    }
}

.site-navbar .nav-link {
    position: relative;
    padding-bottom: 0.55rem;
    transition: color 0.2s ease;
}

.site-navbar .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.05rem;
    height: 3px;
    border-radius: 999px;
    background: #2f4fb5;
    opacity: 0;
    transform: scaleX(0.35);
    transform-origin: center;
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.site-navbar .nav-link:hover::after,
.site-navbar .nav-link:focus-visible::after {
    opacity: 1;
    transform: scaleX(1);
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link:focus-visible {
    color: #2f4fb5 !important;
}

.home-horizontal-slider {
    background: transparent; 
    margin-top: 0;
    height: 100vh;
    min-height: 100vh;
}

.home-horizontal-slider .container {
    min-height: 100%;
    height: 100%;
    padding-top: clamp(5.75rem, 10vh, 6.75rem) !important;
    padding-bottom: clamp(5.5rem, 11vh, 6.75rem) !important;
    box-sizing: border-box;
}

.home-hero-copy {
    max-width: 46rem;
}

.home-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0.55rem 0.85rem;
    border-radius: 0.9rem;
    background: rgba(12, 20, 34, 0.58);
    border-left: 4px solid #2f4fb5;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
}

.home-hero-summary {
    max-width: 40rem;
    margin-top: 1rem;
    font-size: clamp(0.86rem, 1vw, 1rem);
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.82);
}

.home-hero-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.75rem 1.15rem;
    border-radius: 999px;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 700;
    transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.home-hero-cta:hover,
.home-hero-cta:focus-visible {
    transform: translateY(-1px);
}

.home-hero-cta--primary {
    background: #ffffff;
    color: #102a43;
}

.home-hero-cta--primary:hover,
.home-hero-cta--primary:focus-visible {
    background: #f3f6fb;
    color: #102a43;
}

.home-hero-cta--secondary {
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(12, 20, 34, 0.28);
    color: #ffffff;
    backdrop-filter: blur(10px);
}

.home-hero-cta--secondary:hover,
.home-hero-cta--secondary:focus-visible {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.home-stat-card {
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(180deg, rgba(9, 15, 27, 0.62), rgba(10, 16, 26, 0.34));
    backdrop-filter: blur(10px);
}

.home-stat-card .home-count {
    font-size: 1.5rem !important;
}

.home-stat-card .text-sm {
    font-size: 0.72rem !important;
}

.home-slider-track {
    width: 100%;
    height: 100%;
    will-change: transform;
}

.home-slider-slide {
    position: relative;
    min-height: 100% !important;
    height: 100%;
}

.home-slider-slide h1,
.home-slider-slide h2 {
    text-shadow: 0 10px 30px rgba(10, 14, 24, 0.28);
    color: #ffffff;
}

.home-slider-slide h1 {
    font-size: clamp(2.5rem, 5vw, 4.4rem) !important;
    line-height: 0.94 !important;
    letter-spacing: -0.055em;
}

.home-slider-slide h2 {
    font-size: clamp(2.15rem, 4.4vw, 3.6rem) !important;
    line-height: 0.95 !important;
    letter-spacing: -0.05em;
}

.home-slider-slide p {
    font-size: clamp(0.88rem, 1.1vw, 1.02rem);
    text-shadow: 0 6px 22px rgba(8, 10, 18, 0.24);
    color: rgba(255, 255, 255, 0.72);
}

.home-slider-slide--image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home-slider-controls {
    position: absolute;
    left: 50%;
    bottom: clamp(0.75rem, 2.5vh, 1.25rem);
    z-index: 30;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    transform: translateX(-50%);
    padding: 0.65rem 0.85rem;
    border-radius: 999px;
    background: rgba(9, 13, 22, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(16px);
}

.home-slider-btn {
    border: 1px solid #1e293b;
    background: rgba(15, 23, 42, 0.92);
    color: #fff;
    border-radius: 999px;
    padding: 0.6rem 1rem;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-slider-dots {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.home-slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: none;
    background: rgba(255, 255, 255, 0.28);
}

.home-slider-dot.is-active {
    width: 30px;
    background: #2f4fb5;
}

.home-hero-glow {
    will-change: transform, opacity;
    transition: transform 0.35s ease-out;
}

.home-hero-glow--left {
    animation: floatGlowLeft 9s ease-in-out infinite;
}

.home-hero-glow--right {
    animation: floatGlowRight 12s ease-in-out infinite;
}

.home-hero-glow--bottom {
    animation: floatGlowBottom 11s ease-in-out infinite;
}

.home-reveal {
    opacity: 0;
    transform: translateY(26px);
    animation: homeReveal 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.home-reveal--1 {
    animation-delay: 0.05s;
}

.home-reveal--2 {
    animation-delay: 0.16s;
}

.home-reveal--3 {
    animation-delay: 0.28s;
}

.home-reveal--4 {
    animation-delay: 0.4s;
}

.home-reveal--5 {
    animation-delay: 0.52s;
}

.home-float-panel {
    will-change: transform;
    transition: transform 0.35s ease-out;
    animation: panelDrift 8s ease-in-out infinite;
}

.home-stack-card {
    opacity: 0;
    transform: translateY(18px);
    animation: homeReveal 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.home-stack-card--1 {
    animation-delay: 0.55s;
}

.home-stack-card--2 {
    animation-delay: 0.72s;
}

.home-stack-card--3 {
    animation-delay: 0.89s;
}

@keyframes homeReveal {
    from {
        opacity: 0;
        transform: translateY(26px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes floatGlowLeft {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0.55;
    }
    50% {
        transform: translate3d(18px, -14px, 0) scale(1.08);
        opacity: 0.85;
    }
}

@keyframes floatGlowRight {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0.45;
    }
    50% {
        transform: translate3d(-20px, 18px, 0) scale(1.1);
        opacity: 0.78;
    }
}

@keyframes floatGlowBottom {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0.4;
    }
    50% {
        transform: translate3d(16px, -12px, 0) scale(1.07);
        opacity: 0.7;
    }
}

@keyframes homeSweep {
    0%, 72%, 100% {
        transform: translateX(-120%);
        opacity: 0;
    }
    12% {
        opacity: 1;
    }
    32% {
        transform: translateX(120%);
        opacity: 0.55;
    }
    40% {
        opacity: 0;
    }
}

@keyframes panelDrift {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(0, -10px, 0);
    }
}

.home-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 18%, rgba(194, 143, 49, 0.18), transparent 20%),
        radial-gradient(circle at 82% 24%, rgba(16, 42, 67, 0.12), transparent 22%),
        linear-gradient(135deg, #f6efe2 0%, #fffdf8 48%, #f4ede0 100%);
}

.home-hero::before {
    content: "";
    position: absolute;
    inset: auto -8% -20% auto;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(217, 178, 111, 0.22), rgba(217, 178, 111, 0));
    pointer-events: none;
}

.home-hero__lead {
    max-width: 42rem;
}

.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}

.home-hero__metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
    max-width: 42rem;
}

.home-metric-tile {
    padding: 1.15rem 1rem;
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: 0 1rem 2rem rgba(16, 42, 67, 0.04);
}

.home-metric-tile__value {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #102a43;
}

.home-metric-tile__label {
    display: block;
    margin-top: 0.45rem;
    color: #64748b;
    font-size: 0.95rem;
}

.home-hero-panel {
    position: relative;
    padding: 2rem;
    border-radius: 1.7rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 253, 249, 0.98) 100%);
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: 0 1.2rem 2.6rem rgba(16, 42, 67, 0.08);
}

.home-hero-panel__badge {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: #102a43;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.home-hero-panel h2 {
    margin-bottom: 0.8rem;
    font-size: clamp(1.7rem, 2.8vw, 2.2rem);
}

.home-hero-panel__stack {
    display: grid;
    gap: 0.9rem;
    margin-top: 1.4rem;
}

.home-mini-card {
    padding: 1rem 1.05rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid rgba(31, 41, 51, 0.08);
}

.home-mini-card__kicker {
    display: block;
    margin-bottom: 0.3rem;
    color: #7c5e27;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-story {
    background: #fffdf9;
}

.home-section-heading {
    max-width: 50rem;
}

.home-story-card,
.home-showcase__feature,
.home-signal-card,
.home-publication-card,
.home-profile-card,
.home-news-card {
    position: relative;
    height: 100%;
    padding: 1.6rem;
    border-radius: 1.4rem;
    background: #fffdf9;
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: 0 1rem 2rem rgba(16, 42, 67, 0.04);
}

.home-story-card {
    background:
        radial-gradient(circle at top right, rgba(194, 143, 49, 0.14), transparent 28%),
        linear-gradient(180deg, #fffdf9 0%, #f9f2e7 100%);
}

.home-story-card__number {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    color: #d9b26f;
    margin-bottom: 1rem;
}

.home-showcase {
    background:
        radial-gradient(circle at top left, rgba(16, 42, 67, 0.06), transparent 20%),
        linear-gradient(180deg, #f7f3eb 0%, #fffdf8 100%);
}

.home-checklist {
    margin: 1.2rem 0 1.5rem;
    padding-left: 1.1rem;
    color: #334155;
}

.home-checklist li + li {
    margin-top: 0.55rem;
}

.home-signal-card {
    background:
        linear-gradient(180deg, #fffdf9 0%, #f7f2e9 100%);
}

.home-profile-card {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 1rem;
    align-items: center;
}

.home-profile-card__media {
    width: 120px;
    height: 150px;
    border-radius: 1rem;
    overflow: hidden;
    background:
        radial-gradient(circle at top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.35) 58%, rgba(255, 255, 255, 0) 72%),
        linear-gradient(180deg, #f5efe3 0%, #ece4d5 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.home-profile-card__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    display: block;
}

.home-profile-card__placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #102a43, #1f4f6f);
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
}

.home-profile-card__body {
    min-width: 0;
}

.site-navbar {
    position: sticky;
    top: 0;
    z-index: 60;
    background: rgba(247, 244, 238, 0.84);
    padding-top: 0;
    padding-bottom: 0;
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(31, 41, 51, 0.08);
}

.site-navbar__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.4rem;
    width: 100%;
    min-height: 88px;
    padding: 0.95rem 1.8rem;
    border-radius: 0 0 1.4rem 1.4rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.28));
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-top: none;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.home-main {
    margin-top: 0;
}

.container {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.row > * {
    box-sizing: border-box;
    width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.g-3 > * {
    margin-bottom: 1rem;
}

.g-4 > * {
    margin-bottom: 1.5rem;
}

.g-5 > * {
    margin-bottom: 2rem;
}

.align-items-center {
    align-items: center;
}

.justify-content-between {
    justify-content: space-between;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.gap-3 {
    gap: 1rem;
}

.text-center {
    text-align: center;
}

.text-muted {
    color: #6b7280;
}

.text-secondary {
    color: #64748b;
}

.small {
    font-size: 0.9rem;
}

.lead {
    font-size: 1.2rem;
    line-height: 1.6;
}

.display-4,
.display-5 {
    line-height: 1.05;
    margin: 0 0 1rem;
}

.display-4 {
    font-size: clamp(2.6rem, 5vw, 4.5rem);
}

.display-5 {
    font-size: clamp(2.2rem, 4.2vw, 3.8rem);
}

.fw-bold {
    font-weight: 700;
}

.fw-semibold {
    font-weight: 600;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 0.4rem;
}

.mb-2 {
    margin-bottom: 0.7rem;
}

.mb-3 {
    margin-bottom: 1rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.mt-1 {
    margin-top: 0.4rem;
}

.mt-2 {
    margin-top: 0.7rem;
}

.mt-3 {
    margin-top: 1rem;
}

.mt-4 {
    margin-top: 1.5rem;
}

.mt-5 {
    margin-top: 3rem;
}

.py-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.py-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.rounded-4 {
    border-radius: 1.25rem;
}

.shadow-sm {
    box-shadow: 0 1rem 2rem rgba(16, 42, 67, 0.05);
}

.bg-white {
    background: #fff;
}

.bg-light {
    background: #f3efe8;
}

.border-top {
    border-top: 1px solid rgba(31, 41, 51, 0.08);
}

.navbar {
    padding: 1rem 0;
}

.navbar > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.navbar-brand {
    color: #102a43;
    text-decoration: none;
    font-size: 1.2rem;
}

.site-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    min-width: 0;
}

.site-brand__logo {
    width: 72px;
    height: 72px;
    object-fit: contain;
    border-radius: 0;
    flex: 0 0 auto;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.site-brand__text {
    display: inline-flex;
    flex-direction: column;
    gap: 0.18rem;
    max-width: 22rem;
    line-height: 1.15;
    color: #102a43;
    font-size: 1.15rem;
    text-shadow: none;
}

.site-brand__eyebrow {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #7c5e27;
    font-weight: 700;
}

.site-brand__title {
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.2;
}

body:not(.home-landing) .site-navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 40;
    background: transparent !important;
    border-bottom: none;
    box-shadow: none;
    backdrop-filter: none;
    padding-top: 0.5rem;
}

body:not(.home-landing) .site-navbar__bar {
    align-items: center;
    justify-content: flex-start;
    min-height: auto;
    width: auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
}

body:not(.home-landing) .site-brand {
    gap: 0.8rem;
    max-width: min(58vw, 42rem);
}

body:not(.home-landing) .site-brand__eyebrow {
    display: none;
}

body:not(.home-landing) .site-brand__title {
    font-size: clamp(1rem, 1.15vw, 1.25rem);
    color: #102a43;
}

body:not(.home-landing) .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    align-items: center;
    justify-content: flex-end;
    gap: 1.1rem;
}

body:not(.home-landing) .navbar-nav {
    gap: 1.6rem;
    align-items: center;
}

body:not(.home-landing) .site-navbar__map-btn {
    display: inline-flex;
}

body:not(.home-landing) .site-navbar__toggle {
    display: none;
}

body:not(.home-landing) .content-hero,
body:not(.home-landing) .researchers-hero,
body:not(.home-landing) .publications-hero,
body:not(.home-landing) .publication-detail-hero {
    padding-top: clamp(5.5rem, 9vw, 7rem) !important;
    padding-bottom: clamp(2.8rem, 5vw, 4rem) !important;
}

.navbar-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.nav-link {
    color: #102a43;
    text-decoration: none;
    font-size: 0.97rem;
    font-weight: 600;
    text-shadow: none;
}

.site-navbar__map-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.95rem;
    padding: 0.7rem 1.15rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #173969 0%, #0f2d52 100%);
    color: #ffffff;
    text-decoration: none;
    font-size: 0.93rem;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 10px 24px rgba(15, 45, 82, 0.15);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.site-navbar__map-btn:hover,
.site-navbar__map-btn:focus-visible {
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 14px 26px rgba(15, 45, 82, 0.2);
}


.home-landing .text-white\/45 {
    color: rgba(255, 255, 255, 0.56) !important;
}

.home-landing .text-white\/56,
.home-landing .text-white\/58,
.home-landing .text-white\/62,
.home-landing .text-white\/68,
.home-landing .text-white\/70,
.home-landing .text-white\/72 {
    color: rgba(255, 255, 255, 0.72) !important;
}

.nav-link:hover,
.navbar-brand:hover {
    color: #102a43;
}

.nav-link.is-active,
.site-navbar .nav-link.is-active {
    color: #2f4fb5;
}

.site-navbar .nav-link.is-active::after {
    opacity: 1;
    transform: scaleX(1);
}

.navbar-toggler {
    border: 0;
    padding: 0;
    background: transparent;
}

.site-navbar__toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 1rem;
    background: rgba(16, 42, 67, 0.08);
    color: #102a43;
}

.site-navbar__toggle-box {
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
}

.site-navbar__toggle-box span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}



.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.2rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 0.98rem;
    text-decoration: none;
    cursor: pointer;
}

.btn-lg {
    padding: 1rem 1.4rem;
    font-size: 1.05rem;
}

.btn-dark {
    background: linear-gradient(135deg, #102a43, #1f4f6f);
    color: #fff;
}

.btn-outline-dark {
    border-color: #102a43;
    color: #102a43;
    background: transparent;
}

.badge {
    display: inline-block;
    padding: 0.45rem 0.85rem;
    font-size: 0.82rem;
}

.rounded-pill {
    border-radius: 999px;
}

.stat-card {
    border: 1px solid rgba(31, 41, 51, 0.08);
}

.stat-number {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
}

.card {
    position: relative;
    border: 1px solid rgba(31, 41, 51, 0.08);
    border-radius: 1rem;
    overflow: hidden;
    background: #fffdf9;
    height: 100%;
}

.badge-accent {
    background: #d9b26f;
    color: #102a43;
}

.eyebrow {
    color: #7c5e27;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.feature-card,
.info-panel {
    background: #fffdf9;
    border: 1px solid rgba(31, 41, 51, 0.08);
    border-radius: 1rem;
    padding: 1.5rem;
    height: 100%;
}

.py-lg-6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.researchers-hero {
    background:
        radial-gradient(circle at left top, rgba(16, 42, 67, 0.08), transparent 30%),
        radial-gradient(circle at right center, rgba(194, 143, 49, 0.22), transparent 24%),
        linear-gradient(135deg, #f6efe2 0%, #fffdf8 100%);
}

.content-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at right top, rgba(194, 143, 49, 0.16), transparent 22%),
        radial-gradient(circle at left center, rgba(16, 42, 67, 0.08), transparent 28%),
        linear-gradient(135deg, #f7efe2 0%, #fffdf8 100%);
}

.content-hero__panel,
.content-card {
    background: rgba(255, 253, 249, 0.92);
    border: 1px solid rgba(31, 41, 51, 0.08);
    border-radius: 1.5rem;
    box-shadow: 0 1rem 2rem rgba(16, 42, 67, 0.05);
}

.content-hero__panel {
    padding: 2rem;
}

.content-card {
    padding: 1.7rem;
    height: 100%;
}

.content-card--dark {
    background: linear-gradient(180deg, #102a43 0%, #173957 100%);
    color: rgba(255, 255, 255, 0.86);
}

.content-card--dark h2,
.content-card--dark h3,
.content-card--dark p,
.content-card--dark li,
.content-card--dark strong {
    color: inherit;
}

.content-card__eyebrow {
    display: inline-block;
    margin-bottom: 0.8rem;
    color: #7c5e27;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.content-card--dark .content-card__eyebrow {
    color: #f0d8ad;
}

.content-list {
    margin: 1rem 0 0;
    padding-left: 1.1rem;
    color: #475569;
}

.content-list li + li {
    margin-top: 0.55rem;
}

.contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 1.5rem;
}

.contact-item {
    padding: 1rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-item:first-of-type {
    border-top: none;
    padding-top: 0;
}

.contact-item__label {
    display: block;
    margin-bottom: 0.3rem;
    font-size: 0.76rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #f0d8ad;
}

.contact-form-shell {
    padding: 2rem;
    border-radius: 1.6rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 243, 231, 0.96));
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: 0 1.2rem 2.4rem rgba(16, 42, 67, 0.08);
}

.form-label {
    font-weight: 600;
    color: #102a43;
}

.form-control {
    border-radius: 1rem;
    border: 1px solid rgba(31, 41, 51, 0.12);
    padding: 0.85rem 1rem;
}

.form-control:focus {
    border-color: rgba(47, 79, 181, 0.55);
    box-shadow: 0 0 0 0.25rem rgba(47, 79, 181, 0.12);
}

.org-summary-card {
    background: #fffdf9;
    border: 1px solid rgba(31, 41, 51, 0.08);
    border-radius: 1.25rem;
    padding: 1.75rem;
    box-shadow: 0 1rem 2rem rgba(16, 42, 67, 0.05);
}

.publications-hero {
    background:
        radial-gradient(circle at top left, rgba(52, 131, 91, 0.14), transparent 24%),
        radial-gradient(circle at right center, rgba(194, 143, 49, 0.2), transparent 26%),
        linear-gradient(180deg, #f4efe1 0%, #fffdf8 100%);
}

.publication-hero-notes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.4rem;
    max-width: 44rem;
}

.publication-hero-note {
    display: grid;
    gap: 0.35rem;
    padding: 1rem 1.1rem;
    border-radius: 1.1rem;
    background: rgba(255, 253, 249, 0.78);
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: 0 0.8rem 1.6rem rgba(16, 42, 67, 0.04);
}

.publication-hero-note__label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #7c5e27;
}

.publication-hero-note__text {
    color: #52606d;
    line-height: 1.6;
}

.publication-summary-card {
    background: linear-gradient(180deg, rgba(255, 253, 249, 0.94), rgba(249, 243, 233, 0.94));
    border: 1px solid rgba(31, 41, 51, 0.08);
    border-radius: 1.5rem;
    padding: 1.8rem;
    box-shadow: 0 1rem 2rem rgba(16, 42, 67, 0.05);
}

.publication-summary-card .stat-number {
    color: #102a43;
}

.publication-summary-card__label {
    color: #64748b;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.publication-detail-hero {
    background:
        radial-gradient(circle at top right, rgba(52, 131, 91, 0.12), transparent 25%),
        radial-gradient(circle at left center, rgba(194, 143, 49, 0.15), transparent 24%),
        linear-gradient(180deg, #f8f3e7 0%, #fffdf9 100%);
}

.news-filter-card {
    padding: 1.2rem;
    border-radius: 1.2rem;
    background: rgba(255, 253, 249, 0.94);
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: 0 0.8rem 1.8rem rgba(16, 42, 67, 0.05);
}

.news-filter-card__label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7c5e27;
}

.news-filter-card__actions {
    margin-top: 1rem;
    display: flex;
    gap: 0.5rem;
}

.news-feature-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 1.2rem;
    border-radius: 1.5rem;
    background: linear-gradient(180deg, #fffdf9 0%, #f8f1e6 100%);
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: 0 1rem 2rem rgba(16, 42, 67, 0.06);
    overflow: hidden;
}

.news-feature-card__media {
    min-height: 300px;
    background: #ece4d5;
    display: block;
}

.news-feature-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.news-feature-card__placeholder {
    width: 100%;
    height: 100%;
    min-height: 300px;
    display: grid;
    place-items: center;
    font-size: 4rem;
    font-weight: 700;
    color: #102a43;
    background: linear-gradient(135deg, #f5efe3, #ece4d5);
}

.news-feature-card__content {
    position: relative;
    padding: 1.5rem;
    display: grid;
    gap: 0.55rem;
}

.news-feature-card__content h2 {
    margin: 0;
}

.news-list-card {
    position: relative;
    border-radius: 1.3rem;
    background: #fffdf9;
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: 0 1rem 2rem rgba(16, 42, 67, 0.05);
    overflow: hidden;
}

.news-list-card__media {
    display: block;
    aspect-ratio: 16/9;
    background: #ece4d5;
}

.news-list-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.news-list-card__placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    font-size: 2.1rem;
    font-weight: 700;
    color: #102a43;
    background: linear-gradient(135deg, #f5efe3, #ece4d5);
}

.news-list-card__body {
    position: relative;
    padding: 1.2rem 1.25rem 1.3rem;
}

.news-list-card__body h2,
.news-list-card__body h3 {
    margin-bottom: 0.55rem;
}

.news-list-card__body p {
    margin-bottom: 0.45rem;
    color: #475569;
}

.news-list-card__date {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #7c5e27 !important;
}

.news-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.news-pagination a {
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    background: #102a43;
    color: #fff;
    font-weight: 700;
}

.news-pagination__status {
    color: #475569;
    font-weight: 600;
}

.news-detail-shell {
    border-radius: 1.6rem;
    background: #fffdf9;
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: 0 1rem 2rem rgba(16, 42, 67, 0.05);
    overflow: hidden;
}

.news-detail-shell__media {
    width: 100%;
    max-height: 480px;
    overflow: hidden;
    background: #ece4d5;
}

.news-detail-shell__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.news-detail-shell__content {
    padding: 1.6rem;
}

.news-detail-body {
    color: #334155;
    line-height: 1.8;
}

.publication-detail-highlight {
    background: #fffdf9;
    border: 1px solid rgba(31, 41, 51, 0.08);
    border-radius: 1.4rem;
    padding: 1.6rem;
    box-shadow: 0 1rem 2rem rgba(16, 42, 67, 0.05);
}

.publication-detail-highlight__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    text-align: center;
}

.sdg-tree-shell {
    position: relative;
    padding: 2rem 1rem 6rem;
    background:
        radial-gradient(circle at center, rgba(91, 140, 94, 0.09), transparent 45%),
        linear-gradient(180deg, #fffdf9 0%, #f7f2e6 100%);
    border-radius: 2rem;
    border: 1px solid rgba(31, 41, 51, 0.08);
    overflow: hidden;
}

.sdg-tree-shell--canvas {
    padding: 2rem;
    background:
        radial-gradient(circle at top, rgba(255, 214, 102, 0.1), transparent 24%),
        linear-gradient(180deg, #f8f1e6 0%, #efe4d4 100%);
}

.sdg-tree-infographic {
    display: grid;
    grid-template-columns: minmax(190px, 240px) minmax(0, 1fr) minmax(190px, 240px);
    gap: 1.5rem;
    align-items: center;
}

.sdg-tree-infographic--solo {
    grid-template-columns: minmax(0, 1fr);
}

.sdg-tree-presets {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.sdg-tree-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
}

.sdg-tree-size-control {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(31, 41, 51, 0.1);
    color: #102a43;
    font-size: 0.92rem;
    font-weight: 700;
}

.sdg-tree-size-control input[type="range"] {
    width: min(220px, 38vw);
}

.sdg-tree-preset {
    border: 1px solid rgba(31, 41, 51, 0.12);
    background: rgba(255, 255, 255, 0.78);
    color: #102a43;
    border-radius: 999px;
    padding: 0.7rem 1rem;
    font-size: 0.92rem;
    font-weight: 700;
    transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.sdg-tree-preset:hover,
.sdg-tree-preset:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(47, 79, 181, 0.24);
}

.sdg-tree-preset.is-active {
    background: #102a43;
    color: #fff;
    border-color: #102a43;
    box-shadow: 0 0.85rem 1.8rem rgba(16, 42, 67, 0.14);
}

.sdg-tree-center {
    text-align: center;
}

.sdg-tree-title {
    font-size: clamp(2rem, 4vw, 3.1rem);
    font-weight: 700;
    margin-bottom: 1rem;
}

.sdg-callout-column {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.sdg-callout {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0;
    border: none;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.sdg-callout-column--right .sdg-callout {
    justify-content: flex-end;
    text-align: right;
}

.sdg-callout__badge {
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: var(--sdg-color);
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    box-shadow: 0 0.8rem 1.4rem rgba(16, 42, 67, 0.12);
}

.sdg-callout__body {
    min-width: 0;
    padding: 0.95rem 1rem;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid color-mix(in srgb, var(--sdg-color) 55%, white);
    border-radius: 1rem;
    box-shadow: 0 0.8rem 1.8rem rgba(16, 42, 67, 0.04);
}

.sdg-callout__title {
    display: block;
    font-weight: 700;
    color: #102a43;
    margin-bottom: 0.25rem;
}

.sdg-callout__meta {
    display: block;
    color: #64748b;
    font-size: 0.92rem;
}

.sdg-callout--selected .sdg-callout__body {
    outline: 3px solid rgba(16, 42, 67, 0.14);
}

.sdg-tree-canvas-wrap {
    --sdg-tree-branch-image: url('/static/images/tree-background.svg');
    --sdg-tree-branch-size: 86% auto;
    --sdg-tree-branch-position: center 76%;
    position: relative;
    width: 100%;
    min-height: 640px;
    border-radius: 1.6rem;
    overflow: hidden;
    background-image:
        radial-gradient(circle at top, rgba(255, 255, 255, 0.48), transparent 38%),
        linear-gradient(180deg, rgba(251, 245, 235, 0.88) 0%, rgba(239, 226, 207, 0.86) 100%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid rgba(31, 41, 51, 0.06);
}

.sdg-tree-canvas-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--sdg-tree-branch-image);
    background-repeat: no-repeat;
    background-position: var(--sdg-tree-branch-position);
    background-size: var(--sdg-tree-branch-size);
    opacity: 0.58;
    pointer-events: none;
}

.sdg-tree-svg {
    position: relative;
    z-index: 1;
}

.sdg-tree-canvas,
.sdg-tree-svg {
    width: 100%;
    height: 640px;
    display: block;
}

.sdg-tree-legend {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.9rem;
    margin-top: 1.5rem;
}

.sdg-legend-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(31, 41, 51, 0.08);
}

.sdg-legend-item--active {
    background: #fffdf9;
    box-shadow: 0 0.8rem 1.8rem rgba(16, 42, 67, 0.04);
}

.sdg-legend-item__dot {
    width: 14px;
    height: 14px;
    border-radius: 999px;
    margin-top: 0.2rem;
    flex: 0 0 auto;
}

.sdg-legend-item__title {
    font-weight: 700;
    color: #102a43;
    margin-bottom: 0.2rem;
}

.sdg-legend-item__count {
    color: #64748b;
    font-size: 0.92rem;
}

.sdg-tree-canopy {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1rem;
    position: relative;
    z-index: 2;
}

.sdg-leaf {
    padding: 1rem;
    border-radius: 1.4rem;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(31, 41, 51, 0.08);
    text-align: center;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 0.8rem 1.8rem rgba(16, 42, 67, 0.04);
}

.sdg-leaf--active {
    background: linear-gradient(180deg, #e7f7ee 0%, #d7f0db 100%);
    border-color: rgba(52, 131, 91, 0.25);
}

.sdg-leaf__number {
    font-size: 0.88rem;
    font-weight: 700;
    color: #2f6b46;
    margin-bottom: 0.45rem;
}

.sdg-leaf__count {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.55rem;
}

.sdg-leaf__label {
    font-size: 0.92rem;
    color: #475569;
}

.sdg-tree-trunk {
    width: 120px;
    height: 180px;
    background: linear-gradient(180deg, #8c6239 0%, #6c4729 100%);
    border-radius: 0 0 40px 40px;
    margin: -1rem auto 0;
}

.sdg-tree-ground {
    position: absolute;
    left: 50%;
    bottom: 1.2rem;
    width: min(560px, 78%);
    height: 34px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: radial-gradient(circle at center, rgba(69, 122, 87, 0.5), rgba(69, 122, 87, 0.12));
}

.publication-card {
    position: relative;
    height: 100%;
    padding: 1.55rem;
    border-radius: 1.4rem;
    background: linear-gradient(180deg, #fffdf9 0%, #fbf6ec 100%);
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: 0 1rem 2rem rgba(16, 42, 67, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.publication-card__body {
    position: relative;
}

.publication-card:hover {
    transform: translateY(-4px);
    border-color: rgba(47, 79, 181, 0.18);
    box-shadow: 0 1.2rem 2.4rem rgba(16, 42, 67, 0.08);
}

.publication-card__authors {
    color: #243b53;
    font-weight: 600;
}

.publication-card__meta {
    color: #64748b;
}

.publication-card__journal {
    color: #52606d;
    margin-bottom: 1rem;
}

.publication-filter-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
    padding: 0.95rem 1rem;
    border-radius: 1.1rem;
    background: rgba(255, 253, 249, 0.9);
    border: 1px solid rgba(31, 41, 51, 0.08);
}

.publication-filter-label {
    font-weight: 700;
    color: #102a43;
}

.publication-card-col[hidden] {
    display: none !important;
}

.sdg-tree-tooltip {
    position: absolute;
    z-index: 30;
    pointer-events: none;
    max-width: 220px;
    padding: 0.75rem 0.9rem;
    border-radius: 0.95rem;
    background: rgba(16, 42, 67, 0.94);
    color: #fff;
    font-size: 0.92rem;
    line-height: 1.45;
    box-shadow: 0 1rem 2rem rgba(16, 42, 67, 0.2);
}

.sdg-tree-svg .tree-branch-layer path,
.sdg-tree-svg .tree-background-branches path {
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sdg-tree-svg .tree-node-layer circle,
.sdg-tree-svg .tree-deco-layer ellipse,
.sdg-tree-svg .tree-deco-layer path,
.sdg-tree-svg .tree-background-leaves ellipse {
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.sdg-tree-svg .tree-node-layer text {
    pointer-events: none;
}

.publication-detail-card {
    background: #fffdf9;
    border: 1px solid rgba(31, 41, 51, 0.08);
    border-radius: 1.4rem;
    padding: 1.7rem;
    box-shadow: 0 1rem 2rem rgba(16, 42, 67, 0.04);
}

.publication-detail-card--sticky {
    position: sticky;
    top: 1.25rem;
}

.publication-abstract {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #334155;
}

.metadata-list {
    display: grid;
    gap: 0.95rem;
}

.metadata-list__row {
    display: grid;
    grid-template-columns: 145px 1fr;
    gap: 1rem;
    padding-bottom: 0.95rem;
    border-bottom: 1px solid rgba(31, 41, 51, 0.08);
}

.metadata-list__row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.metadata-list__label {
    font-weight: 700;
    color: #102a43;
}

.metadata-list__value {
    color: #475569;
}

.metric-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.metric-tile {
    padding: 1rem;
    border-radius: 1rem;
    background: linear-gradient(180deg, #eef7f3 0%, #f7fbf9 100%);
    border: 1px solid rgba(52, 131, 91, 0.15);
}

.metric-tile__label {
    font-size: 0.82rem;
    font-weight: 700;
    color: #2f6b46;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0.45rem;
}

.metric-tile__value {
    font-size: 1.3rem;
    font-weight: 700;
    color: #102a43;
}

.sdg-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.sdg-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.42rem 0.78rem;
    border-radius: 999px;
    background: #e7f7ee;
    color: #25603f;
    font-size: 0.85rem;
    font-weight: 700;
}

.sdg-chip--empty {
    background: #f1f5f9;
    color: #64748b;
}

.section-heading {
    margin-bottom: 2rem;
}

.section-heading h2 {
    margin-bottom: 0;
}

.profile-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    height: 100%;
    padding: 1.25rem;
    border: 1px solid rgba(31, 41, 51, 0.08);
    border-radius: 1.25rem;
    background: #fffdf9;
    box-shadow: 0 1rem 2rem rgba(16, 42, 67, 0.04);
    overflow: hidden;
}

.executive-card {
    background: linear-gradient(180deg, #fffdf9 0%, #f8f1e4 100%);
}

.part-time-card {
    background: linear-gradient(180deg, #fffdf9 0%, #eef7f3 100%);
}

.profile-card__media,
.researcher-detail-shell__media {
    width: 170px;
    min-width: 170px;
    max-width: 170px;
    height: 220px;
    overflow: hidden;
    border-radius: 1.25rem;
    background:
        radial-gradient(circle at top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.4) 55%, rgba(255, 255, 255, 0) 70%),
        linear-gradient(180deg, #f5efe3 0%, #ece4d5 100%);
    box-shadow: 0 0.75rem 1.5rem rgba(16, 42, 67, 0.08);
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.profile-card__media img,
.researcher-detail-shell__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    border-radius: inherit;
    display: block;
}

.profile-card__placeholder,
.researcher-detail-shell__placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    border-radius: inherit;
    background: linear-gradient(135deg, #102a43, #1f4f6f);
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
}

.profile-card__body,
.researcher-detail-shell__content {
    position: relative;
    width: 100%;
}

.profile-card__body h3,
.profile-card__body h4 {
    margin-bottom: 0.35rem;
}

.team-shell {
    padding: 1.5rem;
    border-radius: 1.25rem;
    background: #fffdf9;
    border: 1px solid rgba(31, 41, 51, 0.08);
}

.team-shell__header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.team-lead-chip {
    background: #102a43;
    color: #fff;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    font-size: 0.9rem;
}

.researcher-detail-shell {
    display: grid;
    grid-template-columns: minmax(240px, 320px) 1fr;
    gap: 2rem;
    padding: 2rem;
    border-radius: 1.5rem;
    background: #fffdf9;
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: 0 1rem 2rem rgba(16, 42, 67, 0.05);
}

.researcher-detail-shell__media {
    width: min(100%, 320px);
    min-width: auto;
    max-width: 320px;
    height: 420px;
    justify-self: center;
    border-radius: 1.5rem;
}

.stretched-link {
    position: relative;
    z-index: 2;
    color: #102a43;
    text-decoration: none;
    font-weight: 600;
}

.org-chart-shell {
    position: relative;
    padding: clamp(1.6rem, 3vw, 2.25rem);
    border-radius: 2rem;
    background:
        radial-gradient(circle at top, rgba(76, 114, 195, 0.1), transparent 24%),
        linear-gradient(180deg, #fffdf9 0%, #f8f1e6 100%);
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: 0 1.25rem 2.7rem rgba(16, 42, 67, 0.08);
    overflow: hidden;
}

.org-chart-shell--fixed {
    max-width: 1280px;
    margin-inline: auto;
}

.org-chart-shell__hint {
    margin-bottom: 0.9rem;
    color: #5f6c7b;
    font-size: 0.95rem;
}

.org-chart-stage {
    position: relative;
    min-height: 540px;
}

.org-chart-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;
}

.org-chart-svg path {
    fill: none;
    stroke: rgba(16, 42, 67, 0.96);
    stroke-width: 3.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.org-chart-row {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.org-chart-row--top {
    top: 0;
}

.org-chart-row--teams {
    top: 120px;
    justify-content: space-between;
    padding-inline: 3%;
}

.org-chart-row--support {
    top: 280px;
}

.org-chart-row--bottom {
    top: 430px;
    justify-content: space-between;
    padding-inline: 5.5%;
}

.org-node {
    position: relative;
    z-index: 2;
    width: min(100%, 240px);
    min-height: 92px;
    padding: 0.95rem 1rem;
    border: none;
    border-radius: 1.5rem;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
    box-shadow: 0 0.9rem 1.8rem rgba(16, 42, 67, 0.16);
}

.org-node:hover,
.org-node:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 1.1rem 2.2rem rgba(16, 42, 67, 0.2);
    filter: saturate(1.04);
}

.org-node__title {
    display: block;
    font-size: clamp(1.05rem, 1.65vw, 1.5rem);
    font-weight: 700;
    line-height: 1.22;
}

.org-node__meta {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.84);
}

.org-node--executive {
    width: min(100%, 200px);
    min-height: 56px;
    padding-block: 0.7rem;
}

.org-node--team {
    width: min(100%, 240px);
    min-height: 114px;
}

.org-node--support {
    width: min(100%, 190px);
    min-height: 74px;
}

.org-node--executive,
.org-node--team {
    background: linear-gradient(180deg, #31479b 0%, #243f8a 100%);
}

.org-node--support {
    background: linear-gradient(180deg, #9db7b1 0%, #8ca8a1 100%);
}

.org-node--support-label {
    cursor: default;
    box-shadow: 0 0.75rem 1.6rem rgba(84, 107, 102, 0.14);
}

.org-node--support-label:hover,
.org-node--support-label:focus-visible {
    transform: none;
    box-shadow: 0 0.75rem 1.6rem rgba(84, 107, 102, 0.14);
    filter: none;
}

.org-node--support-label .org-node__meta {
    max-width: 16rem;
    margin-inline: auto;
    line-height: 1.35;
    font-size: 0.82rem;
}

.researcher-mini-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 1rem;
}

.researcher-mini-card {
    padding: 1.15rem 1.2rem;
    border-radius: 1.15rem;
    background: #fffdf9;
    border: 1px solid rgba(31, 41, 51, 0.08);
}

body.modal-open {
    overflow: hidden;
}

.org-profile-modal[hidden] {
    display: none !important;
}

.org-profile-modal {
    position: fixed;
    inset: 0;
    z-index: 120;
}

.org-profile-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 20, 32, 0.58);
    backdrop-filter: blur(6px);
}

.org-profile-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100vw - 2rem));
    margin: 3vh auto;
    padding: clamp(1rem, 2vw, 1.35rem);
    border-radius: 2rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8f3ea 100%);
    box-shadow: 0 2rem 4rem rgba(16, 42, 67, 0.24);
}

.org-profile-modal__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 999px;
    background: rgba(16, 42, 67, 0.08);
    color: #102a43;
    font-size: 1.7rem;
    line-height: 1;
}

.org-profile-modal__header,
.org-profile-modal__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.org-profile-modal__counter {
    min-width: 80px;
    padding: 0.55rem 0.8rem;
    border-radius: 999px;
    text-align: center;
    background: rgba(49, 71, 155, 0.12);
    color: #243f8a;
    font-weight: 700;
}

.org-profile-showcase {
    position: relative;
    min-height: 74vh;
    margin: 0.25rem 0 0.75rem;
}

.org-profile-showcase__info {
    position: absolute;
    left: 2rem;
    bottom: 2.4rem;
    width: min(100%, 470px);
    z-index: 2;
    transform: translateX(clamp(300px, 30vw, 520px));
}

.org-profile-showcase__panel {
    width: 100%;
    margin: 0;
    padding: 1.3rem 1.5rem;
    border-radius: 2rem;
    background: linear-gradient(180deg, rgba(141, 152, 214, 0.38) 0%, rgba(132, 143, 208, 0.32) 100%);
    color: #0b1420;
    box-shadow: 0 1rem 2rem rgba(31, 57, 116, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.46);
}

.org-profile-showcase__panel h3 {
    margin-bottom: 0.55rem;
    font-size: clamp(1.5rem, 2.6vw, 2.15rem);
    line-height: 1.2;
}

.org-profile-showcase__role,
.org-profile-showcase__position,
.org-profile-showcase__team {
    font-size: 0.98rem;
    margin-bottom: 0.2rem;
}

.org-profile-showcase__fields {
    margin-top: 0.85rem;
    display: grid;
    gap: 0.55rem;
}

.org-profile-showcase__fields strong {
    display: block;
    margin-bottom: 0.2rem;
}

.org-profile-showcase__fields p,
.org-profile-showcase__fields ul {
    margin-bottom: 0;
}

.org-profile-showcase__fields ul {
    padding-left: 1.15rem;
}

.org-profile-showcase__contacts {
    display: grid;
    gap: 0.3rem;
    margin-top: 0.95rem;
    font-size: 0.95rem;
}

.org-profile-showcase__link {
    color: #102a43;
    font-weight: 700;
    text-decoration: none;
}

.org-profile-showcase__media {
    position: absolute;
    right: 2rem;
    bottom: 0;
    width: min(42%, 540px);
    min-height: 74vh;
    display: flex;
    justify-content: flex-end;
    align-items: end;
    z-index: 5;
}

.org-profile-showcase__image-wrap {
    width: 100%;
    min-height: 74vh;
    display: flex;
    align-items: end;
    justify-content: flex-end;
}

.org-profile-showcase__image-wrap img {
    width: auto;
    max-width: 100%;
    max-height: 74vh;
    object-fit: contain;
    object-position: right bottom;
}

.org-profile-showcase__placeholder {
    width: min(100%, 420px);
    aspect-ratio: 3 / 4.1;
    display: grid;
    place-items: center;
    border-radius: 2rem;
    background: linear-gradient(135deg, #102a43, #1f4f6f);
    color: #fff;
    font-size: 4.5rem;
    font-weight: 700;
}

.org-profile-showcase.is-overview {
    min-height: auto;
    display: block;
    overflow: hidden;
}

.org-profile-showcase.is-overview .org-profile-showcase__info {
    position: static;
    left: auto;
    bottom: auto;
    width: 100%;
    transform: none;
    margin-inline: auto;
}

.org-profile-showcase.is-overview .org-profile-showcase__panel {
    width: 100%;
    max-width: none;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.org-profile-showcase.is-overview [data-org-member-name],
.org-profile-showcase.is-overview [data-org-member-role] {
    display: none;
}

.org-profile-showcase.is-overview .org-profile-showcase__fields {
    display: block;
}

.org-profile-showcase__media[hidden],
.org-profile-showcase__image-wrap img[hidden],
.org-profile-showcase__placeholder[hidden] {
    display: none !important;
}

.org-profile-showcase.is-overview .org-profile-showcase__media {
    display: none !important;
}

.org-overview-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 0.65rem;
    width: 100%;
    align-items: stretch;
    min-width: 0;
}

.org-overview-tile {
    position: relative;
    min-height: 500px;
    min-width: 0;
    width: 100%;
    border-radius: 1.25rem;
    background: transparent;
    border: none;
    box-shadow: 0 10px 28px rgba(34, 47, 84, 0.08);
    overflow: hidden;
}

.org-overview-tile__media {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    overflow: hidden;
}

.org-overview-tile__media-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    cursor: pointer;
}

.org-overview-tile__media img {
    position: relative;
    left: 50%;
    width: auto;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    transform: translateX(-50%);
    transform-origin: center;
    transition: transform 0.25s ease, filter 0.25s ease;
}

.org-overview-tile__media-link:hover img,
.org-overview-tile__media-link:focus-visible img {
    transform: translateX(-50%) scale(1.045);
    filter: drop-shadow(0 14px 24px rgba(16, 36, 84, 0.2));
}

.org-overview-tile__media-link:focus-visible {
    outline: 2px solid rgba(45, 80, 166, 0.6);
    outline-offset: -2px;
    border-radius: 0.8rem;
}

.org-overview-tile__placeholder {
    width: min(180px, 100%);
    aspect-ratio: 3/4;
    display: grid;
    place-items: center;
    border-radius: 1rem;
    background: linear-gradient(180deg, #ced8ef, #b8c5e8);
    color: #1f2f57;
    font-size: 1.8rem;
    font-weight: 700;
}

.org-overview-tile__panel {
    position: absolute;
    left: 50%;
    right: auto;
    width: min(78%, 420px);
    bottom: 1rem;
    transform: translateX(-50%);
    z-index: 2;
    padding: 0.95rem 1.1rem 1rem;
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(253, 254, 255, 0.92) 0%, rgba(245, 249, 255, 0.9) 100%);
    border: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow: 0 14px 30px rgba(21, 36, 76, 0.12);
    overflow: hidden;
    min-width: 0;
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 0.08rem;
}

.org-overview-tile h4 {
    margin: 0 0 0.2rem;
    font-size: clamp(1.2rem, 1.45vw, 1.75rem);
    line-height: 1.16;
    overflow-wrap: anywhere;
}

.org-overview-tile__prefix {
    margin: 0;
    font-size: clamp(1rem, 1.08vw, 1.18rem);
    line-height: 1.12;
    font-weight: 500;
    color: #4f5f79;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.org-overview-tile__name {
    margin: 0.18rem 0 0.42rem;
    font-size: clamp(1.1rem, 1.2vw, 1.42rem);
    line-height: 1.12;
    font-weight: 700;
    color: #16233a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.org-overview-tile__line {
    margin: 0.62rem 0 0;
    font-size: clamp(1.36rem, 1.62vw, 1.9rem);
    line-height: 1.08;
    overflow-wrap: break-word;
    word-break: normal;
    font-weight: 800;
    color: #1f4f9b;
    letter-spacing: 0.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.org-overview-tile a {
    display: inline-block;
    margin-top: 0.55rem;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 991px) {
    .news-feature-card {
        grid-template-columns: 1fr;
    }

    .news-feature-card__media {
        min-height: 220px;
    }

    .news-filter-card__actions {
        flex-wrap: wrap;
    }

    .news-detail-shell__content {
        padding: 1.25rem;
    }

    .org-overview-grid {
        grid-template-columns: 1fr;
    }

    .org-overview-tile {
        min-height: 390px;
    }

    .org-overview-tile__panel {
        left: 50%;
        right: auto;
        width: min(82%, 400px);
        transform: translateX(-50%);
    }

    .org-overview-tile__media img {
        max-width: 100%;
    }
}

.org-profile-modal__nav {
    min-height: 44px;
    padding: 0.7rem 1.15rem;
    border: none;
    border-radius: 999px;
    background: #102a43;
    color: #fff;
    font-weight: 700;
}

.org-profile-modal__dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
}

.org-profile-modal__dot {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 999px;
    background: rgba(16, 42, 67, 0.18);
}

.org-profile-modal__dot.is-active {
    background: #31479b;
}

.alert {
    padding: 1rem 1.2rem;
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.alert-success {
    background: #e7f7ee;
    color: #14532d;
}

.col-4 {
    width: 33.3333%;
}

.col-12 {
    width: 100%;
}

@media (min-width: 768px) {
    .col-md-4 {
        width: 33.3333%;
    }

    .col-md-6 {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .col-lg-4 {
        width: 33.3333%;
    }

    .col-lg-5 {
        width: 41.6667%;
    }

    .col-lg-7 {
        width: 58.3333%;
    }

    .col-lg-8 {
        width: 66.6667%;
    }
}

@media (min-width: 1200px) {
    .col-xl-4 {
        width: 33.3333%;
    }
}

@media (max-width: 991px) {
    .navbar > .container {
        display: block;
    }

    .site-navbar__bar {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        min-height: 80px;
        padding: 0.8rem 1rem;
        border-radius: 0 0 1.2rem 1.2rem;
    }

    .site-navbar__toggle {
        display: inline-flex;
    }

    .navbar-collapse {
        grid-column: 1 / -1;
        margin-top: 1rem;
        padding: 1rem;
        border-radius: 1.2rem;
        background: rgba(255, 255, 255, 0.9);
        border: 1px solid rgba(31, 41, 51, 0.08);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
    }

    .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.8rem 1rem;
    }

    .site-brand__logo {
        width: 58px;
        height: 58px;
    }

    .site-brand__text {
        max-width: 16rem;
        font-size: 1rem;
    }

    .site-brand__title {
        font-size: 0.98rem;
    }

    .home-slider-slide h1 {
        font-size: clamp(2.2rem, 5.4vw, 3.6rem) !important;
    }

    .home-slider-slide h2 {
        font-size: clamp(1.95rem, 4.6vw, 3rem) !important;
    }

    .researcher-detail-shell {
        grid-template-columns: 1fr;
    }

    .org-chart-stage {
        min-height: auto;
        display: grid;
        gap: 1rem;
    }

    .org-chart-svg {
        display: none;
    }

    .org-chart-row {
        position: static;
        justify-content: center;
        padding-inline: 0;
        flex-direction: column;
        gap: 1rem;
    }

    .org-profile-showcase {
        min-height: auto;
        gap: 1rem;
    }

    .org-profile-showcase__info,
    .org-profile-showcase__media {
        position: static;
        min-height: auto;
        transform: none;
    }

    .org-profile-showcase__panel,
    .org-profile-showcase__image-wrap {
        width: 100%;
    }

    .org-profile-showcase__panel {
        margin: 0;
    }

    .org-profile-showcase__image-wrap {
        min-height: auto;
        justify-content: center;
    }

    .publication-detail-card--sticky {
        position: static;
    }

    .home-profile-card {
        grid-template-columns: 1fr;
    }

    .home-landing .site-navbar {
        position: absolute;
        background: transparent !important;
        backdrop-filter: none !important;
        border-bottom: none !important;
    }

    .home-landing .site-navbar__bar {
        align-items: center;
        padding-top: 0.35rem;
        background: rgba(10, 14, 24, 0.34);
        border-color: rgba(255, 255, 255, 0.1);
        box-shadow: none;
    }

    .home-landing .site-brand__logo {
        width: 76px;
        height: 76px;
        border-radius: 1.3rem;
    }

    .home-landing .site-brand__text {
        max-width: 20rem;
        padding-top: 0;
    }

    .home-landing .site-brand__title {
        font-size: 1.02rem;
    }

    .home-horizontal-slider .container {
        padding-top: clamp(5rem, 9vh, 6rem) !important;
        padding-bottom: clamp(5rem, 10vh, 6rem) !important;
    }

    .home-landing .navbar-collapse {
        background: rgba(8, 12, 20, 0.82);
        border-color: rgba(255, 255, 255, 0.1);
    }

    .home-landing .site-navbar__toggle {
        background: rgba(255, 255, 255, 0.08);
        color: #ffffff;
    }

    body:not(.home-landing) .site-navbar__bar {
        border-radius: 0;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .container {
        width: min(100% - 1.2rem, 100%);
    }

    .display-4,
    .display-5 {
        line-height: 1.12;
    }

    .profile-card__media {
        width: 150px;
        min-width: 150px;
        max-width: 150px;
        height: 190px;
    }

    .metadata-list__row {
        grid-template-columns: 1fr;
        gap: 0.35rem;
    }

    .metric-grid,
    .publication-detail-highlight__grid {
        grid-template-columns: 1fr;
    }

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

    .home-horizontal-slider .container {
        min-height: 100%;
        height: 100%;
        padding-top: 5.4rem !important;
        padding-bottom: 6.4rem !important;
    }

    .home-slider-slide h1 {
        font-size: clamp(2rem, 9vw, 3rem) !important;
        line-height: 0.95 !important;
    }

    .home-slider-slide h2 {
        font-size: clamp(1.7rem, 7.5vw, 2.6rem) !important;
        line-height: 0.94 !important;
    }

    .site-brand__text {
        max-width: 11rem;
        font-size: 0.94rem;
    }

    .site-navbar {
        padding-top: 0;
    }

    .site-navbar__bar {
        min-height: 72px;
        padding: 0.7rem 0.9rem;
        border-radius: 0;
    }

    body:not(.home-landing) .site-brand__logo {
        padding: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .site-brand__logo {
        width: 50px;
        height: 50px;
        border-radius: 1rem;
        padding: 0.38rem;
    }

    .home-slider-controls {
        gap: 0.6rem;
        padding: 0.55rem 0.7rem;
        bottom: 5rem;
    }

    .home-kicker {
        min-height: 32px;
        padding: 0.5rem 0.75rem;
        font-size: 0.62rem;
        letter-spacing: 0.1em;
    }

    .home-hero-summary {
        max-width: 100%;
        font-size: 0.88rem;
        line-height: 1.5;
    }

    .home-landing .site-brand {
        gap: 0.75rem;
        align-items: center;
    }

    .home-landing .site-brand__logo {
        width: 64px;
        height: 64px;
        padding: 0.4rem;
       
    }

    .home-landing .site-brand__text {
        max-width: 12.5rem;
        padding-top: 0;
    }

    .home-landing .site-brand__eyebrow {
        display: none;
        font-size: 0.62rem;
        letter-spacing: 0.16em;
    }

    .home-landing .site-brand__title {
        font-size: 0.84rem;
        line-height: 1.12;
    }

    .home-slider-btn {
        padding: 0.55rem 0.8rem;
        font-size: 0.75rem;
    }

    .sdg-tree-infographic {
        grid-template-columns: 1fr;
    }

    .sdg-tree-presets {
        gap: 0.6rem;
    }

    .sdg-callout-column--right .sdg-callout,
    .sdg-callout-column .sdg-callout {
        justify-content: flex-start;
        text-align: left;
    }

    .sdg-tree-shell--canvas {
        padding: 1rem;
    }

    .sdg-tree-canvas-wrap {
        min-height: 560px;
    }

    .sdg-tree-canvas {
        height: 560px;
    }

    .sdg-tree-svg {
        height: 560px;
    }

    .content-hero__panel,
    .content-card,
    .contact-form-shell {
        padding: 1.35rem;
        border-radius: 1.25rem;
    }

    .publication-hero-notes {
        grid-template-columns: 1fr;
    }
}

/* Research city map */
.city-page {
    background:
        radial-gradient(circle at 15% 18%, rgba(34, 197, 94, 0.12), transparent 30%),
        radial-gradient(circle at 82% 22%, rgba(59, 130, 246, 0.13), transparent 36%),
        linear-gradient(180deg, #f4f8fc 0%, #ebf1f8 100%);
    min-height: 100vh;
}

.city-map-shell {
    position: relative;
    width: 100%;
    min-height: 100%;
    height: 100%;
    border: none;
    border-radius: 0;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.city-map {
    position: relative;
    min-height: 1200px;
    height: 200%;
    background:
        linear-gradient(150deg, rgba(99, 160, 255, 0.18), transparent 34%),
        linear-gradient(30deg, rgba(74, 222, 128, 0.16), transparent 40%),
        url("/static/images/city-map-bg.png") center top / auto no-repeat,
        linear-gradient(180deg, #e6eef8 0%, #f8fafc 100%);
}

.city-map::before {
    content: "";
    position: absolute;
    inset: 7% 4%;
    border-radius: 1.2rem;
    background:
        linear-gradient(0deg, rgba(148, 163, 184, 0.14), rgba(148, 163, 184, 0.14)) center/100% 1px no-repeat,
        linear-gradient(90deg, rgba(148, 163, 184, 0.14), rgba(148, 163, 184, 0.14)) center/1px 100% no-repeat;
    pointer-events: none;
}

.city-node {
    position: absolute;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    width: max-content;
    min-width: 0;
    max-width: min(42vw, 560px);
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 999px;
    padding: 0.62rem 1.2rem;
    background: rgba(255, 255, 255, 0.86);
    color: #0f172a;
    font-weight: 700;
    box-shadow: 0 0.8rem 1.6rem rgba(15, 23, 42, 0.2);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    cursor: pointer;
    transition: transform 140ms ease, box-shadow 140ms ease, filter 140ms ease;
}

.city-node:hover,
.city-node:focus-visible,
.city-node.is-active {
    transform: translate(-50%, -51.4%);
    filter: saturate(1.06);
    box-shadow: 0 1.1rem 2.2rem rgba(15, 23, 42, 0.28);
}

.city-node__head {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.city-node__title {
    color: var(--city-color, #4f46e5);
    font-size: clamp(0.92rem, 1vw, 1.08rem);
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.city-project-list {
    display: grid;
    gap: 0.72rem;
}

.city-project-card {
    border-radius: 0.92rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.9);
    padding: 0.82rem;
}

.city-project-card__meta {
    color: #1d4ed8;
    font-weight: 600;
    font-size: 0.77rem;
}

/* Fullscreen city map layout overrides */

body.city-fullscreen {
    overflow-x: hidden;
}

body.city-fullscreen main {
    padding: 0 !important;
    overflow-x: hidden;
}

.city-fullscreen .city-page {
    min-height: 100vh;
    height: auto;
    padding-top: 0;
    overflow-x: hidden;
}

.city-fullscreen .city-viewport {
    position: relative;
    width: 100%;
    min-height: 100vh;
    height: auto;
    overflow: visible;
    display: grid;
    grid-template-rows: auto 1fr;
}

.city-fullscreen .city-topbar {
    position: relative;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 4.65rem 1.15rem 0.75rem;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-bottom: 1px solid rgba(148, 163, 184, 0.22);
}

.city-fullscreen .city-topbar__left {
    display: grid;
    gap: 0.35rem;
    min-width: 0;
}

.city-fullscreen .city-topbar__right {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.city-kicker {
    display: inline-flex;
    width: fit-content;
    border-radius: 999px;
    padding: 0.28rem 0.72rem;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.88), rgba(30, 64, 175, 0.84));
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    box-shadow: 0 0.5rem 1rem rgba(15, 23, 42, 0.18);
}

.city-title {
    margin: 0;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.2rem, 1.65vw, 1.55rem);
    line-height: 1.08;
    letter-spacing: -0.015em;
    color: #0f172a;
    text-shadow: 0 0.1rem 0.5rem rgba(255, 255, 255, 0.42);
}

.city-panel-toggle {
    border-radius: 999px;
    padding-inline: 0.95rem;
}

.city-fullscreen .city-main {
    position: relative;
    min-height: 0;
    min-height: 80vh;
    height: auto;
}

.city-fullscreen .city-map {
    min-height: max(80vh, calc(100vw * 0.65));
    height: auto;
    background-size: 100% auto, 100% auto, 100% auto, cover;
    background-position: center center, center center, center top, center center;
    background-color: #e9f0f7;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}

body.city-fullscreen-alt .city-map {
    background:
        linear-gradient(150deg, rgba(249, 115, 22, 0.15), transparent 34%),
        linear-gradient(30deg, rgba(14, 165, 233, 0.14), transparent 40%),
        url("/static/images/city-map-bg-alt.png") center center / cover no-repeat,
        linear-gradient(180deg, #f8efe2 0%, #f5f8fc 100%);
}

body.city-fullscreen-alt .city-building-node {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    width: max(5.5%, var(--building-w, 8%));
    max-width: none;
    transform: translate(-50%, -50%);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    z-index: 2;
}

body.city-fullscreen-alt .city-building-node--placeholder {
    z-index: 1;
}

body.city-fullscreen-alt .city-building-node:hover,
body.city-fullscreen-alt .city-building-node:focus-visible,
body.city-fullscreen-alt .city-building-node.is-active {
    transform: translate(-50%, -50.05%);
    filter: none;
    box-shadow: none;
}

body.city-fullscreen-alt .city-building-node__img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 180ms ease, filter 180ms ease, opacity 180ms ease;
    transform-origin: center bottom;
    filter: drop-shadow(0 8px 14px rgba(15, 23, 42, 0.2));
    opacity: 0;
}

body.city-fullscreen-alt .city-building-node:hover .city-building-node__img,
body.city-fullscreen-alt .city-building-node:focus-visible .city-building-node__img {
    transform: translateY(0) scale(1.008);
    opacity: 0.92;
    filter:
        drop-shadow(0 0 0 color-mix(in srgb, var(--city-color, #2563eb) 95%, transparent))
        drop-shadow(0 0 10px color-mix(in srgb, var(--city-color, #2563eb) 70%, transparent))
        drop-shadow(0 12px 18px rgba(15, 23, 42, 0.28));
}

body.city-fullscreen-alt .city-building-node__label {
    display: inline-block;
    padding: 0.28rem 0.62rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(148, 163, 184, 0.4);
    color: #0f172a;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(3px);
    transition: opacity 140ms ease, transform 140ms ease;
}

body.city-fullscreen-alt .city-building-node:hover .city-building-node__label,
body.city-fullscreen-alt .city-building-node:focus-visible .city-building-node__label {
    opacity: 1;
    transform: translateY(0);
    border-color: color-mix(in srgb, var(--city-color, #2563eb) 62%, white);
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--city-color, #2563eb) 38%, transparent),
        0 8px 18px rgba(15, 23, 42, 0.2);
}

.city-fullscreen .city-panel {
    position: absolute;
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    width: min(32vw, 440px);
    margin: 0;
    overflow: auto;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.84);
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
    border: 1px solid rgba(148, 163, 184, 0.36);
    box-shadow: 0 1rem 2.4rem rgba(15, 23, 42, 0.2);
    z-index: 25;
    transition: transform 220ms ease, opacity 220ms ease, visibility 220ms ease;
}

.city-fullscreen .city-panel.is-closed {
    transform: translateX(calc(100% + 1.5rem));
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.city-fullscreen .city-panel.is-open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.city-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.45rem;
}

.city-panel__close {
    border: 1px solid rgba(15, 23, 42, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: #0f172a;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 0.28rem 0.68rem;
}

.city-fullscreen .city-project-card {
    background: rgba(255, 255, 255, 0.88);
}

@media (max-width: 991px) {
    .city-fullscreen .city-topbar {
        padding: 4.35rem 0.78rem 0.55rem;
        align-items: flex-start;
        flex-direction: column;
        gap: 0.55rem;
    }

    .city-fullscreen .city-topbar__left {
        gap: 0.28rem;
    }

    .city-fullscreen .city-topbar__right {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .city-title {
        font-size: clamp(1.08rem, 4.4vw, 1.3rem);
    }

    .city-fullscreen .city-main {
        min-height: 100%;
    }

    .city-fullscreen .city-map {
        min-height: max(80vh, calc(100vw * 0.65));
        height: auto;
    }

    .city-fullscreen .city-panel {
        top: auto;
        right: 0.5rem;
        left: 0.5rem;
        bottom: 0.55rem;
        width: auto;
        max-height: 40vh;
        border-radius: 0.95rem;
    }

    .city-fullscreen .city-panel.is-closed {
        transform: translateY(calc(100% + 0.75rem));
    }

    .city-node {
        width: auto;
        max-width: min(88vw, 460px);
        padding: 0.48rem 0.95rem;
    }

    .city-node__title {
        font-size: 0.84rem;
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
    }

    body.city-fullscreen-alt .city-building-node__img {
        width: clamp(64px, 18vw, 108px);
    }

    body.city-fullscreen-alt .city-building-node__label {
        font-size: 0.66rem;
        padding: 0.22rem 0.5rem;
    }
}


/* About page enhancements */
.about-page .content-hero {
    background:
        radial-gradient(circle at 15% 8%, rgba(47, 79, 181, 0.15), transparent 26%),
        radial-gradient(circle at 88% 18%, rgba(194, 143, 49, 0.2), transparent 22%),
        linear-gradient(140deg, #f3eadb 0%, #fffdf8 58%, #f7efe5 100%);
}

/* Projects page */
.projects-page {
    --projects-border: rgba(15, 23, 42, 0.1);
}

.projects-page-shell {
    --projects-navy: #0f2d52;
    --projects-ink: #10233f;
    --projects-bg: #f8f7f4;
    --projects-surface: #ffffff;
    --projects-border: #e5e7eb;
    --projects-shadow: 0 12px 30px rgba(15, 45, 82, 0.08);
    --projects-blue: #2563eb;
    --projects-green: #2e8b57;
    --projects-amber: #f59e0b;
    --projects-purple: #8b5cf6;
    --projects-soft-blue: #e8efff;
    --projects-soft-green: #e7f6ed;
    --projects-soft-amber: #fff4d8;
    --projects-soft-purple: #f1e9ff;
    color: var(--projects-ink);
    padding-top: clamp(6rem, 10vw, 8rem);
}

.projects-page-shell .squircle {
    border-radius: 30px;
}

.projects-showcase {
    position: relative;
    margin-bottom: 2rem;
}

.projects-showcase::before {
    content: "";
    position: absolute;
    inset: 0 auto auto -2rem;
    width: 18rem;
    height: 18rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(49, 130, 206, 0.12), rgba(49, 130, 206, 0));
    pointer-events: none;
    filter: blur(4px);
}

.projects-showcase__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 1.42fr);
    gap: 1.35rem;
    align-items: stretch;
}

.projects-showcase__intro,
.kpi-card,
.filter-panel,
.projects-results,
.project-card,
.cta-map,
.projects-empty {
    background: var(--projects-surface);
    border: 1px solid var(--projects-border);
    box-shadow: var(--projects-shadow);
}

.projects-showcase__intro {
    position: relative;
    overflow: hidden;
    padding: 2.35rem 2.25rem;
    background:
        radial-gradient(circle at 4% 8%, rgba(46, 139, 87, 0.12), transparent 28%),
        radial-gradient(circle at 100% 0%, rgba(37, 99, 235, 0.1), transparent 32%),
        linear-gradient(135deg, #fffdfa 0%, #f8fbff 100%);
}

.projects-showcase__eyebrow,
.cta-map__eyebrow {
    margin: 0 0 0.75rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #486581;
}

.projects-showcase__title {
    margin: 0;
    color: var(--projects-navy);
    font-size: clamp(2.3rem, 4vw, 3.4rem);
    line-height: 0.98;
}

.projects-showcase__summary {
    max-width: 32rem;
    margin: 1rem 0 0;
    color: #324a66;
    font-size: 1.06rem;
    line-height: 1.65;
}

.projects-showcase__signals {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.3rem;
}

.projects-showcase__signal {
    display: inline-flex;
    align-items: center;
    min-height: 2.1rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(15, 45, 82, 0.06);
    color: #35506f;
    font-size: 0.82rem;
    font-weight: 700;
}

.projects-kpi-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.kpi-card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.6rem;
}

.kpi-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.45rem;
    height: 3.45rem;
    border-radius: 20px;
    flex: 0 0 auto;
}

.kpi-card__icon svg {
    width: 1.45rem;
    height: 1.45rem;
}

.kpi-card__icon--blue {
    background: var(--projects-soft-blue);
    color: #4f6ce8;
}

.kpi-card__icon--green {
    background: var(--projects-soft-green);
    color: var(--projects-green);
}

.kpi-card__icon--amber {
    background: var(--projects-soft-amber);
    color: var(--projects-amber);
}

.kpi-card__icon--purple {
    background: var(--projects-soft-purple);
    color: var(--projects-purple);
}

.kpi-card__content {
    display: grid;
    gap: 0.15rem;
}

.kpi-card__value {
    color: var(--projects-navy);
    font-size: clamp(2rem, 3vw, 2.5rem);
    line-height: 1;
    font-weight: 700;
    font-family: "Playfair Display", Georgia, serif;
}

.kpi-card__label {
    font-size: 1.02rem;
    font-weight: 700;
    color: var(--projects-ink);
}

.kpi-card__meta {
    color: #7b8794;
    font-size: 0.88rem;
}

.projects-workspace {
    display: grid;
    grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
    gap: 1.15rem;
    align-items: start;
}

.filter-panel {
    padding: 1.45rem;
    position: sticky;
    top: 6.75rem;
}

.filter-panel__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.filter-panel__active {
    display: grid;
    gap: 0.6rem;
    margin-bottom: 1.15rem;
    padding: 0.95rem 1rem;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(245, 248, 255, 0.94), rgba(250, 252, 255, 0.94));
    border: 1px solid rgba(15, 45, 82, 0.07);
}

.filter-panel__active-label,
.projects-results__eyebrow {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #55708f;
}

.filter-panel__head h2,
.projects-results__head h2,
.cta-map h2 {
    margin: 0;
    font-size: 1.9rem;
    color: var(--projects-navy);
}

.filter-panel__head p,
.projects-results__head p,
.cta-map p {
    margin: 0.35rem 0 0;
    color: #738297;
    line-height: 1.55;
}

.filter-panel__icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f4f7fb;
    color: var(--projects-navy);
}

.filter-panel__icon svg {
    width: 1.2rem;
    height: 1.2rem;
}

.filter-panel__form {
    display: grid;
    gap: 1.15rem;
}

.filter-group {
    display: grid;
    gap: 0.55rem;
}

.filter-group__label {
    font-size: 0.93rem;
    font-weight: 700;
    color: var(--projects-ink);
}

.filter-input-shell,
.filter-select-shell {
    display: flex;
    align-items: center;
    min-height: 3.65rem;
    padding: 0 1.05rem;
    background: #fff;
    border: 1px solid var(--projects-border);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.filter-input-shell:focus-within,
.filter-select-shell:focus-within {
    border-color: rgba(37, 99, 235, 0.34);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.08);
    transform: translateY(-1px);
}

.filter-input-shell input,
.filter-select-shell select {
    width: 100%;
    border: 0;
    outline: none;
    background: transparent;
    color: var(--projects-ink);
    font-size: 0.98rem;
}

.filter-input-shell span,
.projects-order-note {
    color: #7b8794;
}

.filter-input-shell svg {
    width: 1.15rem;
    height: 1.15rem;
}

.filter-chip-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.tag,
.status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1;
}

.tag {
    background: rgba(37, 99, 235, 0.1);
    color: #3568c8;
}

.tag--soft {
    background: #f3f6fb;
    color: #49627c;
    border: 1px solid rgba(15, 45, 82, 0.08);
}

.tag--neutral {
    background: rgba(139, 92, 246, 0.1);
    color: #7d58d3;
}

.status-badge--ongoing {
    background: rgba(46, 139, 87, 0.14);
    color: #237248;
}

.status-badge--completed {
    background: rgba(245, 158, 11, 0.14);
    color: #c67c00;
}

.status-badge--featured {
    background: rgba(139, 92, 246, 0.12);
    color: #7d58d3;
}

.filter-panel__actions {
    display: grid;
    gap: 0.8rem;
    margin-top: 0.2rem;
}

.filter-panel__clear {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #4466b5;
    text-decoration: none;
    font-weight: 600;
}

.filter-panel__submit,
.project-card__link,
.cta-map__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.45rem;
    padding: 0.8rem 1.25rem;
    border: 0;
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.filter-panel__submit,
.cta-map__button {
    background: linear-gradient(135deg, #163a68 0%, #0f2d52 100%);
    color: #ffffff;
    box-shadow: 0 14px 22px rgba(15, 45, 82, 0.16);
}

.filter-panel__submit:hover,
.project-card__link:hover,
.cta-map__button:hover,
.filter-panel__submit:focus-visible,
.project-card__link:focus-visible,
.cta-map__button:focus-visible {
    transform: translateY(-1px);
}

.projects-results {
    padding: 1.55rem;
}

.projects-results__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(15, 45, 82, 0.08);
}

.projects-results__head h2 span {
    color: #7b8794;
    font-size: 0.9rem;
    font-family: "Inter", "Segoe UI", sans-serif;
    font-weight: 700;
}

.projects-results__summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
    margin-bottom: 1rem;
}

.projects-results__summary-item {
    display: grid;
    gap: 0.2rem;
    padding: 0.9rem 1rem;
    border-radius: 22px;
    background: #fbfcfe;
    border: 1px solid rgba(15, 45, 82, 0.07);
}

.projects-results__summary-item strong {
    color: var(--projects-navy);
    font-size: 1.15rem;
    line-height: 1;
    font-family: "Playfair Display", Georgia, serif;
}

.projects-results__summary-item span {
    color: #6c7f95;
    font-size: 0.84rem;
}

.projects-results__controls {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.projects-order-note {
    min-height: 3rem;
    display: inline-flex;
    align-items: center;
    padding: 0 1rem;
    border-radius: 18px;
    border: 1px solid var(--projects-border);
    background: #fff;
    font-weight: 600;
}

.projects-view-toggle {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem;
    border: 1px solid var(--projects-border);
    background: #fff;
}

.projects-view-toggle button {
    width: 2.8rem;
    height: 2.8rem;
    border: 0;
    background: transparent;
    border-radius: 18px;
    color: #738297;
    transition: background 0.2s ease, color 0.2s ease;
}

.projects-view-toggle button svg {
    width: 1.15rem;
    height: 1.15rem;
}

.projects-view-toggle button.is-active {
    background: #102f57;
    color: #ffffff;
}

.projects-featured-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-bottom: 1rem;
}

.projects-featured-strip__item {
    min-width: 14rem;
    flex: 1 1 14rem;
    display: grid;
    gap: 0.35rem;
    padding: 0.95rem 1.05rem;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(245, 248, 255, 0.96), rgba(250, 246, 255, 0.96));
    border: 1px solid rgba(139, 92, 246, 0.12);
    text-decoration: none;
    color: var(--projects-ink);
}

.projects-featured-strip__item strong {
    font-size: 0.98rem;
    line-height: 1.45;
}

.projects-featured-strip__item small {
    color: #6b7c93;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(320px, 1fr));
    gap: 1rem;
}

.projects-grid[data-view="list"] {
    grid-template-columns: 1fr;
}

.project-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
    padding: 1.3rem 1.35rem 1.2rem;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.project-card:hover {
    transform: translateY(-3px);
    border-color: rgba(37, 99, 235, 0.18);
    box-shadow: 0 20px 40px rgba(15, 45, 82, 0.12);
}

.project-card__top,
.project-card__badges,
.project-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
}

.project-card__badges {
    justify-content: flex-start;
    flex-wrap: wrap;
}

.project-card__year {
    color: #7b8794;
    font-weight: 700;
}

.project-card__body h3 {
    margin: 0;
    font-size: 1.24rem;
    line-height: 1.45;
    min-height: 3.95em;
}

.project-card__body h3 a {
    color: var(--projects-navy);
    text-decoration: none;
}

.project-card__body h3 a:hover {
    color: #173f75;
}

.project-card__agency,
.project-card__pi {
    margin: 0.35rem 0 0;
    color: #5a6b81;
}

.project-card__agency {
    font-size: 0.98rem;
}

.project-card__pi {
    font-size: 0.94rem;
}

.project-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 0.9rem;
}

.project-card__meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
}

.project-meta,
.project-progress {
    display: grid;
    grid-template-columns: 2.75rem minmax(0, 1fr);
    gap: 0.65rem;
    align-items: center;
    min-height: 4.6rem;
    padding: 0.8rem 0.9rem;
    border-radius: 22px;
    background: #fbfcfe;
    border: 1px solid rgba(15, 45, 82, 0.06);
}

.project-meta > div,
.project-progress > div {
    min-width: 0;
}

.project-meta__icon {
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 14px;
    background: #f3f6fb;
    color: #294566;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.project-meta__icon svg {
    width: 1rem;
    height: 1rem;
}

.project-meta strong,
.project-progress strong {
    display: block;
    color: var(--projects-ink);
    font-size: 0.95rem;
    line-height: 1.2;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
}

.project-meta small,
.project-progress small {
    display: block;
    margin-top: 0.2rem;
    color: #7b8794;
    font-size: 0.76rem;
}

.project-progress {
    grid-template-columns: 2.75rem minmax(0, 1fr);
}

.project-progress__ring {
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 50%;
    background:
        conic-gradient(#59c076 0 var(--project-progress, 0%), rgba(227, 233, 239, 0.92) var(--project-progress, 0%) 100%);
    position: relative;
}

.project-progress__ring::after {
    content: "";
    position: absolute;
    inset: 0.34rem;
    border-radius: 50%;
    background: #ffffff;
}

.project-card__link {
    min-height: 3rem;
    padding: 0.7rem 1rem;
    background: rgba(15, 45, 82, 0.07);
    color: var(--projects-navy);
    border-radius: 18px;
}

.project-card__footer {
    margin-top: auto;
    justify-content: flex-start;
}

.project-card__footer .project-card__link {
    min-width: 11rem;
}

.projects-empty {
    grid-column: 1 / -1;
    padding: 2rem;
    text-align: center;
}

.projects-empty h3 {
    margin: 0;
    color: var(--projects-navy);
}

.projects-empty p {
    margin: 0.7rem 0 1.25rem;
    color: #6b7c93;
}

.cta-map {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 1.4rem;
    align-items: center;
    margin-top: 1.35rem;
    padding: 1.3rem 1.55rem;
    background: linear-gradient(135deg, rgba(237, 243, 255, 0.98), rgba(248, 250, 255, 0.98));
}

.cta-map__media {
    width: 5rem;
    height: 5rem;
    border-radius: 26px;
    background: #ffffff;
    display: grid;
    place-items: center;
    box-shadow: 0 12px 24px rgba(15, 45, 82, 0.08);
}

.cta-map__media svg {
    width: 3.2rem;
    height: 3.2rem;
}

.cta-map__button {
    padding-inline: 1.45rem;
    white-space: nowrap;
}

.project-detail-hero,
.project-detail-card {
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 1rem;
}

@media (max-width: 1199.98px) {
    .projects-showcase__hero,
    .projects-workspace {
        grid-template-columns: 1fr;
    }

    .filter-panel {
        position: static;
    }

}

@media (max-width: 991.98px) {
    .projects-page-shell {
        padding-top: 5.75rem;
    }

    .projects-kpi-grid,
    .projects-grid {
        grid-template-columns: 1fr;
    }

    .projects-results__head,
    .cta-map {
        grid-template-columns: 1fr;
        display: grid;
    }

    .projects-results__summary {
        grid-template-columns: 1fr;
    }

    .projects-results__controls {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .cta-map__action {
        width: 100%;
    }

    .cta-map__button {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .projects-showcase__intro,
    .filter-panel,
    .projects-results,
    .project-card,
    .cta-map {
        padding: 1.2rem;
        border-radius: 24px !important;
    }

    .projects-showcase__title {
        font-size: clamp(2rem, 10vw, 2.7rem);
    }

    .projects-kpi-grid,
    .project-card__meta {
        grid-template-columns: 1fr;
    }

    .projects-showcase__signals,
    .projects-results__summary {
        gap: 0.6rem;
    }

    .projects-view-toggle {
        width: 100%;
        justify-content: space-between;
    }

    .projects-view-toggle button {
        flex: 1 1 0;
    }
}

@media (max-width: 991.98px) {
    body:not(.home-landing) .site-navbar__bar {
        flex-wrap: wrap;
        gap: 0.85rem;
        padding: 0.8rem 0;
    }

    body:not(.home-landing) .site-brand {
        max-width: min(78vw, 24rem);
    }

    body:not(.home-landing) .site-navbar__toggle {
        display: inline-flex;
        margin-left: auto;
    }

    body:not(.home-landing) .navbar-collapse {
        display: none !important;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
        padding: 0.85rem 0 0.25rem;
    }

    body:not(.home-landing) .navbar-collapse.show {
        display: flex !important;
    }

    body:not(.home-landing) .navbar-nav {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.85rem;
    }

    body:not(.home-landing) .site-navbar__map-btn {
        width: 100%;
    }
}

.about-page .content-hero h1 {
    color: #102a43;
    letter-spacing: -0.03em;
}

.about-hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 1.35rem;
}

.about-metric-card {
    padding: 0.85rem 0.95rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(16, 42, 67, 0.11);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 0.75rem 1.8rem rgba(16, 42, 67, 0.08);
}

.about-metric-card__label {
    display: block;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #486581;
    font-weight: 700;
}

.about-metric-card__value {
    display: block;
    margin-top: 0.35rem;
    color: #102a43;
    font-size: 1.2rem;
    line-height: 1.1;
}

.about-focus-panel {
    position: relative;
    overflow: hidden;
}

.about-focus-panel::after {
    content: "";
    position: absolute;
    inset: auto -28% -38% auto;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(47, 79, 181, 0.16), transparent 70%);
    pointer-events: none;
}

.about-principles .content-card,
.about-roadmap .content-card,
.about-timeline__item,
.about-cta__shell {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-principles .content-card:hover,
.about-roadmap .content-card:hover,
.about-timeline__item:hover,
.about-cta__shell:hover {
    transform: translateY(-3px);
    box-shadow: 0 1rem 2.2rem rgba(16, 42, 67, 0.12);
}

.about-roadmap {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.86)),
        repeating-linear-gradient(120deg, rgba(15, 23, 42, 0.025), rgba(15, 23, 42, 0.025) 18px, transparent 18px, transparent 36px);
}

.about-timeline {
    display: grid;
    gap: 0.8rem;
}

.about-timeline__item {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 0.7rem;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(16, 42, 67, 0.1);
    background: rgba(255, 255, 255, 0.94);
}

.about-timeline__dot {
    width: 12px;
    height: 12px;
    margin-top: 0.38rem;
    border-radius: 50%;
    background: #2f4fb5;
    box-shadow: 0 0 0 5px rgba(47, 79, 181, 0.14);
}

.about-cta__shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: clamp(1.2rem, 2.3vw, 1.8rem);
    border-radius: 1.3rem;
    border: 1px solid rgba(47, 79, 181, 0.16);
    background: linear-gradient(120deg, rgba(240, 246, 255, 0.95), rgba(255, 250, 241, 0.95));
}

.about-cta__button {
    border-radius: 999px;
    padding: 0.65rem 1.15rem;
    white-space: nowrap;
    background: #1e3a8a;
    border-color: #1e3a8a;
}

.about-cta__button:hover,
.about-cta__button:focus-visible {
    background: #173170;
    border-color: #173170;
}

@media (max-width: 991.98px) {
    .about-hero-metrics {
        grid-template-columns: 1fr;
    }

    .about-cta__shell {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Admin theme */
.admin-main {
    background: #f6f8fb;
    min-height: calc(100vh - 56px);
}

.admin-topbar {
    position: sticky;
    top: 0;
    z-index: 60;
    background: #0f172a;
    border-bottom: 1px solid #1e293b;
}

.admin-topbar__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.85rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.admin-topbar__brand {
    color: #e2e8f0;
    font-weight: 700;
    text-decoration: none;
}

.admin-topbar__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.admin-topbar__nav a {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 0.92rem;
}

.admin-topbar__nav a:hover {
    color: #ffffff;
}

.admin-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.25rem 1rem 2rem;
}

.admin-wrap--auth {
    max-width: 560px;
    padding-top: 2rem;
}

.admin-page-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.admin-page-head h1 {
    margin: 0;
    font-size: 1.6rem;
}

.admin-page-head p {
    margin: 0.4rem 0 0;
    color: #64748b;
}

.admin-page-head__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.admin-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.admin-card {
    background: #fff;
    border: 1px solid #dbe2ea;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.admin-card h2 {
    margin: 0 0 0.75rem;
    font-size: 1.1rem;
}

.admin-auth-card__head h1 {
    margin: 0;
    font-size: 1.5rem;
}

.admin-auth-card__head p {
    margin: 0.4rem 0 1rem;
    color: #64748b;
}

.admin-link-list {
    margin: 0;
    padding-left: 1.2rem;
}

.admin-link-list li {
    margin: 0.45rem 0;
}

.admin-link-list a {
    color: #1d4ed8;
    text-decoration: none;
}

.admin-link-list a:hover { text-decoration: underline; }

.admin-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.92rem;
}

.admin-table th,
.admin-table td {
    padding: 0.6rem 0.5rem;
    border-bottom: 1px solid #e5e7eb;
    vertical-align: top;
}

.admin-table th {
    text-align: left;
    font-size: 0.8rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
}

.admin-row-actions {
    display: flex;
    gap: 0.6rem;
    align-items: center;
}

.admin-row-actions form { margin: 0; }

.admin-link {
    background: none;
    border: 0;
    padding: 0;
    color: #1d4ed8;
    text-decoration: none;
    cursor: pointer;
    font: inherit;
}

.admin-link--danger { color: #b91c1c; }

.admin-link:hover { text-decoration: underline; }

.admin-pill {
    display: inline-block;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
}

.admin-pill.is-on {
    background: #dcfce7;
    color: #166534;
}

.admin-pill.is-off {
    background: #fee2e2;
    color: #991b1b;
}

.admin-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.admin-form-stack {
    display: grid;
    gap: 1rem;
}

.admin-field {
    display: grid;
    gap: 0.35rem;
}

.admin-field--full {
    grid-column: 1 / -1;
}

.admin-field label {
    font-size: 0.82rem;
    color: #475569;
    font-weight: 600;
}

.admin-field input,
.admin-field select,
.admin-field textarea {
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 0.55rem 0.65rem;
    background: #fff;
}

.admin-code {
    font-family: Consolas, 'Courier New', monospace;
    white-space: pre;
}

.admin-check {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #334155;
    font-weight: 600;
}

.admin-actions {
    grid-column: 1 / -1;
    display: flex;
    gap: 0.6rem;
    margin-top: 0.25rem;
}

.admin-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.48rem 0.8rem;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: #fff;
    color: #0f172a;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
}

.admin-btn--primary {
    background: #1d4ed8;
    border-color: #1d4ed8;
    color: #fff;
}

.admin-btn:hover {
    filter: brightness(0.98);
}

.admin-alert {
    padding: 0.65rem 0.75rem;
    border-radius: 8px;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.admin-alert--error {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

.admin-fieldset legend {
    font-weight: 700;
    font-size: 0.95rem;
    padding: 0 0.3rem;
}

@media (max-width: 900px) {
    .admin-grid,
    .admin-form-grid {
        grid-template-columns: 1fr;
    }
}
.admin-shell {
    max-width: 1280px;
    margin: 0 auto;
    padding: 1rem;
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 1rem;
}

.admin-sidebar {
    background: #fff;
    border: 1px solid #dbe2ea;
    border-radius: 12px;
    padding: 0.9rem;
    height: fit-content;
    position: sticky;
    top: 72px;
}

.admin-sidebar h2 {
    margin: 0 0 0.7rem;
    font-size: 0.95rem;
    color: #475569;
}

.admin-sidebar a {
    display: block;
    text-decoration: none;
    color: #0f172a;
    padding: 0.45rem 0.55rem;
    border-radius: 8px;
    font-size: 0.92rem;
}

.admin-sidebar a:hover {
    background: #f1f5f9;
}

.admin-sidebar a.is-active {
    background: #dbeafe;
    color: #1e3a8a;
    font-weight: 700;
}

.admin-content {
    min-width: 0;
}

.admin-breadcrumb {
    margin-bottom: 0.55rem;
    color: #64748b;
    font-size: 0.85rem;
}

.admin-breadcrumb a {
    color: #1d4ed8;
    text-decoration: none;
}

.admin-breadcrumb a:hover { text-decoration: underline; }

.admin-filter {
    display: grid;
    grid-template-columns: 1.5fr 220px auto auto;
    gap: 0.6rem;
    margin-bottom: 1rem;
    align-items: center;
}

.admin-filter input,
.admin-filter select {
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 0.52rem 0.65rem;
}

@media (max-width: 1080px) {
    .admin-shell {
        grid-template-columns: 1fr;
    }

    .admin-sidebar {
        position: static;
    }
}

@media (max-width: 780px) {
    .admin-filter {
        grid-template-columns: 1fr;
    }
}
.admin-alert--success {
    background: #ecfdf5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}

.admin-pagination {
    margin-top: 0.9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9rem;
    color: #475569;
}

.admin-pagination a {
    text-decoration: none;
    color: #1d4ed8;
    font-weight: 600;
}

.admin-pagination a:hover { text-decoration: underline; }

.admin-table thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #f8fafc;
}

.admin-table thead th a {
    color: #1e3a8a;
    text-decoration: none;
    font-weight: 700;
}

.admin-table thead th a:hover {
    text-decoration: underline;
}

.admin-bulk-form {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 0.7rem;
}

.admin-bulk-form select {
    min-width: 180px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 0.45rem 0.6rem;
}

.admin-bulk-meta {
    color: #64748b;
    font-size: 0.88rem;
}

/* Publications page refresh */
.publications-page {
    --publications-border: rgba(15, 23, 42, 0.1);
    --publications-shadow: 0 1.1rem 2.4rem rgba(15, 23, 42, 0.08);
    --publications-accent: #1e3a8a;
    --publications-gold: #b7791f;
}

.publications-page .publications-hero {
    background:
        radial-gradient(circle at 14% 18%, rgba(30, 58, 138, 0.13), transparent 28%),
        radial-gradient(circle at 84% 20%, rgba(183, 121, 31, 0.16), transparent 24%),
        linear-gradient(140deg, #f4ece1 0%, #fffdf8 54%, #f8f1e6 100%);
}

.publications-hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.9fr);
    gap: 1.5rem;
    align-items: stretch;
}

.publications-hero-copy,
.publication-summary-card--hero,
.publications-tree-shell,
.publication-card,
.publication-empty-state {
    border-radius: 1.25rem;
    border: 1px solid var(--publications-border);
    box-shadow: var(--publications-shadow);
}

.publications-hero-copy {
    padding: clamp(1.35rem, 2.6vw, 2rem);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.58));
    backdrop-filter: blur(8px);
}

.publications-hero-copy .lead {
    max-width: 58ch;
}

.publication-search-form {
    margin-top: 1.5rem;
    display: grid;
    gap: 0.65rem;
}

.publication-search-form__label {
    font-size: 0.82rem;
    font-weight: 700;
    color: #334155;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.publication-search-form__row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.publication-search-form__row input {
    flex: 1 1 340px;
    min-height: 50px;
    padding: 0.85rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.14);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
}

.publication-search-form__row input:focus {
    outline: 0;
    border-color: rgba(30, 58, 138, 0.42);
    box-shadow: 0 0 0 4px rgba(30, 58, 138, 0.08);
}

.publication-search-form__row .btn {
    min-height: 50px;
    padding-inline: 1.15rem;
    border-radius: 999px;
}

.publication-summary-card--hero {
    padding: 1.5rem;
    background:
        linear-gradient(180deg, rgba(255, 253, 249, 0.96), rgba(248, 241, 228, 0.98));
}

.publication-summary-card__note {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    color: #52606d;
    line-height: 1.6;
}

.publications-page .section-heading--split {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
}

.publications-page .section-heading__note {
    max-width: 26rem;
    margin: 0;
    color: #64748b;
    font-size: 0.95rem;
    text-align: right;
}

.publications-tree-shell {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(252, 248, 240, 0.95));
}

.publications-archive-section {
    background:
        linear-gradient(180deg, #eef3f7 0%, #f8f5ee 100%);
}

.publication-filter-bar {
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.74);
}

.publication-filter-hint {
    color: #52606d;
    line-height: 1.6;
}

.publication-filter-label {
    font-size: 0.96rem;
}

.publication-card {
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 244, 235, 0.98));
}

.publication-card__body {
    display: grid;
    gap: 0.85rem;
    padding: 1.4rem;
}

.publication-card__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.publication-card__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.28rem 0.65rem;
    border-radius: 999px;
    background: rgba(16, 42, 67, 0.08);
    color: var(--publications-accent);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.publication-card__meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    color: #64748b;
    font-size: 0.88rem;
}

.publication-card__meta-row span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.publication-card__meta-row span::before {
    content: "";
    width: 0.34rem;
    height: 0.34rem;
    border-radius: 50%;
    background: rgba(30, 58, 138, 0.35);
}

.publication-card:hover {
    transform: translateY(-6px);
    border-color: rgba(30, 58, 138, 0.2);
    box-shadow: 0 1.4rem 2.8rem rgba(15, 23, 42, 0.12);
}

.publication-empty-state {
    margin-top: 1.2rem;
    padding: 2rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.84);
}

.publication-empty-state h3 {
    margin-bottom: 0.55rem;
}

.publication-empty-state p {
    margin-bottom: 1rem;
    color: #64748b;
}

.publications-page .sdg-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.publications-page .sdg-chip {
    border-radius: 999px;
    padding: 0.38rem 0.68rem;
    background: rgba(30, 58, 138, 0.08);
    color: #173170;
    font-size: 0.78rem;
    font-weight: 700;
}

.publications-page .sdg-chip--empty {
    background: rgba(100, 116, 139, 0.12);
    color: #52606d;
}

.publications-page .sdg-callout__meta,
.publications-page .sdg-callout__title {
    transition: color 160ms ease;
}

.publications-page .sdg-callout:hover .sdg-callout__title,
.publications-page .sdg-callout--selected .sdg-callout__title {
    color: #102a43;
}

.publications-page .sdg-tree-title {
    color: #102a43;
}

@media (max-width: 991.98px) {
    .publications-hero-shell,
    .publications-page .section-heading--split {
        grid-template-columns: 1fr;
        display: grid;
        align-items: start;
    }

    .publications-page .section-heading__note {
        text-align: left;
    }
}

@media (max-width: 767.98px) {
    .publication-search-form__row {
        flex-direction: column;
    }

    .publication-search-form__row input,
    .publication-search-form__row .btn {
        width: 100%;
    }

    .publication-card__topline,
    .publication-filter-bar {
        flex-direction: column;
        align-items: flex-start;
    }
}




/* Home navbar applied to all public pages */
body:not(.home-landing) .site-navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 40;
    background: transparent !important;
    border-bottom: none !important;
    backdrop-filter: none !important;
    box-shadow: none;
    padding-top: 0.5rem;
}

body:not(.home-landing) .site-navbar .nav-link,
body:not(.home-landing) .site-navbar .navbar-brand {
    color: #ffffff !important;
}

body:not(.home-landing) .site-navbar .nav-link {
    font-weight: 500;
}

body:not(.home-landing) .site-navbar__bar {
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.25rem 0 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

body:not(.home-landing) .site-brand {
    align-items: center;
    gap: 1rem;
    flex: 1 1 auto;
    min-width: 0;
    max-width: min(58vw, 42rem);
    position: relative;
    left: -1.25rem;
    top: -1rem;
}

body:not(.home-landing) .site-brand__logo {
    width: 84px;
    height: 84px;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body:not(.home-landing) .site-brand__text {
    max-width: min(46vw, 30rem);
    padding-top: 0;
    justify-content: center;
    gap: 0.1rem;
}

body:not(.home-landing) .site-brand__eyebrow {
    display: none !important;
}

body:not(.home-landing) .site-brand__title {
    font-size: clamp(1.04rem, 1.25vw, 1.4rem);
    line-height: 1.14;
    font-weight: 800;
    color: #ffffff;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

@media (min-width: 992px) {
    body:not(.home-landing) .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        align-items: center;
        justify-content: flex-end;
        gap: 1rem;
    }

    body:not(.home-landing) .navbar-nav {
        display: inline-flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-end;
        width: auto;
        margin-left: auto;
        gap: 0.45rem;
        padding: 0.55rem 0.65rem;
        border-radius: 999px;
        background: rgba(111, 118, 132, 0.45);
        border: 1px solid rgba(255, 255, 255, 0.16);
        box-shadow: 0 16px 34px rgba(15, 23, 42, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
    }

    body:not(.home-landing) .site-navbar .nav-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 3.35rem;
        padding: 0.8rem 1.25rem;
        border-radius: 999px;
        color: #ffffff !important;
        font-size: 0.92rem;
        font-weight: 700;
        line-height: 1;
        white-space: nowrap;
        background: rgba(255, 255, 255, 0.08);
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
        transition: background-color 0.18s ease, transform 0.18s ease, color 0.18s ease;
    }

    body:not(.home-landing) .site-navbar .nav-link::after {
        display: none;
    }

    body:not(.home-landing) .site-navbar .nav-link.is-active {
        color: #ffffff !important;
        background: #3554c6;
    }

    body:not(.home-landing) .site-navbar .nav-link:hover,
    body:not(.home-landing) .site-navbar .nav-link:focus-visible {
        color: #ffffff !important;
        background: #3554c6;
        transform: translateY(-1px);
    }
}

@media (max-width: 991.98px) {
    body:not(.home-landing) .site-navbar {
        padding-top: 0;
    }

    body:not(.home-landing) .site-navbar__bar {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        min-height: 80px;
        padding: 0.8rem 1rem;
        border-radius: 0 0 1.2rem 1.2rem;
        background: rgba(10, 14, 24, 0.34);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-top: none;
        box-shadow: none;
    }

    body:not(.home-landing) .site-brand {
        left: 0;
        top: 0;
        gap: 0.75rem;
        max-width: min(78vw, 24rem);
    }

    body:not(.home-landing) .site-brand__logo {
        width: 58px;
        height: 58px;
        border-radius: 1rem !important;
    }

    body:not(.home-landing) .site-brand__text {
        max-width: 11rem;
    }

    body:not(.home-landing) .site-brand__title {
        font-size: 0.94rem;
        line-height: 1.12;
    }

    body:not(.home-landing) .site-navbar__toggle {
        display: inline-flex;
        margin-left: auto;
        background: rgba(255, 255, 255, 0.08);
        color: #ffffff;
    }

    body:not(.home-landing) .navbar-collapse {
        display: none !important;
        grid-column: 1 / -1;
        width: 100%;
        margin-top: 1rem;
        padding: 1rem;
        border-radius: 1.2rem;
        background: rgba(8, 12, 20, 0.82);
        border: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    }

    body:not(.home-landing) .navbar-collapse.show {
        display: block !important;
    }

    body:not(.home-landing) .navbar-nav {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.8rem 1rem;
    }

    body:not(.home-landing) .site-navbar .nav-link {
        color: #ffffff !important;
        font-weight: 700;
    }
}

body:not(.home-landing):not(.city-fullscreen) .content-hero,
body:not(.home-landing):not(.city-fullscreen) .researchers-hero,
body:not(.home-landing):not(.city-fullscreen) .publications-hero,
body:not(.home-landing):not(.city-fullscreen) .publication-detail-hero {
    padding-top: clamp(7.25rem, 10vw, 8.5rem) !important;
}
/* Final desktop fix: force home-style navbar on all public pages */
@media (min-width: 992px) {
    body:not(.home-landing):not(.city-fullscreen) .site-navbar__bar {
        display: grid !important;
        grid-template-columns: minmax(320px, 1fr) auto !important;
        align-items: center !important;
        gap: 1.5rem !important;
        width: 100% !important;
    }

    body:not(.home-landing):not(.city-fullscreen) .site-brand {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        max-width: min(42vw, 34rem) !important;
        margin-right: 0 !important;
        overflow: hidden;
    }

    body:not(.home-landing):not(.city-fullscreen) .navbar-collapse {
        display: flex !important;
        flex: 0 0 auto !important;
        justify-content: flex-end !important;
        margin-left: auto !important;
        width: auto !important;
        overflow: visible !important;
    }

    body:not(.home-landing):not(.city-fullscreen) .navbar-nav,
    body:not(.home-landing):not(.city-fullscreen) .navbar-nav.ms-auto {
        display: inline-flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: flex-end !important;
        width: auto !important;
        margin-left: auto !important;
        gap: 0.45rem !important;
        padding: 0.55rem 0.65rem !important;
        border-radius: 999px !important;
        background: rgba(111, 118, 132, 0.45) !important;
        border: 1px solid rgba(255, 255, 255, 0.16) !important;
        box-shadow: 0 16px 34px rgba(15, 23, 42, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
        backdrop-filter: blur(18px) !important;
        -webkit-backdrop-filter: blur(18px) !important;
    }

    body:not(.home-landing):not(.city-fullscreen) .navbar-nav .nav-link {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-height: 3.35rem !important;
        padding: 0.8rem 1.25rem !important;
        border-radius: 999px !important;
        color: #ffffff !important;
        font-size: 0.92rem !important;
        font-weight: 700 !important;
        line-height: 1 !important;
        white-space: nowrap !important;
        background: rgba(255, 255, 255, 0.08) !important;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18) !important;
        transition: background-color 0.18s ease, transform 0.18s ease, color 0.18s ease !important;
    }

    body:not(.home-landing):not(.city-fullscreen) .navbar-nav .nav-link:hover,
    body:not(.home-landing):not(.city-fullscreen) .navbar-nav .nav-link:focus-visible {
        color: #ffffff !important;
        background: #3554c6 !important;
        transform: translateY(-1px) !important;
    }

    body:not(.home-landing):not(.city-fullscreen) .navbar-nav .nav-link.is-active {
        color: #ffffff !important;
        background: #3554c6 !important;
    }

    body:not(.home-landing):not(.city-fullscreen) .navbar-nav .nav-link::after {
        display: none !important;
    }
}

/* Homepage redesign v4 */
.homepage-redesign {
    /* Keep the page background light so the transparent home navbar
       does not reveal a dark strip at the very top of the screen. */
    background: #eef3f7;
    color: #102a43;
}

.homepage-redesign .home-main {
    overflow: hidden;
}

/* Pull the hero section back up so the transparent home navbar
   does not leave a visible gap at the very top of the page. */
.homepage-redesign .home-main,
.homepage-redesign .home-horizontal-slider {
    margin-top: -1.5rem;
}

.home-hero-v4 {
    position: relative;
    padding: clamp(7.5rem, 11vw, 9.5rem) 0 clamp(4rem, 6vw, 5.5rem);
    color: #f8fbff;
    background:
        radial-gradient(circle at 12% 18%, rgba(117, 160, 219, 0.28), transparent 30%),
        radial-gradient(circle at 84% 15%, rgba(232, 201, 122, 0.16), transparent 25%),
        linear-gradient(135deg, #081221 0%, #0c1930 50%, #142744 100%);
}

.home-hero-v4::after {
    content: "";
    position: absolute;
    inset: auto -10% -28% auto;
    width: min(34vw, 440px);
    height: min(34vw, 440px);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(133, 183, 255, 0.22), rgba(133, 183, 255, 0));
    pointer-events: none;
}

.home-hero-v4__shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
    gap: 2rem;
    align-items: stretch;
}

.home-kicker--solid {
    background: rgba(255, 255, 255, 0.12);
    border-left-color: #d8b46f;
}

.home-hero-v4__copy h1 {
    margin-top: 1.1rem;
    margin-bottom: 1rem;
    font-size: clamp(2.9rem, 6vw, 5.5rem);
    line-height: 0.93;
    letter-spacing: -0.05em;
    color: #ffffff;
}

.home-hero-v4__summary {
    max-width: 46rem;
    margin: 0;
    color: rgba(240, 244, 250, 0.82);
    font-size: clamp(1rem, 1.35vw, 1.16rem);
    line-height: 1.75;
}

.home-hero-v4__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.75rem;
}

.home-hero-cta--ghost {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
}

.home-hero-cta--ghost:hover,
.home-hero-cta--ghost:focus-visible {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.home-hero-v4__stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.home-metric-card {
    padding: 1.2rem 1.15rem;
    border-radius: 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(180deg, rgba(10, 20, 35, 0.74), rgba(11, 22, 36, 0.42));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.home-metric-card__value {
    display: block;
    font-size: clamp(1.8rem, 2.2vw, 2.25rem);
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
}

.home-metric-card__label {
    display: block;
    margin-top: 0.55rem;
    color: rgba(221, 230, 242, 0.7);
    font-size: 0.84rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.home-hero-v4__panel {
    display: flex;
}

.home-hero-v4__panel-card {
    position: relative;
    width: 100%;
    padding: clamp(1.6rem, 2.6vw, 2.2rem);
    border-radius: 1.8rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(244, 248, 255, 0.94), rgba(232, 238, 248, 0.9));
    color: #102a43;
    box-shadow: 0 1.5rem 3rem rgba(5, 13, 25, 0.22);
}

.home-panel-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.85rem;
    color: #3554c6;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-panel-label--light {
    color: rgba(255, 255, 255, 0.88);
}

.home-hero-v4__panel-card h2 {
    margin-bottom: 0.8rem;
    color: #102a43;
    font-size: clamp(1.75rem, 2.6vw, 2.4rem);
}

.home-hero-v4__panel-card p {
    color: #52606d;
    line-height: 1.75;
}

.home-hero-v4__panel-grid {
    display: grid;
    gap: 0.9rem;
    margin-top: 1.2rem;
}

.home-hero-v4__panel-grid article {
    padding: 1rem 1.05rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(16, 42, 67, 0.08);
}

.home-hero-v4__panel-grid span {
    display: block;
    margin-bottom: 0.3rem;
    color: #627d98;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.home-hero-v4__panel-grid strong {
    display: block;
    color: #102a43;
    font-size: 1rem;
    line-height: 1.55;
}

.home-identity,
.home-projects-showcase,
.home-impact-band,
.home-content-section,
.home-institutional-block {
    position: relative;
}

.home-identity,
.home-projects-showcase,
.home-impact-band,
.home-content-section {
    padding: clamp(3.8rem, 7vw, 6rem) 0;
}

.home-identity {
    background:
        linear-gradient(135deg, rgba(53, 84, 198, 0.08) 0 1px, transparent 1px 100%),
        radial-gradient(circle at 84% 12%, rgba(69, 95, 189, 0.14), transparent 24%),
        radial-gradient(circle at 16% 92%, rgba(74, 151, 97, 0.1), transparent 24%),
        linear-gradient(180deg, #f8fbff 0%, #edf3f8 100%);
    background-size: 22px 22px, auto, auto, auto;
    overflow: hidden;
}

.home-identity::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.76) 48%, transparent 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, transparent 28%, rgba(237, 243, 248, 0.92) 100%);
    pointer-events: none;
}

.home-section-intro {
    margin-bottom: 2rem;
}

.home-section-intro h2 {
    margin: 0.45rem 0 0.85rem;
    color: #102a43;
    font-size: clamp(2rem, 4vw, 3.4rem);
}

.home-section-intro p:last-child {
    max-width: 64ch;
    margin: 0;
    color: #52606d;
    line-height: 1.75;
}

.home-section-intro--center {
    text-align: center;
}

.home-section-intro--center p:last-child {
    margin: 0 auto;
}

.home-section-intro--split {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
}

.home-section-intro--on-dark h2,
.home-section-intro--on-dark p:last-child {
    color: #f8fbff;
}

.home-section-eyebrow {
    margin: 0;
    color: #3554c6;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.home-inline-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #3554c6;
    font-weight: 700;
    text-decoration: none;
}

.home-inline-link:hover,
.home-inline-link:focus-visible {
    color: #2343af;
}

.home-inline-link--card {
    margin-top: auto;
}

.home-inline-link--on-dark {
    color: #e7efff;
}

.home-inline-link--on-dark:hover,
.home-inline-link--on-dark:focus-visible {
    color: #ffffff;
}

.home-inline-link--on-light {
    color: #ffffff;
}

.home-inline-link--on-light:hover,
.home-inline-link--on-light:focus-visible {
    color: rgba(255, 255, 255, 0.82);
}

.home-identity__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1.25rem, 2vw, 1.9rem);
    align-items: start;
    position: relative;
    z-index: 1;
    padding-top: clamp(1.2rem, 2.5vw, 2rem);
}

.home-identity__card,
.home-surface-card,
.home-project-card {
    border-radius: 1.5rem;
    border: 1px solid rgba(16, 42, 67, 0.08);
    box-shadow: 0 1.2rem 2.4rem rgba(16, 42, 67, 0.06);
}

.home-identity__card {
    position: relative;
    display: flex;
    --home-identity-offset: 0rem;
    min-height: 100%;
    min-height: clamp(27rem, 34vw, 35rem);
    align-items: flex-end;
    padding: clamp(1rem, 1.5vw, 1.35rem);
    background:
        linear-gradient(180deg, rgba(6, 12, 24, 0.03) 0%, rgba(6, 12, 24, 0.08) 42%, rgba(6, 12, 24, 0.52) 100%),
        var(--home-identity-image, linear-gradient(135deg, #dfe8f3 0%, #c9d7ea 100%));
    background-color: #dfe8f3;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 1px solid rgba(16, 42, 67, 0.1);
    border-radius: 1.85rem;
    box-shadow: 0 1.5rem 3.4rem rgba(16, 42, 67, 0.14);
    overflow: hidden;
    isolation: isolate;
    transform: translateY(var(--home-identity-offset));
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.home-identity__card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.03) 38%, rgba(6, 12, 24, 0.36) 100%),
        linear-gradient(90deg, rgba(6, 12, 24, 0.28) 0%, transparent 34%, rgba(255, 255, 255, 0.1) 100%);
    pointer-events: none;
}

.home-identity__card::after {
    content: "";
    position: absolute;
    inset: auto 1.2rem 1.05rem 1.2rem;
    height: 32%;
    background:
        radial-gradient(ellipse at center, rgba(6, 12, 24, 0.28), transparent 68%);
    filter: blur(18px);
    opacity: 0.7;
    pointer-events: none;
}

.home-identity__card:hover {
    transform: translateY(calc(var(--home-identity-offset) - 0.45rem));
    border-color: rgba(53, 84, 198, 0.2);
    box-shadow: 0 2rem 4.5rem rgba(16, 42, 67, 0.18);
}

.home-identity__card-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: min(100%, 21rem);
    min-height: 17.2rem;
    padding: clamp(1.2rem, 1.6vw, 1.55rem);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 1.45rem;
    background: linear-gradient(145deg, rgba(248, 252, 255, 0.9), rgba(228, 237, 246, 0.84));
    backdrop-filter: blur(18px) saturate(1.18);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.72),
        0 1.1rem 2.4rem rgba(8, 20, 36, 0.16);
}

.home-identity__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3.1rem;
    height: 2rem;
    padding: 0 0.7rem;
    border-radius: 999px;
    background: rgba(53, 84, 198, 0.12);
    color: #3554c6;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.home-identity__card--policy .home-identity__eyebrow {
    background: rgba(73, 151, 97, 0.12);
    color: #4a9761;
}

.home-identity__card--impact .home-identity__eyebrow {
    background: rgba(230, 157, 51, 0.14);
    color: #e39a2f;
}

.home-identity__card--ai .home-identity__eyebrow {
    background: rgba(103, 84, 198, 0.12);
    color: #6754c6;
}

.home-identity__icon {
    width: 6.6rem;
    height: 6.6rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin-bottom: 1.15rem;
    background: rgba(53, 84, 198, 0.08);
    color: #3554c6;
}

.home-identity__card--policy .home-identity__icon {
    background: rgba(73, 151, 97, 0.09);
    color: #4a9761;
}

.home-identity__card--ai .home-identity__icon {
    background: rgba(103, 84, 198, 0.09);
    color: #6754c6;
}

.home-identity__icon svg {
    width: 2.8rem;
    height: 2.8rem;
}

.home-identity__card h3 {
    position: relative;
    z-index: 1;
    margin: 1rem 0 0;
    color: #102a43;
    font-size: clamp(1.16rem, 1.45vw, 1.55rem);
    text-align: left;
    line-height: 1.12;
}

.home-identity__card p {
    position: relative;
    z-index: 1;
    margin: 0.85rem 0 0;
    color: #5a6877;
    text-align: left;
    line-height: 1.62;
    max-width: none;
    font-size: 0.98rem;
}

.home-identity__divider {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 1px;
    margin: auto 0 1rem;
    background: linear-gradient(90deg, rgba(16, 42, 67, 0.12), transparent);
}

.home-identity__stat {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    color: #102a43;
}

.home-identity__stat strong {
    color: currentColor;
    font-size: clamp(2rem, 2.8vw, 2.55rem);
    line-height: 1;
    letter-spacing: 0;
}

.home-identity__stat span {
    color: #52606d;
    font-size: 0.9rem;
    line-height: 1.35;
}

.home-identity__card--chart .home-identity__stat strong {
    color: #3554c6;
}

.home-identity__card--policy .home-identity__stat strong {
    color: #4a9761;
}

.home-identity__card--impact .home-identity__stat strong {
    color: #e39a2f;
}

.home-identity__card--ai .home-identity__stat strong {
    color: #6754c6;
}

.home-identity__card--lift {
    --home-identity-offset: -1.75rem;
}

.home-identity__card--drop {
    --home-identity-offset: 2rem;
}

.home-identity__card--tall {
    min-height: clamp(31rem, 38vw, 39rem);
}

.home-identity__card--short {
    min-height: clamp(25rem, 30vw, 30rem);
}

.home-identity__card--chart {
    background-position: 42% center;
}

.home-identity__card--policy {
    background-position: center top;
}

.home-identity__card--impact {
    background-position: 52% center;
}

.home-identity__card--ai {
    background-position: 58% center;
}

.home-identity {
    min-height: clamp(48rem, 92vh, 60rem);
    display: grid;
    align-items: center;
    padding: clamp(5rem, 8vw, 7rem) 0;
    background: #e8f0f4;
}

.home-identity::before {
    z-index: 1;
    background:
        radial-gradient(circle at center, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.14) 23%, transparent 42%),
        linear-gradient(180deg, rgba(8, 16, 34, 0.46) 0%, rgba(8, 16, 34, 0.14) 30%, rgba(8, 16, 34, 0.1) 54%, rgba(8, 16, 34, 0.34) 100%);
}

.home-identity__backdrop {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    z-index: 0;
}

.home-identity__backdrop-panel {
    position: relative;
    min-width: 0;
    background:
        linear-gradient(180deg, rgba(7, 15, 32, 0.08), rgba(7, 15, 32, 0.18)),
        var(--home-identity-image, linear-gradient(135deg, #dfe8f3 0%, #c9d7ea 100%));
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.home-identity__backdrop-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(7, 15, 32, 0.18)),
        rgba(27, 51, 102, 0.08);
}

.home-identity__backdrop-panel--chart {
    background-position: 42% center;
}

.home-identity__backdrop-panel--policy {
    background-position: center top;
}

.home-identity__backdrop-panel--impact {
    background-position: 52% center;
}

.home-identity__backdrop-panel--ai {
    background-position: 58% center;
}

.home-identity > .container {
    position: relative;
    z-index: 2;
    display: grid;
    gap: clamp(2rem, 4vw, 3rem);
    justify-items: center;
}

.home-identity .home-section-intro {
    position: relative;
    left: auto;
    top: auto;
    width: min(92vw, 58rem);
    margin: 0;
    transform: none;
    text-shadow: 0 1rem 2.4rem rgba(6, 12, 24, 0.24);
}

.home-identity .home-section-eyebrow {
    color: rgba(255, 255, 255, 0.86);
}

.home-identity .home-section-intro h2 {
    color: #ffffff;
    margin-top: 0.6rem;
    font-size: clamp(2.8rem, 5.8vw, 5.6rem);
    line-height: 0.98;
}

.home-identity__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    width: min(92vw, 42rem);
    padding-top: 0;
    padding: 0.55rem;
    align-items: stretch;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 1.65rem;
    background: rgba(226, 235, 245, 0.3);
    backdrop-filter: blur(16px) saturate(1.08);
    box-shadow:
        0 2.4rem 5.5rem rgba(4, 13, 32, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.home-identity__card,
.home-identity__card--lift,
.home-identity__card--drop {
    --home-identity-offset: 0rem;
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
}

.home-identity__card::before,
.home-identity__card::after {
    content: none;
}

.home-identity__card:hover {
    transform: translateY(-0.16rem);
    border-color: transparent;
    box-shadow: none;
}

.home-identity__card-inner {
    width: 100%;
    min-height: clamp(16.8rem, 18.5vw, 19.5rem);
    padding: clamp(1.25rem, 1.7vw, 1.6rem);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 1.25rem;
    background:
        linear-gradient(145deg, rgba(249, 252, 255, 0.94), rgba(222, 233, 245, 0.88));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.72),
        0 0.75rem 1.5rem rgba(9, 23, 45, 0.08);
}

.home-identity__eyebrow {
    width: 100%;
    min-width: 0;
    height: 1.75rem;
    font-size: 0.7rem;
}

.home-identity__card h3 {
    margin-top: 1rem;
    font-size: clamp(1.18rem, 1.35vw, 1.45rem);
}

.home-identity__card p {
    margin-top: 0.78rem;
    font-size: clamp(0.92rem, 1vw, 1rem);
    line-height: 1.55;
}

.home-identity__divider {
    margin-top: auto;
    margin-bottom: 0.9rem;
}

.home-identity__stat {
    gap: 0.85rem;
}

.home-identity__stat strong {
    font-size: clamp(2.25rem, 3vw, 3rem);
}

.home-projects-showcase {
    background: linear-gradient(180deg, #f6f8fb 0%, #f3f6fa 100%);
}

.home-projects-showcase--publications .home-section-intro--split {
    padding-right: 9rem;
}

.home-projects-showcase--publications .home-project-carousel__controls {
    top: -4rem;
}

.home-insights-split {
    background: #ffffff;
}

.home-insights-split__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 4rem;
    align-items: start;
}

.home-news-editorial,
.home-project-spotlight {
    min-width: 0;
}

.home-news-editorial__head,
.home-project-spotlight__head {
    display: grid;
    grid-template-columns: minmax(2.5rem, 1fr) auto minmax(2.5rem, 1fr);
    gap: 1.5rem;
    align-items: center;
    margin-bottom: 1.5rem;
}

.home-news-editorial__head h2,
.home-project-spotlight__head h2 {
    margin: 0;
    color: #1d2736;
    font-size: clamp(1.7rem, 2.3vw, 2.4rem);
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.home-news-editorial__rule,
.home-project-spotlight__rule {
    height: 2px;
    background: #1d2736;
    opacity: 0.85;
}

.home-news-editorial__feature-link,
.home-news-editorial__item-link {
    text-decoration: none;
}

.home-news-editorial__feature-media {
    position: relative;
    min-height: 29rem;
    overflow: hidden;
    background: #cfd9e6;
}

.home-news-editorial__feature-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.98;
}

.home-news-editorial__feature-overlay {
    position: absolute;
    left: 1.6rem;
    right: 1.6rem;
    bottom: 1.6rem;
    max-width: calc(100% - 3.2rem);
    padding: 1.15rem 1.25rem;
    background: rgba(74, 105, 146, 0.52);
    color: #ffffff;
    box-shadow: 0 1rem 2rem rgba(16, 42, 67, 0.1);
    backdrop-filter: blur(8px);
}

.home-news-editorial__feature-overlay h3 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1rem, 1.55vw, 1.3rem);
    line-height: 1.28;
}

.home-news-editorial__date {
    margin: 0.55rem 0 0;
    padding-top: 0.55rem;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    color: rgba(255, 255, 255, 0.86);
    font-weight: 700;
    font-size: 0.88rem;
}

.home-news-editorial__item p {
    margin: 0;
    color: #6b87a0;
    font-size: 0.84rem;
    font-weight: 600;
}

.home-news-editorial__list {
    background: #dde4ec;
}

.home-news-editorial__item + .home-news-editorial__item {
    border-top: 1px solid rgba(16, 42, 67, 0.08);
}

.home-news-editorial__item-link {
    display: block;
    padding: 1.35rem 1.2rem;
    transition: background 0.25s ease;
}

.home-news-editorial__item-link:hover,
.home-news-editorial__item-link:focus-visible {
    background: rgba(255, 255, 255, 0.32);
}

.home-news-editorial__item h4 {
    margin: 0 0 0.55rem;
    color: #1d2736;
    font-size: 0.98rem;
    line-height: 1.35;
}

.home-news-editorial__footer,
.home-project-spotlight__footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
}

.home-project-spotlight__stage {
    position: relative;
    display: block;
}

.home-project-spotlight__panels {
    position: relative;
    min-height: 37rem;
    overflow: hidden;
}

.home-project-spotlight__panel {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(18px);
    transition: opacity 420ms ease, transform 420ms ease, visibility 420ms ease;
}

.home-project-spotlight__panel.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.home-project-spotlight__visual {
    position: relative;
    height: 100%;
    min-height: 37rem;
    padding: 1.6rem;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.home-project-spotlight__visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(7, 16, 24, 0.12), rgba(7, 16, 24, 0.28)),
        linear-gradient(135deg, rgba(25, 45, 69, 0.18), rgba(245, 183, 120, 0.06));
}

.home-project-spotlight__visual--1 {
    background:
        linear-gradient(135deg, rgba(24, 48, 71, 0.72), rgba(95, 127, 163, 0.45)),
        radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.5), transparent 26%),
        linear-gradient(180deg, #c5d0db 0%, #eff3f7 100%);
}

.home-project-spotlight__visual--2 {
    background:
        linear-gradient(135deg, rgba(35, 57, 81, 0.64), rgba(125, 86, 58, 0.35)),
        radial-gradient(circle at 70% 26%, rgba(255, 197, 145, 0.55), transparent 28%),
        linear-gradient(180deg, #c8d8e7 0%, #eef4fb 100%);
}

.home-project-spotlight__visual--3 {
    background:
        linear-gradient(135deg, rgba(24, 41, 61, 0.72), rgba(57, 92, 131, 0.42)),
        radial-gradient(circle at 78% 18%, rgba(255, 217, 166, 0.52), transparent 27%),
        linear-gradient(180deg, #d4dde6 0%, #f1f5f9 100%);
}

.home-project-spotlight__meta {
    position: absolute;
    left: 1.6rem;
    top: 1.4rem;
    z-index: 1;
    display: flex;
    gap: 0.8rem;
    align-items: center;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-project-spotlight__summary {
    position: relative;
    z-index: 1;
    margin-top: auto;
    width: min(88%, 26rem);
    padding: 1.35rem 1.4rem;
    background: rgba(72, 93, 110, 0.92);
    color: #ffffff;
    box-shadow: 0 1rem 2rem rgba(16, 42, 67, 0.15);
}

.home-project-spotlight__summary h3 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.3rem, 2vw, 1.9rem);
    line-height: 1.35;
}

.home-project-spotlight__summary p {
    margin: 0.8rem 0 0;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.65;
}

.home-project-spotlight__summary small {
    display: block;
    margin-top: 0.9rem;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.88rem;
}

.home-project-carousel {
    position: relative;
}

.home-project-carousel__viewport {
    overflow: hidden;
}

.home-project-carousel__track {
    display: flex;
    gap: 2rem;
    align-items: stretch;
    transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.home-project-carousel__slide {
    flex: 0 0 calc((100% - 4rem) / 3);
    min-width: 0;
}

.home-project-carousel__controls {
    position: absolute;
    top: -5.5rem;
    right: 0;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.home-project-carousel__arrow {
    display: inline-grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 1px solid rgba(16, 42, 67, 0.16);
    background: rgba(255, 255, 255, 0.92);
    color: #486581;
    font-size: 2rem;
    line-height: 1;
    box-shadow: 0 0.8rem 1.8rem rgba(16, 42, 67, 0.08);
}

.home-project-carousel__arrow:hover,
.home-project-carousel__arrow:focus-visible {
    background: #173170;
    border-color: #173170;
    color: #ffffff;
}

.home-project-carousel__status {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.home-project-carousel__progress {
    width: min(560px, 60vw);
    height: 4px;
    border-radius: 999px;
    background: rgba(16, 42, 67, 0.12);
    overflow: hidden;
}

.home-project-carousel__progress-bar {
    display: block;
    height: 100%;
    width: 33.333%;
    border-radius: inherit;
    background: #9bbfe8;
    transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1), width 250ms ease;
}

.home-project-card {
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    background: #ffffff;
}

.home-project-card--tdri {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

.home-project-card--publication {
    border: 1px solid rgba(34, 62, 104, 0.08);
    border-radius: 1.8rem;
    box-shadow: 0 1.15rem 2.6rem rgba(16, 42, 67, 0.07);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    overflow: hidden;
}

.home-project-card__row {
    display: grid;
    grid-template-columns: minmax(160px, 42%) minmax(0, 1fr);
    gap: 1.4rem;
    align-items: start;
}

.home-project-card__footer {
    margin-top: 1rem;
}

.home-project-card__visual {
    padding: 1.35rem 1.35rem 0;
}

.home-project-card__visual--tdri {
    padding: 0;
}

.home-project-card__visual--publication {
    padding: 0;
}

.home-project-card__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
}

.home-project-card__cover {
    position: relative;
    min-height: 370px;
    border-radius: 0.8rem;
    padding: 1.15rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    color: #ffffff;
}

.home-project-card--1 .home-project-card__cover {
    background: linear-gradient(135deg, #cbdff6 0%, #8fc0ec 44%, #4ea3ff 100%);
}

.home-project-card--2 .home-project-card__cover {
    background: linear-gradient(135deg, #10253f 0%, #1a3d63 45%, #2e5f8e 100%);
}

.home-project-card--3 .home-project-card__cover {
    background: linear-gradient(135deg, #c66528 0%, #e28c44 46%, #f0c56b 100%);
}

.home-project-card--publication .home-project-card__cover {
    min-height: 390px;
    border-radius: 0;
    padding: 1.5rem;
    justify-content: flex-end;
    color: #173170;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-project-card--publication.home-project-card--1 .home-project-card__cover {
    background: linear-gradient(180deg, #f3f7ff 0%, #dce8ff 100%);
}

.home-project-card--publication.home-project-card--2 .home-project-card__cover {
    background: linear-gradient(180deg, #f8f3ff 0%, #e7dcff 100%);
}

.home-project-card--publication.home-project-card--3 .home-project-card__cover {
    background: linear-gradient(180deg, #fff7ed 0%, #ffe0bb 100%);
}

.home-project-card__cover--publication::before {
    content: none;
}

.home-project-card__cover--fallback::before {
    content: "";
    position: absolute;
    inset: 1rem 1rem auto auto;
    width: 42%;
    height: 54%;
    border-radius: 1rem;
    background:
        linear-gradient(180deg, rgba(23, 49, 112, 0.08), rgba(23, 49, 112, 0.02)),
        repeating-linear-gradient(
            180deg,
            rgba(23, 49, 112, 0.1) 0,
            rgba(23, 49, 112, 0.1) 2px,
            transparent 2px,
            transparent 16px
    );
    box-shadow: -0.55rem 0.75rem 0 0 rgba(255, 255, 255, 0.45);
}

.home-project-card__cover--publication::after {
    inset: auto -8% -18% auto;
    width: 170px;
    height: 170px;
    background: radial-gradient(circle, rgba(64, 122, 255, 0.12), rgba(64, 122, 255, 0));
}

.home-project-card__cover-sheet,
.home-project-card__cover-overlay {
    position: relative;
    z-index: 1;
}

.home-project-card__cover-sheet {
    flex: 1 1 auto;
}

.home-project-card__cover-overlay {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    padding: 1.1rem 1.15rem;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(10px);
    box-shadow: 0 1.1rem 2rem rgba(10, 18, 32, 0.14);
}

.home-project-card__cover--has-image .home-project-card__cover-overlay {
    background: linear-gradient(180deg, rgba(10, 18, 32, 0.52), rgba(10, 18, 32, 0.82));
    color: #ffffff;
}

.home-project-card__cover::after {
    content: "";
    position: absolute;
    inset: auto -10% -28% auto;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
}

.home-project-card__cover-code,
.home-project-card__cover-topic,
.home-project-card__cover-year {
    position: relative;
    z-index: 1;
}

.home-project-card__cover-code {
    font-size: 2.3rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.home-project-card__cover-topic {
    margin-top: 0.55rem;
    max-width: 12rem;
    font-size: 0.95rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.9);
}

.home-project-card__cover-year {
    margin-top: 1rem;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.home-project-card__content {
    display: flex;
    flex-direction: column;
    padding: 1.35rem;
}

.home-project-card__content--tdri {
    min-height: 100%;
    padding: 0.25rem 0 0;
}

.home-project-card__content--publication {
    min-height: 100%;
    padding: 0.25rem 0 0;
}

.home-project-card__meta {
    margin: 0;
    color: #627d98;
    font-size: 0.92rem;
}

.home-project-card__meta--cover {
    margin: 0;
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: inherit;
    opacity: 0.88;
}

.home-project-card__content h3 {
    margin: 0.65rem 0 0.8rem;
    color: #173170;
    font-size: clamp(1.15rem, 1.55vw, 1.45rem);
    line-height: 1.45;
}

.home-project-card__cover-overlay h3 {
    margin: 0;
    color: inherit;
    font-size: clamp(1.15rem, 1.4vw, 1.55rem);
    line-height: 1.35;
}

.home-project-card__summary {
    margin: 0;
    color: #52606d;
    line-height: 1.68;
    font-size: 0.95rem;
}

.home-project-card__author-line {
    margin: 0;
    font-size: 0.95rem;
    color: inherit;
    opacity: 0.92;
}

.home-project-card__people {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-top: 1.15rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(16, 42, 67, 0.08);
}

.home-project-card__people--tdri {
    margin-top: 1rem;
    padding-top: 0;
    border-top: none;
}

.home-project-card__people--publication {
    align-items: flex-start;
}

.home-project-card__avatar {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d6e7fa, #b8d3f3);
    color: #173170;
    font-weight: 700;
}

.home-project-card__people strong,
.home-project-card__people span {
    display: block;
}

.home-project-card__people strong {
    color: #102a43;
    font-size: 0.95rem;
}

.home-project-card__people span {
    color: #627d98;
    font-size: 0.84rem;
}

.home-project-card__actions {
    margin-top: 1.2rem;
}

.home-project-card__actions--tdri {
    margin-top: 0.95rem;
}

.home-project-card__actions--publication {
    margin-top: 0;
}

.home-project-card__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0.8rem 1.6rem;
    border-radius: 999px;
    border: 1px solid rgba(16, 42, 67, 0.18);
    color: #173170;
    font-weight: 700;
    text-decoration: none;
}

.home-project-card__link--tdri {
    width: 100%;
    min-height: 52px;
    border-color: rgba(16, 42, 67, 0.22);
    background: #ffffff;
    box-shadow: 0 0.7rem 1.4rem rgba(16, 42, 67, 0.05);
}

.home-project-card__link--publication {
    width: 100%;
    min-height: 52px;
    border-color: rgba(40, 75, 152, 0.16);
    background: #eef4ff;
    color: #173170;
}

.home-project-card__link:hover,
.home-project-card__link:focus-visible {
    background: #173170;
    color: #ffffff;
}

.home-project-card--empty {
    grid-column: 1 / -1;
}

.home-project-card--tdri .home-project-card__content h3 {
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
    font-size: clamp(1.15rem, 1.55vw, 1.5rem);
    line-height: 1.42;
}

.home-project-card--tdri .home-project-card__summary {
    min-height: 8.4rem;
}

.home-project-carousel__track .home-project-card {
    align-self: stretch;
}

.home-impact-band {
    background: linear-gradient(180deg, #0d1729 0%, #13233d 100%);
}

.home-impact-band .home-section-intro h2,
.home-impact-band .home-section-intro p:last-child,
.home-impact-band .home-section-eyebrow {
    color: #f8fbff;
}

.home-impact-band__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.home-impact-band__card {
    padding: 1.5rem;
    border-radius: 1.4rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.home-impact-band__card strong {
    display: block;
    margin-bottom: 0.65rem;
    color: #ffffff;
    font-size: clamp(2rem, 3vw, 2.7rem);
    line-height: 1;
}

.home-impact-band__card span {
    color: rgba(226, 236, 247, 0.78);
    line-height: 1.7;
}

.home-content-section--light {
    background: #eef3f7;
}

.home-content-section--dark {
    background: linear-gradient(180deg, #0b1628 0%, #10203a 100%);
    color: #f8fbff;
}

.home-card-grid {
    display: grid;
    gap: 1.25rem;
}

.home-card-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-surface-card {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.home-surface-card--dark {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.1);
}

.home-surface-card__eyebrow {
    margin: 0 0 0.7rem;
    color: #3554c6;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-surface-card h3 {
    margin-bottom: 0.85rem;
    color: #102a43;
    font-size: 1.5rem;
    line-height: 1.35;
}

.home-content-section--dark .home-surface-card__eyebrow,
.home-content-section--dark .home-surface-card h3,
.home-content-section--dark .home-surface-card__meta,
.home-content-section--dark .home-surface-card__subtle {
    color: #f8fbff;
}

.home-surface-card__meta {
    margin: 0 0 0.7rem;
    color: #334e68;
    font-weight: 600;
}

.home-surface-card__subtle {
    margin: 0;
    color: #52606d;
    line-height: 1.75;
}

.home-profile-feature {
    min-width: 0;
}

.home-profile-feature__card {
    display: block;
    height: 100%;
    padding: 1.2rem;
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: linear-gradient(180deg, rgba(45, 57, 84, 0.98) 0%, rgba(35, 46, 68, 0.98) 100%);
    box-shadow: 0 1.4rem 3rem rgba(3, 10, 24, 0.28);
    text-decoration: none;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.home-profile-feature__card:hover {
    transform: translateY(-4px);
    border-color: rgba(130, 160, 255, 0.3);
    box-shadow: 0 1.7rem 3.4rem rgba(5, 12, 28, 0.34);
}

.home-profile-feature__media {
    position: relative;
    overflow: hidden;
    border-radius: 1.7rem;
    background: linear-gradient(180deg, #fbfaf6 0%, #f3efe5 100%);
    min-height: 25rem;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 1.35rem 1.35rem 0;
}

.home-profile-feature__media img {
    width: auto;
    max-width: 100%;
    max-height: 23.75rem;
    object-fit: contain;
    object-position: center bottom;
    display: block;
}

.home-profile-feature__placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: #173170;
    font-size: 3rem;
    font-weight: 700;
}

.home-profile-feature__panel {
    position: absolute;
    left: 1.15rem;
    right: 1.15rem;
    bottom: 1rem;
    padding: 1rem 1.15rem 0.9rem;
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(201, 210, 228, 0.5);
    box-shadow: 0 0.9rem 2rem rgba(15, 34, 66, 0.1);
    backdrop-filter: blur(10px);
}

.home-profile-feature__panel h3 {
    margin: 0;
    color: #1a2942;
    font-size: clamp(1.15rem, 2vw, 1.45rem);
    line-height: 1.25;
}

.home-profile-feature__role {
    margin: 0.45rem 0 0;
    color: #2d57ac;
    font-size: 0.98rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.home-profile-feature__body {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    padding: 1rem 0.15rem 0.1rem;
}

.home-profile-feature__eyebrow {
    margin: 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.home-profile-feature__position {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.55;
}

.home-profile-feature__link {
    display: inline-flex;
    align-items: center;
    margin-top: 0.35rem;
    color: #d7e4ff;
    font-weight: 700;
}

.home-profile-feature__link::after {
    content: "\2192";
    margin-left: 0.45rem;
}

.home-people-marquee {
    position: relative;
}

.home-people-marquee__viewport {
    overflow: hidden;
    width: 100%;
    mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
}

.home-people-marquee__track {
    display: flex;
    width: max-content;
    gap: 1.75rem;
    animation: homePeopleMarquee var(--home-people-duration, 42s) linear infinite;
    will-change: transform;
}

.home-people-marquee:hover .home-people-marquee__track {
    animation-play-state: paused;
}

.home-people-marquee__item {
    flex: 0 0 24.5rem;
}

@keyframes homePeopleMarquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-50% - 0.875rem));
    }
}

.home-institutional-block {
    padding: 0 0 3rem;
    background: #eef3f7;
}

.home-institutional-block__inner {
    padding: clamp(2.2rem, 4vw, 3rem);
    border-radius: 0;
    background: linear-gradient(180deg, #112b52 0%, #0f2647 100%);
    color: #ffffff;
    box-shadow: 0 1.4rem 3rem rgba(10, 20, 36, 0.22);
}

.home-institutional-block__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr) minmax(0, 0.85fr);
    gap: 2rem;
    align-items: start;
}

.home-institutional-block__logo {
    width: 82px;
    height: 82px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.home-institutional-block__col {
    min-width: 0;
}

.home-institutional-block__col--brand {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 1.1rem;
    align-items: start;
}

.home-institutional-block__brand-copy h2 {
    margin: 0 0 0.65rem;
    color: #ffffff;
    font-size: clamp(1.5rem, 2.4vw, 2.2rem);
    line-height: 1.15;
}

.home-institutional-block__brand-copy p {
    margin: 0.35rem 0 0;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.75;
}

.home-institutional-block__brand-copy p:first-of-type {
    font-size: 1.05rem;
    font-weight: 600;
}

.home-institutional-block__list {
    margin: 0;
    padding: 0;
    list-style: none;
    color: rgba(255, 255, 255, 0.94);
    line-height: 1.8;
}

.home-institutional-block__list li + li {
    margin-top: 0.45rem;
}

.home-institutional-block__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1rem;
}

.home-institutional-block__socials a {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.08);
}

.home-institutional-block__socials a:hover,
.home-institutional-block__socials a:focus-visible {
    background: rgba(255, 255, 255, 0.16);
}

.home-institutional-block__title {
    margin: 0 0 0.9rem;
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 700;
}

.home-institutional-block__contact .home-institutional-block__list {
    font-size: 1rem;
}

.home-institutional-block__meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.92rem;
}

.home-institutional-block__meta a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
}

.home-institutional-block__meta a:hover,
.home-institutional-block__meta a:focus-visible {
    text-decoration: underline;
}

@media (max-width: 1199.98px) {
    .home-hero-v4__shell,
    .home-card-grid--3,
    .home-impact-band__grid,
    .home-identity__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-identity__card--lift,
    .home-identity__card--drop {
        --home-identity-offset: 0rem;
        transform: none;
    }

    .home-identity__card--tall,
    .home-identity__card--short,
    .home-identity__card {
        min-height: 24rem;
    }

    .home-insights-split__grid {
        gap: 2rem;
    }

    .home-projects-showcase--publications .home-section-intro--split {
        padding-right: 7rem;
    }

    .home-project-spotlight__summary {
        width: min(78%, 24rem);
    }

    .home-hero-v4__panel {
        grid-column: 1 / -1;
    }

    .home-project-carousel__slide {
        flex-basis: calc((100% - 2rem) / 2);
    }

    .home-people-marquee__item {
        flex-basis: 23rem;
    }
}

@media (max-width: 991.98px) {
    .home-hero-v4 {
        padding-top: 7rem;
    }

    .home-hero-v4__stats,
    .home-impact-band__grid,
    .home-card-grid--3 {
        grid-template-columns: 1fr 1fr;
    }

    .home-identity__grid {
        grid-template-columns: 1fr 1fr;
    }

    .home-section-intro--split,
    .home-institutional-block__grid,
    .home-institutional-block__col--brand {
        grid-template-columns: 1fr;
        display: grid;
        align-items: start;
    }

    .home-insights-split__grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .home-project-spotlight__visual,
    .home-project-spotlight__panels {
        min-height: 31rem;
    }

    .home-project-spotlight__summary {
        width: min(78%, 25rem);
    }

    .home-institutional-block__logo {
        max-width: 110px;
    }

    .home-project-carousel__controls {
        top: -5rem;
    }

    .home-project-card__row {
        grid-template-columns: minmax(150px, 38%) minmax(0, 1fr);
    }

    .home-project-card__cover {
        min-height: 320px;
    }
}

@media (max-width: 767.98px) {
    .home-hero-v4__shell,
    .home-hero-v4__stats,
    .home-impact-band__grid,
    .home-identity__grid,
    .home-card-grid--3,
    .home-institutional-block__grid {
        grid-template-columns: 1fr;
    }

    .home-identity__card-inner {
        width: 100%;
    }

    .home-project-carousel__slide {
        flex-basis: 100%;
    }

    .home-news-editorial__head,
    .home-project-spotlight__head {
        gap: 0.8rem;
    }

    .home-news-editorial__head h2,
    .home-project-spotlight__head h2 {
        font-size: 1.45rem;
    }

    .home-projects-showcase--publications .home-section-intro--split {
        padding-right: 0;
    }

    .home-news-editorial__feature-media {
        min-height: 24rem;
    }

    .home-news-editorial__feature-overlay {
        left: 1rem;
        right: 1rem;
        top: 1rem;
        max-width: calc(100% - 2rem);
        padding: 1.15rem;
    }

    .home-project-spotlight__visual,
    .home-project-spotlight__panels {
        min-height: 25rem;
    }

    .home-project-spotlight__visual {
        padding: 1rem;
    }

    .home-project-spotlight__summary {
        width: min(78%, 18rem);
        padding: 1rem 1.05rem;
    }

    .home-people-marquee__item {
        flex-basis: min(21rem, 86vw);
    }

    .home-project-card__row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .home-hero-v4__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .home-hero-v4__actions .home-hero-cta,
    .home-project-card__link {
        width: 100%;
    }

    .home-section-intro--split {
        display: block;
    }

    .home-section-intro--split .home-inline-link {
        margin-top: 1rem;
    }

    .home-project-carousel__controls {
        position: static;
        justify-content: flex-end;
        margin-top: 1rem;
    }

    .home-project-carousel__status {
        margin-top: 1.25rem;
    }

    .home-profile-feature__media {
        min-height: 20rem;
        padding-inline: 1rem;
    }

    .home-profile-feature__media img {
        max-height: 18.75rem;
    }

    .home-profile-feature__panel {
        left: 0.85rem;
        right: 0.85rem;
        bottom: 0.85rem;
        padding: 0.85rem 1rem;
    }

    .home-project-card__cover {
        min-height: 260px;
    }

    .home-project-card--publication .home-project-card__cover {
        min-height: 320px;
    }

    .home-project-card__cover-overlay {
        padding: 1rem;
    }

    .home-institutional-block__col--brand {
        grid-template-columns: 1fr;
    }
}

.home-identity .home-identity__card,
.home-identity .home-identity__card--tall,
.home-identity .home-identity__card--short {
    min-height: auto;
}

@media (max-width: 1199.98px) {
    .home-identity__grid {
        width: min(88vw, 38rem);
    }

    .home-identity__card-inner {
        min-height: 16.2rem;
    }
}

@media (max-width: 767.98px) {
    .home-identity {
        min-height: auto;
        padding: 4.75rem 0;
    }

    .home-identity .home-section-intro {
        width: 100%;
        margin-bottom: 0;
    }

    .home-identity .home-section-intro h2 {
        font-size: clamp(2rem, 11vw, 3.1rem);
    }

    .home-identity__grid {
        width: min(100%, 25rem);
        grid-template-columns: 1fr;
        gap: 0.55rem;
        border-radius: 1.35rem;
        padding: 0.45rem;
    }

    .home-identity__card-inner {
        min-height: auto;
    }
}

/* Home navbar polish inspired by reference */
.home-landing .site-navbar {
    top: 0;
    padding-top: 0;
}

.home-landing .site-navbar__bar {
    position: relative;
    align-items: center;
    padding: 0;
    min-height: 0;
    gap: 1.1rem;
}

.home-landing .site-brand {
    position: relative;
    left: 0;
    top: 1rem;  
    gap: 0.8rem;
    max-width: min(35vw, 27rem);
    padding-top: 0;
}

.home-landing .site-brand__logo {
    width: 74px;
    height: 74px;
    object-fit: contain;
    border-radius: 50% !important;
    background: transparent !important;
    box-shadow: none !important;
    filter: none !important;
}

.home-landing .site-brand__text {
    max-width: min(27vw, 22rem);
    gap: 0;
    justify-content: center;
}

.home-landing .site-brand__title {
    font-size: clamp(0.95rem, 1.35vw, 1.3rem);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #ffffff;
    text-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
}

.home-header-nav {
    top: 1rem;
    right: -6.55rem;
    gap: 0.28rem;
    padding: 0.36rem;
    border-radius: 999px;
    background: rgba(170, 171, 176, 0.24);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 12px 28px rgba(7, 12, 20, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.home-header-nav__item {
    min-height: 2.8rem;
    padding: 0.72rem 1.12rem;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.96) !important;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.home-header-nav__item:hover,
.home-header-nav__item:focus-visible {
    background: rgba(53, 84, 198, 0.88);
    color: #ffffff !important;
    transform: translateY(-1px);
}

.home-header-nav__item.is-active {
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.96) !important;
    transform: none;
}

.home-header-nav__item--accent {
    background: rgba(52, 45, 56, 0.88);
    color: #ffffff !important;
}

.home-header-nav__item--accent:hover,
.home-header-nav__item--accent:focus-visible,
.home-header-nav__item--accent.is-active {
    background: rgba(53, 84, 198, 0.88);
}

@media (max-width: 1399.98px) {
    .home-landing .site-brand__logo {
        width: 70px;
        height: 70px;
    }

    .home-landing .site-brand__title {
        font-size: clamp(0.92rem, 1.28vw, 1.16rem);
    }

    .home-header-nav__item {
        padding-inline: 1rem;
        font-size: 0.84rem;
    }
}

@media (max-width: 1199.98px) {
    .home-landing .site-brand {
        max-width: min(33vw, 19rem);
    }

    .home-landing .site-brand__logo {
        width: 62px;
        height: 62px;
    }

    .home-landing .site-brand__title {
        font-size: 0.94rem;
    }

    .home-header-nav__item {
        min-height: 2.65rem;
        padding-inline: 0.88rem;
    }
}

@media (max-width: 991.98px) {
    .home-landing .site-navbar {
        top: 1rem;
        padding-top: 0;
    }

    .home-landing .site-navbar__bar {
        align-items: center;
        padding: 0.55rem 0.75rem;
        min-height: 84px;
        border-radius: 1.25rem;
        background: rgba(10, 14, 24, 0.34);
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .home-landing .site-brand {
        max-width: min(76vw, 24rem);
        padding-top: 0;
    }

    .home-landing .site-brand__logo {
        width: 58px;
        height: 58px;
        box-shadow: none !important;
    }

    .home-landing .site-brand__title {
        font-size: 0.9rem;
        line-height: 1.12;
    }
}

.home-landing .home-top-animated,
.home-landing .home-horizontal-slider {
    margin-top: 0rem;
    padding-top: 0rem;
    border-top: none !important;
}
