:root {
  --ink: #07080d;
  --ink-soft: #0d1018;
  --panel: #111520;
  --panel-light: #171c28;
  --line: rgba(236, 243, 255, .14);
  --line-strong: rgba(236, 243, 255, .25);
  --text: #f3f6fa;
  --muted: #a9b1bf;
  --muted-deep: #737d8d;
  --cyan: #60e7ed;
  --cyan-bright: #17f3ff;
  --violet: #a67cff;
  --lime: #c5ff7d;
  --max: 1280px;
  --pad: clamp(1.25rem, 3vw, 3rem);
  --radius: 1.5rem;
  --heading: "Manrope", sans-serif;
  --body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--text); font-family: var(--body); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img, video { max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--heading); }
::selection { background: var(--cyan); color: var(--ink); }
:focus-visible { outline: 2px solid var(--cyan-bright); outline-offset: 4px; }

.container { width: min(100% - (var(--pad) * 2), var(--max)); margin-inline: auto; }
.section { padding: clamp(6rem, 10vw, 10rem) 0; }
.section-tight { padding: clamp(5rem, 8vw, 8rem) 0; }
.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; }
[data-held-flagship] { display: none !important; }
.skip-link { position: fixed; z-index: 999; top: 1rem; left: 1rem; padding: .75rem 1rem; background: var(--text); color: var(--ink); transform: translateY(-200%); transition: transform .2s; border-radius: .4rem; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s; }
.site-header.is-scrolled { background: rgba(7, 8, 13, .9); border-color: var(--line); backdrop-filter: blur(14px); }
.nav-shell { width: min(100% - (var(--pad) * 2), 1440px); min-height: 5.5rem; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; font-family: var(--heading); font-weight: 800; line-height: 1; letter-spacing: -.06em; }
.brand-mark { width: 2.55rem; aspect-ratio: 1; border-radius: .72rem; display: grid; place-items: center; background: linear-gradient(145deg, #52e8ed 5%, #5576ee 52%, #8c42e9 100%); box-shadow: 0 0 30px rgba(75, 213, 237, .2); }
.brand-mark span { width: 1rem; height: 1.35rem; background: white; clip-path: polygon(55% 0, 100% 0, 68% 39%, 100% 39%, 23% 100%, 43% 54%, 0 54%); }
.brand-word { font-size: 1.15rem; }
.brand-word span { font-weight: 500; }
.brand-word b { color: var(--cyan); font-weight: 800; }
.primary-nav { display: flex; align-items: center; gap: clamp(1.1rem, 2.4vw, 2.7rem); font-size: .74rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.primary-nav > a:not(.nav-cta) { color: #c1c8d3; transition: color .2s; }
.primary-nav > a:hover { color: var(--cyan); }
.nav-cta { padding: .78rem 1.1rem; border: 1px solid var(--line-strong); border-radius: 999px; }
.nav-cta span { margin-left: .45rem; color: var(--cyan); }
.menu-toggle { display: none; width: 3rem; height: 3rem; border: 1px solid var(--line); background: transparent; color: white; border-radius: 50%; }
.menu-toggle > span:not(.sr-only) { display: block; width: 1.1rem; height: 1px; margin: 5px auto; background: currentColor; transition: transform .2s; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: center; overflow: hidden; background: #04050a; }
.hero-scene, .hero-grid, .hero-shade, .globe-canvas, .hero-film { position: absolute; inset: 0; }
.globe-canvas { left: 42%; width: 72%; opacity: .95; }
.globe-canvas canvas { width: 100% !important; height: 100% !important; }
.hero-film { width: 100%; height: 100%; object-fit: cover; object-position: 65% center; pointer-events: none; }
.hero-grid { opacity: .18; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px); background-size: 6rem 6rem; mask-image: linear-gradient(to right, black, transparent 75%); }
.hero-shade { background: linear-gradient(90deg, rgba(4,2,13,.98) 0%, rgba(4,2,13,.94) 31%, rgba(4,2,13,.7) 50%, rgba(4,2,13,.22) 76%, rgba(4,2,13,.32) 100%), linear-gradient(to top, rgba(4,2,13,.72) 0%, transparent 38%); }
.hero-layout { position: relative; z-index: 2; padding-top: 6.5rem; padding-bottom: 6.5rem; display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: end; }
.hero-copy { width: min(100%, 940px); }
.eyebrow, .kicker, .tag { color: var(--cyan); font-family: var(--heading); font-size: .68rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: .65rem; margin-bottom: 1.75rem; }
.eyebrow > span { width: 2rem; height: 1px; background: var(--cyan); }
.hero h1 { max-width: 940px; margin-bottom: 1.4rem; font-size: clamp(3.35rem, 6.2vw, 6.8rem); line-height: .91; letter-spacing: -.072em; font-weight: 700; }
.hero h1 em { display: inline; color: var(--cyan); font-style: normal; font-weight: 500; }
.hero-lead { max-width: 660px; margin-bottom: .85rem; color: #d8dde5; font-size: clamp(1.05rem, 1.6vw, 1.35rem); line-height: 1.55; }
.hero-support { max-width: 610px; margin-bottom: 2.2rem; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .85rem; }
.button { min-height: 3.35rem; padding: .9rem 1.35rem; display: inline-flex; align-items: center; justify-content: space-between; gap: 1.5rem; border: 1px solid var(--line-strong); border-radius: 999px; font-family: var(--heading); font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--cyan); border-color: var(--cyan); color: #051114; }
.button-primary:hover { background: white; border-color: white; }
.button-secondary { background: rgba(255,255,255,.04); }
.button-secondary:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.45); }
.text-link { padding: .75rem .3rem; color: #c7ced8; font-size: .84rem; border-bottom: 1px solid var(--line-strong); }
.hero-signature { position: absolute; right: 0; bottom: 7rem; width: min(20rem, 25vw); padding: 1.3rem 1.4rem; border-left: 1px solid var(--cyan); background: linear-gradient(90deg, rgba(6,8,14,.72), transparent); font-family: var(--heading); }
.hero-signature span, .hero-signature strong { display: block; }
.hero-signature span { color: var(--muted); font-size: .92rem; }
.hero-signature strong { font-size: clamp(1.8rem, 3vw, 3.2rem); letter-spacing: -.05em; }
.hero-footer { position: absolute; z-index: 3; inset: auto 0 1.5rem; display: flex; justify-content: space-between; color: #788292; font-family: var(--heading); font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; }
.scroll-note i { color: var(--cyan); font-style: normal; }

.section-intro { margin-bottom: clamp(3rem, 6vw, 5.5rem); }
.section-intro h2 { max-width: 820px; margin: .8rem 0 0; font-size: clamp(2.4rem, 5vw, 5rem); line-height: 1.02; letter-spacing: -.06em; }
.section-intro > p, .split-intro > p { max-width: 520px; color: var(--muted); font-size: 1.06rem; }
.split-intro { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(17rem, .65fr); gap: 3rem; align-items: end; }
.split-intro > p { margin: 0; }

.pathways { background: #07080d; }
.pathway-grid { border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; }
.pathway { min-height: 27rem; position: relative; padding: clamp(2rem, 4vw, 3.5rem); display: grid; grid-template-columns: auto 1fr; gap: 2.5rem; overflow: hidden; border-bottom: 1px solid var(--line); }
.pathway + .pathway { border-left: 1px solid var(--line); }
.pathway::after { content: ""; position: absolute; width: 22rem; aspect-ratio: 1; right: -9rem; bottom: -12rem; border-radius: 50%; filter: blur(35px); opacity: .16; }
.pathway-ai::after { background: var(--cyan); }
.pathway-build::after { background: var(--violet); }
.pathway-number { color: var(--muted-deep); font: 600 .72rem var(--heading); }
.pathway h3 { max-width: 480px; margin: 1rem 0; font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1.08; letter-spacing: -.045em; }
.pathway p:not(.tag) { max-width: 510px; color: var(--muted); }
.arrow-link { display: inline-flex; align-items: center; gap: 1rem; margin-top: 1.2rem; padding-bottom: .35rem; border-bottom: 1px solid var(--line-strong); font-family: var(--heading); font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.arrow-link span { color: var(--cyan); transition: transform .2s; }
.arrow-link:hover span { transform: translate(3px, -3px); }

.trust-strip { padding: 2rem 0; border-block: 1px solid rgba(93,230,237,.22); background: #0b1418; }
.trust-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 3rem; align-items: center; }
.trust-layout > p { margin: 0; font-weight: 600; line-height: 1.45; }
.trust-layout ul { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .55rem; list-style: none; }
.trust-layout li { padding: .42rem .65rem; border: 1px solid rgba(95,231,237,.17); border-radius: 999px; color: #aab8be; font-size: .72rem; }

.services { background: #f0f0ec; color: #11141a; }
.services .kicker { color: #11767c; }
.services .split-intro > p { color: #59606a; }
.service-list { border-top: 1px solid rgba(10,16,25,.2); }
.service-row { padding: clamp(2.2rem, 4vw, 4rem) 0; display: grid; grid-template-columns: 3rem minmax(15rem, .75fr) minmax(20rem, 1fr); gap: 2rem; border-bottom: 1px solid rgba(10,16,25,.2); }
.service-index { color: #777d84; font: 600 .7rem var(--heading); }
.service-title { display: flex; gap: 1.2rem; align-items: flex-start; }
.service-title h3 { margin: 0; font-size: clamp(1.55rem, 2.7vw, 2.75rem); line-height: 1.05; letter-spacing: -.05em; }
.service-icon { flex: 0 0 auto; width: 2.3rem; height: 2.3rem; display: grid; place-items: center; border: 1px solid rgba(10,16,25,.3); border-radius: 50%; font-size: .85rem; }
.service-icon.accent { background: #13171e; color: var(--cyan); }
.service-detail > p { margin-top: 0; color: #515863; }
.chip-list { margin: 1.4rem 0; padding: 0; display: flex; flex-wrap: wrap; gap: .45rem; list-style: none; }
.chip-list li { padding: .34rem .58rem; border: 1px solid rgba(10,16,25,.18); border-radius: 999px; color: #424954; font-size: .71rem; }
.services .arrow-link { border-color: rgba(10,16,25,.35); }
.services .arrow-link span { color: #11767c; }

.systems { position: relative; overflow: hidden; background: #090a10; }
.systems::before { content: ""; position: absolute; width: 50vw; height: 50vw; top: -25vw; right: -12vw; border: 1px solid rgba(95,231,237,.25); border-radius: 50%; box-shadow: 0 0 100px rgba(59,201,218,.1); }
.systems-intro { max-width: 900px; position: relative; }
.systems-intro > p:last-child { margin-top: 1.5rem; }
.systems-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.system-card { min-height: 31rem; padding: clamp(2rem, 4vw, 3.5rem); position: relative; display: flex; flex-direction: column; justify-content: space-between; background: #0e1119; overflow: hidden; }
.system-card::after { content: ""; position: absolute; width: 13rem; aspect-ratio: 1; right: -5rem; top: 25%; border-radius: 50%; background: var(--violet); filter: blur(80px); opacity: .08; }
.system-featured { grid-row: span 2; min-height: 62rem; background: linear-gradient(155deg, #101923, #0b0d13 65%); }
.system-featured::after { background: var(--cyan); opacity: .16; }
.system-topline { display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: var(--muted-deep); font-family: var(--heading); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.system-topline .status { max-width: 72%; white-space: normal; line-height: 1.35; }
.status { display: inline-flex; align-items: center; gap: .4rem; width: fit-content; padding: .3rem .5rem; border: 1px solid var(--line); border-radius: 999px; color: #aeb5c1; font: 600 .61rem var(--heading); letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.status::before { content: ""; width: .35rem; height: .35rem; border-radius: 50%; background: #78818f; }
.status-demo::before { background: var(--cyan); box-shadow: 0 0 8px rgba(95,231,237,.7); }
.status-progress::before { background: var(--violet); }
.system-monogram { margin: auto 0; font: 700 clamp(4rem, 9vw, 8.5rem)/.85 var(--heading); letter-spacing: -.1em; color: transparent; -webkit-text-stroke: 1px rgba(95,231,237,.45); transform: rotate(-4deg); }
.system-monogram span { color: var(--cyan); -webkit-text-stroke: 0; }
.system-code { margin: 3rem 0 auto; color: rgba(255,255,255,.08); font: 700 clamp(4rem, 7vw, 7rem)/1 var(--heading); letter-spacing: -.08em; }
.system-copy { position: relative; z-index: 1; }
.system-name { color: var(--cyan); font-family: var(--heading); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.system-copy h3 { max-width: 600px; margin: .8rem 0; font-size: clamp(1.8rem, 3.6vw, 3.5rem); line-height: 1.05; letter-spacing: -.055em; }
.system-card:not(.system-featured) .system-copy h3 { font-size: clamp(1.6rem, 2.6vw, 2.6rem); }
.system-copy > p:not(.system-name) { max-width: 600px; color: var(--muted); }

.project-fit { background: #0d1018; }
.fit-panel { display: grid; grid-template-columns: 1.05fr .95fr; gap: 4rem; padding: clamp(2rem, 6vw, 5rem); border: 1px solid var(--line); border-radius: var(--radius); background: radial-gradient(circle at 80% 40%, rgba(95,231,237,.1), transparent 36%), #111520; }
.fit-lead h2 { max-width: 650px; margin: 1rem 0 1.3rem; font-size: clamp(2.5rem, 5vw, 5.3rem); line-height: 1; letter-spacing: -.065em; }
.fit-lead > p:not(.kicker) { max-width: 650px; color: var(--muted); }
.fit-lead .button { margin-top: 1rem; }
.project-examples { display: grid; grid-template-columns: 1fr 1fr; align-content: center; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.project-examples span { min-height: 7rem; padding: 1.2rem; display: flex; align-items: flex-end; background: #0d1018; color: #c8ced7; font-size: .86rem; }

.projects { background: #06070b; }
.demo-project { padding: clamp(1.5rem, 4vw, 3.25rem); margin-bottom: 2rem; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2.5rem, 6vw, 6rem); border: 1px solid var(--line); border-radius: var(--radius); background: #0e1118; }
.demo-project-reverse { grid-template-columns: 1.15fr .85fr; }
.demo-project-reverse .demo-content { order: 2; }
.demo-project-reverse .demo-media { order: 1; }
.demo-meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .7rem; color: var(--cyan); font: 700 .64rem var(--heading); letter-spacing: .12em; text-transform: uppercase; }
.demo-content h3 { margin: 1.5rem 0 1rem; font-size: clamp(2.7rem, 5vw, 5.25rem); line-height: .95; letter-spacing: -.07em; }
.demo-lead { color: #c0c7d1; font-size: 1.02rem; }
.project-facts { margin: 2rem 0 0; }
.project-facts > div { padding: .8rem 0; display: grid; grid-template-columns: 7rem 1fr; gap: 1.2rem; border-top: 1px solid var(--line); }
.project-facts dt { color: var(--muted-deep); font: 700 .63rem var(--heading); letter-spacing: .1em; text-transform: uppercase; }
.project-facts dd { margin: 0; color: var(--muted); font-size: .86rem; }
.technical-details { margin-top: 1.3rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.technical-details summary { padding: 1rem 0; display: flex; justify-content: space-between; cursor: pointer; list-style: none; font: 700 .7rem var(--heading); letter-spacing: .1em; text-transform: uppercase; }
.technical-details summary::-webkit-details-marker { display: none; }
.technical-details[open] summary span { transform: rotate(45deg); }
.technical-details div { padding: 0 0 1rem; color: var(--muted); font-size: .85rem; }
.technical-details p { margin: .35rem 0; }
.demo-media { margin: 0; align-self: center; }
.video-frame { position: relative; overflow: hidden; aspect-ratio: 16/9; border: 1px solid var(--line-strong); border-radius: 1rem; background: black; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.video-frame video { width: 100%; height: 100%; display: block; object-fit: contain; background: black; }
.demo-media figcaption { padding: .8rem .2rem; display: flex; justify-content: space-between; gap: 1rem; color: var(--muted); font-size: .75rem; }
.demo-media figcaption span { color: var(--muted-deep); }
.platform-row { margin-top: 4rem; padding-block: 1.3rem; display: grid; grid-template-columns: 1.5fr repeat(3, auto); gap: 2rem; align-items: center; border-block: 1px solid var(--line); }
.platform-row p { margin: 0; color: var(--muted); font-size: .8rem; }
.platform-row p span { display: block; color: var(--cyan); font: 700 .62rem var(--heading); letter-spacing: .12em; text-transform: uppercase; }
.platform-row a { font: 700 .73rem var(--heading); }
.platform-row a span { color: var(--cyan); }

.engagements { background: #efefe9; color: #13161b; }
.engagements .kicker { color: #11767c; }
.engagements .split-intro > p { color: #59606a; }
.engagement-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(10,16,25,.2); border-bottom: 1px solid rgba(10,16,25,.2); }
.engagement-grid article { min-height: 21rem; padding: 2rem; border-right: 1px solid rgba(10,16,25,.2); }
.engagement-grid article:last-child { border-right: 0; }
.engagement-grid span { color: #747a82; font: 600 .66rem var(--heading); }
.engagement-grid h3 { margin: 5rem 0 1rem; font-size: 1.55rem; line-height: 1.1; letter-spacing: -.035em; }
.engagement-grid p { color: #555c65; font-size: .88rem; }

.process { background: #0c0f16; }
.process-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 5rem; }
.process-copy { position: sticky; top: 8rem; align-self: start; }
.process-copy h2 { margin: 1rem 0; font-size: clamp(2.6rem, 5vw, 5rem); line-height: 1; letter-spacing: -.06em; }
.process-copy > p:not(.kicker) { color: var(--muted); }
.process-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-steps li { padding: 1.4rem 0; display: grid; grid-template-columns: 3rem 1fr auto; align-items: center; border-bottom: 1px solid var(--line); }
.process-steps span { color: var(--cyan); font: 600 .65rem var(--heading); }
.process-steps strong { font: 600 clamp(1.5rem, 2.6vw, 2.5rem) var(--heading); letter-spacing: -.04em; }
.process-steps small { color: var(--muted-deep); }
.validation-pair { grid-column: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.validation-pair > div { padding: 1.4rem; border: 1px solid var(--line); border-radius: 1rem; }
.validation-pair h3 { margin-bottom: .5rem; color: var(--cyan); font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }
.validation-pair p { margin: 0; color: var(--muted); font-size: .8rem; }

.company { background: var(--cyan); color: #071014; }
.company-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.company-mark { min-height: 33rem; position: relative; display: grid; place-items: center; border: 1px solid rgba(7,16,20,.25); border-radius: 50%; font: 800 clamp(8rem, 18vw, 16rem)/1 var(--heading); letter-spacing: -.15em; }
.company-mark i { position: absolute; color: transparent; -webkit-text-stroke: 1px rgba(7,16,20,.35); font-size: 1.3em; font-style: normal; transform: rotate(-15deg); }
.company .kicker { color: #164e54; }
.company-copy h2 { margin: 1rem 0 1.5rem; font-size: clamp(2.7rem, 5.5vw, 5.5rem); line-height: .98; letter-spacing: -.068em; }
.company-lead { font-size: 1.15rem; font-weight: 600; }
.company-copy > p:not(.kicker) { max-width: 760px; }
.company-principles { margin-top: 2rem; padding-top: 1.5rem; display: flex; flex-wrap: wrap; gap: .7rem; border-top: 1px solid rgba(7,16,20,.25); }
.company-principles span { padding: .42rem .65rem; border: 1px solid rgba(7,16,20,.28); border-radius: 999px; font-size: .72rem; }

.contact { background: #07080d; }
.contact-shell { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.contact-intro { position: sticky; top: 8rem; }
.contact-intro h2 { margin: 1rem 0; font-size: clamp(3rem, 6vw, 6rem); line-height: .94; letter-spacing: -.07em; }
.contact-intro > p:not(.kicker) { color: var(--muted); }
.contact-direct { margin-top: 3rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.contact-direct span { display: block; color: var(--muted-deep); font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-direct a { color: var(--cyan); }
.project-form { padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid var(--line); border-radius: var(--radius); background: #0d1018; }
.form-introduction { margin-bottom: 1.5rem; color: #cbd2dc; }
.form-introduction p { margin: 0; }
.form-warning { margin-top: .65rem !important; color: #f1cfa7; font-size: .82rem; line-height: 1.55; }
.form-error-summary { margin-bottom: 1.5rem; padding: 1rem 1.1rem; border: 1px solid rgba(255,143,143,.55); border-radius: .75rem; background: rgba(255,143,143,.08); color: #ffd1d1; }
.form-error-summary[hidden] { display: none; }
.form-error-summary strong { display: block; margin-bottom: .4rem; }
.form-error-summary ul { margin: 0; padding-left: 1.2rem; }
.form-error-summary a { color: #ffd1d1; text-decoration: underline; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.form-grid label { display: block; }
.form-grid label > span { display: block; margin-bottom: .42rem; color: #c8ced7; font: 600 .68rem var(--heading); letter-spacing: .08em; text-transform: uppercase; }
.form-grid label > span b { color: var(--cyan); }
.form-grid label > span small { color: var(--muted-deep); text-transform: none; letter-spacing: 0; }
.form-grid input:not([type="checkbox"]), .form-grid select, .form-grid textarea { width: 100%; min-height: 3.3rem; padding: .8rem .9rem; border: 1px solid var(--line); border-radius: .65rem; background: #080a0f; color: var(--text); outline: none; transition: border-color .2s, box-shadow .2s; }
.form-grid textarea { min-height: 9rem; resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(95,231,237,.1); }
.form-wide { grid-column: 1/-1; }
.consent { display: grid !important; grid-template-columns: auto 1fr; gap: .7rem; align-items: start; }
.consent input { width: 1.1rem; height: 1.1rem; accent-color: var(--cyan); }
.consent > span { margin: 0 !important; font-family: var(--body) !important; font-weight: 400 !important; letter-spacing: 0 !important; line-height: 1.5; text-transform: none !important; }
.consent > span a { color: var(--cyan); text-decoration: underline; }
.consent .field-error { grid-column: 2; }
.field-error { min-height: 1rem; display: block; margin-top: .2rem; color: #ff9b9b; font-size: .72rem; }
.is-invalid { border-color: #ff8f8f !important; }
.form-footer { margin-top: 1.5rem; padding-top: 1.5rem; display: flex; justify-content: space-between; gap: 2rem; align-items: center; border-top: 1px solid var(--line); }
.form-footer p { margin: 0; color: var(--muted-deep); font-size: .75rem; }
.form-footer p a { color: var(--cyan); text-decoration: underline; }
.form-status { margin-top: 1rem; color: var(--cyan); font-size: .85rem; }
.form-status:empty { display: none; }
.form-status strong { display: block; color: var(--text); font: 700 clamp(1.15rem, 2vw, 1.45rem) var(--heading); }
.form-status p { max-width: 660px; color: #c4cbd5; }
.form-status > a { color: var(--cyan); text-decoration: underline; }
.form-status .button { display: inline-flex; margin-top: 1rem; }
.form-status.is-failure { padding: 1.1rem; border: 1px solid rgba(255,143,143,.45); border-radius: .8rem; background: rgba(255,143,143,.06); }
.form-status.is-success { min-height: 18rem; display: grid; align-content: center; justify-items: start; padding: clamp(1.4rem, 4vw, 3rem); border: 1px solid rgba(95,231,237,.35); border-radius: 1rem; background: radial-gradient(circle at 90% 10%, rgba(95,231,237,.12), transparent 40%), #090d14; }
.inquiry-reference { display: inline-block; padding: .55rem .75rem; border: 1px solid rgba(95,231,237,.3); border-radius: .5rem; color: var(--cyan) !important; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .06em; }
.project-form.is-success > :not(.form-status) { display: none; }
.honeypot { position: absolute !important; left: -9999px !important; }

.final-cta { padding: clamp(6rem, 11vw, 11rem) 0; text-align: center; background: radial-gradient(circle at 50% 100%, rgba(107,65,216,.25), transparent 40%), #0a0b11; }
.final-cta .container { max-width: 1000px; }
.final-cta h2 { margin: 1rem auto 1.5rem; font-size: clamp(3rem, 7vw, 7rem); line-height: .95; letter-spacing: -.075em; }
.final-cta p:not(.kicker) { max-width: 660px; margin: 0 auto 2rem; color: var(--muted); }
.final-cta .button { margin: .3rem; }

.site-footer { padding: 4rem 0 1.5rem; background: #05060a; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(15.5rem, 1.15fr) minmax(0, 1fr); gap: 3rem; align-items: start; }
.footer-grid > div:first-child p { color: var(--muted-deep); font-size: .72rem; }
.footer-grid h2 { margin-bottom: 1rem; color: var(--muted-deep); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: .55rem; min-width: 0; }
.footer-grid > div:not(:first-child) > a, .footer-grid > div:not(:first-child) > span { display: block; width: 100%; color: #aeb5bf; font-size: .82rem; line-height: 1.45; }
.footer-company { min-width: 0; }
.footer-company [data-company-email] { max-width: 100%; overflow-wrap: anywhere; }
.footer-grid a:hover { color: var(--cyan); }
.footer-bottom { margin-top: 3rem; padding-top: 1.3rem; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: var(--muted-deep); font-size: .68rem; }

.legal-page { background: #0a0b10; }
.legal-main { min-height: 80vh; padding: 9rem 0 6rem; }
.legal-shell { max-width: 840px; }
.legal-shell h1 { margin: 1rem 0; font-size: clamp(3rem, 7vw, 5.5rem); line-height: 1; letter-spacing: -.06em; }
.legal-meta { color: var(--muted-deep); }
.legal-note { margin: 2rem 0; padding: 1rem 1.2rem; border-left: 2px solid var(--cyan); background: rgba(95,231,237,.06); color: #c6cdd6; }
.legal-content { color: #b7bec9; }
.legal-content h2 { margin: 2.5rem 0 .7rem; color: var(--text); font-size: 1.4rem; }
.legal-content a { color: var(--cyan); text-decoration: underline; }
.legal-content ul { padding-left: 1.2rem; }

.reveal { --reveal-distance: 22px; --reveal-duration: 780ms; --reveal-delay: 0ms; --reveal-blur: 8px; }
html.reveal-ready .reveal[data-reveal-state="pending"],
html.reveal-ready .reveal.is-visible {
  transition:
    opacity var(--reveal-duration) cubic-bezier(.22, 1, .36, 1) var(--reveal-delay),
    transform var(--reveal-duration) cubic-bezier(.22, 1, .36, 1) var(--reveal-delay),
    filter var(--reveal-duration) cubic-bezier(.22, 1, .36, 1) var(--reveal-delay);
}
html.reveal-ready .reveal[data-reveal-state="pending"] {
  opacity: 0;
  transform: translate3d(0, var(--reveal-distance), 0);
  filter: blur(var(--reveal-blur));
  will-change: opacity, transform, filter;
}
html.reveal-ready .reveal.is-visible {
  opacity: 1;
  transform: none;
  filter: blur(0);
}

@media (max-width: 1024px) {
  .primary-nav { gap: 1.2rem; }
  .hero-signature { position: static; width: auto; justify-self: start; }
  .globe-canvas { left: 30%; width: 90%; opacity: .8; }
  .service-row { grid-template-columns: 2rem 1fr; }
  .service-detail { grid-column: 2; }
  .fit-panel, .company-layout, .contact-shell { grid-template-columns: 1fr; }
  .project-examples { min-height: 25rem; }
  .engagement-grid { grid-template-columns: 1fr 1fr; }
  .engagement-grid article:nth-child(2) { border-right: 0; }
  .engagement-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(10,16,25,.2); }
  .process-layout { grid-template-columns: 1fr; }
  .process-copy, .contact-intro { position: static; }
  .validation-pair { grid-column: 1; }
  .company-mark { min-height: 26rem; }
  .demo-project, .demo-project-reverse { grid-template-columns: 1fr; }
  .demo-project-reverse .demo-content, .demo-project-reverse .demo-media { order: initial; }
  .demo-media { width: 100%; }
}

@media (min-width: 1025px) and (max-height: 800px) {
  .hero-layout { padding-top: 5.8rem; padding-bottom: 4.5rem; }
  .eyebrow { margin-bottom: 1rem; }
  .hero h1 { max-width: 900px; margin-bottom: 1rem; font-size: clamp(3.2rem, 5.5vw, 5.2rem); }
  .hero-lead { font-size: 1rem; }
  .hero-support { margin-bottom: 1.25rem; font-size: .86rem; }
  .hero-signature { bottom: 4.8rem; }
}

@media (max-width: 800px) {
  .nav-shell { min-height: 4.7rem; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .primary-nav { position: fixed; inset: 0; padding: 7rem var(--pad) 3rem; display: flex; flex-direction: column; align-items: flex-start; gap: 1.5rem; background: rgba(7,8,13,.98); transform: translateX(100%); visibility: hidden; transition: transform .3s, visibility .3s; }
  .primary-nav.is-open { transform: translateX(0); visibility: visible; }
  .primary-nav a { font: 600 clamp(1.6rem, 7vw, 2.5rem) var(--heading); letter-spacing: -.04em; text-transform: none; }
  .primary-nav .nav-cta { margin-top: auto; font-size: 1.2rem; }
  .menu-toggle[aria-expanded="true"] > span:nth-of-type(2) { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-of-type(3) { transform: translateY(-3px) rotate(-45deg); }
  .hero { min-height: 820px; }
  .hero-layout { padding-top: 7rem; padding-bottom: 7rem; gap: 2rem; }
  .hero h1 { font-size: clamp(3rem, 12.5vw, 5.5rem); }
  .hero-signature { display: none; }
  .globe-canvas { left: 24%; top: 25%; width: 120%; height: 80%; opacity: .55; }
  .hero-film { object-position: 58% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(4,2,13,.78) 0%, rgba(4,2,13,.62) 48%, rgba(4,2,13,.94) 100%), linear-gradient(90deg, rgba(4,2,13,.88) 0%, rgba(4,2,13,.38) 100%); }
  .hero-footer { font-size: .55rem; }
  .hero-footer span:last-child { display: none; }
  .split-intro, .pathway-grid, .trust-layout, .systems-grid { grid-template-columns: 1fr; }
  .pathway + .pathway { border-left: 0; }
  .pathway { min-height: auto; }
  .trust-layout { gap: 1.2rem; }
  .system-featured { grid-row: auto; min-height: 38rem; }
  .system-card { min-height: 29rem; }
  .system-monogram { font-size: clamp(4rem, 17vw, 7rem); }
  .fit-panel { gap: 3rem; }
  .project-examples { grid-template-columns: 1fr 1fr; }
  .platform-row { grid-template-columns: 1fr 1fr; }
  .platform-row p { grid-column: 1/-1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1/-1; }
}

@media (max-width: 560px) {
  :root { --pad: 1.1rem; --radius: 1rem; }
  .section, .section-tight { padding: 5rem 0; }
  .brand-word { font-size: 1rem; }
  .brand-mark { width: 2.25rem; }
  .hero { min-height: 860px; }
  .hero h1 { letter-spacing: -.062em; }
  .hero-lead { font-size: 1rem; }
  .hero-support { font-size: .9rem; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { display: none; }
  .hero-footer .scroll-note { display: none; }
  .section-intro h2 { font-size: 2.6rem; }
  .split-intro { gap: 1.5rem; }
  .pathway { padding: 2rem 0; grid-template-columns: 1.5rem 1fr; gap: 1rem; }
  .service-row { grid-template-columns: 1.4rem 1fr; gap: 1rem; }
  .service-title { gap: .75rem; }
  .service-icon { width: 1.9rem; height: 1.9rem; }
  .systems-grid { border-inline: 0; }
  .system-card { padding: 1.5rem; }
  .system-topline { align-items: flex-start; }
  .fit-panel { padding: 1.35rem; }
  .fit-lead h2 { font-size: 2.75rem; }
  .project-examples { grid-template-columns: 1fr; }
  .project-examples span { min-height: 4.5rem; }
  .demo-project { padding: 1.2rem; }
  .demo-content h3 { font-size: 2.8rem; }
  .project-facts > div { grid-template-columns: 1fr; gap: .2rem; }
  .demo-media figcaption { display: block; }
  .demo-media figcaption span { display: block; }
  .platform-row { grid-template-columns: 1fr; }
  .engagement-grid { grid-template-columns: 1fr; }
  .engagement-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(10,16,25,.2); }
  .engagement-grid h3 { margin-top: 2.5rem; }
  .process-steps li { grid-template-columns: 2rem 1fr; }
  .process-steps small { grid-column: 2; }
  .validation-pair { grid-template-columns: 1fr; }
  .company-mark { min-height: 20rem; }
  .form-grid { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .form-footer .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: .6rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  html.reveal-ready .reveal,
  html.reveal-ready .reveal[data-reveal-state="pending"],
  html.reveal-ready .reveal.is-visible {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none !important;
  }
  .globe-canvas { opacity: .35; }
  .hero-film { display: none !important; }
}
