@media screen and (min-width: 701px) {
  body {
    overflow-x: hidden;
    background: #fffdf9;
  }

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

  .chinee-home-pc {
    --chinee-espresso: #211b17;
    --chinee-espresso-soft: #312720;
    --chinee-cognac: #b86b3f;
    --chinee-cognac-dark: #95512f;
    --chinee-ivory: #f5efe7;
    --chinee-paper: #fffdf9;
    --chinee-stone: #d7cfc5;
    --chinee-muted: #6f665f;
    --chinee-line: rgba(33, 27, 23, 0.14);
    --chinee-shell: 1440px;
    display: block;
    width: 100%;
    background: var(--chinee-paper);
    color: var(--chinee-espresso);
    font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
  }

  .chinee-home {
    overflow: clip;
    background: var(--chinee-paper);
  }

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

  .chinee-home h1,
  .chinee-home h2,
  .chinee-home h3 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: inherit;
  }

  .chinee-home a:focus-visible,
  .garment-header a:focus-visible {
    outline: 2px solid var(--chinee-cognac, #b86b3f) !important;
    outline-offset: 4px;
  }

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

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

  .chinee-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px !important;
    color: var(--chinee-cognac);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .chinee-eyebrow::before {
    width: 42px;
    height: 2px;
    background: currentColor;
    content: '';
  }

  .chinee-eyebrow--light {
    color: #e8a579;
  }

  .chinee-section-heading h2 {
    max-width: 900px;
    font-size: clamp(42px, 3.1vw, 58px);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -0.035em;
  }

  .chinee-section-heading--split {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.6fr);
    align-items: end;
    gap: 72px;
    margin-bottom: 58px;
  }

  .chinee-section-heading__aside {
    padding-bottom: 5px;
  }

  .chinee-section-heading__aside > p {
    margin-bottom: 22px !important;
    color: var(--chinee-muted);
    font-size: 16px;
    line-height: 1.75;
  }

  .chinee-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--chinee-espresso);
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid var(--chinee-cognac);
    padding-bottom: 4px;
  }

  .chinee-text-link i {
    color: var(--chinee-cognac);
    font-size: 18px;
    transition: transform 0.2s ease;
  }

  .chinee-text-link:hover i {
    transform: translate(3px, -3px);
  }

  .chinee-button {
    min-height: 54px;
    padding: 0 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    transition: background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
  }

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

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

  .chinee-button--primary:hover {
    background: var(--chinee-cognac-dark);
    border-color: var(--chinee-cognac-dark);
    color: #fff;
  }

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

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

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

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

  .garment-header {
    background: linear-gradient(180deg, rgba(20, 15, 12, 0.78) 0%, rgba(20, 15, 12, 0.3) 68%, transparent 100%);
    border-bottom-color: rgba(245, 239, 231, 0.15);
  }

  .garment-header-inner {
    width: min(1440px, calc(100% - 96px));
  }

  .garment-header.is-scrolled {
    background: rgba(245, 239, 231, 0.97);
    border-bottom-color: rgba(33, 27, 23, 0.1);
    box-shadow: 0 12px 34px rgba(33, 27, 23, 0.1);
    backdrop-filter: blur(14px);
  }

  .garment-header.is-scrolled .garment-nav > a,
  .garment-header.is-scrolled .dropdown-trigger {
    color: var(--chinee-espresso);
  }

  .garment-nav > a:hover,
  .garment-nav > a.current,
  .dropdown-trigger:hover,
  .dropdown-trigger.current {
    color: #e8a579;
  }

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

  .garment-nav > a::after,
  .dropdown-trigger::after {
    background: var(--chinee-cognac);
  }

  .chinee-hero {
    position: relative;
    height: 100svh;
    min-height: 760px;
    max-height: 1040px;
    isolation: isolate;
    overflow: hidden;
    background: var(--chinee-espresso);
  }

  .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 center;
    transform: scale(1.01);
    animation: chinee-hero-reveal 1.2s cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .chinee-hero__shade {
    z-index: -2;
    background:
      linear-gradient(90deg, rgba(18, 13, 10, 0.94) 0%, rgba(23, 17, 13, 0.86) 32%, rgba(24, 17, 13, 0.38) 56%, rgba(17, 12, 9, 0.08) 76%),
      linear-gradient(180deg, rgba(14, 10, 8, 0.22) 0%, transparent 45%, rgba(12, 9, 7, 0.56) 100%);
  }

  .chinee-hero__inner {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 124px 0 116px;
  }

  .chinee-hero__copy {
    width: min(760px, 55%);
    color: #fff;
    animation: chinee-copy-in 0.9s 0.18s cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .chinee-hero h1 {
    color: #fff;
    font-size: clamp(58px, 3.75vw, 72px);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.045em;
    text-wrap: balance;
  }

  .chinee-hero__lead {
    max-width: 610px;
    margin-top: 28px !important;
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
    line-height: 1.7;
  }

  .chinee-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 36px;
  }

  .chinee-hero__rail {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 88px;
    display: flex;
    align-items: center;
    color: #fff;
    background: rgba(25, 18, 14, 0.72);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
  }

  .chinee-hero__rail-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .chinee-hero__rail span {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 28px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .chinee-hero__rail span + span {
    border-left: 1px solid rgba(255, 255, 255, 0.16);
  }

  .chinee-hero__rail i {
    color: #e8a579;
    font-size: 21px;
  }

  .chinee-categories {
    background:
      linear-gradient(rgba(33, 27, 23, 0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(33, 27, 23, 0.035) 1px, transparent 1px),
      var(--chinee-paper);
    background-size: 72px 72px;
  }

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

  .chinee-category-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--chinee-line);
    border-radius: 4px;
    box-shadow: 0 10px 28px rgba(33, 27, 23, 0.04);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  }

  .chinee-category-card:hover {
    border-color: rgba(184, 107, 63, 0.6);
    box-shadow: 0 18px 42px rgba(33, 27, 23, 0.12);
    transform: translateY(-5px);
  }

  .chinee-category-card__media {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--chinee-ivory);
  }

  .chinee-category-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
  }

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

  .chinee-category-card__body {
    position: relative;
    flex: 1;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    min-height: 196px;
    padding: 24px 22px 22px;
  }

  .chinee-category-card__icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    background: var(--chinee-ivory);
    color: var(--chinee-cognac);
    border: 1px solid rgba(184, 107, 63, 0.22);
    border-radius: 50%;
    font-size: 22px;
  }

  .chinee-category-card__count {
    margin-bottom: 7px !important;
    color: var(--chinee-cognac);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .chinee-category-card h3 {
    padding-right: 22px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
  }

  .chinee-category-card__body div > p:last-child {
    margin-top: 10px !important;
    color: var(--chinee-muted);
    font-size: 13px;
    line-height: 1.55;
  }

  .chinee-category-card__arrow {
    position: absolute;
    right: 20px;
    top: 24px;
    color: var(--chinee-espresso);
    font-size: 19px;
    transition: color 0.2s ease, transform 0.2s ease;
  }

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

  .chinee-factory {
    color: #fff;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
      var(--chinee-espresso);
    background-size: 120px 100%;
  }

  .chinee-factory::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 32%;
    height: 6px;
    background: var(--chinee-cognac);
    content: '';
  }

  .chinee-section-heading--factory {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.55fr);
    align-items: end;
    gap: 92px;
    margin-bottom: 58px;
  }

  .chinee-section-heading--factory > p {
    color: rgba(255, 255, 255, 0.64);
    font-size: 16px;
    line-height: 1.78;
  }

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

  .chinee-factory-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border-radius: 3px;
    background: #100c09;
  }

  .chinee-factory-card--campus {
    grid-column: 1 / span 7;
    grid-row: 1 / span 2;
  }

  .chinee-factory-card--cutting {
    grid-column: 8 / span 5;
    grid-row: 1;
  }

  .chinee-factory-card--stitching {
    grid-column: 8 / span 5;
    grid-row: 2;
  }

  .chinee-factory-card--lasting {
    grid-column: 1 / span 4;
    grid-row: 3;
  }

  .chinee-factory-card--assembly {
    grid-column: 5 / span 4;
    grid-row: 3;
  }

  .chinee-factory-card--quality {
    grid-column: 9 / span 4;
    grid-row: 3;
  }

  .chinee-factory-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
  }

  .chinee-factory-card:hover img {
    transform: scale(1.035);
    opacity: 0.9;
  }

  .chinee-factory-card figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 54px 24px 22px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    background: linear-gradient(180deg, transparent, rgba(15, 10, 7, 0.92));
  }

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

  .chinee-factory-card figcaption span {
    max-width: 330px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    line-height: 1.5;
    text-align: right;
  }

  .chinee-factory-card--lasting figcaption,
  .chinee-factory-card--assembly figcaption,
  .chinee-factory-card--quality figcaption {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .chinee-factory-card--lasting figcaption span,
  .chinee-factory-card--assembly figcaption span,
  .chinee-factory-card--quality figcaption span {
    text-align: left;
  }

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

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

  .chinee-product-card {
    min-width: 0;
    background: var(--chinee-paper);
    border: 1px solid rgba(33, 27, 23, 0.11);
    border-radius: 4px;
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
  }

  .chinee-product-card:hover {
    border-color: rgba(184, 107, 63, 0.54);
    box-shadow: 0 20px 46px rgba(33, 27, 23, 0.11);
  }

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

  .chinee-product-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
  }

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

  .chinee-product-card__view {
    position: absolute;
    right: 16px;
    bottom: 16px;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    background: var(--chinee-espresso);
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.22s ease, transform 0.22s ease, background-color 0.22s ease;
  }

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

  .chinee-product-card__body {
    min-height: 180px;
    padding: 22px 22px 24px;
  }

  .chinee-product-card__category {
    margin-bottom: 8px !important;
    color: var(--chinee-cognac);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .chinee-product-card h3 {
    min-height: 54px;
    display: -webkit-box;
    overflow: hidden;
    color: var(--chinee-espresso);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.42;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .chinee-product-card__link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 20px;
    color: var(--chinee-muted);
    font-size: 13px;
    font-weight: 700;
  }

  .chinee-product-card__link i {
    color: var(--chinee-cognac);
    transition: transform 0.2s ease;
  }

  .chinee-product-card__link:hover i {
    transform: translateX(4px);
  }

  .chinee-products__empty {
    padding: 44px;
    background: #fff;
    color: var(--chinee-muted);
    border: 1px solid var(--chinee-line);
    text-align: center;
  }

  .chinee-markets {
    color: #fff;
    background: #17110e;
  }

  .chinee-section-heading--markets {
    max-width: 940px;
    margin: 0 auto 58px;
    text-align: center;
  }

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

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

  .chinee-section-heading--markets > p:last-child {
    max-width: 720px;
    margin: 24px auto 0 !important;
    color: rgba(255, 255, 255, 0.64);
    font-size: 16px;
    line-height: 1.75;
  }

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

  .chinee-market-card {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 4px;
    background: var(--chinee-espresso);
  }

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

  .chinee-market-card img {
    object-fit: cover;
    transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .chinee-market-card__shade {
    background: linear-gradient(180deg, rgba(24, 17, 13, 0.02) 30%, rgba(20, 14, 11, 0.9) 100%);
  }

  .chinee-market-card:hover img {
    transform: scale(1.04);
  }

  .chinee-market-card__copy {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 34px 30px;
  }

  .chinee-market-card__copy p {
    margin-bottom: 9px !important;
    color: #e8a579;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .chinee-market-card__copy h3 {
    max-width: 390px;
    color: #fff;
    font-size: 24px;
    line-height: 1.28;
  }

  .chinee-customization-band {
    margin-top: 24px;
    padding: 40px 44px;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr) auto;
    align-items: center;
    gap: 46px;
    background: var(--chinee-ivory);
    color: var(--chinee-espresso);
    border-radius: 4px;
  }

  .chinee-customization-band > div {
    position: relative;
    padding-left: 74px;
  }

  .chinee-customization-band__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    background: var(--chinee-cognac);
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
  }

  .chinee-customization-band .chinee-eyebrow {
    margin-bottom: 8px !important;
    font-size: 11px;
  }

  .chinee-customization-band h3 {
    font-size: 24px;
    line-height: 1.28;
  }

  .chinee-customization-band > p {
    color: var(--chinee-muted);
    font-size: 14px;
    line-height: 1.7;
  }

  .chinee-process {
    background:
      radial-gradient(circle at 8% 18%, rgba(184, 107, 63, 0.08), transparent 24%),
      var(--chinee-paper);
  }

  .chinee-section-heading--center {
    max-width: 860px;
    margin: 0 auto 66px;
    text-align: center;
  }

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

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

  .chinee-section-heading--center > p:last-child {
    margin-top: 22px !important;
    color: var(--chinee-muted);
    font-size: 16px;
  }

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

  .chinee-process-list::before {
    position: absolute;
    top: 47px;
    right: 8.333%;
    left: 8.333%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--chinee-cognac) 9%, var(--chinee-cognac) 91%, transparent);
    content: '';
  }

  .chinee-process-step {
    position: relative;
    min-width: 0;
    padding: 0 17px;
    text-align: center;
  }

  .chinee-process-step__number {
    position: absolute;
    top: -8px;
    right: 14px;
    color: rgba(33, 27, 23, 0.18);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
  }

  .chinee-process-step__icon {
    position: relative;
    z-index: 1;
    width: 94px;
    height: 94px;
    display: grid;
    place-items: center;
    margin: 0 auto 25px;
    background: var(--chinee-paper);
    color: var(--chinee-cognac);
    border: 1px solid rgba(184, 107, 63, 0.4);
    border-radius: 50%;
    box-shadow: 0 0 0 10px var(--chinee-paper);
    font-size: 30px;
    transition: background-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
  }

  .chinee-process-step:hover .chinee-process-step__icon {
    background: var(--chinee-cognac);
    color: #fff;
    transform: translateY(-4px);
  }

  .chinee-process-step h3 {
    min-height: 48px;
    font-size: 17px;
    line-height: 1.35;
  }

  .chinee-process-step p {
    margin-top: 11px !important;
    color: var(--chinee-muted);
    font-size: 13px;
    line-height: 1.62;
  }

  .chinee-process__cta {
    margin-top: 70px;
    padding: 28px 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    background: var(--chinee-espresso);
    color: #fff;
    border-radius: 4px;
  }

  .chinee-process__cta p {
    color: rgba(255, 255, 255, 0.76);
    font-size: 15px;
  }

  body #kf.container2 {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 118px 48px 130px !important;
    background: var(--chinee-ivory, #f5efe7);
  }

  body #kf .online_cont {
    width: min(1440px, 100%) !important;
    margin: 0 auto !important;
  }

  body #kf .online_cont .title {
    margin: 0 0 58px !important;
  }

  body #kf .online_cont .title p:first-child {
    margin: 0 0 14px !important;
    color: #211b17 !important;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-size: clamp(42px, 3vw, 54px) !important;
    font-weight: 700 !important;
    line-height: 1.05 !important;
    letter-spacing: -0.035em;
    text-transform: none !important;
  }

  body #kf .online_cont .title p:first-child::before {
    display: block;
    width: 42px;
    height: 2px;
    margin: 0 auto 18px;
    background: #b86b3f;
    content: '';
  }

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

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

  body #kf .online_cont ul li {
    min-width: 0;
    padding: 30px 18px 24px;
    background: #fffdf9;
    border: 1px solid rgba(33, 27, 23, 0.12);
    border-radius: 4px;
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
  }

  body #kf .online_cont ul li:hover {
    border-color: rgba(184, 107, 63, 0.52);
    box-shadow: 0 18px 38px rgba(33, 27, 23, 0.1);
    transform: translateY(-5px);
  }

  body #kf .online_cont ul li p:first-child {
    width: 126px !important;
    height: 126px !important;
    border: 3px solid #fffdf9;
    outline: 1px solid rgba(184, 107, 63, 0.46);
    box-shadow: 0 12px 28px rgba(33, 27, 23, 0.16) !important;
  }

  body #kf .online_cont ul li p:nth-child(2) {
    margin: 20px 0 16px !important;
    color: #211b17 !important;
    font-size: 16px;
    font-weight: 700;
  }

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

  body #kf .online_cont ul li p:nth-child(3) span {
    margin: 0 !important;
    padding: 7px 10px !important;
    background: #211b17 !important;
    border-radius: 3px !important;
    transition: background-color 0.2s ease;
  }

  body #kf .online_cont ul li p:nth-child(3) span:nth-child(2) {
    background: #b86b3f !important;
  }

  body #kf .online_cont ul li p:nth-child(3) span:hover {
    background: #95512f !important;
  }

  body .mobile_nav {
    display: none !important;
  }

  body .garment-nav > .mobile-menu-contact {
    display: none !important;
  }

  body #online_qq_layer {
    right: 28px !important;
    bottom: 28px !important;
    left: auto !important;
    width: 50px !important;
    height: 50px !important;
  }

  body #online_qq_tab {
    right: 0 !important;
    bottom: 0 !important;
    margin-right: 0 !important;
  }

  @keyframes chinee-hero-reveal {
    from { opacity: 0; transform: scale(1.045); }
    to { opacity: 1; transform: scale(1.01); }
  }

  @keyframes chinee-copy-in {
    from { opacity: 0; transform: translateY(26px); }
    to { opacity: 1; transform: translateY(0); }
  }
}

@media screen and (min-width: 701px) and (max-width: 900px) {
  .garment-header-inner {
    grid-template-columns: 160px minmax(0, 1fr) 0;
    gap: 14px;
  }

  .garment-logo {
    width: 150px;
  }

  .garment-nav {
    gap: 8px;
  }

  .garment-nav > a,
  .dropdown-trigger {
    gap: 2px;
    font-size: 11px;
  }
}

@media screen and (min-width: 701px) and (max-width: 1199px) {
  .chinee-shell,
  .garment-header-inner {
    width: calc(100% - 56px);
  }

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

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

  .chinee-factory-grid {
    grid-template-rows: repeat(3, 220px);
  }

  .chinee-market-grid {
    gap: 15px;
  }

  .chinee-market-card__copy h3 {
    font-size: 20px;
  }

  .chinee-customization-band {
    grid-template-columns: 1fr 1fr;
  }

  .chinee-customization-band .chinee-button {
    grid-column: 1 / -1;
    justify-self: start;
  }

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

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

  body #kf .online_cont ul {
    gap: 16px !important;
  }

  body #kf .online_cont ul li {
    padding-inline: 10px;
  }
}

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