:root {
    /* Global */
    --color-ink: #071b43;
    --color-navy: #062b49;
    --color-blue: #006caa;
    --color-cyan: #08a9b4;
    --color-teal: #008e96;
    --color-mint: #21cdbd;
    --color-pale: #edfafa;
    --color-line: #d7e8eb;
    --color-muted: #53657d;
    --color-white: #fff;
    --color-white-90: rgba(255, 255, 255, 0.9);
    --color-mask-black: #000;
    --color-link: #0069b0;
    --shadow-site: 0 16px 42px rgba(4, 61, 86, 0.1);
    --radius-site: 8px;

    /* Type scale */
    --font-size-2xs: 0.5625rem;
    --font-size-xs: 0.625rem;
    --font-size-caption: 0.6875rem;
    --font-size-label: 0.75rem;
    --font-size-body-sm: 0.8125rem;
    --font-size-body: 0.875rem;
    --font-size-copy: 0.9375rem;
    --font-size-base: 1rem;
    --font-size-body-lg: 1.0625rem;
    --font-size-heading-xs: 1.125rem;
    --font-size-heading-sm: 1.25rem;
    --font-size-heading-md: 1.5rem;
    --font-size-heading-lg: 1.75rem;
    --font-size-display-sm: 2rem;

    /* Header and navigation */
    --color-header-surface: rgba(255, 255, 255, 0.96);
    --color-header-shadow: rgba(6, 43, 73, 0.04);
    --color-header-border: rgba(6, 43, 73, 0.08);
    --color-menu-border: rgba(6, 43, 73, 0.1);
    --color-navigation-divider: #edf3f5;
    --color-navigation-shadow: rgba(4, 46, 70, 0.12);

    /* Intro and calls to action */
    --color-intro-gradient-middle: #f4fdfd;
    --color-intro-gradient-end: #dff8f5;
    --color-intro-lead: #00838d;
    --color-intro-pattern: rgba(5, 170, 179, 0.36);
    --color-button-gradient-start: #04a8ae;
    --color-button-gradient-end: #007f88;
    --color-button-shadow: rgba(0, 142, 150, 0.18);
    --color-button-outline-surface: rgba(255, 255, 255, 0.5);

    /* Interactive map */
    --color-map-note: #007d86;
    --color-map-control-border: rgba(4, 93, 108, 0.24);
    --color-map-control-shadow: rgba(2, 67, 82, 0.1);
    --color-map-control-surface: rgba(255, 255, 255, 0.92);
    --color-map-tooltip-shadow: rgba(4, 54, 72, 0.2);
    --color-marker-gradient-start: #05c9cf;
    --color-marker-gradient-end: #08799d;
    --color-marker-craiova-start: #00a7d3;
    --color-marker-craiova-end: #035a8b;
    --color-marker-border: #eaffff;
    --color-marker-pulse: rgba(0, 218, 211, 0.55);
    --color-marker-halo: rgba(3, 194, 199, 0.16);
    --color-marker-glow: rgba(2, 219, 216, 0.75);

    /* Pillars */
    --color-pillars-border-start: rgba(0, 142, 150, 0.06);
    --color-pillars-border-end: rgba(0, 142, 150, 0.08);
    --color-pillar-divider: #cce2e6;
    --color-pillar-divider-mobile: #dcebee;

    /* Athenaeum feature */
    --color-athenaeum-surface: #071d42;
    --color-athenaeum-overlay-start: rgba(2, 17, 45, 0.94);
    --color-athenaeum-overlay-middle: rgba(2, 24, 54, 0.76);
    --color-athenaeum-overlay-end: rgba(2, 20, 49, 0.12);
    --color-athenaeum-overlay-mobile-start: rgba(2, 17, 45, 0.91);
    --color-athenaeum-overlay-mobile-end: rgba(2, 24, 54, 0.64);
    --color-athenaeum-copy: rgba(255, 255, 255, 0.84);

    /* About visual */
    --color-visual-gradient-start: #041d3a;
    --color-visual-gradient-middle: #043f66;
    --color-visual-gradient-end: #007e89;
    --color-visual-glow: rgba(0, 215, 215, 0.34);
    --color-visual-overlay-start: rgba(3, 20, 45, 0.9);
    --color-visual-overlay-middle: rgba(3, 20, 45, 0.5);
    --color-visual-copy: rgba(255, 255, 255, 0.78);
    --color-network-node-halo: rgba(14, 226, 215, 0.14);
    --color-network-grid: rgba(17, 230, 222, 0.15);
    --color-network-grid-dot: #7ff;
    --color-network-node: #caffff;
    --color-network-node-glow: #0ff;
    --color-orbit: rgba(80, 255, 246, 0.42);

    /* News */
    --color-surface-tint: #f0fbfc;
    --color-news-date: #8291a3;
    --color-news-shadow: rgba(4, 61, 86, 0.07);
    --color-news-border: rgba(7, 62, 91, 0.08);

    /* Partners carousel */
    --color-carousel-dot: #8496a3;

    /* Footer */
    --color-footer-gradient-start: #061a36;
    --color-footer-gradient-end: #06324e;
    --color-footer-wave: #085157;
    --color-footer-divider: rgba(127, 222, 229, 0.22);
    --color-footer-link: rgba(255, 255, 255, 0.8);
    --color-footer-copyright: rgba(255, 255, 255, 0.55);
    --color-footer-legal-link: rgba(255, 255, 255, 0.6);
    --color-footer-logo-surface: rgb(176 217 212 / 96%);
    --color-footer-logo-border: rgba(255, 255, 255, 0.28);

    /* Secondary-page banner and breadcrumbs */
    --color-banner-gradient-start: #072244;
    --color-banner-gradient-end: #006875;
    --color-banner-glow: rgba(22, 204, 198, 0.38);
    --color-banner-grid: rgba(117, 245, 240, 0.22);
    --color-banner-copy: rgba(255, 255, 255, 0.82);
    --color-banner-breadcrumb-border: rgba(124, 235, 232, 0.17);
    --color-banner-breadcrumb-surface: rgba(3, 52, 76, 0.72);
}

* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    margin: 0;
    color: var(--color-ink);
    background: var(--color-white);
    font-family: Inter, Arial, sans-serif;
    font-size: var(--font-size-base);
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}
.site-main {
    flex: 1 0 auto;
}
img {
    display: block;
    max-width: 100%;
}
a {
    color: inherit;
}
a:hover {
    color: inherit;
    text-decoration: none;
}
button,
a {
    -webkit-tap-highlight-color: transparent;
}
.site-container {
    width: min(1440px, calc(100% - 72px));
    margin: 0 auto;
}
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.skip-link {
    position: fixed;
    z-index: 9999;
    top: 10px;
    left: 10px;
    padding: 10px 16px;
    color: var(--color-white);
    background: var(--color-navy);
    transform: translateY(-150%);
}
.skip-link:focus {
    transform: none;
}

/* Header */
.site-header {
    position: sticky;
    z-index: 1000;
    top: 0;
    min-height: 74px;
    background: var(--color-header-surface);
    border-bottom: 1px solid var(--color-header-border);
    box-shadow: 0 1px 12px var(--color-header-shadow);
    backdrop-filter: blur(16px);
}
.site-header__inner {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}
.site-brand {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 10px;
    text-decoration: none;
}
.site-brand__image {
    width: 250px;
    height: auto;
    max-height: 58px;
    object-fit: contain;
}
.site-navigation {
    min-width: 0;
    padding: 0;
}
.site-navigation .navbar-nav {
    align-items: stretch;
    gap: 2px;
}
.site-navigation .navbar-nav > li {
    position: relative;
    display: flex;
    align-items: stretch;
}
.site-navigation .navbar-nav > li > a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 74px;
    padding: 0 9px;
    color: var(--color-ink);
    font-size: var(--font-size-label);
    font-weight: 500;
    white-space: nowrap;
    text-decoration: none;
}
.site-navigation .navbar-nav > li.dropdown > a {
    padding-right: 20px;
}
.site-navigation .navbar-nav > li.dropdown > a::after {
    position: absolute;
    right: 8px;
    top: calc(50% - 4px);
    width: 6px;
    height: 6px;
    content: "";
    display: block;
    margin: 0 !important;
    vertical-align: initial;
    border: solid currentColor !important;
    border-width: 0 1.5px 1.5px 0 !important;
    transform: rotate(45deg);
}
.site-navigation .navbar-nav > li.active > a::before,
.site-navigation .navbar-nav > li > a:hover::before,
.site-navigation .navbar-nav > li > a:focus::before {
    position: absolute;
    right: 9px;
    bottom: 9px;
    left: 9px;
    height: 2px;
    content: "";
    background: var(--color-cyan);
}
.site-navigation .dropdown-menu {
    top: calc(100% - 1px);
    left: 0;
    min-width: 230px;
    margin: 0;
    padding: 8px;
    border: 1px solid var(--color-menu-border);
    border-radius: 8px;
    background: var(--color-white);
    box-shadow: var(--shadow-site);
}
.site-navigation .dropdown-menu li {
    list-style: none;
}
.site-navigation .dropdown-menu a {
    display: block;
    padding: 9px 12px;
    color: var(--color-ink);
    border-radius: 5px;
    font-size: var(--font-size-label);
    line-height: 1.35;
    text-decoration: none;
}
.site-navigation .dropdown-menu a:hover,
.site-navigation .dropdown-menu a:focus {
    color: var(--color-teal);
    background: var(--color-pale);
}
@media (min-width: 1200px) {
    .site-navigation .dropdown:hover > .dropdown-menu,
    .site-navigation .dropdown:focus-within > .dropdown-menu {
        display: block;
    }
}
.menu-toggle {
    width: 44px;
    height: 40px;
    padding: 8px;
    border: 1px solid var(--color-line);
    border-radius: 5px;
}
.menu-toggle span {
    display: block;
    width: 23px;
    height: 2px;
    margin: 4px auto;
    background: var(--color-ink);
    transition:
        transform 0.2s,
        opacity 0.2s;
}
.menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(6px) rotate(45deg);
}
.menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}
.menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-6px) rotate(-45deg);
}

