@media (min-width: 701px) {
  body {
    --chp-blue: #064681;
    --chp-blue-dark: #032d54;
    --chp-navy: #071b2c;
    --chp-gold: #f9b900;
    --chp-orange: #ef6b22;
    --chp-green: #0c8c54;
    --chp-ink: #151c24;
    --chp-muted: #617080;
    --chp-line: #dce3e9;
    --chp-soft: #f3f6f8;
    --chp-white: #ffffff;
    background: var(--chp-white);
    color: var(--chp-ink);
  }

  .chinee-home-pc,
  .chinee-home-pc *,
  .chinee-home-pc *::before,
  .chinee-home-pc *::after {
    box-sizing: border-box;
  }

  .chinee-home-pc {
    overflow: hidden;
    background: var(--chp-white);
    color: var(--chp-ink);
    font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  }

  .chinee-home-pc h1,
  .chinee-home-pc h2,
  .chinee-home-pc h3,
  .chinee-home-pc p,
  .chinee-home-pc figure,
  .chinee-home-pc ul,
  .chinee-home-pc ol {
    margin: 0;
  }

  .chinee-home-pc ul,
  .chinee-home-pc ol {
    padding: 0;
    list-style: none;
  }

  .chinee-home-pc a {
    color: inherit;
    text-decoration: none;
  }

  .chp-shell {
    width: min(calc(100% - 60px), 1500px);
    margin-inline: auto;
  }

  .chp-section {
    position: relative;
    padding: 78px 0 84px;
  }

  .chp-kicker,
  .chp-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .chp-kicker {
    margin-bottom: 12px !important;
    color: var(--chp-blue);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
  }

  .chp-kicker i,
  .chp-eyebrow i {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-size: 15px;
  }

  .chp-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
    align-items: end;
    gap: 80px;
    margin-bottom: 38px;
  }

  .chp-section-head h2,
  .chp-global h2 {
    max-width: 900px;
    color: var(--chp-ink);
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 47px;
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: 0;
  }

  .chp-section-head > p,
  .chp-global__content-inner > p {
    color: var(--chp-muted);
    font-size: 15px;
    line-height: 1.75;
  }

  .chp-section-head--light h2,
  .chp-section-head--light > p {
    color: var(--chp-white);
  }

  .chp-section-head--light > p {
    color: rgba(255, 255, 255, 0.68);
  }

  .chp-section-head--light .chp-kicker {
    color: var(--chp-gold);
  }

  .chp-hero {
    position: relative;
    height: 100vh;
    height: 100svh;
    min-height: 650px;
    overflow: hidden;
    background: var(--chp-navy);
  }

  .chp-hero__image,
  .chp-hero__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .chp-hero__image {
    object-fit: cover;
    object-position: center center;
  }

  .chp-hero__overlay {
    background:
      linear-gradient(90deg, rgba(3, 21, 37, 0.97) 0%, rgba(3, 31, 57, 0.91) 31%, rgba(3, 36, 65, 0.42) 58%, rgba(4, 25, 44, 0.05) 82%),
      linear-gradient(0deg, rgba(3, 18, 31, 0.42) 0%, transparent 36%);
  }

  .chp-hero__inner {
    position: relative;
    z-index: 2;
    display: flex;
    height: 100%;
    align-items: center;
    padding-top: 92px;
  }

  .chp-hero__content {
    width: min(650px, 52%);
    padding-bottom: 12px;
  }

  .chp-eyebrow {
    margin-bottom: 20px !important;
    color: var(--chp-gold);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
  }

  .chp-hero h1 {
    max-width: 650px;
    color: var(--chp-white);
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 68px;
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: 0;
    text-wrap: balance;
  }

  .chp-hero__copy {
    max-width: 610px;
    margin-top: 25px !important;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.72;
  }

  .chp-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
  }

  .chp-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 0 23px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
  }

  .chp-button i {
    font-size: 18px;
  }

  .chp-button:hover,
  .chp-button:focus-visible {
    transform: translateY(-2px);
  }

  .chp-button--gold {
    background: var(--chp-gold);
    color: #141a20 !important;
  }

  .chp-button--gold:hover,
  .chp-button--gold:focus-visible {
    background: #ffc928;
  }

  .chp-button--ghost {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(2, 20, 35, 0.24);
    color: var(--chp-white) !important;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }

  .chp-button--ghost:hover,
  .chp-button--ghost:focus-visible {
    border-color: var(--chp-white);
    background: rgba(255, 255, 255, 0.12);
  }

  .chp-hero__formats {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin-top: 28px !important;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 700;
  }

  .chp-hero__formats li {
    display: flex;
    align-items: center;
    gap: 7px;
  }

  .chp-hero__formats i {
    color: var(--chp-gold);
    font-size: 15px;
  }

  .chp-categories {
    background: var(--chp-white);
  }

  .chp-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .chp-category-card {
    display: block;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--chp-line);
    border-radius: 6px;
    background: var(--chp-white);
    transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
  }

  .chp-category-card:hover,
  .chp-category-card:focus-visible {
    border-color: rgba(6, 70, 129, 0.48);
    box-shadow: 0 14px 34px rgba(7, 27, 44, 0.1);
    transform: translateY(-4px);
  }

  .chp-category-card__media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #e9eef2;
  }

  .chp-category-card__media > img,
  .chp-product-card__media > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 420ms ease;
  }

  .chp-category-card:hover .chp-category-card__media > img,
  .chp-product-card:hover .chp-product-card__media > img {
    transform: scale(1.045);
  }

  .chp-category-card__icon {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    background: rgba(3, 45, 84, 0.9);
    color: var(--chp-white);
    font-size: 18px;
    box-shadow: 0 8px 18px rgba(4, 35, 62, 0.2);
  }

  .chp-category-card__body {
    display: flex;
    min-height: 76px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 15px;
  }

  .chp-category-card__body strong {
    color: var(--chp-ink);
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: 0;
  }

  .chp-category-card__body > span {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 4px;
    color: var(--chp-muted);
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
  }

  .chp-image-placeholder {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: var(--chp-blue);
    font-size: 42px;
  }

  .chp-factory {
    background: var(--chp-navy);
  }

  .chp-factory::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
      linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 42px 42px;
  }

  .chp-factory .chp-shell {
    position: relative;
  }

  .chp-factory-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) repeat(2, minmax(0, 0.78fr));
    grid-auto-rows: 245px;
    gap: 14px;
  }

  .chp-factory-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    background: #0d263a;
  }

  .chp-factory-card--campus {
    grid-row: span 2;
  }

  .chp-factory-card > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 500ms ease, filter 260ms ease;
  }

  .chp-factory-card:hover > img {
    filter: brightness(1.04);
    transform: scale(1.025);
  }

  .chp-factory-card figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    gap: 12px;
    padding: 54px 16px 15px;
    background: linear-gradient(0deg, rgba(2, 19, 33, 0.95), rgba(2, 19, 33, 0));
    color: var(--chp-white);
  }

  .chp-factory-card__icon {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
    border-radius: 50%;
    background: var(--chp-gold);
    color: #111820;
    font-size: 18px;
  }

  .chp-factory-card figcaption > span:last-child {
    min-width: 0;
  }

  .chp-factory-card figcaption strong,
  .chp-factory-card figcaption small {
    display: block;
  }

  .chp-factory-card figcaption strong {
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 20px;
    line-height: 1.05;
    letter-spacing: 0;
  }

  .chp-factory-card figcaption small {
    overflow: hidden;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 10px;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .chp-factory-card--campus figcaption {
    padding: 90px 22px 22px;
  }

  .chp-factory-card--campus figcaption strong {
    font-size: 27px;
  }

  .chp-factory-card--campus figcaption small {
    font-size: 12px;
  }

  .chp-products {
    background: var(--chp-soft);
  }

  .chp-product-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
  }

  .chp-product-card {
    display: flex;
    min-width: 0;
    min-height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #dce3e8;
    border-radius: 6px;
    background: var(--chp-white);
    transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
  }

  .chp-product-card:hover,
  .chp-product-card:focus-visible {
    border-color: rgba(6, 70, 129, 0.46);
    box-shadow: 0 16px 36px rgba(7, 27, 44, 0.1);
    transform: translateY(-4px);
  }

  .chp-product-card__media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #edf1f3;
  }

  .chp-product-card__action {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    color: var(--chp-blue);
    font-size: 18px;
    box-shadow: 0 7px 18px rgba(7, 27, 44, 0.15);
  }

  .chp-product-card__body {
    display: flex;
    min-height: 142px;
    flex: 1;
    flex-direction: column;
    padding: 17px 18px 18px;
  }

  .chp-product-card__type {
    overflow: hidden;
    margin-bottom: 8px;
    color: var(--chp-blue);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.4;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .chp-product-card h3 {
    display: -webkit-box;
    overflow: hidden;
    color: var(--chp-ink);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.42;
    text-wrap: pretty;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .chp-product-card__link {
    margin-top: auto;
    padding-top: 14px;
    color: var(--chp-muted);
    font-size: 11px;
    font-weight: 700;
  }

  .chp-global {
    display: grid;
    min-height: 620px;
    grid-template-columns: minmax(0, 1.12fr) minmax(460px, 0.88fr);
    background: var(--chp-white);
  }

  .chp-global__media {
    min-width: 0;
    overflow: hidden;
  }

  .chp-global__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .chp-global__content {
    display: flex;
    align-items: center;
    background: #f7f8f8;
  }

  .chp-global__content-inner {
    width: min(610px, calc(100% - 80px));
    margin: 0 auto;
    padding: 64px 0;
  }

  .chp-global h2 {
    margin-bottom: 22px !important;
    font-size: 51px;
  }

  .chp-spec-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 20px;
    margin-top: 28px !important;
    padding-top: 24px !important;
    border-top: 1px solid var(--chp-line);
  }

  .chp-spec-list li {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    color: var(--chp-muted);
    font-size: 11px;
    line-height: 1.55;
  }

  .chp-spec-list i {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: var(--chp-blue);
    color: var(--chp-white);
    font-size: 17px;
  }

  .chp-spec-list strong {
    display: block;
    margin-bottom: 2px;
    color: var(--chp-ink);
    font-size: 12px;
  }

  .chp-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 30px;
    border-bottom: 2px solid var(--chp-gold);
    color: var(--chp-blue) !important;
    font-size: 13px;
    font-weight: 800;
    line-height: 2;
  }

  .chp-text-link i {
    font-size: 17px;
    transition: transform 180ms ease;
  }

  .chp-text-link:hover i {
    transform: translateX(3px);
  }

  .chp-process {
    overflow: hidden;
    background: var(--chp-blue-dark);
  }

  .chp-process::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 32%;
    height: 4px;
    background: linear-gradient(90deg, var(--chp-gold) 0 34%, var(--chp-orange) 34% 67%, var(--chp-green) 67%);
  }

  .chp-process-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px;
  }

  .chp-process-grid::before {
    content: "";
    position: absolute;
    top: 31px;
    right: 8%;
    left: 8%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
  }

  .chp-process-grid li {
    position: relative;
    z-index: 1;
    min-width: 0;
    padding-right: 8px;
  }

  .chp-process-icon {
    display: inline-flex;
    width: 62px;
    height: 62px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    background: var(--chp-blue-dark);
    color: var(--chp-gold);
    font-size: 25px;
  }

  .chp-process-grid h3 {
    margin-top: 20px !important;
    color: var(--chp-white);
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: 0;
  }

  .chp-process-grid li > p {
    margin-top: 9px !important;
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    line-height: 1.65;
  }

  body .garment-header-inner {
    width: min(calc(100% - 60px), 1500px);
  }

  body .garment-header.is-scrolled {
    border-bottom-color: rgba(6, 70, 129, 0.12);
    box-shadow: 0 10px 28px rgba(7, 27, 44, 0.09);
  }

  body .garment-header.is-scrolled .garment-nav > a:hover,
  body .garment-header.is-scrolled .garment-nav > a.current,
  body .garment-header.is-scrolled .dropdown-trigger:hover,
  body .garment-header.is-scrolled .dropdown-trigger.current {
    color: var(--chp-blue);
  }

  body #online_qq_layer {
    right: 6px !important;
    bottom: 16px !important;
  }

  body #online_qq_tab,
  body #online_qq_tab #floatShow,
  body #online_qq_tab #floatHide,
  body .livechat-girl .animated-circles .circle {
    width: 42px !important;
    height: 42px !important;
  }

  body #online_qq_tab #floatShow,
  body #online_qq_tab #floatHide,
  body #online_qq_tab #floatHide::after {
    line-height: 42px !important;
  }

  body #online_qq_tab #floatShow i {
    font-size: 22px;
  }

  body .progress-wrap {
    right: 6px !important;
    bottom: 68px !important;
    width: 42px !important;
    height: 42px !important;
  }

  body .progress-wrap::after {
    width: 42px !important;
    height: 42px !important;
    line-height: 42px !important;
    font-size: 21px !important;
  }

  body .cs-section {
    margin: 0;
    padding: 76px 30px 82px;
    background: var(--chp-soft);
    font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  }

  body .cs-container {
    width: min(1500px, 100%);
  }

  body .cs-header {
    margin-bottom: 38px;
  }

  body .cs-eyebrow {
    margin-bottom: 12px;
    color: var(--chp-blue);
    letter-spacing: 0;
  }

  body .cs-eyebrow::before,
  body .cs-eyebrow::after {
    background: rgba(6, 70, 129, 0.28);
  }

  body .cs-title {
    margin-bottom: 12px;
    color: var(--chp-ink);
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 47px;
    line-height: 1.02;
    letter-spacing: 0;
  }

  body .cs-subtitle {
    color: var(--chp-muted);
    font-size: 14px;
  }

  body .cs-grid {
    gap: 18px;
  }

  body .cs-card {
    border-color: var(--chp-line);
    border-radius: 6px;
  }

  body .cs-card::before {
    background: var(--chp-gold);
  }

  body .cs-card:hover,
  body .cs-card.is-active {
    border-color: rgba(6, 70, 129, 0.35);
    box-shadow: 0 16px 34px rgba(7, 27, 44, 0.11);
  }

  body .cs-photo {
    height: 238px;
  }

  body .cs-status {
    border-radius: 6px;
  }

  body .cs-contact {
    border-radius: 6px;
  }

  body .cs-name {
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 22px;
    letter-spacing: 0;
  }

  body .cs-quick-contact {
    border-radius: 6px;
  }

  body .zw {
    height: 0 !important;
  }

  body .dibu {
    min-height: 0;
    padding-top: 74px;
    background-image:
      linear-gradient(90deg, rgba(2, 16, 29, 0.98) 0%, rgba(2, 18, 32, 0.91) 43%, rgba(2, 16, 29, 0.76) 100%),
      url("../img/chinee-home/footer-sticker-production.webp");
    background-position: center center;
    background-size: cover;
  }

  body .dibu::after {
    display: none;
  }

  body .dibu .bls {
    display: none;
  }

  body .dibu .footer {
    padding-bottom: 28px;
  }

  body .footer-l {
    width: 29%;
  }

  body .footer-l .logo {
    width: 230px;
    height: 72px;
  }

  body .footer-l .logo img {
    object-fit: contain !important;
    object-position: left center;
  }

  body .footer-l p,
  body .footer-r ul p,
  body .footer-r ul li a {
    color: rgba(255, 255, 255, 0.76);
  }

  body .footer-l > p {
    display: none;
  }

  body .footer-l::after {
    content: "Custom stickers, roll labels and packaging labels developed around your artwork, material and application needs.";
    display: block;
    max-width: 360px;
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    line-height: 1.75;
  }

  body .footer-r ul h3 {
    color: var(--chp-white);
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 27px;
    letter-spacing: 0;
  }

  body .footer-r ul li a:hover,
  body .footer-r a:hover {
    color: var(--chp-gold);
  }

  body .footer2 {
    border-top-color: rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.66);
    font-size: 13px;
  }

  @media (prefers-reduced-motion: no-preference) {
    .chinee-home-pc.chp-motion-enabled .chp-hero__image {
      -webkit-animation: chp-hero-settle 1400ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
      animation: chp-hero-settle 1400ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
      will-change: transform;
    }

    .chinee-home-pc.chp-motion-enabled .chp-hero__content > * {
      opacity: 0;
      -webkit-animation: chp-hero-copy 720ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
      animation: chp-hero-copy 720ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
    }

    .chinee-home-pc.chp-motion-enabled .chp-hero__content > *:nth-child(1) {
      -webkit-animation-delay: 120ms;
      animation-delay: 120ms;
    }

    .chinee-home-pc.chp-motion-enabled .chp-hero__content > *:nth-child(2) {
      -webkit-animation-delay: 210ms;
      animation-delay: 210ms;
    }

    .chinee-home-pc.chp-motion-enabled .chp-hero__content > *:nth-child(3) {
      -webkit-animation-delay: 300ms;
      animation-delay: 300ms;
    }

    .chinee-home-pc.chp-motion-enabled .chp-hero__content > *:nth-child(4) {
      -webkit-animation-delay: 390ms;
      animation-delay: 390ms;
    }

    .chinee-home-pc.chp-motion-enabled .chp-hero__content > *:nth-child(5) {
      -webkit-animation-delay: 480ms;
      animation-delay: 480ms;
    }

    body .chp-reveal {
      opacity: 0;
      -webkit-transform: translate3d(0, 24px, 0);
      transform: translate3d(0, 24px, 0);
      -webkit-transition: opacity 640ms ease var(--chp-reveal-delay, 0ms), -webkit-transform 640ms cubic-bezier(0.2, 0.7, 0.2, 1) var(--chp-reveal-delay, 0ms);
      transition: opacity 640ms ease var(--chp-reveal-delay, 0ms), transform 640ms cubic-bezier(0.2, 0.7, 0.2, 1) var(--chp-reveal-delay, 0ms);
      will-change: opacity, transform;
    }

    body .chp-reveal.is-visible {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }

  @-webkit-keyframes chp-hero-settle {
    from { -webkit-transform: scale(1.035); transform: scale(1.035); }
    to { -webkit-transform: scale(1); transform: scale(1); }
  }

  @keyframes chp-hero-settle {
    from { -webkit-transform: scale(1.035); transform: scale(1.035); }
    to { -webkit-transform: scale(1); transform: scale(1); }
  }

  @-webkit-keyframes chp-hero-copy {
    from { opacity: 0; -webkit-transform: translate3d(0, 18px, 0); transform: translate3d(0, 18px, 0); }
    to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  }

  @keyframes chp-hero-copy {
    from { opacity: 0; -webkit-transform: translate3d(0, 18px, 0); transform: translate3d(0, 18px, 0); }
    to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  }

  @media (min-width: 1540px) {
    .chp-category-grid {
      grid-template-columns: repeat(7, minmax(0, 1fr));
    }

    .chp-category-card__body {
      min-height: 84px;
      align-items: flex-start;
      flex-direction: column;
      gap: 6px;
    }

    .chp-category-card__body > span {
      align-self: flex-start;
    }

    .chp-factory-grid {
      grid-auto-rows: 268px;
    }
  }

  @media (max-width: 1199px) {
    .chp-section-head {
      gap: 42px;
    }

    .chp-section-head h2,
    .chp-global h2,
    body .cs-title {
      font-size: 42px;
    }

    .chp-hero h1 {
      font-size: 58px;
    }

    .chp-hero__content {
      width: min(600px, 56%);
    }

    .chp-factory-grid {
      grid-auto-rows: 220px;
    }

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

    .chp-global {
      grid-template-columns: minmax(0, 1fr) minmax(410px, 0.9fr);
    }

    .chp-global__content-inner {
      width: min(580px, calc(100% - 54px));
    }

    .chp-process-grid {
      gap: 16px;
    }

    body .cs-photo {
      height: 210px;
    }
  }

  @media (max-width: 999px) {
    .chp-shell,
    body .garment-header-inner {
      width: min(calc(100% - 40px), 1500px);
    }

    .chp-section {
      padding: 66px 0 72px;
    }

    .chp-section-head {
      grid-template-columns: 1fr;
      gap: 14px;
    }

    .chp-section-head > p {
      max-width: 650px;
    }

    .chp-category-grid {
      gap: 14px;
    }

    .chp-category-card__body {
      min-height: 70px;
    }

    .chp-category-card__body > span {
      display: none;
    }

    .chp-factory-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-auto-rows: 220px;
    }

    .chp-factory-card--campus {
      grid-column: 1 / -1;
      grid-row: auto;
      min-height: 390px;
    }

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

    .chp-global {
      min-height: 560px;
      grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
    }

    .chp-spec-list {
      grid-template-columns: 1fr;
    }

    .chp-process-grid {
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 10px;
    }

    .chp-process-grid h3 {
      font-size: 19px;
    }

    .chp-process-grid li > p {
      font-size: 10px;
    }

    body .cs-section {
      padding-right: 20px;
      padding-left: 20px;
    }

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

    body .footer-l {
      width: 32%;
    }

    body .footer-r {
      width: 64%;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .chinee-home-pc *,
    .chinee-home-pc *::before,
    .chinee-home-pc *::after {
      scroll-behavior: auto !important;
      transition-duration: 0.01ms !important;
    }
  }
}
