@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../font/cormorant_garamond/CormorantGaramond-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../font/cormorant_garamond/CormorantGaramond-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* Jost — Geometric Sans / Labels */
@font-face {
  font-family: 'Jost';
  src: url('../font/jost/Jost-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../font/jost/Jost-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* Figtree — Body / UI */
@font-face {
  font-family: 'Figtree';
  src: url('../font/figtree/Figtree-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../font/figtree/Figtree-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* ================================================================
   DESIGN TOKENS
   ================================================================ */
:root {
  /* Markenfarben */
  --r-green-900: #162a2e;
  --r-green-800: #23444b;
  --r-green-700: #32616a;
  --r-green-600: #437d89;

  /* Akzentfarbe Gold */
  --r-beige:     #b8965a;
  --r-beige-700: #8a6634;
  --r-beige-300: #d4b07a;

  /* Hintergrundpalette */
  --r-white:     #ffffff;
  --r-card:      #FBF9F6;
  --r-cream:     #F7F3F0;
  --r-cream-200: rgb(226, 222, 220);
  --r-cream-alpha055: rgba(247, 243, 240, .55);
  --r-sand:      #EFE9E1;
  --r-sand-200:  #E5DDD0;
  --r-sand-300:  #D8CDBC;

  /* Textpalette */
  --r-ink:     #1C1C1A;
  --r-ink-700: #3A3B36;
  --r-fg2:     #5A5C56;
  --r-fg3:     #8A8B82;
  --r-fg4:     #9E9E9E;

  /* Alpha-Abstufungen */
  --r-fg2-008: rgba(90, 92, 86, 0.08);
  --r-fg2-03:  rgba(90, 92, 86, 0.3);

  /* Borders */
  --r-line:    #E6DFD4;
  --r-line-s:  #D6CDBE;
  --r-divider: #E0D8CB;

  /* Button-Text auf dunklem Hintergrund */
  --r-on-pri: #F4EFE7;

  /* Schatten */
  --r-shadow-xs: 0 1px 2px rgba(28,28,26,.05);
  --r-shadow-sm: 0 2px 8px rgba(28,28,26,.06);
  --r-shadow-md: 0 10px 30px -8px rgba(28,28,26,.12);
  --r-shadow-lg: 0 24px 60px -16px rgba(28,28,26,.18);
  --r-shadow-fl: 0 30px 70px -20px rgba(16,40,40,.22);

  /* Animationskurve */
  --r-ease: cubic-bezier(.22,.61,.36,1);

  /* Schriftfamilien */
  --r-font-disp: 'Cormorant Garamond', Georgia, serif;
  --r-font-geo:  'Jost', 'Futura', sans-serif;
  --r-font-sans: 'Figtree', system-ui, sans-serif;

  /* Fluid Headings */
  --fs-hero:  clamp(48px, 7vw, 92px);
  --fs-lead:  clamp(18px, 1.5vw, 21px);
  --fs-intro: clamp(1.6rem, 2.5vw, 2.4rem);
  --fs-h2-xl: clamp(2.8rem, 5vw, 5.2rem);
  --fs-h2-lg: clamp(2.4rem, 4vw, 3.8rem);
  --fs-h2:    clamp(2.4rem, 4vw, 3.8rem);
  --fs-h2-sm: clamp(2rem, 3.2vw, 3rem);
  --fs-h2-xs: clamp(1.8rem, 3vw, 2.8rem);
  --fs-h3:    clamp(1.4rem, 2.3vw, 2.2rem);
  --fs-h4:    clamp(0.75rem, 1.5vw, 0.75rem);

  /* Feste Stufen */
  --fs-2xs:  0.65rem;
  --fs-xs:   0.75rem;
  --fs-sm:   0.85rem;
  --fs-base: 0.92rem;
  --fs-lg:   1.1rem;
  --fs-xl:   1.3rem;
  --fs-2xl:  1.6rem;

  /* Dekorative Großzahlen */
  --fs-dec:    2.8rem;
  --fs-dec-lg: 3.6rem;
  --fs-dec-xl: 5rem;

  /* Aliase */
  --fs-text:   var(--fs-base);
  --fs-note:   var(--fs-xs);

  /* Abstände */
  --dist-025: 0.25rem;
  --dist-05:  0.5rem;
  --dist-1:   1rem;
  --dist-2:   2rem;
  --dist-3:   3rem;

  --space-xs:  0.5rem;
  --space-sm:  1rem;
  --space-md:  1.5rem;
  --space-lg:  2rem;
  --space-xl:  3rem;
  --space-2xl: 5rem;
  --space-3xl: 10rem;
}

/* ================================================================
   BASIS-TYPOGRAFIE — Überschriften & Absatz
   ================================================================ */
h1 {
  font-family: var(--r-font-disp);
  font-size: var(--fs-h1);
  letter-spacing: -0.01em;
  margin: 0;
}
h2 {
  font-family: var(--r-font-disp);
  font-size: var(--fs-h2);
  font-weight: 400; line-height: 1.15; margin-bottom: 28px;
  text-wrap: balance;
}
h3 {
  font-family: var(--r-font-disp);
  font-size: var(--fs-h3);
  font-weight: 400; margin: 6px 0 8px;
  text-wrap: balance;
}
h4 {
  font-family: var(--r-font-geo);
  font-size: var(--fs-h4);
  font-weight: 600; letter-spacing: .13em; text-transform: uppercase;
  color: var(--r-ink); margin: 0;
}
p { margin: 0 0 var(--space-md); }

.dark h1, .dark h2, .dark h3, .dark h4 { color: var(--r-cream); }

/* ================================================================
   TYPOGRAFIE-UTILITIES
   ================================================================ */

/* Fließtext-Stile */
.text {
  font-size: var(--fs-base); font-family: var(--r-font-sans);
  color: var(--r-fg2); line-height: 1.85;
}
.dark .text { color: var(--r-fg4); }

.text-detail {
  font-size: var(--fs-sm); font-family: var(--r-font-sans);
  color: var(--r-fg2); line-height: 1.7;
}
.dark .text-detail { color: var(--r-fg4); }

.text-note {
  font-size: var(--fs-xs); font-family: var(--r-font-sans);
  color: var(--r-fg2); line-height: 1.7;
}
.dark .text-note { color: var(--r-fg4); }

/* Zwischenüberschrift (Cormorant) */
.h-z {
  font-family: var(--r-font-disp);
  font-size: var(--fs-2xl);
  margin: 0 0 var(--space-md);
}

/* Normale fette Label-Schrift (Jost) */
.h-n {
  font-weight: bold; letter-spacing: 0.04em;
  font-family: var(--r-font-geo); font-size: var(--fs-sm);
  margin-bottom: 2px;
}

/* Goldener Akzent-Span */
.accent {
  color: var(--r-beige);
  font-style: inherit; font-size: inherit; font-weight: inherit;
}
.accent.italic { font-style: italic; }

/* Auf dunklem Hintergrund helleres Gold für Kontrast */
.dark .accent  { color: var(--r-beige-300); }
.cta .accent { color: var(--r-beige-300); }

/* Schriftstil-Helfer */
.italic    { font-style: italic; }
.uc        { text-transform: uppercase; }
.fw-normal { font-weight: normal; }

/* Fließtext-Größen-Overrides */
.fs-text { font-size: var(--fs-text); }
.fs-note { font-size: var(--fs-note); }

/* Farb-Utility */
.fc-fg2 { color: var(--r-fg2); }

/* ================================================================
   ABSTAND-UTILITIES
   ================================================================ */
.mb-0   { margin-bottom: 0; }
.mb-025 { margin-bottom: var(--dist-025); }
.mb-05  { margin-bottom: var(--dist-05); }
.mb-1   { margin-bottom: var(--dist-1); }
.mb-sm  { margin-bottom: var(--space-sm); }
.mb-md  { margin-bottom: var(--space-md); }
.center { text-align: center; }

/* Trennlinie über Text */
.border-top {
  border-top: 1px solid var(--r-sand-200);
  padding-top: 16px; margin-top: 4px; transition: border-color .4s;
}
.dark .border-top { border-top: 1px solid var(--r-fg2-03); }

/* ================================================================
   TWEMOJI
   ================================================================ */
img.twemoji {
  height: 2em !important; width: 2em !important;
  display: inline-block; vertical-align: -0.1em;
  margin: 0 0.05em 0 0.1em;
}

/* ================================================================
   BODY
   ================================================================ */
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  font-size: var(--fs-base);
  font-family: var(--r-font-sans);
  color: var(--r-fg2);
}

/* ================================================================
   CUSTOM CURSOR
   ================================================================ */
body.has-cursor,
body.has-cursor * { cursor: none !important; }

.cursor-dot {
  position: fixed; width: 8px; height: 8px;
  background: var(--r-beige); border-radius: 50%;
  pointer-events: none; z-index: 9999;
  transform: translate(-50%, -50%);
}
.cursor-ring {
  position: fixed; width: 32px; height: 32px;
  border: 1px solid var(--r-beige); border-radius: 50%;
  pointer-events: none; z-index: 9998;
  transition: transform .4s cubic-bezier(.25,.46,.45,.94), width .3s, height .3s, opacity .3s;
  transform: translate(-50%, -50%); opacity: .6;
}
@media (max-width: 640px) {
  .cursor-dot, .cursor-ring { display: none; }
}

/* ================================================================
   GRAIN OVERLAY — fixed noise texture, luxury finish
   ================================================================ */
.grain {
  position: fixed; inset: 0; z-index: 9998; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='250' height='250' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  opacity: .028; mix-blend-mode: multiply;
}

/* ================================================================
   PAGE BASE
   ================================================================ */
.page {
  background: var(--r-cream); color: var(--r-ink);
  font-family: var(--r-font-sans); -webkit-font-smoothing: antialiased;
}
.page *, .page *::before, .page *::after { box-sizing: border-box; }
.page a { text-decoration: none; color: inherit; }
.page ::selection { background: var(--r-beige); color: #fff; }

/* ================================================================
   GLOBAL-CSS RESET — neutralisiert oneplaces.css-Overrides
   (wird nur wirksam wenn oneplaces.css nicht geladen wird)
   ================================================================ */

/* img { width:100%; height:100%; object-fit:cover } aus oneplaces.css
   würde Logo, Portrait und Hero-Bilder verzerren.
   :where() hat Spezifität 0 → alle Klassen-Regeln (z.B. .logo) gewinnen immer. */
:where(.page) img {
  width: auto;
  height: auto;
  object-fit: initial;
  display: block;
}

/* ul li::before { content:"▪" } aus oneplaces.css
   würde unerwünschte Bullets auf alle Listen setzen */
.page ul,
.page ol {
  margin-block-start: 0;
  padding-inline-start: 0;
  list-style: none;
}
.page li {
  padding-left: 0;
  line-height: inherit;
}
.page ul li::before,
.page ol li::before {
  content: none;
}

/* ================================================================
   SHARED UTILITIES — gelten für r- und e-Sections
   ================================================================ */

/* Zentrierter Inhalts-Container */
.shell { max-width: 1240px; margin: 0 auto; padding: 0 48px; }

/* Uppercase-Label über Überschriften */
.eyebrow {
  font-family: var(--r-font-geo); font-weight: 500; font-size: var(--fs-sm);
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--r-beige); margin: 0;
}

/* Kleineres Uppercase-Label (für Tags, Karten-Kategorien) */
.tag {
  font-family: var(--r-font-geo); font-weight: 500; font-size: var(--fs-2xs);
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--r-beige); margin-bottom: 8px;
}

/* ================================================================
   HEADER
   ================================================================ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  background: transparent; border-bottom: 1px solid transparent;
  transition: background .35s var(--r-ease), border-color .35s var(--r-ease), box-shadow .35s var(--r-ease);
}
.site-header.is-solid {
  background: rgba(247,243,240,.9); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--r-line);
  box-shadow: 0 4px 20px -12px rgba(16,40,40,.35);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 70px; gap: 24px;
}

/* Logo */
.brand { display: flex; align-items: center; }
.logo { height: 40px; width: auto; display: block; object-fit: contain; }

/* Navigation */
.main-nav { display: flex; gap: 30px; }
.main-nav a {
  position: relative;
  font-family: var(--r-font-geo); font-weight: 500; font-size: 12px;
  letter-spacing: .13em; text-transform: uppercase;
  color: var(--r-ink-700); transition: color .2s;
}
.main-nav a:hover { color: var(--r-beige); }
.main-nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -6px;
  height: 1px; background: var(--r-beige);
  transition: right .28s var(--r-ease);
}
.main-nav a:hover::after { right: 0; }

/* Header-CTA */
.header-actions { display: flex; align-items: center; gap: 16px; }

/* Burger */
.burger {
  width: 46px; height: 46px; border-radius: 999px;
  border: 1px solid var(--r-line-s); background: rgba(247,243,240,.4);
  display: grid; place-items: center;
  color: var(--r-ink); cursor: pointer; flex: none;
  transition: border-color .3s var(--r-ease), background .3s var(--r-ease);
}
.burger:hover { border-color: var(--r-beige); background: rgba(247,243,240,.7); }
.burger-inner {
  display: flex; flex-direction: column; justify-content: space-between;
  width: 18px; height: 11px; pointer-events: none;
}
.burger-bar {
  display: block; height: 1.5px; width: 100%;
  background: currentColor; border-radius: 2px; transform-origin: center;
  transition: transform .38s var(--r-ease), opacity .3s var(--r-ease);
}
.burger.is-open .bar-1 { transform: translateY(4.75px) rotate(45deg); }
.burger.is-open .bar-2 { opacity: 0; transform: scaleX(0); }
.burger.is-open .bar-3 { transform: translateY(-4.75px) rotate(-45deg); }
@media (min-width: 1081px) {
  .burger { display: none; }
}
@media (max-width: 1080px) {
  .header-actions .btn-primary { display: none; }
}
@media (max-width: 600px) {
  .site-header { padding: 0 14px; top: 0; }
  .header-inner { height: 56px; }
  .site-header .logo { height: 32px; }
  .burger { width: 40px; height: 40px; }
}

/* ================================================================
   MOBILE MENU OVERLAY
   ================================================================ */
.mobile-menu {
  position: fixed; inset: 0; z-index: 48;
  background: rgba(247,243,240,.97);
  backdrop-filter: blur(28px) saturate(1.3); -webkit-backdrop-filter: blur(28px) saturate(1.3);
  display: flex; flex-direction: column;
  opacity: 0; pointer-events: none;
  transition: opacity .38s var(--r-ease);
}
.mobile-menu.is-open { opacity: 1; pointer-events: auto; }
.mobile-menu-inner {
  flex: 1; display: flex; flex-direction: column; justify-content: center;
  padding: 96px 32px 40px; overflow-y: auto;
}
.mobile-nav { display: flex; flex-direction: column; }
.mobile-nav-link {
  display: flex; align-items: baseline; gap: 16px;
  padding: 11px 0; border-bottom: 1px solid var(--r-sand-200);
  font-family: var(--r-font-disp);
  font-size: clamp(1.2rem, 4.5vw, 1.7rem); font-weight: 400;
  color: var(--r-ink); text-decoration: none;
  opacity: 0; transform: translateY(24px);
  transition: opacity .5s var(--r-ease), transform .5s var(--r-ease), color .2s;
}
.mobile-menu.is-open .mobile-nav-link:nth-child(1)  { opacity: 1; transform: none; transition-delay: .05s; }
.mobile-menu.is-open .mobile-nav-link:nth-child(2)  { opacity: 1; transform: none; transition-delay: .09s; }
.mobile-menu.is-open .mobile-nav-link:nth-child(3)  { opacity: 1; transform: none; transition-delay: .13s; }
.mobile-menu.is-open .mobile-nav-link:nth-child(4)  { opacity: 1; transform: none; transition-delay: .17s; }
.mobile-menu.is-open .mobile-nav-link:nth-child(5)  { opacity: 1; transform: none; transition-delay: .21s; }
.mobile-menu.is-open .mobile-nav-link:nth-child(6)  { opacity: 1; transform: none; transition-delay: .25s; }
.mobile-menu.is-open .mobile-nav-link:nth-child(7)  { opacity: 1; transform: none; transition-delay: .29s; }
.mobile-menu.is-open .mobile-nav-link:nth-child(8)  { opacity: 1; transform: none; transition-delay: .33s; }
.mobile-menu.is-open .mobile-nav-link:nth-child(9)  { opacity: 1; transform: none; transition-delay: .37s; }
.mobile-menu.is-open .mobile-nav-link:nth-child(10) { opacity: 1; transform: none; transition-delay: .41s; }
.mobile-nav-link:hover { color: var(--r-beige); }
.mobile-nav-link--cta { color: var(--r-beige); border-bottom: none; }
.mobile-nav-num {
  font-family: var(--r-font-geo); font-size: var(--fs-2xs);
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--r-fg4); font-weight: 500; flex-shrink: 0;
}
.mobile-menu-footer {
  padding-top: 28px; border-top: 1px solid var(--r-sand-200); margin-top: 4px;
  opacity: 0; transform: translateY(12px);
  transition: opacity .5s var(--r-ease) .46s, transform .5s var(--r-ease) .46s;
}
.mobile-menu.is-open .mobile-menu-footer { opacity: 1; transform: none; }
.mobile-menu-email {
  font-family: var(--r-font-geo); font-size: var(--fs-sm);
  letter-spacing: .08em; color: var(--r-fg2); transition: color .2s;
}
.mobile-menu-email:hover { color: var(--r-beige); }
@media (min-width: 1001px) {
  .mobile-menu { display: none; }
}

