/* vom MöningerBerg GmbH - Farbwelt nach Flyer: Creme, Dunkelbraun, Gold */
:root {
  --creme: #faf7e8;
  --creme-dunkel: #f1ecd3;
  --braun: #3b2a1d;
  --braun-hell: #6b5138;
  --gold: #b98a2f;
  --gold-hell: #e3b95c;
  --gruen: #39664b;
  --weiss: #ffffff;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  background: var(--creme);
  color: var(--braun);
  font-family: "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
  line-height: 1.65;
}

h1, h2, h3, .wordmark {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  line-height: 1.25;
}

a { color: var(--gold); }

.wrap { max-width: 1060px; margin: 0 auto; padding: 0 20px; }

/* Kopfzeile */
header.site {
  background: var(--creme);
  border-bottom: 3px solid var(--gold);
  position: sticky; top: 0; z-index: 10;
}
.headbar { display: flex; align-items: center; gap: 14px; padding: 12px 0; flex-wrap: wrap; }
.logo-badge {
  width: 72px; height: 72px; border-radius: 50%;
  border: 3px solid var(--gold);
  background: var(--weiss) url("assets/logo-vmb.svg?v=6") center/74% no-repeat;
  flex-shrink: 0;
}
.wordmark { font-size: 1.35rem; color: var(--gruen); text-decoration: none; }
.wordmark small { display: block; font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gruen); font-family: inherit; }
nav.main { margin-left: auto; display: flex; gap: 4px; flex-wrap: wrap; }
nav.main a {
  color: var(--braun); text-decoration: none; font-size: 0.95rem;
  padding: 8px 14px; border-radius: 6px;
}
nav.main a:hover { background: var(--creme-dunkel); }
nav.main a.aktiv { background: var(--braun); color: var(--creme); }

/* Held-Bereich: Tamino als dezenter Hintergrund hinter Creme-Schleier */
.hero {
  text-align: center;
  padding: 64px 20px 56px;
  background:
    linear-gradient(rgba(250, 247, 232, 0.78), rgba(250, 247, 232, 0.6) 45%, rgba(250, 247, 232, 0.86)),
    url("assets/tamino-hintergrund.jpg?v=2") center 28%/cover no-repeat;
}
.hero .logo-karte {
  display: block;
  width: min(380px, 78vw); height: auto;
  margin: 0 auto 18px;
}
.hero h1 { font-size: clamp(1.9rem, 5vw, 3rem); }
.hero .claim { font-size: clamp(1.05rem, 2.6vw, 1.35rem); color: var(--braun-hell); margin-top: 10px; }
.hero .sub { max-width: 620px; margin: 18px auto 0; }

.knopfzeile { margin-top: 30px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.knopf {
  display: inline-block; text-decoration: none; border-radius: 8px;
  padding: 13px 26px; font-size: 1.02rem;
}
.knopf.voll { background: var(--braun); color: var(--creme); }
.knopf.voll:hover { background: var(--braun-hell); }
.knopf.rand { border: 2px solid var(--braun); color: var(--braun); }
.knopf.rand:hover { background: var(--creme-dunkel); }

/* Abschnitte */
section.block { padding: 56px 0; }
section.block.dunkel { background: var(--creme-dunkel); }
.block h2 { font-size: clamp(1.5rem, 3.5vw, 2.1rem); margin-bottom: 8px; }
.goldlinie { width: 70px; height: 4px; background: var(--gold); border-radius: 2px; margin: 0 0 28px; }
.miriam-bild {
  display: block; width: min(760px, 100%); height: auto;
  margin: 0 auto 26px; border-radius: 14px;
  box-shadow: 0 8px 26px rgba(59, 42, 29, 0.22);
}
.zentriert { text-align: center; }
.zentriert .goldlinie { margin-left: auto; margin-right: auto; }

/* Produkt-Karten */
.karten { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
.karte {
  background: var(--weiss); border-radius: 12px; padding: 24px;
  border-top: 4px solid var(--gold);
  box-shadow: 0 3px 12px rgba(59, 42, 29, 0.08);
}
.karte h3 { margin-bottom: 8px; font-size: 1.15rem; }
.karte p { font-size: 0.95rem; color: var(--braun-hell); }
.karte a.mehr { display: inline-block; margin-top: 10px; font-size: 0.92rem; }

/* Produktseite */
.produkt { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: center; padding: 44px 0; border-bottom: 1px solid var(--creme-dunkel); }
.produkt:last-child { border-bottom: none; }
.produkt img { width: 100%; border-radius: 12px; box-shadow: 0 6px 20px rgba(59, 42, 29, 0.18); }
.produkt .foto-fehlt {
  border-radius: 12px; border: 2px dashed var(--gold);
  min-height: 220px; display: flex; align-items: center; justify-content: center;
  color: var(--braun-hell); font-size: 0.95rem; text-align: center; padding: 20px;
  background: var(--weiss);
}
.produkt h3 { font-size: 1.5rem; margin-bottom: 10px; }
@media (max-width: 720px) { .produkt { grid-template-columns: 1fr; } }

/* Kontakt + Impressum */
.infokarte {
  background: var(--weiss); border-radius: 12px; padding: 28px;
  border-left: 5px solid var(--gold); margin-bottom: 20px;
  box-shadow: 0 3px 12px rgba(59, 42, 29, 0.08);
}
.infokarte h3 { margin-bottom: 10px; }
.platzhalter { background: #fdf3d1; border-radius: 4px; padding: 1px 6px; }

/* Fußzeile */
footer.site {
  background: var(--braun); color: var(--creme);
  padding: 40px 0 30px; margin-top: 0;
}
footer.site a { color: var(--gold-hell); text-decoration: none; }
footer.site a:hover { text-decoration: underline; }
.fusszeilen { display: flex; gap: 40px; flex-wrap: wrap; justify-content: space-between; }
.fusszeilen .spalte { min-width: 200px; }
.fusszeilen h4 { font-family: Georgia, serif; margin-bottom: 10px; color: var(--gold-hell); }
.kleindruck { margin-top: 26px; padding-top: 16px; border-top: 1px solid rgba(250, 247, 232, 0.25); font-size: 0.85rem; color: rgba(250, 247, 232, 0.7); }
