:root {
  --night: #0b1020;
  --panel: #151d34;
  --panel2: #222b46;
  --white: #f4f7ff;
  --orange: #ff6b35;
  --teal: #55d6be;
  --muted: #a9b4cc;
  --line: rgba(244,247,255,.14);
  --sans: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--night); color: var(--white); font-family: var(--sans); line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 4px; }
.frame { width: min(1200px, calc(100% - 44px)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: 12px; z-index: 1000; transform: translateY(-180%); padding: 10px 14px; background: var(--white); color: var(--night); text-decoration: none; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
.signal-bar { min-height: 32px; display: flex; align-items: center; justify-content: center; gap: 34px; padding: 6px 20px; background: var(--orange); color: #170b07; font-size: .61rem; font-weight: 950; letter-spacing: .16em; text-transform: uppercase; }
.signal-bar span + span { position: relative; }
.signal-bar span + span::before { content: '/'; position: absolute; left: -20px; opacity: .5; }
.motion-header { position: sticky; top: 0; z-index: 70; border-bottom: 1px solid transparent; background: rgba(11,16,32,.90); backdrop-filter: blur(18px); transition: border-color .2s, box-shadow .2s; }
.motion-header.active { border-color: var(--line); box-shadow: 0 14px 40px rgba(0,0,0,.25); }
.header-frame { min-height: 78px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center; }
.motion-logo { width: min(275px,100%); }
.motion-logo img { width: 100%; height: auto; filter: brightness(0) invert(1); }
.header-frame nav { display: flex; gap: 27px; }
.header-frame nav a { color: #ced6e7; font-size: .73rem; font-weight: 850; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.header-frame nav a:hover { color: var(--teal); }
.header-frame > .motion-button { justify-self: end; }
.motion-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border: 1px solid var(--teal); background: var(--teal); color: var(--night); font-size: .76rem; font-weight: 950; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; box-shadow: 10px 10px 0 rgba(85,214,190,.12); transition: transform .18s, box-shadow .18s, background .18s; }
.motion-button:hover { transform: translate(-2px,-2px); box-shadow: 14px 14px 0 rgba(85,214,190,.14); background: #72e0cc; }
.motion-button.small { min-height: 42px; padding-inline: 17px; font-size: .66rem; box-shadow: none; }
.motion-hero { position: relative; overflow: hidden; padding: clamp(66px,8vw,112px) 0 84px; background: radial-gradient(circle at 78% 35%, rgba(85,214,190,.11), transparent 33%), linear-gradient(145deg,#0b1020 0%,#11192e 60%,#0b1020 100%); }
.speed-field { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.speed-field i { position: absolute; width: 50%; height: 2px; background: linear-gradient(90deg,transparent,rgba(255,107,53,.42),transparent); transform: rotate(-18deg); animation: speed 7s linear infinite; }
.speed-field i:nth-child(1) { top: 15%; left: -20%; animation-delay: -1s; }.speed-field i:nth-child(2) { top: 34%; left: 8%; animation-delay: -4s; }.speed-field i:nth-child(3) { top: 58%; left: -5%; animation-delay: -2s; }.speed-field i:nth-child(4) { top: 74%; left: 25%; animation-delay: -5s; }.speed-field i:nth-child(5) { top: 88%; left: -15%; animation-delay: -3s; }
@keyframes speed { 0% { transform: translateX(-30%) rotate(-18deg); opacity: 0; } 20% { opacity: 1; } 100% { transform: translateX(220%) rotate(-18deg); opacity: 0; } }
.hero-motion-grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; gap: clamp(42px,6.5vw,82px); align-items: center; }
.hero-motion-grid > * { min-width: 0; }
.motion-kicker { margin: 0 0 15px; color: var(--teal); font-size: .66rem; font-weight: 950; letter-spacing: .18em; text-transform: uppercase; }
h1,h2,h3 { margin-top: 0; line-height: .98; letter-spacing: -.045em; text-transform: uppercase; }
h1 { max-width: 800px; margin-bottom: 26px; font-size: clamp(3.05rem,6.8vw,6.5rem); }
h2 { margin-bottom: 20px; font-size: clamp(2.4rem,5vw,4.8rem); }
h3 { margin-bottom: 11px; font-size: 1.25rem; }
p { margin-top: 0; }
.motion-lead { max-width: 690px; color: #b7c2d8; font-size: clamp(1.02rem,1.7vw,1.16rem); }
.instant-answer { max-width: 680px; display: grid; grid-template-columns: 130px 1fr; gap: 20px; margin-top: 25px; padding: 18px 20px; border-left: 4px solid var(--orange); background: rgba(244,247,255,.05); }
.instant-answer span { color: var(--orange); font-size: .62rem; font-weight: 950; letter-spacing: .13em; }
.instant-answer p { margin: 0; color: #d5dced; font-size: .9rem; }
.motion-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 29px; }
.ghost-link { color: #dce3f1; font-size: .76rem; font-weight: 900; letter-spacing: .06em; text-underline-offset: 6px; text-transform: uppercase; }
.motion-disclosure { margin: 18px 0 0; color: #7f8ba3; font-size: .68rem; }
.motion-visual { position: relative; }
.performance-picture { display: block; overflow: hidden; border: 1px solid rgba(244,247,255,.18); background: var(--panel); box-shadow: 24px 24px 0 rgba(255,107,53,.10); clip-path: polygon(7% 0,100% 0,100% 92%,92% 100%,0 100%,0 8%); }
.performance-picture img { width: 100%; aspect-ratio: 1.385/1; object-fit: cover; }
.hud { position: absolute; min-width: 152px; padding: 12px 14px; border: 1px solid rgba(244,247,255,.18); background: rgba(11,16,32,.86); backdrop-filter: blur(10px); }
.hud span { color: var(--orange); font-size: .57rem; font-weight: 950; }.hud strong { display: block; margin: 3px 0; font-size: .72rem; letter-spacing: .1em; }.hud small { color: #97a4bb; font-size: .62rem; }
.hud-a { left: -20px; top: 13%; }.hud-b { right: -18px; top: 48%; }.hud-c { left: 8%; bottom: -20px; }
.scroll-line { position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: rgba(255,255,255,.05); }
.scroll-line span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg,var(--orange),var(--teal)); transform: scaleX(0); transform-origin: left; }
.protocol-strip { border-bottom: 1px solid var(--line); background: var(--panel); }
.protocol-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.protocol-grid div { padding: 22px 24px; }
.protocol-grid div + div { border-left: 1px solid var(--line); }
.protocol-grid span { color: var(--orange); font-size: .57rem; font-weight: 950; letter-spacing: .16em; }
.protocol-grid p { margin: 6px 0 0; color: #d3dbea; font-size: .82rem; text-transform: uppercase; }
.decode-section { padding: clamp(90px,10vw,135px) 0; background: var(--white); color: var(--night); }
.decode-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: start; }
.decode-grid header > p:not(.motion-kicker) { color: #4f5a70; }
.decoder { border: 1px solid rgba(11,16,32,.17); }
.decoder-top { display: grid; grid-template-columns: .75fr 1.25fr; padding: 12px 18px; background: var(--night); color: var(--white); font-size: .58rem; font-weight: 950; letter-spacing: .15em; }
.decoder article { display: grid; grid-template-columns: .72fr 35px 1.28fr; align-items: center; gap: 16px; padding: 21px 20px; border-top: 1px solid rgba(11,16,32,.13); }
.decoder article:first-of-type { border-top: 0; }
.decoder strong { font-size: .82rem; text-transform: uppercase; }
.decoder article > span { color: var(--orange); font-weight: 950; }
.decoder p { margin: 0; color: #4e596c; font-size: .84rem; }
.comparison-lab { padding: 120px 0; background: var(--night); }
.lab-header { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.lab-header h2 { max-width: 820px; }
.lab-header > span { padding: 9px 12px; border: 1px solid var(--line); color: var(--teal); font-size: .59rem; font-weight: 950; letter-spacing: .14em; }
.checkpoint-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 14px; margin-top: 28px; }
.checkpoint-grid article { grid-column: span 4; min-height: 300px; padding: 26px; border: 1px solid var(--line); background: var(--panel); }
.checkpoint-grid article:nth-child(4),.checkpoint-grid article:nth-child(5) { grid-column: span 6; min-height: 250px; }
.checkpoint-number { color: var(--orange); font-size: 2.7rem; font-weight: 950; line-height: 1; }
.checkpoint-grid h3 { margin-top: 48px; }
.checkpoint-grid p { color: #9eaac0; font-size: .86rem; }
.status { display: flex; align-items: center; gap: 8px; margin-top: 24px; color: var(--teal); font-size: .56rem; font-weight: 950; letter-spacing: .14em; }
.status i { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(85,214,190,.09); }.status.orange { color: var(--orange); }.status.orange i { background: var(--orange); box-shadow: 0 0 0 5px rgba(255,107,53,.09); }
.stimulant-section { padding: 118px 0; background: #11172a; }
.stimulant-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 75px; align-items: center; }
.stimulant-grid > div:first-child > p:not(.motion-kicker) { color: #aab5ca; }
.load-warning { display: grid; grid-template-columns: 38px 1fr; gap: 13px; margin-top: 28px; padding: 16px; border: 1px solid rgba(255,107,53,.28); background: rgba(255,107,53,.06); }
.load-warning > span { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid var(--orange); color: var(--orange); font-weight: 950; }
.load-warning p { margin: 0; color: #c7d0e0; font-size: .78rem; }
.load-board { padding: 30px; border: 1px solid var(--line); background: var(--panel); box-shadow: 18px 18px 0 rgba(85,214,190,.06); }
.load-row { display: grid; grid-template-columns: 130px 1fr 115px; gap: 16px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); }
.load-row span { font-size: .75rem; font-weight: 850; text-transform: uppercase; }.load-row > div { height: 8px; background: rgba(255,255,255,.07); overflow: hidden; }.load-row i { display: block; width: var(--fill); height: 100%; background: var(--teal); }.load-row b { color: #9da9c0; font-size: .52rem; letter-spacing: .1em; text-align: right; }.load-row.total i { background: var(--orange); }.load-row.total b { color: var(--orange); }
.load-board > p { margin: 18px 0 0; color: #748097; font-size: .67rem; }
.routine-engine { padding: 118px 0; background: var(--white); color: var(--night); }
.engine-header { display: grid; grid-template-columns: 1fr 2fr; gap: 50px; align-items: start; }
.engine-header .motion-kicker { grid-row: span 2; }.engine-header h2 { margin-bottom: 0; }.engine-header > p:last-child { grid-column: 2; max-width: 760px; color: #536074; }
.engine-track { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 54px; border-block: 1px solid rgba(11,16,32,.16); }
.engine-track article { position: relative; padding: 30px 25px; }
.engine-track article + article { border-left: 1px solid rgba(11,16,32,.16); }
.engine-track article > span { color: var(--orange); font-size: .59rem; font-weight: 950; }.engine-icon { display: grid; width: 62px; height: 62px; margin: 30px 0; place-items: center; border: 2px solid var(--night); font-size: 1.2rem; font-weight: 950; box-shadow: 7px 7px 0 var(--teal); }.engine-track p { margin: 0; color: #566176; font-size: .84rem; }
.product-checkpoint { padding: 120px 0; background: linear-gradient(135deg,#1c2642,#0b1020); }
.product-check-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 76px; align-items: center; }
.product-check-copy > p:not(.motion-kicker) { max-width: 710px; color: #a9b5ca; }
.live-facts { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin: 30px 0; }
.live-facts span { padding: 13px; border: 1px solid var(--line); color: #d6ddec; font-size: .7rem; }.live-facts small { display: block; margin-bottom: 4px; color: var(--teal); font-size: .51rem; font-weight: 950; letter-spacing: .11em; }.motion-button.orange { border-color: var(--orange); background: var(--orange); color: #1b0c07; box-shadow: 10px 10px 0 rgba(255,107,53,.12); }
.checkpoint-terminal { border: 1px solid var(--line); background: #080c18; box-shadow: 20px 20px 0 rgba(255,107,53,.08); }
.terminal-head { display: flex; align-items: center; gap: 8px; padding: 14px 16px; border-bottom: 1px solid var(--line); }.terminal-head i { width: 8px; height: 8px; border-radius: 50%; background: #47526b; }.terminal-head i:first-child { background: var(--orange); }.terminal-head i:nth-child(2) { background: #f0c76f; }.terminal-head i:nth-child(3) { background: var(--teal); }.terminal-head span { margin-left: auto; color: #6f7a91; font-size: .55rem; letter-spacing: .13em; }
.checkpoint-terminal code { display: block; padding: 28px; color: #aab7ce; font-family: "Courier New", monospace; font-size: .78rem; line-height: 2.1; white-space: normal; }.checkpoint-terminal b { color: var(--teal); }
.caution-zone { padding: 110px 0; background: var(--orange); color: #1b0c07; }
.caution-grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: 70px; }
.caution-grid .motion-kicker { color: #48190a; }.caution-cards { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }.caution-cards article { padding: 23px; border: 1px solid rgba(27,12,7,.28); background: rgba(255,255,255,.13); }.caution-cards span { font-size: .55rem; font-weight: 950; letter-spacing: .12em; }.caution-cards h3 { margin-top: 24px; }.caution-cards p { margin: 0; font-size: .82rem; }
.motion-faq { padding: 118px 0; background: var(--night); }
.faq-motion-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 74px; }.faq-motion-grid header > p:last-child { color: #9ba7bc; }.motion-questions { border-top: 1px solid var(--line); }details { border-bottom: 1px solid var(--line); }summary { display: grid; grid-template-columns: 34px 1fr auto; gap: 16px; align-items: center; padding: 23px 0; cursor: pointer; list-style: none; font-weight: 850; text-transform: uppercase; }summary::-webkit-details-marker { display: none; }summary span { color: var(--orange); font-size: .58rem; }summary b { color: var(--teal); font-size: 1.2rem; transition: transform .2s; }details[open] summary b { transform: rotate(45deg); }details > p { margin: -2px 0 25px 50px; color: #9eabc0; }
.motion-final { padding: 45px 0 90px; background: var(--night); }.final-motion-card { display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: center; padding: clamp(34px,5vw,60px); border: 1px solid var(--line); background: var(--panel); box-shadow: 18px 18px 0 rgba(85,214,190,.07); }.final-motion-card h2 { max-width: 780px; }.final-motion-card p:not(.motion-kicker) { max-width: 730px; margin-bottom: 0; color: #a8b4ca; }.motion-button.light { border-color: var(--white); background: var(--white); color: var(--night); box-shadow: none; white-space: nowrap; }
.motion-legal { padding: 75px 0; border-top: 1px solid var(--line); background: #0e1425; }.legal-motion-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 38px; }.legal-motion-grid h2 { font-size: .7rem; letter-spacing: .11em; }.legal-motion-grid p { margin: 0; color: #7f8ba2; font-size: .75rem; }
.motion-footer { padding: 38px 0; background: #080c17; }.motion-footer > div { display: grid; grid-template-columns: .75fr 1fr auto; gap: 28px; align-items: center; }.motion-footer img { max-width: 240px; filter: brightness(0) invert(1); }.motion-footer p { margin: 0; color: #718098; font-size: .7rem; text-transform: uppercase; }.motion-footer nav { display: flex; gap: 18px; }.motion-footer nav a { color: #a4b0c4; font-size: .69rem; font-weight: 850; text-transform: uppercase; }
.mobile-motion-cta { display: none; }
[data-kinetic] { opacity: 0; transform: translateX(-22px); transition: opacity .6s ease, transform .6s cubic-bezier(.17,.75,.25,1); }[data-kinetic]:nth-child(even) { transform: translateX(22px); }[data-kinetic].active { opacity: 1; transform: none; }
@media (max-width: 1000px) {
  .header-frame { grid-template-columns: 1fr auto; }.header-frame nav { display: none; }
  .hero-motion-grid,.decode-grid,.stimulant-grid,.product-check-grid,.faq-motion-grid { grid-template-columns: 1fr; }
  .motion-visual { width: min(820px,100%); }
  .caution-grid { grid-template-columns: 1fr; }
  .motion-footer > div { grid-template-columns: 1fr 1fr; }.motion-footer nav { grid-column: 1/-1; }
}
@media (max-width: 720px) {
  body { padding-bottom: 70px; }.frame { width: min(1200px, calc(100% - 28px)); }
  .signal-bar { font-size: .54rem; }.signal-bar span:not(:first-child) { display: none; }.header-frame { min-height: 68px; }.motion-logo { width: min(220px,56vw); }.header-frame > .motion-button { display: none; }
  .motion-hero { padding-top: 50px; }h1 { max-width: 100%; font-size: clamp(2.65rem,12vw,4.2rem); overflow-wrap: anywhere; }.instant-answer { grid-template-columns: 1fr; gap: 7px; }.motion-actions { flex-direction: column; align-items: stretch; }.motion-actions .motion-button { width: 100%; }.ghost-link { text-align: center; }
  .hud { min-width: 125px; padding: 9px 10px; }.hud-a { left: -4px; }.hud-b { right: -4px; }.hud-c { bottom: -10px; }
  .protocol-grid { grid-template-columns: repeat(2,1fr); }.protocol-grid div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }.protocol-grid div:nth-child(4) { border-top: 1px solid var(--line); }
  .decode-section,.comparison-lab,.stimulant-section,.routine-engine,.product-checkpoint,.caution-zone,.motion-faq { padding-block: 80px; }.decoder article { grid-template-columns: 1fr 25px 1.3fr; padding-inline: 14px; }
  .lab-header,.engine-header { grid-template-columns: 1fr; }.lab-header > span { justify-self: start; }.engine-header .motion-kicker { grid-row: auto; }.engine-header h2,.engine-header > p:last-child { grid-column: 1; }
  .checkpoint-grid,.caution-cards,.legal-motion-grid { grid-template-columns: 1fr; }.checkpoint-grid article,.checkpoint-grid article:nth-child(4),.checkpoint-grid article:nth-child(5) { grid-column: span 12; min-height: auto; }.load-row { grid-template-columns: 105px 1fr; }.load-row b { grid-column: 2; text-align: left; }.engine-track { grid-template-columns: 1fr; }.engine-track article + article { border-left: 0; border-top: 1px solid rgba(11,16,32,.16); }.live-facts { grid-template-columns: repeat(2,1fr); }
  .final-motion-card { grid-template-columns: 1fr; }.final-motion-card .motion-button { width: 100%; }.motion-footer > div { grid-template-columns: 1fr; }.motion-footer nav { grid-column: auto; flex-wrap: wrap; }
  .mobile-motion-cta { position: fixed; left: 8px; right: 8px; bottom: 8px; z-index: 90; display: flex; min-height: 54px; align-items: center; justify-content: center; gap: 12px; background: var(--orange); color: #1b0c07; font-size: .75rem; font-weight: 950; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; box-shadow: 10px 10px 0 rgba(255,107,53,.16); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }*,*::before,*::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }.speed-field { display: none; }[data-kinetic],[data-kinetic]:nth-child(even) { opacity: 1; transform: none; }
}