/* ================================================================
   BUTTONS
   ================================================================ */
.btn {
  font-family: var(--r-font-geo); font-weight: 300; font-size: 12.5px;
  letter-spacing: .12em; text-transform: uppercase; border-radius: 999px;
  border: 1px solid transparent; cursor: pointer;
  display: inline-flex; align-items: center; gap: 10px;
  transition: all .22s var(--r-ease); white-space: nowrap;
}

/* Primär (dunkelgrün) */
.btn-primary {
  background: var(--r-green-700); color: var(--r-on-pri);
  padding: 16px 28px; box-shadow: var(--r-shadow-sm);
}
.btn-primary:hover {
  background: var(--r-green-800); transform: translateY(-1px);
  box-shadow: var(--r-shadow-md);
}
.btn-primary:active { transform: scale(.99); }

/* Outline */
.btn-outline {
  background: transparent; color: var(--r-ink);
  border-color: var(--r-line-s); padding: 9px 22px 9px 9px;
}
.btn-outline:hover { border-color: var(--r-beige); }
.btn-outline:active { transform: scale(.98); }

/* Icon-Punkt im Outline-Button */
.icon-dot {
  width: 30px; height: 30px; border-radius: 999px;
  border: 1px solid var(--r-beige);
  display: grid; place-items: center; color: var(--r-beige); flex: none;
}
.btn-outline svg { stroke: var(--r-beige); fill: var(--r-beige)}

