/* ═══════════════════════════════════════════════════════════════════
   NETZMANDAT · style.css · v3.0 · Mai 2026
   ═══════════════════════════════════════════════════════════════════ */

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

:root {
  --black:     #0F1A1A;
  --teal:      #1A6B6B;
  --teal-mid:  #1F8080;
  --teal-lt:   #2A9E9E;
  --teal-pale: #EBF5F5;
  --teal-xlt:  #F2FAFA;
  --white:     #FFFFFF;
  --off:       #F8F8F6;
  --stone:     #F0EFEB;
  --ink:       #1C1C1C;
  --mid:       #5A5A5A;
  --light:     #909090;
  --rule:      rgba(26,107,107,0.12);
  --gold:      #9E7B3A;
  --surface:   var(--off);
  --font-head: 'Montserrat', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --head: 'Montserrat', system-ui, sans-serif;
  --body: 'Inter', system-ui, sans-serif;
}

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-y: scroll; }
body {
  font-family: var(--body);
  background: var(--white);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--teal); text-decoration: none; }

/* ─── NAV ─────────────────────────────────────────────── */
.site-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--rule);
  height: 64px;
}
.site-nav.scrolled { box-shadow: 0 2px 16px rgba(0,0,0,0.08); }

.nav-inner {
  padding: 0 8vw;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0;
}

.nav-logo { flex-shrink: 0; }
.nav-logo img { height: 34px; width: auto; display: block; }

.nav-links {
  display: flex;
  gap: 1.8rem;
  list-style: none;
  align-items: center;
  margin-left: auto;
}
.nav-links a {
  font-family: var(--body);
  font-size: 0.68rem;
  font-weight: 400;
  color: var(--mid);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s;
  white-space: nowrap;
}
.nav-links a:hover, .nav-links a.active { color: var(--teal); }

.nav-contact {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: 2rem;
}
.nav-contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px; height: 34px;
  border: 1px solid var(--rule);
  border-radius: 4px;
  color: var(--teal);
  transition: all 0.2s;
  text-decoration: none;
}
.nav-contact-icon svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.nav-contact-icon:hover { background: var(--teal); color: #fff; border-color: var(--teal); }

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 38px; height: 38px;
  background: none;
  border: 1px solid var(--rule);
  border-radius: 4px;
  cursor: pointer;
  padding: 6px;
  transition: border-color 0.2s;
  flex-shrink: 0;
  margin-left: auto;
}
.hamburger:hover { border-color: var(--teal); }
.hamburger span { display: block; width: 100%; height: 1.5px; background: var(--ink); border-radius: 2px; transition: all 0.25s; }
.hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.mobile-menu {
  position: fixed;
  top: 64px; right: 0; bottom: 0;
  width: 280px;
  background: #fff;
  border-left: 1px solid rgba(26,107,107,0.15);
  box-shadow: -6px 0 24px rgba(0,0,0,0.10);
  z-index: 999;
  padding: 1.5rem 2rem 2rem;
  display: none;
  flex-direction: column;
  overflow-y: auto;
}
.mobile-menu.open { display: flex; }

.mobile-menu ul { list-style: none; padding: 0; margin: 0; }
.mobile-menu ul li a {
  display: block;
  font-family: var(--head);
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--ink);
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(26,107,107,0.1);
  text-decoration: none;
  transition: color 0.15s;
}
.mobile-menu ul li:first-child a { border-top: 1px solid rgba(26,107,107,0.1); }
.mobile-menu ul li a:hover, .mobile-menu ul li a.active { color: var(--teal); }

.mobile-contact-row {
  margin-top: auto;
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.mobile-contact-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--body);
  font-size: 0.78rem;
  color: var(--teal);
  text-decoration: none;
  padding: 8px 12px;
  border: 1px solid var(--teal);
  border-radius: 4px;
  transition: all 0.15s;
}
.mobile-contact-link svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.mobile-contact-link:hover { background: var(--teal); color: #fff; }

@media (max-width: 1280px) {
  .nav-links { display: none; }
  .nav-contact { display: none; }
}
@media (min-width: 1281px) {
  .hamburger { display: none; }
  .mobile-menu { display: none !important; }
}

/* ─── BUTTONS ─────────────────────────────────────────── */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 30px;
  background: var(--teal);
  color: var(--white);
  font-family: var(--body);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.2s;
}
.btn-primary:hover { background: var(--teal-mid); color: var(--white); }
.btn-primary svg { transition: transform 0.2s; }
.btn-primary:hover svg { transform: translateX(4px); }

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: transparent;
  color: var(--teal);
  font-family: var(--body);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--teal);
  border-radius: 6px;
  transition: all 0.2s;
}
.btn-secondary:hover { background: var(--teal); color: var(--white); }

/* ─── HERO ────────────────────────────────────────────── */
.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 64px;
  overflow: hidden;
  background: var(--teal-xlt);
}

.hero-bg-image {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

/* Stronger overlay so text stays clear, image visible on right */


.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(10,18,24,0.92) 0%,
    rgba(10,18,24,0.85) 38%,
    rgba(10,18,24,0.25) 62%,
    rgba(255,255,255,0.55) 82%,
    rgba(255,255,255,0.88) 100%
  );
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 60px 8vw;
  max-width: none;
  min-height: 50vh;
  animation: fadeUp 0.9s 0.1s ease both;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--body);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.70);
  margin-bottom: 1.8rem;
  opacity: 0.9;
}
.hero-tag::before { content: ''; display: block; width: 18px; height: 1px; background: rgba(255,255,255,0.50); }

.hero h1 {
  font-family: var(--head);
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  font-weight: 300;
  color: rgba(255,255,255,0.96);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 1.8rem;
  white-space: normal;
}
.hero h1 strong { font-weight: 600; color: rgba(255,255,255,1); }

/* Lines 2 & 3 on one line on desktop */
.hero-h1-row2 {
  display: block;
  white-space: normal;
}

.hero-sub {
  font-family: var(--body);
  font-size: 0.95rem;
  font-weight: 300;
  color: rgba(255,255,255,0.78);
  line-height: 1.9;
  max-width: 520px;
  margin-bottom: 2.8rem;
}

/* Icon stats */
.hero-stats {
  position: relative;
  z-index: 2;
  background: var(--white);
  border-top: 1px solid var(--rule);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 8vw;
}

.hero-stat {
  padding: 24px 3vw 24px 1.2rem;
  border-right: 1px solid var(--rule);
  border-left: 2px solid var(--teal);
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.hero-stat:last-child { border-right: none; }

.stat-icon { display: none; }
.stat-text { display: flex; flex-direction: column; gap: 6px; }
.stat-title { font-family: var(--head); font-size: 0.85rem; font-weight: 600; color: var(--ink); line-height: 1.3; }
.stat-label { font-family: var(--body); font-size: 0.72rem; color: var(--light); line-height: 1.55; }

/* ─── STATEMENT ───────────────────────────────────────── */
#statement { background: var(--white); padding: 120px 8vw; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }

.statement-inner {
  max-width: 860px;
  margin: 0;
  display: block;
}

.statement-quote {
  font-family: var(--head);
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  font-weight: 300;
  color: var(--black);
  line-height: 1.3;
  font-style: normal;
  letter-spacing: -0.02em;
}

.statement-attr {
  font-family: var(--body);
  font-size: 0.63rem;
  color: var(--light);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.9;
  text-align: right;
  white-space: nowrap;
}

/* ─── SECTIONS ────────────────────────────────────────── */
.section-wrap { padding: 100px 8vw; }

.section-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--body);
  font-size: 0.63rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 1.4rem;
}
.section-label::before { content: ''; display: block; width: 16px; height: 1px; background: var(--teal); }

