/* The existing homepage template switches .mo/.pc_ at 700px in sidebar-mobile.php. */
@media (min-width: 701px) {
  :root {
    --chinee-navy: #001030;
    --chinee-navy-2: #071b3c;
    --chinee-coral: #ef6f5b;
    --chinee-ivory: #f7f4ed;
    --chinee-steel: #8f9aaa;
    --chinee-ink: #111a2b;
    --chinee-line: rgba(0, 16, 48, 0.13);
  }

  html {
    scroll-behavior: smooth;
  }

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

  .chinee-home {
    width: 100%;
    overflow: hidden;
    color: var(--chinee-ink);
    background: var(--chinee-ivory);
    font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  }

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

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

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

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

  .chinee-kicker,
  .chinee-eyebrow {
    margin: 0 0 20px;
    color: var(--chinee-coral);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.2em;
    line-height: 1.4;
    text-transform: uppercase;
  }

  .chinee-heading {
    margin-bottom: 56px;
  }

  .chinee-heading h2,
  .chinee-custom h2 {
    margin: 0;
    color: var(--chinee-navy);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(48px, 4.2vw, 68px);
    font-weight: 600;
    letter-spacing: -0.035em;
    line-height: 0.98;
  }

  .chinee-heading > p:last-child,
  .chinee-heading--split > p {
    color: #617086;
    font-size: 16px;
    line-height: 1.8;
  }

  .chinee-heading--split {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.6fr);
    align-items: end;
    gap: 90px;
  }

  .chinee-heading--split > p {
    margin: 0 0 3px;
    padding-left: 28px;
    border-left: 1px solid rgba(239, 111, 91, 0.55);
  }

  .chinee-heading--center {
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .chinee-heading--center > p:last-child {
    max-width: 650px;
    margin: 24px auto 0;
  }

  .chinee-button {
    display: inline-flex;
    min-height: 54px;
    padding: 0 24px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 1px solid transparent;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.2;
    transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  }

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

  .chinee-button--light {
    color: var(--chinee-navy);
    background: #fff;
  }

  .chinee-button--light:hover {
    color: #fff;
    background: var(--chinee-coral);
  }

  .chinee-button--outline {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.48);
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(8px);
  }

  .chinee-button--outline:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.12);
  }

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

  .chinee-button--navy:hover {
    background: var(--chinee-coral);
  }

  .chinee-button--coral {
    color: #fff;
    background: var(--chinee-coral);
  }

  .chinee-button--coral:hover {
    color: var(--chinee-navy);
    background: #fff;
  }

  .chinee-text-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--chinee-navy);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .chinee-text-link i {
    font-size: 20px;
    transition: transform 0.25s ease;
  }

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

  .chinee-text-link:hover i {
    transform: translateX(5px);
  }

  .chinee-section-action {
    margin-top: 48px;
    text-align: center;
  }

  .chinee-hero {
    position: relative;
    min-height: max(760px, 100svh);
    color: #fff;
    background: var(--chinee-navy);
    isolation: isolate;
  }

  .chinee-hero__media,
  .chinee-custom__media {
    position: absolute;
    z-index: -3;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .chinee-hero__media {
    object-position: center center;
    transform: scale(1.015);
  }

  .chinee-hero__shade {
    position: absolute;
    z-index: -2;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(0, 10, 30, 0.97) 0%, rgba(0, 13, 38, 0.88) 31%, rgba(0, 15, 43, 0.28) 58%, rgba(0, 10, 28, 0.08) 100%),
      linear-gradient(0deg, rgba(0, 8, 25, 0.68) 0%, transparent 38%);
  }

  .chinee-hero::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background-image:
      linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 64px 64px;
    content: "";
    mask-image: linear-gradient(90deg, #000 0%, transparent 64%);
  }

  .chinee-hero__inner {
    position: relative;
    display: flex;
    min-height: max(760px, 100svh);
    padding-top: 112px;
    padding-bottom: 170px;
    align-items: center;
  }

  .chinee-hero__content {
    width: min(700px, 54%);
  }

  .chinee-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #ff9c8c;
  }

  .chinee-eyebrow span {
    width: 38px;
    height: 1px;
    background: var(--chinee-coral);
  }

  .chinee-hero h1 {
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(60px, 5.6vw, 88px);
    font-weight: 600;
    letter-spacing: -0.045em;
    line-height: 0.92;
    text-wrap: balance;
  }

  .chinee-hero__copy {
    max-width: 640px;
    margin: 30px 0 34px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 16px;
    line-height: 1.8;
  }

  .chinee-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  .chinee-hero__capabilities {
    position: absolute;
    right: 0;
    bottom: 40px;
    left: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    padding: 22px 30px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(0, 14, 41, 0.55);
    backdrop-filter: blur(14px);
    list-style: none;
  }

  .chinee-hero__capabilities li {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 15px;
    padding: 0 26px;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
  }

  .chinee-hero__capabilities li:first-child {
    padding-left: 0;
  }

  .chinee-hero__capabilities li:last-child {
    padding-right: 0;
    border-right: 0;
  }

  .chinee-hero__capabilities i {
    color: var(--chinee-coral);
    font-size: 31px;
  }

  .chinee-hero__capabilities span {
    color: rgba(255, 255, 255, 0.64);
    font-size: 12px;
    line-height: 1.55;
  }

  .chinee-hero__capabilities strong {
    display: block;
    margin-bottom: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
  }

  .chinee-hero__scroll {
    position: absolute;
    right: 28px;
    bottom: 50%;
    display: flex;
    align-items: center;
    gap: 14px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    transform: rotate(90deg) translateX(50%);
    transform-origin: right bottom;
  }

  .chinee-hero__scroll span {
    width: 54px;
    height: 1px;
    background: var(--chinee-coral);
  }

  .chinee-categories {
    background:
      radial-gradient(circle at 8% 10%, rgba(239, 111, 91, 0.08), transparent 22%),
      var(--chinee-ivory);
  }

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

  .chinee-category-card {
    position: relative;
    overflow: hidden;
    color: var(--chinee-navy);
    border: 1px solid rgba(0, 16, 48, 0.09);
    background: #fff;
    box-shadow: 0 16px 45px rgba(0, 16, 48, 0.055);
    transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
  }

  .chinee-category-card:hover {
    border-color: rgba(239, 111, 91, 0.5);
    box-shadow: 0 24px 54px rgba(0, 16, 48, 0.13);
    transform: translateY(-6px);
  }

  .chinee-category-card__image {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #edf0f4;
  }

  .chinee-category-card__image::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 58%, rgba(0, 16, 48, 0.12));
    content: "";
  }

  .chinee-category-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.65s cubic-bezier(0.2, 0.65, 0.25, 1);
  }

  .chinee-category-card:hover .chinee-category-card__image img {
    transform: scale(1.055);
  }

  .chinee-category-card__placeholder,
  .chinee-product-card__placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: rgba(0, 16, 48, 0.28);
    background: radial-gradient(circle, #fff 0, #e4e8ed 72%);
    font-size: 56px;
  }

  .chinee-category-card__body {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 24px;
    min-height: 88px;
    padding: 19px 18px;
    align-items: center;
    gap: 12px;
  }

  .chinee-category-card__icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: var(--chinee-coral);
    border: 1px solid rgba(239, 111, 91, 0.24);
    border-radius: 50%;
    background: rgba(239, 111, 91, 0.075);
    font-size: 20px;
  }

  .chinee-category-card__text {
    min-width: 0;
  }

  .chinee-category-card__text strong,
  .chinee-category-card__text small {
    display: block;
  }

  .chinee-category-card__text strong {
    overflow: hidden;
    color: var(--chinee-navy);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .chinee-category-card__text small {
    margin-top: 4px;
    color: #8490a1;
    font-size: 11px;
  }

  .chinee-category-card__arrow {
    color: rgba(0, 16, 48, 0.36);
    font-size: 20px;
    transition: color 0.25s ease, transform 0.25s ease;
  }

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

  .chinee-manufacturing {
    color: #fff;
    background:
      radial-gradient(circle at 95% 0%, rgba(239, 111, 91, 0.17), transparent 30%),
      linear-gradient(135deg, #001030 0%, #061b3c 100%);
  }

  .chinee-manufacturing::before {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at center, rgba(255, 255, 255, 0.055) 1px, transparent 1.2px);
    background-size: 21px 21px;
    content: "";
    opacity: 0.42;
    pointer-events: none;
  }

  .chinee-heading--light {
    position: relative;
    max-width: 820px;
  }

  .chinee-heading--light h2 {
    color: #fff;
  }

  .chinee-heading--light > p:last-child {
    max-width: 660px;
    margin: 25px 0 0;
    color: rgba(255, 255, 255, 0.64);
  }

  .chinee-factory-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, 290px) 330px;
    gap: 18px;
  }

  .chinee-factory-card {
    position: relative;
    overflow: hidden;
    margin: 0;
    background: #102441;
  }

  .chinee-factory-card:nth-child(1) {
    grid-area: 1 / 1 / 3 / 8;
  }

  .chinee-factory-card:nth-child(2) {
    grid-area: 1 / 8 / 2 / 13;
  }

  .chinee-factory-card:nth-child(3) {
    grid-area: 2 / 8 / 3 / 13;
  }

  .chinee-factory-card:nth-child(4) {
    grid-area: 3 / 1 / 4 / 5;
  }

  .chinee-factory-card:nth-child(5) {
    grid-area: 3 / 5 / 4 / 9;
  }

  .chinee-factory-card:nth-child(6) {
    grid-area: 3 / 9 / 4 / 13;
  }

  .chinee-factory-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.2, 0.65, 0.25, 1), filter 0.4s ease;
  }

  .chinee-factory-card::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(0, 12, 35, 0.88) 100%);
    content: "";
    pointer-events: none;
  }

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

  .chinee-factory-card figcaption {
    position: absolute;
    z-index: 1;
    right: 24px;
    bottom: 22px;
    left: 24px;
    display: grid;
    grid-template-columns: 36px 1fr;
    align-items: end;
    column-gap: 12px;
  }

  .chinee-factory-card figcaption span {
    grid-row: span 2;
    color: var(--chinee-coral);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
  }

  .chinee-factory-card figcaption strong {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
  }

  .chinee-factory-card figcaption small {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 11px;
  }

  .chinee-products {
    background: #fff;
  }

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

  .chinee-product-card {
    min-width: 0;
  }

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

  .chinee-product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.2, 0.65, 0.25, 1);
  }

  .chinee-product-card:hover .chinee-product-card__image img {
    transform: scale(1.055);
  }

  .chinee-product-card__badge {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 8px 11px;
    color: #fff;
    background: var(--chinee-navy);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .chinee-product-card__view {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    color: var(--chinee-navy);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 10px 26px rgba(0, 16, 48, 0.15);
    font-size: 20px;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease, background 0.3s ease;
  }

  .chinee-product-card:hover .chinee-product-card__view {
    opacity: 1;
    transform: translateY(0);
  }

  .chinee-product-card__view:hover {
    color: #fff;
    background: var(--chinee-coral);
  }

  .chinee-product-card__body {
    padding: 20px 3px 0;
  }

  .chinee-product-card h3 {
    min-height: 48px;
    margin: 0 0 18px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.55;
  }

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

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

  .chinee-product-card__meta {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    padding-top: 14px;
    border-top: 1px solid var(--chinee-line);
    gap: 12px;
  }

  .chinee-product-card__meta span {
    overflow: hidden;
    color: #4e5b70;
    font-size: 11px;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .chinee-product-card__meta small {
    display: block;
    margin-bottom: 3px;
    color: var(--chinee-coral);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.12em;
  }

  .chinee-custom {
    position: relative;
    min-height: 860px;
    color: #fff;
    background: #d9d5cf;
    isolation: isolate;
  }

  .chinee-custom__media {
    object-position: center center;
  }

  .chinee-custom__shade {
    position: absolute;
    z-index: -2;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 16, 48, 0.96) 0%, rgba(0, 16, 48, 0.88) 32%, rgba(0, 16, 48, 0.26) 57%, transparent 78%);
  }

  .chinee-custom__inner {
    display: flex;
    min-height: 860px;
    padding-top: 210px;
    padding-bottom: 80px;
    align-items: center;
  }

  .chinee-custom__content {
    width: min(620px, 49%);
  }

  .chinee-custom h2 {
    color: #fff;
  }

  .chinee-custom__content > p:not(.chinee-kicker) {
    margin: 28px 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    line-height: 1.8;
  }

  .chinee-custom ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 0 34px;
    padding: 0;
    gap: 14px 22px;
    list-style: none;
  }

  .chinee-custom li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
    line-height: 1.5;
  }

  .chinee-custom li i {
    display: grid;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    place-items: center;
    color: #fff;
    border-radius: 50%;
    background: var(--chinee-coral);
    font-size: 13px;
  }

  .chinee-process {
    overflow: hidden;
    background:
      linear-gradient(rgba(0, 16, 48, 0.026) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0, 16, 48, 0.026) 1px, transparent 1px),
      var(--chinee-ivory);
    background-size: 54px 54px;
  }

  .chinee-process-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    gap: 14px;
    list-style: none;
    counter-reset: chinee-process;
  }

  .chinee-process-grid::before {
    position: absolute;
    top: 57px;
    right: 7%;
    left: 7%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(239, 111, 91, 0.72), transparent);
    content: "";
  }

  .chinee-process-grid li {
    position: relative;
    min-height: 310px;
    padding: 31px 21px 26px;
    border: 1px solid rgba(0, 16, 48, 0.1);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 18px 50px rgba(0, 16, 48, 0.05);
    transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease;
  }

  .chinee-process-grid li:hover {
    border-color: rgba(239, 111, 91, 0.45);
    background: #fff;
    transform: translateY(-6px);
  }

  .chinee-process-grid li > i {
    position: relative;
    z-index: 1;
    display: grid;
    width: 54px;
    height: 54px;
    margin: 0 0 45px;
    place-items: center;
    color: #fff;
    border: 6px solid var(--chinee-ivory);
    border-radius: 50%;
    background: var(--chinee-navy);
    box-shadow: 0 0 0 1px rgba(0, 16, 48, 0.16);
    font-size: 21px;
    transition: background 0.3s ease;
  }

  .chinee-process-grid li:hover > i {
    background: var(--chinee-coral);
  }

  .chinee-process-step {
    position: absolute;
    top: 20px;
    right: 20px;
    color: rgba(0, 16, 48, 0.15);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 35px;
    font-weight: 700;
  }

  .chinee-process-grid h3 {
    min-height: 48px;
    margin: 0 0 14px;
    color: var(--chinee-navy);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.45;
  }

  .chinee-process-grid p {
    margin: 0;
    color: #687489;
    font-size: 12px;
    line-height: 1.7;
  }

  .chinee-process__cta {
    display: flex;
    margin-top: 28px;
    padding: 24px 28px;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    color: #fff;
    background: var(--chinee-navy);
  }

  .chinee-process__cta p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
  }

  .chinee-process__cta strong {
    margin-right: 6px;
    color: #fff;
  }

  .chinee-process__cta .chinee-text-link {
    flex: 0 0 auto;
    color: #fff;
  }

  .chinee-process__cta .chinee-text-link:hover {
    color: #ff9c8c;
  }

  #kf.container2 {
    width: 100% !important;
    max-width: none !important;
    padding: 118px max(48px, calc((100% - 1320px) / 2)) !important;
    background: #fff !important;
  }

  #kf .online_cont {
    margin: 0 !important;
  }

  #kf .online_cont .title {
    max-width: 720px;
    margin: 0 auto 54px !important;
    text-align: center;
  }

  #kf .online_cont .title p:first-child {
    margin: 0 0 15px !important;
    color: var(--chinee-navy) !important;
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: 58px !important;
    font-weight: 600 !important;
    letter-spacing: -0.03em;
    line-height: 1 !important;
    text-transform: none !important;
  }

  #kf .online_cont .title p:last-child {
    color: #687489 !important;
    font-size: 15px !important;
  }

  #kf .online_cont ul {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 18px !important;
  }

  #kf .online_cont ul li {
    padding: 28px 16px 24px;
    border: 1px solid rgba(0, 16, 48, 0.09);
    background: var(--chinee-ivory);
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  }

  #kf .online_cont ul li:hover {
    border-color: rgba(239, 111, 91, 0.45);
    box-shadow: 0 18px 45px rgba(0, 16, 48, 0.11);
    transform: translateY(-5px);
  }

  #kf .online_cont ul li p:first-child {
    width: 116px !important;
    height: 116px !important;
    margin: 0 auto !important;
    border: 5px solid #fff;
    border-radius: 50% !important;
    background: #e7ebf0 !important;
    box-shadow: 0 10px 28px rgba(0, 16, 48, 0.14) !important;
  }

  #kf .online_cont ul li p:nth-child(2) {
    margin: 18px 0 15px !important;
    color: var(--chinee-navy) !important;
    font-size: 15px;
    font-weight: 800;
  }

  #kf .online_cont ul li p:nth-child(3) {
    display: flex !important;
    gap: 6px;
    align-items: center !important;
    justify-content: center !important;
  }

  #kf .online_cont ul li p:nth-child(3) span {
    padding: 7px 9px !important;
    border-radius: 0 !important;
    background: var(--chinee-navy) !important;
    font-size: 9px !important;
    letter-spacing: 0.04em;
  }

  #kf .online_cont ul li p:nth-child(3) span:nth-child(2) {
    margin-left: 0 !important;
    background: var(--chinee-coral) !important;
  }

  .chinee-home.chinee-ready [data-reveal] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.72s ease var(--reveal-delay, 0ms), transform 0.72s ease var(--reveal-delay, 0ms);
  }

  .chinee-home.chinee-ready [data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  @media (max-width: 1180px) {
    .chinee-shell {
      width: min(calc(100% - 48px), 1080px);
    }

    .chinee-hero h1 {
      font-size: 64px;
    }

    .chinee-hero__content {
      width: 60%;
    }

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

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

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

    #kf .online_cont ul {
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
  }

  @media (max-width: 940px) {
    .chinee-section {
      padding: 100px 0;
    }

    .chinee-heading--split {
      grid-template-columns: 1fr;
      gap: 28px;
    }

    .chinee-heading--split > p {
      max-width: 650px;
    }

    .chinee-hero__content {
      width: 72%;
    }

    .chinee-hero__capabilities {
      padding: 20px;
    }

    .chinee-hero__capabilities li {
      grid-template-columns: 32px 1fr;
      padding: 0 14px;
    }

    .chinee-hero__capabilities i {
      font-size: 24px;
    }

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

    .chinee-factory-grid {
      grid-template-rows: repeat(2, 250px) 280px;
    }

    .chinee-custom__content {
      width: 62%;
    }
  }

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

    .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-home.chinee-ready [data-reveal] {
      opacity: 1;
      transform: none;
    }
  }
}
