@media (min-width: 701px) {
  body:has(#chinee-pc-home) {
    --c1: #075dff;
    --c2: #2f7bff;
    background: #ffffff;
  }

  body:has(#chinee-pc-home) .garment-header {
    border-bottom-color: rgba(255, 255, 255, 0.18);
  }

  .chinee-home {
    --brand: #075dff;
    --brand-deep: #0639b8;
    --brand-soft: #eaf1ff;
    --cyan: #0fa6b8;
    --ink: #0d1625;
    --ink-soft: #344156;
    --steel: #d8e1ec;
    --surface: #f4f7fb;
    --white: #ffffff;
    overflow: hidden;
    color: var(--ink);
    background: var(--white);
    font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
  }

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

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

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

  .chinee-home img {
    display: block;
    width: 100%;
  }

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

  .chinee-section {
    position: relative;
    padding: 120px 0;
  }

  .chinee-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--brand-deep);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .chinee-eyebrow i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: var(--white);
    background: var(--brand);
    border-radius: 4px;
    font-size: 15px;
  }

  .chinee-eyebrow--light {
    color: rgba(255, 255, 255, 0.8);
  }

  .chinee-eyebrow--light i {
    color: var(--white);
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  .chinee-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.7fr);
    align-items: end;
    gap: 80px;
    margin-bottom: 54px;
  }

  .chinee-section-heading h2 {
    max-width: 840px;
    margin-top: 17px;
    color: var(--ink);
    font-size: 50px;
    font-weight: 750;
    line-height: 1.08;
    letter-spacing: 0;
  }

  .chinee-section-heading > p {
    max-width: 570px;
    padding-left: 24px;
    color: #5c687a;
    border-left: 2px solid var(--brand);
    font-size: 16px;
    line-height: 1.75;
  }

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

  .chinee-section-heading--light > p {
    color: rgba(255, 255, 255, 0.7);
    border-left-color: #54c8ff;
  }

  .chinee-section-heading--center {
    display: block;
    max-width: 900px;
    margin: 0 auto 64px;
    text-align: center;
  }

  .chinee-section-heading--center h2 {
    margin-inline: auto;
  }

  .chinee-section-heading--center > p {
    max-width: 720px;
    margin: 24px auto 0;
    padding-left: 0;
    border-left: 0;
  }

  .chinee-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    gap: 12px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    transition: transform 220ms ease, background 220ms ease, color 220ms ease, border-color 220ms ease;
  }

  .chinee-button:hover {
    transform: translateY(-2px);
  }

  .chinee-button--primary {
    color: var(--white);
    background: var(--brand);
    box-shadow: 0 14px 34px rgba(7, 93, 255, 0.3);
  }

  .chinee-button--primary:hover {
    color: var(--white);
    background: #004cdf;
  }

  .chinee-button--glass {
    color: var(--white);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.38);
    backdrop-filter: blur(10px);
  }

  .chinee-button--glass:hover {
    color: var(--ink);
    background: var(--white);
    border-color: var(--white);
  }

  .chinee-button--dark {
    color: var(--white);
    background: var(--ink);
  }

  .chinee-button--dark:hover {
    color: var(--white);
    background: var(--brand);
  }

  .chinee-hero {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    isolation: isolate;
    overflow: hidden;
    color: var(--white);
    background: #080f1c;
  }

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

  .chinee-hero__image {
    z-index: -3;
    object-fit: cover;
    object-position: center;
    transform: scale(1.025);
    will-change: transform;
  }

  .chinee-hero__shade {
    z-index: -2;
    background:
      linear-gradient(90deg, rgba(5, 12, 24, 0.94) 0%, rgba(5, 12, 24, 0.82) 31%, rgba(5, 12, 24, 0.36) 59%, rgba(5, 12, 24, 0.08) 100%),
      linear-gradient(0deg, rgba(5, 12, 24, 0.64) 0%, transparent 36%);
  }

  .chinee-hero__content {
    display: flex;
    min-height: 100vh;
    min-height: 100svh;
    flex-direction: column;
    justify-content: center;
    padding-top: 118px;
    padding-bottom: 88px;
  }

  .chinee-hero h1 {
    max-width: 790px;
    margin-top: 24px;
    color: var(--white);
    font-size: 70px;
    font-weight: 760;
    line-height: 1.02;
    letter-spacing: 0;
    text-wrap: balance;
  }

  .chinee-hero__summary {
    max-width: 660px;
    margin-top: 26px !important;
    color: rgba(255, 255, 255, 0.76);
    font-size: 17px;
    line-height: 1.75;
  }

  .chinee-hero__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 34px;
  }

  .chinee-hero__proof {
    display: flex;
    width: min(720px, 100%);
    margin-top: 58px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .chinee-hero__proof li {
    display: flex;
    flex: 1 1 0;
    min-width: 0;
    flex-direction: column;
    padding: 22px 26px 0 0;
  }

  .chinee-hero__proof li + li {
    padding-left: 26px;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
  }

  .chinee-hero__proof strong {
    color: var(--white);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
  }

  .chinee-hero__proof span {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.56);
    font-size: 12px;
  }

  .chinee-hero__scroll {
    position: absolute;
    right: 40px;
    bottom: 34px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    writing-mode: vertical-rl;
  }

  .chinee-hero__scroll i {
    font-size: 20px;
  }

  .chinee-categories {
    background: var(--white);
    scroll-margin-top: 90px;
  }

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

  .chinee-category-card {
    min-width: 0;
    overflow: hidden;
    background: var(--white);
    border: 1px solid #e3e9f1;
    border-radius: 6px;
    transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
  }

  .chinee-category-card:hover {
    z-index: 2;
    transform: translateY(-5px);
    border-color: rgba(7, 93, 255, 0.42);
    box-shadow: 0 24px 54px rgba(13, 22, 37, 0.12);
  }

  .chinee-category-card__media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1.36 / 1;
    background: #eef2f7;
  }

  .chinee-category-card__media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 54%, rgba(10, 20, 35, 0.2));
    pointer-events: none;
  }

  .chinee-category-card__media img {
    height: 100%;
    object-fit: cover;
    transition: transform 480ms ease;
  }

  .chinee-category-card:hover .chinee-category-card__media img {
    transform: scale(1.045);
  }

  .chinee-category-card__number {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 26px;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    font-size: 11px;
    font-weight: 700;
    backdrop-filter: blur(8px);
  }

  .chinee-category-card__body {
    display: grid;
    min-height: 112px;
    grid-template-columns: 40px minmax(0, 1fr) 20px;
    align-items: center;
    gap: 13px;
    padding: 18px;
  }

  .chinee-category-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: var(--brand);
    background: var(--brand-soft);
    border-radius: 4px;
    font-size: 20px;
  }

  .chinee-category-card h3 {
    display: -webkit-box;
    overflow: hidden;
    color: var(--ink);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .chinee-category-card__body p {
    margin-top: 6px;
    color: #7a8797;
    font-size: 11px;
    line-height: 1.3;
  }

  .chinee-category-card__arrow {
    color: #a6b0be;
    font-size: 18px;
    transition: color 220ms ease, transform 220ms ease;
  }

  .chinee-category-card:hover .chinee-category-card__arrow {
    color: var(--brand);
    transform: translate(2px, -2px);
  }

  .chinee-section-action {
    display: flex;
    justify-content: center;
    margin-top: 48px;
  }

  .chinee-text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 8px;
    color: var(--ink);
    border-bottom: 1px solid #aeb8c5;
    font-size: 14px;
    font-weight: 700;
    transition: color 200ms ease, border-color 200ms ease;
  }

  .chinee-text-link:hover {
    color: var(--brand);
    border-color: var(--brand);
  }

  .chinee-factory {
    color: var(--white);
    background: #0b1422;
  }

  .chinee-factory::before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(84, 200, 255, 0.56), transparent);
  }

  .chinee-factory-grid {
    display: grid;
    min-height: 660px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .chinee-factory-card {
    position: relative;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    background: #142235;
    border-radius: 5px;
  }

  .chinee-factory-card--1 {
    grid-column: 1 / 7;
    grid-row: 1 / 3;
  }

  .chinee-factory-card--2 {
    grid-column: 7 / 9;
  }

  .chinee-factory-card--3 {
    grid-column: 9 / 11;
  }

  .chinee-factory-card--4 {
    grid-column: 11 / 13;
  }

  .chinee-factory-card--5 {
    grid-column: 7 / 10;
  }

  .chinee-factory-card--6 {
    grid-column: 10 / 13;
  }

  .chinee-factory-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 58%, rgba(4, 11, 20, 0.76));
    pointer-events: none;
  }

  .chinee-factory-card img {
    height: 100%;
    object-fit: cover;
    transition: transform 620ms ease, filter 300ms ease;
  }

  .chinee-factory-card:hover img {
    transform: scale(1.035);
    filter: brightness(1.04);
  }

  .chinee-factory-card figcaption {
    position: absolute;
    right: 16px;
    bottom: 14px;
    left: 16px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--white);
    font-size: 12px;
    font-weight: 650;
  }

  .chinee-factory-card figcaption span {
    color: #6ed9ff;
    font-size: 10px;
  }

  .chinee-factory-capabilities {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
    align-items: center;
    gap: 0;
    margin-top: 34px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .chinee-factory-capabilities > div,
  .chinee-factory-capabilities > a {
    display: flex;
    min-height: 76px;
    align-items: center;
    gap: 12px;
    padding: 0 24px;
  }

  .chinee-factory-capabilities > div + div,
  .chinee-factory-capabilities > a {
    border-left: 1px solid rgba(255, 255, 255, 0.14);
  }

  .chinee-factory-capabilities i {
    color: #6ed9ff;
    font-size: 20px;
  }

  .chinee-factory-capabilities span,
  .chinee-factory-capabilities a {
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 650;
  }

  .chinee-factory-capabilities a:hover {
    color: var(--white);
    background: var(--brand);
  }

  .chinee-products {
    background: var(--surface);
  }

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

  .chinee-product-card {
    min-width: 0;
    overflow: hidden;
    background: var(--white);
    border: 1px solid #e0e7f0;
    border-radius: 6px;
    transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
  }

  .chinee-product-card:hover {
    transform: translateY(-5px);
    border-color: rgba(7, 93, 255, 0.38);
    box-shadow: 0 24px 50px rgba(13, 22, 37, 0.11);
  }

  .chinee-product-card__media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 0.86;
    background: #ffffff;
  }

  .chinee-product-card__media img {
    height: 100%;
    padding: 18px;
    object-fit: contain;
    transition: transform 480ms ease;
  }

  .chinee-product-card:hover .chinee-product-card__media img {
    transform: scale(1.045);
  }

  .chinee-product-card__media > span {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 7px 10px;
    color: var(--white);
    background: var(--brand);
    border-radius: 3px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .chinee-product-card__body {
    min-height: 190px;
    padding: 22px;
    border-top: 1px solid #edf1f6;
  }

  .chinee-product-card__body > p {
    overflow: hidden;
    color: var(--cyan);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .chinee-product-card h3 {
    display: -webkit-box;
    min-height: 67px;
    margin-top: 10px;
    overflow: hidden;
    color: var(--ink);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .chinee-product-card h3 a:hover {
    color: var(--brand);
  }

  .chinee-product-card__link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 20px;
    color: #697587;
    font-size: 12px;
    font-weight: 700;
  }

  .chinee-product-card__link:hover {
    color: var(--brand);
  }

  .chinee-application {
    position: relative;
    min-height: 720px;
    isolation: isolate;
    overflow: hidden;
    color: var(--white);
    background: #07101d;
  }

  .chinee-application__image,
  .chinee-application__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .chinee-application__image {
    z-index: -2;
    object-fit: cover;
  }

  .chinee-application__shade {
    z-index: -1;
    background: linear-gradient(90deg, rgba(4, 12, 23, 0.96) 0%, rgba(4, 12, 23, 0.78) 37%, rgba(4, 12, 23, 0.14) 70%, rgba(4, 12, 23, 0.06) 100%);
  }

  .chinee-application__content {
    display: flex;
    min-height: 720px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .chinee-application h2 {
    max-width: 690px;
    margin-top: 20px;
    color: var(--white);
    font-size: 54px;
    line-height: 1.08;
    letter-spacing: 0;
  }

  .chinee-application__content > p:not(.chinee-eyebrow) {
    max-width: 610px;
    margin-top: 22px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    line-height: 1.75;
  }

  .chinee-application ul {
    display: grid;
    width: min(720px, 100%);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 34px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .chinee-application li {
    min-width: 0;
    padding: 24px 22px 24px 0;
  }

  .chinee-application li + li {
    padding-left: 22px;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
  }

  .chinee-application li > i {
    color: #6ed9ff;
    font-size: 24px;
  }

  .chinee-application li span {
    display: block;
    margin-top: 13px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 11px;
    line-height: 1.55;
  }

  .chinee-application li strong {
    display: block;
    margin-bottom: 6px;
    color: var(--white);
    font-size: 13px;
  }

  .chinee-application .chinee-button {
    margin-top: 34px;
  }

  .chinee-process {
    background: var(--white);
  }

  .chinee-process-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
  }

  .chinee-process-grid::before {
    content: '';
    position: absolute;
    top: 54px;
    right: 7%;
    left: 7%;
    height: 1px;
    background: #cbd5e2;
  }

  .chinee-process-grid li {
    position: relative;
    z-index: 1;
    min-width: 0;
    min-height: 290px;
    padding: 22px 18px 24px;
    background: var(--white);
    border: 1px solid #dfe6ef;
    border-radius: 6px;
    transition: transform 240ms ease, color 240ms ease, background 240ms ease, border-color 240ms ease;
  }

  .chinee-process-grid li:hover {
    color: var(--white);
    background: var(--ink);
    border-color: var(--ink);
    transform: translateY(-5px);
  }

  .chinee-process-grid__number {
    position: absolute;
    top: 16px;
    right: 16px;
    color: #acb7c5;
    font-size: 11px;
    font-weight: 700;
  }

  .chinee-process-grid__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    color: var(--brand);
    background: var(--brand-soft);
    border: 6px solid var(--white);
    border-radius: 50%;
    font-size: 25px;
    transition: color 240ms ease, background 240ms ease, border-color 240ms ease;
  }

  .chinee-process-grid li:hover .chinee-process-grid__icon {
    color: var(--white);
    background: var(--brand);
    border-color: var(--ink);
  }

  .chinee-process-grid h3 {
    min-height: 48px;
    margin-top: 35px;
    color: var(--ink);
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
    transition: color 240ms ease;
  }

  .chinee-process-grid p {
    margin-top: 13px;
    color: #6c7889;
    font-size: 12px;
    line-height: 1.65;
    transition: color 240ms ease;
  }

  .chinee-process-grid li:hover h3 {
    color: var(--white);
  }

  .chinee-process-grid li:hover p {
    color: rgba(255, 255, 255, 0.62);
  }

  body:has(#chinee-pc-home) #kf.cs-section {
    padding: 112px 40px 120px;
    color: #0d1625;
    background: #f4f7fb;
  }

  body:has(#chinee-pc-home) #kf .cs-container {
    width: min(1500px, 100%);
  }

  body:has(#chinee-pc-home) #kf .cs-eyebrow {
    color: #075dff;
    letter-spacing: 0;
  }

  body:has(#chinee-pc-home) #kf .cs-eyebrow::before,
  body:has(#chinee-pc-home) #kf .cs-eyebrow::after {
    background: #7aa9ff;
  }

  body:has(#chinee-pc-home) #kf .cs-title {
    color: #0d1625;
    font-size: 46px;
    letter-spacing: 0;
  }

  body:has(#chinee-pc-home) #kf .cs-card {
    border-color: #dfe6ef;
    border-radius: 6px;
  }

  body:has(#chinee-pc-home) #kf .cs-card::before {
    background: #075dff;
  }

  body:has(#chinee-pc-home) #kf .cs-card:hover {
    border-color: rgba(7, 93, 255, 0.42);
    box-shadow: 0 20px 44px rgba(13, 22, 37, 0.12);
  }

  body:has(#chinee-pc-home) #kf .cs-contact {
    border-radius: 6px;
  }

  body:has(#chinee-pc-home) #kf .cs-quick-contact {
    border-radius: 4px;
  }

  .chinee-reveal-ready [data-reveal] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 620ms ease, transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
  }

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

  @media (max-width: 1280px) {
    .chinee-shell {
      width: min(1500px, calc(100% - 56px));
    }

    .chinee-section {
      padding: 96px 0;
    }

    .chinee-hero h1 {
      max-width: 700px;
      font-size: 58px;
    }

    .chinee-section-heading {
      gap: 48px;
    }

    .chinee-section-heading h2 {
      font-size: 44px;
    }

    .chinee-factory-grid {
      min-height: 580px;
    }

    .chinee-factory-capabilities {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .chinee-factory-capabilities > a {
      grid-column: 1 / -1;
      justify-content: center;
      border-top: 1px solid rgba(255, 255, 255, 0.14);
      border-left: 0;
    }

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

    .chinee-process-grid::before {
      display: none;
    }

    .chinee-process-grid li {
      min-height: 250px;
    }
  }

  @media (max-width: 1000px) {
    .chinee-shell {
      width: calc(100% - 44px);
    }

    .chinee-section-heading {
      display: block;
    }

    .chinee-section-heading > p {
      max-width: 720px;
      margin-top: 24px;
    }

    .chinee-category-grid,
    .chinee-product-grid {
      gap: 12px;
    }

    .chinee-category-card__body {
      grid-template-columns: 36px minmax(0, 1fr) 18px;
      gap: 9px;
      padding: 14px;
    }

    .chinee-category-card__icon {
      width: 36px;
      height: 36px;
    }

    .chinee-category-card h3 {
      font-size: 13px;
    }

    .chinee-factory-grid {
      min-height: 0;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-template-rows: auto;
    }

    .chinee-factory-card,
    .chinee-factory-card--1,
    .chinee-factory-card--2,
    .chinee-factory-card--3,
    .chinee-factory-card--4,
    .chinee-factory-card--5,
    .chinee-factory-card--6 {
      grid-column: auto;
      grid-row: auto;
      aspect-ratio: 1.45 / 1;
    }

    .chinee-factory-card--1 {
      grid-column: 1 / -1;
      aspect-ratio: 2.1 / 1;
    }

    .chinee-product-card__body {
      min-height: 178px;
      padding: 18px;
    }

    .chinee-product-card h3 {
      font-size: 14px;
    }

    .chinee-application h2 {
      max-width: 600px;
      font-size: 46px;
    }

    body:has(#chinee-pc-home) #kf.cs-section {
      padding-inline: 28px;
    }

    body:has(#chinee-pc-home) #kf .cs-photo {
      height: 210px;
    }
  }

  @media (max-width: 820px) {
    .chinee-hero h1 {
      max-width: 610px;
      font-size: 48px;
    }

    .chinee-hero__summary {
      max-width: 590px;
    }

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

    .chinee-factory-capabilities {
      grid-template-columns: 1fr;
    }

    .chinee-factory-capabilities > div + div,
    .chinee-factory-capabilities > a {
      border-top: 1px solid rgba(255, 255, 255, 0.14);
      border-left: 0;
    }

    .chinee-application ul {
      grid-template-columns: 1fr;
    }

    .chinee-application li,
    .chinee-application li + li {
      padding: 18px 0;
      border-left: 0;
    }

    .chinee-application li + li {
      border-top: 1px solid rgba(255, 255, 255, 0.18);
    }

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

    body:has(#chinee-pc-home) #kf .cs-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

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

    .chinee-hero__image {
      transform: none !important;
    }
  }
}