h2 {
  font-family: var(--head);
  font-size: clamp(1.6rem, 2.6vw, 2.3rem);
  font-weight: 300;
  color: var(--black);
  line-height: 1.2;
  letter-spacing: -0.01em;
}

h3 {
  font-family: var(--head);
  font-size: 1rem;
  font-weight: 500;
  color: var(--black);
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

.lead {
  font-family: var(--body);
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--ink);
  line-height: 1.95;
  max-width: 640px;
  margin-top: 1.6rem;
}

.body-text {
  font-family: var(--body);
  font-size: 0.88rem;
  font-weight: 400;
  color: var(--mid);
  line-height: 1.95;
  max-width: 640px;
  margin-top: 1rem;
}

.two-col {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 7rem;
  align-items: start;
}
.sticky { position: sticky; top: 88px; }

/* Section colours */
#rolle        { background: var(--stone); }
#leistung     { background: var(--teal-pale); }
#referenz     { background: var(--white); }
.mandat-bg    { background: var(--off); }
#grundsaetze  { background: var(--stone); }

/* ─── LEISTUNGSFELDER ─────────────────────────────────── */
.leistung-head {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 7rem;
  align-items: end;
  margin-bottom: 3rem;
}
.leistung-head p { font-family: var(--body); font-size: 0.88rem; color: var(--mid); line-height: 1.9; max-width: 420px; }

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(26,107,107,0.14);
  border: 1px solid rgba(26,107,107,0.14);
}

.feld {
  background: var(--white);
  padding: 2rem 1.8rem 2.2rem;
  display: flex;
  flex-direction: column;
  transition: background 0.18s;
  opacity: 0;
  transform: translateY(14px);
}
.feld.visible { animation: fadeUp 0.5s ease forwards; }
.feld:nth-child(2).visible { animation-delay: 0.08s; }
.feld:nth-child(3).visible { animation-delay: 0.16s; }
.feld:hover { background: var(--teal-xlt); }

.feld-num { font-family: var(--body); font-size: 0.63rem; font-weight: 500; letter-spacing: 0.12em; color: var(--teal); margin-bottom: 1.2rem; }
.feld-line { width: 22px; height: 1.5px; background: var(--teal); margin-bottom: 0.9rem; transition: width 0.22s; }
.feld:hover .feld-line { width: 38px; }
.feld-title { font-family: var(--head); font-size: clamp(1.1rem, 1.6vw, 1.4rem); font-weight: 300; color: var(--black); line-height: 1.2; margin-bottom: 0.8rem; letter-spacing: -0.01em; }
.feld-body { font-family: var(--body); font-size: 0.83rem; color: var(--mid); line-height: 1.85; flex: 1; }

/* ─── REFERENZ ────────────────────────────────────────── */
.referenz-inner { max-width: 860px; margin: 0 auto; }
.referenz-label { margin-bottom: 2rem; }

.referenz-block {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 2.5rem;
  align-items: start;
  background: var(--off);
  padding: 2rem 2.5rem;
  border-left: 3px solid var(--teal);
}

.referenz-left { display: flex; flex-direction: column; gap: 1rem; align-items: center; }

.referenz-foto-placeholder {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: var(--teal-pale);
  border: 2px solid var(--rule);
  display: flex; align-items: center; justify-content: center;
  color: var(--teal);
  overflow: hidden;
}
.referenz-foto-placeholder img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; }

.referenz-logo-placeholder {
  width: 110px; height: 36px;
  background: var(--white);
  border: 1px solid var(--rule);
  display: flex; align-items: center; justify-content: center;
  padding: 0.4rem;
}
.referenz-logo-placeholder span { font-family: var(--body); font-size: 0.6rem; color: var(--light); text-align: center; line-height: 1.3; }

.referenz-zitat { font-family: var(--head); font-size: 1rem; font-weight: 300; font-style: italic; color: var(--ink); line-height: 1.65; margin-bottom: 1.2rem; }
.referenz-name { font-family: var(--head); font-size: 0.85rem; font-weight: 500; color: var(--black); margin-bottom: 0.2rem; }
.referenz-rolle { font-family: var(--body); font-size: 0.78rem; color: var(--mid); margin-bottom: 0.2rem; }
.referenz-kontext { font-family: var(--body); font-size: 0.7rem; color: var(--teal); letter-spacing: 0.06em; text-transform: uppercase; }

/* ─── MANDAT ──────────────────────────────────────────── */
.mandat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.mandat-card { padding: 2rem 1.8rem; background: var(--white); border: 1px solid var(--rule); border-top: 2px solid rgba(26,107,107,0.25); display: flex; flex-direction: column; }
.mandat-card.featured { background: var(--teal); border-top: 2px solid var(--teal-lt); border-color: var(--teal); padding: 2.4rem 2rem; }
.mandat-tag { font-family: var(--body); font-size: 0.62rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--teal); margin-bottom: 1rem; }
.mandat-card.featured .mandat-tag { color: rgba(255,255,255,0.6); }
.mandat-title { font-family: var(--head); font-size: 1.05rem; font-weight: 500; color: var(--black); margin-bottom: 0.7rem; line-height: 1.3; }
.mandat-card.featured .mandat-title { color: var(--white); font-size: 1.2rem; }
.mandat-body { font-family: var(--body); font-size: 0.88rem; color: var(--mid); line-height: 1.85; flex: 1; }
.mandat-card.featured .mandat-body { color: rgba(255,255,255,0.78); }

/* ─── GRUNDSÄTZE ──────────────────────────────────────── */
.prinzip-list { margin-top: 2.5rem; border-top: 1px solid var(--rule); }

.prinzip {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 2rem;
  padding: 2rem 0;
  border-bottom: 1px solid var(--rule);
  opacity: 0;
  transform: translateX(-14px);
}
.prinzip.visible { animation: slideIn 0.5s ease forwards; }
.prinzip:nth-child(2).visible { animation-delay: 0.08s; }
.prinzip:nth-child(3).visible { animation-delay: 0.16s; }

.prinzip-num {
  font-family: var(--head);
  font-size: 0.78rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.06em;
  background: var(--teal);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  flex-shrink: 0;
  margin-top: 2px;
  opacity: 0.85;
}
.prinzip-title { font-family: var(--head); font-size: 0.95rem; font-weight: 500; color: var(--black); margin-bottom: 0.5rem; }
.prinzip-body { font-family: var(--body); font-size: 0.88rem; color: var(--mid); line-height: 1.9; max-width: 620px; }

/* ─── MARKTBLICK TEASER ───────────────────────────────── */
#standpunkte-teaser { background: var(--teal); padding: 90px 8vw; }

.teaser-inner { max-width: 820px; margin: 0; display: grid; grid-template-columns: 1fr auto; gap: 4rem; align-items: center; }
.teaser-inner .section-label { color: rgba(255,255,255,0.65); }
.teaser-inner .section-label::before { background: rgba(255,255,255,0.45); }
.teaser-title { font-family: var(--head); font-size: clamp(1.3rem, 2.2vw, 1.8rem); font-weight: 300; color: var(--white); line-height: 1.3; margin-bottom: 0.8rem; }
.teaser-body { font-family: var(--body); font-size: 0.9rem; color: rgba(255,255,255,0.72); line-height: 1.9; }
.teaser-link { display: inline-flex; align-items: center; gap: 10px; padding: 14px 26px; background: var(--white); color: var(--teal); font-family: var(--body); font-size: 0.72rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; text-decoration: none; border-radius: 2px; white-space: nowrap; transition: background 0.2s; }
.teaser-link:hover { background: var(--teal-xlt); color: var(--teal); }
.teaser-link svg { transition: transform 0.2s; }
.teaser-link:hover svg { transform: translateX(4px); }