/* ================================================================
   ICON RINGS
   ================================================================ */
.icon-ring {
  border-radius: 999px; display: grid; place-items: center; flex: none;
}
.icon-ring svg { stroke-width: 1.6; fill: var(--r-beige); width: 30px; }

/* Cream-Variante (Border + Gold-Icon) */
.icon-ring-cream { border: 1.5px solid var(--r-beige); color: var(--r-beige); }

/* Icon-Hilfsklasse */
.icon { display: inline-flex; align-items: center; justify-content: center; flex: none; }
.icon svg { stroke: currentColor; fill: none; stroke-linecap: round; stroke-linejoin: round; }

/* ================================================================
   HERO
   ================================================================ */
.hero {
  position: relative; display: flex; align-items: center;
  min-height: min(92dvh, 820px); padding: 120px 0 110px; overflow: hidden;
}

/* Hintergrundbild */
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Scrim-Gradient */
.hero-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, var(--r-cream) 0%, rgba(247,243,240,.96) 24%, rgba(247,243,240,.55) 46%, rgba(247,243,240,.12) 62%, transparent 76%),
    linear-gradient(180deg, rgba(247,243,240,.5) 0%, transparent 18%),
    rgba(247,243,240,.18);
}

/* Inhalts-Bereich */
.hero-inner {
  position: relative; z-index: 2; width: 100%;
  display: flex; align-items: center; min-height: inherit;
}

/* Text-Block */
.hero-text { max-width: 560px; }

/* H1 */
.hero-title {
  font-family: var(--r-font-disp); font-weight: 500;
  font-size: var(--fs-hero); line-height: 1.0;
  letter-spacing: -0.01em; color: var(--r-ink); margin: 0;
}

/* Goldene Trennlinie */
.hero-rule {
  display: block; width: 64px; height: 2px;
  background: var(--r-beige); margin: 30px 0 24px;
}

/* Lead-Text */
.hero-lead {
  font-family: var(--r-font-sans); font-size: var(--fs-lead);
  line-height: 1.6; color: var(--r-fg2); max-width: 44ch; margin: 0;
}
.hero-lead strong { color: var(--r-ink); font-weight: 600; }

/* CTA-Gruppe */
.hero-actions { display: flex; gap: 16px; margin: 32px 0 26px; flex-wrap: wrap; }

/* Vertrauenszeile */
.hero-trust {
  display: flex; gap: 14px; align-items: flex-start;
  color: var(--r-fg2); font-size: 14.5px; line-height: 1.5;
}
.hero-trust svg { margin-top: 2px; flex: none; fill: var(--r-beige)}
.hero-trust strong { color: var(--r-ink); font-weight: 600; }

/* Schwebende Info-Karte */
.hero-card {
  position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  background: rgba(240,235,228,.48);
  border: 1px solid rgba(230,220,205,.44);
  border-radius: 22px;
  box-shadow: var(--r-shadow-fl), inset 0 1px 0 rgba(255,255,255,.5);
  padding: 4px; max-width: 244px;
}
.hero-card-inner {
  background: rgba(247,243,240,.92); border-radius: 18px;
  padding: 28px 32px; text-align: center;
  box-shadow: inset 0 1px 1px rgba(255,255,255,.18);
}
.hero-card .icon-ring { margin: 0 auto 16px; }
.hero-card-headline {
  font-family: var(--r-font-geo); font-size: 12px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--r-ink); margin: 0 0 8px; line-height: 1.5;
}
.hero-card-subline { font-size: 14px; color: var(--r-fg2); margin: 0; }

/* ================================================================
   TRUST STRIP
   ================================================================ */
.trust-strip { position: relative; z-index: 6; margin: -66px auto 90px; }

