* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Segoe UI', system-ui, sans-serif; color: #2d2013; line-height: 1.7; background: #fefdf9; }
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: 800; color: #2d5a87; }
.logo-accent { color: #f59e0b; }
.nav-links { display: flex; list-style: none; gap: 2rem; }
.nav-links a { text-decoration: none; color: #555; font-weight: 500; transition: color 0.2s; }
.nav-links a:hover { color: #f59e0b; }
.cta-btn { background: #f59e0b; color: #fff !important; padding: 0.6rem 1.2rem; border-radius: 6px; text-decoration: none; font-weight: 600; transition: background 0.2s; }
.cta-btn:hover { background: #d97706; }
.hero { background: linear-gradient(135deg, #fef3c7 0%, #fde68a 50%, #fbbf24 100%); color: #2d2013; padding: 5rem 2rem; text-align: center; }
.hero-label { background: #fff; border: 2px solid #f59e0b; display: inline-block; padding: 0.4rem 1rem; border-radius: 50px; font-size: 0.85rem; font-weight: 700; color: #92400e; margin-bottom: 1.5rem; }
.hero h1 { font-size: 2.8rem; margin-bottom: 1rem; font-weight: 800; line-height: 1.2; }
.hero p { font-size: 1.15rem; opacity: 0.85; margin-bottom: 2rem; max-width: 560px; margin-left: auto; margin-right: auto; }
.hero-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 1.5rem; }
.btn-primary { background: #f59e0b; 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; }
.btn-primary:hover { background: #d97706; }
.btn-secondary { background: #2d2013; color: #fff; padding: 0.9rem 1.8rem; border-radius: 8px; text-decoration: none; font-weight: 600; display: inline-block; }
.hero-info { display: flex; gap: 2rem; justify-content: center; flex-wrap: wrap; font-size: 0.95rem; opacity: 0.8; }
.intro { padding: 4rem 2rem; max-width: 850px; margin: 0 auto; text-align: center; }
.intro h2 { font-size: 2.2rem; margin-bottom: 1.5rem; color: #92400e; }
.intro p { font-size: 1.1rem; color: #555; margin-bottom: 1rem; }
.menu, .story, .location, .contact { padding: 4rem 2rem; max-width: 1100px; margin: 0 auto; }
.menu h2, .story h2, .location h2, .contact h2 { font-size: 2.2rem; margin-bottom: 2rem; text-align: center; color: #92400e; }
.menu-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.menu-card { background: #fff; padding: 2rem; border-radius: 12px; border: 2px solid #fef3c7; transition: transform 0.2s, box-shadow 0.2s; }
.menu-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(245,158,11,0.15); }
.menu-icon { font-size: 2.5rem; margin-bottom: 0.8rem; }
.menu-card h3 { color: #92400e; margin-bottom: 0.6rem; font-size: 1.1rem; }
.menu-card p { font-size: 0.95rem; color: #555; }
.menu-note { text-align: center; font-size: 0.9rem; color: #92400e; margin-top: 2rem; font-style: italic; }
.story { background: #fef3c7; border-radius: 16px; margin-top: 2rem; padding: 3rem; }
.story-content { max-width: 750px; margin: 0 auto; }
.story-content p { font-size: 1.1rem; color: #444; margin-bottom: 1.2rem; }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; }
.location-info h3 { font-size: 1.4rem; margin-bottom: 1rem; color: #92400e; }
.location-info p { font-size: 0.95rem; color: #444; margin-bottom: 0.5rem; }
.location-info .note { font-style: italic; color: #92400e; margin: 0.8rem 0; }
.location-info a { color: #f59e0b; font-weight: 600; }
.location-map { background: linear-gradient(135deg, #92400e, #f59e0b); border-radius: 12px; height: 280px; display: flex; align-items: center; justify-content: center; }
.map-placeholder { text-align: center; color: #fff; }
.map-placeholder span { font-size: 4rem; display: block; margin-bottom: 0.5rem; }
.map-placeholder p { font-size: 1.1rem; font-weight: 600; }
.contact { background: #fff8f0; border-radius: 16px; margin-top: 2rem; padding: 3rem; text-align: center; }
#contact-form { display: flex; flex-direction: column; gap: 1rem; max-width: 500px; margin: 0 auto; }
#contact-form input, #contact-form textarea { padding: 0.8rem; border: 1px solid #d97706; border-radius: 6px; font-size: 1rem; width: 100%; font-family: inherit; }
#contact-form textarea { resize: vertical; min-height: 120px; }
footer { background: #2d2013; color: #d4a574; text-align: center; padding: 3rem 2rem; margin-top: 4rem; }
footer h3 { color: #f59e0b; font-size: 1.4rem; margin-bottom: 0.8rem; }
footer p { margin-bottom: 0.4rem; font-size: 0.9rem; }
.copyright { margin-top: 1rem; font-size: 0.8rem; opacity: 0.7; }
@media (max-width: 768px) { .nav-links { display: none; } .hero h1 { font-size: 2.1rem; } .location-grid { grid-template-columns: 1fr; } }