/* ─── KONTAKT ─────────────────────────────────────────── */
#kontakt {
  position: relative;
  padding: 110px 8vw;
  border-top: 1px solid var(--rule);
  overflow: hidden;
  background: var(--teal-xlt);
}

.kontakt-bg { position: absolute; inset: 0; z-index: 0; }
.kontakt-bg img { width: 100%; height: 100%; object-fit: cover; filter: contrast(1.25) saturate(1.15) brightness(1.05); }
.kontakt-overlay { position: absolute; inset: 0; background: linear-gradient(95deg, rgba(247,249,250,0.97) 0%, rgba(247,249,250,0.88) 38%, rgba(247,249,250,0.45) 58%, rgba(247,249,250,0.10) 80%, rgba(247,249,250,0.00) 100%); z-index: 1; }

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

.kontakt-top { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }

.kontakt-title { font-family: var(--head); font-size: clamp(2.4rem, 4.5vw, 4rem); font-weight: 300; color: var(--black); line-height: 1.05; margin-bottom: 1rem; letter-spacing: -0.02em; }
.kontakt-zielgruppe { font-family: var(--head); font-size: 0.92rem; font-weight: 500; color: var(--black); margin-bottom: 0.7rem; margin-top: 1.2rem; }
.kontakt-sub { font-family: var(--body); font-size: 0.9rem; color: var(--mid); line-height: 1.9; }
.kontakt-right { display: flex; flex-direction: column; align-items: flex-start; gap: 1rem; }
.kontakt-note { font-family: var(--body); font-size: 0.75rem; color: var(--light); }

/* ─── ÜBER UNS ────────────────────────────────────────── */
.ueber-hero {
  position: relative;
  padding: 140px 8vw 80px;
  min-height: 420px;
  border-bottom: 1px solid var(--rule);
  overflow: hidden;
  background: var(--teal-xlt);
}
.ueber-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.ueber-hero-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: none;
}
.ueber-hero-overlay {
  display: block;
  position: absolute;
  inset: 0;
  background: none;
}
.ueber-hero-content {
  position: relative;
  z-index: 2;
}
.ueber-img-credit {
  position: absolute;
  bottom: 0.6rem;
  right: 1rem;
  font-family: var(--body);
  font-size: 0.58rem;
  color: var(--light);
  z-index: 2;
  opacity: 0.6;
}
.ueber-img-credit a { color: inherit; text-decoration: underline; }

.ueber-hero h1 { font-family: var(--head); font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 300; color: var(--black); line-height: 1.15; margin-bottom: 1rem; }
.ueber-hero .hero-tag { color: var(--mid); opacity: 1; }
.ueber-hero .hero-tag::before { background: var(--mid); }
.subpage-hero .hero-tag { color: rgba(255,255,255,0.75); opacity: 1; }
.subpage-hero .hero-tag::before { background: rgba(255,255,255,0.75); }
.ueber-hero .lead { font-family: var(--body); font-size: 1rem; font-weight: 300; color: var(--mid); line-height: 1.9; max-width: 640px; margin-top: 0; }
.ueber-hero-content { position: relative; z-index: 2; }

.ueber-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 6rem;
  align-items: start;
  padding: 100px 8vw 100px 12vw;
}

.ueber-portrait-wrap { position: sticky; top: 100px; }
.ueber-portrait-wrap img { width: 100%; border-radius: 2px; }
.ueber-portrait-name { font-family: var(--head); font-size: 1rem; font-weight: 500; color: var(--black); margin-top: 1.2rem; margin-bottom: 0.2rem; }
.ueber-portrait-role { font-family: var(--body); font-size: 0.8rem; color: var(--mid); margin-bottom: 1rem; }
.ueber-portrait-links { display: flex; gap: 0.5rem; }
.ueber-portrait-links a { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border: 1px solid var(--rule); border-radius: 4px; color: var(--teal); transition: all 0.2s; }
.ueber-portrait-links a:hover { background: var(--teal); color: var(--white); border-color: var(--teal); }

.ueber-content {}

.ueber-station {
  padding-bottom: 2.8rem;
  margin-bottom: 2.8rem;
  border-bottom: 1px solid var(--rule);
}
.ueber-station:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }

.ueber-station-label {
  font-family: var(--body);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 0.8rem;
}

.ueber-station h3 {
  font-family: var(--head);
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.ueber-station p {
  font-family: var(--body);
  font-size: 0.92rem;
  color: var(--mid);
  line-height: 1.9;
  margin-bottom: 0.8rem;
  max-width: 620px;
}
.ueber-station p:last-child { margin-bottom: 0; }

.ueber-cta { background: var(--teal); padding: 80px 8vw; }
.ueber-cta p { font-family: var(--head); font-size: clamp(1.1rem, 1.8vw, 1.5rem); font-weight: 300; color: rgba(255,255,255,0.9); line-height: 1.5; margin-bottom: 2rem; max-width: 580px; }
.ueber-cta-inner { max-width: 820px; }

/* ─── SUBPAGE HERO ────────────────────────────────────── */
.subpage-hero {
  background: var(--teal-xlt);
  padding: 140px 8vw 80px;
  border-bottom: 1px solid var(--rule);
  position: relative;
  overflow: hidden;
}
.subpage-hero.has-image .subpage-hero-inner { position: relative; z-index: 2; }
.subpage-hero-bg { position: absolute; inset: 0; width: 100%; z-index: 0; background: var(--black); }
.subpage-hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 80% 30%; filter: brightness(1.0); transform: none; }
.subpage-hero-inner { max-width: 680px; min-width: 320px; }
.subpage-hero h1 { font-family: var(--head); font-size: clamp(1.6rem, 2.8vw, 2.4rem); font-weight: 300; color: var(--white); line-height: 1.15; letter-spacing: -0.01em; margin-bottom: 1.4rem; }
.subpage-hero .lead { font-family: var(--body); font-size: 0.95rem; font-weight: 300; color: rgba(255,255,255,0.78); line-height: 1.9; max-width: 640px; margin-top: 0; }

/* ─── MARKTBLICK SEITE ────────────────────────────────── */
.markt-section { padding: 72px 8vw; border-bottom: 1px solid var(--rule); }
.markt-section { background: var(--white); }
.markt-section:nth-of-type(1) { padding-top: 90px; }

.markt-section-inner { max-width: 820px; margin: 0; display: grid; grid-template-columns: 70px 1fr; gap: 3rem; align-items: start; }
.markt-num {
  font-family: var(--head);
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  background: var(--teal);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  letter-spacing: 0.05em;
  flex-shrink: 0;
  opacity: 0.85;
}

.markt-section h2 { font-size: clamp(1.3rem, 2vw, 1.7rem); margin-bottom: 1.2rem; line-height: 1.3; }
.markt-section p { font-family: var(--body); font-size: 0.88rem; color: var(--mid); line-height: 1.95; margin-bottom: 1rem; max-width: 640px; }

