* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', sans-serif; color: #2c2c2c; line-height: 1.6; }
h1, h2, h3, h4 { font-family: 'Cormorant Garamond', serif; font-weight: 600; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.nav { background: #fff; border-bottom: 1px solid #e8e8e8; position: sticky; top: 0; z-index: 100; }
.nav-content { display: flex; justify-content: space-between; align-items: center; padding: 20px 24px; }
.logo { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 700; color: #8b4513; text-decoration: none; }
.nav-links { display: flex; gap: 32px; }
.nav-link { color: #666; text-decoration: none; font-size: 15px; font-weight: 400; transition: color 0.2s; }
.nav-link:hover, .nav-link.active { color: #8b4513; }
.hero { position: relative; height: 600px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.hero-img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.5)); }
.hero-content { position: relative; z-index: 2; text-align: center; color: #fff; max-width: 700px; padding: 0 24px; }
.hero-title { font-size: 56px; line-height: 1.2; margin-bottom: 16px; }
.hero-subtitle { font-size: 18px; margin-bottom: 32px; opacity: 0.95; }
.btn { display: inline-block; padding: 14px 32px; border-radius: 4px; text-decoration: none; font-weight: 500; transition: all 0.2s; border: none; cursor: pointer; font-size: 15px; }
.btn-primary { background: #8b4513; color: #fff; }
.btn-primary:hover { background: #a0522d; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(139,69,19,0.3); }
.btn-secondary { background: transparent; color: #8b4513; border: 2px solid #8b4513; }
.btn-secondary:hover { background: #8b4513; color: #fff; }
.btn-full { width: 100%; }
.section { padding: 80px 0; }
.section-alt { background: #fafaf8; }
.section-header { max-width: 700px; margin: 0 auto 48px; }
.section-header.centered { text-align: center; }
.section-title { font-size: 42px; margin-bottom: 16px; color: #2c2c2c; }
.section-description { font-size: 17px; color: #666; line-height: 1.7; }
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 32px; }
.feature-card { padding: 32px; background: #fff; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.feature-title { font-size: 24px; margin-bottom: 12px; color: #8b4513; }
.feature-text { color: #666; font-size: 15px; }
.split-content { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split-text { }
.feature-description { color: #666; font-size: 16px; line-height: 1.8; margin-bottom: 24px; }
.split-image { }
.img-rounded { width: 100%; border-radius: 8px; box-shadow: 0 8px 24px rgba(0,0,0,0.12); }
.info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 32px; }
.info-card { text-align: center; padding: 24px; }
.info-label { font-size: 18px; color: #8b4513; margin-bottom: 12px; }
.info-text { color: #666; font-size: 15px; }
.footer { background: #2c2c2c; color: #999; padding: 32px 0; text-align: center; }
.footer-text { font-size: 14px; }
.page-hero { background: linear-gradient(135deg, #8b4513 0%, #a0522d 100%); color: #fff; padding: 80px 0 60px; text-align: center; }
.page-title { font-size: 48px; margin-bottom: 8px; }
.page-subtitle { font-size: 16px; opacity: 0.9; }
.menu-container { max-width: 800px; margin: 0 auto; }
.menu-section { margin-bottom: 64px; }
.menu-category { font-size: 32px; color: #8b4513; margin-bottom: 32px; padding-bottom: 12px; border-bottom: 2px solid #e8e8e8; }
.menu-item { margin-bottom: 32px; }
.menu-item-header { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px; }
.menu-item-title { font-size: 20px; color: #2c2c2c; }
.menu-item-price { font-size: 18px; color: #8b4513; font-weight: 600; }
.menu-item-price::before { content: '$'; }
.menu-item-description { color: #666; font-size: 15px; line-height: 1.6; }
.centered { text-align: center; }
.reservation-layout { display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; }
.form { }
.form-group { margin-bottom: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-label { display: block; margin-bottom: 8px; font-size: 14px; font-weight: 500; color: #2c2c2c; }
.form-input, .form-textarea { width: 100%; padding: 12px 16px; border: 1px solid #ddd; border-radius: 4px; font-size: 15px; font-family: inherit; transition: border-color 0.2s; }
.form-input:focus, .form-textarea:focus { outline: none; border-color: #8b4513; }
.form-textarea { resize: vertical; }
.info-box { background: #fafaf8; padding: 24px; border-radius: 8px; margin-bottom: 24px; }
.info-box-title { font-size: 18px; color: #8b4513; margin-bottom: 8px; }
.info-box-text { color: #666; font-size: 14px; line-height: 1.6; }
.gallery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 24px; }
.gallery-img { width: 100%; border-radius: 6px; }
@media (max-width: 768px) {
.hero { height: 500px; }
.hero-title { font-size: 36px; }
.nav-links { gap: 20px; }
.section { padding: 48px 0; }
.section-title { font-size: 32px; }
.split-content { grid-template-columns: 1fr; gap: 32px; }
.reservation-layout { grid-template-columns: 1fr; }
.form-row { grid-template-columns: 1fr; }
}