:root {
  --navy: #061b3a;
  --navy-2: #092853;
  --ink: #0a1d3e;
  --blue: #146cf4;
  --blue-soft: #e8f1ff;
  --line: #c9d3e0;
  --mist: #f4f7fb;
  --white: #ffffff;
  --muted: #65758a;
  --display: "Arial Narrow", "Aptos Display", "Helvetica Neue", Arial, sans-serif;
  --body: "Aptos", "Segoe UI", Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --max: 1240px;
  --ease: cubic-bezier(.22, .61, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--mist); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }

.skip-link { position: fixed; z-index: 99; top: -60px; left: 16px; padding: 10px 14px; background: var(--white); color: var(--ink); font-weight: 700; border-radius: 4px; }
.skip-link:focus { top: 16px; }
.sr-only { clip: rect(0, 0, 0, 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }

.site-shell { overflow: hidden; }
.site-header { height: 92px; position: absolute; z-index: 20; top: 0; left: 0; right: 0; width: min(calc(100% - 80px), var(--max)); margin: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.18); transition: background .25s ease, height .25s ease, width .25s ease, border-color .25s ease; }
.site-header.is-scrolled { position: fixed; top: 14px; height: 68px; width: min(calc(100% - 32px), var(--max)); padding: 0 20px; border-color: rgba(255,255,255,.1); border-radius: 5px; background: rgba(6,27,58,.94); box-shadow: 0 12px 40px rgba(3,14,33,.24); backdrop-filter: blur(14px); }
.brand, .footer-brand { display: block; line-height: 0; }
.brand img { width: 194px; height: auto; max-height: 64px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; margin-right: 30px; }
.desktop-nav a, .header-cta { color: rgba(255,255,255,.88); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; }
.desktop-nav a { position: relative; padding: 8px 0; }
.desktop-nav a::after { content: ""; position: absolute; height: 2px; background: var(--blue); left: 0; right: 0; bottom: 1px; transform: scaleX(0); transform-origin: right; transition: transform .25s var(--ease); }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-cta { border: 1px solid rgba(255,255,255,.48); padding: 12px 15px; transition: background .2s ease, border .2s ease; }
.header-cta:hover, .header-cta:focus-visible { background: var(--blue); border-color: var(--blue); }
.header-cta span { color: #87b5ff; padding-left: 5px; }
.menu-toggle, .mobile-nav { display: none; }

.hero { min-height: 760px; position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(430px, .8fr); grid-template-rows: 1fr auto; column-gap: 80px; padding: 178px max(40px, calc((100vw - var(--max)) / 2)) 0; color: var(--white); background: radial-gradient(circle at 84% 26%, rgba(22,108,244,.34), transparent 24%), linear-gradient(120deg, #061d3f 0%, #061a38 56%, #0c2d5d 100%); isolation: isolate; }
.hero-grid { z-index: -2; position: absolute; inset: 0; background-image: linear-gradient(rgba(158,192,244,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(158,192,244,.09) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black 15%, transparent 88%); }
.hero::after { z-index: -1; content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 46%; background: linear-gradient(to top, rgba(4,15,34,.58), transparent); }
.hero-circuit { position: absolute; width: 550px; height: 270px; opacity: .7; pointer-events: none; }
.hero-circuit::before, .hero-circuit::after { content: ""; position: absolute; border: 1px solid rgba(91,151,251,.45); }
.circuit-one { left: -90px; bottom: 122px; border-left: 1px solid rgba(90,150,249,.38); border-bottom: 1px solid rgba(90,150,249,.38); }
.circuit-one::before { height: 145px; width: 48%; right: 0; bottom: 0; border-bottom: 0; border-right: 0; }
.circuit-one::after { width: 12px; height: 12px; right: 47%; top: 121px; border-radius: 50%; background: var(--blue); border: 3px solid #86b3ff; }
.circuit-two { right: -270px; top: 88px; border-top: 1px solid rgba(90,150,249,.34); border-right: 1px solid rgba(90,150,249,.34); }
.circuit-two::before { width: 40%; height: 160px; left: 0; top: 0; border-top: 0; border-left: 0; }
.circuit-two::after { width: 11px; height: 11px; left: 38%; top: 153px; border-radius: 50%; background: var(--blue); border: 3px solid #86b3ff; }
.hero-copy { align-self: center; max-width: 710px; padding-bottom: 65px; }
.eyebrow { margin: 0 0 22px; color: #9cc0ff; font: 700 11px/1.4 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.eyebrow > span:not(.pulse-dot) { color: var(--blue); margin-right: 8px; }
.eyebrow > span + span { color: rgba(255,255,255,.38); margin: 0 8px; }
.eyebrow.dark { color: #63738a; }
.eyebrow.dark > span { color: var(--blue); }
.pulse-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #4f96ff; margin-right: 10px; box-shadow: 0 0 0 0 rgba(79,150,255,.5); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(79,150,255,0); } 100% { box-shadow: 0 0 0 0 rgba(79,150,255,0); } }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.04em; }
h1 { margin-bottom: 26px; color: #fff; font-size: clamp(52px, 5.7vw, 84px); line-height: .94; font-weight: 800; }
h1 em, h2 em { font-family: Georgia, serif; font-weight: 400; letter-spacing: -.065em; }
.hero-lede { max-width: 570px; margin-bottom: 36px; color: #c2d3ed; font-size: 18px; line-height: 1.58; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 52px; padding: 0 20px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; font-weight: 800; transition: transform .2s var(--ease), background .2s ease, color .2s ease, box-shadow .2s ease; }
.button span { font-size: 19px; line-height: 1; transition: transform .2s var(--ease); }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button:hover span, .button:focus-visible span { transform: translateX(4px); }
.button-primary { background: var(--blue); color: #fff; box-shadow: 0 10px 30px rgba(20,108,244,.24); }
.button-primary:hover, .button-primary:focus-visible { background: #3585ff; box-shadow: 0 14px 32px rgba(20,108,244,.38); }
.text-link { color: #fff; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.4); font-size: 13px; font-weight: 700; }
.text-link span { margin-left: 6px; color: #82b3ff; }

.hero-visual { position: relative; align-self: center; aspect-ratio: 1.02; max-width: 490px; width: 100%; justify-self: end; margin-bottom: 62px; border: 1px solid rgba(159,198,255,.28); background: linear-gradient(145deg, rgba(26,68,122,.46), rgba(5,25,54,.2)); box-shadow: 0 30px 70px rgba(0,0,0,.14), inset 0 0 80px rgba(15,99,241,.07); overflow: hidden; }
.hero-visual::before { content: ""; position: absolute; inset: 25px; border: 1px solid rgba(170,205,255,.14); }
.visual-topline { position: absolute; top: 22px; left: 24px; right: 24px; display: flex; justify-content: space-between; color: #9ab9e8; font: 700 9px var(--mono); letter-spacing: .1em; }
.system-orbit { position: absolute; border: 1px solid rgba(147,193,255,.35); border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.orbit-outer { width: 72%; height: 72%; border-style: dashed; animation: spin 35s linear infinite; }
.orbit-inner { width: 44%; height: 44%; border-color: rgba(59,132,255,.62); }
@keyframes spin { to { transform: translate(-50%, -50%) rotate(360deg); } }
.system-core { position: absolute; top: 50%; left: 50%; width: 112px; height: 112px; display: grid; place-content: center; transform: translate(-50%, -50%); text-align: center; background: #0e4ca5; border: 9px solid rgba(92,153,250,.3); border-radius: 50%; box-shadow: 0 0 40px rgba(62,130,255,.52); }
.system-core span { color: #fff; font: 800 40px/.8 var(--display); letter-spacing: -.07em; }.system-core small { margin-top: 7px; color: #b7d5ff; font: 700 8px var(--mono); letter-spacing: .11em; }
.system-node { position: absolute; z-index: 2; display: grid; justify-items: center; gap: 6px; color: #f4f8ff; font: 700 8px var(--mono); letter-spacing: .08em; }
.system-node > span { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid #6da5ff; border-radius: 50%; background: #0c326e; color: #fff; font: 700 19px var(--display); box-shadow: 0 0 0 7px rgba(41,112,221,.11); }
.node-mech { left: 11%; top: 43%; }.node-elec { right: 14%; top: 20%; }.node-plumb { right: 13%; bottom: 21%; }.node-data { left: 18%; bottom: 17%; }
.node-data > span { background: var(--blue); }
.visual-footnote { position: absolute; left: 24px; right: 24px; bottom: 20px; color: #abc4e9; font: 500 9px/1.4 var(--mono); letter-spacing: .025em; display: flex; gap: 9px; align-items: center; }
.visual-footnote span { display: inline-block; width: 27px; height: 1px; background: #3982ff; }
.hero-strip { grid-column: 1 / -1; min-height: 92px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; border-top: 1px solid rgba(255,255,255,.17); }
.hero-strip > div { display: flex; align-items: center; gap: 13px; border-right: 1px solid rgba(255,255,255,.17); min-height: 36px; padding: 0 22px; }.hero-strip > div:first-child { padding-left: 0; }.hero-strip > div:last-child { border: 0; }.hero-strip strong { color: #4c92ff; font: 700 10px var(--mono); }.hero-strip span { color: #d3e0f4; font-size: 13px; font-weight: 600; }

.section-pad { padding: 140px max(40px, calc((100vw - var(--max)) / 2)); }
.intro { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 60px; background: #fff; }
.section-heading h2, .approach-top h2, .government-copy h2, .industries-header h2, .contact-intro h2 { margin-bottom: 0; color: var(--ink); font-size: clamp(40px, 4vw, 60px); line-height: .98; font-weight: 800; }
.section-heading h2 em, .approach-top h2 em, .government-copy h2 em, .industries-header h2 em { color: #3269b8; }
.intro-copy { align-self: end; margin: 0; max-width: 385px; color: #596a80; font-size: 18px; line-height: 1.64; }
.capability-explorer { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(250px, .76fr) minmax(0, 1.24fr); margin-top: 30px; border: 1px solid var(--line); }
.capability-list { background: #f8fafc; }.capability-tab { position: relative; width: 100%; min-height: 92px; display: grid; grid-template-columns: 42px 1fr 28px; align-items: center; gap: 5px; padding: 15px 20px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: #42536a; text-align: left; transition: color .2s ease, background .2s ease, padding .25s var(--ease); }.capability-tab:last-child { border-bottom: 0; }.capability-tab::before { content: ""; position: absolute; width: 4px; inset: 0 auto 0 0; background: var(--blue); opacity: 0; transition: opacity .2s ease; }.capability-tab.active { padding-left: 26px; color: var(--ink); background: #fff; }.capability-tab.active::before { opacity: 1; }.tab-index { color: #7a8aa0; font: 700 10px var(--mono); }.capability-tab span:nth-child(2) { font-family: var(--display); font-size: 20px; font-weight: 700; letter-spacing: -.025em; }.capability-tab i { color: var(--blue); font-size: 18px; font-style: normal; opacity: 0; transition: opacity .2s ease, transform .2s ease; }.capability-tab.active i, .capability-tab:hover i { opacity: 1; }.capability-tab:hover i { transform: translate(2px, -2px); }
.capability-panel { position: relative; min-height: 432px; padding: 48px 270px 45px 48px; overflow: hidden; background: var(--navy); color: #fff; }.panel-label { display: flex; align-items: center; gap: 9px; color: #8ebafe; font: 700 10px var(--mono); letter-spacing: .1em; }.panel-label > span:first-child { width: 25px; height: 1px; background: var(--blue); }.capability-panel h3 { position: relative; z-index: 1; max-width: 470px; margin: 20px 0 17px; color: #fff; font-size: 35px; line-height: 1; font-weight: 700; }.capability-panel > p { position: relative; z-index: 1; max-width: 475px; color: #b9c9e0; font-size: 15px; line-height: 1.6; }.capability-panel ul { position: relative; z-index: 1; display: grid; gap: 8px; padding: 0; margin: 23px 0 27px; list-style: none; }.capability-panel li { color: #d9e6f8; font-size: 13px; }.capability-panel li::before { content: "+"; margin-right: 10px; color: #4e96ff; font-weight: 700; }.panel-link { position: relative; z-index: 1; display: inline-flex; gap: 11px; color: #fff; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .075em; border-bottom: 1px solid #4e96ff; padding-bottom: 7px; }.panel-link span { color: #78afff; font-size: 15px; }.panel-graphic { position: absolute; width: 300px; inset: 0 0 0 auto; background: linear-gradient(90deg, transparent, rgba(19,100,227,.12)); }.panel-graphic-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(146,187,243,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(146,187,243,.12) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to left, black, transparent); }.chart-line { position: absolute; height: 1px; background: #4692ff; transform-origin: left; }.line-a { width: 175px; top: 47%; left: 38px; transform: rotate(-34deg); }.line-b { width: 118px; top: 30%; left: 183px; transform: rotate(69deg); }.chart-dot { position: absolute; width: 12px; height: 12px; border: 3px solid #93c1ff; border-radius: 50%; background: var(--blue); box-shadow: 0 0 16px rgba(55,137,255,.9); }.dot-a { left: 32px; top: calc(47% - 5px); }.dot-b { right: 1px; top: calc(48% - 7px); }.panel-graphic p { position: absolute; right: 35px; bottom: 37px; color: #7599ca; font: 700 10px/1.3 var(--mono); letter-spacing: .13em; text-align: right; }

.signal-band { position: relative; min-height: 580px; padding: 120px max(40px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .62fr); gap: 100px; align-items: center; overflow: hidden; color: #fff; background: #0a2d60; }.signal-band::before { content: ""; position: absolute; width: min(1050px, 90vw); height: min(1050px, 90vw); border: 1px solid rgba(102,163,255,.3); border-radius: 50%; top: 50%; left: 51%; transform: translate(-50%, -50%); box-shadow: 0 0 0 65px rgba(39,103,200,.09), 0 0 0 130px rgba(39,103,200,.06); }.signal-band-grid { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(195,220,255,.07) 1px, transparent 1px), linear-gradient(rgba(195,220,255,.07) 1px, transparent 1px); background-size: 80px 80px; }.signal-content, .signal-stats { position: relative; z-index: 1; }.signal-content h2 { margin: 0 0 26px; font: 800 clamp(40px, 4vw, 59px)/.98 var(--display); letter-spacing: -.05em; }.signal-content h2 em { font-family: Georgia, serif; font-weight: 400; }.signal-content > p:last-child { max-width: 600px; color: #c2d4f0; font-size: 17px; line-height: 1.63; }.signal-stats { display: grid; gap: 0; border-top: 1px solid rgba(172,204,255,.32); }.signal-stats div { display: grid; grid-template-columns: 72px 1fr; align-items: center; min-height: 88px; border-bottom: 1px solid rgba(172,204,255,.32); }.signal-stats strong { color: #68a4ff; font: 800 30px var(--display); letter-spacing: -.05em; }.signal-stats span { color: #d8e5f6; font-size: 14px; font-weight: 600; }

.approach { background: #fff; }.approach-top { display: grid; grid-template-columns: 1fr 1fr; column-gap: 90px; }.approach-top .eyebrow { grid-column: 1 / -1; }.approach-top p:last-child { align-self: end; margin: 0; color: #5f7088; font-size: 17px; line-height: 1.65; max-width: 440px; }.approach-steps { padding: 0; margin: 75px 0 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border-top: 1px solid var(--line); }.approach-steps li { position: relative; padding: 30px 25px 0 0; min-height: 205px; border-right: 1px solid var(--line); }.approach-steps li + li { padding-left: 25px; }.approach-steps li:last-child { border-right: 0; }.step-number { display: block; margin-bottom: 46px; color: #5f8ee0; font: 700 11px var(--mono); }.approach-steps h3 { margin-bottom: 10px; color: var(--ink); font-size: 24px; }.approach-steps p { margin: 0; color: #64758b; font-size: 13px; line-height: 1.57; }

.industries { padding: 120px max(40px, calc((100vw - var(--max)) / 2)); color: #fff; background: #071c3c; }.industries-header { display: grid; grid-template-columns: 1.1fr .7fr; column-gap: 90px; }.industries-header .eyebrow { grid-column: 1/-1; }.industries-header h2 { color: #fff; }.industries-header h2 em { color: #7eaeff; }.industries-header p:last-child { align-self: end; max-width: 390px; margin: 0; color: #afc0da; font-size: 16px; line-height: 1.65; }.industry-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border-left: 1px solid rgba(196,220,255,.19); border-top: 1px solid rgba(196,220,255,.19); }.industry-card { position: relative; min-height: 240px; padding: 25px; border-right: 1px solid rgba(196,220,255,.19); border-bottom: 1px solid rgba(196,220,255,.19); background: linear-gradient(125deg, transparent, rgba(76,133,221,.02)); transition: background .25s ease; overflow: hidden; }.industry-card::before { content:""; position: absolute; left: -50%; right: -50%; bottom: -130%; height: 230%; border-radius: 50%; border: 1px solid rgba(103,161,255,.23); transform: scale(.5); transition: transform .7s var(--ease), border-color .25s ease; }.industry-card:hover { background: #0c3268; }.industry-card:hover::before { transform: scale(1); border-color: rgba(115,172,255,.5); }.industry-code, .industry-card h3, .industry-card p, .industry-card i { position: relative; z-index: 1; }.industry-code { color: #659cf5; font: 700 10px var(--mono); }.industry-card h3 { margin: 55px 0 12px; color: #fff; font-size: 30px; line-height: .94; }.industry-card p { margin: 0; color: #b5c7e1; font-size: 13px; line-height: 1.45; max-width: 210px; }.industry-card i { position: absolute; right: 24px; bottom: 21px; color: #76abff; font-size: 21px; font-style: normal; transition: transform .25s var(--ease); }.industry-card:hover i { transform: translate(3px, -3px); }.industry-card-accent { background: var(--blue); }.industry-card-accent::before { border-color: rgba(255,255,255,.28); }.industry-card-accent:hover { background: #287bf8; }.industry-card-accent .industry-code, .industry-card-accent i { color: #d7e8ff; }

.government { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; align-items: center; background: #e9f2ff; }.gov-mark { position: relative; width: min(320px, 100%); aspect-ratio: 1; display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid #77a6ef; color: var(--blue); background: #f7fbff; box-shadow: 18px 18px 0 #d2e5ff; }.gov-mark span { display: grid; place-items: center; border-right: 1px solid #77a6ef; border-bottom: 1px solid #77a6ef; font: 800 60px var(--display); letter-spacing: -.08em; }.gov-mark span:nth-child(2n) { border-right: 0; }.gov-mark span:nth-child(n+3) { border-bottom: 0; }.gov-mark small { position: absolute; inset: 50% 0 auto; transform: translateY(-50%); padding: 8px 13px; width: 175px; color: #0d356e; background: #dbeaff; font: 700 9px/1.4 var(--mono); text-align: center; letter-spacing: .08em; }.government-copy > p:not(.eyebrow) { max-width: 620px; margin: 25px 0 28px; color: #536981; font-size: 16px; line-height: 1.66; }.naics-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; max-width: 650px; margin-bottom: 30px; }.naics-list div { padding: 17px; border-left: 3px solid var(--blue); background: rgba(255,255,255,.64); }.naics-list span { display: block; margin-bottom: 6px; color: #6682ab; font: 700 9px var(--mono); letter-spacing: .09em; }.naics-list strong { color: var(--ink); font: 800 25px var(--display); letter-spacing: -.04em; }.naics-list p { margin: 4px 0 0; color: #61748d; font-size: 11px; line-height: 1.4; }.button-dark { color: #fff; background: var(--ink); }.button-dark:hover, .button-dark:focus-visible { background: #143e78; }

.contact { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr); gap: 110px; padding: 130px max(40px, calc((100vw - var(--max)) / 2)); overflow: hidden; color: #fff; background: #05182f; }.contact-glow { position: absolute; width: 900px; height: 900px; right: -230px; top: -380px; border: 1px solid rgba(91,155,255,.22); border-radius: 50%; box-shadow: 0 0 0 65px rgba(46,110,215,.06), 0 0 0 130px rgba(46,110,215,.04); }.contact-intro, .contact-form { position: relative; z-index: 1; }.contact-intro h2 { color: #fff; }.contact-intro h2 em { color: #7dafed; }.contact-intro > p:not(.eyebrow):not(.location) { max-width: 570px; margin: 26px 0 30px; color: #b2c4dc; font-size: 16px; line-height: 1.66; }.contact-email { display: inline-flex; gap: 10px; padding-bottom: 8px; color: #fff; border-bottom: 1px solid #397ee4; font: 700 clamp(16px, 1.7vw, 22px) var(--display); letter-spacing: -.02em; }.contact-email span { color: #77adff; }.location { margin: 24px 0 0; color: #7790b0; font: 700 11px var(--mono); letter-spacing: .06em; text-transform: uppercase; }.location span { color: var(--blue); margin: 0 7px; }.contact-form { align-self: center; padding: 35px; border: 1px solid rgba(164,198,245,.24); background: rgba(19,54,101,.36); backdrop-filter: blur(12px); }.form-field { margin-bottom: 20px; }.form-field label { display: block; margin-bottom: 8px; color: #c4d6ee; font: 700 10px var(--mono); letter-spacing: .1em; text-transform: uppercase; }.form-field input, .form-field textarea, .form-field select { width: 100%; color: #fff; border: 0; border-bottom: 1px solid rgba(177,207,247,.4); border-radius: 0; outline: 0; padding: 8px 0 10px; background: transparent; font-size: 15px; transition: border-color .2s ease; }.form-field select { appearance: none; background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='m1 1 5 5 5-5' fill='none' stroke='%23a9c6ef' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat right 3px center; }.form-field select option { color: var(--ink); }.form-field textarea { resize: vertical; min-height: 72px; }.form-field input:focus, .form-field textarea:focus, .form-field select:focus { border-color: #73aaff; }.form-field input.invalid, .form-field textarea.invalid, .form-field select.invalid { border-color: #ff8b8b; }.form-submit { width: 100%; border: 0; margin-top: 4px; }.form-note { min-height: 32px; margin: 15px 0 0; color: #86a4cc; font-size: 11px; line-height: 1.45; }.form-note.success { color: #a8d1ff; }

.site-footer { min-height: 160px; display: grid; grid-template-columns: 205px 1fr auto; gap: 45px; align-items: center; padding: 30px max(40px, calc((100vw - var(--max)) / 2)); color: #d6e1f1; background: #031224; border-top: 1px solid rgba(181,209,246,.16); }.footer-brand img { width: 170px; height: auto; filter: brightness(0) invert(1) grayscale(1) contrast(.8); opacity: .94; }.site-footer > p { margin: 0; color: #7f94b0; font: 600 11px var(--mono); letter-spacing: .07em; text-transform: uppercase; }.site-footer > div { display: grid; justify-items: end; gap: 10px; color: #7f94b0; font-size: 11px; }.site-footer a:hover { color: #fff; }

.reveal { opacity: 0; transform: translateY(23px); transition: opacity .7s var(--ease), transform .7s var(--ease); }.reveal.is-visible { opacity: 1; transform: translateY(0); }.approach-steps .reveal:nth-child(2) { transition-delay: .07s; }.approach-steps .reveal:nth-child(3) { transition-delay: .14s; }.approach-steps .reveal:nth-child(4) { transition-delay: .21s; }.industry-card:nth-child(2), .industry-card:nth-child(5) { transition-delay: .06s; }.industry-card:nth-child(3), .industry-card:nth-child(6) { transition-delay: .12s; }

@media (max-width: 980px) {
  .site-header { width: calc(100% - 48px); }.desktop-nav { gap: 18px; margin-right: 18px; }.hero { min-height: auto; grid-template-columns: 1.05fr .95fr; column-gap: 35px; padding-top: 150px; }.hero-visual { margin-bottom: 50px; }.hero-copy { padding-bottom: 45px; }.hero-strip { margin-top: 5px; }.capability-panel { padding-right: 185px; }.panel-graphic { width: 210px; }.approach-top, .industries-header { column-gap: 45px; }.government, .contact { gap: 65px; }.contact { grid-template-columns: 1fr .86fr; }
}

@media (max-width: 760px) {
  .site-header { width: calc(100% - 32px); height: 74px; }.site-header.is-scrolled { top: 10px; width: calc(100% - 24px); height: 62px; padding: 0 14px; }.brand img { width: 155px; max-height: 53px; }.desktop-nav, .header-cta { display: none; }.menu-toggle { z-index: 4; display: grid; gap: 6px; width: 40px; height: 40px; place-content: center; border: 0; background: transparent; }.menu-toggle span:not(.sr-only) { width: 20px; height: 1px; background: #fff; transition: transform .2s ease; }.menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(3.5px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-3.5px) rotate(-45deg); }.mobile-nav { position: fixed; z-index: 3; display: grid; gap: 18px; top: 0; left: 0; right: 0; padding: 105px 28px 36px; background: #07214a; border-bottom: 1px solid rgba(255,255,255,.18); box-shadow: 0 16px 35px rgba(0,0,0,.28); }.mobile-nav[hidden] { display: none; }.mobile-nav a { color: #fff; font: 700 26px var(--display); letter-spacing: -.035em; }.mobile-nav a:last-child { color: #82b1fa; font-size: 16px; margin-top: 4px; letter-spacing: .02em; }.hero { display: block; padding: 132px 24px 0; min-height: 0; }.hero-copy { padding-bottom: 46px; }.hero h1 { font-size: clamp(48px, 15vw, 72px); }.hero-lede { font-size: 16px; }.hero-visual { max-width: 430px; margin: 0 auto 42px; }.hero-strip { margin: 0 -24px; min-height: 0; grid-template-columns: 1fr; padding: 12px 24px; }.hero-strip > div, .hero-strip > div:first-child { min-height: 43px; padding: 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.13); }.hero-strip > div:last-child { border-bottom: 0; }.section-pad, .industries, .signal-band, .contact { padding: 90px 24px; }.intro, .capability-explorer, .signal-band, .approach-top, .industries-header, .government, .contact { grid-template-columns: 1fr; }.intro { gap: 25px; }.intro-copy { font-size: 16px; }.capability-explorer { margin-top: 20px; }.capability-tab { min-height: 70px; }.capability-tab span:nth-child(2) { font-size: 17px; }.capability-panel { min-height: 0; padding: 34px 28px 225px; }.capability-panel h3 { font-size: 30px; }.panel-graphic { width: 100%; height: 205px; top: auto; background: linear-gradient(0deg, rgba(19,100,227,.18), transparent); }.panel-graphic-grid { mask-image: linear-gradient(to top, black, transparent); }.line-a { width: 175px; top: 58%; left: 18px; }.line-b { top: 40%; left: 160px; }.dot-a { left: 12px; top: calc(58% - 5px); }.dot-b { right: 10px; top: calc(59% - 7px); }.panel-graphic p { bottom: 25px; right: 24px; }.signal-band { min-height: 0; gap: 50px; }.signal-content h2 { font-size: 41px; }.signal-stats { max-width: 360px; }.approach-top { gap: 23px; }.approach-steps { grid-template-columns: 1fr 1fr; margin-top: 50px; }.approach-steps li, .approach-steps li + li { min-height: 220px; padding: 24px 16px 0; }.approach-steps li:nth-child(2) { border-right: 0; }.approach-steps li:nth-child(n + 3) { border-top: 1px solid var(--line); }.step-number { margin-bottom: 34px; }.approach-steps h3 { font-size: 21px; }.industries-header { gap: 23px; }.industry-grid { grid-template-columns: 1fr 1fr; margin-top: 48px; }.industry-card { min-height: 200px; padding: 18px; }.industry-card h3 { margin-top: 40px; font-size: 26px; }.government { gap: 60px; }.gov-mark { width: 250px; }.gov-mark span { font-size: 47px; }.naics-list { grid-template-columns: 1fr; }.contact { gap: 50px; }.contact-form { padding: 26px 22px; }.site-footer { grid-template-columns: 1fr; gap: 18px; padding: 35px 24px; }.site-footer > div { justify-items: start; }
}

@media (max-width: 410px) { .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }.industry-card h3 { font-size: 23px; }.industry-card p { font-size: 11px; }.industries-header h2, .section-heading h2, .approach-top h2, .government-copy h2, .contact-intro h2 { font-size: 38px; } }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.pulse-dot, .orbit-outer { animation: none; } }

/* A simplified crop of the supplied mark keeps the header wordmark readable at navigation scale. */
.brand img { width: 222px; max-height: 70px; filter: brightness(0) invert(1) grayscale(1) contrast(.8); }
.footer-brand img { width: 184px; }
@media (max-width: 760px) { .brand img { width: 180px; max-height: 53px; } }

/* WordPress menu markup and custom-logo output. */
.desktop-nav li, .mobile-nav li { list-style: none; }
.custom-brand .custom-logo-link { display: block; line-height: 0; }

/* Hero systems carousel */
.hero-carousel { position: relative; align-self: center; aspect-ratio: 1.02; max-width: 490px; width: 100%; justify-self: end; margin-bottom: 62px; border: 1px solid rgba(159,198,255,.28); background: #0b2b58; box-shadow: 0 30px 70px rgba(0,0,0,.19), inset 0 0 80px rgba(15,99,241,.1); overflow: hidden; }
.hero-carousel::before { content: ""; position: absolute; z-index: 4; inset: 25px; pointer-events: none; border: 1px solid rgba(183,214,255,.22); }
.carousel-slides, .carousel-slide { position: absolute; inset: 0; }.carousel-slide { overflow: hidden; opacity: 0; transform: scale(1.045); transition: opacity .7s ease, transform 6.8s linear; }.carousel-slide.is-active { z-index: 1; opacity: 1; transform: scale(1); }.carousel-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; }.carousel-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(1,16,37,.08) 13%, rgba(2,21,48,.2) 50%, rgba(2,17,38,.88) 100%), linear-gradient(90deg, rgba(2,19,43,.47), transparent 56%); }.carousel-reticle { position: absolute; z-index: 1; top: 24px; right: 23px; width: 44px; height: 44px; border-top: 1px solid #76adff; border-right: 1px solid #76adff; opacity: .83; }.carousel-reticle::before, .carousel-reticle::after { content: ""; position: absolute; background: #76adff; }.carousel-reticle::before { width: 6px; height: 6px; border-radius: 50%; top: -3px; right: -3px; }.carousel-reticle::after { width: 1px; height: 16px; right: 8px; bottom: -8px; }.carousel-caption { position: absolute; z-index: 2; left: 26px; right: 28px; bottom: 72px; }.carousel-caption span { display: block; margin-bottom: 7px; color: #94bfff; font: 700 9px var(--mono); letter-spacing: .12em; }.carousel-caption strong { display: block; color: #fff; font: 700 clamp(24px, 2.3vw, 32px)/1 var(--display); letter-spacing: -.035em; }.carousel-caption p { margin: 7px 0 0; color: #c6d9f4; font-size: 12px; font-weight: 600; }.carousel-ui { position: absolute; z-index: 5; left: 26px; right: 26px; bottom: 22px; display: flex; align-items: center; justify-content: space-between; }.carousel-arrow { display: grid; place-items: center; width: 31px; height: 31px; padding: 0; border: 1px solid rgba(202,222,249,.56); color: #fff; background: rgba(5,29,62,.43); font-size: 17px; line-height: 1; transition: background .2s ease, border-color .2s ease, transform .2s var(--ease); }.carousel-arrow:hover, .carousel-arrow:focus-visible { border-color: #8bb8ff; background: rgba(24,108,244,.7); transform: translateY(-1px); }.carousel-dots { display: flex; gap: 6px; }.carousel-dots button { width: 22px; height: 4px; padding: 0; border: 0; background: rgba(221,234,255,.38); transition: width .25s var(--ease), background .25s ease; }.carousel-dots button.is-active { width: 41px; background: #5ca1ff; }

@media (max-width: 980px) { .hero-carousel { margin-bottom: 50px; } }
@media (max-width: 760px) { .hero-carousel { max-width: 430px; margin: 0 auto 42px; }.carousel-caption { left: 22px; bottom: 68px; }.carousel-ui { left: 22px; right: 22px; }.carousel-caption strong { font-size: 27px; } }
@media (prefers-reduced-motion: reduce) { .carousel-slide, .carousel-slide.is-active { transition: none; transform: none; } }

/* Core page architecture */
.inner-page { background: #fff; }.inner-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .86fr); gap: 100px; align-items: center; min-height: 590px; padding: 160px max(40px, calc((100vw - var(--max)) / 2)) 90px; background: linear-gradient(135deg, #f8fbff, #e8f2ff); }.inner-copy h1 { max-width: 720px; margin: 0 0 24px; color: var(--ink); font: 800 clamp(48px, 5.2vw, 76px)/.94 var(--display); letter-spacing: -.06em; }.inner-copy > p:not(.eyebrow) { max-width: 590px; margin: 0 0 30px; color: #536981; font-size: 17px; line-height: 1.65; }.inner-image { position: relative; min-height: 355px; overflow: hidden; border: 1px solid #aac5e8; background: #0b2b58; box-shadow: 20px 22px 0 #d7e7fb; }.inner-image::after { content: "SYSTEMS VIEW"; position: absolute; left: 22px; bottom: 19px; z-index: 1; color: #d6e8ff; font: 700 9px var(--mono); letter-spacing: .15em; }.inner-image img { width: 100%; height: 100%; object-fit: cover; }.inner-image::before { content: ""; position: absolute; z-index: 1; inset: 20px; border: 1px solid rgba(204,225,255,.38); pointer-events: none; }.page-section { background: #fff; }.solution-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.solution-detail-grid article { min-height: 245px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.solution-detail-grid article > span { display: block; min-height: 26px; color: #3176df; font: 700 10px var(--mono); letter-spacing: .08em; }.solution-detail-grid h3 { margin: 22px 0 12px; color: var(--ink); font-size: 25px; line-height: 1.02; }.solution-detail-grid p { margin: 0 0 20px; color: #61748d; font-size: 13px; line-height: 1.55; }.solution-detail-grid .text-link { color: #124b9a; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }.page-cta { padding: 90px max(40px, calc((100vw - var(--max)) / 2)); color: #fff; background: #082759; text-align: center; }.page-cta p { margin: 0 0 15px; color: #91b9f2; font: 700 10px var(--mono); letter-spacing: .13em; text-transform: uppercase; }.page-cta h2 { max-width: 760px; margin: 0 auto 27px; color: #fff; font: 800 clamp(37px, 4.2vw, 60px)/.98 var(--display); letter-spacing: -.055em; }.page-contact { min-height: calc(100vh - 160px); padding-top: 155px; }.page-contact h1 { margin: 0; color: #fff; font: 800 clamp(46px, 5vw, 73px)/.95 var(--display); letter-spacing: -.055em; }
@media (max-width: 980px) { .inner-hero { gap: 55px; }.solution-detail-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 760px) { .inner-hero { grid-template-columns: 1fr; gap: 42px; min-height: 0; padding: 132px 24px 72px; }.inner-copy h1 { font-size: clamp(44px, 13vw, 64px); }.inner-image { min-height: 270px; box-shadow: 12px 14px 0 #d7e7fb; }.solution-detail-grid { grid-template-columns: 1fr; }.solution-detail-grid article { min-height: 0; }.page-cta { padding: 74px 24px; }.page-contact { min-height: 0; padding-top: 132px; } }
