/* ============================================================
   Leistungs-Unterseite: Scroll-Story
   Native WordPress-Ausgabe des Brand-&-Identity-Prototyps.
   ============================================================ */

.ww-service-scrolly {
  --scrolly-p: 0;
  position: relative;
  margin-top: clamp(14px, 2vw, 28px);
  background: var(--ww-soft-white);
  overflow: clip;
}

.ww-service-scrolly h1,
.ww-service-scrolly h2,
.ww-service-scrolly h3 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: var(--track-tight);
  text-wrap: balance;
}

/* Hero */
.ww-scrolly-hero {
  position: relative;
  min-height: clamp(560px, 74vh, 820px);
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  border-bottom: 1px solid var(--border-hairline);
  background: radial-gradient(120% 90% at 85% 0%, var(--ww-paper) 0%, var(--ww-soft-white) 55%);
}
.ww-scrolly-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--layout-max);
  margin-inline: auto;
  padding: clamp(34px, 5vw, 72px) var(--layout-gutter) clamp(40px, 5vw, 72px);
  transform-origin: left top;
}
.ww-scrolly-kicker,
.ww-scrolly-closing-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ww-scrolly-kicker { margin-bottom: clamp(26px, 4vw, 58px); }
.ww-scrolly-number {
  color: inherit;
  font: inherit;
}
.ww-scrolly-number::after {
  content: "/";
  margin-left: 10px;
  color: var(--ww-light-grey);
}
.ww-scrolly-hero-title {
  max-width: 16ch;
  margin: 0 0 clamp(30px, 4vw, 52px);
  color: var(--ww-graphite);
  font-size: clamp(46px, 8.5vw, 128px);
  line-height: .96;
  letter-spacing: -.035em;
}
.ww-scrolly-hero-title > span {
  display: block;
}
.ww-scrolly-highlight { color: var(--ww-electric-blue); }
.ww-scrolly-hero-actions,
.ww-scrolly-closing-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-3);
}
.ww-scrolly-hero-mark {
  position: absolute;
  right: var(--layout-gutter);
  bottom: -4vh;
  pointer-events: none;
  color: var(--ww-paper);
  font-family: var(--font-display);
  font-size: clamp(120px, 26vw, 460px);
  font-weight: 700;
  line-height: .8;
  letter-spacing: -.04em;
  text-shadow: 0 -2px 1px rgba(255,255,255,.9), 0 1px 1px rgba(70,66,54,.1), 0 4px 5px rgba(70,66,54,.12), 0 12px 22px rgba(70,66,54,.1), 0 24px 44px rgba(70,66,54,.08);
  animation: wwScrollyEmerge .7s var(--ease-out) both;
}
/* Crawl strips */
.ww-scrolly-marquee {
  height: 46px;
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  font-family: var(--font-display);
  font-size: clamp(16px, 1.5vw, 22px);
  font-weight: 700;
}
.ww-scrolly-marquee--graphite { background: var(--ww-graphite); color: var(--ww-soft-white); }
.ww-scrolly-marquee--lime { background: var(--ww-signal-lime); color: var(--ww-graphite); }
.ww-scrolly-marquee-track {
  display: inline-flex;
  width: max-content;
  animation: wwScrollyMarquee 75s linear infinite;
  will-change: transform;
}
.ww-scrolly-marquee-track:not([data-scrolly-marquee-ready]) { visibility: hidden; }
.ww-scrolly-marquee.is-reverse .ww-scrolly-marquee-track { animation-direction: reverse; }
.ww-scrolly-marquee-set,
.ww-scrolly-marquee-set > span { display: inline-flex; align-items: center; }
.ww-scrolly-marquee-set > span > i {
  margin-inline: clamp(20px, 3vw, 52px);
  color: var(--ww-electric-blue);
  font-size: 1em;
  font-weight: 700;
  font-style: normal;
}
.ww-scrolly-marquee--lime .ww-scrolly-marquee-set > span > i { color: var(--ww-graphite); }

