/* ==========================================================================
   Lichtblicke Bestattung – Stylesheet

   Gestaltungsidee: „Licht am Horizont“.
   Ein Lichtblick ist der Moment, in dem Licht in die Dunkelheit fällt –
   die dunklen Flächen (Gedicht, CTA, Footer) tragen deshalb ein leises,
   aufgehendes Licht, und das Horizont-Motiv (Haarlinie mit Lichtkreis in
   Logo-Grün) markiert die Stellen, an denen die Marke ihr Versprechen gibt.
   Farben ausschließlich aus dem Logo: helles Lime + tiefes Grün, dazu
   warme Neutraltöne. Typografie: Cormorant Garamond + Inter.
   ========================================================================== */

/* ==========================================================================
   Schriften – lokal gehostet (kein Google-Fonts-Request, DSGVO-freundlich)
   ========================================================================== */
@font-face {
  font-family: "Cormorant Garamond"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("../fonts/cormorant-garamond-400.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond"; font-style: normal; font-weight: 500; font-display: swap;
  src: url("../fonts/cormorant-garamond-500.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond"; font-style: normal; font-weight: 600; font-display: swap;
  src: url("../fonts/cormorant-garamond-600.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond"; font-style: italic; font-weight: 400; font-display: swap;
  src: url("../fonts/cormorant-garamond-400-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("../fonts/inter-400.woff2") format("woff2");
}
@font-face {
  font-family: "Inter"; font-style: normal; font-weight: 500; font-display: swap;
  src: url("../fonts/inter-500.woff2") format("woff2");
}
@font-face {
  font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap;
  src: url("../fonts/inter-600.woff2") format("woff2");
}

:root {
  /* Grün aus dem Logo */
  --lime: #84ae1e;          /* helles Logo-Grün – Akzente, Lichtpunkte */
  --lime-dark: #6b9018;     /* Hover, kleine Auszeichnungen */
  --lime-soft: #f1f5e4;     /* sehr helle grüne Fläche */
  --green: #3c5320;         /* tiefes Grün – dunkle Flächen, Buttons */
  --green-dark: #2c3d17;    /* Footer */
  --dawn: #f0e2ba;          /* warmes Licht – nur für das Horizont-Motiv */

  /* Warme Neutraltöne */
  --bg: #faf8f3;
  --surface: #ffffff;
  --tint: #f2efe7;
  --ink: #2a2a25;
  --ink-soft: #5d5d54;
  --line: #e7e2d6;

  --wrap: 1140px;
  --radius: 6px;
  --shadow: 0 18px 50px -28px rgba(44, 61, 23, .35);
  --ease: cubic-bezier(.22, .61, .36, 1);

  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.7;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--green); text-decoration-color: rgba(132, 174, 30, .5); text-underline-offset: 3px; }
a:hover { color: var(--lime-dark); }

/* Sichtbarer Fokus für Tastatur-Navigation (Barrierefreiheit) */
:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; border-radius: 4px; }
a:focus-visible, button:focus-visible, summary:focus-visible, .btn:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
.hero :focus-visible, .cta :focus-visible, .band-quiet :focus-visible, .site-footer :focus-visible { outline-color: #fff; }

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.15;
  color: var(--ink);
  margin: 0 0 .5em;
  letter-spacing: -.01em;
}
h1 { font-size: clamp(2.4rem, 5.2vw, 3.6rem); }
h2 { font-size: clamp(1.85rem, 3.4vw, 2.5rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1.1rem; }

/* ---- Layout-Hilfen ---- */
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
/* Breitere Variante für die dreispaltigen Paket-Reihen */
.wrap-breit { max-width: 1400px; }
.narrow { max-width: 760px; }
.narrow-left { max-width: 700px; }
.center { text-align: center; margin-left: auto; margin-right: auto; }
.section { padding: clamp(3.5rem, 8vw, 6.5rem) 0; }
.pt-0 { padding-top: 0; }
.section-tint { background: var(--tint); }
.muted { color: var(--ink-soft); }

.eyebrow,
.kicker,
.quote-kicker {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: .78rem;
  font-weight: 600;
  color: var(--lime-dark);
  margin: 0 0 1rem;
}

.lead { font-size: 1.16rem; color: var(--ink-soft); }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--green); color: #fff; padding: .6rem 1rem; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

/* ---- Horizont-Motiv: Haarlinie mit Lichtkreis (Signatur der Seite) ---- */
.horizon {
  --horizon-line: var(--line);
  --horizon-dot: var(--lime);
  position: relative; height: 1px; max-width: 380px;
  margin: 2.4rem auto;
  background: linear-gradient(90deg, transparent, var(--horizon-line) 20%, var(--horizon-line) 80%, transparent);
}
.horizon::before {
  content: ""; position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--horizon-dot);
}
.horizon--dark { --horizon-line: rgba(240, 226, 186, .3); --horizon-dot: var(--dawn); }
.horizon--dark::before { box-shadow: 0 0 24px 7px rgba(240, 226, 186, .35); }

/* ---- Buttons: ruhige, „briefpapierhafte“ Rechtecke ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--sans); font-weight: 600; font-size: .98rem; line-height: 1.3;
  padding: .85rem 1.6rem; border-radius: var(--radius);
  text-decoration: none; cursor: pointer; border: 1px solid transparent;
  transition: background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
}
.btn-primary { background: var(--green); color: #fff; }
.btn-primary:hover { background: var(--green-dark); color: #fff; }
.btn-ghost { background: transparent; color: var(--green); border-color: var(--green); }
.btn-ghost:hover { background: var(--green); color: #fff; }

/* Auf dunkelgrünen Flächen würde der grüne Primär-Button untergehen
   → heller Button mit grüner Schrift, damit er sich klar abhebt. */
.hero .btn-primary,
.cta .btn-primary {
  background: #fff; color: var(--green);
}
.hero .btn-primary:hover,
.cta .btn-primary:hover { background: var(--lime-soft); color: var(--green-dark); }
.hero .btn-ghost,
.cta .btn-ghost { color: #fff; border-color: rgba(255, 255, 255, .55); }
.hero .btn-ghost:hover,
.cta .btn-ghost:hover { background: rgba(255, 255, 255, .12); color: #fff; }

.btn-call { background: var(--lime); color: #20300d; padding: .55rem 1.1rem; font-size: .95rem; }
.btn-call:hover { background: var(--lime-dark); color: #fff; }
.btn-call svg { width: 17px; height: 17px; fill: currentColor; }

.link-arrow {
  font-weight: 600; text-decoration: none; color: var(--green);
  border-bottom: 2px solid var(--lime); padding-bottom: 2px; white-space: nowrap;
}
.link-arrow:hover { color: var(--lime-dark); border-color: var(--lime-dark); }

/* ==========================================================================
   Header / Navigation
   ========================================================================== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(250, 248, 243, .92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.site-header.scrolled { box-shadow: 0 6px 24px -16px rgba(0, 0, 0, .4); border-bottom-color: var(--line); }
.header-inner { display: flex; align-items: center; gap: 1.5rem; min-height: 78px; }
.brand { display: inline-flex; align-items: center; flex-shrink: 0; }
.brand img { height: 46px; width: auto; }

.main-nav { margin-left: auto; }
.main-nav ul { list-style: none; display: flex; gap: 1.7rem; margin: 0; padding: 0; }
.main-nav a {
  text-decoration: none; color: var(--ink); font-weight: 500; font-size: .98rem;
  position: relative; padding: .3rem 0;
}
.main-nav a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; height: 2px; width: 0;
  background: var(--lime); transition: width .28s var(--ease);
}
.main-nav a:hover::after,
.main-nav a[aria-current="page"]::after { width: 100%; }
.main-nav a[aria-current="page"] { color: var(--green); }

.nav-call { margin-left: .3rem; }

/* Burger */
.burger {
  display: none; flex-direction: column; gap: 5px; background: none; border: 0;
  padding: 8px; cursor: pointer; margin-left: auto;
}
.burger span { width: 26px; height: 2px; background: var(--ink); border-radius: 2px; transition: .3s; }

/* Mobiles Menü */
.mobile-menu {
  position: fixed; inset: 0; z-index: 150; background: var(--bg);
  transform: translateX(100%); transition: transform .35s var(--ease);
  display: flex; flex-direction: column; padding: 22px; overflow-y: auto;
}
.mobile-menu.open { transform: translateX(0); }
.mobile-menu-head { display: flex; align-items: center; justify-content: space-between; }
.mobile-menu-head img { height: 44px; }
.menu-close { background: none; border: 0; font-size: 1.7rem; cursor: pointer; color: var(--ink); line-height: 1; }
.mobile-menu nav ul { list-style: none; margin: 2rem 0 0; padding: 0; }
.mobile-menu nav a {
  display: block; padding: 1rem 0; font-family: var(--serif); font-size: 1.6rem;
  text-decoration: none; color: var(--ink); border-bottom: 1px solid var(--line);
}
.mobile-menu nav a[aria-current="page"] { color: var(--green); }
.mobile-menu-foot { margin-top: auto; padding-top: 1.5rem; text-align: center; }
.mobile-menu-foot .btn { width: 100%; justify-content: center; }
.mobile-menu-foot p { color: var(--ink-soft); font-size: .9rem; margin-top: .8rem; }

/* ==========================================================================
   Hero – der Abend fällt: das Foto dunkelt nach unten in die Nacht ab
   und geht nahtlos in das Gedicht-Band über.
   ========================================================================== */
.hero { position: relative; color: #fff; overflow: hidden; background: var(--green); }
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background-position: center 60%; background-size: cover; background-repeat: no-repeat;
  transform: scale(1.05); animation: heroZoom 20s var(--ease) forwards;
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(60, 83, 32, 0) 40%, rgba(44, 61, 23, .6) 78%, var(--green) 100%),
    linear-gradient(100deg, rgba(28, 40, 14, .88) 0%, rgba(44, 61, 23, .55) 52%, rgba(44, 61, 23, .18) 100%);
}
@keyframes heroZoom { to { transform: scale(1); } }
.hero-inner { position: relative; z-index: 2; padding: clamp(4.5rem, 12vw, 8.5rem) 24px clamp(5rem, 12vw, 9rem); max-width: 860px; }
.hero .kicker { color: var(--lime); }
.hero h1 { color: #fff; font-size: clamp(2.9rem, 7vw, 5.2rem); font-weight: 600; margin-bottom: .35em; }
.hero-lead { font-size: clamp(1.12rem, 2.2vw, 1.35rem); color: rgba(255, 255, 255, .92); max-width: 600px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.hero-note { margin-top: 1.6rem; font-size: .95rem; color: rgba(255, 255, 255, .85); display: inline-flex; align-items: center; gap: .55rem; }
.hero-note::before { content: ""; flex-shrink: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 0 rgba(132,174,30,.6); animation: pulse 2.4s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(132,174,30,.55); } 70% { box-shadow: 0 0 0 10px rgba(132,174,30,0); } 100% { box-shadow: 0 0 0 0 rgba(132,174,30,0); } }

/* ---- Gedicht-Band: die Nacht, in der das Licht aufgeht ----
   Oben schließt es nahtlos an den abgedunkelten Hero an; unten steigt
   ein warmer Lichtschein auf, in dem das Versprechen der Marke steht. */
.band-quiet {
  background:
    radial-gradient(ellipse 75% 55% at 50% 112%, rgba(241, 245, 228, .14), transparent 68%),
    var(--green);
  color: #fff; padding: clamp(1.5rem, 4vw, 2.5rem) 0 clamp(4rem, 9vw, 6.5rem); text-align: center;
}
.band-quiet .quote-kicker { color: var(--lime); }
.poem {
  font-family: var(--serif); font-size: clamp(1.3rem, 2.6vw, 1.8rem);
  font-style: italic; font-weight: 400; line-height: 1.85; margin: 0;
  color: rgba(255, 255, 255, .95);
}
.poem-after { margin: 0 auto; color: rgba(255, 255, 255, .88); font-size: clamp(1.05rem, 1.8vw, 1.2rem); max-width: 34em; }

/* ==========================================================================
   Werte – ruhige Spalten statt Karten
   ========================================================================== */
.werte-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; margin-top: 3rem; }
.werte-item { position: relative; padding-top: 1.5rem; }
.werte-item::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 1px; background: var(--line); }
.werte-icon { display: inline-flex; color: var(--lime-dark); margin-bottom: .9rem; }
.werte-icon svg { width: 28px; height: 28px; }
.werte-item h3 { margin-bottom: .35rem; font-size: 1.3rem; }
.werte-item p { color: var(--ink-soft); margin: 0; }

/* ==========================================================================
   Schritte (So begleiten wir Sie) – ein verbundener Weg:
   eine Linie führt durch die drei Stationen, wie die Begleitung selbst.
   ========================================================================== */
.schritte { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.2rem; margin: 3rem auto 2.5rem; position: relative; }
.schritte::before {
  content: ""; position: absolute; top: 26px; height: 1px;
  left: calc(100% / 6); right: calc(100% / 6);
  background: linear-gradient(90deg, var(--line), #d8d2c2, var(--line));
}
.schritt { text-align: center; padding: 0 .6rem; position: relative; }
.schritt-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; border-radius: 50%; margin-bottom: 1.2rem;
  background: var(--tint); border: 1px solid var(--green);
  color: var(--green); position: relative; z-index: 1;
  font-family: var(--serif); font-size: 1.45rem; font-weight: 600; line-height: 1;
}
.schritt h3 { margin-bottom: .35rem; }
.schritt p { color: var(--ink-soft); margin: 0; }
.schritte .reveal:nth-child(2) { transition-delay: .12s; }
.schritte .reveal:nth-child(3) { transition-delay: .24s; }

/* ==========================================================================
   Pakete
   ========================================================================== */
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.section-head h2 { margin: 0; }

.pakete-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.paket-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.9rem; position: relative; overflow: hidden; scroll-margin-top: 100px;
  transition: border-color .3s var(--ease), box-shadow .3s var(--ease);
}
/* Klickbare Vorschau-Kacheln auf der Startseite */
.paket-card-link { display: flex; flex-direction: column; text-decoration: none; color: inherit; cursor: pointer; }
.paket-card-link:hover { color: inherit; }
.paket-card-link p { margin-bottom: 1.6rem; }
.paket-card-foot {
  margin-top: auto; padding-top: 1.2rem; border-top: 1px solid var(--line);
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.paket-card-foot .paket-preis { margin: 0; }
.paket-card-cta { font-weight: 600; color: var(--green); font-size: .95rem; white-space: nowrap; transition: color .25s var(--ease); }
.paket-card-link:hover .paket-card-cta { color: var(--lime-dark); }
.paket-card-link:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
.paket-card::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: var(--lime); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); }
.paket-card:hover { border-color: #dde7c4; box-shadow: var(--shadow); }
.paket-card:hover::before { transform: scaleX(1); }
.paket-tag { display: inline-block; font-size: .74rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--lime-dark); margin-bottom: .8rem; }
.paket-card h2, .paket-card h3 { margin: 0 0 .5rem; }
.paket-card p { color: var(--ink-soft); }
.paket-preis { display: inline-block; font-family: var(--serif); font-size: 1.3rem; font-weight: 600; color: var(--green); margin-top: .4rem; }

.paket-leistungen { list-style: none; margin: 0 0 1.5rem; padding: 0; }
.paket-leistungen li { position: relative; padding: .45rem 0 .45rem 1.7rem; border-bottom: 1px solid var(--line); color: var(--ink); }
.paket-leistungen li::before {
  content: ""; position: absolute; left: 0; top: .95rem;
  width: 8px; height: 8px; border-radius: 50%;
  border: 1.5px solid var(--lime); background: transparent;
}

.paket-sub { font-family: var(--sans); font-size: .78rem; text-transform: uppercase; letter-spacing: .16em; color: var(--lime-dark); margin: 1.6rem 0 .6rem; }
.paket-sub:first-of-type { margin-top: .5rem; }

.paket-hinweis { margin: 0 0 1.6rem; padding: .9rem 1.2rem; background: var(--tint); border-radius: var(--radius); font-size: .9rem; color: var(--ink-soft); }
.paket-hinweis p { margin: 0 0 .6rem; }
.paket-hinweis p:last-child { margin-bottom: 0; }

.paket-acc-text { color: var(--ink-soft); margin: 0 0 1.6rem; }

/* Zusatzpakete: breite Karten unterhalb der drei Paket-Spalten, untereinander */
.pakete-breit-liste { display: grid; gap: .9rem; max-width: 760px; margin: 0 auto 2.5rem; }
.paket-breit {
  display: grid; grid-template-columns: 1fr auto; gap: .5rem 3.5rem; align-items: start;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.9rem; scroll-margin-top: 100px;
}
.paket-breit-name { font-family: var(--serif); font-size: 1.4rem; font-weight: 600; line-height: 1.15; color: var(--ink); margin: .35rem 0 .6rem; }
.paket-breit-info p { color: var(--ink-soft); margin: 0 0 .8rem; max-width: 68ch; }
.paket-breit-info p:last-child { margin-bottom: 0; }
.paket-breit-info .paket-sub { margin-top: 1.2rem; }
.paket-breit-info .paket-leistungen { max-width: 68ch; }
.paket-breit-aktion { display: flex; flex-direction: column; align-items: flex-end; gap: 1rem; }
@media (min-width: 920px) {
  .pakete-breit-liste { gap: 1.5rem; max-width: none; margin: 0 0 2.5rem; }
}
.paket-card-breit { margin-top: 1.5rem; }

/* ==========================================================================
   Paketfinder (Testseite /paketfinder/) – Frage für Frage mit Schiebe-Übergang
   ========================================================================== */
.finder { padding: 4.5rem 0 5.5rem; min-height: 62vh; }
.finder-wrap { max-width: 720px; }
.finder-kopf { margin-bottom: 2rem; }
.finder-fortschritt { height: 4px; background: var(--line); border-radius: 999px; overflow: hidden; margin: 1rem 0 .55rem; }
.finder-balken { display: block; height: 100%; width: 0; background: var(--lime-dark); border-radius: inherit; transition: width .4s var(--ease); }
.finder-zaehler { font-size: .85rem; color: var(--ink-soft); margin: 0; }
.finder-buehne { position: relative; }
.finder-schritt { transition: opacity .3s var(--ease), transform .3s var(--ease); }
.finder-raus-links { opacity: 0; transform: translateX(-28px); }
.finder-raus-rechts { opacity: 0; transform: translateX(28px); }
.finder-rein-rechts { opacity: 0; transform: translateX(28px); transition: none; }
.finder-rein-links { opacity: 0; transform: translateX(-28px); transition: none; }
.finder-zurueck { background: none; border: 0; padding: 0; margin: 0 0 1.4rem; cursor: pointer; font: inherit; font-size: .92rem; font-weight: 600; color: var(--lime-dark); display: inline-flex; align-items: center; gap: .3rem; }
.finder-zurueck:hover { color: var(--green); }
.finder-frage { font-size: clamp(1.7rem, 3.4vw, 2.3rem); margin: 0 0 .6rem; outline: none; }
.finder-hinweis { color: var(--ink-soft); margin: 0 0 1.6rem; }
.finder-antworten { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 1rem; margin-top: 1.4rem; }
.finder-antwort {
  position: relative; display: flex; flex-direction: column; gap: .35rem; text-align: left;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.4rem 2.4rem 1.4rem 1.5rem; cursor: pointer; font: inherit; color: inherit;
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease), transform .25s var(--ease);
}
.finder-antwort:hover { border-color: #dde7c4; box-shadow: var(--shadow); transform: translateY(-2px); }
.finder-antwort:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
.finder-antwort.gewaehlt { border-color: var(--lime-dark); box-shadow: var(--shadow); }
.finder-antwort.gewaehlt::after { content: "✓"; position: absolute; top: 1.1rem; right: 1.1rem; color: var(--lime-dark); font-weight: 700; }
.finder-antwort strong { font-family: var(--serif); font-size: 1.25rem; font-weight: 600; color: var(--ink); }
.finder-antwort span { color: var(--ink-soft); font-size: .95rem; }
.finder-antwort .finder-preis { font-style: normal; font-family: var(--serif); font-size: 1.05rem; font-weight: 600; color: var(--green); margin-top: .4rem; }
.finder-antwort .finder-preis-offen { font-family: var(--sans); font-size: .82rem; font-weight: 500; color: var(--ink-soft); }
.finder-weiter { margin-top: 1.6rem; }
.finder-angaben strong.finder-preis-offen { color: var(--ink-soft); font-weight: 500; }
.finder-ergebnis { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem; }
.finder-paket { font-size: clamp(1.6rem, 3vw, 2.1rem); margin: .3rem 0 .6rem; outline: none; }
.finder-ergebnis > p { color: var(--ink-soft); margin: 0 0 1.2rem; }
.finder-angaben { list-style: none; margin: .4rem 0 1.4rem; padding: 0; }
.finder-angaben li { display: flex; justify-content: space-between; gap: 1rem; padding: .55rem 0; border-bottom: 1px solid var(--line); font-size: .95rem; }
.finder-angaben li span { color: var(--ink-soft); }
.finder-preis-hinweis { background: var(--tint); border-radius: var(--radius); padding: .9rem 1.2rem; font-size: .9rem; color: var(--ink-soft); margin: 0 0 1.5rem; }
.finder-aktionen { display: flex; flex-wrap: wrap; gap: .8rem; margin-bottom: 1.4rem; }
.finder-fuss { font-size: .9rem; color: var(--ink-soft); margin: 0; }
.finder-fuss a { color: var(--lime-dark); font-weight: 600; }
.finder-neustart { background: none; border: 0; padding: 0; cursor: pointer; font: inherit; font-size: .9rem; font-weight: 600; color: var(--lime-dark); }
.finder-neustart:hover, .finder-fuss a:hover { color: var(--green); }
@media (max-width: 620px) {
  .finder { padding: 3rem 0 4rem; }
  .finder-antworten { grid-template-columns: 1fr; }
  .finder-aktionen .btn { width: 100%; justify-content: center; }
  .finder-angaben li { flex-direction: column; gap: .15rem; }
}

/* ---- Pakete als Aufklapp-Dropdowns (mit Kurzinfo im geschlossenen Zustand) ---- */
/* Mobile: eine Spalte, lesefreundlich zentriert. Desktop: alle drei Kacheln in einer Reihe. */
.pakete-akkordeon { display: grid; grid-template-columns: 1fr; gap: .9rem; max-width: 760px; margin: 0 auto .9rem; }
@media (min-width: 920px) {
  .pakete-akkordeon { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: none; margin-bottom: 1.5rem; }
  /* Gleich hohe Karten: "Beratung anfragen" unten ausrichten, damit beide Spalten fluchten.
     Chrome kapselt den <details>-Inhalt in ::details-content – dieses Element muss die
     Höhe mit strecken, sonst bricht die Flex-Kette (Safari/Firefox: Body ist direktes Kind). */
  .pakete-akkordeon .paket-acc { display: flex; flex-direction: column; }
  .pakete-akkordeon .paket-acc::details-content { flex: 1; display: flex; flex-direction: column; }
  .pakete-akkordeon .paket-acc-body { flex: 1; display: flex; flex-direction: column; }
  .pakete-akkordeon .paket-acc-body > .btn { margin-top: auto; align-self: flex-start; }
}
.paket-acc {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; scroll-margin-top: 100px;
  transition: box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.paket-acc[open] { box-shadow: var(--shadow); border-color: #dde7c4; }
.paket-acc-head {
  display: flex; align-items: center; justify-content: space-between; gap: 1.6rem;
  padding: 1.4rem 1.6rem; cursor: pointer; list-style: none;
}
.paket-acc-head::-webkit-details-marker { display: none; }
.paket-acc-head:hover { background: var(--lime-soft); }
.paket-acc-info { display: flex; flex-direction: column; gap: .35rem; min-width: 0; }
.paket-acc .paket-tag { margin: 0; align-self: flex-start; }
.paket-acc-name { font-family: var(--serif); font-size: 1.4rem; font-weight: 600; line-height: 1.15; color: var(--ink); }
.paket-acc-desc { color: var(--ink-soft); font-size: .96rem; max-width: 46ch; }
.paket-acc-right { display: flex; align-items: center; gap: 1.3rem; flex-shrink: 0; }
.paket-acc-preis-wrap { display: flex; flex-direction: column; text-align: right; }
.paket-acc-right .paket-preis { font-size: 1.35rem; margin: 0; }
.paket-acc-right small { color: var(--ink-soft); font-size: .72rem; }
.paket-acc-toggle { display: inline-flex; align-items: center; gap: .45rem; color: var(--green); font-weight: 600; font-size: .9rem; }
.paket-acc-chevron { width: 20px; height: 20px; flex-shrink: 0; transition: transform .3s var(--ease); }
.paket-acc[open] .paket-acc-chevron { transform: rotate(180deg); }
.paket-acc[open] .paket-acc-toggle-label { color: var(--lime-dark); }
.paket-acc-body { padding: .2rem 1.6rem 1.7rem; }
.paket-acc-cols { display: grid; grid-template-columns: 1fr; gap: 1.6rem; margin-bottom: 1.6rem; }
.paket-acc-cols .paket-leistungen { margin-bottom: 0; }
.paket-acc[open] .paket-acc-body { animation: accIn .28s var(--ease); }
@keyframes accIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }

/* Desktop (per JS gesetzt): kein Dropdown, Paket dauerhaft als offene Karte */
.paket-acc--static .paket-acc-head { cursor: default; }
.paket-acc--static .paket-acc-head:hover { background: transparent; }
.paket-acc--static .paket-acc-toggle { display: none; }
.paket-acc--static[open] { box-shadow: none; border-color: var(--line); }
.paket-acc--static[open] .paket-acc-body { animation: none; }

/* ==========================================================================
   Split (Bild + Text)
   ========================================================================== */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.split-media img { border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.split-text h2 { margin-bottom: .7rem; }
.split-text p { color: var(--ink-soft); }

/* ==========================================================================
   Seitenkopf & Fließtext
   ========================================================================== */
.page-head { padding: clamp(3.2rem, 7vw, 5.2rem) 0 clamp(1.5rem, 3vw, 2.5rem); background: linear-gradient(var(--tint), var(--bg)); }
.page-head h1 { margin-bottom: .3em; }

/* Ganzseitiges Hintergrundbild (Über uns): das Bild liegt hinter Kopf und
   Inhalt, das grüne Overlay wird nach unten dichter und mündet im Footer-Grün */
.bild-seite { position: relative; background: var(--green); }
.bild-seite-bg {
  position: absolute; inset: 0; z-index: 0;
  background-position: center top; background-size: cover; background-repeat: no-repeat;
}
.bild-seite::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(28, 40, 14, .15) 0%, rgba(28, 40, 14, .38) 48%, rgba(44, 61, 23, .68) 82%, var(--green-dark) 100%),
    linear-gradient(100deg, rgba(28, 40, 14, .55) 0%, rgba(44, 61, 23, .28) 55%, rgba(44, 61, 23, .08) 100%);
}
.bild-seite > section { position: relative; z-index: 2; }
.bild-seite .page-head { background: none; padding: clamp(4.5rem, 10vw, 7.5rem) 0 clamp(1.5rem, 3vw, 2.5rem); }
.bild-seite .page-head h1 { color: #fff; }
.bild-seite .eyebrow { color: var(--lime); }
.bild-seite .prose p { color: rgba(255, 255, 255, .92); }
.bild-seite .lead { color: rgba(255, 255, 255, .97); }
.bild-seite .muted { color: rgba(255, 255, 255, .72); }
.bild-seite .page-head h1, .bild-seite .prose p { text-shadow: 0 1px 14px rgba(15, 22, 7, .45); }
.bild-seite .info-callout { color: var(--ink); }

.prose p { color: var(--ink); }
.prose h2 { margin-top: 2.4rem; font-size: 1.7rem; }
.prose h2:first-child { margin-top: 0; }
.prose a { font-weight: 500; }

.pull-quote {
  font-family: var(--serif); font-style: italic; font-size: 1.55rem; line-height: 1.6;
  color: var(--green); border-left: 3px solid var(--lime); margin: 2.5rem 0; padding: .4rem 0 .4rem 1.6rem;
}

.info-callout {
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap;
  background: var(--lime-soft); border: 1px solid #dde7c4; border-radius: var(--radius);
  padding: 1.5rem 1.8rem; margin: 2.5rem 0;
}
.info-callout strong { font-size: 1.15rem; color: var(--green-dark); }

/* ==========================================================================
   Kontakt
   ========================================================================== */
.kontakt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.kontakt-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 2.2rem; }
.kontakt-card h2 { margin-top: 0; }
.kontakt-liste { list-style: none; margin: 0 0 1.8rem; padding: 0; }
.kontakt-liste li { padding: 1rem 0; border-bottom: 1px solid var(--line); }
.kontakt-liste li:last-child { border-bottom: 0; }
.k-label { display: block; font-size: .74rem; text-transform: uppercase; letter-spacing: .16em; color: var(--lime-dark); font-weight: 600; margin-bottom: .25rem; }
.kontakt-liste a { font-size: 1.1rem; text-decoration: none; font-weight: 500; }
.kontakt-liste a[href^="tel"] { font-family: var(--serif); font-size: 1.6rem; font-weight: 600; }
.kontakt-liste small { display: block; color: var(--ink-soft); margin-top: .15rem; }
.kontakt-map { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: var(--surface); display: flex; flex-direction: column; min-height: 360px; }
.kontakt-map iframe { width: 100%; flex: 1; border: 0; min-height: 320px; }
.map-link { display: block; text-align: center; padding: .8rem; text-decoration: none; font-weight: 600; background: var(--surface); border-top: 1px solid var(--line); }

/* ==========================================================================
   CTA-Band – hier geht das Licht auf: Glow von oben, die Telefonnummer
   ist die wichtigste Handlung der ganzen Seite und steht groß im Licht.
   ========================================================================== */
.cta {
  background:
    radial-gradient(ellipse 70% 60% at 50% -10%, rgba(241, 245, 228, .14), transparent 62%),
    var(--green);
  color: #fff; padding: clamp(4rem, 9vw, 6.5rem) 0; text-align: center;
}
.cta h2 { color: #fff; }
.cta p { color: rgba(255, 255, 255, .82); max-width: 560px; margin-left: auto; margin-right: auto; }
.cta .horizon { margin-top: 0; }
.cta-tel {
  display: inline-block; font-family: var(--serif); font-weight: 600;
  font-size: clamp(2.1rem, 5.5vw, 3.4rem); line-height: 1.1; letter-spacing: .01em;
  color: #fff; text-decoration: none; margin: .6rem 0 .4rem;
  transition: color .25s var(--ease);
}
.cta-tel:hover { color: var(--lime); }
.cta .hero-note { display: flex; justify-content: center; margin: 0 auto 1.8rem; }
.cta .hero-actions { justify-content: center; margin-top: 0; }

/* ==========================================================================
   Footer – die tiefste Stunde der Nacht, mit Resten des Lichts
   ========================================================================== */
.site-footer { background: var(--green-dark); color: rgba(255, 255, 255, .82); padding-top: 3.5rem; }
.footer-main { display: grid; grid-template-columns: 1.6fr 1fr 1.2fr; gap: 2.5rem; padding-bottom: 2.5rem; }
.footer-logo { height: 52px; width: auto; background: #fff; padding: 8px 12px; border-radius: var(--radius); }
.footer-brand-boxen { display: flex; align-items: stretch; flex-wrap: wrap; gap: .8rem; margin-bottom: 1.1rem; }
/* Standorte: gleich großes Fenster neben dem Logo, Orte laufen als Band
   von links nach rechts durch (Band doppelt für den nahtlosen Loop) */
.footer-standorte {
  height: 52px; width: 170px; background: #fff; border-radius: var(--radius);
  overflow: hidden; display: flex; align-items: center; position: relative;
}
/* Weiche Kanten: Text läuft in Weiß aus, die Box selbst bleibt scharf */
.footer-standorte::before,
.footer-standorte::after { content: ""; position: absolute; top: 0; bottom: 0; width: 14px; z-index: 1; pointer-events: none; }
.footer-standorte::before { left: 0; background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0)); }
.footer-standorte::after { right: 0; background: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0)); }
.footer-standorte-band { display: flex; width: max-content; animation: standorte-lauf 180s linear infinite; }
.footer-standorte-lauf { white-space: nowrap; font-size: .85rem; font-weight: 600; color: var(--green); }
.footer-standorte-lauf::after { content: " · "; white-space: pre; }
@keyframes standorte-lauf {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}
.footer-brand p { color: rgba(255, 255, 255, .68); font-size: .95rem; }