.trust-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  background: var(--r-card); border: 1px solid var(--r-line);
  border-radius: 18px; box-shadow: var(--r-shadow-sm); overflow: hidden;
}
.trust-item {
  padding: 34px 30px; display: flex; flex-direction: column; gap: 16px;
  border-right: 1px solid var(--r-divider); transition: background .25s;
}
.trust-item:last-child { border-right: none; }
.trust-item:hover { background: #faf7f3; }
.trust-item .icon-ring {
  transition: transform .3s var(--r-ease), box-shadow .3s var(--r-ease), border-color .3s var(--r-ease);
}
.trust-item:hover .icon-ring {
  transform: translateY(-4px); box-shadow: var(--r-shadow-md); border-color: var(--r-beige-700);
}

/* ================================================================
   HUB PROMO
   ================================================================ */
.hub {
  position: relative;
  background: linear-gradient(180deg, var(--r-sand-200) 0%, var(--r-sand) 100%);
  border-top: 1px solid var(--r-line); padding: 84px 0 92px; overflow: hidden;
  border-bottom: 1px solid var(--r-sand-200);
}

/* 3-spaltiges Layout: Text | Telefon | Feature-Liste */
.hub-inner { display: grid; grid-template-columns: 1.05fr auto 1.1fr; gap: 56px; align-items: center; }
.hub-copy { align-self: center; }

/* Coming-Soon-Box */
.hub-soon {
  margin-top: 28px; padding: 20px 24px;
  border: 1px dashed var(--r-sand-300); border-radius: 16px;
  background: rgba(28,28,26,.03); max-width: 380px;
}
.hub-soon-header { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.hub-soon-badge {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--r-font-geo); font-size: var(--fs-2xs);
  letter-spacing: .18em; text-transform: uppercase; font-weight: 500;
  color: var(--r-fg3);
}
.hub-soon-badge svg { stroke: var(--r-fg3); flex-shrink: 0; }
.hub-soon-dot {
  width: 4px; height: 4px; border-radius: 50%;
  background: var(--r-sand-300); flex-shrink: 0;
  animation: hub-soon-pulse 1.6s ease-in-out infinite;
}
.hub-soon-dot:nth-child(3) { animation-delay: .3s; }
.hub-soon-dot:nth-child(4) { animation-delay: .6s; }
@keyframes hub-soon-pulse {
  0%, 100% { opacity: .3; transform: scale(1); }
  50%       { opacity: 1;  transform: scale(1.4); }
}
.hub-soon-text { font-size: var(--fs-sm); color: var(--r-fg3); line-height: 1.65; margin: 0 0 14px; }
.hub-soon-link {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--r-font-geo); font-size: var(--fs-2xs);
  letter-spacing: .14em; text-transform: uppercase; font-weight: 500;
  color: var(--r-fg2); border-bottom: 1px solid var(--r-sand-200); padding-bottom: 2px;
  transition: color .2s, border-color .2s;
}
.hub-soon-link:hover { color: var(--r-beige); border-color: var(--r-beige); }
.hub-soon-link svg { stroke: currentColor; }

