@import url("../fonts/noto-sans-sc/font.css");

:root {
    --wzgk-navy: #071c2e;
    --wzgk-navy-soft: #0d2a42;
    --wzgk-blue: #087fc2;
    --wzgk-cyan: #4fc7ec;
    --wzgk-sky: #e9f4f9;
    --wzgk-paper: #f5f8fa;
    --wzgk-white: #ffffff;
    --wzgk-ink: #102334;
    --wzgk-copy: #526473;
    --wzgk-line: rgba(16, 49, 73, .15);
    --wzgk-shell: 1320px;
    --wzgk-gutter: clamp(22px, 4.6vw, 72px);
    --wzgk-kicker-size: 12px;
    --wzgk-ease: cubic-bezier(.22, .61, .36, 1);
}

html {
    scroll-behavior: smooth;
}

body.wzgk-wuzhonggaoke,
body.wzgk-wuzhonggaoke * {
    box-sizing: border-box;
}

body.wzgk-wuzhonggaoke {
    min-width: 320px;
    margin: 0;
    overflow-x: hidden;
    color: var(--wzgk-ink);
    background: var(--wzgk-paper);
    font-family: "Noto Sans SC", sans-serif;
    font-size: 16px;
    line-height: 1.75;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body.wzgk-wuzhonggaoke.is-modal-open {
    overflow: hidden;
}

body.wzgk-wuzhonggaoke img {
    display: block;
    max-width: 100%;
}

body.wzgk-wuzhonggaoke a {
    color: inherit;
    text-decoration: none;
}

body.wzgk-wuzhonggaoke button {
    font: inherit;
}

.wzgk-shell {
    width: min(calc(100% - (var(--wzgk-gutter) * 2)), var(--wzgk-shell));
    margin-inline: auto;
}

.wzgk-skip-link {
    position: fixed;
    top: 10px;
    left: 12px;
    z-index: 300;
    padding: 9px 14px;
    border-radius: 4px;
    color: var(--wzgk-navy);
    background: #fff;
    font-size: 13px;
    font-weight: 700;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
}

.wzgk-skip-link:focus {
    opacity: 1;
    pointer-events: auto;
    transform: none;
}

.wzgk-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    height: 84px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    transition: height .35s var(--wzgk-ease), color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.wzgk-header.is-scrolled,
.wzgk-header.is-menu-open {
    height: 72px;
    color: var(--wzgk-ink);
    border-bottom-color: var(--wzgk-line);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 14px 40px rgba(7, 28, 46, .08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.wzgk-header__inner {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
}

.wzgk-header__brand-group {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

.wzgk-header__back {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    gap: 6px;
    padding: 5px 11px;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 999px;
    background: rgba(7, 28, 46, .18);
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    transition: color .22s ease, background-color .22s ease, border-color .22s ease;
}

.wzgk-header__back span {
    font-size: 16px;
}

.wzgk-header__back:hover,
.wzgk-header__back:focus-visible {
    color: var(--wzgk-navy);
    border-color: #fff;
    background: #fff;
}

.wzgk-header.is-scrolled .wzgk-header__back,
.wzgk-header.is-menu-open .wzgk-header__back {
    border-color: var(--wzgk-line);
    background: rgba(7, 28, 46, .04);
}

.wzgk-header.is-scrolled .wzgk-header__back:hover,
.wzgk-header.is-scrolled .wzgk-header__back:focus-visible,
.wzgk-header.is-menu-open .wzgk-header__back:hover,
.wzgk-header.is-menu-open .wzgk-header__back:focus-visible {
    color: #fff;
    border-color: var(--wzgk-navy);
    background: var(--wzgk-navy);
}

.wzgk-brand {
    position: relative;
    display: block;
    width: clamp(140px, 11vw, 165px);
    aspect-ratio: 2835 / 705;
    flex: 0 0 auto;
}

.wzgk-brand__logo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: opacity .25s ease;
}

.wzgk-brand__logo--dark {
    opacity: 0;
}

.wzgk-header.is-scrolled .wzgk-brand__logo--light,
.wzgk-header.is-menu-open .wzgk-brand__logo--light {
    opacity: 0;
}

.wzgk-header.is-scrolled .wzgk-brand__logo--dark,
.wzgk-header.is-menu-open .wzgk-brand__logo--dark {
    opacity: 1;
}

.wzgk-nav {
    display: flex;
    align-items: center;
    gap: clamp(24px, 2.5vw, 42px);
}

.wzgk-nav a {
    position: relative;
    padding: 28px 0;
    font-size: 14px;
    letter-spacing: .06em;
}

.wzgk-nav a::after {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    height: 2px;
    background: currentColor;
    content: "";
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .25s var(--wzgk-ease);
}

.wzgk-nav a:hover::after,
.wzgk-nav a:focus-visible::after,
.wzgk-nav a.is-active::after {
    transform: scaleX(1);
    transform-origin: left;
}

.wzgk-menu {
    display: none;
    width: 42px;
    height: 42px;
    padding: 9px;
    border: 0;
    border-radius: 0;
    color: inherit;
    background: transparent;
    cursor: pointer;
}

.wzgk-menu span {
    display: block;
    width: 24px;
    height: 1px;
    margin: 5px 0;
    background: currentColor;
    transition: opacity .2s ease, transform .26s var(--wzgk-ease);
}

.wzgk-header.is-menu-open .wzgk-menu span:first-child { transform: translateY(6px) rotate(45deg); }
.wzgk-header.is-menu-open .wzgk-menu span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.wzgk-header.is-menu-open .wzgk-menu span:last-child { transform: translateY(-6px) rotate(-45deg); }

.wzgk-hero {
    position: relative;
    display: flex;
    min-height: 760px;
    align-items: flex-end;
    overflow: hidden;
    isolation: isolate;
    color: #fff;
    background: var(--wzgk-navy);
}

.wzgk-hero__image,
.wzgk-hero__shade,
.wzgk-hero__grid {
    position: absolute;
    inset: 0;
}

.wzgk-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% center;
    z-index: -3;
    transform: scale(1.02);
}

.wzgk-hero__shade {
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(3, 16, 28, .95) 0%, rgba(4, 22, 38, .78) 43%, rgba(4, 21, 36, .24) 73%, rgba(4, 18, 31, .45) 100%),
        linear-gradient(0deg, rgba(4, 19, 32, .85) 0%, transparent 48%);
}

.wzgk-hero__grid {
    z-index: -1;
    opacity: .2;
    background-image:
        linear-gradient(rgba(255, 255, 255, .09) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .09) 1px, transparent 1px);
    background-size: 88px 88px;
    mask-image: linear-gradient(90deg, #000, transparent 70%);
}

.wzgk-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
    align-items: end;
    gap: clamp(54px, 8vw, 126px);
    padding-top: 180px;
    padding-bottom: 118px;
}

