/* =========================================================
   Blumen Schorer (Demo) — Floristik & Gaertnerei, Pfullendorf
   Eigenstaendiges Design (Technik aus den bestehenden Demos).
   Kein Logo/keine Hausfarbe belegt -> Markenwelt frei gewaehlt:
     Leitfarbe: Salbei-/Blattgruen (botanisch, ruhig)
     Kontrast:  tiefes Tannen-/Waldgruen (Headlines, dunkle Baender)
     Akzent:    gedaempftes Altrosa/Terrakotta (Bluetennote), sparsam
     Grund:     warmes Creme/Naturweiss
   Fonts lokal (DSGVO): Petrona (Display-Serife), Urbanist (Body-Grotesk)
   ========================================================= */

/* ---------- Fonts (lokal, DSGVO; variable woff2, Latin) ---------- */
@font-face {
  font-family: "Petrona";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/petrona-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/urbanist-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- Palette + Tokens ---------- */
:root {
  /* Gruen-Familie */
  --forest:      #2F4A3C;   /* tiefes Tannen-/Waldgruen (Headlines, dunkle Baender) */
  --forest-900:  #243A2F;   /* noch tiefer, fuer Verlaeufe */
  --forest-800:  #335141;
  --sage:        #6E8B6A;   /* Leitfarbe Salbei-/Blattgruen */
  --sage-600:    #5E7A5A;   /* etwas tiefer, fuer Text auf hell (Kontrast) */
  --sage-400:    #87A082;   /* helleres Salbei (Linien, Akzentkanten) */
  --sage-200:    #b3c5ae;   /* helle Linie auf dunkel */

  /* Akzent: gedaempftes Altrosa / Terrakotta (Bluetennote) */
  --bloom:       #C98B7A;   /* zarter Bluetenakzent */
  --bloom-bright:#D7A092;   /* heller, fuer Hover/Glanz auf dunkel */
  --bloom-deep:  #A86552;   /* tiefer, fuer Text/Kontrast auf hell */

  /* Neutral: Creme / Naturweiss */
  --paper:       #F7F3EA;   /* warmer Cremegrund */
  --paper-deep:  #EFE8D8;   /* satterer Sandblock */
  --ivory:       #FCFAF3;   /* hellste Flaeche */
  --line-warm:   #E4DBC8;

  /* Text */
  --ink:         #2A2622;   /* dunkler Lesetext (Headlines auf hell nutzen --forest) */
  --body:        #3a352f;
  --body-soft:   #4d473f;   /* Haupttext auf hell */
  --muted:       #7a7064;   /* Hilfstext */
  --on-dark:     #F2EEE2;   /* Text auf Gruen */
  --on-dark-mut: #b9c6b3;   /* gedaempfter Text auf Gruen */

  --hairline:    rgba(47, 74, 60, 0.14);
  --hairline-2:  rgba(47, 74, 60, 0.07);
  --hair-bloom:  rgba(201, 139, 122, 0.5);
  --hair-on-dark:rgba(179, 197, 174, 0.26);

  --maxw: 1200px;
  --pad: clamp(1.25rem, 4vw, 3rem);
  --radius: 16px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);

  --font-display: "Petrona", "Georgia", "Times New Roman", serif;
  --font-body: "Urbanist", system-ui, -apple-system, sans-serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--body-soft);
  background: var(--paper);
  line-height: 1.72;
  font-size: 17px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.13;
  letter-spacing: -0.005em;
  color: var(--forest);
  margin: 0;
  hyphens: manual;
}
p { margin: 0; }

.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad); }

/* ---------- Wortmarke / Monogramm ---------- */
.brand { display: flex; align-items: center; gap: 0.78rem; }
.emblem { flex: none; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.3rem;
  color: var(--forest);
  letter-spacing: -0.005em;
}
.brand-sub {
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  color: var(--sage-600);
  font-weight: 600;
  margin-top: 0.34rem;
}