/* Telefon-Mockup */
.hub-phone { display: flex; justify-content: center; }
.phone {
  width: 280px; background: #0B1C1C; border-radius: 38px;
  padding: 8px; box-shadow: var(--r-shadow-fl); position: relative;
}
.phone-notch {
  position: absolute; top: 20px; left: 50%; transform: translateX(-50%);
  width: 90px; height: 22px; background: #0B1C1C; border-radius: 999px; z-index: 3;
}
.phone-screen {
  background: var(--r-cream); border-radius: 32px;
  padding: 46px 20px 30px; height: 540px; overflow: hidden;
}
.phone-status {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12px; font-weight: 600; color: var(--r-ink); margin-bottom: 12px;
}
.phone-status-icons { display: flex; gap: 5px; align-items: center; }
.phone-topbar {
  display: flex; justify-content: space-between; align-items: center;
  color: var(--r-ink); margin-bottom: 22px;
}
.phone-wordmark {
  font-family: var(--r-font-geo); font-size: 11px;
  letter-spacing: .18em; text-transform: uppercase;
}
.phone-greeting {
  font-family: var(--r-font-disp); font-weight: 500;
  font-size: 26px; color: var(--r-ink); margin: 0;
}
.phone-subline { font-size: 13px; color: var(--r-fg2); margin: 4px 0 18px; }
.phone-trip {
  background: var(--r-card); border: 1px solid var(--r-line);
  border-radius: 16px; box-shadow: var(--r-shadow-sm); padding: 16px;
}
.phone-trip-top { display: flex; justify-content: space-between; align-items: center; }
.phone-trip-destination {
  font-family: var(--r-font-disp); font-weight: 500;
  font-size: 22px; color: var(--r-ink);
}
.chip {
  font-family: var(--r-font-geo); font-size: 9px; letter-spacing: .1em;
  text-transform: uppercase; color: var(--r-on-pri);
  background: var(--r-green-700); border-radius: 999px; padding: 5px 10px;
  transition: background .25s var(--r-ease), transform .25s var(--r-ease), box-shadow .25s var(--r-ease);
}
.chip:hover {
  background: var(--r-green-600);
  transform: translateY(-1px);
  box-shadow: 0 3px 10px rgba(50,97,106,.3);
}
.phone-trip-date { font-size: 12px; color: var(--r-fg2); }
.phone-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 16px; }
.phone-tile {
  text-align: center; display: flex; flex-direction: column;
  align-items: center; gap: 6px; min-width: 0;
}
.phone-tile-icon {
  width: 100%; aspect-ratio: 1; border-radius: 12px;
  background: var(--r-sand); display: grid; place-items: center; color: var(--r-green-700);
}
.phone-tile-icon svg { stroke: currentColor; fill: currentColor; width: 25px;}
.phone-tile-name {
  font-size: 8.5px; color: var(--r-fg2); line-height: 1.15;
  width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.phone-section-label {
  font-family: var(--r-font-disp); font-weight: 500;
  font-size: 18px; color: var(--r-ink); margin: 22px 0 12px;
}
.phone-line { height: 46px; border-radius: 12px; background: var(--r-sand); }
.phone-line.short { margin-top: 10px; width: 70%; }

/* Feature-Liste */
.hub-features { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 26px; }
.hub-features li { display: flex; gap: 18px; align-items: flex-start; }
.hub-feature-icon {
  width: 48px; height: 48px; border-radius: 999px;
  background: var(--r-green-700); display: grid; place-items: center;
  color: #F0E7D6; flex: none; box-shadow: var(--r-shadow-sm);
}
.hub-feature-icon svg { stroke-width: 1.6; stroke: currentColor; fill: currentColor; width: 30px; }
.hub-feature-body { display: flex; flex-direction: column; gap: 4px; }
.hub-feature-body span { color: var(--r-fg2); font-size: 14px; line-height: 1.5; }

/* ================================================================
   CHAT-WIDGET
   ================================================================ */
.chat-widget {
  position: fixed; right: 32px; bottom: 32px; z-index: 40;
  display: flex; align-items: center; gap: 14px;
  background: var(--r-white); border: 1px solid var(--r-line);
  border-radius: 18px; box-shadow: var(--r-shadow-fl);
  padding: 12px 14px; max-width: 340px;
  opacity: 0; transform: translateY(12px); pointer-events: none;
  transition: opacity .35s var(--r-ease), transform .35s var(--r-ease);
}
.chat-widget.is-visible { opacity: 1; transform: none; pointer-events: auto; }
.chat-widget-avatar {
  width: 50px; height: 50px; border-radius: 999px; object-fit: cover; flex: none;
  border: 2px solid var(--r-white); box-shadow: var(--r-shadow-xs);
}
.chat-widget-text { display: flex; flex-direction: column; gap: 3px; }
.chat-widget-text strong { font-size: 14px; color: var(--r-ink); font-weight: 600; line-height: 1.25; }
.chat-widget-text span { font-size: 13px; color: var(--r-fg2); }
.chat-widget-btn {
  width: 48px; height: 48px; border-radius: 999px; border: none;
  background: var(--r-green-700); color: #F0E7D6;
  display: grid; place-items: center; cursor: pointer; flex: none; margin-left: 4px;
  transition: background .2s, transform .2s;
}
.chat-widget-btn:hover { background: var(--r-green-800); transform: scale(1.04); }
.chat-widget-btn svg { stroke: currentColor; stroke-width: 1.8; fill: currentColor;  fill: currentColor; width: 30px;}

/* ================================================================
   CONSULT PANEL MODAL
   ================================================================ */
.consult-overlay {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(16,40,40,.42); backdrop-filter: blur(4px);
  display: flex; justify-content: flex-end;
  animation: fade .25s var(--r-ease);
}
.consult-overlay.is-hidden { display: none; }

.consult-panel {
  width: 440px; max-width: 92vw; height: 100%;
  background: var(--r-cream); box-shadow: var(--r-shadow-lg);
  padding: 40px 38px; overflow-y: auto;
  animation: slide-in .32s var(--r-ease);
}
.consult-close {
  float: right; width: 40px; height: 40px; border-radius: 999px;
  border: 1px solid var(--r-line-s); background: transparent;
  display: grid; place-items: center; cursor: pointer; color: var(--r-ink);
}
.consult-close svg { stroke: none; fill: currentColor; }
.consult-panel h3 {
  font-family: var(--r-font-disp); font-weight: 500;
  font-size: 34px; color: var(--r-ink); margin: 6px 0 8px;
}
.consult-panel .lead { color: var(--r-fg2); font-size: 15px; line-height: 1.6; margin: 0 0 28px; }

.consult-svg{ width: 25px; fill: currentColor;}

/* Formularfelder */
.form-field { margin-bottom: 18px; }
.form-field label {
  font-family: var(--r-font-geo); font-size: 11px; letter-spacing: .12em;
  text-transform: uppercase; color: var(--r-fg2); display: block; margin-bottom: 8px;
}
.form-field input, .form-field textarea {
  width: 100%; font-family: var(--r-font-sans); font-size: 15px; color: var(--r-ink);
  background: var(--r-white); border: 1px solid var(--r-line-s); border-radius: 10px;
  padding: 13px 15px; outline: none; transition: border-color .2s;
}
.form-field input:focus, .form-field textarea:focus { border-color: var(--r-beige); }
.field-error { border-color: #c0392b !important; background: #fff8f7 !important; }
.field-error:focus { border-color: #c0392b !important; }
.field-hint { color: #c0392b; font-size: 12.5px; line-height: 1.4; margin: 6px 0 0; }
.consult-panel .btn { width: 100%; justify-content: center; margin-top: 8px; }
.consult-panel .btn:disabled { opacity: .55; cursor: wait; }

/* Kontaktweg-Auswahl (Erstgespräch-Formular) */
.channel-group { display: flex; gap: 8px; }
.channel-pill { flex: 1; position: relative; }
.channel-pill input { position: absolute; opacity: 0; pointer-events: none; }
.channel-pill span {
  display: flex; align-items: center; justify-content: center; gap: 7px;
  padding: 12px 4px; border: 1px solid var(--r-line-s); border-radius: 10px;
  background: var(--r-white); font-size: 14px; color: var(--r-fg2);
  cursor: pointer; transition: border-color .2s, color .2s, background .2s;
}
.channel-pill span svg { width: 15px; height: 15px; fill: currentColor; flex-shrink: 0; }
.channel-pill input:checked + span {
  border-color: var(--r-beige); color: var(--r-ink); background: rgba(184,150,90,.08);
}
.channel-pill input:focus-visible + span { outline: 2px solid var(--r-beige); outline-offset: 2px; }

/* Fehlermeldung bei fehlgeschlagenem Versand */
.consult-error { color: #c0392b; font-size: 13px; line-height: 1.5; margin-top: 14px; }
.consult-error a { color: inherit; text-decoration: underline; }

/* Erfolgs-Zustand */
.consult-success { text-align: center; padding: 40px 0; }
.consult-success .icon-ring { margin: 0 auto 20px; }
.consult-success h3 { font-family: var(--r-font-disp); font-weight: 500; font-size: 30px; color: var(--r-ink); }
.consult-success p { color: var(--r-fg2); font-size: 15px; line-height: 1.6; }
.is-hidden { display: none; }

/* ================================================================
   ANIMATIONEN
   ================================================================ */
@media (prefers-reduced-motion: no-preference) {
  .site-header        { animation: fade-down .7s var(--r-ease) both; }
  .hero-title       { animation: fade-up .9s var(--r-ease) .05s both; }
  .hero-rule     { animation: draw-rule .8s var(--r-ease) .42s both; transform-origin: left center; }
  .hero-lead     { animation: fade-up .9s var(--r-ease) .22s both; }
  .hero-actions      { animation: fade-up .9s var(--r-ease) .34s both; }
  .hero-trust    { animation: fade-up .9s var(--r-ease) .46s both; }
  .hero-bg       { animation: fade-in 1.3s var(--r-ease) both; }
  .hero-bg img         { animation: ken-burns 26s ease-in-out 1s infinite alternate both; }
  .manifesto-bg img    { animation: ken-burns 32s ease-in-out 0s infinite alternate-reverse both; }
  .hero-card     { animation: card-in .9s var(--r-ease) .85s both; }
  .phone         { animation: float 7s ease-in-out 1.4s infinite; }

  /* Scroll-Reveal für r-Sections ([data-reveal]) */
  [data-reveal] {
    opacity: 0; transform: translateY(22px);
    transition: opacity .75s var(--r-ease), transform .75s var(--r-ease);
  }
  [data-reveal].is-in { opacity: 1; transform: none; }
}

@keyframes fade-up     { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes fade-down   { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: none; } }
@keyframes draw-rule   { from { opacity: 0; transform: scaleX(0); } to { opacity: 1; transform: scaleX(1); } }
@keyframes fade-in { from { opacity: 0; transform: scale(1.04); } to { opacity: 1; transform: none; } }
@keyframes ken-burns    { from { transform: scale(1.005); } to { transform: scale(1.07); } }
@keyframes card-in   { from { opacity: 0; transform: translateY(-50%) translateX(22px) scale(.96); } to { opacity: 1; transform: translateY(-50%); } }
@keyframes float  { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes fade   { from { opacity: 0; } to { opacity: 1; } }
@keyframes slide-in  { from { transform: translateX(40px); opacity: .4; } to { transform: none; opacity: 1; } }

/* ================================================================
   RESPONSIVE — Obere Sections
   ================================================================ */
@media (max-width: 1080px) {
  .shell { padding: 0 24px; }
  .main-nav { display: none; }
  .hero { padding: 104px 0 80px; min-height: 0; }
  .hero-inner { display: block; }
  .hero-text { max-width: none; }
  .hero-scrim {
    background: linear-gradient(180deg, rgba(247,243,240,.4) 0%, rgba(247,243,240,.72) 40%, rgba(247,243,240,.92) 100%);
  }
  .hero-card {
    position: static; transform: none; margin: 32px auto 0;
    width: fit-content; max-width: 100%; animation: none !important;
  }
  .trust-strip { margin: 24px auto 60px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .hub-inner { display: block; }
  .hub-copy, .hub-phone { margin-bottom: 40px; }
  .hub-phone { display: flex; justify-content: center; }
  .chat-widget { right: 16px; bottom: 16px; }
}
@media (max-width: 600px) {
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: none; border-bottom: 1px solid var(--r-divider); }
  .trust-item:last-child { border-bottom: none; }
  .hub-features { gap: 18px; }
}

/* ================================================================
   ERWEITERTE SECTIONS (.content)
   ================================================================ */
.content {
  background: var(--r-cream); color: var(--r-ink);
  font-family: var(--r-font-sans); font-weight: 400; overflow-x: hidden;
}

/* ================================================================
   PROBLEM-SECTION
   ================================================================ */
.problem {
  padding: 100px 0; background: var(--r-sand);
  border-bottom: 1px solid var(--r-sand-200);
}
.problem > .shell {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
}
.problem-cards { display: flex; flex-direction: column; gap: 20px; }

/* Pain-Point-Karten */
.pain-card {
  background: var(--r-white); padding: 28px 32px;
  border: 1px solid var(--r-line); border-left: 3px solid transparent;
  box-shadow: var(--r-shadow-xs);
  transition: border-left-color .35s var(--r-ease), box-shadow .35s var(--r-ease), transform .35s var(--r-ease);
}
.pain-card:hover {
  border-left-color: var(--r-beige);
  box-shadow: var(--r-shadow-md);
  transform: translateX(4px);
}

/* ================================================================
   PILLARS
   ================================================================ */
.pillars { padding: 120px 0;     border-bottom: 1px solid var(--r-sand-200);}
.pillars > .shell { display: block; }
.pillars-header {
  padding: 0 0 60px;
  display: flex; align-items: baseline; justify-content: space-between;
  border-bottom: 1px solid var(--r-sand-200);
}
.pillars-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-left: 1px solid var(--r-sand-200);
}

/* Hover-Füllung von unten */
.pillar {
  padding: 52px 36px; border-right: 1px solid var(--r-sand-200);
  border-bottom: 1px solid var(--r-sand-200);
  position: relative; overflow: hidden; transition: background .5s;
}
.pillar::before {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 0; background: var(--r-ink);
  transition: height .5s cubic-bezier(.25,.46,.45,.94); z-index: 0;
}
.pillar:hover::before { height: 100%; }
.pillar > * { position: relative; z-index: 1; transition: color .4s; }

/* Status-Chip (z. B. „In Entwicklung") — oben rechts in der Kachel */
.pillar .pillar-chip { position: absolute; top: 24px; right: 24px; }

/* Farben beim Hover */
.pillar:hover .pillar-icon { color: var(--r-beige); }
.pillar:hover .h-z,
.pillar:hover .text-detail,
.pillar:hover .text-note { color: var(--r-cream); }
.pillar:hover .border-top { border-color: rgba(255,255,255,.12); }
.pillar:hover .pillar-chip {
  background: var(--r-green-600);
  transform: translateY(-1px);
  box-shadow: 0 3px 10px rgba(50,97,106,.3);
}

/* Dekorative Zahl */
.pillar-num {
  font-family: var(--r-font-disp); font-size: var(--fs-dec-lg);
  font-weight: 300; color: var(--r-sand-200); line-height: 1;
  margin-bottom: 20px; transition: color .4s;
}
.pillar:hover .pillar-num { color: rgba(255,255,255,.08); }

/* Dekoratives Symbol */
.pillar-icon { font-size: 1.4rem; margin-bottom: 16px; color: var(--r-beige); display: block; }

/* ================================================================
   FOR WHOM
   ================================================================ */
/* Hell (vorher --r-ink) — vermeidet zwei dunkle Sections in Folge nach .why */
.audience { background: var(--r-sand); padding: 120px 0; border-bottom: 1px solid var(--r-sand-200); }
.audience-header { margin-bottom: 72px; }
.audience-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.audience-card {
  background: var(--r-white); padding: 48px 40px;
  border: 1px solid var(--r-line); border-left: 3px solid transparent;
  box-shadow: var(--r-shadow-xs);
  transition: border-left-color .35s var(--r-ease), box-shadow .35s var(--r-ease);
}
.audience-card:hover { border-left-color: var(--r-beige); box-shadow: var(--r-shadow-md); }

/* ================================================================
   WHY — Vergleichs-Section
   ================================================================ */
.why {
  background: var(--r-ink); padding: 120px 0;
  border-top: 1px solid rgba(247,243,240,.07);
}
.why > .shell {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 100px; align-items: center;
}
.why-title {
  font-family: var(--r-font-disp);
  font-size: var(--fs-h2);
  font-weight: 400; line-height: 1.1; color: var(--r-cream); margin-bottom: 32px;
}
.why-link {
  display: inline-flex; align-items: center; gap: 12px;
  color: var(--r-beige-300); font-family: var(--r-font-geo);
  font-size: var(--fs-xs); letter-spacing: .14em; text-transform: uppercase;
  border-bottom: 1px solid rgba(212,176,122,.3);
  padding-bottom: 4px; transition: border-color .3s, gap .3s; margin-top: 32px;
}
.why-link:hover { border-color: var(--r-beige-300); gap: 18px; }

/* Vergleichs-Tabelle */
.compare-header {
  font-family: var(--r-font-geo);
  font-size: var(--fs-2xs); letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(247,243,240,.25); padding-bottom: 16px;
  border-bottom: 1px solid rgba(247,243,240,.1);
  display: grid; grid-template-columns: 1fr 1px 1fr; gap: 32px;
}
.compare-row {
  display: grid; grid-template-columns: 1fr 1px 1fr;
  align-items: center; padding: 24px 0;
  border-bottom: 1px solid rgba(247,243,240,.07); gap: 32px;
}
.compare-them {
  font-size: var(--fs-sm); color: rgba(247,243,240,.25); line-height: 1.5;
}
.compare-divider { background: rgba(247,243,240,.08); min-height: 40px; }
.compare-us {
  font-size: var(--fs-sm); color: var(--r-sand); line-height: 1.5;
  display: flex; align-items: flex-start; gap: 10px;
}
.compare-us::before {
  content: '◆'; color: var(--r-beige); font-size: 0.4rem;
  margin-top: 6px; flex-shrink: 0;
}

/* ================================================================
   PROCESS
   ================================================================ */
.process { padding: 120px 0; background: var(--r-sand);     border-bottom: 1px solid var(--r-sand-200);}
.process-header {
  margin-bottom: 80px; display: grid;
  grid-template-columns: 1fr 1fr; gap: 60px; align-items: end;
}
.process-steps {
  display: grid; grid-template-columns: repeat(4, 1fr); position: relative;
}
.process-steps::before {
  content: ''; position: absolute;
  top: 28px; left: 7%; right: 7%; height: 1px;
  background: linear-gradient(to right, transparent, var(--r-beige), transparent);
  z-index: 0;
}
.step { text-align: center; padding: 0 20px; position: relative; z-index: 1; }
.step-dot {
  width: 56px; height: 56px; border-radius: 50%;
  border: 1px solid var(--r-beige);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 24px; background: var(--r-sand);
  font-family: var(--r-font-disp); font-size: var(--fs-lg);
  color: var(--r-beige); transition: background .3s, color .3s; font-weight: 400;
}
.step:hover .step-dot { background: var(--r-beige); color: var(--r-cream); }

/* ================================================================
   COMMUNICATION
   ================================================================ */
.communication { padding: 100px 0; border-bottom: 1px solid var(--r-sand-200); }
.communication > .shell {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
}
/* Chat-Demo */
.chat-demo {
  background: var(--r-sand); padding: 48px;
  border: 1px solid var(--r-sand-200); position: relative;
}
.chat-window { display: flex; flex-direction: column; }
.chat-bubble {
  padding: 14px 18px; font-size: var(--fs-sm); line-height: 1.6;
  margin-bottom: 12px; max-width: 85%;
}
.chat-bubble.them {
  background: var(--r-cream); color: var(--r-ink);
  border: 1px solid var(--r-sand-200);
}
.chat-bubble.us { background: var(--r-ink); color: var(--r-sand); margin-left: auto; text-align: right; }
.chat-meta { font-size: var(--fs-2xs); color: var(--r-fg2); letter-spacing: .08em; margin-bottom: 4px; }
.chat-meta.right { text-align: right; }

/* ================================================================
   TESTIMONIALS
   ================================================================ */
.testimonials { padding: 100px 0; border-top: 1px solid var(--r-sand-200); }
.testimonials-header {
  margin-bottom: 60px; display: flex;
  justify-content: space-between; align-items: baseline;
}
.testimonials-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px; background: var(--r-sand-200);
}
.testimonial-card { background: var(--r-cream); padding: 48px 40px; position: relative; }
.testimonial-card::before {
  content: '❝'; font-family: var(--r-font-disp);
  font-size: var(--fs-dec-xl); color: var(--r-sand-200); position: absolute;
  top: 16px; left: 28px; line-height: 1; pointer-events: none;
}
.testimonial-stars { color: var(--r-beige); font-size: var(--fs-xs); letter-spacing: .1em; margin-bottom: 20px; }
.testimonial-quote {
  font-family: var(--r-font-disp); font-size: var(--fs-lg);
  font-style: italic; font-weight: 300; line-height: 1.65;
  color: var(--r-ink); margin-bottom: 28px; position: relative; z-index: 1;
}
.testimonial-name { font-family: var(--r-font-geo); font-size: var(--fs-xs); font-weight: 500; letter-spacing: .06em; color: var(--r-ink); }
.testimonial-role { font-size: var(--fs-xs); color: var(--r-fg2); margin-top: 3px; }

/* ================================================================
   ECOSYSTEM — Wer steckt dahinter
   ================================================================ */

/* Portrait-Block im linken Text-Panel */
.portrait {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 36px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--r-sand-200);
}
.portrait img {
  width: 250px;
  height: 250px;
  border-radius: 12px;
  object-fit: cover;
  object-position: 50% 8%;
  flex-shrink: 0;
  box-shadow: var(--r-shadow-md);
}
.portrait-name {
  font-family: var(--r-font-disp);
  font-size: var(--fs-xl);
  font-weight: 500;
  color: var(--r-ink);
  margin: 0 0 5px;
}
.portrait-role {
  font-family: var(--r-font-geo);
  font-size: var(--fs-2xs);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--r-fg3);
  margin: 0;
}

.about {
  padding: 120px 0; background: var(--r-sand);
  border-bottom: 1px solid var(--r-sand-200);
}
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 100px; align-items: center;
}
.brand-cards { display: flex; flex-direction: column; gap: 2px; }
.brand-card { position: relative; }

.brand-card--dark {
  background: var(--r-ink); padding: 40px 44px; overflow: hidden;
}
.brand-card--dark::before {
  content: ''; position: absolute; top: 0; left: 0;
  width: 3px; height: 100%; background: var(--r-beige);
}
.brand-card--light {
  background: var(--r-cream); padding: 36px 44px;
  border: 1px solid var(--r-sand-200);
}
.brand-card--gold { border-left: 3px solid var(--r-beige-300); }

.brand-card-top {
  display: flex; align-items: flex-start;
  justify-content: space-between; margin-bottom: 16px;
}
.brand-card-badge {
  width: 40px; height: 40px;
  border: 1px solid rgba(184,150,90,.3); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: var(--fs-xs); color: var(--r-beige); flex-shrink: 0;
}

.brand-card-bar {
  margin-top: 20px; padding-top: 16px;
  border-top: 1px solid var(--r-fg2-008);
  font-family: var(--r-font-geo); font-size: var(--fs-2xs);
  letter-spacing: 0.1em; color: var(--r-fg2); text-transform: uppercase;
}
.brand-card--dark .brand-card-bar {
  color: rgba(245,240,232,.25); border-top: 1px solid rgba(245,240,232,.08);
}

.brand-card-link {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 0;
  font-family: var(--r-font-geo); font-size: var(--fs-2xs);
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--r-beige); border-bottom: 1px solid rgba(184,150,90,.3);
  padding-bottom: 2px; transition: border-color .3s, gap .3s;
}
.brand-card-link:hover { border-color: var(--r-beige); gap: 14px; }

