:root {
  --ink: #111827;
  --muted: #5f6878;
  --line: #dfe3ea;
  --soft-line: #edf0f4;
  --paper: #ffffff;
  --wash: #f7f8fa;
  --violet: #6d4aff;
  --violet-soft: #eeeaff;
  --lime: #cbff5c;
  --cyan: #48d7e8;
  --orange: #ff8a56;
  --radius: 24px;
  --shadow: 0 24px 80px rgba(17, 24, 39, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; transform: translateY(-150%); padding: 10px 16px; border-radius: 8px; color: white; background: var(--ink); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; padding: 16px 28px; transition: padding .25s ease, background .25s ease, border-color .25s ease; border-bottom: 1px solid transparent; }
.site-header.scrolled { padding-top: 10px; padding-bottom: 10px; background: rgba(255,255,255,.88); border-color: rgba(223,227,234,.85); backdrop-filter: blur(18px); }
.nav-shell { max-width: 1440px; height: 58px; margin: 0 auto; padding: 0 8px 0 10px; display: flex; align-items: center; gap: 34px; border: 1px solid rgba(223,227,234,.85); border-radius: 17px; background: rgba(255,255,255,.78); box-shadow: 0 10px 40px rgba(17,24,39,.045); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 12px; margin-right: auto; font-weight: 800; letter-spacing: -.02em; }
.brand-mark { width: 38px; height: 38px; display: inline-grid; place-items: center; border-radius: 11px; color: white; background: var(--ink); font-size: 19px; font-weight: 850; }
.brand-name { font-size: 14px; letter-spacing: .08em; }
.brand-name i { color: var(--violet); font-style: normal; }
.desktop-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 650; color: #3f4858; }
.desktop-nav a, .footer-links a { transition: color .2s ease; }
.desktop-nav a:hover, .footer-links a:hover { color: var(--violet); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; border: 1px solid transparent; border-radius: 12px; font-weight: 720; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { padding: 13px 17px; color: white; background: var(--ink); box-shadow: 0 8px 20px rgba(17,24,39,.12); }
.button-dark:hover { box-shadow: 0 13px 28px rgba(17,24,39,.18); }
.button-light { color: var(--ink); background: white; border-color: var(--line); }
.button-large { min-height: 56px; padding: 0 24px; border-radius: 14px; }
.button-white { color: var(--ink); background: white; }
.nav-cta { font-size: 12px; }
.menu-button { width: 42px; height: 42px; display: none; border: 0; border-radius: 10px; background: var(--wash); }
.menu-button span { width: 18px; height: 1.5px; display: block; margin: 5px auto; background: var(--ink); transition: transform .2s ease; }
.mobile-nav { display: none; }

.hero { position: relative; min-height: 100vh; padding: 168px 28px 0; overflow: hidden; background: linear-gradient(180deg, #fff 0%, #fff 70%, #fafafa 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .48; pointer-events: none; background-image: linear-gradient(rgba(17,24,39,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(17,24,39,.035) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 80%); }
.ambient { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.ambient-one { width: 720px; height: 720px; top: -310px; right: -180px; background: radial-gradient(circle, rgba(109,74,255,.13), rgba(109,74,255,0) 69%); }
.ambient-two { width: 600px; height: 600px; left: -320px; top: 280px; background: radial-gradient(circle, rgba(72,215,232,.1), rgba(72,215,232,0) 69%); }
.hero-inner { position: relative; z-index: 1; max-width: 1440px; margin: 0 auto; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 6vw, 100px); align-items: center; }
.hero-copy { padding: 16px 0 52px; }
.eyebrow, .section-index { display: inline-flex; align-items: center; gap: 10px; color: #5c6472; font-size: 11px; line-height: 1; font-weight: 780; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--violet); box-shadow: 0 0 0 6px var(--violet-soft); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 32px 0 30px; font-size: clamp(62px, 6.3vw, 108px); line-height: .9; letter-spacing: -.075em; font-weight: 760; }
h1 em, h2 em { color: var(--violet); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lede { max-width: 600px; margin-bottom: 34px; color: var(--muted); font-size: clamp(18px, 1.45vw, 22px); line-height: 1.55; letter-spacing: -.02em; }
.hero-byline { width: fit-content; margin: -8px 0 28px; padding: 7px 17px 7px 7px; display: grid; grid-template-columns: 52px auto; gap: 2px 12px; align-items: center; border: 1px solid var(--line); border-radius: 99px; background: white; }
.hero-byline img { grid-row: 1 / 3; width: 52px; height: 52px; display: block; border: 1px solid var(--line); border-radius: 50%; object-fit: cover; object-position: 50% 24%; }
.hero-byline strong { align-self: end; font-size: 11px; line-height: 1.1; }
.hero-byline i { align-self: start; color: #7c8491; font-size: 7px; font-style: normal; letter-spacing: .08em; text-transform: uppercase; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-meta { margin-top: 58px; padding-top: 26px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; border-top: 1px solid var(--line); }
.hero-meta div { display: flex; align-items: flex-start; gap: 11px; }
.hero-meta strong { font-size: 25px; letter-spacing: -.05em; }
.hero-meta span { color: #777f8d; font-size: 10px; line-height: 1.35; font-weight: 680; letter-spacing: .07em; text-transform: uppercase; }

.hero-system { position: relative; min-width: 0; perspective: 1400px; }
.intelligence-canvas { position: absolute; z-index: 0; inset: -90px; width: calc(100% + 180px); height: calc(100% + 180px); opacity: .55; pointer-events: none; }
.system-window { position: relative; z-index: 1; overflow: hidden; border: 1px solid #d8dce4; border-radius: 22px; background: rgba(255,255,255,.94); box-shadow: 0 40px 100px rgba(17,24,39,.13), 0 4px 12px rgba(17,24,39,.05); transform: rotateY(-2deg) rotateX(1deg); }
.window-bar { height: 48px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--soft-line); color: #7a8290; font-size: 8px; letter-spacing: .12em; }
.window-bar > div { display: flex; gap: 5px; }
.window-bar > div i { width: 7px; height: 7px; display: block; border-radius: 50%; background: #d7dbe2; }
.window-bar b { display: flex; align-items: center; gap: 6px; color: #355446; font-size: 8px; }
.window-bar b i { width: 6px; height: 6px; border-radius: 50%; background: #64d29a; box-shadow: 0 0 0 4px #e2f7ed; }
.system-grid { padding: 25px 25px 18px; display: grid; grid-template-columns: .92fr 1.12fr 1fr; gap: 18px; align-items: start; background-image: radial-gradient(#dce0e8 1px, transparent 1px); background-size: 16px 16px; }
.system-grid > div { min-width: 0; }
.micro-label { display: block; margin-bottom: 15px; color: #7c8491; font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.signal-card { padding: 12px; margin-bottom: 10px; display: grid; grid-template-columns: 30px 1fr auto; gap: 9px; align-items: center; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.94); box-shadow: 0 8px 25px rgba(17,24,39,.04); }
.signal-icon { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; color: var(--violet); background: var(--violet-soft); font-style: normal; font-size: 14px; font-weight: 800; }
.signal-card small, .action-item small { display: block; margin-bottom: 3px; color: #979eaa; font-size: 6px; letter-spacing: .12em; }
.signal-card strong, .action-item strong { display: block; white-space: nowrap; font-size: 9px; }
.signal-card time { color: #a5abb5; font: 7px ui-monospace, monospace; }
.muted-card { opacity: .74; }
.decision-column { padding: 0 4px; }
.decision-orbit { position: relative; width: min(100%, 190px); aspect-ratio: 1; margin: 25px auto 24px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid #dfe2e9; border-radius: 50%; }
.orbit-one { width: 100%; height: 58%; transform: rotate(32deg); }
.orbit-two { width: 100%; height: 58%; transform: rotate(-32deg); }
.decision-core { position: relative; z-index: 2; width: 96px; height: 96px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: var(--ink); box-shadow: 0 15px 40px rgba(17,24,39,.22); color: white; }
.decision-core small { color: #a8afbb; font-size: 6px; letter-spacing: .15em; }
.decision-core strong { font-size: 30px; letter-spacing: -.08em; }
.decision-core span { color: var(--lime); font-size: 6px; letter-spacing: .14em; }
.satellite { position: absolute; width: 9px; height: 9px; border: 2px solid white; border-radius: 50%; background: var(--violet); box-shadow: 0 0 0 3px #ddd5ff; }
.satellite-a { top: 25px; left: 35px; }
.satellite-b { right: 15px; top: 82px; background: var(--cyan); box-shadow: 0 0 0 3px #d6f8fb; }
.satellite-c { left: 40px; bottom: 19px; background: var(--orange); box-shadow: 0 0 0 3px #ffebe3; }
.decision-status { padding: 11px 12px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--line); border-radius: 10px; background: #fff; font-size: 8px; }
.decision-status strong { color: var(--violet); font-size: 13px; }
.action-list { display: flex; flex-direction: column; gap: 8px; }
.action-item { padding: 10px; display: grid; grid-template-columns: 24px 1fr 15px; gap: 8px; align-items: center; border: 1px solid var(--line); border-radius: 10px; color: #818895; background: rgba(255,255,255,.85); }
.action-item > span { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 7px; background: #f2f3f6; font-size: 7px; }
.action-item > b { font-size: 11px; }
.action-item.complete { color: #476655; border-color: #d9ebe1; background: #f6fbf8; }
.action-item.active { color: var(--ink); border-color: #cfc6ff; box-shadow: 0 8px 20px rgba(109,74,255,.08); }
.action-item.active > span { color: white; background: var(--violet); }
.mini-chart { margin-top: 17px; padding: 12px 10px 4px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.chart-label { display: flex; align-items: center; justify-content: space-between; font-size: 7px; letter-spacing: .1em; color: #969daa; }
.chart-label strong { color: var(--violet); font-size: 13px; letter-spacing: -.03em; }
.mini-chart svg { width: 100%; overflow: visible; }
.chart-area { fill: url(#chart-fill); }
.chart-line { fill: none; stroke: var(--violet); stroke-width: 2; }
.mini-chart circle { fill: var(--violet); }
.window-footer { height: 42px; padding: 0 18px; display: flex; align-items: center; justify-content: center; gap: 12px; border-top: 1px solid var(--soft-line); color: #7d8490; font-size: 7px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.window-footer i { width: 3px; height: 3px; border-radius: 50%; background: var(--violet); }
.float-badge { position: absolute; z-index: 3; padding: 12px 15px; border: 1px solid rgba(210,214,223,.9); border-radius: 12px; background: rgba(255,255,255,.92); box-shadow: 0 15px 35px rgba(17,24,39,.09); backdrop-filter: blur(10px); }
.float-badge span { display: block; margin-bottom: 4px; color: #969daa; font-size: 7px; letter-spacing: .13em; }
.float-badge strong { font-size: 11px; }
.badge-left { left: -35px; bottom: 85px; }
.badge-right { top: 94px; right: -25px; }
.experience-strip { position: relative; z-index: 1; max-width: 1440px; margin: 85px auto 0; min-height: 92px; padding: 24px 0; display: grid; grid-template-columns: 220px 1fr; align-items: center; border-top: 1px solid var(--line); }
.experience-strip > span { color: #8b929d; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.experience-strip div { display: flex; justify-content: space-between; align-items: center; gap: 30px; color: #a3a9b2; font-size: clamp(15px, 1.5vw, 22px); letter-spacing: .04em; }

.section { padding: 150px 28px; }
.section-shell { max-width: 1440px; margin: 0 auto; }
.section-heading { margin-bottom: 72px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; }
.section-heading h2, .services-intro h2, .proof-heading h2 { margin: 22px 0 0; font-size: clamp(46px, 5vw, 76px); line-height: .98; letter-spacing: -.065em; }
.section-heading > p { max-width: 460px; margin-bottom: 5px; color: var(--muted); font-size: 18px; line-height: 1.6; }
.expertise { background: #fff; }
.expertise-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.expertise-card { position: relative; min-height: 520px; padding: 30px 28px; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .3s ease, transform .3s ease; }
.expertise-card:hover { z-index: 2; background: var(--wash); transform: translateY(-5px); }
.card-number { color: #a3a9b3; font: 10px ui-monospace, monospace; }
.expertise-diagram { width: 100%; height: 145px; margin: 40px 0 80px; display: flex; flex-direction: column; justify-content: center; }
.expertise-diagram svg { width: 100%; display: block; overflow: visible; }.expertise-diagram path { fill: none; stroke: #c9ced7; stroke-width: 1.5; stroke-dasharray: 4 4; }.expertise-diagram rect, .expertise-diagram circle { fill: white; stroke: #cfd4dd; }.expertise-diagram text { fill: #656e7b; font: 730 6px ui-monospace, monospace; text-anchor: middle; letter-spacing: .03em; }.expertise-diagram .diagram-note { fill: #8b929d; font-size: 6px; letter-spacing: .1em; }.expertise-diagram figcaption { color: #818995; font-size: 7px; font-weight: 760; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.strategy-diagram g:nth-of-type(2) rect, .execution-diagram .diagram-core rect { fill: var(--violet-soft); stroke: var(--violet); }.strategy-diagram g:nth-of-type(2) text, .execution-diagram .diagram-core text { fill: #5540bc; }
.platform-diagram > svg > g:first-of-type rect { fill: var(--ink); stroke: var(--ink); }.platform-diagram > svg > g:first-of-type text { fill: white; }.platform-diagram > svg > g:nth-of-type(2) rect { fill: var(--violet-soft); stroke: #b9adfb; }.platform-diagram .system-boxes rect { fill: #f7f8fa; }
.execution-diagram > svg > g:first-of-type circle { stroke: var(--cyan); }.execution-diagram > svg > g:nth-of-type(3) circle { stroke: #88b831; fill: #f5ffe4; }
.scale-diagram .scale-spine { stroke: #9e90ee; stroke-width: 2; stroke-dasharray: 3 3; }.scale-diagram .team-foundation rect { fill: #f4f5f7; stroke: #cfd4dd; }.scale-diagram .product-layer rect { fill: var(--violet-soft); stroke: var(--violet); }.scale-diagram .product-layer text { fill: #5540bc; }.scale-diagram .adoption-network circle { fill: #f5ffe4; stroke: #a9d351; }.scale-diagram .adoption-network path { stroke: #a9d351; stroke-dasharray: 2 3; }
.expertise-card h3 { margin-bottom: 18px; font-size: 24px; line-height: 1.1; letter-spacing: -.04em; }
.expertise-card p { min-height: 24px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.expertise-card ul { margin: 23px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.expertise-card li { margin: 9px 0; color: #555e6d; font-size: 11px; font-weight: 650; }
.expertise-card li::before { content: "+"; margin-right: 8px; color: var(--violet); }

.services { color: white; background: var(--ink); }
.services-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 8vw, 140px); }
.services .section-index { color: #9da5b3; }
.services-intro { position: sticky; top: 120px; align-self: start; }
.services-intro h2 { margin-bottom: 28px; }
.services-intro p { max-width: 430px; color: #aeb5c0; font-size: 17px; line-height: 1.65; }
.arrow-link { margin-top: 30px; display: inline-flex; gap: 55px; align-items: center; padding-bottom: 8px; border-bottom: 1px solid #4e5664; font-size: 14px; font-weight: 700; }
.arrow-link span { color: var(--lime); }
.service-row { min-height: 176px; padding: 34px 0; display: grid; grid-template-columns: 50px 1fr 40px; gap: 25px; align-items: start; border-top: 1px solid #333b49; }
.service-row:last-child { border-bottom: 1px solid #333b49; }
.service-row > span { color: #77808e; font: 10px ui-monospace, monospace; }
.service-row h3 { margin-bottom: 12px; font-size: clamp(25px, 2.2vw, 34px); line-height: 1.1; letter-spacing: -.04em; }
.service-row p { max-width: 650px; margin-bottom: 0; color: #aeb5c0; line-height: 1.55; }
.service-row > b { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid #3d4654; border-radius: 50%; color: var(--lime); transition: transform .25s ease, background .25s ease; }
.service-row:hover > b { transform: translate(3px, -3px); color: var(--ink); background: var(--lime); }

/* Executive delivery profile */
.delivery-profile { background: white; }
.profile-intro { margin-bottom: 48px; display: grid; grid-template-columns: 1fr .9fr; gap: clamp(50px,8vw,130px); align-items: end; }
.profile-intro h2 { margin-top: 24px; font-size: clamp(52px,6vw,88px); line-height: .92; letter-spacing: -.065em; }
.profile-summary > p { color: var(--muted); font-size: 16px; line-height: 1.65; }.profile-summary > p + p { margin-top: 14px; }
.profile-links { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 8px; }.profile-links a { padding: 9px 12px; border: 1px solid var(--line); border-radius: 99px; color: #4f5866; font-size: 8px; font-weight: 760; letter-spacing: .04em; }
.delivery-ledger { display: grid; grid-template-columns: repeat(12,1fr); gap: 12px; }
.delivery-ledger > article { border: 1px solid var(--line); border-radius: 20px; background: white; }
.ledger-lead { grid-column: span 8; min-height: 380px; padding: 40px; display: flex; flex-direction: column; background: var(--ink) !important; color: white; }.ledger-lead > span { color: #a9b0bc; font-size: 8px; font-weight: 780; letter-spacing: .14em; }.ledger-lead h3 { max-width: 760px; margin: 54px 0 22px; font-size: clamp(38px,4.2vw,64px); line-height: .96; letter-spacing: -.055em; }.ledger-lead > p { max-width: 680px; color: #aeb5c0; font-size: 14px; line-height: 1.65; }
.education-line { margin-top: auto; padding-top: 28px; display: flex; flex-wrap: wrap; align-items: center; gap: 11px; color: #d9dde4; font-size: 8px; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }.education-line i { width: 4px; height: 4px; border-radius: 50%; background: var(--lime); }
.ledger-item { grid-column: span 4; min-height: 260px; padding: 28px; display: flex; flex-direction: column; }.ledger-item b { color: var(--violet); font-size: clamp(42px,4vw,64px); line-height: 1; letter-spacing: -.065em; }.ledger-item h3 { margin: 8px 0 25px; font-size: 20px; letter-spacing: -.035em; }.ledger-item p { margin-top: auto; color: var(--muted); font-size: 12px; line-height: 1.55; }
.ledger-wide { grid-column: 1 / -1; padding: 30px; display: grid; grid-template-columns: repeat(3,1fr); gap: 0; }.ledger-wide > div { padding: 10px 28px; border-right: 1px solid var(--line); }.ledger-wide > div:last-child { border: 0; }.ledger-wide span { color: var(--violet); font-size: 7px; font-weight: 800; letter-spacing: .14em; }.ledger-wide strong { margin: 12px 0; display: block; font-size: 16px; }.ledger-wide p { color: var(--muted); font-size: 11px; line-height: 1.55; }

.products { background: #f7f8fa; }
.product-heading { margin-bottom: 46px; }
.map-label { color: #8d94a0; font-size: 7px; font-weight: 800; letter-spacing: .14em; }
.product-top { display: flex; justify-content: space-between; color: #79818e; font-size: 8px; font-weight: 760; letter-spacing: .13em; }
.product-top i { font-style: normal; font-family: ui-monospace, monospace; }
.product-tags { margin-top: auto; padding-top: 22px; display: flex; flex-wrap: wrap; gap: 6px; border-top: 1px solid var(--soft-line); }
.product-tags span { padding: 7px 9px; border-radius: 99px; color: #616a78; background: #f3f4f6; font-size: 8px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
@keyframes route-dash { to { stroke-dashoffset: -130; } }

/* Product intelligence — deeper context, still disciplined */
.product-intelligence { min-height: 440px; margin-bottom: 24px; padding: 42px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 45px; align-items: center; overflow: hidden; border: 1px solid #dcdfe8; border-radius: 26px; background: white; box-shadow: 0 25px 70px rgba(17,24,39,.06); }
.intelligence-copy h3 { max-width: 470px; margin: 20px 0 16px; font-size: clamp(34px, 3.6vw, 54px); line-height: .98; letter-spacing: -.06em; }
.intelligence-copy > p { max-width: 500px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.loop-tabs { margin-top: 27px; display: flex; flex-wrap: wrap; gap: 7px; }
.loop-tab { padding: 10px 14px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 99px; color: #606978; background: white; cursor: pointer; font-size: 9px; font-weight: 770; letter-spacing: .08em; text-transform: uppercase; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.loop-tab:hover { transform: translateY(-2px); }
.loop-tab i { width: 6px; height: 6px; border-radius: 50%; background: #b4bbc5; }
.loop-tab.active { color: white; border-color: var(--ink); background: var(--ink); }
.loop-tab.active i { background: var(--lime); box-shadow: 0 0 0 4px rgba(203,255,92,.13); }
.intelligence-graph { min-width: 0; position: relative; }
.app-flow { display: none; opacity: 0; transform: translateY(8px); }
.app-flow.active { display: block; animation: flow-enter .55s ease forwards; }
.app-flow svg { width: 100%; overflow: visible; }
.app-flow text { fill: #6f7784; font: 760 9px ui-monospace, monospace; letter-spacing: .06em; }
.flow-line { fill: none; stroke: #d8dce4; stroke-width: 2; stroke-dasharray: 7 7; animation: flow-dash 8s linear infinite; }
.flow-card rect, .scenario rect, .posterior rect, .signal-stack rect { fill: white; stroke: #d7dbe3; stroke-width: 1.4; }
.flow-card path, .posterior > path:not(.distribution) { fill: none; stroke: #d8dce4; stroke-width: 2; stroke-linecap: round; }
.flow-card .confidence, .scenario text:last-child, .posterior text:last-child { fill: #9299a5; font-size: 7px; }
.packet { fill: var(--violet); }
.packet-b { fill: var(--cyan); }.packet-c { fill: var(--orange); }
.audit-rail rect { fill: #fafafe; stroke: #d9dce4; }.audit-rail text { font-size: 7px; }
.clause-card circle { fill: var(--violet); animation: data-pulse 1.8s ease-in-out infinite; }.clause-card circle:last-child { animation-delay: -.9s; }
.flow-legend { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.flow-legend span { padding-top: 9px; border-top: 1px solid #e2e5ea; color: #818895; font-size: 7px; font-weight: 780; letter-spacing: .09em; text-transform: uppercase; }
.flow-runtime { margin-top: 18px; display: grid; grid-template-columns: 1fr auto; gap: 9px 16px; align-items: center; color: #737b87; font: 750 7px ui-monospace, monospace; letter-spacing: .08em; }
.flow-runtime > span { display: flex; align-items: center; gap: 8px; }.flow-runtime > span > i { width: 6px; height: 6px; border-radius: 50%; background: var(--violet); animation: runtime-pulse 1.2s ease-in-out infinite; }
.flow-runtime small { color: #9aa1ac; font: inherit; }.flow-runtime > div { grid-column: 1 / -1; height: 2px; overflow: hidden; background: #eceef2; }.flow-runtime > div i { width: 0; height: 100%; display: block; background: var(--violet); transition: width .1s linear; }
.product-intelligence[data-active-product="enroute"] .flow-runtime > span > i, .product-intelligence[data-active-product="enroute"] .flow-runtime > div i { background: #28a978; }
.product-intelligence[data-active-product="nomics"] .flow-runtime > span > i, .product-intelligence[data-active-product="nomics"] .flow-runtime > div i { background: var(--orange); }
.flow-enroute .flow-line { stroke: #b9dfd1; }.flow-enroute .packet-a, .flow-enroute .packet-b { fill: #28a978; }
.ops-input rect, .planning-snapshot > rect, .route-candidates > rect, .quality-panel > rect { fill: white; stroke: #cfe0d8; }.ops-input circle { fill: #28a978; animation: data-pulse 2s ease-in-out infinite; }.ops-sub { fill: #94a39b !important; font-size: 6px !important; }.planning-snapshot path { stroke: #d9e3de; stroke-width: 2; stroke-linecap: round; }.constraint-chip { fill: #edf9f4 !important; stroke: #9fd7bf !important; }.chip-text { fill: #21875f !important; font-size: 5px !important; text-anchor: middle; }
.mini-route path { fill: none; stroke: #a9bdb4; stroke-width: 2; }.mini-route circle { fill: white; stroke: #79ad96; }.route-b path { stroke: #28a978; stroke-width: 3; stroke-dasharray: 4 4; animation: flow-dash 4s linear infinite; }.route-b circle { fill: #e9f9f2; stroke: #28a978; }.route-label { fill: #9aa49f !important; font-size: 5px !important; }.selected-label { fill: #18825c !important; }
.quality-panel rect:not(:first-child) { fill: #edf0ee; stroke: none; }.quality-panel .quality-fill { fill: #28a978 !important; }.quality-score { fill: #18825c !important; font: 800 27px Inter, sans-serif !important; letter-spacing: -.06em !important; }.dispatch-gate circle { fill: white; stroke: #28a978; stroke-width: 2; stroke-dasharray: 6 4; animation: gate-spin 14s linear infinite; transform-box: fill-box; transform-origin: center; }.dispatch-gate text { fill: #18825c; text-anchor: middle; font-size: 7px; }
.flow-nomics .flow-line { stroke: #e8c9ac; }.flow-nomics .packet-a { fill: var(--orange); }.flow-nomics .packet-b { fill: var(--cyan); }
.distribution { fill: none; stroke: var(--orange); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 190; animation: distribution-draw 3.2s ease-in-out infinite alternate; }
.signal-stack rect { animation: signal-scan 2.7s ease-in-out infinite; }.signal-stack rect:nth-child(2) { animation-delay: -.9s; }.signal-stack rect:nth-child(3) { animation-delay: -1.8s; }
.govern-gate path { fill: white; stroke: var(--orange); stroke-width: 2; }.govern-gate text { text-anchor: middle; fill: #a25b1d; font-size: 8px; }
@keyframes flow-enter { to { opacity: 1; transform: none; } }
@keyframes flow-dash { to { stroke-dashoffset: -140; } }
@keyframes data-pulse { 50% { r: 7px; opacity: .35; } }
@keyframes event-pulse { 80%,100% { r: 48px; opacity: 0; } }
@keyframes gate-spin { to { transform: rotate(360deg); } }
@keyframes distribution-draw { from { stroke-dashoffset: 155; } to { stroke-dashoffset: 0; } }
@keyframes signal-scan { 50% { fill: #fff8f1; stroke: var(--orange); } }
@keyframes runtime-pulse { 50% { opacity: .25; transform: scale(.65); } }

.product-stories { display: flex; flex-direction: column; gap: 22px; }
.product-story { min-height: 720px; padding: clamp(28px, 4vw, 58px); display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(45px, 6vw, 95px); align-items: center; border: 1px solid var(--line); border-radius: 26px; background: white; box-shadow: 0 18px 55px rgba(17,24,39,.045); }
.product-story:nth-child(even) .story-copy { order: 2; }
.product-story:nth-child(even) .story-stage { order: 1; }
.story-copy .product-top { margin-bottom: 38px; }
.story-copy .product-top i { color: var(--violet); font-style: normal; }
.story-copy h3 { margin-bottom: 25px; font-size: clamp(44px, 4.4vw, 70px); line-height: .94; letter-spacing: -.065em; }
.story-copy h3 em { color: var(--violet); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.story-copy > p { max-width: 650px; color: var(--muted); font-size: 14px; line-height: 1.72; }
.story-copy .story-lede { color: #313947; font-size: 18px; line-height: 1.58; letter-spacing: -.015em; }
.story-pillars { margin: 28px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.story-pillars div { min-height: 142px; padding: 16px; border: 1px solid var(--soft-line); border-radius: 13px; background: var(--wash); }
.story-pillars strong { display: block; margin-bottom: 10px; font-size: 11px; }
.story-pillars span { display: block; color: #69717e; font-size: 10px; line-height: 1.5; }
.story-stage { position: relative; min-width: 0; overflow: hidden; border: 1px solid #e0e3e9; border-radius: 22px; background: #f8f9fb; box-shadow: inset 0 1px white, 0 25px 60px rgba(17,24,39,.08); }
.story-stage::before { content: ""; position: absolute; inset: 0; opacity: .55; background-image: radial-gradient(#cfd4dc 1px, transparent 1px); background-size: 17px 17px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.story-stage svg { position: relative; z-index: 1; width: 100%; display: block; }
.stage-caption { position: relative; z-index: 2; min-height: 54px; padding: 0 17px; display: grid; grid-template-columns: 1fr auto auto; gap: 16px; align-items: center; border-top: 1px solid #e0e3e9; color: #7c8491; background: rgba(255,255,255,.9); font-size: 7px; font-weight: 760; letter-spacing: .1em; }
.stage-caption strong { color: var(--ink); font-size: 9px; letter-spacing: 0; }
.stage-caption i { padding: 6px 8px; border-radius: 6px; color: #2f7f5b; background: #e2f6eb; font-style: normal; }

.doc-stack rect { fill: #f0eff7; stroke: #d6d2e8; }.doc-stack .doc-front { fill: white; stroke: #cfc9ec; filter: drop-shadow(0 18px 24px rgba(60,49,115,.14)); }
.doc-lines text, .clause-map > text { fill: #7e779e; font: 750 7px ui-monospace, monospace; letter-spacing: .08em; }.doc-lines path { fill: none; stroke: #dfe1e7; stroke-width: 6; stroke-linecap: round; }.clause-highlight { fill: #eeeaff; stroke: #cfc4ff; }.doc-lines .clause-number { fill: var(--violet); font-size: 8px; }
.evidence-beam { fill: none; stroke: var(--violet); stroke-width: 2; stroke-dasharray: 4 7; animation: route-dash 8s linear infinite; }
.clause-map > rect { fill: #171d2a; filter: drop-shadow(0 18px 24px rgba(17,24,39,.2)); }.clause-map g rect { fill: #252c3a; stroke: #384152; }.clause-map g .active-clause { fill: #40336f; stroke: #8e76ff; }.clause-map g text { fill: #b6bdc9; font: 700 7px ui-monospace, monospace; }.clause-map g .map-small { fill: #bcaeff; font-size: 6px; }
.stage-toast rect { fill: white; stroke: #d8dce4; filter: drop-shadow(0 12px 16px rgba(17,24,39,.1)); }.stage-toast circle { fill: #54c68e; }.stage-toast text { fill: #4d5664; font: 760 7px ui-monospace, monospace; letter-spacing: .08em; }.stage-toast .toast-sub { fill: #939aa5; font-size: 6px; }

.enroute-stage { background: #f3faf7; }.cell-map path { fill: rgba(255,255,255,.7); stroke: #cfe3d9; }.route-stops circle { fill: white; stroke: #4bab7f; stroke-width: 3; }.published-line { fill: none; stroke: #9ebbae; stroke-width: 3; stroke-linecap: round; }.candidate-line { fill: none; stroke: #2bb47a; stroke-width: 5; stroke-linecap: round; stroke-dasharray: 6 10; animation: route-dash 9s linear infinite; }.route-event circle { fill: #fff1eb; stroke: var(--orange); stroke-width: 3; }.route-event path { stroke: #ca6841; stroke-width: 3; }.route-packet circle { fill: var(--lime); stroke: #1e8b60; stroke-width: 2; filter: drop-shadow(0 0 7px #8ee2bb); }
.snapshot-panel > rect { fill: white; stroke: #d3e2da; filter: drop-shadow(0 12px 20px rgba(38,110,78,.08)); }.snapshot-panel text { fill: #47705d; font: 750 7px ui-monospace, monospace; letter-spacing: .08em; }.snapshot-panel .snapshot-sub { fill: #86a194; font-size: 6px; }.snapshot-panel .approval-chip { fill: #fff8dc; stroke: #e2d377; }.snapshot-panel .approval-text { fill: #8a7714; font-size: 7px; }

.nomics-stage { background: #f6f4ff; }.belief-grid path { fill: none; stroke: #e3e0f2; }.prior-curve { fill: none; stroke: #a9a3c3; stroke-width: 2; stroke-dasharray: 5 7; }.posterior-area { fill: rgba(109,74,255,.09); }.posterior-curve { fill: none; stroke: var(--violet); stroke-width: 4; }.decision-line { stroke: var(--orange); stroke-width: 2; stroke-dasharray: 4 6; }.belief-label rect { fill: white; stroke: #d9d5ec; }.belief-label text { fill: #85809f; font: 750 7px ui-monospace, monospace; }.posterior-label rect { fill: var(--violet); stroke: var(--violet); }.posterior-label text { fill: white; }.decision-card rect { fill: #171d2a; filter: drop-shadow(0 15px 22px rgba(17,24,39,.18)); }.decision-card text { fill: white; font: 750 7px ui-monospace, monospace; }.decision-card .decision-sub { fill: #aeb5c1; font-size: 6px; }.decision-card circle { fill: var(--lime); }.evidence-points circle { fill: var(--cyan); stroke: white; stroke-width: 3; filter: drop-shadow(0 0 6px rgba(72,215,232,.8)); animation: evidence-pulse 2.8s ease-in-out infinite; }.evidence-points circle:nth-child(2) { animation-delay: -.5s; }.evidence-points circle:nth-child(3) { animation-delay: -1s; }.evidence-points circle:nth-child(4) { animation-delay: -1.5s; }.evidence-points circle:nth-child(5) { animation-delay: -2s; }
@keyframes evidence-pulse { 50% { r: 7px; opacity: .55; } }

.proof { background: white; }
.proof-heading { max-width: 900px; margin-bottom: 70px; }
.proof-heading p { max-width: 600px; margin: 28px 0 0; color: var(--muted); font-size: 18px; line-height: 1.6; }
.proof-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.proof-card { min-height: 360px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.proof-card:nth-child(1) { grid-column: span 4; }.proof-card:nth-child(2) { grid-column: span 4; }.proof-card:nth-child(3) { grid-column: span 4; }.proof-card:nth-child(4) { grid-column: span 12; min-height: 300px; }
.proof-card > span { color: #858c98; font-size: 8px; font-weight: 780; letter-spacing: .14em; }
.proof-card > strong { margin: 60px 0 4px; font-size: 66px; line-height: 1; letter-spacing: -.07em; }
.proof-card h3 { font-size: 24px; letter-spacing: -.04em; }
.proof-card p { margin-top: auto; color: var(--muted); font-size: 13px; line-height: 1.6; }
.proof-dark { color: white; border-color: var(--ink); background: var(--ink); }
.proof-dark > span, .proof-dark p { color: #aeb5c0; }
.proof-dark > strong { color: var(--lime); }
.proof-link { position: relative; padding: 45px; justify-content: center; overflow: hidden; background: var(--violet-soft); border-color: #d8d0ff; }
.proof-link .quote-mark { position: absolute; top: -40px; right: 45px; color: rgba(109,74,255,.14); font-family: Georgia,serif; font-size: 260px; line-height: 1; }
.proof-link h3 { max-width: 800px; margin: 32px 0; font-size: clamp(31px, 4vw, 54px); line-height: 1.05; }
.proof-link a { width: fit-content; padding-bottom: 8px; display: flex; gap: 30px; border-bottom: 1px solid #aaa0df; font-size: 13px; font-weight: 750; }
.proof-link a b { color: var(--violet); }

.cta-section { padding: 40px 28px 100px; background: white; }
.cta-shell { position: relative; max-width: 1440px; min-height: 560px; margin: 0 auto; padding: 80px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; overflow: hidden; border-radius: 30px; color: white; background: var(--ink); }
.cta-shell > span { color: #9da6b4; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.cta-shell h2 { position: relative; z-index: 2; margin: 24px 0; font-size: clamp(58px, 6.5vw, 96px); line-height: .9; letter-spacing: -.07em; }
.cta-shell p { position: relative; z-index: 2; max-width: 600px; color: #aeb5c0; font-size: 17px; }
.cta-shell .button { position: relative; z-index: 2; margin-top: 18px; }
.cta-portrait-envelope { position: absolute; z-index: 2; top: 50%; right: 11%; width: 224px; height: 224px; border: 1px solid #4b5565; border-radius: 50%; background: var(--ink); transform: translateY(-50%); }
.cta-portrait-envelope img { width: 100%; height: 100%; display: block; border-radius: 50%; object-fit: cover; }
.cta-orbit { position: absolute; width: 720px; height: 720px; right: -70px; top: -80px; border: 1px solid #343c49; border-radius: 50%; }
.cta-orbit::before, .cta-orbit::after { content: ""; position: absolute; inset: 95px; border: 1px solid #343c49; border-radius: 50%; }.cta-orbit::after { inset: 215px; background: radial-gradient(circle, rgba(109,74,255,.5), rgba(109,74,255,.04) 55%, transparent 70%); }
.cta-orbit i { position: absolute; width: 13px; height: 13px; border: 2px solid var(--ink); border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(203,255,92,.15); }.cta-orbit i:nth-child(1) { top: 112px; left: 90px; }.cta-orbit i:nth-child(2) { right: 45px; top: 340px; background: var(--violet); box-shadow: 0 0 0 5px rgba(109,74,255,.2); }.cta-orbit i:nth-child(3) { bottom: 100px; left: 185px; background: var(--cyan); box-shadow: 0 0 0 5px rgba(72,215,232,.14); }

.site-footer { padding: 0 28px 35px; background: white; }
.footer-shell { max-width: 1440px; margin: 0 auto; padding-top: 50px; border-top: 1px solid var(--line); }
.footer-brand { display: flex; align-items: center; gap: 14px; }.footer-brand div { display: flex; flex-direction: column; gap: 3px; }.footer-brand strong { font-size: 13px; letter-spacing: .08em; }.footer-brand small { color: #7e8591; }
.footer-links { margin: 45px 0; display: flex; gap: 32px; font-size: 13px; font-weight: 700; }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid var(--soft-line); color: #8a919c; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1200px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { max-width: 820px; padding-bottom: 10px; }
  .hero-system { max-width: 900px; }
  .experience-strip { margin-top: 100px; }
  .expertise-grid { grid-template-columns: repeat(2, 1fr); }
  .map-divider { display: none; }
}

@media (max-width: 900px) {
  .site-header { padding: 10px 14px; }
  .desktop-nav, .nav-cta { display: none; }
  .menu-button { display: block; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.25px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.25px) rotate(-45deg); }
  .mobile-nav { position: fixed; top: 79px; left: 14px; right: 14px; padding: 18px; display: flex; flex-direction: column; gap: 5px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.97); box-shadow: var(--shadow); transform: translateY(-15px); opacity: 0; visibility: hidden; transition: .2s ease; }
  .mobile-nav.open { transform: translateY(0); opacity: 1; visibility: visible; }
  .mobile-nav a { padding: 13px 10px; border-bottom: 1px solid var(--soft-line); font-weight: 680; }
  .mobile-nav a:last-child { margin-top: 5px; color: white; border: 0; border-radius: 10px; background: var(--ink); text-align: center; }
  .hero { padding: 130px 20px 0; }
  h1 { font-size: clamp(58px, 13vw, 88px); }
  .section { padding: 100px 20px; }
  .section-heading, .services-layout { grid-template-columns: 1fr; gap: 40px; }
  .profile-intro { grid-template-columns: 1fr; gap: 30px; }
  .ledger-lead { grid-column: 1 / -1; }.ledger-item:nth-child(n) { grid-column: span 6; }
  .section-heading { margin-bottom: 50px; }
  .services-intro { position: relative; top: 0; }
  .experience-strip { grid-template-columns: 1fr; gap: 25px; }
  .experience-strip div { flex-wrap: wrap; justify-content: flex-start; }
  .proof-card:nth-child(n) { grid-column: span 6; }
  .proof-card:nth-child(4) { grid-column: span 12; }
  .cta-shell { min-height: 540px; padding: 55px 35px; }
  .cta-orbit { right: -420px; opacity: .65; }
  .cta-shell h2, .cta-shell p { max-width: 65%; }
  .cta-portrait-envelope { right: 8%; width: 175px; height: 175px; }
  .product-intelligence { grid-template-columns: 1fr; padding: 30px; }
  .intelligence-copy { max-width: 650px; }
  .product-story { min-height: 0; grid-template-columns: 1fr; }
  .product-story:nth-child(even) .story-copy, .product-story:nth-child(even) .story-stage { order: initial; }
  .story-stage { max-width: 680px; }
}

@media (max-width: 650px) {
  .brand-name { font-size: 12px; }
  .hero-meta { grid-template-columns: 1fr; }
  .hero-meta div { align-items: center; }
  .hero-meta span br { display: none; }
  .system-window { transform: none; overflow: hidden; }
  .system-grid { width: auto; padding: 22px 18px; grid-template-columns: 1fr; gap: 30px; }
  .signal-column, .decision-column, .action-column { width: 100%; }
  .signal-column, .decision-column { padding-bottom: 28px; border-bottom: 1px solid var(--line); }
  .decision-orbit { width: 190px; margin: 20px auto; }
  .action-list { max-width: none; }
  .float-badge { display: none; }
  .window-footer { width: auto; padding: 14px 16px; flex-wrap: wrap; justify-content: center; gap: 8px 12px; }
  .experience-strip div { gap: 18px 26px; }
  .expertise-grid { grid-template-columns: 1fr; }
  .expertise-card { min-height: 490px; }
  .service-row { grid-template-columns: 30px 1fr; gap: 14px; }
  .service-row > b { display: none; }
  .delivery-ledger { grid-template-columns: 1fr; }.ledger-lead, .ledger-item:nth-child(n), .ledger-wide { grid-column: 1; }.ledger-lead { min-height: 420px; padding: 28px; }.ledger-wide { grid-template-columns: 1fr; }.ledger-wide > div { padding: 22px 8px; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-card:nth-child(n) { grid-column: 1; }
  .proof-card { min-height: 330px; }
  .proof-link { padding: 30px; }
  .cta-section { padding: 20px 14px 70px; }
  .cta-shell { min-height: 570px; padding: 45px 24px; }
  .cta-shell h2, .cta-shell p { max-width: none; }
  .cta-portrait-envelope { position: relative; top: auto; right: auto; width: 132px; height: 132px; margin: 0 0 45px 8px; transform: none; }
  .footer-links, .footer-bottom { flex-direction: column; gap: 14px; }
  .intelligence-canvas { display: none; }
  .product-intelligence { padding: 24px 18px; border-radius: 20px; }
  .loop-tabs { display: grid; grid-template-columns: repeat(3, 1fr); }
  .loop-tab { justify-content: center; padding: 9px 7px; }
  .graph-signals { flex-wrap: wrap; gap: 10px 18px; }
  .product-story { padding: 26px 18px; border-radius: 20px; gap: 32px; }
  .story-copy .product-top { margin-bottom: 25px; }
  .story-pillars { grid-template-columns: 1fr; }
  .story-pillars div { min-height: 0; }
  .stage-caption { grid-template-columns: 1fr auto; gap: 8px; }
  .stage-caption strong { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
