@media (min-width: 701px) {
  .loong-home-pc {
    --loong-navy: #071a2f;
    --loong-navy-2: #0d2a46;
    --loong-lime: #d4f333;
    --loong-ink: #132236;
    --loong-surface: #f4f7f8;
    --loong-white: #ffffff;
    --loong-muted: #607083;
    --loong-line: rgba(19, 34, 54, 0.13);
    --loong-display: 'Barlow Condensed', 'Arial Narrow', sans-serif;
    --loong-body: 'Poppins', 'Segoe UI', Arial, sans-serif;
    overflow: hidden;
    color: var(--loong-ink);
    background: var(--loong-white);
    font-family: var(--loong-body);
  }

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

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

  .loong-home-pc a {
    color: inherit;
    text-decoration: none;
  }

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

  .loong-home-pc ul,
  .loong-home-pc ol {
    padding: 0;
    list-style: none;
  }

  .loong-shell {
    width: min(calc(100% - 96px), 1500px);
    margin: 0 auto;
  }

  body:has(.loong-home-pc) .garment-header {
    background: linear-gradient(180deg, rgba(7, 26, 47, 0.72), rgba(7, 26, 47, 0)) !important;
    border-bottom-color: rgba(255, 255, 255, 0.15) !important;
  }

  body:has(.loong-home-pc) .garment-header.is-scrolled {
    background: rgba(255, 255, 255, 0.97) !important;
    border-bottom-color: rgba(7, 26, 47, 0.1) !important;
    box-shadow: 0 12px 35px rgba(7, 26, 47, 0.12) !important;
    backdrop-filter: blur(14px);
  }

  body:has(.loong-home-pc) .garment-header-inner {
    width: min(calc(100% - 96px), 1500px) !important;
    height: 96px;
  }

  body:has(.loong-home-pc) .garment-header.is-scrolled .garment-header-inner {
    height: 82px;
  }

  body:has(.loong-home-pc) .garment-nav > a,
  body:has(.loong-home-pc) .garment-nav .dropdown-trigger {
    font-size: 14px;
    letter-spacing: 0.04em;
  }

  body:has(.loong-home-pc) .garment-header:not(.is-scrolled) .garment-nav > a,
  body:has(.loong-home-pc) .garment-header:not(.is-scrolled) .garment-nav .dropdown-trigger {
    color: #fff;
  }

  body:has(.loong-home-pc) .garment-header:not(.is-scrolled) .garment-nav > a:hover,
  body:has(.loong-home-pc) .garment-header:not(.is-scrolled) .garment-nav > a.current,
  body:has(.loong-home-pc) .garment-header:not(.is-scrolled) .garment-nav .dropdown-trigger:hover,
  body:has(.loong-home-pc) .garment-header:not(.is-scrolled) .garment-nav .dropdown-trigger.current {
    color: var(--loong-lime);
  }

  .loong-hero {
    position: relative;
    min-height: 100svh;
    display: grid;
    align-items: center;
    isolation: isolate;
    color: #fff;
    background: #071a2f url('../img/loong-home-pc/hero.webp') center center / cover no-repeat;
  }

  .loong-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
      linear-gradient(90deg, rgba(4, 15, 28, 0.97) 0%, rgba(4, 15, 28, 0.86) 31%, rgba(4, 15, 28, 0.26) 59%, rgba(4, 15, 28, 0.12) 100%),
      linear-gradient(180deg, rgba(7, 26, 47, 0.28), rgba(7, 26, 47, 0.08) 68%, rgba(7, 26, 47, 0.72));
  }

  .loong-hero::after {
    content: '';
    position: absolute;
    left: max(48px, calc((100% - 1500px) / 2));
    top: 96px;
    bottom: 0;
    width: 1px;
    background: linear-gradient(180deg, rgba(212, 243, 51, 0.5), rgba(255, 255, 255, 0.03));
    opacity: 0.55;
  }

  .loong-hero__inner {
    position: relative;
    z-index: 1;
    padding-top: 132px;
    padding-bottom: 88px;
  }

  .loong-hero__content {
    width: min(730px, 54vw);
  }

  .loong-eyebrow,
  .loong-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--loong-lime);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.17em;
    line-height: 1.4;
    text-transform: uppercase;
  }

  .loong-eyebrow::before {
    content: '';
    width: 52px;
    height: 2px;
    background: var(--loong-lime);
  }

  .loong-hero h1 {
    margin-top: 18px;
    font-family: var(--loong-display);
    font-size: clamp(76px, 8.1vw, 136px);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 0.82;
    text-transform: uppercase;
  }

  .loong-hero__lead {
    max-width: 640px;
    margin-top: 30px !important;
    font-family: var(--loong-display);
    font-size: clamp(29px, 2.35vw, 43px);
    font-weight: 600;
    line-height: 1.08;
  }

  .loong-hero__copy {
    max-width: 665px;
    margin-top: 20px !important;
    color: rgba(255, 255, 255, 0.76);
    font-size: 15px;
    line-height: 1.8;
  }

  .loong-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
  }

  .loong-button {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 14px 23px;
    border: 1px solid transparent;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.025em;
    line-height: 1.2;
    transition: transform 0.3s ease, color 0.3s ease, background 0.3s ease, border-color 0.3s ease;
  }

  .loong-button i {
    font-size: 19px;
    transition: transform 0.3s ease;
  }

  .loong-button:hover {
    transform: translateY(-3px);
  }

  .loong-button:hover i {
    transform: translate(3px, -2px);
  }

  .loong-button--primary {
    color: var(--loong-navy) !important;
    background: var(--loong-lime);
    border-color: var(--loong-lime);
    box-shadow: 0 16px 38px rgba(212, 243, 51, 0.17);
  }

  .loong-button--primary:hover {
    color: #fff !important;
    background: var(--loong-navy-2);
    border-color: rgba(255, 255, 255, 0.18);
  }

  .loong-button--ghost {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(10px);
  }

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

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

  .loong-hero__capabilities {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin-top: 34px !important;
  }

  .loong-hero__capabilities li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.045em;
    text-transform: uppercase;
  }

  .loong-hero__capabilities i {
    color: var(--loong-lime);
    font-size: 17px;
  }

  .loong-hero__scroll {
    position: absolute;
    right: 32px;
    bottom: 44px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 15px;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    transform: rotate(-90deg) translateX(100%);
    transform-origin: right bottom;
  }

  .loong-hero__scroll i {
    color: var(--loong-lime);
    font-size: 18px;
  }

  .loong-section {
    padding: clamp(100px, 8.2vw, 154px) 0;
    scroll-margin-top: 82px;
  }

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

  .loong-section-heading--split {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.55fr);
    align-items: end;
    gap: 90px;
  }

  .loong-kicker span {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 24px;
    color: var(--loong-navy);
    background: var(--loong-lime);
    border-radius: 50%;
    font-family: var(--loong-display);
    font-size: 13px;
    letter-spacing: 0;
  }

  .loong-section-heading h2,
  .loong-brand__panel h2 {
    margin-top: 16px;
    color: var(--loong-navy);
    font-family: var(--loong-display);
    font-size: clamp(52px, 5vw, 84px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.96;
    text-transform: uppercase;
  }

  .loong-section-heading--split > p,
  .loong-heading-action > p {
    color: var(--loong-muted);
    font-size: 15px;
    line-height: 1.78;
  }

  .loong-categories {
    position: relative;
    background:
      linear-gradient(rgba(19, 34, 54, 0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(19, 34, 54, 0.04) 1px, transparent 1px),
      var(--loong-surface);
    background-size: 48px 48px;
  }

  .loong-categories::before {
    content: 'RANGE';
    position: absolute;
    right: -12px;
    top: 46px;
    color: rgba(7, 26, 47, 0.035);
    font-family: var(--loong-display);
    font-size: clamp(110px, 15vw, 260px);
    font-weight: 800;
    line-height: 1;
    pointer-events: none;
  }

  .loong-category-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .loong-category-card {
    position: relative;
    min-height: 350px;
    overflow: hidden;
    color: #fff !important;
    background: var(--loong-navy);
    border-radius: 3px;
    box-shadow: 0 10px 28px rgba(7, 26, 47, 0.08);
  }

  .loong-category-card__media,
  .loong-category-card__shade {
    position: absolute;
    inset: 0;
    display: block;
  }

  .loong-category-card__media img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.75s cubic-bezier(0.16, 1, 0.3, 1), filter 0.5s ease;
  }

  .loong-category-card__shade {
    background: linear-gradient(180deg, rgba(7, 26, 47, 0.08) 15%, rgba(7, 26, 47, 0.2) 43%, rgba(7, 26, 47, 0.95) 100%);
  }

  .loong-category-card__content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 25px;
  }

  .loong-category-card__topline {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 12px;
    color: var(--loong-lime);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.13em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .loong-category-card__topline i {
    display: grid;
    place-items: center;
    width: 31px;
    height: 31px;
    color: var(--loong-navy);
    background: var(--loong-lime);
    border-radius: 50%;
    font-size: 17px;
  }

  .loong-category-card strong {
    max-width: calc(100% - 46px);
    font-family: var(--loong-display);
    font-size: clamp(29px, 2.1vw, 38px);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 0.98;
    text-transform: uppercase;
  }

  .loong-category-card__copy {
    display: block;
    max-width: calc(100% - 32px);
    max-height: 0;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
    line-height: 1.55;
    opacity: 0;
    transform: translateY(10px);
    transition: max-height 0.35s ease, margin 0.35s ease, opacity 0.35s ease, transform 0.35s ease;
  }

  .loong-category-card__arrow {
    position: absolute;
    right: 22px;
    bottom: 23px;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease;
  }

  .loong-category-card:hover .loong-category-card__media img {
    transform: scale(1.07);
    filter: saturate(1.06);
  }

  .loong-category-card:hover .loong-category-card__copy {
    max-height: 60px;
    margin-top: 10px;
    opacity: 1;
    transform: translateY(0);
  }

  .loong-category-card:hover .loong-category-card__arrow {
    color: var(--loong-navy);
    background: var(--loong-lime);
    border-color: var(--loong-lime);
    transform: rotate(8deg);
  }

  .loong-factory {
    position: relative;
    color: #fff;
    background: var(--loong-navy);
  }

  .loong-factory::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.12;
    background-image: radial-gradient(circle at 78% 20%, rgba(212, 243, 51, 0.55), transparent 24%);
    pointer-events: none;
  }

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

  .loong-section-heading--light > p {
    color: rgba(255, 255, 255, 0.66);
  }

  .loong-factory-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: repeat(2, 320px);
    gap: 14px;
  }

  .loong-factory-card {
    position: relative;
    grid-column: span 3;
    overflow: hidden;
    background: #0d2a46;
  }

  .loong-factory-card--featured {
    grid-column: span 6;
    grid-row: span 2;
  }

  .loong-factory-card:nth-child(n + 4) {
    grid-column: span 2;
  }

  .loong-factory-card img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .loong-factory-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 48%, rgba(4, 15, 28, 0.9));
  }

  .loong-factory-card figcaption {
    position: absolute;
    z-index: 1;
    right: 20px;
    bottom: 20px;
    left: 20px;
    display: flex;
    align-items: flex-end;
    gap: 12px;
  }

  .loong-factory-card figcaption span {
    flex: 0 0 auto;
    color: var(--loong-lime);
    font-family: var(--loong-display);
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
  }

  .loong-factory-card figcaption strong {
    font-family: var(--loong-display);
    font-size: clamp(22px, 1.7vw, 31px);
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
  }

  .loong-factory-card--featured figcaption {
    right: 34px;
    bottom: 32px;
    left: 34px;
  }

  .loong-factory-card--featured figcaption strong {
    font-size: clamp(32px, 3vw, 52px);
  }

  .loong-factory-card:nth-child(n + 4) figcaption {
    right: 14px;
    left: 14px;
    gap: 8px;
  }

  .loong-factory-card:nth-child(n + 4) figcaption strong {
    font-size: clamp(16px, 1.25vw, 22px);
  }

  .loong-factory-card:hover img {
    transform: scale(1.045);
  }

  .loong-products {
    background: #fff;
  }

  .loong-heading-action a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    padding-bottom: 7px;
    color: var(--loong-navy);
    border-bottom: 2px solid var(--loong-lime);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
  }

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

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

  .loong-product-card__media {
    position: relative;
    display: block;
    aspect-ratio: 1 / 0.9;
    overflow: hidden;
    background:
      linear-gradient(rgba(19, 34, 54, 0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(19, 34, 54, 0.035) 1px, transparent 1px),
      var(--loong-surface);
    background-size: 32px 32px;
  }

  .loong-product-card__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 14px;
    mix-blend-mode: multiply;
    transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .loong-product-card__view {
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    color: #fff;
    background: var(--loong-navy);
    border-radius: 50%;
    transform: translateY(7px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease, color 0.3s ease, background 0.3s ease;
  }

  .loong-product-card:hover .loong-product-card__media img {
    transform: scale(1.055);
  }

  .loong-product-card:hover .loong-product-card__view {
    color: var(--loong-navy);
    background: var(--loong-lime);
    transform: translateY(0);
    opacity: 1;
  }

  .loong-product-card__body {
    padding: 20px 4px 0;
  }

  .loong-product-card__sku {
    color: #8190a0;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .loong-product-card h3 {
    min-height: 54px;
    margin-top: 8px;
    color: var(--loong-navy);
    font-family: var(--loong-body);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5;
  }

  .loong-product-card h3 a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .loong-product-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 17px !important;
    padding-top: 14px;
    border-top: 1px solid var(--loong-line);
  }

  .loong-product-card__meta div {
    display: flex;
    align-items: baseline;
    gap: 7px;
  }

  .loong-product-card__meta dt {
    color: #8593a1;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.1em;
  }

  .loong-product-card__meta dd {
    color: var(--loong-navy);
    font-size: 12px;
    font-weight: 700;
  }

  .loong-products__empty {
    padding: 68px;
    text-align: center;
    background: var(--loong-surface);
  }

  .loong-products__empty .loong-button {
    margin-top: 24px;
  }

  .loong-brand {
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) minmax(430px, 0.72fr);
    min-height: 760px;
    background: var(--loong-navy);
  }

  .loong-brand__visual {
    min-width: 0;
    overflow: hidden;
  }

  .loong-brand__visual img {
    height: 100%;
    object-fit: cover;
    object-position: 60% center;
  }

  .loong-brand__panel {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(62px, 5.4vw, 104px);
    color: #fff;
    background: var(--loong-navy);
  }

  .loong-brand__panel::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 62%;
    height: 34%;
    opacity: 0.2;
    background: linear-gradient(135deg, transparent 49%, var(--loong-lime) 50%, transparent 51%);
    pointer-events: none;
  }

  .loong-brand__panel h2 {
    position: relative;
    color: #fff;
  }

  .loong-brand__panel > p:not(.loong-kicker) {
    margin-top: 28px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.8;
  }

  .loong-brand__panel ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    margin-top: 34px;
  }

  .loong-brand__panel li {
    min-height: 82px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    background: rgba(255, 255, 255, 0.035);
  }

  .loong-brand__panel li i {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    color: var(--loong-navy);
    background: var(--loong-lime);
    border-radius: 50%;
    font-size: 19px;
  }

  .loong-brand__panel li span {
    font-family: var(--loong-display);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.05;
    overflow-wrap: normal;
    word-break: normal;
    text-transform: uppercase;
  }

  .loong-brand__panel .loong-button {
    align-self: flex-start;
    margin-top: 34px;
  }

  .loong-process {
    position: relative;
    background: var(--loong-surface);
  }

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

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

  .loong-section-heading--center h2 {
    font-size: clamp(52px, 5.5vw, 88px);
  }

  .loong-section-heading--center > p:last-child {
    max-width: 670px;
    margin: 22px auto 0;
    color: var(--loong-muted);
    font-size: 15px;
    line-height: 1.75;
  }

  .loong-process-list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    counter-reset: process;
  }

  .loong-process-list::before {
    content: '';
    position: absolute;
    top: 83px;
    right: 9%;
    left: 9%;
    height: 2px;
    background: linear-gradient(90deg, var(--loong-lime), rgba(7, 26, 47, 0.15) 19%, rgba(7, 26, 47, 0.15) 81%, var(--loong-lime));
  }

  .loong-process-list li {
    position: relative;
    min-height: 330px;
    padding: 42px 24px 30px;
    text-align: center;
    border: 1px solid var(--loong-line);
    border-right: 0;
    background: rgba(255, 255, 255, 0.72);
    transition: color 0.35s ease, background 0.35s ease, transform 0.35s ease;
  }

  .loong-process-list li:last-child {
    border-right: 1px solid var(--loong-line);
  }

  .loong-process-list__number {
    position: absolute;
    top: 16px;
    left: 18px;
    color: #92a0ad;
    font-family: var(--loong-display);
    font-size: 13px;
    font-weight: 700;
  }

  .loong-process-list li > i {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 82px;
    height: 82px;
    margin: 0 auto;
    color: var(--loong-navy);
    background: var(--loong-lime);
    border: 10px solid var(--loong-surface);
    border-radius: 50%;
    font-size: 28px;
    transition: color 0.35s ease, background 0.35s ease, transform 0.35s ease;
  }

  .loong-process-list h3 {
    margin-top: 26px;
    color: var(--loong-navy);
    font-family: var(--loong-display);
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
  }

  .loong-process-list p {
    margin-top: 16px;
    color: var(--loong-muted);
    font-size: 12px;
    line-height: 1.7;
  }

  .loong-process-list li:hover {
    color: #fff;
    background: var(--loong-navy);
    transform: translateY(-8px);
  }

  .loong-process-list li:hover > i {
    color: var(--loong-navy);
    background: var(--loong-lime);
    border-color: var(--loong-navy-2);
    transform: rotate(-6deg);
  }

  .loong-process-list li:hover h3,
  .loong-process-list li:hover p {
    color: #fff;
  }

  body:has(.loong-home-pc) #kf {
    width: min(calc(100% - 96px), 1500px) !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding: clamp(95px, 7.5vw, 140px) 0 !important;
  }

  body:has(.loong-home-pc) #kf .online_cont {
    margin: 0 !important;
  }

  body:has(.loong-home-pc) #kf .online_cont .title {
    position: relative;
    max-width: 760px;
    margin: 0 auto 52px !important;
    padding-top: 32px;
  }

  body:has(.loong-home-pc) #kf .online_cont .title::before {
    content: 'DIRECT SUPPORT';
    position: absolute;
    top: 0;
    left: 50%;
    color: #7d8b98;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.17em;
    transform: translateX(-50%);
  }

  body:has(.loong-home-pc) #kf .online_cont .title p:first-child {
    color: var(--loong-navy, #071a2f) !important;
    font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif !important;
    font-size: clamp(52px, 5vw, 82px) !important;
    font-weight: 700 !important;
    letter-spacing: -0.03em;
    line-height: 0.95;
  }

  body:has(.loong-home-pc) #kf .online_cont .title p:last-child {
    margin-top: 16px;
    color: #607083 !important;
    font-size: 14px !important;
  }

  body:has(.loong-home-pc) #kf .online_cont ul {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  body:has(.loong-home-pc) #kf .online_cont ul li {
    position: relative;
    min-width: 0;
    padding: 28px 20px 24px;
    overflow: hidden;
    background: #f4f7f8;
    border: 1px solid rgba(7, 26, 47, 0.09);
    transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
  }

  body:has(.loong-home-pc) #kf .online_cont ul li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #d4f333;
  }

  body:has(.loong-home-pc) #kf .online_cont ul li:hover {
    background: #fff;
    box-shadow: 0 22px 55px rgba(7, 26, 47, 0.12);
    transform: translateY(-8px);
  }

  body:has(.loong-home-pc) #kf .online_cont ul li p:nth-child(1) {
    width: 112px !important;
    height: 112px !important;
    border: 5px solid #fff;
    box-shadow: 0 0 0 1px rgba(7, 26, 47, 0.09), 0 13px 28px rgba(7, 26, 47, 0.15) !important;
  }

  body:has(.loong-home-pc) #kf .online_cont ul li p:nth-child(2) {
    margin: 22px 0 18px !important;
    color: #071a2f !important;
    font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
  }

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

  body:has(.loong-home-pc) #kf .online_cont ul li p:nth-child(3) span,
  body:has(.loong-home-pc) #kf .online_cont ul li p:nth-child(3) span:nth-child(2) {
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    background: #071a2f !important;
    border-radius: 2px !important;
  }

  body:has(.loong-home-pc) #kf .online_cont ul li p:nth-child(3) span a {
    min-height: 34px;
    padding: 7px 9px;
    color: #fff !important;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.04em;
  }

  body:has(.loong-home-pc) #kf .online_cont ul li p:nth-child(3) span:first-child a {
    color: #071a2f !important;
    background: #d4f333;
  }

  body:has(.loong-home-pc) #kf .online_cont ul li p:nth-child(3) span a i {
    font-size: 14px;
  }

  @media (max-width: 1250px) {
    .loong-shell,
    body:has(.loong-home-pc) .garment-header-inner,
    body:has(.loong-home-pc) #kf {
      width: min(calc(100% - 64px), 1500px) !important;
    }

    .loong-category-card {
      min-height: 310px;
    }

    .loong-category-card__content {
      padding: 20px;
    }

    .loong-factory-grid {
      grid-template-rows: 460px repeat(3, 280px);
    }

    .loong-factory-card--featured {
      grid-column: span 12;
      grid-row: span 1;
    }

    .loong-factory-card:not(.loong-factory-card--featured) {
      grid-column: span 6;
    }

    .loong-factory-card:last-child {
      grid-column: span 12;
    }

    .loong-factory-card:nth-child(n + 4) figcaption strong {
      font-size: clamp(22px, 2.5vw, 31px);
    }

    .loong-brand {
      grid-template-columns: minmax(0, 1.1fr) minmax(410px, 0.9fr);
      min-height: 700px;
    }

    .loong-brand__panel {
      padding: 52px;
    }

    .loong-process-list li {
      min-height: 350px;
      padding-right: 16px;
      padding-left: 16px;
    }

    .loong-process-list h3 {
      font-size: 23px;
    }

    body:has(.loong-home-pc) #kf .online_cont ul li {
      padding-right: 12px;
      padding-left: 12px;
    }
  }

  @media (max-width: 1024px) {
    .loong-shell,
    body:has(.loong-home-pc) .garment-header-inner,
    body:has(.loong-home-pc) #kf {
      width: calc(100% - 48px) !important;
    }

    .loong-category-card {
      min-height: 270px;
    }

    .loong-category-card__copy {
      display: none;
    }

    .loong-factory-grid {
      grid-template-rows: 400px repeat(3, 245px);
    }

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

    .loong-brand__panel {
      padding: 40px;
    }

    .loong-brand__panel li {
      padding: 12px;
    }

    .loong-process-list h3 {
      font-size: 20px;
    }

    .loong-process-list p {
      font-size: 11px;
    }
  }
}
