:root {
  color-scheme: dark;
  --tief:      #060B12;
  --grund:     #0B1420;
  --flaeche:   #101D2C;
  --linie:     #1B2C40;
  --linie-hell:#2A4058;
  --weiss:     #F2F6FA;
  --matt:      #A9BACD;
  --leise:     #7B8FA6;
  --teal:      #4FC0B0;
  --teal-tief: #2A827A;
  --teal-glanz:#7FDDCE;
  --warm:      #E0A96D;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body {
  margin: 0; background: var(--grund); color: var(--weiss);
  font-family: "Atkinson Hyperlegible", "Segoe UI", system-ui, sans-serif;
  font-size: 17px; line-height: 1.62; -webkit-font-smoothing: antialiased;
}
p { text-wrap: pretty; margin: 0; }
h1, h2, h3 { text-wrap: balance; margin: 0; font-family: "Instrument Sans", system-ui, sans-serif; }
a { transition: color .15s ease, border-color .15s ease, background-color .15s ease; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--teal); outline-offset: 4px; border-radius: 3px;
}

.bahn { max-width: 1240px; margin: 0 auto; padding: 0 40px; }
.eng  { max-width: 720px; }

.marke-klein {
  font-family: "Instrument Sans", sans-serif;
  font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  color: var(--teal); margin: 0 0 22px;
}

