
* { margin: 0; padding: 0; box-sizing: border-box; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* 产品网格 */
.products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 2rem; }
.product-card { border-radius: 12px; overflow: hidden; transition: transform 0.3s, box-shadow 0.3s; }
.product-card:hover { transform: translateY(-5px); }
.product-card img { width: 100%; height: 200px; object-fit: cover; }
.product-card h3 { font-size: 1.25rem; margin: 1rem 0 0.5rem; }
.product-card p { font-size: 0.9rem; opacity: 0.8; padding: 0 1rem 1rem; }
.product-card .features { padding: 0 1rem 1rem; font-size: 0.85rem; }
.product-card .features li { margin: 0.25rem 0; }

/* 案例网格 */
.cases-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); gap: 2rem; }
.case-card { border-radius: 12px; overflow: hidden; }
.case-card img { width: 100%; height: 250px; object-fit: cover; }
.case-card h3 { font-size: 1.25rem; margin: 1rem 0 0.5rem; }
.case-card .client { font-size: 0.9rem; opacity: 0.7; margin-bottom: 0.5rem; }
.case-card p { font-size: 0.9rem; opacity: 0.8; padding: 0 1rem; }
.case-card .results { padding: 1rem; font-size: 0.85rem; }
.case-card .results li { margin: 0.25rem 0; }

/* 联系表单 */
.contact-form { display: flex; flex-direction: column; gap: 1rem; }
.contact-form input, .contact-form textarea, .contact-form select {
    padding: 1rem; border: 1px solid #e5e7eb; border-radius: 8px; font-family: inherit;
}
.contact-form button { padding: 1rem 2rem; border: none; border-radius: 8px; cursor: pointer; font-weight: 600; }

/* 法律部分 */
.legal-section { padding: 4rem 2rem; }
.legal-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 3rem; }
.legal-item h3 { font-size: 1.25rem; margin-bottom: 1rem; }
.legal-item p { font-size: 0.9rem; line-height: 1.8; opacity: 0.8; }

@media (max-width: 768px) {
    .products-grid { grid-template-columns: 1fr; }
    .cases-grid { grid-template-columns: 1fr; }
    .legal-grid { grid-template-columns: 1fr; }
}

.fashion-body { font-family: 'Montserrat', sans-serif; background: #faf9f7; color: #1a1a1a; }

/* Fashion Header New Styles - Complete Navigation */
.fashion-header { position: relative; z-index: 1000; }
.fashion-header-top { background: #faf9f7; padding: 0.75rem 5rem; border-bottom: 1px solid #eee; }
.fashion-header-top .fashion-header-spacer { width: 200px; }
.fashion-header-top .fashion-header-center { display: flex; justify-content: center; }
.fashion-header-top .fashion-header-right { display: flex; justify-content: flex-end; }
.fashion-season { color: #666; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 2px; }
.fashion-header-link { color: #1a1a1a; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px; padding: 0.5rem 1rem; text-decoration: none; }

.fashion-header-main { background: rgba(250,249,247,0.98); backdrop-filter: blur(10px); padding: 1.5rem 5rem; position: sticky; top: 0; border-bottom: 1px solid #eee; }
.fashion-header-wrapper { max-width: 1400px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 3rem; }
.fashion-nav-left { display: flex; align-items: center; gap: 2rem; }
.fashion-nav-right { display: flex; align-items: center; gap: 2rem; }
.fashion-nav-item { display: flex; align-items: center; gap: 0.5rem; color: #666; font-size: 0.875rem; text-transform: uppercase; letter-spacing: 1px; padding: 0.75rem 1rem; text-decoration: none; transition: all 0.3s; }
.fashion-nav-item:hover { color: #1a1a1a; }
.fashion-logo-center { display: flex; justify-content: center; }
.fashion-logo-text { font-family: 'Cormorant Garamond', serif; font-size: 1.75rem; font-weight: 700; letter-spacing: 2px; color: #1a1a1a; text-decoration: none; }

.fashion-hero { min-height: 100vh; background-size: cover; background-position: center; display: flex; align-items: flex-end; justify-content: center; position: relative; padding-top: 180px; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.6)); }
.hero-content { position: relative; z-index: 1; text-align: center; color: #fff; padding: 4rem; }
.hero-content h1 { font-family: 'Cormorant Garamond', serif; font-size: 5rem; font-weight: 400; margin-bottom: 1rem; }
.tagline { font-size: 0.875rem; text-transform: uppercase; letter-spacing: 3px; margin-bottom: 1rem; }

.fashion-about { padding: 6rem 2rem; background: #fff; text-align: center; }
.fashion-about h2 { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 400; margin-bottom: 1rem; }
.fashion-about .intro { font-size: 1.25rem; margin-bottom: 1rem; }

.fashion-products { padding: 6rem 2rem; }
.fashion-products h2 { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 400; text-align: center; margin-bottom: 3rem; }
.fashion-products .product-card { background: #fff; }
.fashion-products .product-image { height: 300px; background-size: cover; background-position: center; }

.fashion-cases { padding: 6rem 2rem; background: #fff; }
.fashion-cases h2 { font-family: 'Cormorant Garamond', serif; font-size: 2.5rem; font-weight: 400; text-align: center; margin-bottom: 3rem; }

.fashion-contact { padding: 6rem 2rem; text-align: center; }
.fashion-contact h2 { font-family: 'Cormorant Garamond', serif; font-size: 2.5rem; font-weight: 400; margin-bottom: 2rem; }

/* Fashion Contact new styles */
.fashion-contact-wrap { max-width: 1000px; margin: 0 auto; }
.fashion-accent { display: inline-block; border: 1px solid #1a1a1a; padding: 0.5rem 2rem; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 3px; margin-bottom: 2rem; }
.fashion-contact-header h2 { font-family: 'Cormorant Garamond', serif; font-size: 4rem; font-weight: 400; margin-bottom: 2rem; }
.fashion-desc { font-size: 1.1rem; color: #666; max-width: 500px; margin: 0 auto 3rem; }
.fashion-contact-content { background: #fff; padding: 4rem 2rem; border: 1px solid #eee; }
.fashion-contact-row { display: flex; justify-content: center; gap: 4rem; flex-wrap: wrap; margin-bottom: 3rem; }
.fashion-contact-item { text-align: center; }
.fashion-contact-item .fashion-label { display: block; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 2px; color: #999; margin-bottom: 0.75rem; }
.fashion-contact-item p { font-size: 1.1rem; }
.fashion-contact-item a { color: #1a1a1a; text-decoration: none; }
.fashion-social-links { display: flex; justify-content: center; gap: 2rem; }
.fashion-social-links a { color: #666; font-size: 1.25rem; text-decoration: none; font-weight: 500; }
.fashion-footer-note { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid #eee; color: #999; font-size: 0.875rem; }

.legal-section { background: #1a1a1a; color: #fff; }
.legal-section h3 { color: #d4af37; }

.fashion-footer { padding: 2rem 4rem; text-align: center; border-top: 1px solid #eee; }
.fashion-footer p { font-size: 0.75rem; color: #999; text-transform: uppercase; letter-spacing: 1px; }
