:root {
  --ink: #07070b;
  --ink-2: #0d0d15;
  --paper: #f7f7f5;
  --paper-2: #efefed;
  --line: rgba(255,255,255,.12);
  --line-dark: rgba(7,7,11,.14);
  --muted: #a5a5b1;
  --muted-dark: #686872;
  --violet: #7447ff;
  --blue: #2b6dff;
  --cyan: #18c3eb;
  --accent: #8d67ff;
  --container: 1240px;
  --header-h: 76px;
  --ease: cubic-bezier(.2,.75,.2,1);
  --ease-out: cubic-bezier(.16,1,.3,1);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: #f6f6fa; background: var(--ink); font-family: "Sora", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img, svg { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; aspect-ratio: 1; }
.signal-paths, .machine-flow, .journey-track > svg, .dash-chart svg { aspect-ratio: auto; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(calc(100% - 64px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 2000; top: 10px; left: 10px; padding: 10px 14px; color: var(--ink); background: white; transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: none; }
.noscript { padding: 12px; color: #111; background: #fff; text-align: center; }

.loader { position: fixed; z-index: 1500; inset: 0; display: grid; place-content: center; gap: 32px; color: white; background: #060609; transition: opacity .6s var(--ease), visibility .6s; }
.loader::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 64px 64px; mask-image: radial-gradient(circle, #000, transparent 65%); }
.loader.is-done { opacity: 0; visibility: hidden; }
.loader__brand { position: relative; display: flex; align-items: baseline; gap: 7px; font-size: clamp(28px, 5vw, 58px); letter-spacing: -.06em; }
.loader__brand strong { color: var(--accent); font-weight: 500; }
.loader__status { position: relative; display: flex; justify-content: space-between; align-items: center; color: #91919e; font: 10px "Azeret Mono", monospace; letter-spacing: .13em; text-transform: uppercase; }
.loader__status b { color: white; font-weight: 500; }
.loader__rail { position: relative; width: min(480px, 70vw); height: 1px; overflow: hidden; background: rgba(255,255,255,.16); }
.loader__rail i { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--violet), var(--blue), var(--cyan)); box-shadow: 0 0 20px var(--violet); }
.scroll-progress { position: fixed; z-index: 1300; top: 0; left: 0; width: 100%; height: 2px; pointer-events: none; }
.scroll-progress i { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--violet), var(--cyan)); box-shadow: 0 0 12px rgba(24,195,235,.7); transform: scaleX(0); transform-origin: left; will-change: transform; }

.site-header { position: fixed; z-index: 1000; top: 0; left: 0; width: 100%; height: var(--header-h); display: flex; align-items: center; padding-inline: max(32px, calc((100vw - var(--container))/2)); border-bottom: 1px solid transparent; transition: height .35s var(--ease), background .35s, border-color .35s, backdrop-filter .35s; }
.site-header.is-scrolled { height: 64px; background: rgba(7,7,11,.88); border-color: rgba(255,255,255,.1); backdrop-filter: blur(16px); }
.wordmark { display: grid; grid-template-columns: auto auto; align-items: baseline; column-gap: 5px; line-height: .9; letter-spacing: -.045em; }
.wordmark > span { font-size: 21px; font-weight: 500; }
.wordmark > strong { color: #8d67ff; font-size: 21px; font-weight: 500; }
.wordmark > small { grid-column: 1 / -1; margin-top: 7px; color: #82828e; font: 7px "Azeret Mono", monospace; letter-spacing: .26em; text-transform: uppercase; }
.desktop-nav { display: flex; gap: 30px; margin: 0 auto; }
.desktop-nav a { position: relative; color: #b3b3bd; font-size: 11px; font-weight: 500; }
.desktop-nav a::after { content: ""; position: absolute; top: calc(100% + 8px); left: 0; width: 0; height: 1px; background: var(--accent); transition: width .3s var(--ease); }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: white; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.lang-toggle { display: flex; align-items: center; gap: 6px; padding: 7px 8px; border: 0; color: #aaaab5; background: none; cursor: pointer; font: 9px "Azeret Mono", monospace; }
.lang-toggle i { position: relative; width: 25px; height: 13px; border: 1px solid rgba(255,255,255,.25); border-radius: 8px; }
.lang-toggle i::after { content: ""; position: absolute; top: 2px; left: 2px; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); transition: transform .25s; }
html[data-lang="en"] .lang-toggle i::after { transform: translateX(11px); background: var(--cyan); }
.header-cta { display: flex; align-items: center; gap: 10px; min-height: 38px; padding: 0 15px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius-sm); font-size: 10px; font-weight: 500; transition: background .25s, border-color .25s; }
.header-cta svg { width: 14px; }
.header-cta:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.38); }
.menu-button { display: none; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius-sm); background: none; cursor: pointer; }
.menu-button svg { width: 18px; }
.menu-button .menu-close { display: none; }
.menu-button[aria-expanded="true"] .menu-open { display: none; }
.menu-button[aria-expanded="true"] .menu-close { display: block; }
.mobile-menu { position: fixed; z-index: -1; inset: var(--header-h) 0 auto; display: none; padding: 32px; background: rgba(7,7,11,.98); border-top: 1px solid var(--line); }

.eyebrow { display: flex; align-items: center; gap: 12px; color: #acacb9; font: 9px "Azeret Mono", monospace; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > span:first-child { color: var(--accent); }
.eyebrow i { width: 32px; height: 1px; background: currentColor; opacity: .45; }
.eyebrow--dark { color: #74747f; }
.eyebrow--dark > span:first-child { color: #6f42ef; }
.section-light { color: var(--ink); background: var(--paper); }
.section-heading { max-width: 900px; }
.section-heading h2 { margin: 28px 0 20px; font-size: clamp(38px, 5.1vw, 70px); line-height: 1.03; letter-spacing: -.055em; font-weight: 500; }
.section-heading > p { max-width: 680px; margin: 0; color: var(--muted-dark); font-size: 16px; line-height: 1.75; }

.hero { position: relative; min-height: 860px; padding: calc(var(--header-h) + 90px) 0 0; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(#000, transparent 87%); }
.hero__ambient { position: absolute; width: 700px; height: 700px; top: -250px; left: 48%; border-radius: 50%; background: radial-gradient(circle, rgba(112,71,255,.18), rgba(18,174,241,.06) 42%, transparent 70%); filter: blur(20px); }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr); align-items: center; gap: 60px; min-height: 650px; }
.hero__copy { padding-bottom: 70px; }
.hero h1 { max-width: 670px; margin: 30px 0 26px; font-size: clamp(52px, 6vw, 86px); line-height: .98; letter-spacing: -.065em; font-weight: 500; }
.hero__lead { max-width: 650px; margin: 0; color: #b1b1bd; font-size: 16px; line-height: 1.75; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { position: relative; display: inline-flex; justify-content: center; align-items: center; gap: 16px; min-height: 52px; padding: 0 22px; border: 1px solid rgba(255,255,255,.18); border-radius: 13px; overflow: hidden; font-size: 11px; font-weight: 600; transition: color .3s, border-color .3s, transform .3s var(--ease), box-shadow .3s; }
.button svg { width: 17px; transition: transform .3s var(--ease); }
.button:hover { transform: translateY(-2px); }
.button:hover svg { transform: translateX(4px); }
.button--primary { color: white; background: var(--violet); border-color: var(--violet); box-shadow: 0 12px 40px rgba(112,71,255,.24); }
.button--primary::before { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, transparent 20%, rgba(255,255,255,.25) 50%, transparent 80%); transform: translateX(-130%); transition: transform .7s var(--ease); }
.button--primary:hover::before { transform: translateX(130%); }
.button--quiet { color: #d4d4dc; background: rgba(255,255,255,.03); }
.button__index { margin-left: 22px; color: #7f7f8c; font: 9px "Azeret Mono", monospace; }
.hero__proofline { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 38px; color: #858591; }
.hero__proofline span { display: flex; align-items: center; gap: 7px; }
.hero__proofline svg { width: 12px; color: var(--cyan); }
.hero__proofline b { font: 8px "Azeret Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }

.signal-stage { position: relative; height: 620px; transform: translate3d(calc(var(--px, 0) * 10px), calc(var(--py, 0) * 10px), 0); transition: transform .45s var(--ease); }
.signal-stage__grid { position: absolute; inset: 30px; border: 1px solid var(--line); border-radius: 50%; background: repeating-radial-gradient(circle at center, transparent 0 59px, rgba(255,255,255,.04) 60px 61px); }
.signal-stage__grid::before, .signal-stage__grid::after { content: ""; position: absolute; background: rgba(255,255,255,.09); }
.signal-stage__grid::before { top: 50%; left: 0; right: 0; height: 1px; }
.signal-stage__grid::after { left: 50%; top: 0; bottom: 0; width: 1px; }
.signal-stage__status { position: absolute; z-index: 3; top: 42px; left: 50%; display: flex; align-items: center; gap: 9px; padding: 8px 11px; border: 1px solid var(--line); color: #8f8f9b; background: rgba(7,7,11,.7); font: 8px "Azeret Mono", monospace; letter-spacing: .08em; transform: translateX(-50%); }
.signal-stage__status > i { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 9px var(--cyan); animation: blink 1.7s infinite; }
.signal-stage__status b { margin-left: 8px; color: var(--cyan); font-weight: 500; }
.signal-core { position: absolute; z-index: 4; top: 50%; left: 50%; width: 264px; height: 264px; transform: translate(-50%,-50%); }
.signal-core__rings, .signal-core__rings i { position: absolute; inset: 0; border: 1px solid rgba(140,103,255,.4); border-radius: 50%; }
.signal-core__rings { box-shadow: 0 0 90px rgba(112,71,255,.16); animation: core-breathe 5s var(--ease) infinite; }
.signal-core__rings i:nth-child(1) { inset: 20px; border-color: rgba(45,107,255,.48); }
.signal-core__rings i:nth-child(2) { inset: 44px; border-color: rgba(24,195,235,.42); }
.signal-core__rings i:nth-child(3) { inset: -12px; border-style: dashed; opacity: .36; animation: spin 22s linear infinite; }
.signal-core__center { position: absolute; inset: 66px; display: grid; place-content: center; text-align: center; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; background: radial-gradient(circle at 35% 25%, #4c2db4, #111126 65%, #08080c); box-shadow: inset 0 0 28px rgba(255,255,255,.08), 0 0 35px rgba(77,45,180,.36); }
.signal-core__center small, .signal-core__center span { color: #a4a4b0; font: 7px "Azeret Mono", monospace; letter-spacing: .16em; text-transform: uppercase; }
.signal-core__center strong { margin: 7px 0; color: white; font-size: 27px; font-weight: 500; letter-spacing: -.06em; }
.signal-node { position: absolute; z-index: 5; display: grid; grid-template-columns: auto auto; gap: 4px 8px; min-width: 110px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.14); color: #b5b5bf; background: rgba(9,9,15,.88); box-shadow: 0 14px 35px rgba(0,0,0,.25); }
.signal-node > span { color: #6d6d7a; font: 7px "Azeret Mono", monospace; }
.signal-node > b { font-size: 10px; font-weight: 500; }
.signal-node > i { grid-column: 1/-1; position: relative; height: 2px; margin-top: 4px; overflow: hidden; background: rgba(255,255,255,.1); }
.signal-node > i::after { content: ""; position: absolute; width: 45%; height: 100%; background: var(--cyan); animation: scan-bar 2.8s var(--ease) infinite; }
.signal-node--a { top: 88px; left: 12px; }
.signal-node--b { top: 180px; right: -4px; }
.signal-node--c { bottom: 78px; left: 14px; }
.signal-node--d { right: 5px; bottom: 100px; }
.signal-node--b > i::after, .signal-node--d > i::after { animation-delay: -1.1s; background: var(--violet); }
.signal-paths { position: absolute; z-index: 2; inset: 10px; width: calc(100% - 20px); height: calc(100% - 20px); color: rgba(121,82,255,.45); }
.signal-paths path { stroke-dasharray: 5 10; animation: dash 8s linear infinite; }
.signal-stage__caption { position: absolute; bottom: 20px; left: 50%; display: flex; align-items: center; gap: 12px; color: #747480; font: 8px "Azeret Mono", monospace; letter-spacing: .12em; text-transform: uppercase; transform: translateX(-50%); white-space: nowrap; }
.signal-stage__caption i { width: 28px; height: 1px; background: #555561; }
.hero__marquee { position: absolute; z-index: 3; bottom: 0; left: 0; width: 100%; height: 48px; display: flex; align-items: center; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(7,7,11,.8); }
.hero__marquee div { display: flex; align-items: center; gap: 30px; width: max-content; color: #777784; font: 8px "Azeret Mono", monospace; letter-spacing: .17em; animation: marquee 30s linear infinite; }
.hero__marquee i { width: 4px; height: 4px; border-radius: 50%; background: var(--violet); box-shadow: 0 0 8px var(--violet); }

.tension { padding: 140px 0 130px; }
.storyline { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 78px; border: 1px solid var(--line-dark); background: var(--line-dark); }
.story-act { position: relative; min-height: 360px; padding: 34px; background: var(--paper); overflow: hidden; }
.story-act__top { display: flex; align-items: center; justify-content: space-between; color: #7660c8; }
.story-act__top span { font: 10px "Azeret Mono", monospace; }
.story-act__top svg { width: 25px; }
.story-act h3 { max-width: 280px; margin: 58px 0 18px; font-size: 25px; line-height: 1.15; letter-spacing: -.04em; font-weight: 500; }
.story-act p { max-width: 310px; margin: 0; color: #73737d; font-size: 13px; line-height: 1.7; }
.story-act__signal { position: absolute; right: 30px; bottom: 28px; left: 30px; height: 48px; display: flex; align-items: end; gap: 8px; }
.story-act__signal i { flex: 1; height: 20%; background: #7a56e9; transform-origin: bottom; animation: levels 2.8s var(--ease) infinite alternate; }
.story-act__signal i:nth-child(2) { height: 64%; animation-delay: -.5s; }.story-act__signal i:nth-child(3) { height: 36%; animation-delay: -1.2s; }.story-act__signal i:nth-child(4) { height: 83%; animation-delay: -.8s; }.story-act__signal i:nth-child(5) { height: 28%; animation-delay: -1.7s; }
.story-act__query { position: absolute; right: 30px; bottom: 32px; left: 30px; display: flex; justify-content: space-between; padding: 13px 15px; border: 1px solid var(--line-dark); color: #8a8a94; font: 9px "Azeret Mono", monospace; }
.story-act__query b { color: #6840e5; }
.story-act__fragments { position: absolute; right: 30px; bottom: 30px; left: 30px; display: flex; gap: 12px; }
.story-act__fragments span { display: grid; place-items: center; width: 56px; height: 43px; border: 1px solid var(--line-dark); color: #6953bc; font: 11px "Azeret Mono", monospace; }
.story-act__fragments span:nth-child(2) { transform: translateY(-9px) rotate(3deg); }.story-act__fragments span:nth-child(3) { transform: translateY(5px) rotate(-4deg); }
.storyline__rail { position: absolute; z-index: 4; right: 0; bottom: -1px; left: 0; height: 2px; overflow: hidden; background: rgba(112,71,255,.12); }
.storyline__rail i { display: block; width: 0; height: 100%; background: var(--violet); transition: width 1.5s var(--ease); }
.storyline.is-visible .storyline__rail i { width: 100%; }
.turning-point { display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: 40px; margin-top: 42px; padding: 30px 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.turning-point > span { color: #6f42ef; font: 9px "Azeret Mono", monospace; letter-spacing: .14em; text-transform: uppercase; }
.turning-point p { max-width: 780px; margin: 0; font-size: 20px; line-height: 1.5; letter-spacing: -.02em; }
.turning-point svg { width: 28px; color: #6f42ef; }

.method { position: relative; padding: 140px 0; overflow: hidden; }
.method::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 80px 80px; mask-image: radial-gradient(circle at 60% 50%, #000, transparent 70%); }
.method__intro { position: relative; max-width: 840px; }
.method__intro h2 { margin: 28px 0 20px; font-size: clamp(40px, 5vw, 68px); line-height: 1.04; letter-spacing: -.055em; font-weight: 500; }
.method__intro p { max-width: 650px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.method-machine { position: relative; z-index: 1; display: grid; grid-template-columns: 220px 180px minmax(280px, 1fr) 200px; align-items: center; gap: 38px; min-height: 430px; margin-top: 74px; padding: 44px; border: 1px solid var(--line); background: rgba(12,12,20,.76); box-shadow: 0 28px 80px rgba(0,0,0,.28); }
.machine-label { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 18px; color: #787885; font: 8px "Azeret Mono", monospace; letter-spacing: .12em; }
.machine-label b { color: #d2d2dc; font-size: 14px; font-weight: 500; }
.machine-inputs { position: relative; z-index: 3; }
.input-chip { width: 100%; display: grid; grid-template-columns: 20px 1fr; gap: 4px 8px; margin: 7px 0; padding: 14px; border: 1px solid var(--line); color: #9a9aa7; background: rgba(255,255,255,.015); text-align: left; cursor: pointer; transition: border-color .25s, background .25s, transform .25s; }
.input-chip:hover, .input-chip.is-active { border-color: rgba(141,103,255,.65); background: rgba(112,71,255,.08); transform: translateX(4px); }
.input-chip > span { grid-row: 1/3; color: #7251e2; font: 8px "Azeret Mono", monospace; }
.input-chip strong { color: #efeff4; font-size: 10px; font-weight: 500; }
.input-chip small { font: 7px "Azeret Mono", monospace; }
.machine-core { position: relative; z-index: 3; width: 170px; height: 170px; display: grid; place-content: center; justify-self: center; border-radius: 50%; text-align: center; }
.machine-core__orbit, .machine-core__orbit i { position: absolute; inset: 0; border: 1px solid rgba(112,71,255,.42); border-radius: 50%; }
.machine-core__orbit { animation: spin 18s linear infinite; }
.machine-core__orbit i:nth-child(1) { inset: 22px; border-color: rgba(45,107,255,.48); }.machine-core__orbit i:nth-child(2) { inset: 42px; border-color: rgba(24,195,235,.38); }.machine-core__orbit i:nth-child(3) { inset: -10px; border-style: dashed; opacity: .5; }
.machine-core strong { position: relative; font-size: 30px; font-weight: 500; letter-spacing: -.08em; }
.machine-core > span { position: relative; margin-top: 6px; color: #8b8b97; font: 7px "Azeret Mono", monospace; letter-spacing: .13em; }
.machine-blocks { position: relative; z-index: 3; }
.machine-blocks ol { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; margin: 0; padding: 0; list-style: none; }
.machine-blocks li { display: grid; grid-template-columns: auto 1fr; gap: 5px 8px; padding: 12px; border: 1px solid var(--line); }
.machine-blocks li span { color: #6f4ce4; font: 7px "Azeret Mono", monospace; }.machine-blocks li b { font-size: 9px; font-weight: 500; }.machine-blocks li i { grid-column: 1/-1; height: 1px; background: rgba(255,255,255,.08); overflow: hidden; }
.machine-blocks li i::after { content: ""; display: block; width: 45%; height: 100%; background: var(--violet); animation: scan-bar 3.5s var(--ease) infinite; }
.machine-blocks li:nth-child(2n) i::after { animation-delay: -1.5s; background: var(--cyan); }
.machine-output { position: relative; z-index: 3; }
.output-stack { position: relative; height: 176px; }
.output-stack > i { position: absolute; inset: 26px 5px 0 28px; border: 1px solid rgba(255,255,255,.11); background: #11111b; transform: rotate(6deg); }.output-stack > i:nth-child(2) { inset: 18px 14px 8px 18px; border-color: rgba(112,71,255,.35); transform: rotate(-4deg); }.output-stack > i:nth-child(3) { inset: 8px 0 18px 4px; border-color: rgba(24,195,235,.28); transform: rotate(1deg); }
.output-stack > div { position: absolute; inset: 0 10px 26px 0; display: grid; place-content: center; border: 1px solid rgba(255,255,255,.24); background: radial-gradient(circle at 50% 0, rgba(112,71,255,.18), #11111a 70%); text-align: center; }
.output-stack span { color: white; font-size: 50px; line-height: 1; letter-spacing: -.08em; }.output-stack b { margin-top: 8px; font-size: 9px; font-weight: 500; }.output-stack small { margin-top: 5px; color: #7f7f8b; font: 7px "Azeret Mono", monospace; }
.machine-flow { position: absolute; z-index: 0; inset: 90px 0 auto; width: 100%; height: 260px; color: rgba(112,71,255,.28); }.machine-flow path { stroke-dasharray: 6 8; animation: dash 8s linear infinite; }
.method-note { position: relative; display: flex; justify-content: center; align-items: center; gap: 18px; margin-top: 30px; color: #80808d; font: 8px "Azeret Mono", monospace; letter-spacing: .13em; text-transform: uppercase; }.method-note i { width: 4px; height: 4px; border-radius: 50%; background: var(--cyan); }

.services { padding: 140px 0; }
.services__layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.services__sticky { position: sticky; top: 110px; align-self: start; }
.services__sticky h2 { max-width: 520px; margin: 28px 0 20px; font-size: clamp(42px, 5vw, 68px); line-height: 1; letter-spacing: -.06em; font-weight: 500; }
.services__sticky > p { max-width: 440px; color: var(--muted-dark); font-size: 14px; line-height: 1.75; }
.service-orbit { position: relative; width: 320px; height: 230px; margin-top: 45px; overflow: hidden; }
.service-orbit > div { position: absolute; top: 45px; left: 55px; width: 180px; height: 180px; border: 1px solid rgba(112,71,255,.25); border-radius: 50%; animation: spin 24s linear infinite; }
.service-orbit > div::after { content: ""; position: absolute; inset: 26px; border: 1px solid rgba(24,195,235,.22); border-radius: 50%; }
.service-orbit span { position: absolute; color: #7a62ce; font: 7px "Azeret Mono", monospace; }.service-orbit span:nth-child(1) { top: -4px; left: 68px; }.service-orbit span:nth-child(2) { top: 85px; right: -18px; }.service-orbit span:nth-child(3) { bottom: -5px; left: 70px; }.service-orbit span:nth-child(4) { top: 85px; left: -15px; }
.service-orbit strong { position: absolute; top: 68px; left: 68px; font-size: 28px; font-weight: 500; animation: spin-reverse 24s linear infinite; }
.service-list { border-top: 1px solid var(--line-dark); }
.service-row { position: relative; display: grid; grid-template-columns: 42px 34px 1fr; align-items: start; gap: 24px; padding: 30px 0; border-bottom: 1px solid var(--line-dark); overflow: hidden; }
.service-row__number { padding-top: 4px; color: #8063df; font: 9px "Azeret Mono", monospace; }
.service-row > svg { width: 26px; color: #7050de; }
.service-row h3 { margin: 0 0 9px; font-size: 20px; font-weight: 500; letter-spacing: -.035em; }
.service-row p { margin: 0; color: #767680; font-size: 12px; line-height: 1.6; }
.service-row__progress { position: absolute; bottom: -1px; left: 0; width: 0; height: 2px; background: #7148ee; transition: width 1s var(--ease); }
.service-row.is-visible .service-row__progress { width: 100%; }
.service-row:hover { background: rgba(112,71,255,.025); }

.story-act { border-radius: var(--radius-md); }
.turning-point { padding-inline: 24px; border: 1px solid var(--line-dark); border-radius: var(--radius-md); }
.method-machine { border-radius: var(--radius-lg); overflow: hidden; }
.input-chip,.machine-blocks li { border-radius: var(--radius-sm); }
.output-stack > i,.output-stack > div { border-radius: var(--radius-sm); }

.work { padding: 140px 0; }
.work__heading { display: grid; grid-template-columns: 1.2fr .65fr; align-items: end; gap: clamp(42px,7vw,110px); margin-bottom: 65px; }
.work__heading h2 { max-width: 850px; margin: 28px 0 0; font-size: clamp(42px, 5vw, 69px); line-height: 1.03; letter-spacing: -.055em; font-weight: 500; }
.work__heading > p { max-width: 440px; margin: 0; color: #9898a5; font-size: 13px; line-height: 1.75; }
.operation-map { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius-lg); background: #0b0b12; box-shadow: 0 45px 120px rgba(0,0,0,.38); }
.operation-map::before { content: ""; position: absolute; width: 660px; aspect-ratio: 1; top: -360px; left: 35%; border-radius: 50%; background: radial-gradient(circle, rgba(116,71,255,.2), transparent 69%); transform: translate3d(calc(var(--section-shift,0) * 26px),calc(var(--section-shift,0) * -18px),0); pointer-events: none; }
.operation-map__topbar { position: relative; min-height: 54px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); color: #777785; font: 7px "Azeret Mono",monospace; letter-spacing: .1em; text-transform: uppercase; }
.operation-map__topbar > span:first-child { display: flex; align-items: center; gap: 9px; color: #babac4; }.operation-map__topbar i { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); animation: blink 1.8s ease-in-out infinite; }.operation-map__topbar b { font-weight: 500; }
.operation-map__body { position: relative; display: grid; grid-template-columns: minmax(220px,.78fr) minmax(410px,1.45fr) minmax(230px,.82fr); min-height: 560px; }
.diagnosis-unit,.delivery-unit { position: relative; z-index: 2; padding: 34px 28px; background: rgba(8,8,13,.84); }
.diagnosis-unit { border-right: 1px solid var(--line); }.delivery-unit { border-left: 1px solid var(--line); background: linear-gradient(150deg,rgba(112,71,255,.1),rgba(8,8,13,.9) 52%); }
.diagnosis-unit header,.delivery-unit header { display: flex; justify-content: space-between; align-items: center; color: #6f6f7d; font: 8px "Azeret Mono",monospace; }.diagnosis-unit header svg { width: 20px; color: var(--cyan); }.delivery-unit header b { display: flex; align-items: center; gap: 6px; color: var(--cyan); font-weight: 500; }.delivery-unit header b i { width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); animation: blink 1.8s infinite; }
.diagnosis-unit > small,.delivery-unit > small { display: block; margin-top: 62px; color: #747482; font: 7px "Azeret Mono",monospace; letter-spacing: .15em; }.diagnosis-unit h3,.delivery-unit h3 { margin: 10px 0 12px; font-size: 25px; font-weight: 500; letter-spacing: -.045em; }.diagnosis-unit > p,.delivery-unit > p { margin: 0; color: #898996; font-size: 11px; line-height: 1.65; }
.diagnosis-unit ul { margin: 38px 0 0; padding: 0; list-style: none; }.diagnosis-unit li { display: grid; grid-template-columns: 7px 1fr auto; align-items: center; gap: 9px; min-height: 43px; border-bottom: 1px solid var(--line); color: #a7a7b2; font-size: 9px; }.diagnosis-unit li > i { width: 5px; height: 5px; border: 1px solid var(--violet); border-radius: 50%; }.diagnosis-unit li > b { color: #5e5e6b; font: 6px "Azeret Mono",monospace; }
.operation-router { position: relative; min-height: 560px; padding: 72px 24px 44px; overflow: hidden; }.operation-router::before { content:""; position:absolute; inset:0; opacity:.36; background-image: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size: 38px 38px; mask-image: radial-gradient(circle,#000,transparent 75%); transform: translate3d(0,calc(var(--section-shift,0) * -12px),0); }
.operation-router ol { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 13px 116px; margin: 0; padding: 0; list-style: none; }.operation-router li { min-height: 64px; padding: 12px 14px; display: grid; grid-template-columns: 22px 1fr; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-sm); color: #c4c4cd; background: rgba(14,14,23,.8); transition: border-color .3s,background .3s,transform .45s var(--ease-out); }.operation-router li:nth-child(odd) { transform: translateX(calc(var(--section-shift,0) * -8px)); }.operation-router li:nth-child(even) { transform: translateX(calc(var(--section-shift,0) * 8px)); }.operation-router li:hover { border-color: rgba(141,103,255,.5); background: rgba(112,71,255,.08); }.operation-router li span { color: #7759dc; font: 7px "Azeret Mono",monospace; }.operation-router li b { font-size: 8px; line-height: 1.35; font-weight: 500; }
.router-core { position: absolute; z-index: 4; top: 50%; left: 50%; width: 118px; aspect-ratio: 1; display: grid; place-content: center; justify-items: center; border: 1px solid rgba(141,103,255,.55); border-radius: 50%; background: radial-gradient(circle at 35% 25%,#4a2cab,#111120 66%); box-shadow: 0 0 60px rgba(112,71,255,.3); transform: translate(-50%,-50%) scale(calc(.96 + var(--section-progress,0) * .06)); }.router-core::before,.router-core::after { content:""; position:absolute; border:1px solid rgba(24,195,235,.22); border-radius:50%; }.router-core::before { inset:-17px; }.router-core::after { inset:-33px; border-style:dashed; animation: spin 24s linear infinite; }.router-core span,.router-core small { color:#898997; font:6px "Azeret Mono",monospace; letter-spacing:.12em; }.router-core strong { margin:5px 0; font-size:25px; font-weight:500; }.router-core i { position:absolute; top:-4px; width:7px; height:7px; border-radius:50%; background:var(--cyan); box-shadow:0 0 13px var(--cyan); }
.operation-router > svg { position:absolute; z-index:1; inset:50% 0 auto; width:100%; height:430px; color:rgba(112,71,255,.24); transform:translateY(-50%); }.operation-router > svg path { fill:none; }.router-path--live { color:var(--cyan); stroke-dasharray:7 13; animation:dash 5s linear infinite; }
.delivery-stream { display:grid; gap:17px; margin-top:38px; }.delivery-stream span { display:grid; grid-template-columns:1fr; gap:8px; }.delivery-stream b { color:#ababba; font-size:8px; font-weight:500; }.delivery-stream span > i { position:relative; height:3px; overflow:hidden; border-radius:3px; background:#242430; }.delivery-stream span > i::after { content:""; position:absolute; inset:0; border-radius:inherit; background:linear-gradient(90deg,var(--violet),var(--cyan)); transform:scaleX(calc(var(--value) * (.7 + var(--section-progress,0) * .3))); transform-origin:left; transition:transform .12s linear; }
.delivery-unit > a { display:flex; align-items:center; justify-content:space-between; gap:12px; min-height:48px; margin-top:40px; padding:0 15px; border:1px solid rgba(255,255,255,.14); border-radius:var(--radius-sm); color:#d5d5de; font-size:9px; transition:background .25s,border-color .25s; }.delivery-unit > a:hover { background:rgba(255,255,255,.06); border-color:rgba(255,255,255,.28); }.delivery-unit > a svg { width:15px; color:var(--cyan); }
.operation-map__footer { position:relative; min-height:82px; padding:0 28px; display:flex; align-items:center; justify-content:center; gap:26px; border-top:1px solid var(--line); background:#09090f; }.operation-map__footer > span { display:flex; align-items:baseline; gap:9px; }.operation-map__footer b { color:#eeeef3; font-size:18px; font-weight:500; }.operation-map__footer small { color:#737380; font:7px "Azeret Mono",monospace; letter-spacing:.08em; }.operation-map__footer > i { width:42px; height:1px; background:linear-gradient(90deg,var(--violet),var(--cyan)); transform:scaleX(calc(.45 + var(--section-progress,0) * .55)); }

.journey { padding: 140px 0 150px; }
.journey-track { position: relative; margin-top: 80px; }
.journey-track > svg { position: absolute; top: 28px; left: 0; width: 100%; height: 70px; overflow: visible; }.journey-track__base { color: rgba(7,7,11,.15); }.journey-track__live { color: #7047ef; stroke-dasharray: 1120; stroke-dashoffset: 1120; transition: stroke-dashoffset 2s var(--ease); }.journey-track.is-visible .journey-track__live { stroke-dashoffset: 0; }
.journey-track ol { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; list-style: none; }
.journey-track li { position: relative; display: grid; justify-items: center; text-align: center; }
.journey-track li > span { margin-bottom: 23px; color: #7b60d8; font: 8px "Azeret Mono", monospace; }.journey-track li > i { position: relative; z-index: 2; width: 18px; height: 18px; margin-bottom: 28px; border: 5px solid var(--paper); border-radius: 50%; background: #7047ef; box-shadow: 0 0 0 1px rgba(112,71,239,.25); }.journey-track li > b { margin-bottom: 8px; font-size: 13px; font-weight: 500; }.journey-track li > small { max-width: 160px; color: #777781; font-size: 9px; line-height: 1.5; }

.portal { position: relative; padding: 150px 0; overflow: hidden; }
.portal::before { content: ""; position: absolute; width: 800px; height: 800px; right: -250px; top: -200px; border-radius: 50%; background: radial-gradient(circle, rgba(112,71,255,.17), transparent 67%); }
.portal__grid { position: relative; display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 70px; }
.portal__copy h2 { margin: 28px 0 22px; font-size: clamp(40px, 4.5vw, 64px); line-height: 1.03; letter-spacing: -.055em; font-weight: 500; }
.portal__copy > p { color: var(--muted); font-size: 14px; line-height: 1.75; }
.portal__copy ul { display: grid; gap: 11px; margin: 28px 0 34px; padding: 0; list-style: none; }.portal__copy li { display: flex; align-items: center; gap: 10px; color: #b6b6c1; font-size: 11px; }.portal__copy li svg { width: 14px; color: var(--cyan); }
.external-note { display: block; margin-top: 13px; color: #747480; font-size: 8px; }
.portal-window { overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius-lg); background: #0b0b12; box-shadow: 0 40px 100px rgba(0,0,0,.48); transform: perspective(1500px) rotateY(-3deg) rotateX(1deg); transition: transform .6s var(--ease); }.portal-window:hover { transform: perspective(1500px) rotateY(0) rotateX(0) translateY(-4px); }
.portal-window__bar { height: 42px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; border-bottom: 1px solid var(--line); color: #6f6f7c; font: 7px "Azeret Mono", monospace; letter-spacing: .09em; }.portal-window__bar > div { display: flex; gap: 5px; }.portal-window__bar > div i { width: 6px; height: 6px; border-radius: 50%; background: #30303b; }.portal-window__bar b { display: flex; align-items: center; gap: 6px; color: #65d9ee; font-weight: 500; }.portal-window__bar b i { width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); animation: blink 1.7s infinite; }
.portal-window__body { min-height: 480px; display: grid; grid-template-columns: 64px 1fr; }
.portal-window aside { display: flex; flex-direction: column; align-items: center; padding: 19px 0; border-right: 1px solid var(--line); }.portal-mini-logo { font-size: 14px; font-weight: 600; }.portal-mini-logo span { color: var(--accent); }.portal-window aside nav { display: grid; gap: 18px; margin-top: 52px; }.portal-window aside nav i { width: 18px; height: 18px; border: 1px solid #373744; border-radius: 2px; }.portal-window aside nav i.is-active { border-color: var(--violet); background: rgba(112,71,255,.22); box-shadow: 0 0 14px rgba(112,71,255,.25); }.portal-window aside > span { margin-top: auto; }.portal-window aside svg { width: 16px; color: #5e5e6b; }
.portal-dash { padding: 27px; background: radial-gradient(circle at 80% 0, rgba(112,71,255,.09), transparent 40%); }.portal-dash > header { display: flex; justify-content: space-between; align-items: start; }.portal-dash > header div { display: grid; gap: 7px; }.portal-dash > header small { color: #686875; font: 7px "Azeret Mono", monospace; letter-spacing: .12em; }.portal-dash > header b { font-size: 13px; font-weight: 500; }.portal-dash > header > span { color: #686875; font: 7px "Azeret Mono", monospace; }
.dash-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 24px; }.dash-kpis article { position: relative; min-height: 100px; padding: 14px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: rgba(255,255,255,.015); overflow: hidden; }.dash-kpis span { display: block; color: #696976; font: 6px "Azeret Mono", monospace; letter-spacing: .1em; }.dash-kpis b { display: block; margin-top: 16px; font-size: 24px; font-weight: 500; }.dash-kpis i { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: linear-gradient(90deg, var(--violet), var(--cyan)); transform-origin: left; animation: kpi-load 3s var(--ease) infinite alternate; }
.dash-lower { display: grid; grid-template-columns: 1.15fr .85fr; gap: 10px; margin-top: 10px; }.dash-lower > article { min-height: 230px; padding: 15px; border: 1px solid var(--line); border-radius: var(--radius-sm); }.dash-lower header { display: flex; justify-content: space-between; align-items: center; }.dash-lower header b { font-size: 8px; font-weight: 500; }.dash-lower header span { color: #737380; font: 6px "Azeret Mono", monospace; }.dash-chart svg { width: 100%; height: 145px; margin-top: 20px; overflow: visible; }.chart-line { color: #8d67ff; fill: none; stroke-width: 2; stroke-dasharray: 1000; animation: chart-draw 4s var(--ease) infinite alternate; }.dash-tasks ul { display: grid; gap: 10px; margin: 25px 0 0; padding: 0; list-style: none; }.dash-tasks li { display: grid; grid-template-columns: 7px 1fr auto; gap: 7px; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--line); }.dash-tasks li i { width: 6px; height: 6px; border-radius: 50%; background: var(--violet); }.dash-tasks li span { font-size: 7px; }.dash-tasks li b { color: #747481; font: 5px "Azeret Mono", monospace; }

.faq { padding: 140px 0; }
.faq__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }.faq__intro h2 { max-width: 440px; margin: 28px 0 18px; font-size: clamp(42px, 5vw, 65px); line-height: 1; letter-spacing: -.06em; font-weight: 500; }.faq__intro p { color: var(--muted-dark); font-size: 14px; line-height: 1.7; }
.accordion { border-top: 1px solid var(--line-dark); }.accordion details { border-bottom: 1px solid var(--line-dark); }.accordion summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 26px 0; cursor: pointer; list-style: none; }.accordion summary::-webkit-details-marker { display: none; }.accordion summary span { font-size: 15px; font-weight: 500; }.accordion summary svg { width: 18px; color: #6944df; transition: transform .3s; }.accordion details[open] summary svg { transform: rotate(45deg); }.accordion details p { max-width: 690px; margin: -6px 40px 26px 0; color: #72727c; font-size: 12px; line-height: 1.75; }

.final-cta { position: relative; min-height: 660px; display: grid; place-items: center; overflow: hidden; text-align: center; }.final-cta::before { content: ""; position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 64px 64px; mask-image: radial-gradient(circle, #000, transparent 70%); }.final-cta__signal, .final-cta__signal i { position: absolute; width: 650px; height: 650px; border: 1px solid rgba(112,71,255,.19); border-radius: 50%; }.final-cta__signal { top: 50%; left: 50%; transform: translate(-50%,-50%); animation: core-breathe 5s var(--ease) infinite; }.final-cta__signal i:nth-child(1) { inset: 90px; border-color: rgba(45,107,255,.19); }.final-cta__signal i:nth-child(2) { inset: 180px; border-color: rgba(24,195,235,.2); }.final-cta__signal i:nth-child(3) { inset: -25px; border-style: dashed; animation: spin 30s linear infinite; }
.final-cta__content { position: relative; z-index: 2; display: grid; justify-items: center; }.final-cta h2 { max-width: 1020px; margin: 28px 0 20px; font-size: clamp(42px, 6vw, 78px); line-height: 1.01; letter-spacing: -.06em; font-weight: 500; }.final-cta p { max-width: 670px; margin: 0 0 32px; color: #aaaab5; font-size: 14px; line-height: 1.75; }

.site-footer { padding: 70px 0 24px; border-top: 1px solid var(--line); background: #050508; }.footer-main { display: grid; grid-template-columns: 1.4fr repeat(3, .7fr); gap: 60px; }.wordmark--footer > span, .wordmark--footer > strong { font-size: 27px; }.footer-main > div:first-child > p { max-width: 320px; margin-top: 24px; color: #767682; font-size: 11px; line-height: 1.7; }.footer-links { display: grid; align-content: start; gap: 12px; }.footer-links > span { margin-bottom: 8px; color: #656571; font: 8px "Azeret Mono", monospace; letter-spacing: .14em; text-transform: uppercase; }.footer-links a { color: #a8a8b3; font-size: 10px; transition: color .2s, transform .2s; }.footer-links a:hover { color: white; transform: translateX(3px); }.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 65px; padding-top: 20px; border-top: 1px solid var(--line); color: #60606b; font: 7px "Azeret Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.footer-links a.is-current { color: var(--accent); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); }.reveal.is-visible { opacity: 1; transform: none; }.story-act:nth-child(2), .service-row:nth-child(2n) { transition-delay: .08s; }.story-act:nth-child(3), .service-row:nth-child(3n) { transition-delay: .16s; }

[data-chapter]:not(.is-active) .signal-core__rings,
[data-chapter]:not(.is-active) .signal-core__rings i,
[data-chapter]:not(.is-active) .signal-node > i::after,
[data-chapter]:not(.is-active) .signal-paths path,
[data-chapter]:not(.is-active) .story-act__signal i,
[data-chapter]:not(.is-active) .machine-core__orbit,
[data-chapter]:not(.is-active) .machine-blocks li i::after,
[data-chapter]:not(.is-active) .service-orbit > div,
[data-chapter]:not(.is-active) .service-orbit strong,
[data-chapter]:not(.is-active) .operation-map__topbar i,
[data-chapter]:not(.is-active) .delivery-unit header b i,
[data-chapter]:not(.is-active) .router-core::after,
[data-chapter]:not(.is-active) .router-path--live,
[data-chapter]:not(.is-active) .dash-kpis i,
[data-chapter]:not(.is-active) .chart-line { animation-play-state: paused; }
.accordion summary svg { flex: 0 0 18px; }

main > section:not(.is-motion-active) *,
main > section:not(.is-motion-active) *::before,
main > section:not(.is-motion-active) *::after { animation-play-state: paused !important; }
.hero__ambient { transform: translate3d(calc(var(--section-shift,0) * 26px),calc(var(--section-shift,0) * -32px),0) scale(calc(1 + var(--section-progress,0) * .04)); will-change: transform; }
.signal-stage__grid { transform: rotate(calc(var(--section-shift,0) * 1.4deg)); will-change: transform; }
.method-machine.reveal.is-visible { transform: translate3d(0,calc(var(--section-shift,0) * -8px),0); will-change: transform; }
.service-orbit { transform: translate3d(0,calc(var(--section-shift,0) * -13px),0); will-change: transform; }
.portal::before { transform: translate3d(calc(var(--section-shift,0) * -22px),calc(var(--section-shift,0) * 18px),0); will-change: transform; }
.final-cta::before { background-position: 0 calc(var(--section-shift,0) * 22px); }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes spin-reverse { to { transform: rotate(-360deg); } }
@keyframes blink { 50% { opacity: .28; transform: scale(.75); } }
@keyframes dash { to { stroke-dashoffset: -150; } }
@keyframes scan-bar { 0% { transform: translateX(-120%); } 65%,100% { transform: translateX(270%); } }
@keyframes core-breathe { 50% { transform: scale(1.035); opacity: .72; } }
@keyframes final-pulse { 50% { transform: translate(-50%,-50%) scale(1.035); opacity: .72; } }
.final-cta__signal { animation-name: final-pulse; }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes levels { to { transform: scaleY(.42); opacity: .5; } }
@keyframes kpi-load { from { transform: scaleX(.28); } to { transform: scaleX(1); } }
@keyframes chart-draw { from { stroke-dashoffset: 1000; } to { stroke-dashoffset: 0; } }

@media (max-width: 1100px) {
  .desktop-nav { gap: 18px; }
  .header-cta { display: none; }
  .hero { min-height: auto; }
  .hero__grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .hero h1 { font-size: clamp(48px, 6.4vw, 72px); }
  .signal-stage { transform: scale(.9); transform-origin: center; }
  .method-machine { grid-template-columns: 190px 145px 1fr; gap: 25px; padding: 30px; }
  .machine-output { grid-column: 2/4; width: 220px; justify-self: center; }
  .machine-flow { display: none; }
  .services__layout, .faq__grid { gap: 55px; }
  .portal__grid { grid-template-columns: .8fr 1.2fr; gap: 40px; }
  .portal-window { transform: none; }
}

@media (max-width: 860px) {
  :root { --header-h: 68px; }
  .container { width: min(calc(100% - 40px), var(--container)); }
  .desktop-nav, .header-cta { display: none; }
  .site-header { padding-inline: 20px; }
  .header-actions { margin-left: auto; }
  .menu-button { display: grid; }
  .mobile-menu { display: grid; gap: 0; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .25s, visibility .25s, transform .25s; }
  .mobile-menu.is-open { opacity: 1; visibility: visible; transform: none; }
  .mobile-menu > a { padding: 17px 0; border-bottom: 1px solid var(--line); color: #cacad2; font-size: 16px; }
  .mobile-menu__cta { margin-top: 20px; padding: 17px !important; border: 0 !important; color: white !important; background: var(--violet); text-align: center; }
  .hero { padding-top: 125px; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__copy { padding-bottom: 0; }
  .hero h1 { max-width: 720px; font-size: clamp(52px, 10vw, 80px); }
  .signal-stage { width: min(620px, 100%); margin: -20px auto 50px; transform: scale(.9); }
  .storyline { grid-template-columns: 1fr; }
  .story-act { min-height: 310px; }
  .turning-point { grid-template-columns: 110px 1fr; }.turning-point svg { display: none; }
  .method-machine { grid-template-columns: 1fr 1fr; }.machine-inputs { grid-column: 1/2; }.machine-core { grid-column: 2/3; }.machine-blocks { grid-column: 1/-1; }.machine-output { grid-column: 1/-1; }
  .services__layout, .portal__grid, .faq__grid { grid-template-columns: 1fr; }
  .services__sticky { position: static; }.service-orbit { display: none; }
  .work__heading { grid-template-columns: 1fr; align-items: start; }.work__heading > p { max-width: 650px; }
  .operation-map__body { grid-template-columns: 1fr; }
  .diagnosis-unit,.delivery-unit { min-height: 390px; }
  .diagnosis-unit { border-right: 0; border-bottom: 1px solid var(--line); }
  .delivery-unit { border-left: 0; border-top: 1px solid var(--line); }
  .diagnosis-unit > small,.delivery-unit > small { margin-top: 36px; }
  .operation-router { min-height: 520px; }
  .journey-track > svg { display: none; }.journey-track ol { grid-template-columns: 1fr; gap: 0; }.journey-track li { grid-template-columns: 40px 28px 1fr; justify-items: start; align-items: start; min-height: 110px; text-align: left; }.journey-track li > span { margin: 4px 0 0; }.journey-track li > i { margin: 0; }.journey-track li > i::after { content: ""; position: absolute; top: 17px; left: 8px; width: 1px; height: 92px; background: rgba(112,71,239,.35); }.journey-track li:last-child > i::after { display: none; }.journey-track li > b, .journey-track li > small { grid-column: 3; }.journey-track li > b { margin-top: 2px; }.journey-track li > small { max-width: none; margin-top: -70px; }
  .portal__copy { max-width: 650px; }.portal-window { order: 2; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }.footer-main > div:last-child { grid-column: 2/4; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .wordmark > span, .wordmark > strong { font-size: 18px; }.wordmark > small { font-size: 6px; }
  .lang-toggle { gap: 4px; padding-inline: 4px; }.menu-button { width: 38px; height: 38px; }
  .hero { padding-top: 120px; }.hero h1 { font-size: clamp(44px, 14vw, 64px); }.hero__lead { font-size: 14px; }.hero__actions { display: grid; }.button { width: 100%; }.hero__proofline { display: grid; gap: 12px; }
  .signal-stage { height: 480px; margin-top: 0; transform: none; }.signal-stage__grid { inset: 38px 0; }.signal-core { width: 200px; height: 200px; }.signal-core__center { inset: 50px; }.signal-node { min-width: 94px; padding: 9px; }.signal-node--a { top: 60px; left: 0; }.signal-node--b { top: 120px; right: 0; }.signal-node--c { bottom: 55px; left: 0; }.signal-node--d { right: 0; bottom: 80px; }.signal-paths { inset: -40px; width: calc(100% + 80px); height: calc(100% + 80px); }.signal-stage__status { top: 18px; }.signal-stage__caption { bottom: 20px; font-size: 6px; }
  .tension, .method, .services, .work, .journey, .portal, .faq { padding: 95px 0; }.section-heading h2, .method__intro h2, .services__sticky h2, .work__heading h2, .portal__copy h2, .faq__intro h2 { font-size: clamp(38px, 11vw, 52px); }.section-heading > p { font-size: 14px; }
  .story-act { min-height: 300px; padding: 26px; }.story-act h3 { margin-top: 45px; }.turning-point { grid-template-columns: 1fr; gap: 15px; }.turning-point p { font-size: 17px; }
  .method-machine { display: block; padding: 20px; }.machine-core { margin: 36px auto; }.machine-blocks ol { grid-template-columns: 1fr 1fr; }.machine-output { width: 200px; margin: 35px auto 0; }.method-note { flex-wrap: wrap; gap: 10px; font-size: 7px; }
  .service-row { grid-template-columns: 28px 28px 1fr; gap: 12px; padding: 24px 0; }.service-row h3 { font-size: 17px; }
  .work__heading { margin-bottom: 38px; }
  .operation-map { border-radius: 20px; }
  .operation-map__topbar { min-height: 62px; padding: 12px 15px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 6px; }
  .diagnosis-unit,.delivery-unit { min-height: 0; padding: 28px 20px 34px; }
  .operation-router { min-height: auto; padding: 38px 18px; }
  .router-core { position: relative; top: auto; left: auto; margin: 0 auto 35px; transform: scale(calc(.96 + var(--section-progress,0) * .04)); }
  .operation-router ol { grid-template-columns: 1fr; gap: 9px; }
  .operation-router li:nth-child(odd),.operation-router li:nth-child(even) { transform: translateX(calc(var(--section-shift,0) * 4px)); }
  .operation-router > svg { display: none; }
  .operation-map__footer { min-height: 0; padding: 24px 18px; align-items: stretch; flex-direction: column; gap: 13px; }
  .operation-map__footer > span { justify-content: space-between; }.operation-map__footer > i { width: 100%; transform: scaleX(calc(.45 + var(--section-progress,0) * .55)); transform-origin: left; }
  .portal-window__body { min-height: 390px; grid-template-columns: 42px 1fr; }.portal-dash { padding: 14px; }.portal-window aside nav { gap: 12px; margin-top: 30px; }.dash-kpis article { min-height: 80px; padding: 9px; }.dash-kpis b { margin-top: 12px; font-size: 18px; }.dash-lower { grid-template-columns: 1fr; }.dash-tasks { display: none; }.dash-lower > article { min-height: 190px; }.portal-dash > header b { font-size: 10px; }.portal-dash > header > span { display: none; }
  .final-cta { min-height: 620px; }.final-cta h2 { font-size: clamp(42px, 12vw, 60px); }.final-cta__signal, .final-cta__signal i { width: 480px; height: 480px; }.final-cta__signal i:nth-child(1) { inset: 70px; }.final-cta__signal i:nth-child(2) { inset: 140px; }
  .footer-main { grid-template-columns: 1fr 1fr; }.footer-main > div:first-child { grid-column: 1/-1; }.footer-main > div:last-child { grid-column: 1/-1; }.footer-bottom { flex-direction: column; }
}

@media (hover: none) { .button:hover, .portal-window:hover { transform: none; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
  .loader { display: none; }
  .signal-stage { transform: none !important; }
  .journey-track__live { stroke-dashoffset: 0; }
  .storyline__rail i, .service-row__progress { width: 100%; }
}