@media (min-width: 1081px) {
    .wzgk-hero__inner {
        align-items: start;
    }

    .wzgk-hero__copy {
        margin-top: -6px;
    }
}

.wzgk-eyebrow,
.wzgk-section-heading > span,
.wzgk-section-heading > div > span,
.wzgk-position__heading > span,
.wzgk-mission__heading > span {
    display: block;
    margin-bottom: 20px;
    color: var(--wzgk-blue);
    font-size: var(--wzgk-kicker-size);
    font-weight: 700;
    letter-spacing: .18em;
}

.wzgk-hero .wzgk-eyebrow {
    color: #86d9f2;
}

.wzgk-hero__copy h1 {
    margin: 0;
    font-size: 68px;
    font-weight: 650;
    letter-spacing: .03em;
    line-height: 1;
}

.wzgk-hero__copy > p {
    max-width: 720px;
    margin: 34px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(16px, 1.3vw, 19px);
    line-height: 1.9;
}

.wzgk-hero__facts {
    display: grid;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, .3);
}

.wzgk-hero__facts div {
    display: grid;
    grid-template-columns: minmax(130px, .65fr) 1fr;
    align-items: baseline;
    gap: 18px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.wzgk-hero__facts dt,
.wzgk-hero__facts dd {
    margin: 0;
}

.wzgk-hero__facts dt {
    font-size: clamp(26px, 2.25vw, 36px);
    font-weight: 500;
    letter-spacing: -.02em;
}

.wzgk-hero__facts dd {
    color: rgba(255, 255, 255, .62);
    font-size: 13px;
}

.wzgk-section {
    padding: clamp(92px, 10vw, 148px) 0;
}

.wzgk-section-heading {
    margin-bottom: clamp(54px, 6vw, 84px);
}

.wzgk-section-heading h2,
.wzgk-position__heading h2,
.wzgk-mission__inner h2 {
    margin: 0;
    font-size: 38px;
    font-weight: 560;
    letter-spacing: -.035em;
    line-height: 1.2;
}

.wzgk-about {
    background:
        radial-gradient(circle at 92% 18%, rgba(79, 199, 236, .12), transparent 28%),
        var(--wzgk-paper);
}

.wzgk-about__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
    align-items: center;
    gap: clamp(46px, 7.5vw, 108px);
}