/* Hero */
.intro {
    position: relative;
    overflow: hidden;
    min-height: 640px;
    background: linear-gradient(
        112deg,
        var(--color-white) 0%,
        var(--color-intro-gradient-middle) 48%,
        var(--color-intro-gradient-end) 100%
    );
}
.intro::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: 0.35;
    background-image: radial-gradient(
        circle,
        var(--color-intro-pattern) 1px,
        transparent 1.2px
    );
    background-position: 76% 20%;
    background-size: 11px 11px;
    mask-image: linear-gradient(
        90deg,
        transparent 42%,
        var(--color-mask-black) 72%,
        transparent 100%
    );
}
.intro__arc {
    position: absolute;
    width: 950px;
    height: 950px;
    border: 1px solid var(--color-white-90);
    border-radius: 50%;
    pointer-events: none;
}
.intro__arc--one {
    top: -680px;
    right: 160px;
}
.intro__arc--two {
    right: -610px;
    bottom: -670px;
}
.intro__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(360px, 0.78fr) minmax(600px, 1.42fr);
    min-height: 640px;
    align-items: center;
}
.intro__content {
    z-index: 2;
    padding: 62px 0 44px;
}
.intro-kicker {
    margin: 0 0 12px;
    color: var(--color-teal);
    font-size: var(--font-size-label);
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.intro h1 {
    margin: 0;
    color: var(--color-ink);
    font-size: clamp(2.375rem, 4vw, 3.6875rem);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: -2.6px;
}
.intro h1 strong {
    color: var(--color-cyan);
    font-weight: 800;
}
.intro__lead {
    margin: 12px 0 20px;
    color: var(--color-intro-lead);
    font-size: clamp(1.0625rem, 1.4vw, 1.3125rem);
    font-weight: 600;
    letter-spacing: -0.35px;
}
.intro__text {
    max-width: 525px;
    margin: 0;
    color: var(--color-muted);
    font-size: var(--font-size-body);
    line-height: 1.6;
}
.action-group {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 25px;
}
.button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 11px 25px;
    border: 1px solid var(--color-teal);
    border-radius: 999px;
    font-size: var(--font-size-body-sm);
    font-weight: 700;
    text-decoration: none;
    transition:
        transform 0.2s,
        box-shadow 0.2s,
        background 0.2s;
}
.button:hover,
.button:focus {
    transform: translateY(-2px);
    box-shadow: 0 9px 22px var(--color-button-shadow);
}
.button--primary {
    color: var(--color-white);
    background: linear-gradient(
        135deg,
        var(--color-button-gradient-start),
        var(--color-button-gradient-end)
    );
}
.button--primary:hover,
.button--primary:focus {
    color: var(--color-white);
}
.button--outline {
    color: var(--color-ink);
    background: var(--color-button-outline-surface);
}
.stats {
    display: flex;
    gap: 48px;
    margin: 48px 0 0;
}
.stats > div {
    position: relative;
    display: grid;
    grid-template-columns: 34px auto;
    grid-template-rows: 22px auto;
    column-gap: 10px;
}
.stat-icon {
    grid-row: 1 / span 2;
    align-self: center;
    color: var(--color-teal);
    font-size: var(--font-size-heading-lg);
}
.stats dt {
    font-size: var(--font-size-heading-xs);
    line-height: 1.1;
}
.stats dd {
    margin: 2px 0 0;
    color: var(--color-muted);
    font-size: var(--font-size-xs);
    white-space: nowrap;
}
.map-column {
    position: relative;
    width: 100%;
    min-width: 0;
    aspect-ratio: 3 / 2;
    align-self: center;
}
.network-map {
    width: 100%;
    height: 100%;
    background: transparent;
    cursor: grab;
}
.network-map:active {
    cursor: grabbing;
}
.network-map .leaflet-container,
.network-map.leaflet-container {
    background: transparent !important;
    font-family: Inter, sans-serif;
}
.network-map .leaflet-image-layer {
    filter: saturate(1.03) contrast(1.02);
}
.network-map .leaflet-control-zoom {
    overflow: hidden;
    margin-top: 150px;
    margin-right: 0;
    border: 1px solid var(--color-map-control-border);
    border-radius: 8px;
    box-shadow: 0 6px 20px var(--color-map-control-shadow);
}
.network-map .leaflet-control-zoom a,
.map-reset {
    width: 34px !important;
    height: 34px !important;
    color: var(--color-ink);
    border: 0 !important;
    border-bottom: 1px solid var(--color-line) !important;
    background: var(--color-map-control-surface);
    font:
        500 var(--font-size-heading-xs)/2.125rem Inter,
        sans-serif !important;
}
.network-map .leaflet-control-zoom a:last-child {
    border-bottom: 0 !important;
}
.network-map .leaflet-control-zoom a:hover,
.map-reset:hover {
    color: var(--color-teal);
    background: var(--color-white);
}
.map-reset {
    display: block;
    border: 1px solid var(--color-map-control-border) !important;
    border-radius: 8px !important;
    box-shadow: 0 6px 20px var(--color-map-control-shadow);
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.map-note {
    position: absolute;
    z-index: 500;
    top: 48px;
    right: 38px;
    margin: 0;
    color: var(--color-map-note);
    font-size: var(--font-size-label);
    font-style: italic;
    font-weight: 600;
    line-height: 1.35;
    transform: rotate(-4deg);
}
.map-note::after {
    display: block;
    width: 125px;
    height: 8px;
    margin-top: 4px;
    content: "";
    border-top: 1px solid var(--color-teal);
    transform: skew(-30deg);
}
.map-help {
    position: absolute;
    z-index: 500;
    right: 36px;
    bottom: 21px;
    max-width: 230px;
    margin: 0;
    color: var(--color-muted);
    font-size: var(--font-size-xs);
    line-height: 1.35;
    text-align: right;
    pointer-events: none;
}
.map-help i {
    margin-right: 5px;
    color: var(--color-teal);
}
.quantum-marker {
    background: transparent;
}
.map-marker {
    position: relative;
    display: flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    border: 2px solid var(--color-marker-border);
    border-radius: 50%;
    background: linear-gradient(
        145deg,
        var(--color-marker-gradient-start),
        var(--color-marker-gradient-end)
    );
    box-shadow:
        0 0 0 7px var(--color-marker-halo),
        0 0 25px var(--color-marker-glow);
    font-size: 1.4375rem;
    cursor: pointer;
}
.map-marker::before {
    position: absolute;
    inset: -10px;
    content: "";
    border: 1px solid var(--color-marker-pulse);
    border-radius: 50%;
    animation: pulse 2s infinite;
}
.map-marker--craiova {
    background: linear-gradient(
        145deg,
        var(--color-marker-craiova-start),
        var(--color-marker-craiova-end)
    );
}
@keyframes pulse {
    0% {
        opacity: 0.9;
        transform: scale(0.72);
    }
    70%,
    100% {
        opacity: 0;
        transform: scale(1.35);
    }
}
.map-tooltip {
    padding: 2px 3px;
    color: var(--color-ink);
    border: 0;
    border-radius: 6px;
    box-shadow: 0 10px 28px var(--color-map-tooltip-shadow);
    font-family: Inter, sans-serif;
}
.map-tooltip strong {
    color: var(--color-teal);
    font-size: var(--font-size-label);
}
.map-tooltip span {
    color: var(--color-muted);
    font-size: var(--font-size-xs);
}
.network-map .leaflet-popup-content-wrapper {
    border-radius: 8px;
    box-shadow: var(--shadow-site);
}
.network-map .leaflet-popup-content {
    margin: 14px 16px;
    color: var(--color-muted);
    font:
        var(--font-size-label)/1.5 Inter,
        sans-serif;
}
.network-map .leaflet-popup-content strong {
    display: block;
    margin-bottom: 3px;
    color: var(--color-ink);
    font-size: var(--font-size-body);
}

/* Pillars */
.pillars {
    padding: 78px 0;
    background: linear-gradient(
        90deg,
        var(--color-white),
        var(--color-surface-tint) 50%,
        var(--color-white)
    );
    border-top: 1px solid var(--color-pillars-border-start);
    border-bottom: 1px solid var(--color-pillars-border-end);
}
.pillars__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.pillar {
    position: relative;
    min-height: 238px;
    padding: 4px 40px;
    text-align: center;
}
.pillar + .pillar::before {
    position: absolute;
    top: 20px;
    bottom: 12px;
    left: 0;
    width: 1px;
    content: "";
    background: var(--color-pillar-divider);
}
.pillar__icon {
    display: flex;
    width: 66px;
    height: 64px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 9px;
    color: var(--color-teal);
    font-size: 3.125rem;
}
.pillar h3 {
    margin: 0 0 10px;
    font-size: var(--font-size-heading-xs);
    font-weight: 700;
    letter-spacing: -0.35px;
}
.pillar p {
    min-height: 62px;
    margin: 0 auto 11px;
    color: var(--color-muted);
    font-size: var(--font-size-body-sm);
    line-height: 1.35;
}
.pillar a {
    color: var(--color-link);
    font-size: var(--font-size-body-sm);
    font-weight: 600;
    text-decoration: none;
}
.pillar a span {
    margin-left: 10px;
    transition: margin 0.2s;
}
.pillar a:hover span {
    margin-left: 15px;
}
.atom {
    position: relative;
}
.atom i {
    position: absolute;
    width: 58px;
    height: 22px;
    border: 3px solid var(--color-teal);
    border-radius: 50%;
}
.atom i:nth-child(2) {
    transform: rotate(60deg);
}
.atom i:nth-child(3) {
    transform: rotate(120deg);
}
.atom b {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--color-teal);
}

