/* =====================================================================
   Connexa · Design-System (Lovable-Basis, Apple-Anmutung)
   Dunkle Welt mit Gold, Cream-Atemräumen, zwei Säulenfarben:
   Violett = Unternehmen, Altrosa/Bordeaux = Privatpersonen.
   ===================================================================== */

:root {
  --background: #0e0e10;
  --anthracite: #24242d;
  --slate: #414152;
  --cream: #f1edde;
  --cream-soft: #e8e1cc;

  --gold: #d8b62b;
  --gold-light: #e7d06b;
  --gold-dark: #8e761c;

  --violet: #8d82b9;
  --violet-light: #b1aacf;
  --violet-dark: #3f3761;
  --violet-muted: #362b44;

  --rose: #b6718a;
  --rose-light: #ca9aab;
  --rose-dark: #4a2633;
  --rose-muted: #3f262f;

  --muted-fg: rgba(241, 237, 222, 0.62);
  --border: rgba(241, 237, 222, 0.12);

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

  --maxw: 1180px;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);

  /* Akzent pro Seite, Standard Gold */
  --accent: var(--gold);
  --accent-soft: rgba(216, 182, 43, 0.12);
}

body.theme-business {
  --accent: var(--violet);
  --accent-soft: rgba(141, 130, 185, 0.1);
  /* Oberflächen: Slate #414152 */
  --surface: #414152;
  --surface-deep: #323240;
  --surface-soft: #4a4a5c;
  background-color: #0e0e10;
  background-image:
    radial-gradient(ellipse 90% 55% at 90% -5%, rgba(65, 65, 82, 0.4), transparent 58%),
    radial-gradient(ellipse 70% 50% at -5% 30%, rgba(54, 54, 68, 0.35), transparent 52%),
    radial-gradient(ellipse 65% 45% at 95% 65%, rgba(65, 65, 82, 0.24), transparent 55%),
    radial-gradient(ellipse 55% 40% at 15% 100%, rgba(50, 50, 64, 0.28), transparent 50%);
  background-attachment: fixed;
}
body.theme-personal {
  --accent: var(--rose);
  --accent-soft: rgba(182, 113, 138, 0.14);
  /* Oberflächen: #5e3f4a / #3f262f (gedämpftes Bordeaux) */
  --surface: #5e3f4a;
  --surface-deep: #3f262f;
  --surface-soft: #6a4a55;
  background-color: #0e0e10;
  background-image:
    radial-gradient(ellipse 90% 55% at 90% -5%, rgba(63, 38, 47, 0.38), transparent 58%),
    radial-gradient(ellipse 70% 50% at -5% 30%, rgba(94, 63, 74, 0.32), transparent 52%),
    radial-gradient(ellipse 65% 45% at 95% 65%, rgba(63, 38, 47, 0.24), transparent 55%),
    radial-gradient(ellipse 55% 40% at 15% 100%, rgba(94, 63, 74, 0.22), transparent 50%);
  background-attachment: fixed;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  background: var(--background);
  color: var(--cream);
  font-family: var(--sans);
  font-weight: 300;
  line-height: 1.7;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 { font-family: var(--serif); font-weight: 500; line-height: 1.1; }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 820px; }
.mid { max-width: 980px; }

section { position: relative; padding: clamp(48px, 7vw, 96px) 0; }
.hero-lead { max-width: 640px; margin-top: 1.4rem; }

/* ---------- Typo helpers ---------- */
.eyebrow {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--accent);
  margin-bottom: 1rem;
}
.display {
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.02;
}
h2.title {
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}
.lead { font-size: clamp(1.05rem, 1.6vw, 1.3rem); color: rgba(241,237,222,0.82); font-weight: 300; }
/* .lead nur im Hero / Kontakt-Hero; Fliesstext in Sektionen: .muted */
.muted { color: var(--muted-fg); }
section p.muted,
.panel p.muted,
.split p.muted,
.cta p.muted {
  font-size: inherit;
  line-height: 1.7;
}
p { margin-bottom: 1.1em; }
p:last-child { margin-bottom: 0; }
strong { color: var(--cream); font-weight: 500; }
em { font-style: italic; }

.serif-quote { font-family: var(--serif); font-style: italic; }

/* Hervorgehobene Zitate im Fliesstext: grösser, heller, besser lesbar */
.quote-lead {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  line-height: 1.5;
  color: var(--cream);
  font-weight: 500;
  letter-spacing: 0.01em;
}
.quote-note {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.15rem, 1.8vw, 1.4rem);
  line-height: 1.55;
  color: rgba(241, 237, 222, 0.84);
  font-weight: 400;
}

/*
  Titel-Faden (siteweit):
  - .display + .title = immer Goldschimmer (Hero und Abschnitte)
  - Cream/Weiss nur für Fliesstext, Card-h3, UI-Labels
  - Ausnahme bewusst: .title.plain / .display.plain
*/
.gold,
.title,
.display {
  background: linear-gradient(90deg, #b98f2e 0%, #f0d67e 25%, #fbe9a8 50%, #f0d67e 75%, #b98f2e 100%);
  background-size: 200% auto;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  animation: shimmer 6s linear infinite;
}
.title.plain,
.display.plain {
  background: none;
  -webkit-background-clip: unset; background-clip: unset;
  -webkit-text-fill-color: var(--cream);
  color: var(--cream);
  animation: none;
}
@keyframes shimmer {
  from { background-position: -200% center; }
  to { background-position: 200% center; }
}
.gold-static {
  background: linear-gradient(135deg, var(--gold-dark), var(--gold), var(--gold-light));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent;
  animation: none;
}
@media (prefers-reduced-motion: reduce) {
  .gold, .title, .display { animation: none; background-position: 50% center; }
}

.hairline { width: 84px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); margin: 1.6rem 0; border: 0; }
.hairline.center { margin-left: auto; margin-right: auto; }

.center { text-align: center; }
.mx-auto { margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.6em;
  font-family: var(--sans); font-weight: 500; font-size: 0.82rem;
  text-transform: uppercase; letter-spacing: 0.16em;
  padding: 1em 2.1em; border-radius: 100px; cursor: pointer; border: 0;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), opacity 0.35s var(--ease);
}
.btn-gold {
  background: linear-gradient(135deg, var(--gold-dark), var(--gold), var(--gold-light));
  color: #17140a;
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 18px 40px -18px rgba(216,182,43,0.5); }
.btn-ghost { background: transparent; border: 1px solid var(--accent); color: var(--cream); }
.btn-ghost:hover { background: var(--accent-soft); transform: translateY(-2px); }
.btn .arrow { transition: transform 0.35s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }

.link-arrow {
  display: inline-flex; align-items: center; gap: 0.5em;
  font-family: var(--sans); font-size: 0.9rem; color: var(--accent);
  transition: gap 0.3s var(--ease);
}
.link-arrow:hover { gap: 0.9em; }

/* ---------- Navbar ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background 0.4s var(--ease), border-color 0.4s var(--ease);
}
.nav.scrolled {
  background: rgba(14,14,16,0.78);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border-bottom-color: var(--border);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 88px; }
.nav-logo { height: 64px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 2rem; }
.nav-links a {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--muted-fg); transition: color 0.3s var(--ease);
}
.nav-links a:hover { color: var(--gold); }
.nav-links > a.active { color: var(--cream); position: relative; }
.nav-links > a.active::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -7px;
  height: 1px; background: var(--gold);
}
.nav-toggle { display: none; background: none; border: 0; color: var(--cream); cursor: pointer; font-size: 1.6rem; line-height: 1; }
.nav-switch {
  padding: 0.55em 1.2em; border-radius: 100px;
  border: 1px solid var(--border); color: var(--cream) !important;
  font-size: 0.72rem !important; letter-spacing: 0.06em;
  transition: background 0.3s var(--ease), color 0.3s var(--ease), border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.nav-switch::after { content: " →"; }
/* Farbe der Zielwelt, unabhängig vom aktuellen Theme */
.nav-switch.to-biz {
  border-color: rgba(177, 170, 207, 0.75);
  color: var(--violet-light) !important;
  background: rgba(141, 130, 185, 0.14);
  box-shadow: 0 0 0 1px rgba(141, 130, 185, 0.12), 0 8px 22px -14px rgba(141, 130, 185, 0.55);
}
.nav-switch.to-biz:hover {
  background: rgba(141, 130, 185, 0.26);
  border-color: var(--violet-light);
  color: #fff !important;
}
.nav-switch.to-priv {
  border-color: rgba(202, 154, 171, 0.8);
  color: var(--rose-light) !important;
  background: rgba(182, 113, 138, 0.16);
  box-shadow: 0 0 0 1px rgba(182, 113, 138, 0.14), 0 8px 22px -14px rgba(182, 113, 138, 0.55);
}
.nav-switch.to-priv:hover {
  background: rgba(182, 113, 138, 0.28);
  border-color: var(--rose-light);
  color: #fff !important;
}

