/* ============================================================
   SwissRaw — Theme
   Adaptiert vom StreetMindz Design System (heraldisch / Wappen)
   auf die SwissRaw-Markenwelt: Pink/Magenta · Navy · Gold · Creme.
   "Business & Nature in Harmony"
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700;800;900&family=Oswald:wght@300;400;500;600;700&family=Ubuntu:wght@300;400;500;700&family=Inter:wght@400;500;600;700&family=Permanent+Marker&family=JetBrains+Mono:wght@400;500;600&display=swap');

:root {
  /* ---- Brand: Navy ink (aus Logo-Wortmarke) ---- */
  --navy-900: #0B1027;
  --navy-800: #11182F;
  --navy-700: #182142;
  --navy-600: #283360;
  --navy-500: #3D4A7A;
  --navy-400: #6873A0;
  /* ---- Brand: Tiefes Petrol (Ink + dunkle Flächen) ---- */
  --navy-900: #0C2D33;
  --navy-800: #103840;
  --navy-700: #14454E;
  --navy-600: #1E5A63;
  --navy-500: #3A6F76;
  --navy-400: #6B9098;
  --navy-300: #9FB8BD;

  /* ---- Brand: Petrol-Teal (primärer Akzent, aus Logo #307D84) ---- */
  --pink-800: #1C5A61;
  --pink-700: #266E75;
  --pink-600: #307D84;   /* primärer Akzent — Logo-Teal */
  --pink-500: #3A929A;
  --pink-400: #58AAB1;
  --pink-300: #8FC6CB;
  --pink-200: #C0DFE2;
  --pink-100: #E6F2F3;

  /* ---- Brand: Champagne Gold (Edel-Akzent, Wappen-Linien) ---- */
  --gold-900: #6E5328;
  --gold-700: #A8864A;
  --gold-600: #B59560;
  --gold-500: #C9A86A;
  --gold-400: #DBC08C;
  --gold-300: #EAD7AE;
  --gold-200: #F4E9CE;

  /* ---- Brand: Petrol (Nebenakzent) ---- */
  --teal-800: #0E3A41;
  --teal-700: #14454E;
  --teal-600: #1E6068;
  --teal-500: #2A7C84;

  /* ---- Brand: Natur-Grün (Footer-Akzent, SwissRaw-eigen) ---- */
  --green-800: #1E5E3D;
  --green-700: #2F7A4F;
  --green-600: #3E8E5E;
  --green-300: #9DC7AE;

  /* ---- Paper (Weiss/Creme, Default-Canvas) ---- */
  --paper-50:  #FFFFFF;
  --paper-100: #FAF8F2;
  --paper-200: #F1EEE4;
  --paper-300: #E2DDCC;
  --white: #FFFFFF;

  /* ---- Semantik (Light, Creme-Canvas) ---- */
  --bg:          var(--paper-100);
  --bg-elevated: var(--paper-50);
  --bg-sunken:   var(--paper-200);
  --bg-dark:     var(--navy-900);

  --fg:        var(--navy-900);
  --fg-muted:  var(--navy-500);
  --fg-subtle: var(--navy-400);
  --fg-inverse:#F3EFE6;

  --accent:        var(--pink-600);
  --accent-strong: var(--pink-700);
  --accent-soft:   var(--pink-100);
  --accent-2:      var(--gold-600);

  --border:        rgba(12, 45, 51, 0.14);
  --border-strong: rgba(12, 45, 51, 0.30);
  --border-gold:   var(--gold-600);

  --success: #2F7A4F;
  --warning: #B5701F;
  --danger:  #A82433;

  /* ---- Type ---- */
  --font-display: 'Cinzel', 'Trajan Pro', Georgia, serif;
  --font-poster:  'Oswald', 'Bebas Neue', 'Arial Narrow', system-ui, sans-serif;
  --font-body:    'Ubuntu', system-ui, -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif;
  --font-script:  'Permanent Marker', cursive;
  --font-mono:    'JetBrains Mono', ui-monospace, Menlo, Consolas, monospace;

  --ls-display: 0.025em;
  --ls-poster:  0.03em;
  --ls-tag:     0.12em;

  /* ---- Spacing ---- */
  --sp-1:4px; --sp-2:8px; --sp-3:12px; --sp-4:16px; --sp-5:20px; --sp-6:24px;
  --sp-8:32px; --sp-10:40px; --sp-12:48px; --sp-16:64px; --sp-20:80px; --sp-24:96px; --sp-32:128px;

  /* ---- Radius ---- */
  --r-sm:2px; --r-md:4px; --r-lg:8px; --r-xl:14px; --r-pill:999px;

  /* ---- Shadows (petrol-getönt) ---- */
  --sh-sm: 0 1px 2px rgba(12,45,51,.10), 0 1px 1px rgba(12,45,51,.04);
  --sh-md: 0 6px 16px -6px rgba(12,45,51,.18), 0 2px 6px -2px rgba(12,45,51,.10);
  --sh-lg: 0 18px 40px -12px rgba(12,45,51,.26), 0 6px 14px -6px rgba(12,45,51,.12);
  --sh-pink: 0 10px 30px -8px rgba(48,125,132,.38);

  --ease: cubic-bezier(0.22,1,0.36,1);
  --dur: 220ms;

  --maxw: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; max-width: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ============================================================
   TYPE
   ============================================================ */
.display {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: var(--ls-display);
  line-height: 1.1;
  margin: 0;
}
.poster {
  font-family: var(--font-poster);
  font-weight: 500;
  letter-spacing: var(--ls-poster);
  line-height: 1.16;
  margin: 0;
}
h1.display { font-size: clamp(28px, 3.6vw, 46px); font-weight: 600; }
h2.display { font-size: clamp(23px, 2.6vw, 36px); }
h3.poster  { font-size: clamp(18px, 1.7vw, 23px); }
h4.poster  { font-size: clamp(15px, 1.3vw, 19px); }

.eyebrow {
  font-family: var(--font-poster);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: var(--ls-tag);
  text-transform: uppercase;
  color: var(--accent-strong);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 26px; height: 1px;
  background: var(--accent-2);
}
.eyebrow.on-dark { color: var(--gold-400); }

.script {
  font-family: var(--font-script);
  color: var(--accent);
  transform: rotate(-2deg);
  display: inline-block;
  font-size: clamp(20px, 2.6vw, 30px);
}
.lead { font-size: clamp(16px, 1.2vw, 19px); color: var(--fg-muted); line-height: 1.6; }
.mono { font-family: var(--font-mono); }
.ink-pink { color: var(--accent); }
.ink-gold { color: var(--accent-2); }

/* Gold heraldic rules */
.rule {
  height: 1px; border: 0;
  background: linear-gradient(90deg, transparent, var(--gold-600) 15%, var(--gold-600) 85%, transparent);
}
.rule-double {
  border: 0; height: 5px; background: transparent;
  border-top: 1px solid var(--gold-600);
  border-bottom: 1px solid var(--gold-600);
}
.on-dark .rule, .rule.on-dark { background: linear-gradient(90deg, transparent, var(--gold-500) 15%, var(--gold-500) 85%, transparent); }

