: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;
}

main {
    position: relative;
    overflow: clip;
}

main > section {
    position: relative;
    scroll-margin-top: 8rem;
}

main > section + section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: min(calc(100% - 2rem), 96rem);
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(
        90deg,
        transparent,
        rgba(57, 168, 224, 0.14) 22%,
        rgba(255, 211, 38, 0.2) 50%,
        rgba(62, 152, 0, 0.14) 78%,
        transparent
    );
    opacity: 0.72;
    pointer-events: none;
}

.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,
.team-member-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;
    transition:
        transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 320ms cubic-bezier(0.22, 1, 0.36, 1),
        border-color 220ms ease,
        background-color 220ms ease,
        opacity 220ms ease;
    will-change: transform, box-shadow;
}

.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,
.team-member-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-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;
}

.about-main,
.content-page-main {
    position: relative;
}

.about-section,
.content-band {
    position: relative;
}

.about-section-shell,
.content-band-shell {
    position: relative;
}

.about-section-shell::after,
.content-band-shell::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: min(18rem, 26vw);
    height: min(18rem, 26vw);
    border-radius: 999px;
    background: radial-gradient(
        circle,
        rgba(57, 168, 224, 0.1) 0%,
        rgba(57, 168, 224, 0.03) 42%,
        transparent 74%
    );
    transform: translate(22%, -18%);
    pointer-events: none;
}

.about-section-dark .about-section-shell::after {
    background: radial-gradient(
        circle,
        rgba(255, 211, 38, 0.14) 0%,
        rgba(255, 211, 38, 0.05) 42%,
        transparent 74%
    );
}

.about-section-intro {
    position: relative;
    z-index: 1;
    max-width: 48rem;
}

.about-section-intro > p:first-child,
.content-page-hero-stage > h1:first-child {
    text-wrap: balance;
}

.about-pillars-grid > div,
.values-panel .grid > div,
.team-member-card {
    transition:
        transform 260ms ease,
        box-shadow 260ms ease,
        border-color 220ms ease;
}

.about-pillars-grid > div:hover,
.values-panel .grid > div:hover,
.team-member-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(7, 26, 37, 0.08);
}

.team-member-card img {
    transition:
        transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
        filter 220ms ease;
}

.team-member-card:hover img {
    transform: scale(1.04);
    filter: saturate(1.04);
}

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

.about-timeline-stack {
    position: relative;
}

.content-grid-shell,
.content-video-shell,
.content-gallery-shell,
.content-section-shell {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(7, 26, 37, 0.06);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(247, 251, 253, 0.82) 100%);
    box-shadow: 0 20px 56px rgba(7, 26, 37, 0.08);
    backdrop-filter: blur(8px);
}

.content-grid-shell::before,
.content-video-shell::before,
.content-gallery-shell::before,
.content-section-shell::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(
        90deg,
        rgba(57, 168, 224, 0.88),
        rgba(255, 211, 38, 0.9),
        rgba(62, 152, 0, 0.72)
    );
    pointer-events: none;
}

.content-grid-shell::after,
.content-video-shell::after,
.content-gallery-shell::after,
.content-section-shell::after {
    content: "";
    position: absolute;
    right: -3rem;
    bottom: -3rem;
    width: 10rem;
    height: 10rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(57, 168, 224, 0.08), transparent 72%);
    pointer-events: none;
}

.content-feature-grid,
.content-gallery-grid,
.content-sections-grid {
    position: relative;
    z-index: 1;
}

@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;
    }

    .about-section-shell::after,
    .content-band-shell::after {
        width: 10rem;
        height: 10rem;
        transform: translate(24%, -16%);
    }
}

.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;
    backdrop-filter: blur(2px);
}

.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 {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    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 {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    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);
}

.hero-primary-cta::after,
.hero-secondary-cta::after,
.footer-nav-link::after,
.footer-contact-chip::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        120deg,
        transparent 0%,
        rgba(255, 255, 255, 0.08) 24%,
        rgba(255, 255, 255, 0.18) 48%,
        rgba(255, 255, 255, 0.08) 72%,
        transparent 100%
    );
    opacity: 0;
    transform: translateX(-18%);
    pointer-events: none;
}

.hero-primary-cta:hover::after,
.hero-secondary-cta:hover::after,
.footer-nav-link:hover::after,
.footer-contact-chip:hover::after {
    opacity: 1;
    transform: translateX(0);
}

.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: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: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);
}

.footer-brand-panel:hover,
.footer-newsletter-panel:hover,
.footer-links-panel:hover,
.leadership-portrait-card:hover,
.leadership-content-card:hover,
.school-section-card:hover,
.about-hero-panel:hover,
.about-overview-panel:hover,
.values-panel:hover,
.leadership-quote-card:hover,
.location-map-shell:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 76px rgba(7, 26, 37, 0.14);
}

.leadership-portrait-card img,
.school-image-frame img,
.school-side-frame img,
.gallery-video-frame iframe,
.about-hero-panel img {
    transition:
        transform 460ms cubic-bezier(0.22, 1, 0.36, 1),
        filter 240ms ease;
    will-change: transform, filter;
}

.leadership-portrait-card:hover img,
.school-image-frame:hover img,
.school-side-frame:hover img {
    transform: scale(1.03);
    filter: saturate(1.04);
}

