:root {
    color-scheme: light;
}

html {
    text-rendering: optimizeLegibility;
}

body {
    background:
        radial-gradient(circle at top left, rgba(57, 168, 224, 0.08), transparent 24%),
        linear-gradient(180deg, #eef3f4 0%, #f2f2ee 26%, #f7f7f3 100%);
    color: #071a25;
}

.site-shell {
    box-sizing: border-box;
    width: 100%;
    max-width: 96rem;
    margin-inline: auto;
    padding-inline: clamp(0.85rem, 1.6vw, 1.5rem);
}

img {
    display: block;
}

iframe {
    background: #d7e8f4;
}

::selection {
    background: rgba(57, 168, 224, 0.2);
    color: #071a25;
}

.site-map {
    background: linear-gradient(180deg, #dcebf4 0%, #c9dde9 100%);
}

.topbar-language summary {
    cursor: pointer;
    list-style: none;
}

.topbar-contact-link,
.topbar-utility-link {
    white-space: nowrap;
}

.topbar-language summary::-webkit-details-marker {
    display: none;
}

.topbar-social-link i {
    font-size: 0.92rem;
}

.location-map-shell {
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
    box-shadow: 0 30px 80px rgba(7, 26, 37, 0.11);
}

.location-map-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: inherit;
    pointer-events: none;
}

.location-map-shell::after {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    z-index: 1;
    height: 7rem;
    background: linear-gradient(180deg, rgba(7, 26, 37, 0.08), transparent);
    pointer-events: none;
}

.site-map.leaflet-container {
    font: inherit;
}

.site-map .leaflet-control-attribution,
.site-map .leaflet-control-zoom {
    box-shadow: 0 12px 26px rgba(7, 26, 37, 0.12);
}

.site-map .leaflet-popup-content-wrapper {
    border-radius: 1rem;
    box-shadow: 0 20px 45px rgba(7, 26, 37, 0.18);
}

.site-map .leaflet-popup-content {
    margin: 1rem 1.05rem;
    font-family: "IBM Plex Sans", sans-serif;
    color: #071a25;
}

.site-map .leaflet-popup-tip {
    box-shadow: none;
}

.site-map-popup {
    min-width: 15rem;
}

.site-map-popup-eyebrow {
    margin: 0 0 0.55rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #39a8e0;
}

.site-map-popup-title {
    margin: 0 0 0.7rem;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
}

.site-map-popup-list {
    margin: 0;
    padding-left: 1rem;
    line-height: 1.65;
    color: rgba(7, 26, 37, 0.8);
}

.location-map-live {
    position: relative;
    isolation: isolate;
}

.location-map-live .leaflet-tile-pane {
    filter: saturate(0.96) contrast(1.04);
}

.location-map-marker {
    display: block;
    width: 2.35rem;
    height: 2.35rem;
    position: relative;
    transform: rotate(-45deg);
    border: 3px solid #fff;
    border-radius: 999px 999px 999px 0;
    box-shadow: 0 16px 30px rgba(7, 26, 37, 0.24);
}

.location-map-marker::after {
    content: "";
    position: absolute;
    inset: 0.48rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
}

.location-map-marker-mining {
    background: #f59e0b;
}

.location-map-marker-school {
    background: #39a8e0;
}

.footer-contact-chip {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.footer-contact-chip:hover {
    transform: translateY(-2px);
}

.footer-nav-link {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.nav-shell {
    overflow: visible;
    isolation: isolate;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 251, 252, 0.98));
    box-shadow: 0 26px 70px rgba(7, 26, 37, 0.13);
}

.nav-shell::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, #39a8e0 0%, #ffd326 50%, #3e9800 100%);
    pointer-events: none;
}

.nav-shell::after {
    content: "";
    position: absolute;
    inset: auto -8rem -7rem auto;
    width: 18rem;
    height: 18rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(57, 168, 224, 0.12) 0%, rgba(57, 168, 224, 0.03) 45%, transparent 72%);
    pointer-events: none;
}

.desktop-dropdown-panel,
.desktop-submenu-panel {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(7, 26, 37, 0.08);
    backdrop-filter: blur(14px);
    box-shadow: 0 26px 55px rgba(7, 26, 37, 0.14);
}