/* Haltung */
.ww-scrolly-statement {
  position: relative;
  height: 500vh;
  background: var(--ww-soft-white);
}
.ww-scrolly-statement-stage {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.ww-scrolly-statement-copy {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr);
  align-items: center;
  gap: clamp(46px, 7vw, 120px);
}
.ww-scrolly-statement-text > .ww-meta {
  margin-bottom: var(--space-4);
}
.ww-scrolly-wordfill {
  max-width: 31ch;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(24px, min(3.4vw, 4.4vh), 48px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.02em;
}
.ww-scrolly-wordfill span {
  color: var(--ww-light-grey);
  transition: color .25s var(--ease-standard);
}
.ww-scrolly-wordfill span.is-lit { color: var(--ww-graphite); }
.ww-scrolly-statement-ghost {
  position: absolute;
  left: 0;
  bottom: clamp(6px, 1.5vh, 18px);
  color: transparent;
  font-family: var(--font-display);
  font-size: clamp(64px, min(15vw, 18vh), 220px);
  font-weight: 700;
  line-height: .8;
  letter-spacing: -.04em;
  white-space: nowrap;
  opacity: .75;
  -webkit-text-stroke: 1.5px var(--ww-light-grey);
  transform-origin: left bottom;
  will-change: transform;
  transform: translateX(calc((.22 - var(--scrolly-p) * .6) * 100%));
}
.ww-scrolly-brand-animation {
  width: min(100%, 560px);
  justify-self: end;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ww-scrolly-brand-lottie {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s var(--ease-standard);
}
.ww-scrolly-brand-lottie[data-lottie-started="1"] { opacity: 1; }
.ww-scrolly-brand-lottie svg { display: block; width: 100%; height: 100%; }
.ww-scrolly-brand-replay {
  margin-top: clamp(-14px, -1vw, -6px);
  padding: 5px 0;
  border: 0;
  border-bottom: 1px solid var(--ww-light-grey);
  background: transparent;
  color: var(--ww-mid-grey);
  font-family: var(--font-text);
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .25s, border-color .25s;
}
.ww-scrolly-brand-replay:hover,
.ww-scrolly-brand-replay:focus-visible { border-color: var(--ww-electric-blue); color: var(--ww-electric-blue); }

/* Leichte, service-spezifische Motive. Sie reagieren nur auf eine CSS-Variable
   und benötigen weder Bilder noch eine zusätzliche Runtime. */
.ww-service-scrolly:not(.ww-service-scrolly--brand) .ww-scrolly-statement { height: 280vh; }
.ww-scrolly-motif {
  position: relative;
  width: min(100%, 520px);
  aspect-ratio: 1;
  overflow: hidden;
  contain: layout paint;
  background: var(--ww-paper);
  border: 1px solid var(--border-hairline);
  border-radius: 50%;
}
.ww-scrolly-motif i { position: absolute; display: block; will-change: transform, opacity; }

/* Story & Concept: Fragmente werden zu Beats, Beats zu einem Story-Arc und
   der Arc zu einer klaren Aussage. */
.ww-scrolly-motif--story {
  --story-p: 0;
  --story-discover: 0;
  --story-structure: 0;
  --story-resolve: 0;
  --story-x: 0;
  --story-y: 0;
  isolation: isolate;
  border-color: rgba(255,255,255,.14);
  border-radius: clamp(18px, 3vw, 36px);
  background:
    radial-gradient(circle at calc(18% + var(--story-x) * 4%) calc(15% + var(--story-y) * 4%), rgba(59,108,255,.2), transparent 28%),
    linear-gradient(145deg, #171a21, #0e1015 72%);
  box-shadow:
    0 30px 80px rgba(17,19,21,.2),
    inset 0 0 0 1px rgba(255,255,255,.035);
}
.ww-scrolly-motif--story::before {
  content: '';
  position: absolute;
  z-index: 8;
  inset: 0;
  opacity: .16;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,.28) 0 1px, transparent 1.2px),
    radial-gradient(circle at 72% 64%, rgba(255,255,255,.18) 0 1px, transparent 1.2px);
  background-position: 0 0, 9px 13px;
  background-size: 21px 21px, 27px 27px;
  mix-blend-mode: soft-light;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}
.ww-scrolly-motif--story::after {
  content: '';
  position: absolute;
  z-index: 9;
  left: calc(9% + var(--story-p) * 82%);
  top: 8%;
  bottom: 8%;
  width: 1px;
  opacity: calc(var(--story-structure) * .24);
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, rgba(214,255,74,.8), transparent);
  box-shadow: 0 0 15px rgba(214,255,74,.25);
}
.ww-story-field {
  position: absolute;
  z-index: 2;
  inset: 7%;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: clamp(13px, 2.2vw, 26px);
  background:
    linear-gradient(180deg, rgba(255,255,255,.018), transparent),
    rgba(9,11,15,.22);
  box-shadow: inset 0 0 70px rgba(0,0,0,.22);
  transform:
    translate3d(calc(var(--story-x) * -5px), calc(var(--story-y) * -5px), 0)
    rotateX(calc(4deg - var(--story-structure) * 4deg))
    rotateY(calc(-5deg + var(--story-structure) * 5deg + var(--story-x) * 2.5deg))
    scale(calc(.96 + var(--story-discover) * .04));
  transform-origin: 50% 60%;
}
.ww-story-grid {
  position: absolute;
  inset: 0;
  opacity: calc(.08 + var(--story-discover) * .16);
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-position: calc(var(--story-x) * 7px) calc(var(--story-y) * 7px);
  background-size: clamp(30px, 6vw, 52px) clamp(30px, 6vw, 52px);
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}
.ww-story-beats {
  position: absolute;
  inset: 0;
  z-index: 3;
  perspective: 900px;
}
.ww-story-beat {
  --scatter-x: 0px;
  --scatter-y: 0px;
  --scatter-r: 0deg;
  position: absolute;
  width: 19%;
  height: 43%;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: clamp(6px, 1vw, 11px);
  opacity: calc(.08 + var(--story-discover) * .92);
  background: var(--ww-soft-white);
  box-shadow: 0 16px 44px rgba(0,0,0,.28);
  transform:
    translate3d(
      calc((1 - var(--story-structure)) * var(--scatter-x) + var(--story-x) * var(--parallax, 7px)),
      calc((1 - var(--story-structure)) * var(--scatter-y) + var(--story-y) * var(--parallax, 7px)),
      calc((1 - var(--story-structure)) * var(--depth, 0px))
    )
    rotate(calc((1 - var(--story-structure)) * var(--scatter-r)))
    scale(calc(.8 + var(--story-discover) * .2));
  transform-origin: 50% 100%;
}
.ww-story-beat b,
.ww-story-beat strong {
  position: absolute;
  z-index: 3;
  top: 7%;
  color: var(--ww-graphite);
  font-style: normal;
  line-height: 1;
}
.ww-story-beat b {
  left: 8%;
  color: var(--ww-mid-grey);
  font-family: var(--font-text);
  font-size: clamp(7px, .8vw, 10px);
  font-weight: 600;
  letter-spacing: .08em;
}
.ww-story-beat strong {
  right: 8%;
  max-width: 68%;
  overflow: hidden;
  font-family: var(--font-display);
  font-size: clamp(7px, .9vw, 11px);
  font-weight: 700;
  letter-spacing: .04em;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ww-scrolly-motif--story .ww-story-beat > i {
  inset: auto;
  left: 8%;
  right: 8%;
  top: 24%;
  bottom: 8%;
  width: auto;
  height: auto;
  border: 0;
  background: transparent;
}
.ww-story-beat--one {
  --scatter-x: -76px;
  --scatter-y: -82px;
  --scatter-r: -14deg;
  --depth: -40px;
  --parallax: 5px;
  left: 7%;
  top: 38%;
}
.ww-story-beat--one > i {
  background:
    linear-gradient(var(--ww-electric-blue),var(--ww-electric-blue)) 0 8% / 72% 17% no-repeat,
    linear-gradient(var(--ww-light-grey),var(--ww-light-grey)) 0 48% / 100% 1px no-repeat,
    linear-gradient(var(--ww-light-grey),var(--ww-light-grey)) 0 66% / 74% 1px no-repeat,
    linear-gradient(var(--ww-light-grey),var(--ww-light-grey)) 0 84% / 88% 1px no-repeat;
}
.ww-story-beat--two {
  --scatter-x: 62px;
  --scatter-y: -96px;
  --scatter-r: 10deg;
  --depth: 28px;
  --parallax: 8px;
  left: 29%;
  top: 28%;
}
.ww-story-beat--two > i {
  background:
    linear-gradient(128deg, transparent 0 35%, var(--ww-graphite) 36% 64%, transparent 65%),
    linear-gradient(var(--ww-light-grey),var(--ww-light-grey)) 0 92% / 100% 1px no-repeat;
}
.ww-story-beat--two > i::after {
  content: '';
  position: absolute;
  left: 9%;
  top: 12%;
  width: 26%;
  aspect-ratio: 1;
  border: 1.5px solid var(--ww-electric-blue);
  border-radius: 50%;
}
.ww-story-beat--three {
  --scatter-x: -48px;
  --scatter-y: 92px;
  --scatter-r: -8deg;
  --depth: 54px;
  --parallax: 12px;
  left: 51%;
  top: 17%;
  z-index: 3;
}
.ww-story-beat--three > i {
  border-radius: 50%;
  background:
    radial-gradient(circle, var(--ww-signal-lime) 0 19%, transparent 20%),
    repeating-radial-gradient(circle, transparent 0 15%, rgba(59,108,255,.72) 16% 17%, transparent 18% 27%);
}
.ww-story-beat--four {
  --scatter-x: 84px;
  --scatter-y: 66px;
  --scatter-r: 13deg;
  --depth: -16px;
  --parallax: 6px;
  left: 73%;
  top: 33%;
}
.ww-story-beat--four > i {
  background:
    linear-gradient(var(--ww-signal-lime),var(--ww-signal-lime)) 100% 0 / 55% 58% no-repeat,
    linear-gradient(var(--ww-graphite),var(--ww-graphite)) 0 100% / 72% 53% no-repeat;
}
.ww-story-beat--four > i::after {
  content: '';
  position: absolute;
  right: 5%;
  bottom: 8%;
  width: 18%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--ww-electric-blue);
  box-shadow: 0 0 0 5px rgba(59,108,255,.12);
}
.ww-story-arc {
  position: absolute;
  z-index: 4;
  left: 14%;
  right: 14%;
  top: 69%;
  height: 11%;
  opacity: var(--story-structure);
}
.ww-story-arc > span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 34%;
  height: 1px;
  background: var(--ww-signal-lime);
  box-shadow: 0 0 10px rgba(214,255,74,.28);
  transform: rotate(-12deg) scaleX(var(--story-structure));
  transform-origin: left;
}
.ww-story-arc > span:nth-child(2) {
  left: 33%;
  top: 28%;
  transform: rotate(-10deg) scaleX(var(--story-structure));
}
.ww-story-arc > span:nth-child(3) {
  left: 66%;
  top: 6%;
  transform: rotate(24deg) scaleX(var(--story-structure));
}
.ww-scrolly-motif--story .ww-story-arc > i {
  top: auto;
  width: clamp(5px, 1vw, 9px);
  height: auto;
  aspect-ratio: 1;
  border: 1.5px solid var(--ww-signal-lime);
  border-radius: 50%;
  background: #11141a;
  box-shadow: 0 0 0 4px rgba(214,255,74,.07);
  transform: translate(-50%,-50%) scale(calc(.55 + var(--story-structure) * .45));
}
.ww-story-arc > i:nth-of-type(1) { left: 0; top: 50%; }
.ww-story-arc > i:nth-of-type(2) { left: 33%; top: 29%; }
.ww-story-arc > i:nth-of-type(3) { left: 66%; top: 7%; }
.ww-story-arc > i:nth-of-type(4) { left: 100%; top: 51%; }
.ww-story-playhead {
  position: absolute;
  z-index: 5;
  left: calc(8% + var(--story-p) * 84%);
  top: 10%;
  bottom: 12%;
  width: 1px;
  opacity: calc(var(--story-structure) * .82);
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,.8) 18% 80%, transparent);
}
.ww-story-playhead::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 17%;
  width: clamp(5px, 1vw, 9px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--ww-soft-white);
  box-shadow: 0 0 16px rgba(247,247,244,.7);
  transform: translate(-50%,-50%);
}
.ww-story-statement {
  position: absolute;
  z-index: 6;
  left: 8%;
  right: 8%;
  bottom: 6%;
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0;
  opacity: var(--story-resolve);
  transform: translateY(calc((1 - var(--story-resolve)) * 16px));
}
.ww-story-statement span,
.ww-story-statement strong {
  color: var(--ww-soft-white);
  font-family: var(--font-display);
  font-size: clamp(13px, 2vw, 22px);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.02em;
}
.ww-story-statement strong { color: var(--ww-signal-lime); }
.ww-story-statement i {
  position: relative;
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,.26), var(--ww-signal-lime));
  transform: scaleX(var(--story-resolve));
  transform-origin: left;
}
.ww-story-statement i::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--ww-signal-lime);
  border-right: 1px solid var(--ww-signal-lime);
  transform: translateY(-50%) rotate(45deg);
}
.ww-story-index,
.ww-story-status {
  position: absolute;
  z-index: 10;
  color: rgba(247,247,244,.68);
  font-family: var(--font-text);
  font-size: clamp(8px, 1vw, 11px);
  line-height: 1;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.ww-story-index {
  left: 9%;
  top: 9%;
  opacity: calc(.2 + var(--story-discover) * .8);
  transform: translateX(calc((1 - var(--story-discover)) * -18px));
}
.ww-story-index::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--ww-electric-blue);
  box-shadow: 0 0 10px rgba(59,108,255,.75);
}
.ww-story-status {
  right: 9%;
  bottom: 9%;
  opacity: var(--story-resolve);
  transform: translateY(calc((1 - var(--story-resolve)) * 12px));
}

