* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Palatino', 'Georgia', serif; color: #2d2328; line-height: 1.7; background: #fdfbf9; }
header { background: #fff; padding: 1rem 2rem; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 10px rgba(0,0,0,0.06); }
nav { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; }
.logo { font-size: 1.5rem; font-weight: 700; color: #2d2328; letter-spacing: 0.05em; }
.logo-sub { font-size: 0.7rem; font-weight: 400; color: #b8a0a8; display: block; letter-spacing: 0.15em; text-transform: uppercase; }
.nav-links { display: flex; list-style: none; gap: 2rem; }
.nav-links a { text-decoration: none; color: #555; font-weight: 500; font-family: 'Segoe UI', sans-serif; font-size: 0.9rem; transition: color 0.2s; }
.nav-links a:hover { color: #c9a87c; }
.cta-btn { background: #c9a87c; color: #fff !important; padding: 0.6rem 1.2rem; border-radius: 6px; text-decoration: none; font-weight: 600; font-family: 'Segoe UI', sans-serif; font-size: 0.9rem; transition: background 0.2s; }
.cta-btn:hover { background: #a8895f; }
.hero { background: linear-gradient(135deg, #f8f4f0 0%, #ede6df 50%, #e8ddd4 100%); color: #2d2328; padding: 5rem 2rem; text-align: center; }
.hero-label { background: rgba(201,168,124,0.15); border: 1px solid rgba(201,168,124,0.4); display: inline-block; padding: 0.4rem 1rem; border-radius: 50px; font-size: 0.85rem; margin-bottom: 1.5rem; color: #8b7355; font-family: 'Segoe UI', sans-serif; letter-spacing: 0.05em; }
.hero h1 { font-size: 2.8rem; margin-bottom: 1rem; font-weight: 400; line-height: 1.2; letter-spacing: 0.02em; }
.hero p { font-size: 1.1rem; opacity: 0.8; margin-bottom: 2rem; max-width: 580px; margin-left: auto; margin-right: auto; font-family: 'Segoe UI', sans-serif; }
.hero-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 1.5rem; }
.btn-primary { background: #c9a87c; color: #fff; padding: 0.9rem 1.8rem; border-radius: 8px; text-decoration: none; font-weight: 700; border: none; cursor: pointer; font-size: 1rem; display: inline-block; transition: background 0.2s; font-family: 'Segoe UI', sans-serif; }
.btn-primary:hover { background: #a8895f; }
.btn-secondary { background: transparent; color: #2d2328; padding: 0.9rem 1.8rem; border-radius: 8px; text-decoration: none; font-weight: 600; border: 2px solid rgba(45,35,40,0.2); display: inline-block; font-family: 'Segoe UI', sans-serif; }
.hero-info { display: flex; gap: 2rem; justify-content: center; flex-wrap: wrap; font-size: 0.95rem; opacity: 0.7; font-family: 'Segoe UI', sans-serif; }
.intro { padding: 4rem 2rem; max-width: 800px; margin: 0 auto; text-align: center; background: #fff; }
.intro h2 { font-size: 2rem; margin-bottom: 1.5rem; color: #2d2328; font-weight: 400; }
.intro p { font-size: 1.1rem; color: #555; margin-bottom: 1rem; font-family: 'Segoe UI', sans-serif; }
.dresses, .expect, .about, .contact { padding: 4rem 2rem; max-width: 1100px; margin: 0 auto; }
.dresses h2, .expect h2, .about h2, .contact h2 { font-size: 2rem; margin-bottom: 2rem; text-align: center; color: #2d2328; font-weight: 400; }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; }
.category-card { background: #fff; padding: 2rem; border-radius: 12px; border: 1px solid #f0e8e0; text-align: center; }
.cat-icon { font-size: 3rem; margin-bottom: 1rem; }
.category-card h3 { color: #c9a87c; margin-bottom: 0.8rem; font-size: 1.1rem; font-family: 'Segoe UI', sans-serif; }
.category-card p { font-size: 0.95rem; color: #555; font-family: 'Segoe UI', sans-serif; }
.expect { background: #f8f4f0; border-radius: 16px; margin-top: 2rem; }
.steps { display: flex; flex-direction: column; gap: 1.5rem; max-width: 700px; margin: 0 auto; }
.step { display: flex; gap: 1.5rem; align-items: flex-start; background: #fff; padding: 1.5rem; border-radius: 12px; }
.step-num { background: #c9a87c; color: #fff; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1.1rem; flex-shrink: 0; }
.step-content h3 { color: #2d2328; margin-bottom: 0.5rem; font-size: 1.1rem; }
.step-content p { color: #555; font-size: 0.95rem; font-family: 'Segoe UI', sans-serif; }
.about-content { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.about-text p { font-size: 1.05rem; color: #555; margin-bottom: 1rem; font-family: 'Segoe UI', sans-serif; }
.about-quote { background: #c9a87c; padding: 2rem; border-radius: 12px; color: #fff; }
.about-quote p { font-size: 1.1rem; font-style: italic; margin-bottom: 0.8rem; }
.about-quote span { font-size: 0.9rem; opacity: 0.8; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 2rem; }
.contact-info h3 { font-size: 1.4rem; margin-bottom: 1rem; color: #2d2328; }
.contact-info p { font-size: 0.95rem; color: #444; margin-bottom: 0.5rem; font-family: 'Segoe UI', sans-serif; }
.contact-info a { color: #c9a87c; font-weight: 600; }
#contact-form { background: #fff; padding: 2rem; border-radius: 12px; border: 1px solid #f0e8e0; }
#contact-form h3 { font-size: 1.2rem; margin-bottom: 1.2rem; color: #2d2328; }
#contact-form input, #contact-form select, #contact-form textarea { width: 100%; padding: 0.8rem; border: 1px solid #e0d0c8; border-radius: 6px; font-size: 1rem; margin-bottom: 0.8rem; font-family: 'Segoe UI', sans-serif; }
#contact-form textarea { resize: vertical; min-height: 100px; }
footer { background: #2d2328; color: #c9a87c; text-align: center; padding: 3rem 2rem; margin-top: 4rem; }
footer h3 { color: #f5f0eb; font-size: 1.3rem; margin-bottom: 0.8rem; }
footer p { margin-bottom: 0.4rem; font-size: 0.9rem; }
.copyright { margin-top: 1rem; font-size: 0.8rem; opacity: 0.6; }
@media (max-width: 768px) { .nav-links { display: none; } .hero h1 { font-size: 2.1rem; } .about-content { grid-template-columns: 1fr; } .contact-grid { grid-template-columns: 1fr; } }