.wzgk-about__media {
    position: relative;
    margin: 0;
}

.wzgk-about__media img {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    border-radius: 12px;
    box-shadow: 0 30px 80px rgba(14, 45, 66, .15);
}

.wzgk-about__content {
    position: relative;
    padding-left: 38px;
}

.wzgk-about__content::before {
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 0;
    width: 2px;
    background: linear-gradient(var(--wzgk-blue), rgba(8, 127, 194, .08));
    content: "";
}

.wzgk-about__content p {
    margin: 0;
    color: var(--wzgk-copy);
    font-size: clamp(16px, 1.3vw, 18px);
    line-height: 2;
}

.wzgk-position {
    position: relative;
    padding: clamp(98px, 11vw, 160px) 0;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 78% 18%, rgba(30, 147, 207, .28), transparent 31%),
        linear-gradient(135deg, #061827, #0a2840 62%, #071c2e);
}

.wzgk-position::after {
    position: absolute;
    top: 0;
    right: -10vw;
    width: 50vw;
    height: 50vw;
    border: 1px solid rgba(117, 214, 242, .14);
    border-radius: 50%;
    content: "";
    box-shadow: 0 0 0 7vw rgba(117, 214, 242, .025), 0 0 0 14vw rgba(117, 214, 242, .018);
}

.wzgk-position__layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(300px, .72fr) minmax(560px, 1.28fr);
    align-items: start;
    gap: clamp(56px, 7vw, 104px);
}

.wzgk-position__heading {
    display: grid;
    gap: 0;
}

.wzgk-position__heading > span {
    color: var(--wzgk-cyan);
}

.wzgk-position__heading > p {
    margin: 36px 0 0;
    color: rgba(255, 255, 255, .6);
    font-size: 15px;
    letter-spacing: .04em;
    line-height: 2.15;
}