/* Athenaeum feature */
.athenaeum {
    padding: 84px 0 32px;
    background: var(--color-white);
}
.athenaeum__feature {
    position: relative;
    display: flex;
    min-height: 468px;
    align-items: stretch;
    overflow: hidden;
    border-radius: var(--radius-site);
    background: var(--color-athenaeum-surface);
    box-shadow: var(--shadow-site);
}
.athenaeum__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.athenaeum__feature::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(
        90deg,
        var(--color-athenaeum-overlay-start) 0%,
        var(--color-athenaeum-overlay-middle) 42%,
        var(--color-athenaeum-overlay-end) 77%
    );
}
.athenaeum__content {
    position: relative;
    z-index: 1;
    display: flex;
    width: min(590px, 56%);
    flex-direction: column;
    justify-content: center;
    padding: 52px;
    color: var(--color-white);
}
.athenaeum__eyebrow {
    margin: 0 0 15px;
    color: var(--color-mint);
    font-size: var(--font-size-label);
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.athenaeum__content h2 {
    max-width: 470px;
    margin: 0 0 18px;
    font-size: clamp(1.9375rem, 3.1vw, 3rem);
    font-weight: 600;
    letter-spacing: -1.4px;
    line-height: 1.08;
}
.athenaeum__content > p:not(.athenaeum__eyebrow) {
    max-width: 500px;
    margin: 0;
    color: var(--color-athenaeum-copy);
    font-size: var(--font-size-copy);
    line-height: 1.55;
}
.athenaeum__facts {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    margin: 25px 0;
    color: var(--color-white-90);
    font-size: var(--font-size-label);
    font-weight: 600;
}
.athenaeum__facts span {
    display: flex;
    align-items: center;
    gap: 9px;
}
.athenaeum__facts span::before {
    width: 6px;
    height: 6px;
    flex: 0 0 auto;
    content: "";
    border-radius: 50%;
    background: var(--color-mint);
    box-shadow: 0 0 11px var(--color-mint);
}
.athenaeum__link {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 12px;
    padding-bottom: 4px;
    color: var(--color-white);
    border-bottom: 2px solid var(--color-mint);
    font-size: var(--font-size-body-sm);
    font-weight: 700;
    text-decoration: none;
}
.athenaeum__link span {
    font-size: var(--font-size-heading-xs);
    line-height: 1;
    transition: transform 0.2s;
}
.athenaeum__link:hover span {
    transform: translateX(5px);
}

/* About */
.about {
    padding: 112px 0;
    background: var(--color-white);
}
.about__grid {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 56px;
    align-items: center;
}
.about__visual {
    position: relative;
    overflow: hidden;
    min-height: 335px;
    border-radius: var(--radius-site);
    background:
        radial-gradient(
            circle at 74% 28%,
            var(--color-visual-glow),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            var(--color-visual-gradient-start),
            var(--color-visual-gradient-middle) 62%,
            var(--color-visual-gradient-end)
        );
    box-shadow: var(--shadow-site);
}
.about__visual::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(
        90deg,
        var(--color-visual-overlay-start) 0%,
        var(--color-visual-overlay-middle) 44%,
        transparent 75%
    );
}
.about__visual-copy {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    width: 50%;
    flex-direction: column;
    justify-content: center;
    padding: 36px;
    color: var(--color-white);
}
.about__visual-copy h3 {
    margin: 0 0 16px;
    font-size: 1.5625rem;
    font-weight: 500;
    line-height: 1.25;
}
.about__visual-copy p {
    margin: 0 0 28px;
    color: var(--color-visual-copy);
    font-size: var(--font-size-label);
}
.video-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: var(--font-size-caption);
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.video-link span {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--color-mint);
    border-radius: 50%;
    color: var(--color-mint);
}
.network-art {
    position: absolute;
    z-index: 1;
    inset: 0 0 0 38%;
    overflow: hidden;
}
.network-art::before,
.network-art::after {
    position: absolute;
    inset: 0;
    content: "";
    background-image:
        linear-gradient(var(--color-network-grid) 1px, transparent 1px),
        linear-gradient(90deg, var(--color-network-grid) 1px, transparent 1px);
    background-size: 34px 34px;
    transform: perspective(300px) rotateX(52deg) rotateZ(-14deg) scale(1.6);
}
.network-art::after {
    opacity: 0.45;
    background-image: radial-gradient(
        circle,
        var(--color-network-grid-dot) 1px,
        transparent 2px
    );
    background-size: 28px 28px;
    transform: none;
}
.network-art i {
    position: absolute;
    z-index: 3;
    left: var(--x);
    top: var(--y);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--color-network-node);
    box-shadow:
        0 0 0 5px var(--color-network-node-halo),
        0 0 18px var(--color-network-node-glow);
}
.orbit {
    position: absolute;
    z-index: 2;
    border: 1px solid var(--color-orbit);
    border-radius: 50%;
}
.orbit--one {
    width: 260px;
    height: 120px;
    top: 74px;
    left: 12px;
    transform: rotate(25deg);
}
.orbit--two {
    width: 330px;
    height: 150px;
    top: 90px;
    left: 50px;
    transform: rotate(-18deg);
}
.orbit--three {
    width: 190px;
    height: 290px;
    top: 18px;
    left: 155px;
    transform: rotate(18deg);
}
.about__content {
    padding: 28px 0;
}
.section-label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 8px;
    color: var(--color-ink);
    font-size: 1rem;
    font-weight: 600;
}
.section-label span,
.section-heading h2 span,
.logo-row h2 span {
    display: inline-block;
    width: 36px;
    height: 2px;
    background: var(--color-cyan);
}
.about__content h2 {
    margin: 0 0 14px;
    font-size: clamp(1.875rem, 3.1vw, 2.6875rem);
    font-weight: 500;
    line-height: 1.06;
    letter-spacing: -1.4px;
}
.about__content > p:not(.section-label) {
    margin: 0 0 10px;
    color: var(--color-muted);
    font-size: var(--font-size-body);
    line-height: 1.5;
}
.about__content .button {
    margin-top: 10px;
}

