* {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    html {
        scroll-behavior: smooth;
    }

    #about-us,
    #custom-service,
    #sustainability {
        scroll-margin-top: 110px;
    }

    body {
        background-color: #F8F5F0;
        font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans", Arial, Helvetica, sans-serif;
        color: #232323;
        overflow-x: hidden;
        line-height: 1.6;
    }

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    a {
        text-decoration: none;
        color: inherit;
        transition: all 0.3s ease;
    }

    button {
        background: transparent;
        border: none;
        cursor: pointer;
    }

    .container {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 16px;
    }

    .hidden {
        display: none !important;
    }

    .main-title,
    .section-title h3,
    .embroider-top-header,
    .factory-title,
    .product-title {
        font-size: 40px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 32px;
        text-align: center;
        color: #2c2414;
    }
 .module-title{
        font-size: 40px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        text-align: center;
        color: #2c2414;
    }

    .index-embroider-block,
    .product-wrapper,
    .sustainable-factory-container,
    .cashmere-process-wrapper,
    .index-product {
        max-width: 1400px;
        margin: 0 auto;
        padding: 30px 20px;
    }

    #navbar {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 999;
        transition: all 0.3s ease;
        padding: 0;
    }

    #navbar .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .logo {
        display: flex;
        align-items: center;
        flex: 0 0 auto;
        padding: 8px 0;
    }

    .logo img {
        width: auto;
        height: clamp(54px, 5.5vw, 72px);
        object-fit: contain;
        filter: invert(1);
        transition: filter 0.3s ease;
    }

    .desktop-nav {
        display: none;
        align-items: center;
        gap: 32px;
        color: #fff;
    }

    .desktop-nav a {
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
        #navbar .desktop-nav a.active,
        #navbar .mobile-nav a.active,
        #navbar.navbar-scroll .desktop-nav a.active,
        #navbar.navbar-scroll .mobile-nav a.active {
            color: #D4B989;
            font-weight: 700;
        }

    
        .desktop-nav a.active,
        .mobile-nav a.active {
            font-weight: 700;
        }

        .desktop-nav a:hover {
        color: #D4B989;
    }

    .lang-switch {
        display: none;
        align-items: center;
        gap: 8px;
        font-size: 14px;
        color: #fff;
    }

    .lang-switch a:hover {
        color: #D4B989;
    }

    #menuBtn {
        display: block;
        color: #fff;
    }

    #mobileMenu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .mobile-nav {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 16px;
    }

    .mobile-nav a {
        padding: 8px 0;
        border-bottom: 1px solid #f5f5f5;
        text-transform: uppercase;
        font-size: 15px;
    }

    .mobile-lang {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 14px;
        padding-top: 8px;
    }

    .navbar-scroll {
        background: #fff;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .navbar-scroll .logo img {
        filter: none;
    }

    .navbar-scroll .desktop-nav,
    .navbar-scroll .lang-switch {
        color: #232323;
    }

    .navbar-scroll #menuBtn {
        color: #232323;
    }

    .swiper-banner {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .swiper-slide {
        position: relative;
        width: 100%;
        display: none;
        opacity: 0;
        transition: opacity 1s ease;
        z-index: 1;
    }

    .swiper-slide.active {
        display: block;
        opacity: 1;
        z-index: 2;
    }

    .slide-bg {
        position: relative;
        width: 100%;
        height: auto;
    }

    .slide-content {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        color: #fff;
    }

    .content-inner {
        max-width: 700px;
        margin-left: 8%;
    }

    .slide-title {
        font-size: 38px;
        font-weight: 700;
        letter-spacing: 0.1em;
        margin-bottom: 16px;
        text-transform: uppercase;
    }

    .slide-subtitle {
        font-size: 20px;
        margin-bottom: 20px;
        opacity: 0.95;
    }

    .slide-desc {
        font-size: 16px;
        margin-bottom: 40px;
        max-width: 500px;
        line-height: 1.8;
    }

    .slide-btn {
        display: inline-block;
        border: 1px solid #fff;
        padding: 14px 36px;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        transition: 0.3s;
    }

    .slide-btn:hover {
        background: #fff;
        color: #232323;
    }

    .swiper-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.2);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        z-index: 10;
        cursor: pointer;
        transition: 0.3s;
    }

    .swiper-arrow:hover {
        background: #D4B989;
        color: #fff;
    }

    .arrow-prev {
        left: 30px;
    }

    .arrow-next {
        right: 30px;
    }

    .swiper-dots {
        position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 12px;
        z-index: 10;
    }

    .dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.5);
        cursor: pointer;
        transition: 0.3s;
    }

    .dot.active {
        background: #D4B989;
        transform: scale(1.2);
    }

    .right-combine-area {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .right-combine-area .embroider-img-item {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .right-bottom-content {
        position: absolute;
        bottom: 0px;
        right: 25px;
        z-index: 10;
        padding: 15px 20px;
        border-radius: 4px;
        color: #000;
        text-align: right;
    }

    .right-bottom-content .bottom-title-text {
        margin: 0 0 5px;
        font-size: 18px;
        font-weight: bold;
    }

    .right-bottom-content .bottom-sub-text {
        margin: 0 0 10px;
        font-size: 16px;
        opacity: 0.9;
    }

    .right-bottom-content .bottom-action-btn {
        font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans", Arial, Helvetica, sans-serif;
        border: 1px solid #C9B176;
        padding: 8px 16px;
        color: #000;
        cursor: pointer;
    }

    .embroider-main-rect {
        display: flex;
        gap: 20px;
        align-items: stretch;
    }

    .right-combine-area {
        flex: 1;
    }

    .embroider-img-item {
        width: 100%;
        height: auto;
    }

    .title-with-img {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 30px; 
    }

    .title-right-img {
        height: 50px;
        width: auto;
        object-fit: contain;
    }

    .top-content-area {
        display: flex;
        gap: 40px;
        margin-bottom: 50px;
        flex-wrap: wrap;
        align-items: flex-end;
    }

    .left-card-group {
        flex-wrap: wrap;
        display: flex;
        gap: 20px;
        flex: 1;
        min-width: 300px;
    }
    .left-card-groups {
        flex-wrap: wrap;
        display: flex;
        gap: 20px;
        flex: 1;
        min-width: 300px;
    }

    .color-card {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .fa-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
    }

    .icon-img {
        width: 35px;
        height: 35px;
        object-fit: contain;
        display: block;
    }

    .card-color-block {
        width: 100%;
        aspect-ratio: 3/4;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px 10px;
        gap: 10px;
        color: #ffffff;
        position: relative;
    }

    .card-top-img {
        width: 65%;
        aspect-ratio: 1/1;
        object-fit: contain;
    }

    .card-letter {
        font-size: 36px;
        font-weight: 700;
        line-height: 1;
    }

    .card-color-name {
        font-size: 14px;
        letter-spacing: 0.5px;
    }

    .right-showcase-area {
        flex: 2;
        width: 100%;
        position: relative;
    }

    .full-showcase-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
    }

    .bottom-gallery {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 0;
        margin-top: 30px;
        overflow: hidden;
        height: 360px;
    }

    .gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .t-left {
        clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    }

    .p-middle1 {
        clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
    }

    .p-middle2 {
        clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
    }

    .t-right {
        clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
    }

    .bottom-title {
        font-size: 20px;
        text-align: center;
        margin: 20px 0;
    }

    .story-section {
        padding: 30px 0;
    }

    .section-title p {
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        color: #666;
        text-align: center;
    }

    .grid {
        display: grid;
        gap: 16px;
    }

    .btn-primary {
        border: 1px solid #232323;
        padding: 8px 24px;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        display: inline-block;
        text-align: center;
    }

    .btn-primary:hover {
        background: #232323;
        color: #fff;
    }

    .flex-center {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .journey-container {
        font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans", Arial, Helvetica, sans-serif;
        max-width: 1400px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 2fr 1fr 1fr;
        gap: 20px;
        align-items: center;
        padding: 0 32px;
    }

    .journey-section {
        position: relative;
    }

    .journey-title {
        font-size: 28px;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 30px;
        font-weight: normal;
    }

    .process-flow {
        display: flex;
        align-items: center;
        position: relative;
    }

    .step {
        width: 80px;
        height: 80px;
        border: 2px solid #c9b176;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px;
        background-color: #f8f5ee;
        z-index: 2;
    }

    .step.highlight {
        position: relative;
    }

    .step.highlight::after {
        content: '';
        position: absolute;
        width: 90px;
        height: 90px;
        border: 1px solid #c9b176;
        border-radius: 50%;
        z-index: -1;
    }

    .connector {
        height: 2px;
        background-color: #c9b176;
        flex: 1;
        margin: 0 10px;
    }

    .big-arrow {
        margin-left: 20px;
        font-size: 40px;
        color: #c9b176;
    }

    .journey-img {
        filter: grayscale(1);
        margin-top: 20px;
        width: 100%;
        max-height: 200px;
        object-fit: cover;
    }

    .card {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .card-img {
        filter: grayscale(1);
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .card-text {
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 1.6;
    }

    .product-grid {
        grid-template-columns: 1fr;
        margin-bottom: 32px;
    }

    .color-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        justify-items: center;
        text-align: center;
    }

    .color-item {
        text-align: center;
    }

    .color-circle {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        overflow: hidden;
        margin-bottom: 16px;
    }

    .color-item p {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }

    .story-grid {
        grid-template-columns: 1fr;
        gap: 32px;
        margin-bottom: 48px;
    }

    .story-card {
        position: relative;
        overflow: hidden;
        height: 400px;
    }

    .story-card img {
        filter: grayscale(1);
        transition: transform 0.5s ease;
    }

    .story-card:hover img {
        transform: scale(1.05);
    }

    .story-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 32px;
        color: #fff;
    }

    .story-overlay h4 {
        font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans", Arial, Helvetica, sans-serif;
        font-size: 24px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        margin-bottom: 8px;
    }

    .story-overlay p {
        font-size: 14px;
        opacity: 0.9;
        margin-bottom: 16px;
        max-width: 480px;
    }

    .story-link {
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        text-decoration: underline;
        text-underline-offset: 4px;
    }

    .story-link:hover {
        color: #D4B989;
    }

    .index-flowchart {
        width: 100%;
        background-color: #F8F5F0;
        border-radius: 16px;
    }

    .flowchart-header {
        margin-bottom: 50px;
    }

    .flowchart-container {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        position: relative;
        width: 100%;
    }

    .flow-step {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex: 1;
        max-width: 220px;
        position: relative;
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.6s ease;
    }

    .step-icon-wrapper {
        position: relative;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        width: 100%;
    }

    .step-icon {
        width: 48px;
        height: 48px;
        border: 2px solid #c9b176;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #c9b176;
        font-size: 20px;
        background-color: #fff;
        z-index: 2;
        transition: all 0.4s ease;
    }

    .flow-connector-svg {
        width: 180px;
        height: 16px;
        z-index: 1;
    }

    .flow-step:last-child .flow-connector-svg {
        display: none;
    }

    .step-info {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .step-number {
        width: 24px;
        height: 24px;
        border: 2px solid #c9b176;
        border-radius: 50%;
        color: #232323;
        font-size: 12px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .step-title {
        font-size: 14px;
        color: #232323;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-weight: 700;
    }

    .flow-step.active {
        opacity: 1;
        transform: translateY(0);
    }

    .flow-step:hover .step-icon {
        background-color: #c9b176;
        color: #fff;
        transform: scale(1.1);
    }

    .flow-step:nth-child(1) {
        animation-delay: 0s;
    }

    .flow-step:nth-child(2) {
        animation-delay: 0.2s;
    }

    .flow-step:nth-child(3) {
        animation-delay: 0.4s;
    }

    .flow-step:nth-child(4) {
        animation-delay: 0.6s;
    }

    .flow-step:nth-child(5) {
        animation-delay: 0.8s;
    }

    .process-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        text-align: center;
    }

    .process-item {
        text-align: center;
    }

    .process-img {
        width: 96px;
        height: 96px;
        border-radius: 8px;
        overflow: hidden;
        margin: 0 auto 24px;
    }

    .process-item h4 {
        font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans", Arial, Helvetica, sans-serif;
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        margin-bottom: 8px;
    }

    .process-item .title {
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        margin-bottom: 8px;
    }

    .process-item .desc {
        font-size: 12px;
        color: #666;
    }

    .advantage-grid {
        grid-template-columns: 1fr;
        gap: 32px;
        margin-top: 80px;
        text-align: center;
    }

    .advantage-item img {
        width: 64px;
        height: 64px;
        border-radius: 50%;
        margin: 0 auto 16px;
    }

    .advantage-item h4 {
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        margin-bottom: 8px;
    }

    .advantage-item p {
        font-size: 12px;
        color: #666;
    }

    .factory-banner {
        width: 100%;
        margin-bottom: 48px;
    }

    .factory-grid {
        grid-template-columns: 1fr;
        gap: 32px;
        align-items: center;
    }

    .factory-content h4 {
        font-size: 24px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        margin-bottom: 16px;
    }

    .factory-content p {
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 24px;
    }

    .factory-img {
        border-radius: 8px;
        overflow: hidden;
    }

    .factory-images {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .image-card {
        position: relative;
        overflow: hidden;
        border-radius: 4px;
    }

    .cashmere-process-wrapper {
        max-width: 1400px;
        margin: 0 auto;
    }

    .process-main-heading {
        text-align: center;
        font-size: 30px;
        color: #4a5568;
        margin-bottom: 30px;
        font-weight: 500;
    }

    .process-steps-layout {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }

    .process-step-card {
        position: relative;
        background: #ffffff;
        border: 1px solid #ffedc0;
        border-radius: 16px;
        padding: 25px 20px;
        width: 250px;
        height: 220px;
        text-align: center;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 2;
    }

    .step-icon-symbol {
        font-size: 28px;
        color: #c9b176;
        margin-bottom: 18px;
    }

    .step-number-badge {
        width: 26px;
        height: 26px;
        line-height: 26px;
        background-color: #fff7e3;
        color: #c9b176;
        border-radius: 50%;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 12px;
    }
    .step-icon-img {
        width: 35px;
        height: 35px;
        object-fit: contain;
        margin-bottom: 18px;
      }

    .step-title-en {
        font-size: 15px;
        font-weight: 600;
        color: #4a5568;
        margin-bottom: 8px;
        line-height: 1.4;
    }

    .step-desc-cn {
        font-size: 12px;
        color: #94a3b8;
        line-height: 1.4;
    }
 

    .image-card img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
    }

    .image-card::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3);
      pointer-events: none;
    }

    .image-card:hover::after {
      background: rgba(0, 0, 0, 0.1);
      transition: background 0.3s ease;
    }

    .search-icon {
        position: absolute;
        bottom: 20px;
        right: 20px;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #333;
        z-index: 9;
    }

    .search-icon i {
        font-size: 18px;
    }

    .image-caption {
        position: absolute;
        bottom: 20px;
        left: 20px;
        color: #fff;
        font-size: 20px;
        font-weight: 500;
        z-index: 99;
    }

    .product-list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: flex-start;
    }

    .product-item {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .product-img-box {
        height: 300px;
        border-radius: 4px;
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }

    .product-img-box img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: opacity 0.3s ease;
    }

    .model-img {
        opacity: 1;
        z-index: 1;
    }

    .detail-img {
        opacity: 0;
        z-index: 0;
    }

    .product-img-box:hover .model-img {
        opacity: 0;
    }

    .product-img-box:hover .detail-img {
        opacity: 1;
    }

    .product-item.small {
        width: calc(25% - 15px);
    }

    .product-item.large {
        width: calc(50% - 10px);
    }

    .product-info {
        text-align: center;
        color: #2c2414;
    }

    .product-info h4 {
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 4px;
    }

    .product-info p {
        font-size: 12px;
        color: #666;
    }

    .index-footer-main {
        position: relative;
        width: 100%;
        margin-top: clamp(36px, 4vw, 72px);
        padding: 0 20px 18px;
        font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans", Arial, Helvetica, sans-serif;
        background-color: transparent;
        overflow: visible;
    }

    .index-footer-main::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: clamp(70px, 6vw, 90px);
        bottom: 0;
        z-index: 0;
        background: #232323;
    }

    .footer-banner {
        position: relative;
        z-index: 1;
        margin: 0 auto;
        max-width: 960px;
        width: min(960px, 100%);
        min-height: clamp(150px, 13vw, 190px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 34px 64px 28px;
        color: #fff;
        background-image: linear-gradient(rgba(0,0,0,0.42), rgba(0,0,0,0.42)), url('/skin/static/image/footer-main-bg.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
    }
    .footer-banners {
        margin: 0 auto;
        max-width: 1400px;
        width: 100%;
        min-height: 500px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 50px;
        color: #fff;
    }

    .banner-title {
        font-size: clamp(24px, 2.2vw, 36px);
        font-weight: 700;
        letter-spacing: 4px;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 26px;
        width: 100%;
    }

    .banner-button-wrap {
        position: absolute;
        right: 88px;
        top: 54%;
        width: auto;
        text-align: right;
    }

    .banner-link {
        padding: 8px 16px;
        border: 1px solid #d4b06a;
        background: #c9b176;
        color: #231f1a;
        font-size: 9px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        cursor: pointer;
        transition: all 0.3s ease;
        text-decoration: none;
        display: inline-block;
    }

    .banner-link:hover {
        background-color: #d4b06a;
        color: #1a1a1a;
        text-decoration: none;
    }

    .index-footer {
        position: relative;
        z-index: 1;
        max-width: 960px;
        margin: 0 auto;
        color: #fff;
        padding: 28px 0 8px;
    }

    .index-footer-bg {
        width: 100%;
        font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans", Arial, Helvetica, sans-serif;
        background-color: #1a1a1a;
        background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('/skin/static/image/footer-bg.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .inquiry-title {
        font-size: clamp(18px, 1.5vw, 24px);
        font-weight: bold;
        text-align: left;
        margin-bottom: 24px;
        text-transform: uppercase;
        letter-spacing: 1.5px;
    }

    .inquiry-form {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px 18px;
        margin-bottom: 14px;
    }

    .footer-form-group {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .footer-form-group label {
        font-size: 10px;
        text-transform: uppercase;
        opacity: 0.9;
    }

    .footer-form-group input,
    .footer-form-group select,
    .footer-form-group textarea {
        font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans", Arial, Helvetica, sans-serif;
        padding: 9px 12px;
        border: none;
        border-radius: 0;
        font-size: 13px;
        width: 100%;
        background: #fff;
        color: #333;
    }

    .footer-form-group.message {
        grid-column: 1 / 3;
    }

    .footer-form-group textarea {
        min-height: 70px;
        resize: vertical;
    }

    .submit-btn {
        text-align: right;
    }

    .submit-btn button {
        font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans", Arial, Helvetica, sans-serif;
        background: #C9B176;
        color: #fff;
        border: none;
        min-width: 150px;
        padding: 10px 30px;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        cursor: pointer;
        transition: background 0.3s ease;
    }

    .submit-btn button:hover {
        background:#9b895c;
    }

    .footer-actions-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        margin-top: 6px;
        margin-bottom: 22px;
    }

    .social-icons {
        display: flex;
        gap: 18px;
        margin-bottom: 0;
        align-items: center;
    }

    .social-icons a {
        color: #fff;
        font-size: 18px;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .social-icons a:hover {
        color: #ff8c00;
    }

    .banner-link,
    .submit-btn button {
        position: relative;
        overflow: hidden;
        transition: transform 0.35s ease, background 0.35s ease, background-color 0.35s ease, color 0.35s ease, box-shadow 0.35s ease;
    }

    .banner-link::before,
    .submit-btn button::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.28) 48%, transparent 100%);
        transform: translateX(-120%);
        transition: transform 0.65s ease;
        pointer-events: none;
    }

    .banner-link:hover {
        box-shadow: 0 12px 26px rgba(212, 176, 106, 0.24);
        transform: translateY(-3px);
    }

    .banner-link:hover::before,
    .submit-btn button:hover::before {
        transform: translateX(120%);
    }

    .footer-form-group input,
    .footer-form-group select,
    .footer-form-group textarea {
        transition: box-shadow 0.3s ease, transform 0.3s ease;
    }

    .footer-form-group input:focus,
    .footer-form-group select:focus,
    .footer-form-group textarea:focus {
        outline: none;
        box-shadow: 0 0 0 2px rgba(212, 176, 106, 0.72), 0 10px 22px rgba(0,0,0,0.16);
        transform: translateY(-1px);
    }

    .submit-btn button:hover {
        box-shadow: 0 12px 26px rgba(0, 0, 0, 0.24);
        transform: translateY(-3px);
    }

    .social-icons a {
        transition: color 0.3s ease, transform 0.3s ease;
    }

    .social-icons a:hover {
        transform: translateY(-3px);
    }

    .footer-fx {
        opacity: 0;
        transform: translateY(34px);
        transition: opacity 0.78s ease, transform 0.78s ease;
    }

    .footer-fx.is-visible {
        opacity: 1;
        transform: translateY(0);
    }

    @media (prefers-reduced-motion: reduce) {
        .footer-fx {
            opacity: 1;
            transform: none;
            transition: none;
        }
    }

    .copyright {
        font-size: 8px;
        opacity: 0.55;
        text-align: center;
    }

    @media (min-width: 1024px) {
        .desktop-nav {
            display: flex;
        }

        .lang-switch {
            display: flex;
        }
        .product-nav {
            position: relative;
            display: flex;
            align-items: center;
        }

        .product-nav > a {
            font-size: 16px;
            font-weight: 400;
        }

        .product-nav-panel,
        .product-nav-submenu {
            color: #2c2414;
            background: rgba(255, 255, 255, 0.98);
            border: 1px solid rgba(44, 36, 20, 0.1);
            box-shadow: 0 24px 64px rgba(26, 20, 11, 0.18);
        }

        .product-nav-panel {
            position: absolute;
            top: 100%;
            left: 50%;
            z-index: 1000;
            width: 280px;
            padding: 10px;
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            transform: translate(-50%, 10px);
            transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
        }

        .product-nav:hover .product-nav-panel,
        .product-nav:focus-within .product-nav-panel {
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
            transform: translate(-50%, 0);
        }

        .product-nav-group,
        .product-nav-subitem {
            position: relative;
        }

        .product-nav-title,
        .product-nav-submenu a,
        .product-nav-subitem > a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            color: #403728;
            line-height: 1.35;
            letter-spacing: 0;
            text-transform: none;
        }

        .product-nav-title {
            padding: 14px 16px;
            font-size: 18px;
            font-weight: 800;
            min-height: 48px;
        }

        .product-nav-title::after,
        .product-nav-subitem.has-submenu > a::after {
            content: "+";
            color: #9b895c;
            font-size: 20px;
            line-height: 1;
        }
        .product-nav-group:hover > .product-nav-title::after,
        .product-nav-group:focus-within > .product-nav-title::after,
        .product-nav-subitem.has-submenu:hover > a::after,
        .product-nav-subitem.has-submenu:focus-within > a::after {
            content: "-";
        }

        .product-nav-submenu {
            position: absolute;
            top: 0;
            left: 100%;
            z-index: 1001;
            width: 300px;
            padding: 10px;
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            transform: translateX(4px);
            transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
        }

        .product-nav-group:hover > .product-nav-submenu,
        .product-nav-group:focus-within > .product-nav-submenu,
        .product-nav-subitem:hover > .product-nav-third,
        .product-nav-subitem:focus-within > .product-nav-third {
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
            transform: translateX(0);
        }

        .product-nav-submenu a,
        .product-nav-subitem > a {
            padding: 13px 16px;
            font-size: 16px;
            font-weight: 600;
            min-height: 46px;
        }

        .product-nav-title:hover,
        .product-nav-title:focus,
        .product-nav-submenu a:hover,
        .product-nav-submenu a:focus,
        .product-nav-subitem > a:hover,
        .product-nav-subitem > a:focus {
            color: #9b895c;
            background: rgba(201, 177, 118, 0.1);
        }

        .product-nav-third {
            left: 100%;
            top: 0;
        }

        .mobile-product-links {
            display: grid;
            gap: 8px;
            padding: 0 0 10px 16px;
            border-bottom: 1px solid #f5f5f5;
        }

        #mobileMenu .mobile-product-links details {
            display: grid;
            gap: 6px;
        }

        #mobileMenu .mobile-product-links summary {
            cursor: pointer;
            color: #343434;
            font-size: 17px;
            font-weight: 800;
            line-height: 1.35;
            list-style: none;
        }

        #mobileMenu .mobile-product-links summary::-webkit-details-marker {
            display: none;
        }

        #mobileMenu .mobile-product-links summary::after {
            content: " +";
            color: #9b895c;
        }

        #mobileMenu .mobile-product-links details[open] > summary::after {
            content: " -";
        }

        #mobileMenu .mobile-product-links a {
            padding: 3px 0 3px 14px;
            border-bottom: 0;
            color: #666;
            font-size: 15px;
            line-height: 1.35;
            text-transform: none;
        }

        #mobileMenu .mobile-product-nested {
            padding-left: 14px;
        }
        #menuBtn {
            display: none;
        }

        #mobileMenu {
            display: none !important;
        }
    }

    @media (max-width: 768px) {
        .slide-title {
            font-size: 36px;
        }

        .slide-subtitle {
            font-size: 18px;
        }

        .content-inner {
            margin: 0 20px;
        }

        .swiper-arrow {
            width: 40px;
            height: 40px;
            font-size: 16px;
        }

        .arrow-prev {
            left: 15px;
        }

        .arrow-next {
            right: 15px;
        }
        .factory-images{
            grid-template-columns: 1fr;
        }
        .banner-title {
            font-size: 1.8rem;
        }
        .footer-banner {
            width: 100%;
            min-height: 170px;
            padding: 30px 20px;
        }
        .banner-button-wrap {
            position: static;
            text-align: center;
            margin-top: 10px;
        }
        .inquiry-form {
            grid-template-columns: 1fr;
        }
        .footer-form-group.message,
        .submit-btn {
            grid-column: 1 / 2;
        }
        .submit-btn {
            text-align: center;
        }
        .footer-actions-row {
            flex-direction: column;
            align-items: stretch;
        }
        .submit-btn button {
            width: 100%;
        }
        .inquiry-title {
            font-size: 1.5rem;
            text-align: center;
        }
        .social-icons {
            justify-content: center;
        }
        .copyright {
            text-align: center;
        }
    }

    @media (min-width: 768px) {
        .container {
            padding: 0 32px;
        }

        #navbar .container {
            padding: 0px 32px;
        }

        .lang-switch {
            display: flex;
        }

        .hero-grid {
            grid-template-columns: 1fr 1fr;
        }

        .hero-right {
            display: flex;
        }

        .hero h2 {
            font-size: 72px;
        }

        .grid {
            gap: 32px;
        }

        .product-grid {
            grid-template-columns: repeat(12, 1fr);
        }

        .product-grid div:nth-child(1) {
            grid-column: span 4;
        }

        .product-grid div:nth-child(2) {
            grid-column: span 4;
        }

        .product-grid div:nth-child(3) {
            grid-column: span 4;
        }

        .color-grid {
            grid-template-columns: repeat(5, 1fr);
        }

        .color-circle {
            width: 96px;
            height: 96px;
        }

        .story-grid {
            grid-template-columns: 1fr 1fr;
        }

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

        .process-img {
            width: 128px;
            height: 128px;
        }

        .advantage-grid {
            grid-template-columns: repeat(3, 1fr);
        }

        .factory-grid {
            grid-template-columns: 1fr 1fr;
        }

        .section-title h3 {
            font-size: 36px;
        }

        .contact-content h3 {
            font-size: 48px;
        }

        .process-step-card:not(:last-child)::after {
            content: "\f061";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            right: -40px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 22px;
            color: #c9b176;
            z-index: 1;
        }
    }

    @media (max-width: 1024px) {
        .product-item.small {
            width: calc(33.33% - 13px);
        }

        .product-item.large {
            width: 100%;
        }
        .right-bottom-content {
            position: static;
            text-align: left;
            padding: 15px 0 0 0;
            right: auto;
            bottom: auto;
        }

        .right-combine-area {
            overflow: visible;
        }
    }

    @media (max-width: 768px) {
        .main-title,
        .section-title h3,
        .embroider-top-header,
        .module-title,
        .factory-title,
        .product-title {
            font-size: 32px;
        }

        .embroider-main-rect {
            flex-direction: column;
            height: auto;
            gap: 8px;
        }

        .left-trapezoid-module {
            clip-path: none;
            height: 220px;
            width: 100%;
        }

        .right-combine-area {
            width: 100%;
        }

        .right-short-module {
            flex-direction: column;
            height: auto;
            gap: 8px;
            flex: none;
        }

        .inner-trapezoid-group {
            flex-direction: column;
            height: auto;
            gap: 8px;
        }

        .group-left-triangle {
            clip-path: none;
            height: 220px;
            width: 100%;
        }

        .group-right-triangle {
            clip-path: none;
            height: 220px;
            width: 100%;
        }

        .inner-center-rect {
            height: 220px;
            width: 100%;
        }

        .right-bottom-content {
            align-items: center;
            padding: 16px 0;
        }

        .top-content-area {
            flex-direction: column;
        }

        .journey-container {
            grid-template-columns: 1fr;
            gap: 40px;
        }

        .process-flow {
            flex-direction: column;
            gap: 40px;
        }

        .process-steps-layout {
            flex-direction: column;
            gap: 40px;
        }

        .process-step-card:not(:last-child)::after {
            content: "\f063";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            bottom: -35px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 22px;
            color: #c9b176;
        }

        .product-item.small {
            width: calc(50% - 10px);
        }

        .product-item.large {
            width: 100%;
        }

        .form-section {
            padding: 40px 25px;
        }

        .footer-wrapper {
            flex-direction: column;
            gap: 40px;
        }
    }

    @media (max-width: 480px) {
        .main-title,
        .section-title h3,
        .embroider-top-header,
        .module-title,
        .factory-title,
        .product-title {
            font-size: 24px;
        }

        .left-trapezoid-module,
        .right-short-module,
        .group-left-triangle,
        .group-right-triangle,
        .inner-center-rect {
            height: 180px;
        }

        .left-card-group {
            flex-direction: column;
        }

        .title-with-img {
            gap: 15px;
        }

        .bottom-gallery {
            grid-template-columns: 1fr;
            height: auto;
        }

        .product-item.small,
        .product-item.large {
            width: 100%;
        }
    }
    /* Unified homepage navigation */
    #navbar {
        background: transparent;
        box-shadow: none;
    }

    #navbar .logo img {
        filter: invert(1);
    }

    #navbar .desktop-nav,
    #navbar .lang-switch,
    #navbar #menuBtn {
        color: #fff;
    }

    #navbar .menu-fallback {
        background: #fff;
        box-shadow: 0 -7px 0 #fff, 0 7px 0 #fff;
    }

    #navbar.navbar-scroll {
        background: #fff;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    #navbar.navbar-scroll .logo img {
        filter: none;
    }

    #navbar.navbar-scroll .desktop-nav,
    #navbar.navbar-scroll .lang-switch,
    #navbar.navbar-scroll #menuBtn {
        color: #232323;
    }

    #navbar.navbar-scroll .menu-fallback {
        background: #232323;
        box-shadow: 0 -7px 0 #232323, 0 7px 0 #232323;
    }

    #navbar .desktop-nav > a.active,
    #navbar .desktop-nav > .product-nav > a.active,
    #navbar .mobile-nav a.active,
    #navbar.navbar-scroll .desktop-nav > a.active,
    #navbar.navbar-scroll .desktop-nav > .product-nav > a.active,
    #navbar.navbar-scroll .mobile-nav a.active {
        color: #D4B989;
        font-weight: 700;
    }

    #navbar .desktop-nav > a:hover,
    #navbar .desktop-nav > .product-nav > a:hover,
    #navbar .lang-switch a:hover {
        color: #D4B989;
    }

        .product-nav-panel > .product-nav-direct {
            min-height: 44px;
            font-size: 15px;
            font-weight: 700;
        }

        .product-nav-direct::after {
            content: none !important;
        }

.card-color-block.color-rose-drift {
    background-color: #c8b8d8;
}

.card-color-block.color-soil-grace {
    background-color: #d8a8b8;
}

.card-color-block.color-cove-tide {
    background-color: #68a8a0;
}


.right-bottom-content .bottom-action-btn {
    display: inline-block;
    text-decoration: none;
    background: transparent;
    line-height: 1.2;
}


.image-card {
    display: block;
    text-decoration: none;
    color: inherit;
}

