/* ============================================================
   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:        #fffdf7;
  --bg-soft:   #f5efe2;
  --bg-soft-2: #ece2cf;
  --bg-dark:   #15281c;
  --bg-dark-2: #1c3526;
  --card:      #fffefa;
  --ink:       #23251f;
  --ink-2:     #4f5546;
  --muted:     #8a8472;
  --line:      #e8e0cf;
  --line-2:    #f1ebdc;

  --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;
  --gold-shine: linear-gradient(135deg, #f3e3c6 0%, #d8b277 32%, #b6863f 66%, #8c6128 100%);

  --display: "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;
  --sans:    "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;

  --wrap: 1240px;
  --wrap-narrow: 840px;
  --r: 12px;
  --r-lg: 18px;
  --r-xl: 28px;
  --r-2xl: 42px;
  --r-pill: 999px;

  --sh-sm: 0 1px 2px rgba(40,30,15,.05), 0 10px 24px -14px rgba(40,30,15,.20);
  --sh:    0 22px 54px -26px rgba(35,28,12,.34);
  --sh-lg: 0 40px 90px -34px rgba(30,24,10,.42);
  --sh-green: 0 16px 36px -16px rgba(47,107,63,.45);

  --ease-out: cubic-bezier(.23,1,.32,1);
  --ease-io:  cubic-bezier(.77,0,.175,1);
  --ease-soft: cubic-bezier(.16,.84,.44,1);

  --header-h: 80px;
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 104px; 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: 600; line-height: 1.08; letter-spacing: -.015em; color: var(--ink); font-optical-sizing: auto; }
p { color: var(--ink-2); }

/* 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: 18px; height: 18px; background: var(--clay); 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: 92px 0; }
.section.tight { padding: 60px 0; }
.bg-soft { background: var(--bg-soft); }
.bg-dark { background: var(--bg-dark); color: #d6ddcf; position: relative; }
.bg-dark h1,.bg-dark h2,.bg-dark h3,.bg-dark h4 { color: #fff; }
.bg-dark p { color: #a9b5a1; }

.shead, .section-head { max-width: 660px; margin-bottom: 48px; }
.shead.center, .section-head.center { margin-inline: auto; text-align: center; }
.shead h2, .section-head h2 { font-size: clamp(2.2rem, 4.2vw, 3.4rem); margin: 14px 0 0; font-weight: 600; }
.shead p, .section-head p { margin-top: 16px; font-size: 1.08rem; color: var(--ink-2); }
.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: 44px; flex-wrap: wrap; }
.shead-row .shead { margin-bottom: 0; }

/* ============================================================
   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-pill);
  position: relative; overflow: hidden;
  transition: transform .24s var(--ease-soft), background .22s var(--ease-out), color .22s var(--ease-out), box-shadow .26s var(--ease-out), border-color .22s;
}
.btn-primary::after, .btn-dark::after, .btn-termin::after { content:""; position: absolute; top: 0; left: -135%; width: 55%; height: 100%; background: linear-gradient(100deg, transparent, rgba(255,255,255,.34), transparent); transform: skewX(-20deg); transition: left .7s var(--ease-out); pointer-events: none; }
.btn-primary:hover::after, .btn-dark:hover::after, .btn-termin:hover::after { left: 155%; }
.btn svg { width: 18px; height: 18px; flex-shrink: 0; }
.btn .btn-ar { transition: transform .26s var(--ease-out); }
.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); box-shadow: 0 20px 42px -16px rgba(47,107,63,.6); transform: translateY(-2px); }
.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(-2px); box-shadow: var(--sh); }
.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: rgba(255,253,247,.82); backdrop-filter: blur(16px) saturate(1.3);
  border-bottom: 1px solid transparent;
  transition: box-shadow .3s var(--ease-out), background .3s, border-color .3s;
}
.header.scrolled { box-shadow: 0 12px 36px -26px rgba(35,28,12,.5); background: rgba(255,253,247,.96); border-bottom-color: var(--line); }
.header > .wrap { max-width: 1500px; padding-inline: 32px; }
.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: transform .25s var(--ease-out); }
.brand:hover { transform: translateY(-1px); }
.brand img { height: 46px; width: auto; }

.nav { display: flex; align-items: center; height: 100%; flex: 1; min-width: 0; margin: 0 10px; }
.nav > ul { display: flex; align-items: center; height: 100%; width: 100%; justify-content: center; gap: 4px; }
.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 12px; white-space: nowrap;
  font-size: .92rem; 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-pill); 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: 46px; height: 46px; 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: 13px 22px; background: var(--green-cta); color: #fff; border-radius: var(--r-pill); box-shadow: var(--sh-green); font-weight: 600; display: inline-flex; align-items: center; gap: 9px; transition: .2s var(--ease-out); white-space: nowrap; position: relative; overflow: hidden; }
.btn-termin svg { width: 18px; height: 18px; }
.btn-termin .btn-ar { width: 16px; height: 16px; transition: transform .26s var(--ease-out); }
.btn-termin:hover { background: var(--green-cta-h); transform: translateY(-2px); box-shadow: 0 20px 42px -16px rgba(47,107,63,.6); }
.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: #e7e7e2; 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-pill); 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-pill); 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 - helles Editorial-Split mit Bild-Collage
   ============================================================ */