/* News */
.news {
    padding: 88px 0 94px;
    background: linear-gradient(
        90deg,
        var(--color-surface-tint),
        var(--color-white) 50%,
        var(--color-surface-tint)
    );
}
.section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.section-heading h2,
.logo-row h2 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0;
    font-size: var(--font-size-copy);
    font-weight: 700;
}
.section-heading > a {
    color: var(--color-link);
    font-size: var(--font-size-caption);
    font-weight: 600;
    text-decoration: none;
}
.news__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.news-card {
    display: grid;
    grid-template-columns: 189px 1fr;
    min-height: 142px;
    overflow: hidden;
    border: 1px solid var(--color-news-border);
    border-radius: 6px;
    background: var(--color-white);
    box-shadow: 0 7px 23px var(--color-news-shadow);
}
.news-card__image {
    width: 100%;
    height: 100%;
    min-height: 142px;
    object-fit: cover;
}
.news-card__copy {
    padding: 16px 17px 14px;
}
.news-card time {
    color: var(--color-news-date);
    font-size: var(--font-size-label);
}
.news-card h3 {
    margin: 6px 0 9px;
    font-size: var(--font-size-base);
    line-height: 1.22;
}
.news-card h3 a {
    text-decoration: none;
}
.news-card p {
    margin: 0 0 10px;
    color: var(--color-muted);
    font-size: var(--font-size-body-sm);
    line-height: 1.4;
}
.read-more {
    color: var(--color-link);
    font-size: var(--font-size-label);
    font-weight: 600;
    text-decoration: none;
}

/* Ecosystem */
.ecosystem {
    padding: 82px 0 88px;
    background: var(--color-white);
}
.logo-row {
    padding: 6px 0 10px;
}

.partner-carousel {
    position: relative;
    margin-top: 20px;
    padding: 0 34px;
}
.partner-carousel__item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    padding: 8px 18px;
}
.partner-carousel__item img {
    display: block;
    width: auto;
    max-width: 100%;
    height: 76px;
    object-fit: contain;
}
.partner-carousel .owl-nav {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.partner-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    padding: 0;
    color: var(--color-ink);
    border: 1px solid var(--color-line);
    border-radius: 50%;
    background: var(--color-white);
    box-shadow: 0 8px 18px var(--color-navigation-shadow);
    font-size: var(--font-size-display-sm);
    line-height: 1;
    pointer-events: auto;
    transform: translateY(-50%);
    transition:
        color 0.2s,
        border-color 0.2s,
        background 0.2s,
        box-shadow 0.2s,
        transform 0.2s;
}
.partner-carousel .owl-nav button > span:first-child {
    display: block;
    line-height: 0.8;
    transition: transform 0.2s;
}
.partner-carousel .owl-nav button:hover,
.partner-carousel .owl-nav button:focus-visible {
    color: var(--color-white);
    border-color: var(--color-mint);
    background: linear-gradient(
        135deg,
        var(--color-button-gradient-start),
        var(--color-button-gradient-end)
    );
    box-shadow: 0 11px 24px var(--color-button-shadow);
    transform: translateY(-50%) scale(1.1);
}
.partner-carousel .owl-nav .owl-prev:hover > span:first-child,
.partner-carousel .owl-nav .owl-prev:focus-visible > span:first-child {
    transform: translateX(-3px);
}
.partner-carousel .owl-nav .owl-next:hover > span:first-child,
.partner-carousel .owl-nav .owl-next:focus-visible > span:first-child {
    transform: translateX(3px);
}
.partner-carousel .owl-nav .owl-prev {
    left: -9px;
}
.partner-carousel .owl-nav .owl-next {
    right: -9px;
}
.partner-carousel .owl-dots {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-top: 9px;
}
.partner-carousel .owl-dot {
    display: grid;
    width: 18px;
    height: 18px;
    place-items: center;
    padding: 0;
    border: 0;
    background: transparent;
}
.partner-carousel .owl-dot span {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--color-carousel-dot);
    transition:
        width 0.2s,
        border-radius 0.2s,
        background 0.2s;
}
.partner-carousel .owl-dot:hover span,
.partner-carousel .owl-dot:focus-visible span {
    background: var(--color-teal);
}
.partner-carousel .owl-dot.active span {
    width: 20px;
    border-radius: 999px;
    background: var(--color-cyan);
}