/* Motion & Film: Eine helle Temporal Lens übersetzt Zeit und Licht in ein
   fokussiertes Filmframe. Bewusst kreisförmig und deutlich leichter als die
   dunklen Story- und Worldbuilding-Szenen. */
.ww-scrolly-motif--motion {
  --motion-p: 0;
  --motion-expose: 0;
  --motion-frame: 0;
  --motion-focus: 0;
  --motion-x: 0;
  --motion-y: 0;
  isolation: isolate;
  border-color: rgba(17,19,21,.1);
  border-radius: 50%;
  background:
    radial-gradient(circle at calc(34% + var(--motion-x) * 5%) calc(25% + var(--motion-y) * 5%), rgba(255,255,255,.95), transparent 32%),
    radial-gradient(circle at 62% 66%, rgba(59,108,255,.09), transparent 43%),
    var(--ww-paper);
  box-shadow:
    0 30px 80px rgba(17,19,21,.13),
    inset 0 0 0 1px rgba(255,255,255,.65);
}
.ww-scrolly-motif--motion::before {
  content: '';
  position: absolute;
  z-index: 8;
  inset: 4%;
  border: 1px solid rgba(17,19,21,.07);
  border-radius: 50%;
  pointer-events: none;
  transform: rotate(calc(var(--motion-p) * 24deg));
}
.ww-scrolly-motif--motion::after {
  content: '';
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 5%;
  bottom: 5%;
  width: 1px;
  opacity: calc(.08 + var(--motion-frame) * .14);
  background: linear-gradient(to bottom, transparent, rgba(17,19,21,.38), transparent);
  transform: rotate(calc(-18deg + var(--motion-p) * 36deg));
  transform-origin: center;
}
.ww-motion-stage {
  position: absolute;
  z-index: 2;
  inset: 8%;
  border-radius: 50%;
  transform: translate3d(calc(var(--motion-x) * -5px), calc(var(--motion-y) * -5px), 0);
}
.ww-motion-light {
  position: absolute;
  z-index: 1;
  left: 15%;
  top: 13%;
  width: 72%;
  height: 72%;
  border-radius: 50%;
  opacity: calc(.12 + var(--motion-expose) * .42);
  background: conic-gradient(from calc(180deg + var(--motion-p) * 90deg), transparent, rgba(59,108,255,.44), rgba(214,255,74,.2), transparent 42%);
  filter: blur(clamp(20px, 5vw, 48px));
  transform: translate3d(calc(var(--motion-x) * 16px), calc(var(--motion-y) * 12px), 0) scale(calc(.68 + var(--motion-expose) * .4));
}
.ww-motion-lens {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 46%;
  width: 68%;
  aspect-ratio: 1;
  overflow: hidden;
  border: clamp(7px, 1.5vw, 14px) solid #202329;
  border-radius: 50%;
  background: #0e1117;
  box-shadow:
    0 0 0 1px rgba(17,19,21,.28),
    0 18px 40px rgba(17,19,21,.2),
    inset 0 0 45px rgba(0,0,0,.82);
  transform:
    translate(-50%,-50%)
    translate3d(calc(var(--motion-x) * 7px), calc(var(--motion-y) * 5px), 0)
    rotate(calc(-7deg + var(--motion-expose) * 7deg))
    scale(calc(.76 + var(--motion-expose) * .24));
}
.ww-motion-glass {
  position: absolute;
  z-index: 1;
  inset: 5%;
  border-radius: 50%;
  opacity: calc(.45 + var(--motion-focus) * .45);
  background:
    radial-gradient(circle at calc(38% + var(--motion-x) * 9%) calc(31% + var(--motion-y) * 8%), rgba(255,255,255,.48), transparent 5%),
    radial-gradient(circle at 57% 56%, rgba(59,108,255,.7), rgba(19,26,48,.55) 31%, #080b10 66%);
  box-shadow: inset 0 0 35px rgba(59,108,255,.3);
}
.ww-motion-iris {
  position: absolute;
  z-index: 2;
  inset: 8%;
  border-radius: 50%;
  transform: rotate(calc(-26deg + var(--motion-p) * 112deg));
}
.ww-scrolly-motif--motion .ww-motion-iris i {
  --blade: 0;
  left: 50%;
  top: 50%;
  width: 51%;
  height: 45%;
  border: 0;
  border-radius: 0;
  opacity: calc(.97 - var(--motion-expose) * .42);
  background: linear-gradient(155deg, #272b31, #11141a 72%);
  clip-path: polygon(0 0, 100% 0, 78% 100%, 8% 65%);
  transform-origin: 0 0;
  transform:
    rotate(calc(var(--blade) * 60deg))
    translate3d(calc(var(--motion-expose) * 21%), calc(var(--motion-expose) * 4%), 0)
    scale(calc(1 - var(--motion-expose) * .2));
}
.ww-scrolly-motif--motion .ww-motion-iris i:nth-child(1) { --blade: 0; }
.ww-scrolly-motif--motion .ww-motion-iris i:nth-child(2) { --blade: 1; }
.ww-scrolly-motif--motion .ww-motion-iris i:nth-child(3) { --blade: 2; }
.ww-scrolly-motif--motion .ww-motion-iris i:nth-child(4) { --blade: 3; }
.ww-scrolly-motif--motion .ww-motion-iris i:nth-child(5) { --blade: 4; }
.ww-scrolly-motif--motion .ww-motion-iris i:nth-child(6) { --blade: 5; }
.ww-motion-focus {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  width: 9%;
  aspect-ratio: 1;
  border: 1px solid var(--ww-signal-lime);
  border-radius: 50%;
  opacity: var(--motion-focus);
  box-shadow:
    0 0 0 7px rgba(214,255,74,.07),
    0 0 28px rgba(214,255,74,.2);
  transform: translate(-50%,-50%) scale(calc(.5 + var(--motion-focus) * .5));
}
.ww-motion-focus::after {
  content: '';
  position: absolute;
  inset: 33%;
  border-radius: 50%;
  background: var(--ww-signal-lime);
}
.ww-motion-frame {
  position: absolute;
  z-index: 5;
  left: 9%;
  right: 9%;
  top: 31%;
  aspect-ratio: 16 / 9;
  opacity: var(--motion-frame);
  transform:
    translate3d(calc(var(--motion-x) * 10px), calc(var(--motion-y) * 7px), 90px)
    scaleX(calc(.32 + var(--motion-frame) * .68))
    scaleY(calc(.64 + var(--motion-frame) * .36));
}
.ww-motion-frame-image {
  position: absolute;
  z-index: 1;
  inset: 2.5%;
  overflow: hidden;
  border-radius: clamp(3px, .6vw, 7px);
  opacity: calc(.18 + var(--motion-frame) * .34 + var(--motion-focus) * .48);
  background:
    linear-gradient(115deg, transparent 0 36%, rgba(214,255,74,.7) 37% 43%, transparent 44%),
    radial-gradient(circle at 67% 34%, rgba(255,255,255,.7), transparent 8%),
    linear-gradient(145deg, #172651, var(--ww-electric-blue) 48%, #0d1221);
  filter: blur(calc((1 - var(--motion-focus)) * 5px));
}
.ww-motion-frame-safe {
  position: absolute;
  z-index: 3;
  inset: 11%;
  border: 1px solid rgba(247,247,244,.34);
  opacity: var(--motion-focus);
}
.ww-scrolly-motif--motion .ww-motion-frame > i {
  width: 13%;
  height: 18%;
  border: 0;
  border-radius: 0;
  opacity: var(--motion-frame);
  background: transparent;
}
.ww-motion-frame > i:nth-child(1) { left: 0; top: 0; border-left: 2px solid var(--ww-graphite); border-top: 2px solid var(--ww-graphite); }
.ww-motion-frame > i:nth-child(2) { right: 0; top: 0; border-right: 2px solid var(--ww-graphite); border-top: 2px solid var(--ww-graphite); }
.ww-motion-frame > i:nth-child(3) { left: 0; bottom: 0; border-left: 2px solid var(--ww-graphite); border-bottom: 2px solid var(--ww-graphite); }
.ww-motion-frame > i:nth-child(4) { right: 0; bottom: 0; border-right: 2px solid var(--ww-graphite); border-bottom: 2px solid var(--ww-graphite); }
.ww-motion-ruler {
  position: absolute;
  z-index: 6;
  left: 17%;
  right: 17%;
  bottom: 8%;
  display: flex;
  justify-content: space-between;
  height: 13px;
  opacity: var(--motion-frame);
  border-top: 1px solid rgba(17,19,21,.32);
}
.ww-scrolly-motif--motion .ww-motion-ruler > i {
  position: relative;
  inset: auto;
  width: 1px;
  height: 6px;
  border: 0;
  border-radius: 0;
  background: rgba(17,19,21,.38);
}
.ww-motion-playhead {
  position: absolute;
  left: calc(var(--motion-p) * 100%);
  top: -4px;
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--ww-electric-blue);
  box-shadow: 0 0 0 5px rgba(59,108,255,.1);
  transform: translateX(-50%);
}
.ww-motion-index,
.ww-motion-status {
  position: absolute;
  z-index: 10;
  color: rgba(17,19,21,.62);
  font-family: var(--font-text);
  font-size: clamp(8px, 1vw, 11px);
  line-height: 1;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.ww-motion-index {
  left: 13%;
  top: 16%;
  opacity: calc(.2 + var(--motion-expose) * .8);
}
.ww-motion-index::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--ww-electric-blue);
}
.ww-motion-status {
  right: 14%;
  bottom: 16%;
  opacity: var(--motion-focus);
}

/* Visual Worlds: Aus einem abstrakten Koordinatenraum entsteht eine begehbare
   visuelle Welt. Die Choreografie wird über vier semantische Scroll-Phasen
   gesteuert: Orientierung, Aufbau, Öffnung und Fokus. */
.ww-scrolly-motif--worlds {
  --world-p: 0;
  --world-build: 0;
  --world-open: 0;
  --world-focus: 0;
  --world-x: 0;
  --world-y: 0;
  isolation: isolate;
  border-color: rgba(255,255,255,.16);
  border-radius: clamp(18px, 3vw, 36px);
  background:
    radial-gradient(circle at calc(70% + var(--world-x) * 5%) calc(26% + var(--world-y) * 4%), rgba(214,255,74,.13), transparent 21%),
    radial-gradient(circle at 40% 52%, rgba(59,108,255,.36), transparent 48%),
    #101319;
  box-shadow:
    0 30px 80px rgba(17,19,21,.2),
    inset 0 0 0 1px rgba(255,255,255,.035);
  perspective: 1100px;
}
.ww-scrolly-motif--worlds::before {
  content: '';
  position: absolute;
  z-index: 8;
  inset: 0;
  opacity: .13;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,.34) 0 1px, transparent 1.3px),
    radial-gradient(circle at 78% 68%, rgba(255,255,255,.24) 0 1px, transparent 1.4px);
  background-position: 0 0, 11px 15px;
  background-size: 23px 23px, 29px 29px;
  mix-blend-mode: soft-light;
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}
.ww-scrolly-motif--worlds::after {
  content: '';
  position: absolute;
  z-index: 9;
  left: 7%;
  right: 7%;
  top: calc(14% + var(--world-p) * 68%);
  height: 1px;
  opacity: calc(.12 + var(--world-open) * .2);
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(214,255,74,.78), transparent);
  box-shadow: 0 0 16px rgba(214,255,74,.28);
}
.ww-worlds-space {
  position: absolute;
  z-index: 2;
  inset: 7%;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: clamp(13px, 2.2vw, 26px);
  background:
    linear-gradient(180deg, rgba(59,108,255,.12), transparent 46%),
    radial-gradient(circle at 72% 26%, rgba(214,255,74,.08), transparent 30%);
  box-shadow:
    inset 0 0 70px rgba(0,0,0,.28),
    0 18px 60px rgba(0,0,0,.16);
  transform:
    translate3d(calc(var(--world-x) * -5px), calc(var(--world-y) * -5px), 0)
    rotateX(calc(7deg - var(--world-open) * 7deg))
    rotateY(calc(-11deg + var(--world-open) * 11deg + var(--world-x) * 4deg))
    scale(calc(.91 + var(--world-build) * .09));
  transform-style: preserve-3d;
  transform-origin: 50% 60%;
}
.ww-worlds-grid {
  position: absolute;
  left: -28%;
  right: -28%;
  bottom: -42%;
  height: 88%;
  opacity: calc(.2 + var(--world-build) * .42);
  background-image:
    linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px);
  background-size: clamp(24px, 5.2vw, 48px) clamp(24px, 5.2vw, 48px);
  transform:
    perspective(520px)
    rotateX(67deg)
    translate3d(calc(var(--world-x) * 13px), calc(15% - var(--world-p) * 12%), 0)
    scale(calc(1.12 + var(--world-open) * .18));
  transform-origin: 50% 0;
}
.ww-worlds-glow {
  position: absolute;
  z-index: 1;
  left: 22%;
  top: 24%;
  width: 56%;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: calc(.08 + var(--world-open) * .45);
  background: rgba(59,108,255,.7);
  filter: blur(clamp(28px, 7vw, 70px));
  transform: translate3d(calc(var(--world-x) * 12px), calc(var(--world-y) * 9px), 0) scale(calc(.5 + var(--world-open) * .65));
}
.ww-worlds-sun {
  position: absolute;
  z-index: 2;
  left: 70%;
  top: 22%;
  width: 16%;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: var(--world-open);
  background: var(--ww-signal-lime);
  box-shadow:
    0 0 0 clamp(7px, 1.8vw, 18px) rgba(214,255,74,.055),
    0 0 clamp(34px, 8vw, 84px) rgba(214,255,74,.38);
  filter: saturate(calc(.7 + var(--world-focus) * .3));
  transform:
    translate3d(calc((1 - var(--world-open)) * 54px + var(--world-x) * 15px), calc((1 - var(--world-open)) * -44px + var(--world-y) * 11px), 50px)
    scale(calc(.45 + var(--world-open) * .55));
  animation: wwWorldLight 4.8s ease-in-out infinite;
}
.ww-worlds-orbit {
  position: absolute;
  z-index: 3;
  left: 53%;
  top: 45%;
  width: 62%;
  height: 32%;
  border: 1px solid rgba(247,247,244,.28);
  border-radius: 50%;
  opacity: calc(var(--world-open) * .82);
  transform:
    translate(-50%,-50%)
    rotate(calc(-38deg + var(--world-p) * 184deg))
    rotateX(66deg)
    scale(calc(.72 + var(--world-open) * .28));
}
.ww-scrolly-motif--worlds .ww-worlds-orbit i {
  left: 9%;
  top: 50%;
  width: clamp(5px, 1.2vw, 10px);
  height: auto;
  aspect-ratio: 1;
  border: 0;
  border-radius: 50%;
  background: var(--ww-soft-white);
  box-shadow: 0 0 18px rgba(247,247,244,.85);
  transform: translate(-50%,-50%);
}
.ww-worlds-landscape {
  position: absolute;
  left: -6%;
  right: -6%;
  bottom: -2%;
  transform-origin: 50% 100%;
  will-change: transform;
}
.ww-worlds-landscape--back {
  z-index: 2;
  height: 53%;
  opacity: calc(.08 + var(--world-build) * .48);
  background: #456fe9;
  clip-path: polygon(0 74%, 10% 63%, 20% 69%, 36% 27%, 49% 59%, 61% 38%, 76% 65%, 90% 48%, 100% 62%, 100% 100%, 0 100%);
  transform:
    translate3d(calc((1 - var(--world-build)) * -18% + var(--world-x) * -8px), calc((1 - var(--world-build)) * 28% + var(--world-y) * -3px), -20px)
    scale(calc(1.12 - var(--world-focus) * .05));
}
.ww-worlds-landscape--middle {
  z-index: 4;
  height: 45%;
  opacity: calc(.06 + var(--world-build) * .8);
  background: #202839;
  clip-path: polygon(0 59%, 13% 36%, 25% 55%, 42% 13%, 56% 60%, 71% 28%, 84% 55%, 100% 21%, 100% 100%, 0 100%);
  transform:
    translate3d(calc((1 - var(--world-build)) * 20% + var(--world-x) * -13px), calc((1 - var(--world-build)) * 40% + var(--world-y) * -5px), 10px)
    scale(calc(1.08 - var(--world-focus) * .03));
}
.ww-worlds-landscape--front {
  z-index: 5;
  height: 34%;
  opacity: var(--world-build);
  background: linear-gradient(100deg, #0b0d12, #171c27 62%, #11151d);
  clip-path: polygon(0 46%, 19% 22%, 35% 48%, 56% 4%, 68% 43%, 84% 18%, 100% 39%, 100% 100%, 0 100%);
  transform:
    translate3d(calc((1 - var(--world-build)) * -24% + var(--world-x) * -20px), calc((1 - var(--world-build)) * 62% + var(--world-y) * -7px), 42px)
    scale(calc(1.05 + var(--world-focus) * .035));
}
.ww-worlds-beacon {
  position: absolute;
  z-index: 6;
  left: 57%;
  bottom: 22%;
  width: clamp(6px, 1.1vw, 10px);
  aspect-ratio: 1;
  border: 2px solid var(--ww-signal-lime);
  border-radius: 50%;
  opacity: var(--world-focus);
  box-shadow: 0 0 0 0 rgba(214,255,74,.3);
  transform: scale(calc(.45 + var(--world-focus) * .55));
  animation: wwWorldBeacon 2.8s ease-out infinite;
}
.ww-worlds-beacon::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 1px;
  height: clamp(48px, 12vw, 100px);
  opacity: .58;
  background: linear-gradient(to top, var(--ww-signal-lime), transparent);
  transform: translateX(-50%) scaleY(var(--world-focus));
  transform-origin: bottom;
}
.ww-worlds-portal {
  position: absolute;
  z-index: 6;
  inset: 14%;
  transform-style: preserve-3d;
  transform:
    translate3d(calc(var(--world-x) * 9px), calc(var(--world-y) * 7px), 120px)
    rotateZ(calc(-4deg + var(--world-open) * 4deg))
    scale(calc(.78 + var(--world-open) * .22));
}
.ww-scrolly-motif--worlds .ww-worlds-portal i {
  --portal-layer: 0;
  inset: calc(var(--portal-layer) * 4.4%);
  width: auto;
  height: auto;
  border: 1px solid rgba(247,247,244,.62);
  border-radius: clamp(8px, 1.5vw, 16px);
  opacity: calc(.08 + var(--world-open) * (1 - var(--portal-layer) * .13));
  background: transparent;
  box-shadow:
    inset 0 0 24px rgba(59,108,255,.08),
    0 0 22px rgba(59,108,255,.06);
  transform:
    translate3d(
      calc((var(--portal-layer) - 1.5) * (1 - var(--world-open)) * 38px),
      calc((var(--portal-layer) - 1.5) * (1 - var(--world-open)) * -30px),
      calc((3 - var(--portal-layer)) * 24px)
    )
    rotateY(calc((1 - var(--world-open)) * 28deg))
    scale(calc(.72 + var(--world-build) * .28));
}
.ww-scrolly-motif--worlds .ww-worlds-portal i:nth-child(1) { --portal-layer: 0; border-color: rgba(214,255,74,.66); }
.ww-scrolly-motif--worlds .ww-worlds-portal i:nth-child(2) { --portal-layer: 1; }
.ww-scrolly-motif--worlds .ww-worlds-portal i:nth-child(3) { --portal-layer: 2; border-color: rgba(59,108,255,.85); }
.ww-scrolly-motif--worlds .ww-worlds-portal i:nth-child(4) { --portal-layer: 3; border-color: rgba(247,247,244,.28); }
.ww-worlds-index,
.ww-worlds-coordinates {
  position: absolute;
  z-index: 10;
  color: rgba(247,247,244,.72);
  font-family: var(--font-text);
  font-size: clamp(8px, 1vw, 11px);
  line-height: 1;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.ww-worlds-index {
  left: 9%;
  top: 9%;
  opacity: calc(.22 + var(--world-build) * .78);
  transform: translateX(calc((1 - var(--world-build)) * -18px));
}
.ww-worlds-index::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--ww-signal-lime);
  box-shadow: 0 0 10px rgba(214,255,74,.65);
}
.ww-worlds-coordinates {
  right: 9%;
  bottom: 9%;
  opacity: var(--world-focus);
  transform: translateY(calc((1 - var(--world-focus)) * 12px));
}