/* ---------------- Kopf ---------------- */
.kopf {
  position: absolute; top: 0; left: 0; right: 0; z-index: 20;
  background: linear-gradient(to bottom, rgba(6, 11, 18, .72), rgba(6, 11, 18, 0));
  padding-bottom: 18px;
}
.kopf-innen { position: relative; }
.kopf-innen {
  max-width: 1240px; margin: 0 auto; padding: 26px 40px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.wortmarke {
  font-family: "Instrument Sans", sans-serif; font-size: 16px; letter-spacing: -.01em;
  text-decoration: none; color: var(--weiss); display: flex; align-items: baseline; gap: 3px;
}
.wortmarke b { font-weight: 600; }
.wortmarke span { color: var(--teal); }
.wortmarke i { font-style: normal; font-weight: 400; color: var(--matt); }
.kopf-nav { display: flex; gap: 28px; align-items: center; }
.kopf-nav a {
  font-family: "Instrument Sans", sans-serif; font-size: 14px; font-weight: 500;
  color: var(--matt); text-decoration: none;
}
.kopf-nav a:hover { color: var(--weiss); }
.menue-knopf {
  display: none; align-items: center; background: rgba(11, 20, 32, .55);
  border: 1px solid rgba(242, 246, 250, .3); border-radius: 9999px;
  padding: 8px 16px; font-family: "Instrument Sans", sans-serif; font-size: 13.5px;
  font-weight: 500; color: var(--weiss); cursor: pointer; backdrop-filter: blur(6px);
}
.menue-knopf:hover { border-color: var(--teal); color: var(--teal); }

/* ---------------- Bühne: Bild trägt ---------------- */
.buehne { position: relative; min-height: clamp(500px, 74vh, 760px); display: flex; align-items: flex-end; overflow: hidden; }
.buehne-bild {
  position: absolute; inset: 0;
  background-image: var(--hero); background-size: cover; background-position: 32% center;
}
.buehne-schleier {
  position: absolute; inset: 0;
  background:
    linear-gradient(to top, var(--grund) 2%, rgba(11, 20, 32, .93) 26%, rgba(11, 20, 32, .62) 58%, rgba(11, 20, 32, .55) 100%),
    linear-gradient(to right, rgba(6, 11, 18, .82) 0%, rgba(6, 11, 18, .1) 62%);
}
.buehne-innen { position: relative; width: 100%; padding: 96px 0 72px; }
.buehne h1 {
  font-size: clamp(34px, 5.4vw, 60px); font-weight: 600; line-height: 1.05;
  letter-spacing: -.033em; max-width: 17ch;
}
.buehne h1 .ai { color: var(--teal); font-weight: 700; }
.buehne-text { font-size: clamp(17px, 1.5vw, 19.5px); color: var(--matt); max-width: 52ch; margin-top: 26px; }
.knoepfe { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.knopf {
  display: inline-flex; align-items: center; height: 52px; padding: 0 28px;
  border-radius: 9999px; text-decoration: none; border: 1px solid transparent;
  font-family: "Instrument Sans", sans-serif; font-size: 15.5px; font-weight: 600;
}
.knopf--primaer { background: var(--teal); color: #06231F; }
.knopf--primaer:hover { background: var(--teal-glanz); color: #06231F; }
.knopf--zweit { color: var(--weiss); border-color: rgba(242, 246, 250, .34); }
.knopf--zweit:hover { border-color: var(--weiss); }
.bild-quelle {
  position: absolute; right: 40px; bottom: 22px; z-index: 2;
  font-family: "Instrument Sans", sans-serif; font-size: 11px; letter-spacing: .04em;
  color: rgba(242, 246, 250, .5);
}

/* ---------------- Abschnitte ---------------- */
section.band { padding: 112px 0; }
.band--tief { background: var(--tief); }
h2 {
  font-size: clamp(28px, 3.6vw, 42px); font-weight: 600; line-height: 1.14; letter-spacing: -.03em;
}
.lead { font-size: 18.5px; line-height: 1.66; color: var(--matt); margin-top: 24px; }

/* ---------------- Zielbild ---------------- */
.zielbild { display: grid; grid-template-columns: 1.25fr .75fr; gap: 72px; align-items: center; }
.zielbild figure { margin: 0; }
.zielbild img { width: 100%; height: auto; display: block; border-radius: 16px; border: 1px solid var(--linie); }
.zielbild figcaption { font-size: 13px; color: var(--leise); margin-top: 12px; line-height: 1.5; }

.drei-befunde {
  margin-top: 72px; padding-top: 40px; border-top: 1px solid var(--linie);
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px;
}
.befund h3 { font-size: 17px; font-weight: 600; line-height: 1.35; margin-bottom: 10px; }
.befund p { font-size: 15.5px; line-height: 1.6; color: var(--leise); }
.befund::before {
  content: ""; display: block; width: 26px; height: 2px;
  background: var(--warm); margin-bottom: 18px;
}

/* ---------------- Prinzipien: Liste statt Kacheln ---------------- */
.grundsaetze { margin-top: 64px; border-top: 1px solid var(--linie); }
.grundsatz {
  display: grid; grid-template-columns: 8rem 1fr 1.25fr; gap: 40px; align-items: start;
  padding: 34px 0; border-bottom: 1px solid var(--linie);
}
.produkt-titel { display: flex; align-items: center; gap: 14px; }
.produkt-logo { width: 46px; height: auto; flex: none; }
.produkt-knopf {
  display: inline-flex; align-items: center; gap: 9px; align-self: flex-start;
  margin-top: 24px; padding: 13px 24px; border-radius: 9999px;
  background: var(--teal); color: #06231F; text-decoration: none;
  font-family: "Instrument Sans", sans-serif; font-size: 15px; font-weight: 600;
}
.produkt-knopf:hover { background: var(--teal-glanz); color: #06231F; }
.produkt-bild--grafik { background: #0C1A2B; min-height: 300px; }
.produkt-bild--grafik img { object-fit: contain; padding: 22px; }
.gs-marke { display: grid; gap: 10px; justify-items: start; }
.gs-marke img {
  width: 128px; height: 128px; border-radius: 14px; display: block;
  border: 1px solid var(--linie); object-fit: cover;
}
.grundsatz .nr {
  font-family: "Instrument Sans", sans-serif; font-size: 13px; font-weight: 600;
  letter-spacing: .1em; color: var(--teal-tief);
}
.grundsatz h3 { font-size: 21px; font-weight: 600; letter-spacing: -.015em; padding-top: 2px; }
.grundsatz p { color: var(--matt); font-size: 16px; line-height: 1.62; }

/* ---------------- Plattform ---------------- */
.plattform { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.ring-buehne { display: grid; place-items: center; }
.ring-buehne svg { width: min(100%, 360px); height: auto; }
@media (prefers-reduced-motion: no-preference) {
  .puls { animation: atmen 6s ease-in-out infinite; transform-origin: center; }
  @keyframes atmen { 0%, 100% { opacity: .9; } 50% { opacity: .32; } }
}
.ebenen { display: grid; gap: 1px; background: var(--linie); border: 1px solid var(--linie); border-radius: 14px; overflow: hidden; margin-top: 44px; }
.ebene { background: var(--flaeche); padding: 22px 26px; display: grid; grid-template-columns: 5.5rem 1fr; gap: 26px; align-items: baseline; }
.ebene .label { font-family: "Instrument Sans", sans-serif; font-size: 11.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--teal); }
.ebene h3 { font-size: 16.5px; font-weight: 600; margin-bottom: 5px; }
.ebene p { font-size: 15px; line-height: 1.55; color: var(--leise); }
.chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.chip {
  padding: 6px 14px; border-radius: 9999px; border: 1px solid var(--linie-hell);
  font-family: "Instrument Sans", sans-serif; font-size: 13px; font-weight: 500; color: var(--matt);
}

/* ---------------- Produkte ---------------- */
.produkte { display: grid; gap: 28px; margin-top: 64px; }
.produkt {
  display: grid; grid-template-columns: 1fr .85fr; gap: 0;
  background: var(--flaeche); border: 1px solid var(--linie);
  border-radius: 18px; overflow: hidden; align-items: stretch;
}
.produkt-text { padding: 44px 44px 44px 46px; display: flex; flex-direction: column; justify-content: center; }
.produkt-bild { position: relative; min-height: 430px; }
.produkt-bild img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 12%; }
.zeile-marke { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.zeile-marke .nr { font-family: "Instrument Sans", sans-serif; font-size: 12.5px; font-weight: 600; letter-spacing: .1em; color: var(--leise); }
.status {
  font-family: "Instrument Sans", sans-serif; font-size: 12px; font-weight: 600;
  letter-spacing: .05em; text-transform: uppercase; padding: 5px 12px; border-radius: 9999px;
}
.status--pilot { color: #6FE3B8; background: rgba(111, 227, 184, .12); border: 1px solid rgba(111, 227, 184, .3); }
.status--bau   { color: var(--warm); background: rgba(224, 169, 109, .1); border: 1px solid rgba(224, 169, 109, .3); }
.status--offen { color: var(--leise); border: 1px solid var(--linie-hell); }
.produkt h3 { font-size: 27px; font-weight: 700; letter-spacing: -.026em; }
.produkt .unter { font-size: 16px; font-weight: 600; color: var(--teal); margin-top: 7px; }
.produkt p { font-size: 16.5px; line-height: 1.62; color: var(--matt); margin-top: 18px; max-width: 54ch; }
.produkt-link {
  display: inline-block; margin-top: 22px; font-family: "Instrument Sans", sans-serif;
  font-size: 15px; font-weight: 600; color: var(--teal); text-decoration: none;
  border-bottom: 1px solid rgba(79, 192, 176, .4); padding-bottom: 2px; align-self: flex-start;
}
.produkt-link:hover { color: var(--teal-glanz); border-bottom-color: var(--teal-glanz); }
.produkt--textkarte { grid-template-columns: 1fr; }
.produkt--textkarte p { max-width: 68ch; }
.produkt--offen { grid-template-columns: 1fr; background: transparent; border-style: dashed; border-color: var(--linie-hell); }
.produkt--offen .produkt-text { padding: 38px 46px; }
.produkt--offen p { color: var(--leise); }

/* ---------------- Herkunft ---------------- */
.herkunft { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: start; }
.karte-gruendung { border: 1px solid var(--linie); border-radius: 16px; padding: 34px; background: var(--flaeche); }
.karte-gruendung .label { font-family: "Instrument Sans", sans-serif; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--leise); }
.karte-gruendung .name { font-family: "Instrument Sans", sans-serif; font-size: 24px; font-weight: 700; letter-spacing: -.024em; margin-top: 12px; }
.karte-gruendung .rolle { font-size: 15.5px; font-weight: 600; color: var(--teal); margin-top: 5px; }
.karte-gruendung address { font-style: normal; font-size: 15px; line-height: 1.65; color: var(--leise); margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--linie); }

/* ---------------- Gespräch ---------------- */
.gespraech { text-align: left; }
.gespraech h2 { max-width: 18ch; }
.wege { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 40px; }
.weg {
  display: inline-flex; flex-direction: column; gap: 4px;
  padding: 20px 28px; border-radius: 14px; text-decoration: none;
  border: 1px solid var(--linie-hell); background: var(--flaeche); color: var(--weiss);
}
.weg .kennung { font-family: "Instrument Sans", sans-serif; font-size: 11.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--leise); }
.weg .wert { font-size: 18px; font-weight: 600; }
.weg:hover { border-color: var(--teal); }
.weg:hover .wert { color: var(--teal); }
.weg--haupt { background: var(--teal); border-color: var(--teal); color: #06231F; }
.weg--haupt .kennung { color: rgba(6, 35, 31, .7); }
.weg--haupt:hover { background: var(--teal-glanz); border-color: var(--teal-glanz); }
.weg--haupt:hover .wert { color: #06231F; }
.zusage { color: var(--leise); font-size: 15.5px; margin-top: 28px; max-width: 56ch; }

/* ---------------- Fuß ---------------- */
.fuss { background: var(--tief); border-top: 1px solid var(--linie); padding: 34px 0; }
.fuss-innen { display: flex; justify-content: space-between; gap: 28px; flex-wrap: wrap; font-size: 14px; color: var(--leise); }
.fuss-innen a { color: var(--matt); text-decoration: none; }
.fuss-innen a:hover { color: var(--weiss); }
.fuss-links { display: flex; gap: 22px; flex-wrap: wrap; }
.schriftnote { max-width: 34ch; line-height: 1.6; }

/* ---------------- Umbrüche ---------------- */
@media (max-width: 1000px) {
  .zielbild, .plattform, .herkunft { grid-template-columns: 1fr; gap: 44px; }
  .zielbild figure { max-width: 420px; }
  .ring-buehne { order: -1; }
  .produkt { grid-template-columns: 1fr; }
  .produkt-bild { min-height: 220px; order: -1; }
  .drei-befunde { grid-template-columns: 1fr; gap: 30px; }
  .grundsatz { grid-template-columns: 8rem 1fr; gap: 14px 24px; }
  .grundsatz p { grid-column: 2; }
  section.band { padding: 80px 0; }
}
@media (max-width: 700px) {
  .bahn { padding: 0 22px; }
  .kopf-innen { padding: 20px 22px; }
  .kopf-nav { display: none; }
  .menue-knopf { display: inline-flex; }
  .kopf-nav.offen {
    display: flex; position: absolute; left: 0; right: 0; top: 100%;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--tief); border-bottom: 1px solid var(--linie); padding: 6px 22px 18px;
  }
  .kopf-nav.offen a { padding: 13px 0; border-bottom: 1px solid var(--linie); }
  .kopf-nav.offen a:last-child { border-bottom: none; }
  .kopf { position: absolute; }
  .buehne { min-height: clamp(440px, 70vh, 620px); }
  .buehne-innen { padding-bottom: 56px; }
  .produkt-text, .produkt--offen .produkt-text { padding: 30px 24px; }
  .bild-quelle { right: 22px; }
  .ebene { grid-template-columns: 1fr; gap: 8px; }
}

/* ================= Rechtsseiten ================= */
.rechts-kopf {
  border-bottom: 1px solid var(--linie); background: var(--tief);
}
.rechts-kopf-innen {
  max-width: 1240px; margin: 0 auto; padding: 22px 40px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.zurueck {
  font-family: "Instrument Sans", sans-serif; font-size: 14px; font-weight: 500;
  color: var(--matt); text-decoration: none;
}
.zurueck:hover { color: var(--teal); }
.rechtstext { max-width: 780px; margin: 0 auto; padding: 72px 40px 96px; }
.rechtstext h1 {
  font-family: "Instrument Sans", sans-serif; font-size: clamp(30px, 4vw, 40px);
  font-weight: 600; letter-spacing: -.028em; line-height: 1.14; margin-bottom: 14px;
}
.rechtstext .vorspann { color: var(--matt); font-size: 17.5px; line-height: 1.65; }
.rechtstext h2 {
  font-family: "Instrument Sans", sans-serif; font-size: 20px; font-weight: 600;
  letter-spacing: -.012em; margin: 46px 0 14px; color: var(--weiss);
}
.rechtstext p, .rechtstext li { font-size: 16.5px; line-height: 1.72; color: var(--matt); }
.rechtstext p + p { margin-top: 14px; }
.rechtstext ul { margin: 14px 0 0; padding-left: 22px; display: grid; gap: 8px; }
.rechtstext a { color: var(--teal); text-decoration: none; border-bottom: 1px solid rgba(79,192,176,.4); }
.rechtstext a:hover { color: var(--teal-glanz); border-bottom-color: var(--teal-glanz); }
.rechtstext address { font-style: normal; color: var(--weiss); line-height: 1.7; font-size: 16.5px; }
.datenblock {
  border: 1px solid var(--linie); border-radius: 14px; background: var(--flaeche);
  padding: 26px 28px; margin-top: 18px;
}
.datenblock dl { display: grid; grid-template-columns: 190px 1fr; gap: 12px 24px; margin: 0; }
.datenblock dt { font-family: "Instrument Sans", sans-serif; font-size: 14px; font-weight: 600; color: var(--leise); }
.datenblock dd { margin: 0; font-size: 16.5px; color: var(--weiss); }
.stand { margin-top: 46px; padding-top: 22px; border-top: 1px solid var(--linie); font-size: 15px; color: var(--leise); }
@media (max-width: 700px) {
  .rechts-kopf-innen { padding: 18px 22px; }
  .rechtstext { padding: 48px 22px 72px; }
  .datenblock dl { grid-template-columns: 1fr; gap: 4px 0; }
  .datenblock dd + dt { margin-top: 12px; }
}