/* ================================================================
   MANIFESTO — Großes Zitat auf dunklem Hintergrund
   ================================================================ */
.manifesto {
  position: relative; overflow: hidden;
  padding: var(--space-2xl) 0; text-align: center;
}
.manifesto-bg { position: absolute; inset: 0; z-index: 0; }
.manifesto-bg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.manifesto-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom,
    rgba(22,26,28,.55) 0%,
    rgba(16,22,24,.78) 40%,
    rgba(16,22,24,.82) 60%,
    rgba(22,26,28,.60) 100%);
}
.manifesto-body { position: relative; z-index: 1; }

/* Haupt-Zitat (weight 300 bewusst — fragile Eleganz) */
.manifesto-quote {
  font-family: var(--r-font-disp); font-size: var(--fs-h2);
  font-weight: 300; font-style: italic; line-height: 1.45;
  color: var(--r-sand); max-width: 900px; margin: 0 auto 36px;
}
.manifesto-author {
  font-family: var(--r-font-geo); font-size: var(--fs-xs);
  letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(247,243,240,.35);
}

/* ================================================================
   VISION
   ================================================================ */
.promise { padding: 120px 0; background: var(--r-sand-200);     border-bottom: 1px solid var(--r-sand-200);}
.promise > .shell {
  display: grid; grid-template-columns: 1.2fr 1fr;
  gap: 80px; align-items: center;
}
.promise-stats { display: flex; flex-direction: column; gap: 24px; }
.stat {
  padding: 28px 32px; background: var(--r-cream);
  border-bottom: 2px solid var(--r-beige);
}