.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);
    backdrop-filter: blur(16px);
    transform: translateY(0);
}

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

.nav-shell,
.nav-shell-wrap {
    transition:
        transform 240ms ease,
        box-shadow 240ms ease,
        width 240ms ease,
        background-color 240ms ease;
}

.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) {
    .about-timeline-stack::before {
        content: "";
        position: absolute;
        left: 1.35rem;
        top: 1.5rem;
        bottom: 1.5rem;
        width: 1px;
        background: linear-gradient(
            180deg,
            rgba(57, 168, 224, 0.34),
            rgba(255, 211, 38, 0.2),
            rgba(57, 168, 224, 0.08)
        );
        pointer-events: none;
    }

    .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;
}

.ui-reveal {
    opacity: 0;
    transform: translate3d(0, 2rem, 0);
    filter: blur(5px);
    transition:
        opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 720ms cubic-bezier(0.22, 1, 0.36, 1),
        filter 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ui-reveal[data-reveal="left"] {
    transform: translate3d(-2rem, 2rem, 0);
}

.ui-reveal[data-reveal="right"] {
    transform: translate3d(2rem, 2rem, 0);
}

.ui-reveal[data-reveal="zoom"] {
    transform: translate3d(0, 1.75rem, 0) scale(0.965);
}

.ui-reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
}

@media (prefers-reduced-motion: reduce) {
    .ui-reveal {
        opacity: 1;
        transform: none;
        filter: none;
        transition: none;
    }
}

@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;
    }
}

:root {
    --aya-navy: #21345b;
    --aya-navy-deep: #162847;
    --aya-gold: #c7a050;
    --aya-teal: #5f98b0;
    --aya-paper: #f3f1ea;
    --aya-shell: #fbfaf6;
    --aya-ink: #13233d;
    --aya-border: rgba(19, 35, 61, 0.12);
}

.aya-home {
    background:
        radial-gradient(circle at top left, rgba(95, 152, 176, 0.12), transparent 26%),
        linear-gradient(180deg, #f4f1ea 0%, #fbfaf6 32%, #f2efe7 100%);
    color: var(--aya-ink);
}

.gmdc-site-header {
    position: relative;
    z-index: 40;
}

.gmdc-topbar {
    background: linear-gradient(90deg, var(--aya-navy-deep), var(--aya-navy));
    color: rgba(255, 255, 255, 0.88);
}

.gmdc-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-block: 0.55rem;
}

.gmdc-topbar-copy,
.gmdc-topbar-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.gmdc-topbar-copy {
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.gmdc-topbar-actions {
    justify-content: flex-end;
}

.gmdc-topbar-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: inherit;
    transition: color 180ms ease;
}

.gmdc-topbar-link:hover {
    color: #fff;
}

.gmdc-topbar-link i {
    font-size: 0.76rem;
}

.gmdc-topbar-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.95rem;
    height: 1.95rem;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.88);
}

.gmdc-topbar-icon:hover {
    border-color: rgba(255, 255, 255, 0.55);
    color: #fff;
}

.gmdc-nav-shell {
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-top: none;
    border-radius: 0 0 1.4rem 1.4rem;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(16px);
}

.gmdc-nav-shell::before {
    background: linear-gradient(90deg, var(--aya-gold), var(--aya-teal), var(--aya-navy));
}

.gmdc-nav-shell::after {
    display: none;
}

.gmdc-nav-brand {
    display: inline-flex;
    align-items: center;
}

.gmdc-nav-link {
    color: var(--aya-ink);
    font-size: 0.97rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: color 180ms ease;
}

.gmdc-nav-link:hover {
    color: var(--aya-navy);
}

.gmdc-nav-cta,
.gmdc-nav-toggle,
.aya-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0.04em;
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        border-color 180ms ease,
        background-color 180ms ease,
        color 180ms ease;
}

.gmdc-nav-cta {
    padding: 0.9rem 1.4rem;
    background: var(--aya-navy);
    color: #fff;
    text-transform: uppercase;
    font-size: 0.88rem;
}

.gmdc-nav-cta:hover,
.aya-button:hover {
    transform: translateY(-2px);
}

.gmdc-nav-toggle {
    width: 3rem;
    height: 3rem;
    border: 1px solid rgba(19, 35, 61, 0.12);
    background: #fff;
    color: var(--aya-ink);
}

.gmdc-nav-shell.nav-shell-pinned {
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.96);
}

.aya-main > section {
    position: relative;
    scroll-margin-top: 7rem;
}

.aya-kicker,
.aya-card-label {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--aya-gold);
}

.aya-kicker::before,
.aya-card-label::before {
    content: "";
    display: inline-block;
    width: 2.6rem;
    height: 1px;
    background: currentColor;
    opacity: 0.75;
}

.aya-kicker-light,
.aya-card-label-light {
    color: rgba(255, 255, 255, 0.76);
}

.aya-card-label-gold {
    color: var(--aya-gold);
}

