/* ELITEGROUP · Zusammenarbeit. Eine offene Prozessdarstellung mit vier Phasen. */
.journey{
  --j-offset:75; --j-phase:0;
  background:var(--brand-white); color:var(--ink); position:relative;
}
.journey__heading{
  display:grid; grid-template-columns:minmax(0,1.45fr) minmax(0,.8fr);
  gap:14px clamp(28px,4vw,52px); align-items:end;
}
.journey__chapter{
  grid-column:1 / -1; display:flex; align-items:center; gap:16px;
  font:500 .8125rem var(--ff-d); text-transform:uppercase; letter-spacing:.14em;
  color:var(--ink-2); margin:0 0 8px;
}
.journey__chapter span{ font-size:1.25rem; color:var(--teal-dk); letter-spacing:-.03em; }
.journey__chapter::after{ content:""; width:48px; height:1px; background:var(--teal); }
.journey__title{
  margin:0; font:500 clamp(1.875rem,3vw,2.625rem)/1.15 var(--ff-d);
  letter-spacing:-.045em; text-wrap:balance;
}
.journey__title > span{ color:var(--teal-dk); }
.journey__intro{ margin:0 0 3px; max-width:37ch; font-size:1rem; line-height:1.65; color:var(--ink-2); }
.journey__nav{
  display:grid; grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px; margin-top:clamp(24px,3vw,36px); padding-top:0;
}
.journey__step{
  position:relative; display:flex; align-items:flex-start; gap:13px;
  padding:16px 0 14px; min-width:0; border-top:1px solid var(--rule);
  color:var(--ink-2); text-decoration:none; font:550 1rem/1.35 var(--ff-d);
}
.journey__step::before{
  content:""; position:absolute; top:-1px; left:0; width:100%; height:2px;
  background:var(--teal-dk); transform:scaleX(0); transform-origin:left;
  transition:transform .45s var(--ease);
}
.journey__step[aria-selected="true"]::before{ transform:scaleX(1); }
.journey__step[aria-selected="true"]{ color:var(--ink); }
.journey__step > span:last-child{ min-width:0; overflow-wrap:anywhere; }
.journey__step small{ display:block; margin-top:6px; color:var(--ink-3); font:400 .875rem/1.45 var(--ff-t); }
.journey__step-no{
  flex:none; display:grid; place-items:center; width:28px; height:28px;
  margin-top:-3px; border:1px solid var(--rule); border-radius:50%;
  font:500 .75rem var(--ff-d); color:var(--ink-3);
  transition:background .25s ease,color .25s ease,border-color .25s ease;
}
.journey__step[aria-selected="true"] .journey__step-no{ color:var(--brand-white); border-color:var(--teal-dk); background:var(--teal-dk); }
.journey__step:hover{ color:var(--teal-dk); }
.journey__step:focus-visible{ outline:2px solid var(--teal-dk); outline-offset:5px; }
.journey__body{
  display:grid; grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);
  gap:clamp(28px,4vw,52px); align-items:center;
  margin-top:18px; padding-bottom:8px;
}
.journey__panels{ min-width:0; }
.journey__panel{
  position:relative; isolation:isolate; min-width:0; margin:0; padding:20px 0;
  scroll-margin-top:110px;
}
.journey__panel + .journey__panel{ border-top:1px solid var(--rule); }
.journey.is-enhanced .journey__panel{ border-top:0; min-height:0; }
.journey__panel[hidden]{ display:none; }
.journey__watermark{
  position:absolute; z-index:-1; top:-3px; left:-10px;
  color:var(--brand-surface); font:300 clamp(7rem,11vw,10rem)/1 var(--ff-d);
  letter-spacing:-.08em; pointer-events:none; user-select:none;
}
.journey__eyebrow{ margin:0 0 14px; color:var(--teal-dk); font:500 .8125rem/1.5 var(--ff-d); letter-spacing:.06em; }
.journey__panel h3{
  font:500 clamp(1.5rem,2.5vw,2.125rem)/1.12 var(--ff-d);
  letter-spacing:-.035em; margin:0; color:var(--ink); overflow-wrap:break-word;
}
.journey__text{ margin-top:16px; max-width:52ch; color:var(--ink-2); font-size:1rem; line-height:1.65; }
.journey__outcome{ border-left:2px solid var(--teal); margin-top:18px; padding-left:15px; }
.journey__outcome > span{ display:block; font:500 .75rem var(--ff-d); letter-spacing:.09em; text-transform:uppercase; color:var(--ink-3); }
.journey__outcome p{ margin:6px 0 0; max-width:40ch; font:500 1rem/1.5 var(--ff-d); color:var(--ink); }
.journey__time{ display:flex; gap:9px; align-items:center; margin-top:16px; color:var(--ink-2); font-size:.875rem; }
.journey__time svg{ width:18px; height:18px; flex:none; fill:none; stroke:var(--teal-dk); stroke-width:1.4; stroke-linecap:round; }
.journey__visual{ width:100%; max-width:360px; margin:0; justify-self:end; min-width:0; }
.journey__diagram{ position:relative; width:100%; isolation:isolate; }
.journey__diagram::before{ content:""; display:block; padding-top:100%; }
.journey__drawing{ position:absolute; inset:0; width:100%; height:100%; overflow:hidden; }
.journey__outer{ fill:none; stroke:var(--brand-surface); stroke-width:1; }
.journey__orbit{ fill:none; stroke:var(--brand-line); stroke-width:1.2; }
.journey__progress{
  fill:none; stroke:var(--teal); stroke-width:2.5; stroke-linecap:round;
  stroke-dasharray:100; stroke-dashoffset:var(--j-offset);
  transform:rotate(-90deg); transform-origin:250px 250px;
  transition:stroke-dashoffset .8s var(--ease);
}
.journey__connections{ fill:none; stroke:var(--brand-on-dark-muted); stroke-width:1; stroke-dasharray:3 5; }
.journey__ticks{ fill:none; stroke:var(--brand-line); stroke-width:1; }
.journey__hub{
  position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);
  width:46%; height:46%; border-radius:50%;
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:6px;
  padding:10px; text-align:center;
  background:var(--navy);
  box-shadow:0 18px 42px -30px rgba(var(--brand-navy-rgb),.48),0 0 0 10px var(--brand-white),0 0 0 11px var(--brand-line);
  color:var(--brand-white);
}
.journey__hub-step{ font:500 .75rem var(--ff-d); letter-spacing:.14em; color:var(--teal-hi); }
.journey__hub b{ font:500 clamp(1.125rem,1.6vw,1.375rem)/1.12 var(--ff-d); letter-spacing:-.03em; }
.journey__hub > span:last-child{ font:.8125rem/1.35 var(--ff-t); color:var(--brand-on-dark-muted); max-width:17ch; }
.journey__node{ position:absolute; width:42%; height:12px; text-align:center; transform:translate(-50%,-50%); }
.journey__node--1{ left:26%; top:26%; }
.journey__node--2{ left:74%; top:26%; }
.journey__node--3{ left:74%; top:74%; }
.journey__node--4{ left:26%; top:74%; }
.journey__node i{
  display:block; width:12px; height:12px; margin:auto; border-radius:50%;
  border:2px solid var(--teal-dk); background:var(--brand-white);
  box-shadow:0 0 0 6px var(--brand-white); transition:background .35s ease;
}
.journey[data-current="2"] .journey__node i,
.journey[data-current="3"] .journey__node i,
.journey[data-current="4"] .journey__node i{ background:var(--teal); }
.journey__node > span{
  display:block; position:absolute; bottom:24px; left:0; right:0;
  padding-inline:3px; font:500 .875rem/1.4 var(--ff-d); color:var(--ink-2);
  overflow-wrap:anywhere;
}
.journey__node--3 > span, .journey__node--4 > span{ top:24px; bottom:auto; }
.journey__caption{
  display:flex; justify-content:space-between; flex-wrap:wrap; gap:8px 20px;
  padding:17px 0 0; margin:0; border-top:1px solid var(--rule);
}
.journey__caption span:first-child{ font:500 .8125rem var(--ff-d); color:var(--teal-dk); letter-spacing:.02em; }
.journey__caption span:last-child{ font:.8125rem/1.5 var(--ff-t); color:var(--ink-3); letter-spacing:0; }
.journey__footer{ display:flex; justify-content:space-between; align-items:center; gap:20px; padding-top:22px; border-top:1px solid var(--rule); margin-top:20px; }
.journey__footer[hidden]{ display:none; }
.journey__position{ font:.875rem var(--ff-t); color:var(--ink-3); }
.journey__position b{ color:var(--teal-dk); font-weight:500; }
.journey__next{
  display:inline-flex; gap:17px; align-items:center; min-height:44px;
  border:0; padding:8px 0; background:none; color:var(--ink);
  font:550 .9375rem/1.45 var(--ff-d); text-align:left; cursor:pointer;
}
.journey__next svg{ width:20px; height:20px; fill:none; stroke:var(--teal-dk); stroke-width:1.5; flex:none; transition:transform .2s ease; }
.journey__next:hover svg{ transform:translateX(4px); }
.journey__next:focus-visible{ outline:2px solid var(--teal-dk); outline-offset:4px; }
/* Nur die eintretende Zeichnung bewegt sich. Kein Timer wechselt Texte. */
@media (prefers-reduced-motion:no-preference){
  .journey.has-entered .journey__connections{ animation:journeyLink 1.2s ease-out 1; }
  .journey__panel.is-entering{ animation:journeyContent .4s var(--ease); }
  .journey__diagram.is-entering .journey__node > span{ animation:journeyContent .45s var(--ease); }
}
@keyframes journeyLink{ from{ stroke-dashoffset:28; opacity:.25; } to{ stroke-dashoffset:0; opacity:1; } }
@keyframes journeyContent{ from{ opacity:.55; transform:translateY(8px); } to{ opacity:1; transform:none; } }
@media (max-width:1000px){
  .journey__heading{ grid-template-columns:minmax(0,1.25fr) minmax(0,1fr); gap:20px 34px; }
  .journey__nav{ gap:16px; }
  .journey__step{ gap:9px; font-size:.9375rem; }
  .journey__body{ gap:28px; }
  .journey.is-enhanced .journey__panel{ min-height:0; }
  .journey__hub{ gap:7px;background:var(--navy);}
}
@media (max-width:760px){
  .journey__heading{ grid-template-columns:minmax(0,1fr); gap:18px; }
  .journey__chapter{ margin:0; }
  .journey__title{ font-size:clamp(1.875rem,5.8vw,2.375rem); }
  .journey__intro{ max-width:48ch; font-size:1rem; }
  .journey__nav{ grid-template-columns:repeat(2,minmax(0,1fr)); gap:4px 18px; margin-top:24px; }
  .journey__step{ padding:13px 0; min-height:72px; font-size:.9375rem; }
  .journey__step small{ font-size:.8125rem; }
  .journey__body{ grid-template-columns:minmax(0,1fr); gap:4px; margin-top:20px; }
  .journey.is-enhanced .journey__panel{ min-height:0; padding:18px 0 16px; }
  .journey__watermark{ font-size:7rem; top:4px; left:-5px; }
  .journey__panel h3{ font-size:clamp(1.5rem,5vw,2rem); }
  .journey__text{ max-width:48ch; }
  .journey__visual{ max-width:300px; justify-self:center; }
  .journey__hub b{ font-size:clamp(1rem,4vw,1.125rem); }
  .journey__hub{ width:42%; height:42%; gap:6px; padding:9px;background:var(--navy);}
  .journey__hub-step{ font-size:.75rem; }
  .journey__caption{ justify-content:center; text-align:center; gap:7px; }
  .journey__caption > span{ flex-basis:100%; }
  .journey__footer{ gap:8px; align-items:stretch; flex-direction:column; }
  .journey__position{ flex:none; padding-top:0; font-size:.8125rem; }
  .journey__next{ font-size:.875rem; max-width:100%; justify-content:space-between; overflow-wrap:anywhere; }
}
@media (max-width:370px){
  .journey__step{ gap:7px; font-size:.875rem; }
  .journey__step-no{ width:24px; height:24px; margin-top:0; }
  .journey__step small{ font-size:.75rem; }
  .journey__hub{ width:39%; height:39%; gap:6px;background:var(--navy);}
  .journey__hub b{ font-size:1.0625rem; }
  .journey__hub > span:last-child{ display:none; }
}
@media (prefers-reduced-motion:reduce){
  .journey *, .journey *::before{ animation:none !important; transition:none !important; }
}
@media print{
  .journey__body{ display:block; }
  .journey__panel[hidden]{ display:block !important; }
  .journey__nav, .journey__visual, .journey__footer, .journey__watermark{ display:none !important; }
  .journey.is-enhanced .journey__panel{ min-height:0; break-inside:avoid; }
}
