/* ============================================================
   Wintermann Treppenmeister - Redesign v4
   Outfit + Inter. Markengrün + Gold. Einheitlich, kompakt, premium.
   ============================================================ */

:root {
  --bg:        #ffffff;
  --bg-soft:   #f5f5f1;
  --bg-soft-2: #ecebe5;
  --bg-dark:   #16171a;
  --bg-dark-2: #1e2024;
  --card:      #ffffff;
  --ink:       #1b1c1a;
  --ink-2:     #494c46;
  --muted:     #767970;
  --line:      #e7e6e0;
  --line-2:    #f0efe9;

  --green:     #76b82a;
  --green-cta: #5c9e1d;
  --green-cta-h:#4d8716;
  --green-ink: #3f6e14;
  --green-soft:#eef6e2;
  --green-glow:#9ad95a;
  --red:       #d8392b;
  --red-ink:   #b32a1f;

  --gold:      #a9842b;
  --gold-soft: #f4ecd7;
  --gold-grad: linear-gradient(135deg, #f0d893 0%, #cda64a 42%, #a87f28 100%);
  --gold-shine: linear-gradient(135deg, #fff4d6 0%, #e7c878 30%, #b8902f 65%, #8a6a1f 100%);

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

  --wrap: 1380px;
  --wrap-narrow: 860px;
  --r: 10px;
  --r-lg: 16px;
  --r-xl: 24px;

  --sh-sm: 0 1px 2px rgba(27,28,26,.05), 0 8px 20px -12px rgba(27,28,26,.18);
  --sh:    0 18px 50px -22px rgba(27,28,26,.32);
  --sh-lg: 0 34px 80px -30px rgba(27,28,26,.4);
  --sh-green: 0 14px 34px -14px rgba(92,158,29,.42);

  --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: 84px;
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 110px; overflow-x: hidden; }
body {
  font-family: var(--sans);
  background: var(--bg); color: var(--ink);
  line-height: 1.6; 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); color: #fff; }
:focus-visible { outline: 2px solid var(--green-cta); outline-offset: 2px; }

body::before { content:""; position: fixed; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--green) 0%, var(--green-glow) 50%, var(--green) 100%); z-index: 400; }

/* ---------- Typo ---------- */
h1,h2,h3,h4 { font-family: var(--display); font-weight: 600; line-height: 1.07; letter-spacing: -.02em; color: var(--ink); }
p { color: var(--ink-2); }

/* Kicker: praegnantes Treppen-Icon, kraeftiger */
.kicker, .eyebrow {
  font-family: var(--sans); font-size: .95rem; font-weight: 800;
  letter-spacing: .08em; text-transform: uppercase; color: var(--green-ink);
  display: inline-flex; align-items: center; gap: .42rem;
}
.kicker::before, .eyebrow::before {
  content:""; width: 21px; height: 21px; background: var(--green); 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='M2 21h4v-5h5v-5h5V6h3' fill='none' stroke='black' stroke-width='2.6' 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='M2 21h4v-5h5v-5h5V6h3' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}
.kicker.center, .eyebrow.center { justify-content: center; }

/* ---------- Layout (kompakter) ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: 40px; }
.section { padding: 84px 0; }
.section.tight { padding: 58px 0; }
.bg-soft { background: var(--bg-soft); }
.bg-dark { background: var(--bg-dark); color: #d9d9d4; }
.bg-dark h1,.bg-dark h2,.bg-dark h3,.bg-dark h4 { color: #fff; }
.bg-dark p { color: #aeb0a9; }

.shead, .section-head { max-width: 700px; margin-bottom: 40px; }
.shead.center, .section-head.center { margin-inline: auto; text-align: center; }
.shead h2, .section-head h2 { font-size: clamp(2.1rem, 4vw, 3.1rem); margin: 12px 0 0; font-weight: 700; }
.shead p, .section-head p { margin-top: 12px; font-size: 1.06rem; color: var(--ink-2); }
.lead { font-size: 1.18rem; color: var(--ink-2); line-height: 1.55; }
.shead-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 36px; flex-wrap: wrap; }
.shead-row .shead { margin-bottom: 0; }

/* ============================================================
   Buttons - EIN einheitliches System
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  padding: 14px 26px; font-family: var(--sans); white-space: nowrap;
  font-weight: 600; font-size: .96rem; border-radius: var(--r-lg);
  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;
}
/* eleganter Glanz beim Hover */
.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,.38), 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: 12px 28px; font-size: .96rem; }

