/*
Theme Name: Nanuuy Custom
Author: Kimi Claw
Description: 残联义工手工定制工坊专属主题
Version: 1.0
*/

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Noto Sans SC', sans-serif; line-height: 1.8; color: #333; background: #faf8f5; }

.site-header { background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,0.05); position: sticky; top: 0; z-index: 1000; }
.header-inner { max-width: 1200px; margin: 0 auto; padding: 15px 20px; display: flex; justify-content: space-between; align-items: center; }
.site-logo { font-size: 28px; font-weight: 700; color: #8b6914; text-decoration: none; }
.main-nav ul { display: flex; list-style: none; gap: 30px; }
.main-nav a { color: #333; text-decoration: none; font-weight: 500; }

.hero-banner { background: linear-gradient(135deg, #f5f0e8 0%, #e8d5c4 100%); padding: 100px 20px; text-align: center; }
.hero-title { font-size: 48px; color: #8b6914; margin-bottom: 20px; }
.hero-subtitle { font-size: 20px; color: #666; margin-bottom: 40px; }
.btn { padding: 15px 40px; border-radius: 30px; text-decoration: none; font-weight: 600; display: inline-block; margin: 0 10px; }
.btn-primary { background: #d4a574; color: white; }
.btn-secondary { background: transparent; color: #8b6914; border: 2px solid #8b6914; }

.featured-products { padding: 80px 20px; max-width: 1200px; margin: 0 auto; }
.section-title { text-align: center; margin-bottom: 60px; }
.section-title h2 { font-size: 36px; color: #8b6914; }
.products-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }
.product-card { background: white; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 20px rgba(0,0,0,0.08); }
.product-image { height: 250px; background: #f5f0e8; }
.product-info { padding: 25px; }
.product-title { font-size: 20px; font-weight: 600; margin-bottom: 10px; }
.product-price { font-size: 24px; color: #d4a574; font-weight: 700; }

.artisan-story { background: #f5f0e8; padding: 80px 20px; }
.story-content { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.story-image { height: 400px; background: linear-gradient(135deg, #e8d5c4 0%, #d4a574 100%); border-radius: 20px; }
.story-text h3 { font-size: 32px; color: #8b6914; margin-bottom: 20px; }

.site-footer { background: #8b6914; color: white; padding: 60px 20px 30px; text-align: center; }
.footer-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-bottom: 30px; }
