@media (min-width: 701px) {
  .chinee-home-pc,
  .chinee-home-pc *,
  .chinee-home-pc *::before,
  .chinee-home-pc *::after {
    box-sizing: border-box;
  }

  .chinee-home-pc {
    --chinee-navy: #003070;
    --chinee-deep: #071521;
    --chinee-teal: #109c9a;
    --chinee-pearl: #f7f9f8;
    --chinee-charcoal: #20262b;
    --chinee-warm: #c68b72;
    overflow: hidden;
    background: #fff;
    color: var(--chinee-charcoal);
    font-family: "Manrope", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    letter-spacing: 0;
  }

  .chinee-home-pc a,
  .chinee-home-pc h1,
  .chinee-home-pc h2,
  .chinee-home-pc h3,
  .chinee-home-pc p,
  .chinee-home-pc span,
  .chinee-home-pc li {
    letter-spacing: 0;
  }

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

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

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

  .chinee-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: #a9e3df;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .chinee-eyebrow::before {
    width: 34px;
    height: 2px;
    background: var(--chinee-teal);
    content: "";
  }

  .chinee-eyebrow--dark {
    color: var(--chinee-navy);
  }

  .chinee-section-heading {
    margin-bottom: 52px;
  }

  .chinee-section-heading h2,
  .chinee-brand-scene__content h2 {
    margin-bottom: 0;
    color: var(--chinee-deep);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 52px;
    font-weight: 600;
    line-height: 1.04;
  }

  .chinee-section-heading--split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 480px);
    align-items: end;
    gap: 64px;
  }

  .chinee-section-heading--split > p {
    margin-bottom: 4px;
    color: #5f6a70;
    font-size: 16px;
  }

  .chinee-section-heading--light h2,
  .chinee-section-heading--light > p {
    color: #fff;
  }

  .chinee-section-heading--light > p {
    opacity: 0.72;
  }

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

  .chinee-section-heading--center .chinee-eyebrow {
    justify-content: center;
  }

  .chinee-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 22px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
  }

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

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

  .chinee-button--primary:hover {
    background: #0b8583;
    color: #fff;
  }

  .chinee-button--ghost {
    border-color: rgba(255, 255, 255, 0.62);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    backdrop-filter: blur(5px);
  }

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

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

  .chinee-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--chinee-navy);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
  }

  .chinee-text-link i {
    transition: transform 0.22s ease;
  }

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

  .chinee-text-link--light {
    margin-top: 34px;
    color: #a9e3df;
  }

  .garment-header {
    border-bottom-color: rgba(255, 255, 255, 0.16);
  }

  .garment-header.is-scrolled {
    border-bottom-color: rgba(0, 48, 112, 0.1);
    box-shadow: 0 8px 24px rgba(7, 21, 33, 0.08);
  }

  .garment-nav > a,
  .dropdown-trigger {
    letter-spacing: 0;
  }

  .chinee-hero {
    position: relative;
    height: 92svh;
    min-height: 720px;
    max-height: 980px;
    overflow: hidden;
    background: var(--chinee-deep);
  }

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

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

  .chinee-hero__shade {
    background: linear-gradient(90deg, rgba(2, 13, 23, 0.56) 0%, rgba(2, 13, 23, 0.2) 43%, rgba(2, 13, 23, 0) 72%);
  }

  .chinee-hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    height: 100%;
    max-width: 1440px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-top: 88px;
    color: #fff;
  }

  .chinee-hero h1 {
    max-width: 690px;
    margin-bottom: 8px;
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 74px;
    font-weight: 600;
    line-height: 0.98;
  }

  .chinee-hero__lead {
    max-width: 650px;
    margin-bottom: 18px;
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.12;
  }

  .chinee-hero__copy {
    max-width: 570px;
    margin-bottom: 32px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 15px;
  }

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

  .chinee-hero__scroll {
    position: absolute;
    z-index: 3;
    bottom: 28px;
    left: 50%;
    display: grid;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: 50%;
    color: #fff;
    place-items: center;
    transform: translateX(-50%);
  }

  .chinee-capabilities {
    border-bottom: 1px solid #dfe7e7;
    background: #fff;
  }

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

  .chinee-capability {
    display: grid;
    min-height: 156px;
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    padding: 30px 28px;
    border-right: 1px solid #dfe7e7;
  }

  .chinee-capability:first-child {
    border-left: 1px solid #dfe7e7;
  }

  .chinee-capability > i {
    display: grid;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(16, 156, 154, 0.34);
    border-radius: 50%;
    color: var(--chinee-teal);
    font-size: 22px;
    place-items: center;
  }

  .chinee-capability h2 {
    margin-bottom: 5px;
    color: var(--chinee-navy);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
  }

  .chinee-capability p {
    margin-bottom: 0;
    color: #6a7478;
    font-size: 13px;
    line-height: 1.55;
  }

  .chinee-categories {
    background: var(--chinee-pearl);
  }

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

  .chinee-category-card {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    border-radius: 4px;
    background: #dfe6e5;
    color: #fff;
    text-decoration: none;
  }

  .chinee-category-card > img,
  .chinee-category-card__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .chinee-category-card > img {
    object-fit: cover;
    transition: transform 0.55s ease;
  }

  .chinee-category-card__shade {
    background: linear-gradient(180deg, rgba(4, 17, 27, 0.02) 38%, rgba(4, 17, 27, 0.88) 100%);
  }

  .chinee-category-card__body {
    position: absolute;
    right: 22px;
    bottom: 19px;
    left: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
  }

  .chinee-category-card__title {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.05;
  }

  .chinee-category-card__body i {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    place-items: center;
  }

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

  .chinee-factory {
    background: var(--chinee-deep);
  }

  .chinee-factory-grid {
    display: grid;
    grid-auto-flow: dense;
    grid-auto-rows: 248px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 16px;
  }

  .chinee-factory-card {
    position: relative;
    grid-column: span 4;
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 4px;
    background: #0d2636;
  }

  .chinee-factory-card--lead {
    grid-column: span 8;
    grid-row: span 2;
  }

  .chinee-factory-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
  }

  .chinee-factory-card::after {
    position: absolute;
    inset: 42% 0 0;
    background: linear-gradient(180deg, rgba(3, 14, 23, 0), rgba(3, 14, 23, 0.88));
    content: "";
  }

  .chinee-factory-card figcaption {
    position: absolute;
    z-index: 1;
    right: 22px;
    bottom: 18px;
    left: 22px;
    color: #fff;
  }

  .chinee-factory-card figcaption span,
  .chinee-factory-card figcaption small {
    display: block;
  }

  .chinee-factory-card figcaption span {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.1;
  }

  .chinee-factory-card figcaption small {
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
  }

  .chinee-factory-card:hover img {
    transform: scale(1.03);
  }

  .chinee-products {
    background: #fff;
  }

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

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

  .chinee-product-card__image {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border: 1px solid #e3e8e7;
    border-radius: 4px;
    background: #f4f6f5;
  }

  .chinee-product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
  }

  .chinee-product-card__action {
    position: absolute;
    right: 14px;
    bottom: 14px;
    display: grid;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--chinee-navy);
    color: #fff;
    opacity: 0;
    place-items: center;
    transform: translateY(8px);
    transition: opacity 0.24s ease, transform 0.24s ease;
  }

  .chinee-product-card__body {
    padding-top: 16px;
  }

  .chinee-product-card__body p {
    margin-bottom: 5px;
    color: var(--chinee-teal);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .chinee-product-card__body h3 {
    display: -webkit-box;
    min-height: 48px;
    overflow: hidden;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--chinee-charcoal);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.48;
  }

  .chinee-product-card__body h3 a {
    color: inherit;
    text-decoration: none;
  }

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

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

  .chinee-brand-scene {
    display: grid;
    min-height: 680px;
    grid-template-columns: minmax(0, 58%) minmax(0, 42%);
    background: var(--chinee-navy);
  }

  .chinee-brand-scene__media {
    min-height: 680px;
  }

  .chinee-brand-scene__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .chinee-brand-scene__content {
    display: flex;
    max-width: 640px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 72px 76px;
    color: #fff;
  }

  .chinee-brand-scene__content h2 {
    margin-bottom: 24px;
    color: #fff;
    font-size: 54px;
  }

  .chinee-brand-scene__content > p:not(.chinee-eyebrow) {
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.75);
  }

  .chinee-brand-scene__content ul {
    margin-bottom: 32px;
    padding: 0;
    list-style: none;
  }

  .chinee-brand-scene__content li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 9px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
  }

  .chinee-brand-scene__content li i {
    color: #89d7d3;
    font-size: 19px;
  }

  .chinee-process {
    background: #eef4f3;
  }

  .chinee-process-grid {
    display: grid;
    margin-bottom: 0;
    padding: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid #cbd8d7;
    border-left: 1px solid #cbd8d7;
    list-style: none;
  }

  .chinee-process-grid li {
    position: relative;
    min-height: 270px;
    padding: 36px 34px;
    border-right: 1px solid #cbd8d7;
    border-bottom: 1px solid #cbd8d7;
    background: rgba(255, 255, 255, 0.5);
  }

  .chinee-process-grid li > span {
    position: absolute;
    top: 22px;
    right: 24px;
    color: rgba(0, 48, 112, 0.18);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
  }

  .chinee-process-grid li > i {
    display: grid;
    width: 52px;
    height: 52px;
    margin-bottom: 42px;
    border-radius: 50%;
    background: var(--chinee-navy);
    color: #fff;
    font-size: 23px;
    place-items: center;
  }

  .chinee-process-grid h3 {
    margin-bottom: 8px;
    color: var(--chinee-navy);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.35;
  }

  .chinee-process-grid p {
    max-width: 310px;
    margin-bottom: 0;
    color: #657176;
    font-size: 14px;
  }

  .chinee-process__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding-top: 32px;
  }

  .chinee-process__cta p {
    margin-bottom: 0;
    color: var(--chinee-charcoal);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 27px;
    font-weight: 600;
  }

  html body #kf {
    width: min(calc(100% - 96px), 1440px) !important;
    max-width: 1440px !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  html body #kf .online_cont {
    margin: 0 !important;
    padding: 110px 0 !important;
    font-family: "Manrope", Arial, sans-serif !important;
  }

  html body #kf .online_cont .title {
    margin-bottom: 48px !important;
  }

  html body #kf .online_cont .title p:first-child {
    margin-bottom: 8px !important;
    color: var(--chinee-navy, #003070) !important;
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: 50px !important;
    font-weight: 600 !important;
    line-height: 1.1 !important;
    text-transform: none !important;
  }

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

  html body #kf .online_cont ul {
    gap: 26px !important;
    margin: 0 !important;
  }

  html body #kf .online_cont ul li p:first-child {
    width: 132px !important;
    height: 132px !important;
    border: 4px solid #fff !important;
    outline: 1px solid rgba(16, 156, 154, 0.42) !important;
    background: #e7f0ef !important;
    box-shadow: 0 12px 30px rgba(0, 48, 112, 0.13) !important;
  }

  html body #kf .online_cont ul li p:nth-child(2) {
    margin: 18px 0 12px !important;
    color: #18232a !important;
    font-size: 15px !important;
    font-weight: 800 !important;
  }

  html body #kf .online_cont ul li p:nth-child(3) {
    align-items: center !important;
  }

  html body #kf .online_cont ul li p:nth-child(3) span {
    border-radius: 4px !important;
    background: var(--chinee-teal, #109c9a) !important;
  }

  html body #kf .online_cont ul li p:nth-child(3) span:nth-child(2) {
    background: var(--chinee-navy, #003070) !important;
  }

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

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

    .chinee-hero h1 {
      max-width: 560px;
      font-size: 60px;
    }

    .chinee-hero__image {
      object-position: left center;
    }

    .chinee-hero__lead {
      max-width: 540px;
      font-size: 30px;
    }

    .chinee-hero__copy {
      max-width: 490px;
    }

    .chinee-capability {
      grid-template-columns: 44px minmax(0, 1fr);
      gap: 12px;
      padding: 24px 18px;
    }

    .chinee-capability > i {
      width: 42px;
      height: 42px;
    }

    .chinee-category-card__title {
      font-size: 21px;
    }

    .chinee-brand-scene__content {
      padding: 58px 46px;
    }

    .chinee-brand-scene__content h2 {
      font-size: 46px;
    }

    html body #kf {
      width: min(calc(100% - 56px), 1440px) !important;
    }
  }

  @media (max-width: 899px) {
    html,
    body {
      overflow-x: clip;
    }

    .chinee-shell {
      width: min(calc(100% - 40px), 1440px);
    }

    .chinee-section-heading h2,
    .chinee-brand-scene__content h2 {
      font-size: 42px;
    }

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

    .chinee-hero h1 {
      max-width: 470px;
      font-size: 52px;
    }

    .chinee-hero__lead {
      max-width: 470px;
      font-size: 28px;
    }

    .chinee-hero__copy {
      max-width: 440px;
    }

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

    .chinee-capability:nth-child(3) {
      border-left: 1px solid #dfe7e7;
    }

    .chinee-capability:nth-child(-n + 2) {
      border-bottom: 1px solid #dfe7e7;
    }

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

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

    .chinee-factory-card,
    .chinee-factory-card--lead {
      grid-column: span 1;
      grid-row: span 1;
    }

    .chinee-factory-card--lead {
      grid-column: span 2;
      grid-row: span 2;
    }

    .chinee-brand-scene {
      min-height: 0;
      grid-template-columns: 1fr;
    }

    .chinee-brand-scene__media {
      min-height: 560px;
    }

    .chinee-brand-scene__content {
      max-width: none;
      padding: 70px 48px;
    }

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

    html body #kf {
      width: min(calc(100% - 40px), 1440px) !important;
    }
  }
}
