*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{font-family:PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif;color:#1a1a1a;background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}#app{min-height:100vh}.mobile-header{position:fixed;top:0;left:0;right:0;height:56px;background:transparent;display:flex;align-items:center;justify-content:space-between;padding:0 16px;z-index:100;transition:all .3s ease}.mobile-header.scrolled{background:transparent}.header-left,.header-right{display:flex;align-items:center;gap:12px}.menu-btn,.action-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:none;border:none;color:#1a1a1a;cursor:pointer;transition:color .3s ease}.mobile-header.scrolled .action-btn,.mobile-header.scrolled .menu-btn{color:#fff}.action-btn:hover{color:#666}.cart-btn{position:relative}.cart-count{position:absolute;top:4px;right:4px;width:16px;height:16px;background:#666;color:#fff;font-size:10px;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-logo{display:flex;align-items:center;justify-content:center;line-height:1.2;transition:opacity .3s ease}.mobile-logo .logo-img{width:auto;height:auto;max-width:100%;max-height:44px;object-fit:contain}.mobile-header.scrolled .mobile-logo{opacity:.9}.mobile-menu{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:200;transform:translate(-100%);transition:transform .3s ease}.mobile-menu.active{transform:translate(0)}.menu-header{display:flex;justify-content:space-between;align-items:center;padding:0 16px;height:56px;border-bottom:1px solid #f0f0f0}.menu-title{font-size:16px;font-weight:500;letter-spacing:2px}.close-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:none;border:none;color:#1a1a1a;cursor:pointer}.menu-nav{padding:20px 16px}.menu-item{border-bottom:1px solid #f5f5f5}.menu-link{display:block;padding:16px 0;font-size:15px;color:#1a1a1a;letter-spacing:2px}.menu-footer{position:absolute;bottom:20px;left:16px;right:16px;display:flex;gap:24px;font-size:12px;color:#999}.search-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:300;transform:translateY(-100%);transition:transform .3s ease}.search-overlay.active{transform:translateY(0)}.search-header{display:flex;align-items:center;padding:12px 16px;gap:12px;border-bottom:1px solid #f0f0f0}.search-input{flex:1;padding:10px 16px;border:1px solid #eee;outline:none;font-size:14px;letter-spacing:1px}.search-confirm{padding:8px 16px;background:#1a1a1a;border:none;font-size:14px;color:#fff;cursor:pointer;letter-spacing:2px}.search-close{padding:8px 12px;background:none;border:none;font-size:14px;color:#666;cursor:pointer}.search-body{padding:16px;height:calc(100vh - 60px);overflow-y:auto}.search-history,.hot-search{margin-bottom:24px}.history-header,.hot-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:13px;letter-spacing:1px;color:#666}.clear-btn{background:none;border:none;font-size:12px;color:#999;cursor:pointer}.history-tags,.hot-tags{display:flex;flex-wrap:wrap;gap:10px}.tag{padding:8px 14px;background:#f5f5f5;font-size:13px;cursor:pointer}.tag:hover{background:#eee}.loading{text-align:center;padding:40px;color:#999}.no-results{text-align:center;padding:40px;color:#999;font-size:14px}.search-results{display:flex;flex-direction:column;gap:12px}.result-item{display:flex;gap:12px;padding:12px;text-decoration:none;border-bottom:1px solid #f5f5f5}.result-img{width:60px;height:60px;object-fit:cover;background:#fafafa}.result-info{flex:1;display:flex;flex-direction:column;justify-content:center}.result-name{font-size:14px;color:#1a1a1a;margin-bottom:4px}.result-price{font-size:13px;color:#666}.mobile-content{padding-top:56px}.mobile-tabbar{position:fixed;bottom:0;left:0;right:0;height:60px;background:#fff;display:flex;border-top:1px solid #f0f0f0;z-index:100}.tab-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#999;font-size:10px;letter-spacing:1px}.tab-item.active{color:#1a1a1a}.mobile-footer{padding:40px 20px;background:#fff;color:#1a1a1a;text-align:center}.footer-links{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px 16px;margin-bottom:0}.language-text{background:none;border:none;padding:0;font-size:11px;color:#1a1a1a;cursor:pointer;letter-spacing:1px;text-align:center;transition:color .2s}.language-text:hover{color:#666}.footer-link{font-size:11px;color:#1a1a1a;text-decoration:none;letter-spacing:1px;transition:color .2s}.footer-link:hover{color:#666}.footer-divider{width:100%;border-bottom:1px solid #e5e5e5;margin:20px 0}.footer-bottom{font-size:9px;color:#999;letter-spacing:.5px;text-align:center;white-space:nowrap}.footer-bottom a{color:#999;text-decoration:none}.footer-bottom a:after{content:" | ";color:#ddd;margin:0 2px}.footer-bottom a:last-child:after{content:""}.footer-bottom a:hover{color:#666}.language-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.5);z-index:9999;display:flex;align-items:flex-end;justify-content:center;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.language-panel{background:#fff;width:100%;max-height:80vh;overflow-y:auto;animation:slideUp .3s ease;border-radius:16px 16px 0 0}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.language-panel-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #eee}.language-panel-title{font-size:14px;font-weight:500;letter-spacing:2px;color:#1a1a1a}.language-panel-close{background:none;border:none;cursor:pointer;padding:8px;color:#1a1a1a;transition:color .2s}.language-panel-close:hover{color:#c9a962}.language-panel-content{padding:0}.language-region{border-bottom:1px solid #f0f0f0}.language-region:last-child{border-bottom:none}.region-header{padding:16px 24px 10px;font-size:11px;color:#999;letter-spacing:2px}.region-languages{padding-bottom:8px}.language-option{width:100%;display:flex;align-items:center;padding:14px 24px;background:none;border:none;cursor:pointer;transition:background .2s;text-align:left;font-family:inherit}.language-option:hover{background:#fafafa}.language-option.active{background:#f8f8f8}.lang-name{font-size:14px;color:#1a1a1a;letter-spacing:1px;flex:1}.check-icon{color:#c9a962}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;color:#1a1a1a;background:#ffffff;line-height:1.6;overflow-x:hidden}.header{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:0 20px;height:60px;background:#fff;border-bottom:1px solid #f0f0f0}.header .logo{font-size:16px;font-weight:600;letter-spacing:4px}.header .header-right{display:flex;gap:16px}.header .header-right .icon{font-size:16px}.nav{display:none}.hero{padding-top:100px}.hero .hero-title{font-size:48px!important;letter-spacing:10px!important}.hero .hero-desc{font-size:12px!important;padding:0 30px}.hero .hero-btn{padding:14px 32px!important;font-size:11px!important}.category-grid,.product-carousel{grid-template-columns:1fr 1fr!important;gap:16px!important;padding:0 20px}.story-section{height:50vh!important}.story-section .story-content h2{font-size:28px!important;letter-spacing:6px!important}.newsletter-section{padding:60px 30px!important}.newsletter-section .newsletter-form{flex-direction:column}.newsletter-section .newsletter-form input{border-right:1px solid #ddd!important;margin-bottom:12px}.footer{padding:40px 30px 30px!important}.footer .footer-content{flex-direction:column;gap:30px}.footer .footer-links{flex-direction:column;gap:24px}.products-grid{grid-template-columns:1fr 1fr!important;gap:16px!important;padding:20px!important}.product-container{grid-template-columns:1fr!important;padding:80px 20px 40px!important}.product-container .product-name,.product-container .price{font-size:20px!important}.related-section{padding:60px 20px!important}.related-section .related-grid{grid-template-columns:1fr 1fr!important}.text-center{text-align:center}.mb-20{margin-bottom:16px}.mb-40{margin-bottom:24px}.mb-60{margin-bottom:40px}@media (max-width: 768px){.nav-container{padding:0 20px;height:60px}.logo{font-size:22px;letter-spacing:3px}.hero{min-height:100vh;padding-top:60px}.hero-content{padding:0 24px}.hero-title{font-size:36px;letter-spacing:4px}.hero-desc{font-size:14px;line-height:1.8}.hero-cta .btn-primary{padding:14px 32px;font-size:12px}.section{padding:60px 0}.container{padding:0 20px}.section-title{font-size:28px;letter-spacing:2px}.section-desc{font-size:14px}.categories-grid{grid-template-columns:1fr 1fr;gap:12px}.category-card{aspect-ratio:4/5}.category-name{font-size:18px;letter-spacing:2px}.category-count{font-size:12px}.category-link{padding:8px 16px;font-size:11px}.products-grid{grid-template-columns:1fr 1fr;gap:12px}.product-info{padding:12px}.product-name{font-size:13px}.product-price .price-current{font-size:16px}.product-badge{padding:4px 8px;font-size:10px}.story-grid{grid-template-columns:1fr}.story-image{min-height:300px}.story-image:after{display:none}.story-content{padding:32px 20px}.story-quote{font-size:20px;line-height:1.6}.story-text{font-size:14px}.subscribe{padding:60px 0}.subscribe-title{font-size:24px}.subscribe-desc{font-size:14px}.subscribe-form{flex-direction:column;padding:0 20px}.subscribe-form input,.subscribe-form button{width:100%}.footer{padding:40px 0 24px}.footer-grid{grid-template-columns:1fr;gap:32px;padding:0 20px}.footer-brand p{font-size:13px}.footer-title{font-size:13px;margin-bottom:16px}.footer-links a{font-size:13px}.footer-bottom{flex-direction:column;gap:16px;padding:24px 20px 0;text-align:center}.footer-bottom p{font-size:12px}}.mobile-menu{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(250,250,250,.98);z-index:999;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:translate(100%);transition:transform .4s ease}.mobile-menu.open{transform:translate(0)}.mobile-menu .mobile-nav{list-style:none;text-align:center}.mobile-menu .mobile-nav li{margin:24px 0}.mobile-menu .mobile-nav a{font-size:20px;letter-spacing:4px;color:#1a1a1a}.mobile-menu .close-btn{position:absolute;top:20px;right:20px;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.mobile-menu .close-btn:before,.mobile-menu .close-btn:after{content:"";position:absolute;width:24px;height:1px;background:#1a1a1a}.mobile-menu .close-btn:before{transform:rotate(45deg)}.mobile-menu .close-btn:after{transform:rotate(-45deg)}.cart-badge{position:absolute;top:8px;right:8px;min-width:18px;height:18px;background:#C9A962;color:#fff;font-size:10px;border-radius:50%;display:flex;align-items:center;justify-content:center}@media (min-width: 992px){.container{max-width:1200px;margin:0 auto;padding:0 60px}.header{height:80px;padding:0 60px}.header .logo{font-size:20px;letter-spacing:6px}.nav{display:flex!important;position:static;flex-direction:row;gap:40px;background:transparent;padding:0;box-shadow:none}.nav a{font-size:12px;letter-spacing:3px;color:#1a1a1a;text-decoration:none;position:relative}.nav a:hover{color:#c9a962}.nav a:hover:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:1px;background:#C9A962}.hero{padding-top:120px;min-height:100vh;display:flex;align-items:center;justify-content:center}.hero .hero-content{max-width:800px;text-align:center}.hero .hero-title{font-size:72px!important;letter-spacing:16px!important;margin-bottom:30px}.hero .hero-desc{font-size:14px!important;letter-spacing:4px;max-width:500px;margin:0 auto 50px;line-height:2.2}.hero .hero-btn{padding:18px 48px!important;font-size:12px!important;letter-spacing:3px}.section{padding:120px 60px!important}.section-title{font-size:24px!important;letter-spacing:8px!important;margin-bottom:60px}.category-grid{grid-template-columns:repeat(4,1fr)!important;gap:30px!important;padding:0!important;max-width:1200px;margin:0 auto}.category-grid .category-item{height:300px}.category-grid .category-item .category-name{font-size:14px;letter-spacing:4px}.product-carousel{grid-template-columns:repeat(4,1fr)!important;gap:30px!important;padding:0!important;overflow-x:visible}.product-carousel .product-card .product-name{font-size:13px;letter-spacing:2px}.product-carousel .product-card .product-price{font-size:14px}.story-section{height:80vh!important;min-height:600px}.story-section .story-content{max-width:600px}.story-section .story-content h2{font-size:36px!important;letter-spacing:10px!important;margin-bottom:40px}.story-section .story-content p{font-size:14px!important;line-height:2.2;letter-spacing:2px}.newsletter-section{padding:100px 60px!important}.newsletter-section h2{font-size:20px!important;letter-spacing:6px}.newsletter-section .newsletter-form{flex-direction:row;max-width:600px}.newsletter-section .newsletter-form input{flex:1;padding:18px 24px;font-size:13px;letter-spacing:2px}.newsletter-section .newsletter-form button{padding:18px 36px;font-size:12px;letter-spacing:3px}.footer{padding:80px 60px 50px!important}.footer .footer-content{flex-direction:row;justify-content:space-between;max-width:1200px;margin:0 auto}.footer .footer-links{flex-direction:row;gap:60px}.footer .footer-links .footer-col h4{font-size:12px;letter-spacing:3px;margin-bottom:24px}.footer .footer-links .footer-col a{font-size:12px;letter-spacing:1px;line-height:2.5}.footer .footer-bottom{margin-top:60px;padding-top:30px;border-top:1px solid rgba(255,255,255,.1)}.products-grid{grid-template-columns:repeat(4,1fr)!important;gap:30px!important;padding:100px 60px!important;max-width:1400px;margin:0 auto}.product-container{grid-template-columns:1fr 1fr!important;gap:80px!important;padding:120px 60px 80px!important;max-width:1200px;margin:0 auto}.product-container .product-gallery .main-image{aspect-ratio:3/4}.product-container .product-gallery .thumbnails{display:flex;gap:12px;margin-top:20px}.product-container .product-gallery .thumbnails img{width:80px;height:100px}.product-container .product-info{padding-top:40px}.product-container .product-info .product-name{font-size:28px!important;letter-spacing:6px;margin-bottom:30px}.product-container .product-info .price{font-size:24px!important;margin-bottom:40px}.product-container .product-info .product-desc{font-size:14px;line-height:2;letter-spacing:1px}.product-container .product-info .product-actions{margin-top:50px}.product-container .product-info .product-actions .btn-primary{width:auto;padding:18px 60px}.related-section{padding:100px 60px!important}.related-section .related-grid{grid-template-columns:repeat(4,1fr)!important;gap:30px!important}.category-page .category-header{height:40vh;min-height:300px}.category-page .filter-bar{padding:20px 60px}.category-page .filter-bar .filter-item{display:flex}.about-page .about-hero{height:60vh;min-height:400px}.about-page .about-content{padding:120px 60px;max-width:900px;margin:0 auto}.about-page .about-content h2{font-size:28px;letter-spacing:8px}.about-page .about-content p{font-size:15px;line-height:2.2}}@media (min-width: 1400px){.container{max-width:1400px}.hero .hero-title{font-size:84px!important}.category-grid{grid-template-columns:repeat(4,1fr)!important;max-width:1400px}.product-carousel{grid-template-columns:repeat(4,1fr)!important}}