/* ---------- Demo-Leiste ---------- */
.demo-bar {
  background: var(--forest-900);
  color: var(--on-dark-mut);
  font-size: 0.74rem;
  letter-spacing: 0.012em;
  text-align: center;
  padding: 0.5rem var(--pad);
  position: relative;
  z-index: 60;
}
.demo-bar strong { color: var(--bloom-bright); font-weight: 600; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 243, 234, 0.86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--hairline-2);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  height: 76px;
}
.brand .emblem { width: 46px; height: 46px; }
.nav-links { display: flex; align-items: center; gap: 0.15rem; list-style: none; margin: 0; padding: 0; }
.nav-links a {
  font-size: 0.93rem;
  font-weight: 500;
  color: var(--body-soft);
  padding: 0.5rem 0.85rem;
  border-radius: 8px;
  position: relative;
  transition: color 0.2s var(--ease);
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0.85rem; right: 0.85rem; bottom: 0.28rem;
  height: 2px;
  background: var(--sage);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s var(--ease);
}
.nav-links a:hover { color: var(--forest); }
.nav-links a:hover::after,
.nav-links a.active::after { transform: scaleX(1); }
.nav-links a.active { color: var(--forest); }
.nav-cta {
  margin-left: 0.5rem;
  background: var(--forest);
  color: var(--ivory) !important;
  border-radius: 999px !important;
  padding: 0.6rem 1.3rem !important;
  font-weight: 500 !important;
  transition: background 0.25s var(--ease), transform 0.25s var(--ease) !important;
}
.nav-cta::after { display: none; }
.nav-cta:hover { background: var(--forest-800); transform: translateY(-1px); }

