:root{--bg:#F7F5EE;--paper:#FDFCF7;--ink:#26251C;--muted:#73705E;--line:#E6E2D1;--tint:#EFEBDC;--accent:#5C6B3C;--accent-2:#A3502E;--on-accent:#F7F5EE;--hell:#D8E3A4;--font-display:'Fraunces Variable', Georgia, serif;--font-text:'Inter Variable', system-ui, sans-serif;--fs-hero:clamp(2.6rem,1.4rem + 5.4vw,4.9rem);--fs-h2:clamp(1.7rem,1.2rem + 2.2vw,2.5rem);--fs-lead:clamp(1.05rem,1rem + 0.4vw,1.25rem);--radius:18px;--section-y:clamp(3.8rem,3rem + 5vw,7.5rem);--ease:cubic-bezier(0.22,1,0.36,1)}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--ink); font-family: var(--font-text); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }

h1, h2, h3 { font-family: var(--font-display); font-weight: 560; line-height: 1.12; letter-spacing: -0.01em; text-wrap: balance; }
.hero-title { font-size: var(--fs-hero); line-height: 1.04; font-weight: 500; }
h2 { font-size: var(--fs-h2); }
.lead { font-size: var(--fs-lead); color: var(--muted); max-width: 48ch; }
.overline { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent-2); }
.hl { color: var(--accent); font-style: italic; }

.container { max-width: 1100px; margin-inline: auto; padding-inline: clamp(1.25rem, 4vw, 2.5rem); }
.section { padding-block: var(--section-y); }
.section--tint { background: #F3ECDC; }

.site-header { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--bg) 88%, transparent); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.site-header .container { display: flex; align-items: center; justify-content: space-between; padding-block: 0.85rem; gap: 1rem; }
.logo { font-family: var(--font-display); font-weight: 640; font-size: 1.3rem; text-decoration: none; color: var(--accent); }
.site-nav { display: flex; gap: clamp(0.9rem, 2.2vw, 1.8rem); }
.site-nav a { text-decoration: none; color: var(--muted); font-size: 0.94rem; }
.site-nav a:hover { color: var(--accent); }
@media (max-width: 760px) { .site-nav { display: none; } }

.btn { display: inline-flex; align-items: center; gap: 0.5em; font-weight: 600; padding: 0.85em 1.6em; border-radius: 999px; text-decoration: none; border: 1px solid transparent; transition: transform 160ms var(--ease), box-shadow 160ms var(--ease); }
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(43, 33, 24, 0.14); }
.btn--primary { background: var(--accent); color: var(--on-accent); }
.btn--ghost { border-color: color-mix(in srgb, var(--ink) 25%, transparent); }

.chips { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.chip { border: 1px solid var(--line); background: var(--paper); border-radius: 999px; padding: 0.35em 0.95em; font-size: 0.86rem; color: var(--muted); }

/* Hero-Layout mit Bild-Platzhalter */
.hero { padding-block: clamp(3.5rem, 3rem + 4vw, 6rem); }
.hero .container { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(2rem, 4vw, 4rem); align-items: center; }
@media (max-width: 860px) { .hero .container { grid-template-columns: 1fr; } }

/* Foto-Platzhalter: beim Kunden-Build durch echte Fotos ersetzen */
.ph { border-radius: var(--radius); position: relative; overflow: hidden; display: grid; place-items: end start; min-height: 240px; border: 1px solid var(--line); }
.ph::before { content: ''; position: absolute; inset: 0; background: radial-gradient(120% 90% at 20% 10%, #D9C9A8 0%, #B0885E 45%, #6E4A33 100%); }
.ph--green::before { background: radial-gradient(120% 90% at 25% 15%, #C9D4B4 0%, #8FA476 50%, #4C5F3D 100%); }
.ph--dark::before { background: radial-gradient(120% 90% at 25% 15%, #8C6A4F 0%, #573D2C 55%, #2B2118 100%); }
.ph span { position: relative; margin: 0.9rem; background: rgba(250, 245, 236, 0.88); border-radius: 999px; padding: 0.3em 0.9em; font-size: 0.8rem; color: var(--ink); }
.hero .ph { min-height: clamp(300px, 42vw, 460px); }

/* Speisekarte */
.menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; margin-top: 2.5rem; }
@media (max-width: 900px) { .menu-grid { grid-template-columns: 1fr; } }
.menu-col { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem; }
.menu-col h3 { color: var(--accent); margin-bottom: 1.1rem; font-size: 1.25rem; }
.dish { display: flex; justify-content: space-between; gap: 1rem; padding-block: 0.55rem; border-bottom: 1px dashed var(--line); font-size: 0.96rem; }
.dish:last-child { border-bottom: 0; }
.dish .p { font-weight: 600; white-space: nowrap; }
.dish small { display: block; color: var(--muted); }

/* Info-Karten (Öffnungszeiten etc.) */
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
@media (max-width: 900px) { .info-grid { grid-template-columns: 1fr; } }
.info-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem; }
.info-card h3 { margin-bottom: 0.9rem; font-size: 1.2rem; }
.hours { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
.hours td { padding-block: 0.35rem; border-bottom: 1px solid var(--line); }
.hours td:last-child { text-align: right; font-weight: 600; }
.hours tr:last-child td { border-bottom: 0; }

.galerie { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.2rem; }
@media (max-width: 760px) { .galerie { grid-template-columns: 1fr 1fr; } }

.site-footer { border-top: 1px solid var(--line); padding-block: 2.2rem; font-size: 0.88rem; color: var(--muted); }
.site-footer .container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.8rem; }
.site-footer a { color: var(--muted); }

.wa-float { position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 60; width: 3.4rem; height: 3.4rem; border-radius: 50%; display: grid; place-items: center; background: #25D366; color: #fff; box-shadow: 0 8px 26px rgba(43, 33, 24, 0.3); transition: transform 160ms var(--ease); }
.wa-float:hover { transform: scale(1.08); }


.section--tint{background:var(--tint)}
h2 em{font-style:italic;color:var(--accent)}
.overline{color:var(--accent-2)}

html{scroll-behavior:smooth}