/* ============================================================
   LAYOUT
   ============================================================ */
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(20px, 5vw, 32px); }
.section { padding: clamp(64px, 9vw, 128px) 0; }
.section.dark { background: var(--navy-900); color: var(--fg-inverse); }
.section.sunken { background: var(--bg-sunken); }
.section.dark h1, .section.dark h2, .section.dark h3, .section.dark h4 { color: var(--white); }
.center { text-align: center; }
.maxw-prose { max-width: 64ch; }

/* ============================================================
   HEADER / NAV
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(251,248,241,0.90);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(181,149,96,0.45);
  box-shadow: 0 1px 0 rgba(11,16,39,.04);
}
.site-header .bar {
  max-width: var(--maxw); margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 32px); height: 84px;
  display: flex; align-items: center; gap: 32px;
}
.brand { display: flex; align-items: center; gap: 12px; flex: none; }
.brand img { height: 52px; width: auto; flex: none; max-width: none; object-fit: contain; }
.nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.nav a {
  font-family: var(--font-body);
  letter-spacing: 0.01em;
  font-size: 14px; font-weight: 500;
  color: var(--navy-700);
  padding: 6px 0;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: color var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.nav a:hover { color: var(--pink-700); border-color: var(--pink-500); }
.nav a.active { color: var(--navy-900); border-color: var(--gold-600); }
.nav-cta { margin-left: 10px; font-size: 13px; padding: 12px 28px; }
.nav a.nav-cta { color: #fff; padding: 12px 30px; border-bottom: 0; font-size: 13px; }
.nav a.nav-cta:hover { color: #fff; border-bottom: 0; }
.nav a.btn-gold, .nav a.btn-gold:hover { color: var(--navy-900); }
.menu-toggle { display: none; }

.menu-toggle {
  display: none;
  background: none; border: 1px solid var(--border-strong);
  border-radius: var(--r-md); color: var(--navy-800);
  width: 44px; height: 44px; cursor: pointer;
  font-size: 20px; align-items: center; justify-content: center;
  order: -1;
}
.mobile-nav {
  position: fixed; top: 0; left: 0; height: 100%;
  width: 300px; max-width: 84vw;
  background: var(--paper-50);
  border-right: 1px solid rgba(181,149,96,.45);
  box-shadow: 24px 0 60px -24px rgba(12,45,51,.45);
  transform: translateX(-100%);
  transition: transform var(--dur) var(--ease);
  z-index: 210;
  display: flex; flex-direction: column; gap: 2px;
  padding: 92px 22px 24px;
}
.mobile-nav.open { transform: none; }
.mobile-nav a {
  font-family: var(--font-body); letter-spacing: .01em;
  color: var(--navy-700); padding: 14px 4px; font-size: 16px;
  border-bottom: 1px solid var(--border);
}
.mobile-nav a:last-of-type { border-bottom: 0; }
.mobile-nav a.btn { color: #fff; padding: 14px 28px; border-bottom: 0; }
.mobile-nav a.btn-gold { color: var(--navy-900); }
.mobile-nav .btn { margin-top: 16px; justify-content: center; }
.nav-backdrop {
  position: fixed; inset: 0; background: rgba(12,45,51,.45);
  opacity: 0; visibility: hidden; transition: opacity var(--dur) var(--ease), visibility var(--dur);
  z-index: 205;
}
.nav-backdrop.open { opacity: 1; visibility: visible; }

@media (max-width: 1024px) {
  .nav { display: none; }
  .menu-toggle { display: inline-flex; }
  .account-link { margin-left: auto; }
  .site-header .bar { gap: 12px; }
}

@media (max-width: 560px) {
  .brand img { height: 42px; }
  .site-header .bar { padding: 0 16px; }
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  font-family: var(--font-poster);
  letter-spacing: 0.01em;
  font-weight: 500; font-size: 14px;
  padding: 14px 38px;
  white-space: nowrap;
  border-radius: var(--r-pill);
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform var(--dur) var(--ease), background var(--dur) var(--ease), box-shadow var(--dur) var(--ease), color var(--dur) var(--ease);
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--pink-600); color: #fff; box-shadow: var(--sh-sm); }
.btn-primary:hover { background: var(--pink-700); box-shadow: var(--sh-md); color: #fff; }
.btn-gold { background: var(--gold-600); color: var(--navy-900); box-shadow: var(--sh-sm); }
.btn-gold:hover { background: var(--gold-500); box-shadow: var(--sh-md); }
.btn-ghost { background: transparent; color: var(--fg); border-color: var(--border-strong); }
.btn-ghost:hover { border-color: var(--pink-600); color: var(--pink-700); background: var(--pink-100); }
.btn-ghost.on-dark { color: #fff; border-color: rgba(243,239,230,0.4); }
.btn-ghost.on-dark:hover { border-color: var(--gold-500); color: var(--gold-300); }
.btn .arrow { transition: transform var(--dur) var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }

/* ============================================================
   TEARDROP BADGE (Marken-Signatur: Wassertropfen)
   ============================================================ */
