:root {
  --ink: #071418;
  --ink-soft: #0c242b;
  --paper: #f5f6f0;
  --paper-deep: #e9ece3;
  --white: #ffffff;
  --lime: #49d4e5;
  --lime-deep: #12a9bf;
  --teal: #087d91;
  --muted: #637176;
  --line: rgba(7, 20, 24, .14);
  --shell: min(1180px, calc(100vw - 48px));
  --display: "Manrope", sans-serif;
  --body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 16px; background: var(--lime); color: var(--ink); border-radius: 6px; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.15); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { width: 124px; height: auto; filter: brightness(0) invert(1); }
.brand span { padding-left: 12px; border-left: 1px solid rgba(255,255,255,.28); font-size: 11px; line-height: 1.2; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.65); max-width: 105px; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; font-size: 14px; color: rgba(255,255,255,.78); }
.desktop-nav a:hover { color: var(--white); }
.button { min-height: 48px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; background: var(--lime); color: var(--ink); border-radius: 5px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: #e5ff85; }
.button-small { min-height: 44px; padding-inline: 18px; font-size: 13px; }
.button-large { min-height: 58px; padding-inline: 26px; }
.menu-button, .mobile-nav { display: none; }

.hero { min-height: 820px; padding: 154px 0 80px; color: var(--white); background: var(--ink); overflow: hidden; position: relative; }
.hero::before { content: ""; position: absolute; width: 700px; height: 700px; border-radius: 50%; background: rgba(28,92,98,.34); filter: blur(90px); right: -160px; top: -250px; }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: center; position: relative; z-index: 1; }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.65); }
.eyebrow span { width: 28px; height: 2px; background: var(--lime); }
.eyebrow.dark { color: var(--teal); }
.hero h1, .section-heading h2, .deployment-copy h2, .case-copy h2, .final-cta h2 { margin: 0; font-family: var(--display); font-weight: 600; letter-spacing: -.045em; line-height: 1.02; }
.hero h1 { max-width: 670px; font-size: clamp(48px, 5.1vw, 74px); }
.hero h1 em, .deployment-copy h2 em { color: var(--lime); font-style: normal; }
.hero-lead { margin: 28px 0 0; max-width: 620px; font-size: 19px; line-height: 1.62; color: rgba(255,255,255,.74); }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 28px; }
.text-link { font-weight: 600; color: rgba(255,255,255,.86); border-bottom: 1px solid rgba(255,255,255,.28); padding-block: 6px; }
.fit-line { margin: 25px 0 0; font-size: 13px; color: rgba(255,255,255,.54); }
.hero-signals { margin-top: 34px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.15); display: grid; grid-template-columns: repeat(3, 1fr); }
.hero-signals div { padding-right: 18px; }
.hero-signals div + div { padding-left: 18px; border-left: 1px solid rgba(255,255,255,.13); }
.hero-signals strong, .hero-signals span { display: block; }
.hero-signals strong { font-family: var(--display); font-size: 17px; }
.hero-signals span { margin-top: 5px; font-size: 11px; color: rgba(255,255,255,.5); }

.hero-visual { min-height: 540px; position: relative; }
.hero-photo { width: 78%; height: 500px; margin-left: auto; object-fit: cover; object-position: 58% center; border-radius: 6px; opacity: .72; }
.hero-visual::after { content: ""; position: absolute; inset: 0 0 0 22%; background: linear-gradient(90deg, var(--ink) 0%, transparent 34%), linear-gradient(0deg, var(--ink) 0%, transparent 30%); pointer-events: none; }
.product-frame { position: absolute; z-index: 2; width: 88%; left: 0; top: 112px; overflow: hidden; background: #e8eeeb; border: 1px solid rgba(255,255,255,.25); border-radius: 7px; box-shadow: 0 28px 70px rgba(0,0,0,.38); }
.product-frame img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: top; }
.frame-bar { height: 38px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; color: #c5d0d0; background: #0d2429; font-size: 9px; letter-spacing: .08em; }
.frame-bar span { display: flex; align-items: center; gap: 7px; }
.frame-bar i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(217,246,111,.12); }
.frame-bar small { color: var(--lime); }
.control-card { position: absolute; z-index: 3; width: 210px; padding: 16px 18px; color: var(--ink); background: rgba(255,255,255,.96); border-radius: 5px; box-shadow: 0 18px 45px rgba(0,0,0,.24); }
.control-card small, .control-card strong, .control-card span { display: block; }
.control-card small { font-size: 9px; font-weight: 700; letter-spacing: .1em; color: var(--teal); }
.control-card strong { margin-top: 7px; font-size: 14px; }
.control-card span { margin-top: 5px; font-size: 11px; color: var(--muted); }
.control-card-top { right: -8px; top: 72px; }
.control-card-bottom { right: 12px; bottom: 32px; }