.markt-these {
  background: var(--off);
  border-left: 3px solid var(--teal);
  padding: 1.4rem 1.8rem;
  margin-bottom: 1.5rem;
  max-width: 640px;
}
.markt-these-num { font-family: var(--body); font-size: 0.62rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--teal); margin-bottom: 0.5rem; }
.markt-these-title { font-family: var(--head); font-size: clamp(1rem, 1.6vw, 1.3rem); font-weight: 300; color: var(--black); margin-bottom: 0.7rem; line-height: 1.25; letter-spacing: -0.01em; }
.markt-these p { font-family: var(--body); font-size: 0.88rem; color: var(--mid); line-height: 1.85; margin-bottom: 0; }

/* These I größer und prominenter */
.markt-section:first-of-type .markt-these { border-left-width: 4px; padding: 1.8rem 2rem; }
.markt-section:first-of-type .markt-these-title { font-size: clamp(1.2rem, 2vw, 1.6rem); }
.markt-section:first-of-type .markt-num { width: 48px; height: 48px; font-size: 1.3rem; }

.markt-fazit { background: var(--teal); padding: 90px 8vw; }
.markt-fazit-inner { max-width: 820px; margin: 0; display: grid; grid-template-columns: 70px 1fr; gap: 3rem; }
.markt-fazit .markt-num { background: rgba(255,255,255,0.15); color: rgba(255,255,255,0.9); }
.markt-fazit h2 { color: var(--white); font-size: clamp(1.4rem, 2.2vw, 1.9rem); margin-bottom: 1.4rem; }
.markt-fazit p { color: rgba(255,255,255,0.82); margin-bottom: 1.1rem; font-family: var(--body); font-size: 0.93rem; line-height: 1.9; }
.markt-fazit-quote { border-left: 2px solid rgba(255,255,255,0.4); padding: 1rem 0 1rem 1.6rem; margin: 2rem 0 0; font-family: var(--head); font-size: 1.05rem; font-weight: 300; font-style: italic; color: rgba(255,255,255,0.95); line-height: 1.55; }

.markt-cta { background: var(--white); padding: 90px 8vw; }
.markt-cta-inner { max-width: 600px; margin: 0; }
.markt-cta p { font-family: var(--head); font-size: clamp(1.1rem, 1.8vw, 1.5rem); font-weight: 300; color: var(--black); line-height: 1.45; margin-bottom: 2rem; }
.markt-cta-buttons { display: flex; gap: 1rem; justify-content: flex-start; flex-wrap: wrap; }

/* ─── LEGAL ───────────────────────────────────────────── */
.legal-page { padding: 140px 8vw 80px; background: var(--white); }
.legal-wrap { max-width: 720px; margin: 0 auto; }
.legal-page h1 { font-family: var(--head); font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 300; color: var(--black); line-height: 1.2; margin-bottom: 0.6rem; }
.legal-meta { font-family: var(--body); font-size: 0.78rem; color: var(--light); margin-bottom: 3rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--rule); }
.legal-page h2 { font-family: var(--head); font-size: 1.15rem; font-weight: 500; color: var(--teal); margin-top: 2.5rem; margin-bottom: 0.8rem; }
.legal-page p, .legal-page li { font-family: var(--body); font-size: 0.9rem; color: var(--mid); line-height: 1.85; margin-bottom: 0.9rem; }
.legal-page ul { margin-left: 1.4rem; margin-bottom: 1.2rem; }
.legal-page strong { color: var(--ink); font-weight: 500; }
.legal-page a { color: var(--teal); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.legal-block { background: var(--off); padding: 1.4rem 1.6rem; border-left: 2px solid var(--teal); margin: 1.5rem 0; }
.legal-block p:last-child { margin-bottom: 0; }
.image-credits { font-size: 0.85rem; color: var(--light); }

/* ─── PARTNER BAR ─────────────────────────────────────── */
.bitmi-bar { background: var(--off); border-top: 1px solid rgba(10,10,10,0.06); }
.bitmi-bar-inner { max-width: 1100px; margin: 0 auto; padding: 10px 8vw; display: flex; align-items: center; justify-content: flex-end; gap: 1rem; }
.bitmi-bar-label { font-family: var(--body); font-size: 0.6rem; color: var(--light); letter-spacing: 0.08em; text-transform: uppercase; white-space: nowrap; }
.bitmi-bar-logos { display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; justify-content: flex-end; }
.bitmi-logo-link img { height: 28px; width: auto; opacity: 0.65; filter: grayscale(0.3); transition: opacity 0.2s, filter 0.2s; }
.bitmi-logo-link:hover img { opacity: 1; filter: grayscale(0); }

/* ─── FOOTER ──────────────────────────────────────────── */
footer { background: var(--black); padding: 36px 8vw; }
.footer-inner { display: flex; flex-direction: column; align-items: flex-start; gap: 1.2rem; }
.footer-logo img { height: 32px; width: auto; opacity: 0.75; }
.footer-logo--icon img { height: 40px; width: 40px; object-fit: contain; opacity: 0.8; }
.footer-meta { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.footer-copy { font-family: var(--body); font-size: 0.68rem; color: rgba(255,255,255,0.25); letter-spacing: 0.05em; }
.footer-links { display: flex; gap: 1.2rem; }
.footer-links a { font-family: var(--body); font-size: 0.68rem; color: rgba(255,255,255,0.45); letter-spacing: 0.05em; transition: color 0.2s; }
.footer-links a:hover { color: rgba(255,255,255,0.85); }
.footer-social { display: flex; gap: 0.5rem; align-items: center; }

.footer-social-link { display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; color: rgba(255,255,255,0.4); border: 1px solid rgba(255,255,255,0.15); border-radius: 4px; transition: all 0.2s; text-decoration: none; touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
.footer-social-link:hover { color: rgba(255,255,255,0.9); border-color: rgba(255,255,255,0.4); background: rgba(255,255,255,0.06); }
@media (max-width: 1280px) {
  .footer-social-link { width: 44px; height: 44px; }
}

/* ─── ANIMATIONS ──────────────────────────────────────── */
@keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }
@keyframes slideIn { to { opacity: 1; transform: translateX(0); } }
.fade-in { opacity: 0; transform: translateY(20px); }
.fade-in.visible { animation: fadeUp 0.7s ease forwards; }
.fade-in.visible { animation: fadeUp 0.7s ease forwards; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .feld, .prinzip, .fade-in, .hero-content, .reveal { opacity: 1; transform: none; animation: none; }
}

/* ─── RESPONSIVE ──────────────────────────────────────── */
@media (max-width: 960px) {
  .two-col, .leistung-head { grid-template-columns: 1fr; gap: 2rem; }
  .sticky { position: static; }
  .hero-stats { grid-template-columns: 1fr; }
  .hero-stat { border-right: none; border-bottom: 1px solid var(--rule); }
  .hero-stat:last-child { border-bottom: none; }
  .mandat-grid { grid-template-columns: 1fr; }
  .kontakt-top { grid-template-columns: 1fr; gap: 2rem; }
  .kontakt-overlay {
    background: linear-gradient(
      180deg,
      rgba(247,249,250,0.96) 0%,
      rgba(247,249,250,0.88) 55%,
      rgba(247,249,250,0.72) 100%
    );
  }
  .statement-inner { grid-template-columns: 1fr; gap: 1.5rem; }
  .statement-attr { text-align: left; }
  .teaser-inner { grid-template-columns: 1fr; gap: 2rem; }
  .markt-section-inner, .markt-fazit-inner { grid-template-columns: 1fr; gap: 1rem; }
  .subpage-hero-bg { width: 55%; }
  .subpage-hero-bg img { object-position: 65% center; }
  .referenz-block { grid-template-columns: 1fr; }
  .referenz-left { flex-direction: row; align-items: center; }
  .ueber-layout { grid-template-columns: 1fr; gap: 3rem; padding: 60px 8vw; }
  .ueber-portrait-wrap { position: static; max-width: 260px; }
}

@media (max-width: 640px) {
  .site-nav .nav-inner { padding: 0 5vw; }
  .hero h1 { font-size: 1.9rem; }
  .hero-h1-row2 { white-space: normal; }
  .grid-3 { grid-template-columns: 1fr; }
  .footer-inner { align-items: center; gap: 1rem; text-align: center; }
  .footer-meta { flex-direction: column; gap: 0.8rem; justify-content: center; align-items: center; }
  .bitmi-bar-inner { justify-content: center; }
  .section-wrap { padding: 64px 6vw; }
  .markt-section, .markt-fazit, .markt-cta { padding-left: 6vw; padding-right: 6vw; }
  .legal-page, .subpage-hero, .ueber-hero { padding-left: 6vw; padding-right: 6vw; }
  .ueber-hero { padding-top: 100px; min-height: 320px; }
  .ueber-hero-bg img { object-position: 75% 15%; }
  .ueber-layout { padding: 48px 6vw; }
}

/* Über uns — Station 4 Heading */
.ueber-station-heading {
  font-family: var(--head);
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--teal);
  margin-bottom: 1rem;
  line-height: 1.3;
}

/* Weißer CTA Button (auf Teal-Hintergrund) */
.btn-white {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 30px;
  background: var(--white);
  color: var(--teal);
  font-family: var(--body);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s;
}
.btn-white:hover { background: var(--teal-xlt); color: var(--teal); }
.btn-white svg { transition: transform 0.2s; }
.btn-white:hover svg { transform: translateX(4px); }

/* Über uns Portrait — stilisiert */
.ueber-portrait-wrap img {
  width: 85%;
  display: block;
  margin: 0 auto;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  filter: grayscale(0.15) contrast(1.05);
  box-shadow:
    0 0 0 6px rgba(26,107,107,0.08),
    0 0 0 12px rgba(26,107,107,0.04),
    0 20px 60px rgba(15,26,26,0.15);
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center 15%;
  transition: filter 0.3s;
}
.ueber-portrait-wrap img:hover {
  filter: grayscale(0) contrast(1.05);
}

/* ─── HERO BG IMAGE ALWAYS VISIBLE ──────────────────── */
.hero { min-height: 100svh; }

@media (max-width: 900px) {
  .hero { min-height: 100vh; }
  .hero-bg-image { display: block !important; }
  
}

@media (max-width: 640px) {
  .hero { min-height: 100vh; }
  .hero-bg-image { display: block !important; }
  .hero-bg-image img { object-position: 70% center; }
  .hero-bg-overlay {
    background: linear-gradient(
      180deg,
      rgba(10,18,24,0.92) 0%,
      rgba(10,18,24,0.88) 65%,
      rgba(10,18,24,0.78) 100%
    );
  }
  .kontakt-overlay {
    background: linear-gradient(
      180deg,
      rgba(247,249,250,0.97) 0%,
      rgba(247,249,250,0.92) 55%,
      rgba(247,249,250,0.85) 100%
    );
  }
}

/* ─── SUBPAGE HERO BG RESPONSIVE ────────────────────── */
@media (max-width: 700px) {
  .subpage-hero-bg { display: block; inset: 0; width: 100%; }
  .subpage-hero-bg img { object-position: 80% 30%; filter: brightness(0.85); transform: none; }
  .subpage-hero-overlay {
    display: block;
    background: linear-gradient(
      180deg,
      rgba(10,18,24,0.65) 0%,
      rgba(10,18,24,0.50) 100%
    );
  }
  .subpage-hero h1 { color: var(--white); }
  .subpage-hero .lead { color: rgba(255,255,255,0.82); }
}

@media (max-width: 960px) and (min-width: 701px) {
  .subpage-hero-bg {
    width: 100%;
    display: block;
  }
  .subpage-hero-bg img {
    object-fit: cover;
    object-position: 80% center;
    filter: brightness(0.45);
    width: 100%;
    height: 100%;
  }
}


.hero { isolation: auto; }


/* ─── HAMBURGER MENU ─────────────────────────────────── */
















/* Backdrop */

/* ─── STANDPUNKTE HERO IMAGE ──────────────────────────── */
.subpage-hero-bg img {
  object-position: right center;
  filter: brightness(1.0) saturate(1.0);
}
.subpage-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(10,18,24,0.75) 0%,
    rgba(10,18,24,0.55) 40%,
    rgba(10,18,24,0.20) 70%,
    rgba(10,18,24,0.00) 100%
  );
  z-index: 1;
}