.drop {
  width: 56px; height: 56px;
  display: grid; place-items: center;
  background: var(--pink-600);
  color: #fff;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  font-family: var(--font-display);
  font-weight: 700;
  flex: none;
}
.drop > * { transform: rotate(45deg); }
.drop.gold { background: var(--gold-600); color: var(--navy-900); }
.drop.navy { background: var(--navy-700); color: #fff; }
.drop.teal { background: var(--teal-700); color: #fff; }
.drop.outline { background: transparent; border: 2px solid var(--gold-600); color: var(--gold-600); }
.drop.sm { width: 40px; height: 40px; font-size: 15px; }
.drop.lg { width: 76px; height: 76px; font-size: 26px; }

/* ============================================================
   CARDS
   ============================================================ */
.card {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: var(--sp-8);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.card:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); border-color: var(--border-strong); }
.card.feature { border-color: var(--gold-600); box-shadow: var(--sh-md); }
.card.on-dark {
  background: rgba(255,255,255,0.04);
  border-color: rgba(181,149,96,0.28);
}
.card.on-dark:hover { border-color: var(--gold-500); }

.card-title { font-family: var(--font-poster); text-transform: uppercase; letter-spacing: .04em; font-size: 20px; font-weight: 600; margin: 0; }
.card p { color: var(--fg-muted); }
.section.dark .card p, .card.on-dark p { color: rgba(243,239,230,0.74); }

/* Tag / pill */
.tag {
  display: inline-flex; align-items: center; gap: 6px; white-space: nowrap;
  font-family: var(--font-poster); text-transform: uppercase;
  letter-spacing: .08em; font-size: 12px; font-weight: 500;
  padding: 5px 12px; border-radius: var(--r-pill);
  border: 1px solid var(--border-gold); color: var(--gold-700);
  background: var(--gold-200);
}
.tag.pink { color: var(--pink-700); border-color: var(--pink-300); background: var(--pink-100); }
.tag.teal { color: var(--teal-700); border-color: rgba(21,127,115,.35); background: rgba(21,127,115,.10); }
.tag.on-dark { background: rgba(181,149,96,.14); color: var(--gold-300); }

/* Stat */
.stat-num { font-family: var(--font-mono); font-weight: 600; font-size: clamp(32px, 4vw, 52px); color: var(--accent); line-height: 1; }
.stat-num.gold { color: var(--gold-600); }
.stat-num.light { color: var(--gold-400); }
.stat-label { font-family: var(--font-poster); text-transform: uppercase; letter-spacing: .1em; font-size: 13px; color: var(--fg-subtle); margin-top: 10px; }
.section.dark .stat-label { color: var(--navy-300); }

/* Grids */
.grid { display: grid; gap: var(--sp-6); }
.g2 { grid-template-columns: repeat(2, 1fr); }
.g3 { grid-template-columns: repeat(3, 1fr); }
.g4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 980px) { .g3, .g4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .g2, .g3, .g4 { grid-template-columns: 1fr; } }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--paper-100); color: var(--green-800); padding: var(--sp-20) 0 var(--sp-10); position: relative; overflow: hidden; border-top: 2px solid var(--green-700); }
.site-footer::before { content: ""; position: absolute; top: 5px; left: 0; right: 0; height: 0; border-top: 1px solid var(--gold-600); }
.site-footer .edelweiss-wm {
  position: absolute; right: -60px; bottom: -80px;
  width: 360px; opacity: 0.06; pointer-events: none;
}
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: var(--sp-10); position: relative; }
@media (max-width: 820px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: var(--sp-8); } }
.site-footer h5 { font-family: var(--font-poster); text-transform: uppercase; letter-spacing: .1em; font-size: 14px; color: var(--green-700); margin: 0 0 18px; padding-bottom: 8px; border-bottom: 1px solid var(--gold-600); display: inline-block; }
.site-footer a { color: #3F6B54; font-size: 15px; display: block; padding: 5px 0; transition: color var(--dur); }
.site-footer a:hover { color: var(--gold-700); }
.site-footer .brand img { height: 30px; }
.footer-bottom { margin-top: var(--sp-12); padding-top: var(--sp-6); border-top: 1px solid var(--green-700); display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; color: #5E806C; font-size: 13px; }

/* Brand strip (RawInvest / SwissRaw / StreetMindz ecosystem) */
.eco-strip { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.eco-chip {
  font-family: var(--font-poster); text-transform: uppercase; letter-spacing: .1em;
  font-size: 12px; padding: 7px 14px; border-radius: var(--r-pill);
  border: 1px solid var(--green-700); color: var(--green-700);
}
.eco-chip strong { color: var(--green-800); font-weight: 600; }

/* Edelweiss watermark utility */
.wm-edelweiss { position: absolute; pointer-events: none; opacity: .05; }

/* Reveal animation */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
  .reveal.in { opacity: 1; transform: none; }
}

/* Section header block */
.sec-head { max-width: 720px; }
.sec-head.center { margin: 0 auto; }
.sec-head h2 { margin: 14px 0 0; }
.sec-head p { margin-top: 18px; }

/* ============================================================
   ACCOUNT TRIGGER + RIGHT SIDE DRAWER (BuddyBoss profile menu)
   ============================================================ */
.account-link {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 50%; flex: none;
  border: 1px solid var(--border-strong); background: var(--paper-50);
  color: var(--navy-700); cursor: pointer;
  transition: border-color var(--dur) var(--ease), color var(--dur) var(--ease);
}
.account-link:hover { border-color: var(--pink-500); color: var(--pink-700); }
.account-link svg { width: 22px; height: 22px; }

.drawer-backdrop {
  position: fixed; inset: 0; background: rgba(11,16,39,.5);
  opacity: 0; visibility: hidden; transition: opacity var(--dur) var(--ease), visibility var(--dur);
  z-index: 200;
}
.drawer-backdrop.open { opacity: 1; visibility: visible; }
.side-drawer {
  position: fixed; top: 0; right: 0; height: 100%; width: 344px; max-width: 88vw;
  background: var(--paper-50); border-left: 1px solid var(--border-gold);
  box-shadow: -20px 0 50px -20px rgba(11,16,39,.4);
  transform: translateX(100%); transition: transform var(--dur) var(--ease);
  z-index: 210; display: flex; flex-direction: column;
}
.side-drawer.open { transform: none; }
.side-drawer .dh { display: flex; align-items: center; gap: 14px; padding: 22px 22px; background: var(--navy-900); color: #fff; }
.side-drawer .dh .av { width: 48px; height: 48px; border-radius: 50%; flex: none; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; background: linear-gradient(135deg, var(--pink-500), var(--gold-500)); }
.side-drawer .dh b { font-family: var(--font-poster); text-transform: uppercase; letter-spacing: .04em; font-size: 15px; display: block; }
.side-drawer .dh span { font-size: 12px; color: var(--navy-300); }
.side-drawer .dclose { margin-left: auto; background: none; border: 0; color: rgba(255,255,255,.7); font-size: 24px; line-height: 1; cursor: pointer; }
.side-drawer .dclose:hover { color: #fff; }
.side-drawer nav { padding: 12px; display: flex; flex-direction: column; gap: 2px; overflow: auto; }
.side-drawer nav a { display: flex; align-items: center; gap: 12px; padding: 13px 14px; border-radius: var(--r-md); font-family: var(--font-poster); text-transform: uppercase; letter-spacing: .05em; font-size: 14px; color: var(--navy-700); }
.side-drawer nav a:hover { background: var(--bg-sunken); color: var(--pink-700); }
.side-drawer nav a .ic { width: 8px; height: 8px; border-radius: 2px; background: var(--gold-600); flex: none; }
.side-drawer .df { margin-top: auto; padding: 18px; border-top: 1px solid var(--border); display: flex; flex-direction: column; gap: 10px; }
.side-drawer .df .btn { justify-content: center; }
.side-drawer .note { font-size: 11px; color: var(--fg-subtle); font-family: var(--font-mono); text-align: center; }


/* ============================================================
   PAGE STYLES — merged from all pages into one stylesheet
   ============================================================ */
/* Page-local */
.hero { position: relative; background: var(--paper-50); color: var(--fg); overflow: hidden; }

.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(900px 520px at 88% -10%, rgba(48,125,132,.10), transparent 60%),
    radial-gradient(700px 500px at 4% 112%, rgba(181,149,96,.12), transparent 60%);
  pointer-events: none;
}

.hero .wrap { position: relative; z-index: 2; }

.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(32px,5vw,72px); align-items: center; padding: clamp(56px,8vw,104px) 0; }

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

.hero h1 { margin: 20px 0 0; font-size: clamp(28px, 3.6vw, 46px); }

.hero .lead { color: var(--fg-muted); max-width: 50ch; margin-top: 34px; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

.hero-figure { position: relative; }

.hero-figure .frame {
  border: 1px solid rgba(181,149,96,.45);
  border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--sh-lg);
  aspect-ratio: 4 / 5;
}

.hero-figure .frame img { width: 100%; height: 100%; object-fit: cover; }

.hero-figure .cap {
  position: absolute; left: 18px; bottom: 18px; right: 18px;
  display: flex; justify-content: space-between; align-items: flex-end; gap: 12px;
  background: linear-gradient(transparent, rgba(11,16,39,.85)); padding: 40px 18px 16px; margin: -40px -18px -16px;
}

.hero-figure .cap .who { font-family: var(--font-poster); text-transform: uppercase; letter-spacing: .06em; font-size: 14px; color: #fff; }

.hero-figure .cap .where { font-size: 12px; color: var(--gold-300); font-family: var(--font-mono); }

.hero-edelweiss { position: absolute; right: -120px; top: -90px; width: 480px; opacity: .07; z-index: 1; transform: rotate(8deg); }

.hero-marquee { border-top: 1px solid rgba(181,149,96,.4); border-bottom: 1px solid rgba(181,149,96,.4); padding: 16px 0; background: var(--paper-100); }

.hero-marquee .wrap { display: flex; flex-wrap: wrap; gap: 10px 28px; align-items: center; justify-content: center; }

.hero-marquee span { font-family: var(--font-poster); letter-spacing: .04em; font-size: 14px; color: var(--navy-500); }

.hero-marquee .dot { color: var(--gold-500); }

.thesis { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px,5vw,72px); align-items: center; }

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

.pillar { display: flex; gap: 20px; align-items: flex-start; padding: 22px 0; border-top: 1px solid var(--border); }

.pillar:first-of-type { border-top: 0; }

.pillar h4 { margin: 0 0 6px; }

.pillar p { margin: 0; color: var(--fg-muted); }

.steps { counter-reset: s; }

.step { display: flex; gap: 22px; align-items: flex-start; }

.step .body { padding-bottom: 36px; }

.step:last-child .body { padding-bottom: 0; }

.step h4 { margin: 6px 0 8px; }

.proj-card { position: relative; overflow: hidden; padding: 0; display: flex; flex-direction: column; }

.proj-card .ph { aspect-ratio: 16/10; overflow: hidden; }

.proj-card .ph img, .proj-card image-slot { width: 100%; height: 100%; object-fit: cover; display: block; }

.proj-card .body { padding: var(--sp-6) var(--sp-6) var(--sp-8); display: flex; flex-direction: column; gap: 12px; flex: 1; }

.proj-card .meta { display: flex; gap: 16px; flex-wrap: wrap; margin-top: auto; padding-top: 12px; font-family: var(--font-mono); font-size: 13px; color: var(--fg-subtle); }

.proj-card .meta b { color: var(--fg); font-weight: 600; }

/* Ton-an/aus-Button über Karten-Videos */
.proj-card .ph { position: relative; }
.snd-btn {
  position: absolute; right: 14px; bottom: 14px; z-index: 4;
  width: 46px; height: 46px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(12,45,51,.70); color: #fff;
  border: 1px solid rgba(255,255,255,.38);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  cursor: pointer; box-shadow: var(--sh-sm);
  transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.snd-btn:hover { background: rgba(12,45,51,.9); border-color: var(--gold-500); color: var(--gold-300); }
.snd-btn:active { transform: translateY(1px); }
.snd-btn svg { width: 21px; height: 21px; }

/* ============================================================
   AKTIE-SEITE — Preis-Karte, Angebots-Vergleich, Struktur
   ============================================================ */
.price-card { background: var(--navy-900); color: #fff; border-radius: var(--r-lg); padding: clamp(28px,4vw,40px); position: relative; overflow: hidden; box-shadow: var(--sh-lg); border: 1px solid rgba(181,149,96,.4); }
.price-card .pc-eyebrow { font-family: var(--font-poster); text-transform: uppercase; letter-spacing: .1em; font-size: 12px; color: var(--gold-400); margin-top: 22px; }
.price-card .pc-price { font-family: var(--font-mono); font-weight: 600; font-size: clamp(44px,6vw,64px); line-height: 1; color: var(--gold-400); margin-top: 6px; }
.price-card .pc-price span { font-size: .5em; vertical-align: super; }
.price-card .pc-market { font-family: var(--font-mono); font-size: 15px; color: var(--navy-300); margin-top: 10px; display: flex; align-items: center; gap: 10px; }
.price-card .pc-market s { color: rgba(243,239,230,.55); }
.price-card .pc-save { background: rgba(48,125,132,.3); color: var(--pink-300); border: 1px solid rgba(58,146,154,.5); border-radius: var(--r-pill); padding: 3px 10px; font-size: 12px; white-space: nowrap; }
.price-card .pc-row { display: flex; justify-content: space-between; gap: 14px; align-items: baseline; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 14px; }
.price-card .pc-row span { color: var(--navy-300); }
.price-card .pc-row b { font-family: var(--font-poster); letter-spacing: .02em; color: #fff; text-align: right; }
.price-card .pc-note { font-size: 13px; color: rgba(243,239,230,.7); margin: 18px 0 0; line-height: 1.6; }

.offer-compare { display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; margin-top: 48px; }
@media (max-width: 760px) { .offer-compare { grid-template-columns: 1fr; } }
.oc-card { border: 1px solid var(--border-gold); border-radius: var(--r-lg); padding: var(--sp-8); background: var(--bg-elevated); box-shadow: var(--sh-md); }
.oc-card.muted { border-color: var(--border); box-shadow: none; background: var(--paper-100); }
.oc-tag { font-family: var(--font-poster); text-transform: uppercase; letter-spacing: .1em; font-size: 12px; color: var(--gold-700); }
.oc-card.muted .oc-tag { color: var(--fg-subtle); }
.oc-price { font-family: var(--font-mono); font-weight: 600; font-size: clamp(34px,4.5vw,46px); line-height: 1; color: var(--navy-900); margin: 12px 0 6px; }
.oc-price.gold { color: var(--gold-700); }
.oc-sub { font-size: 14px; color: var(--fg-muted); }
.oc-card ul { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.oc-card li { display: flex; gap: 10px; font-size: 15px; color: var(--fg-muted); }
.oc-card li::before { content: "✦"; color: var(--gold-600); }
.oc-arrow { font-size: 32px; color: var(--gold-600); text-align: center; }
@media (max-width: 760px) { .oc-arrow { transform: rotate(90deg); } }

.struct { display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: stretch; margin-top: 48px; }
@media (max-width: 760px) { .struct { grid-template-columns: 1fr; } }
.struct-node { background: var(--bg-elevated); border: 1px solid var(--border); border-radius: var(--r-lg); padding: var(--sp-8); display: flex; flex-direction: column; }
.struct-node.lead-node { border-color: var(--gold-600); box-shadow: var(--sh-md); }
.struct-node .role { font-family: var(--font-poster); text-transform: uppercase; letter-spacing: .1em; font-size: 12px; color: var(--accent-strong); }
.struct-node h3 { margin: 8px 0 12px; }
.struct-node p { color: var(--fg-muted); margin: 0; }
.struct-badge { align-self: flex-start; margin-top: 18px; font-family: var(--font-poster); text-transform: uppercase; letter-spacing: .08em; font-size: 11px; padding: 6px 14px; border-radius: var(--r-pill); border: 1px solid var(--border-strong); color: var(--fg-muted); }
.struct-badge.gold { border-color: var(--gold-600); background: var(--gold-200); color: var(--gold-700); }
.struct-link { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; }
.struct-arrow { font-size: 30px; color: var(--gold-600); line-height: 1; }
.struct-arrow.wide { display: none; }
.struct-label { font-family: var(--font-mono); font-size: 12px; color: var(--fg-subtle); text-align: center; }
@media (min-width: 761px) { .struct-arrow:not(.wide) { display: none; } .struct-arrow.wide { display: block; } }

/* Fonds-Kontrast: reale Werte statt Finanzprodukt */
.vs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-6); margin-top: 48px; }
@media (max-width: 760px){ .vs-grid { grid-template-columns: 1fr; } }
.vs-card { border-radius: var(--r-lg); padding: var(--sp-8); border: 1px solid var(--border); background: var(--bg-elevated); }
.vs-card.con { background: var(--paper-100); }
.vs-card.pro { border-color: var(--gold-600); box-shadow: var(--sh-md); }
.vs-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px solid var(--border); }
.vs-kicker { font-family: var(--font-poster); text-transform: uppercase; letter-spacing: .08em; font-size: 15px; color: var(--fg-muted); }
.vs-card.pro .vs-kicker { color: var(--accent-strong); }
.vs-mark { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; flex: none; font-size: 15px; border: 1px solid var(--border-strong); color: var(--fg-subtle); }
.vs-mark.gold { border-color: var(--gold-600); background: var(--gold-200); color: var(--gold-700); }
.vs-card ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.vs-card li { display: flex; gap: 12px; font-size: 15px; color: var(--fg-muted); }
.vs-card.con li::before { content: "\2715"; color: var(--fg-subtle); }
.vs-card.pro li::before { content: "\2726"; color: var(--gold-600); }
.vs-card li b { color: var(--fg); }
.note-legal { margin-top: 28px; background: var(--paper-50); border: 1px solid var(--border-gold); border-radius: var(--r-lg); padding: 20px 24px; font-size: 15px; color: var(--fg-muted); line-height: 1.65; }
.note-legal strong { color: var(--navy-900); }

/* Bewertungs-Transparenz: Rechnung + Basis */
.calc { background: var(--bg-elevated); border: 1px solid var(--border-gold); border-radius: var(--r-lg); padding: var(--sp-8); box-shadow: var(--sh-md); }
.calc-row { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--border); font-size: 15px; }
.calc-row .lbl { color: var(--fg-muted); }
.calc-row .val { font-family: var(--font-mono); font-size: 18px; color: var(--fg); white-space: nowrap; }
.calc-row.total { border-bottom: 0; border-top: 2px solid var(--gold-600); margin-top: 6px; padding-top: 16px; }
.calc-row.total .lbl { font-family: var(--font-poster); text-transform: uppercase; letter-spacing: .06em; color: var(--navy-900); }
.calc-row.total .val { font-size: 26px; color: var(--accent); font-weight: 600; }
.basis-list { list-style: none; margin: 14px 0 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.basis-list li { display: flex; gap: 10px; font-size: 15px; color: var(--fg-muted); }
.basis-list li::before { content: "\2726"; color: var(--gold-600); }
.usebar { display: flex; height: 12px; border-radius: 999px; overflow: hidden; margin: 2px 0 18px; border: 1px solid var(--border); }
.usebar i { display: block; height: 100%; }
.calc-row .ud { display: inline-block; width: 10px; height: 10px; border-radius: 2px; margin-right: 9px; vertical-align: middle; }

.feed { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(28px,4vw,56px); align-items: center; }

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

.post { background: rgba(255,255,255,.04); border: 1px solid rgba(181,149,96,.25); border-radius: var(--r-lg); padding: 18px 20px; margin-bottom: 16px; }

.post .top { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }

.post .av { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--pink-500), var(--teal-600)); flex: none; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; color: #fff; font-size: 16px; }

.post .nm { font-family: var(--font-poster); text-transform: uppercase; letter-spacing: .04em; font-size: 14px; color: #fff; }

.post .tm { font-size: 12px; color: var(--navy-300); font-family: var(--font-mono); }

.post p { margin: 0; color: rgba(243,239,230,.82); font-size: 15px; }

.post .react { display: flex; gap: 18px; margin-top: 12px; font-size: 12px; color: var(--gold-300); font-family: var(--font-poster); letter-spacing: .08em; text-transform: uppercase; }

.cta-band { background: linear-gradient(135deg, var(--pink-700), var(--pink-600) 55%, var(--gold-600)); color: #fff; border-radius: var(--r-xl); padding: clamp(40px,6vw,72px); position: relative; overflow: hidden; }

.cta-band .wm-edelweiss { right: -40px; bottom: -60px; width: 320px; opacity: .12; }

.cta-band h2 { color: #fff; position: relative; }

.cta-band .lead { color: rgba(255,255,255,.9); position: relative; }

.cta-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; position: relative; }

.page-hero { background: var(--paper-50); color: var(--fg); position: relative; overflow: hidden; }

.page-hero::before { content:""; position:absolute; inset:0; background: radial-gradient(800px 460px at 85% -10%, rgba(48,125,132,.10), transparent 60%); }

.page-hero .wrap { position: relative; z-index: 2; padding-top: clamp(56px,8vw,96px); padding-bottom: clamp(56px,8vw,96px); }

.page-hero h1 { margin: 20px 0 0; max-width: 18ch; }

.page-hero .lead { color: var(--fg-muted); margin-top: 22px; max-width: 60ch; }

.page-hero .edel { position:absolute; right:-90px; top:-70px; width: 420px; opacity:.07; transform: rotate(10deg); }

.proj { scroll-margin-top: 96px; }

.proj-split { display:grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px,5vw,64px); align-items:center; }

@media (max-width: 900px){ .proj-split { grid-template-columns: 1fr; } }

.proj-img { border:1px solid var(--border-gold); border-radius: var(--r-lg); overflow:hidden; box-shadow: var(--sh-lg); aspect-ratio: 4/3; }

.proj-img img, .proj-img image-slot { width:100%; height:100%; object-fit:cover; display:block; }

.spec { display:grid; grid-template-columns: repeat(2,1fr); gap: 2px; background: var(--border); border:1px solid var(--border); border-radius: var(--r-lg); overflow:hidden; margin-top: 28px; }

.spec div { background: var(--bg-elevated); padding: 16px 18px; }

.spec .k { font-family: var(--font-poster); text-transform:uppercase; letter-spacing:.1em; font-size:11px; color: var(--fg-subtle); }

.spec .v { font-family: var(--font-mono); font-size: 17px; margin-top: 4px; }

.layer { display:flex; gap:20px; align-items:flex-start; padding: 26px 0; border-top:1px solid var(--border); }

.layer h4 { margin: 4px 0 6px; }

.layer p { margin:0; color: var(--fg-muted); }

.plans { display:grid; grid-template-columns: repeat(3,1fr); gap: var(--sp-6); }

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

.plan { background: var(--bg-elevated); border:1px solid var(--border); border-radius: var(--r-lg); padding: var(--sp-8); display:flex; flex-direction:column; gap:14px; position:relative; }

.plan.hot { border-color: var(--gold-600); box-shadow: var(--sh-md); }

.plan .ribbon { position:absolute; top:-1px; right:24px; background: var(--gold-600); color: var(--navy-900); font-family: var(--font-poster); text-transform:uppercase; letter-spacing:.08em; font-size:11px; padding:6px 12px; border-radius: 0 0 var(--r-md) var(--r-md); }

.plan .price { font-family: var(--font-mono); font-weight:600; font-size: 40px; color: var(--accent); line-height:1; }

.plan .price small { font-size: 14px; color: var(--fg-subtle); font-weight:400; }

.plan ul { list-style:none; margin:8px 0 0; padding:0; display:flex; flex-direction:column; gap:10px; }

.plan li { display:flex; gap:10px; font-size:15px; color: var(--fg-muted); }

.plan li::before { content:"✦"; color: var(--gold-600); }

.plan .btn { margin-top:auto; justify-content:center; }

.timeline { border-left:2px solid var(--border-gold); padding-left: 28px; margin-left: 8px; display:flex; flex-direction:column; gap: 32px; }

.tl-item { position:relative; }

.tl-item::before { content:""; position:absolute; left:-37px; top:4px; width:14px; height:14px; border-radius:50%; background: var(--pink-600); border:3px solid var(--bg); }

.tl-item .when { font-family: var(--font-poster); text-transform:uppercase; letter-spacing:.1em; font-size:12px; color: var(--accent-strong); }

.tl-item h4 { margin:6px 0 6px; }

.tl-item p { margin:0; color: var(--fg-muted); max-width: 60ch; }

.disclaimer { background: var(--navy-900); color: var(--navy-300); border-radius: var(--r-lg); padding: var(--sp-8); font-size: 13px; line-height:1.65; font-family: var(--font-mono); }

.page-hero::before { content:""; position:absolute; inset:0; background: radial-gradient(820px 460px at 80% -10%, rgba(181,149,96,.12), transparent 60%), radial-gradient(600px 400px at 10% 120%, rgba(225,17,80,.16), transparent 60%); }

.page-hero h1 { margin: 20px 0 0; max-width: 20ch; }

.paths { display:grid; grid-template-columns: 1fr 1fr; gap: var(--sp-6); margin-top: 40px; }

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

.path { border:1px solid var(--border-gold); border-radius: var(--r-lg); padding: var(--sp-8); background: var(--paper-100); }

.path .role { font-family: var(--font-poster); text-transform:uppercase; letter-spacing:.1em; font-size:12px; color: var(--gold-700); }

.path h3 { margin: 10px 0 10px; color:var(--navy-900); }

.path p { color: var(--fg-muted); margin:0 0 18px; }

.cmp { width:100%; border-collapse:collapse; margin-top: 36px; background: var(--bg-elevated); border:1px solid var(--border); border-radius: var(--r-lg); overflow:hidden; }

.cmp th, .cmp td { text-align:left; padding: 16px 20px; border-bottom:1px solid var(--border); }

.cmp thead th { font-family: var(--font-poster); text-transform:uppercase; letter-spacing:.08em; font-size:12px; color: var(--fg-subtle); background: var(--bg-sunken); }

.cmp tbody tr:last-child td { border-bottom:0; }

.cmp .row-hl td { background: var(--accent-soft); }

.cmp .row-hl td:first-child { font-weight:600; color: var(--accent-strong); }

.cmp .big { font-family: var(--font-mono); font-weight:600; font-size: 18px; }

.cmp .pos { color: var(--success); }

.cmp .neg { color: var(--fg-subtle); }

@media (max-width: 640px){ .cmp { font-size: 13px; } .cmp th, .cmp td { padding: 12px; } }

.plan .trees { font-family: var(--font-display); font-weight:700; font-size: 40px; color: var(--accent); line-height:1; }

.plan .trees small { font-size: 14px; color: var(--fg-subtle); font-weight:400; font-family:var(--font-body); display:block; margin-top:6px; }

.plan .yield { font-family: var(--font-mono); font-size: 15px; color: var(--fg); background: var(--accent-soft); border-radius: var(--r-md); padding: 8px 12px; }

.plan ul { list-style:none; margin:6px 0 0; padding:0; display:flex; flex-direction:column; gap:9px; }

.plan li { display:flex; gap:10px; font-size:14px; color: var(--fg-muted); }

.plan .total { font-family: var(--font-mono); font-size:13px; color: var(--fg-subtle); border-top:1px solid var(--border); padding-top:12px; margin-top:4px; }

.plan .total b { color: var(--fg); }

.loan { display:grid; grid-template-columns: 1.1fr .9fr; gap: clamp(28px,4vw,56px); align-items:center; }

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

.loan-card { background: var(--navy-900); color:#fff; border-radius: var(--r-lg); padding: var(--sp-10); position:relative; overflow:hidden; }

.loan-card .terms { display:grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(181,149,96,.3); border:1px solid rgba(181,149,96,.3); border-radius: var(--r-md); overflow:hidden; margin-top: 22px; }

.loan-card .terms div { background: var(--navy-800); padding: 16px; }

.loan-card .terms .k { font-family: var(--font-poster); text-transform:uppercase; letter-spacing:.08em; font-size:11px; color: var(--gold-400); }

.loan-card .terms .v { font-family: var(--font-mono); font-size: 22px; margin-top:6px; }

.exit-cards { display:grid; grid-template-columns: repeat(3,1fr); gap: var(--sp-6); }

@media (max-width: 820px){ .exit-cards { grid-template-columns:1fr; } }

.exit { border:1px solid var(--border); border-radius: var(--r-lg); padding: var(--sp-6); background: var(--bg-elevated); }

.exit .hd { display:flex; justify-content:space-between; align-items:baseline; }

.exit .age { font-family: var(--font-mono); color: var(--fg-subtle); font-size:13px; }

.exit .sz { font-family: var(--font-poster); text-transform:uppercase; letter-spacing:.06em; font-size:16px; }

.exit .px { font-family: var(--font-mono); font-weight:600; font-size: 28px; color: var(--accent); margin: 14px 0 2px; }

.exit .sub { font-size:13px; color: var(--fg-muted); }

.sdg { display:flex; flex-wrap:wrap; gap:10px; margin-top:32px; }

.sdg .b { font-family: var(--font-poster); text-transform:uppercase; letter-spacing:.06em; font-size:12px; padding:8px 14px; border-radius:var(--r-pill); border:1px solid rgba(255,255,255,.2); color:rgba(243,239,230,.85); }

.share { display:grid; grid-template-columns: 1fr 1fr; gap: clamp(28px,4vw,56px); align-items:center; }

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

.share-facts { display:grid; grid-template-columns: 1fr 1fr; gap:2px; background:var(--border); border:1px solid var(--border); border-radius:var(--r-lg); overflow:hidden; }

.share-facts div { background: var(--bg-elevated); padding: 20px; }

.share-facts .k { font-family: var(--font-poster); text-transform:uppercase; letter-spacing:.1em; font-size:11px; color: var(--navy-500); }

.share-facts .v { font-family: var(--font-mono); font-size: 24px; margin-top:6px; color: var(--navy-900); }

.share-facts .v.pink { color: var(--accent); }

.page-hero::before { content:""; position:absolute; inset:0; background: radial-gradient(800px 460px at 15% -10%, rgba(181,149,96,.12), transparent 60%); }

.page-hero .edel { position:absolute; left:-90px; bottom:-90px; width: 400px; opacity:.07; transform: rotate(-12deg); }

.founder { display:grid; grid-template-columns: .8fr 1.2fr; gap: clamp(32px,5vw,64px); align-items:center; }

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

.founder .portrait { border:1px solid var(--border-gold); border-radius: var(--r-lg); overflow:hidden; aspect-ratio: 4/5; box-shadow: var(--sh-lg); }

.founder .portrait image-slot, .founder .portrait img { width:100%; height:100%; object-fit:cover; display:block; }

.founder blockquote { font-family: var(--font-display); font-weight:600; text-transform:uppercase; letter-spacing:.04em; font-size: clamp(22px,2.6vw,32px); line-height:1.2; margin: 0 0 22px; }

.chips { display:flex; flex-wrap:wrap; gap:8px; margin-top: 22px; }

.eco-flow { display:grid; grid-template-columns: repeat(3,1fr); gap: var(--sp-6); }

@media (max-width: 820px){ .eco-flow { grid-template-columns: 1fr; } }

.eco-node { background: var(--bg-elevated); border:1px solid var(--border); border-radius: var(--r-lg); padding: var(--sp-8); }

.eco-node.lead-node { border-color: var(--gold-600); box-shadow: var(--sh-md); }

.eco-node .role { font-family: var(--font-poster); text-transform:uppercase; letter-spacing:.1em; font-size:12px; color: var(--accent-strong); }

.eco-node h3 { margin: 8px 0 12px; }

.values { display:grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--border); border:1px solid var(--border); border-radius: var(--r-lg); overflow:hidden; }

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

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

.value { background: var(--bg-elevated); padding: var(--sp-6); }

.value .n { font-family: var(--font-mono); color: var(--gold-600); font-size: 13px; }

.value h4 { margin: 10px 0 8px; }

.value p { margin:0; color: var(--fg-muted); font-size: 15px; }

.people { display:grid; grid-template-columns: repeat(4,1fr); gap: var(--sp-6); }

@media (max-width: 980px){ .people { grid-template-columns: repeat(2,1fr); } }

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

.person { text-align:left; }

.person .av { width:100%; aspect-ratio:1; border-radius: var(--r-lg); overflow:hidden; background: var(--bg-sunken); border:1px solid var(--border); margin-bottom:14px; }

.person .av image-slot { width:100%; height:100%; }

.person .nm { font-family: var(--font-poster); text-transform:uppercase; letter-spacing:.04em; font-size:17px; }

.person .rl { font-size:13px; color: var(--accent-strong); font-family: var(--font-poster); letter-spacing:.06em; text-transform:uppercase; margin-top:4px; }

.person .bio { font-size:14px; color: var(--fg-muted); margin-top:10px; }

.ph-note { font-size:12px; color:var(--fg-subtle); font-family:var(--font-mono); }

.page-hero::before { content:""; position:absolute; inset:0; background: radial-gradient(820px 460px at 80% -10%, rgba(48,125,132,.10), transparent 60%); }

.page-hero .lead { color: var(--fg-muted); margin-top: 22px; max-width: 58ch; }

.page-hero .edel { position:absolute; right:-90px; bottom:-90px; width: 400px; opacity:.07; transform: rotate(8deg); }

/* App mock */
.app { background: var(--bg-elevated); border:1px solid var(--border); border-radius: var(--r-xl); box-shadow: var(--sh-lg); overflow:hidden; }

.app-bar { display:flex; align-items:center; gap:14px; padding: 14px 20px; border-bottom:1px solid var(--border); background: var(--navy-900); }

.app-bar .dots { display:flex; gap:7px; }

.app-bar .dots i { width:11px; height:11px; border-radius:50%; display:block; }

.app-bar .url { font-family: var(--font-mono); font-size:13px; color: var(--navy-300); background: rgba(255,255,255,.06); padding:6px 14px; border-radius: var(--r-pill); }

.app-body { display:grid; grid-template-columns: 210px 1fr 240px; min-height: 540px; }

@media (max-width: 900px){ .app-body { grid-template-columns: 1fr; } .rail-l, .rail-r { display:none; } }

.rail-l { border-right:1px solid var(--border); padding: 20px 14px; }

.rail-l .me { display:flex; align-items:center; gap:10px; padding:8px; border-radius:var(--r-md); margin-bottom:16px; }

.rail-l .me .av { width:38px; height:38px; border-radius:50%; background:linear-gradient(135deg,var(--pink-500),var(--gold-500)); display:grid; place-items:center; color:#fff; font-family:var(--font-display); font-weight:700; }

.rail-l .me b { font-family:var(--font-poster); text-transform:uppercase; letter-spacing:.04em; font-size:13px; }

.rail-l .me span { font-size:11px; color:var(--fg-subtle); display:block; }

.navlist { list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:2px; }

.navlist a { display:flex; align-items:center; gap:10px; padding:9px 10px; border-radius:var(--r-md); font-family:var(--font-poster); text-transform:uppercase; letter-spacing:.05em; font-size:13px; color:var(--fg-muted); }

.navlist a.on { background:var(--accent-soft); color:var(--accent-strong); }

.navlist a:hover { background:var(--bg-sunken); }

.navlist .ic { width:8px;height:8px;border-radius:2px;background:currentColor;opacity:.6; }

.feed-col { padding: 20px; background: var(--bg); }

.composer { background:var(--bg-elevated); border:1px solid var(--border); border-radius:var(--r-lg); padding:14px; display:flex; gap:12px; align-items:center; margin-bottom:18px; }

.composer .av { width:36px;height:36px;border-radius:50%;background:var(--navy-700);color:#fff;display:grid;place-items:center;font-family:var(--font-display);font-weight:700;font-size:14px;flex:none; }

.composer input { flex:1; border:1px solid var(--border); border-radius:var(--r-pill); padding:10px 16px; font-family:var(--font-body); font-size:14px; background:var(--bg); color:var(--fg); }

.fpost { background:var(--bg-elevated); border:1px solid var(--border); border-radius:var(--r-lg); padding:16px 18px; margin-bottom:14px; }

.fpost .top { display:flex; align-items:center; gap:10px; margin-bottom:10px; }

.fpost .av { width:40px;height:40px;border-radius:50%;display:grid;place-items:center;color:#fff;font-family:var(--font-display);font-weight:700;font-size:15px;flex:none; }

.fpost .nm { font-family:var(--font-poster); text-transform:uppercase; letter-spacing:.03em; font-size:14px; }

.fpost .tm { font-size:11px; color:var(--fg-subtle); font-family:var(--font-mono); }

.fpost .grp { font-size:11px; color:var(--accent-strong); font-family:var(--font-poster); letter-spacing:.06em; text-transform:uppercase; }

.fpost p { margin:0; font-size:15px; color:var(--fg); }

.fpost .img { margin-top:12px; border-radius:var(--r-md); overflow:hidden; aspect-ratio:16/9; }

.fpost .img img, .fpost .img image-slot { width:100%; height:100%; object-fit:cover; display:block; }

.fpost .acts { display:flex; gap:20px; margin-top:12px; font-family:var(--font-poster); text-transform:uppercase; letter-spacing:.06em; font-size:11px; color:var(--fg-subtle); }

.fpost .acts span:first-child { color:var(--accent); }

.rail-r { border-left:1px solid var(--border); padding:20px 16px; }

.rail-r h6 { font-family:var(--font-poster); text-transform:uppercase; letter-spacing:.1em; font-size:11px; color:var(--fg-subtle); margin:0 0 12px; }

.crewmini { display:flex; align-items:center; gap:10px; padding:8px 0; }

.crewmini .ic { width:36px;height:36px;border-radius:var(--r-md);display:grid;place-items:center;color:#fff;font-family:var(--font-display);font-weight:700;flex:none;font-size:13px; }

.crewmini b { font-size:13px; font-family:var(--font-poster); text-transform:uppercase; letter-spacing:.03em; }

.crewmini span { font-size:11px; color:var(--fg-subtle); display:block; }

.rail-r .btn { width:100%; justify-content:center; margin-top:14px; font-size:12px; padding:9px; }

/* Crews grid */
.crews { display:grid; grid-template-columns: repeat(3,1fr); gap:var(--sp-6); }

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

.crew { border:1px solid var(--border); border-radius:var(--r-lg); overflow:hidden; background:var(--bg-elevated); }

.crew .cover { height:96px; position:relative; }

.crew .ic { position:absolute; left:20px; bottom:-22px; width:54px;height:54px;border-radius:var(--r-md); display:grid;place-items:center;color:#fff;font-family:var(--font-display);font-weight:700;border:3px solid var(--bg-elevated); }

.crew .body { padding:32px 20px 20px; }

.crew h4 { margin:0 0 6px; }

.crew p { margin:0; font-size:14px; color:var(--fg-muted); }

.crew .mem { display:flex; align-items:center; gap:8px; margin-top:14px; font-size:12px; color:var(--fg-subtle); font-family:var(--font-mono); }

.profiles { display:grid; grid-template-columns:repeat(4,1fr); gap:var(--sp-6); }

@media (max-width:900px){ .profiles { grid-template-columns:repeat(2,1fr); } }

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

.profile { text-align:center; border:1px solid var(--border); border-radius:var(--r-lg); padding:24px; background:var(--bg-elevated); }

.profile .av { width:72px;height:72px;border-radius:50%;margin:0 auto 12px;display:grid;place-items:center;color:#fff;font-family:var(--font-display);font-weight:700;font-size:24px; }

.profile .nm { font-family:var(--font-poster); text-transform:uppercase; letter-spacing:.03em; font-size:15px; }

.profile .rl { font-size:12px; color:var(--accent-strong); font-family:var(--font-poster); letter-spacing:.06em; text-transform:uppercase; margin-top:3px; }

.profile .badge { display:inline-block; margin-top:10px; font-size:11px; font-family:var(--font-mono); color:var(--fg-subtle); }

/* ============================================================
   FOOTER CONTACT FORM (Interessenten — direkt im Footer)
   ============================================================ */
.footer-contact { display:grid; grid-template-columns:0.85fr 1.15fr; gap:clamp(28px,4vw,56px); align-items:start; margin-bottom:var(--sp-10); position:relative; }
@media (max-width:860px){ .footer-contact { grid-template-columns:1fr; gap:var(--sp-8); } }
.footer-contact .eyebrow { color:var(--green-700); }
.footer-contact .eyebrow::before { background:var(--gold-600); }
.footer-contact-intro h3 { font-family:var(--font-display); font-weight:600; letter-spacing:var(--ls-display); font-size:clamp(22px,2.4vw,30px); color:var(--green-800); margin:14px 0 0; }
.footer-contact-intro p { color:#3F6B54; margin-top:12px; max-width:36ch; font-size:15px; }

.contact-form { display:grid; grid-template-columns:1fr 1fr; gap:14px 18px; }
.contact-form .field { display:flex; flex-direction:column; gap:6px; }
.contact-form .full { grid-column:1 / -1; }
.contact-form label { font-family:var(--font-poster); text-transform:uppercase; letter-spacing:.06em; font-size:11px; color:var(--green-700); }
.contact-form input, .contact-form select, .contact-form textarea {
  font-family:var(--font-body); font-size:15px; padding:12px 14px;
  border:1px solid var(--border-strong); border-radius:var(--r-md);
  background:var(--paper-50); color:var(--fg);
  transition:border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
  outline:none; border-color:var(--green-700); box-shadow:0 0 0 3px rgba(47,122,79,.15);
}
.contact-form textarea { min-height:92px; resize:vertical; }
.contact-form .actions { grid-column:1 / -1; display:flex; align-items:center; gap:18px; flex-wrap:wrap; }
.contact-form .contact-note { font-size:13px; color:#5E806C; }
.contact-form .contact-note a { display:inline; color:var(--green-700); padding:0; }
.contact-form .contact-note a:hover { color:var(--gold-700); }
.contact-form .form-ok { grid-column:1 / -1; background:rgba(47,122,79,.10); border:1px solid var(--green-700); color:var(--green-800); border-radius:var(--r-md); padding:12px 14px; font-size:14px; }
@media (max-width:560px){ .contact-form { grid-template-columns:1fr; } }

/* Footer-Trennlinie: grün über gold (heraldische Doppellinie, hell) */
.footer-rule { border:0; height:0; border-top:2px solid var(--green-700); position:relative; margin:var(--sp-10) 0; }
.footer-rule::after { content:""; position:absolute; left:0; right:0; top:3px; border-top:1px solid var(--gold-600); }

/* ============================================================
   PRINT — bildschirmgetreu (Desktop-Layout), PDF-tauglich
   ============================================================ */
@media print {
  @page { size: A4; margin: 10mm; }
  *, *::before, *::after { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  html, body { background: var(--paper-50) !important; }

  /* Druck rendert nur ~700px breit → die mobilen max-width-Breakpoints
     würden alle Spalten kollabieren. Deshalb stellen wir die DESKTOP-
     Spalten im Druck explizit wieder her, damit das Layout 1:1 bleibt. */
  .hero-grid { grid-template-columns: 1.05fr 0.95fr !important; gap: 40px !important; padding: 24px 0 !important; }
  .thesis { grid-template-columns: 1fr 1fr !important; gap: 40px !important; }
  .feed { grid-template-columns: 1.1fr 1fr !important; }
  .proj-split { grid-template-columns: 1.05fr .95fr !important; }
  .founder { grid-template-columns: .8fr 1.2fr !important; }
  .loan, .share { grid-template-columns: 1fr 1fr !important; }
  .offer-compare, .struct { grid-template-columns: 1fr auto 1fr !important; }
  .vs-grid, .paths, .grid.g2 { grid-template-columns: 1fr 1fr !important; }
  .grid.g3, .plans, .eco-flow, .exit-cards, .values { grid-template-columns: repeat(3,1fr) !important; }
  .grid.g4, .people { grid-template-columns: repeat(4,1fr) !important; }
  .oc-arrow { transform: none !important; }
  .struct-arrow:not(.wide) { display: none !important; }
  .struct-arrow.wide { display: block !important; }
  /* Riesige Sektionsabstände im Druck etwas straffen */
  .section { padding: 26px 0 !important; }

  /* Scroll-Animationen für den Druck immer sichtbar machen */
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }

  /* Header einmalig statisch oben statt sticky; mobile-Overlays weg */
  .site-header { position: static !important; }
  .mobile-nav, .nav-backdrop, .drawer-backdrop, .side-drawer, .menu-toggle { display: none !important; }

  /* Umbrüche kontrollieren — zusammengehörige Blöcke nicht zerreissen */
  .hero, .hero-figure, .thesis, .feed, .proj-split, .founder, .loan, .share,
  .card, .proj-card, .price-card, .oc-card, .vs-card, .struct-node, .plan, .path,
  .pillar, .step, .stat, .eco-node, figure, blockquote, .cta-band,
  .sec-head, .feed-item, .value, .person, .layer, .exit,
  img, video { break-inside: avoid; }
  h1, h2, h3, h4 { break-after: avoid; }
  p { orphans: 3; widows: 3; }

  a { text-decoration: none; color: inherit; }
}