/* ---------- Landing (reine Auswahl) ---------- */
.landing { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 56px 24px; position: relative; overflow: hidden; }
.landing-bg { position: absolute; inset: 0; z-index: 0; }
.landing-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.16; animation: zoom 24s ease-in-out infinite; }
.landing-bg::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 25%, rgba(14,14,16,0.35), var(--background) 75%); }
.landing-inner { position: relative; z-index: 2; width: 100%; max-width: 1080px; text-align: center; }
.landing-logo-wrap { position: relative; display: inline-block; margin: 0 auto 2rem; animation: logoIn 1.5s var(--ease) both; }
.landing-logo-wrap::before { content: ""; position: absolute; left: 50%; top: 50%; width: 150%; height: 280%; transform: translate(-50%, -50%); background: radial-gradient(ellipse at center, rgba(216,182,43,0.30), rgba(216,182,43,0) 68%); filter: blur(26px); z-index: -1; animation: haloPulse 5.5s ease-in-out infinite; }
.landing-logo { height: clamp(120px, 16vw, 220px); width: auto; display: block; filter: drop-shadow(0 24px 55px rgba(0,0,0,0.55)) drop-shadow(0 0 24px rgba(216,182,43,0.28)); animation: logoFloat 7s ease-in-out infinite; will-change: transform; }
@keyframes logoIn { 0% { opacity: 0; transform: translateY(20px) scale(0.9); filter: blur(10px); } 100% { opacity: 1; transform: none; filter: blur(0); } }
@keyframes logoFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes haloPulse { 0%, 100% { opacity: 0.5; transform: translate(-50%, -50%) scale(1); } 50% { opacity: 0.95; transform: translate(-50%, -50%) scale(1.09); } }
@media (prefers-reduced-motion: reduce) { .landing-logo, .landing-logo-wrap, .landing-logo-wrap::before { animation: none; } }
.landing-claim { font-family: var(--serif); font-size: clamp(1.4rem, 3vw, 2.2rem); line-height: 1.25; margin-bottom: clamp(36px, 5vw, 56px); }
.landing-foot { position: relative; z-index: 2; margin-top: clamp(36px, 5vw, 56px); font-size: 0.76rem; color: rgba(241,237,222,0.4); letter-spacing: 0.04em; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 6px 16px; }
.landing-foot a { color: rgba(241,237,222,0.5); text-decoration: none; transition: color 0.3s; }
.landing-foot a:hover { color: var(--cream); }
.landing-foot .sep { opacity: 0.5; }
.landing-quote {
  position: relative; z-index: 2;
  margin: clamp(56px, 8vw, 96px) auto 0;
  max-width: 760px;
  text-align: center;
  padding: clamp(28px, 4vw, 40px) clamp(20px, 3vw, 32px) 0;
}
.landing-quote::before {
  content: "";
  display: block;
  width: 48px; height: 1px;
  margin: 0 auto 1.8rem;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.landing-quote blockquote { margin: 0; }
.landing-quote .lq-main {
  font-family: var(--serif); font-style: italic; font-weight: 500;
  font-size: clamp(1.15rem, 2.4vw, 1.85rem);
  line-height: 1.4;
  color: var(--cream);
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .landing-quote .lq-main { white-space: normal; }
}
.landing-quote .lq-verse {
  max-width: 640px;
  margin: 1.5rem auto 0;
  font-family: var(--serif); font-style: italic;
  font-size: clamp(1.1rem, 1.9vw, 1.35rem);
  color: rgba(241,237,222,0.68);
  line-height: 1.45;
}
.landing-quote .lq-verse p { margin: 0 0 0.55em; }
.landing-quote .lq-verse p:last-child { margin-bottom: 0; }
.landing-quote .lq-source {
  margin-top: 1.6rem;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
}
.landing .paths { text-align: left; }
@media (max-width: 680px) { .landing .paths { grid-template-columns: 1fr; } }

/* ---------- Hero ---------- */
.hero { min-height: 100vh; display: flex; align-items: center; overflow: hidden; padding-top: 74px; }
.hero-sub { min-height: auto; padding: clamp(112px, 14vh, 168px) 0 clamp(48px, 7vw, 80px); align-items: flex-end; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.5; }
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(14,14,16,0.5), rgba(14,14,16,0.35) 40%, var(--background)),
              linear-gradient(90deg, rgba(14,14,16,0.6), transparent, rgba(14,14,16,0.6));
}
@keyframes zoom { 0%,100% { transform: scale(1); } 50% { transform: scale(1.06); } }
.hero-content { position: relative; z-index: 2; }

/* The Human Layer Pop-up (Unternehmensseite) */
.thl-popup {
  position: fixed; right: clamp(16px, 3vw, 32px); bottom: clamp(16px, 3vw, 32px);
  z-index: 200; width: min(380px, calc(100vw - 32px));
  padding: clamp(24px, 3vw, 32px) clamp(22px, 3vw, 28px);
  border-radius: 24px;
  background: linear-gradient(165deg, rgba(42,40,58,0.98), rgba(18,18,22,0.98));
  border: 1px solid rgba(216,182,43,0.55);
  box-shadow: 0 24px 80px -16px rgba(0,0,0,0.85), 0 0 50px -8px rgba(216,182,43,0.35);
  transform: translateY(calc(100% + 40px)); opacity: 0;
  transition: transform 0.65s var(--ease), opacity 0.65s var(--ease);
  pointer-events: none;
}
.thl-popup.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
.thl-popup-close {
  position: absolute; top: 12px; right: 14px; width: 32px; height: 32px;
  border: 0; border-radius: 50%; background: rgba(241,237,222,0.08);
  color: var(--cream); font-size: 1.4rem; line-height: 1; cursor: pointer;
  transition: background 0.25s;
}
.thl-popup-close:hover { background: rgba(241,237,222,0.16); }
.thl-popup-badge {
  display: inline-block; margin-bottom: 0.9rem;
  padding: 0.4em 1em; border-radius: 100px;
  font-family: var(--sans); font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.28em; text-transform: uppercase;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold), var(--gold-light));
  color: #17140a;
  box-shadow: 0 0 24px rgba(216,182,43,0.45);
  animation: teaserPulse 2.5s ease-in-out infinite;
}
@keyframes teaserPulse {
  0%, 100% { box-shadow: 0 0 20px rgba(216,182,43,0.35); }
  50% { box-shadow: 0 0 32px 4px rgba(216,182,43,0.55); }
}
.thl-popup-kicker { font-size: 0.68rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--violet-light); margin-bottom: 0.35rem; }
.thl-popup-title { font-family: var(--serif); font-size: clamp(1.5rem, 4vw, 1.85rem); color: var(--cream); margin: 0 0 0.75rem; letter-spacing: 0.02em; }
.thl-popup-text { font-size: 0.92rem; color: rgba(241,237,222,0.82); line-height: 1.55; margin-bottom: 1.4rem; }
.thl-popup-cta { width: 100%; justify-content: center; }
@media (prefers-reduced-motion: reduce) {
  .thl-popup { transition: opacity 0.3s; transform: none; }
  .thl-popup:not(.open) { opacity: 0; }
  .thl-popup-badge { animation: none; }
}

/* ambient blobs */
.blob { position: absolute; border-radius: 50%; filter: blur(120px); pointer-events: none; z-index: 1; opacity: 0.5; animation: float 20s ease-in-out infinite; }
@keyframes float { 0%,100% { transform: translate(0,0) scale(1);} 33%{transform:translate(40px,-30px) scale(1.08);} 66%{transform:translate(-30px,40px) scale(0.95);} }

/* scroll cue */
.scroll-cue { position: absolute; bottom: 34px; left: 50%; transform: translateX(-50%); z-index: 3; }
.scroll-cue .mouse { width: 26px; height: 42px; border: 1px solid rgba(241,237,222,0.25); border-radius: 20px; display: flex; justify-content: center; padding-top: 8px; }
.scroll-cue .dot { width: 4px; height: 10px; border-radius: 4px; background: rgba(216,182,43,0.6); animation: cue 2s infinite; }
@keyframes cue { 0%,100%{ transform: translateY(0); opacity:1;} 50%{ transform: translateY(8px); opacity:0.3;} }