.nav-toggle {
  display: none;
  width: 44px; height: 44px;
  border: 1px solid var(--hairline);
  border-radius: 10px;
  background: transparent;
  position: relative;
}
.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  width: 20px; height: 2px;
  background: var(--forest);
  transform: translate(-50%, -50%);
  transition: transform 0.3s var(--ease), opacity 0.2s var(--ease);
}
.nav-toggle span::before { transform: translate(-50%, -7px); }
.nav-toggle span::after  { transform: translate(-50%, 5px); }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { transform: translate(-50%, -50%) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after  { transform: translate(-50%, -50%) rotate(-45deg); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 600;
  font-size: 0.96rem;
  padding: 0.85rem 1.55rem;
  border-radius: 999px;
  border: 1px solid transparent;
  letter-spacing: 0.005em;
  transition: transform 0.25s var(--ease), background 0.25s var(--ease),
    color 0.25s var(--ease), border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.btn-primary { background: var(--bloom); color: #fff; box-shadow: 0 12px 28px -16px rgba(168, 101, 82, 0.7); }
.btn-primary:hover { background: var(--bloom-deep); transform: translateY(-2px); }
.btn-primary .pin {
  width: 26px; height: 26px; border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  display: inline-flex; align-items: center; justify-content: center;
  transition: transform 0.25s var(--ease);
}
.btn-primary:hover .pin { transform: translateX(3px); }
.btn-leaf { background: var(--forest); color: #fff; box-shadow: 0 12px 28px -16px rgba(47, 74, 60, 0.7); }
.btn-leaf:hover { background: var(--forest-800); transform: translateY(-2px); }
.btn-leaf .pin {
  width: 26px; height: 26px; border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  display: inline-flex; align-items: center; justify-content: center;
  transition: transform 0.25s var(--ease);
}
.btn-leaf:hover .pin { transform: translateX(3px); }
.btn-ghost { background: transparent; color: var(--forest); border-color: var(--hairline); }
.btn-ghost:hover { border-color: var(--sage); background: rgba(110, 139, 106, 0.08); transform: translateY(-1px); }
.btn-outline-light { background: transparent; color: var(--on-dark); border-color: var(--hair-on-dark); }
.btn-outline-light:hover { border-color: var(--sage-200); color: #fff; background: rgba(179, 197, 174, 0.12); transform: translateY(-1px); }

/* ---------- Eyebrow ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 600;
  color: var(--sage-600);
}
.eyebrow::before {
  content: "";
  width: 26px; height: 2px;
  background: var(--sage);
  display: inline-block;
}
.eyebrow.on-dark { color: var(--sage-200); }
.eyebrow.on-dark::before { background: var(--sage-200); }
.eyebrow.bloom { color: var(--bloom-deep); }
.eyebrow.bloom::before { background: var(--bloom); }
.eyebrow.center-eb { justify-content: center; }

/* ---------- Sections ---------- */
section { position: relative; }
.section { padding-block: clamp(4.5rem, 9vw, 8rem); }
.section-head { max-width: 720px; margin-bottom: clamp(2.2rem, 5vw, 3.6rem); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { font-size: clamp(2rem, 4.6vw, 3.05rem); font-weight: 600; }
.section-head p { color: var(--muted); margin-top: 1.1rem; font-size: 1.08rem; }
.lead-serif {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.22rem, 2.4vw, 1.55rem);
  line-height: 1.5;
  color: var(--forest);
  letter-spacing: -0.005em;
}

/* Salbei-Trennlinie */
.rule {
  width: 60px; height: 3px;
  background: var(--sage);
  border-radius: 3px;
  margin: 1.6rem 0;
}
.rule.bloom-rule { background: var(--bloom); }
.rule.center-rule { margin-inline: auto; }

/* Botanischer Trenner (zarte Bluetenreihe, CSS) */
.botanic-edge {
  display: flex; align-items: center; justify-content: center;
  gap: 0.9rem; padding-block: 0.4rem;
}
.botanic-edge .ln { height: 1px; flex: 1; max-width: 120px; background: var(--line-warm); }
.botanic-edge svg { width: 26px; height: 26px; color: var(--sage); }

/* ---------- HERO ---------- */
.hero {
  position: relative;
  background:
    radial-gradient(120% 95% at 14% 0%, rgba(51, 81, 65, 0.85), transparent 62%),
    radial-gradient(95% 90% at 96% 115%, rgba(201, 139, 122, 0.22), transparent 60%),
    var(--forest);
  color: var(--on-dark);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 3px 3px;
  opacity: 0.5;
  pointer-events: none;
}
/* zarte botanische Linien-Textur unten rechts */
.hero .leaf-bg {
  position: absolute; right: -4%; bottom: -8%;
  width: clamp(280px, 40vw, 560px); height: auto;
  color: var(--sage-400); opacity: 0.16;
  pointer-events: none; z-index: 0;
}
.hero .wrap { position: relative; z-index: 1; padding-block: clamp(4rem, 9vw, 7rem); }
.hero-grid {
  display: grid;
  grid-template-columns: 1.16fr 0.84fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}
.hero .eyebrow { color: var(--sage-200); }
.hero .eyebrow::before { background: var(--sage-200); }
.hero h1 {
  color: #fff;
  font-weight: 600;
  font-size: clamp(2.55rem, 6vw, 4.5rem);
  line-height: 1.06;
  letter-spacing: -0.012em;
  margin-top: 1.4rem;
}
.hero h1 .em { color: var(--bloom-bright); font-style: italic; }
.hero-lead {
  color: var(--on-dark-mut);
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  margin-top: 1.6rem;
  max-width: 50ch;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2.4rem; }
.hero-meta {
  display: flex; flex-wrap: wrap; gap: 1.4rem 2.6rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--hair-on-dark);
}
.hero-meta .item { display: flex; flex-direction: column; gap: 0.2rem; max-width: 22ch; }
.hero-meta .k {
  font-family: var(--font-display); font-weight: 600; font-size: 1.18rem;
  color: #fff; letter-spacing: -0.005em; line-height: 1.18;
}
.hero-meta .l { font-size: 0.82rem; color: var(--on-dark-mut); line-height: 1.42; }

/* Hero-Emblem-Karte (botanisches Monogramm) */
.hero-emblem {
  position: relative;
  border: 1px solid var(--hair-on-dark);
  border-radius: 22px;
  padding: clamp(2rem, 4vw, 2.8rem) clamp(1.6rem, 3vw, 2.2rem);
  background: radial-gradient(130% 120% at 50% 0%, rgba(201,139,122,0.14), transparent 70%);
  overflow: hidden;
}
.crest-emblem { width: clamp(120px, 17vw, 156px); height: auto; margin: 0 auto; }
.crest-name {
  font-family: var(--font-display); font-weight: 600; color: #fff;
  font-size: 1.5rem; margin-top: 1.3rem; line-height: 1.18; text-align: center;
}
.crest-tag {
  font-size: 0.64rem; text-transform: uppercase; letter-spacing: 0.26em;
  color: var(--sage-200); margin-top: 0.7rem; text-align: center;
}
.rating-row {
  display: flex; align-items: center; justify-content: center; gap: 0.6rem;
  margin-top: 1.6rem; padding-top: 1.4rem;
  border-top: 1px solid var(--hair-on-dark);
}
.rating-row .stars { display: inline-flex; gap: 2px; color: var(--bloom-bright); }
.rating-row .stars svg { width: 15px; height: 15px; }
.rating-row .score { font-family: var(--font-display); font-weight: 600; color: #fff; font-size: 1.05rem; }
.rating-row .src { font-size: 0.74rem; color: var(--on-dark-mut); }
.crest-foot {
  margin-top: 1.3rem; padding-top: 1.2rem;
  border-top: 1px solid var(--hair-on-dark);
  font-size: 0.83rem; color: var(--on-dark-mut); text-align: center;
}
.crest-foot b { color: var(--sage-200); font-weight: 600; }

/* ---------- Vertrauens-Streifen ---------- */
.trust-band {
  background: var(--paper-deep);
  border-bottom: 1px solid var(--hairline-2);
}
.trust-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 2.5vw, 2rem);
  padding-block: clamp(2rem, 4vw, 2.8rem);
}
.trust-item { display: flex; gap: 0.85rem; align-items: flex-start; }
.trust-item .ic {
  width: 42px; height: 42px; flex: none; border-radius: 11px;
  background: var(--ivory); color: var(--sage-600);
  border: 1px solid var(--hairline-2);
  display: inline-flex; align-items: center; justify-content: center;
}
.trust-item .tt {
  font-family: var(--font-display); font-weight: 600; font-size: 1.05rem;
  color: var(--forest); line-height: 1.2;
}
.trust-item .ts { font-size: 0.82rem; color: var(--muted); margin-top: 0.2rem; }

/* ---------- Split (Familie/Betrieb) ---------- */
.split {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4.5rem); align-items: center;
}
.split.narrow-img { grid-template-columns: 1.05fr 0.95fr; }

/* Grafische botanische Komposition (rein CSS/SVG) */
.botanic-art {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(120% 80% at 78% 14%, rgba(201,139,122,0.22), transparent 55%),
    linear-gradient(158deg, var(--forest-800), var(--forest-900));
  border: 1px solid var(--hairline-2);
  box-shadow: 0 30px 60px -34px rgba(36, 58, 47, 0.6);
}
.botanic-art .frame {
  position: absolute; inset: 18px;
  border: 1px solid var(--hair-on-dark);
  border-radius: 12px;
}
.botanic-art .art-emblem { position: absolute; left: 50%; top: 41%; transform: translate(-50%,-50%); width: 42%; height: auto; color: var(--sage-200); }
.botanic-art .art-cap {
  position: absolute; left: 0; right: 0; bottom: 9.5%;
  text-align: center; color: var(--sage-200);
  font-family: var(--font-display); font-size: clamp(1.1rem, 2.2vw, 1.4rem); font-weight: 600;
}
.botanic-art .art-sub {
  position: absolute; left: 0; right: 0; bottom: 5.5%;
  text-align: center; color: var(--on-dark-mut);
  font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase;
}

.points { list-style: none; margin: 1.8rem 0 0; padding: 0; display: grid; gap: 1.05rem; }
.points li { display: flex; gap: 0.85rem; align-items: flex-start; color: var(--body-soft); }
.points .chk {
  width: 24px; height: 24px; flex: none; border-radius: 50%;
  background: rgba(110, 139, 106, 0.16); color: var(--sage-600);
  display: inline-flex; align-items: center; justify-content: center; margin-top: 3px;
}

/* ---------- Dunkles Band ---------- */
.dark-band {
  position: relative;
  background:
    radial-gradient(90% 120% at 100% 0%, rgba(201,139,122,0.16), transparent 55%),
    var(--forest);
  color: var(--on-dark);
  overflow: hidden;
}
.dark-band::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 3px 3px; opacity: 0.5; pointer-events: none;
}
.dark-band > .wrap { position: relative; z-index: 1; }
.dark-band h2, .dark-band h3 { color: #fff; }
.dark-band .lead-serif { color: var(--on-dark); }

/* Reputations-Band */
.rep-grid {
  display: grid; grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(2rem, 5vw, 4rem); align-items: center;
}
.rep-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.rep-stat {
  border-radius: 14px;
  border: 1px solid var(--hair-on-dark);
  background: rgba(255,255,255,0.04);
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.08);
  padding: clamp(1.3rem, 2.6vw, 1.8rem);
}
.rep-stat .big {
  font-family: var(--font-display); font-weight: 600; color: #fff;
  font-size: clamp(2rem, 4vw, 2.7rem); line-height: 1; letter-spacing: -0.01em;
}
.rep-stat .big .unit { color: var(--bloom-bright); font-size: 0.55em; }
.rep-stat .lbl { color: var(--on-dark-mut); font-size: 0.85rem; margin-top: 0.6rem; }
.rep-stat .stars { display: inline-flex; gap: 2px; color: var(--bloom-bright); margin-top: 0.7rem; }
.rep-stat .stars svg { width: 15px; height: 15px; }

/* ---------- Leistungs-Teaser (Karten) ---------- */
.teaser-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
}
.svc-card {
  background: var(--ivory);
  border: 1px solid var(--hairline-2);
  border-radius: var(--radius);
  padding: clamp(1.7rem, 2.6vw, 2.2rem);
  position: relative; overflow: hidden;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s var(--ease);
}
.svc-card::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px;
  background: var(--sage); transform: scaleX(0); transform-origin: left;
  transition: transform 0.4s var(--ease);
}
.svc-card.bloom-accent::after { background: var(--bloom); }
.svc-card:hover {
  transform: translateY(-5px);
  border-color: var(--hairline);
  box-shadow: 0 22px 44px -28px rgba(36, 58, 47, 0.4);
}
.svc-card:hover::after { transform: scaleX(1); }
.svc-card .ic {
  width: 52px; height: 52px; border-radius: 13px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--paper-deep); color: var(--sage-600);
  border: 1px solid var(--hairline-2);
  margin-bottom: 1.3rem;
}
.svc-card.bloom-accent .ic { color: var(--bloom-deep); }
.svc-card h3 { font-size: 1.28rem; font-weight: 600; margin-bottom: 0.55rem; }
.svc-card p { color: var(--muted); font-size: 0.96rem; }

