:root {
  --bg: #fffaf4;
  --paper: #ffffff;
  --ink: #24301f;
  --muted: #6d725f;
  --green: #50683d;
  --green-dark: #314428;
  --sand: #e9d8bd;
  --accent: #b7783b;
  --shadow: 0 24px 70px rgba(36, 48, 31, .15);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
}
a { color: inherit; }

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1120px, calc(100% - 28px));
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 14px;
  background: rgba(255, 250, 244, .86);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 999px;
  box-shadow: 0 10px 35px rgba(0,0,0,.08);
}
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; }
.brand-mark { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: var(--green-dark); overflow: hidden; }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; display: block; }
.brand-text { letter-spacing: -.02em; }
.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav a { text-decoration: none; padding: 10px 14px; border-radius: 999px; font-weight: 700; font-size: 14px; color: var(--green-dark); }
.main-nav a:hover, .nav-cta { background: var(--green-dark); color: white !important; }
.nav-toggle { display: none; border: 0; background: var(--green-dark); color: white; border-radius: 50%; width: 42px; height: 42px; font-size: 22px; }

.hero {
  min-height: 92vh;
  position: relative;
  display: grid;
  align-items: end;
  padding: 150px max(24px, calc((100vw - 1120px)/2)) 80px;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(27,39,24,.75), rgba(27,39,24,.12)),
    radial-gradient(circle at 75% 35%, rgba(255,255,255,.22), transparent 28%),
    linear-gradient(135deg, #5d7447, #d9b57f 55%, #f3dfbd);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('bilder/hero.jpg');
  background-size: cover;
  background-position: center;
  opacity: .18;
}
.hero-content { position: relative; max-width: 780px; color: white; }
.eyebrow { margin: 0 0 10px; text-transform: uppercase; letter-spacing: .16em; font-size: 13px; font-weight: 800; color: var(--accent); }
.hero .eyebrow { color: #f0d5ac; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; line-height: 1.02; letter-spacing: -.04em; margin: 0 0 20px; }
h1 { font-size: clamp(48px, 8vw, 102px); max-width: 900px; }
h2 { font-size: clamp(34px, 5vw, 62px); }
.hero-copy { font-size: clamp(18px, 2vw, 23px); max-width: 680px; margin-bottom: 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 999px; text-decoration: none; font-weight: 800; }
.button.primary { background: white; color: var(--green-dark); }
.button.secondary { background: var(--sand); color: var(--green-dark); }
.button.ghost { border: 1px solid rgba(255,255,255,.65); color: white; }
.button.dark { background: var(--green-dark); color: white; margin-top: 12px; }
.app-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 12px; }
.app-actions .button { margin-top: 0; }
.hero-card { position: absolute; right: max(24px, calc((100vw - 1120px)/2)); bottom: 42px; padding: 18px 22px 18px 18px; border-radius: 24px; background: rgba(255,255,255,.88); box-shadow: var(--shadow); display: flex; align-items: center; gap: 16px; }
.hero-card img { width: 82px; height: 82px; border-radius: 50%; object-fit: cover; display: block; }
.hero-card div { display: grid; gap: 2px; }
.hero-card span { color: var(--muted); }