/* Große Zahl (weight 300 bewusst — dekorativ) */
.stat-number {
  font-family: var(--r-font-disp); font-size: var(--fs-dec);
  font-weight: 300; color: var(--r-beige); line-height: 1; margin-bottom: 6px;
}

/* ================================================================
   PRICING
   ================================================================ */
.pricing {
  padding: 120px 0; background: var(--r-cream);
  border-bottom: 1px solid var(--r-sand-200);
}
.pricing-header { text-align: center; margin-bottom: 72px; }

/* Warum-Fee-Box */
.pricing-why {
  margin-bottom: 64px; border: 1px solid var(--r-sand-200);
  background: var(--r-sand); padding: 48px 52px;
}
.pricing-why-inner {
  display: grid; grid-template-columns: 1fr 1.6fr; gap: 64px; align-items: start;
}

/* Preis-Karten-Raster */
.pricing-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto auto auto auto auto 1fr auto;
  gap: 0 2px; background: var(--r-sand-200);
}
.pricing-card {
  display: grid; grid-template-rows: subgrid; grid-row: span 8;
  background: var(--r-cream); padding: 52px 44px;
  transition: background .3s; align-content: start;
}
.pricing-card:hover { background: var(--r-sand); }
.pricing-card.is-featured { background: var(--r-ink); }
.pricing-card.is-featured:hover { background: #1a1a1a; }

.pricing-title {
  font-family: var(--r-font-disp); font-size: var(--fs-2xl);
  font-weight: 400; line-height: 1.2; padding-bottom: 10px; margin: 0; color: var(--r-ink);
}
.pricing-card.is-featured .pricing-title { color: var(--r-sand); }

/* Preisanzeige */
.price-wrap { padding-bottom: 6px; }
.price--crossed {
  font-family: var(--r-font-disp); font-size: var(--fs-2xl);
  font-weight: 300; color: var(--r-beige); line-height: 1;
  margin-bottom: 4px; opacity: .45;
}
.price-effective { display: flex; align-items: baseline; gap: 10px; }
.price-effective-num {
  font-family: var(--r-font-disp); font-size: var(--fs-dec-lg);
  font-weight: 300; color: var(--r-beige-300); line-height: 1;
}

/* Trennlinie */
.pricing-divider { height: 1px; background: var(--r-sand-200); border: none; margin-bottom: 28px; }
.pricing-card.is-featured .pricing-divider { background: rgba(247,243,240,.1); }

/* Feature-Liste */
.pricing-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 10px;
}
.pricing-list li {
  font-size: var(--fs-sm); color: var(--r-fg2);
  display: flex; align-items: flex-start; gap: 10px; line-height: 1.5;
}
.pricing-card.is-featured .pricing-list li { color: rgba(247,243,240,.5); }
.page .pricing-list li::before { content: '◆'; color: var(--r-beige); font-size: .4rem; margin-top: 6px; flex-shrink: 0; }
.page .pricing-card.is-featured .pricing-list li::before { color: var(--r-beige-300); }

.pricing-notes {  
    padding-top: var(--space-md);
    max-width: 900px;
    margin: 0 auto;
}