/* ---------- Kontakt / Standort-Panel ---------- */
.hours-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(1.4rem, 3vw, 2.4rem);
}
.panel-card {
  background: var(--ivory);
  border: 1px solid var(--hairline-2);
  border-radius: var(--radius);
  padding: clamp(1.8rem, 3vw, 2.6rem);
}
.panel-card.dark {
  background: linear-gradient(158deg, var(--forest-800), var(--forest-900));
  border-color: var(--hair-on-dark);
  color: var(--on-dark);
}
.panel-card.dark h3 { color: #fff; }
.panel-card h3 { font-size: 1.4rem; font-weight: 600; margin-bottom: 1.2rem; }
.addr-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.2rem; }
.addr-list li { display: flex; gap: 0.9rem; align-items: flex-start; }
.addr-list .ic {
  width: 42px; height: 42px; flex: none; border-radius: 11px;
  background: var(--paper-deep); color: var(--sage-600);
  border: 1px solid var(--hairline-2);
  display: inline-flex; align-items: center; justify-content: center;
}
.addr-list .lbl { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.13em; color: var(--muted); font-weight: 600; }
.addr-list a, .addr-list .val { font-weight: 500; color: var(--forest); font-size: 1.02rem; }
.addr-list a:hover { color: var(--bloom-deep); }
.map-link {
  display: inline-flex; align-items: center; gap: 0.6rem;
  margin-top: 1.5rem; color: var(--sage-600); font-weight: 600; font-size: 0.94rem;
  padding: 0.65rem 1.1rem; border: 1px solid var(--hairline); border-radius: 999px;
  transition: border-color 0.2s var(--ease), background 0.2s var(--ease);
}
.map-link:hover { border-color: var(--sage); background: rgba(110, 139, 106, 0.08); }