@keyframes wwWorldLight {
  0%, 100% { filter: saturate(.9) brightness(.95); }
  50% { filter: saturate(1.08) brightness(1.08); }
}
@keyframes wwWorldBeacon {
  0%, 42% { box-shadow: 0 0 0 0 rgba(214,255,74,.3); }
  100% { box-shadow: 0 0 0 22px rgba(214,255,74,0); }
}

/* Content & Design Partnership: Zwei Arbeitsströme werden zu einem gemeinsamen
   modularen System. Helle, editoriale Oberfläche statt Netzwerk-Symbolik. */
.ww-scrolly-motif--partnership {
  --partner-p: 0;
  --partner-connect: 0;
  --partner-system: 0;
  --partner-scale: 0;
  --partner-x: 0;
  --partner-y: 0;
  isolation: isolate;
  border-color: rgba(17,19,21,.1);
  border-radius: clamp(18px, 3vw, 36px);
  background:
    radial-gradient(circle at calc(78% + var(--partner-x) * 4%) calc(17% + var(--partner-y) * 4%), rgba(214,255,74,.27), transparent 26%),
    linear-gradient(145deg, #f9f9f6, var(--ww-paper));
  box-shadow:
    0 30px 80px rgba(17,19,21,.12),
    inset 0 0 0 1px rgba(255,255,255,.75);
}
.ww-scrolly-motif--partnership::before {
  content: '';
  position: absolute;
  z-index: 8;
  inset: 0;
  opacity: .12;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(17,19,21,.28) 0 1px, transparent 1.2px);
  background-size: 24px 24px;
  mask-image: linear-gradient(135deg, #000, transparent 72%);
}
.ww-partnership-canvas {
  position: absolute;
  z-index: 2;
  inset: 7%;
  overflow: hidden;
  border: 1px solid rgba(17,19,21,.1);
  border-radius: clamp(13px, 2.2vw, 26px);
  background: rgba(255,255,255,.56);
  box-shadow: inset 0 0 50px rgba(17,19,21,.025);
  transform:
    translate3d(calc(var(--partner-x) * -5px), calc(var(--partner-y) * -5px), 0)
    scale(calc(.97 + var(--partner-connect) * .03));
}
.ww-partnership-grid {
  position: absolute;
  inset: 0;
  opacity: calc(.06 + var(--partner-system) * .16);
  background-image:
    linear-gradient(rgba(17,19,21,.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17,19,21,.1) 1px, transparent 1px);
  background-position: calc(var(--partner-x) * 7px) calc(var(--partner-y) * 7px);
  background-size: clamp(31px, 6.3vw, 54px) clamp(31px, 6.3vw, 54px);
}
.ww-partnership-stream {
  position: absolute;
  z-index: 4;
  top: 10%;
  width: 28%;
  height: 8%;
  opacity: calc(.18 + var(--partner-connect) * .82);
}
.ww-partnership-stream--client { left: 8%; }
.ww-partnership-stream--studio { right: 8%; text-align: right; }
.ww-partnership-stream b {
  color: var(--ww-mid-grey);
  font-family: var(--font-text);
  font-size: clamp(7px, .8vw, 10px);
  line-height: 1;
  letter-spacing: .12em;
}
.ww-scrolly-motif--partnership .ww-partnership-stream i {
  top: 52%;
  width: clamp(5px, .9vw, 8px);
  height: auto;
  aspect-ratio: 1;
  border: 0;
  border-radius: 50%;
  background: var(--ww-electric-blue);
  transform: translateY(-50%) translateX(calc(var(--partner-connect) * var(--travel, 0px)));
}
.ww-partnership-stream--studio i { background: var(--ww-signal-lime); }
.ww-partnership-stream i:nth-of-type(1) { left: 0; --travel: 10px; }
.ww-partnership-stream i:nth-of-type(2) { left: 32%; --travel: 18px; opacity: .66; }
.ww-partnership-stream i:nth-of-type(3) { left: 64%; --travel: 28px; opacity: .32; }
.ww-partnership-stream--studio i:nth-of-type(1) { left: auto; right: 0; --travel: -10px; }
.ww-partnership-stream--studio i:nth-of-type(2) { left: auto; right: 32%; --travel: -18px; }
.ww-partnership-stream--studio i:nth-of-type(3) { left: auto; right: 64%; --travel: -28px; }
.ww-partnership-system {
  position: absolute;
  z-index: 3;
  inset: 18% 7% 14%;
}
.ww-partnership-module {
  --module-x: 0px;
  --module-y: 0px;
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(17,19,21,.15);
  border-radius: clamp(5px, .8vw, 9px);
  opacity: calc(.22 + var(--partner-connect) * .78);
  background: var(--ww-soft-white);
  box-shadow: 0 10px 26px rgba(17,19,21,.08);
  transform:
    translate3d(
      calc((1 - var(--partner-system)) * var(--module-x) + var(--partner-x) * var(--module-depth, 5px)),
      calc((1 - var(--partner-system)) * var(--module-y) + var(--partner-y) * var(--module-depth, 5px)),
      0
    )
    rotate(calc((1 - var(--partner-system)) * var(--module-r, 0deg)))
    scale(calc(.8 + var(--partner-connect) * .2));
}
.ww-partnership-module b {
  position: absolute;
  left: 9%;
  bottom: 9%;
  color: var(--ww-graphite);
  font-family: var(--font-display);
  font-size: clamp(7px, 1vw, 12px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: .02em;
}
.ww-partnership-module::before {
  content: '';
  position: absolute;
  left: 9%;
  top: 10%;
  width: 18%;
  height: 3px;
  background: currentColor;
}
.ww-partnership-module--brief {
  --module-x: -92px;
  --module-y: -48px;
  --module-r: -9deg;
  --module-depth: 4px;
  left: 3%;
  top: 10%;
  width: 27%;
  height: 24%;
  color: var(--ww-electric-blue);
}
.ww-partnership-module--design {
  --module-x: 76px;
  --module-y: -82px;
  --module-r: 7deg;
  --module-depth: 9px;
  left: 33%;
  top: 2%;
  width: 45%;
  height: 35%;
  color: var(--ww-soft-white);
  background: var(--ww-electric-blue);
}
.ww-partnership-module--design b { color: var(--ww-soft-white); }
.ww-partnership-module--content {
  --module-x: -104px;
  --module-y: 74px;
  --module-r: 10deg;
  --module-depth: 7px;
  left: 3%;
  top: 40%;
  width: 31%;
  height: 43%;
  color: var(--ww-signal-lime);
  background: var(--ww-graphite);
}
.ww-partnership-module--content b { color: var(--ww-soft-white); }
.ww-partnership-module--motion {
  --module-x: 88px;
  --module-y: 92px;
  --module-r: -8deg;
  --module-depth: 12px;
  left: 37%;
  top: 42%;
  width: 19%;
  height: 41%;
  color: var(--ww-graphite);
  background: var(--ww-signal-lime);
}
.ww-partnership-module--core {
  --module-x: 116px;
  --module-y: 38px;
  --module-r: 6deg;
  --module-depth: 5px;
  left: 59%;
  top: 42%;
  width: 35%;
  height: 41%;
  color: var(--ww-electric-blue);
  background:
    radial-gradient(circle at 76% 27%, rgba(59,108,255,.14), transparent 25%),
    var(--ww-soft-white);
  box-shadow:
    0 10px 26px rgba(17,19,21,.08),
    inset 0 0 0 calc(var(--partner-scale) * 3px) var(--ww-electric-blue);
}
.ww-partnership-module--core b {
  color: var(--ww-electric-blue);
  font-size: clamp(10px, 1.5vw, 18px);
}
.ww-partnership-flow {
  position: absolute;
  z-index: 5;
  left: 10%;
  right: 10%;
  bottom: 7%;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: var(--partner-scale);
  transform: translateY(calc((1 - var(--partner-scale)) * 12px));
}
.ww-partnership-flow span,
.ww-partnership-flow strong {
  color: var(--ww-mid-grey);
  font-family: var(--font-text);
  font-size: clamp(7px, .8vw, 10px);
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .12em;
}
.ww-partnership-flow strong { color: var(--ww-electric-blue); }
.ww-partnership-flow i {
  position: relative;
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, var(--ww-light-grey), var(--ww-electric-blue));
  transform: scaleX(var(--partner-scale));
  transform-origin: left;
}
.ww-partnership-flow i::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--ww-electric-blue);
  border-right: 1px solid var(--ww-electric-blue);
  transform: translateY(-50%) rotate(45deg);
}
.ww-partnership-index,
.ww-partnership-status {
  position: absolute;
  z-index: 10;
  color: rgba(17,19,21,.62);
  font-family: var(--font-text);
  font-size: clamp(8px, 1vw, 11px);
  line-height: 1;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.ww-partnership-index {
  left: 9%;
  top: 9%;
  opacity: calc(.2 + var(--partner-connect) * .8);
}
.ww-partnership-index::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--ww-signal-lime);
}
.ww-partnership-status {
  right: 9%;
  bottom: 9%;
  opacity: var(--partner-scale);
}