/* ─── MARKTBLICK THESE TITLES ────────────────────────── */
.markt-num-title {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: none;
  color: #fff;
  line-height: 1;
  padding-top: 0;
  white-space: nowrap;
}

/* ─── BACK TO TOP ────────────────────────────────────── */
.footer-social-sep {
  display: block;
  width: 1px;
  height: 16px;
  background: rgba(255,255,255,0.15);
  margin: 0 0.4rem;
  flex-shrink: 0;
}
.back-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  flex-shrink: 0;
  transition: color 0.2s, transform 0.2s;
}
.back-to-top svg {
  width: 15px;
  height: 15px;
  display: block;
}
.back-to-top:hover {
  color: rgba(255,255,255,0.9);
  transform: translateY(-2px);
}


/* ─── REFERENZ NEU ───────────────────────────────────── */
.referenz-meta-tags {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}
.referenz-tag {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.85;
}
.referenz-status {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--light);
  opacity: 0.55;
}
.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4caf82;
  flex-shrink: 0;
  animation: pulse-dot 1.4s ease-in-out infinite;
  box-shadow: 0 0 0 0 rgba(76,175,130,0.6);
}
@keyframes pulse-dot {
  0%   { transform: scale(1);   box-shadow: 0 0 0 0 rgba(76,175,130,0.6); }
  50%  { transform: scale(1.25); box-shadow: 0 0 0 5px rgba(76,175,130,0); }
  100% { transform: scale(1);   box-shadow: 0 0 0 0 rgba(76,175,130,0); }
}
.referenz-aufgabe {
  margin-bottom: 1.2rem;
}
.referenz-aufgabe-label {
  font-family: var(--font-body);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--light);
  opacity: 0.4;
  margin-bottom: 0.4rem;
}
.referenz-aufgabe-text {
  font-family: var(--font-body);
  font-size: 0.88rem;
  line-height: 1.7;
  color: var(--light);
  opacity: 0.75;
}
.referenz-details {
  display: flex;
  gap: 2rem;
  margin-top: 1.0rem;
  margin-bottom: 0.8rem;
  flex-wrap: wrap;
}
.referenz-detail {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.detail-label {
  font-family: var(--font-body);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--light);
  opacity: 0.38;
}
.detail-value {
  font-family: var(--font-head);
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--light);
  opacity: 0.8;
}
.referenz-logo-link {
  display: inline-block;
  margin-top: 0.4rem;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.referenz-logo-link:hover { opacity: 1; }
.referenz-logo-img {
  height: 28px;
  width: auto;
  filter: brightness(1.1);
}
.referenz-logo-fallback {
  display: none;
  font-family: var(--font-head);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--light);
  opacity: 0.7;
}