/* Footer */
.site-footer {
    position: relative;
    overflow: hidden;
    padding: 4.5rem 0 2rem;
    color: var(--color-white);
    background: linear-gradient(
        120deg,
        var(--color-footer-gradient-start),
        var(--color-footer-gradient-end)
    );
}
.site-footer__waves {
    position: absolute;
    right: -2%;
    bottom: -80px;
    width: 44%;
    height: 210px;
    opacity: 0.24;
    background: repeating-radial-gradient(
        ellipse at 100% 100%,
        transparent 0 13px,
        var(--color-footer-wave) 14px 15px,
        transparent 16px 22px
    );
    transform: rotate(-5deg);
}
.site-footer__main {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.2fr 1.55fr 0.85fr;
    gap: 52px;
    min-height: 132px;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.site-footer__brand {
    position: relative;
    display: flex;
    width: fit-content;
    min-height: 86px;
    align-items: center;
    padding: 14px 18px;
    overflow: hidden;
    border: 1px solid var(--color-footer-logo-border);
    border-radius: var(--radius-site);
    background: var(--color-footer-logo-surface);
    box-shadow: var(--shadow-site);
}
.site-footer__brand-waves {
    position: absolute;
    top: -90px;
    right: -38px;
    width: 230px;
    height: 210px;
    opacity: 0.2;
    background: repeating-radial-gradient(
        ellipse at 100% 100%,
        transparent 0 11px,
        var(--color-footer-wave) 12px 13px,
        transparent 14px 19px
    );
    transform: rotate(-18deg);
}
.site-footer__brand .site-footer__network-art {
    inset: 0;
    opacity: 0.3;
}
.site-footer__brand .site-footer__network-art::before {
    transform: perspective(220px) rotateX(54deg) rotateZ(-14deg) scale(1.35);
}
.site-footer__brand .site-footer__network-art::after {
    opacity: 0.18;
}
.site-footer__brand .site-footer__network-art .orbit {
    border-color: var(--color-footer-wave);
}
.site-footer__brand .site-footer__network-art i {
    width: 6px;
    height: 6px;
    background: var(--color-button-gradient-start);
    box-shadow:
        0 0 0 4px var(--color-network-node-halo),
        0 0 12px var(--color-footer-wave);
}
.site-footer__brand .site-brand {
    position: relative;
    z-index: 2;
}
.site-brand--footer .site-brand__image {
    width: 250px;
    max-height: 58px;
}
.site-footer h2 {
    margin: 0 0 20px;
    color: var(--color-white);
    font-size: var(--font-size-body-lg);
    font-weight: 600;
}
.site-footer__links nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px 18px;
}
.site-footer__links a {
    color: var(--color-footer-link);
    font-size: var(--font-size-copy);
    text-decoration: none;
}
.site-footer__links a:hover,
.site-footer__bottom a:hover {
    color: var(--color-mint);
}
.site-footer__social > div {
    display: flex;
    gap: 10px;
}
.site-footer__social a {
    position: relative;
    display: flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    border: 1px solid var(--color-button-outline-surface);
    border-radius: 50%;
    font-size: var(--font-size-label);
    text-decoration: none;
    transition:
        color 0.2s,
        border-color 0.2s,
        background 0.2s,
        box-shadow 0.2s,
        transform 0.2s;
}
.site-footer__social a::before {
    position: absolute;
    inset: 4px;
    content: "";
    border: 1px solid var(--color-footer-divider);
    border-radius: inherit;
    opacity: 0;
    transform: scale(0.65);
    transition:
        opacity 0.2s,
        transform 0.2s;
}
.site-footer__social a i,
.site-footer__social a span {
    position: relative;
    z-index: 1;
}
.site-footer__social a:hover,
.site-footer__social a:focus-visible {
    color: var(--color-white);
    border-color: var(--color-mint);
    background: linear-gradient(
        135deg,
        var(--color-button-gradient-start),
        var(--color-button-gradient-end)
    );
    box-shadow: 0 8px 20px var(--color-button-shadow);
    transform: translateY(-4px);
}
.site-footer__social a:hover::before,
.site-footer__social a:focus-visible::before {
    opacity: 1;
    transform: scale(1);
}
.site-footer__bottom {
    position: relative;
    z-index: 1;
    border-top: 1px solid var(--color-footer-divider);
}
.site-footer__bottom .site-container {
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: space-between;
}
.site-footer__bottom p {
    margin: 0;
    color: var(--color-footer-copyright);
    font-size: var(--font-size-caption);
}
.site-footer__bottom nav {
    display: flex;
    gap: 24px;
}
.site-footer__bottom a {
    color: var(--color-footer-legal-link);
    font-size: var(--font-size-2xs);
    text-decoration: none;
}
.back-top {
    position: fixed;
    z-index: 900;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    opacity: 0;
    color: var(--color-white);
    border: 0;
    border-radius: 50%;
    background: var(--color-teal);
    box-shadow: var(--shadow-site);
    pointer-events: none;
    transform: translateY(10px);
    transition:
        opacity 0.25s,
        transform 0.25s,
        background 0.25s,
        box-shadow 0.25s;
}
.back-top::before {
    position: absolute;
    inset: -5px;
    content: "";
    border: 1px solid var(--color-mint);
    border-radius: inherit;
    opacity: 0;
    transform: scale(0.7);
    transition:
        opacity 0.25s,
        transform 0.25s;
}
.back-top i {
    position: relative;
    z-index: 1;
    display: inline-block;
    transition: transform 0.25s;
}
.back-top.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: none;
}
.back-top.is-visible:hover,
.back-top.is-visible:focus-visible {
    background: var(--color-button-gradient-start);
    box-shadow: 0 10px 24px var(--color-button-shadow);
    transform: translateY(-5px) scale(1.06);
}
.back-top.is-visible:hover::before,
.back-top.is-visible:focus-visible::before {
    opacity: 1;
    transform: scale(1.18);
}
.back-top.is-visible:hover i,
.back-top.is-visible:focus-visible i {
    transform: translateY(-3px);
}

/* Secondary-page banner */
.page-banner {
    position: relative;
    overflow: hidden;
    padding: 68px 0 30px;
    color: var(--color-white);
    background:
        radial-gradient(
            circle at 76% 18%,
            var(--color-banner-glow),
            transparent 24%
        ),
        linear-gradient(
            115deg,
            var(--color-banner-gradient-start),
            var(--color-banner-gradient-end) 145%
        );
}
.page-banner::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: 0.24;
    background-image:
        linear-gradient(var(--color-banner-grid) 1px, transparent 1px),
        linear-gradient(90deg, var(--color-banner-grid) 1px, transparent 1px);
    background-size: 24px 24px;
    mask-image: linear-gradient(
        90deg,
        var(--color-mask-black),
        transparent 85%
    );
}
.page-banner__content {
    position: relative;
}
.page-banner__breadcrumbs {
    margin-top: 34px;
    padding: 13px 20px;
    border: 1px solid var(--color-banner-breadcrumb-border);
    border-radius: 6px;
    background: var(--color-banner-breadcrumb-surface);
}
.page-banner .section-breadcrumbs {
    margin: 0;
}
.section-breadcrumbs .breadcrumb {
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
}
.page-banner .section-breadcrumbs .breadcrumb-item,
.page-banner .section-breadcrumbs .breadcrumb-item a {
    color: var(--color-banner-copy);
    font-size: var(--font-size-copy);
}
.page-banner .section-breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
    color: var(--color-mint);
}
.page-banner h1 {
    margin: 0;
    color: var(--color-white);
    font-size: clamp(2.25rem, 4vw, 3.5rem);
    font-weight: 700;
    letter-spacing: -1.6px;
    line-height: 1.05;
}
.page-banner p {
    margin: 10px 0 0;
    color: var(--color-banner-copy);
    font-size: var(--font-size-base);
}

