* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Verdana', 'Segoe UI', system-ui, sans-serif; color: #2b1810; line-height: 1.7; background: #fdfcf9; }
header { background: #c41e3a; padding: 1rem 2rem; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 10px rgba(0,0,0,0.15); }
nav { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; }
.logo { font-size: 1.4rem; font-weight: 800; color: #fff; text-shadow: 1px 1px 2px rgba(0,0,0,0.3); }
.logo-sub { font-size: 0.7rem; font-weight: 400; color: rgba(255,255,255,0.85); display: block; }
.nav-links { display: flex; list-style: none; gap: 2rem; }
.nav-links a { text-decoration: none; color: rgba(255,255,255,0.9); font-weight: 600; font-size: 0.9rem; transition: color 0.2s; }
.nav-links a:hover { color: #ffd700; }
.cta-btn { background: #ffd700; color: #2b1810 !important; padding: 0.6rem 1.2rem; border-radius: 6px; text-decoration: none; font-weight: 700; font-size: 0.9rem; }
.hero { background: linear-gradient(135deg, #8b0000 0%, #c41e3a 50%, #d4384a 100%); color: #fff; padding: 5rem 2rem; text-align: center; }
.hero-label { background: rgba(255,215,0,0.25); border: 2px solid rgba(255,215,0,0.5); display: inline-block; padding: 0.4rem 1rem; border-radius: 50px; font-size: 0.9rem; margin-bottom: 1.5rem; color: #ffd700; font-weight: 700; }
.hero h1 { font-size: 2.8rem; margin-bottom: 1rem; font-weight: 800; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); }
.hero p { font-size: 1.15rem; opacity: 0.95; 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: #ffd700; color: #2b1810; 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: #e6c200; }
.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; }
.hero-info { display: flex; gap: 2rem; justify-content: center; flex-wrap: wrap; font-size: 0.95rem; opacity: 0.9; }
.intro { padding: 4rem 2rem; max-width: 850px; margin: 0 auto; text-align: center; background: #fff; }
.intro h2 { font-size: 2.2rem; margin-bottom: 1.5rem; color: #c41e3a; font-weight: 800; }
.intro p { font-size: 1.1rem; color: #555; margin-bottom: 1rem; }
.menu, .about, .location, .contact { padding: 4rem 2rem; max-width: 1100px; margin: 0 auto; }
.menu h2, .about h2, .location h2, .contact h2 { font-size: 2.2rem; margin-bottom: 2rem; text-align: center; color: #c41e3a; font-weight: 800; }
.menu-sections { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.menu-section h3 { font-size: 1.3rem; color: #8b0000; margin-bottom: 1.2rem; padding-bottom: 0.5rem; border-bottom: 2px solid #ffd700; }
.menu-items { display: flex; flex-direction: column; gap: 1rem; }
.menu-item { background: #fff; padding: 1rem 1.2rem; border-radius: 8px; border: 1px solid #f0e0d0; }
.item-name { font-weight: 700; color: #2b1810; margin-bottom: 0.3rem; font-size: 1rem; }
.item-name .price { float: right; color: #c41e3a; font-weight: 700; }
.menu-item p { font-size: 0.9rem; color: #666; }
.menu-note { text-align: center; font-size: 0.9rem; color: #8b0000; margin-top: 2rem; font-style: italic; }
.about { background: #fff8f0; border-radius: 16px; margin-top: 2rem; padding: 3rem; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.about-text p { font-size: 1.05rem; color: #555; margin-bottom: 1rem; }
.about-hours { background: #c41e3a; color: #fff; padding: 2rem; border-radius: 12px; }
.about-hours h3 { font-size: 1.2rem; margin-bottom: 1rem; color: #ffd700; }
.about-hours p { font-size: 0.95rem; opacity: 0.9; margin-bottom: 0.5rem; }
.hours-row { display: flex; justify-content: space-between; padding: 0.5rem 0; border-bottom: 1px solid rgba(255,255,255,0.2); font-size: 0.95rem; }
.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: #c41e3a; }
.location-info p { font-size: 0.95rem; color: #444; margin-bottom: 0.5rem; }
.location-info a { color: #c41e3a; font-weight: 600; }
.location-map { background: linear-gradient(135deg, #8b0000, #c41e3a); 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 #c41e3a; border-radius: 6px; font-size: 1rem; width: 100%; font-family: inherit; }
#contact-form textarea { resize: vertical; min-height: 120px; }
footer { background: #1a0f0a; color: #ffd700; text-align: center; padding: 3rem 2rem; margin-top: 4rem; }
footer h3 { color: #fff; 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; } .menu-sections { grid-template-columns: 1fr; } .about-grid { grid-template-columns: 1fr; } .location-grid { grid-template-columns: 1fr; } }