/* ─── LEISTUNGSTEXT: BREITER TEXTFLUSS ───────────────── */
.leistung-head p { max-width: none !important; }

/* ─── REFERENZ CARD NEU ──────────────────────────────── */
.referenz-card {
  border: 1px solid rgba(139,105,20,0.2);
  border-left: 3px solid var(--gold);
  background: var(--surface);
  padding: 1.4rem 1.8rem;
  max-width: 960px;
  margin: 1.2rem auto 0;
  transition: background 0.2s, border-left-color 0.2s, transform 0.2s;
}
.referenz-card:hover { transform: translateX(4px); }
/* Laufzeit-Farbvarianten */
.referenz-card--long  { border-color: rgba(26,107,107,0.25); border-left: 3px solid var(--teal);     background: rgba(26,107,107,0.05); }
.referenz-card--mid   { border-color: rgba(31,128,128,0.25); border-left: 3px solid var(--teal-mid); background: rgba(31,128,128,0.04); }
.referenz-card--short { border-color: rgba(42,158,158,0.25); border-left: 3px solid var(--teal-lt);  background: rgba(42,158,158,0.03); }
.referenz-card--long:hover  { background: rgba(26,107,107,0.10); border-left-color: var(--teal); }
.referenz-card--mid:hover   { background: rgba(31,128,128,0.10); border-left-color: var(--teal-mid); }
.referenz-card--short:hover { background: rgba(42,158,158,0.10); border-left-color: var(--teal-lt);  }
.referenz-card--long  .referenz-tag { background: rgba(26,107,107,0.14); color: var(--teal); }
.referenz-card--mid   .referenz-tag { background: rgba(31,128,128,0.14); color: var(--teal-mid); }
.referenz-card--short .referenz-tag { background: rgba(42,158,158,0.14); color: var(--teal-lt); }
/* Abstand zwischen Textblock und Laufzeit in Mandat-Karten */
.mandat-body + .mandat-body { margin-top: 1rem; }
.referenz-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.0rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  flex-wrap: wrap;
  gap: 0.6rem;
}
.referenz-card-meta {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
.referenz-card-body {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 2rem;
  align-items: start;
}
.referenz-card-left {}
.referenz-card-right {}
@media (max-width: 760px) {
  .referenz-card-body { grid-template-columns: 1fr; gap: 1.8rem; }
  .referenz-card { padding: 1.6rem; }
}
.referenz-logo-link {
  display: inline-block;
  opacity: 0.75;
  transition: opacity 0.2s;
}
.referenz-logo-link:hover { opacity: 1; }
.referenz-logo-img {
  height: 32px;
  width: auto;
  filter: brightness(1.1);
  display: block;
}
.referenz-logo-fallback {
  display: none;
  font-family: var(--font-head);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--light);
  opacity: 0.75;
}

/* ─── HERO H1 KOMPAKT + RESPONSIV ───────────────────── */
.hero-h1-compact {
  white-space: normal !important;
  max-width: 54%;
  font-size: clamp(1.5rem, 2.8vw, 2.5rem);
  line-height: 1.28;
}
@media (max-width: 1280px) {
  .hero-h1-compact { max-width: 68%; }
}
@media (max-width: 900px) {
  .hero-h1-compact { max-width: 90%; font-size: clamp(1.4rem, 4vw, 2rem); }
}
@media (max-width: 600px) {
  .hero-h1-compact { max-width: 100%; font-size: clamp(1.2rem, 5vw, 1.6rem); }
}

/* ─── MOBILE MENÜ: START-LINK ────────────────────────── */
.mobile-start-link {
  opacity: 0.5 !important;
  font-size: 0.7rem !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  padding-bottom: 0.6rem !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
  margin-bottom: 0.4rem !important;
  display: block !important;
}
.mobile-start-link:hover { opacity: 0.85 !important; }

/* ─── ÜBER UNS: NEU ──────────────────────────────────── */
.ueber-intro-wrap {
  background: var(--white);
  padding: 3.5rem 8vw 2rem;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.ueber-intro-inner {
  max-width: 820px;
}
.ueber-intro-text {
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 300;
  color: var(--black);
  line-height: 1.85;
  opacity: 0.8;
}

.ueber-blocks-wrap {
  background: var(--white);
  padding: 3rem 8vw 4.5rem;
}
.ueber-blocks-inner {
  max-width: 820px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ueber-block {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 2.5rem;
  padding: 2.2rem 0;
  border-top: 1px solid rgba(0,0,0,0.07);
  align-items: start;
}
.ueber-block:last-child {
  border-bottom: 1px solid rgba(0,0,0,0.07);
}

.ueber-block-marker {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding-top: 0.15rem;
}
.ueber-block-num {
  font-family: var(--font-head);
  font-size: 1.6rem;
  font-weight: 300;
  color: var(--teal);
  line-height: 1;
  letter-spacing: -0.02em;
  opacity: 0.5;
}
.ueber-block-tag {
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mid);
  opacity: 0.7;
}
.ueber-block-content p {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--black);
  line-height: 1.85;
  opacity: 0.82;
  margin: 0;
}

@media (max-width: 600px) {
  .ueber-block {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
  .ueber-block-num { font-size: 1.2rem; }
  .ueber-intro-text { font-size: 0.95rem; }
}

/* ─── ÜBER UNS: NAME + SOCIAL ───────────────────────── */
.ueber-block-contact {
  padding-top: 1.8rem;
  border-top: 1px solid rgba(0,0,0,0.07);
  border-bottom: none !important;
}
.ueber-block-name {
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 500;
  color: var(--black);
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.ueber-social-links {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  padding-top: 0.2rem;
}
.ueber-social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--black);
  text-decoration: none;
  opacity: 0.55;
  transition: opacity 0.2s;
}
.ueber-social-link:hover { opacity: 1; }
.ueber-social-link svg { flex-shrink: 0; }

/* ─── ÜBER UNS: FLIESSTEXT ───────────────────────────── */
.ueber-text-wrap {
  background: var(--white);
  padding: 0 8vw;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.ueber-text-inner {
  max-width: 680px;
}
.ueber-text-lead {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--black);
  line-height: 1.95;
  margin-bottom: 2rem;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid rgba(0,0,0,0.07);
}
.ueber-text-body {
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.9;
  opacity: 0.82;
  margin-bottom: 1.3rem;
}
.ueber-text-body:last-of-type {
  margin-bottom: 0;
}

/* ─── LEISTUNGEN INTRO GRÖSSER ───────────────────────── */
.leistung-intro-text {
  font-size: 0.95rem !important;
  font-weight: 400 !important;
  color: var(--ink) !important;
  opacity: 0.9;
}

/* ─── INLINE CTA ROLLENVERSTÄNDNIS ──────────────────── */
.rolle-cta {
  margin-top: 1.8rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(26,107,107,0.12);
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: var(--mid);
}
.rolle-cta-link {
  color: var(--teal);
  text-decoration: none;
  font-weight: 500;
  margin-left: 0.4rem;
  transition: opacity 0.2s;
}
.rolle-cta-link:hover { opacity: 0.7; }

/* ─── MARKTBLICK LABEL SPACING ───────────────────────── */
.markt-section-inner .markt-num-title {
  margin-bottom: 0;
  display: flex;
}
.markt-section-inner > div:last-child {
  padding-top: 0.1rem;
}