.wzgk-chains {
    display: grid;
    grid-template-columns: 1fr;
    border-top: 1px solid rgba(255, 255, 255, .18);
    border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.wzgk-chains article {
    position: relative;
    min-height: 154px;
    padding: 24px 34px 28px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    transition: background-color .3s ease;
}

.wzgk-chains article:last-child {
    border-bottom: 0;
}

.wzgk-chains article:hover {
    background: rgba(45, 166, 217, .12);
}

.wzgk-chains article > span {
    color: var(--wzgk-cyan);
    font-size: 11px;
    letter-spacing: .12em;
}

.wzgk-chains h3 {
    margin: 18px 0 4px;
    font-size: clamp(30px, 2.6vw, 36px);
    font-weight: 520;
}

.wzgk-chains p {
    margin: 0;
    color: rgba(255, 255, 255, .56);
    font-size: 14px;
}

.wzgk-chains i {
    position: absolute;
    right: 26px;
    bottom: 12px;
    color: rgba(255, 255, 255, .05);
    font-size: clamp(42px, 3.6vw, 62px);
    font-style: normal;
    font-weight: 800;
    letter-spacing: -.05em;
    white-space: nowrap;
}

.wzgk-system {
    background:
        linear-gradient(rgba(255, 255, 255, .52), rgba(255, 255, 255, .52)),
        var(--wzgk-sky);
}

.wzgk-system__figure {
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(8, 74, 115, .12);
    border-radius: 0 0 30px 12px;
    background: #fff;
    box-shadow: 0 34px 80px rgba(15, 60, 87, .11);
}

.wzgk-system__toolbar {
    display: flex;
    min-height: 88px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px 22px 16px 28px;
    border-bottom: 1px solid rgba(8, 74, 115, .1);
}

.wzgk-system__title > span {
    display: block;
    margin-bottom: 7px;
    color: var(--wzgk-blue);
    font-size: var(--wzgk-kicker-size);
    font-weight: 700;
    letter-spacing: .18em;
}

.wzgk-system__title h2 {
    margin: 0;
    color: var(--wzgk-copy);
    font-size: 13px;
    font-weight: 400;
}

.wzgk-system__toolbar button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 17px;
    border: 1px solid rgba(8, 127, 194, .3);
    border-radius: 999px;
    color: var(--wzgk-blue);
    background: transparent;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.wzgk-system__toolbar button:hover,
.wzgk-system__toolbar button:focus-visible {
    color: #fff;
    border-color: var(--wzgk-blue);
    background: var(--wzgk-blue);
}

.wzgk-system__canvas {
    width: 100%;
    overflow: auto;
    overscroll-behavior-inline: contain;
    scrollbar-color: rgba(8, 127, 194, .35) transparent;
    scrollbar-width: thin;
}

.wzgk-system__canvas img {
    width: 100%;
    min-width: 760px;
    height: auto;
}

.wzgk-system__hint {
    display: none;
    margin: 0;
    padding: 11px 20px;
    color: var(--wzgk-copy);
    border-top: 1px solid rgba(8, 74, 115, .08);
    background: #f8fbfc;
    font-size: 11px;
    text-align: center;
}

.wzgk-mission {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 84% 50%, rgba(79, 199, 236, .26), transparent 23%),
        linear-gradient(118deg, #061725 0%, #082943 64%, #0c3e5c 100%);
}

.wzgk-mission::before,
.wzgk-mission::after {
    position: absolute;
    border: 1px solid rgba(118, 215, 243, .2);
    border-radius: 50%;
    content: "";
}

.wzgk-mission::before {
    top: 50%;
    right: 8%;
    width: 290px;
    height: 290px;
    transform: translateY(-50%);
}

.wzgk-mission::after {
    top: 50%;
    right: calc(8% + 70px);
    width: 150px;
    height: 150px;
    transform: translateY(-50%);
}

.wzgk-mission__inner {
    position: relative;
    display: flex;
    min-height: 620px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-top: 92px;
    padding-bottom: 92px;
}

.wzgk-mission__layout {
    position: relative;
    z-index: 1;
    display: grid;
    width: 100%;
    grid-template-columns: minmax(320px, .86fr) minmax(480px, 1.14fr);
    align-items: center;
    gap: clamp(64px, 8vw, 118px);
}

.wzgk-mission__heading > span {
    color: var(--wzgk-cyan);
}

.wzgk-mission__inner h2 {
    max-width: 480px;
}

.wzgk-mission__inner p {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, .62);
    font-size: 17px;
    line-height: 1.95;
}

.wzgk-mission__line {
    width: 100%;
    height: 1px;
    margin-top: 46px;
    background: linear-gradient(90deg, var(--wzgk-cyan), transparent);
}

.wzgk-footer {
    color: rgba(255, 255, 255, .68);
    background: #050f18;
}

.wzgk-footer__main {
    display: flex;
    min-height: 210px;
    align-items: center;
    justify-content: space-between;
    gap: 44px;
    padding-top: 44px;
    padding-bottom: 44px;
}

.wzgk-footer__brand {
    width: min(207px, 24vw);
}

.wzgk-footer__brand img {
    width: 100%;
    height: auto;
}

.wzgk-footer__main nav {
    display: flex;
    gap: 34px;
    font-size: 14px;
}

.wzgk-footer__main nav a:hover,
.wzgk-footer__main nav a:focus-visible,
.wzgk-footer__bottom a:hover,
.wzgk-footer__bottom a:focus-visible {
    color: #fff;
}

.wzgk-footer__bottom {
    display: flex;
    min-height: 74px;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-size: 12px;
}

.wzgk-footer__bottom b {
    font-weight: inherit;
}

.wzgk-footer__bottom div {
    display: flex;
    gap: 24px;
}

.wzgk-system-modal[hidden] {
    display: none;
}