.hero { position: relative; overflow: hidden; background:
    radial-gradient(120% 90% at 88% -10%, var(--green-soft) 0%, transparent 55%),
    radial-gradient(90% 80% at -5% 110%, var(--clay-soft) 0%, transparent 50%),
    var(--bg); }
.hero .wrap { position: relative; z-index: 3; display: grid; grid-template-columns: 1.04fr .96fr; gap: 56px; align-items: center; padding-top: 64px; padding-bottom: 92px; min-height: calc(100vh - var(--header-h)); }
.hero-text { max-width: 600px; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: .55rem; font-size: .82rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--green-ink); background: #fff; border: 1px solid var(--line); padding: 8px 16px 8px 12px; border-radius: var(--r-pill); box-shadow: var(--sh-sm); }
.hero-eyebrow svg { width: 17px; height: 17px; color: var(--clay); }
.hero-text h1 { font-size: clamp(2.7rem, 5.6vw, 4.7rem); margin: 24px 0 0; font-weight: 600; letter-spacing: -.02em; line-height: 1.02; color: var(--forest); }
.hero-text h1 em { font-style: normal; font-weight: 700; color: var(--green-cta); position: relative; white-space: nowrap; }
.hero-text h1 em::after { content:""; position: absolute; left: 2%; right: 2%; bottom: .04em; height: .16em; background: var(--clay); opacity: .35; border-radius: 6px; transform: rotate(-.5deg); }
.hero-text > p { color: var(--ink-2); font-size: 1.18rem; max-width: 500px; line-height: 1.6; margin-top: 22px; }
.hero-actions { display: flex; gap: 16px; margin-top: 34px; flex-wrap: wrap; align-items: center; }