.map-legend-chip {
    box-shadow: 0 16px 40px rgba(7, 26, 37, 0.12);
}

.footer-brand-panel,
.footer-newsletter-panel,
.footer-links-panel,
.leadership-portrait-card,
.leadership-content-card,
.purpose-card,
.glance-card,
.project-card,
.school-section-card,
.article-card,
.gallery-video-frame,
.gallery-photo-frame,
.about-hero-panel,
.about-overview-panel,
.history-card,
.principle-panel,
.values-panel,
.strategy-card,
.product-card,
.leadership-quote-card,
.content-video-frame,
.content-gallery-card,
.page-hero-panel,
.page-feature-card,
.page-section-card {
    position: relative;
    overflow: hidden;
}

.footer-brand-panel::after,
.about-hero-panel::after,
.leadership-quote-card::after,
.page-hero-panel::after {
    content: "";
    position: absolute;
    right: -4rem;
    bottom: -4rem;
    width: 14rem;
    height: 14rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(57, 168, 224, 0.28) 0%, rgba(57, 168, 224, 0.08) 42%, transparent 74%);
    pointer-events: none;
}

.footer-newsletter-panel,
.article-card,
.project-card,
.content-gallery-card,
.product-card,
.page-feature-card,
.page-section-card,
.leadership-content-card,
.school-section-card,
.values-panel,
.history-card,
.about-overview-panel {
    border: 1px solid rgba(7, 26, 37, 0.07);
    background: linear-gradient(180deg, #ffffff 0%, #f9fcfe 100%);
}

.footer-newsletter-panel::before,
.project-card::before,
.article-card::before,
.school-section-card::before,
.page-feature-card::before,
.page-section-card::before,
.product-card::before,
.history-card::before,
.about-overview-panel::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, rgba(57, 168, 224, 0.95) 0%, rgba(255, 211, 38, 0.95) 100%);
}

.page-hero-copy {
    position: relative;
    padding-left: 1.35rem;
}

.page-hero-copy::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45rem;
    bottom: 0.45rem;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 211, 38, 0.95), rgba(255, 255, 255, 0.18));
    box-shadow: 0 0 26px rgba(255, 211, 38, 0.22);
}

.content-page-hero {
    background: #071a25;
}

.content-page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 26, 37, 0.08), rgba(7, 26, 37, 0.28));
    pointer-events: none;
}

.content-page-hero-media {
    filter: saturate(0.84) contrast(1.02) brightness(0.66);
}

.content-page-hero-stage {
    position: relative;
}

.content-page-hero-stage::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1.25rem;
    width: min(12rem, 34vw);
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 211, 38, 0.95), rgba(255, 255, 255, 0.18), transparent);
}

.content-page-hero-title {
    text-wrap: balance;
    text-shadow: 0 18px 46px rgba(7, 26, 37, 0.34);
    letter-spacing: -0.03em;
}

.content-hero-shell {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 34%),
        radial-gradient(circle at top right, rgba(57, 168, 224, 0.12), transparent 28%),
        linear-gradient(180deg, rgba(13, 37, 50, 0.92) 0%, rgba(7, 26, 37, 0.96) 100%);
    box-shadow: 0 34px 90px rgba(7, 26, 37, 0.22);
    backdrop-filter: blur(10px);
}

.content-hero-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: inherit;
    pointer-events: none;
}

.content-hero-shell::after {
    content: "";
    position: absolute;
    right: -6rem;
    bottom: -6rem;
    width: 16rem;
    height: 16rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 211, 38, 0.14), transparent 68%);
    pointer-events: none;
}

.content-hero-copy {
    max-width: 48rem;
    padding-right: clamp(0rem, 2vw, 2rem);
}

.content-hero-actions {
    align-items: center;
}

.content-hero-panel {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.content-hero-stat,
.content-hero-focus,
.content-hero-contact {
    border-color: rgba(255, 255, 255, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.content-hero-contact:hover {
    border-color: rgba(255, 255, 255, 0.22);
}

.page-hero-panel {
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045));
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: 0 26px 70px rgba(7, 26, 37, 0.2);
}

.page-hero-panel::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, rgba(255, 211, 38, 0.92), rgba(57, 168, 224, 0.82), transparent 88%);
}

