/* ==========================================================
   Startseite -- eigenes Seitenmodul ueber troncom.css.
   Fuehrt die vier Sparten zusammen. Die Roadmap-Sektion
   (.process-section / .rm) bleibt unangetastet.
   ========================================================== */
.hm {
  --rule: rgba(255,255,255,.14);
  --rule-strong: rgba(255,255,255,.3);
  --dim: rgba(255,255,255,.5);
  --mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
}
.hm-wrap { max-width: 1340px; margin: 0 auto; padding-inline: clamp(20px, 5vw, 80px); }

.hm-kicker {
  display: flex; align-items: center; gap: 14px;
  font-family: var(--mono); font-size: clamp(10px, 1vw, 12px);
  letter-spacing: .2em; text-transform: uppercase; color: var(--dim);
}
.hm-kicker::before { content: ''; width: 40px; height: 1px; background: rgba(255,255,255,.45); }

/* ---------- Buehne ---------- */
.hm-hero { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: center; overflow: hidden; }
.hm-hero video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: .8; }
.hm-hero::after {                 /* Vignette statt harter Kante links */
  content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    radial-gradient(130% 95% at 26% 42%, transparent 26%, rgba(0,0,0,.62) 100%),
    linear-gradient(to top, rgba(0,0,0,.92) 0%, rgba(0,0,0,.35) 34%, transparent 62%);
}
.hm-hero .hm-wrap { position: relative; z-index: 2; width: 100%; padding-top: clamp(120px, 16vh, 190px); padding-bottom: clamp(50px, 7vh, 90px); }
.hm-hero h1 {
  margin-top: clamp(24px, 3vw, 36px);
  font-size: clamp(38px, 5.9vw, 88px); font-weight: 600;
  letter-spacing: -.038em; line-height: 1.03;
  text-shadow: 0 2px 40px rgba(0,0,0,.6);
}
/* Zeilenweiser Aufzug */
.hm-hero h1 .ln {
  /* Platz fuer die Unterlaengen: der Aufzugsrahmen schnitt g, p und j ab.
     Die Aussparung wird per negativem Rand wieder eingezogen, damit der
     Zeilenabstand gleich bleibt. Der Startversatz waechst entsprechend,
     sonst luegte die Zeile vor dem Aufzug unten heraus. */
  display: block; overflow: hidden;
  padding-bottom: .16em; margin-bottom: -.16em;
}
.hm-hero h1 .ln > span {
  display: block;
  transform: translateY(125%);
  animation: hmRise .95s cubic-bezier(.16,.8,.3,1) forwards;
  animation-delay: calc(var(--l) * 130ms + 250ms);
}
@keyframes hmRise { to { transform: none; } }

/* Gestaffeltes Eintreten der uebrigen Elemente */
.hm-actions { margin-top: clamp(34px, 4.4vw, 62px); }
.hm-hero .hm-actions { margin-top: clamp(40px, 5.2vw, 74px); }

.hm-hero .hm-kicker,
.hm-hero .hm-lead,
.hm-hero .hm-actions {
  opacity: 0;
  animation: hmIn .9s cubic-bezier(.25,0,.3,1) forwards;
}
.hm-hero .hm-kicker  { animation-delay: .1s; }
.hm-hero .hm-lead    { animation-delay: .62s; }
.hm-hero .hm-actions { animation-delay: .78s; }
@keyframes hmIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

/* ---------- Aussage ---------- */
.hm-say { padding-block: clamp(70px, 9vw, 130px); border-top: 1px solid var(--rule); }
.say-top { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.92fr); gap: clamp(26px, 4vw, 72px); align-items: end; }
.say-top p { hyphens: none; font-size: clamp(26px, 3.7vw, 54px); font-weight: 600; letter-spacing: -.032em; line-height: 1.14; max-width: 22ch; }
.say-top .sub { font-size: clamp(15px, 1.4vw, 18px); font-weight: 400; line-height: 1.62; color: rgba(255,255,255,.58); max-width: 56ch; letter-spacing: 0; }
.say-top .sub em { font-style: normal; color: #fff; }
@media (max-width: 900px) {
  .say-top { grid-template-columns: 1fr; align-items: start; }
  .say-top .sub { margin-top: clamp(18px, 3vw, 26px); }
}

/* ---------- Ablaufvergleich: ein Vorgang, zwei Rechnungen ---------- */
.gt {
  margin-top: clamp(48px, 6.5vw, 92px);
  padding-top: clamp(26px, 3.2vw, 44px);
  border-top: 1px solid var(--rule-strong);
}

.gt-head {
  display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.85fr);
  gap: clamp(18px, 3vw, 56px); align-items: end;
  padding-bottom: clamp(24px, 2.8vw, 36px);
  border-bottom: 1px solid var(--rule);
}
.gt-kick {
  display: block; margin-bottom: 12px;
  font-family: var(--mono); font-size: clamp(9.5px, .92vw, 11px);
  letter-spacing: .18em; text-transform: uppercase; color: var(--dim);
}
.gt-head h3 { font-size: clamp(19px, 2.2vw, 30px); font-weight: 600; letter-spacing: -.028em; line-height: 1.1; }
.gt-head p { font-size: clamp(12.5px, 1.15vw, 14.5px); line-height: 1.6; color: rgba(255,255,255,.55); }