.btn-primary { background: var(--green-cta); color: #fff; box-shadow: var(--sh-green); }
.btn-primary:hover { background: var(--green-cta-h); box-shadow: 0 18px 40px -14px rgba(92,158,29,.6); transform: translateY(-2px); }
.btn-primary:active { transform: scale(.97); }
.btn-dark { background: var(--ink); color: #fff; box-shadow: var(--sh-sm); }
.btn-dark:hover { background: #000; transform: translateY(-2px); box-shadow: var(--sh); }
/* sekundaer hell: Umriss in Tinte (auch alte .btn-ghost und .btn-light) */
.btn-outline, .btn-ghost, .btn-light { border: 1.5px solid var(--line-2); background: #fff; color: var(--ink); box-shadow: var(--sh-sm); }
.btn-outline:hover, .btn-ghost:hover, .btn-light:hover { border-color: var(--ink); transform: translateY(-2px); }
/* auf dunkel */
.btn-outline-light, .btn-on-dark { background: rgba(255,255,255,.08); backdrop-filter: blur(14px) saturate(1.2); border: 1px solid rgba(255,255,255,.32); color: #fff; }
.btn-outline-light:hover, .btn-on-dark:hover { background: #fff; color: var(--ink); border-color: #fff; transform: translateY(-2px); }
/* Instagram: gleiche Form, nur IG-Farben */
.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: 48px; height: 48px; 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(--ink); color: #fff; border-color: var(--ink); transform: translateY(-2px); }
.nav-arrow:active { transform: scale(.94); }
.nav-arrow:disabled { opacity: .32; cursor: default; transform: none; background: #fff; color: var(--ink); border-color: var(--line); }
.nav-arrow svg { width: 19px; height: 19px; }

/* ============================================================
   Header - grosses Logo (ragt in Hero), zentrierte Nav
   ============================================================ */
.header {
  position: sticky; top: 3px; z-index: 200;
  background: rgba(255,255,255,.86); backdrop-filter: blur(16px) saturate(1.3);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .3s var(--ease-out), background .3s, border-color .3s;
}
.header.scrolled { box-shadow: 0 10px 34px -24px rgba(27,28,26,.55); background: rgba(255,255,255,.95); }
.header > .wrap { max-width: 1620px; padding-inline: 34px; }
.header-inner { height: var(--header-h); display: flex; align-items: center; gap: 14px; position: relative; }

/* Logo auf weisser Platte, ragt nach unten in den Hero */
.brand { align-self: flex-start; position: relative; z-index: 6; display: flex; align-items: center; background: #fff; padding: 12px 20px 18px; border-radius: 0 0 16px 16px; box-shadow: 0 20px 34px -18px rgba(20,20,18,.34); transition: box-shadow .25s var(--ease-out); }
.brand:hover { box-shadow: 0 24px 42px -18px rgba(20,20,18,.44); }
.brand img { height: 70px; width: auto; }

.nav { display: flex; align-items: center; height: 100%; flex: 1; min-width: 0; margin: 0 6px; }
.nav > ul { display: flex; align-items: center; height: 100%; width: 100%; justify-content: space-between; }
.nav > ul > li { height: 100%; display: flex; align-items: center; position: relative; }
.nav-link {
  display: inline-flex; align-items: center; gap: 3px; height: 100%;
  padding: 0 7px; white-space: nowrap;
  font-size: .87rem; font-weight: 500; color: var(--ink-2);
  position: relative; transition: color .18s var(--ease-out);
}
.nav-link .chev { width: 15px; height: 15px; opacity: .55; 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: 9px; right: 9px; bottom: 25px; height: 2px; background: var(--green); 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-lg); 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: 8px; 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); }
.h-service .hs-ic svg { width: 19px; height: 19px; color: var(--green-ink); transition: color .2s; }
.h-service:hover .hs-ic svg { color: #fff; }
.h-service b { font-family: var(--display); font-weight: 600; font-size: .98rem; color: var(--ink); white-space: nowrap; }

.icon-btn { width: 46px; height: 46px; border-radius: var(--r-lg); 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(--ink); background: var(--ink); color: #fff; transform: translateY(-1px); }
.icon-btn:active { transform: scale(.95); }
.icon-btn svg { width: 19px; height: 19px; }

.btn-termin { padding: 13px 20px; background: var(--green-cta); color: #fff; border-radius: var(--r-lg); 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 18px 40px -14px rgba(92,158,29,.6); }
.btn-termin:hover .btn-ar { transform: translateX(4px); }
.btn-termin:active { transform: scale(.97); }

/* Mega: schwebendes Panel, sauberer Hover, klarer getrennt */
.mega {
  position: absolute; top: 100%; left: -18px; transform: translateY(8px) scale(.99);
  width: min(640px, calc(100vw - 48px));
  background: #fff; 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(980px, 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 330px; }
.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: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--green-ink); margin-bottom: 14px; padding-bottom: 11px; border-bottom: 2px 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; color: var(--ink-2); border-radius: 8px; 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(16,17,15,.35) 0%, rgba(16,17,15,.62) 55%, rgba(16,17,15,.94) 100%); }
.mega-feature > * { position: relative; z-index: 2; }
.mega-feature .mf-eye { font-family: var(--sans); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--green-glow); }
.mega-feature h3 { color: #fff; font-size: 1.32rem; 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: #fff; 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: 160px; }
.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); padding: 0 18px; transition: border .2s, box-shadow .2s; }
.search-field:focus-within { border-color: var(--green); box-shadow: 0 0 0 3px rgba(118,184,42,.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: var(--r); }
.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: #fff; 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: 42px; }
.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); padding: 0 16px; 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.18rem; 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 (Google-Bewertung als Glas-Badge, kein 1904-Chip)
   ============================================================ */
.hero { position: relative; min-height: calc(100vh - var(--header-h) - 3px); max-height: 880px; display: flex; align-items: center; overflow: hidden; }
.hero-slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transform: scale(1.06); transition: opacity 1.3s var(--ease-out), transform 9s linear; }
.hero-slide.active { opacity: 1; transform: scale(1); }
.hero::after { content:""; position:absolute; inset:0; background: linear-gradient(72deg, rgba(12,13,11,.9) 0%, rgba(12,13,11,.6) 42%, rgba(12,13,11,.14) 78%, rgba(12,13,11,.02) 100%); }
.hero-content { position: relative; z-index: 3; width: 100%; padding-block: 40px; }
.hero-text { max-width: 790px; color: #fff; }
.hero-text h1 { color: #fff; font-size: clamp(2.7rem, 6.2vw, 5rem); margin: 0 0 22px; font-weight: 700; letter-spacing: -.03em; line-height: 1.0; text-shadow: 0 2px 40px rgba(0,0,0,.32); }
.hero-text h1 em { font-style: normal; color: var(--green-glow); }
.hero-text p { color: #ededea; font-size: 1.22rem; max-width: 530px; line-height: 1.55; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; align-items: center; }
.hero-dots { position: absolute; bottom: 40px; left: 40px; z-index: 4; display: flex; gap: 9px; }
.hero-dots button { width: 32px; height: 4px; background: rgba(255,255,255,.32); border-radius: 4px; transition: background .3s; }
.hero-dots button.active { background: var(--green); }

/* Google-Bewertungs-Badge (Glas) */
.hero-reviews { display: inline-flex; align-items: center; gap: 11px; padding: 8px 16px; background: rgba(255,255,255,.08); backdrop-filter: blur(20px) saturate(1.3); border: 1px solid rgba(255,255,255,.18); border-radius: var(--r-lg); box-shadow: 0 14px 36px -18px rgba(0,0,0,.5); }
.hero-reviews .gg { width: 26px; height: 26px; }
.hero-reviews .hr-stars svg { width: 13px; height: 13px; }
.hero-reviews .gg { width: 30px; height: 30px; flex-shrink: 0; }
.hr-tx { display: flex; flex-direction: column; gap: 2px; line-height: 1.1; }
.hr-stars { display: inline-flex; gap: 2px; }
.hr-stars svg { width: 15px; height: 15px; color: #fbbf24; }
.hr-tx b { color: #fff; font-family: var(--display); font-weight: 600; font-size: .96rem; }
.hr-tx span { color: #e6e6e1; font-size: .76rem; }
.hr-tx span b { font-weight: 700; }

/* ============================================================
   Benefits-Band (sauber, einheitliche Typo)
   ============================================================ */
.trustwrap { background: var(--bg); }
.trust { position: relative; margin-top: -56px; z-index: 5; background: #fff; 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: 50px; height: 50px; border-radius: 13px; 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.22rem; color: var(--ink); line-height: 1.1; }
.trust-tx span { font-size: .85rem; color: var(--muted); }

/* ============================================================
   Bereichs-Uebersicht (clean, keine Nummern, sanfter Hover)
   ============================================================ */
.overview { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 296px; gap: 20px; }
.ov-card { position: relative; display: block; border-radius: var(--r-lg); overflow: hidden; background: var(--ink); 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.05); }
.ov-card::after { content:""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,20,18,.04) 16%, rgba(13,14,12,.66) 56%, rgba(8,9,7,.97) 100%); }
.ov-body { position: absolute; inset: 0; padding: 24px; display: flex; flex-direction: column; justify-content: flex-end; z-index: 2; }
.ov-body h3 { color: #fff; font-size: 1.4rem; margin-bottom: 4px; line-height: 1.1; }
.ov-body p { color: #f1f1ec; font-size: .92rem; max-width: 95%; line-height: 1.4; }
.ov-go { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; font-size: .85rem; font-weight: 600; color: var(--green-glow); opacity: .85; 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) + Premium-Fachbetrieb (edel, gold)
   ============================================================ */
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: 72px; align-items: center; }
.split.reverse .split-media { order: 2; }
.split-media { position: relative; }
.split-media img { width: 100%; border-radius: var(--r-lg); 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; }

/* edle Bild-in-Bild-Montage, Gold-Rahmen passend zur Rundung */
.media-stack { position: relative; }
.media-stack > img { position: relative; z-index: 2; width: 100%; border-radius: var(--r-lg); box-shadow: var(--sh-lg); aspect-ratio: 4/5; object-fit: cover; object-position: 60% center; }
.media-stack::before { content:""; position: absolute; left: -8px; top: -8px; width: 94px; height: 94px; border-top: 2.5px solid var(--green); border-left: 2.5px solid var(--green); border-top-left-radius: 24px; z-index: 3; pointer-events: none; }
.media-stack .ms-2 { position: absolute; right: -28px; bottom: -28px; width: 46%; z-index: 3; border: 6px 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: 22px; top: 22px; z-index: 4; display: flex; align-items: center; gap: 13px; background: rgba(255,255,255,.94); backdrop-filter: blur(10px) saturate(1.2); border-radius: 14px; padding: 11px 18px 11px 11px; box-shadow: var(--sh); border: 1px solid rgba(255,255,255,.7); }
.badge-1904 .b-seal { position: relative; width: 46px; height: 46px; border-radius: 50%; background: var(--gold-shine); display: grid; place-items: center; flex-shrink: 0; box-shadow: 0 7px 16px -6px rgba(160,120,40,.7), 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: 24px; height: 24px; color: #fff; position: relative; z-index: 2; }
.badge-1904 .b-tx { display: flex; align-items: baseline; gap: 7px; white-space: nowrap; }
.badge-1904 .b-tx span { font-family: var(--display); font-size: 1.12rem; font-weight: 500; letter-spacing: 0; text-transform: none; color: var(--gold); }
.badge-1904 .b-tx b { font-family: var(--display); font-weight: 700; font-size: 1.12rem; color: var(--ink); line-height: 1; letter-spacing: .01em; }

.split-body h2 { font-size: clamp(2rem, 3.7vw, 2.9rem); margin: 14px 0 18px; }
.split-body p + p { margin-top: 13px; }
.split-actions { margin-top: 30px; display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.signature { font-family: var(--display); font-weight: 500; font-style: italic; font-size: 1.16rem; color: var(--ink); margin-top: 22px; }

/* Chef-Gruss: weisse Karte mit Schatten + Unterschrift */
.boss { display: flex; align-items: center; gap: 18px; margin-top: 26px; padding: 20px 24px; background: #fff; border-radius: var(--r-lg); box-shadow: var(--sh); border: 1px solid var(--line-2); }
.boss-photo { width: 66px; height: 66px; border-radius: 50%; overflow: hidden; flex-shrink: 0; box-shadow: 0 0 0 2px #fff, 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.1rem; color: var(--ink); margin: 0 0 6px; }
.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(--ink); opacity: .8; transform: rotate(-3deg); flex-shrink: 0; }

.checklist { display: flex; flex-direction: column; gap: 14px; margin: 24px 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 (schoen + Count-up)
   ============================================================ */
.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: 700; font-size: clamp(2.4rem, 4.2vw, 3.5rem); 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: 11px; font-size: .92rem; color: #a9aba4; }

/* ============================================================
   Compare-Slider (kreativ, edle Tags + Captions)
   ============================================================ */
.compare { position: relative; width: 100%; aspect-ratio: 3/2; border-radius: var(--r-lg); 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; }
.c-cap { position: absolute; bottom: 18px; display: flex; align-items: center; gap: 9px; padding: 9px 15px 9px 11px; border-radius: 40px; backdrop-filter: blur(10px); font-size: .82rem; font-weight: 600; pointer-events: none; box-shadow: 0 10px 24px -12px rgba(0,0,0,.5); }
.c-cap i { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.c-before .c-cap { left: 18px; background: rgba(24,22,20,.62); color: #fff; }
.c-before .c-cap i { background: #ff8a7a; }
.c-after .c-cap { right: 18px; background: rgba(92,158,29,.82); color: #fff; }
.c-after .c-cap i { background: #eafbd6; }
.compare-tag { position: absolute; top: 16px; z-index: 4; display: inline-flex; align-items: center; gap: 6px; padding: 7px 15px; border-radius: 40px; font-size: .72rem; 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 Modell-Slider (Vollbreite, bleedet beidseitig)
   ============================================================ */
.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(40px, calc(50vw - var(--wrap)/2 + 40px));
  scroll-padding-left: max(40px, calc(50vw - var(--wrap)/2 + 40px));
  scrollbar-width: none; -ms-overflow-style: none; }
.rail::-webkit-scrollbar { display: none; }
.rail-card { flex: 0 0 330px; scroll-snap-align: start; position: relative; border-radius: var(--r-lg); overflow: hidden; background: var(--ink); 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(20,20,18,0) 40%, rgba(15,16,14,.9) 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: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--green-glow); font-weight: 800; }
.rail-body h3 { color: #fff; font-size: 1.22rem; 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; }

/* Katalog-Hinweis: ruhig, editorial, kein KI-Glow */
.catalog-cta { margin-top: 40px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px; padding: 30px 36px; background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--green); border-radius: var(--r-lg); box-shadow: var(--sh-sm); }
.catalog-cta .cc-ic { width: 60px; height: 60px; border-radius: 14px; background: var(--green-soft); display: grid; place-items: center; flex-shrink: 0; }
.catalog-cta .cc-ic svg { width: 28px; height: 28px; color: var(--green-ink); }
.catalog-cta h3 { font-size: 1.42rem; }
.catalog-cta p { color: var(--muted); margin-top: 4px; font-size: .96rem; }

/* ============================================================
   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: 40px; 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 { transform: scale(.96); }
.filterbar button.active { background: var(--ink); color: #fff; border-color: var(--ink); }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gcard { position: relative; overflow: hidden; border-radius: var(--r-lg); background: var(--ink); 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(20,20,18,0) 40%, rgba(18,19,17,.85) 100%); }
.gcard-ov span, .gcard-overlay span { font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: var(--green-glow); font-weight: 600; }
.gcard-ov h3, .gcard-overlay h3 { color: #fff; font-size: 1.08rem; margin-top: 5px; font-weight: 600; }
.gcard.hide { display: none; }

/* ============================================================
   Modelle (Unterseiten)
   ============================================================ */
.models { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.model { background: #fff; border-radius: var(--r-lg); 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(-5px); 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: 26px; 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: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--green-ink); font-weight: 700; }
.model-name { font-size: 1.5rem; font-weight: 600; }
.model-body p { margin: 10px 0 16px; font-size: .94rem; flex: 1; }
.model-tags { display: flex; gap: 7px; flex-wrap: wrap; margin-bottom: 16px; }
.model-tags span { font-size: .73rem; padding: 4px 11px; background: var(--bg-soft); border-radius: 30px; color: var(--muted); }
.reddot { display: inline-flex; align-items: center; gap: 6px; font-size: .68rem; font-weight: 700; color: var(--red); letter-spacing: .04em; text-transform: uppercase; }
.reddot::before { content:""; width: 9px; height: 9px; border-radius: 50%; background: var(--red); }

/* ============================================================
   Prozess-Schritte
   ============================================================ */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; counter-reset: step; }
.step { position: relative; padding-top: 22px; border-top: 2px solid var(--line); }
.step::before { counter-increment: step; content: "0" counter(step); position: absolute; top: -2px; left: 0; width: 46px; height: 4px; background: var(--green); }
.step .sn { font-family: var(--display); font-weight: 600; font-size: 1rem; color: var(--green-ink); }
.step h3 { font-size: 1.25rem; margin: 6px 0 8px; }
.step p { font-size: .93rem; }

/* ============================================================
   Timeline
   ============================================================ */
.timeline { position: relative; max-width: 880px; margin-inline: auto; }
.timeline::before { content:""; position: absolute; left: 152px; top: 16px; bottom: 18px; width: 2px; background: linear-gradient(var(--green), var(--green-soft)); }
.tl-item { display: grid; grid-template-columns: 152px 1fr; gap: 52px; padding: 22px 0; position: relative; }
.tl-year { font-family: var(--display); font-weight: 700; font-size: clamp(2rem, 2.6vw, 2.7rem); color: var(--green-ink); text-align: right; line-height: 1; letter-spacing: -.02em; }
.tl-dot { position: absolute; left: 145px; top: 14px; width: 16px; height: 16px; border-radius: 50%; background: var(--green); border: 3px solid #fff; box-shadow: 0 0 0 5px var(--green-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%; }

/* ============================================================
   Team
   ============================================================ */
.team-band { position: relative; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh); background: var(--bg-soft); }
.team-band img { width: 100%; height: auto; display: block; }
.team { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.member { text-align: left; }
.member-photo { position: relative; aspect-ratio: 3/4; overflow: hidden; border-radius: var(--r-lg); background: var(--bg-soft); }
.member-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .5s var(--ease-out); }
.member:hover .member-photo img { transform: scale(1.04); }
.member-photo::after { content:""; position:absolute; inset:0; border: 3px solid var(--green); border-radius: var(--r-lg); opacity: 0; transition: opacity .3s; }
.member:hover .member-photo::after { opacity: 1; }
.member h3 { font-size: 1.12rem; margin: 14px 0 2px; font-weight: 600; }
.member span { font-size: .88rem; color: var(--muted); }

/* ============================================================
   Cabinet Foto-Album (von Anfang an aufgefaechert, durchblaetterbar)
   ============================================================ */
.album { position: relative; aspect-ratio: 4/5; border-radius: var(--r-lg); 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 15px; background: rgba(20,20,18,.5); backdrop-filter: blur(8px); color: #fff; border-radius: 40px; 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 button:active { transform: scale(.94); }
.album-nav svg { width: 20px; height: 20px; }

/* ============================================================
   Instagram-Feed (Story-Glow + Rail mit Fade)
   ============================================================ */
.ig { display: grid; grid-template-columns: 350px 1fr; gap: 46px; align-items: center; }
.ig-profile { display: flex; flex-direction: column; gap: 16px; }
.ig-head { display: flex; align-items: center; gap: 18px; }
.ig-avatar { position: relative; width: 88px; height: 88px; border-radius: 50%; flex-shrink: 0; display: grid; place-items: center; }
.ig-avatar::before { content:""; position: absolute; inset: 0; border-radius: 50%; padding: 3px; background: conic-gradient(from 0deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888, #f09433); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; animation: ig-spin 5s linear infinite; }
@keyframes ig-spin { to { transform: rotate(360deg); } }
.ig-avatar span { width: 78px; height: 78px; border-radius: 50%; background-size: cover; background-position: center; border: 3px solid #fff; box-shadow: 0 0 0 1px var(--line); }
.ig-handle b { font-family: var(--display); font-weight: 700; font-size: 1.22rem; display: block; }
.ig-handle a { color: var(--green-ink); font-weight: 600; font-size: .92rem; }
.ig-stats { display: flex; gap: 30px; }
.ig-stats div b { font-family: var(--display); font-weight: 700; font-size: 1.4rem; display: block; }
.ig-stats div span { font-size: .8rem; color: var(--muted); }
.ig-follow { align-self: flex-start; }
.ig-follow svg { width: 19px; height: 19px; }
.ig-railwrap { position: relative; min-width: 0; }
.ig-railhead { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.ig-railhead .nav-arrow { width: 42px; height: 42px; }
.ig-rail { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x proximity; padding: 4px 2px 12px; scrollbar-width: none;
  -webkit-mask: linear-gradient(to right, transparent 0, #000 5%, #000 95%, transparent 100%);
  mask: linear-gradient(to right, transparent 0, #000 5%, #000 95%, transparent 100%); }
.ig-rail::-webkit-scrollbar { display: none; }
.ig-tile { position: relative; flex: 0 0 250px; aspect-ratio: 1; border-radius: var(--r-lg); overflow: hidden; scroll-snap-align: start; box-shadow: var(--sh-sm); }
.ig-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease-out); }
.ig-tile:hover img { transform: scale(1.07); }
.ig-tile::after { content:""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,20,18,0) 50%, rgba(20,20,18,.55)); opacity: 0; transition: opacity .25s; }
.ig-tile:hover::after { opacity: 1; }
.ig-tile .ig-meta { position: absolute; left: 14px; bottom: 12px; z-index: 2; display: flex; gap: 14px; color: #fff; font-weight: 600; font-size: .86rem; opacity: 0; transition: opacity .25s; }
.ig-tile:hover .ig-meta { opacity: 1; }
.ig-tile .ig-meta span { display: inline-flex; align-items: center; gap: 5px; }
.ig-tile .ig-meta svg { width: 16px; height: 16px; }
.ig-note { font-size: .8rem; color: var(--muted); margin-top: 14px; }

/* ============================================================
   Kontakt: Termin-Stepper (kompakt, funktional)
   ============================================================ */
.booking { display: grid; grid-template-columns: 300px 1fr; border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--sh-lg); border: 1px solid var(--line); background: #fff; }
.booking-aside { background: var(--bg-dark); color: #fff; padding: 36px 30px; 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(118,184,42,.3), transparent 70%); }
.booking-aside .kicker { color: var(--green-glow); position: relative; z-index: 2; }
.booking-aside h2 { color: #fff; font-size: 1.7rem; margin: 12px 0 10px; position: relative; z-index: 2; }
.booking-aside > p { color: #b7b9b1; font-size: .92rem; position: relative; z-index: 2; }
.booking-aside .checklist { margin: 18px 0 0; gap: 11px; position: relative; z-index: 2; }
.booking-aside .checklist li { color: #c7c8c1; font-size: .9rem; align-items: center; }
.booking-aside .checklist .ck { width: 22px; height: 22px; background: rgba(118,184,42,.2); margin-top: 0; }
.booking-aside .checklist .ck svg { width: 13px; height: 13px; color: var(--green-glow); }
.booking-steps { display: flex; flex-direction: column; gap: 0; margin-top: 22px; position: relative; z-index: 2; }
.bk-step-ind { display: flex; align-items: center; gap: 13px; padding: 6px 0; color: #8e9088; transition: color .3s; }
.bk-step-ind .n { width: 32px; height: 32px; 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: .88rem; 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(--display); font-weight: 600; font-size: .98rem; display: block; color: inherit; line-height: 1.12; }
.bk-step-ind span { display: block; font-size: .78rem; color: #7c7e76; 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(118,184,42,.2); 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: 48px; height: 48px; 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: #9a9c93; display: block; line-height: 1.2; }

.booking-main { padding: 34px 38px 30px; display: flex; flex-direction: column; }
.bk-progress { height: 4px; border-radius: 4px; background: var(--line); overflow: hidden; margin-bottom: 26px; }
.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.3rem; margin-bottom: 2px; }
.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); 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(118,184,42,.22); }
.choice .ch-ic { width: 40px; height: 40px; border-radius: 11px; 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); }
.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(118,184,42,.16); }
.bk-field input.err { border-color: var(--red); box-shadow: 0 0 0 3px rgba(216,57,43,.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: 40px; 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(--ink); color: #fff; border-color: var(--ink); }
.bk-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 24px; }
.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: 26px 10px; }
.bk-done .bk-check { width: 70px; height: 70px; 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.55rem; 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); 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: #fff; border-radius: var(--r-lg); 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: 18px 24px; 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.26rem; 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 13px; background: var(--green-soft); color: var(--green-ink); border-radius: 40px; 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: 218px; background: var(--bg-soft); }
.loc-map iframe { width: 100%; height: 100%; border: 0; display: block; filter: grayscale(.3) contrast(1.05); transition: filter .4s; }
.loc:hover .loc-map iframe { filter: grayscale(0) contrast(1.05); }
.loc-info { padding: 26px 28px 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: 16px; 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: .22; background-size: cover; background-position: center; }
.cta::after, .cta-band::after { content:""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 120%, rgba(118,184,42,.18), transparent 60%); }
.cta .wrap, .cta-band .wrap { position: relative; z-index: 2; padding-block: 96px; }
.cta h2, .cta-band h2 { color: #fff; font-size: clamp(2.1rem, 4.2vw, 3.2rem); max-width: 760px; margin-inline: auto; }
.cta p, .cta-band p { color: #c7c8c1; max-width: 580px; margin: 16px auto 32px; font-size: 1.1rem; }
.cta .hero-actions, .cta-band .hero-actions { justify-content: center; margin-top: 0; }

/* ============================================================
   Footer - gross, viel Inhalt
   ============================================================ */
.footer { background: var(--bg-dark); color: #a4a69f; }
.footer-cta { background: linear-gradient(100deg, #1b1c1f, #232529); 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: 42px; flex-wrap: wrap; }
.footer-cta h3 { color: #fff; font-size: clamp(1.6rem, 2.8vw, 2.2rem); }
.footer-cta p { color: #9a9c93; margin-top: 6px; }
.footer-cta .fc-actions { display: flex; gap: 14px; flex-wrap: wrap; }
/* Trust-Leiste */
.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: 30px; }
.ft-badge { display: flex; align-items: center; gap: 13px; }
.ft-badge .ft-ic { width: 44px; height: 44px; border-radius: 12px; background: rgba(118,184,42,.14); 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: .96rem; display: block; font-family: var(--display); font-weight: 600; }
.ft-badge span { font-size: .8rem; color: #8e9088; }
.footer-top { padding-top: 60px; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr 1.3fr; gap: 40px; padding-bottom: 44px; }
.footer h4 { font-family: var(--sans); font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: #fff; margin-bottom: 18px; }
.footer-logo { height: 52px; margin-bottom: 18px; }
.footer-brand p { color: #93958d; font-size: .92rem; max-width: 320px; }
.footer-socials { display: flex; gap: 11px; margin-top: 20px; }
.footer-socials a { width: 42px; height: 42px; border-radius: 12px; 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: #dcded6; }
.footer-socials a:hover svg { color: #fff; }
.footer ul { display: flex; flex-direction: column; gap: 10px; }
.footer ul a { color: #b1b3aa; 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: #b1b3aa; }
.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); padding: 11px 14px; color: #fff; font-size: .9rem; }
.footer-newsletter input::placeholder { color: #7c7e76; }
.footer-newsletter input:focus { outline: none; border-color: var(--green); }
.footer-newsletter button { flex-shrink: 0; width: 46px; border-radius: var(--r); 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: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; font-size: .85rem; color: #7c7e76; }
.footer-bottom-links { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-bottom-links a:hover { color: var(--green-glow); }

/* ============================================================
   Kontakt-Dock - vertikaler "Kontakt"-Tab, stabiler Hover
   ============================================================ */
.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); color: #fff; border: 2px solid #fff; border-right: none; border-radius: 18px 0 0 18px; box-shadow: -10px 14px 30px -14px rgba(0,0,0,.45); 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); 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,.45), 0 0 0 0 rgba(118,184,42,.75); } 72% { box-shadow: -10px 14px 30px -14px rgba(0,0,0,.45), 0 0 0 20px rgba(118,184,42,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: #fff; border-radius: var(--r-lg); 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.04rem; display: block; }
.dock-panel-head span { font-size: .78rem; color: #a9aba4; }
.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(118,184,42,.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(--ink); 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)
   ============================================================ */
.page-hero { position: relative; overflow: hidden; background: var(--bg-dark); }
.page-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .42; }
.page-hero::after { content:""; position:absolute; inset:0; background: linear-gradient(180deg, rgba(15,16,14,.5), rgba(15,16,14,.84)); }
.page-hero .wrap { position: relative; z-index: 2; padding-block: 88px 76px; }
.breadcrumb { display: flex; gap: 9px; align-items: center; font-size: .84rem; color: #b1b3aa; margin-bottom: 18px; }
.breadcrumb a:hover { color: var(--green-glow); }
.breadcrumb span { opacity: .5; }
.page-hero h1 { color: #fff; font-size: clamp(2.3rem, 4.6vw, 3.6rem); max-width: 760px; font-weight: 700; letter-spacing: -.025em; }
.page-hero p { color: #d2d3cc; max-width: 580px; margin-top: 16px; font-size: 1.12rem; }
.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); margin-bottom: 12px; background: #fff; 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 22px; font-family: var(--display); font-weight: 600; font-size: 1.1rem; 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 22px 22px; }
.faq-item .faq-body p { font-size: .98rem; }
.faq-item .faq-body p + p { margin-top: 11px; }

/* ============================================================
   Holzarten
   ============================================================ */
.woods { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.wood-card { background: #fff; 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: #fff; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh); border: 1px solid var(--line); }
.infocard-body { padding: 44px; display: flex; flex-direction: column; justify-content: center; }
.infocard-body h2 { font-size: 1.9rem; margin: 12px 0 14px; }
.infocard-media { background-size: cover; background-position: center; min-height: 280px; }

.badge-stat { position: absolute; background: #fff; border-radius: 14px; 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: 700; 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: 700; font-size: clamp(4.5rem, 15vw, 10rem); color: var(--green); opacity: .1; 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: 40px; }
.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-slide { transition: opacity .4s; }
  .ig-avatar::before, .badge-1904 .b-seal::after, .dock-tab .dt-ping::after { animation: none; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .08s !important; }
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1519px) {
  .h-service { display: none; }
}
@media (max-width: 1380px) {
  :root { --header-h: 74px; }
  .nav { display: none; }
  .burger { display: flex; }
  .brand { align-self: center; background: none; box-shadow: none; padding: 0; border-radius: 0; }
  .brand:hover { box-shadow: none; }
  .brand img { height: 46px; }
  .header-cta { margin-left: auto; }
  .ig { grid-template-columns: 1fr; gap: 30px; }
  .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: 1080px) {
  .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; bottom: auto; }
  .album { margin: 10px 24px 24px 10px; }
  .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: 260px; }
  .ov-card.wide { grid-column: span 2; }
  .gallery, .models, .woods { grid-template-columns: repeat(2, 1fr); }
  .team { grid-template-columns: repeat(3, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 30px 24px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .rail-card { flex-basis: 280px; }
  .catalog-cta { grid-template-columns: auto 1fr; }
  .catalog-cta .btn { grid-column: 1 / -1; justify-self: start; }
}
@media (max-width: 720px) {
  body { font-size: 16px; }
  .section { padding: 60px 0; }
  .wrap { padding-inline: 18px; }
  .hero { min-height: 0; max-height: none; }
  .hero-content { padding-block: 70px; }
  .hero-text h1 { font-size: clamp(2.1rem, 9vw, 3rem); }
  .hero-dots { display: none; }
  .hero-reviews { width: 100%; justify-content: center; }
  .header-cta #searchToggle { display: none; }
  .btn-termin span { display: none; }
  .btn-termin { padding: 12px 14px; }
  .hero-actions .btn { flex: 1; justify-content: center; }
  .trust { grid-template-columns: repeat(2, 1fr); margin-top: -34px; }
  .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: 42px; height: 42px; border-radius: 11px; }
  .trust-ic svg { width: 21px; height: 21px; }
  .trust-tx b { font-size: 1.02rem; 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; }
  .badge-1904 { left: 14px; top: 14px; padding: 9px 15px 9px 9px; gap: 10px; }
  .badge-1904 .b-seal { width: 40px; height: 40px; }
  .badge-1904 .b-tx span, .badge-1904 .b-tx b { font-size: 1rem; }
  .overview, .gallery, .models, .woods, .locations, .stats, .choice-grid, .bk-grid { grid-template-columns: 1fr; }
  .overview { grid-auto-rows: 230px; }
  .ov-card.wide { grid-column: span 1; }
  .woods { grid-template-columns: repeat(2, 1fr); }
  .team { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; }
  .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; }
  .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-media { min-height: 200px; order: -1; }
  .dock { display: none; }
  .media-stack .ms-2 { display: none; }
  .album { margin: 6px 16px 16px 6px; }
  .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; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 26px 22px; }
  .footer-brand { grid-column: 1 / -1; }
  .catalog-cta { grid-template-columns: 1fr; text-align: left; }
  .mobilebar { display: none; }
  .totop { bottom: 18px; right: 16px; }
}
