@media screen and (min-width: 701px) {
  .rensino-pc-home {
    --rensino-blue: #0040a0;
    --rensino-blue-bright: #20c0ff;
    --rensino-ink: #081726;
    --rensino-ink-soft: #173247;
    --rensino-gray: #657789;
    --rensino-line: #dbe4eb;
    --rensino-surface: #f3f7fa;
    --rensino-green: #18845c;
    overflow: clip;
    color: var(--rensino-ink);
    background: #fff;
    font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
  }

  .rensino-pc-home *,
  .rensino-pc-home *::before,
  .rensino-pc-home *::after {
    box-sizing: border-box;
    letter-spacing: 0;
  }

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

  .rensino-shell {
    width: min(calc(100% - 72px), 1500px);
    margin-inline: auto;
  }

  .rensino-section {
    position: relative;
    padding: 112px 0;
  }

  .rensino-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
    align-items: end;
    gap: 72px;
    margin-bottom: 46px;
  }

  .rensino-section-head h2 {
    max-width: 900px;
    margin-top: 12px;
    color: var(--rensino-ink);
    font-size: 44px;
    font-weight: 750;
    line-height: 1.12;
    letter-spacing: 0;
  }

  .rensino-section-head > p {
    padding-bottom: 4px;
    color: var(--rensino-gray);
    font-size: 16px;
    line-height: 1.75;
  }

  .rensino-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--rensino-blue);
    font-size: 13px;
    font-weight: 750;
    line-height: 1.4;
    text-transform: uppercase;
  }

  .rensino-eyebrow i {
    font-size: 18px;
  }

  .rensino-eyebrow--light {
    color: #8edfff;
  }

  .rensino-eyebrow__line {
    width: 44px;
    height: 2px;
    background: currentColor;
  }

  .rensino-button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 750;
    line-height: 1;
    transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
  }

  .rensino-button i {
    font-size: 19px;
  }

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

  .rensino-button--primary {
    background: var(--rensino-blue-bright);
    color: #051524;
  }

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

  .rensino-button--outline {
    border-color: rgba(255, 255, 255, 0.62);
    color: #fff;
  }

  .rensino-button--outline:hover {
    border-color: #fff;
    background: #fff;
    color: var(--rensino-blue);
  }

  .rensino-button--dark {
    min-width: 210px;
    background: var(--rensino-ink);
    color: #fff;
  }

  .rensino-button--dark:hover {
    background: var(--rensino-blue);
  }

  .rensino-hero {
    position: relative;
    display: flex;
    min-height: clamp(700px, 94vh, 980px);
    align-items: center;
    overflow: hidden;
    background: #0b1823;
    color: #fff;
  }

  .rensino-hero__media,
  .rensino-hero__shade {
    position: absolute;
    inset: 0;
  }

  .rensino-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: brightness(0.78) saturate(1.04);
    transform: scale(1.002);
  }

  .rensino-hero__shade {
    z-index: 1;
    background: rgba(2, 12, 25, 0.36);
  }

  .rensino-hero__content {
    position: relative;
    z-index: 2;
    padding-top: 86px;
  }

  .rensino-hero__content h1 {
    max-width: 760px;
    margin-top: 22px;
    color: #fff;
    font-size: 76px;
    font-weight: 760;
    line-height: 1.03;
    letter-spacing: 0;
    text-transform: none;
    text-shadow: 0 2px 22px rgba(0, 0, 0, 0.18);
  }

  .rensino-hero__summary {
    max-width: 680px;
    margin-top: 28px !important;
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    line-height: 1.7;
  }

  .rensino-hero__actions {
    display: flex;
    gap: 12px;
    margin-top: 36px;
  }

  .rensino-hero__rail {
    position: absolute;
    right: 36px;
    bottom: 42px;
    z-index: 2;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.78);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .rensino-hero__rail span {
    display: inline-flex;
    align-items: center;
  }

  .rensino-hero__rail span + span::before {
    content: '';
    width: 26px;
    height: 1px;
    margin: 0 12px;
    background: rgba(255, 255, 255, 0.46);
  }

  .rensino-hero__scroll {
    position: absolute;
    bottom: 32px;
    left: 50%;
    z-index: 2;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 50%;
    color: #fff;
    transform: translateX(-50%);
    transition: background-color 180ms ease, color 180ms ease;
  }

  .rensino-hero__scroll:hover {
    background: #fff;
    color: var(--rensino-blue);
  }

  .rensino-categories {
    background: #fff;
  }

  .rensino-categories::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 34%;
    height: 4px;
    background: var(--rensino-blue-bright);
  }

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

  .rensino-category {
    min-width: 0;
    padding: 14px;
    border-right: 1px solid var(--rensino-line);
    border-bottom: 1px solid var(--rensino-line);
    background: #fff;
    transition: background-color 180ms ease;
  }

  .rensino-category:hover {
    background: var(--rensino-surface);
  }

  .rensino-category__media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 4px;
    background: #edf2f5;
  }

  .rensino-category__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 360ms ease;
  }

  .rensino-category:hover .rensino-category__image {
    transform: scale(1.045);
  }

  .rensino-category__index {
    position: absolute;
    top: 10px;
    right: 10px;
    display: grid;
    width: 34px;
    height: 28px;
    place-items: center;
    border-radius: 3px;
    background: rgba(6, 21, 34, 0.82);
    color: #fff;
    font-size: 11px;
    font-weight: 750;
  }

  .rensino-category__content {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) 24px;
    align-items: center;
    gap: 12px;
    min-height: 82px;
  }

  .rensino-category__icon {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid #cddbe6;
    border-radius: 4px;
    color: var(--rensino-blue);
    font-size: 20px;
  }

  .rensino-category__text {
    min-width: 0;
  }

  .rensino-category__text strong {
    display: block;
    overflow-wrap: anywhere;
    color: var(--rensino-ink);
    font-size: 15px;
    font-weight: 750;
    line-height: 1.28;
  }

  .rensino-category__text small {
    display: block;
    margin-top: 5px;
    color: var(--rensino-gray);
    font-size: 11px;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .rensino-category__arrow {
    color: #8b9aa7;
    font-size: 19px;
    transition: color 180ms ease, transform 180ms ease;
  }

  .rensino-category:hover .rensino-category__arrow {
    color: var(--rensino-blue);
    transform: translate(2px, -2px);
  }

  .rensino-factory {
    background: var(--rensino-ink);
    color: #fff;
  }

  .rensino-section-head--dark h2 {
    color: #fff;
  }

  .rensino-section-head--dark > p {
    color: #b9c7d1;
  }

  .rensino-factory-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
    grid-template-rows: repeat(2, 250px) 280px;
    gap: 10px;
  }

  .rensino-factory-shot {
    position: relative;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    border-radius: 3px;
    background: #142a3a;
  }

  .rensino-factory-shot--1 {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
  }

  .rensino-factory-shot--2 {
    grid-column: 3;
    grid-row: 1;
  }

  .rensino-factory-shot--3 {
    grid-column: 3;
    grid-row: 2;
  }

  .rensino-factory-shot--4,
  .rensino-factory-shot--5,
  .rensino-factory-shot--6 {
    grid-row: 3;
  }

  .rensino-factory-shot__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 480ms ease, filter 480ms ease;
  }

  .rensino-factory-shot:hover .rensino-factory-shot__image {
    filter: brightness(0.84);
    transform: scale(1.035);
  }

  .rensino-factory-shot figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    min-height: 50px;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: rgba(5, 18, 29, 0.82);
    color: #fff;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.35;
  }

  .rensino-factory-shot figcaption span {
    color: var(--rensino-blue-bright);
    font-size: 11px;
  }

  .rensino-factory-notes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .rensino-factory-notes span {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #d9e4eb;
    font-size: 13px;
    font-weight: 650;
  }

  .rensino-factory-notes span + span {
    border-left: 1px solid rgba(255, 255, 255, 0.16);
  }

  .rensino-factory-notes i {
    color: #60d2a2;
    font-size: 18px;
  }

  .rensino-products {
    background: var(--rensino-surface);
  }

  .rensino-text-link {
    display: inline-flex;
    align-items: center;
    justify-self: end;
    gap: 9px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--rensino-blue);
    color: var(--rensino-blue);
    font-size: 14px;
    font-weight: 750;
  }

  .rensino-text-link i {
    font-size: 18px;
    transition: transform 180ms ease;
  }

  .rensino-text-link:hover i {
    transform: translateX(3px);
  }

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

  .rensino-product {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #d7e1e8;
    border-radius: 4px;
    background: #fff;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  }

  .rensino-product:hover {
    border-color: #a9c6da;
    box-shadow: 0 16px 36px rgba(9, 35, 55, 0.1);
    transform: translateY(-4px);
  }

  .rensino-product__media {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #fff;
  }

  .rensino-product__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
    transition: transform 360ms ease;
  }

  .rensino-product:hover .rensino-product__image {
    transform: scale(1.045);
  }

  .rensino-product__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 6px 8px;
    border-radius: 3px;
    background: var(--rensino-blue);
    color: #fff;
    font-size: 10px;
    font-weight: 750;
  }

  .rensino-product__content {
    min-height: 158px;
    padding: 18px;
    border-top: 1px solid #e4ebf0;
  }

  .rensino-product__content > span {
    display: block;
    overflow: hidden;
    color: var(--rensino-blue);
    font-size: 11px;
    font-weight: 750;
    line-height: 1.3;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .rensino-product__content h3 {
    display: -webkit-box;
    min-height: 44px;
    margin-top: 9px !important;
    overflow: hidden;
    color: var(--rensino-ink);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.38;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .rensino-product__inquire {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    color: var(--rensino-gray);
    font-size: 12px;
    font-weight: 650;
  }

  .rensino-product__inquire:hover {
    color: var(--rensino-blue);
  }

  .rensino-applications {
    background: #fff;
  }

  .rensino-application-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .rensino-application {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border-radius: 4px;
    background: var(--rensino-ink);
    color: #fff;
  }

  .rensino-application__media {
    aspect-ratio: 4 / 3;
    overflow: hidden;
  }

  .rensino-application__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 420ms ease;
  }

  .rensino-application:hover .rensino-application__image {
    transform: scale(1.04);
  }

  .rensino-application__content {
    position: relative;
    min-height: 202px;
    padding: 26px 28px 30px;
    background: var(--rensino-ink);
  }

  .rensino-application__content > i {
    color: var(--rensino-blue-bright);
    font-size: 24px;
  }

  .rensino-application__number {
    position: absolute;
    top: 25px;
    right: 26px;
    color: #7890a2;
    font-size: 12px;
    font-weight: 750;
  }

  .rensino-application__content h3 {
    margin-top: 16px !important;
    color: #fff;
    font-size: 20px;
    font-weight: 720;
    line-height: 1.3;
  }

  .rensino-application__content p {
    margin-top: 10px !important;
    color: #b9c8d2;
    font-size: 13px;
    line-height: 1.65;
  }

  .rensino-brand-callout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 38px;
    margin-top: 24px;
    padding: 28px 30px;
    border: 1px solid #d5e2ea;
    border-left: 5px solid var(--rensino-blue-bright);
    background: var(--rensino-surface);
  }

  .rensino-brand-callout p {
    color: var(--rensino-ink-soft);
    font-size: 16px;
    line-height: 1.65;
  }

  .rensino-brand-callout strong {
    display: block;
    margin-bottom: 4px;
    color: var(--rensino-blue);
    font-size: 13px;
  }

  .rensino-process {
    border-top: 1px solid #dce5eb;
    background: #eef4f7;
  }

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

  .rensino-process-list::before {
    content: '';
    position: absolute;
    top: 65px;
    right: 8%;
    left: 8%;
    height: 1px;
    background: #b8cad6;
  }

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

  .rensino-process-step + .rensino-process-step {
    border-left: 1px solid #d4e0e7;
  }

  .rensino-process-step__number {
    display: block;
    margin-bottom: 12px;
    color: var(--rensino-blue);
    font-size: 11px;
    font-weight: 800;
  }

  .rensino-process-step__icon {
    position: relative;
    z-index: 1;
    display: grid;
    width: 74px;
    height: 74px;
    margin: 0 auto;
    place-items: center;
    border: 1px solid #b7ccda;
    border-radius: 50%;
    background: #fff;
    color: var(--rensino-blue);
    font-size: 28px;
    transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
  }

  .rensino-process-step:hover .rensino-process-step__icon {
    background: var(--rensino-blue);
    color: #fff;
    transform: translateY(-3px);
  }

  .rensino-process-step h3 {
    min-height: 44px;
    margin-top: 20px !important;
    color: var(--rensino-ink);
    font-size: 15px;
    font-weight: 750;
    line-height: 1.45;
  }

  .rensino-process-step p {
    margin-top: 10px !important;
    color: var(--rensino-gray);
    font-size: 12px;
    line-height: 1.6;
  }

  .garment-header {
    background: rgba(4, 17, 31, 0.18);
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }

  .garment-header.is-scrolled {
    background: rgba(255, 255, 255, 0.98);
    border-bottom-color: #dae4eb;
    box-shadow: 0 8px 26px rgba(3, 26, 45, 0.08);
  }

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

  .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: #0040a0;
  }

  .garment-header .garment-nav > a::after,
  .garment-header .dropdown-trigger::after {
    background: #20c0ff;
  }

  #kf {
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
    padding: 104px max(36px, calc((100% - 1500px) / 2)) 96px;
    background: #fff;
  }

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

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

  #kf .online_cont .title p:first-child {
    color: #081726;
    font-size: 42px !important;
    font-weight: 750;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }

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

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

  #kf .online_cont ul li {
    padding: 24px 14px 22px;
    border: 1px solid #dbe4eb;
    border-radius: 4px;
    background: #f8fafb;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  }

  #kf .online_cont ul li:hover {
    border-color: #9bcde4;
    box-shadow: 0 14px 30px rgba(6, 35, 55, 0.09);
    transform: translateY(-3px);
  }

  #kf .online_cont ul li p:first-child {
    width: 116px;
    height: 116px;
    border: 4px solid #fff;
    box-shadow: 0 0 0 1px #cbdbe5;
    background: #eaf2f7;
  }

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

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

  #kf .online_cont ul li p:nth-child(3) span {
    padding: 7px 9px;
    border-radius: 3px;
    background: #18845c;
    font-size: 10px;
  }

  #kf .online_cont ul li p:nth-child(3) span:nth-child(2) {
    margin-left: 0;
    background: #0040a0;
  }

  body .zw {
    height: 24px !important;
    background: #fff;
  }

  body .mobile_nav {
    display: none !important;
  }

  #online_qq_layer {
    right: 24px !important;
    bottom: 30px !important;
    left: auto !important;
    width: auto !important;
  }

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

  #onlineService {
    width: min(28rem, calc(100vw - 48px)) !important;
    margin-bottom: 70px !important;
  }
}

