/*
Theme Name: Kadence Child - Zhiwei
Template: kadence
Version: 1.0.0
*/

:root {
    --zw-ink: #10202e;
    --zw-ink-soft: #1b3245;
    --zw-teal: #0d7c7b;
    --zw-teal-dark: #0a5f5e;
    --zw-gold: #b3893f;
    --zw-paper: #f5f6f3;
    --zw-line: #dfe3de;
    --zw-text: #33414e;
    --zw-muted: #5d6c78;
    --zw-white: #ffffff;
}

body {
    font-family: "Segoe UI", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", sans-serif;
    color: var(--zw-text);
    background: var(--zw-white);
}

h1, h2, h3, h4, h5, h6 {
    color: var(--zw-ink);
    letter-spacing: 0;
}

a {
    text-decoration: none;
}

.zw-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

.zw-hero {
    position: relative;
    min-height: min(720px, 92vh);
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
    background: #0b1824;
}

.zw-hero__bg {
    position: absolute;
    inset: 0;
    background-image: url("https://www.webbingtrims.com/wp-content/uploads/2026/08/%E5%BE%AE%E4%BF%A1%E6%88%AA%E5%9B%BE_20250316211820-1536x874.jpg");
    background-size: cover;
    background-position: center;
}

.zw-hero__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(8, 20, 30, 0.9) 0%, rgba(8, 20, 30, 0.65) 46%, rgba(8, 20, 30, 0.28) 100%);
}

.zw-hero__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 120px 24px;
}

.zw-hero__content {
    max-width: 780px;
}

.zw-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #c7e5e4;
    font-weight: 700;
    font-size: 14px;
    margin: 0;
}

.zw-hero__eyebrow::before {
    content: "";
    width: 36px;
    height: 2px;
    background: #2aa5a3;
    flex: none;
}

.zw-hero__title {
    color: #fff;
    font-size: clamp(2.3rem, 4.6vw, 3.7rem);
    line-height: 1.12;
    font-weight: 800;
    margin: 18px 0 20px;
}

.zw-hero__sub {
    color: #e8eef2;
    font-size: clamp(1rem, 1.4vw, 1.18rem);
    line-height: 1.85;
    max-width: 660px;
    margin: 0 0 34px;
}

.zw-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 26px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 15px;
    border: 1px solid transparent;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    cursor: pointer;
}

.zw-btn--primary {
    background: var(--zw-teal);
    color: #fff;
}

.zw-btn--primary:hover {
    background: var(--zw-teal-dark);
    color: #fff;
}

.zw-btn--ghost {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.72);
}

.zw-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.zw-btn--sm {
    min-height: 40px;
    padding: 0 18px;
    font-size: 14px;
}

.zw-btn--outline {
    background: #fff;
    color: var(--zw-teal);
    border-color: var(--zw-teal);
}

.zw-btn--outline:hover {
    background: var(--zw-teal);
    color: #fff;
}

.zw-hero__actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.zw-strip {
    background: #fff;
    border-bottom: 1px solid var(--zw-line);
}

.zw-strip__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.zw-strip__item {
    padding: 30px 24px;
    border-left: 1px solid var(--zw-line);
}

.zw-strip__item:first-child {
    border-left: 0;
}

.zw-strip__num {
    color: var(--zw-teal);
    font-weight: 800;
    font-size: 13px;
    margin: 0;
}

.zw-strip__label {
    margin: 8px 0 0;
    font-size: 17px;
    font-weight: 700;
    color: var(--zw-ink);
}

.zw-strip__desc {
    margin: 6px 0 0;
    font-size: 14px;
    color: var(--zw-muted);
    line-height: 1.6;
}

.zw-section {
    padding: 92px 0;
}

.zw-section--tint {
    background: var(--zw-paper);
}

.zw-section__head {
    max-width: 780px;
    margin: 0 auto 48px;
    text-align: center;
}

.zw-section__eyebrow {
    color: var(--zw-teal);
    font-weight: 800;
    font-size: 13px;
    margin: 0;
}

.zw-section__title {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1.2;
    margin: 10px 0 14px;
}

.zw-section__lead {
    color: var(--zw-muted);
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
}