.aya-section-title {
    margin: 1.2rem 0 0;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(2.2rem, 4vw, 3.7rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
    color: var(--aya-ink);
    text-wrap: balance;
}

.aya-section-title-light {
    color: #fff;
}

.aya-button {
    min-height: 3.2rem;
    padding: 0.9rem 1.4rem;
    border: 1px solid transparent;
    font-size: 0.86rem;
    text-transform: uppercase;
}

.aya-button-light {
    background: #fff;
    color: var(--aya-ink);
    box-shadow: 0 14px 34px rgba(19, 35, 61, 0.18);
}

.aya-button-outline {
    border-color: rgba(255, 255, 255, 0.52);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.aya-button-clear {
    border-color: rgba(255, 255, 255, 0.3);
    background: transparent;
    color: #fff;
}

.aya-button-ghost {
    border-color: rgba(19, 35, 61, 0.16);
    background: rgba(255, 255, 255, 0.75);
    color: var(--aya-ink);
}

.aya-button-dark {
    background: var(--aya-navy);
    color: #fff;
}

.aya-text-link {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: inherit;
}

.aya-hero {
    position: relative;
    min-height: 46rem;
    overflow: hidden;
    background: linear-gradient(180deg, var(--aya-navy-deep), var(--aya-navy));
}

.aya-hero::after {
    content: "";
    position: absolute;
    right: -18rem;
    bottom: -14rem;
    width: 54rem;
    height: 34rem;
    border-radius: 999px;
    background: var(--aya-navy);
    z-index: 1;
}

.aya-hero-video,
.aya-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.aya-hero-video {
    object-fit: cover;
    filter: saturate(0.82) contrast(1.02) brightness(0.72);
}

.aya-hero-overlay {
    background:
        linear-gradient(94deg, rgba(22, 40, 71, 0.8) 0%, rgba(22, 40, 71, 0.5) 38%, rgba(22, 40, 71, 0.12) 72%),
        linear-gradient(180deg, rgba(19, 35, 61, 0.16), rgba(19, 35, 61, 0.54));
    z-index: 1;
}

.aya-hero-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(18px);
    pointer-events: none;
    z-index: 1;
}

.aya-hero-orb-one {
    right: 12%;
    top: 10rem;
    width: 18rem;
    height: 18rem;
    background: radial-gradient(circle, rgba(199, 160, 80, 0.24), transparent 70%);
}

.aya-hero-orb-two {
    left: 38%;
    bottom: 5rem;
    width: 26rem;
    height: 14rem;
    background: radial-gradient(circle, rgba(95, 152, 176, 0.22), transparent 72%);
}

.aya-hero-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 24rem);
    gap: 2.5rem;
    align-items: end;
    min-height: 46rem;
    padding: 7rem 0 4.5rem;
}

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

.aya-hero-title {
    margin: 1.4rem 0 0;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(3rem, 6vw, 5.3rem);
    line-height: 0.96;
    letter-spacing: -0.06em;
    text-shadow: 0 18px 50px rgba(19, 35, 61, 0.3);
    text-wrap: balance;
}

.aya-hero-subtitle {
    margin: 1.4rem 0 0;
    max-width: 39rem;
    font-size: clamp(1rem, 1.8vw, 1.22rem);
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.84);
}

.aya-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.aya-hero-aside {
    display: flex;
    justify-content: flex-end;
}

.aya-hero-aside-card,
.aya-leadership-card,
.aya-portfolio-panel,
.aya-stat-card,
.aya-principle-card,
.aya-news-card,
.aya-media-card,
.aya-careers-panel,
.gmdc-map-panel,
.gmdc-footer-card {
    border: 1px solid var(--aya-border);
    box-shadow: 0 22px 60px rgba(19, 35, 61, 0.08);
}

.aya-hero-aside-card {
    width: 100%;
    max-width: 22rem;
    padding: 1.5rem;
    border-color: rgba(255, 255, 255, 0.18);
    border-radius: 1.75rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
    backdrop-filter: blur(14px);
}

.aya-hero-mini-stat {
    display: grid;
    gap: 0.35rem;
    padding: 1rem 1.1rem;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.08);
}

.aya-hero-mini-stat strong {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.7rem;
    line-height: 1;
}

.aya-hero-mini-stat span {
    color: rgba(255, 255, 255, 0.72);
}

.aya-overview-section {
    padding: 0 0 6rem;
}

.aya-overview-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
    gap: 2rem;
    margin-top: -3.4rem;
    position: relative;
    z-index: 3;
}

.aya-overview-copy,
.aya-leadership-card,
.aya-portfolio-panel {
    border-radius: 2rem;
}

.aya-overview-copy {
    padding: 2rem;
    background: var(--aya-navy);
    color: #fff;
}

.aya-overview-lead {
    margin: 1.1rem 0 0;
    font-size: clamp(1.35rem, 2vw, 1.95rem);
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.92);
}

.aya-leadership-card {
    padding: 2rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 245, 239, 0.98));
}

.aya-leadership-head {
    display: grid;
    grid-template-columns: 5.5rem minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
}

.aya-leadership-avatar {
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 1.5rem;
    object-fit: cover;
    object-position: top;
}

.aya-leadership-card h2 {
    margin: 0.6rem 0 0;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.55rem;
    line-height: 1.1;
}

.aya-leadership-card p {
    margin: 0.45rem 0 0;
    color: rgba(19, 35, 61, 0.76);
}

.aya-leadership-copy {
    margin-top: 1.4rem !important;
    line-height: 1.75;
}

