*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif; color: #2A1600; background: #fff; overflow-x: hidden; }
section[id], div[id] { scroll-margin-top: 78px; }

/* NAV */
.site-header { position: sticky; top: 0; z-index: 100; background: #fff; border-bottom: 1.5px solid #F5E8C0; }
.site-nav { display: flex; align-items: center; justify-content: space-between; padding: 0 5vw; height: 70px; max-width: 1400px; margin: 0 auto; }
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-logo-icon { width: 40px; height: 40px; background: #E8831A; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; color: white; flex-shrink: 0; }
.nav-logo-text { font-family: Georgia, serif; font-weight: 600; font-size: 17px; color: #3D1F00; line-height: 1.2; }
.nav-logo-text span { display: block; font-family: -apple-system, sans-serif; font-weight: 400; font-size: 11px; color: #7A5A38; }
.nav-links { display: flex; gap: 32px; list-style: none; }
.nav-links a { text-decoration: none; color: #7A5A38; font-size: 14px; font-weight: 500; transition: color .2s; }
.nav-links a:hover, .nav-links .current-menu-item a { color: #E8831A; }
.nav-cta { background: #E8831A; color: white; border: none; border-radius: 8px; padding: 10px 22px; font-weight: 600; font-size: 14px; cursor: pointer; text-decoration: none; transition: background .2s; white-space: nowrap; display: inline-block; }
.nav-cta:hover { background: #C06815; color: white; }
.hamburger { display: none; background: none; border: none; cursor: pointer; padding: 6px; }
.hamburger span { display: block; width: 24px; height: 2px; background: #3D1F00; margin: 5px 0; border-radius: 2px; transition: .3s; }
.nav-menu-open .nav-links { display: flex; flex-direction: column; position: absolute; top: 70px; left: 0; right: 0; background: #fff; padding: 16px 5vw 24px; border-bottom: 1.5px solid #F5E8C0; box-shadow: 0 8px 24px rgba(61,31,0,.07); gap: 0; }
.nav-menu-open .nav-links li a { display: block; padding: 12px 0; border-bottom: 1px solid #F5E8C0; }
.nav-menu-open .nav-links li:last-child a { border-bottom: none; }

/* GEMEINSAM */
section { padding: 80px 8vw; }
.section-tag { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: #E8831A; margin-bottom: 12px; }
.section-title { font-family: Georgia, serif; font-size: clamp(28px, 3.5vw, 42px); font-weight: 700; color: #3D1F00; line-height: 1.15; margin-bottom: 16px; }
.section-title em { font-style: italic; color: #E8831A; }
.section-desc { font-size: 16px; color: #7A5A38; max-width: 520px; line-height: 1.7; }
.btn-primary { background: #E8831A; color: white; border: none; border-radius: 10px; padding: 14px 28px; font-weight: 600; font-size: 15px; cursor: pointer; text-decoration: none; transition: background .2s, transform .15s; display: inline-block; }
.btn-primary:hover { background: #C06815; transform: translateY(-1px); color: white; }
.btn-outline { background: transparent; color: #3D1F00; border: 2px solid #F5E8C0; border-radius: 10px; padding: 14px 28px; font-weight: 600; font-size: 15px; cursor: pointer; text-decoration: none; transition: border-color .2s, transform .15s; display: inline-block; }
.btn-outline:hover { border-color: #E8831A; transform: translateY(-1px); color: #3D1F00; }

/* HERO */
section.hero { background: #FFFADC; display: grid; grid-template-columns: 1fr 1fr; min-height: calc(100vh - 70px); position: relative; overflow: hidden; padding: 0; }
section.hero::before { content: ''; position: absolute; top: -80px; right: 30%; width: 550px; height: 550px; background: #FEF3B4; border-radius: 50%; z-index: 0; }
.hero-content { padding: 80px 5vw 80px 8vw; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 1; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: #E8831A; color: white; font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; padding: 6px 14px; border-radius: 20px; margin-bottom: 28px; width: fit-content; }
.hero-badge::before { content: '★'; font-size: 10px; }
.hero h1 { font-family: Georgia, serif; font-weight: 700; font-size: clamp(38px, 5vw, 62px); line-height: 1.1; color: #3D1F00; margin-bottom: 22px; }
.hero h1 em { font-style: italic; color: #E8831A; }
.hero-desc { font-size: 17px; color: #7A5A38; line-height: 1.7; max-width: 440px; margin-bottom: 40px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-stats { margin-top: 52px; display: flex; gap: 32px; }
.hero-stat .num { font-family: Georgia, serif; font-size: 28px; font-weight: 700; color: #E8831A; }
.hero-stat .label { font-size: 12px; color: #7A5A38; margin-top: 2px; }
.hero-image { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; padding: 40px 5vw 40px 0; }
.hero-img-wrap { position: relative; width: 100%; max-width: 480px; }
.hero-img-circle { width: 380px; height: 380px; border-radius: 50%; background: linear-gradient(135deg,#E8831A,#F5B05A); overflow: hidden; margin: 0 auto; }
.hero-img-circle img { width: 100%; height: 100%; object-fit: cover; }
.food-placeholder { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; color: rgba(255,255,255,.6); font-size: 80px; gap: 8px; }
.food-placeholder p { font-size: 13px; font-weight: 500; opacity: .7; }
.hero-float-card { position: absolute; background: white; border-radius: 14px; padding: 14px 18px; box-shadow: 0 8px 32px rgba(61,31,0,.12); display: flex; align-items: center; gap: 12px; }
.hero-float-card.card-1 { bottom: 60px; left: -20px; min-width: 180px; }
.hero-float-card.card-2 { top: 40px; right: -10px; min-width: 160px; }
.float-icon { width: 40px; height: 40px; background: #FFFADC; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.float-label { font-size: 11px; color: #7A5A38; }
.float-val { font-size: 14px; font-weight: 600; color: #3D1F00; margin-top: 2px; }

/* ANGEBOTE */
section.angebote { background: #fff; }
.angebote-header { text-align: center; margin-bottom: 56px; }
.angebote-header .section-desc { margin: 0 auto; }
.angebote-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); gap: 24px; }
.angebot-card { background: #FFFADC; border-radius: 20px; padding: 32px 28px; transition: transform .25s, box-shadow .25s; position: relative; overflow: hidden; }
.angebot-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 4px; background: #E8831A; transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.angebot-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(61,31,0,.1); }
.angebot-card:hover::after { transform: scaleX(1); }
.angebot-emoji { font-size: 36px; margin-bottom: 16px; display: block; }
.angebot-title { font-family: Georgia, serif; font-size: 20px; font-weight: 600; color: #3D1F00; margin-bottom: 10px; }
.angebot-desc { font-size: 14px; color: #7A5A38; line-height: 1.65; }

/* SPEISEKARTE */
section.speisekarte { background: #3D1F00; }
section.speisekarte .section-tag  { color: #F5B05A; }
section.speisekarte .section-title { color: #FFFADC; }
section.speisekarte .section-title em { color: #F5B05A; }
section.speisekarte .section-desc { color: rgba(255,250,220,.65); }
.karte-layout { display: grid; grid-template-columns: 280px 1fr; gap: 48px; margin-top: 48px; }
.karte-nav { display: flex; flex-direction: column; gap: 6px; }
.karte-tab { background: none; border: none; text-align: left; padding: 14px 18px; border-radius: 10px; color: rgba(255,250,220,.6); font-size: 15px; font-weight: 500; cursor: pointer; transition: background .2s, color .2s; display: flex; align-items: center; gap: 12px; width: 100%; }
.karte-tab.active { background: #E8831A; color: white; }
.karte-tab:not(.active):hover { background: rgba(255,255,255,.07); color: rgba(255,250,220,.9); }
.karte-tab-icon { font-size: 18px; }
.karte-panel { display: none; }
.karte-panel.active { display: block; }
.karte-panel h3 { font-family: Georgia, serif; font-size: 26px; color: #FFFADC; margin-bottom: 24px; font-weight: 600; }
.karte-subcat { margin-bottom: 28px; }
.karte-subcat h4 { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: #F5B05A; margin-bottom: 12px; }
.karte-item { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.08); display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.karte-item:last-child { border-bottom: none; }
.karte-item-name { font-size: 15px; font-weight: 500; color: #FFFADC; }
.karte-item-desc { font-size: 13px; color: rgba(255,250,220,.55); flex: 1; margin-left: 4px; }

/* ÜBER UNS */
section.ueber { background: #FFFADC; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.ueber-img { background: #F5E8C0; border-radius: 20px; aspect-ratio: 4/3; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #7A5A38; gap: 12px; font-size: 64px; overflow: hidden; }
.ueber-img img { width: 100%; height: 100%; object-fit: cover; }
.ueber-img p { font-size: 13px; }
.ueber-content .section-desc { margin-bottom: 32px; }
.ueber-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.ueber-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: #7A5A38; }
.ueber-list li::before { content: '✓'; color: #E8831A; font-weight: 700; font-size: 16px; flex-shrink: 0; margin-top: 2px; }

/* KONTAKT */
section.kontakt { background: #fff; }
.kontakt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-top: 48px; }
.kontakt-info { display: flex; flex-direction: column; gap: 24px; }
.info-row { display: flex; align-items: flex-start; gap: 16px; }
.info-icon { width: 44px; height: 44px; background: #FFFADC; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.info-label { font-size: 12px; color: #7A5A38; margin-bottom: 3px; font-weight: 500; }
.info-val { font-size: 15px; color: #3D1F00; font-weight: 500; }
.info-val a { color: #E8831A; text-decoration: none; }
.kontakt-form { display: flex; flex-direction: column; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: 13px; font-weight: 500; color: #7A5A38; }
.form-group input, .form-group textarea, .form-group select { background: #FFFADC; border: 1.5px solid #F5E8C0; border-radius: 8px; padding: 12px 14px; font-size: 14px; color: #2A1600; transition: border-color .2s; outline: none; width: 100%; appearance: none; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: #E8831A; }
.form-group textarea { resize: vertical; min-height: 110px; }
.form-submit { background: #E8831A; color: white; border: none; border-radius: 10px; padding: 14px 32px; font-weight: 600; font-size: 15px; cursor: pointer; transition: background .2s; align-self: flex-start; }
.form-submit:hover { background: #C06815; }
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea, .wpcf7 select { background: #FFFADC; border: 1.5px solid #F5E8C0; border-radius: 8px; padding: 12px 14px; font-size: 14px; color: #2A1600; width: 100%; outline: none; transition: border-color .2s; }
.wpcf7 input:focus, .wpcf7 textarea:focus { border-color: #E8831A; }
.wpcf7 input[type="submit"] { background: #E8831A; color: white; border: none; border-radius: 10px; padding: 14px 32px; font-weight: 600; font-size: 15px; cursor: pointer; }
.wpcf7 input[type="submit"]:hover { background: #C06815; }

/* FOOTER */
.site-footer { background: #3D1F00; color: rgba(255,250,220,.7); padding: 48px 8vw 32px; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; }
.footer-brand h2 { font-family: Georgia, serif; font-size: 22px; color: #FFFADC; font-weight: 600; margin-bottom: 10px; }
.footer-brand p { font-size: 14px; line-height: 1.7; max-width: 280px; }
.footer-col h4 { font-size: 13px; font-weight: 600; color: #F5B05A; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 16px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; padding: 0; }
.footer-col ul li a { color: rgba(255,250,220,.6); text-decoration: none; font-size: 14px; transition: color .2s; }
.footer-col ul li a:hover { color: #F5B05A; }
.footer-bottom { background: rgba(0,0,0,.25); padding: 16px 8vw; display: flex; justify-content: space-between; align-items: center; font-size: 13px; color: rgba(255,250,220,.4); }
.footer-bottom a { color: rgba(255,250,220,.55); text-decoration: none; }

/* UNTERSEITEN */
.page-content-wrap { max-width: 860px; margin: 0 auto; padding: 80px 8vw; }
.page-content-wrap h1 { font-family: Georgia, serif; font-size: clamp(28px,3.5vw,40px); color: #3D1F00; font-weight: 700; margin-bottom: 32px; }
.page-content-wrap .entry-content { font-size: 15px; line-height: 1.8; color: #7A5A38; }
.page-content-wrap .entry-content h2, .page-content-wrap .entry-content h3 { font-family: Georgia, serif; color: #3D1F00; margin: 28px 0 12px; }
.page-content-wrap .entry-content p { margin-bottom: 16px; }
.page-content-wrap .entry-content a { color: #E8831A; }

/* 404 */
.error-404-wrap { min-height: 60vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 80px 8vw; text-align: center; background: #FFFADC; }
.error-404-wrap .num { font-family: Georgia, serif; font-size: clamp(80px,15vw,160px); font-weight: 700; color: #E8831A; line-height: 1; margin-bottom: 16px; }
.error-404-wrap h1 { font-family: Georgia, serif; font-size: 32px; color: #3D1F00; margin-bottom: 16px; }
.error-404-wrap p { font-size: 16px; color: #7A5A38; margin-bottom: 32px; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .hamburger { display: block; }
  section.hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-content { padding: 60px 6vw 0; }
  .hero-image { padding: 40px 6vw; }
  .hero-img-circle { width: 280px; height: 280px; }
  .hero-float-card { display: none; }
  .angebote-grid { grid-template-columns: 1fr 1fr; }
  .karte-layout { grid-template-columns: 1fr; }
  .karte-nav { flex-direction: row; flex-wrap: wrap; }
  section.ueber { grid-template-columns: 1fr; gap: 40px; }
  .kontakt-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; gap: 32px; }
  section { padding: 60px 6vw; }
}
@media (max-width: 560px) {
  .angebote-grid { grid-template-columns: 1fr; }
  .hero-stats { gap: 20px; }
  .hero-actions { flex-direction: column; }
  .btn-primary, .btn-outline { width: 100%; text-align: center; }
}
