@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Cinzel:wght@400;500&family=DM+Sans:wght@300;400&display=swap');

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; font-weight: 300; background: #fcf9f4; color: #1c1409; }

/* NAV */
.nav {
  position: sticky; top: 0; z-index: 20;
  background: #fcf9f4;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 48px; height: 96px;
  border-bottom: 1px solid rgba(200,165,90,0.15);
}
.nav-logo-img { height: 80px; width: auto; display: block; }
.nav-links { display: flex; gap: 38px; list-style: none; }
.nav-links a {
  font-family: 'Cinzel', serif; font-size: 9.5px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: #7a6030; text-decoration: none; transition: color 0.2s;
}
.nav-links a:hover { color: #a07838; }
.nav-right { display: flex; align-items: center; gap: 24px; }
.lang-switcher { display: flex; align-items: center; gap: 6px; }
.lang-btn {
  background: none; border: none;
  font-family: 'Cinzel', serif; font-size: 10px;
  letter-spacing: 0.18em; color: #9a8050;
  cursor: pointer; padding: 0; transition: color 0.2s;
}
.lang-btn.active { color: #1c1409; font-weight: 500; }
.lang-btn:hover { color: #a07838; }
.lang-sep { color: rgba(160,130,70,0.3); font-size: 11px; }
.nav-reserve {
  font-family: 'Cinzel', serif; font-size: 9px;
  letter-spacing: 0.18em; text-transform: uppercase;
  background: #1c1409; color: #f5e8cc;
  padding: 10px 22px; text-decoration: none; transition: background 0.2s;
}
.nav-reserve:hover { background: #a07838; }

/* HERO */
.hero {
  position: relative; min-height: 100vh; align-items: flex-end; padding-bottom: 80px;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  background: url('images/hero.jpg') center/cover no-repeat;
  overflow: hidden;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(20,13,4,0.55) 0%, rgba(20,13,4,0.4) 50%, rgba(20,13,4,0.75) 100%);
}
.hero-content { position: relative; z-index: 1; padding: 60px 24px; max-width: 800px; }
.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 76px; font-weight: 300;
  color: #fdf5e4; line-height: 1.05;
  letter-spacing: 0.02em; margin-bottom: 24px;
}
.hero h1 em { font-style: italic; color: #c8a060; }
.hero-desc {
  font-size: 16px; line-height: 1.85;
  color: rgba(240,220,170,0.8);
  max-width: 480px; margin: 0 auto 40px;
}
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 36px; }
.btn-primary {
  font-family: 'Cinzel', serif; font-size: 11px;
  letter-spacing: 0.2em; text-transform: uppercase;
  background: #b8914a; color: #1c1409;
  padding: 16px 36px; text-decoration: none; display: inline-block; transition: background 0.2s;
}
.btn-primary:hover { background: #c8a060; }
.btn-ghost {
  font-family: 'Cinzel', serif; font-size: 11px;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: #f5e8cc; text-decoration: none;
  border-bottom: 1px solid rgba(245,232,204,0.5); padding-bottom: 3px;
}

/* STRIP */
.strip { display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid rgba(200,165,90,0.2); }
.strip-item { padding: 36px 44px; border-right: 1px solid rgba(200,165,90,0.15); }
.strip-item:last-child { border-right: none; }
.strip-num { font-family: 'Cormorant Garamond', serif; font-size: 12px; color: #b8914a; letter-spacing: 0.15em; display: block; margin-bottom: 12px; }
.strip-title { font-family: 'Cinzel', serif; font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: #1c1409; margin-bottom: 9px; }
.strip-text { font-size: 13px; line-height: 1.8; color: #7a6030; }

/* STORY */
.story {
  padding: 96px 80px;
  display: grid; grid-template-columns: 1fr 1.6fr;
  gap: 80px; align-items: start;
  background: #fcf9f4;
  max-width: 1400px; margin: 0 auto;
}
.story-year { font-family: 'Cormorant Garamond', serif; font-size: 130px; font-weight: 300; color: #f0e4cc; line-height: 1; display: block; margin-bottom: -16px; }
.story-eyebrow { font-family: 'Cinzel', serif; font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase; color: #b8914a; display: block; margin-bottom: 16px; }
.story h2 { font-family: 'Cormorant Garamond', serif; font-size: 40px; font-weight: 300; color: #1c1409; line-height: 1.2; }
.rule { width: 32px; height: 1px; background: #c8a060; margin: 28px 0; }
.story p { font-size: 14px; line-height: 2; color: #5a4020; margin-bottom: 16px; }

/* MEHR LESEN */
.mehr-lesen-content { max-height: 0; overflow: hidden; transition: max-height 0.6s ease; }
.mehr-lesen-content.open { max-height: 1000px; }
.mehr-lesen-btn {
  margin-top: 24px; background: none; border: none;
  border-bottom: 1px solid #b8914a;
  font-family: 'Cinzel', serif; font-size: 10px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: #b8914a; cursor: pointer; padding-bottom: 3px; transition: color 0.2s;
}
.mehr-lesen-btn:hover { color: #a07838; }

/* MENU */
.menu-section { background: #fff; padding: 96px 80px; max-width: 1400px; margin: 0 auto; }
.menu-eyebrow { font-family: 'Cinzel', serif; font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase; color: #b8914a; display: block; margin-bottom: 12px; }
.menu-title { font-family: 'Cormorant Garamond', serif; font-size: 40px; font-weight: 300; color: #1c1409; margin-bottom: 48px; }
.cat-head { display: flex; align-items: center; gap: 18px; margin: 44px 0 6px; }
.cat-name { font-family: 'Cinzel', serif; font-size: 9px; letter-spacing: 0.26em; text-transform: uppercase; color: #b8914a; white-space: nowrap; }
.cat-line { flex: 1; height: 1px; background: #ede4d0; }
.mitem { display: grid; grid-template-columns: 1fr auto; gap: 24px; padding: 18px 0; border-bottom: 1px solid #f5ede0; align-items: start; }
.mname { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 400; color: #1c1409; margin-bottom: 5px; }
.mdesc { font-size: 13px; line-height: 1.75; color: #9a7f50; max-width: 580px; }
.mtags { margin-top: 7px; display: flex; gap: 6px; }
.mprice { font-family: 'Cormorant Garamond', serif; font-size: 17px; color: #a07838; padding-top: 3px; }
.tag { font-family: 'Cinzel', serif; font-size: 7.5px; letter-spacing: 0.14em; text-transform: uppercase; padding: 2px 8px; border: 1px solid currentColor; }
.tag.v { color: rgba(70,130,70,0.55); }
.tag.veg { color: rgba(160,120,50,0.55); }

/* CONTACT */
.contact { background: #f5edd8; padding: 96px 80px; }
.contact-inner { max-width: 1200px; margin: 0 auto; width: 100%; }
.contact-title { font-family: 'Cormorant Garamond', serif; font-size: 46px; font-weight: 300; color: #1c1409; margin-bottom: 52px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 72px; align-items: start; }
.info-eyebrow { font-family: 'Cinzel', serif; font-size: 9px; letter-spacing: 0.26em; text-transform: uppercase; color: #b8914a; display: block; margin-bottom: 7px; }
.info-val { font-size: 14px; line-height: 1.9; color: #4a3010; margin-bottom: 28px; }
.info-val a { color: #8a6828; text-decoration: none; }
.hrow { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid rgba(200,165,90,0.2); font-size: 14px; color: #4a3010; }
.hrow .day { color: #9a8050; }
.map-ph { background: #ecdfc4; border-radius: 2px; height: 320px; overflow: hidden; width: 100%; }
.map-ph iframe { width: 100%; height: 100%; border: 0; }

/* ORDER BUTTONS */
.order-links { display: flex; gap: 14px; margin-top: 12px; flex-wrap: wrap; }
.order-btn {
  font-family: 'Cinzel', serif; font-size: 10px;
  letter-spacing: 0.18em; text-transform: uppercase;
  padding: 13px 24px; text-decoration: none;
  display: inline-block; transition: opacity 0.2s;
}
.order-btn:hover { opacity: 0.85; }
.order-btn.lieferando { background: #ff8000; color: #fff; }
.order-btn.ubereats { background: #000; color: #fff; }

/* REVIEW LINK */
.review-link {
  font-family: 'Cinzel', serif; font-size: 11px;
  letter-spacing: 0.15em; color: #a07838;
  text-decoration: none;
  border-bottom: 1px solid rgba(160,120,56,0.3);
  padding-bottom: 2px; transition: color 0.2s;
}
.review-link:hover { color: #b8914a; }

/* FOOTER */
.footer { background: #1c1409; padding: 40px 80px; display: flex; align-items: center; justify-content: space-between; }
.footer-brand { font-family: 'Cormorant Garamond', serif; font-size: 16px; font-weight: 300; letter-spacing: 0.12em; color: #f5e8cc; }
.footer-brand b { color: #b8914a; font-weight: 400; }
.footer-copy { font-size: 12px; color: rgba(200,175,120,0.3); letter-spacing: 0.08em; }

/* FADE IN ON SCROLL */
.fade-in { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* RESPONSIVE */


/* MOBILE FIXES */


@media (max-width: 900px) {
  .nav { padding: 0 20px; height: 70px; overflow: hidden; }
  .nav-logo-img { height: 56px; width: auto; max-width: 120px; }
  .nav-reserve { display: none; }
  .nav-links { gap: 20px; }
  .nav-links a { font-size: 10px; }

  .hero { min-height: 420px; }
  .hero-content { padding: 40px 24px; }

  .strip { grid-template-columns: 1fr; }
  .strip-item { border-right: none; border-bottom: 1px solid rgba(200,165,90,0.15); padding: 28px 24px; }

  .story { padding: 60px 24px; grid-template-columns: 1fr; gap: 0; }
  .story-year { font-size: 90px; }
  .story h2 { font-size: 36px; }

  .menu-section { padding: 60px 24px; }
  .menu-title { font-size: 36px; }

  .contact { padding: 60px 24px; }
  .contact-inner { width: 100%; }
  .contact-title { font-size: 32px; margin-bottom: 32px; }
  .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .map-ph { height: 220px; }

  .footer { padding: 32px 24px; flex-direction: column; gap: 14px; text-align: center; }
}