.aya-leadership-quote {
    margin-top: 1.4rem !important;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(19, 35, 61, 0.12);
    font-weight: 600;
    color: var(--aya-ink) !important;
}

.aya-portfolio-panel {
    margin-top: 2rem;
    padding: 2rem;
    background:
        radial-gradient(circle at top right, rgba(95, 152, 176, 0.16), transparent 24%),
        linear-gradient(180deg, var(--aya-navy) 0%, var(--aya-navy-deep) 100%);
    color: #fff;
}

.aya-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.aya-section-heading-light .aya-button-clear {
    border-color: rgba(19, 35, 61, 0.16);
    color: var(--aya-ink);
    background: rgba(255, 255, 255, 0.72);
}

.aya-portfolio-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(15rem, 0.78fr) minmax(16rem, 0.84fr);
    gap: 1.2rem;
    margin-top: 2rem;
}

.aya-portfolio-media,
.aya-location-panel {
    position: relative;
    overflow: hidden;
    border-radius: 1.8rem;
}

.aya-portfolio-media {
    min-height: 34rem;
    background: #0d1730;
}

.aya-portfolio-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.95);
}

.aya-portfolio-media-copy {
    position: absolute;
    inset: auto 1.5rem 1.5rem 1.5rem;
    padding: 1.3rem;
    border-radius: 1.35rem;
    background: rgba(19, 35, 61, 0.72);
    backdrop-filter: blur(12px);
}

.aya-portfolio-media-copy h3 {
    margin: 0.8rem 0 0;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.7rem;
}

.aya-portfolio-media-copy p {
    margin: 0.8rem 0 0;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.72;
}

.aya-project-stack {
    display: grid;
    gap: 0.85rem;
}

.aya-project-item {
    display: grid;
    grid-template-columns: 3rem minmax(0, 1fr);
    gap: 0.9rem;
    padding: 1.35rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.08);
}

.aya-project-item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--aya-gold);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.aya-project-item h3 {
    margin: 0;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.12rem;
}

.aya-project-item p {
    margin: 0.55rem 0 0;
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.65;
}

.aya-location-panel {
    padding: 1.5rem;
    background: linear-gradient(180deg, rgba(199, 160, 80, 0.94), rgba(176, 135, 60, 0.98));
    color: var(--aya-navy-deep);
}

.aya-location-panel h3 {
    margin: 0.9rem 0 0;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.9rem;
    line-height: 1.04;
}

.aya-location-list {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.aya-location-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.8rem;
    padding: 1rem 1.05rem;
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.22);
}

.aya-location-item strong {
    display: block;
    font-size: 1rem;
}

.aya-location-item p {
    margin: 0.35rem 0 0;
    line-height: 1.55;
}

.aya-location-kind {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    background: rgba(19, 35, 61, 0.12);
}

.aya-location-kind-school {
    background: rgba(95, 152, 176, 0.22);
}

.aya-location-kind-mining {
    background: rgba(19, 35, 61, 0.14);
}

.aya-results-section,
.aya-principles-section,
.aya-news-section,
.aya-media-section {
    padding: 6rem 0;
}

.aya-results-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.aya-stat-card {
    display: grid;
    gap: 0.8rem;
    padding: 1.6rem;
    border-radius: 1.6rem;
    background: rgba(255, 255, 255, 0.86);
}

.aya-stat-card p {
    margin: 0;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(19, 35, 61, 0.55);
}

.aya-stat-card strong {
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
    color: var(--aya-navy);
}

.aya-stat-card span {
    color: rgba(19, 35, 61, 0.76);
    line-height: 1.7;
}

.aya-principles-section {
    background: linear-gradient(180deg, #faf8f1 0%, #f2efe7 100%);
}

.aya-principles-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.aya-principle-card {
    padding: 1.6rem;
    border-radius: 1.6rem;
    background: rgba(255, 255, 255, 0.84);
}

.aya-principle-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3.1rem;
    height: 3.1rem;
    border-radius: 999px;
    background: rgba(95, 152, 176, 0.1);
    color: var(--aya-teal);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.aya-principle-card h3 {
    margin: 1.2rem 0 0;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.5rem;
    line-height: 1.1;
}

.aya-principle-card p {
    margin: 0.95rem 0 0;
    line-height: 1.8;
    color: rgba(19, 35, 61, 0.76);
}

.aya-principle-list {
    display: grid;
    gap: 0.8rem;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}

.aya-principle-list li {
    position: relative;
    padding-left: 1.4rem;
    line-height: 1.75;
    color: rgba(19, 35, 61, 0.8);
}

.aya-principle-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: var(--aya-gold);
}

.aya-sustainability-section {
    padding: 6rem 0;
}

.aya-sustainability-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    overflow: hidden;
    border-radius: 2.1rem;
    background: linear-gradient(180deg, #5f98b0 0%, #4e879f 100%);
    color: #fff;
}

.aya-sustainability-media {
    min-height: 100%;
}

.aya-sustainability-main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aya-sustainability-copy {
    padding: 3rem;
}

.aya-sustainability-text {
    margin: 1rem 0 0;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.84);
}

.aya-story-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.35rem;
}