.gt-plot { position: relative; padding-top: clamp(30px, 3.6vw, 46px); }

.gt-row {
  display: grid;
  grid-template-columns: clamp(88px, 10vw, 132px) minmax(0,1fr) clamp(64px, 7vw, 92px);
  align-items: center; gap: clamp(14px, 1.8vw, 26px);
}
.gt-row + .gt-row { margin-top: clamp(16px, 1.8vw, 24px); }

.gt-lb {
  font-family: var(--mono); font-size: clamp(9.5px, .9vw, 11px);
  letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.5);
}
.gt-row:last-of-type .gt-lb { color: #fff; }

.gt-bar {
  display: flex; align-items: stretch;
  height: clamp(38px, 4.2vw, 54px);
  background: rgba(255,255,255,.045);
  outline: 1px solid rgba(255,255,255,.08); outline-offset: 0;
}
.sg {
  position: relative; display: grid; place-items: center;
  width: var(--w); min-width: 0;
  transform: scaleX(0); transform-origin: left center;
  transition: transform .8s cubic-bezier(.22,.61,.28,1);
  transition-delay: calc(var(--t) * 700ms + var(--g) * 130ms + 300ms);
}
.hm-say.visible .sg { transform: scaleX(1); }
.sg + .sg { border-left: 1px solid #000; }
.sg i {
  font-style: normal; font-family: var(--mono); font-size: clamp(9.5px, .9vw, 11.5px);
  letter-spacing: .04em; opacity: 0;
  transition: opacity .5s ease-out;
  transition-delay: calc(var(--t) * 700ms + var(--g) * 130ms + 900ms);
}
.hm-say.visible .sg i { opacity: 1; }

.sg.is-arbeit { background: rgba(255,255,255,.9); }
.sg.is-arbeit i { color: #000; }
.sg.is-suchen { background: linear-gradient(180deg, #FFC46B 0%, #E0A24E 100%); }
.sg.is-suchen i { color: #000; }
.sg.is-warten {
  background: repeating-linear-gradient(-45deg, rgba(255,255,255,.16) 0 5px, rgba(255,255,255,.05) 5px 10px);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.14);
}
.sg.is-warten i { color: rgba(255,255,255,.65); }
.sg.is-auto { background: linear-gradient(180deg, #7CF5B0 0%, #4FD48C 100%); }
.sg.is-auto i { color: #000; }

.gt-sum {
  font-size: clamp(20px, 2.4vw, 32px); font-weight: 600;
  letter-spacing: -.035em; font-variant-numeric: tabular-nums; text-align: right;
  opacity: 0; transform: translateX(-8px);
  transition: opacity .6s ease-out, transform .6s cubic-bezier(.25,0,.3,1);
  transition-delay: calc(var(--t) * 700ms + 1.05s);
}
.hm-say.visible .gt-sum { opacity: 1; transform: none; }
.gt-sum i {
  display: block; margin-top: 3px; font-style: normal;
  font-family: var(--mono); font-size: clamp(8.5px, .8vw, 10px);
  font-weight: 400; letter-spacing: .16em; text-transform: uppercase; color: var(--dim);
}

/* Der Abstand zwischen beiden Balken, ausgezeichnet */
.gt-delta {
  display: grid;
  grid-template-columns: clamp(88px, 10vw, 132px) minmax(0,1fr) clamp(64px, 7vw, 92px);
  gap: clamp(14px, 1.8vw, 26px);
  margin-top: clamp(12px, 1.4vw, 18px);
  opacity: 0; transition: opacity .8s ease-out 2.2s;
}
.hm-say.visible .gt-delta { opacity: 1; }
.gt-brk {
  grid-column: 2; position: relative; height: 16px;
  margin-left: 27.78%;                 /* endet dort, wo der kurze Balken aufhoert */
  border-left: 1px solid rgba(255,255,255,.3);
  border-right: 1px solid rgba(255,255,255,.3);
  border-bottom: 1px solid rgba(255,255,255,.3);
}
.gt-dv {
  grid-column: 2; justify-self: center; margin-top: 10px;
  font-size: clamp(12.5px, 1.2vw, 15px); font-weight: 600; letter-spacing: -.012em;
}
.gt-dv i {
  display: inline-block; margin-left: 10px; font-style: normal;
  font-family: var(--mono); font-size: clamp(8.5px, .8vw, 10px); font-weight: 400;
  letter-spacing: .16em; text-transform: uppercase; color: var(--dim);
}

.gt-legend {
  display: flex; flex-wrap: wrap; gap: clamp(14px, 2vw, 30px);
  margin-top: clamp(30px, 3.4vw, 44px);
  padding-top: clamp(20px, 2.2vw, 26px);
  border-top: 1px solid var(--rule);
}
.lg-i {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--mono); font-size: clamp(9px, .85vw, 10.5px);
  letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.55);
}
.lg-i i { width: 13px; height: 13px; flex: 0 0 auto; }
.lg-i i.is-arbeit { background: rgba(255,255,255,.9); }
.lg-i i.is-suchen { background: #FFC46B; }
.lg-i i.is-warten { background: repeating-linear-gradient(-45deg, rgba(255,255,255,.22) 0 4px, rgba(255,255,255,.05) 4px 8px); box-shadow: inset 0 0 0 1px rgba(255,255,255,.16); }
.lg-i i.is-auto   { background: #7CF5B0; }

.gt-note {
  margin-top: clamp(16px, 1.8vw, 22px);
  font-size: clamp(11.5px, 1.05vw, 13px); line-height: 1.6; color: rgba(255,255,255,.38);
}

@media (max-width: 820px) {
  .gt-head { grid-template-columns: 1fr; align-items: start; }
  .gt-row, .gt-delta { grid-template-columns: 1fr; gap: 8px; }
  .gt-row + .gt-row { margin-top: clamp(22px, 5vw, 30px); }
  .gt-sum { text-align: left; }
  .gt-sum i { display: inline; margin-left: 8px; }
  .gt-brk, .gt-dv { grid-column: 1; }
  .gt-bar { height: 34px; }
  .sg i { font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  .sg { transition: none; transform: scaleX(1); }
  .sg i, .gt-sum, .gt-delta { transition: none; opacity: 1; transform: none; }
}

/* ---------- Die vier Sparten ---------- */
.hm-sec { padding-block: clamp(64px, 8vw, 116px); border-top: 1px solid var(--rule); }
.hm-head { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.05fr); gap: clamp(28px, 4vw, 70px); align-items: end; margin-bottom: clamp(40px, 5vw, 64px); }
.hm-head h2 { font-size: clamp(28px, 3.8vw, 52px); font-weight: 600; letter-spacing: -.03em; line-height: 1.08; }
.hm-head .hm-kicker { margin-bottom: clamp(16px, 2vw, 22px); }
.hm-head p { font-size: clamp(14.5px, 1.35vw, 17px); line-height: 1.6; color: rgba(255,255,255,.6); }
@media (max-width: 880px) { .hm-head { grid-template-columns: 1fr; align-items: start; } }

/* ---------- Sparten als wechselseitige Baender ---------- */
.sp { display: grid; gap: clamp(40px, 5.5vw, 96px); }

.sp-item {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
  align-items: center;
  gap: clamp(28px, 4.4vw, 84px);
  color: inherit; text-decoration: none;
}
/* Jedes zweite Band spiegelt sich - die Spaltenbreiten tauschen mit,
   damit das Bild auf beiden Seiten gleich gross bleibt */
.sp-item:nth-child(even) { grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); }
.sp-item:nth-child(even) .sp-bild { order: 2; }
.sp-item:nth-child(even) .sp-text { order: 1; }

/* --- Bild --- */
.sp-bild {
  position: relative; overflow: hidden;
  aspect-ratio: 16 / 11; background: #000;
  box-shadow: 0 30px 80px rgba(0,0,0,.6);
}
.sp-bild::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(200deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,0) 42%, rgba(0,0,0,.28) 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.16);
}
.sp-bild img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  filter: contrast(1.05) saturate(.95) brightness(.82);
  transform: scale(1.12);
  clip-path: inset(0 0 0 100%);
  transition: transform 1.6s cubic-bezier(.2,.6,.25,1), clip-path 1.25s cubic-bezier(.25,0,.3,1);
  transition-delay: calc(var(--s) * 120ms);
}
.sp-item:nth-child(even) .sp-bild img { clip-path: inset(0 100% 0 0); }
.sp.visible .sp-bild img { transform: scale(1); clip-path: inset(0 0 0 0); }

.sp-nr {
  position: absolute; z-index: 1;
  top: clamp(14px, 1.8vw, 24px); left: clamp(16px, 2vw, 28px);
  font-family: var(--mono); font-weight: 700;
  font-size: clamp(38px, 5.2vw, 76px); line-height: .8;
  letter-spacing: -.04em; color: #fff; mix-blend-mode: difference;
  opacity: 0; transform: translateY(14px);
  transition: opacity .8s ease-out, transform .8s cubic-bezier(.25,0,.3,1);
  transition-delay: calc(var(--s) * 120ms + 520ms);
}
.sp.visible .sp-nr { opacity: .95; transform: none; }

/* --- Text --- */
.sp-text > * {
  opacity: 0; transform: translateY(16px);
  transition: opacity .8s cubic-bezier(.25,0,.3,1), transform .8s cubic-bezier(.25,0,.3,1);
}
.sp-text > *:nth-child(1) { transition-delay: calc(var(--s) * 120ms + 340ms); }
.sp-text > *:nth-child(2) { transition-delay: calc(var(--s) * 120ms + 420ms); }
.sp-text > *:nth-child(3) { transition-delay: calc(var(--s) * 120ms + 500ms); }
.sp-text > *:nth-child(4) { transition-delay: calc(var(--s) * 120ms + 580ms); }
.sp-text > *:nth-child(5) { transition-delay: calc(var(--s) * 120ms + 660ms); }
.sp-text > *:nth-child(6) { transition-delay: calc(var(--s) * 120ms + 740ms); }
.sp.visible .sp-text > * { opacity: 1; transform: none; }

.sp-kick {
  display: block;
  font-family: var(--mono); font-size: clamp(9.5px, .92vw, 11px);
  letter-spacing: .2em; text-transform: uppercase; color: var(--dim);
}
.sp-text h3 {
  margin-top: clamp(12px, 1.4vw, 18px);
  font-size: clamp(28px, 3.6vw, 52px); font-weight: 600;
  letter-spacing: -.036em; line-height: 1.02;
}
.sp-claim {
  margin-top: clamp(14px, 1.6vw, 20px);
  font-size: clamp(15px, 1.55vw, 20px); font-weight: 500;
  letter-spacing: -.018em; line-height: 1.35; color: rgba(255,255,255,.92);
  max-width: 30ch;
}
.sp-lead {
  margin-top: clamp(10px, 1.1vw, 14px);
  font-size: clamp(13.5px, 1.2vw, 15px); line-height: 1.65;
  color: rgba(255,255,255,.55); max-width: 46ch;
}

.sp-pkt {
  list-style: none; margin: clamp(20px, 2.2vw, 28px) 0 0; padding: 0;
  border-top: 1px solid var(--rule);
}
.sp-pkt li {
  position: relative; padding: clamp(10px, 1.1vw, 13px) 0 clamp(10px, 1.1vw, 13px) 20px;
  border-bottom: 1px solid var(--rule);
  font-size: clamp(12.5px, 1.15vw, 14px); line-height: 1.5;
  color: rgba(255,255,255,.72);
}
.sp-pkt li::before {
  content: ''; position: absolute; left: 0; top: 50%;
  width: 7px; height: 1px; background: rgba(255,255,255,.45);
}

.sp-go {
  display: inline-flex; align-items: center; gap: 11px;
  margin-top: clamp(20px, 2.2vw, 28px);
  font-family: var(--mono); font-size: clamp(10px, .95vw, 11.5px);
  letter-spacing: .16em; text-transform: uppercase; color: #fff;
  padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.45);
}
.sp-go i { font-size: 10px; }

@media (max-width: 900px) {
  .sp-item { grid-template-columns: 1fr; gap: clamp(20px, 4vw, 28px); }
  .sp-item:nth-child(even) .sp-bild { order: 0; }
  .sp-item:nth-child(even) .sp-text { order: 0; }
  .sp-bild { aspect-ratio: 16 / 9; }
  .sp-item:nth-child(even) .sp-bild img { clip-path: inset(0 0 0 100%); }
}

@media (prefers-reduced-motion: reduce) {
  .sp-bild img { transition: none; transform: none; clip-path: none; }
  .sp-nr, .sp-text > * { transition: none; opacity: 1; transform: none; }
  .sp.visible .sp-nr { opacity: .95; }
}

/* ---------- Drei Ebenen, technisch und zurueckhaltend ---------- */
.ebn-liste { position: relative; list-style: none; margin: 0; padding: 0; }

/* Schiene, die die drei Ebenen verbindet */
.ebn-schiene {
  position: absolute; top: 0; bottom: 0; left: clamp(9px, 1.1vw, 15px);
  width: 1px; background: var(--rule-strong);
  transform: scaleY(0); transform-origin: top center;
  transition: transform 1.5s cubic-bezier(.25,0,.3,1) .1s;
}
.ebn-liste.visible .ebn-schiene { transform: scaleY(1); }
.ebn-marke {
  position: absolute; left: -2px; top: 0; width: 5px; height: 5px;
  background: #FFC46B; box-shadow: 0 0 10px 1px rgba(255,196,107,.6); opacity: 0;
}
.ebn-liste.visible .ebn-marke { animation: ebnFahrt 7s cubic-bezier(.5,0,.5,1) 1.4s infinite; }
@keyframes ebnFahrt {
  0% { opacity: 0; top: 0; } 8% { opacity: 1; }
  92% { opacity: 1; } 100% { opacity: 0; top: 100%; }
}

.ebn {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .78fr);
  gap: clamp(24px, 4vw, 68px);
  align-items: center;
  padding: clamp(30px, 3.6vw, 52px) 0 clamp(30px, 3.6vw, 52px) clamp(34px, 4vw, 58px);
  border-top: 1px solid var(--rule);
}
.ebn:first-of-type { border-top: 1px solid var(--rule-strong); }
.ebn:last-of-type  { border-bottom: 1px solid var(--rule); }

/* Markierung auf der Schiene */
.ebn-tick {
  position: absolute; left: clamp(5px, .75vw, 11px); top: clamp(38px, 4.4vw, 62px);
  width: 9px; height: 9px; background: #000;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.75);
  transform: scale(0);
  transition: transform .5s cubic-bezier(.34,1.56,.64,1);
  transition-delay: calc(var(--y) * 190ms + 420ms);
}
.ebn-liste.visible .ebn-tick { transform: scale(1); }

/* --- Text --- */
.ebn-text > * {
  opacity: 0; transform: translateY(12px);
  transition: opacity .75s cubic-bezier(.25,0,.3,1), transform .75s cubic-bezier(.25,0,.3,1);
}
.ebn-text > *:nth-child(1) { transition-delay: calc(var(--y) * 190ms + 220ms); }
.ebn-text > *:nth-child(2) { transition-delay: calc(var(--y) * 190ms + 300ms); }
.ebn-text > *:nth-child(3) { transition-delay: calc(var(--y) * 190ms + 380ms); }
.ebn-text > *:nth-child(4) { transition-delay: calc(var(--y) * 190ms + 460ms); }
.ebn-liste.visible .ebn-text > * { opacity: 1; transform: none; }

.ebn-kopf {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--mono); font-size: clamp(9px, .88vw, 10.5px);
  letter-spacing: .18em; text-transform: uppercase;
}
.ebn-kopf i { font-style: normal; color: var(--dim); }
.ebn-kopf em {
  font-style: normal; color: rgba(255,255,255,.75);
  padding-left: 12px; border-left: 1px solid var(--rule-strong);
}
.ebn-text h3 {
  margin-top: clamp(11px, 1.3vw, 16px);
  font-size: clamp(21px, 2.4vw, 33px); font-weight: 600;
  letter-spacing: -.032em; line-height: 1.06;
}
.ebn-text p {
  margin-top: clamp(11px, 1.2vw, 15px);
  font-size: clamp(13px, 1.18vw, 15px); line-height: 1.64;
  color: rgba(255,255,255,.56); max-width: 44ch;
}
.ebn-daten {
  display: flex; flex-wrap: wrap; gap: clamp(18px, 2.6vw, 40px);
  margin: clamp(18px, 2vw, 26px) 0 0;
  padding-top: clamp(13px, 1.5vw, 17px);
  border-top: 1px solid var(--rule);
}
.ebn-daten dt {
  font-family: var(--mono); font-size: clamp(8.5px, .8vw, 10px);
  letter-spacing: .16em; text-transform: uppercase; color: var(--dim); margin-bottom: 5px;
}
.ebn-daten dd { margin: 0; font-size: clamp(12.5px, 1.12vw, 14px); color: rgba(255,255,255,.86); }

/* --- Figur --- */
.ebn-bild { padding-left: clamp(0px, 2vw, 30px); border-left: 1px solid var(--rule); }
.ebn-fig  { display: block; width: 100%; height: auto; overflow: visible; }
.ebn-fig * { vector-effect: non-scaling-stroke; }

/* Grundton - die Einzelregeln darunter muessen gleich spezifisch sein,
   sonst gewinnt diese Sammelregel (0,1,1) gegen eine reine Klasse (0,1,0). */
.ebn-fig line, .ebn-fig path, .ebn-fig polyline, .ebn-fig rect { fill: none; stroke: rgba(255,255,255,.3); stroke-width: 1; }
.ebn-fig .fg-rahmen, .ebn-fig .fg-kern { stroke: rgba(255,255,255,.42); }
.ebn-fig .fg-kern   { fill: rgba(255,255,255,.05); }
.ebn-fig .fg-zeile  { fill: rgba(255,255,255,.2); stroke: none; }
.ebn-fig .fg-zeile:nth-of-type(2) { fill: rgba(255,255,255,.15); }
.ebn-fig .fg-quelle, .ebn-fig .fg-ziel { fill: rgba(255,255,255,.05); }
.ebn-fig .fg-zelle  { fill: rgba(255,255,255,.16); stroke: none; }
.ebn-fig .fg-zelle.ist-hell { fill: rgba(255,255,255,.6); }
.ebn-fig .fg-kurve  { stroke: #FFC46B; stroke-width: 1.4; }
.ebn-fig .fg-haken  { stroke: #7CF5B0; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.ebn-fig .fg-caret  { stroke: #FFC46B; stroke-width: 1.6; }
.ebn-fig .fg-tipp   { stroke: rgba(255,255,255,.5); }

/* Eintritt der Figuren: alles zeichnet sich */
.fg-rahmen, .fg-kern, .fg-quelle, .fg-ziel {
  stroke-dasharray: var(--len, 420); stroke-dashoffset: var(--len, 420);
  transition: stroke-dashoffset 1.1s cubic-bezier(.25,0,.3,1);
  transition-delay: calc(var(--y) * 190ms + 300ms);
}
.ebn-liste.visible .fg-rahmen,
.ebn-liste.visible .fg-kern,
.ebn-liste.visible .fg-quelle,
.ebn-liste.visible .fg-ziel { stroke-dashoffset: 0; }

.fg-ein, .fg-aus, .fg-haken, .fg-kurve, .fg-tipp {
  stroke-dasharray: var(--len, 460); stroke-dashoffset: var(--len, 460);
  transition: stroke-dashoffset 1.2s cubic-bezier(.3,0,.25,1);
  transition-delay: calc(var(--y) * 190ms + var(--i, 0) * 110ms + 480ms);
}
.ebn-liste.visible .fg-ein,
.ebn-liste.visible .fg-aus,
.ebn-liste.visible .fg-haken,
.ebn-liste.visible .fg-kurve,
.ebn-liste.visible .fg-tipp { stroke-dashoffset: 0; }

.fg-zeile { transform: scaleX(0); transform-box: fill-box; transform-origin: left center;
  transition: transform .6s cubic-bezier(.25,0,.3,1);
  transition-delay: calc(var(--y) * 190ms + var(--i) * 140ms + 700ms); }
.ebn-liste.visible .fg-zeile { transform: scaleX(1); }

.fg-zelle { opacity: 0; transition: opacity .5s ease-out;
  transition-delay: calc(var(--y) * 190ms + var(--i) * 40ms + 420ms); }
.ebn-liste.visible .fg-zelle { opacity: 1; }

/* Ruhiges Eigenleben */
.ebn-liste.visible .fg-caret { animation: ebnBlink 1.2s steps(1,end) 1.6s infinite; }
@keyframes ebnBlink { 0%,49% { opacity: 1; } 50%,100% { opacity: 0; } }
.ebn-liste.visible .fg-ziel  { animation: ebnLeuchte 4.2s ease-in-out calc(var(--i) * 700ms + 2s) infinite; }
@keyframes ebnLeuchte { 0%,100% { fill: rgba(255,255,255,.05); } 18% { fill: rgba(255,196,107,.3); } }
.ebn-liste.visible .fg-zelle.ist-hell { animation: ebnFlimmer 5s ease-in-out calc(var(--i) * 260ms + 2s) infinite; }
@keyframes ebnFlimmer { 0%,100% { fill: rgba(255,255,255,.6); } 50% { fill: rgba(255,255,255,.16); } }

@media (max-width: 940px) {
  .ebn { grid-template-columns: 1fr; gap: clamp(22px, 5vw, 30px); align-items: start;
         padding-left: clamp(26px, 7vw, 40px); }
  .ebn-bild { padding-left: 0; border-left: 0; border-top: 1px solid var(--rule);
              padding-top: clamp(20px, 4vw, 26px); max-width: 420px; }
}

@media (prefers-reduced-motion: reduce) {
  .ebn-schiene { transition: none; transform: scaleY(1); }
  .ebn-marke { display: none; }
  .ebn-tick, .ebn-text > * { transition: none; opacity: 1; transform: none; }
  .fg-rahmen, .fg-kern, .fg-quelle, .fg-ziel, .fg-ein, .fg-aus,
  .fg-haken, .fg-kurve, .fg-tipp { transition: none; stroke-dashoffset: 0; }
  .fg-zeile { transition: none; transform: none; }
  .fg-zelle { transition: none; opacity: 1; }
  .ebn-liste.visible .fg-caret, .ebn-liste.visible .fg-ziel,
  .ebn-liste.visible .fg-zelle.ist-hell { animation: none; }
}

/* ---------- Videoband ---------- */
.hm-band { max-width: 1340px; margin: 0 auto; padding-inline: clamp(20px, 5vw, 80px); }
.hm-band figure { position: relative; margin: 0; overflow: hidden; }
.hm-band video { width: 100%; height: clamp(240px, 36vw, 440px); object-fit: cover; display: block; filter: contrast(1.05) saturate(1.1) brightness(.8); }
.hm-band figure::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 45%; background: linear-gradient(to top, rgba(0,0,0,.85), transparent); pointer-events: none; }
.hm-band figcaption {
  position: absolute; left: clamp(18px, 2.4vw, 34px); bottom: clamp(16px, 2.2vw, 28px);
  font-family: var(--mono); font-size: clamp(10px, 1vw, 11.5px);
  letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.9);
}

/* ---------- Abschluss ---------- */
.hm-end { padding-block: clamp(70px, 9vw, 130px) clamp(90px, 12vw, 150px); border-top: 1px solid var(--rule); }
.hm-end h2 { font-size: clamp(30px, 4.4vw, 62px); font-weight: 600; letter-spacing: -.032em; line-height: 1.05; max-width: 17ch; }
.hm-end p { margin-top: clamp(18px, 2.2vw, 26px); font-size: clamp(15px, 1.4vw, 18px); line-height: 1.6; color: rgba(255,255,255,.6); max-width: 52ch; }

@media (prefers-reduced-motion: reduce) { .hm-card { opacity: 1; transform: none; transition: none; } }


/* ---------- Scrollhinweis ---------- */
.hm-scroll {
  position: absolute; z-index: 3; left: clamp(20px, 5vw, 80px); bottom: clamp(26px, 4vh, 44px);
  display: flex; align-items: center; gap: 14px;
  font-family: var(--mono); font-size: clamp(9px, .88vw, 10.5px);
  letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.5);
  opacity: 0; animation: hmIn .9s cubic-bezier(.25,0,.3,1) 1.35s forwards;
}
.hm-scroll .track { position: relative; width: 54px; height: 1px; background: rgba(255,255,255,.22); overflow: hidden; }
.hm-scroll .track::after {
  content: ''; position: absolute; top: 0; left: 0; width: 18px; height: 1px; background: #fff;
  animation: hmSweep 2.6s cubic-bezier(.5,0,.5,1) infinite;
}
@keyframes hmSweep { 0% { transform: translateX(-20px); } 100% { transform: translateX(56px); } }