/* Auf dunkler Panel-Karte */
.panel-card.dark .addr-list .ic {
  background: rgba(179,197,174,0.12); border-color: var(--hair-on-dark); color: var(--sage-200);
}
.panel-card.dark .addr-list .lbl { color: var(--on-dark-mut); }
.panel-card.dark .addr-list a, .panel-card.dark .addr-list .val { color: #fff; }
.panel-card.dark .note { color: var(--on-dark-mut); font-size: 0.9rem; margin-top: 1.3rem; }
.panel-card.dark .note a { color: var(--sage-200); font-weight: 600; }

/* ---------- Oeffnungszeiten-Tabelle ---------- */
.hours-table { list-style: none; margin: 0; padding: 0; }
.hours-table li {
  display: flex; justify-content: space-between; gap: 1rem;
  padding: 0.7rem 0; border-bottom: 1px solid var(--hair-on-dark);
  font-size: 0.98rem;
}
.hours-table li:last-child { border-bottom: 0; }
.hours-table .day { color: var(--on-dark); font-weight: 500; }
.hours-table .time { color: var(--on-dark-mut); text-align: right; }
.hours-table .closed { color: var(--sage-200); }
.hours-table li.today { /* nur visuelle Option, ungenutzt by default */ }

/* helle Variante der Oeffnungszeiten */
.hours-table.light li { border-bottom: 1px solid var(--hairline-2); }
.hours-table.light .day { color: var(--forest); }
.hours-table.light .time { color: var(--muted); }
.hours-table.light .closed { color: var(--bloom-deep); }

/* ---------- Kontakt / Formular ---------- */
.contact-grid {
  display: grid; grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(2rem, 5vw, 4rem);
}
.contact-info h2 { font-size: clamp(1.9rem, 3.8vw, 2.7rem); font-weight: 600; }
.contact-info p.intro { color: var(--on-dark-mut); margin-top: 1.1rem; font-size: 1.05rem; max-width: 44ch; }

.form-card {
  background: linear-gradient(160deg, var(--forest-800) 0%, var(--forest-900) 100%);
  border-radius: 18px;
  padding: clamp(1.8rem, 3.4vw, 2.7rem);
  color: var(--on-dark);
  position: relative; overflow: hidden;
  border: 1px solid var(--hair-on-dark);
}
.form-card::before {
  content: ""; position: absolute; left: 0; top: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--sage-600), var(--sage), var(--bloom));
}
.form-card h3 { color: #fff; font-size: 1.42rem; font-weight: 600; margin-bottom: 0.4rem; }
.form-card .hint { color: var(--on-dark-mut); font-size: 0.9rem; margin-bottom: 1.6rem; }
.field { margin-bottom: 1.1rem; }
.field label {
  display: block; font-size: 0.74rem; text-transform: uppercase;
  letter-spacing: 0.12em; color: var(--on-dark-mut); font-weight: 600; margin-bottom: 0.45rem;
}
.field input, .field textarea, .field select {
  width: 100%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(242,238,226,0.2);
  border-radius: 11px;
  color: #fff;
  font-family: inherit;
  font-size: 1rem;
  padding: 0.82rem 1rem;
  transition: border-color 0.2s var(--ease), background 0.2s var(--ease);
}
.field input::placeholder, .field textarea::placeholder { color: #9aa79a; }
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none;
  border-color: var(--sage);
  background: rgba(255,255,255,0.1);
}
.field select {
  appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23b9c6b3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.6rem;
}
.field select option { color: #1f2a24; }
.field textarea { resize: vertical; min-height: 120px; }
.form-card .btn-primary { width: 100%; justify-content: center; margin-top: 0.4rem; }
.form-note { font-size: 0.78rem; color: #9aa79a; margin-top: 1rem; line-height: 1.5; }

/* ---------- Seiten-Hero (Unterseiten) ---------- */
.page-hero {
  position: relative;
  background:
    radial-gradient(110% 120% at 14% -10%, rgba(51,81,65,0.85), transparent 60%),
    radial-gradient(80% 90% at 96% 120%, rgba(201,139,122,0.18), transparent 60%),
    var(--forest);
  color: var(--on-dark);
  overflow: hidden;
}
.page-hero::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 3px 3px; opacity: 0.5; pointer-events: none;
}
.page-hero .leaf-bg {
  position: absolute; right: -3%; bottom: -22%;
  width: clamp(220px, 32vw, 420px); height: auto;
  color: var(--sage-400); opacity: 0.15;
  pointer-events: none; z-index: 0;
}
.page-hero .wrap { position: relative; z-index: 1; padding-block: clamp(3.6rem, 8vw, 6rem); }
.page-hero .eyebrow { color: var(--sage-200); }
.page-hero .eyebrow::before { background: var(--sage-200); }
.page-hero h1 { color: #fff; font-weight: 600; font-size: clamp(2.3rem, 5.4vw, 3.7rem); max-width: 18ch; margin-top: 1.3rem; }
.page-hero h1 .em { color: var(--bloom-bright); font-style: italic; }
.page-hero p { color: var(--on-dark-mut); margin-top: 1.2rem; max-width: 60ch; font-size: 1.08rem; }
.breadcrumb { font-size: 0.82rem; color: var(--on-dark-mut); }
.breadcrumb a:hover { color: var(--sage-200); }

/* ---------- Inhalts-Bausteine ---------- */
.prose { max-width: 720px; }
.prose p { color: var(--body-soft); margin-bottom: 1.3rem; font-size: 1.07rem; }
.prose p strong { color: var(--forest); font-weight: 600; }

.note-box {
  background: var(--ivory);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 2.6vw, 2rem);
  border: 1px solid var(--hairline-2);
  border-left: 3px solid var(--sage);
}
.note-box p { color: var(--muted); font-size: 0.98rem; margin: 0; }
.note-box strong { color: var(--forest); }

/* Leistungs-Detail */
.svc-detail { display: grid; gap: clamp(1.2rem, 2.4vw, 1.8rem); }
.svc-detail.cols { grid-template-columns: 1fr 1fr; }
.detail-card {
  background: var(--ivory);
  border: 1px solid var(--hairline-2);
  border-radius: var(--radius);
  padding: clamp(1.7rem, 2.8vw, 2.4rem);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.detail-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px -28px rgba(36,58,47,0.34); }
.detail-card .head { display: flex; align-items: center; gap: 0.9rem; margin-bottom: 1.1rem; }
.detail-card .ic {
  width: 52px; height: 52px; flex: none; border-radius: 13px;
  background: var(--paper-deep); color: var(--sage-600);
  border: 1px solid var(--hairline-2);
  display: inline-flex; align-items: center; justify-content: center;
}
.detail-card.bloom .ic { color: var(--bloom-deep); }
.detail-card h3 { font-size: 1.3rem; font-weight: 600; }
.detail-card .kicker { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.15em; color: var(--sage-600); font-weight: 600; }
.detail-card.bloom .kicker { color: var(--bloom-deep); }
.detail-card p { color: var(--muted); font-size: 0.99rem; }
.detail-card .sub-list { list-style: none; margin: 1.1rem 0 0; padding: 0; display: grid; gap: 0.7rem; }
.detail-card .sub-list li { display: flex; gap: 0.7rem; align-items: flex-start; color: var(--body-soft); font-size: 0.96rem; }
.detail-card .sub-list .dot {
  width: 18px; height: 18px; flex: none; border-radius: 50%; margin-top: 3px;
  background: rgba(110,139,106,0.16); color: var(--sage-600);
  display: inline-flex; align-items: center; justify-content: center;
}
.detail-card.bloom .sub-list .dot { background: rgba(201,139,122,0.16); color: var(--bloom-deep); }
.tag-row { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.2rem; }
.tag-pill {
  font-size: 0.83rem; font-weight: 500;
  background: var(--paper-deep); color: var(--body-soft);
  border: 1px solid var(--hairline-2);
  border-radius: 999px; padding: 0.3rem 0.85rem;
}

/* Ablauf / Schritte */
.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
.steps li {
  position: relative;
  padding: 1.5rem 0 1.5rem 3.4rem;
  border-bottom: 1px solid var(--hairline-2);
}
.steps li:last-child { border-bottom: 0; }
.steps .num {
  position: absolute; left: 0; top: 1.5rem;
  width: 38px; height: 38px; border-radius: 11px;
  background: var(--paper-deep); color: var(--sage-600);
  border: 1px solid var(--hairline-2);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 600; font-size: 1rem;
}
.steps .sk { font-family: var(--font-display); font-weight: 600; font-size: 1.24rem; color: var(--forest); }
.steps .st { color: var(--muted); font-size: 0.99rem; margin-top: 0.35rem; }

/* Profil-Karten (Inhaber) */
.profile-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.4rem, 3vw, 2.2rem); }
.profile-card {
  position: relative;
  border-radius: 18px; overflow: hidden;
  background: var(--ivory);
  border: 1px solid var(--hairline-2);
  padding: clamp(1.8rem, 3vw, 2.4rem);
}
.profile-card .pemblem {
  width: 56px; height: 56px; border-radius: 14px;
  background: var(--paper-deep); border: 1px solid var(--hairline-2);
  color: var(--sage-600);
  display: inline-flex; align-items: center; justify-content: center; margin-bottom: 1.1rem;
}
.profile-card.bloom .pemblem { color: var(--bloom-deep); }
.profile-card .pname { font-family: var(--font-display); font-weight: 600; color: var(--forest); font-size: 1.4rem; }
.profile-card .prole { color: var(--sage-600); font-weight: 600; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.14em; margin-top: 0.4rem; }
.profile-card.bloom .prole { color: var(--bloom-deep); }
.profile-card .pbody { color: var(--muted); font-size: 0.99rem; margin-top: 1rem; }