.wzgk-system-modal {
    position: fixed;
    inset: 0;
    z-index: 250;
    display: grid;
    padding: clamp(14px, 3vw, 44px);
    place-items: center;
}

.wzgk-system-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2, 12, 20, .84);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.wzgk-system-modal__panel {
    position: relative;
    display: grid;
    width: min(1280px, 100%);
    max-height: calc(100vh - 40px);
    grid-template-rows: auto minmax(0, 1fr);
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 36px 120px rgba(0, 0, 0, .38);
}

.wzgk-system-modal__panel > header {
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 12px 16px 12px 26px;
    border-bottom: 1px solid var(--wzgk-line);
}

.wzgk-system-modal__panel h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.wzgk-system-modal__panel header button {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    padding: 0;
    border: 1px solid var(--wzgk-line);
    border-radius: 50%;
    color: var(--wzgk-ink);
    background: #fff;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
}

.wzgk-system-modal__canvas {
    min-height: 0;
    overflow: auto;
    overscroll-behavior: contain;
    background: #fff;
}

body.wzgk-wuzhonggaoke .wzgk-system-modal__canvas img {
    width: 1110px;
    min-width: 1110px;
    max-width: none;
    height: auto;
}

.js [data-wzgk-reveal] {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .75s ease, transform .85s var(--wzgk-ease);
}

.js [data-wzgk-reveal].is-visible {
    opacity: 1;
    transform: none;
}

body.wzgk-wuzhonggaoke :focus-visible {
    outline: 2px solid var(--wzgk-cyan);
    outline-offset: 4px;
}

@media (max-width: 1080px) {
    .wzgk-header {
        height: 72px;
    }

    .wzgk-menu {
        position: relative;
        display: block;
    }

    .wzgk-nav {
        position: fixed;
        top: 72px;
        right: 0;
        left: 0;
        display: grid;
        gap: 0;
        padding: 8px var(--wzgk-gutter) 18px;
        color: var(--wzgk-ink);
        border-bottom: 1px solid var(--wzgk-line);
        background: rgba(255, 255, 255, .98);
        box-shadow: 0 22px 42px rgba(7, 28, 46, .11);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-8px);
        transition: opacity .2s ease, transform .26s var(--wzgk-ease);
    }

    .wzgk-header.is-menu-open .wzgk-nav {
        opacity: 1;
        pointer-events: auto;
        transform: none;
    }

    .wzgk-nav a {
        display: flex;
        min-height: 56px;
        padding: 0;
        align-items: center;
        border-bottom: 1px solid var(--wzgk-line);
        font-size: 16px;
        font-weight: 500;
    }

    .wzgk-nav a:last-child {
        border-bottom: 0;
    }

    .wzgk-nav a::after {
        display: none;
    }

    .wzgk-hero__inner {
        grid-template-columns: 1fr;
        gap: 56px;
    }

    .wzgk-hero__facts {
        grid-template-columns: repeat(3, 1fr);
    }

    .wzgk-hero__facts div {
        grid-template-columns: 1fr;
        gap: 2px;
        padding: 18px 20px;
        border-right: 1px solid rgba(255, 255, 255, .2);
    }

    .wzgk-hero__facts div:first-child {
        padding-left: 0;
    }

    .wzgk-hero__facts div:last-child {
        padding-right: 0;
        border-right: 0;
    }

    .wzgk-about__grid {
        grid-template-columns: 1fr;
    }

    .wzgk-about__media {
        width: min(820px, 100%);
    }

    .wzgk-about__content {
        max-width: 780px;
    }

    .wzgk-position__layout {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .wzgk-position__heading {
        max-width: 620px;
    }

    .wzgk-mission__layout {
        grid-template-columns: minmax(250px, .8fr) minmax(0, 1.2fr);
        gap: 48px;
    }
}