.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.site-footer h4 { color: #fff; font-family: var(--sans); font-size: .8rem; text-transform: uppercase; letter-spacing: .16em; margin-bottom: 1rem; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: .6rem; }
.site-footer a { color: rgba(255, 255, 255, .8); text-decoration: none; }
.site-footer a:hover { color: var(--lime); }
.footer-kontakt .erreichbar { color: var(--lime); font-weight: 500; margin-top: .4rem; }
.footer-legal { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: .8rem; padding: 1.4rem 24px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: .85rem; color: rgba(255, 255, 255, .55); }
.footer-legal-links a { margin-left: 1.2rem; }

/* ==========================================================================
   Reveal-Animation – bewusst leise
   ========================================================================== */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }
/* „Wofür wir stehen“: eigene Choreografie statt Fade – die Trennlinie wächst
   von links, das Icon zeichnet sich nach, dann folgt der Text. */
.werte-item.reveal { opacity: 1; transform: none; transition: none; }
.werte-grid .werte-item:nth-child(2) { --wd: .18s; }
.werte-grid .werte-item:nth-child(3) { --wd: .36s; }
.werte-item.reveal::before { transform: scaleX(0); transform-origin: left; transition: transform .9s var(--ease) var(--wd, 0s); }
.werte-item.reveal .werte-icon svg * { stroke-dasharray: 1; stroke-dashoffset: 1; transition: stroke-dashoffset 1s var(--ease) calc(var(--wd, 0s) + .25s); }
.werte-item.reveal h3,
.werte-item.reveal p { opacity: 0; transform: translateY(10px); transition: opacity .6s var(--ease) calc(var(--wd, 0s) + .45s), transform .6s var(--ease) calc(var(--wd, 0s) + .45s); }
.werte-item.reveal p { transition-delay: calc(var(--wd, 0s) + .58s); }
.werte-item.reveal.visible::before { transform: scaleX(1); }
.werte-item.reveal.visible .werte-icon svg * { stroke-dashoffset: 0; }
.werte-item.reveal.visible h3,
.werte-item.reveal.visible p { opacity: 1; transform: none; }
.pakete-grid .reveal:nth-child(2) { transition-delay: .08s; }
.pakete-grid .reveal:nth-child(3) { transition-delay: .16s; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .werte-item.reveal::before { transform: none; transition: none; }
  .werte-item.reveal .werte-icon svg * { stroke-dasharray: none; stroke-dashoffset: 0; transition: none; }
  .werte-item.reveal h3, .werte-item.reveal p { opacity: 1; transform: none; transition: none; }
  .hero-bg { animation: none; transform: none; }
  .hero-note::before { animation: none; }
  .paket-acc[open] .paket-acc-body { animation: none; }
  .paket-acc-chevron { transition: none; }
  .footer-standorte-band { animation: none; }
  .finder-schritt, .finder-balken, .finder-antwort { transition: none; }
  html { scroll-behavior: auto; }
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 920px) {
  .main-nav, .nav-call { display: none; }
  .burger { display: flex; }
  .werte-grid { grid-template-columns: 1fr; gap: 1.8rem; margin-top: 2.2rem; }

  /* Schritte: der Weg wird vertikal – Linie links, Stationen daran entlang */
  .schritte { grid-template-columns: 1fr; gap: 2.2rem; max-width: 560px; margin-left: auto; margin-right: auto; }
  .schritte::before { display: none; }
  .schritt { display: grid; grid-template-columns: 52px 1fr; column-gap: 1.2rem; text-align: left; padding: 0; }
  .schritt-num { margin-bottom: 0; }
  .schritt h3, .schritt p { grid-column: 2; }
  .schritt h3 { align-self: center; margin: 0 0 .3rem; }
  .schritt:not(:last-child)::after {
    content: ""; position: absolute; left: 26px; top: 52px; bottom: -2.2rem;
    width: 1px; background: var(--line);
  }

  .split { grid-template-columns: 1fr; }
  .split-media { order: -1; }
  .kontakt-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .pakete-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  /* Verszeilen möglichst ohne Umbruch halten */
  .poem { font-size: 1.22rem; line-height: 1.9; }
  .footer-main { grid-template-columns: 1fr; gap: 1.8rem; }
  .info-callout { flex-direction: column; align-items: flex-start; }
  .info-callout .btn { width: 100%; justify-content: center; }
  .paket-card-foot { flex-direction: column; align-items: flex-start; gap: .55rem; }
  .paket-acc-head { flex-direction: column; align-items: flex-start; gap: .9rem; padding: 1.1rem 1.2rem; }
  .paket-acc-right { width: 100%; justify-content: space-between; gap: .6rem; }
  .paket-acc-preis-wrap { text-align: left; }
  .paket-acc-name { font-size: 1.2rem; }
  .paket-acc-cols { gap: 1.2rem; }
  .paket-acc-body { padding-left: 1.2rem; padding-right: 1.2rem; }
  .paket-acc-body .btn { width: 100%; justify-content: center; }
  .paket-breit { grid-template-columns: 1fr; padding: 1.4rem 1.2rem; }
  .paket-breit-aktion { align-items: flex-start; width: 100%; margin-top: .6rem; }
  .paket-breit-aktion .btn { width: 100%; justify-content: center; }
  .hero-actions .btn { flex: 1 1 100%; }
}