@media (prefers-reduced-motion: reduce) {
  .hm-hero h1 .ln > span { transform: none; animation: none; }
  .hm-hero .hm-kicker, .hm-hero .hm-lead, .hm-hero .hm-actions,

}

/* ---------- Einblendungen der Inhaltsabschnitte ---------- */
.say-top p, .hm-end h2, .hm-end p, .hm-end .hm-actions, .hm-end .hm-kicker {
  opacity: 0; transform: translateY(18px);
  transition: opacity .85s cubic-bezier(.25,0,.3,1), transform .85s cubic-bezier(.25,0,.3,1);
}
.hm-say.visible .say-top p, .hm-end.visible h2, .hm-end.visible p,
.hm-end.visible .hm-actions, .hm-end.visible .hm-kicker { opacity: 1; transform: none; }
.hm-say.visible .say-top p:nth-of-type(2) { transition-delay: .14s; }
.hm-end.visible h2 { transition-delay: .1s; }
.hm-end.visible p { transition-delay: .2s; }
.hm-end.visible .hm-actions { transition-delay: .3s; }


/* ---------- Marken ---------- */
.hm-brands {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: clamp(28px, 4vw, 64px);
  align-items: end;
  padding-top: clamp(30px, 3.6vw, 46px);
  border-top: 1px solid var(--rule-strong);
}
.hm-brand {                        /* keine Trennstriche zwischen den Marken */
  opacity: 0; transform: translateY(18px);
  transition: opacity .85s cubic-bezier(.25,0,.3,1), transform .85s cubic-bezier(.25,0,.3,1);
  transition-delay: calc(var(--b) * 140ms);
}
.hm-brands.visible .hm-brand { opacity: 1; transform: none; }