.aya-story-card {
    overflow: hidden;
    border-radius: 1.6rem;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 54px rgba(19, 35, 61, 0.08);
}

.aya-story-card img,
.aya-media-card img {
    width: 100%;
    height: 12.5rem;
    object-fit: cover;
}

.aya-story-card div,
.aya-media-card div {
    padding: 1rem 1.1rem 1.2rem;
}

.aya-story-card h3,
.aya-media-card h3,
.aya-news-card h3,
.aya-careers-panel h3 {
    margin: 0;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.28rem;
    line-height: 1.12;
}

.aya-story-card p {
    margin: 0.55rem 0 0;
    line-height: 1.7;
    color: rgba(19, 35, 61, 0.76);
}

.aya-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.aya-news-card {
    display: grid;
    align-content: start;
    gap: 1rem;
    padding: 1.55rem;
    border-radius: 1.6rem;
    background: rgba(255, 255, 255, 0.86);
}

.aya-news-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(19, 35, 61, 0.48);
}

.aya-news-card p {
    margin: 0;
    line-height: 1.8;
    color: rgba(19, 35, 61, 0.78);
}

.aya-media-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
    gap: 1rem;
}

.aya-media-primary {
    display: grid;
    gap: 1.4rem;
    padding: 1.8rem;
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid var(--aya-border);
    box-shadow: 0 22px 60px rgba(19, 35, 61, 0.08);
}

.aya-media-description {
    margin: 1rem 0 0;
    max-width: 42rem;
    line-height: 1.82;
    color: rgba(19, 35, 61, 0.76);
}

.aya-media-frame {
    overflow: hidden;
    border-radius: 1.6rem;
    background: #000;
}

.aya-media-frame iframe {
    display: block;
    width: 100%;
    min-height: 24rem;
    border: 0;
}

.aya-media-side {
    display: grid;
    gap: 1rem;
}

.aya-media-card {
    overflow: hidden;
    border-radius: 1.6rem;
    background: rgba(255, 255, 255, 0.86);
}

.aya-careers-panel {
    display: grid;
    gap: 1rem;
    padding: 1.6rem;
    border-radius: 1.8rem;
    background: linear-gradient(180deg, var(--aya-navy) 0%, var(--aya-navy-deep) 100%);
    color: #fff;
}

.aya-careers-panel p {
    margin: 0;
    line-height: 1.78;
    color: rgba(255, 255, 255, 0.8);
}

.aya-careers-contact {
    display: grid;
    gap: 0.35rem;
    padding: 1rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 0.95rem;
    font-weight: 600;
}

.gmdc-map-section {
    padding: 0 0 6rem;
}

.gmdc-map-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 1rem;
    padding: 1rem;
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.82);
}

.gmdc-map-copy {
    padding: 1.5rem;
}

.gmdc-map-description {
    margin: 1.1rem 0 0;
    line-height: 1.82;
    color: rgba(19, 35, 61, 0.76);
}

.gmdc-map-location-grid {
    display: grid;
    gap: 0.9rem;
    margin-top: 1.5rem;
}

.gmdc-map-location-card {
    padding: 1rem 1.05rem;
    border-radius: 1.35rem;
    background: rgba(243, 241, 234, 0.9);
}

.gmdc-map-location-card h3 {
    margin: 0.4rem 0 0;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.2rem;
}

.gmdc-map-location-card p {
    margin: 0.45rem 0 0;
    line-height: 1.7;
    color: rgba(19, 35, 61, 0.76);
}

.gmdc-map-location-kind {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--aya-navy);
}

.gmdc-map-location-kind-school {
    color: var(--aya-teal);
}

.gmdc-map-contact-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.4rem;
}

.gmdc-map-surface {
    position: relative;
    overflow: hidden;
    border-radius: 1.7rem;
    min-height: 32rem;
}

.gmdc-map-legend {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: 1rem;
    z-index: 500;
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    pointer-events: none;
}

.gmdc-map-legend-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.8rem 0.95rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 42px rgba(19, 35, 61, 0.12);
}

.gmdc-map-legend-chip span:first-child {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 999px;
}

.gmdc-footer {
    padding-bottom: 2.5rem;
}

.gmdc-footer-main {
    border-radius: 2.1rem;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid var(--aya-border);
    overflow: hidden;
}

.gmdc-footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) minmax(16rem, 0.76fr);
    gap: 1px;
    background: rgba(19, 35, 61, 0.08);
}

.gmdc-footer-card {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.96);
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.gmdc-footer-card h2 {
    margin: 1rem 0 0;
    font-family: "Space Grotesk", sans-serif;
    font-size: 2rem;
    line-height: 1.08;
    color: var(--aya-ink);
}

.gmdc-footer-card > p:last-of-type,
.gmdc-footer-newsletter > p:last-of-type {
    margin: 0.9rem 0 0;
    line-height: 1.8;
    color: rgba(19, 35, 61, 0.74);
}

.gmdc-footer-contact-list,
.gmdc-footer-link-list {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.3rem;
}

.gmdc-footer-contact-list a,
.gmdc-footer-link {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
    color: var(--aya-ink);
    font-weight: 600;
}

.gmdc-footer-link {
    padding: 0.9rem 1rem;
    border: 1px solid rgba(19, 35, 61, 0.1);
    border-radius: 999px;
    background: rgba(243, 241, 234, 0.9);
}

