/* ======================================================================
   Forsthof Nunkirchen — Eventlocation (Unterseite)
   Ergänzt styles.css um event-spezifische Bausteine.
   ====================================================================== */

/* ---- Sub-Hero (kompakter als Startseiten-Hero) ---- */
.ev-hero { position: relative; }
.ev-hero-media { position: relative; }
.ev-hero-media img { width: 100%; height: 72vh; min-height: 520px; }
.ev-hero-scrim {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(20,28,18,0.34) 0%, rgba(20,28,18,0.30) 42%, rgba(20,28,18,0.52) 74%, rgba(20,28,18,0.82) 100%);
}
.ev-hero-inner { position: absolute; inset: 0; display: flex; align-items: flex-end; }
.ev-hero-inner .container { width: 100%; padding-bottom: 60px; }
.ev-hero-copy { max-width: 720px; color: #f6f1e4; }
.ev-hero-copy .eyebrow { color: #e7c79b; }
.ev-hero-copy .eyebrow::before { background: #e7c79b; }
.ev-hero h1 { color: #fbf7ec; font-size: clamp(36px, 5.4vw, 64px); line-height: 1.04; margin-bottom: 16px; text-shadow: 0 2px 26px rgba(0,0,0,0.45); }
.ev-hero h1 em { font-style: italic; color: #f0d3a6; }
.ev-hero-lead { font-size: 20px; line-height: 1.55; color: #efe7d6; max-width: 600px; margin: 0 0 26px; text-shadow: 0 1px 14px rgba(0,0,0,0.5); }
.ev-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.ev-hero-actions .btn-ghost { color: #fbf7ec; border-color: rgba(251,247,236,0.85); background: rgba(20,28,18,0.42); backdrop-filter: blur(3px); }
.ev-hero-actions .btn-ghost:hover { background: #fbf7ec; color: var(--green-900); border-color: #fbf7ec; }

/* Breadcrumb-Leiste */
.crumb { background: var(--bg-alt); color: var(--ink-soft); font-size: 14px; border-bottom: 1px solid var(--line); }
.crumb .container { display: flex; align-items: center; gap: 10px; min-height: 42px; }
.crumb a { color: var(--green-800); font-weight: 600; }
.crumb a:hover { color: var(--green-900); }
.crumb .sep { color: var(--ink-faint); }
.crumb .here { color: var(--wood); font-weight: 700; }

/* ---- Seitenkopf (Unterseiten: schlanke Titelzeile statt Hero) ---- */
.page-head { position: relative; padding-block: 44px 12px; text-align: center; }
.page-head .eyebrow { color: var(--wood); justify-content: center; }
.page-head h1 { font-size: clamp(32px, 4.4vw, 50px); line-height: 1.08; margin: 12px 0 14px; color: var(--green-900); }
.page-head h1 em { font-style: italic; color: var(--wood); }
.page-head__lead { font-size: 19px; line-height: 1.55; color: var(--ink-soft); max-width: 620px; margin: 0 auto 22px; }
.page-head__actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.page-head + section { padding-top: 60px; }

/* ---- Akzentfarbe pro Seite (Signatur, nicht-festlich) ---- */
.acc-eier  { --accent: #b3801f; } /* warmes Gold */
.acc-event { --accent: #a5432b; } /* Beere / Rotbraun */
.acc-fewo  { --accent: #5f7a4f; } /* Salbeigrün */
.fh-acc .page-head .eyebrow,
.fh-acc .section-head .eyebrow,
.fh-acc .loc-copy .eyebrow { color: var(--accent); }
.fh-acc .page-head .eyebrow::before,
.fh-acc .section-head .eyebrow::before,
.fh-acc .loc-copy .eyebrow::before { background: var(--accent); }
.fh-acc .occasions span { color: var(--accent); border-color: color-mix(in srgb, var(--accent) 32%, var(--line)); }
.fh-acc .loc-facts li .k { color: var(--accent); }

/* ---- Scroll-Reveal (Unterseiten) — Versteck-Zustand nur mit aktivem JS (.fh-anim) ---- */
.fh-anim .page-head .container,
.fh-anim .ev-intro .container,
.fh-anim .section-head,
.fh-anim .loc .loc-copy,
.fh-anim .speisen .container,
.fh-anim .ev-cta .container,
.fh-anim .steps-grid > * {
  opacity: 0; transform: translateY(22px);
  transition: opacity .6s ease, transform .6s ease;
}
.fh-anim .is-in,
.fh-anim .steps-grid.is-in > * { opacity: 1 !important; transform: none !important; }
.fh-anim .steps-grid.is-in > *:nth-child(2){ transition-delay: .07s }
.fh-anim .steps-grid.is-in > *:nth-child(3){ transition-delay: .14s }
.fh-anim .steps-grid.is-in > *:nth-child(4){ transition-delay: .21s }
/* Schritt-Nummern: gestaffeltes Aufploppen mit leichtem Überschwung */
.fh-anim .steps-grid > * .num { opacity: 0; transform: scale(.55); transition: opacity .45s ease, transform .5s cubic-bezier(.2,.8,.3,1.45); }
.fh-anim .steps-grid.is-in > * .num { opacity: 1; transform: none; }
.fh-anim .steps-grid.is-in > *:nth-child(1) .num { transition-delay: .12s }
.fh-anim .steps-grid.is-in > *:nth-child(2) .num { transition-delay: .22s }
.fh-anim .steps-grid.is-in > *:nth-child(3) .num { transition-delay: .32s }
.fh-anim .steps-grid.is-in > *:nth-child(4) .num { transition-delay: .42s }
/* Cineastischer Bild-Reveal: Feature-Foto wischt von links auf + setzt sich (settle-zoom) */
.fh-anim .loc.is-in .loc-copy { opacity: 1; transform: none; }
.fh-anim .loc-media { overflow: hidden; border-radius: 12px; }
.fh-anim .loc-media img {
  clip-path: inset(0 100% 0 0); transform: scale(1.12);
  transition: clip-path 1.15s cubic-bezier(.22,.61,.36,1), transform 1.4s cubic-bezier(.22,.61,.36,1);
}
.fh-anim .loc.is-in .loc-media img { clip-path: inset(0); transform: scale(1); }
.fh-anim .loc-media .loc-badge { z-index: 2; }

@media (prefers-reduced-motion: reduce) {
  .fh-anim .page-head .container, .fh-anim .ev-intro .container, .fh-anim .section-head,
  .fh-anim .loc .loc-copy, .fh-anim .speisen .container, .fh-anim .ev-cta .container,
  .fh-anim .steps-grid > *, .fh-anim .steps-grid > * .num { opacity: 1 !important; transform: none !important; }
  .fh-anim .loc-media img { clip-path: none !important; transform: none !important; }
}

/* ---- Intro + Anlässe ---- */
.ev-intro .container { max-width: 880px; text-align: center; }
.ev-intro h2 { font-size: clamp(28px, 3.4vw, 42px); margin-bottom: 16px; }
.ev-intro > .container > p { font-size: 19px; color: var(--ink-soft); margin: 0 auto; max-width: 62ch; }
.occasions { display: flex; flex-wrap: wrap; justify-content: center; gap: 11px; margin-top: 32px; }
.occasions span {
  font-weight: 700; font-size: 15px; color: var(--green-800);
  background: var(--surface); border: 1px solid var(--line);
  padding: 9px 18px; border-radius: 999px; box-shadow: var(--shadow);
}

/* ---- Location-Feature-Zeilen (alternierend) ---- */
.loc { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.loc + .loc { margin-top: 84px; }
.loc.flip .loc-media { order: 2; }
.loc-media { position: relative; }
.loc-media img { width: 100%; height: 480px; }
.loc-media .loc-badge {
  position: absolute; top: 18px; left: 18px;
  background: var(--green-900); color: #fbf7ec;
  font-size: 12.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 8px 15px; border-radius: 999px; box-shadow: var(--shadow);
}
.loc h3 { font-size: clamp(26px, 3vw, 36px); margin-bottom: 14px; }
.loc-copy > p { color: var(--ink-soft); font-size: 17.5px; }
.loc-facts { list-style: none; padding: 0; margin: 24px 0 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid var(--line); }
.loc-facts li { padding: 16px 0; border-bottom: 1px solid var(--line-soft); padding-right: 16px; }
.loc-facts li .k { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--wood); font-weight: 700; margin-bottom: 4px; }
.loc-facts li .v { font-family: var(--font-head); font-size: 19px; color: var(--ink); line-height: 1.2; }

/* ---- Planung: Schritte ---- */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step {
  background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--r-lg);
  padding: 30px 26px 28px; box-shadow: var(--shadow); position: relative;
}
.step .num {
  font-family: var(--font-head); font-size: 17px; font-weight: 700;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--green-800); color: #fbf7ec;
  display: grid; place-items: center; margin-bottom: 18px;
  border: 2px solid var(--wood-soft);
}
.step h4 { font-size: 20px; margin-bottom: 9px; }
.step p { font-size: 15.5px; color: var(--ink-soft); margin: 0; }

/* ---- Speisen-Band (Bezug zum Hof) ---- */
.speisen { background: var(--bg-alt); color: var(--ink); }
.speisen .container { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.speisen .eyebrow { color: var(--wood); }
.speisen .eyebrow::before { background: var(--wood); }
.speisen h2 { color: var(--green-900); font-size: clamp(26px, 3.2vw, 40px); margin-bottom: 16px; }
.speisen > .container > div:first-child > p { color: var(--ink-soft); font-size: 18px; max-width: 46ch; }
.speisen-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.speisen-list li { display: flex; gap: 14px; align-items: flex-start; font-size: 17px; color: var(--ink); }
.speisen-list li .ic { flex: none; width: 28px; height: 28px; border-radius: 50%; background: rgba(58,107,89,0.14); color: var(--green-700); display: grid; place-items: center; font-weight: 800; font-size: 14px; margin-top: 1px; }

/* ---- Galerie / Slideshow ---- */
.show { max-width: 1040px; margin: 0 auto; }
.show-stage {
  position: relative; aspect-ratio: 16 / 9; border-radius: var(--r-lg);
  overflow: hidden; background: var(--bg-alt);
  box-shadow: 0 34px 70px -40px rgba(42,38,32,0.4);
}
.show-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity 0.9s ease; }
.show-slide.is-active { opacity: 1; visibility: visible; z-index: 1; }
.show-slide::before { content: ''; position: absolute; inset: 0; z-index: 0; background-image: var(--slide-bg); background-size: cover; background-position: center; filter: blur(32px) brightness(1.02); transform: scale(1.3); }
.show-slide img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; display: block; transform-origin: center; }
.show-slide.is-portrait img { object-fit: contain; }
.show-slide.is-active img { animation: kenburns 6.5s ease-out both; }
.show-slide.kb1.is-active img { animation-name: kenburns; }
.show-slide.kb2.is-active img { animation-name: kenburns2; }
.show-slide.kb3.is-active img { animation-name: kenburns3; }
.show-slide.is-portrait.is-active img { animation: none; }
@keyframes kenburns  { from { transform: scale(1.14) translate(2.5%, -1.5%);} to { transform: scale(1) translate(0,0);} }
@keyframes kenburns2 { from { transform: scale(1.14) translate(-2.5%, 1.5%);} to { transform: scale(1) translate(0,0);} }
@keyframes kenburns3 { from { transform: scale(1.02);} to { transform: scale(1.14);} }

.show-scrim { position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: linear-gradient(180deg, rgba(20,28,18,0) 42%, rgba(20,28,18,0.36) 70%, rgba(20,28,18,0.82) 100%); }
.show-caption { position: absolute; left: 30px; right: 130px; bottom: 26px; z-index: 3;
  display: flex; align-items: baseline; gap: 15px; color: #fbf7ec; }
.show-count { flex: none; font-family: var(--font-head); font-weight: 700; font-size: 15px; letter-spacing: 0.08em; color: #f0d3a6; }
.show-cap { font-family: var(--font-head); font-size: 22px; line-height: 1.2; text-shadow: 0 2px 16px rgba(0,0,0,0.75); transition: opacity .4s ease; }

.show-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 4;
  width: 52px; height: 52px; border-radius: 50%;
  border: 1.5px solid rgba(251,247,236,0.55); background: rgba(20,28,18,0.42);
  backdrop-filter: blur(4px); color: #fbf7ec; font-size: 26px; line-height: 1;
  cursor: pointer; display: grid; place-items: center;
  transition: background .16s, border-color .16s, transform .16s;
}
.show-arrow:hover { background: var(--green-900); border-color: #fbf7ec; }
.show-arrow:active { transform: translateY(-50%) scale(0.94); }
.show-arrow.prev { left: 18px; } .show-arrow.next { right: 18px; }

.show-play {
  position: absolute; right: 18px; bottom: 16px; z-index: 4;
  width: 40px; height: 40px; border-radius: 50%;
  border: 1.5px solid rgba(251,247,236,0.55); background: rgba(20,28,18,0.42);
  backdrop-filter: blur(4px); color: #fbf7ec; cursor: pointer;
  display: grid; place-items: center; font-size: 14px;
  transition: background .16s, border-color .16s;
}
.show-play:hover { background: var(--green-900); border-color: #fbf7ec; }

.show-bar { position: absolute; left: 0; right: 0; bottom: 0; height: 4px; z-index: 4; background: rgba(255,255,255,0.16); }
.show-bar i { display: block; height: 100%; width: 0; background: var(--wood-soft); }

.show-rail { display: flex; gap: 10px; margin-top: 14px; overflow-x: auto; padding: 2px 2px 8px; scrollbar-width: thin; }
.show-rail button {
  flex: none; width: 88px; height: 62px; border-radius: 7px; overflow: hidden;
  border: 2px solid transparent; padding: 0; cursor: pointer; background: none;
  opacity: 0.5; transition: opacity .16s, border-color .16s; outline-offset: 2px;
}
.show-rail button img { width: 100%; height: 100%; object-fit: cover; display: block; }
.show-rail button:hover { opacity: 0.85; }
.show-rail button.is-active { opacity: 1; border-color: var(--wood); }

/* ---- Generische Helfer (Unterseiten) ---- */
.checklist { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 13px; }
.checklist li { display: flex; gap: 13px; align-items: flex-start; font-size: 17px; color: var(--ink); }
.checklist li .ic { flex: none; width: 26px; height: 26px; border-radius: 50%; background: color-mix(in srgb, var(--green-600) 18%, transparent); color: var(--green-800); display: grid; place-items: center; font-size: 14px; font-weight: 800; margin-top: 1px; }

.media-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.media-grid img { width: 100%; height: 250px; border-radius: var(--r); overflow: hidden; }
.media-grid .tall { grid-row: span 2; height: 100%; }

/* ---- Video ---- */
.ev-video { background: var(--bg-alt); }
.ev-video .container { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.ev-video-media { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow); background: var(--bg-alt); }
.ev-video-media video { width: 100%; display: block; aspect-ratio: 9 / 11; object-fit: cover; }
.ev-video h2 { font-size: clamp(26px, 3.2vw, 40px); margin-bottom: 14px; }
.ev-video p { color: var(--ink-soft); font-size: 18px; }

/* ---- Kontakt-CTA ---- */
.ev-cta { background: var(--bg-alt); color: var(--ink); }
.ev-cta .container { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; }
.ev-cta .eyebrow { color: var(--wood); }
.ev-cta .eyebrow::before { background: var(--wood); }
.ev-cta h2 { color: var(--green-900); font-size: clamp(28px, 3.4vw, 44px); margin-bottom: 14px; }
.ev-cta > .container > div:first-child > p { color: var(--ink-soft); font-size: 19px; max-width: 44ch; }
.ev-cta-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }
.ev-cta-actions .btn-solid { background: var(--green-800); color: #f4eddd; font-weight: 700; padding: 15px 26px; box-shadow: 0 16px 34px -18px rgba(42,38,32,0.5); }
.ev-cta-actions .btn-solid:hover { background: var(--green-900); transform: translateY(-2px); }
.ev-cta-actions .btn-out { background: transparent; color: var(--green-900); border-color: rgba(24,54,46,0.5); }
.ev-cta-actions .btn-out:hover { background: var(--green-900); color: #fff; }
@property --fh-angle { syntax: "<angle>"; initial-value: 0deg; inherits: false; }
.ev-card {
  position: relative; isolation: isolate;
  background: var(--surface);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  color: var(--ink); border-radius: var(--r-lg);
  padding: 34px; box-shadow: 0 30px 60px -30px rgba(0,0,0,0.5);
}
/* Animierter Gold-Rahmen: Lichtpunkt wandert langsam um die Karte */
.ev-card::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  border-radius: inherit; padding: 1.5px; pointer-events: none;
  background: linear-gradient(160deg, #e7c79b, #d79f4f);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask-composite: exclude;
}
@keyframes fh-border-spin { to { --fh-angle: 360deg; } }
@media (prefers-reduced-motion: reduce) { .ev-card::before { animation: none; } }
.ev-card h3 { font-size: 22px; margin-bottom: 18px; }
.ev-card .row { display: flex; gap: 14px; padding: 13px 0; border-top: 1px solid var(--line-soft); align-items: baseline; }
.ev-card .row:first-of-type { border-top: 0; }
.ev-card .row .lbl { flex: none; width: 96px; font-size: 12.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--wood); font-weight: 700; }
.ev-card .row .val { font-size: 16.5px; line-height: 1.5; }
.ev-card .row a { color: var(--green-700); font-weight: 700; }

/* ======================================================================
   Responsive
   ====================================================================== */
@media (max-width: 980px) {
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .loc, .loc.flip { grid-template-columns: 1fr; gap: 30px; }
  .loc .loc-media, .loc.flip .loc-media { order: 1; } /* Handy: erst Text, dann Bild */
  .loc + .loc { margin-top: 56px; }
  /* Feature-Karten (loc) auf dem Handy einheitlich zentriert */
  .loc-copy { text-align: center; }
  .loc-copy .eyebrow { justify-content: center; }
  .loc-facts li { padding-right: 0; }
  .speisen .container { grid-template-columns: 1fr; gap: 32px; }
  .ev-video .container { grid-template-columns: 1fr; gap: 32px; }
  .ev-video-media { order: 1; max-width: 420px; margin: 0 auto; }
  .ev-cta .container { grid-template-columns: 1fr; gap: 32px; }
  .ev-hero-media img { height: 64vh; min-height: 440px; }

  /* Einheitliche Ausrichtung auf Mobil: Abschnitts-Kopfzeilen zentriert */
  .section-head { text-align: center; margin-inline: auto; }
  .section-head .eyebrow { justify-content: center; }
  .speisen > .container > div:first-child,
  .ev-cta > .container > div:first-child { text-align: center; }
  .speisen .eyebrow, .ev-cta .eyebrow { justify-content: center; }
  .speisen > .container > div:first-child > p,
  .ev-cta > .container > div:first-child > p { margin-left: auto; margin-right: auto; }
  .ev-cta-actions { justify-content: center; }
}
@media (max-width: 780px) {
  .media-grid { grid-template-columns: repeat(2, 1fr); }
  .media-grid .tall { grid-row: span 1; }
}

/* ======================================================================
   Ferienwohnung: Ausstattung, Galerie, Buchung
   ====================================================================== */
.amen-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.amen-card {
  background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--r-lg);
  padding: 28px 28px 26px; box-shadow: var(--shadow);
}
.amen-card .amen-k { font-size: 12px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--wood); font-weight: 700; margin-bottom: 9px; }
.amen-card h4 { font-size: 21px; margin-bottom: 16px; line-height: 1.15; }
.amen-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.amen-card li { display: flex; gap: 11px; font-size: 16px; color: var(--ink-soft); align-items: flex-start; line-height: 1.35; }
.amen-card li::before { content: "✓"; color: var(--green-700); font-weight: 800; font-size: 13px; margin-top: 2px; flex: none; }

/* Foto-Galerie der Wohnung */
.fewo-gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 190px; gap: 14px; }
.fewo-gallery img { width: 100%; height: 100%; border-radius: var(--r); overflow: hidden; }
.fewo-gallery .wide { grid-column: span 2; }
.fewo-gallery .tall { grid-row: span 2; }

/* Galerie: klickbar (Lightbox), dezenter Hover + minimale Politur */
.fewo-gallery img { cursor: zoom-in; filter: brightness(1.03) saturate(1.05) contrast(1.02);
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease; }
.fewo-gallery img:hover { transform: translateY(-4px); box-shadow: 0 22px 44px -20px rgba(20,28,18,0.6);
  filter: brightness(1.08) saturate(1.07) contrast(1.03); z-index: 2; }

/* ---- Lightbox ---- */
.fh-lb { position: fixed; inset: 0; z-index: 1000; display: none; align-items: center; justify-content: center;
  background: rgba(12,22,16,0.93); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); padding: 4vw; }
.fh-lb.open { display: flex; }
.fh-lb > img { max-width: 92vw; max-height: 84vh; border-radius: 8px; box-shadow: 0 30px 90px rgba(0,0,0,0.6); }
.fh-lb button { position: absolute; background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.28);
  color: #fff; cursor: pointer; border-radius: 999px; display: grid; place-items: center;
  transition: background .15s ease, transform .15s ease; }
.fh-lb button:hover { background: rgba(255,255,255,0.24); }
.fh-lb__close { top: 24px; right: 28px; width: 48px; height: 48px; font-size: 26px; line-height: 1; }
.fh-lb__nav { top: 50%; transform: translateY(-50%); width: 56px; height: 56px; font-size: 30px; line-height: 1; }
.fh-lb__nav:hover { transform: translateY(-50%) scale(1.06); }
.fh-lb__prev { left: 24px; }
.fh-lb__next { right: 24px; }
.fh-lb__cap { position: absolute; bottom: 24px; left: 0; right: 0; text-align: center; color: #e7ddca; font-size: 15px; letter-spacing: 0.03em; }

/* ---- Coverflow-Karussell (kompakt, dunkler Abschnitt) ---- */
.fh-cf { position: relative; overflow: hidden; padding-block: 60px; display: flex; flex-direction: column; align-items: center; gap: 28px; text-align: center;
  background: var(--bg-alt); color: var(--ink); }
.fh-cf__glow { position: absolute; inset: 0; pointer-events: none; z-index: 0; background: radial-gradient(40% 34% at 50% 22%, rgba(244,207,134,0.12), transparent 70%); }
.fh-cf__head { position: relative; z-index: 2; max-width: 720px; padding-inline: 16px; }
.fh-cf__eyebrow { font-size: 13px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--wood); margin: 0 0 10px; display: inline-flex; align-items: center; gap: 12px; }
.fh-cf__eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--wood); }
.fh-cf__title { font-family: var(--font-head); font-weight: 700; font-size: clamp(26px, 3.2vw, 40px); line-height: 1.1; margin: 0 0 10px; color: var(--green-900); }
.fh-cf__title em { font-style: italic; color: var(--wood); }
.fh-cf__sub { font-size: 16.5px; line-height: 1.55; color: var(--ink-soft); margin: 0 auto; max-width: 540px; }
.fh-cf__stage { position: relative; z-index: 1; width: 100%; height: 440px; display: flex; align-items: center; justify-content: center; }
.fh-cf__track { position: relative; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; perspective: 1100px; }
.fh-cf__card { position: absolute; width: 300px; height: 400px; transition: transform .55s cubic-bezier(.22,.61,.36,1), opacity .55s ease, filter .55s ease; will-change: transform, opacity; }
.fh-cf__card img { width: 100%; height: 100%; object-fit: cover; border-radius: 18px; border: 2px solid rgba(42,38,32,0.10); box-shadow: 0 24px 50px -24px rgba(42,38,32,0.45); display: block; }
.fh-cf__nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 20; width: 46px; height: 46px; border-radius: 999px; border: 1px solid var(--line); background: rgba(255,255,255,0.78); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); color: var(--green-900); cursor: pointer; display: grid; place-items: center; transition: background .15s ease, transform .15s ease; }
.fh-cf__nav:hover { background: #fff; }
.fh-cf__nav svg { width: 20px; height: 20px; }
.fh-cf__prev { left: 3%; } .fh-cf__next { right: 3%; }
.fh-cf__dots { position: relative; z-index: 2; display: flex; gap: 8px; }
.fh-cf__dots button { width: 8px; height: 8px; border-radius: 999px; border: 0; padding: 0; cursor: pointer; background: rgba(42,38,32,0.22); transition: background .2s ease, width .2s ease; }
.fh-cf__dots button[aria-current="true"] { background: var(--wood); width: 22px; }
@media (max-width: 560px) { .fh-cf__card { width: 240px; height: 330px; } .fh-cf__stage { height: 360px; } }
@media (prefers-reduced-motion: reduce) { .fh-cf__card { transition: none; } }

/* Buchungs-Band (CTA) */
.book-band { background: var(--bg-alt); color: var(--ink); }
.book-band .container { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 48px; align-items: center; }
.book-band .eyebrow { color: var(--wood); }
.book-band .eyebrow::before { background: var(--wood); }
.book-band h2 { color: var(--green-900); font-size: clamp(28px, 3.4vw, 44px); margin-bottom: 12px; }
.book-band > .container > div:first-child > p { color: var(--ink-soft); font-size: 19px; max-width: 46ch; }
.book-band-actions { display: flex; flex-direction: column; gap: 12px; }
.book-band-actions .btn { width: 100%; justify-content: center; font-size: 17px; padding: 16px 22px; }
.book-band-actions .btn-solid { background: var(--green-800); color: #f4eddd; font-weight: 700; box-shadow: 0 16px 34px -18px rgba(42,38,32,0.5); }
.book-band-actions .btn-solid:hover { background: var(--green-900); transform: translateY(-2px); }
.book-band-actions .btn-out { background: transparent; color: var(--green-900); border-color: rgba(24,54,46,0.5); }
.book-band-actions .btn-out:hover { background: var(--green-900); color: #fff; }
.book-band-note { font-size: 14px; color: var(--ink-faint); text-align: center; }

/* Buchungsseite: Formular */
.book-wrap { display: grid; grid-template-columns: 1.35fr 0.65fr; gap: 44px; align-items: start; }
.book-form {
  background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--r-lg);
  padding: 38px; box-shadow: var(--shadow);
}
.book-form .fs-title { font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--wood); font-weight: 700; margin: 4px 0 16px; }
.book-form .fs-title + .fs-title { margin-top: 30px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 14.5px; font-weight: 600; color: var(--ink); margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 14px; border: 1.5px solid var(--line); border-radius: 10px;
  background: #fff; font: inherit; font-size: 16px; color: var(--ink); transition: border-color .15s, box-shadow .15s;
}
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--green-600);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--green-600) 22%, transparent);
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.book-form .btn-submit { width: 100%; justify-content: center; font-size: 17px; padding: 16px; margin-top: 8px; }
.book-hint { font-size: 13.5px; color: var(--ink-faint); margin-top: 14px; text-align: center; }
.book-ok {
  display: none; margin-top: 18px; padding: 16px 18px; border-radius: 12px;
  background: color-mix(in srgb, var(--green-600) 14%, transparent);
  border: 1px solid color-mix(in srgb, var(--green-600) 35%, transparent);
  color: var(--green-800); font-size: 15.5px; line-height: 1.5;
}
.book-ok.show { display: block; }