@media screen and (min-width: 701px) and (max-width: 1180px) {
  .rensino-shell {
    width: min(calc(100% - 40px), 1500px);
  }

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

  .rensino-section-head {
    grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
    gap: 34px;
  }

  .rensino-section-head h2 {
    font-size: 36px;
  }

  .rensino-hero__content h1 {
    max-width: 650px;
    font-size: 58px;
  }

  .rensino-category {
    padding: 10px;
  }

  .rensino-category__content {
    grid-template-columns: 34px minmax(0, 1fr) 18px;
    gap: 8px;
  }

  .rensino-category__icon {
    width: 34px;
    height: 34px;
  }

  .rensino-category__text strong {
    font-size: 13px;
  }

  .rensino-factory-grid {
    grid-template-rows: repeat(2, 210px) 230px;
  }

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

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

  .rensino-process-step:nth-child(4) {
    border-left: 0;
  }

  #kf {
    padding-right: 20px;
    padding-left: 20px;
  }

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

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

@media screen and (min-width: 701px) and (max-width: 860px) {
  .garment-header-inner,
  .garment-header.is-scrolled .garment-header-inner {
    width: calc(100% - 20px);
    height: 76px;
    grid-template-columns: 145px minmax(0, 1fr) auto;
    gap: 10px;
    padding: 0;
  }

  .garment-logo {
    width: 142px;
    height: 48px;
  }

  .garment-nav {
    gap: 9px;
    overflow: visible;
  }

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

  .rensino-section-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .rensino-hero__content h1 {
    max-width: 580px;
    font-size: 50px;
  }

  .rensino-hero__summary {
    max-width: 620px;
  }

  .rensino-hero__rail {
    display: none;
  }

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

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

  .rensino-factory-shot--1 {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .rensino-factory-shot--2,
  .rensino-factory-shot--3,
  .rensino-factory-shot--4,
  .rensino-factory-shot--5 {
    grid-column: auto;
    grid-row: auto;
  }

  .rensino-factory-shot--6 {
    display: none;
  }

  .rensino-application-grid {
    grid-template-columns: 1fr;
  }

  .rensino-application {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
  }

  .rensino-brand-callout {
    grid-template-columns: 1fr;
  }

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