section { padding: 96px max(24px, calc((100vw - 1120px)/2)); }
.section-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.intro p, .contact p, .app-section p { font-size: 18px; }
.image-panel { min-height: 430px; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.image-panel img { display: block; width: 100%; height: 430px; object-fit: cover; }
.hall-section { background: #f3eadc; }
.hall-visual { min-height: 430px; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.hall-visual img { display: block; width: 100%; height: 430px; object-fit: cover; }
.hall-list { margin: 24px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.hall-list li { padding: 13px 16px; border-radius: 16px; background: rgba(255,255,255,.72); font-weight: 800; color: var(--green-dark); }
.trail-section { background: var(--bg); }
.trail-visual { min-height: 430px; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.trail-visual img { display: block; width: 100%; height: 430px; object-fit: cover; }
.slider { position: relative; background: var(--green-dark); }
.slider img { transition: opacity .28s ease; }
.slider.is-changing img { opacity: .35; }
.slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 250, 244, .88);
  color: var(--green-dark);
  box-shadow: 0 12px 30px rgba(0,0,0,.16);
  cursor: pointer;
  font-size: 34px;
  line-height: 1;
  display: grid;
  place-items: center;
}
.slider-button:hover { background: white; }
.slider-prev { left: 16px; }
.slider-next { right: 16px; }
.slider-dots {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(36, 48, 31, .42);
}
.slider-dot {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.58);
  padding: 0;
  cursor: pointer;
}
.slider-dot.is-active { background: white; }
.slider.is-single .slider-button,
.slider.is-single .slider-dots { display: none; }
.trail-list { margin: 24px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.trail-list li { padding: 13px 16px; border-radius: 16px; background: #f3eadc; font-weight: 800; color: var(--green-dark); }
.centered { text-align: center; }
.offers { background: #f3eadc; }
.app-section { background: var(--bg); }
.app-card { min-height: 470px; border-radius: var(--radius); background: linear-gradient(135deg, #314428, #8c9b71 58%, #e9d8bd); box-shadow: var(--shadow); display: grid; place-items: center; padding: 34px; overflow: hidden; position: relative; }
.app-card::before { content: ""; position: absolute; width: 260px; height: 260px; border-radius: 50%; background: rgba(255,255,255,.18); right: -70px; top: -70px; }
.phone-frame { position: relative; width: min(320px, 100%); min-height: 390px; padding: 34px 26px; border-radius: 38px; background: rgba(255,250,244,.94); box-shadow: 0 28px 70px rgba(0,0,0,.22); border: 8px solid rgba(36,48,31,.82); }
.phone-top { width: 82px; height: 8px; border-radius: 999px; background: rgba(36,48,31,.28); margin: 0 auto 28px; }
.splash-phone { padding: 0; overflow: hidden; aspect-ratio: 9 / 16; min-height: 0; height: min(560px, 72vw); border-width: 10px; background: #111; }
.splash-phone img { display: block; width: 100%; height: 100%; object-fit: cover; }

.phone-frame h3 { margin: 0 0 8px; font-size: 28px; color: var(--green-dark); }
.phone-frame p { margin: 0 0 22px; font-size: 15px; color: var(--muted); }
.phone-frame ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.phone-frame li { padding: 12px 14px; border-radius: 16px; background: #f3eadc; font-weight: 800; color: var(--green-dark); }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 34px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 34px; }
.card, blockquote, .contact-box { background: var(--paper); border-radius: var(--radius); padding: 30px; box-shadow: 0 16px 44px rgba(36,48,31,.08); }
.card-icon { font-size: 36px; }
.card h3 { margin: 16px 0 8px; font-size: 23px; }
.card p, blockquote p { color: var(--muted); margin-bottom: 0; }
.statement { text-align: center; background: var(--green-dark); color: white; }
.statement p { font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 5vw, 66px); line-height: 1.05; margin: 0 auto 18px; max-width: 900px; }
.statement span { color: #e9d8bd; font-weight: 700; }
.training-list ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.training-list li { padding: 18px 20px; border-radius: 18px; background: #f3eadc; }
.training-list strong { display: block; margin-bottom: 6px; color: var(--green-dark); font-size: 18px; }
.training-list span { display: block; color: var(--muted); }
blockquote { margin: 0; }
cite { display: block; margin-top: 18px; color: var(--green); font-style: normal; font-weight: 800; }
.contact { display: grid; grid-template-columns: 1fr .9fr; gap: 44px; align-items: center; background: #f3eadc; }
.contact-box a { color: var(--green-dark); font-weight: 800; }
.legal-page { padding-top: 160px; }
.legal-content { max-width: 860px; }
.legal-content h1 { color: var(--green-dark); }
.legal-content h2 { margin-top: 44px; font-size: clamp(28px, 4vw, 44px); }
.legal-content h3 { margin: 28px 0 8px; font-size: 22px; color: var(--green-dark); }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content a { color: var(--green-dark); font-weight: 800; }
.legal-content ul { padding-left: 22px; }
.legal-note { margin: 28px 0; padding: 18px 20px; border-radius: 18px; background: #f3eadc; color: var(--green-dark); font-weight: 800; }
.site-footer { display: flex; justify-content: space-between; gap: 20px; padding: 32px max(24px, calc((100vw - 1120px)/2)); background: var(--green-dark); color: white; }
.site-footer nav { display: flex; gap: 18px; }

@media (max-width: 1100px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .site-header { top: 10px; border-radius: 24px; align-items: flex-start; }
  .nav-toggle { display: block; }
  .main-nav { display: none; position: absolute; top: 64px; left: 0; right: 0; padding: 10px; background: rgba(255,250,244,.96); border-radius: 24px; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .main-nav.open { display: flex; }
  .hero { min-height: 86vh; padding-top: 130px; }
  .hero-card { position: relative; right: auto; bottom: auto; width: fit-content; margin-top: 34px; }
  .hero-card img { width: 64px; height: 64px; }
  .section-grid, .contact { grid-template-columns: 1fr; }
  .cards, .review-grid { grid-template-columns: 1fr; }
  .site-footer { flex-direction: column; }
}

/* Version 4: TrailUndPfote bewusst als eigener Bereich weiter unten platziert */
.app-section {
  border-top: 1px solid rgba(49, 68, 40, .10);
  border-bottom: 1px solid rgba(49, 68, 40, .10);
}