/* ---------- Rechtsseiten ---------- */
.legal { max-width: 780px; }
.legal h2 { font-size: 1.44rem; font-weight: 600; margin-top: 2.6rem; margin-bottom: 0.7rem; }
.legal h3 { font-size: 1.12rem; font-weight: 600; margin-top: 1.6rem; margin-bottom: 0.4rem; color: var(--forest); }
.legal p, .legal li { color: var(--body-soft); margin-bottom: 0.9rem; }
.legal ul { padding-left: 1.2rem; }
.legal a { color: var(--sage-600); font-weight: 500; }
.legal a:hover { text-decoration: underline; }
.legal .datenschutz-title { word-break: normal; }
.callout {
  background: var(--ivory);
  border-radius: var(--radius);
  padding: clamp(1.4rem, 2.6vw, 2rem);
  border: 1px solid var(--hairline);
  border-left: 3px solid var(--sage);
  margin: 1.6rem 0;
}
.callout p { color: var(--body-soft); margin-bottom: 0.5rem; }
.callout .tag {
  display: inline-block; font-size: 0.7rem; text-transform: uppercase;
  letter-spacing: 0.14em; font-weight: 700; color: var(--sage-600); margin-bottom: 0.6rem;
}
.placeholder-pill {
  display: inline-block;
  background: var(--paper-deep);
  color: var(--bloom-deep);
  border: 1px solid var(--hairline-2);
  border-radius: 999px;
  padding: 0.15rem 0.75rem;
  font-size: 0.85rem;
  font-weight: 600;
}