/* ─── Copy-to-Clipboard Button ─────────────────────────────────────────── */
.copy-email-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.4rem;
  padding: 0.2rem 0.3rem;
  background: none;
  border: 1px solid currentColor;
  border-radius: 6px;
  color: inherit;
  opacity: 0.4;
  cursor: pointer;
  vertical-align: middle;
  transition: opacity 0.15s;
  position: relative;
  width: auto;
  flex-shrink: 0;
  align-self: center;
  min-width: 28px;
  min-height: 28px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.copy-email-btn:hover { opacity: 0.85; }
.copy-email-btn.copied { opacity: 1; color: var(--teal); border-color: var(--teal); }
.copy-email-btn.copied::after {
  content: 'Kopiert!';
  position: absolute;
  top: -1.8rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--body);
  font-size: 0.65rem;
  background: var(--teal);
  color: #fff;
  padding: 0.15rem 0.4rem;
  border-radius: 3px;
  white-space: nowrap;
  pointer-events: none;
}

/* ─── Aufklappbare Referenz-Kacheln ─────────────────────────────────────── */
.referenz-grid {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.ref-item {
  padding: 1.2rem 1.4rem;
  border: 1px solid rgba(26,107,107,0.15);
  border-left: 3px solid var(--teal);
  background: rgba(26,107,107,0.03);
  transition: background 0.2s, border-left-color 0.2s;
}
.referenz-card--long.ref-item  { border-left-color: var(--teal);     background: rgba(26,107,107,0.03); }
.referenz-card--mid.ref-item   { border-left-color: var(--teal-mid); background: rgba(31,128,128,0.03); }
.referenz-card--short.ref-item { border-left-color: var(--teal-lt);  background: rgba(42,158,158,0.03); }
.referenz-card--long.ref-item:hover  { background: rgba(26,107,107,0.07); }
.referenz-card--mid.ref-item:hover   { background: rgba(31,128,128,0.07); }
.referenz-card--short.ref-item:hover { background: rgba(42,158,158,0.07); }
.ref-title {
  font-family: var(--head);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.35;
  margin-bottom: 0.5rem;
}
.ref-meta { display: flex; gap: 1rem; flex-wrap: wrap; }
.ref-meta-item { font-family: var(--body); font-size: 0.68rem; color: var(--light); letter-spacing: 0.05em; }
@media (max-width: 760px) {
  .referenz-grid { gap: 0.5rem; }
}
@media (max-width: 480px) {
  .referenz-grid { gap: 0.4rem; }
}

/* ─── Aufklappbare Referenz-Kacheln ─────────────────────────────────────── */
.ref-header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.8rem;
  cursor: pointer;
  user-select: none;
}
.ref-toggle {
  flex-shrink: 0;
  background: none;
  border: none;
  padding: 2px 4px;
  color: var(--teal);
  cursor: pointer;
  margin-top: 3px;
  transition: transform 0.25s ease, color 0.2s;
  opacity: 0.6;
}
.ref-toggle:hover { opacity: 1; }
.ref-header:hover .ref-toggle { opacity: 1; }
.ref-item.expanded .ref-toggle {
  transform: rotate(180deg);
  color: var(--teal);
}
.ref-detail {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.3s ease;
}
.ref-item.expanded .ref-detail {
  max-height: 500px;
  opacity: 1;
}
.ref-detail-inner {
  padding-top: 1rem;
  border-top: 1px solid rgba(26,107,107,0.12);
  margin-top: 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.ref-section-label {
  font-family: var(--body);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 0.3rem;
}
.ref-section-text {
  font-family: var(--body);
  font-size: 0.8rem;
  color: var(--mid);
  line-height: 1.7;
}

/* ─── Section Tag (Kapitelmarke) ────────────────────────────────────────── */
.section-tag {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.section-tag::before {
  content: '';
  display: block;
  width: 22px;
  height: 1px;
  background: var(--teal);
  flex-shrink: 0;
}
.section-tag span {
  font-family: var(--body);
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--teal);
  letter-spacing: 0.03em;
}

/* ─── Positionierungs-Matrix ────────────────────────────────────────────── */
.vergleich-grid { align-items: stretch; grid-template-columns: 1fr 1.25fr 1fr; }
.vergleich-card {
  padding: 2rem 1.8rem;
  background: var(--off);
  border-top: 2px solid var(--rule);
  display: flex;
  flex-direction: column;
  opacity: 0.7;
}
.vergleich-card--featured {
  background: var(--teal);
  border-top: 4px solid rgba(255,255,255,0.45);
  position: relative;
  opacity: 1;
  padding: 2.8rem 2.2rem;
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(26,107,107,0.35);
}
.vergleich-badge {
  display: inline-block;
  font-family: var(--body);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal);
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.35);
  padding: 0.25rem 0.7rem;
  border-radius: 2px;
  margin-bottom: 1.2rem;
  color: rgba(255,255,255,0.95);
}
.vergleich-label {
  font-family: var(--head);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 1rem;
  line-height: 1.3;
}
.vergleich-card--featured .vergleich-label {
  color: var(--white);
  font-size: 1.05rem;
}
.vergleich-body {
  font-family: var(--body);
  font-size: 0.88rem;
  color: var(--mid);
  line-height: 1.85;
}
.vergleich-card--featured .vergleich-body { color: rgba(255,255,255,0.72); font-size: 0.88rem; }
@media (max-width: 760px) {
  .vergleich-grid { grid-template-columns: 1fr; }
  .vergleich-card--featured { transform: none; }
  .vergleich-card { opacity: 1; }
}
}

/* ─── FAQ / Q&A ─────────────────────────────────────────────────────────── */
.faq-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--rule);
}
.faq-item {
  border-bottom: 1px solid var(--rule);
}
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.2rem 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--head);
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--ink);
  text-align: left;
  transition: color 0.2s;
}
.faq-question:hover { color: var(--teal); }
.faq-question::after {
  content: '+';
  font-size: 1.3rem;
  font-weight: 300;
  color: var(--teal);
  flex-shrink: 0;
  transition: transform 0.25s ease;
  line-height: 1;
}
.faq-item.expanded .faq-question::after {
  transform: rotate(45deg);
}
.faq-item.expanded .faq-question { color: var(--teal); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.3s ease;
}
.faq-item.expanded .faq-answer {
  max-height: 300px;
  opacity: 1;
}
.faq-answer p {
  font-family: var(--body);
  font-size: 0.85rem;
  color: var(--mid);
  line-height: 1.85;
  padding-bottom: 1.2rem;
}

/* ─── Zusammenarbeit Hero ───────────────────────────────────────────────── */
.zus-hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--teal-xlt);
  padding-top: 64px;
}
.zus-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.zus-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 40% 60%;
  filter: none;
}
.zus-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(10,18,24,0.70) 0%,
    rgba(10,18,24,0.50) 40%,
    rgba(10,18,24,0.20) 65%,
    rgba(10,18,24,0.00) 85%
  );
}
.zus-hero-content {
  position: relative;
  z-index: 2;
  padding: 80px 8vw;
  max-width: 680px;
}
.zus-hero-content h1 {
  font-family: var(--head);
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  font-weight: 300;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 1.2rem;
}
.zus-hero-content .lead {
  font-family: var(--body);
  font-size: 0.95rem;
  color: rgba(255,255,255,0.82);
  line-height: 1.85;
  max-width: 520px;
}
.zus-hero-content .hero-tag {
  color: rgba(255,255,255,0.75);
  opacity: 1;
}
.zus-hero-content .hero-tag::before { background: rgba(255,255,255,0.75); }