.gmdc-footer-socials {
    display: flex;
    gap: 0.8rem;
    margin-top: 1.4rem;
}

.gmdc-footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    border: 1px solid rgba(19, 35, 61, 0.14);
    border-radius: 999px;
    color: var(--aya-ink);
    background: #fff;
}

.gmdc-newsletter-form {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
}

.gmdc-newsletter-form input {
    width: 100%;
    min-height: 3.35rem;
    padding: 0.95rem 1.1rem !important;
    border: 1px solid rgba(19, 35, 61, 0.14) !important;
    border-radius: 999px !important;
    background: rgba(243, 241, 234, 0.92) !important;
    color: var(--aya-ink) !important;
    box-shadow: none !important;
}

.gmdc-newsletter-form input::placeholder {
    color: rgba(19, 35, 61, 0.5) !important;
}

.gmdc-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 1.1rem 2rem 1.4rem;
    border-top: 1px solid rgba(19, 35, 61, 0.08);
    color: rgba(19, 35, 61, 0.7);
    font-size: 0.92rem;
}

.gmdc-footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

@media (max-width: 1199px) {
    .aya-portfolio-grid,
    .aya-results-grid,
    .aya-principles-grid,
    .aya-story-grid,
    .aya-news-grid,
    .gmdc-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aya-media-grid,
    .gmdc-map-panel,
    .aya-sustainability-panel,
    .aya-overview-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .gmdc-topbar-inner,
    .gmdc-topbar-copy,
    .gmdc-topbar-actions,
    .aya-section-heading,
    .gmdc-footer-bottom,
    .gmdc-footer-bottom-links,
    .gmdc-map-contact-row {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .gmdc-topbar-inner {
        padding-block: 0.7rem;
    }

    .gmdc-topbar-copy {
        font-size: 0.7rem;
        letter-spacing: 0.1em;
    }

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

    .aya-hero {
        min-height: 38rem;
    }

    .aya-hero::after {
        right: -17rem;
        bottom: -16rem;
        width: 36rem;
        height: 24rem;
    }

    .aya-hero-layout {
        grid-template-columns: 1fr;
        min-height: 38rem;
        padding: 6rem 0 3rem;
    }

    .aya-hero-title {
        font-size: 2.55rem;
        line-height: 0.98;
    }

    .aya-overview-section,
    .aya-results-section,
    .aya-principles-section,
    .aya-sustainability-section,
    .aya-news-section,
    .aya-media-section,
    .gmdc-map-section {
        padding-block: 4.5rem;
    }

    .aya-overview-grid {
        margin-top: -2rem;
    }

    .aya-portfolio-panel,
    .aya-overview-copy,
    .aya-leadership-card,
    .aya-media-primary,
    .gmdc-map-copy,
    .gmdc-footer-card {
        padding: 1.35rem;
    }

    .aya-portfolio-grid,
    .aya-results-grid,
    .aya-principles-grid,
    .aya-story-grid,
    .aya-news-grid,
    .gmdc-footer-grid {
        grid-template-columns: 1fr;
    }

    .aya-portfolio-media {
        min-height: 25rem;
    }

    .aya-project-item {
        grid-template-columns: 1fr;
    }

    .aya-project-item span {
        width: 2.7rem;
        height: 2.7rem;
    }

    .aya-sustainability-copy {
        padding: 1.5rem;
    }

    .aya-story-card img,
    .aya-media-card img {
        height: 10rem;
    }

    .aya-media-frame iframe {
        min-height: 16rem;
    }

    .gmdc-map-surface {
        min-height: 24rem;
    }

    .gmdc-footer-bottom {
        padding-inline: 1.35rem;
    }
}

.gmdc-page-main > .gmdc-section {
    position: relative;
    padding: 5rem 0;
    scroll-margin-top: 7rem;
}

.gmdc-section-overlap {
    margin-top: -3.25rem;
    z-index: 4;
}

.gmdc-section-soft {
    background: linear-gradient(180deg, #f7f4ed 0%, #fbfaf6 100%);
}

.gmdc-section-dark {
    background: linear-gradient(180deg, var(--aya-navy) 0%, var(--aya-navy-deep) 100%);
    color: #fff;
}

.gmdc-page-hero {
    position: relative;
    min-height: 31rem;
    overflow: hidden;
    background: linear-gradient(180deg, var(--aya-navy-deep), var(--aya-navy));
}

.gmdc-page-hero-short {
    min-height: 27rem;
}

.gmdc-page-hero-media,
.gmdc-page-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.gmdc-page-hero-media {
    object-fit: cover;
    filter: saturate(0.9) contrast(1.02) brightness(0.68);
}

.gmdc-page-hero-overlay {
    background:
        linear-gradient(95deg, rgba(22, 40, 71, 0.8) 0%, rgba(22, 40, 71, 0.55) 42%, rgba(22, 40, 71, 0.18) 75%),
        linear-gradient(180deg, rgba(19, 35, 61, 0.22), rgba(19, 35, 61, 0.56));
}

.gmdc-page-hero-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(17rem, 22rem);
    gap: 2rem;
    align-items: end;
    min-height: 31rem;
    padding: 6rem 0 3.25rem;
}

.gmdc-page-hero-layout-compact {
    min-height: 27rem;
    padding: 5.4rem 0 2.75rem;
}

.gmdc-page-hero-layout-single {
    grid-template-columns: 1fr;
    max-width: 56rem;
}

.gmdc-page-hero-copy {
    max-width: 48rem;
}

.gmdc-page-hero-title {
    margin: 1.25rem 0 0;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(2.8rem, 5vw, 4.8rem);
    line-height: 0.98;
    letter-spacing: -0.06em;
    text-wrap: balance;
}

.gmdc-page-hero-description {
    margin: 1rem 0 0;
    max-width: 39rem;
    font-size: clamp(1rem, 1.55vw, 1.18rem);
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.84);
}