/* In-progress and 404 content */
.page-progress {
    padding: clamp(72px, 10vw, 138px) 0;
    background: linear-gradient(
        135deg,
        var(--color-white),
        var(--color-surface-tint)
    );
}
.page-progress__panel {
    display: grid;
    grid-template-columns: minmax(230px, 0.75fr) minmax(0, 1.25fr);
    gap: clamp(32px, 6vw, 82px);
    align-items: center;
    max-width: 980px;
    margin: 0 auto;
    padding: clamp(30px, 5vw, 58px);
    overflow: hidden;
    border: 1px solid var(--color-header-border);
    border-radius: var(--radius-site);
    background: var(--color-white);
    box-shadow: var(--shadow-site);
}
.page-progress__visual {
    position: relative;
    display: grid;
    width: min(100%, 260px);
    aspect-ratio: 1;
    place-items: center;
    justify-self: center;
}
.page-progress__orbit {
    position: absolute;
    inset: 10%;
    border: 1px solid var(--color-orbit);
    border-radius: 50%;
    animation: progress-orbit 8s linear infinite;
}
.page-progress__orbit::before,
.page-progress__orbit::after {
    position: absolute;
    width: 12px;
    height: 12px;
    content: "";
    border-radius: 50%;
    background: var(--color-network-node);
    box-shadow: 0 0 15px var(--color-network-node-glow);
}
.page-progress__orbit::before {
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
}
.page-progress__orbit::after {
    right: 6%;
    bottom: 10%;
    width: 8px;
    height: 8px;
    background: var(--color-mint);
}
.page-progress__orbit--secondary {
    inset: 25% 2%;
    animation-direction: reverse;
    animation-duration: 11s;
}
.page-progress__core {
    position: relative;
    display: grid;
    width: 114px;
    height: 114px;
    place-items: center;
    border: 2px solid var(--color-cyan);
    border-radius: 28px;
    color: var(--color-white);
    background: linear-gradient(
        135deg,
        var(--color-button-gradient-start),
        var(--color-button-gradient-end)
    );
    box-shadow:
        0 0 0 13px var(--color-network-node-halo),
        0 14px 30px var(--color-button-shadow);
    transform: rotate(45deg);
}
.page-progress__core i {
    font-size: 2.6875rem;
    transform: rotate(-45deg);
    animation: progress-pulse 2.4s ease-in-out infinite;
}
.page-progress__eyebrow {
    margin: 0 0 11px;
    color: var(--color-teal);
    font-size: var(--font-size-label);
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.page-progress h2 {
    margin: 0 0 13px;
    color: var(--color-ink);
    font-size: clamp(1.6875rem, 3.4vw, 2.625rem);
    font-weight: 600;
    line-height: 1.12;
}
.page-progress p:not(.page-progress__eyebrow) {
    max-width: 560px;
    margin: 0;
    color: var(--color-muted);
    font-size: var(--font-size-base);
    line-height: 1.65;
}
.page-progress__home {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
    color: var(--color-link);
    font-size: var(--font-size-body);
    font-weight: 700;
    text-decoration: none;
}
.page-progress__home span {
    font-size: var(--font-size-heading-sm);
    line-height: 1;
    transition: transform 0.2s;
}
.page-progress__home:hover span,
.page-progress__home:focus span {
    transform: translateX(-4px);
}
@keyframes progress-orbit {
    to {
        transform: rotate(360deg);
    }
}
@keyframes progress-pulse {
    50% {
        opacity: 0.72;
        transform: rotate(-45deg) scale(0.84);
    }
}

/* Cookie dialog integration */
#cc--main .cc_div {
    font-family: Inter, Arial, sans-serif;
}
#cc--main {
    --cc-bg: var(--color-white);
    --cc-text: var(--color-ink);
    --cc-btn-primary-bg: var(--color-teal);
    --cc-btn-primary-text: var(--color-white);
    --cc-btn-primary-hover-bg: var(--color-button-gradient-end);
    --cc-btn-secondary-bg: var(--color-pale);
    --cc-btn-secondary-text: var(--color-ink);
    --cc-btn-secondary-hover-bg: var(--color-line);
    --cc-block-text: var(--color-muted);
    --cc-cookie-category-block-bg: var(--color-surface-tint);
    --cc-cookie-category-block-bg-hover: var(--color-pale);
}
#cc--main #s-rall-bn {
    color: var(--cc-btn-secondary-text);
    background: var(--cc-btn-secondary-bg);
}
#cc--main #s-rall-bn:hover,
#cc--main #s-rall-bn:focus-visible {
    color: var(--cc-btn-secondary-text);
    background: var(--cc-btn-secondary-hover-bg);
}
#cc--main #s-c-bn {
    border-radius: 4px;
    background: var(--cc-btn-primary-bg);
    transition: background .2s, transform .2s;
}
#cc--main #s-c-bn::before,
#cc--main #s-c-bn::after {
    background: var(--color-white);
}
#cc--main #s-c-bn:hover,
#cc--main #s-c-bn:focus-visible {
    background: var(--cc-btn-primary-hover-bg);
    transform: scale(1.08) rotate(90deg);
}

/* Responsive */
@media (max-width: 1399px) {
    .site-container {
        width: min(1240px, calc(100% - 48px));
    }
    .site-brand__image {
        width: 220px;
        max-height: 52px;
    }
    .site-navigation .navbar-nav > li > a {
        padding-right: 7px;
        padding-left: 7px;
        font-size: var(--font-size-caption);
    }
    .site-navigation .navbar-nav > li.dropdown > a {
        padding-right: 17px;
    }
    .site-navigation .navbar-nav > li.dropdown > a::after {
        right: 6px;
    }
    .intro__grid {
        grid-template-columns: minmax(350px, 0.8fr) minmax(530px, 1.25fr);
    }
    .stats {
        gap: 30px;
    }
    .pillar {
        padding-right: 26px;
        padding-left: 26px;
    }
}

