/* ============================================================
   Maaß Gaststätte – Website Redesign
   Design-System: warmes, modernes Gastro-Design
   Farben: tiefes Waldgrün, warmes Creme, Nussbraun/Ink
   ============================================================ */

:root {
  --ink: #1c1712;
  --ink-soft: #2a2119;
  --forest: #2f4a37;
  --forest-dark: #203329;
  --forest-light: #4c6b52;
  --cream: #faf7f0;
  --cream-soft: #eef1e4;
  --gold: #c9a15a;
  --white: #ffffff;
  --text: #2a241d;
  --muted: #6f6858;
  --border: #e4ddc9;

  --font-display: "Fraunces", "Playfair Display", Georgia, serif;
  --font-gothic: "UnifrakturCook", "UnifrakturMaguntia", "Fraunces", Georgia, serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 28px;

  --shadow-sm: 0 2px 10px rgba(28, 23, 18, 0.06);
  --shadow-md: 0 12px 32px rgba(28, 23, 18, 0.12);
  --shadow-lg: 0 24px 60px rgba(28, 23, 18, 0.18);

  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  width: 100%;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 .5em;
  color: var(--ink);
}
h1, h2 {
  font-family: var(--font-gothic);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .01em;
}
p { margin: 0 0 1em; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--forest);
  margin-bottom: 14px;
}
.eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--gold);
  display: inline-block;
}

.section { padding: 96px 0; }
.section--sm { padding: 64px 0; }
.section--alt { background: var(--cream-soft); }
.section--dark {
  background: linear-gradient(160deg, var(--ink) 0%, var(--ink-soft) 100%);
  color: #efe9dd;
}
.section--dark h2, .section--dark h3 { color: #fff; }
.section-head { max-width: 640px; margin-bottom: 48px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }

.lead { font-size: 19px; color: var(--muted); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 28px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .01em;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--forest); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--forest-dark); box-shadow: var(--shadow-md); }
.btn-gold { background: var(--gold); color: var(--ink); }
.btn-gold:hover { box-shadow: var(--shadow-md); }
.btn-outline { border-color: rgba(255,255,255,.5); color: #fff; }
.btn-outline:hover { background: rgba(255,255,255,.12); }
.btn-outline-dark { border-color: var(--ink); color: var(--ink); }
.btn-outline-dark:hover { background: var(--ink); color: #fff; }
.btn-block { width: 100%; justify-content: center; }
.btn-sm { padding: 10px 18px; font-size: 13px; }

/* ---------- Top utility bar ---------- */
.topbar {
  background: var(--ink);
  color: #cfc7b4;
  font-size: 13px;
}
.topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 8px;
  gap: 16px;
  flex-wrap: wrap;
}
.topbar-info { display: flex; gap: 22px; flex-wrap: wrap; }
.topbar-info a { display: inline-flex; align-items: center; gap: 6px; }
.topbar-info a:hover { color: #fff; }
.topbar-social { display: flex; gap: 14px; }
.topbar-social a {
  width: 26px; height: 26px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.25);
  display: flex; align-items: center; justify-content: center;
  font-size: 12px;
}
.topbar-social a:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 247, 240, .92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 84px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--forest); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 20px;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text strong { font-family: var(--font-gothic); font-size: 26px; color: var(--ink); }
.brand-text span { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }

.main-nav { display: flex; align-items: center; gap: 36px; }
.main-nav a {
  font-weight: 600; font-size: 15px; color: var(--ink);
  position: relative; padding: 6px 0;
}
.main-nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 0;
  height: 2px; background: var(--gold); transition: right .2s ease;
}
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.main-nav a.active { color: var(--forest); }

