/* ============================================================
   Bazid Daoud GaLaBau - Redesign v3 "Wiese & Blätter"
   Outfit + Inter. Waldgrün, Sand, Lehm. Lebendige Garten-Effekte:
   schwebende Blätter, Gras-Silhouette, organisch, premium.
   ============================================================ */

:root {
  --bg:        #fbfdf8;
  --bg-soft:   #f1f7ec;
  --bg-soft-2: #e9f2e1;
  --bg-dark:   #15281c;
  --bg-dark-2: #1c3526;
  --card:      #ffffff;
  --ink:       #1f261d;
  --ink-2:     #495043;
  --muted:     #677061;
  --line:      #dce6d2;
  --line-2:    #e8f0e0;

  --green:     #5ea043;        /* Blatt / Akzent */
  --green-cta: #2f6b3f;        /* tiefes Markengrün, Buttons */
  --green-cta-h:#244f30;
  --green-ink: #2c5d38;        /* Grünschrift auf hell */
  --green-soft:#e9f1df;
  --green-glow:#8fce6a;        /* helles Blatt auf dunkel */
  --forest:    #15281c;
  --red:       #c4503a;
  --red-ink:   #a23c29;

  --clay:      #c07042;        /* warmer Erd-/Lehmakzent */
  --clay-soft: #f4e3d4;
  --sand:      #e6d4b4;
  --on-dark:       #e7ece1;
  --on-dark-muted: #aab69e;
  --on-dark-faint: #8a9580;
  --star:          #f5b223;
  --r-tile:        14px;
  --shade-photo:   rgba(11,20,13,.62);
  --gold-shine: var(--green-cta);

  --display: "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;
  --sans:    "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --ui:      "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;

  --wrap: 1380px;
  --wrap-narrow: 840px;

  /* Radius: drei klare Stufen (Inputs/Chips, Cards/Buttons, grosse Flaechen) */
  --r: 12px;
  --r-lg: 18px;
  --r-xl: 18px;
  --r-2xl: 24px;
  --r-pill: 999px;
  --r-btn: 16px;

  /* Modulares Type-Scale (Ratio 1.25, fluid via clamp) */
  --fs-xs:  .8rem;
  --fs-sm:  .9rem;
  --fs-base: 1.0625rem;
  --fs-md:  clamp(1.18rem, 1.1rem + .35vw, 1.33rem);
  --fs-lg:  clamp(1.4rem, 1.28rem + .55vw, 1.66rem);
  --fs-xl:  clamp(1.7rem, 1.5rem + .9vw, 2.07rem);
  --fs-2xl: clamp(2.3rem, 1.9rem + 1.9vw, 3.35rem);
  --fs-3xl: clamp(2.95rem, 2.2rem + 3.2vw, 4.3rem);
  --fs-hero: clamp(2.9rem, 2.1rem + 4.2vw, 5.3rem);
  --track-caps: .15em;   /* einheitliches Tracking fuer Uppercase-Labels */

  --space-section: clamp(72px, 9vw, 130px);

  /* Schatten: 3-Schicht, gruen getoent (echtes Licht statt klinisch) */
  --sh-sm: 0 1px 2px rgba(20,46,28,.05), 0 6px 14px -4px rgba(20,46,28,.08);
  --sh:    0 1px 2px rgba(20,46,28,.05), 0 8px 18px -6px rgba(20,46,28,.10), 0 28px 56px -22px rgba(18,44,26,.20);
  --sh-lg: 0 2px 4px rgba(20,46,28,.06), 0 14px 30px -10px rgba(18,44,26,.14), 0 48px 90px -34px rgba(14,40,22,.30);
  --sh-green: 0 16px 38px -16px rgba(47,107,63,.42);
  --glow:  0 0 0 1px rgba(94,160,67,.16), 0 10px 24px -10px rgba(20,46,28,.12), 0 30px 60px -24px rgba(47,107,63,.4);

  /* === EIN globales Easing fuer ALLES (alte Tokens darauf gemappt) === */
  --ease:      cubic-bezier(.22,.61,.36,1);
  --ease-out:  var(--ease);
  --ease-io:   var(--ease);
  --ease-soft: var(--ease);

  /* === Dauer-Tiers === */
  --dur-micro: 180ms;   /* hover, buttons, links, icons, card-lift */
  --dur-base:  600ms;   /* scroll-reveal, bild-fade, sektions-intro */
  --dur-slow:  900ms;   /* hero-intro, overlay/menue */

  /* === Bewegungs-Grenzen (hart) === */
  --lift-card: -4px;
  --lift-btn:  -2px;
  --img-zoom:  1.04;

  /* fertige Shortcuts - NIE transition:all */
  --t-hover:  transform var(--dur-micro) var(--ease), opacity var(--dur-micro) var(--ease);
  --t-reveal: transform var(--dur-base) var(--ease), opacity var(--dur-base) var(--ease);

  --header-h: 90px;
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--header-h) + 16px); overflow-x: hidden; }
body {
  font-family: var(--sans);
  background: var(--bg); color: var(--ink);
  line-height: 1.62; font-size: 17px;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  overflow-x: hidden; width: 100%; max-width: 100%; position: relative;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul { list-style: none; padding: 0; }
input, select, textarea { font: inherit; color: inherit; }
::selection { background: var(--green-cta); color: #fff; }
:focus-visible { outline: 2px solid var(--green-cta); outline-offset: 2px; }

/* ---------- Typo ---------- */
h1,h2,h3,h4 { font-family: var(--display); font-weight: 700; line-height: 1.06; letter-spacing: -.02em; color: var(--ink); font-optical-sizing: auto; text-wrap: balance; }
p { color: var(--ink-2); text-wrap: pretty; }

/* Kicker: Blatt-Icon + getrackter Text, warm */
.kicker, .eyebrow {
  font-family: var(--sans); font-size: .82rem; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; color: var(--green-ink);
  display: inline-flex; align-items: center; gap: .5rem;
}
.kicker::before, .eyebrow::before {
  content:""; width: 19px; height: 19px; background: var(--green-cta); flex-shrink: 0;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 21c0-7 0-11 0-11M11 10C11 5 7 2 2 2c0 5 4 8 9 8zM11 10c0-4 4-7 9-7 0 4-4 7-9 7z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 21c0-7 0-11 0-11M11 10C11 5 7 2 2 2c0 5 4 8 9 8zM11 10c0-4 4-7 9-7 0 4-4 7-9 7z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}
.kicker.center, .eyebrow.center { justify-content: center; }

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: 36px; }
.section { padding: var(--space-section) 0; }
.section.tight { padding: clamp(52px, 6vw, 84px) 0; }
.bg-soft { background: linear-gradient(180deg, #f1f7ec 0%, #ecf4e6 100%); }

/* Sektion mit weichem gruenen Glow-Hintergrund */
.sec-glow { position: relative; background: var(--bg); overflow: hidden; }
.sec-glow::before { content:""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(60% 55% at 50% 0%, rgba(94,160,67,.14) 0%, rgba(94,160,67,0) 70%),
    radial-gradient(45% 50% at 12% 100%, rgba(124,184,74,.1) 0%, rgba(124,184,74,0) 70%); }
.sec-glow > .wrap { position: relative; z-index: 1; }
.bg-dark { background: var(--bg-dark); color: var(--on-dark); position: relative; }
.bg-dark h1,.bg-dark h2,.bg-dark h3,.bg-dark h4 { color: #fff; }
.bg-dark p { color: var(--on-dark-muted); }

.shead, .section-head { max-width: 660px; margin-bottom: 48px; }
.shead.center, .section-head.center { margin-inline: auto; text-align: center; }
.shead.center p, .section-head.center p { margin-inline: auto; }
.shead h2, .section-head h2 { font-size: var(--fs-3xl); margin: 14px 0 0; font-weight: 800; letter-spacing: -.03em; }
.shead p, .section-head p { margin-top: 16px; font-size: var(--fs-md); color: var(--ink-2); max-width: 54ch; }
.lead { font-size: 1.2rem; color: var(--ink-2); line-height: 1.55; }
.shead-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 48px; flex-wrap: wrap; }
.shead-row .shead { margin-bottom: 0; }

/* Ueberschriften: solide, ruhige Farbe (Fotos tragen die Farbe, nicht der Text) */
.shead h2, .section-head h2, .split-body h2, .anfrage-pitch h2 {
  color: var(--ink); padding-bottom: .08em;
}
.shead h2 em, .section-head h2 em, .split-body h2 em { font-style: normal; color: var(--green-ink); }
.bg-dark .shead h2, .bg-dark h2, .anfrage-pitch h2 { color: #fff; }
.bg-dark h2 em, .anfrage-pitch h2 em { font-style: normal; color: var(--green-glow); }

/* ============================================================
   Buttons - ein einheitliches Pill-System
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  padding: 15px 28px; font-family: var(--sans); white-space: nowrap;
  font-weight: 600; font-size: .96rem; border-radius: var(--r-btn);
  position: relative; overflow: hidden;
  transition: transform var(--dur-micro) var(--ease), background-color var(--dur-micro) var(--ease), color var(--dur-micro) var(--ease), border-color var(--dur-micro) var(--ease);
}
/* Button-Glanz-Sweep entfernt: ruhigerer, premium Button (nur Farbe + Lift) */
.btn svg { width: 18px; height: 18px; flex-shrink: 0; }
.btn .btn-ar { transition: transform var(--dur-micro) var(--ease); }
.btn:hover .btn-ar { transform: translateX(4px); }
.btn:active { transform: scale(.97); }
.btn-lg { padding: 16px 32px; font-size: 1rem; }

.btn-primary { background: var(--green-cta); color: #fff; box-shadow: var(--sh-green); }
.btn-primary:hover { background: var(--green-cta-h); transform: translateY(var(--lift-btn)); }
.btn-primary:active { transform: scale(.97); }
.btn-dark { background: var(--forest); color: #fff; box-shadow: var(--sh-sm); }
.btn-dark:hover { background: #0e1d13; transform: translateY(var(--lift-btn)); }
.btn-outline, .btn-ghost, .btn-light { border: 1.5px solid var(--line); background: #fff; color: var(--ink); box-shadow: var(--sh-sm); }
.btn-outline:hover, .btn-ghost:hover, .btn-light:hover { border-color: var(--green-cta); color: var(--green-ink); transform: translateY(-2px); }
.btn-outline-light, .btn-on-dark { background: rgba(255,255,255,.1); backdrop-filter: blur(14px) saturate(1.2); border: 1px solid rgba(255,255,255,.34); color: #fff; }
.btn-outline-light:hover, .btn-on-dark:hover { background: #fff; color: var(--forest); border-color: #fff; transform: translateY(-2px); }
.btn-ig { color: #fff; background: linear-gradient(45deg, #f09433, #e6683c 28%, #dc2743 55%, #cc2366 78%, #bc1888); box-shadow: 0 14px 30px -14px rgba(220,39,67,.55); }
.btn-ig:hover { transform: translateY(-2px); box-shadow: 0 18px 38px -14px rgba(220,39,67,.66); }

.arrow, .link-arrow { display: inline-flex; align-items: center; gap: .5rem; font-weight: 600; color: var(--green-ink); }
.arrow svg, .link-arrow svg { width: 17px; height: 17px; transition: transform .22s var(--ease-out); }
.arrow:hover svg, .link-arrow:hover svg { transform: translateX(5px); }

.nav-arrows { display: inline-flex; gap: 10px; }
.nav-arrow { width: 50px; height: 50px; border-radius: 50%; border: 1.5px solid var(--line); display: grid; place-items: center; color: var(--ink); background: #fff; transition: .2s var(--ease-out); }
.nav-arrow:hover { background: var(--forest); color: #fff; border-color: var(--forest); transform: translateY(-2px); }
.nav-arrow:active { transform: scale(.94); }
.nav-arrow:disabled { opacity: .3; cursor: default; transform: none; background: #fff; color: var(--ink); border-color: var(--line); }
.nav-arrow svg { width: 19px; height: 19px; }

/* ============================================================
   Header - schlank, warm, ohne schwere Platte
   ============================================================ */
.header {
  position: sticky; top: 0; z-index: 200;
  background: var(--bg);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .3s var(--ease-out);
}
.header.scrolled { box-shadow: 0 12px 36px -26px rgba(35,28,12,.5); }
.header > .wrap { max-width: 1860px; padding-inline: clamp(36px, 4.5vw, 96px); }
.header-inner { height: var(--header-h); display: flex; align-items: center; gap: 14px; position: relative; }

.brand { display: flex; align-items: center; flex-shrink: 0; transition: opacity .25s var(--ease-out); }
.brand:hover { opacity: .82; }
.brand img { height: 56px; width: auto; }

.nav { display: flex; align-items: center; height: 100%; flex: 1; min-width: 0; margin: 0 18px; }
.nav > ul { display: flex; align-items: center; height: 100%; width: 100%; justify-content: center; gap: 6px; }
.nav > ul > li { height: 100%; display: flex; align-items: center; position: relative; }
.nav-link {
  display: inline-flex; align-items: center; gap: 4px; height: 100%;
  padding: 0 13px; white-space: nowrap;
  font-size: .95rem; font-weight: 600; color: var(--ink-2);
  position: relative; transition: color .18s var(--ease-out);
}
.nav-link .chev { width: 15px; height: 15px; opacity: .5; transition: transform .28s var(--ease-out), opacity .2s, color .2s; display: inline-flex; }
.nav-link .chev svg { width: 15px; height: 15px; }
.nav > ul > li:hover .nav-link { color: var(--green-ink); }
.nav > ul > li:hover .nav-link .chev { transform: rotate(180deg); opacity: 1; color: var(--green); }
.nav-link::after { content:""; position: absolute; left: 12px; right: 12px; bottom: 24px; height: 2px; background: var(--clay); border-radius: 2px; transform: scaleX(0); transform-origin: left; transition: transform .28s var(--ease-out); }
.nav > ul > li:hover .nav-link::after, .nav > ul > li.current .nav-link::after { transform: scaleX(1); }
.nav > ul > li.current .nav-link { color: var(--ink); }

.header-cta { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.h-service { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px 6px 6px; border: 1px solid var(--line); border-radius: var(--r-btn); background: #fff; transition: .2s var(--ease-out); }
.h-service:hover { border-color: var(--green); box-shadow: var(--sh-green); transform: translateY(-1px); }
.h-service .hs-ic { width: 34px; height: 34px; border-radius: 50%; background: var(--green-soft); display: grid; place-items: center; flex-shrink: 0; transition: .2s var(--ease-out); }
.h-service:hover .hs-ic { background: var(--green-cta); }
.h-service .hs-ic svg { width: 18px; height: 18px; color: var(--green-ink); transition: color .2s; }
.h-service:hover .hs-ic svg { color: #fff; }
.h-service b { font-family: var(--sans); font-weight: 700; font-size: .96rem; color: var(--ink); white-space: nowrap; }

.icon-btn { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; color: var(--ink); border: 1px solid var(--line); transition: .18s var(--ease-out); background: #fff; }
.icon-btn:hover { border-color: var(--forest); background: var(--forest); color: #fff; transform: translateY(-1px); }
.icon-btn:active { transform: scale(.95); }
.icon-btn svg { width: 19px; height: 19px; }

.btn-termin { padding: 12px 20px; background: var(--green-cta); color: #fff; border-radius: var(--r-btn); box-shadow: var(--sh-green); font-weight: 600; display: inline-flex; align-items: center; gap: 9px; transition: transform var(--dur-micro) var(--ease), background-color var(--dur-micro) var(--ease); white-space: nowrap; position: relative; overflow: hidden; }
.btn-termin svg { width: 18px; height: 18px; }
.btn-termin .btn-ar { width: 16px; height: 16px; transition: transform var(--dur-micro) var(--ease); }
.btn-termin:hover { background: var(--green-cta-h); transform: translateY(var(--lift-btn)); }
.btn-termin:hover .btn-ar { transform: translateX(4px); }
.btn-termin:active { transform: scale(.97); }

/* Mega */
.mega {
  position: absolute; top: 100%; left: -18px; transform: translateY(8px) scale(.99);
  width: min(640px, calc(100vw - 48px));
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r-xl);
  box-shadow: var(--sh-lg); opacity: 0; visibility: hidden; transform-origin: top left;
  transition: opacity .2s var(--ease-out), transform .24s var(--ease-out), visibility .24s; z-index: 190;
  overflow: hidden; margin-top: 0;
}
.nav > ul > li.mega-3 .mega { width: min(960px, calc(100vw - 48px)); }
.nav > ul > li:hover .mega { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.mega-inner { display: grid; grid-template-columns: 1fr 320px; }
.mega-cols { padding: 32px 36px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px 34px; }
.mega-cols.two { grid-template-columns: repeat(2, 1fr); }
.mega-col h4 { font-family: var(--sans); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--clay); margin-bottom: 14px; padding-bottom: 11px; border-bottom: 1px solid var(--line); }
.mega-col ul { display: flex; flex-direction: column; gap: 1px; }
.mega-col a { display: block; padding: 8px 12px; margin-left: -12px; font-size: .92rem; font-weight: 500; color: var(--ink-2); border-radius: 10px; transition: background .15s, color .15s; }
.mega-col a:hover { background: var(--green-soft); color: var(--green-ink); }
.mega-feature { position: relative; padding: 30px; color: #fff; display: flex; flex-direction: column; justify-content: flex-end; background-size: cover; background-position: center; min-height: 100%; overflow: hidden; }
.mega-feature::before { content:""; position:absolute; inset:0; background: linear-gradient(180deg, rgba(13,22,15,.25) 0%, rgba(13,22,15,.6) 55%, rgba(11,20,13,.94) 100%); }
.mega-feature > * { position: relative; z-index: 2; }
.mega-feature .mf-eye { font-family: var(--sans); font-size: .66rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--green-glow); }
.mega-feature h3 { color: #fff; font-size: 1.4rem; margin: 8px 0 9px; text-shadow: 0 2px 12px rgba(0,0,0,.5); }
.mega-feature p { color: var(--on-dark); font-size: .88rem; margin-bottom: 14px; text-shadow: 0 1px 8px rgba(0,0,0,.5); }

/* Suchleiste */
.searchbar { position: absolute; left: 0; right: 0; top: 100%; background: var(--card); border-bottom: 1px solid var(--line); box-shadow: var(--sh); z-index: 195; max-height: 0; overflow: hidden; transition: max-height .32s var(--ease-out); }
.searchbar.open { max-height: 170px; }
.searchbar .wrap { padding-block: 22px; }
.searchbar form { display: flex; gap: 12px; align-items: center; }
.search-field { flex: 1; display: flex; align-items: center; gap: 12px; border: 1.5px solid var(--line); border-radius: var(--r-lg); padding: 0 20px; transition: border .2s, box-shadow .2s; }
.search-field:focus-within { border-color: var(--green); box-shadow: 0 0 0 3px rgba(94,160,67,.16); }
.search-field svg { width: 22px; height: 22px; color: var(--muted); flex-shrink: 0; }
.search-field input { flex: 1; border: none; outline: none; padding: 15px 0; font-size: 1.05rem; background: transparent; }
.search-hint { font-size: .82rem; color: var(--muted); margin-top: 12px; }
.search-hint a { color: var(--green-ink); font-weight: 600; }

/* Burger / Mobile */
.burger { display: none; flex-direction: column; gap: 5px; padding: 12px; border: 1px solid var(--line); border-radius: 12px; }
.burger span { width: 22px; height: 2px; background: var(--ink); transition: .3s var(--ease-out); }
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav { position: fixed; inset: 0; z-index: 300; background: var(--bg); transform: translateX(100%); transition: transform .35s var(--ease-out); overflow-y: auto; padding: 22px 22px 60px; }
.mobile-nav.open { transform: translateX(0); }
.mobile-nav-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.mobile-nav img.mlogo { height: 40px; }
.mobile-close { font-size: 1.7rem; padding: 6px 12px; color: var(--ink); }
.mobile-search { display: flex; align-items: center; gap: 10px; border: 1.5px solid var(--line); border-radius: var(--r-lg); padding: 0 18px; margin-bottom: 14px; }
.mobile-search svg { width: 20px; height: 20px; color: var(--muted); }
.mobile-search input { flex: 1; border: none; outline: none; padding: 13px 0; background: transparent; }
.m-acc { border-bottom: 1px solid var(--line); }
.m-acc > button { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 15px 4px; font-family: var(--display); font-weight: 600; font-size: 1.24rem; color: var(--ink); text-align: left; }
.m-acc > button svg { width: 18px; height: 18px; color: var(--green); transition: transform .3s var(--ease-out); }
.m-acc.open > button svg { transform: rotate(180deg); }
.m-sub { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease-out); }
.m-acc.open .m-sub { max-height: 1500px; }
.m-sub ul { padding: 0 4px 12px; }
.m-sub a { display: block; padding: 9px 0; color: var(--ink-2); font-size: .98rem; }
.mobile-nav .btn { margin-top: 22px; justify-content: center; }
.mobile-meta { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); font-size: .92rem; color: var(--muted); }
.mobile-meta a { color: var(--green-ink); font-weight: 600; }

/* ============================================================
   Hero - Vollbild-Foto, seriös
   ============================================================ */
.hero { position: relative; overflow: hidden; min-height: calc(100svh - var(--header-h)); display: flex; flex-direction: column; justify-content: flex-end; background: var(--forest); }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transform: scale(1.06); filter: saturate(.97) contrast(1.03); transition: opacity 1.6s var(--ease), transform 11s linear; }
.hero-slide.active { opacity: 1; transform: scale(1); }
/* nur dezente Abdunklung unten links, Foto bleibt oben frei (Landcraft-Prinzip) */
.hero-shade { position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(8,12,8,0) 40%, rgba(8,12,8,.4) 74%, rgba(6,10,6,.84) 100%),
    linear-gradient(82deg, rgba(8,12,8,.52) 0%, rgba(8,12,8,.14) 44%, rgba(8,12,8,0) 68%); }
.hero-inner { position: relative; z-index: 4; width: 100%; max-width: 1640px; margin-inline: auto; padding-inline: clamp(28px, 5vw, 88px); padding-top: 80px; padding-bottom: clamp(46px, 7vh, 88px); display: flex; flex-direction: column; align-items: flex-start; }
.hero-text { max-width: 760px; color: #fff; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 15px; font-family: var(--sans); font-size: .76rem; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; color: #e1ebd6; }
.hero-eyebrow::before { content:""; width: 42px; height: 1px; background: var(--green-glow); flex-shrink: 0; }
.hero-text h1 { color: #fff; font-size: var(--fs-hero); margin: 22px 0 0; font-weight: 700; letter-spacing: -.025em; line-height: 1.04; text-shadow: 0 2px 30px rgba(0,0,0,.34); }
.hero-text > p { color: #eef1ea; font-size: 1.18rem; max-width: 510px; line-height: 1.6; margin-top: 22px; text-shadow: 0 1px 14px rgba(0,0,0,.4); }
.hero-actions { display: flex; gap: 28px; margin-top: 34px; flex-wrap: wrap; align-items: center; }
.hero-actions .btn-lg { padding: 0 36px; font-size: 1.04rem; min-height: 58px; }
.hero-link { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-family: var(--sans); font-weight: 600; font-size: 1.02rem; position: relative; }
.hero-link svg { width: 19px; height: 19px; transition: transform var(--dur-micro) var(--ease); }
.hero-link::after { content:""; position: absolute; left: 0; right: 29px; bottom: -5px; height: 1.5px; background: rgba(255,255,255,.5); transform: scaleX(0); transform-origin: left; transition: transform var(--dur-base) var(--ease); }
.hero-link:hover::after { transform: scaleX(1); }
.hero-link:hover svg { transform: translateX(4px); }
.hero-dots { display: flex; gap: 11px; margin-top: 46px; }
.hero-dots button { width: 34px; height: 3px; background: rgba(255,255,255,.34); transition: background var(--dur-base) var(--ease); }
.hero-dots button.active { background: var(--green-glow); }

/* ===== Vertrauensleiste unter dem Hero: flach, heller Grund, keine Glaseffekte ===== */
.trustbar { background: #fff; border-bottom: 1px solid var(--line); }
.trustbar .wrap { max-width: 1640px; padding-inline: clamp(28px, 5vw, 88px); display: flex; align-items: stretch; flex-wrap: wrap; }
.tb-rating { display: flex; align-items: center; gap: 13px; padding: 20px 32px; }
.tb-rating .gg { width: 28px; height: 28px; flex-shrink: 0; }
.tb-rating .tb-stars { display: inline-flex; gap: 2px; color: var(--star); }
.tb-rating .tb-stars svg { width: 13px; height: 13px; }
.tb-rating .tb-rsub { font-family: var(--sans); font-size: .82rem; color: var(--ink-2); line-height: 1.5; }
.tb-rating .tb-rsub b { color: var(--ink); font-weight: 700; }
.tb-item { display: flex; align-items: center; gap: 14px; padding: 20px 32px; flex: 1; min-width: 215px; }
.trustbar .tb-item, .trustbar .tb-rating + .tb-item { border-left: 1px solid var(--line); }
.tb-ic { width: 25px; height: 25px; flex-shrink: 0; color: var(--green-cta); }
.tb-ic svg { width: 100%; height: 100%; display: block; }
.tb-item b { display: block; font-family: var(--display); font-weight: 700; font-size: 1.02rem; line-height: 1.15; color: var(--ink); }
.tb-item span { font-size: .82rem; color: var(--ink-2); }

/* ============================================================
   Garten-Echtbild-Effekte: driftende echte Blaetter + Gras-Band
   ============================================================ */
.leafdrift { position: absolute; inset: 0; z-index: 3; overflow: hidden; pointer-events: none; }
.leafdrift span { position: absolute; top: -12%; width: calc(48px * var(--s, 1)); will-change: transform, top; animation: leaf-drift var(--d, 28s) linear var(--delay, 0s) infinite; }
.leafdrift span img { width: 100%; height: auto; display: block; opacity: .82; filter: drop-shadow(0 8px 10px rgba(0,0,0,.28)); }
@keyframes leaf-drift {
  0%   { top: -12%; opacity: 0; transform: translateX(0) rotate(0deg); }
  8%   { opacity: .9; }
  50%  { transform: translateX(-46px) rotate(150deg); }
  90%  { opacity: .9; }
  100% { top: 112%; opacity: 0; transform: translateX(36px) rotate(330deg); }
}
.grass-band { height: 104px; margin-top: -1px; background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22320%22%20height%3D%22104%22%20viewBox%3D%220%200%20320%20104%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22gA%22%20x1%3D%220%22%20y1%3D%221%22%20x2%3D%220%22%20y2%3D%220%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%232c5e2a%22/%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2369a83f%22/%3E%3C/linearGradient%3E%3ClinearGradient%20id%3D%22gB%22%20x1%3D%220%22%20y1%3D%221%22%20x2%3D%220%22%20y2%3D%220%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23356b30%22/%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237cb84a%22/%3E%3C/linearGradient%3E%3ClinearGradient%20id%3D%22gC%22%20x1%3D%220%22%20y1%3D%221%22%20x2%3D%220%22%20y2%3D%220%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23244f24%22/%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%234e8a36%22/%3E%3C/linearGradient%3E%3ClinearGradient%20id%3D%22gGround%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%221%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23356b30%22/%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23214a20%22/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath%20d%3D%22M0.5%2C103%20Q2.2%2C73.4%20-0.0%2C43.8%20Q6.4%2C73.4%208.9%2C103%20Z%22%20fill%3D%22url%28%23gB%29%22/%3E%3Cpath%20d%3D%22M320.5%2C103%20Q322.2%2C73.4%20320.0%2C43.8%20Q326.4%2C73.4%20328.9%2C103%20Z%22%20fill%3D%22url%28%23gB%29%22/%3E%3Cpath%20d%3D%22M14.0%2C103%20Q17.4%2C80.8%2029.7%2C58.6%20Q21.0%2C80.8%2021.0%2C103%20Z%22%20fill%3D%22url%28%23gB%29%22/%3E%3Cpath%20d%3D%22M334.0%2C103%20Q337.4%2C80.8%20349.7%2C58.6%20Q341.0%2C80.8%20341.0%2C103%20Z%22%20fill%3D%22url%28%23gB%29%22/%3E%3Cpath%20d%3D%22M37.3%2C103%20Q45.8%2C74.4%2053.4%2C45.8%20Q49.8%2C74.4%2045.2%2C103%20Z%22%20fill%3D%22url%28%23gB%29%22/%3E%3Cpath%20d%3D%22M43.4%2C103%20Q53.6%2C72.1%2060.7%2C41.2%20Q57.7%2C72.1%2051.5%2C103%20Z%22%20fill%3D%22url%28%23gB%29%22/%3E%3Cpath%20d%3D%22M63.0%2C103%20Q66.4%2C80.1%2076.4%2C57.2%20Q70.6%2C80.1%2071.3%2C103%20Z%22%20fill%3D%22url%28%23gB%29%22/%3E%3Cpath%20d%3D%22M70.9%2C103%20Q77.3%2C68.9%2074.4%2C34.8%20Q81.7%2C68.9%2079.8%2C103%20Z%22%20fill%3D%22url%28%23gB%29%22/%3E%3Cpath%20d%3D%22M92.1%2C103%20Q92.2%2C68.1%2092.9%2C33.2%20Q96.8%2C68.1%20101.3%2C103%20Z%22%20fill%3D%22url%28%23gB%29%22/%3E%3Cpath%20d%3D%22M110.1%2C103%20Q102.6%2C68.7%2098.9%2C34.4%20Q105.8%2C68.7%20116.7%2C103%20Z%22%20fill%3D%22url%28%23gB%29%22/%3E%3Cpath%20d%3D%22M124.6%2C103%20Q128.4%2C74.9%20132.8%2C46.8%20Q132.0%2C74.9%20131.8%2C103%20Z%22%20fill%3D%22url%28%23gB%29%22/%3E%3Cpath%20d%3D%22M132.9%2C103%20Q141.0%2C76.1%20140.1%2C49.2%20Q145.2%2C76.1%20141.2%2C103%20Z%22%20fill%3D%22url%28%23gB%29%22/%3E%3Cpath%20d%3D%22M149.5%2C103%20Q159.2%2C68.0%20167.4%2C33.0%20Q164.2%2C68.0%20159.5%2C103%20Z%22%20fill%3D%22url%28%23gB%29%22/%3E%3Cpath%20d%3D%22M159.1%2C103%20Q169.1%2C69.0%20180.7%2C34.9%20Q173.9%2C69.0%20168.7%2C103%20Z%22%20fill%3D%22url%28%23gB%29%22/%3E%3Cpath%20d%3D%22M179.8%2C103%20Q184.1%2C78.0%20195.9%2C53.1%20Q188.2%2C78.0%20188.1%2C103%20Z%22%20fill%3D%22url%28%23gB%29%22/%3E%3Cpath%20d%3D%22M188.9%2C103%20Q201.1%2C69.0%20209.7%2C35.1%20Q204.3%2C69.0%20195.2%2C103%20Z%22%20fill%3D%22url%28%23gB%29%22/%3E%3Cpath%20d%3D%22M205.5%2C103%20Q209.3%2C78.9%20202.6%2C54.8%20Q213.8%2C78.9%20214.6%2C103%20Z%22%20fill%3D%22url%28%23gB%29%22/%3E%3Cpath%20d%3D%22M216.5%2C103%20Q210.1%2C72.4%20204.6%2C41.8%20Q214.6%2C72.4%20225.4%2C103%20Z%22%20fill%3D%22url%28%23gB%29%22/%3E%3Cpath%20d%3D%22M238.8%2C103%20Q239.1%2C67.3%20244.0%2C31.5%20Q244.1%2C67.3%20248.8%2C103%20Z%22%20fill%3D%22url%28%23gB%29%22/%3E%3Cpath%20d%3D%22M247.0%2C103%20Q240.8%2C72.6%20233.5%2C42.2%20Q244.2%2C72.6%20253.8%2C103%20Z%22%20fill%3D%22url%28%23gB%29%22/%3E%3Cpath%20d%3D%22M265.4%2C103%20Q259.0%2C78.8%20253.7%2C54.6%20Q263.7%2C78.8%20274.9%2C103%20Z%22%20fill%3D%22url%28%23gB%29%22/%3E%3Cpath%20d%3D%22M284.3%2C103%20Q284.7%2C68.4%20283.8%2C33.9%20Q288.6%2C68.4%20292.1%2C103%20Z%22%20fill%3D%22url%28%23gB%29%22/%3E%3Cpath%20d%3D%22M295.4%2C103%20Q303.6%2C72.7%20301.7%2C42.3%20Q307.9%2C72.7%20303.8%2C103%20Z%22%20fill%3D%22url%28%23gB%29%22/%3E%3Cpath%20d%3D%22M-24.6%2C103%20Q-16.4%2C72.7%20-18.3%2C42.3%20Q-12.1%2C72.7%20-16.2%2C103%20Z%22%20fill%3D%22url%28%23gB%29%22/%3E%3Cpath%20d%3D%22M309.3%2C103%20Q311.8%2C75.0%20320.7%2C46.9%20Q315.3%2C75.0%20316.3%2C103%20Z%22%20fill%3D%22url%28%23gB%29%22/%3E%3Cpath%20d%3D%22M-10.7%2C103%20Q-8.2%2C75.0%200.7%2C46.9%20Q-4.7%2C75.0%20-3.7%2C103%20Z%22%20fill%3D%22url%28%23gB%29%22/%3E%3Cpath%20d%3D%22M2.6%2C103%20Q11.2%2C65.9%2022.8%2C28.8%20Q16.2%2C65.9%2012.4%2C103%20Z%22%20fill%3D%22url%28%23gA%29%22/%3E%3Cpath%20d%3D%22M322.6%2C103%20Q331.2%2C65.9%20342.8%2C28.8%20Q336.2%2C65.9%20332.4%2C103%20Z%22%20fill%3D%22url%28%23gA%29%22/%3E%3Cpath%20d%3D%22M19.7%2C103%20Q26.0%2C72.7%2025.4%2C42.4%20Q31.3%2C72.7%2030.2%2C103%20Z%22%20fill%3D%22url%28%23gA%29%22/%3E%3Cpath%20d%3D%22M30.0%2C103%20Q29.2%2C70.5%2020.8%2C38.1%20Q34.8%2C70.5%2041.2%2C103%20Z%22%20fill%3D%22url%28%23gA%29%22/%3E%3Cpath%20d%3D%22M45.7%2C103%20Q56.4%2C58.3%2067.7%2C13.6%20Q61.7%2C58.3%2056.3%2C103%20Z%22%20fill%3D%22url%28%23gA%29%22/%3E%3Cpath%20d%3D%22M64.2%2C103%20Q62.9%2C75.7%2069.3%2C48.5%20Q67.0%2C75.7%2072.4%2C103%20Z%22%20fill%3D%22url%28%23gA%29%22/%3E%3Cpath%20d%3D%22M80.3%2C103%20Q86.3%2C75.5%2083.9%2C47.9%20Q91.2%2C75.5%2090.1%2C103%20Z%22%20fill%3D%22url%28%23gA%29%22/%3E%3Cpath%20d%3D%22M98.9%2C103%20Q101.0%2C64.5%20104.2%2C25.9%20Q106.4%2C64.5%20109.5%2C103%20Z%22%20fill%3D%22url%28%23gA%29%22/%3E%3Cpath%20d%3D%22M111.9%2C103%20Q124.4%2C58.0%20135.4%2C13.1%20Q130.1%2C58.0%20123.3%2C103%20Z%22%20fill%3D%22url%28%23gA%29%22/%3E%3Cpath%20d%3D%22M129.8%2C103%20Q132.1%2C71.9%20126.4%2C40.7%20Q136.2%2C71.9%20138.1%2C103%20Z%22%20fill%3D%22url%28%23gA%29%22/%3E%3Cpath%20d%3D%22M145.0%2C103%20Q150.5%2C60.8%20146.8%2C18.5%20Q156.4%2C60.8%20156.8%2C103%20Z%22%20fill%3D%22url%28%23gA%29%22/%3E%3Cpath%20d%3D%22M157.6%2C103%20Q171.8%2C72.2%20177.3%2C41.5%20Q176.7%2C72.2%20167.5%2C103%20Z%22%20fill%3D%22url%28%23gA%29%22/%3E%3Cpath%20d%3D%22M177.3%2C103%20Q179.2%2C74.7%20187.5%2C46.4%20Q184.8%2C74.7%20188.4%2C103%20Z%22%20fill%3D%22url%28%23gA%29%22/%3E%3Cpath%20d%3D%22M190.0%2C103%20Q194.8%2C70.0%20212.2%2C37.0%20Q200.4%2C70.0%20201.0%2C103%20Z%22%20fill%3D%22url%28%23gA%29%22/%3E%3Cpath%20d%3D%22M207.6%2C103%20Q200.2%2C74.2%20197.4%2C45.4%20Q205.8%2C74.2%20218.8%2C103%20Z%22%20fill%3D%22url%28%23gA%29%22/%3E%3Cpath%20d%3D%22M227.2%2C103%20Q221.0%2C67.9%20221.5%2C32.9%20Q226.5%2C67.9%20238.1%2C103%20Z%22%20fill%3D%22url%28%23gA%29%22/%3E%3Cpath%20d%3D%22M245.1%2C103%20Q243.4%2C73.9%20246.7%2C44.8%20Q247.9%2C73.9%20254.0%2C103%20Z%22%20fill%3D%22url%28%23gA%29%22/%3E%3Cpath%20d%3D%22M263.4%2C103%20Q259.9%2C61.5%20262.1%2C20.1%20Q265.7%2C61.5%20274.9%2C103%20Z%22%20fill%3D%22url%28%23gA%29%22/%3E%3Cpath%20d%3D%22M274.6%2C103%20Q284.7%2C60.6%20284.0%2C18.2%20Q288.9%2C60.6%20283.1%2C103%20Z%22%20fill%3D%22url%28%23gA%29%22/%3E%3Cpath%20d%3D%22M288.2%2C103%20Q292.0%2C71.4%20302.7%2C39.7%20Q296.7%2C71.4%20297.5%2C103%20Z%22%20fill%3D%22url%28%23gA%29%22/%3E%3Cpath%20d%3D%22M302.9%2C103%20Q307.5%2C74.4%20310.3%2C45.8%20Q312.0%2C74.4%20311.8%2C103%20Z%22%20fill%3D%22url%28%23gA%29%22/%3E%3Cpath%20d%3D%22M-17.1%2C103%20Q-12.5%2C74.4%20-9.7%2C45.8%20Q-8.0%2C74.4%20-8.2%2C103%20Z%22%20fill%3D%22url%28%23gA%29%22/%3E%3Cpath%20d%3D%22M0%2C92%20Q160.0%2C86%20320%2C92%20L320%2C104%20L0%2C104%20Z%22%20fill%3D%22url%28%23gGround%29%22/%3E%3Cpath%20d%3D%22M0.2%2C96%20Q1.4%2C71.3%2010.3%2C46.7%20Q6.6%2C71.3%2010.6%2C96%20Z%22%20fill%3D%22url%28%23gC%29%22/%3E%3Cpath%20d%3D%22M320.2%2C96%20Q321.4%2C71.3%20330.3%2C46.7%20Q326.6%2C71.3%20330.6%2C96%20Z%22%20fill%3D%22url%28%23gC%29%22/%3E%3Cpath%20d%3D%22M28.7%2C96%20Q28.4%2C69.7%2034.4%2C43.4%20Q33.6%2C69.7%2039.2%2C96%20Z%22%20fill%3D%22url%28%23gC%29%22/%3E%3Cpath%20d%3D%22M39.1%2C96%20Q45.9%2C75.8%2046.3%2C55.6%20Q50.1%2C75.8%2047.4%2C96%20Z%22%20fill%3D%22url%28%23gC%29%22/%3E%3Cpath%20d%3D%22M59.9%2C96%20Q59.4%2C77.7%2049.9%2C59.5%20Q65.9%2C77.7%2072.9%2C96%20Z%22%20fill%3D%22url%28%23gC%29%22/%3E%3Cpath%20d%3D%22M90.3%2C96%20Q86.0%2C72.4%2078.3%2C48.8%20Q90.8%2C72.4%2099.9%2C96%20Z%22%20fill%3D%22url%28%23gC%29%22/%3E%3Cpath%20d%3D%22M100.4%2C96%20Q104.5%2C67.7%20100.0%2C39.3%20Q108.9%2C67.7%20109.2%2C96%20Z%22%20fill%3D%22url%28%23gC%29%22/%3E%3Cpath%20d%3D%22M119.5%2C96%20Q119.6%2C68.0%20123.2%2C40.0%20Q125.0%2C68.0%20130.3%2C96%20Z%22%20fill%3D%22url%28%23gC%29%22/%3E%3Cpath%20d%3D%22M143.6%2C96%20Q136.9%2C78.4%20133.1%2C60.8%20Q143.0%2C78.4%20156.0%2C96%20Z%22%20fill%3D%22url%28%23gC%29%22/%3E%3Cpath%20d%3D%22M167.6%2C96%20Q180.5%2C78.1%20190.7%2C60.2%20Q186.7%2C78.1%20180.0%2C96%20Z%22%20fill%3D%22url%28%23gC%29%22/%3E%3Cpath%20d%3D%22M189.3%2C96%20Q194.4%2C72.9%20201.8%2C49.7%20Q198.8%2C72.9%20197.9%2C96%20Z%22%20fill%3D%22url%28%23gC%29%22/%3E%3Cpath%20d%3D%22M208.2%2C96%20Q216.3%2C78.2%20229.7%2C60.4%20Q222.6%2C78.2%20220.7%2C96%20Z%22%20fill%3D%22url%28%23gC%29%22/%3E%3Cpath%20d%3D%22M221.7%2C96%20Q221.9%2C74.7%20224.1%2C53.4%20Q228.4%2C74.7%20234.7%2C96%20Z%22%20fill%3D%22url%28%23gC%29%22/%3E%3Cpath%20d%3D%22M237.1%2C96%20Q243.4%2C79.7%20251.4%2C63.4%20Q249.9%2C79.7%20250.0%2C96%20Z%22%20fill%3D%22url%28%23gC%29%22/%3E%3Cpath%20d%3D%22M265.3%2C96%20Q272.5%2C73.3%20278.8%2C50.6%20Q277.0%2C73.3%20274.4%2C96%20Z%22%20fill%3D%22url%28%23gC%29%22/%3E%3Cpath%20d%3D%22M286.3%2C96%20Q282.1%2C72.3%20279.3%2C48.6%20Q286.6%2C72.3%20295.2%2C96%20Z%22%20fill%3D%22url%28%23gC%29%22/%3E%3Cpath%20d%3D%22M311.0%2C96%20Q310.1%2C76.1%20319.3%2C56.3%20Q314.8%2C76.1%20320.6%2C96%20Z%22%20fill%3D%22url%28%23gC%29%22/%3E%3Cpath%20d%3D%22M-9.0%2C96%20Q-9.9%2C76.1%20-0.7%2C56.3%20Q-5.2%2C76.1%200.6%2C96%20Z%22%20fill%3D%22url%28%23gC%29%22/%3E%3C/svg%3E"), linear-gradient(180deg, #d3e6c2 0%, #dcecce 26%, rgba(220,236,206,0) 78%); background-repeat: repeat-x, no-repeat; background-position: bottom center, top center; background-size: 320px 104px, 100% 100%; }
@media (prefers-reduced-motion: reduce) { .leafdrift { display: none; } }

/* ============================================================
   Benefits-Band
   ============================================================ */
.trustwrap { background: var(--bg); }
.trust { position: relative; margin-top: -46px; z-index: 6; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-xl); box-shadow: var(--sh-lg); display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; }
.trust-item { display: flex; align-items: center; gap: 16px; padding: 28px 30px; position: relative; border-left: 1px solid var(--line-2); }
.trust-item:first-child { border-left: none; }
.trust-ic { width: 52px; height: 52px; border-radius: var(--r-tile); background: var(--green-soft); display: grid; place-items: center; flex-shrink: 0; }
.trust-ic svg { width: 25px; height: 25px; color: var(--green-ink); }
.trust-tx b { display: block; font-family: var(--display); font-weight: 600; font-size: 1.26rem; color: var(--ink); line-height: 1.12; }
.trust-tx span { font-size: .85rem; color: var(--muted); }

/* ============================================================
   Leistungs-Wegweiser (Bento)
   ============================================================ */
.overview { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 344px; gap: 18px; counter-reset: ovnum; }
.ov-card { counter-increment: ovnum; position: relative; display: block; border-radius: var(--r-2xl); overflow: hidden; background: var(--forest); box-shadow: var(--sh); height: 100%; transform: translateY(0); transition: transform var(--dur-micro) var(--ease); }
.ov-card.wide { grid-column: span 2; }
@media (hover:hover) { .ov-card:hover { transform: translateY(var(--lift-card)); } }
.ov-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1); transition: transform var(--dur-base) var(--ease); }
@media (hover:hover) { .ov-card:hover img { transform: scale(var(--img-zoom)); } }
/* Schatten-Aufwertung bei Hover via Pseudo-Opacity statt animiertem box-shadow */
.ov-card .ov-glow { position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: 0; box-shadow: var(--glow); border-radius: inherit; transition: opacity var(--dur-micro) var(--ease); }
@media (hover:hover) { .ov-card:hover .ov-glow { opacity: 1; } }
/* dunkler Grund-Verlauf fuer Lesbarkeit */
.ov-card::after { content:""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg, rgba(11,20,13,0) 30%, rgba(11,20,13,.5) 62%, rgba(8,16,10,.92) 100%); }
/* grosse Nummer oben (statisch) */
.ov-card::before { content: counter(ovnum, decimal-leading-zero); position: absolute; top: 20px; left: 26px; z-index: 3; font-family: var(--ui); font-weight: 700; font-size: 1.6rem; color: #fff; letter-spacing: -.02em; text-shadow: 0 2px 18px rgba(0,0,0,.6); opacity: .95; }
/* Body: Titel + Beschreibung dauerhaft sichtbar, ruhig */
.ov-body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 26px 28px 24px; }
.ov-body h3 { position: relative; color: #fff; font-size: 1.66rem; font-weight: 700; line-height: 1.08; letter-spacing: -.025em; margin: 0; text-shadow: 0 2px 16px rgba(0,0,0,.45); }
.ov-body h3::before { content:""; display: block; width: 40px; height: 3px; background: var(--green-glow); border-radius: 3px; margin-bottom: 14px; }
.ov-more { margin-top: 12px; }
.ov-body p { color: #e7efe0; font-size: .95rem; line-height: 1.55; margin: 0 0 12px; max-width: 94%; }
.ov-go { display: inline-flex; align-items: center; gap: 8px; font-size: .9rem; font-weight: 700; color: var(--green-glow); }
.ov-go svg { width: 17px; height: 17px; transition: transform var(--dur-micro) var(--ease); }
@media (hover:hover) { .ov-card:hover .ov-go svg { transform: translateX(4px); } }

/* ============================================================
   Split (Story) + Bild-in-Bild
   ============================================================ */
.split { display: grid; grid-template-columns: 1.02fr 1fr; gap: 74px; align-items: center; }
.split.reverse .split-media { order: 2; }
.split-media { position: relative; }
.split-media img { width: 100%; border-radius: var(--r-xl); box-shadow: var(--sh); aspect-ratio: 4/5; object-fit: cover; }
.split-media.wide img { aspect-ratio: 4/3; }
.split-media.tall img { aspect-ratio: 3/4; }

.media-stack { position: relative; }
.media-stack > img { position: relative; z-index: 2; width: 100%; border-radius: var(--r-xl); box-shadow: var(--sh-lg); aspect-ratio: 4/5; object-fit: cover; object-position: 60% center; }
.media-stack::before { content: none; }
.media-stack .ms-2 { position: absolute; right: -28px; bottom: -28px; width: 46%; z-index: 3; border: 7px solid var(--bg-soft); box-shadow: var(--sh-lg); border-radius: var(--r-lg); aspect-ratio: 1/1; object-fit: cover; }

.badge-1904 { position: absolute; left: 20px; top: 20px; z-index: 4; display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,.95); backdrop-filter: blur(10px) saturate(1.2); border-radius: var(--r-pill); padding: 9px 18px 9px 9px; box-shadow: var(--sh); border: 1px solid rgba(255,255,255,.7); }
.badge-1904 .b-seal { position: relative; width: 44px; height: 44px; border-radius: 50%; background: var(--gold-shine); display: grid; place-items: center; flex-shrink: 0; box-shadow: 0 7px 16px -6px rgba(47,107,63,.5), inset 0 1px 2px rgba(255,255,255,.4); }
.badge-1904 .b-seal svg { width: 23px; height: 23px; color: #fff; position: relative; z-index: 2; }
.badge-1904 .b-tx { display: flex; flex-direction: column; line-height: 1.1; white-space: nowrap; padding-right: 6px; }
.badge-1904 .b-tx span { font-family: var(--sans); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.badge-1904 .b-tx b { font-family: var(--display); font-weight: 700; font-size: 1.04rem; color: var(--ink); line-height: 1.1; }

.split-body h2 { font-size: var(--fs-2xl); margin: 16px 0 18px; font-weight: 800; letter-spacing: -.03em; }
.split-body p + p { margin-top: 14px; }
.split-actions { margin-top: 32px; display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }

/* Chef-Karte */
.boss { display: flex; align-items: center; gap: 18px; margin-top: 28px; padding: 20px 24px; background: var(--card); border-radius: var(--r-lg); box-shadow: var(--sh); border: 1px solid var(--line-2); }
.boss-photo { width: 68px; height: 68px; border-radius: 50%; overflow: hidden; flex-shrink: 0; box-shadow: 0 0 0 2px var(--bg), 0 0 0 4px var(--green); }
.boss-photo img { width: 100%; height: 100%; object-fit: cover; }
.boss-tx { flex: 1; }
.boss-tx .boss-quote { font-family: var(--display); font-style: italic; font-weight: 500; font-size: 1.14rem; color: var(--ink); margin: 0 0 6px; line-height: 1.3; }
.boss-sign { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.boss-sign span { font-size: .84rem; color: var(--muted); }
.boss-sign span b { color: var(--ink); font-weight: 700; }
.boss-sign .sig { width: 116px; height: auto; color: var(--forest); opacity: .82; transform: rotate(-3deg); flex-shrink: 0; }

.checklist { display: flex; flex-direction: column; gap: 14px; margin: 26px 0; }
.checklist li { display: flex; gap: 13px; align-items: flex-start; color: var(--ink-2); }
.checklist .ck { width: 24px; height: 24px; border-radius: 50%; background: var(--green-soft); display: grid; place-items: center; flex-shrink: 0; margin-top: 1px; }
.checklist .ck svg, .checklist li > svg { width: 22px; height: 22px; color: var(--green-ink); flex-shrink: 0; margin-top: 1px; }
.checklist .ck svg { width: 14px; height: 14px; }
.checklist b { color: var(--ink); }

/* ============================================================
   Stat band (Count-up) - dunkel
   ============================================================ */
.bg-dark::before { content:""; position: absolute; inset: 0; opacity: .5; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='600' viewBox='0 0 600 600'%3E%3Cg fill='none' stroke='%232f5740' stroke-width='1'%3E%3Cpath d='M0 120 C150 90 300 150 600 100'/%3E%3Cpath d='M0 220 C180 180 360 250 600 200'/%3E%3Cpath d='M0 340 C160 300 340 380 600 320'/%3E%3Cpath d='M0 460 C180 420 380 500 600 440'/%3E%3C/g%3E%3C/svg%3E"); background-size: 760px; }
.bg-dark .wrap { position: relative; z-index: 2; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.stat { text-align: left; padding-left: 24px; border-left: 1px solid rgba(255,255,255,.16); }
.stat b { font-family: var(--display); font-weight: 600; font-size: clamp(2.4rem, 4.4vw, 3.6rem); color: #fff; display: block; line-height: 1; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.stat b em, .stat b .ct-suf, .stat b .ct-plus { font-style: normal; color: var(--green-glow); display: inline; font-size: 1em; margin: 0; line-height: inherit; }
.stat span { display: block; margin-top: 12px; font-size: .92rem; color: var(--on-dark-muted); }

/* Helle Stats-Sektion (kein dunkler Block mehr im Content-Fluss) */
.statband { background: var(--green-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.statband .stat { border-left: 2px solid var(--green); }
.statband .stat b { color: var(--green-cta); }
.statband .stat b em, .statband .stat b .ct-suf, .statband .stat b .ct-plus { color: var(--green); -webkit-text-fill-color: var(--green); }
.statband .stat span { color: var(--ink-2); }

/* ============================================================
   Compare-Slider
   ============================================================ */
.compare { position: relative; width: 100%; aspect-ratio: 3/2; border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--sh-lg); user-select: none; touch-action: none; cursor: ew-resize; }
.compare .c-after, .compare .c-before { position: absolute; inset: 0; }
.compare .c-before { clip-path: inset(0 calc(100% - var(--p, 50%)) 0 0); will-change: clip-path; }
.compare img { width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.compare .c-after img, .compare .c-before img { position: absolute; inset: 0; }
.compare-tag { position: absolute; top: 16px; z-index: 4; display: inline-flex; align-items: center; gap: 6px; padding: 7px 15px; border-radius: var(--r-pill); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; pointer-events: none; }
.compare-tag svg { width: 13px; height: 13px; }
.compare-tag.v { left: 16px; background: rgba(255,255,255,.92); color: var(--ink); }
.compare-tag.n { right: 16px; background: var(--green-cta); color: #fff; }
.compare-line { position: absolute; top: 0; bottom: 0; left: var(--p, 50%); width: 3px; background: #fff; transform: translateX(-1.5px); z-index: 5; box-shadow: 0 0 14px rgba(0,0,0,.4); pointer-events: none; }
.compare-knob { position: absolute; top: 50%; left: var(--p, 50%); transform: translate(-50%, -50%); z-index: 6; width: 56px; height: 56px; border-radius: 50%; background: #fff; box-shadow: var(--sh); display: grid; place-items: center; pointer-events: none; transition: transform .12s var(--ease-out); }
.compare-knob::before { content:""; position: absolute; inset: -7px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,.6); }
.compare:hover .compare-knob { transform: translate(-50%, -50%) scale(1.06); }
.compare:active .compare-knob { transform: translate(-50%, -50%) scale(.94); }
.compare-knob svg { width: 24px; height: 24px; color: var(--green-ink); }
.compare input[type=range] { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; margin: 0; }

/* ============================================================
   Horizontaler Referenz-Slider
   ============================================================ */
.railwrap { position: relative; }
.rail { display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x proximity; padding-block: 6px 26px;
  margin-inline: calc(50% - 50vw);
  padding-inline: max(36px, calc(50vw - var(--wrap)/2 + 36px));
  scroll-padding-left: max(36px, calc(50vw - var(--wrap)/2 + 36px));
  scrollbar-width: none; -ms-overflow-style: none; }
.rail::-webkit-scrollbar { display: none; }
.rail-card { flex: 0 0 320px; scroll-snap-align: start; position: relative; border-radius: var(--r-xl); overflow: hidden; background: var(--forest); aspect-ratio: 4/5; box-shadow: var(--sh-sm); transition: box-shadow .3s var(--ease-out), transform .3s var(--ease-out); }
.rail-card:hover { box-shadow: var(--glow); transform: translateY(-6px); }
.rail-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease-out); }
.rail-card:hover img { transform: scale(1.06); }
.rail-card::after { content:""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(13,22,15,0) 52%, rgba(13,22,15,.2) 100%); }
.rail-body { position: absolute; left: 13px; right: 13px; bottom: 13px; z-index: 2; padding: 15px 17px 14px; background: rgba(255,255,255,.88); backdrop-filter: blur(18px) saturate(1.4); -webkit-backdrop-filter: blur(18px) saturate(1.4); border: 1px solid rgba(255,255,255,.72); border-radius: var(--r-lg); box-shadow: 0 14px 30px -14px rgba(15,40,22,.5); transition: transform .3s var(--ease-out); }
.rail-body .rk { font-size: .64rem; letter-spacing: var(--track-caps); text-transform: uppercase; color: var(--green-cta); font-weight: 800; }
.rail-body h3 { color: var(--ink); font-size: 1.16rem; font-weight: 700; margin-top: 5px; letter-spacing: -.02em; }
.rail-body .rail-go { display: inline-flex; align-items: center; gap: 7px; margin-top: 9px; font-size: .8rem; font-weight: 700; color: var(--green-cta); opacity: 0; transform: translateY(6px); transition: .3s var(--ease-out); }
.rail-card:hover .rail-body { transform: translateY(-3px); }
.rail-card:hover .rail-go { opacity: 1; transform: none; }
.rail-go svg { width: 15px; height: 15px; }

/* ============================================================
   Gallery (Filter-Grid) - Unterseiten
   ============================================================ */
.filterbar { display: flex; gap: 9px; flex-wrap: wrap; justify-content: center; margin-bottom: 36px; }
.filterbar button { padding: 10px 20px; font-size: .88rem; font-weight: 500; border: 1px solid var(--line); border-radius: var(--r-btn); color: var(--ink-2); background: #fff; transition: .18s var(--ease-out); }
.filterbar button:hover { border-color: var(--green); color: var(--green-ink); }
.filterbar button.active { background: var(--forest); color: #fff; border-color: var(--forest); }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gcard { position: relative; overflow: hidden; border-radius: var(--r-xl); background: var(--forest); aspect-ratio: 4/5; box-shadow: var(--sh-sm); }
.gcard:nth-child(4n) { aspect-ratio: 4/3; }
.gcard img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease-out); }
.gcard:hover img { transform: scale(1.06); }
.gcard-ov, .gcard-overlay { position: absolute; inset: 0; padding: 22px; display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(180deg, rgba(13,22,15,0) 40%, rgba(11,20,13,.85) 100%); }
.gcard-ov span, .gcard-overlay span { font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: var(--green-glow); font-weight: 700; }
.gcard-ov h3, .gcard-overlay h3 { color: #fff; font-size: 1.1rem; margin-top: 5px; font-weight: 600; }
.gcard.hide { display: none; }

/* ============================================================
   Leistungs-Karten (Unterseiten)
   ============================================================ */
.models { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.model { background: var(--card); border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--sh-sm); border: 1px solid var(--line); transition: transform .3s var(--ease-out), box-shadow .3s var(--ease-out); display: flex; flex-direction: column; }
.model:hover { transform: translateY(-6px); box-shadow: var(--glow); border-color: rgba(94,160,67,.4); }
.model-img { aspect-ratio: 4/3; overflow: hidden; }
.model-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease-out); }
.model:hover .model-img img { transform: scale(1.05); }
.model-body { padding: 28px; display: flex; flex-direction: column; flex: 1; }
.model-kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; flex-wrap: wrap; }
.model-kicker span { font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; color: var(--clay); font-weight: 800; }
.model-name { font-size: 1.55rem; font-weight: 600; }
.model-body p { margin: 10px 0 18px; font-size: .95rem; flex: 1; }
.model-tags { display: flex; gap: 7px; flex-wrap: wrap; margin-bottom: 18px; }
.model-tags span { font-size: .73rem; padding: 5px 12px; background: var(--green-soft); border-radius: var(--r-pill); color: var(--green-ink); font-weight: 600; }
.reddot { display: inline-flex; align-items: center; gap: 6px; font-size: .68rem; font-weight: 700; color: var(--clay); letter-spacing: .04em; text-transform: uppercase; }
.reddot::before { content:""; width: 9px; height: 9px; border-radius: 50%; background: var(--clay); }

/* ============================================================
   Prozess-Schritte
   ============================================================ */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; counter-reset: step; }
.step { position: relative; padding-top: 26px; border-top: 2px solid var(--line); }
.step::before { counter-increment: step; content: "0" counter(step); position: absolute; top: -2px; left: 0; width: 48px; height: 4px; background: var(--clay); }
.step .sn { font-family: var(--sans); font-weight: 700; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--clay); }
.step h3 { font-size: 1.3rem; margin: 8px 0 9px; }
.step p { font-size: .93rem; }

/* ============================================================
   Timeline
   ============================================================ */
.timeline { position: relative; max-width: 860px; margin-inline: auto; }
.timeline::before { content:""; position: absolute; left: 92px; top: 16px; bottom: 18px; width: 2px; background: linear-gradient(var(--green), var(--green-soft)); }
.tl-item { display: grid; grid-template-columns: 92px 1fr; gap: 50px; padding: 22px 0; position: relative; }
.tl-year { font-family: var(--display); font-weight: 600; font-size: clamp(1.7rem, 2.4vw, 2.3rem); color: var(--green-ink); text-align: right; line-height: 1; letter-spacing: -.02em; }
.tl-dot { position: absolute; left: 85px; top: 12px; width: 16px; height: 16px; border-radius: 50%; background: var(--clay); border: 3px solid var(--bg); box-shadow: 0 0 0 5px var(--clay-soft); z-index: 2; }
.tl-body { padding-top: 2px; }
.tl-body h3 { font-size: 1.42rem; margin-bottom: 8px; }
.tl-body p { font-size: .98rem; }
.tl-body img { margin-top: 18px; border-radius: var(--r-lg); box-shadow: var(--sh-sm); aspect-ratio: 16/9; object-fit: cover; width: 100%; }

/* ============================================================
   Foto-Album
   ============================================================ */
.album { position: relative; aspect-ratio: 4/5; border-radius: var(--r-2xl); overflow: hidden; box-shadow: var(--sh-lg); }
.album-slide { position: absolute; inset: 0; opacity: 0; transform: scale(1.05); transition: opacity .55s var(--ease-out), transform .9s var(--ease-out); }
.album-slide.active { opacity: 1; transform: none; }
.album-slide img { width: 100%; height: 100%; object-fit: cover; }
.album-count { position: absolute; left: 16px; bottom: 16px; z-index: 3; padding: 8px 16px; background: rgba(13,22,15,.5); backdrop-filter: blur(8px); color: #fff; border-radius: var(--r-pill); font-size: .82rem; font-weight: 600; font-family: var(--display); }
.album-count span { color: var(--green-glow); }
.album-nav { position: absolute; right: 16px; bottom: 16px; z-index: 3; display: flex; gap: 9px; }
.album-nav button { width: 46px; height: 46px; border-radius: 50%; background: rgba(255,255,255,.94); backdrop-filter: blur(6px); display: grid; place-items: center; color: var(--ink); box-shadow: var(--sh-sm); transition: .18s var(--ease-out); }
.album-nav button:hover { background: #fff; transform: translateY(-2px); }
.album-nav svg { width: 20px; height: 20px; }

/* ============================================================
   Bewertungen
   ============================================================ */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.reviewcard { background: linear-gradient(180deg, #ffffff 0%, #f4f9ee 100%); border: 1px solid var(--line); border-radius: var(--r-xl); box-shadow: var(--sh-sm); padding: 32px 30px; display: flex; flex-direction: column; gap: 16px; margin: 0; position: relative; transition: transform .3s var(--ease-out), box-shadow .3s var(--ease-out), border-color .3s var(--ease-out); }
.reviewcard::before { content:"\201C"; position: absolute; right: 24px; top: 8px; font-family: var(--display); font-size: 5.4rem; font-weight: 700; line-height: 1; color: rgba(94,160,67,.16); }
.reviewcard:hover { transform: translateY(-6px); box-shadow: var(--glow); border-color: rgba(94,160,67,.42); }
.rc-stars { display: inline-flex; gap: 3px; }
.rc-stars svg { width: 19px; height: 19px; color: var(--star); filter: drop-shadow(0 1px 2px rgba(245,178,35,.4)); }
.reviewcard blockquote { margin: 0; font-family: var(--display); font-size: 1.08rem; line-height: 1.5; color: var(--ink); position: relative; z-index: 1; }
.reviewcard figcaption { display: flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 6px; }
.rc-ava { width: 44px; height: 44px; border-radius: 50%; background: var(--green-cta); color: #fff; display: grid; place-items: center; font-family: var(--display); font-weight: 600; font-size: 1.16rem; flex-shrink: 0; }
.reviewcard figcaption b { display: block; font-family: var(--sans); font-weight: 700; font-size: .96rem; color: var(--ink); line-height: 1.2; }
.reviewcard figcaption span { font-size: .82rem; color: var(--muted); }
.reviews-note { text-align: center; font-size: .8rem; color: var(--muted); margin-top: 24px; }

/* ============================================================
   Anfrage-Stepper
   ============================================================ */
.booking { display: grid; grid-template-columns: 320px 1fr; border-radius: var(--r-2xl); overflow: hidden; box-shadow: var(--sh-lg); border: 1px solid var(--line); background: var(--card); }
.booking-aside { background: var(--bg-dark); color: #fff; padding: 38px 32px; position: relative; overflow: hidden; display: flex; flex-direction: column; }
.booking-aside::after { content:""; position: absolute; right: -90px; bottom: -90px; width: 260px; height: 260px; background: radial-gradient(circle, rgba(94,160,67,.32), transparent 70%); }
.booking-aside .kicker { color: var(--green-glow); position: relative; z-index: 2; }
.booking-aside .kicker::before { background: var(--green-glow); }
.booking-aside h2 { color: #fff; font-size: 1.8rem; margin: 14px 0 10px; position: relative; z-index: 2; }
.booking-aside > p { color: var(--on-dark-muted); font-size: .92rem; position: relative; z-index: 2; }
.booking-steps { display: flex; flex-direction: column; gap: 0; margin-top: 24px; position: relative; z-index: 2; }
.bk-step-ind { display: flex; align-items: center; gap: 13px; padding: 7px 0; color: var(--on-dark-faint); transition: color .3s; }
.bk-step-ind .n { width: 34px; height: 34px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,.22); display: grid; place-items: center; font-family: var(--display); font-weight: 600; font-size: .9rem; flex-shrink: 0; transition: .3s var(--ease-out); }
.bk-step-ind .n svg { width: 15px; height: 15px; }
.bk-step-ind > div { line-height: 1.12; }
.bk-step-ind b { font-family: var(--sans); font-weight: 600; font-size: .98rem; display: block; color: inherit; line-height: 1.12; }
.bk-step-ind span { display: block; font-size: .78rem; color: var(--on-dark-faint); line-height: 1.12; }
.bk-step-ind.active { color: #fff; }
.bk-step-ind.active .n { background: var(--green); border-color: var(--green); color: #fff; }
.bk-step-ind.done .n { background: rgba(94,160,67,.22); border-color: var(--green); color: var(--green-glow); }
.bk-service { margin-top: auto; padding-top: 24px; display: flex; align-items: center; gap: 13px; position: relative; z-index: 2; border-top: 1px solid rgba(255,255,255,.12); }
.bk-service-img { width: 50px; height: 50px; border-radius: 50%; overflow: hidden; flex-shrink: 0; border: 2px solid rgba(255,255,255,.22); }
.bk-service-img img { width: 100%; height: 100%; object-fit: cover; }
.bk-service-tx b { font-size: .92rem; color: #fff; display: block; line-height: 1.25; }
.bk-service-tx span { font-size: .78rem; color: var(--on-dark-faint); display: block; line-height: 1.2; }

.booking-main { padding: 36px 40px 32px; display: flex; flex-direction: column; }
.bk-progress { height: 4px; border-radius: 4px; background: var(--line); overflow: hidden; margin-bottom: 28px; }
.bk-progress i { display: block; height: 100%; width: 33%; background: var(--green); border-radius: 4px; transition: width .4s var(--ease-out); }
.bk-panel { display: none; animation: bk-in .4s var(--ease-out); }
.bk-panel.active { display: block; }
@keyframes bk-in { from { opacity: 0; transform: translateX(12px); } to { opacity: 1; transform: none; } }
.bk-panel h3 { font-size: 1.4rem; margin-bottom: 3px; }
.bk-panel > p { font-size: .92rem; color: var(--muted); margin-bottom: 18px; }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.choice { display: flex; align-items: center; gap: 13px; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: var(--r-lg); cursor: pointer; transition: .2s var(--ease-out); background: #fff; text-align: left; }
.choice:hover { border-color: var(--green); background: var(--green-soft); }
.choice.sel { border-color: var(--green); background: var(--green-soft); box-shadow: 0 0 0 2px rgba(94,160,67,.22); }
.choice .ch-ic { width: 42px; height: 42px; border-radius: var(--r-tile); background: var(--green-soft); display: grid; place-items: center; flex-shrink: 0; transition: .2s; }
.choice.sel .ch-ic, .choice:hover .ch-ic { background: var(--green-cta); }
.choice .ch-ic svg { width: 20px; height: 20px; color: var(--green-ink); transition: color .2s; }
.choice.sel .ch-ic svg, .choice:hover .ch-ic svg { color: #fff; }
.choice .ch-tx { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.choice .ch-tx b { font-size: .96rem; color: var(--ink); line-height: 1.2; }
.choice .ch-tx span { font-size: .79rem; color: var(--muted); line-height: 1.2; }
.bk-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.bk-field { display: flex; flex-direction: column; gap: 5px; }
.bk-field.full { grid-column: 1 / -1; }
.bk-field label { font-size: .8rem; font-weight: 600; color: var(--ink); }
.bk-field label .req { color: var(--red); }
.bk-field input, .bk-field select, .bk-field textarea { border: 1.5px solid var(--line); border-radius: var(--r); padding: 12px 14px; background: #fff; font-size: .95rem; transition: border .2s, box-shadow .2s; }
.bk-field input:focus, .bk-field select:focus, .bk-field textarea:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(94,160,67,.16); }
.bk-field input.err { border-color: var(--red); box-shadow: 0 0 0 3px rgba(196,80,58,.14); }
.bk-field textarea { resize: vertical; min-height: 84px; }
.bk-slots { display: flex; gap: 9px; flex-wrap: wrap; margin-top: 2px; }
.bk-slot { padding: 10px 18px; border: 1.5px solid var(--line); border-radius: var(--r-btn); font-size: .88rem; font-weight: 500; cursor: pointer; transition: .18s var(--ease-out); background: #fff; }
.bk-slot:hover { border-color: var(--green); }
.bk-slot.sel { background: var(--forest); color: #fff; border-color: var(--forest); }
.bk-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 26px; }
.bk-back { display: inline-flex; align-items: center; gap: 7px; font-weight: 600; color: var(--muted); font-size: .92rem; }
.bk-back svg { width: 16px; height: 16px; }
.bk-back:hover { color: var(--ink); }
.bk-consent { font-size: .8rem; color: var(--muted); display: flex; gap: 8px; align-items: flex-start; margin-top: 16px; }
.bk-consent input { margin-top: 3px; }
.bk-done { text-align: center; padding: 28px 10px; }
.bk-done .bk-check { width: 72px; height: 72px; border-radius: 50%; background: var(--green-soft); display: grid; place-items: center; margin: 0 auto 16px; }
.bk-done .bk-check svg { width: 34px; height: 34px; color: var(--green-ink); }
.bk-done h3 { font-size: 1.6rem; margin-bottom: 6px; }
.bk-done p { color: var(--muted); max-width: 380px; margin: 0 auto; }
.bk-summary { margin: 18px auto 0; max-width: 360px; text-align: left; background: var(--bg-soft); border-radius: var(--r-lg); padding: 16px 20px; }
.bk-summary div { display: flex; justify-content: space-between; gap: 16px; padding: 5px 0; font-size: .9rem; }
.bk-summary div span { color: var(--muted); }
.bk-summary div b { color: var(--ink); font-weight: 600; text-align: right; }

/* ============================================================
   Standorte + Karten
   ============================================================ */
.locations { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.loc { background: var(--card); border-radius: var(--r-xl); border: 1px solid var(--line); box-shadow: var(--sh-sm); overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .3s var(--ease-out), transform .3s var(--ease-out); }
.loc:hover { box-shadow: var(--glow); transform: translateY(-6px); border-color: rgba(94,160,67,.4); }
.loc-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 20px 26px; border-bottom: 1px solid var(--line); }
.loc-city { display: inline-flex; align-items: center; gap: 9px; font-family: var(--display); font-weight: 600; font-size: 1.3rem; color: var(--ink); }
.loc-city svg { width: 20px; height: 20px; color: var(--green-ink); }
.loc-open { display: inline-flex; align-items: center; gap: 7px; padding: 6px 14px; background: var(--green-soft); color: var(--green-ink); border-radius: var(--r-pill); font-size: .74rem; font-weight: 700; }
.loc-open i { width: 7px; height: 7px; border-radius: 50%; background: var(--green-cta); }
.loc-map { position: relative; height: 230px; background: var(--bg-soft); }
.loc-map iframe { width: 100%; height: 100%; border: 0; display: block; filter: grayscale(.25) contrast(1.05); transition: filter .4s; }
.loc:hover .loc-map iframe { filter: grayscale(0) contrast(1.05); }
.loc-info { padding: 28px; display: flex; flex-direction: column; gap: 3px; }
.loc-row { display: flex; gap: 12px; align-items: flex-start; padding: 6px 0; color: var(--ink-2); }
.loc-row svg { width: 18px; height: 18px; color: var(--green-ink); flex-shrink: 0; margin-top: 4px; }
.loc-row a:hover { color: var(--green-ink); }
.loc-hours { font-size: .92rem; }
.loc-info .btn { margin-top: 18px; align-self: flex-start; }

/* ============================================================
   CTA band
   ============================================================ */
.cta, .cta-band { position: relative; overflow: hidden; background: var(--bg-dark); color: #fff; text-align: center; }
.cta-bg, .cta-band-bg { position: absolute; inset: 0; opacity: .26; background-size: cover; background-position: center; }
.cta::after, .cta-band::after { content:""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 120%, rgba(94,160,67,.22), transparent 60%); }
.cta .wrap, .cta-band .wrap { position: relative; z-index: 2; padding-block: 100px; }
.cta h2, .cta-band h2 { color: #fff; font-size: clamp(2.2rem, 4.2vw, 3.3rem); max-width: 760px; margin-inline: auto; }
.cta p, .cta-band p { color: var(--on-dark-muted); max-width: 580px; margin: 16px auto 34px; font-size: 1.1rem; }
.cta .hero-actions, .cta-band .hero-actions { justify-content: center; margin-top: 0; }

/* ============================================================
   Footer
   ============================================================ */
.footer { background: var(--bg-dark); color: var(--on-dark-muted); position: relative; }
.footer-cta { background: linear-gradient(100deg, #18301f, #20402a); border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-cta .wrap { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 46px; flex-wrap: wrap; }
.footer-cta h3 { color: #fff; font-size: clamp(1.7rem, 2.8vw, 2.4rem); }
.footer-cta p { color: var(--on-dark-muted); margin-top: 6px; }
.footer-cta .fc-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.footer-trust { border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-trust .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding-block: 32px; }
.ft-badge { display: flex; align-items: center; gap: 13px; }
.ft-badge .ft-ic { width: 46px; height: 46px; border-radius: var(--r-tile); background: rgba(94,160,67,.16); display: grid; place-items: center; flex-shrink: 0; }
.ft-badge .ft-ic svg { width: 22px; height: 22px; color: var(--green-glow); }
.ft-badge b { color: #fff; font-size: .98rem; display: block; font-family: var(--display); font-weight: 600; }
.ft-badge span { font-size: .8rem; color: var(--on-dark-faint); }
.footer-top { padding-top: 64px; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr 1.3fr; gap: 40px; padding-bottom: 46px; }
.footer h4 { font-family: var(--sans); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: #fff; margin-bottom: 18px; }
.footer-logo { height: 46px; margin-bottom: 18px; }
.footer-brand p { color: var(--on-dark-faint); font-size: .92rem; max-width: 320px; }
.footer-socials { display: flex; gap: 11px; margin-top: 22px; }
.footer-socials a { width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255,255,255,.14); display: grid; place-items: center; transition: .22s var(--ease-out); }
.footer-socials a:hover { background: var(--green); border-color: var(--green); transform: translateY(-2px); }
.footer-socials svg { width: 18px; height: 18px; color: var(--on-dark); }
.footer-socials a:hover svg { color: #fff; }
.footer ul { display: flex; flex-direction: column; gap: 10px; }
.footer ul a { color: #aab69e; font-size: .92rem; transition: color .2s, padding .2s var(--ease-out); }
.footer ul a:hover { color: var(--green-glow); padding-left: 5px; }
.footer-contact div { display: flex; gap: 11px; align-items: flex-start; margin-bottom: 12px; font-size: .92rem; color: #aab69e; }
.footer-contact svg { width: 17px; height: 17px; color: var(--green-glow); flex-shrink: 0; margin-top: 3px; }
.footer-contact a:hover { color: #fff; }
.footer-newsletter { margin-top: 8px; }
.footer-newsletter form { display: flex; gap: 8px; margin-top: 10px; }
.footer-newsletter input { flex: 1; min-width: 0; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: var(--r-lg); padding: 11px 16px; color: #fff; font-size: .9rem; }
.footer-newsletter input::placeholder { color: var(--on-dark-faint); }
.footer-newsletter input:focus { outline: none; border-color: var(--green); }
.footer-newsletter button { flex-shrink: 0; width: 46px; border-radius: 50%; background: var(--green-cta); color: #fff; display: grid; place-items: center; transition: .2s var(--ease-out); }
.footer-newsletter button:hover { background: var(--green-cta-h); }
.footer-newsletter button svg { width: 18px; height: 18px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; font-size: .85rem; color: var(--on-dark-faint); }
.footer-bottom-links { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-bottom-links a:hover { color: var(--green-glow); }

/* ============================================================
   Kontakt-Dock
   ============================================================ */
.dock { position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 180; }
.dock-tab { position: relative; z-index: 2; display: grid; place-items: center; padding: 15px 13px; background: var(--forest); color: #fff; border: 1px solid rgba(255,255,255,.16); border-right: none; border-radius: 14px 0 0 14px; box-shadow: -10px 14px 30px -16px rgba(0,0,0,.45); transition: background .25s, transform .25s var(--ease-out), padding .25s; }
.dock-tab:hover, .dock.open .dock-tab { background: var(--green-cta); transform: translateX(-2px); }
.dock-tab .dt-ic { width: 26px; height: 26px; display: grid; place-items: center; }
.dock-tab .dt-ic svg { width: 24px; height: 24px; }
.dock-panel { position: absolute; right: 100%; top: 50%; transform: translateY(-50%) translateX(16px) scale(.97); transform-origin: right center; width: 326px; margin-right: 12px; background: var(--card); border-radius: var(--r-xl); box-shadow: var(--sh-lg); border: 1px solid var(--line); opacity: 0; visibility: hidden; transition: opacity .26s var(--ease-out), transform .28s var(--ease-out), visibility .28s; overflow: hidden; }
.dock:hover .dock-panel, .dock.open .dock-panel { opacity: 1; visibility: visible; transform: translateY(-50%) translateX(0) scale(1); transition-delay: 0s; }
.dock-panel::after { content:""; position: absolute; left: 100%; top: 0; bottom: 0; width: 24px; }
.dock-panel-head { background: var(--bg-dark); color: #fff; padding: 18px 20px; display: flex; align-items: center; gap: 12px; }
.dock-panel-head .dp-ic { width: 40px; height: 40px; border-radius: 50%; background: var(--green); display: grid; place-items: center; flex-shrink: 0; }
.dock-panel-head .dp-ic svg { width: 20px; height: 20px; color: #fff; }
.dock-panel-head b { font-family: var(--display); font-weight: 600; font-size: 1.06rem; display: block; }
.dock-panel-head span { font-size: .78rem; color: var(--on-dark-muted); }
.dock-quick { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 16px 16px 6px; }
.dock-quick a { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 4px; border: 1px solid var(--line); border-radius: var(--r); font-size: .76rem; font-weight: 600; color: var(--ink-2); transition: .18s var(--ease-out); }
.dock-quick a:hover { border-color: var(--green); background: var(--green-soft); color: var(--green-ink); transform: translateY(-2px); }
.dock-quick a svg { width: 20px; height: 20px; color: var(--green-ink); }
.dock-form { padding: 8px 16px 18px; display: flex; flex-direction: column; gap: 9px; }
.dock-form .df-lbl { font-size: .78rem; font-weight: 600; color: var(--ink); margin-bottom: -2px; }
.dock-form input, .dock-form textarea { border: 1.5px solid var(--line); border-radius: var(--r); padding: 10px 12px; font-size: .88rem; background: #fff; transition: border .2s, box-shadow .2s; }
.dock-form input:focus, .dock-form textarea:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(94,160,67,.16); }
.dock-form textarea { resize: none; min-height: 54px; }
.dock-form .btn { justify-content: center; width: 100%; margin-top: 2px; }
.dock-form .df-note { font-size: .78rem; color: var(--green-ink); font-weight: 600; text-align: center; display: none; }
.dock-form .df-note.show { display: block; }

.mobilebar { display: none; }
.totop { position: fixed; right: 20px; bottom: 20px; z-index: 150; width: 50px; height: 50px; border-radius: 50%; background: var(--forest); color: #fff; display: grid; place-items: center; box-shadow: var(--sh); opacity: 0; visibility: hidden; transform: translateY(12px); transition: .3s var(--ease-out); }
.totop.show { opacity: 1; visibility: visible; transform: translateY(0); }
.totop:hover { background: var(--green-cta); transform: translateY(-2px); }
.totop svg { width: 22px; height: 22px; }

/* ============================================================
   Page hero (Unterseiten) - Waldgrün
   ============================================================ */
.page-hero { position: relative; overflow: hidden; background: var(--bg-dark); }
.page-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .34; }
.page-hero::after { content:""; position:absolute; inset:0; background: linear-gradient(180deg, rgba(18,40,26,.62), rgba(15,33,22,.9)); }
.page-hero .wrap { position: relative; z-index: 2; padding-block: 92px 80px; }
.breadcrumb { display: flex; gap: 9px; align-items: center; font-size: .84rem; color: var(--on-dark-muted); margin-bottom: 18px; }
.breadcrumb a:hover { color: var(--green-glow); }
.breadcrumb span { opacity: .5; }
.page-hero h1 { color: #fff; font-size: clamp(2.4rem, 4.8vw, 3.8rem); max-width: 780px; font-weight: 600; letter-spacing: -.02em; }
.page-hero p { color: var(--on-dark-muted); max-width: 600px; margin-top: 18px; font-size: 1.14rem; }
.page-hero .eyebrow, .cta .eyebrow, .cta-band .eyebrow, .bg-dark .eyebrow, .page-hero .kicker, .bg-dark .kicker { color: var(--green-glow); }
.page-hero .eyebrow::before, .cta .eyebrow::before, .cta-band .eyebrow::before, .bg-dark .eyebrow::before, .page-hero .kicker::before, .bg-dark .kicker::before { background: var(--green-glow); }

/* ============================================================
   FAQ
   ============================================================ */
.faq { max-width: 840px; margin-inline: auto; }
.faq-item { border: 1px solid var(--line); border-radius: var(--r-lg); margin-bottom: 12px; background: var(--card); overflow: hidden; transition: border-color .2s; }
.faq-item[open] { border-color: var(--green); }
.faq-item summary { list-style: none; cursor: pointer; padding: 20px 52px 20px 24px; font-family: var(--display); font-weight: 600; font-size: 1.14rem; color: var(--ink); position: relative; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content:""; position: absolute; right: 22px; top: 50%; width: 13px; height: 13px; transform: translateY(-50%); background: var(--green-ink); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 5v14M5 12h14' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 5v14M5 12h14' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat; transition: transform .3s var(--ease-out); }
.faq-item[open] summary::after { transform: translateY(-50%) rotate(135deg); }
.faq-item .faq-body { padding: 0 24px 22px; }
.faq-item .faq-body p { font-size: .98rem; }
.faq-item .faq-body p + p { margin-top: 11px; }

/* ============================================================
   Holzarten / Woods (Reststil)
   ============================================================ */
.woods { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.wood-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px 18px; text-align: center; transition: transform .25s var(--ease-out), box-shadow .25s var(--ease-out); }
.wood-card:hover { transform: translateY(-4px); box-shadow: var(--sh-sm); }
.wood-swatch { width: 54px; height: 54px; border-radius: 50%; margin: 0 auto 12px; box-shadow: inset 0 -6px 14px rgba(0,0,0,.16); border: 1px solid rgba(0,0,0,.06); }
.wood-card h3 { font-size: 1.1rem; margin-bottom: 4px; font-weight: 600; }
.wood-card span { font-size: .8rem; color: var(--muted); }

.prose { max-width: 760px; }
.prose p { font-size: 1.06rem; margin-bottom: 16px; }
.infocard { display: grid; grid-template-columns: 1.2fr 1fr; align-items: stretch; background: var(--card); border-radius: var(--r-2xl); overflow: hidden; box-shadow: var(--sh); border: 1px solid var(--line); }
.infocard-body { padding: 48px; display: flex; flex-direction: column; justify-content: center; }
.infocard-body h2 { font-size: 2rem; margin: 12px 0 14px; }
.infocard-media { background-size: cover; background-position: center; min-height: 300px; }

.badge-stat { position: absolute; background: var(--card); border-radius: var(--r-lg); box-shadow: var(--sh); padding: 18px 24px; text-align: center; border: 1px solid var(--line-2); }
.badge-stat.bl { left: -26px; bottom: 36px; }
.badge-stat.tr { right: -22px; top: 36px; }
.badge-stat b { font-family: var(--display); font-weight: 600; font-size: 2.1rem; color: var(--green-ink); display: block; line-height: 1; }
.badge-stat span { font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }

/* ============================================================
   "Im Aufbau"
   ============================================================ */
.construct { min-height: 64vh; display: grid; place-items: center; text-align: center; padding: 84px 24px; position: relative; }
.construct-mark { font-family: var(--display); font-weight: 600; font-size: clamp(4.5rem, 15vw, 10rem); color: var(--green); opacity: .12; line-height: .8; letter-spacing: -.03em; }
.construct-inner { max-width: 580px; margin-top: -38px; }
.construct .kicker { justify-content: center; margin-bottom: 16px; }
.construct h1 { font-size: clamp(2rem, 4.6vw, 3.2rem); margin-bottom: 16px; }
.construct p { font-size: 1.08rem; margin-bottom: 30px; }
.construct .hero-actions { justify-content: center; display: flex; gap: 14px; flex-wrap: wrap; }
.construct-note { margin-top: 36px; font-size: .85rem; color: var(--muted); display: inline-flex; align-items: center; gap: 9px; padding: 9px 18px; background: var(--bg-soft); border-radius: var(--r-pill); }
.construct-note svg { width: 16px; height: 16px; color: var(--green-ink); }

/* ============================================================
   Reveal
   ============================================================ */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease-soft), transform .8s var(--ease-soft); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
.reveal.d4 { transition-delay: .32s; }
.reveal.d5 { transition-delay: .40s; }
.reveal-scale { opacity: 0; transform: translateY(26px) scale(.97); transition: opacity .8s var(--ease-soft), transform .8s var(--ease-soft); }
.reveal-scale.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-scale { opacity: 1; transform: none; transition: none; }
  .hero-frame .hero-slide { transition: opacity .4s; }
  .badge-1904 .b-seal::after, .dock-tab { animation: none; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .08s !important; }
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1439px) {
  .h-service { display: none; }
}
@media (max-width: 1200px) {
  :root { --header-h: 72px; }
  .nav { display: none; }
  .burger { display: flex; }
  .header-cta { margin-left: auto; }
  .hero .wrap { grid-template-columns: 1fr; gap: 40px; padding-top: 48px; padding-bottom: 60px; min-height: 0; }
  .hero-text { max-width: 640px; }
  .hero-art { max-width: 540px; }
  .hero-frame { aspect-ratio: 4/3; }
  .booking { grid-template-columns: 1fr; }
  .booking-aside { padding: 30px; }
  .booking-steps { flex-direction: row; flex-wrap: wrap; gap: 10px 20px; }
  .bk-step-ind span { display: none; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 34px; }
  .footer-trust .wrap { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1024px) {
  .split { grid-template-columns: 1fr; gap: 48px; }
  .split.reverse .split-media { order: 0; }
  .media-stack .ms-2 { right: 14px; bottom: -24px; width: 40%; }
  .badge-1904 { left: 14px; top: 14px; }
  .trust { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(3) { border-left: none; }
  .overview { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 264px; }
  .ov-card.wide { grid-column: span 2; }
  .gallery, .models, .woods { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 30px 24px; }
  .steps, .reviews { grid-template-columns: repeat(2, 1fr); }
  .rail-card { flex-basis: 280px; }
}
@media (max-width: 720px) {
  body { font-size: 16px; }
  .section { padding: 64px 0; }
  .section.tight { padding: 48px 0; }
  .wrap { padding-inline: 18px; }
  .header > .wrap { padding-inline: 18px; }
  .hero-text h1 { font-size: clamp(2.3rem, 9vw, 3rem); }
  .hero-actions { gap: 18px; flex-direction: column; align-items: flex-start; }
  .hero-actions .btn { flex: none; width: 100%; justify-content: center; }
  .hero-float { left: 10px; bottom: 12px; padding: 10px 14px 10px 10px; }
  .hero-badge { right: 10px; top: 14px; }
  .header-cta #searchToggle { display: none; }
  .btn-termin span { display: none; }
  .btn-termin { padding: 12px 16px; }
  .trust { grid-template-columns: repeat(2, 1fr); margin-top: -30px; }
  .trust-item { flex-direction: column; align-items: flex-start; border-left: none; border-top: 1px solid var(--line-2); padding: 16px 15px; gap: 11px; }
  .trust-item:nth-child(-n+2) { border-top: none; }
  .trust-item:nth-child(odd) { border-right: 1px solid var(--line-2); }
  .trust-ic { width: 44px; height: 44px; border-radius: 13px; }
  .trust-ic svg { width: 21px; height: 21px; }
  .trust-tx b { font-size: 1.04rem; line-height: 1.2; }
  .trust-tx span { font-size: .76rem; line-height: 1.25; display: block; margin-top: 2px; }
  .media-stack > img { aspect-ratio: 4/3; object-position: 72% center; }
  .media-stack .ms-2 { display: none; }
  .overview, .gallery, .models, .woods, .locations, .stats, .choice-grid, .bk-grid, .steps, .reviews { grid-template-columns: 1fr; }
  .overview { grid-auto-rows: 240px; }
  .ov-card.wide { grid-column: span 1; }
  .timeline::before { left: 8px; }
  .tl-item { grid-template-columns: 1fr; gap: 6px; padding-left: 34px; }
  .tl-year { text-align: left; }
  .tl-dot { left: 1px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 26px 22px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-trust .wrap { grid-template-columns: 1fr; gap: 16px; }
  .footer-cta .wrap { flex-direction: column; align-items: flex-start; }
  .infocard { grid-template-columns: 1fr; }
  .infocard-body { padding: 32px; }
  .infocard-media { min-height: 200px; order: -1; }
  .dock { display: none; }
  .album { margin: 0; }
  .booking-main { padding: 28px 20px; }
  .booking-aside { padding: 26px 22px; }
  .booking-steps { flex-direction: row; flex-wrap: nowrap; gap: 8px; }
  .bk-step-ind { flex-direction: column; align-items: center; gap: 6px; flex: 1; min-width: 0; text-align: center; padding: 4px 0; }
  .bk-step-ind .n { width: 30px; height: 30px; }
  .bk-step-ind b { display: block; font-size: .8rem; line-height: 1.15; }
  .totop { bottom: 18px; right: 16px; }
}

/* ============================================================
   GARTEN-EFFEKTE: schwebende Blätter + Gras-Silhouette
   ============================================================ */
.leaffall { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 1; }
.leaffall .leaf { position: absolute; top: -10%; width: 26px; height: 26px; color: var(--green); opacity: 0; will-change: transform, top; animation: leaf-fall 14s linear infinite; }
.leaffall .leaf svg { width: 100%; height: 100%; display: block; filter: drop-shadow(0 5px 7px rgba(20,40,20,.14)); }
.leaffall .leaf:nth-child(2n) { width: 32px; height: 32px; animation-name: leaf-fall-2; }
.leaffall .leaf:nth-child(3n) { color: var(--clay); }
.leaffall .leaf:nth-child(4n) { color: var(--green-cta); }
.leaffall .leaf:nth-child(5n) { width: 18px; height: 18px; opacity: 0; }
.leaffall .leaf:nth-child(7n) { color: var(--green-glow); }
@keyframes leaf-fall {
  0%   { top: -10%; opacity: 0; transform: translateX(0) rotate(0deg); }
  10%  { opacity: .9; }
  50%  { transform: translateX(34px) rotate(150deg); }
  88%  { opacity: .9; }
  100% { top: 110%; opacity: 0; transform: translateX(70px) rotate(320deg); }
}
@keyframes leaf-fall-2 {
  0%   { top: -10%; opacity: 0; transform: translateX(0) rotate(0deg); }
  10%  { opacity: .82; }
  50%  { transform: translateX(-40px) rotate(-160deg); }
  88%  { opacity: .82; }
  100% { top: 110%; opacity: 0; transform: translateX(-78px) rotate(-300deg); }
}
/* auf dunklem Grund hellere Blätter */
.page-hero .leaffall .leaf, .bg-dark .leaffall .leaf, .cta-band .leaffall .leaf { color: var(--green-glow); }
.page-hero .leaffall .leaf:nth-child(3n), .bg-dark .leaffall .leaf:nth-child(3n), .cta-band .leaffall .leaf:nth-child(3n) { color: #cfe7b0; }
.page-hero .leaffall .leaf:nth-child(4n), .bg-dark .leaffall .leaf:nth-child(4n), .cta-band .leaffall .leaf:nth-child(4n) { color: #a7d785; }

/* Gras-Silhouette als organische Kante */
.grass-edge { position: absolute; left: 0; right: 0; bottom: -1px; height: 46px; z-index: 5; pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 46' preserveAspectRatio='none'%3E%3Cpath fill='%232f6b3f' d='M0,46 L4,20 L8,46 L12,9 L17,46 L21,24 L25,46 L30,5 L36,46 L40,17 L44,46 L49,26 L53,46 L58,11 L64,46 L68,21 L72,46 L77,6 L83,46 L87,19 L91,46 L96,13 L101,46 L105,24 L110,46 L115,10 L120,46 Z'/%3E%3Cpath fill='%235ea043' d='M2,46 L6,28 L10,46 L15,22 L19,46 L24,30 L28,46 L34,18 L39,46 L43,29 L47,46 L52,24 L57,46 L62,27 L67,46 L73,19 L78,46 L82,30 L86,46 L92,23 L97,46 L102,31 L107,46 L112,22 L117,46 Z'/%3E%3C/svg%3E") repeat-x bottom; background-size: 150px 46px; }
.grass-edge.flip { transform: scaleX(-1); }

@media (prefers-reduced-motion: reduce) {
  .leaffall { display: none; }
}
@media (max-width: 720px) {
  .leaffall .leaf { width: 20px; height: 20px; }
  .leaffall .leaf:nth-child(2n) { width: 24px; height: 24px; }
  .grass-edge { height: 32px; background-size: 120px 32px; }
}

/* ============================================================
   Anfrage-Sektion (betont, dunkel) + Formular-Karte ohne Aside
   ============================================================ */
.anfrage { position: relative; overflow: hidden; background: var(--bg-dark); color: #fff; }
.anfrage-bg { position: absolute; inset: 0; z-index: 0; background-image: linear-gradient(100deg, rgba(12,26,18,.96) 0%, rgba(12,26,18,.82) 46%, rgba(12,26,18,.7) 100%), url("../img/garten2.jpg"); background-size: cover; background-position: center; }
.anfrage-inner { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.08fr; gap: 56px; align-items: center; }
.anfrage-pitch .kicker { color: var(--green-glow); }
.anfrage-pitch .kicker::before { background: var(--green-glow); }
.anfrage-pitch h2 { color: #fff; font-size: clamp(2rem, 3.6vw, 2.9rem); margin: 14px 0 14px; }
.anfrage-pitch > p { color: var(--on-dark); max-width: 440px; font-size: 1.06rem; }
.anfrage-list { display: flex; flex-direction: column; gap: 13px; margin: 28px 0; }
.anfrage-list li { display: flex; align-items: center; gap: 13px; color: #e7ece1; font-weight: 500; }
.anfrage-list .ck { width: 28px; height: 28px; border-radius: 50%; background: rgba(143,206,106,.18); display: grid; place-items: center; flex-shrink: 0; }
.anfrage-list .ck svg { width: 15px; height: 15px; color: var(--green-glow); }
.anfrage-call { display: inline-flex; align-items: center; gap: 14px; margin-top: 4px; padding: 13px 24px 13px 13px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.18); border-radius: var(--r-lg); transition: .2s var(--ease-out); }
.anfrage-call:hover { background: rgba(255,255,255,.13); transform: translateY(-2px); }
.anfrage-call .ac-ic { width: 46px; height: 46px; border-radius: 50%; background: var(--green-cta); display: grid; place-items: center; flex-shrink: 0; }
.anfrage-call .ac-ic svg { width: 22px; height: 22px; color: #fff; }
.anfrage-call .ac-tx small { display: block; font-size: .78rem; color: var(--on-dark-muted); }
.anfrage-call .ac-tx b { font-family: var(--display); font-weight: 600; font-size: 1.3rem; color: #fff; letter-spacing: .01em; }

.anfrage .booking { display: block; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-2xl); box-shadow: var(--sh-lg); overflow: hidden; }
.anfrage .booking-main { padding: 34px 36px 30px; display: block; }
.bk-head { margin-bottom: 22px; }
.bk-steps-mini { display: flex; gap: 8px; margin-bottom: 16px; flex-wrap: wrap; }
.bk-steps-mini .bk-step-ind { display: inline-flex; align-items: center; gap: 8px; font-size: .84rem; font-weight: 600; color: var(--muted); padding: 7px 15px 7px 7px; border: 1px solid var(--line); border-radius: var(--r-pill); background: #fff; }
.bk-steps-mini .bk-step-ind .n { width: 24px; height: 24px; border-radius: 50%; background: var(--bg-soft); color: var(--muted); display: grid; place-items: center; font-family: var(--display); font-weight: 600; font-size: .78rem; font-style: normal; border: none; }
.bk-steps-mini .bk-step-ind.active { color: var(--green-ink); border-color: var(--green); background: var(--green-soft); }
.bk-steps-mini .bk-step-ind.active .n { background: var(--green-cta); color: #fff; }
.bk-steps-mini .bk-step-ind.done { color: var(--green-ink); }
.bk-steps-mini .bk-step-ind.done .n { background: var(--green); color: #fff; }

@media (max-width: 1024px) {
  .anfrage-inner { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 980px) {
  .trustbar .wrap { flex-wrap: wrap; }
  .tb-rating { flex: 1 1 100%; justify-content: center; border-bottom: 1px solid var(--line); }
  .tb-item { flex: 1 1 33%; min-width: 0; justify-content: center; text-align: left; }
  .trustbar .tb-rating + .tb-item { border-left: none; }
}
@media (max-width: 720px) {
  .hero { min-height: calc(100svh - var(--header-h)); }
  .hero-inner { padding-top: 56px; }
  .hero-text h1 { font-size: clamp(2.3rem, 9.5vw, 3.2rem); }
  .tb-item { flex: 1 1 100%; border-left: none; padding: 14px 18px; justify-content: flex-start; }
  .tb-item + .tb-item { border-top: 1px solid var(--line); }
  .tb-rating { padding: 16px 18px; }
  .anfrage .booking-main { padding: 26px 20px; }
  .grass-band { height: 52px; background-size: 240px; }
}

/* ============================================================
   Galerie (Masonry) + Lightbox
   ============================================================ */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 190px; gap: 14px; grid-auto-flow: dense; }
.gx { position: relative; overflow: hidden; border-radius: var(--r-lg); cursor: pointer; box-shadow: var(--sh-sm); background: var(--forest); display: block; padding: 0; border: none; transform: translateY(0); transition: transform var(--dur-micro) var(--ease), box-shadow var(--dur-micro) var(--ease); }
@media (hover:hover) { .gx:hover { transform: translateY(var(--lift-card)); box-shadow: var(--glow); } }
.gx-big { grid-column: span 2; grid-row: span 2; }
.gx-wide { grid-column: span 2; }
.gx-tall { grid-row: span 2; }
.gx img { width: 100%; height: 100%; object-fit: cover; transform: scale(1); transition: transform var(--dur-base) var(--ease); display: block; }
@media (hover:hover) { .gx:hover img { transform: scale(var(--img-zoom)); } }
.gx::after { content:""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(13,22,15,0) 48%, rgba(13,22,15,.82) 100%); opacity: .6; }
.gx-cap { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 15px 17px; text-align: left; transform: translateY(10px); opacity: 0; transition: var(--t-hover); }
@media (hover:hover) { .gx:hover .gx-cap, .gx:focus-visible .gx-cap { transform: none; opacity: 1; } }
.gx-cap b { display: block; color: #fff; font-family: var(--display); font-weight: 700; font-size: 1.04rem; line-height: 1.15; letter-spacing: -.01em; }
.gx-cap > span { font-size: .78rem; color: var(--green-glow); font-weight: 700; letter-spacing: .02em; }
/* immer sichtbarer Kategorie-Chip oben links (solide, kein Glas) */
.gx-tag { position: absolute; top: 13px; left: 13px; z-index: 3; padding: 6px 12px; border-radius: var(--r-pill); font-family: var(--sans); font-size: .68rem; font-weight: 700; letter-spacing: var(--track-caps); text-transform: uppercase; color: #eaf3e2; background: rgba(11,20,13,.74); border: 1px solid rgba(143,206,106,.4); transition: var(--t-hover); }
.gx:hover .gx-tag { opacity: 0; transform: translateY(-6px); }
/* CTA-Kachel fuellt die Masonry-Luecke + konvertiert */
.gx-cta { background: linear-gradient(155deg, #2f6b3f 0%, #15281c 100%); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 8px; padding: 26px 30px; text-align: left; }
.gx-cta::after, .gx-cta::before { display: none; }
.gx-cta .gxc-leaf { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: rgba(143,206,106,.16); border: 1px solid rgba(143,206,106,.4); margin-bottom: 6px; }
.gx-cta .gxc-leaf svg { width: 24px; height: 24px; color: var(--green-glow); }
.gx-cta b { color: #fff; font-family: var(--display); font-weight: 700; font-size: 1.4rem; line-height: 1.1; letter-spacing: -.01em; }
.gx-cta .gxc-tx { color: var(--on-dark-muted); font-size: .92rem; line-height: 1.45; }
.gx-cta .gxc-go { display: inline-flex; align-items: center; gap: 8px; margin-top: 6px; color: var(--green-glow); font-weight: 700; font-size: .95rem; }
.gx-cta .gxc-go svg { width: 18px; height: 18px; transition: transform .3s var(--ease-out); }
.gx-cta:hover .gxc-go svg { transform: translateX(5px); }
.gx-cta:hover { transform: translateY(-4px); }

.lightbox { position: fixed; inset: 0; z-index: 400; background: rgba(8,14,9,.93); backdrop-filter: blur(12px); display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: opacity .3s var(--ease-out), visibility .3s; padding: 48px; }
.lightbox.open { opacity: 1; visibility: visible; }
.lb-stage { margin: 0; max-width: 1080px; display: flex; flex-direction: column; gap: 14px; align-items: center; }
.lb-stage img { max-width: 100%; max-height: 78vh; object-fit: contain; border-radius: var(--r-lg); box-shadow: 0 36px 90px -24px rgba(0,0,0,.75); }
.lb-stage figcaption { color: #e7ece1; text-align: center; font-family: var(--display); font-weight: 600; font-size: 1.08rem; }
.lb-stage figcaption span { color: var(--green-glow); font-weight: 700; }
.lb-close { position: absolute; top: 20px; right: 28px; z-index: 3; color: #fff; font-size: 2.6rem; line-height: 1; width: 48px; height: 48px; opacity: .8; transition: .2s; }
.lb-close:hover { opacity: 1; transform: rotate(90deg); }
.lb-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 58px; height: 58px; border-radius: 50%; background: rgba(255,255,255,.12); backdrop-filter: blur(8px); color: #fff; display: grid; place-items: center; transition: .2s var(--ease-out); }
.lb-nav:hover { background: rgba(255,255,255,.26); }
.lb-nav svg { width: 26px; height: 26px; }
.lb-prev { left: 26px; }
.lb-next { right: 26px; }
@media (max-width: 900px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; } .gx-big { grid-row: span 2; } .gx-cap { opacity: 1; transform: none; } .gx::after { opacity: .85; } }
@media (max-width: 520px) { .lb-nav { width: 46px; height: 46px; } .lightbox { padding: 20px; } }

/* ============================================================
   ABLAUF / PROZESS  (sinnbildlich fuer GaLaBau, scroll-animiert)
   ============================================================ */
.proc { overflow: hidden; }
.proc .kicker { color: var(--green-glow); }
.proc .kicker::before { background: var(--green-glow); }
.proc .shead p { color: var(--on-dark-muted); }
.proc-aura { position: absolute; left: 50%; top: 40%; width: 880px; height: 520px; transform: translate(-50%,-50%); pointer-events: none; z-index: 1;
  background: radial-gradient(closest-side, rgba(94,160,67,.2), rgba(94,160,67,0) 72%); }
.proc-flow { position: relative; z-index: 2; list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
/* durchgehende Wegelinie hinter den Nodes */
.proc-flow::before { content:""; position: absolute; top: 72px; left: 10%; right: 10%; height: 2px; z-index: 0;
  background: linear-gradient(90deg, rgba(143,206,106,0), rgba(143,206,106,.5) 12%, rgba(143,206,106,.5) 88%, rgba(143,206,106,0)); }
.proc-step { position: relative; text-align: center; padding: 0 6px; }
.ps-num { position: absolute; top: 0; left: 50%; transform: translateX(-50%); font-family: var(--ui); font-weight: 700; font-size: 4.6rem; line-height: 1; color: rgba(143,206,106,.1); z-index: 0; letter-spacing: -.04em; }
.ps-node { position: relative; z-index: 2; width: 88px; height: 88px; margin: 28px auto 22px; border-radius: 50%; display: grid; place-items: center;
  background: linear-gradient(160deg, #1d3a28 0%, #14271b 100%); border: 1px solid rgba(143,206,106,.4);
  box-shadow: 0 18px 40px -18px rgba(0,0,0,.7), inset 0 1px 0 rgba(255,255,255,.07); transition: transform var(--dur-micro) var(--ease), border-color var(--dur-micro) var(--ease); }
.ps-node svg { width: 38px; height: 38px; color: var(--green-glow); }
@media (hover:hover) { .proc-step:hover .ps-node { transform: translateY(var(--lift-card)); border-color: var(--green-glow); } }
.proc-step b { display: block; color: #fff; font-family: var(--display); font-weight: 700; font-size: 1.16rem; letter-spacing: -.01em; }
.ps-tx { display: block; margin-top: 10px; font-size: .9rem; line-height: 1.5; color: var(--on-dark-muted); max-width: 22ch; margin-inline: auto; }
@media (max-width: 980px) {
  .proc-flow { grid-template-columns: repeat(2, 1fr); gap: 36px 20px; }
  .proc-flow::before { display: none; }
  .proc-step:last-child { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .proc-flow { grid-template-columns: 1fr; }
  .proc-step:last-child { grid-column: auto; }
  .ps-node { margin-top: 20px; }
}

/* ============================================================
   Scroll-Reveal: AOS auf subtilen Travel cappen (premium, ruhig)
   Default-AOS reist ~100px -> wirkt billig. Hier max ~22px, ein Easing.
   ============================================================ */
[data-aos="fade-up"]    { transform: translate3d(0, 22px, 0); }
[data-aos="fade-down"]  { transform: translate3d(0, -22px, 0); }
[data-aos="fade-right"] { transform: translate3d(-22px, 0, 0); }
[data-aos="fade-left"]  { transform: translate3d(22px, 0, 0); }
[data-aos="zoom-in"], [data-aos="zoom-in-up"] { transform: translate3d(0, 18px, 0) scale(.985); }
[data-aos="zoom-in-up"] { transform: translate3d(0, 22px, 0) scale(.985); }
[data-aos].aos-animate { transform: translate3d(0, 0, 0) scale(1); }

/* ============================================================
   HERO-VARIANTEN v1/v2/v3 (Vergleich, gescopt) + Umschalter
   ============================================================ */
.vswitch { position: fixed; left: 14px; bottom: 14px; z-index: 300; background: rgba(21,40,28,.96); color:#fff; font-family:var(--sans); font-size:.82rem; font-weight:600; padding:8px 12px; border-radius:10px; display:flex; align-items:center; gap:5px; box-shadow:0 12px 30px -12px rgba(0,0,0,.6); }
.vswitch a { color:#cfe0c2; padding:3px 9px; border-radius:6px; text-decoration:none; transition:.15s; }
.vswitch a.on { background:var(--green-cta); color:#fff; }
.vswitch a.vx { color:#9fb592; }
.vswitch a:hover { color:#fff; }

/* ---- v1: Gardener (Foto + Anfrage-Formular) ---- */
.hv-v1 .hero { justify-content: center; }
.hv-v1 .hero-inner { flex-direction: row; align-items: center; justify-content: space-between; gap: clamp(32px,5vw,80px); padding-top: 104px; padding-bottom: 64px; }
.hv-v1 .hero-text { max-width: 620px; flex: 1; }
.hv-v1 .hero-text h1 { font-size: clamp(2.3rem, 1.7rem + 2.6vw, 3.6rem); margin: 18px 0 0; font-weight:700; letter-spacing:-.02em; line-height:1.07; color:#fff; text-shadow:0 2px 30px rgba(0,0,0,.34); }
.hv-v1 .hero-text > p { color:#eef1ea; font-size:1.12rem; max-width:480px; margin-top:18px; line-height:1.55; text-shadow:0 1px 14px rgba(0,0,0,.4); }
.hero-rating { display:inline-flex; align-items:center; gap:12px; }
.hero-rating .hr-av { display:inline-flex; }
.hero-rating .hr-av img { width:38px; height:38px; border-radius:50%; object-fit:cover; border:2px solid rgba(255,255,255,.85); margin-left:-10px; }
.hero-rating .hr-av img:first-child { margin-left:0; }
.hero-rating .hr-meta { font-family:var(--sans); font-size:.88rem; color:#eef1ea; display:inline-flex; align-items:center; gap:7px; flex-wrap:wrap; }
.hero-rating .hr-stars { display:inline-flex; gap:1px; color:var(--star); }
.hero-rating .hr-stars svg { width:15px; height:15px; }
.hero-rating .hr-meta b { color:#fff; }
.hero-loc { display:inline-flex; align-items:center; gap:8px; margin-top:22px; font-family:var(--sans); font-size:.9rem; color:#dfe7d6; }
.hero-loc svg { width:18px; height:18px; color:var(--green-glow); flex-shrink:0; }
.hero-form { width: 400px; flex-shrink:0; background:#fff; border-radius: 22px; padding: 28px; box-shadow: 0 34px 80px -34px rgba(0,0,0,.55); }
.hero-form h2 { font-size:1.5rem; color:var(--ink); font-weight:700; letter-spacing:-.02em; }
.hero-form .hf-sub { color:var(--ink-2); font-size:.9rem; margin:8px 0 18px; line-height:1.45; }
.hero-form input, .hero-form textarea { width:100%; border:1.5px solid var(--line); border-radius:12px; padding:13px 15px; font-family:var(--sans); font-size:.98rem; color:var(--ink); margin-bottom:11px; background:var(--bg); }
.hero-form input::placeholder, .hero-form textarea::placeholder { color:#9aa593; }
.hero-form input:focus, .hero-form textarea:focus { outline:none; border-color:var(--green-cta); }
.hero-form textarea { resize:vertical; }
.hero-form .btn { width:100%; justify-content:center; margin-top:4px; }
.hero-form .hf-or { display:block; text-align:center; margin-top:13px; font-size:.88rem; color:var(--ink-2); }
.hero-form .hf-or a { color:var(--green-ink); font-weight:700; }

/* ---- v2: Leaflife (grosse Headline + schwebende Cards) ---- */
.hv-v2 .hero-text { max-width: 820px; }
.hero-xl { font-size: clamp(2.7rem, 1.5rem + 5.2vw, 6.2rem); text-transform: uppercase; font-weight: 800; letter-spacing: -.02em; line-height: .98; color:#fff; margin: 18px 0 0; text-shadow:0 2px 30px rgba(0,0,0,.34); }
.hero-cards { position:absolute; inset:0; pointer-events:none; z-index:5; }
.hero-cards .hcard { position:absolute; pointer-events:auto; background:#fff; border-radius:16px; box-shadow:0 26px 64px -30px rgba(0,0,0,.55); }
.hcard-stat { top: 104px; right: clamp(28px,5vw,88px); padding:18px 22px; width:212px; }
.hcard-stat .hc-stars { display:inline-flex; gap:2px; color:var(--star); }
.hcard-stat .hc-stars svg { width:16px; height:16px; }
.hcard-stat b { display:block; font-family:var(--display); font-size:1.5rem; font-weight:700; color:var(--ink); margin-top:8px; line-height:1; }
.hcard-stat .hc-tx { display:block; font-size:.82rem; color:var(--ink-2); margin-top:5px; }
.hcard-proj { bottom: 34px; right: clamp(28px,5vw,88px); width:312px; display:flex; align-items:center; gap:13px; padding:12px; text-decoration:none; transition: transform var(--dur-micro) var(--ease); }
.hcard-proj:hover { transform: translateY(-3px); }
.hcard-proj img { width:64px; height:64px; border-radius:11px; object-fit:cover; flex-shrink:0; }
.hcard-proj .hc-pj span { font-size:.7rem; text-transform:uppercase; letter-spacing:.1em; color:var(--green-ink); font-weight:700; }
.hcard-proj .hc-pj b { display:block; font-family:var(--display); font-size:1.02rem; font-weight:700; color:var(--ink); margin-top:3px; line-height:1.15; }
.hcard-proj .hc-go { margin-left:auto; width:34px; height:34px; border-radius:50%; background:var(--green-soft); display:grid; place-items:center; flex-shrink:0; }
.hcard-proj .hc-go svg { width:17px; height:17px; color:var(--green-ink); }

/* ---- v3: GreenScape (gruene Flaeche + Foto-Blob) ---- */
.hv-v3 .hero.hero-green { justify-content: center; background: var(--forest); min-height: calc(100svh - var(--header-h)); }
.hero-green::before { content:""; position:absolute; inset:0; background: radial-gradient(120% 90% at 82% 8%, rgba(95,160,67,.2), transparent 58%); pointer-events:none; }
.hv-v3 .hero-inner { flex-direction: row; align-items: center; justify-content: space-between; gap: clamp(32px,5vw,72px); padding-top: 120px; padding-bottom: 110px; position:relative; z-index:2; }
.hg-top { max-width: 600px; flex:1; }
.hg-top h1 { color:#fff; font-size: clamp(2.3rem, 1.6rem + 3vw, 4.1rem); font-weight:700; letter-spacing:-.02em; line-height:1.1; margin-top:20px; }
.hg-top h1 em { font-style:normal; color:var(--green-glow); }
.hg-top > p { color:#d6e0cd; font-size:1.14rem; max-width:480px; margin-top:20px; line-height:1.58; }
.hg-top .hero-actions { margin-top:30px; display:flex; gap:14px; flex-wrap:wrap; }
.hg-photo { position: relative; flex-shrink:0; width: clamp(340px, 40vw, 520px); }
.hg-blob { overflow:hidden; border-radius: 49% 51% 57% 43% / 53% 44% 56% 47%; aspect-ratio: 1/1; box-shadow: 0 44px 90px -40px rgba(0,0,0,.6); }
.hg-blob img { width:100%; height:100%; object-fit:cover; display:block; }
.hg-chip { position:absolute; display:inline-flex; align-items:center; gap:8px; background:#fff; color:var(--ink); font-family:var(--sans); font-weight:700; font-size:.9rem; padding:11px 16px; border-radius:var(--r-pill); box-shadow:0 18px 40px -18px rgba(0,0,0,.5); white-space:nowrap; }
.hg-chip svg { width:18px; height:18px; color:var(--green-cta); }
.hg-chip-1 { top: 11%; left: -26px; }
.hg-chip-2 { bottom: 13%; right: -20px; }
.hg-chip-2 .hg-st { display:inline-flex; }
.hg-chip-2 .hg-st svg { color: var(--star); }

/* ---- Varianten Responsive ---- */
@media (max-width: 1024px) {
  .hv-v1 .hero-inner, .hv-v3 .hero-inner { flex-direction: column; align-items: flex-start; }
  .hv-v1 .hero-form { width: 100%; max-width: 460px; }
  .hv-v3 .hg-photo { width: clamp(280px, 70vw, 440px); align-self:center; }
  .hcard-proj { display:none; }
  .hcard-stat { top: 92px; }
}
@media (max-width: 720px) {
  .hv-v1 .hero-inner { padding-top: 84px; gap: 24px; }
  .hv-v1 .hero-text h1 { font-size: clamp(2rem, 8vw, 2.6rem); }
  .hero-form { padding: 22px; }
  .hero-cards { display:none; }
  .hero-xl { font-size: clamp(2.3rem, 11vw, 3.4rem); }
  .hv-v3 .hero-inner { padding-top: 84px; padding-bottom: 70px; }
  .hg-chip-1 { left: 6px; }
  .hg-chip-2 { right: 6px; }
  .vswitch { font-size:.76rem; padding:6px 9px; }
}

/* =====================================================================
   VARIANTEN v4 / v5 / v6 — abstrakte Boxed-Heroes mit Glas-Benefits
   (Glas-Look nur per durchscheinendem Panel, kein Weichzeichner = Hook-konform)
   ===================================================================== */

/* ---- gemeinsame Bausteine ---- */
.hero-eyebrow.on-dark { color: rgba(255,255,255,.78); }
.hero-eyebrow.on-dark::before { background: var(--green-glow); }

.glass {
  background: rgba(19,36,25,.50);
  border: 1px solid rgba(255,255,255,.20);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 22px 50px -24px rgba(0,0,0,.7);
}
.btn-glass {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.32);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22);
}
.btn-glass:hover { background: rgba(255,255,255,.2); color:#fff; }

.gben { display:flex; align-items:center; gap:13px; padding:13px 17px; border-radius:16px; color:#fff; }
.gben-ic { width:40px; height:40px; border-radius:12px; background:rgba(143,206,106,.18); display:grid; place-items:center; flex-shrink:0; }
.gben-ic svg { width:21px; height:21px; color:var(--green-glow); }
.gben-ic.star { background:rgba(245,178,35,.18); }
.gben-ic.star svg { color:var(--star); }
.gben-tx b { display:block; font-family:var(--display); font-weight:700; font-size:1.02rem; line-height:1.1; color:#fff; }
.gben-tx span { display:block; font-size:.8rem; color:rgba(255,255,255,.74); margin-top:2px; }

/* ---- Boxed Heroes v4/v5/v6: grosse Box fuellt den Bereich, Kreis guckt raus ---- */
.bx { position:relative; min-height:calc(100svh - var(--header-h)); display:flex; align-items:stretch; padding:clamp(16px,2.2vh,26px) clamp(16px,2.6vw,38px); overflow:hidden; }
.bx-bg { position:absolute; inset:0; background:url('../img/garten2.jpg') center/cover; z-index:0; }
.bx-bg::after { content:""; position:absolute; inset:0; background:rgba(9,18,12,.66); }
.bx-box { position:relative; z-index:2; min-height:100%; display:flex; align-items:center; background:rgba(20,38,27,.85); border:1px solid rgba(255,255,255,.1); border-radius:30px; box-shadow:0 50px 120px -46px rgba(0,0,0,.8); }
.bx-text { max-width:560px; padding:clamp(34px,5vh,64px) clamp(30px,4vw,60px); position:relative; z-index:3; }
.bx h1 { color:#fff; font-weight:700; letter-spacing:-.02em; line-height:1.08; margin-top:16px; font-size:clamp(2.2rem,1.5rem + 2.5vw,3.6rem); }
.bx h1 em { font-style:normal; color:var(--green-glow); }
.bx p { color:#d6e0cd; font-size:1.12rem; line-height:1.55; margin-top:18px; max-width:430px; }
.bx .hero-actions { margin-top:28px; display:flex; gap:14px; flex-wrap:wrap; }
.bx-circle { position:absolute; z-index:4; border-radius:50%; overflow:hidden; border:8px solid rgba(255,255,255,.1); box-shadow:0 50px 110px -40px rgba(0,0,0,.8); }
.bx-circle img { width:100%; height:100%; object-fit:cover; display:block; }
.bx-a .gben, .bx-b .gben { position:absolute; z-index:5; }
.bx-word { position:absolute; top:5%; right:7%; font-family:var(--display); font-weight:800; font-size:clamp(4rem,9vw,8.5rem); line-height:.8; color:rgba(255,255,255,.05); letter-spacing:-.05em; pointer-events:none; z-index:1; }

/* v4 Spotlight: Box links ~70%, Kreis ueberlappt die rechte Boxkante */
.bx-a .bx-box { width:70%; }
.bx-a .bx-circle { width:min(38vw,460px); aspect-ratio:1; top:50%; right:4%; transform:translateY(-50%); }
.bx-a .bg-a { top:15%; right:33%; }
.bx-a .bg-b { top:50%; right:41%; transform:translateY(-50%); }
.bx-a .bg-c { bottom:14%; right:28%; }

/* v5 Orbit: Box links ~66%, Kreis unten rechts, gepunktete Umlaufbahn */
.bx-b .bx-box { width:66%; }
.bx-b .bx-circle { width:min(34vw,420px); aspect-ratio:1; top:55%; right:6%; transform:translateY(-50%); }
.bx-b .bx-ring { position:absolute; border-radius:50%; border:1.5px dashed rgba(255,255,255,.18); z-index:1; top:55%; right:6%; transform:translate(50%,-50%); pointer-events:none; }
.bx-b .bx-ring.r1 { width:min(48vw,640px); height:min(48vw,640px); }
.bx-b .bx-ring.r2 { width:min(34vw,440px); height:min(34vw,440px); border-color:rgba(143,206,106,.22); }
.bx-b .bg-a { top:20%; right:30%; }
.bx-b .bg-b { top:52%; right:42%; transform:translateY(-50%); }
.bx-b .bg-c { bottom:12%; right:24%; }

/* v6 Porthole: Box rechts ~64%, Kreis guckt links raus, Glas-Stapel im Text */
.bx-c .bx-box { width:64%; margin-left:auto; }
.bx-c .bx-text { margin-left:auto; max-width:660px; padding-left:clamp(22px,3vw,54px); }
.bx-c .bx-benstack { margin-top:22px; display:flex; flex-direction:row; flex-wrap:wrap; gap:10px; max-width:none; }
.bx-c .bx-benstack .gben { flex:1 1 200px; min-width:180px; padding:11px 14px; }
.bx-c h1 { font-size:clamp(2.1rem,1.4rem + 2.1vw,3.2rem); }
.bx-c .bx-circle { width:min(36vw,440px); aspect-ratio:1; top:50%; left:5%; transform:translateY(-50%); border-color:var(--forest); }
.bx-rings { position:absolute; top:50%; left:5%; width:min(40vw,500px); height:min(40vw,500px); transform:translate(0,-50%); border-radius:50%; border:1px solid rgba(255,255,255,.1); z-index:1; pointer-events:none; }
.bx-rings::before { content:""; position:absolute; inset:-26px; border-radius:50%; border:1px solid rgba(143,206,106,.14); }
.bx-ph-tag { position:absolute; bottom:18px; left:50%; transform:translateX(-50%); display:inline-flex; align-items:center; gap:7px; padding:8px 14px; border-radius:var(--r-pill); color:#fff; font-family:var(--sans); font-weight:700; font-size:.82rem; white-space:nowrap; z-index:6; }
.bx-ph-tag .gben-ic { width:24px; height:24px; border-radius:7px; }
.bx-ph-tag .gben-ic svg { width:14px; height:14px; }

/* ---- Boxed Responsive ---- */
@media (max-width: 980px) {
  .bx { flex-direction:column; padding:16px; }
  .bx-box { width:100% !important; min-height:0; margin:0 !important; }
  .bx-text { max-width:none; padding-left:clamp(28px,5vw,52px) !important; }
  .bx-circle { position:relative !important; left:auto !important; right:auto !important; top:auto !important; transform:none !important; width:min(72vw,400px); margin:26px auto 0; }
  .bx-word, .bx-ring, .bx-rings { display:none; }
  .bx .gben { position:static !important; transform:none !important; margin:10px auto 0; max-width:340px; }
  .bx-c .bx-benstack .gben { margin:0; max-width:none; }
}
@media (max-width: 720px) {
  .bx p { font-size:1.05rem; }
  .bx-circle { width:min(80vw,340px); }
}

/* =====================================================================
   vtools — Demo-Werkzeugleiste (Versionen + Handy + Markieren)
   ===================================================================== */
.vtools { position:fixed; left:14px; bottom:14px; z-index:400; display:flex; align-items:center; gap:5px; flex-wrap:wrap; max-width:calc(100vw - 28px);
  background:rgba(16,30,21,.97); color:#fff; font-family:var(--sans); font-size:.82rem; font-weight:600;
  padding:7px 10px; border-radius:12px; box-shadow:0 16px 40px -14px rgba(0,0,0,.7); border:1px solid rgba(255,255,255,.08); }
.vtools .vt-label { color:#9fb592; margin-right:2px; }
.vtools a { color:#cfe0c2; padding:4px 9px; border-radius:7px; text-decoration:none; transition:.15s; }
.vtools a:hover { color:#fff; background:rgba(255,255,255,.08); }
.vtools a.on { background:var(--green-cta); color:#fff; }
.vtools .vt-cur { color:#9fb592; }
.vt-sep { width:1px; height:20px; background:rgba(255,255,255,.16); margin:0 4px; }
.vt-btn { display:inline-flex; align-items:center; gap:6px; background:rgba(255,255,255,.08); color:#dbe7d2; border:1px solid rgba(255,255,255,.12); border-radius:8px; padding:5px 11px; font:inherit; cursor:pointer; transition:.15s; }
.vt-btn:hover { background:rgba(255,255,255,.16); color:#fff; }
.vt-btn.on { background:var(--green-cta); border-color:transparent; color:#fff; }
.vt-btn svg { width:15px; height:15px; }

/* Handy-Vorschau */
.vt-phone { position:fixed; inset:0; z-index:500; background:rgba(8,14,10,.74); display:grid; place-items:center; padding:20px; }
.vt-phone-bd { background:#0c0c0e; border:1px solid rgba(255,255,255,.14); border-radius:30px; padding:12px; box-shadow:0 40px 100px -30px rgba(0,0,0,.8); }
.vt-phone-top { display:flex; align-items:center; justify-content:space-between; color:#cfe0c2; font-family:var(--sans); font-size:.8rem; font-weight:600; padding:4px 8px 10px; }
.vt-phone-x { background:none; border:none; color:#cfe0c2; font-size:1.5rem; line-height:1; cursor:pointer; padding:0 4px; }
.vt-phone-x:hover { color:#fff; }
.vt-phone-screen { width:390px; height:min(78vh,844px); border-radius:20px; overflow:hidden; background:#fff; }
.vt-phone-screen iframe { width:390px; height:100%; border:0; display:block; }

/* Markier-Tool */
body.mk-on, body.mk-on a, body.mk-on button { cursor:crosshair !important; }
.vt-pin { position:absolute; z-index:450; width:24px; height:24px; margin:-12px 0 0 -12px; border-radius:50% 50% 50% 2px; background:var(--red); color:#fff; font-family:var(--sans); font-size:.74rem; font-weight:700; display:grid; place-items:center; box-shadow:0 4px 12px -2px rgba(0,0,0,.5); border:2px solid #fff; }
.vt-mpanel { position:fixed; right:14px; bottom:14px; z-index:400; width:300px; max-width:calc(100vw - 28px); background:#fff; border:1px solid var(--line); border-radius:14px; box-shadow:0 24px 60px -22px rgba(0,0,0,.4); padding:12px; display:none; }
.vt-mpanel.open { display:block; }
.vt-mhead { display:flex; align-items:center; justify-content:space-between; margin-bottom:8px; }
.vt-mhead b { font-family:var(--display); color:var(--ink); }
.vt-mhead button { background:var(--green-soft); color:var(--green-ink); border:none; border-radius:7px; padding:5px 9px; font:inherit; font-size:.8rem; font-weight:600; cursor:pointer; margin-left:5px; }
.vt-mhead button:hover { background:var(--green-cta); color:#fff; }
.vt-mlist { max-height:240px; overflow-y:auto; display:flex; flex-direction:column; gap:6px; }
.vt-mrow { position:relative; background:var(--bg); border:1px solid var(--line); border-radius:9px; padding:7px 26px 7px 9px; font-size:.82rem; color:var(--ink); }
.vt-mrow b { color:var(--green-ink); }
.vt-mrow span { display:block; margin-top:1px; }
.vt-mrow small { display:block; color:var(--muted); font-size:.72rem; margin-top:2px; }
.vt-mdel { position:absolute; top:6px; right:6px; width:18px; height:18px; border:none; border-radius:5px; background:#f0e3df; color:var(--red-ink); cursor:pointer; font-size:.78rem; line-height:1; }
.vt-mdel:hover { background:var(--red); color:#fff; }
.vt-mhint { font-size:.74rem; color:var(--muted); margin:8px 2px 0; }
.in-frame .vtools, .in-frame .vt-mpanel { display:none !important; }

/* ============================================================
   v3 "Eleganter Mix" - Framer-Split-Hero + Marken-Feinschliff
   Kombiniert v1 (warm, rund, gruen) mit v2-Marke (echtes Logo,
   Marken-Lime #84cc12) und Framer-Politur (Split-Hero, Pills,
   schwebende Karten, Social-Proof). Kein Blur, keine Serife.
   ============================================================ */
:root{
  --brand:      #599e08;   /* Bazid Marken-Gruen (Logo) */
  --brand-lime: #84cc12;   /* Bazid Marken-Lime (Logo) */
  --hero-bg:    #f6faf1;   /* helles Off-White mit Gruenstich */
}

/* ---- Echtes Logo im Header ---- */
.brand img { height: 50px; }
@media(max-width:600px){ .brand img { height: 42px; } }

/* ---- Header: heller, ruhiger (Framer) ---- */
.header { background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line-2); }

/* ============ SPLIT-HERO ============ */
.v3hero{
  position: relative; overflow: hidden; background: var(--hero-bg);
  padding: clamp(40px,6vw,84px) 0 clamp(56px,7vw,96px);
}
.v3hero-blob{
  position:absolute; z-index:0; pointer-events:none; inset:0;
  background:
    radial-gradient(48% 55% at 84% 26%, rgba(132,204,18,.16), transparent 62%),
    radial-gradient(40% 46% at 8% 88%, rgba(89,158,8,.10), transparent 64%);
}
.v3hero-in{
  position: relative; z-index: 1;
  width: 100%; max-width: 1500px; margin-inline: auto;
  padding-inline: clamp(28px,5vw,88px);
  display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(30px,4vw,68px);
  align-items: center;
}
.v3hero-text{ max-width: 620px; }
.v3hero-text h1{
  font-size: clamp(2.7rem, 1.9rem + 3.4vw, 4.7rem); line-height: 1.03;
  letter-spacing: -.03em; font-weight: 800; margin: 22px 0 0; color: var(--ink);
}
.v3hero-text h1 em{ font-style: normal; color: var(--green-ink); }
.v3hero-text > p{
  font-size: clamp(1.06rem,1rem + .3vw,1.22rem); color: var(--ink-2);
  line-height: 1.62; margin-top: 22px; max-width: 40ch;
}

/* Pill-Badge (Framer) */
.v3badge{
  display:inline-flex; align-items:center; gap:9px;
  background:#fff; border:1px solid var(--line); border-radius:var(--r-pill);
  padding:8px 16px 8px 13px; font-family:var(--sans); font-weight:600;
  font-size:.82rem; letter-spacing:.01em; color:var(--ink);
  box-shadow: var(--sh-sm);
}
.v3badge-dot{ width:9px; height:9px; border-radius:50%; background:var(--brand-lime);
  box-shadow:0 0 0 4px rgba(132,204,18,.22); flex-shrink:0; }

/* Framer Pill-Button mit Kreis-Pfeil */
.v3hero-actions{ display:flex; align-items:center; gap:22px; margin-top:34px; flex-wrap:wrap; }
.btn-pill{
  display:inline-flex; align-items:center; gap:14px;
  background:var(--green-cta); color:#fff; border-radius:var(--r-pill);
  padding:9px 9px 9px 26px; font-family:var(--sans); font-weight:600; font-size:1.02rem;
  box-shadow: var(--sh-green); transition: transform var(--dur-micro) var(--ease), background-color var(--dur-micro) var(--ease);
}
.btn-pill:hover{ background:var(--green-cta-h); transform:translateY(-2px); }
.btn-pill:active{ transform:scale(.98); }
.btn-pill .bp-ar{
  display:inline-flex; align-items:center; justify-content:center;
  width:42px; height:42px; border-radius:50%; background:#fff; color:var(--green-cta);
  transition: transform var(--dur-micro) var(--ease);
}
.btn-pill .bp-ar svg{ width:19px; height:19px; }
.btn-pill:hover .bp-ar{ transform: translateX(3px); }
.v3hero-link{
  display:inline-flex; align-items:center; gap:9px; font-family:var(--sans);
  font-weight:600; font-size:1.02rem; color:var(--ink); position:relative;
}
.v3hero-link svg{ width:19px; height:19px; color:var(--green-ink); transition:transform var(--dur-micro) var(--ease); }
.v3hero-link::after{ content:""; position:absolute; left:0; right:29px; bottom:-4px; height:1.6px;
  background:var(--ink); transform:scaleX(0); transform-origin:left; transition:transform var(--dur-base) var(--ease); }
.v3hero-link:hover::after{ transform:scaleX(1); }
.v3hero-link:hover svg{ transform:translateX(4px); }

/* Social-Proof (Avatare + Sterne) */
.v3proof{ display:flex; align-items:center; gap:16px; margin-top:38px; flex-wrap:wrap; }
.v3proof-av{ display:inline-flex; }
.v3proof-av img{ width:46px; height:46px; border-radius:50%; object-fit:cover;
  border:3px solid var(--hero-bg); margin-left:-14px; box-shadow:var(--sh-sm); }
.v3proof-av img:first-child{ margin-left:0; }
.v3proof-tx{ font-family:var(--sans); font-size:.9rem; color:var(--ink-2); line-height:1.4; max-width:22ch; }
.v3proof-tx b{ color:var(--ink); }
.v3proof-stars{ display:inline-flex; gap:1px; color:var(--star); vertical-align:-2px; margin-right:5px; }
.v3proof-stars svg{ width:15px; height:15px; }

/* Grosses gerundetes Echtfoto + schwebende Karten */
.v3hero-media{ position:relative; }
.v3hero-photo{
  position:relative; border-radius:30px; overflow:hidden;
  box-shadow: 0 40px 90px -40px rgba(14,40,22,.5), 0 8px 24px -12px rgba(14,40,22,.24);
  aspect-ratio: 4/4.4;
}
.v3hero-photo img{ width:100%; height:100%; object-fit:cover; }
.v3float{
  position:absolute; display:flex; align-items:center; gap:12px;
  background:#fff; border-radius:18px; padding:13px 18px 13px 14px;
  box-shadow: 0 24px 54px -26px rgba(14,40,22,.42), 0 2px 8px -3px rgba(14,40,22,.16);
}
.v3float b{ display:block; font-family:var(--display); font-weight:700; font-size:1.06rem; color:var(--ink); line-height:1.1; letter-spacing:-.01em; }
.v3float span{ display:block; font-family:var(--sans); font-size:.8rem; color:var(--muted); margin-top:2px; }
.v3float-ic{ display:inline-flex; align-items:center; justify-content:center; width:40px; height:40px;
  border-radius:12px; background:#fff6df; color:var(--star); flex-shrink:0; }
.v3float-ic.green{ background:var(--green-soft); color:var(--green-cta); }
.v3float-ic svg{ width:22px; height:22px; }
.v3float-rating{ top:22px; left:-22px; }
.v3float-hand{ bottom:26px; right:-20px; }

@media(max-width:980px){
  .v3hero-in{ grid-template-columns:1fr; gap:38px; }
  .v3hero-text{ max-width:none; }
  .v3hero-text > p{ max-width:52ch; }
  .v3hero-photo{ aspect-ratio:16/12; max-width:640px; }
  .v3float-rating{ left:0; }
  .v3float-hand{ right:0; }
}
@media(max-width:560px){
  .v3float{ padding:10px 14px 10px 11px; border-radius:15px; }
  .v3float b{ font-size:.95rem; }
  .v3float-rating{ top:12px; left:8px; }
  .v3float-hand{ bottom:12px; right:8px; }
  .v3hero-photo{ border-radius:22px; }
  .v3proof-av img{ width:40px; height:40px; }
}