.zw-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.zw-product-card {
    background: #fff;
    border: 1px solid var(--zw-line);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.zw-product-card__media {
    aspect-ratio: 1 / 1;
    background: #eef0ec;
    display: block;
}

.zw-product-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.zw-product-card__body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.zw-product-card__title {
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 10px;
}

.zw-product-card__title a {
    color: var(--zw-ink);
}

.zw-product-card__excerpt {
    font-size: 14px;
    line-height: 1.7;
    color: var(--zw-muted);
    margin: 0 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.zw-product-card__actions {
    margin-top: auto;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.zw-more {
    text-align: center;
    margin-top: 44px;
}

.zw-more a {
    display: inline-block;
    color: var(--zw-teal);
    font-weight: 700;
    font-size: 15px;
    border-bottom: 2px solid var(--zw-teal);
    padding-bottom: 3px;
}

.zw-factory {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 64px;
    align-items: center;
}

.zw-factory__media {
    position: relative;
}

.zw-factory__media img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.zw-factory__badge {
    position: absolute;
    left: 18px;
    bottom: 18px;
    background: #fff;
    padding: 14px 20px;
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(16, 32, 46, 0.18);
    font-size: 14px;
    font-weight: 700;
    color: var(--zw-ink);
}

.zw-factory__body .zw-section__eyebrow {
    text-align: left;
}

.zw-factory__body h2 {
    font-size: clamp(1.7rem, 2.8vw, 2.4rem);
    line-height: 1.25;
    margin: 10px 0 16px;
}

.zw-factory__body p {
    color: var(--zw-muted);
    line-height: 1.85;
    margin: 0 0 12px;
}

.zw-factory__list {
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 22px;
}

.zw-factory__list li {
    position: relative;
    padding-left: 28px;
    font-size: 15px;
    font-weight: 600;
    color: var(--zw-ink);
    line-height: 1.5;
}

.zw-factory__list li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--zw-teal);
    font-weight: 800;
}

.zw-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.zw-chip {
    border: 1px solid var(--zw-line);
    background: #fff;
    color: #43525f;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 999px;
}

.zw-process {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.zw-process__item {
    background: #fff;
    border: 1px solid var(--zw-line);
    border-radius: 8px;
    padding: 28px 24px;
}

.zw-process__num {
    font-size: 13px;
    font-weight: 800;
    color: var(--zw-gold);
    margin: 0;
}

.zw-process__title {
    margin: 12px 0 8px;
    font-size: 18px;
    line-height: 1.3;
}

.zw-process__desc {
    font-size: 14px;
    color: var(--zw-muted);
    line-height: 1.7;
    margin: 0;
}

.zw-cta {
    background: var(--zw-ink);
    color: #fff;
    text-align: center;
    padding: 88px 24px;
}

.zw-cta__title {
    color: #fff;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1.2;
    margin: 0 0 14px;
}

.zw-cta__sub {
    color: #c6d0d6;
    max-width: 640px;
    margin: 0 auto 32px;
    line-height: 1.8;
    font-size: 16px;
}

.zw-cta .zw-hero__actions {
    justify-content: center;
}

.zw-page-hero {
    background: var(--zw-ink-soft);
    color: #fff;
    padding: 96px 0 74px;
}

.zw-page-hero__title {
    color: #fff;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.15;
    margin: 0 0 12px;
}

.zw-page-hero__sub {
    color: #c6d0d6;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    max-width: 680px;
}

.zw-split {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 56px;
    align-items: start;
}

.zw-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.zw-contact-list li {
    display: flex;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid var(--zw-line);
}

.zw-contact-list strong {
    display: block;
    color: var(--zw-ink);
    font-size: 15px;
    margin-bottom: 4px;
}

.zw-contact-list span {
    color: var(--zw-muted);
    font-size: 14px;
    line-height: 1.6;
}

.zw-form-box {
    background: var(--zw-paper);
    border: 1px solid var(--zw-line);
    border-radius: 8px;
    padding: 32px;
}

.naibabiji-b2b-product-card {
    border: 1px solid var(--zw-line);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.naibabiji-b2b-product-thumbnail img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
}

.naibabiji-b2b-product-title {
    color: var(--zw-ink);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.naibabiji-b2b-product-excerpt {
    color: var(--zw-muted);
    line-height: 1.7;
}

.naib-b2b-btn {
    border-radius: 6px;
}

@media (max-width: 900px) {
    .zw-strip__inner {
        grid-template-columns: 1fr 1fr;
    }
    .zw-factory {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .zw-process {
        grid-template-columns: 1fr 1fr;
    }
    .zw-split {
        grid-template-columns: 1fr;
    }
    .zw-hero__inner {
        padding: 100px 24px;
    }
    .zw-section {
        padding: 70px 0;
    }
}

@media (max-width: 560px) {
    .zw-strip__inner {
        grid-template-columns: 1fr;
    }
    .zw-strip__item {
        border-left: 0;
        border-top: 1px solid var(--zw-line);
        padding: 24px 4px;
    }
    .zw-strip__item:first-child {
        border-top: 0;
    }
    .zw-process {
        grid-template-columns: 1fr;
    }
    .zw-section {
        padding: 60px 0;
    }
    .zw-factory__list {
        grid-template-columns: 1fr;
    }
}
FACTORY_TEMPLATE_OKcat
APP_TEMPLATE_OKcat
