.page-template-changhai-manufacturing-support .site-content,
.page-template-changhai-manufacturing-support .ast-container,
.page-template-changhai-manufacturing-support #primary,
.page-template-changhai-manufacturing-support .entry-content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

body.page-template-changhai-manufacturing-support #content > .ast-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

.ch-ms {
    --blue: #0b4f83;
    --blue-dark: #062844;
    --blue-bright: #2f79ad;
    --silver: #aebbc6;
    --ink: #0b0c0f;
    --muted: #626872;
    --line: #dedfe2;
    --soft: #f4f7f9;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    overflow-wrap: anywhere;
    color: var(--ink);
    background: #fff;
}

.ch-ms * {
    box-sizing: border-box;
}

.ch-ms h1,
.ch-ms h2,
.ch-ms h3,
.ch-ms p,
.ch-ms ul,
.ch-ms nav {
    margin-top: 0;
}

.ch-ms h1,
.ch-ms h2,
.ch-ms h3 {
    color: inherit;
    letter-spacing: 0;
}

.ch-ms h1 {
    max-width: 920px;
    margin-bottom: 28px;
    font-size: clamp(3rem, 6.2vw, 6.8rem);
    line-height: .98;
    font-weight: 520;
}

.ch-ms h2 {
    max-width: 820px;
    margin: 0;
    font-size: clamp(2rem, 3.8vw, 4.3rem);
    line-height: 1.05;
    font-weight: 540;
}

.ch-ms h3 {
    margin: 0;
    font-size: clamp(1.18rem, 1.45vw, 1.55rem);
    line-height: 1.16;
    font-weight: 680;
}

.ch-ms p {
    color: var(--muted);
    font-size: 1.04rem;
    line-height: 1.72;
}

.ch-ms a {
    color: inherit;
    text-decoration: none;
}

.ch-ms__wrap {
    width: min(1180px, calc(100% - 64px));
    margin-inline: auto;
}

