/* Eigenes mobiles Satzraster. Die Desktop-Komposition ab 1001 px bleibt unverändert.
   Grundmaß 8 px, Außenrand und Karten-Inset 24 px, Rinnen 16 px.
   Pro Baustein: Überschrift, Lesetext, Metadaten – mit den bestehenden Markenschriften. */
@media (max-width: 1000px) {
  :root { --margin: 24px; --gutter: 16px; --chapter-y: 64px; --radius-lg: 24px; --mobile-heading: 40px; }
  /* Auch ältere Kapitel-Regeln mit festen 80 px folgen dem gemeinsamen Außenabstand. */
  .chapter { padding-block: var(--chapter-y); }
  .chapter--flush { padding-block: 0; }
  .shell, .hero .shell, .site-header > .shell { width: calc(100% - 2 * var(--margin)); }
  .grid > *, .section-head > *, .chapter-head > * { min-width: 0; }
  h2, .t-h1, .t-h2, .problem-intro h2, .system-head .t-h2, .platform-head .t-h2, .journey-stage h2 {
    font-size: var(--mobile-heading); line-height: 1.125; letter-spacing: -.045em; text-wrap: balance; overflow-wrap: normal;
  }
  h3, .t-h3 { font-size: 24px; line-height: 1.2; letter-spacing: -.035em; text-wrap: pretty; }
  .t-lead, .t-body, .section-head > p, .system-head .t-lead, .platform-head .t-lead, .system-shift .t-body {
    font-size: 16px; line-height: 1.5; text-wrap: pretty;
  }
  .eyebrow, .t-eyebrow, .chapter-line, .system .t-eyebrow { font-size: 12px; line-height: 1.5; letter-spacing: .08em; }
  .eyebrow { margin-bottom: 16px; }
  .t-eyebrow { gap: 8px; flex-wrap: wrap; }
  .t-eyebrow__index { gap: 8px; font-size: 12px; }
  .t-caption { font-size: 12px; line-height: 1.5; }
  .section-head, .chapter-head--split { grid-template-columns: minmax(0, 1fr); gap: 24px; margin-bottom: 32px; }
  .chapter-head__main, .chapter-head--split > .t-lead { grid-column: 1 / -1; }
  .chapter-head > * + *, .chapter-head__main > * + * { margin-top: 24px; }
  .chapter-head--split > * + *, .chapter-head .t-eyebrow + * { margin-top: 0; }
  .chapter-head .t-eyebrow { margin-bottom: 16px; }
  .chapter-line { margin-bottom: 32px; padding-top: 16px; }
  .chapter-line > :last-child { display: none; }
  .system-head, .platform-head, .fit-head { text-align: left; }
  .system-head .t-eyebrow, .platform-head .t-eyebrow, .fit-head .t-eyebrow { justify-content: flex-start; }
  .system-head .t-lead, .platform-head .t-lead { margin-inline: 0; }
  .system-nowrap, .platform-nowrap { white-space: normal; }
  /* Desktop-Zeilen werden zu zusammenhängenden Sätzen; fehlende Zwischenräume bleiben erhalten. */
  .system-head .t-line, .platform-head .t-line, .contact-grid h2 .t-line { display: inline; }
  .system-head .t-line + .t-line::before, .platform-head .t-line + .t-line::before, .contact-grid h2 .t-line::before { content: ' '; }
  .system-head br, .system-shift br, .platform-head br { display: none; }
  .button, .hero-actions .button, .cinematic-bottom .button { min-height: 56px; padding: 16px 24px; border-radius: 12px; gap: 16px; font-size: 16px; line-height: 1.4; }
  .text-link, .text-arrow { min-height: 48px; gap: 16px; font-size: 16px; }
  .button:hover { transform: none; }
  .mobile-menu { padding: 16px 24px 24px; padding-bottom: max(24px, env(safe-area-inset-bottom)); }
  .mobile-menu nav { margin-bottom: 24px; }
  .mobile-menu nav a { padding-block: 16px; font-size: 24px; line-height: 1.25; }
  .mobile-menu .button { width: 100%; }

  /* Aussage, Handlung, Visual, Referenzen: gleiche Leserichtung wie im Dokument. */
  .hero:not(.hero--cinematic) .hero-frame { display: flex; flex-direction: column; height: auto; min-height: 0; padding-top: 40px; }
  .hero-stage { min-height: 0; }
  .hero-meta { margin-bottom: 24px; }
  .hero-meta__right { display: none; }
  .hero-meta .eyebrow { font-size: 12px; }
  /* Die Hervorhebung ist auf Mobilgeräten sofort vollständig, unabhängig vom Scrollfortschritt. */
  .hero-punchline { --hero-reveal: 1; }
  .hero-grid { grid-row: auto; padding: 0 0 32px; gap: 32px; }
  .hero-copy > p { font-size: 16px; line-height: 1.5; margin-top: 24px; }
  .hero--benefits h1.hero-title { font-size: clamp(26px, 9.1cqw, 56px); line-height: 1.16; letter-spacing: -.045em; gap: 8px; }
  .hero-actions { display: grid; grid-template-columns: minmax(0, 1fr); gap: 8px; margin-top: 24px; }
  .hero-actions > *, .hero-actions .text-link { width: 100%; }
  .hero-actions .text-link { font-size: 16px; min-height: 56px; padding: 16px 24px; border: 1px solid var(--line-strong); border-radius: 12px; }
  .hero-actions .text-link > span { font-size: 20px; line-height: 1; }
  .hero-note { font-size: 12px; line-height: 1.5; margin-top: 16px; }
  .hero .result-sculpture { min-height: 0; height: auto; margin: 0 auto; gap: 16px; }
  .result-sculpture > svg { height: auto; aspect-ratio: 600 / 590; }
  .result-sculpture figcaption { margin-inline: 0; padding-top: 16px; gap: 16px; }
  .result-sculpture figcaption p { font-size: 12px; line-height: 1.5; }
  .result-sculpture figcaption a { width: 48px; height: 48px; }
  .hero .customer-bar { grid-row: auto; grid-template-columns: 1fr; margin: 0; padding-block: 24px; gap: 16px; border-bottom: 0; }
  .hero .customer-bar > p { font-size: 12px; line-height: 1.5; text-align: left; }
  .hero .customer-bar > p br { display: none; }
  .hero .customer-logos { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; justify-items: center; }
  .hero .customer-logos img { width: auto; max-width: 100%; height: 32px; max-height: 32px; }
  .hero .customer-logos img:nth-child(3) { height: 40px; max-height: 40px; }

  /* V8c: Einstieg und Frage führen direkt in vier kompakte Prozessbeispiele. */
  .hero--cinematic { --shell: calc(100vw - 48px); }
  .hero--cinematic .cinematic-stage { min-height: 0; }
  .cinematic-frame { padding-block: 0 32px; }
  .cinematic-scenes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .hero--cinematic:not(.is-cinematic) .cinematic-scene { min-height: 0; padding: 24px; max-width: none; justify-content: flex-start; }
  .cinematic-scene[data-world="campus"] { grid-column: 1 / -1; }
  .hero--cinematic:not(.is-cinematic) .cinematic-scene[data-cinematic-scene="0"] { padding: 64px 0 16px; }
  .hero--cinematic:not(.is-cinematic) .cinematic-scene[data-cinematic-scene="1"] { padding: 32px 0 16px; border-top: 1px solid #ffffff40; }
  .hero--cinematic:not(.is-cinematic) .cinematic-scene[data-cinematic-scene="2"] { padding: 32px 0 16px; }
  .hero--cinematic:not(.is-cinematic) .cinematic-scene[data-cinematic-scene="7"] { padding: 16px 0 0; }
  .hero--cinematic .cinematic-scene h1 { font-size: clamp(48px, 10vw, 72px); line-height: 1.04; text-wrap: initial; }
  .hero--cinematic .cinematic-scene h2 { font-size: 40px; line-height: 1.1; letter-spacing: -.045em; text-wrap: pretty; }
  .cinematic-scene[data-world="office"] { border: 1px solid #d4e7c92b; border-radius: 24px; background: #ffffff08; }
  .hero--cinematic .cinematic-scene[data-world="office"] h2 { font-size: 24px; line-height: 1.2; }
  .cinematic-kicker { font-size: 12px; line-height: 1.5; letter-spacing: .08em; margin-bottom: 16px; }
  .cinematic-scene p { font-size: 16px; line-height: 1.5; margin-top: 16px; }
  .cinematic-scene p br { display: none; }
  .cinematic-scene[data-world="office"] .cinematic-kicker { padding-bottom: 16px; border-bottom: 1px solid #ffffff24; }
  .hero--cinematic:not(.is-cinematic) .cinematic-world { height: 720px; max-height: none; mask-image: linear-gradient(#000 50%, transparent); }
  .cinematic-world img { transform: none; }
  .cinematic-scrim { background: linear-gradient(90deg, #09190fcc, #0d1c1399); }
  .cinematic-light { display: none; }
  .hero--cinematic:not(.is-cinematic) .cinematic-trust { order: 0; }
  .cinematic-bottom { display: block; padding-top: 32px; }
  .cinematic-actions { display: grid; grid-template-columns: 1fr; gap: 8px; }
  .cinematic-actions .button { width: 100%; }
  .cinematic-skip { min-height: 48px; justify-self: stretch; justify-content: center; font-size: 16px; }

  /* Die Abschnitte teilen sich Lesemaß, Abstände und klare Flächen. */
  .problem-layout, .problem-verdict { grid-template-columns: 1fr; gap: 32px; }
  .problem-intro > p { max-width: 38rem; font-size: 16px; line-height: 1.5; margin-block: 24px 16px; }
  .problem-item summary { grid-template-columns: 64px minmax(0, 1fr) 24px; gap: 16px; padding-block: 24px; }
  .problem-value { font-size: 40px; letter-spacing: -.05em; }
  .problem-value small { font-size: 16px; }
  .problem-heading strong { font-size: 24px; line-height: 1.2; }
  .problem-heading .eyebrow { font-size: 12px; line-height: 1.5; margin-bottom: 8px; }
  .problem-body { margin: 0; padding: 0 0 24px; }
  .problem-body > p { font-size: 16px; line-height: 1.5; }
  .problem-signal { font-size: 12px; line-height: 1.5; margin-top: 16px; }
  .problem-body blockquote { padding: 24px; margin-top: 24px; border-radius: 24px; font-size: 24px; }
  .problem-body cite { font-size: 12px; line-height: 1.5; }
  .problem-verdict { margin-top: 32px; padding-top: 24px; gap: 16px; }
  .problem-verdict > span { font-size: 12px; }
  .problem-verdict p { font-size: 24px; line-height: 1.25; }
  .system, .platform { padding-block: 64px; }
  .system-stage, .platform-stage, .journey-stage { padding-block: 0; }
  .system-scene { margin-top: 0; }
  .system-layout { min-height: 0; padding-block: 32px 0; gap: 32px; }
  .system-shift .t-h2 { font-size: 24px; line-height: 1.2; }
  .system-shift > * + * { margin-top: 16px; }
  .system-proof { margin-top: 24px; }
  .system-proof li { padding-block: 16px; gap: 16px; font-size: 16px; }
  .system-illustrations, .system-outcome { display: none; }
  .system-depth { margin: 0; }
  /* Die Karten haben eigene Konturen; die alte Tabellenlinie würde direkt auf der ersten liegen. */
  .system-stairs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 0; padding: 0; border: 0; }
  .system-stairs::after { display: none; }
  .system-stairs .system-bar { display: flex; flex-direction: column; gap: 16px; padding: 24px; border: 1px solid var(--line); border-radius: 24px; background: #ffffff70; }
  .system-stairs .system-bar:last-child { background: #dcebd0; }
  .system-stairs .system-bar__label { display: grid; grid-template-columns: 32px minmax(0, 1fr); gap: 8px; padding: 0; color: var(--ink); }
  .system-stairs .system-bar__label b { font-size: 12px; font-weight: 500; padding-top: 6px; color: var(--mint-dark); }
  .system-stairs .system-bar__label strong { font: 500 24px/1.2 var(--font-display); letter-spacing: -.035em; }
  .system-stairs .system-bar__label small { grid-column: 2; font-size: 16px; line-height: 1.5; color: var(--text-2); }
  .system-stairs .system-bar__track { order: 1; align-self: stretch; width: 100%; height: 4px; border: 0; margin-top: auto; background: var(--line); }
  .system-bar__fill { width: calc((var(--n) + 1) * 25%); background: #718e64; }
  .system-bar:last-child .system-bar__fill { background: var(--mint-dark); }
  .system-stairs .system-bar__outcome { position: static; width: auto; height: auto; overflow: visible; clip: auto; white-space: normal; margin: 0; font: 500 12px/1.5 var(--font-body); text-align: left; }
  /* Eine einzige Abstandsebene je Seite der Abschlusslinie, ohne addierte Desktop-Margins. */
  .system-close { margin-top: 32px; padding-top: 0; }
  .system-close__row { display: block; margin-top: 0; padding-top: 32px; }
  .system-close__row .t-h3 { max-width: none; font-size: 24px; }
  .system-close__actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); justify-content: stretch; gap: 16px; margin-top: 24px; }
  .system-close__actions .button { width: 100%; }
  .discipline-grid { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .discipline-grid article { border: 1px solid var(--line-light); border-radius: 24px; padding: 24px; }
  .discipline-top { display: flex; gap: 16px; }
  .discipline-top > span { font-size: 24px; letter-spacing: -.035em; color: var(--mint-dark); }
  .discipline-top p { font-size: 12px; margin: 0; }
  .discipline-grid h3 { font-size: 24px; line-height: 1.2; margin-top: 24px; }
  .discipline-grid article > p { max-width: none; font-size: 16px; line-height: 1.5; margin-top: 16px; }
  .discipline-outcome { margin-top: 32px; padding-top: 24px; gap: 16px; }
  .discipline-outcome > span { font-size: 32px; }
  .discipline-outcome p { font-size: 16px; line-height: 1.5; flex-basis: calc(100% - 48px); }
  .discipline-outcome .text-link { width: 100%; margin: 0; }

  /* Vergleich: ein Kriterium pro Fläche, darunter die drei eindeutig zugeordneten Ansätze. */
  .comparison-table-wrap, .fit-table-wrap { margin-top: 32px; border: 0; border-radius: 0; overflow: visible; }
  .comparison-table, .comparison-table tbody, .comparison-table tr, .comparison-table tbody th, .comparison-table td,
  .fit-table, .fit-table tbody, .fit-table tbody th, .fit-table tbody td { display: block; width: auto; }
  .comparison-table colgroup, .fit-table colgroup { display: none; }
  .comparison-table thead, .fit-table thead { position: absolute; display: block; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .comparison-table tbody, .fit-table tbody { display: grid; gap: 16px; }
  .comparison-table tbody tr, .fit-table tbody tr { display: block; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; padding: 0; }
  .comparison-table tbody th, .fit-table tbody th { display: flex; align-items: center; gap: 16px; border: 0; background: transparent; padding: 24px; font: 500 24px/1.2 var(--font-display); letter-spacing: -.035em; }
  .comparison-table tbody td, .comparison-table tbody .is-plotdesk, .fit-table tbody td { border: 0; border-top: 1px solid var(--line); padding: 16px 24px; margin: 0; font-size: 16px; line-height: 1.5; }
  .comparison-table tbody td::before, .fit-table__mobile-label { display: block; margin-bottom: 8px; font-size: 12px; line-height: 1.5; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; }
  .comparison-table tbody tr:last-child th, .comparison-table tbody tr:last-child td { border-bottom: 0; }
  .comparison-table tbody .is-plotdesk { background: #e3ead8; }
  .comparison-close { display: grid; grid-template-columns: 1fr; gap: 24px; margin-top: 32px; }
  .comparison-close .t-lead, .comparison-close__link { grid-column: 1 / -1; margin: 0; justify-content: flex-start; }
  .fit-table__index { margin: 0; font: 500 12px/1.5 var(--font-body); }

  /* Galerie: eigenständige Bildzone, gleich breite Karten, Inhalt darf wachsen. */
  .use-cases-scroll { margin-top: 32px; }
  .use-cases-stage { padding-block: 0; }
  .use-cases-bar { display: grid; grid-template-columns: 1fr; gap: 16px; margin-bottom: 24px; }
  .use-cases-bar__label, .use-cases-bar__position { font-size: 12px; line-height: 1.5; }
  .use-cases-bar__hint { display: none; }
  .use-cases-bar__nav { justify-content: space-between; margin: 0; }
  .rail-nav button { width: 48px; height: 48px; }
  .use-cases-rail { gap: 16px; align-items: stretch; }
  .use-case, .use-case--lead { width: min(432px, calc(100vw - 64px)); height: auto; min-height: 0; padding: 0; justify-content: flex-start; background: var(--ink); border-radius: 24px; }
  .use-case__img { position: static; width: 100%; height: 184px; flex-shrink: 0; transform: none; }
  .use-case::after { display: none; }
  .use-case__meta { padding: 24px 24px 0; gap: 8px; font-size: 12px; line-height: 1.5; }
  .use-case__meta > span:first-child { min-width: 0; }
  .use-case__meta .t-num { font-size: 12px; margin-right: 8px; }
  .use-case__live { flex-shrink: 0; }
  .use-case__body { display: flex; flex-direction: column; flex: 1; padding: 24px; gap: 0; margin-top: 0; }
  .use-case__body .t-h3 { font-size: 24px; line-height: 1.2; }
  .use-case__body .t-body { font-size: 16px; line-height: 1.5; margin-top: 16px; margin-bottom: 24px; hyphens: auto; overflow-wrap: anywhere; }
  .use-case__metrics { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; margin-top: auto; padding-top: 24px; gap: 16px; }
  .use-case__metrics > .metric:first-child { grid-column: 1 / -1; display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: baseline; gap: 16px; }
  .use-case__metrics .metric strong, .use-case__metrics .use-case__metric--secondary strong { font-size: 24px; line-height: 1.2; }
  .use-case .metric span { font-size: 12px; line-height: 1.5; margin-top: 8px; }
  .use-case__metrics > .metric:first-child span { margin-top: 0; }
  .use-cases-outro { width: min(432px, calc(100vw - 64px)); min-height: 0; padding: 24px; }
  .use-cases-outro h3 { font-size: 32px; }
  .use-cases-foot { margin-top: 24px; padding-top: 24px; flex-direction: column; align-items: stretch; gap: 16px; }
  .use-cases-foot .button { width: 100%; }
  .industries { background: var(--paper); padding-block: 0 64px; }
  /* Ohne Farbwechsel zwischen den Kapiteln genügt ein gemeinsamer Außenabstand. */
  .industries + .platform { padding-top: 0; }
  .industries-stage { background: var(--paper); }
  .industries-head { padding-block: 64px 0; }
  .industries-scene .industries-layout { width: calc(100% - 48px); min-height: 0; }
  .scene:not(.is-pinned) .industries-panel { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  /* Auch zwischen 681 und 1000 px lösen sich die fünf Desktop-Szenen aus derselben Grid-Zelle. */
  .scene:not(.is-pinned) .industries-step { grid-area: auto; display: flex; flex-direction: column; justify-content: flex-start; min-height: 0; padding: 0 24px 24px; margin: 0; gap: 16px; border-radius: 24px; background: var(--ink); }
  .scene:not(.is-pinned) .industries-step::after { display: none; }
  .scene:not(.is-pinned) .industries-step__media { position: static; z-index: auto; height: 184px; flex-shrink: 0; margin: 0 -24px 8px; }
  .scene:not(.is-pinned) .industries-step > * { max-width: none; margin-top: 0; margin-bottom: 0; }
  .industries-step .t-eyebrow { display: grid; grid-template-columns: auto minmax(0, 1fr); column-gap: 16px; row-gap: 0; }
  .industries-step .t-h2 { font-size: 24px; line-height: 1.2; text-wrap: pretty; overflow-wrap: normal; }
  .industries-step .t-lead { font-size: 16px; line-height: 1.5; }
  .industries-pills { gap: 8px; }
  .industries-pills li { font-size: 12px; line-height: 1.5; padding: 8px 12px; }
  .scene:not(.is-pinned) .industries-step .industries-facts { margin-top: auto; padding-top: 24px; display: grid; grid-template-columns: 1fr; gap: 24px; }
  .industries-facts .metric strong, .industries-numbers .metric strong { font-size: 24px; line-height: 1.2; }
  .industries-facts .metric span, .industries-numbers .metric span { font-size: 12px; line-height: 1.5; }
  .industries-plate { gap: 16px; flex-wrap: wrap; }
  .industries-plate img { max-width: 80px; max-height: 40px; }
  .industries-numbers { display: grid; grid-template-columns: 1fr; gap: 16px; }
  .industries-numbers .metric { display: block; }
  .industries-numbers .metric span { margin-top: 8px; }
  .industries-step .button { margin-top: 8px; }

  .platform-layout { padding-block: 32px 0; min-height: 0; }
  .scene:not(.is-pinned) .platform-layers { gap: 16px; }
  .platform-layer, .platform-layer.is-active { display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-radius: 24px; background: #ffffff70; }
  .platform-layer__label { font-size: 12px; line-height: 1.5; margin-bottom: 16px; }
  .platform-layer__title { font-size: 24px; line-height: 1.2; max-width: none; margin-top: 0; }
  .platform-layer__sub { font-size: 12px; line-height: 1.5; margin-block: 16px 24px; }
  .scene:not(.is-pinned) .platform-layer__shot { margin: auto -8px -8px; border-radius: 12px; box-shadow: none; }
  .platform-capabilities { grid-template-columns: 1fr; margin-top: 32px; gap: 16px; }
  .platform-card { grid-column: 1 / -1; padding: 24px; gap: 16px; border-radius: 24px; }
  .platform-card .t-h3 { font-size: 24px; line-height: 1.2; max-width: none; }
  .platform-card .t-body { font-size: 16px; line-height: 1.5; }
  .platform-card__kicker { font-size: 12px; line-height: 1.5; }
  .platform-card__stat strong { font-size: 24px; }
  .platform-card__stat span { font-size: 12px; line-height: 1.5; }
  .platform-models { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .platform-models li { display: grid; grid-template-columns: 16px minmax(0, 1fr); min-width: 0; height: auto; min-height: 48px; font-size: 12px; line-height: 1.5; gap: 8px; padding: 8px; white-space: normal; }
  .platform-models li img { width: 16px; }
  .platform-models .platform-models__wordmark { display: flex; }
  .platform-deploy li { column-gap: 16px; padding-block: 16px; }
  .platform-deploy strong { font-size: 16px; line-height: 1.5; }
  .platform-deploy span { font-size: 12px; line-height: 1.5; }
  .platform-checks { grid-template-columns: 1fr; gap: 0; }
  .platform-checks li { padding-block: 16px; font-size: 16px; line-height: 1.5; gap: 16px; }
  .platform-checks li:last-child { border-bottom: 1px solid var(--line); }
  .governance-activity { padding: 16px; border-radius: 16px; }
  .governance-activity > p, .governance-activity div { font-size: 12px; line-height: 1.5; }
  .governance-activity div { grid-template-columns: 8px minmax(0, 1fr); gap: 8px; padding-block: 8px; }
  .governance-activity small { grid-column: 2; font-size: 12px; }

  .quote-story { padding-block: 0; }
  .quote-stage { padding-block: 64px; }
  .quote-layout { grid-template-columns: 1fr; gap: 32px; }
  .quote-person { display: flex; gap: 16px; align-items: center; }
  .quote-person img, #luc-quote .quote-person img { width: 64px; height: 72px; border-radius: 16px; }
  .quote-person p { margin: 0; }
  .quote-person strong { font-size: 16px; line-height: 1.5; }
  .quote-person p > span, .quote-source { font-size: 12px; line-height: 1.5; }
  .quote-source { margin-top: 24px; }
  .quote-content > .eyebrow { font-size: 12px; margin-bottom: 16px; }
  .quote-content blockquote { font-size: 24px; line-height: 1.35; letter-spacing: -.025em; }
  .quote-word { color: var(--ink); }
  .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 32px; }
  .news-grid > .news-card, .news-grid > .news-card:not(.news-card--lead) { grid-column: auto; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; }
  .news-card__media, .news-card--lead .news-card__media { border-radius: 0; aspect-ratio: 3 / 2; }
  .news-card__body { flex: 1; grid-template-rows: auto auto 1fr auto; padding: 24px; margin: 0; border: 0; gap: 16px; }
  .news-card__meta { font-size: 12px; line-height: 1.5; margin: 0; }
  .news-card__title, .news-card--lead .news-card__title { font-size: 24px; line-height: 1.2; }
  .news-card__body .t-body { margin: 0; }
  .news-card__body .text-arrow { margin-top: 8px; width: 100%; }
  .journey { padding-block: 64px; }
  .journey-stage .chapter-line, .journey-stage .section-head { margin-bottom: 32px; }
  .journey-layout { display: block; }
  .journey-guide { display: none; }
  .journey-panels { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
  .journey-step { display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-radius: 24px; background: #ffffff60; }
  .journey-step h3 { font-size: 24px; line-height: 1.2; }
  .journey-step > p:not(.eyebrow) { flex: 1; font-size: 16px; line-height: 1.5; margin-top: 16px; }
  .journey-result { gap: 16px; font-size: 12px; line-height: 1.5; margin-top: 24px; padding-top: 16px; border-top: 1px solid var(--line); }
  .journey-result > span { font-size: 24px; line-height: 1; }
  .client-quote { grid-template-columns: 1fr; gap: 24px; margin-top: 32px; padding-top: 32px; }
  .client-quote blockquote { font-size: 24px; line-height: 1.35; }
  .client-quote figcaption { gap: 16px; flex-wrap: wrap; }
  .client-quote figcaption p { font-size: 12px; line-height: 1.5; }
  .client-quote figcaption > .client-quote__logo { margin-left: auto; }
  .final-cta { padding-block: 64px; }
  .final-cta .chapter-line { margin-bottom: 32px; }
  .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .contact-grid h2 { font-size: 48px; line-height: 1.08; }
  .contact-person { gap: 16px; margin-bottom: 24px; }
  .contact-person strong { font-size: 16px; line-height: 1.5; }
  .contact-person span { font-size: 12px; line-height: 1.5; }
  .contact-copy > p { font-size: 16px; line-height: 1.5; margin-bottom: 24px; }
  .contact-copy > .text-link { min-height: 56px; margin-top: 8px; padding-inline: 24px; }
  .contact-copy ul { margin-top: 24px; }
  .contact-copy li { font-size: 12px; line-height: 1.5; margin-top: 8px; }
  .landing-footer { padding-top: 40px; }
  .landing-footer__brand p, .landing-footer__note, .landing-footer__nav a, .landing-footer__action { font-size: 16px; line-height: 1.5; }
  .landing-footer__nav a { min-height: 48px; }
  .landing-footer__label { font-size: 12px; line-height: 1.5; margin-bottom: 16px; }
  .landing-footer__title { font-size: 24px; line-height: 1.2; }
  .landing-footer__title br { display: initial; }
  .landing-footer__bottom { font-size: 12px; padding-bottom: max(24px, env(safe-area-inset-bottom)); }

  /* Dialoge bleiben mit Bildschirmtastatur scrollbar; Felder lösen keinen iOS-Zoom aus. */
  .assessment-close { width: 48px; height: 48px; top: 8px; right: 8px; font-size: 24px; }
  .assessment-form input, .assessment-form textarea { font-size: 16px; line-height: 1.5; min-height: 48px; border-radius: 12px; }
  .assessment-form textarea { min-height: 120px; }
  .assessment[data-mode="expert"] { border-radius: 24px; max-height: calc(100dvh - 32px); }
  .assessment[data-mode="expert"] .assessment-form { padding: 64px 24px 24px; }
  .assessment[data-mode="expert"] .form-step legend, .form-step legend { font-size: 24px; line-height: 1.2; text-wrap: pretty; }
  .form-step > p, .assessment[data-mode="expert"] .form-step > p { font-size: 16px; line-height: 1.5; margin-top: 16px; }
  .input-grid { gap: 16px; margin-top: 24px; }
  .input-grid label > span { font-size: 12px; line-height: 1.5; margin-bottom: 8px; }
  .privacy-check { gap: 16px; margin-top: 24px; font-size: 12px; line-height: 1.5; }
  .privacy-check input { flex-shrink: 0; width: 24px; height: 24px; min-height: 0; }
  .form-actions { margin-top: 24px; padding-top: 24px; gap: 8px; }
  .form-actions .button { padding-inline: 16px; }
  .consent { padding: 16px; }
  .consent-card { border-radius: 24px; padding: 24px; max-height: calc(100dvh - 32px); overflow-y: auto; }
  .consent-toggle, .consent-link { min-height: 44px; }
}

@media (min-width: 768px) and (max-width: 1000px) {
  /* Drei gut lesbare Zeilen statt drei schmaler Textspalten. */
  .discipline-grid article { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 32px; align-items: start; }
  .discipline-top { grid-column: 1 / -1; justify-content: flex-start; }
  .discipline-grid h3, .discipline-grid article > p { margin-top: 0; }
  .industries-step .t-eyebrow { min-height: 40px; }
  .industries-facts .metric { min-height: 80px; }
  .industries-plate { min-height: 40px; }
  /* Die fünfte Branchenkarte schließt das Zweiersystem über beide Spalten ab. */
  .scene:not(.is-pinned) .industries-step:last-child { grid-column: 1 / -1; }
  .industries-step:last-child .industries-numbers { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .industries-step:last-child .button { align-self: flex-start; }
  .news-grid > .news-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .news-grid > .news-card:last-child .news-card__media { aspect-ratio: auto; }
  .news-grid > .news-card:last-child .news-card__media img { object-position: left center; }
}

@media (max-width: 767px) {
  :root { --mobile-heading: 32px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(56px, 15.4vw, 88px); line-height: 1.02; }
  .hero-opening { font-size: 24px; margin-bottom: 24px; line-height: 1.25; }
  .hero .result-sculpture { max-width: 400px; }
  .hero .customer-logos, .hero:not(.hero--cinematic) .customer-logos { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
  .hero .customer-logos img, .hero:not(.hero--cinematic) .customer-logos img { max-width: 88px; height: 32px; }
  .hero--cinematic .cinematic-scene h2 { font-size: 32px; }
  .cinematic-scenes { grid-template-columns: 1fr; }
  .cinematic-kicker { letter-spacing: .04em; }
  .cinematic-scene[data-cinematic-scene="2"] h2 br { display: none; }
  .system-stairs, .discipline-grid, .scene:not(.is-pinned) .platform-layers, .scene:not(.is-pinned) .industries-panel, .news-grid, .journey-panels { grid-template-columns: 1fr; }
  .system-close__actions { grid-template-columns: minmax(0, 1fr); gap: 8px; }
  .system-stairs .system-bar__label { grid-template-columns: 24px minmax(0, 1fr); }
  .system-stairs .system-bar__label strong { font-size: 24px; overflow-wrap: anywhere; }
  .platform-models { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .platform-map { display: flex; flex-direction: column; gap: 16px; padding: 16px; border-radius: 16px; }
  .platform-map__lane { width: 100%; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .platform-map__lane-label { grid-column: 1 / -1; font-size: 12px; }
  .platform-map__chip { font-size: 12px; line-height: 1.5; padding: 8px 0; text-align: center; }
  .platform-map__link { width: 1px; height: 16px; background: var(--line-strong); }
  .platform-map__core { width: 64px; height: 64px; }
  .platform-map__core img { width: 48px; }
  .platform-map__link--connect { height: 32px; }
  .platform-map__connect { font-size: 12px; white-space: nowrap; }
  .landing-footer__main { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 16px; }
  .landing-footer__brand { grid-column: 1 / -1; }
  .landing-footer__contact { display: block; grid-column: 1 / -1; padding-top: 24px; }
  .landing-footer__note { margin-top: 16px; }
  .landing-footer__action { margin-top: 24px; }
  .assessment { width: 100%; height: 100dvh; max-height: 100dvh; border: 0; border-radius: 0; overflow-y: auto; }
  .assessment-shell { grid-template-columns: 1fr; min-height: 0; }
  .assessment-aside { display: none; }
  .assessment-form { padding: 64px 24px 24px; min-height: 100dvh; }
  .assessment-meta { font-size: 12px; }
  .assessment-meta button { min-height: 44px; }
  .form-step { margin-top: 24px; }
  .option-grid, .input-grid { grid-template-columns: 1fr; }
  .option-grid label > span, .option-list label > span { padding: 16px; border-radius: 16px; }
  .option-grid b, .option-list b { font-size: 16px; line-height: 1.5; }
  .option-grid small, .option-list small { font-size: 12px; line-height: 1.5; }
}

@media (max-width: 359px) {
  :root { --mobile-heading: 28px; }
  .hero--benefits h1.hero-title { font-size: 9.1cqw; }
  .problem-item summary { grid-template-columns: 48px minmax(0, 1fr) 24px; gap: 8px; }
  .problem-heading strong { font-size: 20px; }
  .system-stairs .system-bar__label { grid-template-columns: 1fr; }
  .system-stairs .system-bar__label small { grid-column: 1; }
  .platform-map { margin-inline: -8px; padding-inline: 8px; }
  .contact-grid h2 { font-size: 40px; }
}

/* Kompakte Lesefassungen. Erst das erfolgreiche Einhängen durch mobile.js
   blendet die vollständige Quelle aus; am Desktop wird nichts ersetzt. */
@media (max-width: 1000px) {
  .mobile-story-source { display: none !important; }
  .mobile-story { min-width: 0; grid-column: 1 / -1; }
  .mobile-story :is(h3, p, dl, dt, dd, ul) { margin: 0; }
  .mobile-story h3 { font: 500 24px/1.2 var(--font-display); letter-spacing: -.035em; text-wrap: pretty; }
  .mobile-story p, .mobile-story dd { font: 400 16px/1.5 var(--font-body); }
  .mobile-story button { cursor: pointer; -webkit-tap-highlight-color: transparent; }
  .mobile-story :is(button, summary, [role="tabpanel"]):focus-visible { outline: 2px solid var(--mint-dark); outline-offset: 4px; }
  .mobile-story-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-bottom: 24px; }
  .mobile-story-tab { min-width: 0; min-height: 48px; padding: 12px 8px; border: 1px solid var(--line); border-radius: 12px; background: transparent; color: var(--text-2); font: 500 12px/1.5 var(--font-body); transition: background .2s, color .2s, border-color .2s; }
  .mobile-story-tab[aria-selected="true"] { background: var(--ink); color: var(--paper); border-color: var(--ink); }

  /* Alle Karten teilen sich eine Rasterzelle. Die längste bestimmt die Höhe,
     damit beim Wischen weder die Navigation noch der nächste Abschnitt springt. */
  .mobile-deck__track { display: grid; isolation: isolate; position: relative; touch-action: pan-y pinch-zoom; }
  .mobile-card { grid-area: 1 / 1; min-width: 0; display: flex; flex-direction: column; position: relative; z-index: 1; padding: 24px; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); color: var(--ink); visibility: hidden; opacity: 0; pointer-events: none; }
  .mobile-card.is-current { visibility: visible; opacity: 1; pointer-events: auto; }
  .mobile-card .mobile-card__copy { margin-top: 16px; color: var(--text-2); }
  .mobile-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 32px; font: 500 12px/1.5 var(--font-body); letter-spacing: .08em; text-transform: uppercase; }
  .mobile-deck__footer { display: flex; align-items: center; gap: 8px; margin-top: 16px; }
  .mobile-deck__count { margin-right: auto; font: 500 12px/1.5 var(--font-body); font-variant-numeric: tabular-nums; letter-spacing: .08em; color: var(--text-2); }

  /* Vier Stufen zeigen den Fortschritt der vertikal gescrollten Abfolge. */
  .mobile-depth .mobile-story-tabs { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .mobile-depth .mobile-story-tab { display: flex; flex-direction: column; align-items: stretch; justify-content: flex-end; gap: 8px; height: 88px; padding: 8px 4px; border: 0; border-radius: 0; }
  .mobile-depth__step { display: block; height: calc(var(--step) * 8px); background: #c5cfbc; border-radius: 4px 4px 0 0; transition: background .25s; }
  .mobile-depth .mobile-card { background: #f3f5ed; }
  .mobile-depth__art { display: block; width: 100%; height: 128px; margin: 16px 0; }
  .mobile-depth__art .system-stroke { fill: none; stroke: #86957a; stroke-width: 2; vector-effect: non-scaling-stroke; }
  .mobile-depth__art .system-stroke--soft { stroke: #bdc7b4; }
  .mobile-depth__art .system-stroke--accent { stroke: var(--mint-dark); stroke-width: 2.5; stroke-dasharray: none; stroke-dashoffset: 0; }
  .mobile-depth .is-showing .mobile-depth__art [data-draw] { stroke-dasharray: 1; animation: mobile-depth-draw .65s cubic-bezier(.2,.7,.2,1) both; }
  @keyframes mobile-depth-draw { from { stroke-dashoffset: 1; } to { stroke-dashoffset: 0; } }
  .mobile-depth .mobile-depth__outcome { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); font-size: 12px; font-weight: 500; color: var(--mint-dark); }

  /* Zwei versetzte Rücken machen den beim Scrollen wechselnden Stapel sichtbar. */
  .mobile-disciplines .mobile-deck__track { margin-bottom: 16px; }
  .mobile-disciplines .mobile-deck__track::before, .mobile-disciplines .mobile-deck__track::after { content: ''; position: absolute; inset: 0; z-index: 0; border: 1px solid #aab99d; border-radius: 24px; background: #c6d4b9; transform: translateY(8px) scaleX(.95); }
  .mobile-disciplines .mobile-deck__track::before { background: #e3ead8; transform: translateY(16px) scaleX(.9); }
  .mobile-disciplines .mobile-card { min-height: 288px; border-color: var(--ink); background: var(--ink); color: var(--paper); }
  .mobile-disciplines .mobile-card__meta { color: #c2e2ad; }
  .mobile-disciplines .mobile-card__copy { color: #d6dccf; }
  .mobile-disciplines .mobile-deck__footer { margin-top: 32px; }

  /* Einmal die Kriterien, oben der gewählte Ansatz. Das erspart 21 wiederholte
     Anbieter-Labels; alle Aussagen stammen unverändert aus der Vergleichstabelle. */
  .mobile-comparison { margin-top: 32px; }
  .mobile-comparison .mobile-comparison__hint { margin-bottom: 16px; font-size: 12px; font-weight: 500; color: var(--text-2); }
  .mobile-comparison .mobile-story-tabs { margin-bottom: 16px; }
  .mobile-comparison__panels { display: grid; }
  .mobile-comparison__panel { grid-area: 1 / 1; display: flex; flex-direction: column; min-width: 0; padding: 24px; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); opacity: 0; visibility: hidden; pointer-events: none; }
  .mobile-comparison__panel.is-current { opacity: 1; visibility: visible; pointer-events: auto; }
  .mobile-comparison__panel.is-plotdesk { background: #e3ead8; }
  .mobile-comparison__head { padding-bottom: 24px; }
  .mobile-comparison__head p { margin-top: 8px; color: var(--text-2); }
  .mobile-comparison__list { display: grid; }
  .mobile-comparison__list > div { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.7fr); gap: 16px; padding-block: 16px; border-top: 1px solid var(--line-strong); align-content: start; }
  .mobile-comparison__list > div:last-child { padding-bottom: 0; }
  .mobile-comparison__list dt { font: 500 12px/1.5 var(--font-body); color: var(--text-2); overflow-wrap: anywhere; }
  .mobile-comparison__more { border-top: 1px solid var(--line-strong); margin-top: auto; }
  .mobile-comparison__panel > .mobile-comparison__list { margin-bottom: 16px; }
  .mobile-comparison__more summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 56px; padding-top: 16px; list-style: none; cursor: pointer; font: 500 16px/1.5 var(--font-body); }
  .mobile-comparison__more summary::-webkit-details-marker { display: none; }
  .mobile-comparison__more[open] .mobile-fit__toggle { transform: rotate(45deg); }
  .mobile-comparison__more[open] > .mobile-comparison__list { margin-top: 16px; }

  /* Die positiven Voraussetzungen bleiben auf einen Blick lesbar. Negative
     Kriterien sind als native Disclosure ohne weitere Bedienlogik erreichbar. */
  .mobile-fit { margin-top: 32px; border: 1px solid var(--line); border-radius: 24px; overflow: clip; }
  .mobile-fit__positive { padding: 24px; background: #e7eddc; }
  .mobile-fit .mobile-fit__list { list-style: none; padding: 0; margin-top: 24px; }
  .mobile-fit__list li { display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 16px; padding-block: 16px; border-top: 1px solid var(--line); }
  .mobile-fit__list li:first-child { padding-top: 0; border: 0; }
  .mobile-fit__list li:last-child { padding-bottom: 0; }
  .mobile-fit__check { display: grid; place-items: center; width: 24px; height: 24px; border: 1px solid #becdaf; border-radius: 50%; color: var(--mint-dark); font: 500 12px/1 var(--font-body); }
  .mobile-fit__details { border-top: 1px solid var(--line); background: var(--paper); }
  .mobile-fit__details summary { display: flex; justify-content: space-between; align-items: center; min-height: 72px; gap: 16px; padding: 16px 24px; list-style: none; cursor: pointer; font: 500 16px/1.5 var(--font-body); }
  .mobile-fit__details summary::-webkit-details-marker { display: none; }
  .mobile-fit__details summary:focus-visible { outline-offset: -6px; border-radius: 12px; }
  .mobile-fit__toggle { font: 400 24px/1 var(--font-body); transition: transform .2s; }
  .mobile-fit__details[open] .mobile-fit__toggle { transform: rotate(45deg); }
  .mobile-fit .mobile-fit__negative { padding: 0 24px 24px; }
  .mobile-fit__negative > div { border-top: 1px solid var(--line); padding-block: 16px; }
  .mobile-fit__negative > div:last-child { padding-bottom: 0; }
  .mobile-fit__negative dt { margin-bottom: 8px; font: 500 12px/1.5 var(--font-body); color: var(--mint-dark); }

  @media (min-width: 768px) {
    .mobile-depth .mobile-card { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 32px; }
    .mobile-depth__art { grid-column: 2; grid-row: 1 / span 3; height: 160px; margin: auto 0; }
    .mobile-depth .mobile-card__copy { grid-column: 1; }
    .mobile-depth .mobile-depth__outcome { grid-column: 1; margin-top: 24px; }
    .mobile-disciplines .mobile-card { min-height: 240px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 32px; align-content: start; }
    .mobile-disciplines .mobile-card__meta { grid-column: 1 / -1; margin-bottom: 0; }
    .mobile-disciplines .mobile-card__copy { margin-top: 0; }
    .mobile-comparison__list > div { grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); }
    .mobile-fit__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 32px; }
    .mobile-fit__list li { padding-block: 16px 0; }
    .mobile-fit__list li:nth-child(2) { padding-top: 0; border: 0; }
    .mobile-fit__list li:last-child { grid-column: 1 / -1; }
  }

  @media (prefers-reduced-motion: reduce) {
    .mobile-story *, .mobile-story *::before, .mobile-story *::after { transition: none !important; animation: none !important; }
  }
}

/* Mobile Storys: der normale Seiten-Scroll führt durch jede Karte.
   svh hält die Bühne ruhig, wenn die Browserleiste ein- oder ausgeblendet wird. */
@media (max-width: 1000px) {
  .mobile-scroll-story { --story-height: calc(100svh - var(--header-h)); }
  .mobile-scroll-story.is-scroll-story { height: calc(var(--story-height) + var(--story-travel, 0px)); }
  .mobile-scroll-stage { position: relative; min-width: 0; }
  .is-scroll-story .mobile-scroll-stage { position: sticky; top: var(--header-h); height: var(--story-height); display: flex; flex-direction: column; justify-content: center; gap: 24px; padding-block: 24px; overflow: clip; }
  .mobile-scroll-story .mobile-scroll-nav { flex-shrink: 0; margin: 0; }
  .mobile-scroll-story .mobile-story-tab { display: flex; flex-direction: column; justify-content: center; gap: 8px; min-height: 48px; padding: 8px 0; border: 0; border-radius: 0; background: transparent; color: var(--text-2); }
  .mobile-scroll-story .mobile-story-tab[aria-current] { color: var(--ink); }
  .mobile-story-segment { display: block; height: 3px; overflow: hidden; background: var(--line-strong); }
  .mobile-story-segment > i { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left; background: var(--mint-dark); }
  .mobile-scroll-story .mobile-scroll-track { flex-shrink: 0; margin: 0; }
  .is-scroll-story .mobile-card { opacity: 1; visibility: hidden; pointer-events: none; }
  .is-scroll-story .mobile-card.is-showing { visibility: visible; }
  .is-scroll-story .mobile-card.is-current { pointer-events: auto; }
  .mobile-scroll-story .mobile-card:focus-visible { outline: 2px solid var(--mint-dark); outline-offset: -5px; }
  .mobile-disciplines .mobile-card:focus-visible { outline-color: #c7efac; }
  .mobile-scroll-story .mobile-deck__footer { flex-shrink: 0; margin: 0; min-height: 24px; }
  .mobile-scroll-hint { font: 400 12px/1.5 var(--font-body); color: var(--text-2); }
  .mobile-depth .mobile-scroll-nav { gap: 12px; }
  .mobile-depth .mobile-story-tab { height: 64px; gap: 8px; padding: 0; justify-content: flex-end; }
  .mobile-depth .mobile-story-segment { display: none; }
  .mobile-depth__step { position: relative; height: calc(var(--step) * 6px); overflow: hidden; }
  .mobile-depth__step::after { content: ''; position: absolute; inset: 0; background: var(--mint-dark); transform: scaleY(var(--step-progress, 0)); transform-origin: bottom; }
  .mobile-depth [aria-current] .mobile-depth__step { background: #afbea4; }
  .mobile-depth .mobile-depth__art { height: clamp(72px, 14svh, 128px); }
  .mobile-disciplines .mobile-scroll-stage { gap: 32px; }
  .mobile-disciplines .mobile-deck__footer { margin-top: 16px; }

  /* Die Use Cases belegen die ganze nutzbare Bildschirmfläche. Bild und Text
     bleiben eine gemeinsame Karte und schieben sich ohne Textüberlagerung weiter. */
  .mobile-cases { width: 100%; }
  .mobile-cases.is-scroll-story .mobile-scroll-stage { padding: 0; gap: 0; background: var(--ink); }
  .mobile-cases .mobile-scroll-nav { position: absolute; top: 8px; left: 24px; right: 24px; z-index: 4; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 6px; }
  .mobile-cases .mobile-story-tab { min-height: 44px; padding: 12px 0; }
  .mobile-cases .mobile-story-tab__label { display: none; }
  .mobile-cases .mobile-story-segment { height: 3px; border-radius: 2px; background: #ffffff45; }
  .mobile-cases .mobile-story-segment > i { background: #d1f7b9; }
  .mobile-cases .mobile-scroll-track { flex: 1; height: 100%; min-height: 0; }
  .mobile-cases .mobile-card { width: 100%; max-width: none; height: 100%; min-height: 0; display: flex; flex-direction: column; justify-content: space-between; gap: 32px; padding: 64px 24px 72px; border: 0; border-radius: 0; background: #17291c; color: #f5f7ef; }
  .mobile-cases .use-case__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 60% center; transform: none; transition: none; }
  .mobile-cases .use-case::after { display: block; background: linear-gradient(180deg, #0a1b1677, #0a1b1622 20%, #0d231bcc 48%, #11261bf5 78%, #11261b); }
  .mobile-cases .use-case__meta { padding: 0; color: #f5f7ef; font-size: 12px; line-height: 1.5; }
  .mobile-cases .use-case__live { background: #17332199; }
  .mobile-cases .use-case__body { flex: 0; padding: 0; gap: 16px; width: 100%; max-width: 620px; }
  .mobile-cases .use-case__body .t-h3 { max-width: none; font-size: clamp(24px, 6.9vw, 34px); line-height: 1.15; color: #f5f7ef; }
  .mobile-cases .use-case__body .t-body { margin: 0; font-size: 16px; line-height: 1.5; color: #e2eadb; }
  .mobile-cases .use-case__metrics { display: grid; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(0, 1fr); gap: 16px; margin: 0; padding-top: 16px; border-color: #dcebd044; }
  .mobile-cases .use-case__metrics > .metric, .mobile-cases .use-case__metrics > .metric:first-child { grid-column: auto; display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
  .mobile-cases .metric strong, .mobile-cases .use-case__metrics .use-case__metric--secondary strong { color: #c7efac; font-size: 32px; line-height: 1.1; }
  .mobile-cases .metric strong small { font-size: 14px; }
  .mobile-cases .metric span { margin: 0; font-size: 12px; line-height: 1.5; color: #e2eadb; }
  .mobile-cases .mobile-deck__footer { position: absolute; z-index: 4; left: 24px; right: 24px; bottom: max(16px, env(safe-area-inset-bottom)); }
  .mobile-cases .mobile-deck__count, .mobile-cases .mobile-scroll-hint { color: #c7d6c0; }
  .mobile-cases button:focus-visible, .mobile-cases .mobile-card:focus-visible { outline-color: #c7efac; }

  /* Bei reduzierter Bewegung, Zoom oder zu wenig Höhe ist jede Karte direkt
     untereinander lesbar. Auch diese Fassung benötigt keine Slider-Bedienung. */
  .is-story-static .mobile-scroll-stage { height: auto; padding: 0; }
  .is-story-static .mobile-scroll-nav, .is-story-static .mobile-deck__footer { display: none; }
  .is-story-static .mobile-scroll-track { display: grid; gap: 16px; }
  .is-story-static .mobile-scroll-track::before, .is-story-static .mobile-scroll-track::after { display: none; }
  .is-story-static .mobile-card { grid-area: auto; visibility: visible; opacity: 1; pointer-events: auto; }
  .mobile-cases.is-story-static .mobile-card { min-height: max(640px, var(--story-height)); height: auto; padding-block: 32px; }

  @media (max-height: 740px) {
    .is-scroll-story .mobile-scroll-stage { gap: 16px; padding-block: 16px; }
    .mobile-cases.is-scroll-story .mobile-scroll-stage { padding: 0; gap: 0; }
    .mobile-depth .mobile-depth__art { height: 72px; margin-block: 12px; }
    .mobile-disciplines .mobile-card { min-height: 256px; }
    .mobile-cases .mobile-card { padding-top: 56px; padding-bottom: 56px; gap: 24px; }
    .mobile-cases .use-case::after { background: linear-gradient(180deg, #0a1b1677, #0d231b99 20%, #0d231bdd 48%, #11261bf5 78%, #11261b); }
    .mobile-cases .use-case__body { gap: 12px; }
    .mobile-cases .use-case__metrics { padding-top: 12px; gap: 12px; }
    .mobile-cases .metric strong, .mobile-cases .use-case__metrics .use-case__metric--secondary strong { font-size: 28px; }
  }
}
