@font-face{font-family:TestFinancierText;src:url(/fonts/TestFinancierText/TestFinancierText-RegularItalic.otf) format("opentype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:TestFinancierText;src:url(/fonts/TestFinancierText/TestFinancierText-MediumItalic.otf) format("opentype");font-weight:500;font-style:italic;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color:#601b17;--secondary-color:#b0e0e6;--accent-color:pink;--text-color:#333;--light-bg:#fff5f7;--white:#fff}body{font-family:MiSans VF,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;line-height:1.6;color:var(--text-color)}.page-wrapper{min-height:100vh}.container{max-width:1400px;margin:0 auto;padding:0 40px}.navbar{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px rgba(0,0,0,.1);position:fixed;width:100%;top:0;z-index:1000}.navbar .container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:1rem 40px;gap:20px}@media (max-width:768px){.navbar .container{padding:1rem 20px}}.logo{display:flex;align-items:center;text-decoration:none;z-index:10}.logo img{height:40px;width:auto;transition:transform .3s}.logo .logo-desktop{display:block}.logo .logo-mobile{display:none}.nav-menu{display:flex;list-style:none;gap:1.8rem;font-family:MiSans VF,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}@media (max-width:768px){.navbar .container{justify-content:space-between;position:relative}.logo{order:1}.logo .logo-desktop{display:none}.logo .logo-mobile{display:block}.nav-menu{order:2}.language-switcher{order:3;margin-left:auto}.hamburger{order:4}}@media (min-width:769px){.navbar .container{position:relative;display:flex;justify-content:space-between;align-items:center}.logo{flex-shrink:0}.nav-menu{position:static;transform:none;margin-left:auto;margin-right:20px}.language-switcher{flex-shrink:0;z-index:10}.mobile-menu-overlay{display:none}}.nav-menu a{text-decoration:none;color:#636363;transition:color .3s;font-weight:500;position:relative}.nav-menu a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--primary-color);transition:width .3s}.nav-menu a.active:after,.nav-menu a:hover:after{width:100%}.nav-menu a.active,.nav-menu a:hover{color:var(--primary-color)}.hamburger{display:none;flex-direction:column;cursor:pointer;width:25px;height:21px;position:relative}.hamburger span{width:25px;height:3px;background:var(--text-color);position:absolute;left:0;transition:.3s}.hamburger span:first-child{top:0}.hamburger span:nth-child(2){top:9px}.hamburger span:nth-child(3){top:18px}.hamburger.active span:first-child{top:9px;transform:rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){top:9px;transform:rotate(-45deg)}.language-switcher{position:relative}.language-button{display:flex;align-items:center;gap:6px;padding:8px 16px;background:hsla(0,0%,100%,.9);border:1px solid #e0e0e0;border-radius:20px;cursor:pointer;font-size:.9rem;color:var(--text-color);transition:all .3s ease}.language-button:hover{background:#fff;border-color:var(--primary-color)}.language-icon{font-size:1.1rem}.language-text{font-weight:500}.language-arrow{font-size:.7rem;transition:transform .3s ease}.language-arrow.open{transform:rotate(180deg)}.language-menu{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1);overflow:hidden;min-width:140px;z-index:1000}.language-menu button{display:block;width:100%;padding:12px 20px;border:none;background:#fff;text-align:left;cursor:pointer;font-size:.9rem;color:var(--text-color);transition:background .2s ease}.language-menu button:hover{background:#f5f5f5}.language-menu button.active{background:rgba(255,105,180,.1);color:var(--primary-color);font-weight:600}.language-menu button:not(:last-child){border-bottom:1px solid #f0f0f0}.hero-banner{height:auto;overflow:hidden;margin-top:0;background:#f5f5f5}.banner-swiper,.hero-banner{position:relative;width:100%}.banner-swiper .swiper-slide{width:100%}.banner-image{width:100%;height:auto;display:block;max-width:100%;object-fit:cover;object-position:center}.banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;padding:0 5%}.brand-title{font-size:1.2rem;color:#333;margin-bottom:2rem;font-weight:500}.banner-text-group{margin-bottom:3rem}.functional-label{margin-bottom:.5rem}.functional-text{font-size:1.3rem;color:#333;font-weight:500;margin-right:.5rem}.functional-icon{font-size:1rem;color:#333}.main-slogan{margin-bottom:.5rem}.english-text{font-size:3.5rem;font-style:italic;color:#333;font-weight:300;line-height:1.2}.chinese-slogan{display:flex;align-items:center;gap:.3rem}.quote-left,.quote-right{font-size:2rem;color:#333;font-weight:300}.slogan-text{font-size:2rem;color:#333;font-weight:500;letter-spacing:.1em}.tagline{display:flex;align-items:baseline;gap:.5rem;font-size:1.1rem}.as-you,.wish{font-style:italic;color:#333}.wish{font-weight:600}.let-beauty{color:#333;margin-left:.3rem}.banner-swiper .banner-indicators{position:absolute;bottom:20px;left:0;right:0;width:100%;display:flex;gap:10px;z-index:10;justify-content:center}.banner-swiper .banner-indicators .swiper-pagination-bullet{width:12px;height:12px;border-radius:50%;background:hsla(0,0%,100%,.5);opacity:1;cursor:pointer;transition:background .3s}.banner-swiper .banner-indicators .swiper-pagination-bullet-active{background:var(--primary-color)}.banner-control{position:absolute;top:50%;background:transparent;transform:translateY(-50%);border:none;width:50px;height:50px;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center}.banner-control img{width:40px;height:40px}.banner-control:active,.banner-control:focus{outline:none;-webkit-tap-highlight-color:transparent}.banner-control.prev{left:20px}.banner-control.next{right:20px}.products{padding:5rem 0;background:var(--light-bg)}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:var(--text-color)}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.product-card{background:var(--white);border-radius:15px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:transform .3s,box-shadow .3s}.product-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px rgba(0,0,0,.2)}.product-image{width:100%;height:300px;background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);display:flex;align-items:center;justify-content:center}.product-image img{max-width:100%;max-height:100%;object-fit:cover}.brand-story{margin-top:80px;background-color:#fff}.brand-story-container{max-width:1400px;margin:0 auto;padding:0 40px;display:flex;align-items:center;gap:60px;color:var(--primary-color)}.brand-story-image{flex:0 0 38%;max-width:38%}.brand-story-image img{width:100%;height:auto;display:block}.brand-story-content{flex:1 1;position:relative}.brand-story-title{margin-bottom:30px;background-image:url(/images/brand-img_2.png);background-repeat:no-repeat;background-position:120px -10px;background-size:160px auto;position:relative}.brand-story-title .title-english{display:flex;align-items:flex-start;gap:10px}.brand-story-title .italic-text{font-family:TestFinancierText,Georgia,Times New Roman,serif;font-size:2.5rem;font-style:italic;font-weight:500;line-height:1.1}.brand-story-title .logo-text{font-size:2.5rem;font-weight:700;color:#5bc4c0;font-style:normal}.brand-story-title .title-chinese{font-size:2.5rem;color:var(--primary-color);font-weight:400;margin-top:5px}.brand-story-text{margin-bottom:30px}.brand-story-text p{font-size:1rem;line-height:1.8;color:var(--primary-color);margin-bottom:15px}.brand-story-btn{display:flex;align-items:center;justify-content:flex-end;margin-right:20px}.brand-story-btn-text{display:flex;align-items:center;justify-content:center;width:40px;height:40px;text-decoration:none;transition:all .3s ease}.brand-story-mobile{display:none}@media (max-width:768px){.brand-story,.hero-banner{margin-top:60px}.brand-story-desktop{display:none}.brand-story-mobile{display:block;padding:0 20px}.brand-story-mobile img{width:100%;height:auto}}.wish-products{margin-top:80px;background:#fff}.wish-products-page{padding-bottom:20px}.wish-products-tabs{display:flex;flex-direction:column;align-items:center;gap:30px;margin-bottom:50px}.tabs-primary{display:flex;justify-content:center;align-items:center;gap:0}.tab-primary{font-size:1.2rem;font-weight:500;color:var(--primary-color);cursor:pointer;padding:8px 24px;transition:all .3s ease}.tab-primary.active,.tab-primary:hover{background-color:#fde7f3}.tab-divider{width:1px;height:20px;background-color:var(--primary-color);margin:0 20px}.secondary-group,.tabs-secondary{display:flex;justify-content:center;width:100%}.secondary-group{gap:100px}.tab-secondary{font-size:1rem;color:var(--primary-color);cursor:pointer;padding-bottom:2px;border-bottom:3px solid transparent;transition:all .3s ease}.tab-secondary.active,.tab-secondary:hover{border-bottom-color:#ff2a5a}.wish-products-container{max-width:1400px;margin:0 auto;padding:0 40px}.wish-products-title{margin-bottom:20px;display:flex;justify-content:space-between;align-items:center;width:100%}.wish-products-title .title-content{display:inline-block}.wish-products-title .title-chinese{font-size:2.5rem;font-weight:400;color:var(--primary-color)}.wish-products-title .title-english{font-family:TestFinancierText,Georgia,Times New Roman,serif;font-size:1.2rem;color:var(--primary-color);font-weight:300;display:block;text-align:right}.wish-products-title .view-more-wrapper{display:flex;flex-direction:column;align-items:flex-end}.wish-products-title .view-more-icon{width:30px;height:auto;margin-bottom:5px}.wish-products-title .view-more-link{font-size:1rem;color:var(--primary-color);text-decoration:none;font-weight:500;transition:opacity .3s ease;white-space:nowrap}.wish-products-title .view-more-link:hover{opacity:.7}.wish-products-carousel{overflow:hidden;width:100%}.carousel-track{display:flex;transition:transform .5s ease}.product-slide{flex:0 0 25%;padding:0 10px;box-sizing:border-box;position:relative}.product-slide img{width:100%;height:auto;display:block}.product-header{position:absolute;top:15px;left:50%;transform:translateX(-50%);text-align:center;z-index:2;width:90%}.product-brand{font-size:.75rem;font-weight:400}.product-brand,.product-series{color:var(--primary-color);text-shadow:0 1px 3px hsla(0,0%,100%,.8)}.product-series{font-size:.9rem;font-weight:600}.product-footer{position:absolute;bottom:15px;left:50%;transform:translateX(-50%);text-align:center;z-index:2;width:90%}.product-tagline{font-size:.85rem;color:#666;font-weight:400;text-shadow:0 1px 3px hsla(0,0%,100%,.8)}.carousel-dots{display:flex;justify-content:center;gap:10px;margin-top:30px}.carousel-dots .dot{width:10px;height:10px;border-radius:50%;background-color:#ddd;cursor:pointer;transition:background-color .3s ease}.carousel-dots .dot.active{background-color:var(--primary-color)}.products-swiper{position:relative;width:100%;padding:20px 60px}.products-swiper .swiper-slide{height:auto}.products-swiper .product-card{position:relative;background:transparent;box-shadow:none;border-radius:0;width:100%}.products-swiper .product-card img{width:100%;height:auto;display:block}.products-swiper .product-header{position:absolute;top:15px;left:50%;transform:translateX(-50%);text-align:center;z-index:2;width:90%}.products-swiper .product-brand{font-size:.75rem;color:var(--primary-color);font-weight:400;text-shadow:0 1px 3px hsla(0,0%,100%,.8)}.products-swiper .product-footer{position:absolute;bottom:15px;left:50%;transform:translateX(-50%);text-align:center;z-index:2;width:90%}.products-swiper .product-tagline{font-size:.85rem;color:#666;font-weight:400;text-shadow:0 1px 3px hsla(0,0%,100%,.8);margin-bottom:5px}.products-swiper .product-series{font-size:.9rem;color:var(--primary-color);font-weight:600;text-shadow:0 1px 3px hsla(0,0%,100%,.8)}.products-swiper-button-next,.products-swiper-button-prev{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:transparent;border:none;cursor:pointer;padding:0;transition:opacity .3s ease}.products-swiper-button-next:hover,.products-swiper-button-prev:hover{opacity:.7}.products-swiper-button-prev{left:10px}.products-swiper-button-next{right:10px}.products-swiper-pagination{display:flex;justify-content:center;gap:10px;margin-top:20px}.products-swiper-pagination .swiper-pagination-bullet{width:10px;height:10px;background-color:#ddd;border-radius:50%;cursor:pointer;transition:background-color .3s ease}.products-swiper-pagination .swiper-pagination-bullet-active{background-color:var(--primary-color)}.carousel-control{position:absolute;top:50%;transform:translateY(-50%);background:transparent;border:none;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10}.carousel-control.prev{left:10px}.carousel-control.next{right:10px}.carousel-control img{width:40px;height:40px}.wish-products-gallery{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;max-width:1400px;margin:0 auto}.wish-product-item{position:relative}.wish-product-item img{width:100%;height:auto;display:block}.wish-product-item .product-header{position:absolute;top:10px;left:50%;transform:translateX(-50%);text-align:center;z-index:2;width:90%}.wish-product-item .product-brand{font-size:1.2rem;color:#3c4961;font-weight:400;text-shadow:0 1px 3px hsla(0,0%,100%,.8)}.wish-product-item .product-footer{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);text-align:center;z-index:2;width:90%}.wish-product-item .product-tagline{font-size:1.8rem;color:#3c4961;font-weight:600;text-shadow:0 1px 3px hsla(0,0%,100%,.8)}.wish-product-item .product-series{font-size:.9rem;color:#3c4961;font-weight:400;text-shadow:0 1px 3px hsla(0,0%,100%,.8)}.coming-soon-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;width:100%;padding:60px 20px;background:linear-gradient(135deg,#fef5f8,#fff0f5);border-radius:20px;box-shadow:0 4px 20px rgba(255,105,180,.1)}.coming-soon-icon{font-size:4rem;margin-bottom:20px;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.coming-soon-title{font-size:2rem;font-weight:600;color:var(--primary-color);margin-bottom:10px;letter-spacing:2px}.coming-soon-subtitle{font-size:1.1rem;color:#999;font-weight:400}@media (max-width:900px){.wish-products-tabs{gap:20px}.secondary-group{gap:50px}.tab-primary{font-size:1rem;padding:6px 16px}.tab-secondary{font-size:.9rem}.tab-divider{margin:0 10px}}@media (max-width:1024px){.wish-products-gallery{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.wish-products{margin-top:60px}.wish-products-page{margin-top:80px}.wish-products-container{padding:0 20px}.wish-products-tabs{gap:15px}.secondary-group{gap:30px}.wish-products-gallery{grid-template-columns:1fr}.wish-product-item .product-header{top:15px}.wish-product-item .product-brand{font-size:.9rem}.wish-product-item .product-footer{bottom:15px}.wish-product-item .product-tagline{font-size:1.1rem}.wish-product-item .product-series{font-size:.85rem}.product-slide{flex:0 0 50%}.wish-products-title .title-chinese{font-size:2rem}.wish-products-title .view-more-link{font-size:.9rem}.product-header{top:10px}.product-brand{font-size:.7rem}.products-swiper{padding:20px 50px}.carousel-control{width:40px;height:40px}.product-series{font-size:.85rem}.product-footer{bottom:10px}.product-tagline{font-size:.8rem}}@media (max-width:480px){.tab-primary{font-size:.9rem;padding:5px 12px}.tab-secondary{font-size:.85rem}.secondary-group{gap:20px}.tab-divider{margin:0 5px}.product-slide{flex:0 0 100%}.product-header{top:8px}.product-brand{font-size:.65rem}.product-series{font-size:.8rem}.product-footer{bottom:8px}.product-tagline{font-size:.75rem}.products-swiper{padding:20px 40px}.carousel-control{width:35px;height:35px}.carousel-control.prev{left:5px}.carousel-control.next{right:5px}.banner-swiper,.products-swiper{-webkit-tap-highlight-color:transparent}.wish-product-item .product-header{top:10px}.wish-product-item .product-brand{font-size:.75rem}.wish-product-item .product-footer{bottom:10px}.wish-product-item .product-tagline{font-size:.95rem}.wish-product-item .product-series{font-size:.75rem}.coming-soon-placeholder{min-height:300px;padding:40px 20px}.coming-soon-icon{font-size:3rem;margin-bottom:15px}.coming-soon-title{font-size:1.5rem}.coming-soon-subtitle{font-size:.95rem}}.wish-information{margin-top:80px;background-image:url(/images/information-bg.png);background-size:cover;background-position:50%;background-repeat:no-repeat;margin-bottom:20px}.wish-information-container{max-width:1400px;margin:0 auto;padding:0 40px 20px}.wish-information-title{margin-bottom:20px;display:inline-block}.wish-information-title .title-chinese{font-size:2.5rem;font-weight:400;color:var(--primary-color)}.wish-information-title .title-english{font-family:TestFinancierText,Georgia,Times New Roman,serif;font-size:1.2rem;color:var(--primary-color);font-weight:300;display:block;text-align:right}.information-swiper{position:relative;width:100%}.information-swiper .swiper-slide{height:auto}.information-card{position:relative;overflow:hidden;text-decoration:none;display:block;cursor:pointer}@media (min-width:1025px){.information-swiper-button-next,.information-swiper-button-prev,.information-swiper-pagination{display:none!important}}@media (max-width:1024px){.information-swiper-button-next,.information-swiper-button-prev{display:flex}.information-swiper-pagination{display:flex;justify-content:center;margin-top:20px}}.information-card .card-label{position:absolute;top:10px;left:20px;font-size:1.5rem;font-weight:500;color:var(--primary-color);text-shadow:0 2px 4px rgba(0,0,0,.3);z-index:2}.information-card .card-image{width:100%}.information-card .card-image img{width:100%;height:auto;display:block;transition:transform .3s ease}.information-card:hover .card-image img{transform:scale(1.05)}.information-card .card-tagline{position:absolute;bottom:10px;right:20px;font-size:1rem;color:var(--primary-color);text-shadow:0 2px 4px rgba(0,0,0,.5);z-index:2}.information-swiper-pagination .swiper-pagination-bullet{width:10px;height:10px;background-color:#ddd;border-radius:50%;cursor:pointer;transition:background-color .3s ease}.information-swiper-pagination .swiper-pagination-bullet-active{background-color:var(--primary-color)}@media (max-width:768px){.wish-information{margin-top:60px;background-image:url(/images/information-bg-mobile.png);background-position:0 0}.wish-information-container{padding:0 20px 20px}.information-swiper-pagination{margin-top:15px}.wish-information-title .title-chinese{font-size:2rem}}.about{padding:5rem 0}.about-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center}.about-text h2{font-size:2.5rem;margin-bottom:1.5rem;color:var(--text-color)}.about-text p{margin-bottom:1rem;line-height:1.8;color:#666}.about-image{width:100%;height:400px;background:linear-gradient(135deg,var(--secondary-color) 0,var(--primary-color) 100%);border-radius:15px}.about-image img{width:100%;height:100%;object-fit:cover;border-radius:15px}.contact-page{padding:80px 0 0;background:#fff}.contact-image{width:100%;height:auto;display:block}@media (max-width:768px){.contact-page{min-height:calc(100vh - 73px - 300px);display:flex;justify-content:center;align-items:center}}.contact{padding:5rem 0;background:var(--light-bg)}.contact-content{text-align:center;max-width:600px;margin:0 auto}.contact-info p{font-size:1.1rem;margin:1rem 0;color:var(--text-color)}.social-links{display:flex;justify-content:center;gap:1.5rem;margin-top:2rem}.social-icon{display:inline-block;text-decoration:none;border-radius:25px}.social-icon:hover{background:var(--secondary-color)}.footer{background:#d5f0f0;color:#636363;padding:30px 0}.footer-container{max-width:1400px;margin:0 auto;padding:0 40px}.footer-logo{text-align:center;margin-bottom:10px}.footer-logo img{width:auto;height:30px}.footer-contact-mobile,.footer-logo-mobile,.footer-social-mobile{display:none}.footer-content{display:flex;justify-content:space-between;gap:100px;align-items:center;margin-bottom:20px}.footer-contact{display:flex;flex-direction:column}.footer-contact .contact-title,.footer-social .social-title{font-size:.9rem;color:#636363;margin-bottom:10px}.footer-contact .contact-info{display:flex;align-items:center;gap:15px}.footer-contact .contact-qrcode{width:80px;min-width:80px;height:80px;flex-shrink:0}.footer-contact .contact-qrcode img{width:100%;height:100%;object-fit:cover}.footer-contact .contact-details{display:flex;flex-direction:column;justify-content:flex-end;gap:10px;margin-bottom:5px}.footer-contact .contact-item{display:flex;align-items:flex-start;gap:10px;color:#636363;line-height:1.5}.footer-contact .contact-item img{width:20px;height:20px;margin-top:2px;flex-shrink:0}.footer-social{text-align:right}.footer-social .social-icons{display:flex;gap:15px}.footer-social .social-icon{display:flex;align-items:center;justify-content:center;transition:opacity .3s ease}.footer-social .social-icon:hover{opacity:.7}.footer-social .social-icon img{width:20px;height:20px}.footer-copyright{text-align:center;font-size:.85rem;color:#636363;border-top:1px solid rgba(99,99,99,.2);padding-top:20px}.footer-copyright .icp-number{margin-left:5px;white-space:nowrap;color:#636363;text-decoration:underline;-webkit-text-decoration-color:transparent;text-decoration-color:transparent}.footer-copyright .icp-number:hover{color:var(--primary-color)}@media (max-width:768px){.footer-container{padding:0 20px}.footer-content,.footer-logo-desktop{display:none}.footer-logo-mobile{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding:0 10px}.footer-logo-mobile .logo-left{height:35px;width:auto}.footer-logo-mobile .logo-right{height:40px;width:auto}.footer-contact-mobile{border-radius:15px;padding:25px 20px;border:1px solid var(--primary-color)}.footer-contact-mobile,.footer-contact-mobile .contact-item-mobile{display:flex;flex-direction:column;align-items:center;margin-bottom:20px}.footer-contact-mobile .contact-item-mobile{text-align:center;&:last-child{margin-bottom:0}}.footer-contact-mobile .contact-label{display:flex;align-items:center;font-size:.9rem;font-weight:600;color:var(--primary-color);margin-bottom:5px;img{width:20px;height:20px;margin-right:5px;flex-shrink:0}}.footer-contact-mobile .contact-value{font-size:.8rem;color:var(--primary-color)}.footer-social-mobile{display:flex;justify-content:center;gap:25px;margin-top:25px;margin-bottom:20px}.footer-social-mobile .social-icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;transition:opacity .3s ease}.footer-social-mobile .social-icon:hover{opacity:.7}.footer-social-mobile .social-icon img{width:42px;height:42px}.footer-social{text-align:left}.footer-copyright{border-top:1px solid var(--primary-color)}.footer-copyright,.footer-copyright .icp-number{color:var(--primary-color)}}.page-header{background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);padding:8rem 0 4rem;margin-top:60px;text-align:center}.page-header h1{font-size:3rem;color:var(--white);margin-bottom:1rem}.page-header p{font-size:1.3rem;color:var(--white)}.story-banner{margin-top:60px;width:100%;line-height:0}.story-banner img{width:100%;height:auto;display:block;max-width:100%;object-fit:cover;object-position:center}.brand-video-section{margin-top:80px;padding:0 40px;text-align:center;background-color:var(--white)}.brand-video-title{font-size:2rem;color:var(--primary-color);font-weight:500}.brand-video-container{max-width:900px;margin:0 auto;padding:50px 40px 0;border-radius:0}.brand-video-container video{width:100%;max-width:700px;height:auto;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.1)}@media (max-width:768px){.brand-video-section{margin-top:60px;padding:0 20px}.brand-video-title{font-size:1.5rem;margin-bottom:30px}.brand-video-container{padding:0}}.brand-highlights{margin-top:80px;background-image:url(/images/brand-bg.png);background-size:20%;background-position:top;background-repeat:no-repeat;padding:0 40px;text-align:center}.highlights-title{text-align:center;font-size:2rem;color:var(--primary-color);font-weight:500;margin-bottom:50px}.highlights-container{display:flex;justify-content:center;gap:40px;width:100%;flex-wrap:wrap}.highlight-item{display:flex;flex-direction:column;align-items:center;text-align:center;width:140px;flex-shrink:0}.highlight-icon{width:60px;height:60px;margin-bottom:16px}.highlight-icon img{width:100%;height:100%;object-fit:contain}.highlight-label{font-size:.9rem;color:var(--primary-color);font-weight:500;margin:0 0 12px;white-space:nowrap}.highlight-value{font-size:2.2rem;font-weight:700;color:#dd4560;line-height:1;margin:0;white-space:nowrap}.highlight-value .number{font-size:2.2rem}.highlight-value .unit{font-size:2.2rem;margin-left:2px}.highlight-value .plus{font-size:1rem;vertical-align:super}.highlight-value .suffix-text{font-size:2.2rem}@media (max-width:1024px){.brand-highlights{background-size:40%}.highlights-container{gap:130px}}@media (max-width:768px){.brand-highlights{margin-top:60px;background-size:50%;padding:0 20px}.highlights-title{font-size:1.5rem;margin-bottom:30px}.highlights-container{gap:30px 60px}.highlight-icon{width:48px;height:48px}.highlight-value,.highlight-value .number,.highlight-value .suffix-text,.highlight-value .unit{font-size:1.6rem}.highlight-value .plus{font-size:.8rem}}@media (max-width:480px){.brand-highlights{background-size:60%}.highlights-container{gap:25px 15px}.highlight-value,.highlight-value .number,.highlight-value .suffix-text,.highlight-value .unit{font-size:1.4rem}.highlight-value .plus{font-size:.7rem}}.story-content{padding:5rem 0}.story-section{margin-bottom:4rem}.story-section h2{font-size:2rem;margin-bottom:1.5rem;color:var(--text-color)}.story-section p{font-size:1.1rem;line-height:1.8;color:#666}.offline-stores{margin-top:80px;background-color:#fff}.offline-stores .section-title{text-align:center;font-size:2rem;font-weight:500;color:var(--primary-color);margin-bottom:30px}.stores-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.store-card{position:relative;overflow:hidden;cursor:pointer}.store-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.store-card:hover img{transform:scale(1.05)}.store-name{position:absolute;bottom:0;right:0;background:linear-gradient(90deg,transparent,rgba(0,0,0,.6));color:#fff;padding:6px 20px 6px 40px;font-size:14px;font-weight:500}.online-mall{margin-top:80px;background-color:#fff}.online-mall .section-title{text-align:center;font-size:2rem;font-weight:500;color:var(--primary-color);margin-bottom:30px}.online-mall-box{background-color:#e8e8e8;padding:40px 20px}.mall-links-row{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;max-width:800px;margin:0 auto 25px;align-items:center}.mall-links-row:last-child{margin-bottom:0}.mall-link{color:var(--primary-color);text-decoration:none;font-size:16px;text-align:center;padding:5px 0;transition:opacity .3s ease}.mall-link:hover{opacity:.7}.mall-divider{color:var(--primary-color);font-size:14px;text-align:center}@media (max-width:768px){.online-mall{margin-top:60px}}.verify-process{margin-top:80px;padding-bottom:20px}.verify-process .section-title{text-align:center;font-size:2rem;font-weight:500;color:var(--primary-color);margin-bottom:0}.verify-subtitle{display:flex;justify-content:center;color:var(--primary-color);font-size:18px;margin-bottom:40px}.verify-subtitle-text{border-top:2px solid var(--primary-color)}.verify-steps{display:flex;justify-content:center;align-items:flex-start;gap:20px}.verify-step{display:flex;flex-direction:column;align-items:center;flex:1 1;max-width:280px}.step-label{background-color:var(--primary-color);color:#fff;padding:8px 30px;font-size:14px;font-weight:400;margin-bottom:20px}.step-image{width:100%;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;margin-bottom:15px}.step-image img{max-width:100%;max-height:100%;object-fit:contain}.step-desc{text-align:center;font-size:14px;color:var(--primary-color);line-height:1.6}.step-arrow{display:flex;align-items:center;align-self:center}.step-arrow img{width:24px;height:auto}.mall-content{padding:5rem 0;min-height:50vh}.mall-info{text-align:center;padding:4rem 2rem}.mall-info h2{font-size:2.5rem;margin-bottom:1.5rem;color:var(--text-color)}.mall-info p{font-size:1.2rem;color:#666}@media (max-width:768px){.container{padding:0 20px}.nav-menu.desktop-nav{display:none}.mobile-menu-overlay{position:absolute;left:0;right:0;top:100%;background:var(--white);width:100%;box-shadow:0 10px 27px rgba(0,0,0,.05);padding:20px;max-height:0;opacity:0;overflow:hidden;z-index:100;pointer-events:none;transition:max-height .3s ease-out,opacity .2s ease-out;display:flex;flex-direction:column}.mobile-menu-overlay.active{max-height:600px;opacity:1;pointer-events:auto;transition:max-height .3s ease-in,opacity .2s ease-in}.mobile-menu-header{padding:0 0 15px}.mobile-menu-logo{width:auto;height:25px;object-fit:contain}.mobile-menu-divider{height:1px;background:#e0e0e0;width:100%;margin-bottom:0}.mobile-menu-list{list-style:none;padding:0;margin:0}.mobile-menu-list li{border-bottom:1px solid #f0f0f0}.mobile-menu-list a{display:flex;justify-content:space-between;align-items:center;padding:18px 0;text-decoration:none;color:#393939;font-size:1.1rem;font-weight:400;font-family:MiSans VF,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.mobile-menu-list a:hover{color:var(--primary-color)}.mobile-menu-list a span{flex:1 1}.menu-plus-icon{width:16px;height:16px;flex-shrink:0}.hamburger{display:flex}.hero-content h1{font-size:2rem}.hero-content p{font-size:1.2rem}.about-content,.product-grid{grid-template-columns:1fr}.about-image{height:300px}.section-title{font-size:2rem}.page-header{padding:6rem 0 3rem}.page-header h1{font-size:2rem}.page-header p{font-size:1.1rem}.stores-grid{grid-template-columns:repeat(2,1fr);gap:15px}.store-name{font-size:12px;padding:10px 15px 10px 30px}.mall-links-row{max-width:600px}.mall-link{font-size:14px}.verify-steps{gap:15px}.step-label{padding:6px 20px;font-size:13px}.step-arrow img{width:20px}.english-text{font-size:2.5rem}.banner-control,.quote-left,.quote-right,.slogan-text{font-size:1.5rem}.banner-control{width:40px;height:40px}.banner-control.prev{left:10px}.banner-control.next{right:10px}}@media (max-width:480px){.hero-content h1{font-size:1.5rem}.cta-button,.hero-content p{font-size:1rem}.cta-button{padding:.8rem 1.5rem}.product-info h3{font-size:1.1rem}.about-text h2{font-size:1.8rem}.page-header h1,.section-title{font-size:1.5rem}.page-header p{font-size:1rem}.story-section h2{font-size:1.5rem}.mall-info h2{font-size:1.8rem}.stores-grid{grid-template-columns:1fr;gap:12px}.store-name{font-size:11px;padding:8px 12px 8px 25px}.mall-links-row{max-width:100%;margin-bottom:20px}.mall-link{font-size:13px}.verify-steps{flex-direction:column;align-items:center;gap:30px}.verify-step{max-width:250px}.step-arrow{display:none}.step-image{aspect-ratio:4/3}.brand-title{margin-bottom:1rem}.brand-title,.functional-text{font-size:1rem}.english-text{font-size:1.8rem}.quote-left,.quote-right,.slogan-text{font-size:1.2rem}.tagline{font-size:.9rem}.banner-control{width:35px;height:35px;font-size:1.2rem}.banner-control.prev{left:5px}.banner-control.next{right:5px}.banner-indicators{bottom:15px}.indicator{width:8px;height:8px}}.brand-ecology{margin:80px auto 0;padding:0 40px 20px;background:#fff;max-width:1400px}.brand-ecology-title{font-size:2rem;font-weight:500}.brand-ecology-title,.ecology-title{text-align:center;color:var(--primary-color);margin-bottom:50px}.ecology-title{font-size:32px;font-weight:400}.ecology-cards{display:flex;gap:30px;justify-content:space-between}.ecology-card{flex:1 1;max-width:380px;position:relative;overflow:hidden}.ecology-card-img{width:100%;height:auto;display:block}.ecology-card-content{position:absolute;top:0;left:0;right:0;bottom:0;padding:25px 30px;display:flex;flex-direction:column;justify-content:flex-start}.ecology-number{font-size:14px;color:#fff;display:block}.ecology-card-title{font-size:22px;color:#fff;font-weight:300;letter-spacing:2px}.ecology-card-title strong{font-size:28px;font-weight:600}.ecology-desc{font-size:14px;color:#fff;margin:0}@media (max-width:992px){.ecology-cards{flex-direction:column;align-items:center}.ecology-card{max-width:100%;width:100%}}@media (max-width:768px){.brand-ecology,.verify-process{margin-top:60px}.brand-ecology{padding:0 20px 20px}.ecology-title{font-size:24px;margin-bottom:30px}.ecology-card-content{padding:20px}.ecology-card-title{font-size:22px}}