:root {
  color-scheme: dark;
  --bg: #22201f;
  --bg-deep: #151413;
  --panel: #2b2927;
  --cream: #f2efe8;
  --ink: #1e1d1b;
  --muted: #a8a39c;
  --line: rgba(242, 239, 232, 0.16);
  --pink: #ff4f70;
  --yellow: #ffd93d;
  --green: #62f38f;
  --cyan: #44d7ff;
  --mono: "DM Mono", monospace;
  --sans: "Manrope", sans-serif;
  --header-h: 76px;
  font-family: var(--sans);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--bg); color: var(--cream); }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--pink); color: white; }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }

.skip-link { position: fixed; top: 10px; left: 10px; z-index: 200; padding: 10px 14px; background: var(--yellow); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: var(--header-h); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; padding: 0 clamp(20px, 3vw, 48px); border-bottom: 1px solid transparent; transition: background .25s, border-color .25s; }
.site-header.is-scrolled { border-color: var(--line); background: rgba(34, 32, 31, .86); backdrop-filter: blur(16px); }
.site-header.is-light { border-color: rgba(30,29,27,.15); background: rgba(222,217,210,.9); color: var(--ink); }
.site-header.is-light nav a { color: #625e58; }.site-header.is-light nav a:hover { color: var(--ink); }
.site-header.is-light .header-action { border-color: rgba(30,29,27,.22); }
.brand { justify-self: start; display: inline-flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 800; letter-spacing: -.055em; }
.brand img { border: 1px solid rgba(255,217,61,.45); object-fit: cover; }
.brand span span { color: var(--yellow); }
.site-header nav { display: flex; gap: 30px; }
.site-header nav a { color: var(--muted); font: 500 12px var(--mono); }
.site-header nav a:hover { color: var(--cream); }
.header-action { justify-self: end; min-height: 42px; display: inline-flex; align-items: center; gap: 24px; padding: 0 16px; border: 1px solid var(--line); font-size: 12px; font-weight: 700; }
.header-action:hover { border-color: var(--pink); background: rgba(255,79,112,.08); }
.header-action i { color: var(--pink); font-style: normal; }

.journey { position: relative; height: 520vh; min-height: 3600px; background: var(--bg); }
.journey-sticky { position: sticky; top: 0; height: 100vh; min-height: 650px; display: grid; grid-template-columns: minmax(340px, .75fr) minmax(620px, 1.25fr); gap: clamp(24px, 4vw, 72px); align-items: center; padding: calc(var(--header-h) + 30px) clamp(26px, 4vw, 64px) 32px; overflow: hidden; transition: background .6s ease, color .6s ease, grid-template-columns .8s ease; }
.journey-sticky.is-light { grid-template-columns: minmax(320px,.58fr) minmax(670px,1.42fr); background: #ded9d2; color: var(--ink); }
.journey-sticky.is-light .version-tag, .journey-sticky.is-light .story-step > p { color: #5d5953; }
.journey-sticky.is-light .motion-frame { border-color: rgba(30,29,27,.14); background: transparent; box-shadow: none; }
.journey-sticky.is-light .frame-meta { color: #6c6761; }.journey-sticky.is-light .frame-meta-top, .journey-sticky.is-light .frame-meta-bottom { border-color: rgba(30,29,27,.14); }
.journey-sticky.is-light .motion-status { color: #9e2142; }
.journey-sticky.is-light .stage-grid path { stroke: rgba(30,29,27,.06); }
.journey-sticky.is-light .journey-rail::before { background: rgba(30,29,27,.18); }
.journey-sticky.is-light .journey-rail i { background: #9f9991; }.journey-sticky.is-light .journey-rail i.is-active { background: var(--ink); box-shadow: 0 0 10px rgba(30,29,27,.18); }
.journey-sticky.is-light .scroll-cue { color: #5d5953; }.journey-sticky.is-light .scroll-cue i { border-color: rgba(30,29,27,.22); }
.journey-copy { position: relative; z-index: 3; height: min(560px, 70vh); }
.version-tag { display: flex; align-items: center; gap: 9px; margin: 0; color: var(--muted); font: 500 10px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.version-tag i { width: 7px; height: 7px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 14px var(--pink); }
.story-step { position: absolute; top: 80px; left: 0; width: 100%; max-width: 610px; opacity: 0; transform: translateY(28px); pointer-events: none; transition: opacity .4s ease, transform .5s ease; }
.story-step.is-active { opacity: 1; transform: none; pointer-events: auto; }
.story-step > span, .system-head > p, .capability > span, .demo-copy > p:first-child { display: block; margin-bottom: 24px; color: var(--pink); font: 500 10px var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.story-step h1, .story-step h2 { margin: 0 0 28px; font-size: clamp(54px, 5.4vw, 94px); line-height: .94; letter-spacing: -.07em; }
.story-step > p { max-width: 540px; margin: 0; color: var(--muted); font-size: clamp(16px, 1.25vw, 20px); line-height: 1.6; }
.inline-action { min-height: 48px; width: fit-content; display: inline-flex; align-items: center; gap: 34px; margin-top: 34px; padding: 0 17px; border: 1px solid var(--line); font-size: 12px; font-weight: 700; }
.inline-action i { color: var(--yellow); font-style: normal; }

.motion-frame { position: relative; width: 100%; border: 1px solid var(--line); background: #1d1b1a; box-shadow: 0 50px 120px rgba(0,0,0,.28); }
.frame-meta { position: absolute; right: 0; left: 0; z-index: 4; display: flex; justify-content: space-between; color: #77716b; font: 500 9px var(--mono); letter-spacing: .08em; text-transform: uppercase; pointer-events: none; }
.frame-meta-top { top: 0; padding: 15px 17px; border-bottom: 1px solid var(--line); }
.frame-meta-bottom { bottom: 0; padding: 14px 17px; border-top: 1px solid var(--line); }
.motion-status { color: var(--yellow); }
.motion-stage { width: 100%; aspect-ratio: 5 / 3; min-height: 520px; transition: transform .8s ease; }
.journey-sticky.is-light .motion-stage { transform: scale(1.035) rotate(-.6deg); }
.stage-grid path { fill: none; stroke: rgba(242,239,232,.045); stroke-width: 1; }
.globe-wrap { position: absolute; inset: 0; z-index: 2; opacity: 0; transform: scale(.32); overflow: hidden; pointer-events: none; }
.globe-wrap canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.globe-tag { position: absolute; right: 0; left: 0; bottom: 46px; display: flex; justify-content: space-between; padding: 0 17px; color: #6f8a90; font: 500 9px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.globe-tag-live { color: var(--yellow); }
.cargo-shadow { fill: rgba(0,0,0,.38); filter: blur(7px); }
.part-back rect { fill: url(#cargoFace); stroke: #ff8298; stroke-width: 2; }
.part-left path { fill: #7b1236; stroke: #ff8298; stroke-width: 2; }
.part-top path { fill: #ff7690; stroke: #ffb1bf; stroke-width: 2; }
.part-door rect { fill: #a21643; stroke: #ff91a5; stroke-width: 2; }.part-door path { fill: none; stroke: #ff91a5; stroke-width: 2; }
.cargo-ribs path { fill: none; stroke: rgba(255,255,255,.48); stroke-width: 3; }
.part-frame rect { fill: none; stroke: #ffb2bf; stroke-width: 7; }.part-frame circle { fill: var(--yellow); }
.cargo-code { fill: white; font: 500 15px var(--mono); letter-spacing: .16em; }
.cargo-camera { transform-box: fill-box; transform-origin: center; }
.cargo-idle { transform-box: fill-box; transform-origin: center; }
.part-back rect, .part-left path, .part-top path, .part-door rect, .part-door path, .cargo-ribs path, .part-frame rect { transition: fill .55s ease, stroke .55s ease; }
.journey-sticky.is-light .part-back rect, .journey-sticky.is-light .part-left path, .journey-sticky.is-light .part-top path, .journey-sticky.is-light .part-door rect { fill: rgba(222,217,210,.45); stroke: #3a3733; }
.journey-sticky.is-light .part-door path, .journey-sticky.is-light .cargo-ribs path, .journey-sticky.is-light .part-frame rect { stroke: #3a3733; }
.journey-sticky.is-light .part-frame circle { fill: var(--pink); }
.journey-sticky.is-light .cargo-code { fill: var(--ink); }
.part-metric { opacity: 0; transform-box: fill-box; transform-origin: center; }
.part-metric path { fill: none; stroke: #817b74; stroke-width: 1.3; }
.part-metric text { fill: #3e3a36; font: 500 13px var(--mono); letter-spacing: .04em; }
.part-metric circle { fill: var(--pink); }.metric-cyan circle { fill: #26d6cb; }.metric-green circle { fill: #9cf449; }.metric-yellow circle { fill: var(--yellow); }.metric-blue circle { fill: var(--cyan); }.metric-violet circle { fill: #9968ff; }
.energy-core { opacity: 0; }.energy-core circle { fill: none; stroke: var(--yellow); stroke-width: 2; }.energy-core circle:nth-child(2) { stroke: var(--pink); }.energy-core circle:nth-child(3) { stroke: var(--cyan); stroke-dasharray: 4 8; }
.journey-rail { position: absolute; right: 18px; bottom: 35px; top: 110px; width: 8px; z-index: 10; display: flex; flex-direction: column; align-items: center; justify-content: space-between; }
.journey-rail::before { position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; content: ""; background: var(--line); }
.rail-fill { position: absolute; top: 0; left: calc(50% - .5px); width: 1px; height: 100%; background: linear-gradient(var(--pink), var(--yellow), var(--green), var(--cyan)); transform: scaleY(0); transform-origin: top; }
.journey-rail i { position: relative; z-index: 2; width: 7px; height: 7px; border-radius: 50%; background: #5b5650; transition: background .25s, box-shadow .25s; }.journey-rail i.is-active { background: var(--cream); box-shadow: 0 0 12px var(--cream); }
.scroll-cue { position: absolute; z-index: 12; left: clamp(26px,4vw,64px); bottom: 30px; display: flex; align-items: center; gap: 14px; border: 0; padding: 0; background: transparent; color: var(--muted); cursor: pointer; font: 500 9px var(--mono); letter-spacing: .08em; text-transform: uppercase; transition: opacity .3s, transform .3s; }
.scroll-cue i { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--yellow); font: 400 18px var(--sans); }
.scroll-cue:hover { color: var(--cream); }.scroll-cue:hover i { border-color: var(--yellow); }
.scroll-cue.is-hidden { opacity: 0; transform: translateY(12px); pointer-events: none; }

.system-section { position: relative; padding: clamp(90px, 12vw, 180px) clamp(22px, 4vw, 64px); background: var(--cream); color: var(--ink); }
.system-head { max-width: 1320px; margin: 0 auto clamp(60px, 8vw, 110px); }.system-head > p { color: #a01f3e; }.system-head h2 { max-width: 1100px; margin: 0; font-size: clamp(52px, 7vw, 112px); line-height: .93; letter-spacing: -.075em; }
.capability-grid { max-width: 1320px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; margin: 0 auto; }
.capability { min-height: 560px; display: flex; flex-direction: column; padding: clamp(24px, 3vw, 40px); overflow: hidden; }
.capability:nth-child(1), .capability:nth-child(2) { grid-column: span 6; }.capability:nth-child(3) { grid-column: span 12; min-height: 470px; }
.capability > span { color: currentColor; opacity: .62; }.capability h3 { margin: 0; font-size: clamp(35px, 3.5vw, 58px); line-height: 1; letter-spacing: -.06em; }.capability > p { max-width: 550px; margin: auto 0 0; opacity: .66; font-size: 15px; line-height: 1.6; }
.capability-dark { background: var(--bg); color: var(--cream); }.capability-gold { min-height: 620px; background: radial-gradient(circle at 54% 48%, #ffe972 0, #ffdc3d 48%, #efc530 100%); color: var(--ink); box-shadow: inset 0 0 0 1px rgba(30,29,27,.09); }.capability-light { border: 1px solid #cbc6bd; background: #e7e1d6; }
.mini-animation { flex: 1; min-height: 180px; display: grid; place-items: center; }
.hive-mind-scene { min-height: 245px; width: 100%; overflow: visible; }
.hive-mind-svg { width: min(100%, 610px); overflow: visible; }
.hive-mind-svg path, .hive-mind-svg circle, .hive-mind-svg ellipse, .hive-mind-svg rect { vector-effect: non-scaling-stroke; }
.hive-float, .hive-shell, .hive-ring, .hive-brain, .hive-bee, .hive-bee-bob, .hive-orbit-ring, .hive-slice-flare { transform-box: fill-box; transform-origin: center; }
.hive-orbit-ring, .hive-engine-guide, .hive-signal-line { fill: none; stroke: rgba(245,243,238,.18); stroke-width: .8; }
.hive-orbit-ring { stroke-dasharray: 2 12; }.ring-two { stroke: rgba(245,243,238,.1); stroke-dasharray: 1 18; }
.hive-engine-guide { stroke: rgba(245,243,238,.09); stroke-dasharray: 1 7; }
.hive-signal-line { stroke: rgba(245,243,238,.32); }
.worker-antenna, .worker-wing, .worker-wing-grid, .worker-panel, .worker-leg { fill: none; stroke: #f5f3ee; stroke-width: .85; }
.worker-wing { fill: rgba(245,243,238,.025); stroke-width: 1; }.worker-wing-grid { stroke: rgba(245,243,238,.46); stroke-width: .55; }
.worker-body { fill: #1f1e1d; stroke: #f5f3ee; stroke-width: 1.15; }
.worker-panel { stroke-width: .7; }.worker-leg { stroke: rgba(245,243,238,.72); }
.worker-sensor, .worker-reactor { fill: #f5f3ee; filter: url(#hive-glow); }
.hive-bee-orbit { opacity: .56; scale: .72; }
.engine-case, .engine-ring { fill: #1f1e1d; stroke: #f5f3ee; stroke-width: 1.15; }
.engine-rib, .engine-panel, .engine-teeth, .engine-seam, .engine-crown { fill: none; stroke: rgba(245,243,238,.62); stroke-width: .75; }
.engine-fastener { fill: #1f1e1d; stroke: #f5f3ee; stroke-width: .8; }
.hive-slice-flare { fill: #f5f3ee; opacity: 0; filter: url(#hive-glow); }
.hive-brain { opacity: 0; }
.brain-pulse, .brain-housing { fill: #1f1e1d; stroke: rgba(245,243,238,.55); stroke-width: .85; }
.brain-pulse { fill: none; stroke-dasharray: 2 7; }.brain-housing { stroke-width: 1.1; }
.brain-lobe { fill: #1f1e1d; stroke: #f5f3ee; stroke-width: 1.25; }
.brain-circuit { fill: none; stroke: rgba(245,243,238,.78); stroke-width: .85; }
.brain-node { fill: #f5f3ee; filter: url(#hive-glow); }
.brain-core { fill: #1f1e1d; stroke: #f5f3ee; stroke-width: 1.2; filter: url(#hive-glow); }
.brain-core-mark { fill: #f5f3ee; }
.hive-tech-labels { opacity: 0; }.hive-tech-labels path { fill: none; stroke: rgba(245,243,238,.42); stroke-width: .65; }
.hive-tech-labels text, .hive-core-label { fill: #f5f3ee; font: 500 7px var(--mono); letter-spacing: .15em; text-anchor: start; }
.hive-core-label { text-anchor: middle; }
.sla-story { min-height: 260px; width: 100%; margin-block: 16px 10px; }
.sla-story-svg { width: min(100%, 560px); overflow: visible; }
.sla-story-svg path, .sla-story-svg circle { vector-effect: non-scaling-stroke; }
.sla-grid path { fill: none; stroke: rgba(30,29,27,.14); stroke-width: .75; }.sla-grid circle { fill: #1e1d1b; opacity: .26; }
.sla-route, .sla-customer-route { fill: none; stroke: #1e1d1b; stroke-width: 1.4; stroke-dasharray: 4 7; }
.sla-route-recovery { stroke-width: 2; }.sla-customer-route { stroke: rgba(30,29,27,.45); stroke-width: 1; stroke-dasharray: 2 6; }
.sla-route-packet, .sla-recovery-packet, .sla-update-packet { fill: #1e1d1b; opacity: 0; }.sla-recovery-packet { filter: url(#sla-glow); }
.sla-milestone circle { fill: var(--yellow); stroke: #1e1d1b; stroke-width: 1.2; }.sla-milestone text, .sla-guidance-core text, .customer-confidence text, .sla-status { fill: #1e1d1b; font: 500 7px var(--mono); letter-spacing: .12em; text-anchor: middle; }
.milestone-check { fill: none; stroke: #1e1d1b; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; opacity: 0; }
.sla-risk-node, .sla-guidance-core, .sla-worker, .sla-bee-core, .customer-confidence, .customer-halo { transform-box: fill-box; transform-origin: center; }
.risk-halo { fill: none; stroke: #a41d40; stroke-width: 1.1; stroke-dasharray: 3 5; opacity: 0; }.risk-core { fill: #a41d40; opacity: 0; }.risk-mark { fill: none; stroke: var(--yellow); stroke-width: 1.7; stroke-linecap: round; opacity: 0; }.risk-label { fill: #71142e; font: 600 7px var(--mono); letter-spacing: .12em; text-anchor: middle; opacity: 0; }
.sla-core-hex { fill: #1e1d1b; stroke: #1e1d1b; stroke-width: 1; }.sla-core-circuit { fill: none; stroke: var(--yellow); stroke-width: .8; }.sla-core-eye { fill: var(--yellow); }.sla-scan-ring { fill: none; stroke: rgba(30,29,27,.42); stroke-width: .8; stroke-dasharray: 2 6; }
.sla-bee-wing, .sla-bee-panel, .sla-bee-antenna { fill: none; stroke: #1e1d1b; stroke-width: .75; }.sla-bee-body { fill: var(--yellow); stroke: #1e1d1b; stroke-width: 1; }.sla-bee-core { fill: #1e1d1b; }
.sla-worker { opacity: 0; }.sla-worker-risk { scale: .82; }.sla-worker-update { scale: .72; }
.customer-halo { fill: none; stroke: #25764a; stroke-width: 1; opacity: 0; }.customer-frame, .customer-head, .customer-body { fill: none; stroke: #1e1d1b; stroke-width: 1; }.customer-check { fill: none; stroke: #25764a; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; opacity: 0; }
.customer-confidence text { opacity: 0; }.sla-status { font-size: 7.5px; opacity: .18; }.status-watch { text-anchor: start; }.status-track { text-anchor: end; }
.capability:nth-child(3) { min-height: 690px; }
.control-story { min-height: 330px; width: 100%; margin-block: 30px 18px; }
.control-story-svg { width: min(100%, 1160px); overflow: visible; }
.control-story-svg path, .control-story-svg circle { vector-effect: non-scaling-stroke; }
.control-grid path { fill: none; stroke: rgba(30,29,27,.12); stroke-width: .8; }.control-grid circle { fill: #1e1d1b; opacity: .28; }
.control-route, .worker-route { fill: none; stroke: rgba(30,29,27,.26); stroke-width: 1.1; stroke-dasharray: 4 7; }
.worker-route { stroke: rgba(30,29,27,.18); stroke-dasharray: 2 7; }
.source-hex, .source-container, .core-cube path, .human-frame, .human-head, .human-body { fill: none; stroke: #1e1d1b; stroke-width: 1.25; }
.source-container { stroke-width: .8; }.source-pulse { fill: none; stroke: rgba(30,29,27,.3); stroke-width: .8; stroke-dasharray: 2 6; }
.control-source text, .control-core text, .decision-worker text, .control-human text, .control-phase { fill: #1e1d1b; font: 500 8px var(--mono); letter-spacing: .12em; text-anchor: middle; }
.core-orbit { fill: none; stroke: rgba(30,29,27,.22); stroke-width: .8; stroke-dasharray: 3 8; transform-box: fill-box; transform-origin: center; }
.core-orbit-inner { stroke-dasharray: 1 9; }
.core-cube, .core-cube-top, .core-cube-left, .core-cube-right, .decision-worker, .decision-bee-core, .human-halo { transform-box: fill-box; transform-origin: center; }
.core-cube path { fill: #e7e1d6; }.core-cube-top { fill: #efebe4 !important; }.core-circuit { stroke-width: .75 !important; }
.core-eye { fill: #1e1d1b; }.core-eye-mark { fill: #e7e1d6 !important; stroke: none !important; }
.decision-bee-wing, .decision-bee-panel, .decision-bee-antenna { fill: none; stroke: #1e1d1b; stroke-width: .8; }
.decision-bee-wing { fill: rgba(30,29,27,.025); }.decision-bee-body { fill: #e7e1d6; stroke: #1e1d1b; stroke-width: 1; }
.decision-bee-core { fill: #1e1d1b; }.decision-worker { opacity: 0; }.decision-worker text { font-size: 7px; }
.evidence-packet, .control-input-packet, .control-approval-packet { fill: #1e1d1b; opacity: 0; }
.control-approval-packet { filter: url(#control-glow); }
.human-halo { fill: none; stroke: #3b9e5e; stroke-width: 1.1; opacity: 0; }
.human-check { fill: none; stroke: #3b9e5e; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; opacity: 0; }
.control-phase { text-anchor: start; opacity: .18; }.phase-ready { text-anchor: end; }

.demo-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 130px); padding: clamp(100px, 13vw, 190px) max(24px, calc((100vw - 1320px) / 2)); background: var(--bg-deep); }
.demo-copy > p:first-child { color: var(--cyan); }.demo-copy h2 { margin: 0 0 30px; font-size: clamp(60px, 7vw, 110px); line-height: .9; letter-spacing: -.075em; }.demo-copy > p:not(:first-child) { max-width: 520px; color: var(--muted); line-height: 1.7; }.demo-copy > a { display: inline-block; margin-top: 22px; padding-bottom: 7px; border-bottom: 1px solid var(--pink); color: #ff91a5; font-weight: 700; }
.demo-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-self: start; }.field { display: grid; gap: 8px; }.field-wide, .demo-form button, .form-status { grid-column: 1 / -1; }.field label { color: var(--muted); font: 500 10px var(--mono); text-transform: uppercase; }.field input, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; background: #1c1a19; color: var(--cream); }.field input { height: 52px; padding: 0 14px; }.field textarea { min-height: 130px; padding: 14px; resize: vertical; }.field.error input, .field.error textarea { border-color: var(--pink); }.demo-form button { min-height: 58px; display: flex; justify-content: space-between; align-items: center; border: 0; padding: 0 22px; background: var(--pink); color: white; font-weight: 800; cursor: pointer; }.demo-form button:hover { background: #ff6c87; }.demo-form button i { font-style: normal; }.form-status { min-height: 18px; margin: 0; color: var(--muted); font-size: 12px; }.form-status.error { color: #ff9caf; }.form-status.success { color: var(--green); }
footer { min-height: 100px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; padding: 24px clamp(20px,4vw,60px); border-top: 1px solid var(--line); background: var(--bg-deep); color: var(--muted); font: 500 9px var(--mono); text-transform: uppercase; }footer .brand { color: var(--cream); font-family: var(--sans); text-transform: none; }footer p { margin: 0; }footer p:last-child { justify-self: end; }

@media (max-width: 1050px) {
  .journey-sticky { grid-template-columns: minmax(290px,.7fr) minmax(500px,1.3fr); padding-inline: 24px; }
  .story-step h1, .story-step h2 { font-size: clamp(48px, 6.4vw, 70px); }
  .motion-stage { min-height: 470px; }
  .demo-section { grid-template-columns: 1fr; padding-inline: clamp(24px,7vw,80px); }
}

@media (max-width: 800px) {
  :root { --header-h: 66px; }
  .site-header { grid-template-columns: 1fr auto; padding-inline: 16px; }.site-header nav { display: none; }.header-action span { display: none; }.header-action { min-width: 44px; justify-content: center; padding: 0; }
  .journey { height: 470vh; min-height: 3200px; }.journey-sticky { grid-template-columns: 1fr; grid-template-rows: minmax(210px, .72fr) minmax(0, 1.28fr); gap: 10px; align-content: stretch; padding: calc(var(--header-h) + 18px) 16px 28px; }
  .journey-sticky.is-light { grid-template-columns: 1fr; }
  .journey-copy { height: auto; min-height: 235px; }.version-tag { margin-bottom: 24px; }.story-step { top: 43px; }.story-step h1, .story-step h2 { margin-bottom: 15px; font-size: clamp(40px, 11vw, 60px); }.story-step > span { margin-bottom: 12px; }.story-step > p { font-size: 14px; line-height: 1.5; }.inline-action { min-height: 40px; margin-top: 14px; }
  .motion-frame { align-self: end; }.motion-stage { aspect-ratio: 1; min-height: 0; height: min(54vh, 500px); object-fit: cover; }.frame-meta-top { padding: 10px 12px; }.frame-meta-bottom { padding: 10px 12px; }.frame-meta-bottom span:first-child { display: none; }
  .journey-rail { top: 90px; right: 7px; bottom: 28px; }
  .scroll-cue { left: 50%; bottom: 18px; transform: translateX(-50%); }.scroll-cue span { display: none; }.scroll-cue.is-hidden { transform: translate(-50%,12px); }
  .globe-tag { bottom: 40px; padding: 0 12px; }.globe-tag span:first-child { display: none; }
  .part-metric text { font-size: 10px; }.part-metric path { stroke-width: 2; }
  .system-section { padding-inline: 18px; }.capability-grid { grid-template-columns: 1fr; }.capability:nth-child(1), .capability:nth-child(2), .capability:nth-child(3) { grid-column: auto; min-height: 500px; }.capability:nth-child(3) { min-height: 630px; }.control-story { min-height: 250px; margin-inline: -18px; width: calc(100% + 36px); }.control-story-svg { width: 172%; max-width: none; }
  .demo-section { padding-inline: 18px; }.demo-form { grid-template-columns: 1fr; }.field, .field-wide, .demo-form button, .form-status { grid-column: 1; }
  footer { grid-template-columns: 1fr; text-align: center; }footer .brand, footer p:last-child { justify-self: center; }
}

@media (max-width: 430px) {
  .brand { font-size: 18px; }.brand img { width: 32px; height: 32px; }
  .journey-sticky { grid-template-rows: minmax(230px,.8fr) minmax(0,1.2fr); }.story-step h1, .story-step h2 { font-size: 40px; }.motion-stage { height: 46vh; }
  .capability { min-height: 460px; }.hive-mind-scene { min-height: 215px; }.hive-mind-svg { width: 118%; max-width: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .decision-worker, .human-halo, .human-check { opacity: 1; }.control-phase { opacity: .46; }.phase-ready { opacity: 1; }
  .milestone-check, .customer-halo, .customer-check, .customer-confidence text { opacity: 1; }.sla-status { opacity: .42; }.status-track { opacity: 1; }
}
