/* Crimson Kettle Cafe - WordPress Restaurant Theme */
* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: 'Raleway', sans-serif;
    color: #333;
    line-height: 1.7;
    background: #fff;
}

h1, h2, h3 { font-family: 'Lora', serif; }
h2 { font-size: 36px; margin-bottom: 15px; }

/* Header */
.site-header { background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.header-top { background: #3e2723; color: #fff; padding: 10px 0; font-size: 13px; }
.container-wide { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.header-top .container-wide { display: flex; justify-content: space-between; }
.top-info, .top-social { display: flex; gap: 15px; align-items: center; }
.divider { color: #666; }
.top-social a { color: #fff; text-decoration: none; }
.header-main { padding: 20px 0; }
.site-branding { text-align: center; margin-bottom: 15px; }
.site-logo { font-family: 'Pacifico', cursive; font-size: 42px; color: #d84315; margin: 0; font-weight: 400; }
.site-tagline { font-size: 14px; color: #666; margin-top: 5px; letter-spacing: 2px; }
.main-menu ul { list-style: none; display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; }
.main-menu a { text-decoration: none; color: #333; font-weight: 600; text-transform: uppercase; font-size: 13px; transition: color 0.3s; }
.main-menu a:hover { color: #d84315; }
.main-menu .order-btn { background: #d84315; color: #fff; padding: 8px 20px; border-radius: 3px; }

/* Hero */
.hero-banner { height: 500px; display: flex; align-items: center; justify-content: center; position: relative; }
.hero-text-center { text-align: center; color: #fff; max-width: 700px; padding: 0 20px; }
.hero-headline { font-size: 52px; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); }
.hero-subheadline { font-size: 20px; margin-bottom: 25px; }
.hero-buttons { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }
.btn-hero { display: inline-block; padding: 12px 30px; text-decoration: none; font-weight: 600; border-radius: 3px; transition: all 0.3s; }
.btn-hero.btn-primary { background: #d84315; color: #fff; }
.btn-hero.btn-outline { background: transparent; color: #fff; border: 2px solid #fff; }

/* About Section */
.about-section { padding: 60px 0; background: #f9f9f9; }
.container-narrow { max-width: 900px; margin: 0 auto; padding: 0 20px; }
.section-header.centered { text-align: center; margin-bottom: 40px; }
.section-title { font-size: 36px; color: #3e2723; }
.decorative-divider { color: #d84315; font-size: 24px; margin: 10px 0; }
.about-content { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 30px; }
.lead-paragraph { font-size: 18px; color: #555; line-height: 1.8; margin-bottom: 20px; }
.about-image img { width: 100%; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.15); }

/* Features */
.features-section { padding: 50px 0; background: #fff; }
.features-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.feature-item { text-align: center; }
.feature-icon { font-size: 48px; margin-bottom: 15px; }
.feature-item h3 { font-size: 18px; margin-bottom: 10px; }
.feature-item p { font-size: 14px; color: #666; }

/* Menu Section */
.menu-section { padding: 60px 0; background: #fff; }
.menu-category { margin: 40px 0; }
.category-title { font-size: 28px; color: #3e2723; margin-bottom: 25px; border-bottom: 2px solid #d84315; padding-bottom: 10px; }
.menu-items { }
.menu-item { margin-bottom: 30px; }
.item-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.item-name { font-size: 20px; color: #3e2723; }
.item-price { font-size: 18px; color: #d84315; font-weight: 700; }
.item-description { color: #666; font-size: 15px; line-height: 1.6; }
.menu-footer { text-align: center; margin-top: 40px; }
.btn-menu-pdf { display: inline-block; background: #3e2723; color: #fff; padding: 12px 25px; text-decoration: none; border-radius: 3px; margin-top: 15px; }

/* Events Banner */
.events-banner { background: #3e2723; color: #fff; padding: 40px 0; }
.events-content h2 { color: #fff; margin-bottom: 20px; }
.events-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.event-item { background: rgba(255,255,255,0.1); padding: 20px; border-radius: 5px; }
.event-item strong { display: block; color: #d84315; margin-bottom: 8px; }

/* Gallery */
.gallery-section { padding: 60px 0; background: #f9f9f9; }
.photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 30px 0; }
.photo-item { height: 250px; border-radius: 8px; overflow: hidden; }
.instagram-cta { text-align: center; margin-top: 25px; font-size: 16px; }
.instagram-cta a { color: #d84315; font-weight: 600; }

/* Location */
.location-section { padding: 60px 0; background: #fff; }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.location-info h2 { margin-bottom: 30px; }
.info-block { margin-bottom: 25px; }
.info-block h3 { font-size: 18px; margin-bottom: 10px; color: #3e2723; }
.hours-table { width: 100%; margin-top: 10px; }
.hours-table td { padding: 8px 0; }
.hours-table td:last-child { text-align: right; }
.btn-directions { display: inline-block; background: #d84315; color: #fff; padding: 12px 25px; text-decoration: none; border-radius: 3px; margin-top: 10px; }

/* Testimonials */
.testimonials-section { padding: 60px 0; background: #f9f9f9; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin-top: 30px; }
.testimonial-box { background: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.stars { color: #d84315; margin-bottom: 15px; font-size: 18px; }
.testimonial-text { font-style: italic; color: #555; line-height: 1.7; margin-bottom: 15px; }
.testimonial-author { font-weight: 600; color: #3e2723; }

/* Footer */
.site-footer { background: #3e2723; color: #fff; padding: 50px 0 0; }
.footer-columns { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; padding-bottom: 40px; }
.footer-col h4 { font-size: 18px; margin-bottom: 20px; color: #d84315; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { color: #ccc; text-decoration: none; transition: color 0.3s; }
.footer-col a:hover { color: #fff; }
.footer-tagline { color: #999; }
.footer-bottom { background: #2c1b18; padding: 20px; text-align: center; font-size: 13px; color: #999; }
