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

body { font-family: 'Inter', sans-serif; color: #1a1a1a; line-height: 1.6; font-weight: 300; }

h1, h2, h3, h4 { font-family: 'Cormorant Garamond', serif; font-weight: 400; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

.header { border-bottom: 1px solid #e5e5e5; padding: 20px 0; position: sticky; top: 0; background: #fff; z-index: 100; }

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

.logo { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 600; letter-spacing: 0.5px; }

.nav { display: flex; gap: 32px; }

.nav-link { text-decoration: none; color: #666; font-size: 14px; letter-spacing: 0.5px; transition: color 0.2s; }

.nav-link:hover, .nav-link.active { color: #1a1a1a; }

.header-icons { display: flex; gap: 20px; }

.icon-btn { background: none; border: none; font-size: 14px; color: #666; cursor: pointer; font-family: 'Inter', sans-serif; transition: color 0.2s; }

.icon-btn:hover { color: #1a1a1a; }

.hero { position: relative; height: 600px; overflow: hidden; }

.hero-img { width: 100%; height: 100%; object-fit: cover; }

.hero-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; color: #fff; }

.hero-title { font-size: 56px; margin-bottom: 12px; letter-spacing: 1px; }

.hero-subtitle { font-size: 18px; margin-bottom: 32px; font-weight: 300; letter-spacing: 0.5px; }

.btn { display: inline-block; padding: 14px 36px; text-decoration: none; border-radius: 2px; font-size: 14px; letter-spacing: 1px; transition: all 0.3s; cursor: pointer; border: none; font-family: 'Inter', sans-serif; }

.btn-primary { background: #1a1a1a; color: #fff; }

.btn-primary:hover { background: #333; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }

.btn-secondary { background: #fff; color: #1a1a1a; border: 1px solid #1a1a1a; }

.btn-secondary:hover { background: #1a1a1a; color: #fff; }

.section { padding: 80px 0; }

.section-alt { background: #fafafa; }

.section-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 48px; }

.section-title { font-size: 36px; letter-spacing: 0.5px; }

.section-title.center { text-align: center; margin-bottom: 48px; }

.section-link { color: #666; text-decoration: none; font-size: 14px; letter-spacing: 0.5px; transition: color 0.2s; }

.section-link:hover { color: #1a1a1a; }

.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }

.product-grid-large { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

.product-card { cursor: pointer; }

.product-img-link { display: block; margin-bottom: 16px; overflow: hidden; }

.product-img { width: 100%; aspect-ratio: 3/4; object-fit: cover; transition: transform 0.4s; }

.product-img-link:hover .product-img { transform: scale(1.05); }

.product-info { text-align: left; }

.product-name { font-size: 16px; margin-bottom: 8px; font-weight: 400; }

.product-price { font-size: 15px; color: #666; }

.product-rating { font-size: 13px; color: #999; margin-top: 4px; }

.product-colors { display: flex; gap: 8px; margin-top: 8px; }

.color-dot { width: 20px; height: 20px; border-radius: 50%; border: 1px solid #e5e5e5; cursor: pointer; }

.featured-banner { position: relative; height: 500px; margin: 80px 0; overflow: hidden; }

.featured-img { width: 100%; height: 100%; object-fit: cover; }

.featured-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; color: #fff; }

.featured-title { font-size: 48px; margin-bottom: 12px; letter-spacing: 1px; }

.featured-text { font-size: 16px; margin-bottom: 32px; letter-spacing: 0.5px; }

.footer { background: #1a1a1a; color: #fff; padding: 60px 0 24px; }

.footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; margin-bottom: 48px; }

.footer-heading { font-size: 14px; margin-bottom: 16px; letter-spacing: 1px; text-transform: uppercase; font-family: 'Inter', sans-serif; font-weight: 500; }

.footer-link { display: block; color: #999; text-decoration: none; margin-bottom: 12px; font-size: 14px; transition: color 0.2s; }

.footer-link:hover { color: #fff; }

.footer-text { color: #999; font-size: 14px; line-height: 1.6; }

.footer-bottom { border-top: 1px solid #333; padding-top: 24px; text-align: center; color: #666; font-size: 13px; }

.breadcrumb { background: #fafafa; padding: 16px 0; font-size: 14px; }

.breadcrumb-link { color: #666; text-decoration: none; transition: color 0.2s; }

.breadcrumb-link:hover { color: #1a1a1a; }

.breadcrumb-sep { margin: 0 8px; color: #ccc; }

.collection-hero { position: relative; height: 400px; overflow: hidden; margin-bottom: 60px; }

.collection-hero-img { width: 100%; height: 100%; object-fit: cover; }

.collection-hero-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; color: #fff; }

.collection-title { font-size: 48px; margin-bottom: 12px; letter-spacing: 1px; }

.collection-subtitle { font-size: 16px; letter-spacing: 0.5px; }

.collection-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px; }

.collection-count { color: #666; font-size: 14px; }

.filter-select { padding: 10px 16px; border: 1px solid #e5e5e5; border-radius: 2px; font-family: 'Inter', sans-serif; font-size: 14px; background: #fff; cursor: pointer; }

.product-detail { padding: 60px 0; }

.product-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }

.product-gallery { position: sticky; top: 100px; }

.gallery-main { width: 100%; aspect-ratio: 3/4; object-fit: cover; margin-bottom: 16px; }

.gallery-thumbs { display: flex; gap: 12px; }

.thumb { width: 80px; height: 106px; object-fit: cover; cursor: pointer; opacity: 0.6; transition: opacity 0.2s; border: 2px solid transparent; }

.thumb:hover, .thumb.active { opacity: 1; border-color: #1a1a1a; }

.product-detail-title { font-size: 36px; margin-bottom: 12px; letter-spacing: 0.5px; }

.product-detail-rating { margin-bottom: 16px; }

.rating-stars { color: #1a1a1a; font-size: 14px; margin-right: 8px; }

.rating-count { color: #999; font-size: 14px; }

.product-detail-price { font-size: 24px; margin-bottom: 24px; }

.product-description { color: #666; margin-bottom: 32px; line-height: 1.8; }

.product-options { margin-bottom: 32px; }

.option-group { margin-bottom: 24px; }

.option-label { display: block; font-size: 14px; margin-bottom: 12px; letter-spacing: 0.5px; }

.color-selector { display: flex; gap: 12px; }

.color-option { width: 40px; height: 40px; border-radius: 50%; border: 2px solid #e5e5e5; cursor: pointer; transition: border-color 0.2s; background: none; padding: 0; }

.color-option:hover, .color-option.active { border-color: #1a1a1a; }

.size-selector { display: flex; gap: 12px; margin-bottom: 8px; }

.size-option { padding: 10px 20px; border: 1px solid #e5e5e5; background: #fff; cursor: pointer; font-family: 'Inter', sans-serif; font-size: 14px; transition: all 0.2s; }

.size-option:hover, .size-option.active { border-color: #1a1a1a; background: #1a1a1a; color: #fff; }

.size-guide-link { font-size: 13px; color: #666; text-decoration: underline; }

.btn-add-cart { width: 100%; padding: 16px; background: #1a1a1a; color: #fff; font-size: 15px; letter-spacing: 1px; margin-bottom: 32px; }

.btn-add-cart:hover { background: #333; }

.product-features { border-top: 1px solid #e5e5e5; padding-top: 24px; }

.feature-item { padding: 12px 0; font-size: 14px; color: #666; }

.feature-item strong { color: #1a1a1a; font-weight: 500; margin-right: 8px; }

@media (max-width: 768px) { .product-grid, .product-grid-large { grid-template-columns: repeat(2, 1fr); gap: 20px; } .product-layout { grid-template-columns: 1fr; gap: 40px; } .hero { height: 400px; } .hero-title { font-size: 36px; } .section { padding: 48px 0; } .footer-grid { grid-template-columns: 1fr; gap: 32px; } .nav { display: none; } .gallery-thumbs { display: none; } }