.book-aside { position: sticky; top: 20px; display: grid; gap: 20px; }
.book-aside .ba-card { background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow); }
.book-aside .ba-card img { width: 100%; height: 200px; display: block; }
.book-aside .ba-body { padding: 22px 24px 24px; }
.book-aside .ba-body h3 { font-size: 21px; margin-bottom: 6px; }
.book-aside .ba-body > p { color: var(--ink-soft); font-size: 15px; margin: 0 0 16px; }
.book-aside .ba-facts { list-style: none; padding: 0; margin: 0; display: grid; gap: 0; border-top: 1px solid var(--line-soft); }
.book-aside .ba-facts li { display: flex; justify-content: space-between; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line-soft); font-size: 15px; }
.book-aside .ba-facts li .k { color: var(--ink-faint); }
.book-aside .ba-facts li .v { font-weight: 600; color: var(--ink); text-align: right; }
.book-aside .ba-help { background: var(--bg-alt); color: var(--ink-soft); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px 24px; }
.book-aside .ba-help h4 { color: var(--green-900); font-size: 17px; margin-bottom: 10px; }
.book-aside .ba-help a { color: var(--green-700); font-weight: 700; }
.book-aside .ba-help p { font-size: 14.5px; line-height: 1.55; margin: 0 0 6px; color: var(--ink-soft); }