/* ─── Einfacher CTA-Block (Zusammenarbeit) ──────────────────────────────── */
.cta-simple { background: var(--teal-xlt); border-top: 1px solid var(--rule); }
.cta-simple-inner {
  max-width: 560px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cta-simple-inner h2 {
  font-family: var(--head);
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  font-weight: 300;
  color: var(--black);
  line-height: 1.2;
  margin: 0;
}
.cta-simple-inner p {
  font-family: var(--body);
  font-size: 0.95rem;
  color: var(--mid);
  line-height: 1.7;
  margin: 0;
}

/* ─── LANGUAGE SWITCHER ───────────────────────────────── */
.lang-switch {
  font-family: var(--body);
  font-size: 0.68rem;
  font-weight: 500;
  color: var(--mid);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 1.6rem;
  padding: 0.2rem 0.5rem;
  border: 1px solid var(--rule);
  border-radius: 3px;
  transition: all 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
}
.lang-switch:hover {
  color: var(--teal);
  border-color: var(--teal);
}
@media (max-width: 1280px) {
  .lang-switch { display: none; }
}

/* Lang-switch in mobile menu */
.lang-switch-mobile {
  font-family: var(--body);
  font-size: 0.68rem;
  font-weight: 500;
  color: var(--teal);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
}

/* ─── CTA LINK WRAPPER (hält Copy-Button inline) ─────── */
.cta-link-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

/* ─── PORTRAIT IN ROLLE-SECTION ──────────────────────── */
.rolle-portrait {
  margin-top: 2.4rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.rolle-portrait img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(15%);
  border: 2px solid var(--rule);
  flex-shrink: 0;
}
.rolle-portrait-caption {
  font-family: var(--body);
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.rolle-portrait-caption span {
  font-size: 0.68rem;
  font-weight: 400;
  color: var(--mid);
  letter-spacing: 0.03em;
}
@media (max-width: 640px) {
  .rolle-portrait { margin-top: 1.6rem; }
}

/* ─── ÜBER UNS — NEUES PROFIL-LAYOUT ─────────────────── */
.ueber-profile-layout {
  max-width: 1100px;
  margin: 0;
  padding: 80px 0;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 4rem;
  align-items: start;
}
.ueber-profile-left {
  position: sticky;
  top: 100px;
}
.ueber-profile-img-wrap {
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 4px;
  overflow: hidden;
  background: var(--off);
  margin-bottom: 1.2rem;
  position: relative;
}
.ueber-profile-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.ueber-profile-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(247,249,250,0) 60%,
    rgba(247,249,250,0.7) 100%
  );
  pointer-events: none;
}
.ueber-profile-name {
  font-family: var(--head);
  font-size: 1rem;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 0.2rem;
}
.ueber-profile-role {
  font-family: var(--body);
  font-size: 0.75rem;
  color: var(--mid);
  line-height: 1.6;
}

/* Vereinfachter Hero ohne Hintergrundbild */
.ueber-hero {
  background: var(--teal-xlt);
  padding: 140px 8vw 60px;
  border-bottom: 1px solid var(--rule);
  position: relative;
  overflow: hidden;
  min-height: auto;
}

@media (max-width: 960px) {
  .ueber-profile-layout {
    grid-template-columns: 180px 1fr;
    gap: 3rem;
  }
}
@media (max-width: 640px) {
  .ueber-profile-layout {
    grid-template-columns: 1fr;
    gap: 1.8rem;
    padding: 48px 6vw 60px;
  }
  .ueber-profile-left {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }
  .ueber-profile-img-wrap {
    width: 140px;
    height: 180px;
    aspect-ratio: auto;
    flex-shrink: 0;
    margin-bottom: 0;
    border-radius: 4px;
  }
  .ueber-profile-img-wrap img {
    object-fit: cover;
    object-position: center 10%;
  }
  .ueber-profile-name {
    margin-top: 0;
  }
  .ueber-social-links {
    margin-top: 0.5rem !important;
    margin-bottom: 0 !important;
  }
}

/* ─── HOME ICON IN NAV ────────────────────────────────── */
.nav-home-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mid);
  opacity: 0.6;
  transition: opacity 0.2s, color 0.2s;
  padding: 0 0.2rem;
}
.nav-home-link:hover {
  opacity: 1;
  color: var(--teal);
}

/* ─── MOBILE TOUCH TARGETS ────────────────────────────── */
@media (max-width: 1280px) {
  .btn-primary,
  .btn-secondary,
  .btn-white {
    min-height: 48px;
    padding: 14px 28px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
  .rolle-cta-link {
    display: inline-block;
    min-height: 44px;
    line-height: 44px;
    padding: 0 4px;
    touch-action: manipulation;
  }
  .mobile-contact-link {
    min-height: 48px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
  .nav-contact-icon,
  .nav-home-link {
    min-width: 44px;
    min-height: 44px;
    touch-action: manipulation;
  }
}

/* ─── COPY BUTTON WEISS IM HERO ───────────────────────── */
.hero .copy-email-btn,
.hero-inner .copy-email-btn,
.btn-primary + .copy-email-btn {
  color: rgba(255,255,255,0.8);
  border-color: rgba(255,255,255,0.5);
}
.btn-primary + .copy-email-btn:hover {
  opacity: 1;
  color: #fff;
  border-color: #fff;
}

/* ─── COPY BUTTON DUNKEL IM KONTAKTBEREICH ────────────── */
#kontakt .copy-email-btn {
  color: var(--mid);
  border-color: var(--mid);
  opacity: 0.5;
}
#kontakt .copy-email-btn:hover {
  opacity: 1;
  color: var(--teal);
  border-color: var(--teal);
}

/* ─── COPY BUTTON DUNKEL IM MARKT-CTA ────────────────── */
.markt-cta .copy-email-btn {
  color: var(--mid);
  border-color: var(--mid);
  opacity: 0.5;
}
.markt-cta .copy-email-btn:hover {
  opacity: 1;
  color: var(--teal);
  border-color: var(--teal);
}

/* ─── COPY BUTTON HELL IM UEBER-CTA ──────────────────── */
.ueber-cta .copy-email-btn {
  color: rgba(255,255,255,0.8);
  border-color: rgba(255,255,255,0.5);
  opacity: 0.8;
}
.ueber-cta .copy-email-btn:hover {
  opacity: 1;
  color: #fff;
  border-color: #fff;
}

/* ─── MOBILE ABSTÄNDE REDUZIEREN ────────────────────── */
@media (max-width: 700px) {
  .section-wrap          { padding: 48px 6vw; }
  #statement             { padding: 52px 6vw; }
  #standpunkte-teaser    { padding: 48px 6vw; }
  #kontakt               { padding: 48px 6vw; }
  .kontakt-wrap          { padding: 0; }
  .kontakt-top           { grid-template-columns: 1fr; gap: 2rem; }
  footer                 { padding: 24px 6vw; }
  .ueber-cta             { padding: 48px 6vw; }
  .markt-section         { padding: 40px 6vw; }
  .markt-fazit           { padding: 48px 6vw; border-radius: 0; margin: 0; }
  .markt-cta             { padding: 48px 6vw; }
  .zus-hero              { min-height: 52vw; }
  .subpage-hero-inner    { padding: 52px 6vw 40px; }
  .legal-page            { padding: 80px 6vw 48px; }
  .ueber-layout          { padding: 40px 6vw; }
  .ueber-cta             { padding: 48px 6vw; }
}