@media (max-width: 1100px) {
  .pricing { padding: 80px 48px; }
  .pricing-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .pricing-card { display: flex; flex-direction: column; grid-row: auto; padding: 44px 36px; }
  .pricing-why { padding: 36px 32px; }
  .pricing-why-inner { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 640px) {
  .pricing { padding: 60px 24px; }
}

/* ================================================================
   FAQ
   ================================================================ */
.faq { padding: 120px 48px; background: var(--r-sand); border-bottom: 1px solid var(--r-sand-200); }
.faq-inner { max-width: 900px; margin: 0 auto; }
.faq-header { margin-bottom: 64px; text-align: center; }
.faq-item { border-bottom: 1px solid var(--r-sand-200); overflow: hidden; }
.faq-question {
  width: 100%; background: none; border: none; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  padding: 28px 0; text-align: left; gap: 20px;
  font-family: var(--r-font-sans);
}
.faq-question-text {
  font-family: var(--r-font-disp); font-size: var(--fs-xl);
  font-weight: 400; color: var(--r-ink); line-height: 1.35;
}
.faq-icon {
  width: 28px; height: 28px; border: 1px solid var(--r-sand-200);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 1rem; color: var(--r-beige);
  transition: transform .3s, background .3s, border-color .3s;
}
.faq-item.open .faq-icon {
  transform: rotate(45deg); background: var(--r-beige);
  border-color: var(--r-beige); color: var(--r-cream);
}
.faq-answer {
  max-height: 0; overflow: hidden;
  transition: max-height .45s cubic-bezier(.25,.46,.45,.94), padding .3s;
}
.faq-item.open .faq-answer { max-height: 400px; padding-bottom: 28px; }
.faq-answer-text { font-size: var(--fs-base); line-height: 1.85; color: var(--r-fg2); }

/* ================================================================
   CTA
   ================================================================ */
.cta {
  padding: 160px 0; text-align: center;
  background: var(--r-ink); position: relative; overflow: hidden;
  border-bottom: solid 1px var(--r-beige);
}
.cta::before {
  content: ''; position: absolute;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(184,150,90,.08) 0%, transparent 70%);
  pointer-events: none;
}
.cta-title {
  font-family: var(--r-font-disp); font-size: var(--fs-h2);
  font-weight: 400; line-height: 1.08; color: var(--r-cream);
  max-width: 760px; margin: 0 auto 24px;
}
.cta-sub {
  font-size: var(--fs-base); color: rgba(247,243,240,.45);
  max-width: 480px; margin: 0 auto 56px; line-height: 1.75;
}
.cta-actions {
  display: flex; justify-content: center; align-items: center;
  gap: 20px; flex-wrap: wrap;
}

/* Primär-Button (Gold) */
.btn-large {
  display: inline-flex; align-items: center; gap: 14px;
  background: var(--r-beige); color: var(--r-cream);
  font-family: var(--r-font-geo); font-size: var(--fs-xs);
  font-weight: 500; letter-spacing: .14em; text-transform: uppercase;
  padding: 18px 28px 18px 40px; border-radius: 999px;
  transition: background .3s var(--r-ease), transform .3s var(--r-ease);
}
.btn-large:hover { background: var(--r-beige-300); transform: translateY(-2px); }
.btn-arrow-circle {
  width: 34px; height: 34px; border-radius: 999px; flex: none;
  background: rgba(255,255,255,.18);
  display: flex; align-items: center; justify-content: center;
  transition: transform .3s var(--r-ease), background .3s var(--r-ease);
}
.btn-large:hover .btn-arrow-circle {
  background: rgba(255,255,255,.28);
  transform: translateX(2px) translateY(-1px);
}

/* Sekundär-Button (Outline) — Spezifität bewusst erhöht gegen .page a { color: inherit } */
.cta .cta-actions .btn-outline-light {
  display: inline-flex; align-items: center; gap: 12px;
  border: 1px solid rgba(247,243,240,.2); color: rgba(247,243,240,.2);
  font-family: var(--r-font-geo); font-size: var(--fs-xs);
  font-weight: 500; letter-spacing: .14em; text-transform: uppercase;
  padding: 18px 36px; border-radius: 999px;
  transition: border-color .3s var(--r-ease), color .3s var(--r-ease), transform .3s var(--r-ease);
}
.cta .cta-actions .btn-outline-light:hover {
  border-color: var(--r-beige); color: var(--r-beige-300); transform: translateY(-2px);
}

/* Weitere Kontaktkanäle unter den CTA-Buttons */
.cta-channels { margin-top: 28px; font-size: var(--fs-xs); letter-spacing: .06em; }
.cta .cta-channels a { color: rgba(247,243,240,.45); transition: color .3s; }
.cta .cta-channels a:hover { color: var(--r-beige-300); }
.cta-channels span { color: rgba(247,243,240,.2); margin: 0 10px; }

.cta-footnote { margin-top: 40px; font-size: var(--fs-xs); color: rgba(247,243,240,.25); letter-spacing: .06em; }

/* ================================================================
   FOOTER
   ================================================================ */
.site-footer { background: #0d1c20; padding: 64px 0 36px; }
.footer-top {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  gap: 48px; padding-bottom: 48px;
  border-bottom: 1px solid rgba(247,243,240,.06); margin-bottom: 40px;
}
.footer-logo {
  font-family: var(--r-font-disp); font-size: 1rem;
  font-weight: 600; letter-spacing: 0.22em; color: var(--r-sand);
  margin-bottom: 0; display: block;
  height: 30px;
  width: auto;
}
.footer-logo span { color: var(--r-beige); }
.footer-tagline {
  font-family: var(--r-font-disp); font-style: italic; font-size: var(--fs-sm);
  color: rgba(247,243,240,.3); margin-bottom: 20px; line-height: 1.5;
}
.footer-col-title {
  font-family: var(--r-font-geo); font-size: var(--fs-2xs);
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--r-beige); margin-bottom: 20px; font-weight: 500;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; padding: 0; }
.footer-col ul li a { font-size: var(--fs-sm); color: rgba(247,243,240,.4); transition: color .3s; }
.footer-col ul li a:hover { color: var(--r-beige-300); }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 16px;
}
.footer-copy { font-size: var(--fs-2xs); letter-spacing: .08em; color: rgba(247,243,240,.45); }
.footer-legal { display: flex; gap: 24px; }
.footer-legal a { font-size: var(--fs-2xs); color: rgba(247,243,240,.45); transition: color .3s; }
.footer-legal a:hover { color: var(--r-beige-300); }

/* ================================================================
   SCROLL REVEAL — Erweiterte Sections (.content)
   ================================================================ */
.content .reveal {
  opacity: 0; transform: translateY(28px);
  transition: opacity .9s cubic-bezier(.25,.46,.45,.94), transform .9s cubic-bezier(.25,.46,.45,.94);
}
.content .reveal.visible { opacity: 1; transform: none; }

/* ================================================================
   RESPONSIVE — Erweiterte Sections
   ================================================================ */
@media (max-width: 1100px) {
  .shell { padding: 0 32px; }

  .problem > .shell,
  .why > .shell,
  .promise > .shell,
  .communication > .shell { grid-template-columns: 1fr; gap: 48px; }

  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .pillars-grid   { grid-template-columns: 1fr 1fr; }
  .audience-grid   { grid-template-columns: 1fr 1fr; }
  .process-header { grid-template-columns: 1fr; gap: 20px; }
  .process-steps  { grid-template-columns: 1fr 1fr; }
  .process-steps::before { display: none; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
  .faq { padding: 80px 32px; }
}

@media (max-width: 640px) {
  .shell { padding: 0 20px; }

  .pillars-grid,
  .audience-grid,
  .process-steps { grid-template-columns: 1fr; }

  /* Säulen-Kachel: Nummer links, Symbol rechts in einer Zeile */
  .pillar .pillar-icon { position: absolute; top: 70px; right: 36px; margin-bottom: 0; }

  .faq { padding: 60px 20px; }

  .compare-row { grid-template-columns: 1fr; gap: 6px; }
  .compare-divider { display: none; }
  .compare-header { grid-template-columns: 1fr; }

  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }

  .cta-actions { flex-direction: column; align-items: center; }
}