@media (max-width: 920px) {
  .amen-grid { grid-template-columns: repeat(2, 1fr); }
  .book-band .container { grid-template-columns: 1fr; gap: 26px; }
  .book-wrap { grid-template-columns: 1fr; gap: 28px; }
  .book-aside { position: static; }

  /* Buchungs-Band: Kopfzeile mobil zentriert (einheitlich) */
  .book-band > .container > div:first-child { text-align: center; }
  .book-band .eyebrow { justify-content: center; }
  .book-band > .container > div:first-child > p { margin-left: auto; margin-right: auto; }
}

/* ======================================================================
   Gestaltete Hero-Backdrops (CSS, ohne Bilddateien)
   ====================================================================== */
.ev-hero-art { position: relative; height: 72vh; min-height: 520px; overflow: hidden; }

/* ---- Eier: warmer Morgen ---- */
.eier-art {
  background:
    radial-gradient(90% 70% at 74% 22%, rgba(231,199,155,0.55) 0%, rgba(231,199,155,0) 55%),
    radial-gradient(120% 100% at 50% 120%, #20463a 0%, #163228 55%, #102219 100%);
}
.eier-art::after {
  content: ""; position: absolute; right: -6%; top: 8%;
  width: 320px; height: 320px; border-radius: 50%;
  background: radial-gradient(circle at 38% 36%, #ffe9bd 0%, #f4cd86 38%, #d79f4f 70%, rgba(215,159,79,0) 72%);
  box-shadow: 0 0 120px 30px rgba(244,205,134,0.35);
  filter: blur(0.5px);
}

/* ---- Weihnachtsbäume: festlicher, animierter Wald ---- */
.xmas-art {
  background:
    radial-gradient(100% 70% at 50% 6%, #2c5747 0%, #1d4034 42%, #14302a 78%, #0f241f 100%);
}
.xmas-art .xmas-glow {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(46% 42% at 26% 70%, rgba(231,199,155,0.22) 0%, rgba(231,199,155,0) 70%),
    radial-gradient(40% 30% at 18% 88%, rgba(193,73,47,0.28) 0%, rgba(193,73,47,0) 70%),
    radial-gradient(40% 34% at 82% 92%, rgba(231,199,155,0.30) 0%, rgba(231,199,155,0) 70%);
  animation: glowpulse 7s ease-in-out infinite;
}
@keyframes glowpulse { 0%,100% { opacity: 0.85; } 50% { opacity: 1; } }

/* Lichterkette am oberen Rand */
.xmas-lights {
  position: absolute; top: 0; left: 0; right: 0; z-index: 2;
  display: flex; justify-content: space-between; padding: 0 3%;
  pointer-events: none;
}
.lamp {
  position: relative; width: 11px; height: 11px; border-radius: 50%; margin-top: 30px;
  animation: blink 2.6s ease-in-out infinite;
}
.lamp::before {
  content: ""; position: absolute; left: 50%; bottom: 100%;
  width: 1px; height: 30px; background: rgba(231,199,155,0.4);
}
.l-gold  { background: #f4cf86; box-shadow: 0 0 11px 2px rgba(244,207,134,0.9); }
.l-berry { background: #e0664c; box-shadow: 0 0 11px 2px rgba(224,102,76,0.85); }
.l-green { background: #7ccf9f; box-shadow: 0 0 11px 2px rgba(124,207,159,0.85); }
.lamp:nth-child(2n)   { animation-delay: -0.6s; }
.lamp:nth-child(3n)   { animation-delay: -1.2s; }
.lamp:nth-child(4n)   { animation-delay: -1.9s; }
.lamp:nth-child(5n)   { animation-delay: -0.3s; }
@keyframes blink { 0%,100% { opacity: 0.4; transform: scale(0.92); } 50% { opacity: 1; transform: scale(1.06); } }

/* Schnee: drei günstige Layer aus radial-gradient-Punkten */
.xmas-snow { position: absolute; inset: -25% 0 0 0; pointer-events: none; background-repeat: repeat; }
.xmas-snow.s1 {
  background-image:
    radial-gradient(2px 2px at 30px 40px, rgba(255,255,255,0.9), transparent),
    radial-gradient(2px 2px at 130px 90px, rgba(255,255,255,0.7), transparent),
    radial-gradient(1.5px 1.5px at 210px 150px, rgba(255,255,255,0.8), transparent),
    radial-gradient(2px 2px at 90px 220px, rgba(255,255,255,0.6), transparent),
    radial-gradient(1.5px 1.5px at 260px 280px, rgba(255,255,255,0.75), transparent);
  background-size: 300px 320px; opacity: 0.85; animation: snowfall 16s linear infinite;
}
.xmas-snow.s2 {
  background-image:
    radial-gradient(1.5px 1.5px at 60px 60px, rgba(255,255,255,0.8), transparent),
    radial-gradient(1.5px 1.5px at 160px 140px, rgba(255,255,255,0.55), transparent),
    radial-gradient(2px 2px at 20px 200px, rgba(255,255,255,0.7), transparent),
    radial-gradient(1.5px 1.5px at 200px 250px, rgba(255,255,255,0.6), transparent);
  background-size: 230px 240px; opacity: 0.6; animation: snowdrift 10s linear infinite;
}
.xmas-snow.s3 {
  background-image:
    radial-gradient(3px 3px at 80px 50px, rgba(255,255,255,0.95), transparent),
    radial-gradient(3px 3px at 240px 180px, rgba(255,255,255,0.85), transparent),
    radial-gradient(2.5px 2.5px at 150px 300px, rgba(255,255,255,0.8), transparent);
  background-size: 360px 400px; opacity: 0.7; animation: snowfall 24s linear infinite;
}
@keyframes snowfall { from { background-position: 0 0; } to { background-position: 18px 320px; } }
@keyframes snowdrift { from { background-position: 0 0; } to { background-position: -22px 240px; } }

/* Leuchtende Kugeln, die an Schnüren hängen und sanft schaukeln */
.xmas-baubles { position: absolute; inset: 0; pointer-events: none; }
.bauble {
  position: absolute; width: 30px; height: 30px; border-radius: 50%;
  transform-origin: top center; animation: sway 5s ease-in-out infinite;
}
.bauble::before {
  content: ""; position: absolute; left: 50%; bottom: 100%;
  width: 1px; height: var(--str, 70px); background: linear-gradient(rgba(231,199,155,0), rgba(231,199,155,0.55));
}
.bauble::after {
  content: ""; position: absolute; left: 50%; top: -5px; transform: translateX(-50%);
  width: 7px; height: 6px; border-radius: 2px; background: #d8b877;
}
.bauble i {
  position: absolute; inset: 0; border-radius: 50%;
  animation: twinkle 3.2s ease-in-out infinite;
}
.bauble .b-gold  { background: radial-gradient(circle at 35% 32%, #fff2d2, #f0cd86 45%, #c79a4c 100%); box-shadow: 0 0 16px 3px rgba(240,205,134,0.6); }
.bauble .b-berry { background: radial-gradient(circle at 35% 32%, #ffb9a6, #d4543a 46%, #9e3220 100%); box-shadow: 0 0 16px 3px rgba(212,84,58,0.55); }
.bauble .b-green { background: radial-gradient(circle at 35% 32%, #bfe6cd, #5aa17e 48%, #2f6a4e 100%); box-shadow: 0 0 15px 3px rgba(90,161,126,0.5); }
@keyframes sway   { 0%,100% { transform: rotate(-6deg); } 50% { transform: rotate(6deg); } }
@keyframes twinkle{ 0%,100% { filter: brightness(1); } 50% { filter: brightness(1.45); } }

/* Text in die festliche Szene integrieren */
.is-xmas .ev-hero-inner { align-items: center; }
.is-xmas .ev-hero-inner .container { padding-bottom: 0; }
.is-xmas .ev-hero-copy {
  position: relative; z-index: 3; padding: 30px 34px 34px; margin-left: -8px;
  border-radius: 22px;
  background: radial-gradient(120% 130% at 24% 40%, rgba(15,36,31,0.62) 0%, rgba(15,36,31,0.30) 55%, rgba(15,36,31,0) 80%);
}
.is-xmas h1 em {
  background: linear-gradient(100deg, #e9c585 0%, #fff4d6 26%, #f0d3a6 46%, #e9c585 70%);
  background-size: 220% 100%;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: shimmer 5s linear infinite;
}
@keyframes shimmer { to { background-position: -220% 0; } }
.is-xmas .ev-hero-actions .btn-wood { background: var(--berry); }
.is-xmas .ev-hero-actions .btn-wood:hover { background: #832b1f; }

@media (prefers-reduced-motion: reduce) {
  .xmas-snow, .bauble, .bauble i, .lamp, .xmas-glow, .is-xmas h1 em { animation: none !important; }
  .is-xmas h1 em { color: #f0d3a6; }
}
@media (max-width: 560px) {
  .ev-hero-art { height: 64vh; min-height: 440px; }
  .bauble { width: 24px; height: 24px; }
}
@media (max-width: 560px) {
  .steps-grid { grid-template-columns: 1fr; }
  .loc-facts { grid-template-columns: 1fr; }
  .media-grid { grid-template-columns: 1fr; }
  .amen-grid { grid-template-columns: 1fr; }
  .fewo-gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; }
  .fewo-gallery .tall { grid-row: span 1; }
  .field-row { grid-template-columns: 1fr; }
  .show-caption { left: 18px; right: 18px; bottom: 18px; }
  .show-cap { font-size: 17px; }
  .show-arrow { width: 44px; height: 44px; font-size: 22px; }
  .show-arrow.prev { left: 10px; } .show-arrow.next { right: 10px; }
}