@media (max-width: 760px) {
    :root {
        --wzgk-gutter: 20px;
        --wzgk-kicker-size: 10px;
    }

    body.wzgk-wuzhonggaoke {
        font-size: 15px;
    }

    .wzgk-header,
    .wzgk-header.is-scrolled,
    .wzgk-header.is-menu-open {
        height: 68px;
    }

    .wzgk-nav {
        top: 68px;
    }

    .wzgk-brand {
        width: clamp(112px, 31.3vw, 135px);
    }

    .wzgk-header__brand-group {
        gap: 8px;
    }

    .wzgk-menu {
        width: 40px;
        height: 40px;
    }

    .wzgk-header__back {
        min-height: 32px;
        padding: 5px 10px;
        font-size: 12px;
    }

    .wzgk-hero {
        min-height: 760px;
    }

    .wzgk-hero__image {
        object-position: 56% center;
    }

    .wzgk-hero__shade {
        background:
            linear-gradient(0deg, rgba(3, 16, 28, .96) 0%, rgba(4, 22, 38, .7) 54%, rgba(4, 21, 36, .38) 100%),
            linear-gradient(90deg, rgba(3, 16, 28, .7), transparent 72%);
    }

    .wzgk-hero__grid {
        background-size: 64px 64px;
    }

    .wzgk-hero__inner {
        gap: 42px;
        padding-top: 150px;
        padding-bottom: 90px;
    }

    .wzgk-eyebrow,
    .wzgk-section-heading > span,
    .wzgk-section-heading > div > span,
    .wzgk-position__heading > span,
    .wzgk-mission__heading > span {
        margin-bottom: 14px;
        font-size: var(--wzgk-kicker-size);
    }

    .wzgk-hero__copy h1 {
        font-size: clamp(52px, 17vw, 68px);
    }

    .wzgk-hero__copy > p {
        margin-top: 24px;
        font-size: 15px;
        line-height: 1.9;
    }

    .wzgk-hero__facts {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .wzgk-hero__facts div {
        min-width: 0;
        padding: 14px 10px;
    }

    .wzgk-hero__facts div:first-child { padding-left: 0; }
    .wzgk-hero__facts div:last-child { padding-right: 0; }

    .wzgk-hero__facts dt {
        font-size: 20px;
        white-space: nowrap;
    }

    .wzgk-hero__facts dd {
        font-size: 10px;
        line-height: 1.45;
    }

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

    .wzgk-section-heading {
        margin-bottom: 42px;
    }

    .wzgk-section-heading h2,
    .wzgk-position__heading h2,
    .wzgk-mission__inner h2 {
        font-size: 38px;
    }

    .wzgk-about__media img {
        border-radius: 10px;
    }

    .wzgk-about__content {
        padding-left: 23px;
    }

    .wzgk-about__content p {
        font-size: 15px;
        line-height: 1.95;
    }

    .wzgk-position {
        padding: 84px 0;
    }

    .wzgk-position__heading {
        max-width: none;
    }

    .wzgk-position__heading > p {
        margin-top: 28px;
        font-size: 13px;
    }

    .wzgk-chains {
        grid-template-columns: 1fr;
    }

    .wzgk-chains article {
        min-height: 168px;
        padding: 22px 20px 24px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .18);
    }

    .wzgk-chains article:last-child {
        border-bottom: 0;
    }

    .wzgk-chains h3 {
        margin-top: 22px;
        font-size: 30px;
    }

    .wzgk-chains i {
        right: 16px;
        bottom: 12px;
        font-size: clamp(34px, 11vw, 48px);
    }

    .wzgk-system__figure {
        border-radius: 0 0 18px 8px;
    }

    .wzgk-system__toolbar {
        min-height: 78px;
        padding: 10px 12px 10px 16px;
    }

    .wzgk-system__title {
        max-width: 55%;
    }

    .wzgk-system__title h2 {
        font-size: 11px;
        line-height: 1.45;
    }

    .wzgk-system__title > span {
        margin-bottom: 5px;
    }

    .wzgk-system__toolbar button {
        gap: 7px;
        padding: 8px 12px;
        font-size: 11px;
    }

    .wzgk-system__canvas img {
        min-width: 760px;
    }

    .wzgk-system__hint {
        display: block;
    }

    .wzgk-mission,
    .wzgk-mission__inner {
        min-height: 560px;
    }

    .wzgk-mission__layout {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 32px;
    }

    .wzgk-mission::before {
        right: -120px;
    }

    .wzgk-mission::after {
        right: -50px;
    }

    .wzgk-mission__inner p {
        margin-top: 0;
        font-size: 15px;
    }

    .wzgk-mission__line {
        width: 100%;
        margin-top: 32px;
    }

    .wzgk-footer__main {
        display: grid;
        min-height: 0;
        gap: 34px;
        padding-top: 52px;
        padding-bottom: 44px;
    }

    .wzgk-footer__brand {
        width: min(173px, 48vw);
    }

    .wzgk-footer__main nav {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        font-size: 15px;
    }

    .wzgk-footer__bottom {
        display: grid;
        min-height: 0;
        gap: 10px;
        padding-top: 22px;
        padding-bottom: 28px;
        line-height: 1.7;
    }

    .wzgk-footer__bottom div {
        flex-wrap: wrap;
        gap: 8px 18px;
    }

    .wzgk-system-modal {
        padding: 10px;
    }

    .wzgk-system-modal__panel {
        max-height: calc(100vh - 20px);
        border-radius: 12px;
    }

    .wzgk-system-modal__panel > header {
        min-height: 60px;
        padding-left: 18px;
    }

    .wzgk-system-modal__panel h2 {
        font-size: 16px;
    }
}

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

    .js [data-wzgk-reveal] {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .wzgk-header,
    .wzgk-nav,
    .wzgk-nav a::after {
        transition: none;
    }
}