@media (max-width: 1199px) {
    .site-header__inner {
        min-height: 68px;
    }
    .site-navigation {
        margin-left: auto;
    }
    .site-navigation .navbar-collapse {
        position: fixed;
        top: 68px;
        right: 0;
        left: 0;
        max-height: calc(100vh - 68px);
        overflow-y: auto;
        background: var(--color-white);
        box-shadow: 0 18px 28px var(--color-navigation-shadow);
    }
    .site-navigation .navbar-nav {
        display: block;
        width: min(100% - 32px, 720px);
        margin: 0 auto;
        padding: 12px 0 22px;
    }
    .site-navigation .navbar-nav > li {
        display: block;
        border-bottom: 1px solid var(--color-navigation-divider);
    }
    .site-navigation .navbar-nav > li > a {
        min-height: 44px;
        padding: 0 6px;
        font-size: var(--font-size-body-sm);
    }
    .site-navigation .navbar-nav > li.dropdown > a {
        padding-right: 36px;
    }
    .site-navigation .navbar-nav > li.dropdown > a::after {
        right: 12px;
    }
    .site-navigation .navbar-nav > li.active > a::before,
    .site-navigation .navbar-nav > li > a:hover::before,
    .site-navigation .navbar-nav > li > a:focus::before {
        display: none;
    }
    .site-navigation .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        padding: 0 0 8px 13px;
        border: 0;
        box-shadow: none;
    }
    .site-navigation .dropdown-menu.show {
        display: block;
    }
    .site-navigation .dropdown.show > .dropdown-toggle::after {
        top: calc(50% - 1px);
        transform: rotate(225deg);
    }
    .site-navigation .dropdown-menu a {
        font-size: var(--font-size-label);
    }
    .intro__grid {
        grid-template-columns: 0.9fr 1.1fr;
    }
    .map-column {
        min-height: 410px;
    }
    .intro h1 {
        font-size: 2.75rem;
    }
    .stats {
        gap: 20px;
    }
    .stats > div {
        grid-template-columns: 28px auto;
        column-gap: 7px;
    }
    .stat-icon {
        font-size: 1.4375rem;
    }
    .pillars__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .pillar:nth-child(3)::before {
        display: none;
    }
    .pillar:nth-child(n + 3) {
        padding-top: 26px;
        border-top: 1px solid var(--color-pillar-divider-mobile);
    }
    .about__grid {
        gap: 36px;
    }
    .about__visual-copy {
        width: 60%;
    }
    .news-card {
        grid-template-columns: 150px 1fr;
    }
    .site-footer__main {
        gap: 28px;
        grid-template-columns: 1.1fr 1.4fr 0.8fr 1fr;
    }
}

@media (max-width: 991px) {
    .intro__grid {
        grid-template-columns: 1fr;
    }
    .intro__content {
        padding-bottom: 10px;
    }
    .intro__text {
        max-width: 640px;
    }
    .map-column {
        min-height: 390px;
        margin: -20px 0 0;
    }
    .map-note {
        top: 36px;
    }
    .about__grid {
        grid-template-columns: 1fr;
    }
    .athenaeum__feature {
        min-height: 440px;
    }
    .athenaeum__content {
        width: min(620px, 76%);
    }
    .about__visual {
        min-height: 310px;
    }
    .about__content {
        padding-top: 0;
    }
    .news__grid {
        grid-template-columns: 1fr;
    }
    .news-card {
        grid-template-columns: 225px 1fr;
    }
    .site-footer__main {
        grid-template-columns: 1fr 1.4fr;
    }
    .site-footer__social {
        align-self: start;
    }
}

@media (max-width: 767px) {
    .site-container {
        width: min(100% - 32px, 620px);
    }
    .page-progress {
        padding: 58px 0;
    }
    .page-progress__panel {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 32px 26px;
        text-align: center;
    }
    .page-progress__visual {
        width: 200px;
    }
    .page-progress__home {
        justify-content: center;
    }
    .site-brand__image {
        width: 195px;
        max-height: 46px;
    }
    .site-header__inner {
        min-height: 64px;
    }
    .site-navigation .navbar-collapse {
        top: 64px;
        max-height: calc(100vh - 64px);
    }
    .intro__content {
        padding-top: 46px;
    }
    .intro h1 {
        font-size: clamp(2.375rem, 11vw, 3.25rem);
        letter-spacing: -1.8px;
    }
    .intro__lead {
        font-size: var(--font-size-base);
    }
    .stats {
        flex-wrap: wrap;
        gap: 22px 34px;
        margin-top: 34px;
    }
    .map-column {
        min-height: 330px;
        margin-top: 0;
    }
    .map-note {
        display: none;
    }
    .map-help {
        right: 12px;
        bottom: 8px;
    }
    .network-map .leaflet-control-zoom {
        margin-top: 30px;
    }
    .pillars__grid {
        grid-template-columns: 1fr;
    }
    .pillar {
        min-height: auto;
        padding: 24px 18px;
    }
    .pillar + .pillar::before {
        top: 0;
        right: 30px;
        bottom: auto;
        left: 30px;
        width: auto;
        height: 1px;
    }
    .pillar:nth-child(3)::before {
        display: block;
    }
    .pillar:nth-child(n + 3) {
        border-top: 0;
    }
    .pillar p {
        min-height: 0;
    }
    .pillars {
        padding: 60px 0;
    }
    .athenaeum {
        padding: 64px 0 20px;
    }
    .athenaeum__feature {
        min-height: 500px;
    }
    .athenaeum__feature::after {
        background: linear-gradient(
            90deg,
            var(--color-athenaeum-overlay-mobile-start),
            var(--color-athenaeum-overlay-mobile-end)
        );
    }
    .athenaeum__content {
        width: 100%;
        padding: 34px;
    }
    .athenaeum__content h2 {
        font-size: 2.1875rem;
    }
    .about {
        padding: 72px 0;
    }
    .news {
        padding: 64px 0 70px;
    }
    .ecosystem {
        padding: 62px 0 68px;
    }
    .about__visual-copy {
        width: 75%;
        padding: 26px;
    }
    .about__content h2 {
        font-size: 2.125rem;
    }
    .site-footer__main {
        grid-template-columns: 1fr;
        gap: 26px;
        padding-top: 32px;
        padding-bottom: 30px;
    }
    .site-footer__links nav {
        grid-template-columns: repeat(2, 1fr);
    }
    .site-footer__bottom .site-container {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .site-footer__bottom nav {
        flex-wrap: wrap;
        gap: 8px 18px;
    }
}

@media (max-width: 480px) {
    .intro h1 {
        font-size: 2.3125rem;
    }
    .action-group {
        align-items: stretch;
        flex-direction: column;
    }
    .button {
        width: 100%;
    }
    .stats {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .map-column {
        min-height: 280px;
        margin-right: -10px;
        margin-left: -10px;
    }
    .news-card {
        grid-template-columns: 144px 1fr;
    }
    .news-card__copy {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
