    :root {
      --orange: #cc3400;
      --orange-hot: #f06332;
      --orange-pale: #ffe8dc;
      --cream: #fff5ee;
      --paper: #fffdf9;
      --ink: #28231f;
      --olive: #59644f;
      --olive-pale: #eef3e9;
      --muted: #706660;
      --white: #fff;
      --line: #eadfd7;
      --page: min(1200px, calc(100% - 40px));
      --shadow: 12px 14px 0 var(--ink);
      --img-hero: url("../images/all_screens.png");
      --img-wow: url("../images/index-02.webp");
      --img-welcome: url("../images/index-03.webp");
      --img-belong: url("../images/index-04.webp");
      --img-grow: url("../images/index-05.webp");
    }

    :root {
      --img-see-you: url("../images/index-06.webp");
    }

    :root {
      --logo-ths: url("../images/index-07.png");
      --logo-fwm: url("../images/index-08.png");
      --logo-music-sales: url("../images/index-09.png");
      --logo-meditron: url("../images/index-10.png");
      --logo-gero: url("../images/index-11.png");
      --logo-mantum: url("../images/index-12.png");
      --logo-pocketpoint: url("../images/index-13.png");
      --logo-com4data: url("../images/index-14.png");
      --logo-becker-gruppe: url("../images/index-15.png");
      --logo-leopold-netzwerke: url("../images/index-16.png");
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      color: var(--ink);
      background: var(--paper);
      font-family: Inter, Aptos, "Segoe UI", Helvetica, Arial, sans-serif;
      font-size: 17px;
      line-height: 1.55;
      text-rendering: optimizeLegibility;
    }

    body.menu-open { overflow: hidden; }
    a { color: inherit; }
    button, a { font: inherit; }
    h1, h2, h3, p { margin-top: 0; }
    img { display: block; max-width: 100%; }

    :focus-visible {
      outline: 4px solid #ffb291;
      outline-offset: 4px;
    }

    .skip-link {
      position: fixed;
      top: 12px;
      left: 12px;
      z-index: 1000;
      padding: 10px 16px;
      color: var(--ink);
      background: var(--white);
      border: 2px solid var(--ink);
      transform: translateY(-180%);
      transition: transform .2s ease;
    }

    .skip-link:focus { transform: none; }
    .wrap { width: var(--page); margin-inline: auto; }

    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }

    .paper-texture {
      background-image:
        radial-gradient(rgba(27,25,23,.055) .65px, transparent .65px),
        radial-gradient(rgba(204,52,0,.04) .65px, transparent .65px);
      background-position: 0 0, 7px 7px;
      background-size: 14px 14px;
    }

    .site-header {
      position: fixed;
      inset: 0 0 auto;
      z-index: 100;
      color: var(--white);
      background: rgba(204,52,0,.94);
      border-bottom: 2px solid rgba(255,255,255,.22);
      backdrop-filter: blur(14px);
      transition: background .25s ease, box-shadow .25s ease;
    }

    .site-header.scrolled {
      background: rgba(27,25,23,.96);
      box-shadow: 0 8px 30px rgba(0,0,0,.22);
    }

    .nav {
      min-height: 76px;
      display: flex;
      align-items: center;
      gap: 30px;
    }

    .logo {
      width: 120px;
      display: inline-flex;
      align-items: center;
      text-decoration: none;
    }

    .logo img { width: 116px; height: 39px; object-fit: contain; }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 28px;
      margin-left: auto;
    }

    .nav-links a {
      color: rgba(255,255,255,.82);
      font-size: 14px;
      font-weight: 850;
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: .04em;
    }

    .nav-links a:hover { color: var(--white); }

    .nav-cta {
      min-height: 44px;
      display: inline-flex;
      align-items: center;
      padding: 0 19px;
      color: var(--orange) !important;
      background: var(--white);
      border: 2px solid var(--white);
      border-radius: 999px;
    }

    .nav-toggle {
      display: none;
      width: 46px;
      height: 46px;
      margin-left: auto;
      color: var(--white);
      background: transparent;
      border: 2px solid rgba(255,255,255,.55);
      border-radius: 50%;
      cursor: pointer;
    }

    .nav-toggle span,
    .nav-toggle::before,
    .nav-toggle::after {
      width: 19px;
      height: 2px;
      display: block;
      margin: 4px auto;
      content: "";
      background: currentColor;
      transition: transform .2s ease, opacity .2s ease;
    }

    .menu-open .nav-toggle span { opacity: 0; }
    .menu-open .nav-toggle::before { transform: translateY(6px) rotate(45deg); }
    .menu-open .nav-toggle::after { transform: translateY(-6px) rotate(-45deg); }

    .hero {
      position: relative;
      min-height: 930px;
      display: grid;
      align-items: center;
      padding: 132px 0 86px;
      color: var(--white);
      background: var(--orange);
      overflow: hidden;
    }

    .hero::before {
      position: absolute;
      inset: 0;
      content: "";
      opacity: .23;
      background-image: radial-gradient(rgba(255,255,255,.85) 1px, transparent 1px);
      background-size: 11px 11px;
      mask-image: linear-gradient(110deg, transparent 18%, #000 58%, transparent 95%);
    }

    .hero::after {
      position: absolute;
      right: -130px;
      bottom: 70px;
      width: 440px;
      height: 86px;
      content: "";
      border-top: 12px solid var(--white);
      border-radius: 50%;
      transform: rotate(-18deg);
      opacity: .22;
    }

    .hero-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, 1.15fr) minmax(330px, .62fr);
      gap: clamp(42px, 5.5vw, 88px);
      align-items: center;
    }

    .eyebrow {
      margin-bottom: 18px;
      color: var(--orange);
      font-size: 13px;
      font-weight: 950;
      letter-spacing: .12em;
      text-transform: uppercase;
    }

    .hero .eyebrow { color: rgba(255,255,255,.76); }

    .hero-kicker {
      position: relative;
      width: max-content;
      max-width: 100%;
      display: block;
      white-space: nowrap;
    }

    .hero-animate .hero-kicker {
      clip-path: inset(0 100% 0 0);
      animation: typeJourney 1.9s steps(29, end) .12s forwards;
    }

    .hero-kicker::after {
      width: 2px;
      height: 1.15em;
      display: inline-block;
      margin-left: 5px;
      content: "";
      background: currentColor;
      vertical-align: -.15em;
      animation: typeCaret .7s steps(1) infinite;
    }

    @keyframes typeJourney { to { clip-path: inset(0 0 0 0); } }
    @keyframes typeCaret { 50% { opacity: 0; } }

    h1 {
      position: relative;
      max-width: 790px;
      margin: 0 0 40px;
      padding: clamp(20px, 2.2vw, 30px) clamp(22px, 2.5vw, 36px) clamp(24px, 2.6vw, 35px);
      color: var(--ink);
      background: var(--white);
      border: 4px solid var(--ink);
      border-radius: 27px 19px 32px 22px;
      box-shadow: 10px 11px 0 var(--ink);
      font-size: clamp(46px, 4.65vw, 68px);
      line-height: 1.01;
      letter-spacing: -.045em;
      overflow-wrap: normal;
      text-transform: none;
      transform: rotate(-.55deg);
    }

    h1::after {
      position: absolute;
      bottom: -21px;
      left: clamp(42px, 7vw, 86px);
      width: 36px;
      height: 36px;
      content: "";
      background: var(--white);
      border-right: 4px solid var(--ink);
      border-bottom: 4px solid var(--ink);
      border-radius: 0 0 7px 0;
      transform: rotate(45deg);
    }

    .hero-title-word { position: relative; z-index: 1; display: inline-block; margin-right: .17em; }

    .hero-animate .hero-title-word {
      opacity: 0;
      filter: blur(8px);
      transform: translateY(25px) rotate(1.5deg);
    }

    .hero-copy-ready .hero-title-word {
      animation: heroWordIn .7s cubic-bezier(.2,.75,.2,1) forwards;
      animation-delay: calc(.32s + var(--word-index) * 70ms);
    }

    .hero-animate .hero-copy .hero-lead,
    .hero-animate .hero-copy .hero-worlds,
    .hero-animate .hero-copy .hero-actions,
    .hero-animate .hero-copy .hero-form-note,
    .hero-animate .hero-copy .hero-proof {
      opacity: 0;
      transform: translateY(16px);
    }

    .hero-copy-ready .hero-copy .hero-lead { animation: heroCopyIn .7s ease 1.15s forwards; }
    .hero-copy-ready .hero-copy .hero-worlds { animation: heroCopyIn .7s ease 1.28s forwards; }
    .hero-copy-ready .hero-copy .hero-actions { animation: heroCopyIn .7s ease 1.41s forwards; }
    .hero-copy-ready .hero-copy .hero-form-note { animation: heroCopyIn .7s ease 1.48s forwards; }
    .hero-copy-ready .hero-copy .hero-proof { animation: heroCopyIn .7s ease 1.54s forwards; }

    @keyframes heroWordIn {
      to { opacity: 1; filter: blur(0); transform: none; }
    }

    @keyframes heroCopyIn { to { opacity: 1; transform: none; } }
    .hero-lead {
      max-width: 720px;
      margin-bottom: 18px;
      color: rgba(255,255,255,.9);
      font-size: clamp(22px, 2.25vw, 29px);
      line-height: 1.38;
    }

    .hero-lead strong { color: var(--white); }

    .hero-worlds {
      max-width: 670px;
      margin-bottom: 31px;
      color: rgba(255,255,255,.7);
      font-weight: 750;
    }

    .hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }

    .hero-contact-cta { min-width: 228px; }

    .hero-form-note {
      margin: 17px 0 0;
      color: rgba(255,255,255,.74);
      font-size: 13px;
      font-weight: 800;
    }

    .button {
      min-height: 56px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 0 25px;
      border: 3px solid transparent;
      border-radius: 999px;
      font-weight: 900;
      text-decoration: none;
      transition: transform .18s ease, box-shadow .18s ease;
    }

    .button:hover { transform: translateY(-3px); }
    .button-light { color: var(--orange); background: var(--white); border-color: var(--white); }
    .button-outline { color: var(--white); border-color: rgba(255,255,255,.7); }
    .button-ink { color: var(--white); background: var(--ink); border-color: var(--ink); }
    .button-orange { color: var(--white); background: var(--orange); border-color: var(--orange); }

    .hero-proof {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 12px 0;
      margin-top: 30px;
    }

    .hero-proof span {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 0 16px;
      color: var(--white);
      border-left: 1px solid rgba(255,255,255,.38);
      font-size: 13px;
      font-weight: 850;
    }

    .hero-proof span:first-child {
      padding-left: 0;
      border-left: 0;
    }

    .hero-proof span::before {
      content: "✓";
      color: #ffd4c3;
      font-size: 15px;
      font-weight: 950;
    }

    .hero-video-wrap {
      position: relative;
      width: min(390px, 100%);
      justify-self: end;
      align-self: center;
      margin: -18px 5% -18px 0;
    }

    .hero-video-wrap::before {
      position: absolute;
      inset: 7% -12% 5%;
      content: "";
      opacity: .7;
      background: rgba(255,255,255,.3);
      border-radius: 48% 52% 44% 56%;
      filter: blur(34px);
      transform: rotate(-5deg);
    }

    .hero-video-card {
      position: relative;
      z-index: 1;
      margin: 0;
      padding: 9px 9px 0;
      color: var(--ink);
      background: var(--white);
      border: 4px solid var(--ink);
      border-radius: 34px 25px 39px 28px;
      box-shadow: 13px 15px 0 var(--ink);
      overflow: hidden;
      transform: rotate(1.1deg);
    }

    .hero-video-media {
      position: relative;
      aspect-ratio: 478 / 850;
      background: #171411;
      border-radius: 25px 18px 28px 20px;
      overflow: hidden;
    }

    .hero-video {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
    }

    .hero-video-play {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 2;
      min-width: 0;
      display: grid;
      justify-items: center;
      gap: 9px;
      padding: 0;
      color: var(--white);
      background: transparent;
      border: 0;
      font: inherit;
      font-size: 13px;
      font-weight: 950;
      cursor: pointer;
      filter: drop-shadow(0 5px 12px rgba(40,35,31,.36));
      transform: translate(-50%, -50%);
      transition: opacity .2s ease, transform .2s ease;
    }

    .hero-video-play:hover { transform: translate(-50%, -50%) scale(1.04); }

    .hero-video-play-icon {
      width: 78px;
      height: 78px;
      display: grid;
      place-items: center;
      padding-left: 5px;
      color: var(--orange);
      background: rgba(255,255,255,.96);
      border: 3px solid var(--ink);
      border-radius: 50%;
      box-shadow: 5px 6px 0 var(--ink);
      font-size: 27px;
      line-height: 1;
    }

    .hero-video-play-label {
      padding: 7px 12px;
      color: var(--ink);
      background: rgba(255,255,255,.94);
      border: 2px solid var(--ink);
      border-radius: 999px;
    }

    .hero-video-card.is-playing .hero-video-play {
      opacity: 0;
      pointer-events: none;
    }

    .hero-video-meta {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      padding: 13px 10px 14px;
      font-size: 12px;
      line-height: 1.3;
    }

    .hero-video-meta strong { display: block; font-size: 14px; }
    .hero-video-meta span { color: var(--muted); font-weight: 750; }

    .hero-video-duration {
      flex: 0 0 auto;
      padding: 6px 9px;
      color: var(--orange) !important;
      background: var(--orange-pale);
      border-radius: 999px;
      font-size: 11px;
      font-weight: 950 !important;
    }

    .hero-art-wrap {
      position: relative;
      width: 116%;
      margin: -24px -8% 0 -2%;
      padding: 0;
      align-self: start;
    }

    .hero-art-wrap::before {
      position: absolute;
      inset: 9% 1% 7%;
      content: "";
      opacity: .82;
      background: rgba(255,255,255,.28);
      border-radius: 45% 55% 48% 52%;
      filter: blur(30px);
      transform: rotate(-4deg);
    }

    .comic-art {
      position: relative;
      width: 100%;
      aspect-ratio: 1;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      border: 4px solid var(--ink);
      box-shadow: var(--shadow);
      isolation: isolate;
      overflow: hidden;
    }

    .comic-art::before {
      position: absolute;
      inset: -28%;
      z-index: 1;
      content: "";
      opacity: 0;
      background: linear-gradient(108deg, transparent 40%, rgba(255,235,216,.24) 49%, transparent 58%);
      mix-blend-mode: screen;
      pointer-events: none;
      transform: translateX(-72%) rotate(8deg);
    }

    .comic-art::after {
      position: absolute;
      z-index: 1;
      width: 190px;
      height: 190px;
      content: "";
      opacity: 0;
      background: radial-gradient(circle, rgba(255,222,188,.58) 0, rgba(237,74,18,.2) 34%, transparent 70%);
      border-radius: 50%;
      filter: blur(2px);
      mix-blend-mode: screen;
      pointer-events: none;
      transform: scale(.72);
    }

    .comic-art.motion-active {
      animation: comicDrift 10s ease-in-out infinite alternate;
    }

    .comic-art.motion-active::before {
      animation: comicSweep 8s ease-in-out infinite;
    }

    .comic-art.motion-active::after {
      animation: comicPulse 5.2s ease-in-out infinite;
    }

    .hero-art::after,
    .art-wow::after { right: -2%; bottom: 14%; }
    .art-welcome::after { right: -3%; bottom: 12%; }
    .art-belong::after { top: 34%; left: 35%; }
    .art-grow::after { top: -5%; right: -4%; }
    .art-see-you::after { right: 2%; bottom: 8%; }

    @keyframes comicDrift {
      0% { background-size: 100% 100%; background-position: 50% 50%; }
      100% { background-size: 104% 104%; background-position: 52% 48%; }
    }

    @keyframes comicSweep {
      0%, 58% { opacity: 0; transform: translateX(-72%) rotate(8deg); }
      70% { opacity: .7; }
      86%, 100% { opacity: 0; transform: translateX(72%) rotate(8deg); }
    }

    @keyframes comicPulse {
      0%, 58%, 100% { opacity: 0; transform: scale(.72); }
      72% { opacity: .68; transform: scale(1); }
      84% { opacity: .12; transform: scale(1.16); }
    }

    .hero-art {
      z-index: 1;
      aspect-ratio: 788 / 528;
      background-image: var(--img-hero);
      background-size: contain;
      border: 0;
      box-shadow: none;
      overflow: visible;
      transform: rotate(1.4deg);
    }

    .hero-art::before,
    .hero-art::after { display: none; }

    .hero-art,
    .hero-art.motion-active {
      animation:
        heroSceneBuild 1.45s cubic-bezier(.2,.78,.2,1) forwards,
        heroSceneFloat 7s ease-in-out 1.45s infinite;
    }

    .hero-motion {
      position: absolute;
      pointer-events: none;
    }

    .train-motion {
      z-index: 0;
      opacity: 0;
      border-radius: 30% 12% 25% 18%;
      overflow: hidden;
      filter: blur(.6px);
      mix-blend-mode: multiply;
      -webkit-mask-image: linear-gradient(90deg, transparent, #000 16%, #000 84%, transparent);
      mask-image: linear-gradient(90deg, transparent, #000 16%, #000 84%, transparent);
    }

    .train-motion::before,
    .train-motion::after {
      position: absolute;
      inset: -15% -150%;
      content: "";
    }

    .train-motion::before {
      background:
        repeating-linear-gradient(90deg, transparent 0 7%, rgba(46,75,48,.8) 7% 10%, transparent 10% 16%),
        linear-gradient(180deg, rgba(255,240,211,.76), rgba(204,52,0,.26) 46%, rgba(91,104,76,.7) 47% 100%);
    }

    .train-motion::after {
      top: 58%;
      bottom: 18%;
      background: repeating-linear-gradient(90deg, rgba(255,255,255,.18) 0 7%, rgba(61,46,34,.8) 7% 11%, rgba(205,157,82,.62) 11% 17%);
      filter: blur(1.4px);
    }

    .train-motion-sky { top: 5.5%; left: 34.3%; width: 11.7%; height: 21%; }
    .train-motion-city { top: 25.5%; left: .4%; width: 12.2%; height: 19.5%; }

    .hero-art .train-motion {
      animation: trainWindowIn .7s ease 1.25s forwards;
    }

    .hero-art .train-motion::before {
      animation: landscapeRush 2.1s linear 1.3s infinite;
    }

    .hero-art .train-motion::after {
      animation: landscapeRush 1.25s linear 1.3s infinite;
    }

    .experience-scan {
      top: 4%;
      left: 53.5%;
      z-index: 2;
      width: 8%;
      height: 64%;
      opacity: 0;
      background: linear-gradient(90deg, transparent, rgba(204,52,0,.26), rgba(255,255,255,.5), transparent);
      border-radius: 45%;
      filter: blur(3px);
      mix-blend-mode: normal;
    }

    .hero-art .experience-scan {
      animation: experienceScan 6.4s ease-in-out 1.8s infinite;
    }

    .experience-ping {
      z-index: 3;
      width: 5%;
      aspect-ratio: 1;
      opacity: 0;
      border: 2px solid currentColor;
      border-radius: 50%;
      transform: scale(.62);
    }

    .experience-ping-one { top: 32.5%; left: 61.4%; color: var(--orange); animation-delay: 2.1s !important; }
    .experience-ping-two { top: 32.5%; left: 73.7%; color: var(--olive); animation-delay: 2.7s !important; }
    .experience-ping-three { top: 32.5%; left: 86.5%; color: var(--ink); animation-delay: 3.3s !important; }

    .hero-art .experience-ping {
      animation: experiencePing 4.8s ease-out infinite;
    }

    .ui-progress {
      z-index: 3;
      left: 53.6%;
      width: 9.8%;
      height: max(2px, .65%);
      border-radius: 999px;
      opacity: .84;
      transform: scaleX(.18);
      transform-origin: left;
    }

    .ui-progress-one { top: 45.5%; background: var(--orange); --ui-delay: 1.8s; }
    .ui-progress-two { top: 52.6%; background: var(--olive); --ui-delay: 2.25s; }
    .ui-progress-three { top: 59.7%; background: var(--ink); --ui-delay: 2.7s; }

    .hero-art .ui-progress {
      animation: uiProgressBuild 5.6s ease-in-out var(--ui-delay) infinite;
    }

    .hero-blink {
      z-index: 4;
      height: 1.45%;
      opacity: 0;
      background: rgba(211,139,88,.94);
      border-bottom: 2px solid #25160f;
      border-radius: 50%;
      backdrop-filter: blur(1px);
      transform: rotate(var(--blink-angle)) scaleY(.12);
    }

    .hero-blink-left { top: 35.35%; left: 28.85%; width: 3.15%; --blink-angle: 5deg; }
    .hero-blink-right { top: 35.55%; left: 34.05%; width: 2.9%; --blink-angle: -3deg; }

    .hero-art .hero-blink {
      animation: heroBlink 6.7s ease-in-out 2.6s infinite;
    }

    @keyframes heroSceneBuild {
      0% { opacity: .42; filter: saturate(.68) contrast(.9) blur(2px); }
      58% { opacity: .82; filter: saturate(.9) contrast(.98) blur(.4px); }
      100% { opacity: 1; filter: saturate(1) contrast(1) blur(0); }
    }

    @keyframes heroSceneFloat {
      0%, 100% { transform: rotate(1.4deg) translate3d(0, 0, 0); }
      50% { transform: rotate(.8deg) translate3d(0, -5px, 0); }
    }

    @keyframes trainWindowIn { to { opacity: .42; } }

    @keyframes landscapeRush {
      from { transform: translateX(0); }
      to { transform: translateX(-34%); }
    }

    @keyframes experienceScan {
      0%, 40% { left: 53.5%; opacity: 0; }
      47% { opacity: .62; }
      66% { left: 90%; opacity: .28; }
      72%, 100% { left: 90%; opacity: 0; }
    }

    @keyframes experiencePing {
      0%, 24%, 55%, 100% { opacity: 0; transform: scale(.62); }
      30% { opacity: .85; transform: scale(.95); }
      40% { opacity: 0; transform: scale(1.38); }
    }

    @keyframes uiProgressBuild {
      0%, 16% { opacity: .4; transform: scaleX(.18); }
      42%, 67% { opacity: .96; transform: scaleX(1); }
      88%, 100% { opacity: .72; transform: scaleX(.64); }
    }

    @keyframes heroBlink {
      0%, 43%, 47%, 100% { opacity: 0; transform: rotate(var(--blink-angle)) scaleY(.12); }
      44.3%, 45.5% { opacity: .94; transform: rotate(var(--blink-angle)) scaleY(1); }
    }

    .comic-caption {
      position: absolute;
      z-index: 2;
      max-width: 260px;
      padding: 13px 17px;
      color: var(--ink);
      background: var(--white);
      border: 3px solid var(--ink);
      box-shadow: 6px 7px 0 var(--ink);
      font-size: 15px;
      font-weight: 950;
      line-height: 1.25;
      text-transform: uppercase;
      transform: rotate(-3deg);
    }

    .hero-caption { right: -10px; bottom: -3px; }

    .hero-art-wrap .hero-caption {
      animation: captionFloat 4.8s ease-in-out infinite;
    }

    .hero-stamp {
      position: absolute;
      top: -10px;
      left: -20px;
      z-index: 3;
      width: 110px;
      height: 110px;
      display: grid;
      place-items: center;
      color: var(--orange);
      background: var(--cream);
      border: 3px solid var(--ink);
      border-radius: 50%;
      box-shadow: 5px 6px 0 var(--ink);
      font-size: 13px;
      font-weight: 950;
      text-align: center;
      text-transform: uppercase;
      transform: rotate(-9deg);
      animation: stampFloat 4.2s ease-in-out infinite;
    }

    @keyframes stampFloat {
      0%, 100% { transform: translateY(0) rotate(-9deg); }
      50% { transform: translateY(-7px) rotate(-6deg); }
    }

    @keyframes captionFloat {
      0%, 100% { transform: translateY(0) rotate(-3deg); }
      50% { transform: translateY(-5px) rotate(-1.5deg); }
    }

    .manifesto {
      padding: 78px 0;
      color: var(--ink);
      background: var(--white);
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
    }

    .manifesto-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
      gap: clamp(50px, 9vw, 130px);
      align-items: end;
    }

    .manifesto h2 {
      margin: 0;
      font-size: clamp(48px, 6vw, 82px);
      line-height: .98;
      letter-spacing: -.055em;
      text-transform: uppercase;
    }

    .manifesto h2 em { color: var(--orange-hot); font-style: normal; }
    .manifesto p { margin: 0; color: var(--muted); font-size: 20px; }

    .manifesto-copy { display: grid; gap: 18px; }
    .manifesto-copy p { margin: 0; }
    .manifesto-copy strong { color: var(--orange); }

    .customer-logos {
      padding: 48px 0 54px;
      color: var(--ink);
      background: var(--white);
      border-bottom: 1px solid var(--line);
      overflow: hidden;
    }

    .logo-intro {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 30px;
      margin-bottom: 28px;
    }

    .logo-intro .eyebrow { margin-bottom: 0; color: var(--orange); }

    .logo-marquee {
      width: 100%;
      overflow: hidden;
      -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
      mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
    }

    .logo-track {
      width: max-content;
      display: flex;
      animation: logoFlow 34s linear infinite;
    }

    .logo-marquee:hover .logo-track { animation-play-state: paused; }

    .logo-set {
      display: flex;
      gap: 18px;
      padding-right: 18px;
    }

    .customer-logo-card {
      width: 232px;
      height: 96px;
      flex: 0 0 auto;
      display: grid;
      place-items: center;
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: 18px 13px 20px 15px;
      box-shadow: 0 10px 24px rgba(40,35,31,.08);
      transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    }

    .customer-logo-card:hover {
      border-color: #d6c4b8;
      box-shadow: 0 13px 28px rgba(40,35,31,.12);
      transform: translateY(-2px);
    }

    .customer-logo {
      width: 196px;
      height: 64px;
      display: block;
      background-image: var(--customer-logo-image);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      opacity: .88;
    }

    .logo-ths { --customer-logo-image: var(--logo-ths); }
    .logo-fwm { --customer-logo-image: var(--logo-fwm); }
    .logo-music-sales { --customer-logo-image: var(--logo-music-sales); }
    .logo-meditron { --customer-logo-image: var(--logo-meditron); }
    .logo-gero { --customer-logo-image: var(--logo-gero); }
    .logo-mantum { --customer-logo-image: var(--logo-mantum); }
    .logo-pocketpoint { --customer-logo-image: var(--logo-pocketpoint); }
    .logo-com4data { --customer-logo-image: var(--logo-com4data); }
    .logo-becker-gruppe { --customer-logo-image: var(--logo-becker-gruppe); }
    .logo-leopold-netzwerke { --customer-logo-image: var(--logo-leopold-netzwerke); }

    @keyframes logoFlow { to { transform: translateX(-50%); } }

    .software-showcase {
      position: relative;
      padding: clamp(78px, 9vw, 126px) 0 clamp(72px, 8vw, 112px);
      color: var(--ink);
      background:
        radial-gradient(circle at 50% 73%, rgba(240,99,50,.13), transparent 39%),
        linear-gradient(180deg, var(--white), var(--cream));
      border-bottom: 1px solid var(--line);
      overflow: hidden;
    }

    .software-showcase::before,
    .software-showcase::after {
      position: absolute;
      content: "";
      pointer-events: none;
      border: 3px solid rgba(204,52,0,.12);
      border-radius: 50%;
    }

    .software-showcase::before { top: 72px; left: -110px; width: 250px; height: 250px; }
    .software-showcase::after { right: -145px; bottom: 55px; width: 340px; height: 340px; }

    .software-showcase .section-head {
      position: relative;
      z-index: 1;
      max-width: 940px;
      margin: 0 auto 36px;
      text-align: center;
    }

    .software-showcase h2 {
      margin-bottom: 18px;
      font-size: clamp(46px, 6.4vw, 86px);
      line-height: .98;
      letter-spacing: -.055em;
    }

    .software-showcase .section-intro { margin-inline: auto; }

    .software-stage {
      position: relative;
      z-index: 1;
      width: min(1240px, calc(100% - 24px));
      margin: 0 auto;
      padding: clamp(15px, 2.2vw, 28px);
      background: rgba(255,255,255,.88);
      border: 3px solid var(--ink);
      border-radius: 35px 25px 42px 29px;
      box-shadow: 12px 14px 0 var(--ink);
      transform: rotate(-.25deg);
    }

    .software-stage::before {
      position: absolute;
      top: 17px;
      left: 21px;
      width: 9px;
      height: 9px;
      content: "";
      background: var(--orange);
      border-radius: 50%;
      box-shadow: 18px 0 0 #f1b642, 36px 0 0 var(--olive);
    }

    .software-mockup {
      width: 100%;
      aspect-ratio: 788 / 528;
      margin: 0 auto;
      background-image: var(--img-hero);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      filter: drop-shadow(0 22px 25px rgba(40,35,31,.14));
    }

    .section { padding: clamp(88px, 10vw, 145px) 0; }
    .section-head { max-width: 900px; margin-bottom: 70px; }

    .section h2 {
      margin-bottom: 24px;
      font-size: clamp(45px, 6vw, 76px);
      line-height: .98;
      letter-spacing: -.05em;
      text-transform: uppercase;
    }

    .section-intro { max-width: 780px; color: var(--muted); font-size: 21px; }

    .journey-nav {
      position: relative;
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 18px;
      margin-bottom: 78px;
    }

    .journey-nav::before {
      position: absolute;
      top: 24px;
      right: 8%;
      left: 8%;
      height: 5px;
      content: "";
      background: var(--orange);
      transform: rotate(-.35deg);
    }

    .journey-link {
      position: relative;
      z-index: 1;
      display: grid;
      justify-items: center;
      gap: 8px;
      font-weight: 950;
      text-decoration: none;
    }

    .journey-link::before {
      width: 51px;
      height: 51px;
      display: grid;
      place-items: center;
      color: var(--white);
      content: attr(data-number);
      background: var(--orange);
      border: 3px solid var(--ink);
      border-radius: 50%;
      box-shadow: 4px 4px 0 var(--ink);
      font-size: 14px;
    }

    .journey-link small { color: var(--muted); font-weight: 750; }

    #experiences {
      position: relative;
      background: linear-gradient(180deg, var(--paper), #fff 48%, var(--cream));
      overflow: hidden;
    }

    #experiences::after {
      position: absolute;
      top: 18%;
      right: -220px;
      width: 520px;
      height: 520px;
      content: "";
      border: 76px solid rgba(204,52,0,.055);
      border-radius: 50%;
    }

    .experience-list {
      position: relative;
      display: grid;
      gap: clamp(90px, 12vw, 160px);
    }

    .experience {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(370px, .92fr) minmax(0, 1.08fr);
      gap: clamp(54px, 8vw, 112px);
      align-items: center;
      scroll-margin-top: 110px;
    }

    .experience:nth-child(even) .experience-visual { order: 2; }
    .experience:nth-child(even) .experience-copy { order: 1; }

    .experience-visual { position: relative; padding: 0 17px 18px 0; }
    .experience:nth-child(even) .comic-art { transform: rotate(1.25deg); }
    .experience:nth-child(odd) .comic-art { transform: rotate(-1.25deg); }
    .art-wow { background-image: var(--img-wow); }
    .art-welcome { background-image: var(--img-welcome); }
    .art-belong { background-image: var(--img-belong); }
    .art-grow { background-image: var(--img-grow); }
    .art-see-you { background-image: var(--img-see-you); }

    .experience-number {
      margin-bottom: 13px;
      color: var(--orange);
      font-size: 15px;
      font-weight: 950;
      letter-spacing: .1em;
    }

    .experience h3 {
      margin-bottom: 22px;
      font-size: clamp(39px, 4.5vw, 62px);
      line-height: 1.01;
      letter-spacing: -.045em;
    }

    .experience-quote {
      position: relative;
      margin-bottom: 25px;
      color: var(--orange);
      font-size: 24px;
      font-weight: 900;
      line-height: 1.25;
    }

    .experience-body { color: var(--muted); font-size: 19px; }

    .outcomes {
      display: flex;
      flex-wrap: wrap;
      gap: 9px;
      margin: 28px 0 0;
      padding: 0;
      list-style: none;
    }

    .outcomes li {
      padding: 8px 12px;
      color: var(--olive);
      background: var(--olive-pale);
      border: 2px solid var(--olive);
      border-radius: 999px;
      font-size: 13px;
      font-weight: 850;
    }

    .worlds {
      padding: 30px 0;
      color: var(--white);
      background: var(--orange);
      border-block: 4px solid var(--ink);
      overflow: hidden;
    }

    .worlds-track {
      width: max-content;
      display: flex;
      align-items: center;
      gap: 30px;
      color: var(--white);
      font-size: clamp(27px, 3vw, 46px);
      font-weight: 950;
      letter-spacing: -.03em;
      text-transform: uppercase;
      animation: moveWords 26s linear infinite;
    }

    .worlds-track span::after { margin-left: 30px; content: "✦"; color: var(--ink); }
    @keyframes moveWords { to { transform: translateX(-50%); } }

    .video-feature {
      position: relative;
      color: var(--ink);
      background: linear-gradient(135deg, var(--white), var(--cream));
      border-block: 1px solid var(--line);
      overflow: hidden;
    }

    .video-feature::before {
      position: absolute;
      top: -170px;
      left: -140px;
      width: 380px;
      height: 380px;
      content: "";
      border: 50px solid rgba(204,52,0,.06);
      border-radius: 50%;
    }

    .video-feature-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(260px, .42fr) minmax(0, 1fr);
      gap: clamp(45px, 7vw, 95px);
      align-items: center;
    }

    .video-feature .section-head { min-width: 0; margin: 0; }
    .video-feature h2 {
      font-size: clamp(42px, 4.7vw, 66px);
      overflow-wrap: normal;
      hyphens: manual;
    }
    .video-feature .eyebrow { color: var(--orange); }
    .video-feature .section-intro { color: var(--muted); }

    .vimeo-frame {
      position: relative;
      aspect-ratio: 16 / 9;
      display: grid;
      place-items: center;
      color: var(--white);
      background:
        radial-gradient(circle at 72% 28%, rgba(237,74,18,.4), transparent 34%),
        linear-gradient(135deg, #24211e, #111 72%);
      border: 4px solid var(--ink);
      box-shadow: 11px 12px 0 var(--ink);
      overflow: hidden;
    }

    .vimeo-frame.vimeo-embed { display: block; }
    .vimeo-embed::before { display: none; }
    .vimeo-embed iframe { width: 100%; height: 100%; display: block; border: 0; }

    .vimeo-frame::before {
      position: absolute;
      inset: 18px;
      content: "";
      border: 1px solid rgba(255,255,255,.14);
      background: linear-gradient(110deg, transparent 42%, rgba(255,255,255,.055) 48%, transparent 54%);
    }

    .vimeo-badge {
      position: absolute;
      top: 22px;
      left: 24px;
      z-index: 2;
      color: rgba(255,255,255,.66);
      font-size: 11px;
      font-weight: 950;
      letter-spacing: .14em;
      text-transform: uppercase;
    }

    .video-play {
      position: relative;
      z-index: 2;
      width: clamp(72px, 9vw, 110px);
      height: clamp(72px, 9vw, 110px);
      display: grid;
      place-items: center;
      background: var(--orange);
      border: 4px solid var(--white);
      border-radius: 50%;
      box-shadow: 7px 8px 0 var(--ink), 0 0 36px rgba(237,74,18,.5);
    }

    .video-play::before {
      width: 0;
      height: 0;
      margin-left: 8px;
      content: "";
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-left: 24px solid var(--white);
    }

    .vimeo-caption {
      position: absolute;
      right: 24px;
      bottom: 20px;
      z-index: 2;
      margin: 0;
      color: rgba(255,255,255,.7);
      font-size: 12px;
      font-weight: 850;
    }

    .video-stories { background: var(--cream); }

    .video-card-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 24px;
    }

    .video-card {
      padding: 18px 18px 28px;
      background: var(--paper);
      border: 3px solid var(--ink);
      box-shadow: 7px 8px 0 var(--orange);
    }

    .video-card .vimeo-frame { border-width: 2px; box-shadow: none; }
    .video-card .video-play { width: 66px; height: 66px; border-width: 3px; box-shadow: 4px 5px 0 var(--ink); }
    .video-card .video-play::before { border-top-width: 10px; border-bottom-width: 10px; border-left-width: 17px; }
    .video-card h3 { margin: 24px 4px 8px; font-size: 27px; line-height: 1; letter-spacing: -.035em; }
    .video-card p { margin: 0 4px; color: var(--muted); font-size: 15px; }

    .usp-section { color: var(--ink); background: linear-gradient(180deg, var(--white), var(--cream)); }
    .usp-section .eyebrow { color: var(--orange); }
    .usp-section .section-intro { color: var(--muted); }

    .usp-stack { display: grid; gap: 30px; }

    .usp-card {
      position: relative;
      display: grid;
      grid-template-columns: minmax(210px, .35fr) minmax(0, 1fr);
      gap: clamp(34px, 6vw, 84px);
      padding: clamp(34px, 5vw, 64px);
      color: var(--ink);
      background: var(--white);
      border: 3px solid var(--line);
      box-shadow: 10px 11px 0 var(--orange-pale);
      overflow: hidden;
    }

    .usp-card::after {
      position: absolute;
      right: -40px;
      bottom: -70px;
      width: 220px;
      height: 220px;
      content: "";
      border: 28px solid rgba(204,52,0,.08);
      border-radius: 50%;
    }

    .usp-index {
      color: var(--orange);
      font-size: clamp(78px, 10vw, 140px);
      font-weight: 950;
      line-height: .8;
      letter-spacing: -.08em;
    }

    .usp-card h3 {
      max-width: 850px;
      margin-bottom: 18px;
      font-size: clamp(36px, 4.3vw, 59px);
      line-height: .98;
      letter-spacing: -.045em;
      text-transform: uppercase;
    }

    .usp-lead { color: var(--orange); font-size: 22px; font-weight: 900; }
    .usp-body { max-width: 860px; color: var(--muted); font-size: 18px; }
    .usp-body strong { color: var(--ink); }

    .gap-flow {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 9px;
      margin: 29px 0 25px;
      padding: 0;
      list-style: none;
    }

    .gap-flow li {
      position: relative;
      padding: 13px 10px;
      color: var(--white);
      background: var(--olive);
      border: 2px solid var(--ink);
      font-size: 12px;
      font-weight: 900;
      text-align: center;
      text-transform: uppercase;
    }

    .gap-flow li:not(:last-child)::after {
      position: absolute;
      top: 50%;
      right: -10px;
      z-index: 1;
      content: "→";
      color: var(--orange);
      font-size: 20px;
      transform: translateY(-53%);
    }

    .value-punch {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 27px;
    }

    .value-punch span {
      padding: 9px 13px;
      color: var(--orange);
      background: var(--white);
      border: 2px solid var(--orange);
      border-radius: 999px;
      font-size: 13px;
      font-weight: 900;
    }

    .philosophy-line {
      margin: 28px 0;
      padding: 19px 21px;
      color: var(--white);
      background: var(--orange);
      border: 3px solid var(--ink);
      box-shadow: 5px 6px 0 var(--ink);
      font-size: 21px;
      font-weight: 950;
      transform: rotate(-.7deg);
    }

    .experience-code {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 25px;
    }

    .experience-code span {
      padding: 9px 12px;
      color: var(--orange);
      background: var(--orange-pale);
      border: 1px solid rgba(204,52,0,.16);
      border-radius: 3px;
      font-size: 13px;
      font-weight: 950;
    }

    .usp-card .hero-actions { margin-top: 28px; }

    .founder-note {
      margin: 28px 0;
      padding: 20px 22px;
      color: var(--white);
      background: var(--orange);
      border: 3px solid var(--ink);
      box-shadow: 5px 6px 0 var(--ink);
      font-size: clamp(21px, 2.4vw, 30px);
      font-weight: 950;
      line-height: 1.1;
      transform: rotate(-.6deg);
    }

    .capability-section { background: var(--cream); }

    .capability-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 20px;
    }

    .capability-card {
      position: relative;
      min-height: 220px;
      padding: 28px;
      background: var(--paper);
      border: 3px solid var(--ink);
      box-shadow: 6px 7px 0 var(--orange);
      overflow: hidden;
    }

    .capability-card::before {
      display: block;
      margin-bottom: 20px;
      color: var(--orange);
      content: attr(data-number);
      font-size: 14px;
      font-weight: 950;
      letter-spacing: .12em;
    }

    .capability-card h3 {
      margin-bottom: 12px;
      font-size: clamp(25px, 2.5vw, 34px);
      line-height: 1;
      letter-spacing: -.035em;
    }

    .capability-card p { margin: 0; color: var(--muted); }
    .capability-card-wide { grid-column: span 2; }
    .capability-actions { margin-top: 36px; }

    .belief-section .manifesto-grid { align-items: center; }
    .belief-section h2 { max-width: 760px; }

    .pricing-section { background: var(--paper); }
    .pricing-section .price-card { grid-template-columns: minmax(240px, .4fr) minmax(0, 1fr); }
    .pricing-section .price-card h3 { color: var(--white); }
    .pricing-section .included { margin: 26px 0 30px; }

    .final-cta .hero-actions { justify-content: center; }
    .final-signoff { color: var(--ink) !important; font-weight: 950; }

    .price-card {
      color: var(--white);
      background: var(--orange);
      border-color: var(--white);
      box-shadow: 10px 11px 0 var(--white);
      scroll-margin-top: 110px;
    }

    .price-card::after { border-color: rgba(255,255,255,.12); }
    .price-card .usp-index, .price-card .usp-lead { color: var(--white); }
    .price-card .usp-body { color: rgba(255,255,255,.84); }
    .price-card .usp-body strong { color: var(--white); }

    .price-layout {
      display: grid;
      grid-template-columns: minmax(210px, .45fr) minmax(0, 1fr);
      gap: 30px;
      align-items: start;
      margin-top: 30px;
    }

    .price {
      color: var(--white);
      font-size: clamp(88px, 12vw, 150px);
      font-weight: 950;
      line-height: .78;
      letter-spacing: -.08em;
    }

    .price small {
      display: block;
      margin-top: 18px;
      font-size: 15px;
      line-height: 1.25;
      letter-spacing: 0;
    }

    .included {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 0 24px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .included li {
      padding: 10px 0;
      border-bottom: 1px solid rgba(255,255,255,.32);
      font-size: 14px;
      font-weight: 800;
    }

    .included li::before { margin-right: 9px; content: "✓"; color: var(--white); }

    .final-cta {
      position: relative;
      text-align: center;
      overflow: hidden;
    }

    .final-cta::before,
    .final-cta::after {
      position: absolute;
      width: 280px;
      height: 280px;
      content: "";
      border: 38px solid var(--orange-pale);
      border-radius: 50%;
    }

    .final-cta::before { top: -160px; left: -120px; }
    .final-cta::after { right: -120px; bottom: -160px; }
    .final-cta .wrap { position: relative; z-index: 1; }
    .final-cta h2 { max-width: 1050px; margin-inline: auto; }
    .final-cta p { max-width: 740px; margin: 0 auto 35px; color: var(--muted); font-size: 21px; }

    footer { padding: 42px 0; color: rgba(255,255,255,.7); background: var(--ink); }
    .footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
    .footer-grid nav { display: flex; flex-wrap: wrap; gap: 22px; }
    .footer-grid a { color: inherit; text-decoration: none; }
    .footer-grid a:hover { color: var(--white); }

    .js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
    .js .reveal.is-visible { opacity: 1; transform: none; }

    @media (max-width: 1100px) {
      :root { --page: min(calc(100% - 32px), 790px); }
      .nav-toggle { display: block; }
      .nav-links {
        position: fixed;
        inset: 76px 0 auto;
        display: grid;
        gap: 0;
        padding: 20px;
        background: var(--ink);
        transform: translateY(-135%);
        transition: transform .25s ease;
      }
      .menu-open .nav-links { transform: none; }
      .nav-links a { padding: 14px 5px; border-bottom: 1px solid rgba(255,255,255,.13); }
      .nav-cta { margin-top: 13px; justify-content: center; }
      .hero { min-height: auto; }
      .hero-grid, .manifesto-grid, .experience, .usp-card, .pricing-section .price-card { grid-template-columns: 1fr; }
      .hero-video-wrap { width: min(370px, 78vw); justify-self: center; margin: 18px auto 0; }
      .manifesto-grid { gap: 35px; }
      .experience { gap: 45px; }
      .experience:nth-child(even) .experience-visual,
      .experience:nth-child(even) .experience-copy { order: initial; }
      .experience-copy { max-width: 720px; }
      .usp-card { gap: 24px; }
      .usp-index { font-size: 72px; }
      .capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .capability-card-wide { grid-column: span 1; }
      .video-feature-grid { grid-template-columns: 1fr; }
      .video-feature .section-head { max-width: 720px; }
      .video-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }

    @media (max-width: 680px) {
      :root { --page: min(calc(100% - 24px), 570px); --shadow: 7px 8px 0 var(--ink); }
      body { font-size: 16px; }
      h1, h2, h3 { hyphens: auto; overflow-wrap: anywhere; }
      .nav { min-height: 64px; }
      .logo { width: 102px; }
      .logo img { width: 100px; height: 34px; }
      .nav-toggle { width: 42px; height: 42px; }
      .nav-links { inset: 64px 0 auto; }
      .hero { padding: 94px 0 50px; }
      .hero-grid { gap: 32px; }
      .hero .eyebrow { margin-bottom: 12px; font-size: 11px; }
      .hero-kicker { white-space: normal; }
      h1 {
        margin-bottom: 34px;
        padding: 18px 17px 22px;
        border-width: 3px;
        border-radius: 19px 14px 23px 16px;
        box-shadow: 6px 7px 0 var(--ink);
        font-size: clamp(34px, 9.6vw, 46px);
        line-height: 1.02;
        letter-spacing: -.045em;
      }
      .hero-title-word { max-width: 100%; hyphens: manual; overflow-wrap: normal; }
      h1::after { bottom: -16px; width: 28px; height: 28px; border-width: 0 3px 3px 0; }
      .hero-lead { margin-bottom: 12px; font-size: 18px; line-height: 1.36; }
      .hero-worlds { margin-bottom: 22px; font-size: 14px; line-height: 1.42; }
      .hero-actions { display: grid; gap: 9px; }
      .hero-contact-cta { width: 100%; min-height: 49px; }
      .hero-form-note { margin-top: 14px; font-size: 12px; }
      .hero .button-outline { display: none; }
      .button { width: 100%; min-height: 50px; padding-inline: 16px; font-size: 15px; }
      .hero-proof {
        flex-wrap: nowrap;
        gap: 7px;
        margin-top: 18px;
        padding-bottom: 4px;
        overflow-x: auto;
        scrollbar-width: none;
      }
      .hero-proof::-webkit-scrollbar { display: none; }
      .hero-proof span { flex: 0 0 auto; padding: 0 10px; font-size: 11px; }
      .hero-proof span:first-child { padding-left: 0; }
      .hero-video-wrap { width: min(320px, 86vw); margin-top: 10px; }
      .hero-video-card { border-width: 3px; border-radius: 27px 20px 31px 22px; box-shadow: 8px 9px 0 var(--ink); }
      .hero-video-media { border-radius: 20px 15px 23px 16px; }
      .hero-video-play-icon { width: 68px; height: 68px; box-shadow: 4px 5px 0 var(--ink); font-size: 23px; }
      .hero-video-meta { padding: 11px 7px 12px; }
      .comic-art { border-width: 3px; }
      .hero-art { transform: rotate(.7deg); }
      .hero-stamp {
        top: -3px;
        left: 1px;
        width: 74px;
        height: 74px;
        font-size: 9px;
        box-shadow: 3px 4px 0 var(--ink);
      }
      .hero-caption {
        right: 5px;
        bottom: 4px;
        max-width: 70%;
        padding: 9px 11px;
        border-width: 2px;
        box-shadow: 3px 4px 0 var(--ink);
        font-size: 11px;
      }
      .comic-art::after { width: 135px; height: 135px; }
      .manifesto { padding: 62px 0; }
      .manifesto h2 { font-size: clamp(41px, 11vw, 58px); }
      .section { padding: 80px 0; }
      .section-head { margin-bottom: 50px; }
      .section h2 { font-size: clamp(39px, 11vw, 55px); }
      .journey-nav { grid-template-columns: repeat(2, 1fr); gap: 28px 12px; }
      .journey-nav::before { display: none; }
      .experience-list { gap: 90px; }
      .experience { grid-template-columns: 1fr; }
      .experience h3 { font-size: clamp(37px, 10vw, 50px); }
      .experience-quote { font-size: 21px; }
      .usp-card { padding: 30px 22px; box-shadow: 6px 7px 0 var(--orange); }
      .usp-card h3 { font-size: clamp(34px, 10vw, 48px); }
      .capability-grid { grid-template-columns: 1fr; }
      .capability-card { min-height: 0; padding: 24px 21px; box-shadow: 5px 6px 0 var(--orange); }
      .logo-intro { display: grid; gap: 12px; }
      .customer-logo-card { width: 196px; height: 82px; }
      .customer-logo { width: 172px; height: 56px; }
      .software-showcase { padding: 68px 0 72px; }
      .software-showcase .section-head { margin-bottom: 28px; }
      .software-showcase h2 { font-size: clamp(42px, 12vw, 58px); }
      .software-stage { width: calc(100% - 20px); padding: 9px; border-width: 2px; border-radius: 22px 16px 27px 19px; box-shadow: 6px 7px 0 var(--ink); }
      .software-stage::before { top: 9px; left: 12px; width: 6px; height: 6px; box-shadow: 12px 0 0 #f1b642, 24px 0 0 var(--olive); }
      .video-card-grid { grid-template-columns: 1fr; }
      .vimeo-frame { box-shadow: 6px 7px 0 var(--ink); }
      .gap-flow { grid-template-columns: 1fr 1fr; }
      .gap-flow li:nth-child(2)::after { display: none; }
      .price-layout, .included { grid-template-columns: 1fr; }
      .price-card { box-shadow: 6px 7px 0 var(--white); }
      .price { margin-bottom: 25px; }
      .footer-grid { display: grid; }
    }

    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
      }
      .js .reveal { opacity: 1; transform: none; }
      .comic-art { background-size: cover !important; background-position: center !important; }
      .hero-art { clip-path: none !important; filter: none !important; animation: none !important; }
      .hero-motion { display: none !important; }
      .logo-track, .hero-kicker::after { animation: none !important; }
      .hero-title-word, .hero-copy .hero-lead, .hero-copy .hero-worlds,
      .hero-copy .hero-actions, .hero-copy .hero-form-note, .hero-copy .hero-proof { opacity: 1 !important; filter: none !important; transform: none !important; animation: none !important; }
      .hero-kicker { clip-path: none !important; animation: none !important; }
      .hero-video-card { transform: none !important; }
    }