.gmdc-page-hero-description-wide {
    max-width: 46rem;
}

.gmdc-page-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.7rem;
}

.gmdc-page-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.gmdc-page-chip:hover {
    background: rgba(255, 255, 255, 0.14);
}

.gmdc-page-hero-panel {
    padding: 1.45rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 1.7rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(12px);
    box-shadow: 0 22px 60px rgba(19, 35, 61, 0.16);
}

.gmdc-page-stat-grid {
    display: grid;
    gap: 0.9rem;
    margin-top: 1.25rem;
}

.gmdc-page-stat {
    display: grid;
    gap: 0.35rem;
    padding: 1rem 1.05rem;
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.08);
}

.gmdc-page-stat strong {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.45rem;
    line-height: 1.05;
    color: #fff;
}

.gmdc-page-stat span {
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.55;
}

.gmdc-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-bottom: 1.8rem;
}

.gmdc-section-summary {
    max-width: 38rem;
    margin: 0;
    line-height: 1.85;
    color: rgba(19, 35, 61, 0.74);
}

.gmdc-section-summary-light {
    color: rgba(255, 255, 255, 0.76);
}

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

.gmdc-detail-grid-wide {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.gmdc-panel,
.gmdc-card,
.gmdc-feature-card,
.gmdc-portrait-card,
.gmdc-article-panel {
    position: relative;
    overflow: hidden;
    padding: 1.7rem;
    border-radius: 1.8rem;
    border: 1px solid var(--aya-border);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 22px 60px rgba(19, 35, 61, 0.08);
}

.gmdc-panel-dark,
.gmdc-card-dark {
    background: linear-gradient(180deg, var(--aya-navy) 0%, var(--aya-navy-deep) 100%);
    border-color: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.gmdc-panel-text {
    margin: 1rem 0 0;
    line-height: 1.85;
    color: rgba(19, 35, 61, 0.76);
}

.gmdc-panel-text-light {
    color: rgba(255, 255, 255, 0.84);
}

.gmdc-pill-grid,
.gmdc-value-list {
    display: grid;
    gap: 0.85rem;
    margin-top: 1.3rem;
}

.gmdc-pill-card,
.gmdc-value-item {
    display: grid;
    grid-template-columns: 2.5rem minmax(0, 1fr);
    gap: 0.85rem;
    align-items: start;
    padding: 1rem;
    border-radius: 1.2rem;
    background: rgba(243, 241, 234, 0.92);
}

.gmdc-pill-card span,
.gmdc-value-item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    background: var(--aya-navy);
    color: #fff;
    font-weight: 700;
}

.gmdc-pill-card p,
.gmdc-value-item p {
    margin: 0;
    line-height: 1.72;
    color: rgba(19, 35, 61, 0.8);
}

.gmdc-history-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 1rem;
}

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

.gmdc-timeline-stack {
    display: grid;
    gap: 1rem;
}

.gmdc-timeline-card {
    position: relative;
    padding: 1.55rem 1.55rem 1.55rem 2rem;
    border-radius: 1.7rem;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--aya-border);
    box-shadow: 0 20px 54px rgba(19, 35, 61, 0.08);
}

.gmdc-timeline-card::before {
    content: "";
    position: absolute;
    left: 1rem;
    top: 1.35rem;
    bottom: 1.35rem;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--aya-teal), var(--aya-gold));
}