.header-actions { display: flex; align-items: center; gap: 14px; }
.nav-toggle {
  display: none;
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: #fff;
  align-items: center; justify-content: center;
  cursor: pointer;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: ""; display: block; width: 18px; height: 2px; background: var(--ink);
  position: relative; transition: all .2s ease;
}
.nav-toggle span::before { position: absolute; top: -6px; }
.nav-toggle span::after { position: absolute; top: 6px; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 86vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transform: scale(1.02);
}
.hero-bg::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,16,11,.35) 0%, rgba(20,16,11,.55) 55%, rgba(15,12,8,.92) 100%);
}
.hero-content { position: relative; z-index: 2; padding-bottom: 72px; width: 100%; }
.hero-content .eyebrow { color: #e7cf98; }
.hero-content .eyebrow::before { background: #e7cf98; }
.hero h1 {
  color: #fff;
  font-size: clamp(38px, 6vw, 68px);
  max-width: 820px;
  margin-bottom: 20px;
}
.hero p { max-width: 560px; color: #e9e3d6; font-size: 18px; }
.hero-actions { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }

.hero-strip {
  position: relative; z-index: 2;
  margin-top: 44px;
  background: rgba(250,247,240,.96);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  padding: 26px 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.hero-strip-item { display: flex; gap: 14px; align-items: flex-start; }
.hero-strip-item .ico {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--forest); color: #fff;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  font-size: 18px;
}
.hero-strip-item strong { display: block; color: var(--ink); font-size: 14px; }
.hero-strip-item span { font-size: 13px; color: var(--muted); }

/* small page hero (subpages) */
.page-hero {
  position: relative;
  padding: 190px 0 90px;
  color: #fff;
  background-size: cover;
  background-position: center;
}
.page-hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(20,16,11,.78), rgba(20,16,11,.55));
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; font-size: clamp(34px, 5vw, 54px); max-width: 700px; }
.breadcrumb { font-size: 13px; color: #e7cf98; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 14px; }
.breadcrumb a:hover { text-decoration: underline; }

/* ---------- Feature cards (3-up) ---------- */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.feature-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 32px 28px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.feature-card .ico {
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--cream-soft); color: var(--forest);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; margin-bottom: 18px;
}
.feature-card h3 { font-size: 20px; margin-bottom: 8px; }
.feature-card p { color: var(--muted); margin-bottom: 0; font-size: 15px; }

/* ---------- About / split section ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.split-media { position: relative; }
.split-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.split-media .badge-card {
  position: absolute; bottom: -24px; left: -24px;
  background: var(--forest); color: #fff;
  padding: 20px 26px; border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}
.split-media .badge-card strong { font-family: var(--font-display); font-size: 30px; display: block; }
.split-media .badge-card span { font-size: 12px; letter-spacing: .05em; opacity: .85; }

.stat-row { display: flex; gap: 40px; margin-top: 32px; flex-wrap: wrap; }
.stat-row .stat strong { font-family: var(--font-display); font-size: 32px; color: var(--forest); display: block; }
.stat-row .stat span { font-size: 13px; color: var(--muted); }

/* ---------- Bars / progress (services) ---------- */
.bar-item { margin-bottom: 22px; }
.bar-item .bar-label { display: flex; justify-content: space-between; font-size: 14px; font-weight: 600; margin-bottom: 8px; }
.bar-track { height: 8px; border-radius: 6px; background: var(--cream-soft); overflow: hidden; }
.bar-fill { height: 100%; border-radius: 6px; background: linear-gradient(90deg, var(--forest), var(--forest-light)); }

/* ---------- Cards / Events ---------- */
.filter-row {
  display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 40px;
}
.filter-btn {
  padding: 9px 18px; border-radius: 100px; border: 1.5px solid var(--border);
  background: #fff; font-size: 13px; font-weight: 600; cursor: pointer;
  color: var(--muted); transition: all .15s ease;
}
.filter-btn:hover { border-color: var(--forest); color: var(--forest); }
.filter-btn.active { background: var(--forest); border-color: var(--forest); color: #fff; }

.event-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.event-card {
  background: #fff; border-radius: var(--radius-md); overflow: hidden;
  border: 1px solid var(--border); box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
}
.event-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.event-media { position: relative; height: 190px; }
.event-media img { width: 100%; height: 100%; object-fit: cover; }
.event-media-fallback {
  width: 100%; height: 100%;
  background: linear-gradient(160deg, var(--forest) 0%, var(--forest-dark) 100%);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
  color: rgba(255,255,255,.9);
}
.event-media-fallback .gothic { font-family: var(--font-gothic); font-size: 36px; color: #fff; }
.event-media-fallback i { font-size: 20px; color: var(--gold); }
.event-note {
  font-size: 12.5px; color: var(--forest); background: var(--cream-soft);
  border-radius: var(--radius-sm); padding: 8px 10px; display: flex; gap: 6px; align-items: flex-start;
}
.event-date-badge {
  position: absolute; top: 14px; left: 14px;
  background: var(--gold); color: var(--ink);
  border-radius: 10px; padding: 8px 12px; text-align: center; line-height: 1.1;
  box-shadow: var(--shadow-sm);
}
.event-date-badge strong { display: block; font-size: 18px; font-family: var(--font-display); }
.event-date-badge span { font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.event-tag {
  position: absolute; top: 14px; right: 14px;
  background: rgba(20,16,11,.75); color: #fff;
  font-size: 11px; padding: 5px 10px; border-radius: 100px; text-transform: uppercase; letter-spacing: .04em;
}
.event-body { padding: 22px 22px 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.event-body h3 { font-size: 20px; line-height: 1.3; margin: 0; }
.event-meta { font-size: 13.5px; color: var(--forest); font-weight: 600; display: flex; gap: 8px; align-items: center; }
.event-body p { color: var(--muted); font-size: 14.5px; line-height: 1.5; margin: 0; flex: 1; }
.event-empty {
  grid-column: 1 / -1;
  text-align: center; padding: 60px 20px; color: var(--muted);
  border: 1.5px dashed var(--border); border-radius: var(--radius-md);
}

/* ---------- Testimonials ---------- */
.testi-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testi-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-md);
  padding: 28px; position: relative;
}
.testi-card .stars { color: var(--gold); letter-spacing: 2px; margin-bottom: 12px; font-size: 14px; }
.testi-card p { font-size: 15px; color: var(--text); }
.testi-person { display: flex; align-items: center; gap: 12px; margin-top: 16px; }
.testi-avatar {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--forest); color: #fff;
  display: flex; align-items: center; justify-content: center; font-weight: 700; font-family: var(--font-display);
}
.testi-person strong { font-size: 14px; display: block; }
.testi-person span { font-size: 12px; color: var(--muted); }

/* ---------- Gallery ---------- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 170px;
  gap: 14px;
}
.gallery-grid a { border-radius: var(--radius-sm); overflow: hidden; position: relative; display: block; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery-grid a:hover img { transform: scale(1.08); }
.gallery-grid .tall { grid-row: span 2; }
.gallery-grid a::after {
  content: "\f065"; font-family: "Font Awesome 6 Free"; font-weight: 900;
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  color: #fff; background: rgba(20,16,11,0); opacity: 0; transition: all .25s ease; font-size: 18px;
}
.gallery-grid a:hover::after { background: rgba(20,16,11,.35); opacity: 1; }

/* ---------- Team ---------- */
.team-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}
.team-card { text-align: center; }
.team-avatar {
  width: 100%; aspect-ratio: 1; border-radius: 50%;
  background: linear-gradient(160deg, var(--forest-light), var(--forest));
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 34px; margin-bottom: 14px;
  box-shadow: var(--shadow-sm);
}
.team-card strong { display: block; font-size: 15px; }
.team-card span { font-size: 12px; color: var(--muted); }
.team-avatar.has-photo { background-size: cover; background-position: center; font-size: 0; }

/* ---------- CTA banner ---------- */
.cta-banner {
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, var(--forest) 0%, var(--forest-dark) 100%);
  color: #fff;
  padding: 56px;
  display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap;
}
.cta-banner h2 { color: #fff; margin-bottom: 6px; }
.cta-banner p { color: #d9e2da; margin: 0; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-md);
  padding: 4px 24px; box-shadow: var(--shadow-sm);
}
.faq-item summary {
  cursor: pointer; list-style: none; padding: 18px 0;
  font-family: var(--font-display); font-size: 17px; font-weight: 600; color: var(--ink);
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "\002B"; font-size: 22px; font-weight: 400; color: var(--forest); flex-shrink: 0;
  transition: transform .2s ease;
}
.faq-item[open] summary::after { content: "\2212"; }
.faq-item p { color: var(--muted); font-size: 15px; line-height: 1.6; padding: 0 0 20px; margin: 0; }

/* ---------- Contact / Form ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; }
.info-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-md);
  padding: 28px; margin-bottom: 18px; display: flex; gap: 16px; align-items: flex-start;
}
.info-card .ico {
  width: 46px; height: 46px; border-radius: 12px; background: var(--cream-soft); color: var(--forest);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 18px;
}
.info-card h4 { margin: 0 0 4px; font-size: 15px; }
.info-card p { margin: 0; color: var(--muted); font-size: 14px; }
.hours-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.hours-table td { padding: 8px 0; border-bottom: 1px solid var(--border); }
.hours-table td:last-child { text-align: right; font-weight: 600; color: var(--ink); }
.hours-table tr:last-child td { border-bottom: none; }
.hours-table tr.today td { color: var(--forest); font-weight: 700; }

.form-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-md); padding: 36px; box-shadow: var(--shadow-sm); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 16px; border-radius: var(--radius-sm);
  border: 1.5px solid var(--border); font-family: var(--font-body); font-size: 14px;
  background: var(--cream); transition: border-color .15s ease;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--forest); background: #fff; }
.field-check { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--muted); }
.hp-field { position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.map-embed { border-radius: var(--radius-md); overflow: hidden; border: 1px solid var(--border); height: 320px; margin-top: 24px; }
.map-embed iframe { width: 100%; height: 100%; border: 0; }

/* ---------- History / timeline ---------- */
.timeline { border-left: 2px solid var(--border); margin-left: 10px; padding-left: 32px; display: flex; flex-direction: column; gap: 36px; }
.timeline-item { position: relative; }
.timeline-item::before {
  content: ""; position: absolute; left: -39px; top: 4px;
  width: 16px; height: 16px; border-radius: 50%; background: var(--gold); border: 3px solid var(--cream);
  box-shadow: 0 0 0 2px var(--gold);
}
.timeline-item .year { font-family: var(--font-display); font-size: 20px; color: var(--forest); margin-bottom: 6px; display: block; }
.timeline-item p { color: var(--muted); margin: 0; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #cfc7b4; padding-top: 72px; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand .brand-text strong { color: #fff; }
.footer-brand p { color: #a89f8b; font-size: 14px; margin-top: 14px; max-width: 280px; }
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a {
  width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2);
  display: flex; align-items: center; justify-content: center;
}
.footer-social a:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.footer-col h4 { color: #fff; font-size: 15px; margin-bottom: 18px; }
.footer-col ul li { margin-bottom: 10px; font-size: 14px; }
.footer-col ul li a:hover { color: #fff; }
.footer-col ul li a { color: #b3ab97; }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px;
  padding: 22px 0; font-size: 13px; color: #8b8371;
}
.footer-bottom a:hover { color: #fff; }

/* ---------- Floating action ---------- */
.floating-actions { position: fixed; right: 24px; bottom: 24px; z-index: 90; display: flex; flex-direction: column; gap: 12px; }
.fab {
  width: 56px; height: 56px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: 20px;
  box-shadow: var(--shadow-md); color: #fff;
}
.fab.call { background: var(--forest); }
.fab.whatsapp { background: #25D366; }
.fab:hover { transform: translateY(-3px); }

/* ---------- Reveal animation ---------- */
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

/* ---------- Mobile nav ---------- */
.mobile-nav {
  position: fixed; inset: 0; z-index: 200;
  background: var(--ink);
  color: #fff;
  display: flex; flex-direction: column;
  padding: 28px 28px 40px;
  transform: translateX(100%);
  transition: transform .3s ease;
}
.mobile-nav.open { transform: translateX(0); }
.mobile-nav-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px; }
.mobile-nav-close { width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); color: #fff; background: transparent; font-size: 18px; cursor: pointer; }
.mobile-nav a { display: block; font-family: var(--font-gothic); font-size: 34px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.mobile-nav-footer { margin-top: auto; display: flex; flex-direction: column; gap: 14px; }
.mobile-nav-footer a { font-family: var(--font-body); font-size: 15px; border: none; padding: 0; color: #e7cf98; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1080px) {
  .team-grid { grid-template-columns: repeat(3, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .main-nav, .topbar-info { display: none; }
  .nav-toggle { display: flex; }
  .feature-grid, .event-grid, .testi-track { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; gap: 40px; }
  .hero-strip { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .cta-banner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 640px) {
  .section { padding: 64px 0; }
  .hero { min-height: 92vh; }
  .hero-strip { grid-template-columns: 1fr; padding: 22px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .site-header .container { height: 72px; }
  .cta-banner { padding: 32px; }
}

/* ============================================================
   Aktuelles / Schwarzes Brett – Plakatwand für Flyer & Ankündigungen
   ============================================================ */
.pinboard {
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.05), transparent 40%),
    linear-gradient(160deg, #3a2c1e 0%, #2a2016 100%);
  border-radius: var(--radius-lg);
  padding: 56px 40px;
  position: relative;
}
.pinboard::before {
  content: "";
  position: absolute; inset: 10px;
  border: 2px dashed rgba(255,255,255,.08);
  border-radius: calc(var(--radius-lg) - 6px);
  pointer-events: none;
}
.poster-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
  position: relative; z-index: 1;
}
.poster-card {
  background: #fff;
  padding: 10px 10px 16px;
  border-radius: 4px;
  box-shadow: var(--shadow-lg);
  transform: rotate(var(--tilt, -2deg));
  transition: transform .25s ease, box-shadow .25s ease;
  position: relative;
}
.poster-card:hover { transform: rotate(0deg) translateY(-6px) scale(1.02); box-shadow: 0 30px 60px rgba(0,0,0,.35); }
.poster-card:nth-child(2n) { --tilt: 2deg; }
.poster-card:nth-child(3n) { --tilt: -1.5deg; }
.poster-card:nth-child(5n) { --tilt: 1.5deg; }
.poster-card::before {
  content: "";
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%) rotate(-4deg);
  width: 60px; height: 24px;
  background: rgba(201,161,90,.85);
  box-shadow: var(--shadow-sm);
}
.poster-card a { display: block; overflow: hidden; border-radius: 2px; }
.poster-card img { width: 100%; height: 340px; object-fit: cover; object-position: top; display: block; }
.poster-card figcaption { padding: 14px 10px 4px; text-align: center; }
.poster-card figcaption strong { display: block; font-family: var(--font-display); font-weight: 600; font-size: 19px; color: var(--ink); line-height: 1.3; }
.poster-card figcaption span { font-size: 13.5px; line-height: 1.4; color: var(--muted); }

.poster-grid--wide .poster-card img { height: 460px; object-position: top; }
.poster-grid--2col { grid-template-columns: repeat(2, 1fr); max-width: 900px; margin: 0 auto; }

@media (max-width: 1080px) {
  .poster-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .pinboard { padding: 32px 18px; }
  .poster-grid,
  .poster-grid--2col { grid-template-columns: 1fr; gap: 40px; max-width: 100%; }
  .poster-card img { height: 300px; }
  .poster-card { transform: none; }
}

/* ============ Bewertungen / Empfehlungen ============ */
.review-summary {
  display: flex; align-items: center; gap: 24px;
  background: var(--cream, #f7f2e7); border-radius: var(--radius-lg);
  padding: 28px 32px; margin-bottom: 40px; flex-wrap: wrap;
}
.review-average { font-family: var(--font-gothic); font-size: 52px; line-height: 1; color: var(--forest, #1f3d2b); }
.review-stars { color: #d9a441; font-size: 18px; letter-spacing: 2px; }
.review-stars--lg { font-size: 22px; }
.review-count { color: var(--muted); font-size: 14.5px; margin-top: 4px; }
.review-empty {
  color: var(--muted); font-size: 15px; max-width: 480px;
}
.review-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 32px;
}
.review-card {
  background: #fff; border: 1px solid rgba(0,0,0,.06); border-radius: var(--radius-lg);
  padding: 24px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 12px;
}
.review-text { color: var(--ink-soft, #3a3227); font-size: 15px; line-height: 1.55; flex: 1; }
.review-meta { display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--muted); }
.review-meta i { color: #d9a441; }
.review-meta strong { color: var(--ink); font-weight: 600; }
.review-more-wrap { text-align: center; }

@media (max-width: 1080px) {
  .review-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .review-grid { grid-template-columns: 1fr; }
  .review-summary { padding: 22px; gap: 16px; }
  .review-average { font-size: 40px; }
}