/* Wu Zhong Hi-Tech: align the page with ACE Park typography system v1.0. */
.wzgk-wuzhonggaoke {
    --wzgk-page-title: 52px;
    --wzgk-section-title: 38px;
    --wzgk-subsection-title: 28px;
    --wzgk-card-title: 22px;
    --wzgk-body: 16px;
    --wzgk-micro: 12px;
}

.wzgk-hero__copy h1 {
    font-size: var(--wzgk-page-title);
    font-weight: 600;
    line-height: 1.15;
}

.wzgk-section-heading h2,
.wzgk-position__heading h2,
.wzgk-mission__inner h2 {
    font-size: var(--wzgk-section-title);
    font-weight: 600;
    line-height: 1.22;
}

.wzgk-chains h3 {
    font-size: var(--wzgk-subsection-title);
    font-weight: 600;
    line-height: 1.3;
}

.wzgk-system__title h2 {
    font-size: var(--wzgk-card-title);
    font-weight: 600;
    line-height: 1.35;
}

.wzgk-hero__copy > p,
.wzgk-about__content p,
.wzgk-position__heading > p,
.wzgk-chains p {
    font-size: var(--wzgk-body);
    line-height: 1.75;
}

.wzgk-wuzhonggaoke :where(.wzgk-eyebrow, .wzgk-section-heading > span, .wzgk-section-heading > div > span, .wzgk-position__heading > span, .wzgk-mission__heading > span, .wzgk-chains article > span, .wzgk-system__title > span, .wzgk-system__hint, .wzgk-system__toolbar button, .wzgk-hero__facts dd) {
    font-size: var(--wzgk-micro);
}

@media (min-width: 768px) and (max-width: 1023px) {
    .wzgk-wuzhonggaoke {
        --wzgk-page-title: 42px;
        --wzgk-section-title: 32px;
        --wzgk-subsection-title: 25px;
        --wzgk-card-title: 20px;
    }
}

@media (max-width: 767px) {
    .wzgk-wuzhonggaoke {
        --wzgk-page-title: 32px;
        --wzgk-section-title: 24px;
        --wzgk-subsection-title: 20px;
        --wzgk-card-title: 18px;
        --wzgk-body: 15px;
    }
}

body.wzgk-wuzhonggaoke .wzgk-eyebrow,
body.wzgk-wuzhonggaoke .wzgk-section-heading > span,
body.wzgk-wuzhonggaoke .wzgk-section-heading > div > span,
body.wzgk-wuzhonggaoke .wzgk-position__heading > span,
body.wzgk-wuzhonggaoke .wzgk-mission__heading > span,
body.wzgk-wuzhonggaoke .wzgk-chains article span,
body.wzgk-wuzhonggaoke .wzgk-system__title > span,
body.wzgk-wuzhonggaoke .wzgk-system__hint,
body.wzgk-wuzhonggaoke .wzgk-system__toolbar button,
body.wzgk-wuzhonggaoke .wzgk-hero__facts dd {
    font-size: 12px !important;
}
