:root {
  --ink: #07111e;
  --ink-2: #0a1725;
  --panel: #0d1c2c;
  --paper: #f3f6f7;
  --white: #f8fbfc;
  --muted: #91a2b3;
  --line: rgba(133, 158, 179, .2);
  --cyan: #37d8ff;
  --blue: #2379ff;
  --green: #6cf0b0;
  --violet: #9b87ff;
  --orange: #ff9c58;
  --magenta: #ff0877;
  --yellow: #ffd64c;
  --max: 1240px;
  --radius: 2px;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: Inter, "Helvetica Neue", Arial, sans-serif; font-size: 16px; line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; z-index: -3; background: linear-gradient(rgba(75, 125, 156, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(75, 125, 156, .035) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000 0, transparent 70%); pointer-events: none; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--cyan); color: var(--ink); }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; transform: translateY(-150%); background: var(--white); color: var(--ink); padding: 10px 15px; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
.ambient { position: fixed; border-radius: 50%; filter: blur(130px); opacity: .11; z-index: -2; pointer-events: none; }
.ambient-one { width: 500px; height: 500px; top: 10%; right: -180px; background: var(--cyan); }
.ambient-two { width: 380px; height: 380px; top: 70%; left: -180px; background: var(--blue); }

.site-header { height: 82px; position: fixed; top: 0; inset-inline: 0; z-index: 100; border-bottom: 1px solid transparent; transition: .3s ease; }
.site-header.is-scrolled { background: rgba(6, 16, 29, .88); backdrop-filter: blur(16px); border-color: var(--line); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; white-space: nowrap; }
.brand-logo { width: 172px; height: 50px; object-fit: contain; }
.brand-logo-footer { width: 206px; height: 60px; }
.main-nav { display: flex; align-items: center; gap: 36px; font-size: 13px; font-weight: 600; letter-spacing: .035em; }
.main-nav > a { color: #c0ccd6; transition: color .2s ease; }
.main-nav > a:hover, .main-nav > a[aria-current="page"] { color: var(--white); }
.main-nav .nav-cta { color: var(--white); border: 1px solid rgba(55, 216, 255, .4); padding: 10px 16px 10px 18px; }
.main-nav .nav-cta span { color: var(--cyan); margin-left: 18px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; position: relative; }
.menu-toggle i { position: absolute; left: 10px; width: 24px; height: 1px; background: var(--white); transition: .25s ease; }
.menu-toggle i:first-of-type { top: 17px; }.menu-toggle i:last-of-type { top: 25px; }

.hero { min-height: 100vh; position: relative; padding: 155px 0 100px; display: flex; align-items: center; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 800px; height: 800px; right: -200px; top: -70px; border: 1px solid rgba(55, 216, 255, .08); border-radius: 50%; box-shadow: 0 0 0 120px rgba(55, 216, 255, .015), 0 0 0 260px rgba(55, 216, 255, .012); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 6vw; }
.eyebrow { margin: 0 0 24px; color: var(--cyan); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow > span, .eyebrow > i { display: inline-block; width: 24px; height: 1px; margin: 0 9px 3px 0; background: currentColor; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2 { margin: 0; font-weight: 450; letter-spacing: -.048em; line-height: 1.04; }
h1 em, h2 em { color: var(--cyan); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero h1 { max-width: 730px; font-size: clamp(48px, 5.4vw, 78px); }
.hero-lead { max-width: 640px; margin: 28px 0 0; color: #aebdca; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 38px; }
.button { min-height: 50px; padding: 13px 22px; display: inline-flex; justify-content: center; align-items: center; gap: 24px; border: 1px solid transparent; font-size: 13px; font-weight: 700; letter-spacing: .02em; cursor: pointer; transition: transform .25s var(--ease), color .25s, background .25s, border-color .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--cyan); color: #03101a; box-shadow: 0 12px 35px rgba(55, 216, 255, .12); }
.button-primary:hover { background: #83e9ff; }
.button-ghost { border-color: rgba(174, 195, 211, .25); color: #dbe5ec; }
.button-ghost:hover { border-color: var(--cyan); color: var(--cyan); }
.hero-proof { display: flex; gap: 34px; margin-top: 54px; }
.hero-proof > div { display: flex; align-items: center; gap: 10px; padding-right: 30px; border-right: 1px solid var(--line); }
.hero-proof > div:last-child { border: 0; padding-right: 0; }
.hero-proof strong { font-size: 26px; line-height: 1; letter-spacing: -.04em; font-weight: 500; }
.hero-proof strong sup { color: var(--cyan); font-size: 14px; }
.hero-proof span { color: #74899b; font-size: 9px; line-height: 1.35; letter-spacing: .12em; text-transform: uppercase; }

.hero-visual { position: relative; min-height: 565px; display: grid; place-items: center; }
.visual-frame { position: relative; width: min(100%, 500px); aspect-ratio: 1 / 1.05; border: 1px solid rgba(95, 156, 189, .23); background: linear-gradient(145deg, rgba(15, 36, 54, .82), rgba(7, 18, 30, .48)); box-shadow: inset 0 0 70px rgba(55, 216, 255, .025), 0 45px 100px rgba(0, 0, 0, .25); overflow: hidden; }
.visual-frame::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(70, 150, 188, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(70, 150, 188, .07) 1px, transparent 1px); background-size: 34px 34px; mask-image: radial-gradient(circle at center, #000 0, transparent 72%); }
.visual-top, .visual-footer { height: 43px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; position: absolute; left: 0; right: 0; z-index: 3; font-family: ui-monospace, monospace; font-size: 8px; letter-spacing: .15em; color: #587184; }
.visual-top { top: 0; border-bottom: 1px solid var(--line); }.visual-footer { bottom: 0; border-top: 1px solid var(--line); }
.live { color: var(--green); }.live i { display: inline-block; width: 5px; height: 5px; background: var(--green); border-radius: 50%; margin-right: 5px; box-shadow: 0 0 8px var(--green); }
.visual-footer div:first-child { display: flex; flex-direction: column; gap: 1px; }.visual-footer strong { color: #98aebc; font-size: 9px; font-weight: 500; letter-spacing: .06em; }.signal { display: flex; align-items: end; gap: 3px; height: 18px; }.signal i { width: 2px; height: 30%; background: var(--cyan); animation: signal 1.8s ease-in-out infinite alternate; }.signal i:nth-child(2n) { height: 70%; animation-delay: -.4s; }.signal i:nth-child(3n) { height: 100%; animation-delay: -.7s; }
.orbital-system { position: absolute; inset: 43px 0; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(55, 216, 255, .18); border-radius: 50%; }
.orbit i { position: absolute; width: 7px; height: 7px; background: var(--cyan); border-radius: 50%; box-shadow: 0 0 12px var(--cyan); top: 50%; left: -4px; }
.orbit-one { width: 170px; height: 170px; animation: rotate 14s linear infinite; }.orbit-two { width: 270px; height: 270px; border-style: dashed; animation: rotate 28s linear infinite reverse; }.orbit-three { width: 385px; height: 385px; border-color: rgba(55, 216, 255, .1); animation: rotate 38s linear infinite; }
.orbit-three::before, .orbit-three::after { content: ""; position: absolute; inset: 19%; border: 1px solid rgba(55, 216, 255, .06); transform: rotate(45deg); }.orbit-three::after { inset: 35%; }
.core { width: 94px; height: 94px; display: flex; align-items: baseline; justify-content: center; border-radius: 50%; border: 1px solid rgba(55, 216, 255, .5); background: radial-gradient(circle, rgba(55,216,255,.18), rgba(6,17,30,.95) 70%); box-shadow: 0 0 65px rgba(55,216,255,.22), inset 0 0 25px rgba(55,216,255,.1); color: var(--white); font-size: 43px; font-weight: 300; z-index: 2; }
.core small { color: var(--cyan); font-size: 10px; font-weight: 800; margin-left: 1px; }
.node { position: absolute; padding: 5px 8px; border: 1px solid rgba(87, 144, 171, .22); background: rgba(7, 18, 30, .78); color: #7794a7; font-family: ui-monospace, monospace; font-size: 7px; letter-spacing: .12em; }
.node-a { top: 22%; left: 17%; }.node-b { top: 19%; right: 16%; }.node-c { bottom: 21%; left: 11%; }.node-d { bottom: 19%; right: 10%; }
.floating-chip { position: absolute; min-width: 175px; padding: 13px 15px; display: flex; gap: 11px; align-items: center; background: rgba(10, 26, 40, .94); border: 1px solid rgba(95, 156, 189, .28); box-shadow: 0 18px 35px rgba(0,0,0,.24); backdrop-filter: blur(8px); }
.floating-chip > span { display: grid; place-items: center; width: 26px; height: 26px; border: 1px solid currentColor; border-radius: 50%; color: var(--green); font-size: 12px; }.floating-chip div { display: flex; flex-direction: column; }.floating-chip small { color: #60788a; font-family: ui-monospace, monospace; font-size: 7px; letter-spacing: .14em; }.floating-chip b { font-size: 10px; letter-spacing: .02em; font-weight: 500; }.chip-one { left: -33px; bottom: 95px; }.chip-two { right: -30px; top: 95px; }.chip-two > span { color: var(--cyan); }
.scroll-cue { position: absolute; bottom: 23px; left: 50%; display: flex; flex-direction: column; align-items: center; gap: 8px; color: #547083; font-family: ui-monospace, monospace; font-size: 7px; letter-spacing: .18em; }.scroll-cue i { width: 1px; height: 25px; background: linear-gradient(var(--cyan), transparent); }

.trust-strip { border-block: 1px solid var(--line); background: rgba(12, 28, 42, .55); }
.trust-inner { min-height: 94px; display: grid; grid-template-columns: 1.3fr repeat(4, 1fr); align-items: center; }
.trust-label { color: #546c7d; font-family: ui-monospace, monospace; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.sector { height: 45px; display: flex; align-items: center; justify-content: center; gap: 12px; color: #a4b3bf; font-size: 12px; border-left: 1px solid var(--line); }
.sector-icon { position: relative; display: inline-block; width: 20px; height: 20px; opacity: .65; }.pill { border: 1px solid var(--cyan); border-radius: 12px; transform: rotate(-35deg); }.pill::after { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; border-left: 1px solid var(--cyan); }.molecule::before, .molecule::after { content: ""; position: absolute; width: 6px; height: 6px; border: 1px solid var(--cyan); border-radius: 50%; }.molecule::before { top: 1px; left: 7px; box-shadow: -7px 12px 0 -1px var(--ink), -7px 12px 0 0 var(--cyan), 7px 12px 0 -1px var(--ink), 7px 12px 0 0 var(--cyan); }.molecule::after { width: 14px; height: 10px; border-width: 0 1px 1px; border-radius: 0; left: 3px; top: 6px; transform: rotate(45deg); }.drop { border: 1px solid var(--cyan); border-radius: 50% 50% 50% 0; transform: rotate(-45deg) scale(.75); }.leaf { width: 18px; height: 12px; border: 1px solid var(--cyan); border-radius: 100% 0 100% 0; transform: rotate(-15deg); }

.section { padding: 125px 0; }
.section-heading { display: grid; grid-template-columns: 1.15fr .65fr; gap: 10vw; align-items: end; margin-bottom: 60px; }
.section-heading h2, .method h2, .result-intro h2, .cta-panel h2, .partnership h2 { font-size: clamp(38px, 4.1vw, 61px); }
.section-heading > p { color: #7f94a5; margin: 0 0 5px; max-width: 450px; }
.section-heading.compact { align-items: center; }.text-link { color: #a7bac8; font-size: 12px; font-weight: 700; text-align: right; }.text-link span { color: var(--cyan); margin-left: 14px; }
.capabilities { background: var(--paper); color: var(--ink); }
.capabilities .eyebrow { color: #1684a1; }.capabilities h2 em { color: #137f9c; }.capabilities .section-heading > p { color: #667681; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.capability-card { min-height: 530px; position: relative; padding: 30px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid #d5dde0; background: #f9fbfb; transition: transform .35s var(--ease), box-shadow .35s; }
.capability-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 2px; background: currentColor; opacity: 0; transition: opacity .3s; }.capability-card:hover { transform: translateY(-7px); box-shadow: 0 30px 60px rgba(19, 48, 61, .1); }.capability-card:hover::before { opacity: 1; }
.cap-number { display: flex; justify-content: space-between; color: #91a0a9; font-family: ui-monospace, monospace; font-size: 10px; letter-spacing: .13em; }.card-cyan .cap-number span, .card-cyan > a { color: #087d9c; }.card-green .cap-number span, .card-green > a { color: #167956; }.card-violet .cap-number span, .card-violet > a { color: #6253aa; }
.cap-icon { width: 96px; height: 96px; margin: 49px 0 38px; position: relative; }
.icon-ai i { position: absolute; width: 17px; height: 17px; border: 1px solid #159abc; border-radius: 50%; }.icon-ai i:nth-child(1) { left: 39px; top: 39px; box-shadow: 0 0 0 8px rgba(21,154,188,.07); }.icon-ai i:nth-child(2) { top: 3px; left: 8px; }.icon-ai i:nth-child(3) { top: 3px; right: 7px; }.icon-ai i:nth-child(4) { bottom: 3px; left: 8px; }.icon-ai i:nth-child(5) { bottom: 3px; right: 7px; }.icon-ai::before, .icon-ai::after { content: ""; position: absolute; inset: 11px; border: 1px solid #b7d5dc; transform: rotate(45deg); }.icon-ai::after { inset: 23px; transform: none; }
.icon-science::before { content: ""; position: absolute; width: 34px; height: 68px; left: 31px; top: 8px; border: 1px solid #27866a; border-radius: 2px 2px 20px 20px; border-top: 0; background: linear-gradient(to top, rgba(108,240,176,.2) 35%, transparent 35%); }.icon-science::after { content: ""; position: absolute; width: 22px; left: 37px; top: 7px; border-top: 1px solid #27866a; box-shadow: 0 12px 0 #b8d1c9; }.icon-science i { position: absolute; width: 5px; height: 5px; background: #27866a; border-radius: 50%; bottom: 22px; left: 42px; }.icon-science i:nth-child(2) { left: 57px; bottom: 32px; }.icon-science i:nth-child(3) { left: 49px; bottom: 12px; }.icon-science i:nth-child(4) { left: 62px; bottom: 16px; }
.icon-automation::before, .icon-automation::after { content: ""; position: absolute; inset: 9px; border: 1px solid #7667bf; transform: rotate(45deg); }.icon-automation::after { inset: 29px; background: rgba(118,103,191,.12); }.icon-automation i { position: absolute; width: 9px; height: 9px; border: 1px solid #7667bf; background: #f9fbfb; z-index: 1; }.icon-automation i:nth-child(1) { left: 5px; top: 43px; }.icon-automation i:nth-child(2) { right: 5px; top: 43px; }.icon-automation i:nth-child(3) { top: 5px; left: 43px; }.icon-automation i:nth-child(4) { bottom: 5px; left: 43px; }
.capability-card h3 { margin: 0 0 14px; font-size: 22px; line-height: 1.25; letter-spacing: -.025em; }.capability-card p { margin: 0; color: #6c7b85; font-size: 14px; }.capability-card ul { list-style: none; margin: 26px 0; padding: 0; color: #53636d; font-size: 12px; }.capability-card li { padding: 8px 0; border-bottom: 1px solid #e0e6e8; }.capability-card li::before { content: "+"; color: currentColor; margin-right: 9px; }.capability-card > a { margin-top: auto; font-size: 12px; font-weight: 750; }.capability-card > a span { float: right; }

.featured-work { background: #0a1623; }
.work-showcase { display: grid; grid-template-columns: 1.48fr .72fr; gap: 14px; }
.work-primary, .mini-product { border: 1px solid var(--line); background: rgba(14, 31, 46, .68); }
.work-primary { min-height: 540px; }.product-head { min-height: 52px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }.product-code, .product-status { color: #587083; font-family: ui-monospace, monospace; font-size: 8px; letter-spacing: .14em; }.product-status { color: var(--green); }.product-status i { display: inline-block; width: 5px; height: 5px; margin-right: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 10px currentColor; }
.product-body { min-height: 487px; padding: 50px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 25px; align-items: center; }.product-name { margin: 0 0 15px; color: var(--cyan); font-size: 18px; font-weight: 700; }.product-name span { color: var(--white); }.product-body h3 { margin: 0 0 18px; font-size: 34px; line-height: 1.13; letter-spacing: -.035em; }.product-body > div:first-child > p:last-of-type { color: #8195a5; font-size: 14px; }.product-body a, .portfolio-info a { display: inline-block; margin-top: 24px; color: var(--cyan); font-size: 11px; font-weight: 700; }.product-body a span, .portfolio-info a span { margin-left: 18px; }
.molecule-map { position: relative; height: 330px; border: 1px solid rgba(55,216,255,.1); background-image: radial-gradient(rgba(55,216,255,.16) 1px, transparent 1px); background-size: 13px 13px; }.molecule-map svg { width: 100%; height: 100%; filter: drop-shadow(0 0 8px rgba(55,216,255,.1)); }.bonds path { fill: none; stroke: rgba(55,216,255,.45); stroke-width: 1; stroke-dasharray: 4 4; }.atoms circle { fill: rgba(8, 28, 42, .9); stroke: var(--cyan); stroke-width: 1; }.map-label { position: absolute; padding: 4px 7px; border: 1px solid rgba(55,216,255,.2); color: #6e91a5; background: rgba(6, 17, 30, .85); font-family: ui-monospace, monospace; font-size: 7px; letter-spacing: .1em; }.label-a { top: 17px; left: 16px; }.label-b { right: 15px; bottom: 14px; color: var(--green); }
.work-secondary { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 14px; }.mini-product { position: relative; min-height: 255px; padding: 20px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; }.mini-product .product-code { position: absolute; left: 20px; top: 16px; }.mini-symbol { width: 58px; height: 58px; margin-bottom: 20px; display: flex; align-items: baseline; justify-content: center; border: 1px solid currentColor; border-radius: 50%; font-size: 20px; font-weight: 300; box-shadow: 0 0 30px rgba(55,216,255,.06); }.mini-symbol span { font-size: 10px; }.mini-product h3 { margin: 0 0 2px; font-size: 17px; }.mini-product p { margin: 0; color: #6c8293; font-size: 11px; line-height: 1.4; padding-right: 20px; }.mini-product a { position: absolute; right: 18px; bottom: 17px; color: currentColor; }.mini-blue { color: var(--cyan); }.mini-orange { color: var(--orange); }.mini-green { color: var(--green); }.mini-magenta { color: var(--magenta); }.mini-product h3 { color: var(--white); }

.method { background: #07111e; }.method-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12vw; align-items: center; }.method-copy > p:not(.eyebrow) { color: #8297a7; margin: 28px 0 35px; max-width: 550px; }.method-steps { position: relative; }.method-line { position: absolute; left: 20px; top: 40px; bottom: 40px; width: 1px; background: linear-gradient(var(--cyan), rgba(55,216,255,.08)); }.method-steps article { position: relative; display: grid; grid-template-columns: 42px 1fr; gap: 28px; padding: 27px 0; }.method-steps article > span { position: relative; z-index: 1; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(55,216,255,.35); border-radius: 50%; background: var(--ink); color: var(--cyan); font-family: ui-monospace, monospace; font-size: 9px; }.method-steps h3 { margin: 0 0 5px; font-size: 18px; }.method-steps p { margin: 0; color: #718798; font-size: 13px; }
.results-band { padding: 80px 0 45px; color: #06101d; background: var(--cyan); }.results-grid { display: grid; grid-template-columns: 1.4fr repeat(3, .55fr); gap: 45px; align-items: end; }.eyebrow.light { color: #13566a; }.result-intro h2 { font-size: clamp(31px, 3vw, 48px); }.result-intro h2 em { color: #12596d; }.result-stat { padding-left: 22px; border-left: 1px solid rgba(6,16,29,.25); }.result-stat strong { display: block; font-size: clamp(40px, 4vw, 59px); line-height: 1; letter-spacing: -.06em; font-weight: 480; }.result-stat sup { font-size: .4em; font-weight: 700; letter-spacing: -.02em; }.result-stat span { display: block; max-width: 125px; margin-top: 13px; font-size: 10px; line-height: 1.4; font-weight: 650; text-transform: uppercase; letter-spacing: .08em; }.result-note { margin-top: 45px; padding-top: 15px; border-top: 1px solid rgba(6,16,29,.14); color: rgba(6,16,29,.62); font-size: 9px; }
.final-cta { background: var(--paper); color: var(--ink); }.cta-panel { min-height: 330px; position: relative; padding: 60px; display: grid; grid-template-columns: 1fr 190px; align-items: center; overflow: hidden; border: 1px solid #cedade; background: #e9eff0; }.cta-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(14,78,99,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(14,78,99,.07) 1px, transparent 1px); background-size: 40px 40px; mask-image: radial-gradient(circle at 80% 50%, #000, transparent 55%); }.cta-panel > div:not(.cta-grid) { position: relative; z-index: 1; }.cta-panel .eyebrow { color: #16809e; }.cta-panel h2 em { color: #167d98; }.cta-action { display: flex; justify-content: end; }.round-link { width: 145px; height: 145px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 50%; color: var(--white); background: var(--ink); font-size: 13px; line-height: 1.25; transition: transform .3s var(--ease), background .3s; }.round-link b { color: var(--cyan); font-size: 22px; align-self: end; }.round-link:hover { transform: rotate(-5deg) scale(1.04); background: #0e2638; }

.site-footer { padding: 75px 0 26px; background: #040b13; border-top: 1px solid var(--line); }.footer-main { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 8vw; padding-bottom: 65px; }.footer-statement p { max-width: 360px; margin: 24px 0 0; color: #6e8495; font-size: 14px; }.footer-col { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }.footer-label { color: #466072; margin: 0 0 14px; font-family: ui-monospace, monospace; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }.footer-col a, .footer-col span { color: #9babb8; font-size: 12px; }.footer-col a:hover { color: var(--cyan); }.footer-bottom { padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: #405666; font-family: ui-monospace, monospace; font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }

/* Internal pages */
.page-hero { min-height: 690px; padding: 140px 0 90px; position: relative; overflow: hidden; display: flex; align-items: center; background: #081522; }.page-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 46%, rgba(55,216,255,.11), transparent 30%); }.breadcrumb { position: relative; z-index: 2; display: flex; gap: 10px; margin-bottom: 65px; color: #5e7587; font-family: ui-monospace, monospace; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }.breadcrumb a:hover { color: var(--cyan); }.page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; gap: 7vw; align-items: center; }.page-hero h1 { font-size: clamp(48px, 5vw, 72px); }.page-hero .button { margin-top: 34px; }.page-hero-green h1 em { color: var(--green); }.page-hero-green .eyebrow { color: var(--green); }.page-hero-violet h1 em { color: var(--violet); }.page-hero-violet .eyebrow { color: var(--violet); }
.expertise-visual { position: relative; width: min(420px, 90vw); aspect-ratio: 1; display: grid; place-items: center; margin-inline: auto; }.expertise-ring { position: absolute; border: 1px solid rgba(55,216,255,.18); border-radius: 50%; }.ring-a { inset: 7%; animation: rotate 28s linear infinite; border-style: dashed; }.ring-b { inset: 22%; animation: rotate 18s linear infinite reverse; }.ring-c { inset: 36%; box-shadow: 0 0 55px rgba(55,216,255,.1); }.expertise-ring::after { content: ""; position: absolute; width: 7px; height: 7px; top: 20%; left: 2%; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 11px currentColor; }.page-hero-green .expertise-ring { border-color: rgba(108,240,176,.2); }.page-hero-green .expertise-ring::after { background: var(--green); }.page-hero-violet .expertise-ring { border-color: rgba(155,135,255,.24); }.page-hero-violet .expertise-ring::after { background: var(--violet); }.expertise-core { width: 105px; height: 105px; display: grid; place-items: center; border: 1px solid rgba(55,216,255,.5); border-radius: 50%; background: rgba(8,23,36,.9); color: var(--white); font-size: 30px; font-weight: 300; box-shadow: 0 0 70px rgba(55,216,255,.15); }.tech-label { position: absolute; color: #567187; font-family: ui-monospace, monospace; font-size: 7px; letter-spacing: .15em; }.tech-label-a { top: 8%; left: 10%; }.tech-label-b { right: 5%; bottom: 11%; }
.expertise-intro { background: var(--paper); color: var(--ink); }.expertise-intro-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 12vw; }.giant-stat { display: block; color: #12819f; font-size: clamp(76px, 10vw, 145px); font-weight: 250; letter-spacing: -.08em; line-height: .9; }.expertise-intro-grid > div:first-child p { max-width: 190px; color: #74838b; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }.expertise-intro .eyebrow { color: #147c96; }.expertise-intro h2 { max-width: 760px; font-size: clamp(34px, 4vw, 54px); }.expertise-intro-grid > div:last-child > p:last-child { max-width: 710px; margin-top: 28px; color: #63737d; }
.expertise-scope { background: #e7edef; color: var(--ink); }.expertise-scope .eyebrow { color: #147c96; }.expertise-scope h2 em { color: #147c96; }.scope-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #c6d1d5; border-left: 1px solid #c6d1d5; }.scope-item { min-height: 280px; padding: 26px; border-right: 1px solid #c6d1d5; border-bottom: 1px solid #c6d1d5; }.scope-item > span { color: #8b9ba3; font-family: ui-monospace, monospace; font-size: 9px; }.scope-item h3 { margin: 75px 0 15px; font-size: 18px; }.scope-item p { color: #687983; font-size: 13px; }.outcomes { padding: 90px 0; background: #0b1b2a; }.outcomes-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; align-items: center; }.outcomes h2 { font-size: clamp(38px, 4vw, 58px); }.outcomes ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; }.outcomes li { padding: 22px 0; border-bottom: 1px solid var(--line); color: #afbfca; font-size: 14px; }.outcomes li span { color: var(--green); margin-right: 12px; }

.portfolio-hero { min-height: 620px; align-items: end; }.portfolio-hero::before { background: radial-gradient(circle at 70% 40%, rgba(155,135,255,.1), transparent 31%); }.portfolio-title { max-width: 900px; position: relative; z-index: 1; }.portfolio-title .hero-lead { max-width: 710px; }.portfolio-list { background: #07111e; }.portfolio-item { min-height: 650px; padding: 80px 0; border-top: 1px solid var(--line); scroll-margin-top: 82px; }.portfolio-row { display: grid; grid-template-columns: 70px 1fr .9fr; gap: 6vw; align-items: center; }.portfolio-index { align-self: start; color: var(--cyan); font-family: ui-monospace, monospace; font-size: 12px; writing-mode: vertical-rl; }.portfolio-index span { color: #41596b; }.portfolio-kind { color: var(--cyan); font-family: ui-monospace, monospace; font-size: 8px; letter-spacing: .15em; }.portfolio-info h2 { font-size: clamp(46px, 5vw, 72px); font-weight: 300; line-height: 1; letter-spacing: -.06em; }.portfolio-info h2 em { color: var(--cyan); font-family: Georgia, serif; }.portfolio-info > p:not(.portfolio-kind) { max-width: 580px; color: #8499a8; }.portfolio-info ul { margin: 25px 0 0; padding: 0; list-style: none; color: #9cabb6; font-size: 12px; }.portfolio-info li { padding: 7px 0; }.portfolio-info li::before { content: "+"; color: var(--cyan); margin-right: 9px; }.portfolio-art { position: relative; width: 100%; aspect-ratio: 1; max-height: 410px; display: grid; place-items: center; border: 1px solid var(--line); overflow: hidden; }.portfolio-art small { position: absolute; left: 16px; bottom: 13px; color: #4f697b; font-family: ui-monospace, monospace; font-size: 7px; letter-spacing: .13em; }.art-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(55,216,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(55,216,255,.06) 1px, transparent 1px); background-size: 28px 28px; }.reaction-path { width: 78%; height: 60%; position: relative; }.reaction-path::before { content: ""; position: absolute; left: 5%; right: 5%; top: 50%; height: 1px; background: var(--cyan); transform: rotate(-17deg); box-shadow: 0 0 20px rgba(55,216,255,.3); }.reaction-path i { position: absolute; width: 34px; height: 34px; border: 1px solid var(--cyan); background: #0a1927; border-radius: 50%; z-index: 1; }.reaction-path i:nth-child(1) { left: 3%; top: 61%; }.reaction-path i:nth-child(2) { left: 25%; top: 50%; }.reaction-path i:nth-child(3) { left: 45%; top: 41%; width: 49px; height: 49px; box-shadow: 0 0 30px rgba(55,216,255,.18); }.reaction-path i:nth-child(4) { right: 22%; top: 27%; }.reaction-path i:nth-child(5) { right: 2%; top: 18%; }.reaction-path span { position: absolute; inset: 15% 22%; border: 1px dashed rgba(55,216,255,.17); border-radius: 50%; }
.product-alchemia { background: #0a1725; }.product-alchemia .portfolio-kind, .product-alchemia .portfolio-index, .product-alchemia .portfolio-info h2 em, .product-alchemia .portfolio-info a, .product-alchemia .portfolio-info li::before { color: var(--violet); }.formula-core { width: 120px; height: 120px; display: grid; place-items: center; border: 1px solid var(--violet); border-radius: 50%; color: var(--violet); font-size: 39px; box-shadow: 0 0 55px rgba(155,135,255,.13); }.formula-bars { position: absolute; inset: 12%; display: flex; gap: 10px; align-items: end; justify-content: center; }.formula-bars i { width: 7px; height: 35%; background: rgba(155,135,255,.25); }.formula-bars i:nth-child(2) { height: 57%; }.formula-bars i:nth-child(3) { height: 82%; }.formula-bars i:nth-child(4) { height: 70%; }.formula-bars i:nth-child(5) { height: 45%; }.formula-bars i:nth-child(6) { height: 26%; }
.product-aria .portfolio-kind, .product-aria .portfolio-index, .product-aria .portfolio-info h2 em, .product-aria .portfolio-info a, .product-aria .portfolio-info li::before { color: var(--orange); }.doc-stack { position: relative; width: 45%; height: 55%; }.doc-stack i { position: absolute; inset: 0; border: 1px solid rgba(255,156,88,.42); background: #0b1a29; }.doc-stack i:nth-child(1) { transform: translate(-26px, 24px); opacity: .35; }.doc-stack i:nth-child(2) { transform: translate(-13px, 12px); opacity: .6; }.doc-stack i:nth-child(3)::before { content: ""; position: absolute; left: 18%; right: 18%; top: 27%; height: 1px; background: rgba(255,156,88,.38); box-shadow: 0 22px 0 rgba(255,156,88,.25), 0 44px 0 rgba(255,156,88,.25), 0 66px 0 rgba(255,156,88,.25); }.doc-stack b { position: absolute; z-index: 2; right: -18px; bottom: -18px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: var(--ink); font-size: 22px; }
.product-iare { background: #0a1725; }.product-iare .portfolio-kind, .product-iare .portfolio-index, .product-iare .portfolio-info h2 em, .product-iare .portfolio-info a, .product-iare .portfolio-info li::before { color: var(--green); }.art-iare { background-image: radial-gradient(circle at center, rgba(108,240,176,.08), transparent 55%); }.monitor-center { position: relative; z-index: 3; width: 82px; height: 82px; display: grid; place-items: center; border: 1px solid var(--green); border-radius: 50%; background: #0a1725; color: var(--green); font-size: 25px; box-shadow: 0 0 42px rgba(108,240,176,.16); }.monitor-pulse { position: absolute; width: 70%; aspect-ratio: 1; border: 1px solid rgba(108,240,176,.22); border-radius: 50%; animation: monitor-pulse 2.8s ease-out infinite; }.monitor-source { position: absolute; min-width: 70px; padding: 6px 8px; display: flex; align-items: center; gap: 6px; border: 1px solid rgba(108,240,176,.2); background: rgba(8,24,35,.9); color: #789889; font: 7px ui-monospace, monospace; letter-spacing: .1em; }.monitor-source i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 7px var(--green); }.source-a { top: 16%; left: 10%; }.source-b { top: 18%; right: 11%; }.source-c { bottom: 20%; left: 9%; }.source-d { right: 8%; bottom: 18%; }
.product-vigia .portfolio-kind, .product-vigia .portfolio-index, .product-vigia .portfolio-info h2 em, .product-vigia .portfolio-info a, .product-vigia .portfolio-info li::before { color: var(--magenta); }.art-vigia { background-image: linear-gradient(rgba(255,8,119,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,8,119,.04) 1px, transparent 1px); background-size: 30px 30px; }.article-stack { width: 72%; display: flex; flex-direction: column; gap: 11px; }.article-stack > div { height: 56px; padding: 0 15px; display: grid; grid-template-columns: 10px 1fr 22px; align-items: center; gap: 11px; border: 1px solid rgba(255,8,119,.23); background: rgba(9,23,36,.9); color: #768b9b; font: 8px ui-monospace, monospace; letter-spacing: .1em; }.article-stack i { width: 7px; height: 7px; border-radius: 50%; background: var(--magenta); box-shadow: 0 0 9px var(--magenta); }.article-stack b { color: var(--green); font-size: 12px; }.article-stack > div:last-child b { color: var(--yellow); }.vigia-query { position: absolute; top: 16%; right: 8%; padding: 6px 9px; border: 1px solid rgba(255,214,76,.3); color: var(--yellow); background: rgba(9,23,36,.92); font: 7px ui-monospace, monospace; letter-spacing: .1em; }
.partnership { background: var(--paper); color: var(--ink); }.partnership-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }.partnership .eyebrow { color: #147c96; }.partnership h2 em { color: #147c96; }.partnership-items { border-top: 1px solid #cbd5d9; }.partnership-items > div { padding: 20px 0; display: grid; grid-template-columns: 40px 1fr; border-bottom: 1px solid #cbd5d9; }.partnership-items span { color: #1986a2; font-family: ui-monospace, monospace; font-size: 9px; }.partnership-items p { margin: 0; font-size: 14px; font-weight: 600; }

.contact-page { min-height: 100vh; padding: 135px 0 115px; background: #07111e; }.contact-page .breadcrumb { margin-bottom: 50px; }.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; align-items: start; }.contact-copy h1 { font-size: clamp(48px, 5vw, 70px); }.contact-copy > p:not(.eyebrow) { max-width: 520px; color: #849aaa; margin: 28px 0 45px; }.contact-options { border-top: 1px solid var(--line); }.contact-options > * { min-height: 70px; padding: 15px 0; display: grid; grid-template-columns: 90px 1fr 20px; align-items: center; border-bottom: 1px solid var(--line); }.contact-options > * > span { color: #526d7f; font-family: ui-monospace, monospace; font-size: 8px; letter-spacing: .13em; }.contact-options strong { font-size: 12px; font-weight: 500; color: #b8c6d0; }.contact-options b { color: var(--cyan); font-size: 14px; }.form-panel { padding: 30px; border: 1px solid var(--line); background: rgba(13, 30, 45, .68); }.form-header { margin: -30px -30px 28px; padding: 14px 18px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); color: #526c7f; font-family: ui-monospace, monospace; font-size: 8px; letter-spacing: .14em; }.form-header i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px var(--green); }.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.form-panel label { position: relative; display: block; margin-bottom: 18px; color: #869aaa; font-family: ui-monospace, monospace; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }.form-panel label > span { color: var(--cyan); margin-left: 3px; }.form-panel input, .form-panel select, .form-panel textarea { width: 100%; margin-top: 7px; padding: 13px 0; border: 0; border-bottom: 1px solid rgba(133,158,179,.28); border-radius: 0; outline: none; background: transparent; color: var(--white); font-family: Inter, sans-serif; font-size: 13px; letter-spacing: 0; text-transform: none; transition: border-color .2s; }.form-panel textarea { resize: vertical; min-height: 110px; }.form-panel select { color-scheme: dark; }.form-panel input::placeholder, .form-panel textarea::placeholder { color: #455e70; }.form-panel input:focus, .form-panel select:focus, .form-panel textarea:focus { border-color: var(--cyan); }.form-panel label > small { position: absolute; right: 0; bottom: 8px; color: #456173; font-size: 7px; }.form-submit { width: 100%; border: 0; }.privacy-note { margin: 12px 0 0; color: #536c7e; font-size: 9px; text-align: center; }.honeypot { position: absolute; left: -9999px; }.alert { margin-bottom: 20px; padding: 11px 13px; font-size: 11px; border-left: 2px solid; }.alert-success { color: var(--green); background: rgba(108,240,176,.07); }.alert-error { color: #ff9c8d; background: rgba(255,112,92,.07); }.error-page { min-height: 80vh; padding: 170px 0 100px; display: grid; align-items: center; }.error-page .container { position: relative; }.error-page .container > span { position: absolute; right: 4%; top: -80px; color: rgba(55,216,255,.035); font-size: 330px; font-weight: 800; line-height: 1; }.error-page h1 { font-size: clamp(50px, 7vw, 90px); }.error-page > div > p:not(.eyebrow) { color: #8194a3; }.error-page .button { margin-top: 20px; }

.reveal { opacity: 1; transform: none; transition: opacity .7s var(--ease), transform .7s var(--ease); }.reveal.reveal-pending { opacity: 0; transform: translateY(22px); }.reveal.is-visible { opacity: 1; transform: none; }.delay-1 { transition-delay: .1s; }.delay-2 { transition-delay: .2s; }

@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes signal { to { height: 15%; opacity: .4; } }
@keyframes monitor-pulse { 0% { transform: scale(.55); opacity: .7; } 100% { transform: scale(1.15); opacity: 0; } }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr; }.hero-copy { max-width: 760px; }.hero-visual { width: min(570px, 100%); margin: 30px auto 0; }.hero { padding-top: 140px; }.hero-proof { max-width: 580px; }
  .trust-inner { grid-template-columns: repeat(4, 1fr); }.trust-label { grid-column: 1 / -1; padding: 15px 0 8px; }.sector:first-of-type { border-left: 0; }
  .capability-grid { grid-template-columns: 1fr 1fr; }.capability-card:last-child { grid-column: 1 / -1; min-height: 450px; }
  .work-showcase { grid-template-columns: 1fr; }.work-secondary { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; }.mini-product { min-height: 230px; }
  .results-grid { grid-template-columns: 1fr 1fr 1fr; }.result-intro { grid-column: 1 / -1; margin-bottom: 20px; }
  .page-hero-grid { grid-template-columns: 1.25fr .75fr; }.expertise-visual { width: 330px; }.scope-grid { grid-template-columns: 1fr 1fr; }
  .portfolio-row { grid-template-columns: 45px 1fr .75fr; gap: 4vw; }.contact-grid { gap: 5vw; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 32px), var(--max)); }.site-header { height: 70px; }.menu-toggle { display: block; z-index: 3; }.menu-toggle[aria-expanded="true"] i:first-of-type { top: 21px; transform: rotate(45deg); }.menu-toggle[aria-expanded="true"] i:last-of-type { top: 21px; transform: rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; padding: 110px 25px 30px; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: rgba(5,14,24,.98); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .25s ease; }.main-nav.is-open { opacity: 1; visibility: visible; transform: none; }.main-nav > a { padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 18px; }.main-nav .nav-cta { margin-top: 20px; padding: 14px 16px; text-align: center; }
  .hero { min-height: auto; padding: 120px 0 75px; }.hero h1 { font-size: clamp(43px, 12vw, 62px); }.hero-lead { font-size: 16px; }.hero-proof { gap: 12px; justify-content: space-between; }.hero-proof > div { flex-direction: column; align-items: flex-start; padding-right: 13px; gap: 7px; }.hero-proof strong { font-size: 21px; }.hero-visual { min-height: 410px; }.visual-frame { width: 100%; }.floating-chip { display: none; }.orbit-three { width: 76%; height: auto; aspect-ratio: 1; }.orbit-two { width: 55%; height: auto; aspect-ratio: 1; }.orbit-one { width: 34%; height: auto; aspect-ratio: 1; }.node { font-size: 6px; }.scroll-cue { display: none; }
  .trust-inner { grid-template-columns: 1fr 1fr; padding-bottom: 12px; }.sector { border: 0; border-top: 1px solid var(--line); justify-content: flex-start; padding-left: 15px; }
  .section { padding: 80px 0; }.section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 42px; }.section-heading h2, .method h2, .result-intro h2, .cta-panel h2, .partnership h2 { font-size: 39px; }.section-heading > p { font-size: 14px; }.text-link { text-align: left; }
  .capability-grid { grid-template-columns: 1fr; }.capability-card, .capability-card:last-child { min-height: 500px; grid-column: auto; }.cap-icon { margin-top: 35px; }
  .product-body { padding: 30px; grid-template-columns: 1fr; }.molecule-map { height: 260px; }.work-secondary { grid-template-columns: 1fr; }.mini-product { min-height: 170px; }
  .method-grid, .outcomes-grid, .partnership-grid { grid-template-columns: 1fr; gap: 55px; }.results-grid { grid-template-columns: 1fr; }.result-intro { grid-column: auto; }.result-stat { padding: 15px 0; border-left: 0; border-top: 1px solid rgba(6,16,29,.2); display: grid; grid-template-columns: 1fr 1fr; align-items: end; }.result-stat span { max-width: 160px; }.cta-panel { padding: 38px 25px; grid-template-columns: 1fr; gap: 40px; }.cta-action { justify-content: start; }.round-link { width: 120px; height: 120px; padding: 24px; }
  .footer-main { grid-template-columns: 1fr; gap: 40px; }.footer-bottom { flex-direction: column; gap: 5px; }
  .page-hero { min-height: auto; padding: 120px 0 75px; }.breadcrumb { margin-bottom: 45px; }.page-hero-grid { grid-template-columns: 1fr; }.page-hero h1 { font-size: 46px; }.expertise-visual { width: min(330px, 90vw); margin-top: 35px; }.expertise-intro-grid { grid-template-columns: 1fr; gap: 60px; }.scope-grid { grid-template-columns: 1fr; }.scope-item { min-height: 235px; }.scope-item h3 { margin-top: 50px; }.outcomes ul { grid-template-columns: 1fr; }
  .portfolio-hero { padding-bottom: 70px; }.portfolio-item { padding: 65px 0; }.portfolio-row { grid-template-columns: 1fr; gap: 28px; }.portfolio-index { writing-mode: initial; }.portfolio-art { max-width: 430px; }.portfolio-info h2 { font-size: 52px; }
  .contact-page { padding: 120px 0 80px; }.contact-grid { grid-template-columns: 1fr; gap: 60px; }.contact-copy h1 { font-size: 47px; }.field-row { grid-template-columns: 1fr; }.form-panel { padding: 23px; }.form-header { margin: -23px -23px 25px; }.error-page .container > span { font-size: 170px; top: -30px; }
}

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