.gmdc-timeline-year {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    background: rgba(95, 152, 176, 0.1);
    color: var(--aya-teal);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.gmdc-timeline-card h3,
.gmdc-card h3,
.gmdc-feature-copy h2,
.gmdc-portrait-caption h3,
.gmdc-team-copy h3,
.gmdc-empty-title {
    margin: 1rem 0 0;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.5rem;
    line-height: 1.12;
    color: var(--aya-ink);
}

.gmdc-card-dark h3 {
    color: #fff;
}

.gmdc-timeline-card p,
.gmdc-card p {
    margin: 0.85rem 0 0;
    line-height: 1.78;
    color: rgba(19, 35, 61, 0.78);
}

.gmdc-card-dark p {
    color: rgba(255, 255, 255, 0.78);
}

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

.gmdc-principle-block {
    margin-top: 1.2rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.gmdc-principle-block span {
    display: inline-block;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--aya-gold);
}

.gmdc-principle-block p {
    margin: 0.8rem 0 0;
    line-height: 1.82;
    color: rgba(255, 255, 255, 0.82);
}

.gmdc-card-grid {
    display: grid;
    gap: 1rem;
}

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

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

.gmdc-card-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gmdc-card-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gmdc-card-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3rem;
    height: 3rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.gmdc-card-index-light {
    background: rgba(95, 152, 176, 0.1);
    color: var(--aya-teal);
}

.gmdc-card-index-dark {
    background: rgba(255, 255, 255, 0.12);
    color: var(--aya-gold);
}

.gmdc-portrait-card {
    padding: 0;
}

.gmdc-portrait-image {
    width: 100%;
    height: 100%;
    min-height: 32rem;
    object-fit: cover;
    object-position: top;
}

.gmdc-portrait-caption {
    position: absolute;
    left: 1.35rem;
    right: 1.35rem;
    bottom: 1.35rem;
    padding: 1.2rem;
    border-radius: 1.3rem;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 40px rgba(19, 35, 61, 0.12);
}

.gmdc-portrait-caption p:last-child {
    margin-top: 0.4rem;
    color: rgba(19, 35, 61, 0.72);
}

.gmdc-quote-card {
    margin: 1.25rem 0 0;
    padding: 1.25rem 1.35rem;
    border-radius: 1.35rem;
    background: rgba(95, 152, 176, 0.08);
}

.gmdc-quote-card p {
    margin: 0;
    font-size: 1.15rem;
    line-height: 1.75;
    color: var(--aya-ink);
}

.gmdc-team-card {
    overflow: hidden;
    border-radius: 1.8rem;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--aya-border);
    box-shadow: 0 20px 54px rgba(19, 35, 61, 0.08);
}

.gmdc-team-media {
    position: relative;
    overflow: hidden;
}

.gmdc-team-media img {
    width: 100%;
    height: 17rem;
    object-fit: cover;
}

.gmdc-team-role {
    position: absolute;
    left: 1rem;
    top: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.8rem;
    border-radius: 999px;
    background: rgba(19, 35, 61, 0.8);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.gmdc-team-copy {
    padding: 1.2rem 1.3rem 1.4rem;
}

.gmdc-team-copy p {
    margin: 0.8rem 0 0;
    line-height: 1.72;
    color: rgba(19, 35, 61, 0.76);
}

.gmdc-feature-card {
    padding: 0;
}

.gmdc-feature-card-primary {
    background: linear-gradient(180deg, var(--aya-navy) 0%, var(--aya-navy-deep) 100%);
    border-color: rgba(255, 255, 255, 0.08);
}

.gmdc-feature-image {
    display: block;
    width: 100%;
    height: 14rem;
    object-fit: cover;
}

.gmdc-feature-copy {
    display: grid;
    align-content: start;
    gap: 0.95rem;
    padding: 1.5rem;
}

.gmdc-feature-copy h2 {
    margin: 0;
}

.gmdc-feature-copy p {
    margin: 0;
    line-height: 1.78;
    color: rgba(19, 35, 61, 0.76);
}

.gmdc-feature-card-primary .gmdc-feature-copy h2,
.gmdc-feature-card-primary .gmdc-feature-copy p,
.gmdc-feature-card-primary .aya-text-link {
    color: #fff;
}

.gmdc-feature-meta {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(19, 35, 61, 0.46);
}

.gmdc-feature-meta-light {
    color: rgba(255, 255, 255, 0.7);
}

.gmdc-media-panel {
    padding: 1rem;
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid var(--aya-border);
    box-shadow: 0 22px 60px rgba(19, 35, 61, 0.08);
}

.gmdc-media-frame-large {
    min-height: 28rem;
}

.gmdc-back-link {
    color: #fff;
}

.gmdc-article-panel {
    max-width: 70rem;
    margin: 0 auto;
    padding: 2rem;
}

@media (max-width: 1199px) {
    .gmdc-page-hero-layout,
    .gmdc-detail-grid,
    .gmdc-history-grid,
    .gmdc-card-grid-4 {
        grid-template-columns: 1fr;
    }

    .gmdc-card-grid-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .gmdc-page-main > .gmdc-section {
        padding: 4rem 0;
    }

    .gmdc-section-overlap {
        margin-top: -1.8rem;
    }

    .gmdc-page-hero,
    .gmdc-page-hero-short {
        min-height: 24rem;
    }

    .gmdc-page-hero-layout,
    .gmdc-page-hero-layout-compact {
        min-height: 24rem;
        padding: 5rem 0 2rem;
    }

    .gmdc-page-hero-title {
        font-size: 2.45rem;
        line-height: 0.99;
    }

    .gmdc-page-chip-row,
    .gmdc-section-heading {
        gap: 0.8rem;
    }

    .gmdc-card-grid-2,
    .gmdc-card-grid-3,
    .gmdc-card-grid-4,
    .gmdc-metric-grid {
        grid-template-columns: 1fr;
    }

    .gmdc-panel,
    .gmdc-card,
    .gmdc-feature-copy,
    .gmdc-article-panel {
        padding: 1.35rem;
    }

    .gmdc-timeline-card {
        padding: 1.3rem 1.2rem 1.3rem 1.7rem;
    }

    .gmdc-portrait-image {
        min-height: 24rem;
    }

    .gmdc-media-frame-large {
        min-height: 16rem;
    }

    .gmdc-team-media img {
        height: 14rem;
    }
}