.page-hero-panel::after {
    right: -5rem;
    bottom: -5rem;
    width: 16rem;
    height: 16rem;
}

.page-feature-card {
    transition: transform 180ms ease, box-shadow 180ms ease;
    box-shadow: 0 18px 45px rgba(7, 26, 37, 0.08);
}

.page-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 65px rgba(7, 26, 37, 0.12);
}

.page-feature-card:nth-child(even) {
    transform: translateY(1rem);
}

.page-feature-card:nth-child(even):hover {
    transform: translateY(0.35rem);
}

.page-feature-card-primary {
    border-color: transparent;
    background:
        radial-gradient(circle at top right, rgba(57, 168, 224, 0.22), transparent 32%),
        linear-gradient(180deg, #071a25 0%, #123649 100%);
    box-shadow: 0 30px 80px rgba(7, 26, 37, 0.18);
}

.page-feature-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3.4rem;
    padding: 0.65rem 0.95rem;
    border-radius: 999px;
    background: #eef7fd;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #39a8e0;
}

.page-feature-number-inverse {
    background: rgba(255, 255, 255, 0.1);
    color: #ffd326;
}

.page-section-card {
    position: relative;
    box-shadow: 0 18px 48px rgba(7, 26, 37, 0.08);
}

.page-section-card::before {
    left: 0;
    top: 1.1rem;
    bottom: 1.1rem;
    width: 4px;
    border-radius: 999px;
    background: linear-gradient(180deg, #39a8e0 0%, #ffd326 100%);
}

.page-section-card::after {
    content: "";
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(57, 168, 224, 0.12) 0%, rgba(57, 168, 224, 0.04) 42%, transparent 74%);
    pointer-events: none;
}

@media (max-width: 767px) {
    .location-map-live {
        height: 500px !important;
    }

    .site-map-popup {
        min-width: 12.5rem;
    }

    .page-hero-copy {
        padding-left: 1rem;
    }

    .topbar-contacts,
    .topbar-utility {
        gap: 0.8rem;
    }

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

    .topbar-contact-link {
        font-size: 0.84rem;
    }

    .topbar-language summary {
        min-height: 2rem;
    }

    .purpose-card:nth-child(2),
    .purpose-card:nth-child(3),
    .strategy-card:nth-child(2),
    .strategy-card:nth-child(3),
    .page-feature-card:nth-child(even) {
        transform: none;
    }

    .content-hero-shell {
        padding-inline: 1.25rem;
    }

    .content-page-hero-stage::after {
        bottom: 1rem;
        width: 7rem;
    }
}

.hero-scene {
    background:
        radial-gradient(circle at 82% 28%, rgba(57, 168, 224, 0.16), transparent 26%),
        linear-gradient(180deg, #0a2230 0%, #071a25 100%);
}

.hero-image {
    filter: saturate(0.88) contrast(1.05) brightness(0.82);
}

.hero-video {
    display: block;
    filter: saturate(0.88) contrast(1.05) brightness(0.82);
}

.hero-atmosphere {
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    mix-blend-mode: screen;
}

.hero-atmosphere-one {
    right: -8rem;
    top: 8rem;
    width: 28rem;
    height: 28rem;
    background: radial-gradient(circle, rgba(247, 193, 60, 0.22) 0%, rgba(247, 193, 60, 0.05) 36%, transparent 70%);
    filter: blur(18px);
}

.hero-atmosphere-two {
    left: 46%;
    bottom: -11rem;
    width: 34rem;
    height: 18rem;
    background: radial-gradient(circle, rgba(57, 168, 224, 0.16) 0%, rgba(57, 168, 224, 0.04) 40%, transparent 76%);
    filter: blur(22px);
}

.hero-orbit {
    position: absolute;
    right: 6%;
    top: 11rem;
    width: 28rem;
    height: 28rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    opacity: 0.75;
}

.hero-orbit::before,
.hero-orbit::after {
    content: "";
    position: absolute;
    inset: 1.75rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: inherit;
}

.hero-orbit::after {
    inset: 3.5rem;
}

.hero-orbit::before {
    mask-image: linear-gradient(150deg, transparent 5%, #000 40%, #000 72%, transparent 96%);
}

.hero-orbit::after {
    mask-image: linear-gradient(225deg, transparent 8%, #000 32%, #000 80%, transparent 95%);
}

.hero-stage {
    position: relative;
}

.hero-copy {
    position: relative;
    max-width: 56rem;
    padding: 1.75rem 0 1.75rem 1.75rem;
}

.hero-copy::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1rem;
    bottom: 1rem;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(247, 193, 60, 0.95), rgba(255, 255, 255, 0.18));
    box-shadow: 0 0 30px rgba(247, 193, 60, 0.35);
}

.hero-copy::after {
    content: "";
    position: absolute;
    inset: auto auto 0.5rem 2rem;
    width: min(28rem, 55vw);
    height: 8rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(247, 193, 60, 0.22) 0%, rgba(247, 193, 60, 0.08) 38%, transparent 72%);
    filter: blur(10px);
    pointer-events: none;
}

