:root {
  --navy: #0f172a;
  --deep: #050a12;
  --deep-soft: #0a1322;
  --paper: #f8f8ff;
  --paper-muted: #eef0f6;
  --gold: #cba25b;
  --gold-light: #e5c686;
  --ink-muted: #6a7485;
  --line: rgba(15, 23, 42, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--navy); font-family: "Manrope", Arial, sans-serif; margin: 0; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  align-items: center;
  background: rgba(248, 248, 255, 0.97);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 82px;
  padding: 0 5.5%;
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand { width: 117px; }
.brand img { width: 100%; }
.site-nav { display: flex; gap: 34px; }
.site-nav a, .header-action { font-size: 13px; font-weight: 800; }
.site-nav a { position: relative; }
.site-nav a::after { background: var(--gold); bottom: -10px; content: ""; height: 2px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; width: 100%; }
.site-nav a:hover::after { transform: scaleX(1); }
.site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-action { align-items: center; border: 1px solid var(--navy); display: inline-flex; gap: 14px; justify-self: end; padding: 12px 16px; transition: background 180ms ease, color 180ms ease; }
.header-action span { color: var(--gold); font-size: 18px; line-height: 0; }
.header-action:hover { background: var(--navy); color: var(--paper); }
.menu-button { display: none; }

@media (max-width: 1150px) { .site-header { padding-left: 4%; padding-right: 4%; }.site-nav { gap: 22px; }.header-action { padding-left: 13px; padding-right: 13px; } }

.hero {
  background: var(--deep);
  color: var(--paper);
  min-height: 760px;
  overflow: hidden;
  padding: 0 5.5%;
  position: relative;
}
.hero-grid { background-image: linear-gradient(rgba(159, 180, 211, 0.09) 1px, transparent 1px), linear-gradient(90deg, rgba(159, 180, 211, 0.09) 1px, transparent 1px); background-size: 64px 64px; inset: 0; mask-image: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.2) 42%, transparent 84%); opacity: 0.8; position: absolute; }
.hero::after { background: radial-gradient(circle at 75% 45%, rgba(203, 162, 91, 0.16), transparent 30%); content: ""; inset: 0; pointer-events: none; position: absolute; }
.hero-copy { left: 5.5%; max-width: 610px; position: absolute; top: 150px; z-index: 3; }
.system-label, .section-index { color: var(--gold); font-family: "DM Mono", monospace; font-size: 12px; letter-spacing: 1.05px; margin: 0 0 27px; }
.status-dot { background: #7dd4ae; border-radius: 50%; box-shadow: 0 0 0 5px rgba(125, 212, 174, 0.1), 0 0 20px #7dd4ae; display: inline-block; height: 7px; margin: 0 10px 1px 0; width: 7px; }
h1, h2 { letter-spacing: 0; margin-top: 0; }
h1 { font-size: 76px; font-weight: 800; line-height: 0.97; margin-bottom: 29px; }
h1 span { color: var(--gold); }
.hero-copy > p:not(.system-label) { color: #c1c9d5; font-size: 19px; line-height: 1.6; margin: 0 0 36px; max-width: 510px; }
.primary-action, .outline-action { align-items: center; display: inline-flex; font-size: 14px; font-weight: 800; gap: 20px; padding: 16px 19px; transition: transform 180ms ease, background 180ms ease; }
.primary-action { background: var(--gold); color: var(--navy); }
.primary-action:hover { background: var(--gold-light); transform: translateY(-2px); }
.primary-action span, .outline-action span { font-size: 20px; line-height: 0.8; }

.system-stage { bottom: 66px; height: 620px; position: absolute; right: 2.5%; transform: scale(0.92); transform-origin: center; width: 58%; z-index: 2; }
.system-stage::before { background: radial-gradient(circle, rgba(203, 162, 91, 0.16), transparent 64%); content: ""; height: 760px; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 760px; }
.orbit { border: 1px solid rgba(222, 232, 248, 0.16); border-radius: 50%; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); }
.orbit::after { background: var(--gold-light); border-radius: 50%; box-shadow: 0 0 0 5px rgba(203, 162, 91, 0.1), 0 0 18px var(--gold); content: ""; height: 7px; left: 50%; position: absolute; top: -4px; width: 7px; }
.orbit-one { animation: rotate 13s linear infinite; height: 270px; width: 270px; }
.orbit-two { animation: rotate 27s linear infinite reverse; border-color: rgba(203, 162, 91, 0.38); height: 435px; width: 435px; }
.orbit-three { animation: rotate-reverse 46s linear infinite; border-style: dashed; height: 610px; opacity: 0.7; width: 610px; }
.connection { animation: connection-flow 2.8s linear infinite; background: linear-gradient(90deg, rgba(203, 162, 91, 0.72), rgba(203, 162, 91, 0.16) 78%, transparent); background-size: 240% 100%; height: 1px; left: 50%; overflow: visible; position: absolute; top: 50%; transform-origin: left center; }
.connection::after { background: #7dd4ae; border-radius: 50%; box-shadow: 0 0 12px #7dd4ae; content: ""; height: 5px; position: absolute; right: -2px; top: -2px; width: 5px; }
.connection i { animation: signal 2.5s cubic-bezier(0.4, 0, 0.2, 1) infinite; background: #fff0c7; border-radius: 50%; box-shadow: 0 0 0 5px rgba(203, 162, 91, 0.1), 0 0 22px var(--gold); display: block; height: 9px; left: -8px; position: absolute; top: -4px; width: 9px; }
.connection-one { transform: rotate(-148deg); width: 305px; }.connection-two { transform: rotate(-38deg); width: 300px; }.connection-two i { animation-delay: 0.7s; }.connection-three { transform: rotate(2deg); width: 265px; }.connection-three i { animation-delay: 1.4s; }.connection-four { transform: rotate(47deg); width: 275px; }.connection-four i { animation-delay: 0.4s; }.connection-five { transform: rotate(110deg); width: 266px; }.connection-five i { animation-delay: 1.8s; }.connection-six { transform: rotate(162deg); width: 287px; }.connection-six i { animation-delay: 1.1s; }
.data-packet { display: none; }
.core-object { animation: core-float 6s ease-in-out infinite; height: 340px; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 425px; }
.core-glow { animation: breathe 4s ease-in-out infinite; background: radial-gradient(circle, rgba(203, 162, 91, 0.22), transparent 67%); inset: -140px; position: absolute; }
.core-wave { animation: core-wave 3.8s cubic-bezier(0.2, 0.6, 0.3, 1) infinite; border: 1px solid rgba(229, 198, 134, 0.58); border-radius: 50%; height: 165px; left: 50%; opacity: 0; position: absolute; top: 49%; transform: translate(-50%, -50%) scale(0.35); width: 165px; }.wave-two { animation-delay: 1.9s; }
.core-object img { filter: drop-shadow(0 28px 35px rgba(0, 0, 0, 0.66)); height: 100%; object-fit: contain; object-position: center; position: relative; width: 100%; }
.core-object p { align-items: center; background: rgba(5, 10, 18, 0.72); border: 1px solid rgba(203, 162, 91, 0.52); bottom: -18px; display: flex; font-family: "DM Mono", monospace; font-size: 10px; gap: 13px; left: 50%; letter-spacing: 0.8px; margin: 0; padding: 9px 12px; position: absolute; transform: translateX(-50%); white-space: nowrap; }
.core-object b { color: var(--gold); font-weight: 500; }.core-object p span { color: #aab5c8; }
.system-node { animation: node-entry 700ms both; background: rgba(7, 14, 25, 0.9); border: 1px solid rgba(176, 195, 220, 0.34); color: #e8edf6; font-family: "DM Mono", monospace; font-size: 11px; letter-spacing: 0.3px; padding: 10px 12px; position: absolute; text-transform: uppercase; white-space: nowrap; }.system-node::before { background: #7dd4ae; border-radius: 50%; box-shadow: 0 0 12px #7dd4ae; content: ""; height: 4px; left: -3px; position: absolute; top: calc(50% - 2px); width: 4px; }
.system-node span { color: var(--gold); font-size: 9px; margin-right: 9px; }.node-identity { animation-delay: 0.15s; left: 7%; top: 19%; }.node-workflow { animation-delay: 0.25s; right: 9%; top: 16%; }.node-records { animation-delay: 0.35s; right: 5%; top: 47%; }.node-modules { animation-delay: 0.45s; right: 16%; top: 78%; }.node-documents { animation-delay: 0.55s; bottom: 8%; left: 30%; }.node-intelligence { animation-delay: 0.65s; left: 5%; top: 60%; }
.system-caption { bottom: 4%; color: #c4cdda; left: 3%; position: absolute; }.system-caption span { color: var(--gold); font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: 1px; }.system-caption p { font-size: 13px; margin: 8px 0 0; max-width: 195px; }
.hero-footer { border-top: 1px solid rgba(192, 208, 232, 0.18); bottom: 0; display: flex; gap: 0; left: 5.5%; position: absolute; right: 5.5%; z-index: 4; }.hero-footer span { border-right: 1px solid rgba(192, 208, 232, 0.18); color: #a5b2c5; flex: 1; font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: 0.5px; padding: 17px 13px; }.hero-footer span:first-child { padding-left: 0; }.hero-footer span:last-child { border: 0; }

.system-intro { background: var(--paper); overflow: hidden; padding: 130px 9% 86px; position: relative; }.system-intro::before { background-image: linear-gradient(rgba(15, 23, 42, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px); background-size: 56px 56px; content: ""; height: 460px; opacity: 0.7; position: absolute; right: -80px; top: 40px; transform: rotate(8deg); width: 520px; }.system-intro > * { position: relative; }.intro-statement { align-items: start; display: grid; gap: 11%; grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr); }.intro-statement h2 { font-size: 54px; font-weight: 800; line-height: 1.06; margin: 0; }.intro-statement p { color: var(--ink-muted); font-size: 18px; line-height: 1.65; margin: 6px 0 0; }.intro-route { align-items: center; border-top: 1px solid var(--line); display: flex; gap: 18px; margin-top: 86px; padding-top: 22px; }.intro-route span { color: var(--navy); font-family: "DM Mono", monospace; font-size: 11px; letter-spacing: 0.65px; text-transform: uppercase; }.intro-route i { background: linear-gradient(90deg, var(--gold), rgba(203, 162, 91, 0.1)); height: 1px; max-width: 170px; min-width: 65px; position: relative; width: 15%; }.intro-route i::after { background: var(--gold); border-radius: 50%; box-shadow: 0 0 12px rgba(203, 162, 91, 0.7); content: ""; height: 6px; position: absolute; right: 0; top: -3px; width: 6px; }

.capability-section { background: var(--paper-muted); padding: 120px 9%; }.capability-heading { align-items: end; display: grid; gap: 10%; grid-template-columns: minmax(170px, 0.36fr) minmax(0, 1fr); }.capability-heading h2 { font-size: 48px; font-weight: 800; line-height: 1.08; margin: 0; max-width: 790px; }.capability-heading > div > p { color: var(--ink-muted); font-size: 17px; line-height: 1.6; margin: 23px 0 0; max-width: 570px; }.capability-list { display: grid; grid-template-columns: 1fr 1fr; margin-top: 72px; }.capability-list article { align-items: start; border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; gap: 22px; grid-template-columns: 46px 1fr; margin: -1px 0 0; padding: 30px 26px 34px 0; }.capability-list article:nth-child(odd) { border-right: 1px solid var(--line); padding-right: 40px; }.capability-list article:nth-child(even) { padding-left: 40px; }.capability-list article > span { color: var(--gold); font-family: "DM Mono", monospace; font-size: 11px; padding-top: 7px; }.capability-list h3 { color: var(--navy); font-size: 22px; margin: 0 0 9px; }.capability-list p { color: var(--ink-muted); font-size: 15px; line-height: 1.55; margin: 0; max-width: 390px; }

.layer-section { background: var(--navy); color: var(--paper); min-height: 760px; padding: 110px 9%; position: relative; }.layer-section::before { background-image: linear-gradient(rgba(227, 204, 154, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(227, 204, 154, 0.08) 1px, transparent 1px); background-size: 46px 46px; content: ""; inset: 0; mask-image: linear-gradient(90deg, transparent, black 45%, transparent); position: absolute; }.layer-header, .layer-map { position: relative; }.layer-header { align-items: end; display: flex; justify-content: space-between; }.layer-header h2 { color: var(--paper); font-size: 58px; font-weight: 800; line-height: 0.98; margin: 0; }.layer-header > div > p { color: #acb7c9; font-size: 15px; line-height: 1.55; margin: 18px 0 0; max-width: 330px; }.layer-map { margin: 76px 0 0 11%; max-width: 980px; }.layer { align-items: center; border-top: 1px solid rgba(226, 236, 250, 0.25); display: grid; gap: 30px; grid-template-columns: 75px minmax(260px, 1fr) minmax(230px, 0.8fr); padding: 28px 0; position: relative; transition: background 220ms ease, padding 220ms ease; }.layer:hover { background: rgba(255, 255, 255, 0.045); padding-left: 14px; }.layer:last-child { border-bottom: 1px solid rgba(226, 236, 250, 0.25); }.layer > span { color: var(--gold); font-family: "DM Mono", monospace; font-size: 13px; }.layer p { color: var(--gold); font-family: "DM Mono", monospace; font-size: 11px; letter-spacing: 1px; margin: 0 0 6px; text-transform: uppercase; }.layer strong { font-size: 21px; line-height: 1.35; }.layer em { color: #aeb9ca; font-size: 14px; font-style: normal; line-height: 1.5; }.layer-core { background: rgba(203, 162, 91, 0.1); margin: 0 -28px; padding: 28px; }.layer-core:hover { padding-left: 42px; }.layer-core::after { background: var(--gold); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 4px; }

.real-work { background: var(--deep); min-height: 670px; overflow: hidden; position: relative; }.real-work::after { background: linear-gradient(90deg, rgba(5, 10, 18, 0.98) 3%, rgba(5, 10, 18, 0.74) 42%, rgba(5, 10, 18, 0.08) 80%); content: ""; inset: 0; position: absolute; }.real-work::before { border: 1px solid rgba(203, 162, 91, 0.35); content: ""; height: 270px; left: 9%; position: absolute; top: 102px; width: 1px; z-index: 1; }.real-work img { height: 100%; object-fit: cover; object-position: center; position: absolute; transition: transform 700ms ease; width: 100%; }.real-work:hover img { transform: scale(1.025); }.work-copy { color: var(--paper); max-width: 690px; padding: 120px 9%; position: relative; z-index: 1; }.work-copy h2 { color: var(--paper); font-size: 54px; font-weight: 800; line-height: 1.07; margin: 0 0 37px; }.outline-action { border: 1px solid var(--gold); color: var(--paper); }.outline-action span { color: var(--gold); }.outline-action:hover { background: var(--gold); color: var(--navy); transform: translateY(-2px); }

.site-footer { background: var(--deep); color: var(--paper); overflow: hidden; padding: 0 8%; position: relative; }.site-footer::before { background-image: linear-gradient(rgba(203, 162, 91, 0.09) 1px, transparent 1px), linear-gradient(90deg, rgba(203, 162, 91, 0.09) 1px, transparent 1px); background-size: 54px 54px; content: ""; inset: 0; mask-image: linear-gradient(90deg, black, transparent 74%); position: absolute; }.footer-main, .footer-bottom { position: relative; }.footer-main { display: grid; gap: 70px; grid-template-columns: minmax(0, 1fr) 220px 180px; padding: 78px 0 64px; }.footer-logo-plate { background: var(--paper); display: inline-block; padding: 12px 14px; width: 132px; }.footer-logo-plate img { width: 100%; }.footer-brand > p { color: var(--gold); font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: 1px; margin: 24px 0 14px; }.footer-brand h2 { color: var(--paper); font-size: 42px; font-weight: 800; line-height: 1; margin: 0; }.footer-brand h2 span { color: var(--gold); }.footer-column { align-self: end; display: flex; flex-direction: column; gap: 12px; }.footer-label { color: var(--gold) !important; font-family: "DM Mono", monospace; font-size: 10px !important; letter-spacing: 1px; margin-bottom: 5px !important; text-transform: uppercase; }.footer-column a { color: var(--paper); font-size: 14px; font-weight: 700; }.footer-column a:hover { color: var(--gold-light); }.footer-column span { color: #9faaba; font-size: 14px; }.footer-bottom { border-top: 1px solid rgba(220, 229, 244, 0.18); color: #9faaba; display: flex; font-family: "DM Mono", monospace; font-size: 10px; justify-content: space-between; letter-spacing: 0.55px; padding: 18px 0; }.footer-bottom > span:last-child { text-align: right; }

.footer-column .footer-email { color: #9faaba; font-size: 13px; font-weight: 500; margin-top: -7px; }

.core-scroll-story { --story-progress: 0; background: #07101d; color: var(--paper); height: 235vh; position: relative; }.core-story-pin { align-items: center; background-image: linear-gradient(rgba(175, 194, 221, 0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(175, 194, 221, 0.07) 1px, transparent 1px), radial-gradient(circle at 72% 48%, rgba(203, 162, 91, 0.14), transparent 28%); background-size: 58px 58px, 58px 58px, auto; display: grid; gap: 8%; grid-template-columns: minmax(300px, 0.88fr) minmax(500px, 1.12fr); height: calc(100vh - 82px); overflow: hidden; padding: 0 9%; position: sticky; top: 82px; }.core-story-pin::after { background: linear-gradient(90deg, rgba(7, 16, 29, 0.42), transparent 48%); content: ""; inset: 0; pointer-events: none; position: absolute; }.core-story-copy, .core-framework { position: relative; z-index: 1; }.core-story-copy { max-width: 570px; }.core-story-copy h2 { color: var(--paper); font-size: 52px; font-weight: 800; line-height: 1.04; margin: 0; }.core-story-copy h2 span { color: var(--gold); }.core-story-copy > p:not(.section-index) { color: #b7c2d1; font-size: 17px; line-height: 1.65; margin: 28px 0 0; max-width: 500px; }.core-story-steps { display: flex; gap: 30px; margin-top: 54px; }.core-story-steps span { color: #758296; font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: 0.9px; position: relative; text-transform: uppercase; transition: color 400ms ease; }.core-story-steps span::before { background: currentColor; border-radius: 50%; content: ""; height: 6px; left: 0; position: absolute; top: -15px; width: 6px; }.core-story-steps span.is-active { color: var(--gold-light); }.core-framework { height: min(64vw, 650px); max-height: 650px; min-height: 520px; }.framework-rings { border: 1px solid rgba(203, 162, 91, 0.38); border-radius: 50%; height: 58%; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%) scale(calc(0.84 + var(--story-progress) * 0.16)); transition: transform 80ms linear; width: 58%; }.framework-rings::before, .framework-rings::after { border: 1px solid rgba(191, 206, 230, 0.16); border-radius: 50%; content: ""; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); }.framework-rings::before { height: 132%; width: 132%; }.framework-rings::after { border-color: rgba(203, 162, 91, 0.18); height: 72%; width: 72%; }.core-exploded-mark { height: 400px; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%) scale(calc(0.9 + var(--story-progress) * 0.1)); transition: transform 80ms linear; width: 500px; }.mark-layer { height: 100%; left: 0; position: absolute; top: 0; transition: transform 80ms linear, filter 80ms linear; width: 100%; }.mark-layer img { filter: drop-shadow(0 24px 26px rgba(0, 0, 0, 0.7)); height: 100%; object-fit: contain; width: 100%; }.mark-features { clip-path: inset(0 0 51% 0); transform: translate3d(0, calc(var(--story-progress) * -108px), 0); }.mark-modules { clip-path: inset(46% 19% 19% 0); transform: translate3d(calc(var(--story-progress) * -66px), calc(var(--story-progress) * 28px), 0); }.mark-core { clip-path: inset(65% 37% 0 0); transform: translate3d(calc(var(--story-progress) * -94px), calc(var(--story-progress) * 100px), 0); }.mark-gold { clip-path: inset(60% 0 0 59%); transform: translate3d(calc(var(--story-progress) * 104px), calc(var(--story-progress) * 110px), 0); }.framework-node { background: rgba(7, 16, 29, 0.86); border: 1px solid rgba(180, 198, 223, 0.36); color: #dce6f4; font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: 0.8px; opacity: calc(0.25 + var(--story-progress) * 0.75); padding: 10px 12px; position: absolute; text-transform: uppercase; transition: opacity 100ms linear, transform 100ms linear; }.framework-node::before { background: #7dd4ae; border-radius: 50%; box-shadow: 0 0 10px #7dd4ae; content: ""; height: 5px; left: -3px; position: absolute; top: calc(50% - 2px); width: 5px; }.framework-identity { left: 6%; top: 19%; transform: translateX(calc(var(--story-progress) * -20px)); }.framework-workflow { right: 2%; top: 17%; transform: translateX(calc(var(--story-progress) * 20px)); }.framework-records { right: -2%; top: 52%; transform: translateX(calc(var(--story-progress) * 26px)); }.framework-intelligence { bottom: 15%; left: 8%; transform: translateX(calc(var(--story-progress) * -18px)); }.framework-link { background: linear-gradient(90deg, transparent, var(--gold), transparent); height: 1px; opacity: calc(var(--story-progress) * 0.82); position: absolute; transform-origin: left center; transition: opacity 100ms linear; width: 210px; }.framework-link::after { animation: story-pulse 2.2s linear infinite; background: #fff0c7; border-radius: 50%; box-shadow: 0 0 14px var(--gold); content: ""; height: 7px; position: absolute; top: -3px; width: 7px; }.link-a { left: 21%; top: 32%; transform: rotate(26deg); }.link-b { right: 16%; top: 35%; transform: rotate(148deg); }.link-c { right: 13%; top: 66%; transform: rotate(208deg); }.link-d { left: 18%; top: 66%; transform: rotate(-30deg); }.link-b::after { animation-delay: 0.55s; }.link-c::after { animation-delay: 1.1s; }.link-d::after { animation-delay: 1.65s; }.framework-caption { bottom: 5%; left: 50%; position: absolute; text-align: center; transform: translateX(-50%); white-space: nowrap; }.framework-caption span { color: var(--gold); font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: 1px; }.framework-caption b { color: #b8c3d2; display: block; font-size: 13px; font-weight: 500; margin-top: 8px; }.core-scroll-story[data-story-state="1"] .mark-features, .core-scroll-story[data-story-state="2"] .mark-features { filter: brightness(1.08); }.core-scroll-story[data-story-state="2"] .framework-node { border-color: rgba(203, 162, 91, 0.62); }
@keyframes story-pulse { 0% { left: 0; opacity: 0; } 12% { opacity: 1; } 88% { opacity: 1; } 100% { left: calc(100% - 7px); opacity: 0; } }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity 700ms ease, transform 700ms ease; }[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
@keyframes rotate { to { transform: translate(-50%, -50%) rotate(360deg); } }@keyframes rotate-reverse { to { transform: translate(-50%, -50%) rotate(-360deg); } }@keyframes signal { 0% { left: -10px; opacity: 0; } 12% { opacity: 1; } 82% { opacity: 1; } 100% { left: calc(100% - 4px); opacity: 0; } }@keyframes connection-flow { to { background-position: -240% 0; } }@keyframes breathe { 50% { opacity: 0.62; transform: scale(1.12); } }@keyframes core-float { 50% { transform: translate(-50%, calc(-50% - 10px)); } }@keyframes core-wave { 0% { opacity: 0; transform: translate(-50%, -50%) scale(0.3); } 14% { opacity: 0.9; } 100% { opacity: 0; transform: translate(-50%, -50%) scale(4.3); } }@keyframes node-entry { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }@keyframes node-float { 50% { transform: translateY(-8px); } }@keyframes packet-one { 0% { transform: translate(0, -217px); } 25% { transform: translate(217px, 0); } 50% { transform: translate(0, 217px); } 75% { transform: translate(-217px, 0); } 100% { transform: translate(0, -217px); } }@keyframes packet-two { 0% { transform: translate(0, -305px); } 25% { transform: translate(305px, 0); } 50% { transform: translate(0, 305px); } 75% { transform: translate(-305px, 0); } 100% { transform: translate(0, -305px); } }@keyframes packet-three { 0% { transform: translate(0, -135px); } 25% { transform: translate(135px, 0); } 50% { transform: translate(0, 135px); } 75% { transform: translate(-135px, 0); } 100% { transform: translate(0, -135px); } }

@media (max-width: 1100px) { .hero { min-height: 710px; }.hero-copy { left: 6%; max-width: 470px; top: 126px; }h1 { font-size: 63px; }.system-stage { right: -3%; transform: scale(0.88); transform-origin: center; width: 65%; }.intro-statement h2, .work-copy h2 { font-size: 46px; }.layer-map { margin-left: 3%; }.layer-header h2 { font-size: 52px; } }
@media (max-width: 760px) { .site-header { grid-template-columns: 1fr auto; height: 72px; padding: 0 24px; }.brand { width: 103px; }.header-action { display: none; }.menu-button { background: transparent; border: 0; cursor: pointer; display: grid; gap: 6px; padding: 8px 0 8px 13px; }.menu-button span { background: var(--navy); display: block; height: 2px; width: 25px; }.site-nav { background: var(--paper); border-bottom: 1px solid var(--line); display: none; left: 0; padding: 18px 24px 24px; position: absolute; right: 0; top: 72px; }.menu-open .site-nav { display: flex; flex-direction: column; gap: 16px; }.hero { min-height: 845px; padding: 0 24px; }.hero-copy { left: 24px; max-width: 330px; right: 24px; top: 72px; }.system-label { font-size: 10px; margin-bottom: 21px; }h1 { font-size: 44px; }.hero-copy > p:not(.system-label) { font-size: 16px; margin-bottom: 27px; max-width: 305px; }.primary-action { font-size: 13px; padding: 15px 16px; }.system-stage { bottom: 60px; height: 410px; right: -50px; transform: scale(0.7); transform-origin: bottom right; width: 590px; }.system-caption { display: none; }.hero-footer { left: 24px; right: 24px; }.hero-footer span { font-size: 8px; overflow: hidden; padding: 13px 8px; text-overflow: ellipsis; white-space: nowrap; }.hero-footer span:first-child { padding-left: 0; }.system-intro { padding: 85px 24px; }.intro-statement { display: block; }.intro-statement h2, .work-copy h2 { font-size: 36px; }.intro-statement p { font-size: 16px; margin-top: 28px; }.layer-section { min-height: 0; padding: 86px 24px; }.layer-header { display: block; }.layer-header h2 { font-size: 41px; }.layer-map { margin: 48px 0 0; }.layer { align-items: start; gap: 14px; grid-template-columns: 36px 1fr; padding: 24px 0; }.layer em { grid-column: 2; }.layer strong { font-size: 17px; }.layer-core { margin: 0 -13px; padding: 24px 13px; }.real-work { min-height: 610px; }.real-work::after { background: linear-gradient(90deg, rgba(5, 10, 18, 0.94), rgba(5, 10, 18, 0.5)); }.work-copy { padding: 85px 24px; }.site-footer { align-items: start; display: flex; flex-direction: column; gap: 25px; padding: 38px 24px; }.site-footer > div:last-child { text-align: left; } }
@media (max-width: 380px) { h1 { font-size: 42px; }.system-stage { right: -65px; transform: scale(0.63); }.hero-footer span:nth-child(4) { display: none; } }
@media (max-width: 760px) { .system-intro { padding: 85px 24px 62px; }.intro-route { flex-wrap: wrap; gap: 14px; margin-top: 52px; }.intro-route i { flex: 1; min-width: 35px; }.intro-route span { font-size: 9px; }.capability-section { padding: 85px 24px; }.capability-heading { display: block; }.capability-heading h2 { font-size: 36px; }.capability-heading > div > p { font-size: 16px; margin-top: 24px; }.capability-list { grid-template-columns: 1fr; margin-top: 48px; }.capability-list article, .capability-list article:nth-child(odd), .capability-list article:nth-child(even) { border-right: 0; padding: 24px 0 28px; }.capability-list h3 { font-size: 20px; }.layer-header > div > p { font-size: 14px; }.real-work::before { left: 24px; top: 66px; }.site-footer { display: block; padding: 0 24px; }.footer-main { gap: 42px; grid-template-columns: 1fr; padding: 58px 0 48px; }.footer-brand h2 { font-size: 36px; }.footer-column { align-self: start; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }.footer-bottom > span:last-child { text-align: left; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }*, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }[data-reveal] { opacity: 1; transform: none; } }

/* Multi-page JJB routes */
.page-main { overflow: hidden; }.page-hero { background: var(--deep); color: var(--paper); min-height: 610px; padding: 110px 9%; position: relative; }.page-hero::before { background-image: linear-gradient(rgba(161, 183, 215, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(161, 183, 215, 0.08) 1px, transparent 1px); background-size: 58px 58px; content: ""; inset: 0; mask-image: linear-gradient(90deg, black, transparent 78%); position: absolute; }.page-hero > div { max-width: 750px; position: relative; z-index: 1; }.page-hero h1 { font-size: 66px; font-weight: 800; line-height: 0.98; margin: 0 0 27px; }.page-hero h1 span { color: var(--gold); }.page-hero > div > p:not(.system-label) { color: #bdc7d6; font-size: 19px; line-height: 1.62; margin: 0; max-width: 600px; }.page-hero-system { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 8%; padding-right: 7%; }.page-hero-system > div { max-width: none; }.page-core-visual { align-self: center; height: 430px; justify-self: end; max-width: 540px; position: relative !important; width: 100%; }.page-core-visual img { filter: drop-shadow(0 30px 32px rgba(0, 0, 0, 0.6)); height: 100%; object-fit: contain; position: relative; width: 100%; z-index: 1; }.page-core-visual span { bottom: 18px; color: var(--gold); font-family: "DM Mono", monospace; font-size: 10px; left: 50%; letter-spacing: 1px; position: absolute; transform: translateX(-50%); white-space: nowrap; z-index: 2; }.page-core-grid { border: 1px solid rgba(203, 162, 91, 0.24); border-radius: 50%; height: 420px; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 420px; }.page-core-grid::before, .page-core-grid::after { border: 1px solid rgba(203, 162, 91, 0.15); border-radius: 50%; content: ""; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); }.page-core-grid::before { height: 285px; width: 285px; }.page-core-grid::after { height: 540px; width: 540px; }.page-statement { background: var(--paper); display: grid; gap: 10%; grid-template-columns: 0.35fr 1fr; padding: 120px 9%; }.page-statement h2 { font-size: 50px; font-weight: 800; line-height: 1.06; margin: 0; max-width: 790px; }.page-statement p:not(.section-index) { color: var(--ink-muted); font-size: 18px; line-height: 1.65; margin: 26px 0 0; max-width: 630px; }.page-links-section { background: var(--paper-muted); display: grid; grid-template-columns: 1fr 1fr; padding: 0 9%; }.page-link-block { align-items: center; border-top: 1px solid var(--line); display: grid; gap: 28px; grid-template-columns: 48px 1fr auto; min-height: 205px; padding: 34px 28px 34px 0; }.page-link-block + .page-link-block { border-left: 1px solid var(--line); padding-left: 42px; }.page-link-block > span { color: var(--gold); font-family: "DM Mono", monospace; font-size: 11px; }.page-link-block p { color: var(--gold); font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: 1px; margin: 0 0 7px; text-transform: uppercase; }.page-link-block strong { color: var(--navy); font-size: 21px; }.page-link-block i { color: var(--gold); font-size: 26px; font-style: normal; transition: transform 180ms ease; }.page-link-block:hover i { transform: translateX(7px); }.page-hero-capabilities { min-height: 540px; }.page-capability-list { background: var(--paper); }.page-hero-architecture { background: radial-gradient(circle at 76% 44%, rgba(203, 162, 91, 0.17), transparent 31%), var(--deep); }.page-layer-section { min-height: 700px; }.page-hero-company { background: linear-gradient(90deg, rgba(5, 10, 18, 0.96), rgba(5, 10, 18, 0.67)), url("/assets/website-images/heroes/company-business-review-hero.png") center/cover; }.company-principles { background: var(--paper); display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; }.company-image { overflow: hidden; }.company-image img { height: 100%; object-fit: cover; width: 100%; }.company-principles > div:last-child { align-self: center; padding: 88px 15% 88px 12%; }.company-principles h2 { font-size: 48px; font-weight: 800; line-height: 1.08; margin: 0; }.company-principles p:not(.section-index) { color: var(--ink-muted); font-size: 17px; line-height: 1.65; margin: 25px 0 34px; }.dark-action { border-color: var(--navy); color: var(--navy); }.dark-action span { color: var(--gold); }.dark-action:hover { background: var(--navy); color: var(--paper); }
.company-value { background: var(--navy); color: var(--paper); padding: 116px 9%; position: relative; }.company-value::before { background-image: linear-gradient(rgba(227, 204, 154, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(227, 204, 154, 0.08) 1px, transparent 1px); background-size: 48px 48px; content: ""; inset: 0; mask-image: linear-gradient(90deg, black, transparent 75%); position: absolute; }.company-value > * { position: relative; }.company-value-heading { display: grid; gap: 10%; grid-template-columns: 0.38fr 1fr; }.company-value-heading h2 { color: var(--paper); font-size: 50px; font-weight: 800; line-height: 1.06; margin: 0; max-width: 800px; }.company-value-list { display: grid; grid-template-columns: 1fr 1fr; margin: 72px 0 0 11%; max-width: 980px; }.company-value-list article { border-top: 1px solid rgba(220, 229, 244, 0.24); display: grid; gap: 22px; grid-template-columns: 42px 1fr; padding: 30px 30px 32px 0; }.company-value-list article:nth-child(odd) { border-right: 1px solid rgba(220, 229, 244, 0.24); padding-right: 40px; }.company-value-list article:nth-child(even) { padding-left: 40px; }.company-value-list article > span { color: var(--gold); font-family: "DM Mono", monospace; font-size: 11px; padding-top: 7px; }.company-value-list h3 { color: var(--paper); font-size: 21px; margin: 0 0 9px; }.company-value-list p { color: #afbacb; font-size: 15px; line-height: 1.55; margin: 0; }
.company-journey { background: var(--paper-muted); padding: 116px 9%; }.company-journey-heading { display: grid; gap: 10%; grid-template-columns: 0.38fr 1fr; }.company-journey-heading h2 { color: var(--navy); font-size: 50px; font-weight: 800; line-height: 1.06; margin: 0; max-width: 760px; }.company-journey-heading > div > p { color: var(--ink-muted); font-size: 17px; line-height: 1.65; margin: 23px 0 0; max-width: 600px; }.journey-list { counter-reset: journey; list-style: none; margin: 76px 0 0 11%; max-width: 980px; padding: 0; }.journey-list li { align-items: start; border-top: 1px solid var(--line); display: grid; gap: 28px; grid-template-columns: 70px 1fr; padding: 28px 0 31px; }.journey-list li:last-child { border-bottom: 1px solid var(--line); }.journey-list li > span { color: var(--gold); font-family: "DM Mono", monospace; font-size: 12px; padding-top: 7px; }.journey-list h3 { color: var(--navy); font-size: 23px; margin: 0 0 8px; }.journey-list p { color: var(--ink-muted); font-size: 16px; line-height: 1.55; margin: 0; max-width: 630px; }
.company-connect { background: var(--deep); color: var(--paper); display: grid; grid-template-columns: 1fr 1fr; min-height: 670px; overflow: hidden; position: relative; }.company-connect::before { background-image: linear-gradient(rgba(203, 162, 91, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(203, 162, 91, 0.08) 1px, transparent 1px); background-size: 52px 52px; content: ""; inset: 0; mask-image: linear-gradient(90deg, black, transparent 74%); position: absolute; }.connect-core, .connect-copy { position: relative; z-index: 1; }.connect-core { align-items: center; display: flex; justify-content: center; min-height: 670px; }.connect-core img { filter: drop-shadow(0 32px 38px rgba(0, 0, 0, 0.72)); height: 390px; object-fit: contain; position: relative; width: 430px; z-index: 1; }.connect-orbit { border: 1px solid rgba(203, 162, 91, 0.32); border-radius: 50%; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); }.orbit-a { height: 390px; width: 390px; }.orbit-b { border-color: rgba(214, 224, 239, 0.17); height: 570px; width: 570px; }.connect-copy { align-self: center; padding: 90px 15% 90px 8%; }.connect-copy h2 { color: var(--paper); font-size: 48px; font-weight: 800; line-height: 1.08; margin: 0; }.connect-copy p:not(.section-index) { color: #bac4d2; font-size: 17px; line-height: 1.65; margin: 25px 0 0; }.connect-copy .outline-action { margin-top: 35px; }
@media (max-width: 1100px) { .page-hero-system { gap: 3%; padding-left: 7%; }.page-hero h1 { font-size: 56px; }.page-core-visual { transform: scale(0.88); }.page-statement h2, .company-principles h2 { font-size: 43px; } }
@media (max-width: 760px) { .page-hero { min-height: 490px; padding: 78px 24px; }.page-hero h1 { font-size: 43px; }.page-hero > div > p:not(.system-label) { font-size: 16px; }.page-hero-system { display: block; min-height: 700px; padding: 72px 24px; }.page-core-visual { height: 300px; margin: 46px auto 0; transform: none; }.page-core-grid { height: 270px; width: 270px; }.page-core-grid::before { height: 180px; width: 180px; }.page-core-grid::after { height: 360px; width: 360px; }.page-statement { display: block; padding: 84px 24px; }.page-statement h2 { font-size: 36px; }.page-statement p:not(.section-index) { font-size: 16px; }.page-links-section { display: block; padding: 0 24px; }.page-link-block + .page-link-block { border-left: 0; padding-left: 0; }.page-link-block { min-height: 156px; }.page-hero-capabilities { min-height: 470px; }.page-layer-section { padding-top: 84px; }.company-principles { display: block; }.company-image { height: 330px; }.company-principles > div:last-child { padding: 76px 24px; }.company-principles h2 { font-size: 36px; }.company-value { padding: 84px 24px; }.company-value-heading { display: block; }.company-value-heading h2 { font-size: 36px; }.company-value-list { grid-template-columns: 1fr; margin: 50px 0 0; }.company-value-list article, .company-value-list article:nth-child(odd), .company-value-list article:nth-child(even) { border-right: 0; padding: 25px 0 28px; }.company-value-list h3 { font-size: 20px; }.company-journey { padding: 84px 24px; }.company-journey-heading { display: block; }.company-journey-heading h2 { font-size: 36px; }.company-journey-heading > div > p { font-size: 16px; margin-top: 24px; }.journey-list { margin: 52px 0 0; }.journey-list li { gap: 18px; grid-template-columns: 42px 1fr; }.journey-list h3 { font-size: 20px; }.company-connect { display: block; }.connect-core { min-height: 400px; }.connect-core img { height: 290px; width: 310px; }.orbit-a { height: 265px; width: 265px; }.orbit-b { height: 380px; width: 380px; }.connect-copy { padding: 70px 24px 82px; }.connect-copy h2 { font-size: 36px; }.connect-copy p:not(.section-index) { font-size: 16px; } }

@media (max-width: 760px) { .core-scroll-story { height: auto; }.core-story-pin { display: block; height: auto; min-height: 790px; padding: 78px 24px 64px; position: relative; top: auto; }.core-story-copy h2 { font-size: 36px; }.core-story-copy > p:not(.section-index) { font-size: 16px; }.core-story-steps { gap: 21px; margin-top: 42px; }.core-framework { height: 390px; margin: 38px auto 0; min-height: 0; width: min(100%, 430px); }.core-exploded-mark { height: 290px; width: 360px; }.framework-rings { height: 54%; width: 54%; }.framework-node { font-size: 8px; padding: 8px 9px; }.framework-identity { left: -3%; top: 14%; }.framework-workflow { right: -4%; top: 16%; }.framework-records { right: -6%; top: 53%; }.framework-intelligence { bottom: 14%; left: -3%; }.framework-link { width: 135px; }.link-a { left: 18%; top: 31%; }.link-b { right: 9%; top: 34%; }.link-c { right: 8%; top: 64%; }.link-d { left: 13%; top: 65%; }.framework-caption { bottom: 0; } }

/* Continuous Core systems narrative */
.core-scroll-story { background: #07101d; color: var(--paper); height: auto; overflow: visible; position: relative; }.core-scroll-story::before { background-image: linear-gradient(rgba(175, 194, 221, 0.065) 1px, transparent 1px), linear-gradient(90deg, rgba(175, 194, 221, 0.065) 1px, transparent 1px); background-size: 58px 58px; content: ""; inset: 0; pointer-events: none; position: absolute; }.core-story-rail { display: grid; grid-template-columns: minmax(360px, 0.84fr) minmax(580px, 1.16fr); padding: 0 5.5% 0 8.5%; position: relative; }.core-story-chapters { min-width: 0; position: relative; z-index: 3; }.core-story-chapter { display: flex; flex-direction: column; justify-content: center; min-height: calc(100vh - 82px); opacity: 0.2; padding: 11vh 9% 11vh 0; transform: translateX(-24px); transition: opacity 520ms ease, transform 520ms ease; }.core-story-chapter.is-active { opacity: 1; transform: translateX(0); }.core-story-chapter .section-index { margin-bottom: 29px; }.chapter-kicker { color: #7dd4ae; font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: 0.9px; margin-bottom: 18px; text-transform: uppercase; }.core-story-chapter h2 { color: var(--paper); font-size: 50px; font-weight: 800; line-height: 1.06; margin: 0; max-width: 610px; }.core-story-chapter h2 em { color: var(--gold); font-style: normal; }.core-story-chapter > p:not(.section-index) { color: #b7c2d1; font-size: 17px; line-height: 1.68; margin: 29px 0 0; max-width: 520px; }.core-framework { align-self: start; background: radial-gradient(circle at 52% 48%, rgba(203, 162, 91, 0.13), transparent 33%); height: calc(100vh - 82px); margin: 0; max-height: none; min-height: 600px; position: sticky; top: 82px; width: 100%; z-index: 2; }.framework-grid { background-image: linear-gradient(rgba(195, 210, 232, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(195, 210, 232, 0.06) 1px, transparent 1px); background-size: 42px 42px; inset: 8% 3%; mask-image: radial-gradient(circle, black 5%, transparent 73%); position: absolute; }.framework-rings { border: 1px solid rgba(203, 162, 91, 0.32); height: min(59vh, 530px); left: 52%; top: 49%; transform: translate(-50%, -50%); transition: border-color 450ms ease, transform 550ms ease; width: min(59vh, 530px); }.framework-rings::before { height: 128%; width: 128%; }.framework-rings::after { height: 72%; width: 72%; }.core-mark-shell { height: min(48vh, 430px); left: 52%; position: absolute; top: 49%; transform: translate(-50%, -50%); width: min(58vw, 540px); }.core-mark-whole, .core-mark-slice, .core-mark-slice img { height: 100%; left: 0; object-fit: contain; position: absolute; top: 0; width: 100%; }.core-mark-whole { filter: drop-shadow(0 30px 35px rgba(0, 0, 0, 0.72)); opacity: 1; transition: opacity 500ms ease, transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1); }.core-mark-slice { opacity: 0; transition: opacity 420ms ease, transform 700ms cubic-bezier(0.2, 0.72, 0.18, 1); }.core-mark-slice img { filter: drop-shadow(0 22px 28px rgba(0, 0, 0, 0.68)); }.slice-upper { clip-path: inset(0 0 51% 0); }.slice-lower { clip-path: inset(47% 20% 0 0); }.slice-gold { clip-path: inset(57% 0 0 58%); }.core-detail-map { display: grid; gap: 7px 16px; grid-template-columns: 1fr 1fr; left: 50%; opacity: 0; position: absolute; top: 50%; transform: translate(-44%, -45%) scale(0.92); transition: opacity 400ms ease 160ms, transform 500ms ease 120ms; width: 168px; }.core-detail-map span { background: rgba(7, 16, 29, 0.88); border-left: 1px solid var(--gold); color: #c8d2df; font-family: "DM Mono", monospace; font-size: 8px; letter-spacing: 0.45px; overflow: hidden; padding: 7px 7px; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }.core-scroll-story:not([data-story-state="0"]) .core-mark-whole { opacity: 0.1; transform: scale(0.96); }.core-scroll-story:not([data-story-state="0"]) .core-mark-slice { opacity: 1; }.core-scroll-story:not([data-story-state="0"]) .slice-upper { transform: translateY(-30px); }.core-scroll-story:not([data-story-state="0"]) .slice-lower { transform: translate(-19px, 25px); }.core-scroll-story:not([data-story-state="0"]) .slice-gold { transform: translate(34px, 30px); }.core-scroll-story:not([data-story-state="0"]) .core-detail-map { opacity: 1; transform: translate(-44%, -45%) scale(1); }.core-scroll-story[data-story-state="5"] .slice-upper { transform: translateY(-42px); }.core-scroll-story[data-story-state="5"] .slice-lower { transform: translate(-28px, 34px); }.core-scroll-story[data-story-state="5"] .slice-gold { transform: translate(46px, 40px); }.core-scroll-story[data-story-state="6"] .core-mark-whole { opacity: 0.82; transform: scale(1); }.core-scroll-story[data-story-state="6"] .core-mark-slice { opacity: 0.18; transform: none; }.core-scroll-story[data-story-state="6"] .framework-rings { border-color: rgba(125, 212, 174, 0.42); transform: translate(-50%, -50%) scale(1.04); }.framework-node { animation: none; opacity: 0.28; padding: 10px 12px; transition: border-color 400ms ease, color 400ms ease, opacity 400ms ease, transform 400ms ease; z-index: 4; }.framework-node span { color: var(--gold); font-size: 8px; margin-right: 8px; }.framework-node::before { opacity: 0.5; transition: opacity 400ms ease, transform 400ms ease; }.framework-identity { left: 2%; top: 20%; transform: none; }.framework-workflow { right: 3%; top: 18%; transform: none; }.framework-records { right: -1%; top: 48%; transform: none; }.framework-documents { bottom: 13%; right: 12%; }.framework-modules { bottom: 7%; left: 34%; }.framework-intelligence { bottom: 17%; left: 1%; transform: none; }.framework-link { animation: none; background: linear-gradient(90deg, rgba(203, 162, 91, 0.5), rgba(203, 162, 91, 0.08)); height: 1px; left: 52%; opacity: 0.1; overflow: visible; position: absolute; top: 49%; transform-origin: left center; transition: opacity 400ms ease; width: 38%; z-index: 1; }.framework-link::after { display: none; }.framework-link i { animation: story-signal-return 2.3s ease-in-out infinite; background: #fff0c7; border-radius: 50%; box-shadow: 0 0 0 5px rgba(203, 162, 91, 0.08), 0 0 18px var(--gold); display: block; height: 8px; left: 0; opacity: 0; position: absolute; top: -4px; width: 8px; }.link-identity { transform: rotate(208deg); width: 39%; }.link-workflow { transform: rotate(-31deg); width: 37%; }.link-records { transform: rotate(-1deg); width: 42%; }.link-documents { transform: rotate(39deg); width: 36%; }.link-modules { transform: rotate(99deg); width: 37%; }.link-intelligence { transform: rotate(151deg); width: 39%; }.framework-caption { bottom: 3.5%; left: 52%; }.framework-caption span { display: block; }.framework-caption b { min-width: 230px; }.story-progress { background: rgba(186, 202, 226, 0.15); height: 46%; left: -1%; position: absolute; top: 27%; width: 1px; }.story-progress::before, .story-progress::after { color: #7c899c; font-family: "DM Mono", monospace; font-size: 8px; left: 10px; letter-spacing: 0.6px; position: absolute; }.story-progress::before { content: "CORE"; top: -3px; }.story-progress::after { bottom: -3px; content: "CLARITY"; }.story-progress i { background: linear-gradient(var(--gold), #7dd4ae); height: 100%; left: 0; position: absolute; top: 0; transform: scaleY(0); transform-origin: top; width: 1px; }.core-scroll-story[data-story-state="1"] .framework-identity, .core-scroll-story[data-story-state="2"] .framework-workflow, .core-scroll-story[data-story-state="3"] .framework-records, .core-scroll-story[data-story-state="4"] .framework-documents, .core-scroll-story[data-story-state="5"] .framework-modules, .core-scroll-story[data-story-state="6"] .framework-intelligence { border-color: var(--gold); color: var(--paper); opacity: 1; transform: scale(1.06); }.core-scroll-story[data-story-state="1"] .framework-identity::before, .core-scroll-story[data-story-state="2"] .framework-workflow::before, .core-scroll-story[data-story-state="3"] .framework-records::before, .core-scroll-story[data-story-state="4"] .framework-documents::before, .core-scroll-story[data-story-state="5"] .framework-modules::before, .core-scroll-story[data-story-state="6"] .framework-intelligence::before { opacity: 1; transform: scale(1.6); }.core-scroll-story[data-story-state="1"] .link-identity, .core-scroll-story[data-story-state="2"] .link-workflow, .core-scroll-story[data-story-state="3"] .link-records, .core-scroll-story[data-story-state="4"] .link-documents, .core-scroll-story[data-story-state="5"] .link-modules, .core-scroll-story[data-story-state="6"] .link-intelligence { opacity: 1; }.core-scroll-story[data-story-state="1"] .link-identity i, .core-scroll-story[data-story-state="2"] .link-workflow i, .core-scroll-story[data-story-state="3"] .link-records i, .core-scroll-story[data-story-state="4"] .link-documents i, .core-scroll-story[data-story-state="5"] .link-modules i, .core-scroll-story[data-story-state="6"] .link-intelligence i { opacity: 1; }
@keyframes story-signal-return { 0%, 100% { left: 3%; opacity: 0.25; } 45%, 55% { left: calc(100% - 8px); opacity: 1; } }

@media (max-width: 1180px) { .core-story-rail { grid-template-columns: minmax(330px, 0.82fr) minmax(520px, 1.18fr); padding-left: 6%; padding-right: 3%; }.core-story-chapter h2 { font-size: 43px; }.core-story-chapter > p:not(.section-index) { font-size: 16px; }.framework-node { font-size: 9px; }.framework-records { right: 1%; }.framework-intelligence { left: 2%; } }
@media (max-width: 760px) { .core-scroll-story { overflow: clip; }.core-story-rail { display: flex; flex-direction: column; padding: 0; }.core-framework { background: linear-gradient(180deg, rgba(7, 16, 29, 0.98), rgba(7, 16, 29, 0.88)); height: 390px; min-height: 390px; order: -1; position: relative; top: auto; width: 100%; z-index: 4; }.core-story-chapters { background: #07101d; z-index: 3; }.core-story-chapter { justify-content: center; min-height: 68vh; opacity: 0.16; padding: 72px 24px; transform: translateY(18px); }.core-story-chapter.is-active { transform: translateY(0); }.core-story-chapter h2 { font-size: 36px; }.core-story-chapter > p:not(.section-index) { font-size: 16px; }.core-story-chapter .section-index { margin-bottom: 20px; }.chapter-kicker { margin-bottom: 14px; }.framework-grid { inset: 0; }.framework-rings { height: 245px; width: 245px; }.core-mark-shell { height: 235px; width: 295px; }.core-detail-map { gap: 4px 8px; width: 128px; }.core-detail-map span { font-size: 6px; padding: 5px; }.framework-node { font-size: 7px; padding: 7px 8px; }.framework-node span { display: none; }.framework-identity { left: 2%; top: 13%; }.framework-workflow { right: 2%; top: 12%; }.framework-records { right: -2%; top: 47%; }.framework-documents { bottom: 9%; right: 7%; }.framework-modules { bottom: 4%; left: 36%; }.framework-intelligence { bottom: 12%; left: 1%; }.framework-link { width: 41%; }.framework-caption { bottom: 1%; }.framework-caption span { font-size: 7px; }.framework-caption b { font-size: 10px; margin-top: 3px; min-width: 170px; }.story-progress { display: none; }.core-scroll-story:not([data-story-state="0"]) .slice-upper { transform: translateY(-16px); }.core-scroll-story:not([data-story-state="0"]) .slice-lower { transform: translate(-10px, 13px); }.core-scroll-story:not([data-story-state="0"]) .slice-gold { transform: translate(18px, 16px); } }

/* Exact three-piece Core opening and live operating flow */
.core-mark-shell { transform: translate(-50%, calc(-50% + var(--core-shift, 0px))) rotate(var(--core-turn, 0deg)); transition: transform 100ms linear; }.slice-upper { clip-path: polygon(0 0, 100% 0, 100% 70%, 61% 70%, 61% 27%, 21% 31%, 21% 32%, 0 15%); }.slice-lower { clip-path: polygon(0 15%, 21% 31%, 21% 75%, 61% 75%, 61% 100%, 0 99%); }.slice-gold { clip-path: polygon(61% 72%, 100% 72%, 100% 100%, 61% 100%); }.core-scroll-story:not([data-story-state="0"]) .core-mark-whole { opacity: 0; }.core-scroll-story:not([data-story-state="0"]) .slice-upper { transform: translateY(-24px); }.core-scroll-story:not([data-story-state="0"]) .slice-lower { transform: translate(-14px, 20px); }.core-scroll-story:not([data-story-state="0"]) .slice-gold { transform: translate(28px, 23px); }.core-scroll-story[data-story-state="5"] .slice-upper { transform: translateY(-34px); }.core-scroll-story[data-story-state="5"] .slice-lower { transform: translate(-22px, 28px); }.core-scroll-story[data-story-state="5"] .slice-gold { transform: translate(40px, 32px); }.core-scroll-story[data-story-state="6"] .core-mark-whole { opacity: 1; }.core-scroll-story[data-story-state="6"] .core-mark-slice { opacity: 0; transform: none; }.core-detail-map { align-items: center; display: grid; gap: 0; grid-template-columns: repeat(4, 1fr); left: 50%; opacity: 0; top: 96%; transform: translate(-50%, -50%) scale(0.96); width: min(84%, 430px); z-index: 8; }.core-detail-map::before { background: linear-gradient(90deg, rgba(203, 162, 91, 0.22), var(--gold), rgba(125, 212, 174, 0.62)); content: ""; height: 1px; left: 7%; position: absolute; right: 7%; top: 50%; }.core-detail-map::after { animation: core-process-flow 3.2s ease-in-out infinite; background: #fff4d4; border-radius: 50%; box-shadow: 0 0 0 5px rgba(203, 162, 91, 0.1), 0 0 20px var(--gold); content: ""; height: 8px; left: 6%; position: absolute; top: calc(50% - 4px); width: 8px; }.core-detail-map span { background: rgba(7, 16, 29, 0.94); border: 1px solid rgba(180, 198, 223, 0.34); color: #cbd6e4; font-size: 8px; margin: 0 5px; padding: 8px 6px; position: relative; text-align: center; z-index: 1; }.core-detail-map span::before { background: #7dd4ae; border-radius: 50%; content: ""; height: 4px; left: calc(50% - 2px); position: absolute; top: -8px; width: 4px; }.core-scroll-story:not([data-story-state="0"]) .core-detail-map { opacity: 1; transform: translate(-50%, -50%) scale(1); }.core-scroll-story[data-story-state="6"] .core-detail-map { opacity: 1; }.framework-caption { bottom: 0.5%; }.framework-caption b { margin-top: 5px; }
@keyframes core-process-flow { 0%, 100% { left: 6%; opacity: 0.3; } 46%, 54% { left: calc(94% - 8px); opacity: 1; } }
@media (max-width: 760px) { .core-mark-shell { transform: translate(-50%, -50%); }.core-detail-map { top: 91%; width: 250px; }.core-detail-map span { font-size: 6px; margin: 0 2px; padding: 6px 3px; }.core-scroll-story:not([data-story-state="0"]) .slice-upper { transform: translateY(-14px); }.core-scroll-story:not([data-story-state="0"]) .slice-lower { transform: translate(-8px, 11px); }.core-scroll-story:not([data-story-state="0"]) .slice-gold { transform: translate(15px, 13px); } }

/* Keep the opened Core recognisable and clear the process rail */
.core-scroll-story:not([data-story-state="0"]) .slice-upper { transform: translateY(-8px); }.core-scroll-story:not([data-story-state="0"]) .slice-lower { transform: translate(-4px, 7px); }.core-scroll-story:not([data-story-state="0"]) .slice-gold { transform: translate(10px, 8px); }.core-scroll-story[data-story-state="5"] .slice-upper { transform: translateY(-13px); }.core-scroll-story[data-story-state="5"] .slice-lower { transform: translate(-7px, 11px); }.core-scroll-story[data-story-state="5"] .slice-gold { transform: translate(16px, 13px); }.core-detail-map { top: 112%; }
@media (max-width: 760px) { .core-detail-map { top: 108%; }.core-scroll-story:not([data-story-state="0"]) .slice-upper { transform: translateY(-6px); }.core-scroll-story:not([data-story-state="0"]) .slice-lower { transform: translate(-3px, 5px); }.core-scroll-story:not([data-story-state="0"]) .slice-gold { transform: translate(7px, 6px); } }

.slice-lower { clip-path: polygon(0 15%, 21% 31%, 21% 75%, 59% 75%, 59% 100%, 0 99%); }

.core-mark-shell { width: min(48vh, 430px); }.core-detail-map { width: min(110%, 430px); }
@media (max-width: 760px) { .core-mark-shell { width: 235px; }.core-detail-map { width: 250px; } }

/* The Core remains fixed; surrounding systems carry the motion. */
.core-mark-shell { transform: translate(-50%, -50%); transition: none; }.core-mark-whole, .core-mark-slice { transition: none; }

/* Route-specific page structures */
.editorial-hero, .capabilities-intro, .architecture-intro { padding-left: 9%; padding-right: 9%; }.system-hero { background: var(--deep); color: var(--paper); min-height: 510px; padding-bottom: 92px; padding-top: 118px; position: relative; }.system-hero::after { background: linear-gradient(90deg, transparent, rgba(203, 162, 91, 0.28), transparent); bottom: 0; content: ""; height: 1px; left: 9%; position: absolute; right: 9%; }.system-hero h1 { color: var(--paper); font-size: 68px; font-weight: 800; line-height: 1.01; margin: 0; max-width: 980px; }.system-hero > p:not(.section-index) { color: #b9c4d2; font-size: 19px; line-height: 1.62; margin: 28px 0 0 30%; max-width: 530px; }.system-operations-image { background: var(--deep); margin: 0; padding: 0 4.5% 92px; position: relative; }.system-operations-image img { display: block; height: min(50vw, 610px); object-fit: cover; object-position: center; width: 100%; }.system-operations-image figcaption { align-items: baseline; background: var(--paper); color: var(--navy); display: flex; font-size: 16px; gap: 28px; line-height: 1.5; margin: -1px 0 0 14%; padding: 24px 30px; position: relative; width: min(620px, 72%); }.system-operations-image figcaption span { color: var(--gold); flex: 0 0 auto; font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: 0.8px; }.system-thesis { align-items: start; background: var(--paper); display: grid; gap: 12%; grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.7fr); padding: 124px 14% 116px 9%; }.system-thesis h2 { color: var(--navy); font-size: 48px; font-weight: 800; line-height: 1.08; margin: 0; max-width: 700px; }.system-thesis > p { color: var(--ink-muted); font-size: 17px; line-height: 1.7; margin: 28px 0 0; }.system-sequence { background: var(--paper-muted); display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 9%; }.system-sequence article { border-top: 1px solid var(--line); min-height: 300px; padding: 32px 28px 44px 0; }.system-sequence article + article { border-left: 1px solid var(--line); padding-left: 30px; }.system-sequence span, .architecture-rules span { color: var(--gold); font-family: "DM Mono", monospace; font-size: 11px; }.system-sequence h3 { color: var(--navy); font-size: 20px; margin: 46px 0 12px; }.system-sequence p { color: var(--ink-muted); font-size: 15px; line-height: 1.58; margin: 0; }.system-bridge { background: var(--navy); color: var(--paper); padding: 108px 9% 116px; }.system-bridge > p:last-of-type { color: #b8c4d5; font-size: 20px; line-height: 1.5; margin: 44px 0 30px 35%; max-width: 590px; }.system-bridge-line { align-items: center; display: flex; gap: 19px; margin: 62px 0 0 18%; }.system-bridge-line span { color: var(--paper); font-family: "DM Mono", monospace; font-size: 12px; letter-spacing: 0.55px; text-transform: uppercase; }.system-bridge-line i { background: linear-gradient(90deg, var(--gold), rgba(203, 162, 91, 0.2)); height: 1px; min-width: 70px; position: relative; width: 18%; }.system-bridge-line i::after { background: var(--gold-light); border-radius: 50%; box-shadow: 0 0 14px rgba(203, 162, 91, 0.7); content: ""; height: 6px; position: absolute; right: 0; top: -3px; width: 6px; }.system-bridge .outline-action { margin-left: 35%; }

.capabilities-intro { background: var(--paper); display: grid; gap: 11%; grid-template-columns: 0.34fr 1fr; min-height: 470px; padding-bottom: 108px; padding-top: 118px; }.capabilities-intro h1 { color: var(--navy); font-size: 60px; font-weight: 800; line-height: 1.04; margin: 0; max-width: 800px; }.capabilities-intro div > p { color: var(--ink-muted); font-size: 18px; line-height: 1.68; margin: 28px 0 0; max-width: 590px; }.capability-index { background: var(--paper-muted); padding: 0 9% 104px; }.capability-index article { align-items: center; border-top: 1px solid var(--line); display: grid; gap: 38px; grid-template-columns: 72px minmax(220px, 0.75fr) minmax(300px, 1.2fr) minmax(150px, 0.45fr); min-height: 170px; padding: 30px 0; }.capability-index article:last-child { border-bottom: 1px solid var(--line); }.capability-index article > span { color: var(--gold); font-family: "DM Mono", monospace; font-size: 12px; }.capability-index h2 { color: var(--navy); font-size: 30px; margin: 0; }.capability-index p { color: var(--ink-muted); font-size: 16px; line-height: 1.58; margin: 0; }.capability-index em { color: var(--gold); font-family: "DM Mono", monospace; font-size: 10px; font-style: normal; letter-spacing: 0.75px; text-align: right; text-transform: uppercase; }.capability-evidence { background: var(--paper); display: grid; grid-template-columns: minmax(300px, 0.75fr) minmax(500px, 1.25fr); padding: 0 9%; }.capability-evidence-copy { align-self: center; padding: 90px 16% 90px 0; }.capability-evidence h2 { color: var(--navy); font-size: 44px; font-weight: 800; line-height: 1.08; margin: 0; }.capability-evidence-copy > p:not(.section-index) { color: var(--ink-muted); font-size: 16px; line-height: 1.65; margin: 25px 0 34px; }.capability-evidence figure { align-self: end; margin: 0; padding: 74px 0 0; }.capability-evidence img { box-shadow: 0 24px 50px rgba(15, 23, 42, 0.18); display: block; width: 100%; }.capability-evidence figcaption { color: var(--gold); font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: 0.85px; padding: 16px 0 28px; }

.architecture-page { background: var(--deep); }.architecture-intro { background-image: radial-gradient(circle at 80% 38%, rgba(203, 162, 91, 0.14), transparent 25%), linear-gradient(rgba(167, 187, 216, 0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(167, 187, 216, 0.07) 1px, transparent 1px); background-size: auto, 54px 54px, 54px 54px; color: var(--paper); min-height: 520px; padding-bottom: 96px; padding-top: 120px; }.architecture-intro h1 { color: var(--paper); font-size: 68px; font-weight: 800; line-height: 1.01; margin: 0; }.architecture-intro h1 span { color: var(--gold); }.architecture-intro > p:not(.section-index) { color: #b9c4d2; font-size: 18px; line-height: 1.65; margin: 28px 0 0 33%; max-width: 580px; }.architecture-map { background: var(--deep); color: var(--paper); padding: 0 9% 124px; }.architecture-map-heading { align-items: end; border-top: 1px solid rgba(203, 162, 91, 0.34); display: grid; gap: 10%; grid-template-columns: 0.34fr 1fr; padding: 58px 0 72px; }.architecture-map h2 { color: var(--paper); font-size: 46px; font-weight: 800; line-height: 1.08; margin: 0; }.architecture-stack { margin-left: 13%; max-width: 1050px; }.architecture-layer { align-items: center; display: grid; gap: 28px; grid-template-columns: 66px 1fr; margin-top: 10px; min-height: 132px; padding: 30px 34px; position: relative; }.architecture-layer::after { background: rgba(203, 162, 91, 0.75); bottom: -10px; content: ""; height: 1px; left: 7%; position: absolute; right: 7%; }.architecture-layer > span { color: var(--gold); font-family: "DM Mono", monospace; font-size: 12px; }.architecture-layer p { color: var(--gold-light); font-family: "DM Mono", font-size: 10px; letter-spacing: 0.8px; margin: 0 0 7px; text-transform: uppercase; }.architecture-layer h3 { color: var(--paper); font-size: 24px; margin: 0; }.architecture-layer small { color: #adb9cb; display: block; font-size: 14px; line-height: 1.55; margin-top: 9px; }.layer-feature { background: rgba(45, 65, 99, 0.42); margin-left: 11%; }.layer-module { background: rgba(29, 47, 76, 0.64); margin-left: 5%; }.layer-foundation { background: rgba(203, 162, 91, 0.16); border-left: 3px solid var(--gold); }.architecture-rules { background: var(--paper); color: var(--navy); padding: 112px 9%; }.architecture-rules > h2 { font-size: 50px; font-weight: 800; line-height: 1.07; margin: 0; max-width: 760px; }.architecture-rules > div { margin: 70px 0 0 14%; max-width: 980px; }.architecture-rules article { border-top: 1px solid var(--line); display: grid; gap: 28px; grid-template-columns: 54px 1fr; padding: 27px 0; }.architecture-rules article:last-child { border-bottom: 1px solid var(--line); }.architecture-rules article p { color: var(--ink-muted); font-size: 17px; line-height: 1.6; margin: 0; }.architecture-rules strong { color: var(--navy); }.architecture-close { background: var(--deep); color: var(--paper); padding: 104px 9%; }.architecture-close p { font-size: 40px; font-weight: 800; line-height: 1.12; margin: 0 0 34px 32%; max-width: 700px; }.architecture-close .outline-action { margin-left: 32%; }

@media (max-width: 900px) { .system-hero h1, .architecture-intro h1 { font-size: 57px; }.system-thesis, .capabilities-intro, .architecture-map-heading { gap: 7%; }.system-sequence { padding-left: 6%; padding-right: 6%; }.capability-index { padding-left: 6%; padding-right: 6%; }.capability-index article { gap: 24px; grid-template-columns: 42px minmax(170px, 0.75fr) minmax(250px, 1.2fr); }.capability-index em { display: none; }.architecture-stack { margin-left: 4%; }.architecture-close p, .architecture-close .outline-action { margin-left: 18%; } }
@media (max-width: 760px) { .editorial-hero, .capabilities-intro, .architecture-intro { padding-left: 24px; padding-right: 24px; }.system-hero { min-height: 470px; padding-bottom: 72px; padding-top: 82px; }.system-hero h1, .architecture-intro h1 { font-size: 42px; }.system-hero > p:not(.section-index), .architecture-intro > p:not(.section-index) { font-size: 16px; margin-left: 0; }.system-operations-image { padding: 0 0 58px; }.system-operations-image img { height: 360px; }.system-operations-image figcaption { display: block; font-size: 15px; margin-left: 24px; padding: 20px 22px; width: calc(100% - 48px); }.system-operations-image figcaption span { display: block; margin-bottom: 8px; }.system-thesis, .capabilities-intro { display: block; padding: 78px 24px; }.system-thesis h2, .capabilities-intro h1, .architecture-map h2, .architecture-rules > h2 { font-size: 36px; }.system-thesis > p { font-size: 16px; margin-top: 24px; }.system-sequence { display: block; padding: 0 24px; }.system-sequence article, .system-sequence article + article { border-left: 0; min-height: 0; padding: 28px 0 34px; }.system-sequence h3 { margin-top: 24px; }.system-bridge { padding: 78px 24px; }.system-bridge-line { align-items: flex-start; flex-direction: column; gap: 12px; margin: 40px 0 0; }.system-bridge-line i { height: 25px; min-width: 1px; width: 1px; }.system-bridge-line i::after { bottom: -2px; right: -3px; top: auto; }.system-bridge > p:last-of-type, .system-bridge .outline-action { margin-left: 0; }.system-bridge > p:last-of-type { font-size: 18px; margin-top: 40px; }.capability-index { padding: 0 24px 70px; }.capability-index article { display: block; min-height: 0; padding: 28px 0; }.capability-index h2 { font-size: 27px; margin: 14px 0 11px; }.capability-index p { font-size: 16px; }.capability-evidence { display: block; padding: 0 24px; }.capability-evidence-copy { padding: 76px 0 48px; }.capability-evidence h2 { font-size: 36px; }.capability-evidence figure { padding: 0; }.architecture-intro { min-height: 460px; padding-bottom: 74px; padding-top: 84px; }.architecture-map { padding: 0 24px 82px; }.architecture-map-heading { display: block; padding: 50px 0; }.architecture-map-heading h2 { margin-top: 24px; }.architecture-stack { margin-left: 0; }.architecture-layer { gap: 18px; grid-template-columns: 36px 1fr; min-height: 0; padding: 25px 18px; }.architecture-layer h3 { font-size: 19px; }.architecture-layer small { font-size: 13px; }.layer-feature, .layer-module { margin-left: 0; }.architecture-rules { padding: 78px 24px; }.architecture-rules > div { margin: 50px 0 0; }.architecture-rules article { gap: 18px; grid-template-columns: 36px 1fr; }.architecture-rules article p { font-size: 16px; }.architecture-close { padding: 78px 24px; }.architecture-close p, .architecture-close .outline-action { margin-left: 0; }.architecture-close p { font-size: 34px; } }

/* Shared route masthead: every primary section starts from the same JJB system. */
.route-intro { background: var(--deep); color: var(--paper); min-height: 530px; overflow: hidden; padding: 0 9%; position: relative; }
.route-intro::before { background-image: linear-gradient(rgba(166, 189, 220, 0.075) 1px, transparent 1px), linear-gradient(90deg, rgba(166, 189, 220, 0.075) 1px, transparent 1px); background-size: 58px 58px; content: ""; inset: 0; position: absolute; }
.route-intro::after { background: linear-gradient(90deg, transparent, rgba(203, 162, 91, 0.5), transparent); bottom: 0; content: ""; height: 1px; left: 9%; position: absolute; right: 9%; }
.route-intro-inner { align-items: end; display: grid; gap: 10%; grid-template-columns: minmax(0, 1.24fr) minmax(270px, 0.56fr); margin: 0 auto; max-width: 1510px; min-height: 530px; padding: 112px 0 92px; position: relative; z-index: 1; }
.route-intro-inner > div { align-self: start; }
.route-intro .section-index { margin: 0 0 44px; }
.route-intro h1 { color: var(--paper); font-size: 66px; font-weight: 800; line-height: 1.01; margin: 0; max-width: 900px; }
.route-intro h1 span { color: var(--gold); }
.route-intro-inner > p { border-left: 1px solid rgba(203, 162, 91, 0.65); color: #bdc8d8; font-size: 18px; line-height: 1.65; margin: 0 0 7px; max-width: 500px; padding: 4px 0 4px 27px; }
.route-intro-capabilities::before { background-image: radial-gradient(circle at 73% 42%, rgba(203, 162, 91, 0.15), transparent 25%), linear-gradient(rgba(166, 189, 220, 0.075) 1px, transparent 1px), linear-gradient(90deg, rgba(166, 189, 220, 0.075) 1px, transparent 1px); background-size: auto, 58px 58px, 58px 58px; }
.route-intro-architecture::before { background-image: radial-gradient(circle at 73% 42%, rgba(203, 162, 91, 0.18), transparent 24%), linear-gradient(rgba(166, 189, 220, 0.075) 1px, transparent 1px), linear-gradient(90deg, rgba(166, 189, 220, 0.075) 1px, transparent 1px); background-size: auto, 58px 58px, 58px 58px; }
.route-intro-company::before { background-image: linear-gradient(90deg, rgba(5, 10, 18, 0.93), rgba(5, 10, 18, 0.71)), url("/assets/website-images/heroes/company-business-review-hero.png"); background-position: center; background-size: cover; opacity: 0.68; }
@media (max-width: 760px) { .route-intro { min-height: 490px; padding: 0 24px; }.route-intro-inner { display: block; min-height: 490px; padding: 82px 0 72px; }.route-intro .section-index { margin-bottom: 30px; }.route-intro h1 { font-size: 43px; }.route-intro-inner > p { font-size: 16px; margin-top: 31px; max-width: 430px; padding-left: 19px; } }

/* One visual composition for every primary route. */
.route-intro { min-height: 570px; }
.route-intro-company::before { background-image: linear-gradient(rgba(166, 189, 220, 0.075) 1px, transparent 1px), linear-gradient(90deg, rgba(166, 189, 220, 0.075) 1px, transparent 1px); background-size: 58px 58px; opacity: 1; }
.route-intro-inner { align-items: stretch; gap: clamp(40px, 6vw, 110px); grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr); grid-template-rows: 1fr auto; min-height: 570px; padding-bottom: 74px; padding-top: 100px; }
.route-intro-inner > div { align-self: end; grid-column: 1; grid-row: 1; }
.route-intro-inner > p { align-self: start; grid-column: 1; grid-row: 2; margin: 30px 0 0; max-width: 520px; }
.route-intro-visual { align-self: stretch; background: #091321; border: 1px solid rgba(203, 162, 91, 0.28); box-shadow: 0 28px 62px rgba(0, 0, 0, 0.35); grid-column: 2; grid-row: 1 / span 2; margin: 0; min-height: 350px; overflow: hidden; position: relative; }
.route-intro-visual::after { background: linear-gradient(180deg, transparent 58%, rgba(5, 10, 18, 0.62)); content: ""; inset: 0; pointer-events: none; position: absolute; }
.route-intro-visual img { height: 100%; object-fit: cover; width: 100%; }
.route-intro-core-visual { align-items: center; background: radial-gradient(circle at 50% 48%, rgba(203, 162, 91, 0.2), transparent 48%), #091321; display: flex; justify-content: center; }
.route-intro-core-visual::before { border: 1px solid rgba(203, 162, 91, 0.42); border-radius: 50%; content: ""; height: 67%; position: absolute; width: 67%; }
.route-intro-core-visual img { filter: drop-shadow(0 24px 24px rgba(0, 0, 0, 0.6)); height: 78%; object-fit: contain; position: relative; width: 82%; z-index: 1; }
@media (max-width: 760px) { .route-intro { min-height: auto; }.route-intro-inner { display: grid; gap: 0; grid-template-columns: 1fr; grid-template-rows: auto auto auto; min-height: auto; padding: 78px 0 58px; }.route-intro-inner > div, .route-intro-inner > p, .route-intro-visual { grid-column: 1; }.route-intro-inner > div { grid-row: 1; }.route-intro-inner > p { grid-row: 2; }.route-intro-visual { grid-row: 3; margin-top: 38px; min-height: 260px; }.route-intro h1 { font-size: 42px; }.route-intro-core-visual { min-height: 280px; } }

/* Clean shared page header: no route imagery, no competing composition. */
.route-intro { background: linear-gradient(118deg, #050a12 0%, #0b1729 58%, #132542 100%); height: 500px; min-height: 500px; }
.route-intro::before, .route-intro-company::before, .route-intro-capabilities::before, .route-intro-architecture::before { background-image: linear-gradient(rgba(177, 198, 229, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(177, 198, 229, 0.06) 1px, transparent 1px); background-size: 58px 58px; opacity: 1; }
.route-intro::after { background: linear-gradient(90deg, transparent, rgba(203, 162, 91, 0.55), transparent); }
.route-intro-inner { display: block; height: 500px; min-height: 500px; padding: 96px 0 76px; }
.route-intro-inner > div { max-width: 900px; }
.route-intro .section-index { margin-bottom: 32px; }
.route-intro h1 { font-size: 62px; max-width: 880px; }
.route-intro-inner > p { border-left: 1px solid rgba(203, 162, 91, 0.68); margin: 32px 0 0; max-width: 600px; padding-left: 24px; }
.route-intro-visual { display: none; }
@media (max-width: 760px) { .route-intro { height: auto; min-height: 430px; }.route-intro-inner { display: block; height: auto; min-height: 430px; padding: 76px 0 60px; }.route-intro .section-index { margin-bottom: 27px; }.route-intro h1 { font-size: 42px; }.route-intro-inner > p { margin-top: 28px; padding-left: 18px; } }
