@media screen and (min-width: 701px) {
  .home-pc-redesign {
    --home-blue: #0057b3;
    --home-green: #64cc0a;
    --home-ink: #102033;
    --home-muted: #5f6f7e;
    --home-line: #dce4ea;
    --home-soft: #f3f7f9;
    --home-dark: #071727;
    display: block;
    overflow: hidden;
    color: var(--home-ink);
    background: #fff;
    font-family: "Poppins", "Segoe UI", Arial, sans-serif;
  }

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

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

  .home-pc-redesign h1,
  .home-pc-redesign h2,
  .home-pc-redesign h3,
  .home-pc-redesign strong,
  .home-pc-redesign a,
  .home-pc-redesign span,
  .home-pc-redesign small,
  .home-pc-redesign p {
    letter-spacing: 0;
  }

  .home-pc-redesign a {
    text-decoration: none;
  }

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

  .home-shell {
    width: min(1320px, calc(100% - 80px));
    margin: 0 auto;
  }

  .home-section {
    padding: 108px 0;
  }

  .home-kicker {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--home-blue);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
  }

  .home-kicker > span {
    width: 28px;
    height: 3px;
    background: var(--home-green);
  }

  .home-kicker i {
    color: var(--home-green);
    font-size: 19px;
    font-weight: 400;
  }

  .home-section-heading {
    margin-bottom: 50px;
  }

  .home-section-heading--split {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    align-items: end;
    gap: 80px;
  }

  .home-section-heading h2 {
    max-width: 810px;
    margin-top: 14px;
    color: var(--home-ink);
    font-size: 48px;
    font-weight: 750;
    line-height: 1.12;
  }

  .home-section-heading > p,
  .home-section-heading__side > p {
    color: var(--home-muted);
    font-size: 16px;
    line-height: 1.75;
  }

  .home-section-heading__side > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: var(--home-blue);
    font-size: 14px;
    font-weight: 700;
  }

  .home-section-heading__side > a i {
    transition: transform 0.25s ease;
  }

  .home-section-heading__side > a:hover i {
    transform: translateX(4px);
  }

  .home-section-heading--light h2,
  .home-section-heading--light .home-kicker,
  .home-section-heading--light .home-section-heading__side > a {
    color: #fff;
  }

  .home-section-heading--light .home-section-heading__side > p {
    color: #aebcca;
  }

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

  .home-section-heading--center .home-kicker {
    justify-content: center;
  }

  .home-section-heading--center h2 {
    margin-right: auto;
    margin-left: auto;
  }

  .home-section-heading--center > p:last-child {
    max-width: 650px;
    margin: 18px auto 0;
  }

  .home-button {
    min-height: 52px;
    display: inline-flex;
    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;
    transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
  }

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

  .home-button--primary {
    color: #fff;
    background: var(--home-blue);
  }

  .home-button--primary:hover {
    color: #071727;
    background: var(--home-green);
  }

  .home-button--ghost {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.65);
    background: rgba(5, 20, 34, 0.28);
  }

  .home-button--ghost:hover {
    color: #fff;
    border-color: #fff;
    background: rgba(5, 20, 34, 0.68);
  }

  .home-hero {
    position: relative;
    min-height: calc(100svh - 36px);
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    background: #071727;
  }

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

  .home-hero__image {
    z-index: -2;
    object-fit: cover;
    object-position: center;
  }

  .home-hero__shade {
    z-index: -1;
    background: rgba(2, 13, 25, 0.42);
  }

  .home-hero__content {
    padding-top: 160px;
    padding-bottom: 88px;
  }

  .home-hero .home-kicker {
    color: #fff;
  }

  .home-hero h1 {
    max-width: 800px;
    margin-top: 18px;
    color: #fff;
    font-size: 68px;
    font-weight: 760;
    line-height: 1.03;
    text-shadow: 0 3px 22px rgba(0, 0, 0, 0.28);
  }

  .home-hero__copy {
    max-width: 630px;
    margin-top: 26px !important;
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    line-height: 1.7;
  }

  .home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
  }

  .home-hero__proof {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 150px));
    gap: 0;
    max-width: 680px;
    margin-top: 50px !important;
    padding: 0;
    list-style: none;
  }

  .home-hero__proof li {
    min-width: 0;
    padding: 0 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.32);
  }

  .home-hero__proof li:first-child {
    padding-left: 0;
    border-left: 0;
  }

  .home-hero__proof strong,
  .home-hero__proof span {
    display: block;
  }

  .home-hero__proof strong {
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
  }

  .home-hero__proof span {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
    line-height: 1.35;
    text-transform: uppercase;
  }

  .home-hero__scroll {
    position: absolute;
    right: 38px;
    bottom: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .home-hero__scroll i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 50%;
  }

  .home-categories {
    background: #fff;
  }

  .home-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--home-line);
    border-left: 1px solid var(--home-line);
  }

  .home-category-card {
    min-width: 0;
    display: block;
    color: var(--home-ink);
    border-right: 1px solid var(--home-line);
    border-bottom: 1px solid var(--home-line);
    background: #fff;
  }

  .home-category-card__media {
    position: relative;
    aspect-ratio: 4 / 3;
    display: block;
    overflow: hidden;
    background: #edf2f5;
  }

  .home-category-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 3px solid transparent;
    transition: border-color 0.3s ease;
  }

  .home-category-card__media > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
  }

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

  .home-category-card:hover .home-category-card__media::after {
    border-color: var(--home-green);
  }

  .home-category-card__placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: var(--home-blue);
    font-size: 54px;
  }

  .home-category-card__icon {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.44);
    border-radius: 4px;
    background: rgba(0, 87, 179, 0.88);
    font-size: 18px;
  }

  .home-category-card__body {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 17px 18px;
  }

  .home-category-card__body strong {
    min-width: 0;
    font-size: 15px;
    line-height: 1.35;
  }

  .home-category-card__body i {
    flex: 0 0 auto;
    color: var(--home-blue);
    font-size: 19px;
    transition: color 0.25s ease, transform 0.25s ease;
  }

  .home-category-card:hover .home-category-card__body i {
    color: var(--home-green);
    transform: translate(3px, -3px);
  }

  .home-factory {
    position: relative;
    background: var(--home-dark);
  }

  .home-factory::before {
    content: "CHINEE";
    position: absolute;
    top: 20px;
    right: -18px;
    color: rgba(255, 255, 255, 0.025);
    font-size: 190px;
    font-weight: 800;
    line-height: 1;
    pointer-events: none;
  }

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

  .home-factory-item {
    position: relative;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    background: #142839;
  }

  .home-factory-item--lead {
    grid-column: 1 / 8;
    grid-row: 1 / 3;
  }

  .home-factory-item:nth-child(2) {
    grid-column: 8 / 13;
    grid-row: 1;
  }

  .home-factory-item:nth-child(3) {
    grid-column: 8 / 13;
    grid-row: 2;
  }

  .home-factory-item:nth-child(4) {
    grid-column: 1 / 5;
    grid-row: 3;
  }

  .home-factory-item:nth-child(5) {
    grid-column: 5 / 9;
    grid-row: 3;
  }

  .home-factory-item:nth-child(6) {
    grid-column: 9 / 13;
    grid-row: 3;
  }

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

  .home-factory-item:hover img {
    transform: scale(1.035);
  }

  .home-factory-item figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    gap: 12px;
    padding: 46px 18px 16px;
    color: #fff;
    background: linear-gradient(0deg, rgba(3, 14, 25, 0.9), rgba(3, 14, 25, 0));
  }

  .home-factory-item figcaption > span {
    flex: 0 0 auto;
    color: var(--home-green);
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
  }

  .home-factory-item figcaption div,
  .home-factory-item figcaption strong,
  .home-factory-item figcaption small {
    display: block;
  }

  .home-factory-item figcaption strong {
    font-size: 15px;
    line-height: 1.35;
  }

  .home-factory-item figcaption small {
    max-height: 0;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
    line-height: 1.5;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease, margin 0.3s ease;
  }

  .home-factory-item:hover figcaption small,
  .home-factory-item--lead figcaption small {
    max-height: 40px;
    margin-top: 4px;
    opacity: 1;
  }

  .home-factory-item--lead figcaption {
    padding: 70px 26px 24px;
  }

  .home-factory-item--lead figcaption strong {
    font-size: 21px;
  }

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

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

  .home-product-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--home-line);
    border-radius: 6px;
    background: #fff;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  }

  .home-product-card:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 87, 179, 0.4);
    box-shadow: 0 18px 38px rgba(16, 32, 51, 0.1);
  }

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

  .home-product-card__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
    transition: transform 0.45s ease;
  }

  .home-product-card:hover .home-product-card__media img {
    transform: scale(1.04);
  }

  .home-product-card__media > span {
    position: absolute;
    top: 12px;
    left: 12px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 9px;
    color: #fff;
    border-radius: 3px;
    background: var(--home-blue);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .home-product-card__media > span i {
    color: var(--home-green);
  }

  .home-product-card__body {
    padding: 18px 18px 20px;
    border-top: 1px solid #edf1f4;
  }

  .home-product-card__body > p {
    min-height: 17px;
    color: var(--home-blue);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
  }

  .home-product-card h3 {
    min-height: 48px;
    margin-top: 8px;
    display: -webkit-box;
    overflow: hidden;
    color: var(--home-ink);
    font-size: 16px;
    font-weight: 650;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .home-product-card h3 a:hover {
    color: var(--home-blue);
  }

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

  .home-product-card__link i {
    color: var(--home-green);
  }

  .home-custom {
    background: #fff;
  }

  .home-custom-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
    grid-template-rows: repeat(2, 250px);
    gap: 12px;
  }

  .home-custom-item {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: #dfe7eb;
  }

  .home-custom-item--lead {
    grid-row: span 2;
  }

  .home-custom-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }

  .home-custom-item:hover img {
    transform: scale(1.035);
  }

  .home-custom-item figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 54px 20px 18px;
    color: #fff;
    background: linear-gradient(0deg, rgba(3, 14, 25, 0.86), rgba(3, 14, 25, 0));
  }

  .home-custom-item figcaption span,
  .home-custom-item figcaption strong,
  .home-custom-item figcaption small {
    display: block;
  }

  .home-custom-item figcaption span {
    color: var(--home-green);
    font-size: 10px;
    font-weight: 800;
  }

  .home-custom-item figcaption strong {
    margin-top: 4px;
    font-size: 17px;
    line-height: 1.35;
  }

  .home-custom-item figcaption small {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 11px;
    line-height: 1.5;
  }

  .home-custom-item--lead figcaption {
    padding: 86px 28px 25px;
  }

  .home-custom-item--lead figcaption strong {
    font-size: 24px;
  }

  .home-custom-options {
    min-height: 76px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr)) auto;
    align-items: stretch;
    margin-top: 12px;
    border: 1px solid var(--home-line);
  }

  .home-custom-options > span {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 15px 10px;
    color: #425464;
    border-right: 1px solid var(--home-line);
    font-size: 12px;
    font-weight: 700;
  }

  .home-custom-options > span i {
    color: var(--home-blue);
    font-size: 18px;
  }

  .home-custom-options > a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 15px 20px;
    color: #fff;
    background: var(--home-blue);
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
  }

  .home-custom-options > a:hover {
    color: #071727;
    background: var(--home-green);
  }

  .home-process {
    background: var(--home-soft);
  }

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

  .home-process-list::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 7.5%;
    right: 7.5%;
    height: 1px;
    background: #cbd7df;
  }

  .home-process-list li {
    position: relative;
    min-width: 0;
    text-align: center;
  }

  .home-process-list li > span {
    position: relative;
    z-index: 1;
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
    margin: 0 auto 19px;
    color: var(--home-blue);
    border: 1px solid #c8d5dd;
    border-radius: 50%;
    background: #fff;
    font-size: 25px;
    transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease;
  }

  .home-process-list li:hover > span {
    color: #071727;
    border-color: var(--home-green);
    background: var(--home-green);
  }

  .home-process-list small,
  .home-process-list strong,
  .home-process-list p {
    display: block;
  }

  .home-process-list small {
    color: var(--home-blue);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .home-process-list strong {
    min-height: 42px;
    margin-top: 7px;
    color: var(--home-ink);
    font-size: 14px;
    line-height: 1.45;
  }

  .home-process-list p {
    margin-top: 8px;
    color: var(--home-muted);
    font-size: 11px;
    line-height: 1.6;
  }

  .home-process-cta {
    min-height: 94px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 55px;
    padding: 18px 22px 18px 26px;
    border-left: 4px solid var(--home-green);
    background: #fff;
    box-shadow: 0 14px 38px rgba(16, 32, 51, 0.07);
  }

  .home-process-cta > div {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .home-process-cta > div > i {
    color: var(--home-blue);
    font-size: 34px;
  }

  .home-process-cta span,
  .home-process-cta strong,
  .home-process-cta small {
    display: block;
  }

  .home-process-cta strong {
    color: var(--home-ink);
    font-size: 16px;
  }

  .home-process-cta small {
    margin-top: 4px;
    color: var(--home-muted);
    font-size: 12px;
  }

  /* Existing sidebar-lx4.php markup remains unchanged; these are visual overrides only. */
  #kf.container2 {
    width: min(1320px, calc(100% - 80px));
    margin: 0 auto;
  }

  #kf .online_cont {
    margin: 0;
    padding: 104px 0 110px;
  }

  #kf .online_cont .title {
    margin: 0 0 48px;
  }

  #kf .online_cont .title p {
    color: #5f6f7e;
    font-size: 15px;
    letter-spacing: 0;
  }

  #kf .online_cont .title p:nth-child(1) {
    margin-bottom: 12px;
    color: #102033;
    font-size: 44px;
    font-weight: 750;
    line-height: 1.15;
    text-transform: none;
  }

  #kf .online_cont .title::before {
    content: "Your CHINEE Project Team";
    display: block;
    margin-bottom: 12px;
    color: #0057b3;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
  }

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

  #kf .online_cont ul li {
    min-width: 0;
    padding: 26px 16px 24px;
    border: 1px solid #dce4ea;
    border-radius: 6px;
    background: #f7fafb;
    transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  }

  #kf .online_cont ul li:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 87, 179, 0.42);
    box-shadow: 0 16px 32px rgba(16, 32, 51, 0.09);
  }

  #kf .online_cont ul li p:nth-child(1) {
    width: 112px;
    height: 112px;
    border: 4px solid #fff;
    box-shadow: 0 0 0 2px #64cc0a;
  }

  #kf .online_cont ul li p:nth-child(2) {
    margin: 18px 0 15px;
    color: #102033;
    font-size: 15px;
    font-weight: 750;
  }

  #kf .online_cont ul li p:nth-child(3) {
    gap: 7px;
  }

  #kf .online_cont ul li p:nth-child(3) span,
  #kf .online_cont ul li p:nth-child(3) span:nth-child(2) {
    min-width: 0;
    margin: 0;
    padding: 7px 9px;
    border-radius: 4px;
    background: #0057b3;
    font-size: 9px;
  }

  #kf .online_cont ul li p:nth-child(3) span:first-child {
    background: #3d8f18;
  }

  #kf .online_cont ul li p:nth-child(3) span a {
    white-space: nowrap;
  }

  .mobile_nav {
    display: none !important;
  }

  @media screen and (max-width: 1180px) {
    .home-shell,
    #kf.container2 {
      width: calc(100% - 48px);
    }

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

    .home-section-heading--split {
      gap: 42px;
    }

    .home-section-heading h2 {
      font-size: 42px;
    }

    .home-hero h1 {
      font-size: 56px;
    }

    .home-category-card__body {
      padding: 14px;
    }

    .home-category-card__body strong {
      font-size: 13px;
    }

    .home-factory-grid {
      grid-template-rows: 210px 210px 230px;
    }

    .home-factory-item figcaption {
      gap: 8px;
      padding-right: 12px;
      padding-left: 12px;
    }

    .home-product-grid {
      gap: 14px;
    }

    .home-product-card__body {
      padding: 15px;
    }

    .home-custom-options {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .home-custom-options > a {
      grid-column: 1 / -1;
    }

    .home-process-list {
      gap: 10px;
    }

    .home-process-list p {
      font-size: 10px;
    }

    #kf .online_cont {
      padding: 86px 0 92px;
    }

    #kf .online_cont ul {
      gap: 10px;
    }

    #kf .online_cont ul li {
      padding-right: 9px;
      padding-left: 9px;
    }
  }

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

    .garment-header .garment-logo {
      width: 170px;
    }

    .garment-header .garment-nav {
      gap: 16px;
    }

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

    .garment-header .garment-nav > a[href="/price-list"],
    .garment-header .garment-nav > a[href="/FAQ"],
    .garment-header .garment-nav > .nav-dropdown:not(.price-list-nav) {
      display: none;
    }

    .garment-header .garment-nav .mobile-menu-contact {
      display: none;
    }

    .home-shell,
    #kf.container2 {
      width: calc(100% - 36px);
    }

    .home-section {
      padding: 72px 0;
    }

    .home-section-heading--split {
      grid-template-columns: minmax(0, 1fr) minmax(260px, 0.75fr);
      gap: 28px;
    }

    .home-section-heading h2 {
      font-size: 36px;
    }

    .home-hero__content {
      padding-top: 140px;
    }

    .home-hero h1 {
      font-size: 48px;
    }

    .home-hero__copy {
      max-width: 560px;
      font-size: 15px;
    }

    .home-category-card__body {
      min-height: 65px;
      padding: 12px 10px;
    }

    .home-category-card__body strong {
      font-size: 12px;
    }

    .home-factory-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-template-rows: none;
      gap: 8px;
    }

    .home-factory-item--lead,
    .home-factory-item:nth-child(2),
    .home-factory-item:nth-child(3),
    .home-factory-item:nth-child(4),
    .home-factory-item:nth-child(5),
    .home-factory-item:nth-child(6) {
      grid-column: auto;
      grid-row: auto;
      min-height: 0;
      aspect-ratio: 4 / 3;
    }

    .home-factory-item--lead,
    .home-factory-item:nth-child(6) {
      grid-column: 1 / -1;
      aspect-ratio: 16 / 7;
    }

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

    .home-product-card h3 {
      font-size: 13px;
    }

    .home-custom-grid {
      grid-template-rows: repeat(2, 215px);
    }

    .home-custom-options > span {
      font-size: 10px;
    }

    .home-process-list strong {
      font-size: 12px;
    }

    .home-process-list p {
      display: none;
    }

    #kf .online_cont .title p:nth-child(1) {
      font-size: 36px;
    }

    #kf .online_cont ul li p:nth-child(1) {
      width: 92px;
      height: 92px;
    }

    #kf .online_cont ul li p:nth-child(3) {
      display: grid;
      grid-template-columns: 1fr;
    }

    #kf .online_cont ul li p:nth-child(3) span {
      width: 100%;
    }

    #kf .online_cont ul li p:nth-child(3) span a {
      justify-content: center;
    }
  }

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