* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Georgia', 'Times New Roman', serif; color: #2d2a26; line-height: 1.7; background: #fdfaf5; }
header { background: #fff; padding: 1rem 2rem; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 10px rgba(0,0,0,0.08); }
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: #1a1a2e; letter-spacing: 0.5px; }
.nav-links { display: flex; list-style: none; gap: 2rem; }
.nav-links a { text-decoration: none; color: #555; font-weight: 500; font-family: 'Segoe UI', system-ui, sans-serif; font-size: 0.95rem; transition: color 0.2s; }
.nav-links a:hover { color: #c2410c; }
.cta-btn { background: #c2410c; color: #fff !important; padding: 0.6rem 1.2rem; border-radius: 6px; text-decoration: none; font-weight: 600; transition: background 0.2s; font-family: 'Segoe UI', system-ui, sans-serif; }
.cta-btn:hover { background: #9a3412; }
.hero { background: linear-gradient(135deg, #1c1917 0%, #7c2d12 50%, #c2410c 100%); color: #fff; padding: 5rem 2rem; text-align: center; }
.hero-label { background: rgba(194,65,12,0.4); border: 1px solid rgba(255,255,255,0.3); display: inline-block; padding: 0.4rem 1rem; border-radius: 50px; font-size: 0.8rem; margin-bottom: 1.5rem; color: #fed7aa; font-family: 'Segoe UI', system-ui, sans-serif; }
.hero h1 { font-size: 2.8rem; margin-bottom: 1rem; font-weight: 800; line-height: 1.2; font-family: 'Georgia', serif; }
.hero p { font-size: 1.15rem; opacity: 0.9; margin-bottom: 2rem; max-width: 550px; margin-left: auto; margin-right: auto; }
.hero-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 2rem; }
.btn-primary { background: #c2410c; 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; font-family: 'Segoe UI', system-ui, sans-serif; }
.btn-secondary { background: transparent; color: #fff; padding: 0.9rem 1.8rem; border-radius: 8px; text-decoration: none; font-weight: 600; border: 2px solid rgba(255,255,255,0.5); display: inline-block; font-family: 'Segoe UI', system-ui, sans-serif; }
.hero-info { display: flex; gap: 2rem; justify-content: center; flex-wrap: wrap; font-size: 0.95rem; opacity: 0.9; font-family: 'Segoe UI', system-ui, sans-serif; }
.hero-info span { display: flex; align-items: center; gap: 0.4rem; }
.intro { padding: 4rem 2rem; max-width: 900px; margin: 0 auto; text-align: center; }
.intro h2 { font-size: 2rem; margin-bottom: 1.5rem; color: #1c1917; font-family: 'Georgia', serif; }
.intro-content p { font-size: 1.1rem; color: #444; margin-bottom: 1rem; max-width: 750px; margin-left: auto; margin-right: auto; }
.intro-highlights { display: flex; gap: 3rem; justify-content: center; flex-wrap: wrap; margin-top: 2.5rem; }
.highlight { text-align: center; }
.highlight-num { display: block; font-size: 2.5rem; font-weight: 800; color: #c2410c; }
.highlight-label { font-size: 0.85rem; color: #666; font-family: 'Segoe UI', system-ui, sans-serif; }
.menu, .history, .location { padding: 4rem 2rem; max-width: 1100px; margin: 0 auto; }
.menu h2, .history h2, .location h2 { font-size: 2.2rem; margin-bottom: 0.5rem; text-align: center; color: #1c1917; font-family: 'Georgia', serif; }
.section-sub { text-align: center; font-size: 1.1rem; color: #777; margin-bottom: 3rem; max-width: 600px; margin-left: auto; margin-right: auto; font-family: 'Segoe UI', system-ui, sans-serif; }
.menu-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; }
.menu-card { background: #fff; padding: 1.8rem; border-radius: 12px; border: 1px solid #e7e0d5; transition: transform 0.2s, box-shadow 0.2s; }
.menu-card:hover { transform: translateY(-4px); box-shadow: 0 10px 30px rgba(0,0,0,0.08); }
.menu-icon { font-size: 2.5rem; margin-bottom: 0.8rem; }
.menu-card h3 { font-size: 1.15rem; margin-bottom: 0.6rem; color: #1c1917; }
.menu-card p { font-size: 0.95rem; color: #555; }
.history { background: #f5ede0; border-radius: 16px; margin-top: 2rem; }
.history-content { max-width: 750px; margin: 2rem auto 0; }
.history-content p { font-size: 1.05rem; color: #444; margin-bottom: 1.2rem; }
.location { background: #f8fafc; border-radius: 16px; margin-top: 2rem; }
.location-content { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; max-width: 900px; margin: 2rem auto 0; }
.location-info h3 { font-size: 1.4rem; margin-bottom: 1rem; color: #1c1917; font-family: 'Georgia', serif; }
.location-info p { margin-bottom: 0.8rem; font-size: 1rem; color: #444; }
.location-info a { color: #c2410c; font-weight: 600; text-decoration: none; }
.location-map { background: linear-gradient(135deg, #1c1917, #7c2d12); 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; }
footer { background: #1c1917; color: #a8a29e; text-align: center; padding: 3rem 2rem; margin-top: 4rem; font-family: 'Segoe UI', system-ui, sans-serif; }
.footer-content h3 { font-size: 1.4rem; color: #fff; margin-bottom: 0.8rem; font-family: 'Georgia', serif; }
.footer-content p { margin-bottom: 0.4rem; font-size: 0.95rem; }
.copyright { margin-top: 1.5rem; font-size: 0.85rem; color: #78716c; }
@media (max-width: 768px) { .nav-links { display: none; } .hero h1 { font-size: 2rem; } .location-content { grid-template-columns: 1fr; } }