/* ---------- CTA-Band ---------- */
.cta-band {
  position: relative;
  background:
    radial-gradient(90% 130% at 100% 0%, rgba(201,139,122,0.22), transparent 55%),
    linear-gradient(152deg, var(--forest-800), var(--forest-900));
  color: var(--on-dark); border-radius: 22px; overflow: hidden;
  border: 1px solid var(--hair-on-dark);
  padding: clamp(2.4rem, 5vw, 4rem);
  display: flex; flex-wrap: wrap; gap: 1.6rem 2rem;
  align-items: center; justify-content: space-between;
}
.cta-band h2 { color: #fff; font-weight: 600; font-size: clamp(1.8rem, 3.6vw, 2.6rem); max-width: 22ch; }
.cta-band h2 .em { color: var(--bloom-bright); font-style: italic; }
.cta-band p { color: var(--on-dark-mut); margin-top: 0.7rem; max-width: 46ch; }
.cta-band .cta-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--forest-900);
  color: var(--on-dark-mut);
  padding-block: clamp(3rem, 6vw, 4.5rem) 1.5rem;
}
.footer-top {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr;
  gap: clamp(2rem, 4vw, 3rem);
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--hair-on-dark);
}
.footer-brand { display: flex; align-items: center; gap: 0.78rem; margin-bottom: 1rem; }
.footer-brand .emblem { width: 46px; height: 46px; }
.footer-brand .brand-name { color: #fff; }
.footer-brand .brand-sub { color: var(--sage-200); }
.footer-about { color: #a7b6a2; font-size: 0.95rem; max-width: 42ch; }
.footer-col h4 {
  font-family: var(--font-display); color: #fff; font-size: 0.92rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.15em; margin: 0 0 1.1rem;
}
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.6rem; }
.footer-col a, .footer-col span { color: var(--on-dark-mut); font-size: 0.95rem; transition: color 0.2s var(--ease); }
.footer-col a:hover { color: var(--sage-200); }
.footer-bottom {
  display: flex; flex-wrap: wrap; gap: 0.6rem 1.5rem;
  justify-content: space-between; align-items: center;
  padding-top: 1.5rem; font-size: 0.82rem; color: #8a9985;
}
.footer-bottom .legal-links { display: flex; gap: 1.2rem; flex-wrap: wrap; }
.footer-bottom a:hover { color: var(--sage-200); }

/* ---------- Reveal-Animationen (CSS-only + JS-Fallback) ---------- */
@media (prefers-reduced-motion: no-preference) {
  .reveal {
    opacity: 0;
    transform: translateY(22px);
    animation: reveal 0.85s var(--ease) forwards;
    animation-delay: var(--d, 0s);
    animation-timeline: view();
    animation-range: entry 0% cover 22%;
  }
}
@keyframes reveal { to { opacity: 1; transform: none; } }
.no-vt .reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.85s var(--ease), transform 0.85s var(--ease); animation: none; }
.no-vt .reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; animation: none !important; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .teaser-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-emblem { max-width: 460px; }
  .trust-grid { grid-template-columns: 1fr 1fr; gap: 1.6rem; }
  .split, .split.narrow-img { grid-template-columns: 1fr; }
  .botanic-art { max-width: 460px; aspect-ratio: 5 / 4; }
  .rep-grid { grid-template-columns: 1fr; }
  .hours-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .svc-detail.cols { grid-template-columns: 1fr; }
  .profile-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand-col { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  .nav-links {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(82vw, 340px);
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0.2rem;
    background: var(--paper);
    padding: 6rem 1.4rem 2rem;
    box-shadow: -20px 0 60px rgba(36,58,47,0.2);
    transform: translateX(100%);
    transition: transform 0.4s var(--ease), visibility 0.4s;
    border-left: 1px solid var(--hairline);
    visibility: hidden;
    overflow-y: auto;
  }
  .nav-links.open { transform: translateX(0); visibility: visible; }
  .nav-links a { padding: 0.9rem 1rem; font-size: 1.05rem; border-radius: 10px; }
  .nav-links a::after { display: none; }
  .nav-links a.active { background: rgba(110, 139, 106, 0.12); }
  .nav-cta { margin: 0.6rem 0 0; text-align: center; justify-content: center; display: flex; }
  .nav-toggle { display: block; z-index: 55; }
  .nav-backdrop {
    position: fixed; inset: 0; background: rgba(36,58,47,0.5);
    opacity: 0; visibility: hidden; transition: opacity 0.3s var(--ease), visibility 0.3s;
    z-index: 40;
  }
  .nav-backdrop.show { opacity: 1; visibility: visible; }
  .trust-grid { grid-template-columns: 1fr; }
  .teaser-grid { grid-template-columns: 1fr; }
  .rep-stats { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .cta-band { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 420px) {
  body { font-size: 16px; }
}