/* ---------- Choice cards (Home) ---------- */
.paths { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.path {
  position: relative; overflow: hidden; border-radius: 30px;
  min-height: 460px; display: flex; flex-direction: column; justify-content: flex-end;
  padding: clamp(32px, 3.4vw, 52px); text-decoration: none; color: var(--cream);
  border: 1px solid var(--border);
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease), border-color 0.5s var(--ease);
}
.path-bg { position: absolute; inset: 0; z-index: 0; }
.path-bg img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); filter: saturate(0.8) brightness(0.62); }
.path:hover .path-bg img { transform: scale(1.07); }
.path-overlay { position: absolute; inset: 0; z-index: 1; }
.path.biz {
  border-color: rgba(141,130,185,0.55);
  box-shadow: 0 0 0 1px rgba(141,130,185,0.12), 0 28px 70px -40px rgba(63,55,97,0.65);
}
.path.priv {
  border-color: rgba(182,113,138,0.55);
  box-shadow: 0 0 0 1px rgba(182,113,138,0.12), 0 28px 70px -40px rgba(74,38,51,0.65);
}
.path.biz::before,
.path.priv::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  z-index: 3;
  border-radius: 30px 0 0 30px;
}
.path.biz::before { background: linear-gradient(180deg, var(--violet-light), var(--violet), var(--violet-dark)); }
.path.priv::before { background: linear-gradient(180deg, var(--rose-light), var(--rose), var(--rose-dark)); }
.path.biz .path-overlay { background: linear-gradient(165deg, rgba(141,130,185,0.28) 0%, rgba(31,24,42,0.72) 50%, rgba(14,11,20,0.96) 100%); }
.path.priv .path-overlay { background: linear-gradient(165deg, rgba(182,113,138,0.28) 0%, rgba(50,22,33,0.72) 50%, rgba(20,11,16,0.96) 100%); }
.path-num { position: absolute; top: clamp(24px,3vw,40px); right: clamp(26px,3vw,46px); z-index: 2; font-family: var(--serif); font-size: clamp(64px,8vw,120px); line-height: 1; opacity: 0.9; }
.path-body { position: relative; z-index: 2; }
.path .tag {
  display: inline-block; font-size: 0.74rem; font-weight: 500;
  letter-spacing: 0.22em; text-transform: uppercase;
  padding: 0.55em 1.15em; border-radius: 100px;
  margin-bottom: 1rem;
  color: #17140a;
  background: linear-gradient(135deg, var(--gold-light), var(--gold), var(--gold-dark));
  border: 1px solid rgba(247,233,168,0.55);
  box-shadow: 0 8px 28px -10px rgba(216,182,43,0.55);
}
.path h2 {
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 0.7rem;
  color: var(--cream);
}
.path p { color: rgba(241,237,222,0.8); font-size: 0.98rem; max-width: 40ch; margin-bottom: 1.2rem; }
.path .go { display: inline-flex; align-items: center; gap: 0.5em; font-size: 0.78rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.16em; transition: gap 0.3s var(--ease); }
.path.biz .go { color: var(--violet-light); }
.path.priv .go { color: var(--rose-light); }
.path:hover { transform: translateY(-8px); }
.path.biz:hover {
  border-color: rgba(177,170,207,0.85);
  box-shadow: 0 0 0 1px rgba(141,130,185,0.28), 0 40px 90px -36px rgba(63,55,97,0.85);
}
.path.priv:hover {
  border-color: rgba(202,154,171,0.9);
  box-shadow: 0 0 0 1px rgba(182,113,138,0.3), 0 40px 90px -36px rgba(74,38,51,0.85);
}
.path:hover .go { gap: 0.9em; }