.hero-title {
    position: relative;
    z-index: 1;
    max-width: 52rem;
    font-size: clamp(1.8rem, 3.2vw, 2.95rem);
    line-height: 1.12;
    letter-spacing: -0.02em;
    text-wrap: balance;
    text-shadow: 0 18px 45px rgba(7, 26, 37, 0.42);
}

.hero-subtitle {
    position: relative;
    z-index: 1;
    max-width: 38rem;
    font-size: clamp(1rem, 1.58vw, 1.18rem);
    line-height: 1.75;
    letter-spacing: 0.01em;
    text-wrap: pretty;
    text-shadow: 0 14px 35px rgba(7, 26, 37, 0.32);
}

.hero-actions {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding-top: 2rem;
}

.hero-actions::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: min(18rem, 40vw);
    height: 1px;
    background: linear-gradient(90deg, rgba(247, 193, 60, 0.88), rgba(255, 255, 255, 0.18), transparent);
}

.hero-primary-cta {
    min-width: 13rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 45px rgba(62, 152, 0, 0.32);
}

.hero-primary-cta:hover {
    transform: translateY(-2px);
}

.hero-secondary-cta {
    min-width: 13rem;
    backdrop-filter: blur(10px);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.hero-secondary-cta:hover {
    transform: translateY(-2px);
}

.insights-empty-state {
    position: relative;
    overflow: hidden;
}

.insights-empty-state::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(57, 168, 224, 0.18), transparent 28%),
        radial-gradient(circle at bottom right, rgba(255, 211, 38, 0.18), transparent 26%);
    pointer-events: none;
}

.insights-empty-state::after {
    content: "";
    position: absolute;
    inset: 1.1rem;
    border: 1px dashed rgba(57, 168, 224, 0.2);
    border-radius: 1.35rem;
    pointer-events: none;
}

.leadership-portrait-card {
    border: 1px solid rgba(57, 168, 224, 0.1);
    box-shadow: 0 28px 72px rgba(7, 26, 37, 0.12);
}

.leadership-portrait-card::after {
    content: "";
    position: absolute;
    right: 1.2rem;
    bottom: 1.2rem;
    width: 7rem;
    height: 7rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 211, 38, 0.2), transparent 68%);
    pointer-events: none;
}

.leadership-content-card {
    box-shadow: 0 20px 56px rgba(7, 26, 37, 0.1);
}

.leadership-highlight {
    border: 1px solid rgba(7, 26, 37, 0.06);
    box-shadow: 0 16px 34px rgba(7, 26, 37, 0.06);
}

.purpose-card {
    border-color: rgba(255, 255, 255, 0.36);
    box-shadow: 0 18px 46px rgba(7, 26, 37, 0.12);
}

.purpose-card:nth-child(2) {
    transform: translateY(1rem);
}

.purpose-card:nth-child(3) {
    transform: translateY(2rem);
}

.purpose-card:hover {
    transform: translateY(-0.35rem);
}

.purpose-card::after {
    content: "";
    position: absolute;
    right: -1.2rem;
    bottom: -1.2rem;
    width: 7rem;
    height: 7rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(57, 168, 224, 0.12), transparent 68%);
    pointer-events: none;
}