.proof-bar { background: var(--lime); }
.proof-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.proof-inner p { margin: 0; font-size: 16px; }
.proof-inner p span { margin-right: 18px; font-size: 10px; font-weight: 700; letter-spacing: .12em; color: #4b5b17; }
.proof-inner p strong { font-family: var(--display); font-size: 25px; }
.proof-inner a { flex-shrink: 0; font-size: 13px; font-weight: 700; border-bottom: 1px solid rgba(7,20,24,.35); }

.section { padding: 112px 0; }
.section-heading { max-width: 630px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2, .deployment-copy h2, .case-copy h2, .final-cta h2 { font-size: clamp(38px, 4.2vw, 58px); }
.section-heading > p:last-child, .deployment-copy > p, .case-copy > p, .final-cta p { margin: 24px 0 0; font-size: 18px; line-height: 1.65; color: var(--muted); }
.section-heading.light h2 { color: var(--white); }
.section-heading.light > p:last-child { color: rgba(255,255,255,.62); }

.control-shift { background: var(--white); }
.shift-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: start; }
.shift-list { border-top: 1px solid var(--line); }
.shift-list article { padding: 24px 0; display: grid; grid-template-columns: 1fr 28px 1fr; gap: 24px; align-items: center; border-bottom: 1px solid var(--line); }
.shift-list small, .shift-list strong { display: block; }
.shift-list small { margin-bottom: 7px; font-size: 9px; font-weight: 700; letter-spacing: .12em; color: #8a9598; }
.shift-list strong { font-size: 15px; line-height: 1.45; }
.shift-list article > span { color: var(--teal); font-size: 20px; }
.shift-list article div:last-child strong { color: var(--teal); }

.product-section { color: var(--white); background: var(--ink-soft); }
.product-story { margin-top: 65px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; }
.product-screen { position: relative; border-radius: 8px; background: #dae4df; box-shadow: 0 32px 90px rgba(0,0,0,.34); }
.screen-bar { height: 42px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; background: #071418; border: 1px solid rgba(255,255,255,.14); border-radius: 8px 8px 0 0; }
.screen-bar span { display: flex; gap: 6px; }
.screen-bar i { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.28); }
.screen-bar small { font-size: 9px; letter-spacing: .1em; color: var(--lime); }
.product-screen > img:not(.mobile-screen) { width: 100%; aspect-ratio: 16/10; object-fit: contain; object-position: top; background: #f3f6f5; border-radius: 0 0 8px 8px; }
.mobile-screen { position: absolute; right: -32px; bottom: -34px; width: 21%; max-height: 82%; object-fit: contain; object-position: top; background: #fff; border: 7px solid #101c1f; border-radius: 20px; box-shadow: 0 20px 55px rgba(0,0,0,.42); }
.product-steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.14); }
.product-steps li { padding: 25px 0; display: grid; grid-template-columns: 42px 1fr; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.14); }
.product-steps li > span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(217,246,111,.42); border-radius: 50%; color: var(--lime); font-size: 11px; }
.product-steps small { font-size: 9px; font-weight: 700; letter-spacing: .14em; color: var(--lime); }
.product-steps h3 { margin: 6px 0 8px; font: 600 19px/1.3 var(--display); }
.product-steps p { margin: 0; color: rgba(255,255,255,.56); font-size: 14px; line-height: 1.55; }
.integration-line { margin-top: 88px; padding: 25px 0; display: flex; align-items: center; gap: 22px; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); overflow: hidden; white-space: nowrap; }
.integration-line span { color: rgba(255,255,255,.45); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.integration-line strong { color: rgba(255,255,255,.74); font-size: 13px; }
.integration-line a { margin-left: auto; color: var(--lime); font-size: 12px; font-weight: 700; }

.results-section { background: var(--paper); }
.results-head { display: grid; grid-template-columns: 1fr .65fr; gap: 80px; align-items: end; }
.results-head > p { margin: 0 0 7px; font-size: 17px; line-height: 1.65; color: var(--muted); }
.result-grid { margin-top: 60px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.result-grid article { position: relative; padding: 36px 34px 38px 0; }
.result-grid article + article { padding-left: 34px; border-left: 1px solid var(--line); }
.result-grid article > span { position: absolute; right: 24px; top: 32px; color: #a5afb0; font: 500 12px var(--display); }
.result-grid small { font-size: 9px; font-weight: 700; letter-spacing: .14em; color: var(--teal); }
.result-grid h3 { margin: 34px 0 13px; font: 600 24px/1.2 var(--display); letter-spacing: -.02em; }
.result-grid p { min-height: 72px; margin: 0 0 24px; color: var(--muted); line-height: 1.6; }
.result-grid article > strong { display: block; padding-top: 15px; border-top: 1px solid var(--line); font-size: 11px; color: var(--teal); }

.deployment-section { padding-bottom: 0; color: var(--white); background: #12373d; }
.deployment-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.deployment-copy > p { color: rgba(255,255,255,.62); }
.button-light { margin-top: 30px; background: var(--white); }
.deployment-plan { border-top: 1px solid rgba(255,255,255,.15); }
.deployment-plan div { min-height: 70px; padding: 0 20px; display: grid; grid-template-columns: 110px 1fr; gap: 22px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.15); }
.deployment-plan span { color: var(--lime); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.deployment-plan strong { font: 600 16px var(--display); }
.deployment-plan .day-eight { background: var(--lime); color: var(--ink); border: 0; }
.deployment-plan .day-eight span { color: #567000; }
.trust-row { margin-top: 80px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.15); }
.trust-row div { min-height: 110px; padding: 26px 24px 26px 0; }
.trust-row div + div { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.15); }
.trust-row strong, .trust-row span { display: block; }
.trust-row strong { font: 600 16px var(--display); color: var(--lime); }
.trust-row span { margin-top: 7px; color: rgba(255,255,255,.52); font-size: 11px; }

.case-section { background: var(--white); }
.case-card { display: grid; grid-template-columns: .7fr 1.3fr; min-height: 410px; background: var(--paper-deep); }
.case-number { padding: 56px; display: flex; flex-direction: column; justify-content: center; background: var(--lime); }
.case-number strong { font: 600 clamp(78px, 10vw, 138px)/.9 var(--display); letter-spacing: -.08em; }
.case-number span { max-width: 180px; margin-top: 22px; font-size: 13px; line-height: 1.4; text-transform: uppercase; letter-spacing: .08em; }
.case-copy { padding: 62px 72px; align-self: center; }
.case-copy h2 { font-size: clamp(34px, 3.6vw, 50px); }
.case-copy > p { font-size: 16px; }
.case-copy > a { display: inline-block; margin-top: 25px; padding-bottom: 6px; color: var(--teal); font-weight: 700; border-bottom: 1px solid rgba(28,92,98,.35); }

.final-cta { padding: 90px 0; color: var(--white); background: var(--ink); }
.cta-grid { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; }
.final-cta p { max-width: 700px; color: rgba(255,255,255,.58); }
.cta-action { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.cta-action > span { font-size: 11px; color: rgba(255,255,255,.45); }

footer { padding: 38px 0; color: rgba(255,255,255,.55); background: #030b0d; }
.footer-inner { display: flex; align-items: center; gap: 24px; }
.footer-inner .brand img { width: 95px; }
.footer-inner p { margin: 0; font-size: 12px; }
.footer-inner > div { margin-left: auto; display: flex; gap: 24px; font-size: 12px; }
.footer-inner a:hover { color: var(--white); }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 760px); }
  .desktop-nav, .header-cta { display: none; }
  .header-inner { min-height: 72px; }
  .menu-button { margin-left: auto; width: 44px; height: 44px; padding: 0; display: grid; place-content: center; gap: 7px; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.3); border-radius: 4px; }
  .menu-button span { width: 18px; height: 1px; background: currentColor; transition: transform .2s; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav { padding: 18px; display: grid; gap: 2px; color: var(--white); background: var(--ink-soft); border-top: 1px solid rgba(255,255,255,.12); }
  .mobile-nav[hidden] { display: none; }
  .mobile-nav > a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .mobile-nav .button { margin-top: 10px; color: var(--ink); }
  .hero { min-height: auto; padding: 126px 0 75px; }
  .hero-grid, .shift-grid, .product-story, .deployment-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 56px; }
  .hero-copy { max-width: 680px; }
  .hero-visual { min-height: 490px; }
  .hero-photo { width: 72%; height: 440px; }
  .product-frame { width: 84%; }
  .proof-inner { padding-block: 20px; }
  .shift-grid, .deployment-grid { gap: 60px; }
  .product-story { gap: 80px; }
  .product-screen { margin-right: 35px; }
  .results-head { grid-template-columns: 1fr; gap: 28px; }
  .trust-row { grid-template-columns: repeat(2, 1fr); }
  .trust-row div:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.15); }
  .trust-row div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.15); }
  .case-card { grid-template-columns: .75fr 1.25fr; }
  .case-number, .case-copy { padding: 42px; }
  .cta-grid { grid-template-columns: 1fr; gap: 38px; }
  .cta-action { align-items: flex-start; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 30px); }
  .brand span { display: none; }
  .hero h1 { font-size: clamp(42px, 13vw, 58px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .text-link { width: max-content; }
  .hero-signals { grid-template-columns: 1fr; }
  .hero-signals div { padding: 11px 0; display: grid; grid-template-columns: 110px 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.1); }
  .hero-signals div + div { padding-left: 0; border-left: 0; }
  .hero-signals span { margin: 0; }
  .hero-visual { min-height: 380px; }
  .hero-photo { width: 90%; height: 340px; }
  .product-frame { width: 94%; top: 78px; }
  .control-card { width: 165px; padding: 12px; }
  .control-card-top { right: -2px; top: 35px; }
  .control-card-bottom { right: 4px; bottom: 3px; }
  .control-card span { display: none; }
  .proof-inner { align-items: flex-start; flex-direction: column; gap: 12px; }
  .proof-inner p span { display: block; margin: 0 0 7px; }
  .section { padding: 78px 0; }
  .section-heading h2, .deployment-copy h2, .case-copy h2, .final-cta h2 { font-size: 38px; }
  .shift-list article { grid-template-columns: 1fr; gap: 10px; }
  .shift-list article > span { transform: rotate(90deg); width: max-content; }
  .product-story { margin-top: 45px; }
  .product-screen { margin-right: 18px; }
  .mobile-screen { right: -17px; bottom: -24px; width: 23%; border-width: 4px; border-radius: 12px; }
  .integration-line { margin-top: 65px; overflow-x: auto; }
  .integration-line a { margin-left: 20px; }
  .result-grid { grid-template-columns: 1fr; }
  .result-grid article, .result-grid article + article { padding: 30px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .result-grid article:last-child { border-bottom: 0; }
  .result-grid p { min-height: 0; }
  .deployment-plan div { grid-template-columns: 90px 1fr; padding-inline: 14px; }
  .trust-row { grid-template-columns: 1fr; }
  .trust-row div + div, .trust-row div:nth-child(3) { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.15); }
  .case-card { grid-template-columns: 1fr; }
  .case-number, .case-copy { padding: 38px 28px; }
  .case-number strong { font-size: 92px; }
  .footer-inner { align-items: flex-start; flex-wrap: wrap; }
  .footer-inner > div { width: 100%; margin-left: 0; flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* Rich alternate: original ODIN visual language, simplified message order. */
.hero-media { position: absolute; inset: 0; z-index: 0; background: url("assets/brand/odin-home-coordinated-warehouse-documentary-v2.png") center/cover no-repeat; }
.hero-media video { width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; z-index: 0; background: linear-gradient(90deg, rgba(4,16,20,.98) 0%, rgba(4,16,20,.9) 39%, rgba(4,16,20,.48) 67%, rgba(4,16,20,.22) 100%), linear-gradient(0deg, rgba(4,16,20,.62), transparent 55%); }
.hero::before { z-index: 0; background: rgba(18,169,191,.25); }
.hero { min-height: 760px; }
.hero-grid { grid-template-columns: 1fr; }
.hero-copy { max-width: 720px; }
.hero-visual { min-height: 510px; }
.hero-visual::after { display: none; }
.product-frame { width: 96%; top: 104px; left: 1%; border-color: rgba(73,212,229,.42); }
.product-frame img { aspect-ratio: 16 / 10; object-position: top; }
.control-card { border-top: 3px solid var(--lime-deep); }
.hero-signals { grid-template-columns: repeat(3, 1fr); }
.hero-signals div { padding-right: 12px; }
.hero-signals div + div { padding-left: 12px; }
.button { color: var(--white); background: var(--lime-deep); box-shadow: 0 12px 30px rgba(18,169,191,.2); }
.button:hover { color: var(--white); background: var(--teal); }
.proof-bar { color: var(--ink); background: var(--lime); }
.proof-inner p span { color: #075b69; }

.channel-strip { color: var(--white); background: #06161a; border-top: 1px solid rgba(255,255,255,.1); }
.channel-inner { min-height: 74px; display: flex; align-items: center; gap: 28px; overflow: hidden; }
.channel-inner > span { flex: 0 0 auto; color: rgba(255,255,255,.42); font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.channel-inner > div { min-width: 0; display: flex; align-items: center; gap: 28px; overflow-x: auto; scrollbar-width: none; }
.channel-inner > div::-webkit-scrollbar { display: none; }
.channel-inner strong { flex: 0 0 auto; font: 700 12px var(--display); letter-spacing: .04em; color: #c9d5d8; }

.feature-matrix { margin-top: 34px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.feature-matrix article { min-height: 150px; padding: 25px; display: flex; flex-direction: column; background: rgba(255,255,255,.025); border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.feature-matrix small { color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.feature-matrix strong { margin-top: 26px; font: 600 17px/1.3 var(--display); }
.feature-matrix span { margin-top: 8px; color: rgba(255,255,255,.5); font-size: 12px; line-height: 1.5; }

.enterprise-section { color: var(--white); background: radial-gradient(circle at 82% 12%, rgba(18,169,191,.18), transparent 28%), var(--ink-soft); }
.enterprise-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.enterprise-copy h2, .academy-card h2 { margin: 0; font: 600 clamp(38px,4.2vw,58px)/1.05 var(--display); letter-spacing: -.045em; }
.enterprise-copy h2 em { color: var(--lime); font-style: normal; }
.enterprise-copy > p:last-of-type { margin: 22px 0 0; color: rgba(255,255,255,.58); font-size: 16px; line-height: 1.65; }
.enterprise-cards { margin-top: 35px; display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.enterprise-cards article { min-height: 116px; padding: 20px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.enterprise-cards small, .enterprise-cards strong { display: block; }
.enterprise-cards small { color: var(--lime); font-size: 8px; font-weight: 800; letter-spacing: .11em; }
.enterprise-cards strong { margin-top: 22px; font: 600 14px/1.35 var(--display); }
.enterprise-visual { min-height: 500px; margin: 0; position: relative; overflow: hidden; background: var(--ink); box-shadow: 0 30px 70px rgba(0,0,0,.28); }
.enterprise-visual img { width: 100%; height: 500px; object-fit: cover; opacity: .92; }
.enterprise-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,18,22,.9), transparent 55%); }
.enterprise-visual figcaption { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 25px; padding-left: 18px; border-left: 3px solid var(--lime); }
.enterprise-visual figcaption small, .enterprise-visual figcaption strong { display: block; }
.enterprise-visual figcaption small { color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.enterprise-visual figcaption strong { margin-top: 7px; font: 600 22px/1.3 var(--display); }

.academy-section { padding: 38px 0; background: var(--paper); }
.academy-card { min-height: 285px; padding: 34px 38px; display: grid; grid-template-columns: 150px 1fr 245px; gap: 36px; align-items: center; color: var(--ink); background: var(--white); border: 1px solid var(--line); box-shadow: 0 22px 55px rgba(9,34,41,.09); }
.academy-card figure { height: 220px; margin: 0; overflow: hidden; background: var(--ink); border-radius: 7px; }
.academy-card figure img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.academy-card h2 { font-size: clamp(30px,3vw,43px); }
.academy-card > div > p:not(.eyebrow) { margin: 16px 0 0; color: var(--muted); line-height: 1.6; }
.academy-tags { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 8px; }
.academy-tags span { padding: 7px 9px; color: var(--teal); background: #e6f7f9; font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.academy-action { display: flex; flex-direction: column; gap: 14px; align-items: stretch; text-align: center; }
.academy-action > a:last-child { color: var(--teal); font-size: 11px; font-weight: 700; }

.case-mini-grid { margin-top: 24px; display: grid; grid-template-columns: repeat(3,1fr); }
.case-mini-grid article { padding: 25px; background: var(--white); border: 1px solid var(--line); border-top: 4px solid var(--lime-deep); }
.case-mini-grid article + article { border-left: 0; }
.case-mini-grid small, .case-mini-grid strong { display: block; }
.case-mini-grid small { color: var(--teal); font-size: 9px; font-weight: 800; letter-spacing: .11em; }
.case-mini-grid strong { margin-top: 22px; font: 600 20px/1.3 var(--display); }
.case-mini-grid p { min-height: 66px; margin: 10px 0 16px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.case-mini-grid a { color: var(--teal); font-size: 11px; font-weight: 800; }

@media (max-width: 980px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 420px; }
  .product-frame { width: 88%; top: 34px; }
  .enterprise-layout { grid-template-columns: 1fr; }
  .feature-matrix { grid-template-columns: repeat(2,1fr); }
  .academy-card { grid-template-columns: 120px 1fr; }
  .academy-action { grid-column: 2; flex-direction: row; align-items: center; text-align: left; }
}

@media (max-width: 680px) {
  .hero-media video { object-position: 61% center; }
  .hero-signals { grid-template-columns: 1fr; }
  .channel-inner { align-items: flex-start; flex-direction: column; gap: 10px; padding-block: 16px; }
  .channel-inner > div { width: 100%; }
  .feature-matrix, .enterprise-cards, .case-mini-grid { grid-template-columns: 1fr; }
  .case-mini-grid article + article { border-left: 1px solid var(--line); border-top: 0; }
  .academy-card { padding: 26px; grid-template-columns: 82px 1fr; gap: 20px; }
  .academy-card figure { height: 150px; }
  .academy-action { grid-column: 1 / -1; align-items: stretch; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { .hero-media video { display: none; } }

.advantage-section { background: var(--white); }
.advantage-heading { max-width: 820px; margin-inline: auto; text-align: center; }
.advantage-heading .eyebrow { justify-content: center; }
.advantage-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.advantage-grid article { position: relative; min-height: 385px; padding: 34px 32px; display: flex; flex-direction: column; background: #fbfcf9; }
.advantage-grid article + article { border-left: 1px solid var(--line); }
.advantage-grid article::before { content: ""; position: absolute; inset: 0 auto auto 32px; width: 48px; height: 4px; background: var(--lime-deep); }
.advantage-grid article:nth-child(2) { color: var(--white); background: var(--ink-soft); }
.advantage-grid article:nth-child(2) p { color: rgba(255,255,255,.58); }
.advantage-grid article:nth-child(2) > strong { color: var(--lime); border-color: rgba(255,255,255,.14); }
.advantage-grid article > span { position: absolute; right: 28px; top: 28px; color: #a5afb0; font: 600 12px var(--display); }
.advantage-grid small { color: var(--teal); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.advantage-grid article:nth-child(2) small { color: var(--lime); }
.advantage-grid h3 { margin: 46px 0 16px; font: 600 27px/1.18 var(--display); letter-spacing: -.03em; }
.advantage-grid p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.advantage-grid article > strong { margin-top: auto; padding-top: 21px; color: var(--teal); border-top: 1px solid var(--line); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }

@media (max-width: 980px) {
  .advantage-grid { grid-template-columns: 1fr; }
  .advantage-grid article { min-height: 300px; }
  .advantage-grid article + article { border-left: 0; border-top: 1px solid var(--line); }
}

@media (max-width: 680px) {
  .advantage-grid article { min-height: 330px; padding: 30px 25px; }
}

.product-screen > img:not(.mobile-screen), .product-screen .mobile-screen, .workflow-caption { transition: opacity .24s ease, transform .24s ease; }
.workflow-caption { position: absolute; z-index: 3; left: 22px; right: 132px; bottom: 22px; padding: 17px 19px; color: var(--white); background: rgba(5,31,39,.9); border-left: 4px solid var(--lime); backdrop-filter: blur(12px); }
.workflow-caption small { color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.workflow-caption h3 { margin: 5px 0 5px; font: 600 17px/1.25 var(--display); letter-spacing: -.02em; }
.workflow-caption p { margin: 0; color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.45; }
.product-screen.is-changing > img:not(.mobile-screen), .product-screen.is-changing .mobile-screen, .product-screen.is-changing .workflow-caption { opacity: .24; transform: translateY(5px); }
.product-steps li { position: relative; cursor: pointer; transition: padding .22s ease, background .22s ease; outline: none; }
.product-steps li::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -1px; height: 2px; background: var(--lime); }
.product-steps li:hover { background: rgba(255,255,255,.035); }
.product-steps li:focus-visible { box-shadow: inset 0 0 0 2px var(--lime); }
.product-steps li.is-active { padding-left: 17px; background: linear-gradient(90deg, rgba(18,169,191,.16), transparent 78%); }
.product-steps li.is-active::after { animation: workflow-progress 3s linear forwards; }
.product-steps li.is-active > span { color: var(--white); background: var(--lime-deep); border-color: var(--lime-deep); box-shadow: 0 0 0 7px rgba(18,169,191,.12); }
.product-steps li.is-active h3 { color: var(--white); }
@keyframes workflow-progress { from { right: 100%; } to { right: 0; } }

@media (max-width: 980px) {
  .workflow-caption { right: 120px; }
  .product-steps { display: grid; grid-template-columns: repeat(2, 1fr); border-left: 1px solid rgba(255,255,255,.14); }
  .product-steps li { padding: 22px; border-right: 1px solid rgba(255,255,255,.14); }
  .product-steps li.is-active { padding-left: 22px; }
}

@media (max-width: 680px) {
  .workflow-caption { left: 12px; right: 78px; bottom: 12px; padding: 11px 12px; }
  .workflow-caption h3 { font-size: 13px; }
  .workflow-caption p { display: none; }
  .product-steps { grid-template-columns: 1fr; }
  .product-steps li, .product-steps li.is-active { padding: 20px 14px; }
}

@media (prefers-reduced-motion: reduce) { .product-steps li.is-active::after { animation: none; right: 0; } }

.channel-inner > .channel-marquee { flex: 1 1 auto; min-width: 0; display: flex; gap: 0; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }
.channel-track { min-width: max-content; display: flex; align-items: center; gap: 32px; padding-right: 32px; animation: channel-marquee 30s linear infinite; will-change: transform; }
.channel-marquee:hover .channel-track { animation-play-state: paused; }
@keyframes channel-marquee { to { transform: translateX(-100%); } }

@media (max-width: 680px) {
  .channel-inner > .channel-marquee { width: 100%; }
  .channel-track { animation-duration: 18s; }
}

@media (prefers-reduced-motion: reduce) { .channel-track { animation: none; } .channel-track[aria-hidden="true"] { display: none; } }

.pain-section { background: var(--paper); }
.pain-heading { max-width: 950px; }
.pain-heading .eyebrow { width: max-content; margin-bottom: 26px; padding: 9px 12px; color: #076f7e; background: #dff4f6; border: 1px solid #b7dfe4; font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.pain-heading > p:last-child { max-width: 780px; font-size: 19px; }
.pain-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pain-grid article { position: relative; padding: 0 25px 28px; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-top: 4px solid var(--lime-deep); box-shadow: 0 18px 45px rgba(9,34,41,.09); }
.pain-grid figure { position: relative; height: 310px; margin: 0 -25px 24px; overflow: hidden; background: var(--ink); }
.pain-grid figure::after { content: ""; position: absolute; inset: 24% 0 0; background: linear-gradient(0deg, rgba(4,18,22,.98), rgba(4,18,22,.82) 54%, transparent); }
.pain-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.pain-grid article:hover img { transform: scale(1.035); }
.pain-grid figcaption { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 23px; }
.pain-grid small { display: block; color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.pain-grid h3 { margin: 13px 0 0; color: var(--white); font: 600 25px/1.2 var(--display); letter-spacing: -.025em; }
.pain-grid p { min-height: 76px; margin: 0; color: #526a70; font-size: 15px; line-height: 1.62; }
.pain-grid article > strong { display: block; margin-top: 22px; padding-top: 16px; color: #087b8c; border-top: 1px solid var(--line); font-size: 11px; line-height: 1.45; letter-spacing: .035em; }
.pain-answer { margin-top: 22px; padding: 28px 30px; display: flex; align-items: center; gap: 30px; color: var(--white); background: linear-gradient(110deg, var(--ink), #0b3640); border-left: 5px solid var(--lime); }
.pain-answer span { flex: 0 0 auto; color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.pain-answer strong { max-width: 850px; font: 600 19px/1.45 var(--display); }

.enterprise-layout { display: block; }
.enterprise-copy > p:last-of-type { max-width: 700px; }
.enterprise-cards { grid-template-columns: repeat(4, 1fr); }
.enterprise-cards article { min-height: 145px; }
.enterprise-visual { min-height: 560px; margin-top: 32px; }
.enterprise-visual img { height: 560px; }
.enterprise-visual::after { z-index: 1; }
.enterprise-visual figcaption { z-index: 4; }
.network-motion { position: absolute; inset: 0; z-index: 3; pointer-events: none; }
.network-motion span { position: absolute; left: var(--sx); top: var(--sy); width: 7px; height: 7px; background: #d8fbff; border: 1px solid var(--lime); border-radius: 50%; box-shadow: 0 0 6px var(--lime), 0 0 16px rgba(73,212,229,.9); opacity: 0; transform: translate(-50%,-50%); }
.enterprise-visual.motion-active .network-motion span { animation: network-route 9.6s cubic-bezier(.45,.05,.55,.95) var(--delay) infinite; }
.network-motion i { position: absolute; left: 50%; top: 59%; width: 34px; height: 34px; border: 2px solid var(--lime); border-radius: 50%; opacity: .75; transform: translate(-50%,-50%); }
.enterprise-visual.motion-active .network-motion i { animation: network-core-pulse 2.4s ease-out infinite; }
@keyframes network-route { 0% { left:var(--sx); top:var(--sy); opacity:0; } 9% { opacity:1; } 47% { left:50%; top:59%; opacity:1; } 54% { left:50%; top:59%; opacity:1; transform:translate(-50%,-50%) scale(1.8); } 62% { transform:translate(-50%,-50%) scale(1); } 94% { left:var(--ex); top:var(--ey); opacity:1; } 100% { left:var(--ex); top:var(--ey); opacity:0; } }
@keyframes network-core-pulse { 0% { opacity:.8; box-shadow:0 0 0 0 rgba(73,212,229,.55); } 70% { opacity:.2; box-shadow:0 0 0 34px rgba(73,212,229,0); } 100% { opacity:.8; box-shadow:0 0 0 0 rgba(73,212,229,0); } }

.will-reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s cubic-bezier(.22,1,.36,1); }
.will-reveal.is-visible { opacity: 1; transform: none; }
.pain-grid .will-reveal:nth-child(2), .enterprise-cards .will-reveal:nth-child(2) { transition-delay: .1s; }
.pain-grid .will-reveal:nth-child(3), .enterprise-cards .will-reveal:nth-child(3) { transition-delay: .2s; }
.enterprise-cards .will-reveal:nth-child(4) { transition-delay: .3s; }

@media (max-width: 980px) {
  .pain-grid { grid-template-columns: 1fr; }
  .pain-grid article { display: grid; grid-template-columns: 240px 1fr; column-gap: 25px; }
  .pain-grid figure { grid-row: 1 / 6; height: 100%; min-height: 250px; margin: 0; margin-left: -25px; }
  .pain-grid small { margin-top: 24px; }
  .pain-grid figcaption small { margin-top: 0; }
  .pain-grid p { min-height: 0; }
  .enterprise-cards { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .pain-grid article { display: block; }
  .pain-grid figure { height: 280px; min-height: 0; margin: 0 -25px 24px; }
  .pain-grid small { margin-top: 0; }
  .pain-grid h3 { font-size: 24px; }
  .pain-heading > p:last-child { font-size: 17px; }
  .pain-heading .eyebrow { max-width: 100%; padding: 10px 12px; font-size: 12px; line-height: 1.35; }
  .pain-answer { align-items: flex-start; flex-direction: column; gap: 12px; }
  .enterprise-cards { grid-template-columns: 1fr; }
  .enterprise-visual, .enterprise-visual img { min-height: 430px; height: 430px; }
}

@media (prefers-reduced-motion: reduce) { .will-reveal { opacity: 1; transform: none; } .network-motion { display: none; } }

.leverage-flow { margin-top: 52px; min-height: 230px; display: grid; grid-template-columns: 1fr 1.25fr 1fr; overflow: hidden; background: var(--ink-soft); border: 1px solid #24464f; }
.leverage-panel { padding: 34px; display: flex; flex-direction: column; justify-content: center; color: var(--white); }
.leverage-panel.after { background: rgba(18,169,191,.1); }
.leverage-panel small { color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.leverage-panel strong { margin-top: 14px; font: 600 20px/1.3 var(--display); }
.leverage-panel span { margin-top: 10px; color: rgba(255,255,255,.5); font-size: 12px; line-height: 1.55; }
.leverage-routing { position: relative; min-height: 230px; border-inline: 1px solid rgba(255,255,255,.12); overflow: hidden; }
.leverage-routing .flow-source { position: absolute; left: 7%; top: var(--y); color: rgba(255,255,255,.5); font-size: 8px; font-weight: 800; letter-spacing: .09em; transform: translateY(-50%); }
.leverage-routing i { position: absolute; left: 50%; top: 50%; width: 108px; height: 108px; display: grid; place-content: center; text-align: center; color: var(--white); background: rgba(18,169,191,.18); border: 1px solid var(--lime-deep); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 55px rgba(18,169,191,.2); }
.leverage-routing i b { font: 700 20px var(--display); }
.leverage-routing i small { margin-top: 4px; color: var(--lime); font-size: 7px; letter-spacing: .1em; }
.leverage-routing em { position: absolute; left: 8%; top: var(--sy); width: 7px; height: 7px; background: var(--lime); border-radius: 50%; opacity: 0; box-shadow: 0 0 12px var(--lime); }
.leverage-flow.motion-active .leverage-routing em { animation: leverage-route 8s ease-in-out var(--d) infinite; }
@keyframes leverage-route { 0% { left:8%; top:var(--sy); opacity:0; } 10% { opacity:1; } 45%,55% { left:50%; top:50%; opacity:1; } 92% { left:92%; top:var(--ey); opacity:1; } 100% { left:92%; top:var(--ey); opacity:0; } }

.result-measure { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.result-measure strong { display: block; color: var(--teal); font-size: 11px; }
.result-measure svg { width: 100%; height: 42px; margin-top: 12px; overflow: visible; }
.result-measure path { fill: none; stroke: var(--lime-deep); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 180; stroke-dashoffset: 180; }
.result-measure circle { fill: var(--lime-deep); opacity: 0; }
.result-grid article.is-visible .result-measure path { animation: spark-draw 1.15s ease .32s forwards; }
.result-grid article.is-visible .result-measure circle { animation: spark-dot .3s ease 1.35s forwards; }
@keyframes spark-draw { to { stroke-dashoffset: 0; } }
@keyframes spark-dot { to { opacity: 1; } }

.deployment-grid { grid-template-columns: .84fr 1.16fr; grid-template-areas: "scene copy" "scene plan"; gap: 0 72px; align-items: start; }
.deployment-scene { grid-area: scene; position: relative; min-height: 720px; height: 100%; margin: 0; overflow: hidden; background: var(--ink); box-shadow: 0 25px 60px rgba(0,0,0,.24); }
.deployment-scene > img { width: 100%; height: 100%; min-height: 720px; object-fit: cover; object-position: center; opacity: .8; }
.deployment-scene::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,18,22,.94), transparent 55%), linear-gradient(90deg, rgba(4,18,22,.3), transparent); }
.deployment-copy { grid-area: copy; }
.deployment-plan { grid-area: plan; margin-top: 42px; }
.deployment-route-motion { position: absolute; inset: 8% 7% 17%; z-index: 2; }
.deployment-route-motion svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.deployment-route-motion path { fill: none; stroke: var(--lime); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 620; stroke-dashoffset: 620; filter: drop-shadow(0 0 6px rgba(73,212,229,.8)); }
.deployment-scene.motion-active .deployment-route-motion path { animation: deployment-route 8.6s ease-in-out infinite; }
.deployment-route-motion > span { position: absolute; left: var(--x); top: var(--y); display: flex; align-items: center; gap: 7px; opacity: 0; transform: translate(-50%,-50%); }
.deployment-route-motion b { width: 25px; height: 25px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border: 2px solid #e6fdff; border-radius: 50%; box-shadow: 0 0 14px rgba(73,212,229,.9); font: 800 9px var(--display); }
.deployment-route-motion small { color: var(--white); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-shadow: 0 2px 8px var(--ink); }
.deployment-scene.motion-active .deployment-route-motion > span { animation: deployment-node 8.6s ease-in-out var(--delay) infinite; }
.deployment-route-motion i { position: absolute; left: 18%; top: 34%; width: 70%; height: 2px; background: linear-gradient(90deg, transparent, var(--lime), transparent); opacity: 0; transform: rotate(-40deg); box-shadow: 0 0 18px var(--lime); }
.deployment-scene.motion-active .deployment-route-motion i { animation: deployment-scan 6.2s ease-in-out infinite; }
.deployment-scene figcaption { position: absolute; z-index: 4; left: 28px; right: 28px; bottom: 27px; padding-left: 17px; border-left: 3px solid var(--lime); }
.deployment-scene figcaption strong, .deployment-scene figcaption span { display: block; }
.deployment-scene figcaption strong { color: var(--lime); font: 600 30px var(--display); }
.deployment-scene figcaption span { margin-top: 5px; color: rgba(255,255,255,.65); font-size: 12px; }
@keyframes deployment-route { 0%,8% { stroke-dashoffset:620; opacity:0; } 16% { opacity:1; } 78% { stroke-dashoffset:0; opacity:1; } 94%,100% { stroke-dashoffset:0; opacity:0; } }
@keyframes deployment-node { 0%,9% { opacity:0; transform:translate(-50%,-50%) scale(.55); } 17%,69% { opacity:1; transform:translate(-50%,-50%) scale(1); } 80%,100% { opacity:0; transform:translate(-50%,-50%) scale(.8); } }
@keyframes deployment-scan { 0%,12% { opacity:0; transform:translateY(-30px) rotate(-40deg); } 35% { opacity:.9; } 78% { opacity:.55; transform:translateY(230px) rotate(-40deg); } 100% { opacity:0; transform:translateY(270px) rotate(-40deg); } }

.hero-copy > * { opacity: 0; animation: hero-rise .72s cubic-bezier(.22,1,.36,1) forwards; }
.hero-copy > *:nth-child(1) { animation-delay: .1s; } .hero-copy > *:nth-child(2) { animation-delay: .2s; } .hero-copy > *:nth-child(3) { animation-delay: .32s; } .hero-copy > *:nth-child(4) { animation-delay: .44s; } .hero-copy > *:nth-child(5) { animation-delay: .54s; } .hero-copy > *:nth-child(6) { animation-delay: .64s; }
.product-frame { opacity: 0; animation: product-enter .9s cubic-bezier(.22,1,.36,1) .42s forwards; }
.control-card { opacity: 0; animation: hero-rise .65s cubic-bezier(.22,1,.36,1) .78s forwards; }
.control-card-bottom { animation-delay: .92s; }
@keyframes hero-rise { from { opacity:0; transform:translateY(24px); } to { opacity:1; transform:none; } }
@keyframes product-enter { from { opacity:0; transform:translateY(26px) scale(.965); } to { opacity:1; transform:none; } }

.site-header { position: fixed; transition: background .25s ease, box-shadow .25s ease, border-color .25s ease; }
.site-header.is-scrolled { background: rgba(4,18,22,.94); border-color: rgba(255,255,255,.08); box-shadow: 0 12px 36px rgba(0,0,0,.18); backdrop-filter: blur(14px); }
.product-screen { transform-style: preserve-3d; transition: transform .22s ease; will-change: transform; }
.enterprise-visual::before { content: "ODIN WAREHOUSE EXECUTION"; position: absolute; z-index: 5; left: 50%; bottom: 18px; padding: 10px 14px; color: var(--lime); background: rgba(4,21,27,.92); border: 1px solid var(--lime-deep); transform: translateX(-50%); font: 800 9px var(--display); letter-spacing: .11em; white-space: nowrap; }

.mobile-sticky-cta { display: none; }
@keyframes documentary-drift {
  from { transform: scale(1.035) translate3d(-1.5%,0,0); }
  to { transform: scale(1.09) translate3d(2.5%,-1%,0); }
}
.pain-grid article.is-visible img { animation: documentary-drift 9s ease-in-out alternate infinite; will-change: transform; }
.pain-grid article:nth-child(2).is-visible img { animation-direction: alternate-reverse; }

@media (max-width: 980px) {
  .leverage-flow { grid-template-columns: 1fr; }
  .leverage-routing { min-height: 190px; border-inline: 0; border-block: 1px solid rgba(255,255,255,.12); }
  .deployment-grid { grid-template-columns: .8fr 1.2fr; gap: 0 45px; }
}

@media (max-width: 680px) {
  .hero-signals { grid-template-columns: repeat(3, 1fr); margin-top: 24px; padding-top: 18px; }
  .hero-signals div { padding: 0 10px; display: block; border-bottom: 0; }
  .hero-signals div:first-child { padding-left: 0; }
  .hero-signals div + div { padding-left: 10px; border-left: 1px solid rgba(255,255,255,.13); }
  .hero-signals div:last-child { padding-right: 0; }
  .hero-signals strong { font-size: 15px; }
  .hero-signals span { margin-top: 5px; font-size: 9px; line-height: 1.35; }
  .advantage-grid, .feature-matrix {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    border: 0;
    scrollbar-width: none;
  }
  .advantage-grid::-webkit-scrollbar, .feature-matrix::-webkit-scrollbar { display: none; }
  .advantage-grid article {
    flex: 0 0 86%;
    min-height: 285px;
    scroll-snap-align: start;
    border: 1px solid var(--line);
  }
  .advantage-grid article + article { border: 1px solid var(--line); }
  .feature-matrix article {
    flex: 0 0 82%;
    min-height: 145px;
    scroll-snap-align: start;
    border: 1px solid rgba(255,255,255,.14);
  }
  @keyframes documentary-mobile-pan {
    from { transform: scale(1.12) translate3d(-4%,0,0); }
    to { transform: scale(1.17) translate3d(4%,-1.5%,0); }
  }
  .pain-grid article.is-visible img { animation: documentary-mobile-pan 5.8s ease-in-out alternate infinite; }
  .deployment-grid { grid-template-columns: 1fr; grid-template-areas: "copy" "scene" "plan"; gap: 36px; }
  .deployment-scene, .deployment-scene > img { min-height: 560px; }
  .deployment-plan { margin-top: 0; }
  .mobile-sticky-cta { position: fixed; z-index: 60; left: 12px; right: 12px; bottom: 12px; display: block; padding: 8px; background: rgba(4,18,22,.94); border: 1px solid rgba(73,212,229,.35); box-shadow: 0 16px 45px rgba(0,0,0,.32); backdrop-filter: blur(14px); transform: translateY(140%); transition: transform .28s ease; }
  .mobile-sticky-cta.show { transform: none; }
  .mobile-sticky-cta .button { width: 100%; }
  body.has-mobile-cta { padding-bottom: 80px; }
}

@media (prefers-reduced-motion: reduce) { .hero-copy > *, .product-frame, .control-card { opacity:1; animation:none; } .pain-grid article.is-visible img { animation:none; } }

/* Selling-point hierarchy */
.hero-signals { gap: 10px; padding-top: 0; border-top: 0; }
.hero-signals div {
  position: relative;
  min-height: 122px;
  padding: 18px 20px;
  overflow: hidden;
  background: rgba(5,31,39,.68);
  border: 1px solid rgba(73,212,229,.25);
  box-shadow: 0 16px 36px rgba(0,0,0,.16);
  backdrop-filter: blur(10px);
}
.hero-signals div + div { padding-left: 20px; border-left: 1px solid rgba(73,212,229,.25); }
.hero-signals div:nth-child(2) { background: linear-gradient(145deg, rgba(18,169,191,.92), rgba(7,99,113,.9)); border-color: rgba(255,255,255,.3); }
.hero-signals div::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 42%;
  height: 3px;
  background: linear-gradient(90deg, var(--lime), var(--lime-deep));
  transform: translateX(-115%);
}
.hero-signals div.is-visible::before { animation: signal-sweep 1.1s cubic-bezier(.22,1,.36,1) forwards; }
.hero-signals div:nth-child(2).is-visible::before { animation-delay: .12s; }
.hero-signals div:nth-child(3).is-visible::before { animation-delay: .24s; }
.hero-signals small { display: block; color: var(--lime); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.hero-signals strong { margin-top: 14px; color: var(--white); font: 600 27px/1 var(--display); letter-spacing: -.035em; }
.hero-signals span { margin-top: 10px; color: rgba(255,255,255,.58); font-size: 10px; line-height: 1.35; }
.hero-signals div:nth-child(2) small, .hero-signals div:nth-child(2) span { color: rgba(255,255,255,.78); }
@keyframes signal-sweep { to { transform: translateX(0); } }

.proof-bar { position: relative; overflow: hidden; }
.proof-bar::after { content: ""; position: absolute; top: 0; bottom: 0; left: -18%; width: 12%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent); transform: skewX(-18deg); animation: proof-glint 7s ease-in-out infinite; }
.proof-inner { position: relative; z-index: 1; }
.proof-inner p strong { display: inline-block; margin-inline: 4px; font: 700 31px/1 var(--display); letter-spacing: -.035em; }
@keyframes proof-glint { 0%,66% { left:-18%; } 88%,100% { left:112%; } }

.advantage-grid article { overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; }
.advantage-grid article::after { content: attr(data-mark); position: absolute; z-index: 0; right: 15px; bottom: -13px; color: rgba(9,34,41,.055); font: 700 94px/1 var(--display); letter-spacing: -.08em; pointer-events: none; }
.advantage-grid article:nth-child(2)::after { color: rgba(255,255,255,.07); }
.advantage-grid article > small, .advantage-grid article > h3, .advantage-grid article > p, .advantage-grid article > strong { position: relative; z-index: 1; }
.advantage-grid article > span { z-index: 1; }
.advantage-grid article:hover { z-index: 2; transform: translateY(-7px); box-shadow: 0 24px 55px rgba(9,34,41,.16); }
.advantage-grid .will-reveal:nth-child(2) { transition-delay: .1s; }
.advantage-grid .will-reveal:nth-child(3) { transition-delay: .2s; }

@media (max-width: 680px) {
  .hero-signals { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .hero-signals div, .hero-signals div + div { min-height: 132px; padding: 16px 12px; }
  .hero-signals small { font-size: 8px; letter-spacing: .09em; }
  .hero-signals strong { margin-top: 14px; font-size: clamp(18px,5vw,22px); }
  .hero-signals div:nth-child(2) strong { font-size: clamp(16px,4.4vw,20px); }
  .hero-signals span { margin-top: 10px; font-size: 9px; line-height: 1.4; }
  .hero-signals div:nth-child(3) { grid-column: 1 / -1; min-height: 72px; display: grid; grid-template-columns: 92px 1fr; align-items: center; column-gap: 14px; }
  .hero-signals div:nth-child(3) small { display: none; }
  .hero-signals div:nth-child(3) strong, .hero-signals div:nth-child(3) span { margin-top: 0; }
  .hero-signals div:nth-child(3) strong { font-size: 21px; }
  .hero-signals div:nth-child(3) span { font-size: 10px; }
  .proof-inner p strong { font-size: 25px; }
  .advantage-grid { display: grid; grid-template-columns: 1fr; gap: 14px; overflow: visible; scroll-snap-type: none; border: 0; }
  .advantage-grid article {
    width: auto;
    min-height: 255px;
    padding: 28px 24px;
    border: 1px solid var(--line);
    scroll-snap-align: none;
  }
  .advantage-grid article + article { border: 1px solid var(--line); }
  .advantage-grid h3 { margin-top: 38px; }
  .advantage-grid article::after { font-size: 72px; }
}

@media (prefers-reduced-motion: reduce) { .hero-signals div.is-visible::before, .proof-bar::after { animation: none; } .hero-signals div::before { transform: none; } }

/* Condensed results */
.results-section { padding-block: 90px; }
.leverage-flow { min-height: 200px; margin-top: 38px; }
.leverage-routing { min-height: 200px; }
.leverage-panel { padding: 28px; }
.result-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 16px;
  background: var(--white);
  border: 1px solid var(--line);
}
.result-strip article { padding: 20px 24px; }
.result-strip article + article { border-left: 1px solid var(--line); }
.result-strip small, .result-strip strong, .result-strip span { display: block; }
.result-strip small { color: var(--teal); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.result-strip strong { margin-top: 12px; font: 600 17px/1.25 var(--display); letter-spacing: -.02em; }
.result-strip span { margin-top: 6px; color: var(--muted); font-size: 10px; }

@media (max-width: 680px) {
  .results-section { padding-block: 70px; }
  .results-head { gap: 18px; }
  .leverage-flow { margin-top: 30px; }
  .leverage-panel { padding: 22px; }
  .leverage-routing { min-height: 145px; }
  .result-strip { grid-template-columns: 1fr; margin-top: 12px; }
  .result-strip article { padding: 17px 20px; }
  .result-strip article + article { border-left: 0; border-top: 1px solid var(--line); }
  .result-strip strong { margin-top: 8px; font-size: 16px; }
}

/* Proof-card spacing and emphasis */
.hero-signals div { min-height: 132px; }
.hero-signals strong { font-size: 35px; line-height: 1.02; }

@media (max-width: 680px) {
  .hero-signals div,
  .hero-signals div + div,
  .hero-signals div:first-child,
  .hero-signals div:last-child { min-height: 140px; padding: 16px 12px; }
  .hero-signals strong { font-size: clamp(24px, 6.5vw, 29px); }
  .hero-signals div:nth-child(2) strong { font-size: clamp(21px, 5.7vw, 26px); }
  .hero-signals div:nth-child(3) { min-height: 80px; padding-inline: 16px; }
  .hero-signals div:nth-child(3) strong { font-size: 27px; }
}

/* Keep the changing product screen in view while mobile steps scroll */
@media (max-width: 680px) {
  .product-story { gap: 28px; align-items: start; }
  .product-screen {
    position: sticky;
    z-index: 12;
    top: 78px;
    margin-right: 0;
    box-shadow: 0 18px 45px rgba(0,0,0,.38);
  }
  .mobile-screen { right: 7px; bottom: 7px; width: 19%; max-height: 68%; border-width: 3px; }
  .workflow-caption { right: 68px; bottom: 8px; }
  .product-steps { position: relative; z-index: 1; }
}

/* Linked differentiator */
.advantage-link {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 21px;
  color: var(--teal);
  border-top: 1px solid var(--line);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.advantage-link:hover { color: var(--ink); }

/* Compact meaning overlays */
.enterprise-proof-rail {
  position: absolute;
  z-index: 5;
  top: 16px;
  left: 16px;
  right: 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(4,24,30,.86);
  border: 1px solid rgba(73,212,229,.3);
  backdrop-filter: blur(10px);
}
.enterprise-proof-rail > div { min-height: 104px; padding: 18px; }
.enterprise-proof-rail > div + div { border-left: 1px solid rgba(255,255,255,.12); }
.enterprise-proof-rail small, .enterprise-proof-rail strong { display: block; }
.enterprise-proof-rail small { color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.enterprise-proof-rail strong { margin-top: 12px; color: var(--white); font: 600 15px/1.35 var(--display); }

.deployment-trust-overlay {
  position: absolute;
  z-index: 5;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: rgba(4,24,30,.88);
  border: 1px solid rgba(73,212,229,.34);
  backdrop-filter: blur(10px);
}
.deployment-trust-overlay > div { min-height: 82px; padding: 14px; }
.deployment-trust-overlay > div + div { border-left: 1px solid rgba(255,255,255,.12); }
.deployment-trust-overlay strong, .deployment-trust-overlay span { display: block; }
.deployment-trust-overlay strong { color: var(--lime); font: 600 15px/1.2 var(--display); }
.deployment-trust-overlay span { margin-top: 5px; color: rgba(255,255,255,.58); font-size: 9px; line-height: 1.35; }
.deployment-promise { display: inline-block; max-width: 560px; font-size: .62em; line-height: 1.08; }
.day-eight-callout { margin: 24px 0 0 18px; display: inline-block; color: var(--lime); font: 700 11px var(--display); letter-spacing: .09em; }

.case-section { padding-top: 44px; }

@media (max-width: 680px) {
  .enterprise-proof-rail { top: 10px; left: 10px; right: 10px; grid-template-columns: repeat(2, 1fr); }
  .enterprise-proof-rail > div { min-height: 96px; padding: 13px; }
  .enterprise-proof-rail > div:nth-child(3) { border-left: 0; }
  .enterprise-proof-rail > div:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.12); }
  .enterprise-proof-rail small { font-size: 8px; }
  .enterprise-proof-rail strong { margin-top: 9px; font-size: 14px; }
  .deployment-trust-overlay { left: 10px; right: 10px; bottom: 10px; }
  .deployment-trust-overlay > div { min-height: 76px; padding: 11px; }
  .deployment-trust-overlay strong { font-size: 13px; }
  .deployment-trust-overlay span { font-size: 8px; }
  .case-section { padding-top: 30px; }
}

/* Deployment emphasis and simplified case links */
.deployment-copy h2 em {
  display: inline-block;
  font-size: 1.3em;
  line-height: .88;
}
.deployment-trust-overlay > div { min-height: 92px; padding: 16px; }
.deployment-trust-overlay strong { font-size: 18px; }
.deployment-trust-overlay span { margin-top: 7px; font-size: 11px; line-height: 1.4; }

@media (max-width: 680px) {
  .deployment-trust-overlay { grid-template-columns: 1fr; }
  .deployment-trust-overlay > div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,.12); }
  .deployment-trust-overlay > div { min-height: 78px; padding: 14px 16px; }
  .deployment-trust-overlay strong { font-size: 17px; }
  .deployment-trust-overlay span { font-size: 11px; }
  .deployment-promise { font-size: .58em; }
  .day-eight-callout { margin: 20px 0 0; display: block; }
}

.case-section { padding: 44px 0 70px; }
.case-links { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 14px 24px; }
.case-links a {
  display: inline-block;
  padding-bottom: 6px;
  color: var(--teal);
  border-bottom: 1px solid rgba(28,92,98,.35);
  font-weight: 700;
}
.case-links a:last-child { color: var(--ink); }

@media (max-width: 680px) {
  .deployment-copy h2 em { font-size: 1.28em; }
  .deployment-trust-overlay > div { min-height: 94px; padding: 13px; }
  .deployment-trust-overlay strong { font-size: 17px; }
  .deployment-trust-overlay span { margin-top: 7px; font-size: 10px; line-height: 1.4; }
  .case-section { padding: 30px 0 54px; }
  .case-links { align-items: flex-start; flex-direction: column; gap: 15px; }
}

/* Seven-day desktop composition */
.deployment-standard {
  position: relative;
  margin-top: 26px;
  min-height: 92px;
  padding: 18px 22px 18px 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(105deg, rgba(73,212,229,.13), rgba(73,212,229,.035));
  border: 1px solid rgba(73,212,229,.34);
}
.deployment-standard::before {
  content: "7D";
  position: absolute;
  left: 18px;
  top: 50%;
  color: var(--lime);
  font: 600 34px/.9 var(--display);
  letter-spacing: -.06em;
  transform: translateY(-50%);
}
.deployment-standard::after {
  content: "";
  position: absolute;
  left: 70px;
  top: 18px;
  bottom: 18px;
  width: 1px;
  background: rgba(73,212,229,.3);
}
.deployment-standard span,
.deployment-standard strong,
.deployment-standard small { display: block; }
.deployment-standard span { color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.deployment-standard strong { margin-top: 6px; color: var(--white); font: 600 20px/1.18 var(--display); }
.deployment-standard small { margin-top: 7px; color: rgba(255,255,255,.6); font-size: 11px; letter-spacing: .02em; }

@media (min-width: 681px) {
  .deployment-grid { grid-template-rows: max-content minmax(0, 1fr); }
  .deployment-copy { padding-top: 22px; }
  .deployment-plan {
    height: 100%;
    margin-top: 28px;
    display: grid;
    grid-template-rows: repeat(3, minmax(76px, 1fr));
    align-self: stretch;
  }
  .deployment-plan div {
    min-height: 0;
    background: linear-gradient(90deg, rgba(73,212,229,.055), transparent 76%);
  }
}

@media (max-width: 680px) {
  .deployment-standard { min-height: 106px; padding: 17px 16px 17px 82px; }
  .deployment-standard::before { left: 16px; font-size: 30px; }
  .deployment-standard::after { left: 64px; top: 16px; bottom: 16px; }
  .deployment-standard strong { font-size: 18px; }
  .deployment-standard small { font-size: 10px; line-height: 1.45; }
}
/* Join Academy proof to customer result */
.academy-section { padding-bottom: 0; }
.academy-section + .case-section { padding-top: 0; }
.academy-section .academy-card { box-shadow: 0 10px 28px rgba(9,34,41,.06); }