.hero-reviews { display: inline-flex; align-items: center; gap: 11px; padding: 8px 18px 8px 12px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-pill); box-shadow: var(--sh-sm); }
.hero-reviews .gg { width: 28px; height: 28px; flex-shrink: 0; }
.hr-tx { display: flex; flex-direction: column; gap: 1px; line-height: 1.12; }
.hr-stars { display: inline-flex; gap: 2px; }
.hr-stars svg { width: 14px; height: 14px; color: #e6a32e; }
.hr-tx b { color: var(--ink); font-family: var(--sans); font-weight: 700; font-size: .92rem; }
.hr-tx > span { color: var(--muted); font-size: .76rem; }
.hr-tx span b { font-weight: 700; color: var(--ink); }

/* Hero-Collage */
.hero-art { position: relative; }
.hero-frame { position: relative; border-radius: var(--r-2xl); overflow: hidden; box-shadow: var(--sh-lg); aspect-ratio: 5/6; background: var(--bg-soft-2); }
.hero-frame .hero-slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transform: scale(1.06); transition: opacity 1.2s var(--ease-out), transform 8s linear; }
.hero-frame .hero-slide.active { opacity: 1; transform: scale(1); }
.hero-dots { position: absolute; left: 50%; transform: translateX(-50%); bottom: 18px; z-index: 4; display: flex; gap: 8px; }
.hero-dots button { width: 26px; height: 4px; background: rgba(255,255,255,.45); border-radius: 4px; transition: background .3s; }
.hero-dots button.active { background: #fff; }
.hero-float { position: absolute; left: -26px; bottom: 38px; z-index: 5; display: flex; align-items: center; gap: 13px; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 13px 18px 13px 13px; box-shadow: var(--sh); }
.hero-float .hf-ic { width: 44px; height: 44px; border-radius: 50%; background: var(--green-soft); display: grid; place-items: center; flex-shrink: 0; }
.hero-float .hf-ic svg { width: 23px; height: 23px; color: var(--green-ink); }
.hero-float b { display: block; font-family: var(--display); font-weight: 600; font-size: 1.04rem; color: var(--ink); line-height: 1.15; }
.hero-float span { font-size: .8rem; color: var(--muted); }
.hero-badge { position: absolute; right: -18px; top: 30px; z-index: 5; display: inline-flex; align-items: center; gap: 8px; background: var(--forest); color: #fff; border-radius: var(--r-pill); padding: 9px 17px; box-shadow: var(--sh); font-weight: 600; font-size: .86rem; }
.hero-badge svg { width: 17px; height: 17px; color: var(--green-glow); }
.hero-art::before { content:""; position: absolute; right: -34px; bottom: -34px; width: 150px; height: 150px; border-radius: 50%; background: radial-gradient(circle, rgba(94,160,67,.28), transparent 70%); z-index: -1; }

/* ============================================================
   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: 16px; 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: 300px; gap: 18px; }
.ov-card { position: relative; display: block; border-radius: var(--r-xl); overflow: hidden; background: var(--forest); box-shadow: var(--sh-sm); height: 100%; transition: box-shadow .45s var(--ease-out), transform .45s var(--ease-out); }
.ov-card.wide { grid-column: span 2; }
.ov-card:hover { box-shadow: var(--sh); transform: translateY(-4px); }
.ov-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease-out); will-change: transform; }
.ov-card:hover img { transform: scale(1.06); }
.ov-card::after { content:""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,22,15,.05) 12%, rgba(13,22,15,.62) 58%, rgba(9,18,11,.96) 100%); }
.ov-body { position: absolute; inset: 0; padding: 26px; display: flex; flex-direction: column; justify-content: flex-end; z-index: 2; }
.ov-body h3 { color: #fff; font-size: 1.5rem; margin-bottom: 5px; line-height: 1.08; }
.ov-body p { color: #ecefe6; font-size: .92rem; max-width: 95%; line-height: 1.45; }
.ov-go { display: inline-flex; align-items: center; gap: 8px; margin-top: 15px; font-size: .85rem; font-weight: 600; color: var(--green-glow); transition: gap .25s var(--ease-out); }
.ov-go svg { width: 16px; height: 16px; transition: transform .25s var(--ease-out); }
.ov-card:hover .ov-go { gap: 12px; }
.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:""; position: absolute; left: -10px; top: -10px; width: 96px; height: 96px; border-top: 2.5px solid var(--clay); border-left: 2.5px solid var(--clay); border-top-left-radius: 28px; z-index: 3; pointer-events: 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(150,110,40,.6), inset 0 1px 2px rgba(255,255,255,.6); overflow: hidden; }
.badge-1904 .b-seal::after { content:""; position: absolute; top: -60%; left: -30%; width: 60%; height: 220%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.85), transparent); transform: rotate(20deg); animation: seal-shine 4.5s ease-in-out infinite; }
@keyframes seal-shine { 0%, 70% { left: -40%; } 100% { left: 130%; } }
.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: clamp(2rem, 3.7vw, 3rem); margin: 16px 0 18px; }
.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; }
.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: #a9b5a1; }

/* ============================================================
   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 .4s var(--ease-out); }
.rail-card:hover { box-shadow: var(--sh); }
.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; background: linear-gradient(180deg, rgba(13,22,15,0) 38%, rgba(11,20,13,.92) 100%); }
.rail-body { position: absolute; inset: 0; padding: 24px; display: flex; flex-direction: column; justify-content: flex-end; z-index: 2; }
.rail-body .rk { font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; color: var(--green-glow); font-weight: 800; }
.rail-body h3 { color: #fff; font-size: 1.26rem; margin-top: 6px; }
.rail-body .rail-go { display: inline-flex; align-items: center; gap: 7px; margin-top: 12px; font-size: .84rem; font-weight: 600; color: #fff; opacity: 0; transform: translateY(6px); transition: .3s var(--ease-out); }
.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-pill); 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(--sh); }
.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: var(--card); border: 1px solid var(--line); border-radius: var(--r-xl); box-shadow: var(--sh-sm); padding: 30px 28px; display: flex; flex-direction: column; gap: 16px; margin: 0; position: relative; transition: transform .3s var(--ease-out), box-shadow .3s var(--ease-out); }
.reviewcard::before { content:"\201C"; position: absolute; right: 24px; top: 8px; font-family: var(--display); font-size: 4.2rem; line-height: 1; color: var(--green-soft); }
.reviewcard:hover { transform: translateY(-4px); box-shadow: var(--sh); }
.rc-stars { display: inline-flex; gap: 3px; }
.rc-stars svg { width: 18px; height: 18px; color: #e6a32e; }
.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: #b7c2ae; 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: #8a957f; 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: #7e896f; 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: #9aa58d; 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: 12px; 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-pill); 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(--sh); transform: translateY(-3px); }
.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: #c9d2c1; 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: #a6b29c; 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: #9aa68e; 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: 14px; 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: #8a957f; }
.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: #93a088; 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(-3px); }
.footer-socials svg { width: 18px; height: 18px; color: #d6ddcf; }
.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-pill); padding: 11px 16px; color: #fff; font-size: .9rem; }
.footer-newsletter input::placeholder { color: #7e896f; }
.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: #7e896f; }
.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: 16px 15px; background: var(--green-cta); color: #fff; border: 2px solid var(--bg); border-right: none; border-radius: 18px 0 0 18px; box-shadow: -10px 14px 30px -14px rgba(0,0,0,.4); transition: background .25s, transform .25s var(--ease-out); animation: dock-pulse 2.1s ease-in-out infinite; }
.dock-tab:hover, .dock.open .dock-tab { background: var(--green-cta-h); animation: none; transform: translateX(-2px); }
.dock-tab .dt-ic { width: 30px; height: 30px; display: grid; place-items: center; }
.dock-tab .dt-ic svg { width: 27px; height: 27px; }
@keyframes dock-pulse { 0%, 45%, 100% { box-shadow: -10px 14px 30px -14px rgba(0,0,0,.4), 0 0 0 0 rgba(94,160,67,.7); } 72% { box-shadow: -10px 14px 30px -14px rgba(0,0,0,.4), 0 0 0 18px rgba(94,160,67,0); } }
.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: #a9b5a1; }
.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(-3px); }
.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: #b7c2ae; 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: #d4ddcc; 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: 1140px) {
  :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 .wrap { padding-top: 36px; }
  .hero-text h1 { font-size: clamp(2.3rem, 9vw, 3rem); }
  .hero-actions { gap: 12px; }
  .hero-actions .btn { flex: 1; 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; }
}