.glance-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%);
    border-color: rgba(255, 255, 255, 0.14);
}

.glance-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 211, 38, 0.9), rgba(57, 168, 224, 0.4));
}

.project-card {
    box-shadow: 0 20px 58px rgba(7, 26, 37, 0.09);
}

.project-card img,
.gallery-photo-frame img,
.content-gallery-card img {
    transition: transform 360ms ease, filter 220ms ease;
}

.project-card:hover img,
.gallery-photo-frame:hover img,
.content-gallery-card:hover img {
    transform: scale(1.04);
    filter: saturate(1.05);
}

.project-card::after {
    content: "";
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 999px;
    border: 1px solid rgba(57, 168, 224, 0.18);
    pointer-events: none;
}

.school-media-stack {
    background: linear-gradient(180deg, #e7f4fc 0%, #eef7fd 100%);
}

.school-image-frame,
.school-side-frame,
.school-highlight-card,
.gallery-video-frame,
.gallery-photo-frame,
.content-video-frame,
.content-gallery-card {
    border: 1px solid rgba(7, 26, 37, 0.07);
}

.school-highlight-card {
    background:
        radial-gradient(circle at top right, rgba(57, 168, 224, 0.2), transparent 36%),
        linear-gradient(180deg, #071a25 0%, #102a37 100%);
}

.article-card {
    box-shadow: 0 18px 52px rgba(7, 26, 37, 0.08);
}

.about-hero-panel {
    background:
        radial-gradient(circle at top right, rgba(57, 168, 224, 0.18), transparent 34%),
        linear-gradient(180deg, #071a25 0%, #113141 100%);
}

.about-overview-panel,
.values-panel {
    background: linear-gradient(180deg, #f8fbfc 0%, #f4f6f1 100%);
}

.history-card {
    box-shadow: 0 18px 50px rgba(7, 26, 37, 0.08);
}

.principle-panel-dark {
    background:
        radial-gradient(circle at top right, rgba(57, 168, 224, 0.16), transparent 30%),
        linear-gradient(180deg, #071a25 0%, #123649 100%);
}

.principle-panel-blue {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 40%),
        rgb(57 168 224);
}

.strategy-card {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.03) 100%);
    border-color: rgba(255, 255, 255, 0.12);
}

.strategy-card:nth-child(2) {
    transform: translateY(1rem);
}

.strategy-card:nth-child(3) {
    transform: translateY(2rem);
}

.strategy-card:hover {
    transform: translateY(-0.35rem);
}

.product-card {
    background: linear-gradient(180deg, #f8fbfd 0%, #f6f8fa 100%);
}

.leadership-quote-card {
    background:
        radial-gradient(circle at top right, rgba(57, 168, 224, 0.16), transparent 34%),
        linear-gradient(180deg, #071a25 0%, #102c39 100%);
}

.footer-brand-panel {
    background:
        radial-gradient(circle at top right, rgba(57, 168, 224, 0.18), transparent 34%),
        linear-gradient(180deg, #071a25 0%, #102b37 100%);
}

.footer-newsletter-panel {
    box-shadow: 0 20px 54px rgba(7, 26, 37, 0.1);
}

.footer-links-panel {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.07));
}

.footer-contact-chip,
.footer-nav-link {
    backdrop-filter: blur(8px);
}

.leadership-more {
    overflow: hidden;
}

.leadership-toggle {
    cursor: pointer;
    list-style: none;
    box-shadow: 0 12px 28px rgba(57, 168, 224, 0.12);
}

.leadership-toggle::-webkit-details-marker {
    display: none;
}

.leadership-label-open {
    display: none;
}

.leadership-disclosure[open] .leadership-toggle {
    background: #39a8e0;
    border-color: #39a8e0;
    color: #fff;
}

.leadership-disclosure[open] .leadership-label-open {
    display: inline;
}

.leadership-disclosure[open] .leadership-label-closed {
    display: none;
}

.purpose-toggle {
    cursor: pointer;
    list-style: none;
    box-shadow: 0 10px 24px rgba(57, 168, 224, 0.08);
}

.purpose-toggle::-webkit-details-marker {
    display: none;
}

.purpose-label-open {
    display: none;
}

.purpose-disclosure[open] .purpose-toggle {
    background: #39a8e0;
    border-color: #39a8e0;
    color: #fff;
}

.purpose-disclosure[open] .purpose-label-open {
    display: inline;
}

.purpose-disclosure[open] .purpose-label-closed {
    display: none;
}

.nav-shell-holder.is-sticky {
    height: var(--nav-height, 0px);
}

.nav-shell-wrap.is-sticky {
    position: fixed;
    top: 0.75rem;
    left: 0;
    right: 0;
    z-index: 90;
    width: min(calc(100% - 0.9rem), 96rem);
    max-width: 96rem;
    margin-inline: auto;
}

.nav-shell-pinned {
    box-shadow: 0 26px 70px rgba(7, 26, 37, 0.2);
}

.nav-shell-open {
    box-shadow: 0 30px 80px rgba(7, 26, 37, 0.2);
}

.mobile-nav-panel {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-0.5rem);
    transition:
        max-height 220ms ease,
        opacity 180ms ease,
        transform 180ms ease;
}

.mobile-nav-panel.is-open {
    max-height: 80rem;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.mobile-submenu summary::-webkit-details-marker,
.mobile-submenu details summary::-webkit-details-marker {
    display: none;
}

.mobile-submenu summary {
    list-style: none;
}

@media (min-width: 640px) {
    .nav-shell-wrap.is-sticky {
        width: min(calc(100% - 1.25rem), 96rem);
    }
}

@media (max-width: 639px) {
    .hero-copy {
        max-width: 100%;
        padding: 1.1rem 0 1.2rem 1rem;
    }

    .hero-copy::before {
        top: 0.45rem;
        bottom: 0.45rem;
    }

    .hero-title {
        font-size: 2rem;
        line-height: 1.08;
    }

    .hero-subtitle {
        margin-top: 1rem;
        font-size: 1rem;
        line-height: 1.65;
    }

    .hero-actions {
        padding-top: 1.35rem;
    }

    .hero-primary-cta,
    .hero-secondary-cta {
        width: 100%;
    }

    .nav-shell-wrap.is-sticky {
        top: 0.6rem;
        width: calc(100% - 0.6rem);
    }

    .nav-shell {
        border-radius: 1rem;
    }

    .content-hero-copy {
        padding-right: 0;
    }

    .content-page-hero-title {
        font-size: 2.4rem;
        line-height: 1.02;
    }
}

@media (min-width: 1024px) {
    .desktop-dropdown,
    .desktop-submenu {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(10px);
        transition:
            opacity 180ms ease,
            visibility 180ms ease,
            transform 180ms ease;
    }

    .desktop-submenu {
        transform: translate(10px, 0);
    }

    .nav-item-group:hover > .desktop-dropdown,
    .nav-item-group:focus-within > .desktop-dropdown,
    .desktop-submenu-group:hover > .desktop-submenu,
    .desktop-submenu-group:focus-within > .desktop-submenu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translate(0, 0);
    }
}

.brand-pattern {
    background-image:
        radial-gradient(circle at 20px 20px, rgba(57, 168, 224, 0.08) 0, rgba(57, 168, 224, 0.08) 14px, transparent 14px),
        radial-gradient(circle at 80px 80px, rgba(57, 168, 224, 0.06) 0, rgba(57, 168, 224, 0.06) 18px, transparent 18px);
    background-size: 120px 120px;
}

.impact-visual {
    background:
        linear-gradient(rgba(62, 152, 0, 0.88), rgba(62, 152, 0, 0.88)),
        radial-gradient(circle at 20px 20px, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0.08) 12px, transparent 12px);
    background-size: auto, 72px 72px;
}

.impact-visual img {
    mix-blend-mode: screen;
    opacity: 0.94;
}

@media (prefers-reduced-motion: no-preference) {
    a,
    button,
    img,
    article,
    div {
        transition-property: color, background-color, border-color, transform, box-shadow, opacity, filter;
        transition-duration: 180ms;
        transition-timing-function: ease;
    }
}