.ch-ms__eyebrow {
    margin-bottom: 22px !important;
    color: var(--silver) !important;
    font-size: .77rem !important;
    line-height: 1.2 !important;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ch-ms__hero {
    padding: 110px 0 0;
    color: #fff;
    background:
        linear-gradient(rgba(174, 187, 198, .07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(174, 187, 198, .07) 1px, transparent 1px),
        linear-gradient(118deg, #062844 0%, #0b0c0f 58%, #111317 100%);
    background-size: 36px 36px, 36px 36px, auto;
}

.ch-ms__hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 80px;
    align-items: end;
    padding-bottom: 84px;
}

.ch-ms__lead {
    max-width: 720px;
    margin-bottom: 0;
    color: #c6d0d9 !important;
    font-size: 1.17rem !important;
}

.ch-ms__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.ch-ms__button {
    min-height: 50px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border: 1px solid var(--blue-bright);
    color: #fff !important;
    background: var(--blue);
    font-size: .9rem;
    font-weight: 750;
    transition: .2s ease;
}

.ch-ms__button:hover,
.ch-ms__button:focus-visible {
    background: var(--blue-dark);
    border-color: var(--silver);
}

.ch-ms__status-card {
    padding: 28px;
    color: var(--ink);
    background: #fff;
    border-top: 7px solid var(--blue);
    box-shadow: 0 22px 70px rgba(0, 0, 0, .18);
}

.ch-ms__status-head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 58px;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
}

.ch-ms__status-head i {
    padding: 3px 8px;
    color: #fff;
    background: var(--blue);
    font-style: normal;
}

.ch-ms__status-stage {
    display: flex;
    flex-direction: column;
}

.ch-ms__status-stage small {
    color: var(--muted);
    font-size: .66rem;
    font-weight: 700;
}

.ch-ms__status-stage strong {
    margin: 8px 0 16px;
    font-size: 1.25rem;
}

.ch-ms__status-stage b {
    height: 5px;
    background: #e4e5e7;
}

.ch-ms__status-stage b i {
    height: 100%;
    display: block;
    background: var(--blue-bright);
}

.ch-ms__status-card ul {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.ch-ms__status-card li {
    padding: 14px 0;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    border-top: 1px solid var(--line);
    font-size: .78rem;
}

.ch-ms__status-card li span {
    color: var(--muted);
}

.ch-ms__status-card li strong {
    text-align: right;
}

.ch-ms__promise {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid rgba(174, 187, 198, .24);
    border-bottom: 0;
}

.ch-ms__promise > div {
    min-height: 150px;
    padding: 26px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid rgba(174, 187, 198, .24);
}

.ch-ms__promise > div:last-child {
    border-right: 0;
}

.ch-ms__promise span {
    color: var(--silver);
    font-size: .72rem;
    font-weight: 800;
}

.ch-ms__promise strong {
    margin: 24px 0 8px;
    color: #fff;
}

.ch-ms__promise small {
    color: #b8c2cc;
    line-height: 1.5;
}

.ch-ms__jump-nav {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 0;
    border: 1px solid var(--line);
    border-bottom: 0;
    background: #fff;
}

.ch-ms__jump-link {
    min-height: 124px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-right: 1px solid var(--line);
    color: var(--ink) !important;
    transition: .2s ease;
}

.ch-ms__jump-link:last-child {
    border-right: 0;
}

.ch-ms__jump-link:hover,
.ch-ms__jump-link:focus-visible {
    color: #fff !important;
    background: var(--blue-dark);
}

.ch-ms__jump-link span {
    color: var(--blue) !important;
    font-size: .72rem;
    font-weight: 800;
}

.ch-ms__jump-link:hover span,
.ch-ms__jump-link:focus-visible span {
    color: var(--blue-bright) !important;
}

.ch-ms__jump-link strong {
    color: inherit !important;
    font-size: .98rem;
    line-height: 1.35;
}

.ch-ms__section {
    padding: 108px 0 118px;
    border-top: 1px solid var(--line);
    background: #fff;
}

.ch-ms__section:nth-of-type(even) {
    background: var(--soft);
}

.ch-ms__section-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 78px;
    align-items: end;
    margin-bottom: 42px;
}

.ch-ms__section-note p {
    margin-bottom: 18px;
}

.ch-ms__section-top {
    display: inline-flex;
    color: var(--blue);
    font-size: .85rem;
    font-weight: 750;
}

.ch-ms__card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.ch-ms__card {
    overflow: hidden;
    border: 1px solid var(--line);
    background: #fff;
}

.ch-ms__media img {
    width: 100%;
    aspect-ratio: 16 / 10;
    display: block;
    object-fit: cover;
    object-position: center;
}

.ch-ms__media-placeholder {
    min-height: 286px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    background:
        linear-gradient(rgba(174, 187, 198, .12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(174, 187, 198, .12) 1px, transparent 1px),
        linear-gradient(118deg, #062844 0%, #0b0c0f 100%);
    background-size: 34px 34px, 34px 34px, auto;
}

.ch-ms__media-placeholder span {
    color: var(--silver);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .1em;
}

.ch-ms__media-placeholder strong {
    max-width: 440px;
    font-size: clamp(1.7rem, 2.9vw, 2.55rem);
    line-height: 1.05;
}

.ch-ms__card-body {
    min-height: 152px;
    padding: 24px 26px 26px;
}

.ch-ms__card-body p {
    margin: 12px 0 0;
    font-size: .96rem;
}

.ch-ms__cta {
    padding: 90px 0;
    color: #fff;
    background:
        linear-gradient(rgba(174, 187, 198, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(174, 187, 198, .08) 1px, transparent 1px),
        linear-gradient(118deg, #062844 0%, #0b4f83 58%, #0b0c0f 100%);
    background-size: 36px 36px, 36px 36px, auto;
}

.ch-ms__cta .ch-ms__eyebrow {
    color: #fff !important;
    opacity: .75;
}

.ch-ms__cta h2 {
    margin: 0;
}

.ch-ms__cta-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 70px;
    align-items: end;
}

.ch-ms__button--light {
    color: var(--ink) !important;
    background: #fff;
    border-color: #fff;
}

.ch-ms__button--light:hover,
.ch-ms__button--light:focus-visible {
    color: #fff !important;
    background: var(--ink);
    border-color: var(--ink);
}

@media (max-width: 900px) {
    .ch-ms__hero-grid {
        grid-template-columns: 1fr 300px;
        gap: 45px;
    }

    .ch-ms__promise {
        grid-template-columns: repeat(2, 1fr);
    }

    .ch-ms__promise > div:nth-child(2) {
        border-right: 0;
    }

    .ch-ms__promise > div:nth-child(-n+2) {
        border-bottom: 1px solid rgba(174, 187, 198, .24);
    }

    .ch-ms__jump-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ch-ms__jump-link:nth-child(even) {
        border-right: 0;
    }

    .ch-ms__section-head {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

@media (max-width: 640px) {
    .ch-ms__wrap {
        width: calc(100% - 36px);
    }

    .ch-ms__hero {
        padding-top: 68px;
    }

    .ch-ms__hero-grid,
    .ch-ms__cta-grid {
        grid-template-columns: 1fr;
        gap: 45px;
        padding-bottom: 64px;
    }

    .ch-ms h1 {
        font-size: clamp(2.65rem, 12vw, 4.2rem);
    }

    .ch-ms h2 {
        font-size: clamp(2rem, 9vw, 3.25rem);
    }

    .ch-ms__status-card {
        max-width: 100%;
    }

    .ch-ms__actions {
        flex-direction: column;
    }

    .ch-ms__button {
        width: 100%;
        min-height: 52px;
    }

    .ch-ms__promise,
    .ch-ms__jump-nav,
    .ch-ms__card-grid {
        grid-template-columns: 1fr;
    }

    .ch-ms__promise > div,
    .ch-ms__jump-link {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .ch-ms__promise > div:last-child,
    .ch-ms__jump-link:last-child {
        border-bottom: 0;
    }

    .ch-ms__section {
        padding: 76px 0;
    }

    .ch-ms__media-placeholder {
        min-height: 230px;
    }

    .ch-ms__card-body {
        min-height: 0;
    }

    .ch-ms__cta {
        padding: 76px 0;
    }
}