.ww-service-scrolly--story .ww-scrolly-highlight,
.ww-service-scrolly--partnership .ww-scrolly-highlight { color: var(--ww-graphite); text-decoration: underline; text-decoration-color: var(--ww-signal-lime); text-decoration-thickness: .09em; text-underline-offset: .08em; }
.ww-service-scrolly--motion .ww-scrolly-hero { background: linear-gradient(145deg, var(--ww-soft-white) 58%, var(--ww-paper)); }
.ww-service-scrolly--worlds .ww-scrolly-hero { background: radial-gradient(90% 120% at 94% 4%, rgba(32,83,255,.12), var(--ww-soft-white) 62%); }

/* Angebot */
.ww-scrolly-offer {
  position: relative;
  border-top: 1px solid var(--border-hairline);
  background: var(--ww-paper);
  overflow: hidden;
}
.ww-scrolly-offer-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: clamp(40px, 6vw, 110px);
  padding-block: clamp(64px, 8vw, 120px);
}
.ww-scrolly-offer-intro {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.ww-scrolly-offer-intro > .ww-meta { margin-bottom: 18px; }
.ww-scrolly-offer-intro h2 {
  max-width: 14ch;
  margin: 0 0 var(--space-5);
  color: var(--ww-graphite);
  font-size: var(--type-section);
  line-height: var(--type-section-lh);
}
.ww-scrolly-body { max-width: 46ch; font-size: var(--type-body); line-height: var(--type-body-lh); }
.ww-scrolly-body p + p { margin-top: 1em; }
.ww-scrolly-offer-list { border-top: 1.5px solid var(--ww-graphite); }
.ww-scrolly-offer-list li {
  --proximity: 0;
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  gap: clamp(16px, 2.4vw, 34px);
  padding: clamp(18px, 2.1vw, 30px) 0;
  border-bottom: 1px solid var(--border-hairline);
  opacity: calc(.25 + var(--enter, 1) * .75);
  transform: translateY(calc((1 - var(--enter, 1)) * 64px));
}
.ww-scrolly-offer-list li > span {
  color: var(--ww-mid-grey);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}
.ww-scrolly-offer-list li > strong {
  color: var(--ww-graphite);
  font-family: var(--font-display);
  font-size: clamp(23px, 2.7vw, 42px);
  line-height: 1.04;
  letter-spacing: -.02em;
}
.ww-scrolly-offer-list li > i {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: var(--ww-electric-blue);
  transform: scaleX(var(--proximity));
  transform-origin: left;
}
.ww-scrolly-offer-ghost {
  position: absolute;
  right: -3vw;
  top: 8%;
  color: transparent;
  font-family: var(--font-display);
  font-size: clamp(120px, 22vw, 380px);
  font-weight: 700;
  line-height: .8;
  letter-spacing: -.04em;
  white-space: nowrap;
  opacity: .55;
  -webkit-text-stroke: 1.5px var(--ww-light-grey);
}

/* Prozess */
.ww-scrolly-process {
  position: relative;
  min-height: 400vh;
  background: var(--ww-graphite);
  color: var(--ww-soft-white);
}
.ww-scrolly-process-stage {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 620px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.ww-scrolly-process-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(40px, 7vw, 120px);
}
.ww-scrolly-process-index > .ww-meta { margin-bottom: 16px; color: var(--text-on-inverse-muted); }
.ww-scrolly-process-index h2 {
  max-width: 13ch;
  margin: 0 0 var(--space-5);
  color: var(--ww-soft-white);
  font-size: clamp(32px, 3.5vw, 54px);
  line-height: 1.04;
}
.ww-scrolly-process-intro {
  max-width: 42ch;
  margin: 0 0 var(--space-6);
  color: var(--text-on-inverse-muted);
  font-size: 15px;
  line-height: 1.55;
}
.ww-scrolly-process-index ol { display: flex; flex-direction: column; gap: clamp(10px, 1.4vw, 18px); }
.ww-scrolly-process-index li { display: flex; gap: 16px; align-items: baseline; opacity: .35; transition: opacity .35s, transform .35s var(--ease-out); }
.ww-scrolly-process-index li.is-active { opacity: 1; transform: translateX(6px); }
.ww-scrolly-process-index li span { color: var(--ww-signal-lime); font-family: var(--font-display); font-size: 13px; font-weight: 700; }
.ww-scrolly-process-index li strong { color: var(--ww-soft-white); font-family: var(--font-display); font-size: clamp(17px, 1.5vw, 22px); }
.ww-scrolly-process-rail { width: min(100%, 260px); height: 2px; margin-top: var(--space-5); overflow: hidden; background: var(--ww-graphite-60); }
.ww-scrolly-process-rail i { display: block; width: 100%; height: 100%; background: var(--ww-electric-blue); transform: scaleX(var(--scrolly-p)); transform-origin: left; }
.ww-scrolly-process-panels { position: relative; min-height: clamp(280px, 42vh, 440px); }
.ww-scrolly-process-panels::after {
  content: attr(data-active-number);
  position: absolute;
  right: -1vw;
  top: 50%;
  color: transparent;
  font-family: var(--font-display);
  font-size: clamp(200px, 26vw, 420px);
  font-weight: 700;
  line-height: .8;
  opacity: .5;
  transform: translateY(-50%);
  -webkit-text-stroke: 1.5px var(--ww-graphite-60);
}
.ww-scrolly-process-panel {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(clamp(130px, 18vh, 210px)) scale(.95);
  transition: opacity .32s, transform .52s var(--ease-out);
}
.ww-scrolly-process-panel.is-before { transform: translateY(clamp(-210px, -18vh, -130px)) scale(.95); }
.ww-scrolly-process-panel.is-after { transform: translateY(clamp(130px, 18vh, 210px)) scale(.95); }
.ww-scrolly-process-panel.is-active { opacity: 1; pointer-events: auto; transform: none; }
.ww-scrolly-process-panel > span {
  align-self: flex-start;
  margin-bottom: clamp(18px, 2.4vw, 30px);
  padding: 5px 11px;
  background: var(--ww-signal-lime);
  color: var(--ww-graphite);
  font-family: var(--font-display);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 700;
}
.ww-scrolly-process-panel h3 { margin: 0 0 clamp(14px, 1.6vw, 22px); color: var(--ww-soft-white); font-size: clamp(36px, 5vw, 76px); line-height: 1; }
.ww-scrolly-process-panel p { max-width: 44ch; color: var(--text-on-inverse-muted); font-size: clamp(16px, 1.3vw, 20px); line-height: 1.6; }

/* Horizontales Projekt-Reel */
.ww-scrolly-cases { position: relative; min-height: 100vh; border-top: 1px solid var(--border-hairline); background: var(--ww-soft-white); }
.ww-scrolly-cases-stage { position: sticky; top: 0; height: 100vh; min-height: 650px; display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.ww-scrolly-cases-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: clamp(24px, 3vw, 44px); }
.ww-scrolly-cases-head .ww-meta { margin-bottom: 14px; }
.ww-scrolly-cases-head h2 { max-width: 16ch; margin: 0; font-size: clamp(32px, 3.7vw, 58px); line-height: 1.04; }
.ww-scrolly-cases-viewport { margin-block: -56px; padding-block: 56px; overflow: hidden; }
.ww-scrolly-cases-track { display: flex; gap: clamp(20px, 2.4vw, 40px); padding-left: var(--layout-gutter); padding-right: var(--layout-gutter); will-change: transform; }
.ww-scrolly-case {
  flex: 0 0 min(78vw, 860px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 1px solid var(--border-hairline);
  border-radius: var(--radius-md);
  background: var(--ww-paper);
  color: var(--ww-graphite);
  transition: border-color .3s, box-shadow .4s var(--ease-out), transform .4s var(--ease-out);
}
.ww-scrolly-case:hover { border-color: var(--ww-light-grey); box-shadow: var(--shadow-pop); color: var(--ww-graphite); transform: translateY(-4px); }
.ww-scrolly-case-media { position: relative; min-height: 360px; }
.ww-scrolly-case-media .ww-tile { position: absolute; inset: 0; border-radius: 0; }
.ww-scrolly-case-body { display: flex; flex-direction: column; padding: clamp(22px, 2.4vw, 38px); }
.ww-scrolly-case-body > .ww-meta { margin-bottom: 12px; }
.ww-scrolly-case-body h3 { margin: 0 0 12px; font-size: clamp(26px, 2.4vw, 40px); line-height: 1.03; }
.ww-scrolly-case-body h3 i { color: var(--ww-mid-grey); font-style: normal; }
.ww-scrolly-case-body p { max-width: 44ch; margin: 0 0 auto; font-size: 16px; line-height: 1.55; }
.ww-scrolly-case-body > strong { align-self: flex-end; margin-top: var(--space-5); color: var(--ww-electric-blue); font-size: 14px; }
.ww-scrolly-case-body > strong span { display: inline-block; transition: transform .3s var(--ease-out); }
.ww-scrolly-case:hover .ww-scrolly-case-body > strong span { transform: translateX(4px); }
.ww-scrolly-case-end {
  flex: 0 0 min(56vw, 380px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 3vw, 48px);
  border: 1px dashed var(--ww-light-grey);
  border-radius: var(--radius-md);
}
.ww-scrolly-case-end > .ww-meta { margin-bottom: 12px; }
.ww-scrolly-case-end strong { max-width: 12ch; color: var(--ww-graphite); font-family: var(--font-display); font-size: clamp(24px, 2.4vw, 36px); line-height: 1.05; }
.ww-scrolly-case-end i { margin-top: 18px; color: var(--ww-graphite); font-family: var(--font-display); font-size: clamp(28px, 3vw, 44px); font-style: normal; }
.ww-scrolly-case-dots { display: flex; gap: 8px; }
.ww-scrolly-case-dots i { width: 8px; height: 8px; border-radius: 50%; background: var(--ww-light-grey); transition: background .3s, transform .3s; }
.ww-scrolly-case-dots i.is-active { background: var(--ww-electric-blue); transform: scale(1.35); }

/* Weitere Leistungen */
.ww-scrolly-more { padding-block: clamp(64px, 8vw, 120px); border-top: 1px solid var(--border-hairline); background: var(--ww-paper); }
.ww-scrolly-more-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: clamp(28px, 3.4vw, 48px); }
.ww-scrolly-more-head h2 { margin: 0; font-size: var(--type-section); line-height: var(--type-section-lh); }
.ww-scrolly-more-head p { max-width: 34ch; color: var(--text-muted); font-size: 15px; }
.ww-scrolly-more-list { border-top: 1.5px solid var(--ww-graphite); }
.ww-scrolly-more-list a {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: clamp(16px, 3vw, 40px);
  padding: clamp(20px, 2.4vw, 32px) 0;
  border-bottom: 1.5px solid var(--ww-graphite);
  color: var(--ww-graphite);
  transform: translateX(calc((1 - var(--enter, 1)) * -70px));
  opacity: calc(.15 + var(--enter, 1) * .85);
  transition: padding-left .4s var(--ease-out);
}
.ww-scrolly-more-list a:hover { padding-left: clamp(8px, 1.2vw, 18px); }
.ww-scrolly-more-list a > span { padding: 5px 10px; background: var(--ww-signal-lime); font-family: var(--font-display); font-size: clamp(20px, 2vw, 28px); font-weight: 700; }
.ww-scrolly-more-list a > strong { font-family: var(--font-display); font-size: clamp(20px, 2.3vw, 32px); line-height: 1.06; }
.ww-scrolly-more-list a > small { color: var(--ww-mid-grey); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.ww-scrolly-more-list a > i { color: var(--ww-electric-blue); font-size: 28px; font-style: normal; opacity: 0; transform: translateX(-8px); transition: opacity .3s, transform .3s; }
.ww-scrolly-more-list a:hover > i { opacity: 1; transform: none; }

/* Abschluss */
.ww-scrolly-closing { padding-block: clamp(64px, 8vw, 120px); background: var(--ww-graphite); color: var(--ww-soft-white); }
.ww-scrolly-closing-kicker { margin-bottom: 24px; }
.ww-scrolly-closing-kicker .ww-meta { color: var(--text-on-inverse-muted); }
.ww-scrolly-closing h2 { max-width: 16ch; margin: 0 0 var(--space-6); color: var(--ww-soft-white); font-size: var(--type-display); line-height: var(--type-display-lh); }
.ww-scrolly-closing > .ww-container > p { max-width: 52ch; margin: 0 0 var(--space-7); color: var(--text-on-inverse-muted); font-size: var(--type-lead); line-height: 1.5; }

@keyframes wwScrollyEmerge { from { opacity: 0; transform: translate3d(0, 28px, 0); } to { opacity: 1; transform: none; } }
@keyframes wwScrollyMarquee { to { transform: translateX(-50%); } }

@media (max-width: 880px) {
  .ww-scrolly-statement { height: 450vh; }
  .ww-scrolly-statement-stage { min-height: 720px; }
  .ww-scrolly-statement-copy { grid-template-columns: 1fr; gap: clamp(24px, 4vh, 36px); }
  .ww-scrolly-brand-animation { width: min(52vh, 360px); justify-self: center; }
  .ww-scrolly-offer-grid,
  .ww-scrolly-process-grid { grid-template-columns: 1fr; }
  .ww-scrolly-offer-intro { position: relative; top: auto; transform: none; }
  .ww-scrolly-process-index h2 { max-width: 18ch; }
  .ww-scrolly-process-intro { display: none; }
  .ww-scrolly-process-index ol { display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; }
  .ww-scrolly-process-index li { gap: 0; }
  .ww-scrolly-process-index li strong { display: none; }
  .ww-scrolly-process-panels { min-height: 310px; }
  .ww-scrolly-process-panels::after { display: none; }
  .ww-scrolly-case { flex-basis: min(88vw, 620px); grid-template-columns: 1fr; }
  .ww-scrolly-case-media { min-height: 240px; aspect-ratio: 16 / 9; }
  .ww-scrolly-more-list a { grid-template-columns: auto 1fr; }
  .ww-scrolly-more-list a > small,
  .ww-scrolly-more-list a > i { display: none; }
}

@media (max-width: 620px) {
  .ww-service-scrolly { margin-top: 8px; }
  .ww-scrolly-hero { min-height: 640px; }
  .ww-scrolly-hero-inner { padding-top: 34px; }
  .ww-scrolly-hero-title { font-size: clamp(43px, 13.5vw, 72px); }
  .ww-scrolly-hero-actions { align-items: stretch; flex-direction: column; max-width: 270px; }
  .ww-scrolly-hero-actions .ww-btn { justify-content: space-between; }
  .ww-scrolly-hero-mark { right: -6vw; bottom: 9vh; font-size: 43vw; }
  .ww-scrolly-brand-animation { width: min(76vw, 340px); }
  .ww-scrolly-wordfill { max-width: 21ch; font-size: clamp(24px, 7.2vw, 35px); }
  .ww-scrolly-statement-ghost { bottom: 8px; }
  .ww-scrolly-process-stage { min-height: 660px; }
  .ww-scrolly-process-index > .ww-meta { margin-bottom: 8px; }
  .ww-scrolly-process-index h2 { margin-bottom: 18px; font-size: 30px; }
  .ww-scrolly-process-panel h3 { font-size: clamp(34px, 11vw, 54px); }
  .ww-scrolly-cases-head { align-items: flex-start; }
  .ww-scrolly-cases-head h2 { font-size: 32px; }
  .ww-scrolly-case-dots { display: none; }
  .ww-scrolly-case-body { min-height: 310px; }
  .ww-scrolly-more-head { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .ww-scrolly-hero-mark,
  .ww-scrolly-marquee-track { animation: none !important; }
  .ww-scrolly-hero-inner,
  .ww-scrolly-hero-title > span,
  .ww-scrolly-hero-mark,
  .ww-scrolly-offer-list li,
  .ww-scrolly-offer-list li > strong,
  .ww-scrolly-more-list a { transform: none !important; opacity: 1 !important; }
  .ww-scrolly-wordfill span { color: var(--ww-graphite); }
  .ww-scrolly-statement,
  .ww-scrolly-process,
  .ww-scrolly-cases { height: auto !important; min-height: 0; }
  .ww-scrolly-statement-stage,
  .ww-scrolly-process-stage,
  .ww-scrolly-cases-stage { position: relative; height: auto; min-height: 0; padding-block: clamp(64px, 8vw, 120px); }
  .ww-scrolly-process-panel { position: relative; inset: auto; display: none; }
  .ww-scrolly-process-panels { display: grid; gap: var(--space-7); }
  .ww-scrolly-process-panel,
  .ww-scrolly-process-panel.is-active { display: flex; opacity: 1; transform: none; }
  .ww-scrolly-cases-viewport { overflow-x: auto; }
  .ww-scrolly-cases-track { transform: none !important; }
  .ww-scrolly-motif--worlds {
    --world-p: 1 !important;
    --world-build: 1 !important;
    --world-open: 1 !important;
    --world-focus: 1 !important;
    --world-x: 0 !important;
    --world-y: 0 !important;
  }
  .ww-scrolly-motif--worlds *,
  .ww-scrolly-motif--worlds::after { animation: none !important; }
  .ww-scrolly-motif--story {
    --story-p: 1 !important;
    --story-discover: 1 !important;
    --story-structure: 1 !important;
    --story-resolve: 1 !important;
    --story-x: 0 !important;
    --story-y: 0 !important;
  }
  .ww-scrolly-motif--story *,
  .ww-scrolly-motif--story::after { animation: none !important; }
  .ww-scrolly-motif--motion {
    --motion-p: 1 !important;
    --motion-expose: 1 !important;
    --motion-frame: 1 !important;
    --motion-focus: 1 !important;
    --motion-x: 0 !important;
    --motion-y: 0 !important;
  }
  .ww-scrolly-motif--motion *,
  .ww-scrolly-motif--motion::after { animation: none !important; }
  .ww-scrolly-motif--partnership {
    --partner-p: 1 !important;
    --partner-connect: 1 !important;
    --partner-system: 1 !important;
    --partner-scale: 1 !important;
    --partner-x: 0 !important;
    --partner-y: 0 !important;
  }
  .ww-scrolly-motif--partnership *,
  .ww-scrolly-motif--partnership::after { animation: none !important; }
}