/* ---------- Section header ---------- */
.sec-head { text-align: center; max-width: 100%; margin: 0 auto clamp(28px, 4vw, 48px); }
.sec-head .title {
  font-size: clamp(1.75rem, 3.2vw, 2.75rem);
  line-height: 1.15;
  text-wrap: balance;
}
.sec-head .hairline { margin-top: 1.1rem; }
.sec-head .muted {
  margin-top: 0.9rem;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/* ---------- Cards / glass ---------- */
.grid { display: grid; gap: 22px; }
.cols-2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
.cols-3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
.cols-4 { grid-template-columns: repeat(4,minmax(0,1fr)); }

.card {
  position: relative; isolation: isolate; border-radius: 26px; padding: clamp(26px, 3vw, 38px);
  background: rgba(36,36,45,0.7); backdrop-filter: blur(16px);
  border: 1px solid rgba(241,237,222,0.1);
  transition: transform 0.5s var(--ease), border-color 0.5s var(--ease), box-shadow 0.5s var(--ease);
}
/* Business-Oberflächen: Slate #414152 (+ leichter Violett-Stich nur am Rand) */
body.theme-business .card {
  background: linear-gradient(165deg, var(--surface-soft) 0%, var(--surface) 48%, var(--surface-deep) 100%);
  border-color: rgba(177, 170, 207, 0.18);
  box-shadow: 0 22px 50px -30px rgba(0, 0, 0, 0.65);
}
body.theme-personal .card {
  background: linear-gradient(165deg, var(--surface-soft) 0%, var(--surface) 48%, var(--surface-deep) 100%);
  border-color: rgba(94, 63, 74, 0.65);
  box-shadow: 0 22px 50px -30px rgba(0, 0, 0, 0.65);
}

/* Säulen-Karten: Farbe der Welt, unabhängig vom Seiten-Theme */
.card.pillar-biz,
body.theme-business .card.pillar-biz,
body.theme-personal .card.pillar-biz {
  background: linear-gradient(165deg, #4a4a5c 0%, #414152 48%, #323240 100%);
  border-color: rgba(177, 170, 207, 0.45);
  box-shadow: 0 22px 50px -30px rgba(63, 55, 97, 0.45);
}
.card.pillar-priv,
body.theme-business .card.pillar-priv,
body.theme-personal .card.pillar-priv {
  background: linear-gradient(165deg, #6a4a55 0%, #5e3f4a 48%, #3f262f 100%);
  border-color: rgba(202, 154, 171, 0.4);
  box-shadow: 0 22px 50px -30px rgba(63, 38, 47, 0.5);
}

body.theme-business .panel {
  background: linear-gradient(160deg, rgba(65, 65, 82, 0.88), rgba(36, 36, 48, 0.96));
  box-shadow: 0 50px 120px -55px rgba(0, 0, 0, 0.85), 0 0 50px -30px rgba(65, 65, 82, 0.4);
}
body.theme-business .subcard {
  background: linear-gradient(165deg, #2c2c38, #1e1e28);
  border-color: rgba(177, 170, 207, 0.16);
}
body.theme-business .hero-bg::after {
  background:
    linear-gradient(180deg, rgba(28, 28, 36, 0.55), rgba(14, 14, 16, 0.4) 42%, var(--background)),
    linear-gradient(90deg, rgba(65, 65, 82, 0.22), transparent 42%, rgba(65, 65, 82, 0.16));
}
body.theme-business .pullquote::before {
  background: linear-gradient(180deg, rgba(141, 130, 185, 0.7), var(--slate));
}
body.theme-business .footer {
  background: #000;
  border-top-color: rgba(255, 255, 255, 0.08);
}
body.theme-business .stat,
body.theme-business .tab-panel {
  background: linear-gradient(165deg, rgba(65, 65, 82, 0.75), rgba(40, 40, 52, 0.9));
  border-color: rgba(177, 170, 207, 0.16);
}

body.theme-personal .panel {
  background: linear-gradient(160deg, rgba(94, 63, 74, 0.92), rgba(63, 38, 47, 0.96));
  box-shadow: 0 50px 120px -55px rgba(0, 0, 0, 0.85), 0 0 50px -30px rgba(63, 38, 47, 0.4);
}
body.theme-personal .subcard {
  background: linear-gradient(165deg, #5e3f4a, #3f262f);
  border-color: rgba(94, 63, 74, 0.55);
}
body.theme-personal .hero-bg::after {
  background:
    linear-gradient(180deg, rgba(40, 28, 34, 0.55), rgba(14, 14, 16, 0.4) 42%, var(--background)),
    linear-gradient(90deg, rgba(63, 38, 47, 0.28), transparent 42%, rgba(94, 63, 74, 0.18));
}
body.theme-personal .pullquote::before {
  background: linear-gradient(180deg, #5e3f4a, #3f262f);
}
body.theme-personal .footer {
  background: #000;
  border-top-color: rgba(255, 255, 255, 0.08);
}
body.theme-personal .stat,
body.theme-personal .tab-panel {
  background: linear-gradient(165deg, #5e3f4a, #3f262f);
  border-color: rgba(94, 63, 74, 0.55);
}
body.theme-personal .testi {
  background: linear-gradient(165deg, #5e3f4a 0%, #3f262f 100%);
  border: 1px solid rgba(94, 63, 74, 0.65);
  color: var(--cream);
}
body.theme-personal .testi blockquote { color: rgba(241, 237, 222, 0.9); }
body.theme-personal .testi .qmark { color: rgba(202, 154, 171, 0.65); opacity: 0.7; }
body.theme-personal .testi .who .ln { background: rgba(202, 154, 171, 0.55); }
body.theme-personal .testi .who .nm { color: rgba(241, 237, 222, 0.55); }
.card .ico {
  width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center; margin-bottom: 1.3rem;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold), var(--gold-light)); color: #17140a;
  box-shadow: 0 12px 28px -14px rgba(216,182,43,0.45);
  transition: transform 0.5s var(--ease);
}
.card .ico svg { width: 24px; height: 24px; }
.card:hover .ico { transform: scale(1.1) rotate(3deg); }
.card .kicker { font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--accent); margin-bottom: 0.6rem; }

/* Aktions-Banner diagonal rechts oben (Wrapper nötig: .card > * setzt sonst position:relative) */
.card-promo { overflow: hidden; }
.card.card-promo > .promo-corner {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 7.25rem;
  height: 7.25rem;
  overflow: hidden;
  pointer-events: none;
}
.promo-corner span {
  position: absolute;
  top: 1.35rem;
  right: -2.1rem;
  display: block;
  width: 9.5rem;
  padding: 0.42rem 0;
  transform: rotate(45deg);
  text-align: center;
  font-family: var(--sans);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #17140a;
  background: linear-gradient(135deg, var(--gold-dark) 0%, var(--gold) 45%, var(--gold-light) 100%);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.28);
}
/* Angebotskarten: Buttons unten bündig */
.offer-pair > .card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.offer-pair > .card > :nth-last-child(2) { margin-bottom: 1.6rem; }
.offer-pair > .card > .btn {
  margin-top: auto;
  width: 100%;
  justify-content: center;
}

.price-stack {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.55rem 0.7rem;
  margin: 0.4rem 0;
}
.price-now {
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1.1;
  margin: 0;
}
.price-old {
  font-family: var(--serif);
  font-size: 1rem;
  color: var(--muted-fg);
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
  text-decoration-color: rgba(241, 237, 222, 0.45);
}
.card h3 { font-size: 1.35rem; text-transform: uppercase; letter-spacing: 0.03em; margin-bottom: 0.4rem; hyphens: none; overflow-wrap: normal; }
.card .subtitle { font-family: var(--serif); font-style: italic; color: var(--gold); margin-bottom: 0.9rem; }
.card p { font-size: 0.96rem; color: var(--muted-fg); }

/* ---------- Cream island ---------- */
.island {
  background: linear-gradient(160deg, #efe4cb 0%, #e6dcc2 100%);
  color: #1a1a1e; border-radius: 40px;
  margin: 0 auto; padding: clamp(40px, 6vw, 88px);
  box-shadow: 0 40px 90px -50px rgba(0,0,0,0.7), inset 0 1px 0 rgba(255,255,255,0.5);
}
.island h2, .island h3 { color: #14141c; }
.island p, .island li { color: #3a3a44; }
.island strong { color: #14141c; }
.island .eyebrow { color: var(--gold-dark); }
.island .gold, .island .gold-static, .island .title, .island .display {
  background: linear-gradient(90deg, #8a6a18 0%, #b8902a 25%, #d4a93a 50%, #b8902a 75%, #8a6a18 100%);
  background-size: 200% auto;
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent;
  animation: shimmer 6s linear infinite;
}
.island .title.plain, .island .display.plain {
  background: none;
  -webkit-text-fill-color: #14141c;
  color: #14141c;
  animation: none;
}

/* ---------- 3 Tage / 3 Sätze (dunkle Kachel, Altrosa) ---------- */
.telegram-cta {
  margin-top: 1.8rem;
  border-radius: 28px;
  background: linear-gradient(165deg, #5e3f4a 0%, #3f262f 55%, #221e20 100%);
  border: 1px solid rgba(202, 154, 171, 0.35);
  box-shadow: 0 30px 70px -36px rgba(34, 30, 32, 0.85);
}
.telegram-cta-badge {
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 1rem;
  padding: 0.45em 0.95em;
  border-radius: 100px;
  background: var(--rose);
  color: var(--cream);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px -12px rgba(182, 113, 138, 0.7);
}
.telegram-cta-body {
  padding: clamp(32px, 4vw, 52px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.telegram-cta-body .eyebrow {
  color: var(--rose-light);
  margin-bottom: 0.9rem;
}
.telegram-cta-body .title {
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  margin-bottom: 0.9rem;
}
.telegram-cta-body .muted {
  margin-bottom: 1.5rem;
  max-width: 36rem;
}

/* ---------- Zusammengeführtes Panel (Schwerpunkt-Stil wie Live-Seite) ---------- */
.panel {
  position: relative; border-radius: 32px;
  background: linear-gradient(160deg, rgba(38,38,47,0.92), rgba(24,24,30,0.94));
  padding: clamp(30px, 4vw, 60px);
  box-shadow: 0 50px 120px -55px rgba(0,0,0,0.85), 0 0 70px -24px rgba(216,182,43,0.28);
  isolation: isolate;
}
.panel::before {
  content: ""; position: absolute; inset: 0; border-radius: 32px; padding: 1px;
  background: linear-gradient(140deg, rgba(216,182,43,0.6) 0%, rgba(142,118,28,0.12) 45%, rgba(216,182,43,0.4) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none;
}
.panel-grid { display: grid; grid-template-columns: 1.55fr 1fr; gap: clamp(26px, 3.4vw, 52px); align-items: stretch; }
.eyebrow.dash::before { content: "—  "; color: var(--gold); }
.pullquote { position: relative; padding-left: 1.6rem; margin: 1.9rem 0; }
.pullquote::before { content: ""; position: absolute; left: 0; top: 5px; bottom: 5px; width: 3px; border-radius: 3px; background: linear-gradient(180deg, var(--gold), var(--gold-dark)); }
.pullquote p { font-family: var(--serif); font-style: italic; font-size: clamp(1.3rem, 2.4vw, 1.85rem); line-height: 1.35; text-transform: capitalize; margin: 0; }
.pullquote p.gold { text-transform: capitalize; }

.subcard {
  border-radius: 24px; background: #0c0c0f; border: 1px solid rgba(216,182,43,0.22);
  padding: clamp(28px, 2.8vw, 40px); display: flex; flex-direction: column;
  justify-content: space-between; gap: 1.5rem; height: 100%;
}
.subcard .sc-head .eyebrow { margin-bottom: 0.7rem; }
.subcard .hit-mark { font-family: var(--sans); font-weight: 600; font-size: 1.75rem; letter-spacing: -0.01em; color: var(--cream); margin: 0; line-height: 1; }
.subcard .hit-mark sup { font-size: 0.5em; font-weight: 500; letter-spacing: 0.05em; margin-left: 0.15em; vertical-align: super; color: var(--muted-fg); }
.subcard blockquote { font-family: var(--serif); font-style: italic; font-size: 1.14rem; line-height: 1.55; margin: 0; }
.subcard .who-row { display: flex; align-items: center; gap: 14px; margin: 0; }
.subcard .who-row .nm { font-family: var(--sans); font-size: 0.98rem; color: var(--cream); }
.subcard .who-row .rl { font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted-fg); margin-top: 0.2rem; }
.subcard .sc-text { font-size: 0.98rem; line-height: 1.65; color: var(--muted-fg); margin: 0; }
.subcard .sc-link { margin: 0; }

@media (max-width: 860px) {
  .panel-grid { grid-template-columns: 1fr; }
}

/* ---------- Quote block ---------- */
.quote-band { position: relative; min-height: 60vh; display: flex; align-items: center; overflow: hidden; }
.quote-band .qbg { position: absolute; inset: 0; z-index: 0; }
.quote-band .qbg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.4; }
.quote-band .qbg::after { content:""; position:absolute; inset:0; background: linear-gradient(180deg, var(--background), rgba(14,14,16,0.35) 40%, rgba(14,14,16,0.35) 60%, var(--background)); }
.quote-band .q { position: relative; z-index: 2; text-align: center; }
/* Lesbare, atmosphaerische Band-Variante: Bild nur als Hauch, Text voll lesbar */
.quote-band.dim .qbg img { opacity: 0.07; }
.quote-band.dim .qbg::after { background: linear-gradient(180deg, var(--background) 0%, rgba(12,12,15,0.92) 22%, rgba(12,12,15,0.92) 78%, var(--background) 100%); }
.quote-band.dim .wrap p { color: var(--cream); text-shadow: 0 1px 12px rgba(0,0,0,0.6); }
.quote-band.dim .wrap p.muted { color: var(--cream); }
.quote-band.dim .wrap strong { color: #fff; }
.big-quote { font-family: var(--serif); font-style: italic; font-size: clamp(1.7rem, 3.4vw, 2.8rem); line-height: 1.3; max-width: 900px; margin: 0 auto; }
.verse { font-family: var(--serif); font-size: clamp(1.05rem, 1.8vw, 1.4rem); line-height: 2; color: rgba(241,237,222,0.82); margin-top: 1.4rem; }

/* ---------- Portrait ring ---------- */
.ring {
  position: relative; border-radius: 50%; padding: 2px;
  background:
    linear-gradient(var(--background), var(--background)) padding-box,
    conic-gradient(from 220deg, #6a5820, #e7d06b 90deg, #b8902a 160deg, #6a5820 230deg, #cbaa3e 300deg, #6a5820) border-box;
  border: 1px solid transparent;
  box-shadow: 0 30px 70px -30px rgba(0,0,0,0.7);
}
.ring img { border-radius: 50%; width: 100%; height: 100%; object-fit: cover; }

/* ---------- ABC ---------- */
.abc-row { display: flex; justify-content: center; align-items: center; margin-bottom: -28px; position: relative; z-index: 3; }
.abc-circle {
  position: relative; width: clamp(140px, 17vw, 210px); aspect-ratio: 1; border-radius: 50%;
  cursor: pointer; display: grid; place-items: center; border: 1px solid transparent;
  background:
    linear-gradient(#0b0b0d,#0b0b0d) padding-box,
    conic-gradient(from 220deg, #4a3d18, #b8902a 90deg, #8e761c 160deg, #4a3d18 230deg, #a5842a 300deg, #4a3d18) border-box;
  transition: transform 0.6s var(--ease), box-shadow 0.6s var(--ease);
  box-shadow: 0 14px 40px -20px rgba(0,0,0,0.7);
}
.abc-circle[data-abc="A"] { margin-right: -44px; z-index: 1; }
.abc-circle[data-abc="B"] { z-index: 3; transform: translateY(-42px); }
.abc-circle[data-abc="C"] { margin-left: -44px; z-index: 1; }
.abc-circle:hover { transform: scale(1.04); }
.abc-circle[data-abc="B"]:hover { transform: translateY(-42px) scale(1.04); }
.abc-circle.active {
  background:
    linear-gradient(#15151a,#15151a) padding-box,
    conic-gradient(from 220deg, #8e761c, #f0d888 90deg, #d8b62b 160deg, #8e761c 230deg, #e7d06b 300deg, #8e761c) border-box;
  box-shadow: 0 0 40px rgba(216,182,43,0.35), 0 0 70px rgba(216,182,43,0.18);
}
.abc-circle.active[data-abc="B"] { transform: translateY(-42px) scale(1.05); }
.abc-letter { font-family: var(--serif); font-size: clamp(3rem, 5vw, 4.6rem); line-height: 1; }
.abc-label { font-family: var(--sans); font-size: 0.66rem; letter-spacing: 0.24em; text-transform: uppercase; margin-top: 4px; color: rgba(241,237,222,0.4); opacity: 0; transition: opacity 0.4s; }
.abc-circle:hover .abc-label, .abc-circle.active .abc-label { opacity: 1; }
.abc-circle.active .abc-label { color: var(--gold); }

.abc-panel-wrap { max-width: 780px; margin: 0 auto; }
.abc-panel {
  position: relative; border-radius: 30px; padding: clamp(40px, 5vw, 66px) clamp(30px,4vw,54px) clamp(32px,4vw,50px);
  background: linear-gradient(160deg, #efe4cb, #e6dcc2);
  border: 3px solid transparent;
  background-clip: padding-box;
  color: #22222a;
  box-shadow: 0 30px 80px -40px rgba(0,0,0,0.6), 0 0 50px rgba(216,182,43,0.22);
}
.abc-panel::before { content:""; position:absolute; inset:-3px; border-radius: 30px; padding:3px; background: linear-gradient(135deg, #e7d06b 0%, #8e761c 40%, #e7d06b 70%, #6e5a14 100%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; z-index:-1; }
.abc-panel .pane { display: none; }
.abc-panel .pane.active { display: block; }
.abc-panel p { color: #3a3a44; }
.abc-panel .accent { font-family: var(--serif); font-style: italic; text-transform: uppercase; font-size: 1.3em; font-weight: 600;
  background: linear-gradient(90deg,#8a6a18,#b8902a 50%,#8a6a18); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; }
.abc-panel ul { list-style: none; margin: 0.6rem 0; }
.abc-panel li { display: flex; align-items: center; gap: 0.8em; margin-bottom: 0.5rem; }
.abc-panel li::before { content:""; width: 9px; height: 9px; border-radius: 50%; background: linear-gradient(135deg,#e7d06b,#8e761c); flex-shrink: 0; }

/* ---------- Tabs (Themenbereiche) ---------- */
.tabs { display: grid; grid-template-columns: 280px 1fr; gap: 24px; }
.tab-list { display: flex; flex-direction: column; gap: 8px; }
.tab-btn {
  display: flex; align-items: center; gap: 0.8em; text-align: left; cursor: pointer;
  border-radius: 14px; padding: 0.85em 1em; border: 1px solid rgba(241,237,222,0.1);
  background: rgba(36,36,45,0.6); color: var(--cream); font-family: var(--serif); font-size: 1.05rem;
  transition: transform 0.3s var(--ease), background 0.3s var(--ease);
}
.tab-btn .tico { width: 34px; height: 34px; border-radius: 9px; display: grid; place-items: center; background: linear-gradient(135deg, var(--gold-dark), var(--gold)); color: #17140a; flex-shrink: 0; }
.tab-btn .tico svg { width: 16px; height: 16px; }
.tab-btn:hover { transform: translateX(4px); }
.tab-btn.active { background: linear-gradient(135deg, var(--gold-dark), var(--gold)); color: #17140a; }
.tab-btn.active .tico { background: rgba(0,0,0,0.15); color: #17140a; }
.tab-badge { margin-left: auto; font-family: var(--sans); font-size: 0.6rem; letter-spacing: 0.18em; text-transform: uppercase; padding: 0.25em 0.6em; border-radius: 100px; border: 1px solid var(--rose); color: var(--rose); }
.tab-btn.active .tab-badge { border-color: rgba(0,0,0,0.3); color: #17140a; }
.tab-panel { border-radius: 26px; padding: clamp(28px,3vw,40px); background: rgba(36,36,45,0.7); border: 1px solid rgba(241,237,222,0.1); min-height: 240px; }
.tab-pane { display: none; color: var(--muted-fg); font-size: 0.98rem; }
.tab-pane.active { display: block; animation: fade 0.4s var(--ease); }
.tab-pane h3 { color: var(--cream); font-size: 1.5rem; text-transform: uppercase; letter-spacing: 0.03em; margin-bottom: 1rem; }
@keyframes fade { from { opacity: 0; transform: translateY(8px);} to {opacity:1; transform: none;} }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; margin-top: 2.4rem; }
.stat { border-radius: 20px; padding: 22px; background: rgba(36,36,45,0.7); border: 1px solid rgba(241,237,222,0.1); }
.stat .num { font-family: var(--serif); font-size: clamp(1.8rem,3vw,2.6rem); margin-bottom: 0.5rem; }
.stat .lbl { font-size: 0.78rem; color: var(--muted-fg); line-height: 1.5; }
.stat .src { font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(241,237,222,0.4); margin-top: 0.7rem; }

/* ---------- Glow-Card Hover (Lovable-Stil): Verlaufsrand Gold→Akzent + Halo + Maus-Spotlight ---------- */
.card, .glow-card, .stat, .tab-panel {
  position: relative; isolation: isolate;
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease), border-color 0.45s var(--ease);
}
.card::before, .glow-card::before, .stat::before, .tab-panel::before {
  content: ""; position: absolute; inset: -2px; border-radius: inherit; padding: 2px;
  background: linear-gradient(135deg,
    color-mix(in srgb, var(--gold-light) 75%, transparent) 0%,
    color-mix(in srgb, var(--gold) 28%, transparent) 40%,
    color-mix(in srgb, var(--accent) 70%, transparent) 75%,
    color-mix(in srgb, var(--accent) 80%, transparent) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  opacity: 0; transition: opacity 0.5s var(--ease); pointer-events: none; z-index: 2;
}
.card::after, .glow-card::after, .stat::after, .tab-panel::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  background: radial-gradient(600px circle at var(--mx,50%) var(--my,50%), rgba(216,182,43,0.18), transparent 42%);
  opacity: 0; transition: opacity 0.5s var(--ease); pointer-events: none; z-index: 0;
}
.card:hover, .glow-card:hover, .stat:hover, .tab-panel:hover {
  transform: translateY(-6px);
  border-color: transparent;
  box-shadow: 0 0 0 1px rgba(216,182,43,0.32), 0 25px 60px -20px rgba(216,182,43,0.32), 0 12px 30px -12px rgba(0,0,0,0.6);
}
.card:hover::before, .card:hover::after,
.glow-card:hover::before, .glow-card:hover::after,
.stat:hover::before, .stat:hover::after,
.tab-panel:hover::before, .tab-panel:hover::after { opacity: 1; }
.card > *, .glow-card > *, .stat > *, .tab-panel > * { position: relative; z-index: 3; }
@media (prefers-reduced-motion: reduce) {
  .card:hover, .glow-card:hover, .stat:hover, .tab-panel:hover { transform: none; }
  .card:hover .ico { transform: none; }
}

/* ---------- Programs ---------- */
.prog { border-radius: 26px; overflow: hidden; background: linear-gradient(160deg,#efe4cb,#e6dcc2); border: 1px solid rgba(216,182,43,0.3); display: flex; flex-direction: column; transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease); }
.prog:hover { transform: translateY(-6px); box-shadow: 0 30px 70px -30px rgba(216,182,43,0.5); }
.prog-img { position: relative; aspect-ratio: 1; overflow: hidden; }
.prog-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.prog:hover .prog-img img { transform: scale(1.08); }
.prog .price { position: absolute; top: 14px; right: 14px; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.4em 0.9em; border-radius: 100px; background: linear-gradient(135deg,#e7d06b,#b8902a); color:#17140a; }
.prog-body { padding: 26px; display: flex; flex-direction: column; flex-grow: 1; color: #22222a; }
.prog-body h3 { color:#14141c; font-size: 1.3rem; text-transform: uppercase; letter-spacing: 0.03em; margin-bottom: 0.6rem; }
.prog-body p { color:#4a4a54; font-size: 0.9rem; flex-grow: 1; margin-bottom: 1.2rem; }
/* Programm-Karussell */
.prog-carousel { position: relative; margin-top: 2.4rem; }
.prog-track { display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding: 8px 4px 22px; scrollbar-width: none; -ms-overflow-style: none; }
.prog-track::-webkit-scrollbar { display: none; }
.prog-track .prog { scroll-snap-align: center; flex: 0 0 clamp(270px, 33%, 360px); }
.carousel-arrow { position: absolute; top: 42%; transform: translateY(-50%); z-index: 30; width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--accent); background: rgba(14,14,16,0.72); backdrop-filter: blur(8px); color: var(--cream); font-size: 1.7rem; line-height: 1; cursor: pointer; display: grid; place-items: center; transition: background 0.3s, color 0.3s, border-color 0.3s; }
.carousel-arrow:hover { background: var(--accent-soft); color: var(--gold); }
.carousel-arrow.prev { left: -12px; }
.carousel-arrow.next { right: -12px; }
.carousel-dots { display: flex; justify-content: center; gap: 10px; margin-top: 8px; }
.carousel-dots button { width: 8px; height: 8px; border-radius: 50%; border: 0; padding: 0; background: rgba(216,182,43,0.3); cursor: pointer; transition: all 0.4s; }
.carousel-dots button.active { width: 30px; border-radius: 100px; background: linear-gradient(90deg,var(--gold),var(--gold-dark)); }
/* Stimmen-Karussell nutzt dieselben Pfeile/Punkte */
.testi-carousel { position: relative; margin-top: 2rem; }
.testi-track { display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding: 8px 4px 22px; scrollbar-width: none; -ms-overflow-style: none; }
.testi-track::-webkit-scrollbar { display: none; }
.testi-track .testi { scroll-snap-align: center; flex: 0 0 clamp(300px, 60%, 660px); margin: 0; }
@media (max-width: 720px) { .carousel-arrow { display: none; } .prog-track .prog { flex-basis: 82%; } .testi-track .testi { flex-basis: 88%; } }

/* ---------- 3D-Coverflow (Programme + Klientenstimmen, Lovable-Stil) ---------- */
.coverflow { position: relative; margin-top: 1.8rem; perspective: 1600px; }
.cf-stage { position: relative; height: var(--cf-h); transform-style: preserve-3d; }
.coverflow .cf-item {
  position: absolute; top: 50%; left: 50%; width: var(--cf-w); margin: 0;
  transform: translate(-50%, -50%); transform-origin: center center; backface-visibility: hidden;
  transition: transform 1.1s var(--ease), opacity 1.1s var(--ease), filter 1.1s var(--ease);
  will-change: transform, opacity;
}
.cf-item:not(.is-active) { cursor: pointer; }
.cf-item:not(.is-active) .btn { pointer-events: none; }

.coverflow.programs { --cf-w: clamp(260px, 74vw, 340px); --cf-h: clamp(560px, 132vw, 600px); }
.coverflow.programs .cf-item { height: 100%; }
.coverflow.programs .prog { height: 100%; }
.coverflow.programs .prog-img { aspect-ratio: auto; height: 56%; }
@media (max-width: 720px) {
  .coverflow.programs { --cf-h: clamp(540px, 152vw, 600px); }
}

.coverflow.testimonials { --cf-w: clamp(300px, 82vw, 600px); --cf-h: 440px; perspective: 1500px; perspective-origin: 50% 50%; }
.coverflow.testimonials .cf-item {
  height: 100%;
  transition: transform 0.75s cubic-bezier(0.22,1,0.36,1), opacity 0.75s cubic-bezier(0.22,1,0.36,1), filter 0.75s cubic-bezier(0.22,1,0.36,1);
}
.coverflow.testimonials .testi { margin: 0; height: 100%; display: flex; flex-direction: column; justify-content: center; }
.coverflow.testimonials .testi blockquote { font-size: clamp(1rem, 1.35vw, 1.16rem); }
@media (max-width: 720px) {
  .coverflow.testimonials { --cf-w: clamp(280px, 88vw, 440px); --cf-h: 540px; }
}

/* Verbindung zweier Welten - Bogen */
.two-worlds { position: relative; }
.tw-arch { position: relative; z-index: 2; width: 100%; max-width: 780px; margin: 0 auto -2.8rem; height: clamp(150px, 24vw, 260px); pointer-events: none; }
.tw-arch svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.tw-arch .tw-label { position: absolute; left: 0; right: 0; top: 55%; text-align: center; font-family: var(--serif); font-weight: 600; font-size: clamp(1.3rem, 2.6vw, 2rem); letter-spacing: 0.32em; text-transform: uppercase; white-space: nowrap; background: linear-gradient(135deg, var(--gold-dark), var(--gold), var(--gold-light)); -webkit-background-clip: text; background-clip: text; color: transparent; }
@media (max-width: 640px) { .tw-arch { margin-bottom: -1.4rem; } .tw-arch .tw-label { letter-spacing: 0.2em; } }

/* ---------- Split ---------- */
.split { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(32px,5vw,72px); align-items: center; }
.split.rev { grid-template-columns: 0.85fr 1.15fr; }
.photo-soft { border-radius: 28px; overflow: hidden; box-shadow: 0 30px 70px -35px rgba(0,0,0,0.7); }

/* ---------- Timeline ---------- */
/* Hintergrundbild mit fliessendem Übergang Schwarz → Bild → Schwarz */
.section-media-bg {
  position: relative;
  overflow: hidden;
  padding: clamp(80px, 12vw, 160px) 0;
  background: #0e0e10;
}
.section-media-bg .smb-bg {
  position: absolute; inset: 0; z-index: 0;
}
.section-media-bg .smb-bg img {
  width: 100%; height: 100%; object-fit: cover;
  opacity: 0.38;
  mask-image: linear-gradient(
    180deg,
    transparent 0%,
    rgba(0,0,0,0.35) 14%,
    #000 38%,
    #000 62%,
    rgba(0,0,0,0.35) 86%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    180deg,
    transparent 0%,
    rgba(0,0,0,0.35) 14%,
    #000 38%,
    #000 62%,
    rgba(0,0,0,0.35) 86%,
    transparent 100%
  );
}
.section-media-bg .smb-bg::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(
    180deg,
    #0e0e10 0%,
    rgba(14,14,16,0.82) 18%,
    rgba(14,14,16,0.48) 42%,
    rgba(14,14,16,0.48) 58%,
    rgba(14,14,16,0.82) 82%,
    #0e0e10 100%
  );
  pointer-events: none;
}
.section-media-bg > .wrap { position: relative; z-index: 2; }
.section-media-bg .two-worlds { position: relative; z-index: 2; }

/* Kompakte Werdegang-Liste */
.career-list { display: flex; flex-direction: column; gap: 6px; max-width: 720px; margin: 0 auto; }
.career-row {
  display: grid;
  grid-template-columns: 7.5rem minmax(0, 1fr);
  gap: 0.85rem 1.1rem;
  align-items: baseline;
  padding: 0.55rem 0.9rem;
  border-radius: 12px;
  background: rgba(36, 36, 45, 0.55);
  border: 1px solid rgba(241, 237, 222, 0.1);
}
.career-row[hidden] { display: none !important; }
.career-row .per {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  white-space: nowrap;
}
.career-row .org { font-size: 0.95rem; color: var(--cream); font-weight: 500; }
.career-row .role { font-size: 0.86rem; color: var(--muted-fg); }
.career-row .role::before { content: " · "; color: rgba(241, 237, 222, 0.35); }
.career-list.stack-role .career-row .org { display: block; }
.career-list.stack-role .career-row .detail {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.86rem;
  font-style: italic;
  color: var(--muted-fg);
}
.career-list.stack-role .career-row .role { display: block; margin-top: 0.2rem; }
.career-list.stack-role .career-row .role::before { content: none; }
@media (max-width: 560px) {
  .career-row { grid-template-columns: 1fr; gap: 0.2rem; }
  .career-row .role::before { content: none; }
  .career-row .role { display: block; margin-top: 0.15rem; }
}

/* Legacy timeline (falls noch verwendet) */
.timeline { position: relative; padding-left: 30px; }
.timeline::before { content:""; position:absolute; left: 7px; top: 6px; bottom: 6px; width: 1px; background: linear-gradient(180deg, var(--gold), rgba(142,118,28,0.3), transparent); }
.tl-item { position: relative; margin-bottom: 1.1rem; }
.tl-item::before { content:""; position:absolute; left:-30px; top:22px; width: 15px; height: 15px; border-radius: 50%; background: linear-gradient(135deg,var(--gold),var(--gold-dark)); box-shadow: 0 0 0 4px rgba(216,182,43,0.15); }
.tl-card { border-radius: 18px; padding: 18px 22px; background: rgba(36,36,45,0.7); border: 1px solid rgba(241,237,222,0.1); }
.tl-card .per { font-family: var(--serif); font-size: 1.15rem; }
.tl-card .org { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin: 0.3rem 0 0.2rem; }
.tl-card .role { font-size: 0.9rem; color: var(--muted-fg); }

.edu-item { border-radius: 16px; padding: 14px 20px; background: rgba(36,36,45,0.7); border: 1px solid rgba(241,237,222,0.1); display: flex; gap: 20px; margin-bottom: 10px; }
.edu-item .per { font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); min-width: 110px; padding-top: 3px; }
.edu-item h3 { font-size: 1.05rem; }
.edu-item .det { font-size: 0.85rem; color: var(--muted-fg); margin-top: 0.3rem; }

/* ---------- Order modal (1:1 / Programme) ---------- */
body.order-open { overflow: hidden; }
.order-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 1.2rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.order-modal.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.order-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(6px);
}
.order-modal-panel {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  max-height: min(92vh, 880px);
  overflow: auto;
  border-radius: 22px;
  padding: clamp(1.4rem, 3vw, 2rem);
  background: linear-gradient(165deg, #2a1c22 0%, #161014 100%);
  border: 1px solid rgba(241, 237, 222, 0.14);
  box-shadow: 0 40px 100px -40px rgba(0, 0, 0, 0.9);
}
.order-modal-close {
  position: absolute;
  top: 0.7rem;
  right: 0.9rem;
  width: 2.2rem;
  height: 2.2rem;
  border: 0;
  background: transparent;
  color: var(--cream);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0.7;
}
.order-modal-close:hover { opacity: 1; }
.order-modal-price {
  font-family: var(--serif);
  font-size: 1.35rem;
  color: var(--gold);
  margin: 0 0 0.8rem;
}
.order-pay-note {
  font-size: 0.88rem;
  color: var(--muted-fg);
  line-height: 1.55;
  margin: 0 0 1.4rem;
  padding: 0.75rem 0.95rem;
  border-radius: 12px;
  background: rgba(241, 237, 222, 0.05);
  border: 1px solid rgba(241, 237, 222, 0.1);
}
.order-status {
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0 0 1rem;
  padding: 0.75rem 0.95rem;
  border-radius: 12px;
}
.order-status[data-tone="ok"] {
  color: #efe4cb;
  background: rgba(216, 182, 43, 0.14);
  border: 1px solid rgba(216, 182, 43, 0.35);
}
.order-status[data-tone="err"] {
  color: #f3d0d6;
  background: rgba(182, 113, 138, 0.18);
  border: 1px solid rgba(202, 154, 171, 0.4);
}
.order-modal .field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1rem;
}
@media (max-width: 560px) {
  .order-modal .field-row { grid-template-columns: 1fr; }
}

/* ---------- Innenraum / Coming soon ---------- */
.coming-soon-mark {
  display: inline-block;
  margin-bottom: 0.85rem;
  padding: 0.45em 1.1em;
  border-radius: 100px;
  font-family: var(--sans);
  font-size: clamp(0.85rem, 1.8vw, 1.05rem);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #f1ede2;
  background: linear-gradient(135deg, #b6718a, #5e3f4a);
  border: 1px solid rgba(202, 154, 171, 0.55);
  box-shadow: 0 0 0 4px rgba(182, 113, 138, 0.14), 0 16px 36px -18px rgba(94, 63, 74, 0.75);
}
.coming-soon-badge {
  display: inline-block;
  padding: 0.55em 1.15em;
  border-radius: 100px;
  border: 1px solid rgba(202, 154, 171, 0.55);
  background: linear-gradient(135deg, rgba(182, 113, 138, 0.35), rgba(94, 63, 74, 0.45));
  color: var(--rose-light, #caa9ab);
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 0 0 0 4px rgba(182, 113, 138, 0.1);
}
.innenraum-areas { margin-top: 2rem; }
.innenraum-areas .card h3 { margin-bottom: 0.7rem; }
.innenraum-areas .card .muted { margin: 0; }
.innenraum-areas .podcast-links {
  display: flex; flex-wrap: wrap; gap: 0.85rem 1.2rem;
  margin-top: 1.1rem;
}
.coming-soon-panel {
  border: 1px solid rgba(182, 113, 138, 0.35);
  border-radius: 28px;
  padding: clamp(2rem, 4vw, 3rem) 1.5rem;
  background: linear-gradient(165deg, rgba(94, 63, 74, 0.45), rgba(36, 28, 32, 0.55));
}
.coming-soon-panel .coming-soon-badge { margin-bottom: 0.6rem; }

/* ---------- Contact ---------- */
.contact-section {
  padding-top: clamp(40px, 6vw, 72px);
  padding-bottom: clamp(48px, 7vw, 88px);
}
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.95fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
}
.contact-form-col .title.plain {
  font-size: clamp(1.45rem, 2.4vw, 1.75rem);
  margin-bottom: 1.5rem;
}
.contact-aside {
  border-radius: 22px;
  padding: clamp(1.4rem, 3vw, 1.85rem);
  background: linear-gradient(165deg, rgba(36, 36, 45, 0.92), rgba(22, 22, 28, 0.95));
  border: 1px solid rgba(241, 237, 222, 0.12);
}
body.theme-personal .contact-aside {
  background: linear-gradient(165deg, rgba(63, 38, 47, 0.92), rgba(28, 18, 22, 0.96));
  border-color: rgba(182, 113, 138, 0.22);
}
body.theme-business .contact-aside {
  background: linear-gradient(165deg, rgba(65, 65, 82, 0.88), rgba(28, 28, 36, 0.96));
  border-color: rgba(177, 170, 207, 0.18);
}
.contact-aside .aside-head {
  margin-bottom: 1.5rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(241, 237, 222, 0.1);
}
.contact-aside .aside-name {
  font-family: var(--serif);
  font-size: 1.35rem;
  color: var(--cream);
  margin: 0.35rem 0 0.15rem;
}
.contact-aside .aside-role {
  font-size: 0.88rem;
  color: var(--muted-fg);
  margin: 0;
}
.cinfo { display: flex; gap: 14px; margin-bottom: 1.25rem; }
.cinfo:last-of-type { margin-bottom: 0; }
.cinfo .ci {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--accent-soft);
  border: 1px solid var(--accent);
  color: var(--accent);
  flex-shrink: 0;
}
.cinfo .ci svg { width: 17px; height: 17px; }
.cinfo .k {
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.25rem;
}
.cinfo .v { color: var(--cream); font-size: 0.95rem; line-height: 1.45; margin: 0; }
.cinfo a.v {
  color: var(--cream);
  text-decoration: none;
  transition: color 0.25s;
}
.cinfo a.v:hover { color: var(--gold); }
.contact-note {
  margin-top: 1.5rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(241, 237, 222, 0.1);
  font-size: 0.88rem;
  color: var(--muted-fg);
  line-height: 1.55;
}
.contact-form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem 1.2rem;
  margin-top: 0.2rem;
}
.contact-form-actions .btn { flex: 1 1 220px; justify-content: center; }
.contact-form-actions .hint {
  flex: 1 1 180px;
  margin: 0;
  font-size: 0.82rem;
  color: var(--muted-fg);
  line-height: 1.45;
}
form .field { margin-bottom: 1.1rem; }
form .field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1rem;
}
form label { display: block; font-size: 0.8rem; color: var(--muted-fg); margin-bottom: 0.5rem; }
form input, form textarea, form select {
  width: 100%; padding: 0.9em 1.1em; border-radius: 16px;
  background: rgba(36,36,45,0.7); border: 1px solid rgba(241,237,222,0.14); color: var(--cream);
  font-family: var(--sans); font-size: 1rem;
}
form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23c9b896' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.1em center;
  padding-right: 2.4em;
}
form input:focus, form textarea:focus, form select:focus { outline: none; border-color: var(--gold); }
.check-field { display: flex; align-items: flex-start; gap: 0.7rem; margin-bottom: 1.2rem; }
.check-field input[type="checkbox"] { width: 20px; height: 20px; min-width: 20px; padding: 0; margin: 1px 0 0; -webkit-appearance: none; appearance: none; border-radius: 6px; background: rgba(36,36,45,0.7); border: 1px solid var(--accent); cursor: pointer; display: grid; place-items: center; transition: background 0.2s, border-color 0.2s; }
.check-field input[type="checkbox"]:checked { background: var(--accent); border-color: var(--accent); }
.check-field input[type="checkbox"]:checked::after { content: "✓"; font-size: 13px; font-weight: 700; color: #17140a; line-height: 1; }
.check-field input[type="checkbox"]:focus { outline: none; box-shadow: 0 0 0 3px var(--accent-soft); }
.check-field label { display: inline; margin: 0; font-size: 0.9rem; color: var(--muted-fg); line-height: 1.5; cursor: pointer; }
.check-field label a { color: var(--gold); text-decoration: underline; }
form textarea { resize: vertical; min-height: 140px; }
@media (max-width: 560px) {
  form .field-row { grid-template-columns: 1fr; }
}

/* ---------- CTA island ---------- */
.cta { text-align: center; }
.cta-block {
  max-width: 42rem;
  margin: 0 auto;
  text-align: center;
}
.cta-block .title {
  font-size: clamp(1.75rem, 3.2vw, 3rem);
  margin-bottom: 1.5rem;
}
.cta-block .eyebrow { margin-bottom: 0.2rem; }
.cta-lead {
  color: var(--muted-fg);
  font-size: 1.125rem;
  line-height: 1.7;
  margin: 0 auto 2.5rem;
  max-width: 36rem;
}
.cta-note {
  margin-top: 1.4rem;
  font-size: 0.9rem;
}
.cta-note a {
  color: var(--muted-fg);
  text-decoration: underline;
  transition: color 0.3s;
}
.cta-note a:hover { color: var(--cream); }
.cta-island { max-width: 720px; margin: 0 auto; }

/* ---------- Arbeit mit mir ---------- */
.arbeit-mit-mir { padding-top: 0; }
.story-bridge {
  max-width: 640px;
  margin: clamp(2rem, 4vw, 3rem) auto 0;
  text-align: center;
}
.story-bridge .hairline { margin-bottom: 1.6rem; }
.story-bridge p { line-height: 1.7; }
.work-facts { margin-bottom: 0; }
.work-fact-val {
  font-family: var(--serif);
  font-size: 1.125rem;
  color: var(--cream);
  margin: 0;
}
.arbeit-quote {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  line-height: 1.5;
  max-width: 42rem;
  margin: clamp(2.5rem, 5vw, 3.5rem) auto 0;
  font-weight: 500;
}

/* ---------- Footer ---------- */
.footer {
  background: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 72px 0 40px;
}
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1.2fr 1fr; gap: 32px; }
.footer h4 { font-family: var(--sans); font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.2rem; }
.footer a { display: block; font-size: 0.9rem; color: var(--muted-fg); margin-bottom: 0.6rem; transition: color 0.3s; }
.footer a:hover { color: var(--cream); }
.footer .flogo { height: 40px; margin-bottom: 1rem; }
.footer .desc { font-size: 0.9rem; color: var(--muted-fg); max-width: 260px; }
.footer-bottom { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--border); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 0.78rem; color: rgba(241,237,222,0.45); }
.footer-min { padding: 44px 0 36px; }
.footer-min .footer-bottom { margin-top: 0; padding-top: 0; border-top: none; justify-content: center; text-align: center; gap: 6px 22px; }
.footer-legal { margin-top: 14px; display: flex; justify-content: center; gap: 22px; }
.footer-legal a { font-size: 0.74rem; color: rgba(241,237,222,0.4); letter-spacing: 0.05em; transition: color 0.3s; }
.footer-legal a:hover { color: var(--cream); }

/* ---------- Legal (Impressum / Datenschutz) ---------- */
.legal-head { padding: clamp(120px,16vw,180px) 0 clamp(30px,5vw,50px); }
.legal h2 { font-family: var(--serif); color: var(--gold); font-size: clamp(1.3rem,2.4vw,1.7rem); margin: 2.4rem 0 0.8rem; }
.legal h3 { color: var(--cream); font-size: 1.05rem; margin: 1.6rem 0 0.5rem; }
.legal p { color: var(--muted-fg); margin-bottom: 0.9rem; line-height: 1.7; }
.legal p.addr { color: var(--cream); }
.legal a { color: var(--gold); text-decoration: underline; word-break: break-word; }
.legal .updated { font-size: 0.82rem; color: rgba(241,237,222,0.4); margin-top: 3rem; }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Pills ---------- */
.pills { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1.4rem; }
.pill { font-size: 0.78rem; padding: 0.45em 1em; border-radius: 100px; background: var(--accent-soft); border: 1px solid var(--accent); color: var(--cream); }

/* Schlichte Aufzählung mit Gold-Punkt (Lovable-Stil) */
.check-list { list-style: none; display: flex; flex-direction: column; gap: 1.05rem; margin-top: 1.4rem; }
.check-list li { position: relative; padding-left: 1.4rem; font-size: 0.9rem; color: var(--muted-fg); line-height: 1.55; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 0.58em; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }

/* Info-Liste ohne Kachel: hält Angebotskarten als einziges Kartenpaar */
.expect-aside {
  align-self: stretch;
  padding: 0.2rem 0 0.2rem 1.35rem;
  border-left: 1px solid rgba(216, 182, 43, 0.35);
}
.expect-aside .kicker {
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.1rem;
}
.expect-aside .check-list li { color: var(--cream-soft); }

/* Kennenlern-Karte auf der Kontaktseite */
.kennenlern {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: clamp(1.4rem, 3vw, 2.6rem); padding: clamp(28px, 3.4vw, 46px);
  border-radius: 26px; background: rgba(36,36,45,0.7); border: 1px solid rgba(241,237,222,0.1);
  margin-bottom: clamp(40px, 5vw, 66px);
}
.kennenlern .kl-text { flex: 1 1 340px; }
.kennenlern .kl-text .eyebrow { color: var(--gold); }
.kennenlern .kl-text h2 { margin: 0.5rem 0 0.7rem; }
.kennenlern .kl-text p { margin: 0; max-width: 560px; }
.kennenlern .btn { flex-shrink: 0; }

/* ---------- Downloads ---------- */
.dl { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 20px; border-radius: 16px; border: 1px solid rgba(216,182,43,0.3); background: rgba(216,182,43,0.06); transition: background 0.3s, border-color 0.3s; }
.dl:hover { background: rgba(216,182,43,0.12); border-color: rgba(216,182,43,0.6); }
.dl span { font-size: 0.9rem; }
.dl svg { width: 16px; height: 16px; color: var(--gold); flex-shrink: 0; }

/* ---------- External link chip ---------- */
.chip { display: inline-flex; align-items: center; gap: 0.6em; padding: 0.8em 1.4em; border-radius: 100px; border: 1px solid rgba(216,182,43,0.4); background: rgba(216,182,43,0.06); color: var(--gold); font-size: 0.85rem; transition: background 0.3s, border-color 0.3s; }
.chip:hover { background: rgba(216,182,43,0.12); border-color: rgba(216,182,43,0.7); }
.chip svg { width: 15px; height: 15px; }

/* ---------- Testimonial ---------- */
.testi { border-radius: 28px; padding: clamp(30px,4vw,52px); background: linear-gradient(160deg,#efe4cb,#e6dcc2); color:#22222a; position: relative; }
.testi .qmark { font-family: var(--serif); font-size: 4rem; line-height: 0.6; color: var(--gold-dark); opacity: 0.5; }
.testi blockquote { font-family: var(--serif); font-style: italic; font-size: clamp(1.05rem,1.6vw,1.3rem); line-height: 1.6; color:#2a2a34; margin: 0.5rem 0 1.4rem; }
.testi .who { display: flex; align-items: center; gap: 0.8em; }
.testi .who .ln { width: 40px; height: 1px; background: var(--gold-dark); }
.testi .who .nm { font-size: 0.72rem; letter-spacing: 0.24em; text-transform: uppercase; color:#3a3a44; }
.testi-nav { display: flex; justify-content: center; gap: 10px; margin-top: 26px; }
.testi-dot { width: 8px; height: 8px; border-radius: 50%; border: 0; background: rgba(216,182,43,0.3); cursor: pointer; transition: all 0.4s; }
.testi-dot.active { width: 30px; border-radius: 100px; background: linear-gradient(90deg,var(--gold),var(--gold-dark)); }

/* Bio: Portrait nur neben Kopfzeile, Text darunter volle Breite */
.bio-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) min(200px, 28%);
  gap: 1.2rem 2rem;
  align-items: start;
  margin-bottom: 1.6rem;
}
.bio-intro .title { margin-bottom: 0; }
.bio-intro .bio-portrait {
  display: flex;
  justify-content: flex-end;
  padding-top: 0.2rem;
}
.bio-intro .ring {
  width: min(200px, 100%);
  height: auto;
  aspect-ratio: 1;
}
.bio-body .muted { margin-bottom: 1rem; }
.bio-body .muted:last-child { margin-bottom: 0; }
.bio-body .quote-lead {
  margin: 1.2rem 0;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
}

.dl-quiet {
  display: flex; flex-direction: column; gap: 0.7rem; margin-top: 1.6rem;
}
.dl-quiet a {
  font-size: 0.9rem; color: var(--muted-fg);
  text-decoration: underline; text-underline-offset: 3px;
  transition: color 0.3s;
}
.dl-quiet a:hover { color: var(--gold); }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .nav-links { position: fixed; top: 88px; left: 0; right: 0; flex-direction: column; align-items: flex-start; gap: 0; background: rgba(14,14,16,0.98); backdrop-filter: blur(18px); border-bottom: 1px solid var(--border); padding: 12px 24px 22px; display: none; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 0.8rem 0; width: 100%; }
  .nav-toggle { display: block; }
  .split, .split.rev { grid-template-columns: 1fr; }
  .bio-intro {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }
  .bio-intro .bio-portrait { justify-content: flex-start; }
  .bio-intro .ring { width: min(160px, 42vw); }
  .tabs { grid-template-columns: 1fr; }
  .tab-list { flex-direction: row; overflow-x: auto; padding-bottom: 6px; }
  .tab-btn { flex-shrink: 0; }
  .contact-grid { grid-template-columns: 1fr; gap: 2.2rem; }
  .contact-aside { order: 2; }
  .contact-form-col { order: 1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .cols-4 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .cols-3 { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 680px) {
  section { padding: clamp(36px, 9vw, 56px) 0; }
  .hero-sub { padding: clamp(100px, 14vh, 140px) 0 clamp(36px, 7vw, 56px); }
  .sec-head { margin-bottom: clamp(22px, 5vw, 36px); }
  .contact-section { padding-top: clamp(32px, 7vw, 48px); padding-bottom: clamp(40px, 8vw, 64px); }
  .paths { grid-template-columns: 1fr; }
  .cols-2, .cols-4 { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .abc-circle[data-abc="A"] { margin-right: -30px; }
  .abc-circle[data-abc="C"] { margin-left: -30px; }
}