.hm-brand .mark { display: flex; align-items: flex-end; min-height: clamp(30px, 3.2vw, 44px); }
.hm-brand .lg { display: block; width: auto; }
.hm-brand .lg-intel  { height: clamp(30px, 3.2vw, 42px); }
.hm-brand .lg-amd    { height: clamp(24px, 2.5vw, 33px); }
.hm-brand .lg-nvidia { height: clamp(17px, 1.8vw, 24px); }
.hm-brand .lg-smc    { height: clamp(34px, 3.6vw, 46px); }
.hm-brand .role {
  display: block; margin-top: clamp(14px, 1.8vw, 20px);
  font-family: var(--mono); font-size: clamp(9.5px, .92vw, 11px);
  letter-spacing: .18em; text-transform: uppercase; color: var(--dim);
}

@media (max-width: 900px) { .hm-brands { grid-template-columns: repeat(2, minmax(0,1fr)); row-gap: clamp(30px,5vw,44px); } }
@media (max-width: 480px) { .hm-brands { grid-template-columns: 1fr; } }


@media (prefers-reduced-motion: reduce) {
  .say-top p, .hm-end h2, .hm-end p, .hm-end .hm-actions, .hm-end .hm-kicker,
  .hm-brand { opacity: 1; transform: none; transition: none; }
}

/* ---------- Vergleichsmatrix ---------- */
.vg { overflow-x: auto; }
.vg table { width: 100%; border-collapse: collapse; min-width: 780px; }
.vg-caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }

.vg thead td { border: 0; }
.vg thead th {
  text-align: left; vertical-align: bottom;
  padding: 0 clamp(14px, 1.6vw, 22px) clamp(16px, 1.8vw, 22px);
  border-bottom: 1px solid var(--rule-strong);
}
.vg thead .mk {
  display: block; font-size: clamp(15px, 1.6vw, 20px); font-weight: 600;
  letter-spacing: -.022em; color: rgba(255,255,255,.62);
}
.vg thead .ut {
  display: block; margin-top: 6px;
  font-family: var(--mono); font-size: clamp(9px, .85vw, 10.5px);
  letter-spacing: .14em; text-transform: uppercase; color: var(--dim);
}
/* Die eigene Spalte steht hervorgehoben */
.vg thead .ist-wir { border-bottom-color: #fff; }
.vg thead .ist-wir .mk { color: #fff; }
.vg thead .ist-wir .ut { color: rgba(255,255,255,.62); }

.vg tbody tr {
  opacity: 0; transform: translateY(12px);
  transition: opacity .7s cubic-bezier(.25,0,.3,1), transform .7s cubic-bezier(.25,0,.3,1);
  transition-delay: calc(var(--z) * 120ms + 200ms);
}
.vg.visible tbody tr { opacity: 1; transform: none; }

.vg tbody th {
  width: 22%; text-align: left; vertical-align: top;
  padding: clamp(18px, 2vw, 24px) clamp(20px, 2.2vw, 30px) clamp(18px, 2vw, 24px) 0;
  font-size: clamp(13px, 1.2vw, 15px); font-weight: 600; letter-spacing: -.01em;
  border-bottom: 1px solid var(--rule);
}
.vg tbody td {
  width: 26%; vertical-align: top;
  padding: clamp(18px, 2vw, 24px) clamp(14px, 1.6vw, 22px);
  border-bottom: 1px solid var(--rule);
  font-size: clamp(12.5px, 1.15vw, 14px); line-height: 1.55;
  color: rgba(255,255,255,.55);
}
.vg tbody td i { display: block; margin-bottom: 9px; font-size: 15px; }
.vg tbody td.ist-ja   i { color: #7CF5B0; }
.vg tbody td.ist-halb i { color: #FFC46B; }
.vg tbody td.ist-nein i { color: rgba(255,255,255,.3); }
/* Die eigene Spalte bleibt durchgehend lesbar */
.vg tbody td:nth-child(2) { color: rgba(255,255,255,.86); background: rgba(255,255,255,.035); }
.vg tbody tr:last-child td, .vg tbody tr:last-child th { border-bottom: 0; }

@media (max-width: 900px) {
  .vg { margin-inline: calc(var(--pad, 0px) * -1); }
  .vg table { min-width: 700px; }
}
@media (prefers-reduced-motion: reduce) {
  .vg tbody tr { transition: none; opacity: 1; transform: none; }
}

/* ---------- Fragen: Aufklappliste ---------- */
.fq { border-top: 1px solid var(--rule-strong); }

.fq-item {
  border-bottom: 1px solid var(--rule);
  opacity: 0; transform: translateY(12px);
  transition: opacity .7s cubic-bezier(.25,0,.3,1), transform .7s cubic-bezier(.25,0,.3,1);
  transition-delay: calc(var(--f) * 90ms + 150ms);
}
.fq.visible .fq-item { opacity: 1; transform: none; }

.fq-item summary {
  display: grid;
  grid-template-columns: clamp(44px, 5vw, 72px) minmax(0,1fr) clamp(28px, 3vw, 40px);
  align-items: center; gap: clamp(12px, 1.8vw, 24px);
  padding: clamp(20px, 2.3vw, 28px) 0;
  cursor: pointer; list-style: none;
}
.fq-item summary::-webkit-details-marker { display: none; }
.fq-item summary:focus-visible { outline: 1px solid rgba(255,255,255,.5); outline-offset: 4px; }

.fq-nr { font-family: var(--mono); font-size: clamp(10px, .95vw, 12px); letter-spacing: .16em; color: var(--dim); }
.fq-t {
  font-size: clamp(15px, 1.65vw, 22px); font-weight: 600;
  letter-spacing: -.024em; line-height: 1.28;
}

/* Plus, das sich beim Oeffnen zum Minus dreht */
.fq-ic { position: relative; justify-self: end; width: 15px; height: 15px; }
.fq-ic::before, .fq-ic::after {
  content: ''; position: absolute; inset: 50% 0 auto 0;
  height: 1px; background: rgba(255,255,255,.75);
  transition: transform .35s cubic-bezier(.25,0,.3,1), opacity .35s;
}
.fq-ic::after { transform: rotate(90deg); }
.fq-item[open] .fq-ic::after { transform: rotate(0deg); opacity: 0; }

.fq-a {
  display: grid; grid-template-rows: 0fr;
  transition: grid-template-rows .45s cubic-bezier(.25,0,.3,1);
}
.fq-item[open] .fq-a { grid-template-rows: 1fr; }
.fq-a > p {
  overflow: hidden;
  grid-column: 1 / -1;
  max-width: 72ch;
  margin-left: clamp(56px, 6.8vw, 96px);
  font-size: clamp(13.5px, 1.25vw, 15.5px); line-height: 1.66;
  color: rgba(255,255,255,.6);
}
.fq-item[open] .fq-a > p { padding-bottom: clamp(22px, 2.6vw, 32px); }

@media (max-width: 700px) {
  .fq-item summary { grid-template-columns: clamp(32px, 8vw, 44px) minmax(0,1fr) 22px; }
  .fq-a > p { margin-left: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .fq-item { transition: none; opacity: 1; transform: none; }
  .fq-a { transition: none; }
  .fq-ic::before, .fq-ic::after { transition: none; }
}
