:root {
    --ink: #05070a;
    --ink-2: #0a0d12;
    --panel: #0e1218;
    --panel-2: #141a21;
    --line: rgba(255, 255, 255, .11);
    --line-strong: rgba(255, 255, 255, .2);
    --text: #f5f7f8;
    --muted: #9199a5;
    --cyan: #6ee7f2;
    --cyan-strong: #21cfe0;
    --blue: #6e8dff;
    --violet: #a78bfa;
    --max: 1240px;
    --pad: clamp(20px, 4vw, 56px);
    --radius: 4px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--ink); color: var(--text); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button, select { cursor: pointer; }
img, svg { max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.04; letter-spacing: -.045em; }
::selection { background: var(--cyan); color: var(--ink); }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }
.container { width: min(100%, calc(var(--max) + var(--pad) * 2)); margin-inline: auto; padding-inline: var(--pad); }
.section { padding-block: clamp(88px, 11vw, 160px); }
.section-bordered { border-top: 1px solid var(--line); }
.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; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; background: var(--cyan); color: #000; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.section-label, .kicker { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.kicker { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; color: #c7cdd3; }
.kicker > span { width: 30px; height: 1px; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.display { max-width: 980px; margin: 0; font-size: clamp(38px, 5.3vw, 75px); font-weight: 480; }
.display span, h1 em, h2 em { color: var(--cyan); font-style: normal; }
.lead { color: #bdc4cc; font-size: clamp(18px, 2vw, 23px); line-height: 1.55; }
.button { display: inline-flex; min-height: 53px; align-items: center; justify-content: center; gap: 24px; padding: 0 24px; border: 1px solid transparent; border-radius: 2px; font-size: 13px; font-weight: 700; letter-spacing: .01em; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--cyan); color: #031013; }
.button-primary:hover { background: #b4f7fc; }
.button-ghost { border-color: var(--line-strong); color: var(--text); }
.button-ghost:hover { border-color: var(--cyan); }
.button-light { background: #fff; color: #07090d; }
.button-small { min-height: 42px; padding-inline: 18px; font-size: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 14px; border-bottom: 1px solid var(--line-strong); padding-bottom: 7px; font-size: 13px; font-weight: 700; }
.text-link span { color: var(--cyan); }
.text-link:hover { border-color: var(--cyan); }

/* Header */
.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 78px; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease; }
.site-header.is-scrolled { background: rgba(5,7,10,.88); border-color: var(--line); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; font-size: 17px; font-weight: 800; letter-spacing: .06em; }
.brand > span:last-child > span { color: var(--cyan); }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav ul { display: flex; gap: 28px; align-items: center; margin: 0; padding: 0; list-style: none; }
.site-nav ul a { position: relative; color: #aab1ba; font-size: 12px; font-weight: 600; }
.site-nav ul a:hover, .site-nav ul a[aria-current="page"] { color: #fff; }
.site-nav ul a[aria-current="page"]::after { content: ""; position: absolute; width: 4px; height: 4px; left: 50%; bottom: -12px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 8px var(--cyan); }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; }

/* Hero */
.hero { position: relative; min-height: max(760px, 100svh); display: flex; align-items: center; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; width: 50vw; height: 50vw; left: 55%; top: 9%; border-radius: 50%; background: radial-gradient(circle, rgba(53,133,166,.16), transparent 66%); pointer-events: none; }
.hero-grid, .not-found-grid { position: absolute; inset: 0; opacity: .34; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000, transparent 88%); }
.hero-content { position: relative; z-index: 2; padding-top: 120px; }
.hero h1 { max-width: 1040px; margin: 0; font-size: clamp(50px, 7.2vw, 104px); font-weight: 470; letter-spacing: -.064em; }
.hero-copy { max-width: 655px; margin: 34px 0 36px; color: #aeb6bf; font-size: clamp(18px, 1.7vw, 23px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-index { position: absolute; bottom: -110px; display: flex; gap: 42px; color: #6e7782; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero-orbit { position: absolute; z-index: 1; width: min(44vw, 600px); aspect-ratio: 1; right: -7vw; top: 19%; border: 1px solid rgba(110,231,242,.09); border-radius: 50%; display: grid; place-items: center; }
.hero-orbit::before, .hero-orbit::after { content: ""; position: absolute; border: 1px solid rgba(110,231,242,.14); border-radius: 50%; }
.hero-orbit::before { inset: 18%; }
.hero-orbit::after { inset: 36%; }
.hero-orbit > b { color: rgba(110,231,242,.13); font-size: 64px; letter-spacing: .14em; }
.orbit { position: absolute; inset: -1px; border-radius: 50%; animation: orbit-spin 18s linear infinite; }
.orbit i { position: absolute; width: 7px; height: 7px; left: 49%; top: -3px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 20px var(--cyan); }
.orbit-b { inset: 18%; animation-duration: 12s; animation-direction: reverse; }
.orbit-b i { background: var(--blue); }
.orbit-c { inset: 36%; animation-duration: 8s; }
.orbit-c i { background: #fff; }
@keyframes orbit-spin { to { transform: rotate(360deg); } }

/* Home sections */
.statement-grid { display: grid; grid-template-columns: 210px 1fr; gap: 48px; }
.statement .lead { max-width: 720px; margin: 48px 0 0 auto; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 65px; }
.section-heading h2 { margin: 12px 0 0; font-size: clamp(40px, 5vw, 69px); font-weight: 480; }
.section-heading > p { max-width: 430px; margin: 0; color: var(--muted); font-size: 16px; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.capability-card { position: relative; min-height: 330px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--ink); overflow: hidden; }
.capability-card:hover { background: var(--ink-2); }
.capability-card > span { color: #66707a; font-size: 10px; letter-spacing: .14em; }
.capability-card h3 { margin: 100px 0 16px; font-size: 28px; font-weight: 520; }
.capability-card p { max-width: 310px; margin: 0; color: var(--muted); font-size: 14px; }
.capability-glyph { position: absolute; width: 100px; height: 100px; right: 20px; top: 40px; opacity: .5; }
.capability-glyph i { position: absolute; border: 1px solid var(--cyan); }
.capability-glyph i:nth-child(1) { inset: 14px; border-radius: 50%; }
.capability-glyph i:nth-child(2) { width: 1px; height: 100%; left: 50%; }
.capability-glyph i:nth-child(3) { height: 1px; width: 100%; top: 50%; }
.projects-section { background: #080b0f; }
.project-stack { display: grid; gap: 24px; }
.project-card { min-height: 510px; display: grid; grid-template-columns: 1.12fr .88fr; border: 1px solid var(--line); background: var(--panel); overflow: hidden; }
.project-card-visual { position: relative; min-height: 440px; margin: 24px; border: 1px solid rgba(110,231,242,.19); background-color: #090d12; background-image: linear-gradient(rgba(110,231,242,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(110,231,242,.035) 1px, transparent 1px); background-size: 28px 28px; overflow: hidden; }
.project-card-violet .project-card-visual { border-color: rgba(167,139,250,.25); }
.project-card-blue .project-card-visual { border-color: rgba(110,141,255,.25); }
.visual-head, .machine-bar, .console-bar { height: 44px; display: flex; align-items: center; gap: 6px; padding-inline: 14px; border-bottom: 1px solid var(--line); }
.visual-head span, .machine-bar i, .console-bar span { width: 5px; height: 5px; border-radius: 50%; background: #44505b; }
.visual-head b, .machine-bar b, .console-bar b { margin-left: auto; color: #596773; font-size: 8px; letter-spacing: .14em; }
.visual-grid { position: absolute; inset: 85px 45px 45px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.visual-grid i { min-height: 80px; border: 1px solid rgba(110,231,242,.12); background: rgba(110,231,242,.025); }
.visual-grid i:first-child { grid-column: span 2; }
.visual-grid i:last-child { grid-column: span 2; }
.visual-pulse { position: absolute; width: 170px; height: 170px; left: 50%; top: 51%; transform: translate(-50%,-50%); border: 1px solid rgba(110,231,242,.3); border-radius: 50%; display: grid; place-items: center; box-shadow: 0 0 100px rgba(70,191,220,.15); }
.visual-pulse::before, .visual-pulse::after { content: ""; position: absolute; border: 1px solid rgba(110,231,242,.15); border-radius: 50%; }
.visual-pulse::before { inset: 22px; }.visual-pulse::after { inset: 51px; background: var(--cyan); box-shadow: 0 0 25px rgba(110,231,242,.5); }
.project-card-violet .visual-pulse::after { background: var(--violet); }.project-card-blue .visual-pulse::after { background: var(--blue); }
.project-card-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 6vw, 80px); border-left: 1px solid var(--line); }
.eyebrow { display: flex; justify-content: space-between; gap: 12px; color: #76818d; font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.project-card-content h3 { margin: 65px 0 22px; font-size: clamp(42px, 5vw, 68px); font-weight: 470; }
.project-card-content p { max-width: 430px; color: #a1aab4; font-size: 16px; }
.project-card-content .text-link { align-self: start; margin-top: 38px; }
.mobile-link { display: none; }
.ecosystem-section { background: #0b0f14; }
.ecosystem-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 100px; }
.ecosystem-copy h2 { margin: 14px 0 30px; font-size: clamp(42px, 5vw, 68px); font-weight: 480; }
.ecosystem-copy > p:not(.section-label) { max-width: 480px; color: var(--muted); }
.ecosystem-copy .text-link { margin-top: 30px; }
.ecosystem-map { position: relative; min-height: 620px; display: grid; place-items: center; }
.ecosystem-map svg { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: rgba(110,231,242,.11); stroke-width: 1; }
.map-core { z-index: 2; width: 130px; height: 130px; display: grid; place-content: center; text-align: center; border: 1px solid var(--cyan); background: rgba(8,15,19,.94); box-shadow: 0 0 60px rgba(110,231,242,.12); transform: rotate(45deg); }
.map-core span, .map-core b { transform: rotate(-45deg); line-height: 1; }
.map-core span { font-size: 23px; font-weight: 800; letter-spacing: .08em; }.map-core b { color: var(--cyan); font-size: 13px; }
.map-node { position: absolute; z-index: 2; min-width: 90px; padding: 8px 12px; border: 1px solid var(--line); background: var(--panel); color: #aab3bc; text-align: center; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.map-node-1 { top: 7%; left: 43%; }.map-node-2 { top: 24%; right: 4%; }.map-node-3 { bottom: 24%; right: 4%; }.map-node-4 { bottom: 7%; left: 43%; }.map-node-5 { bottom: 23%; left: 4%; }.map-node-6 { top: 23%; left: 3%; }.map-node-7 { top: 48%; right: 0; }
.engineering-section { background: #f0f2f3; color: #101418; }
.engineering-section .section-label { color: #67717a; }.engineering-section .section-heading > p { color: #59646e; }
.engineering-layers { border-top: 1px solid rgba(0,0,0,.17); }
.engineering-layers article { position: relative; display: grid; grid-template-columns: 80px 1fr 1fr; align-items: center; min-height: 130px; border-bottom: 1px solid rgba(0,0,0,.17); }
.engineering-layers article > span { font: 11px ui-monospace, monospace; color: #77818a; }.engineering-layers h3 { margin: 0; font-size: 27px; }.engineering-layers p { margin: 0; color: #65707a; }
.engineering-layers i { position: absolute; right: 0; width: 34px; height: 34px; border: 1px solid rgba(0,0,0,.16); border-radius: 50%; }.engineering-layers i::before { content: ""; position: absolute; inset: 8px; border: 1px solid #00a6b8; border-radius: 50%; }
.process-section { background: #080a0d; }
.process-intro { display: grid; grid-template-columns: 200px 1fr; margin-bottom: 70px; }.process-intro h2 { margin: 0; font-size: clamp(42px, 5vw, 68px); font-weight: 480; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 100px 1fr 1.2fr; gap: 40px; align-items: center; min-height: 125px; border-bottom: 1px solid var(--line); }
.process-list span { color: #5f6873; font: 11px ui-monospace, monospace; }.process-list h3 { margin: 0; font-size: 27px; }.process-list p { margin: 0; color: var(--muted); }
.manifesto { background: var(--cyan); color: #061014; }
.manifesto .section-label { color: #28646a; }.manifesto-text { max-width: 1000px; margin: 65px 0; font-size: clamp(31px, 4.3vw, 61px); font-weight: 520; line-height: 1.18; letter-spacing: -.04em; }.manifesto-text span { color: #21727b; }
.manifesto-signature { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(0,0,0,.22); padding-top: 26px; }.manifesto-signature strong { letter-spacing: .1em; }.manifesto-signature p { margin: 0; }
.closing-cta { position: relative; overflow: hidden; padding-block: clamp(100px, 14vw, 190px); background: #0a0d12; }
.closing-cta::after { content: ""; position: absolute; width: 500px; height: 500px; right: -150px; bottom: -270px; border: 1px solid rgba(110,231,242,.2); border-radius: 50%; box-shadow: 0 0 90px rgba(110,231,242,.08); }
.closing-cta h2 { margin: 22px 0 45px; font-size: clamp(48px, 7vw, 95px); font-weight: 470; }

/* Interior pages */
.page-hero { position: relative; min-height: 690px; display: flex; align-items: end; padding: 170px 0 100px; border-bottom: 1px solid var(--line); overflow: hidden; }
.page-hero::after { content: ""; position: absolute; right: 8vw; top: 20%; width: 280px; height: 280px; border: 1px solid rgba(110,231,242,.13); transform: rotate(45deg); }
.page-hero h1 { position: relative; z-index: 1; margin: 0; font-size: clamp(52px, 7vw, 94px); font-weight: 470; }
.page-hero .container > p:last-child { position: relative; z-index: 1; max-width: 710px; margin: 38px 0 0; color: #aeb6bf; font-size: 20px; }
.origin-grid { display: grid; grid-template-columns: 210px 1fr; gap: 50px; }.two-columns { max-width: 850px; margin: 60px 0 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; color: #a9b2bc; font-size: 18px; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 55px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.values-grid article { min-height: 340px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.values-grid span { color: #5e6873; font: 11px ui-monospace, monospace; }.values-grid h2 { margin: 125px 0 20px; font-size: 37px; }.values-grid p { color: var(--muted); }
.company-system { background: #eef1f2; color: #0d1217; }.company-system-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }.company-system h2 { margin: 20px 0 30px; font-size: clamp(45px, 5vw, 67px); }.company-system p { max-width: 510px; color: #5b6670; }.company-system .text-link { margin-top: 28px; }.principles-panel { border: 1px solid rgba(0,0,0,.2); }.principles-panel > p { margin: 0; padding: 20px; border-bottom: 1px solid rgba(0,0,0,.15); font: 9px ui-monospace, monospace; letter-spacing: .12em; }.principles-panel div { display: grid; grid-template-columns: 40px 1fr 50px; align-items: center; padding: 20px; border-bottom: 1px solid rgba(0,0,0,.12); }.principles-panel div:last-child { border: 0; }.principles-panel div span { color: #879098; font-size: 10px; }.principles-panel div strong { font-size: 20px; }.principles-panel div i { width: 30px; height: 1px; background: #009eae; }
.solution-list { border-top: 1px solid var(--line); }.solution-row { display: grid; grid-template-columns: 100px 1.2fr .8fr; gap: 50px; min-height: 280px; padding-block: 50px; border-bottom: 1px solid var(--line); scroll-margin-top: 100px; }.solution-number { color: #636e78; font: 11px ui-monospace, monospace; }.solution-row h2 { margin: 0 0 22px; font-size: clamp(38px, 4vw, 55px); }.solution-row div p { max-width: 570px; color: #9fa8b2; font-size: 18px; }.solution-row ul { margin: 0; padding: 0; list-style: none; }.solution-row li { padding: 11px 0; border-bottom: 1px solid var(--line); color: #c1c7cd; font-size: 13px; }.solution-row li::before { content: "+"; margin-right: 13px; color: var(--cyan); }
.delivery-section { background: #eef1f2; color: #11161a; }.delivery-section .section-label, .delivery-section .section-heading > p { color: #65707a; }.delivery-console { border: 1px solid rgba(0,0,0,.2); background: #0b0f14; color: #fff; }.console-body { padding: 25px; }.console-body > div { display: grid; grid-template-columns: 45px 1fr 1fr 80px; align-items: center; min-height: 77px; border-bottom: 1px solid var(--line); }.console-body > div:last-child { border: 0; }.console-body span, .console-body code { color: #5f6c77; font: 10px ui-monospace, monospace; letter-spacing: .1em; }.console-body strong { font-size: 14px; }.console-body i { height: 3px; background: var(--cyan); opacity: calc(.25 + var(--n, 1) * .1); }
.project-filter { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 45px; }.project-filter span { padding: 9px 14px; border: 1px solid var(--line); color: #858e98; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }.project-filter span:first-child { border-color: var(--cyan); color: var(--cyan); }.evidence-strip { padding-block: 65px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0a0d11; }.evidence-strip .container { display: grid; grid-template-columns: 200px 1fr; }.evidence-strip p:last-child { max-width: 800px; color: #a3adb7; font-size: 17px; }

/* Case */
.case-hero { min-height: 760px; padding: 135px 0 90px; display: flex; align-items: end; border-bottom: 1px solid var(--line); }.back-link { display: inline-block; margin-bottom: 60px; color: #818b96; font-size: 12px; }.back-link:hover { color: var(--cyan); }.case-hero-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }.case-hero h1 { margin: 0 0 25px; font-size: clamp(65px, 8vw, 116px); font-weight: 470; }.case-hero-grid > div:first-child > p:not(.kicker) { max-width: 600px; color: #aab3bd; font-size: 20px; }.case-status { display: flex; align-items: center; gap: 10px; margin-top: 35px; color: #88939e; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }.case-status span { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }.case-machine { min-height: 440px; border: 1px solid rgba(110,231,242,.2); background: #090d12; }.machine-core { position: relative; width: 200px; height: 200px; display: grid; place-items: center; margin: 70px auto 40px; border: 1px solid rgba(110,231,242,.4); border-radius: 50%; }.machine-core::before, .machine-core::after { content: ""; position: absolute; inset: 24px; border: 1px solid rgba(110,231,242,.17); border-radius: 50%; }.machine-core::after { inset: 53px; }.machine-core span { color: var(--cyan); font: 32px ui-monospace, monospace; letter-spacing: .15em; }.machine-core i { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); }.machine-core i:nth-of-type(1) { top: -4px; }.machine-core i:nth-of-type(2) { bottom: 15px; left: 22px; }.machine-core i:nth-of-type(3) { right: 11px; top: 40px; }.machine-data { display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px; margin: 0 30px; }.machine-data i { height: 3px; background: rgba(110,231,242,.18); }.machine-data i:nth-child(-n+3) { background: rgba(110,231,242,.6); }.case-layout { display: grid; grid-template-columns: 220px 1fr; gap: 90px; }.case-nav { position: sticky; top: 120px; align-self: start; display: grid; gap: 10px; }.case-nav p { color: #58636e; font-size: 9px; letter-spacing: .14em; }.case-nav a { color: #79838e; font-size: 12px; }.case-nav a:hover { color: var(--cyan); }.case-content article { padding: 40px 0 110px; border-top: 1px solid var(--line); scroll-margin-top: 110px; }.case-content article > span { color: #65707b; font: 10px ui-monospace, monospace; letter-spacing: .12em; }.case-content h2 { max-width: 750px; margin: 32px 0; font-size: clamp(40px, 5vw, 65px); font-weight: 480; }.case-content article > p { max-width: 820px; color: #aeb7c0; font-size: 20px; }.tech-list { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 40px; }.tech-list span { padding: 9px 13px; border: 1px solid var(--line); color: #a9b2bc; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }.next-project { padding-block: 90px; background: var(--cyan); color: #081014; }.next-project p { color: #317078; font-size: 9px; letter-spacing: .15em; }.next-project a { display: grid; grid-template-columns: 180px 1fr 60px; align-items: center; padding-top: 35px; border-top: 1px solid rgba(0,0,0,.24); }.next-project a span { font-size: 12px; }.next-project strong { font-size: clamp(43px, 6vw, 78px); letter-spacing: -.05em; }.next-project i { font-size: 30px; font-style: normal; }

/* Lab, contact, legal */
.lab-intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }.lab-intro h2 { margin-top: 18px; font-size: clamp(42px, 5vw, 67px); }.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 55px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.topic-grid article { min-height: 310px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.topic-grid article > span { color: #65707b; font: 10px ui-monospace, monospace; }.topic-grid h2 { margin: 100px 0 18px; font-size: 29px; }.topic-grid p { color: var(--muted); font-size: 14px; }.lab-signal { padding-block: 70px; background: #eef1f2; color: #11161a; }.lab-signal .container { display: flex; align-items: center; gap: 35px; }.signal-icon { width: 75px; height: 75px; display: grid; place-items: center; border: 1px solid rgba(0,0,0,.2); border-radius: 50%; }.signal-icon i { width: 10px; height: 10px; border-radius: 50%; background: #00aaba; box-shadow: 0 0 0 8px rgba(0,170,186,.13); }.lab-signal p { margin: 0; color: #77818b; font-size: 9px; letter-spacing: .12em; }.lab-signal h2 { margin: 3px 0; font-size: 30px; }.lab-signal div > span { color: #66717b; font-size: 13px; }
.contact-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; }.contact-hero .container > p:last-child { margin-bottom: 15px; }.contact-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; }.contact-aside { position: sticky; top: 120px; align-self: start; }.contact-aside h2 { margin: 18px 0 45px; font-size: 43px; }.contact-aside ol { padding: 0; list-style: none; }.contact-aside li { display: grid; grid-template-columns: 40px 1fr; gap: 15px; padding: 22px 0; border-top: 1px solid var(--line); }.contact-aside li span { color: #56616d; font: 10px ui-monospace, monospace; }.contact-aside li p { margin: 0; color: var(--muted); font-size: 13px; }.contact-aside li strong { display: block; margin-bottom: 4px; color: #fff; font-size: 14px; }.form-panel { padding: clamp(28px, 4vw, 55px); border: 1px solid var(--line); background: var(--ink-2); }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }.field { position: relative; margin-bottom: 30px; }.field label { display: block; margin-bottom: 11px; color: #d7dce1; font-size: 12px; font-weight: 700; }.field label span { color: var(--cyan); }.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line-strong); border-radius: 0; background: #0c1015; padding: 14px 15px; outline: 0; transition: border .2s ease, background .2s ease; }.field input, .field select { min-height: 51px; }.field textarea { resize: vertical; min-height: 170px; }.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--cyan); background: #0f151b; }.field input:user-invalid, .field select:user-invalid, .field textarea:user-invalid { border-color: #ff7382; }.field small { display: block; margin-top: 7px; color: #69747f; font-size: 10px; }.field textarea + small { text-align: right; }.form-submit { display: flex; align-items: center; gap: 25px; }.form-submit > p { max-width: 245px; margin: 0; color: #707a85; font-size: 10px; }.form-submit a { color: #bbc3cb; text-decoration: underline; }.honeypot { position: absolute; left: -9999px; }.form-alert { margin-bottom: 30px; padding: 15px; border: 1px solid var(--line); font-size: 13px; }.form-alert-success { border-color: rgba(110,231,242,.5); background: rgba(110,231,242,.07); }.form-alert-error { border-color: rgba(255,115,130,.5); background: rgba(255,115,130,.06); }
.legal-page { padding-top: 180px; }.legal-layout { display: grid; grid-template-columns: 320px 1fr; gap: 100px; }.legal-layout aside { position: sticky; top: 120px; align-self: start; }.legal-layout h1 { margin: 20px 0; font-size: 55px; }.legal-layout aside > p:last-child { color: var(--muted); font-size: 12px; }.legal-content { max-width: 760px; }.legal-content h2 { margin: 0 0 18px; padding-top: 55px; border-top: 1px solid var(--line); font-size: 28px; }.legal-content h2:first-child { padding-top: 0; border: 0; }.legal-content p { margin-bottom: 55px; color: #aeb6bf; font-size: 17px; }.not-found { min-height: 100svh; display: flex; align-items: center; position: relative; overflow: hidden; }.not-found .container { position: relative; z-index: 2; }.not-found h1 { margin: 0; font-size: clamp(55px, 8vw, 105px); font-weight: 470; }.not-found .container > p:not(.kicker) { margin: 35px 0; color: var(--muted); font-size: 18px; }

/* Footer */
.site-footer { padding: 90px 0 28px; border-top: 1px solid var(--line); background: #050609; }.footer-lead { display: flex; align-items: center; justify-content: space-between; padding-bottom: 55px; border-bottom: 1px solid var(--line); }.footer-lead p { margin: 0; color: #848d97; font-size: 13px; }.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 50px; padding-block: 60px; }.footer-grid div { display: flex; flex-direction: column; gap: 10px; }.footer-grid h2 { margin-bottom: 13px; color: #6d7680; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }.footer-grid a { align-self: start; color: #aab2bb; font-size: 13px; }.footer-grid a:hover { color: var(--cyan); }.footer-bottom { display: flex; justify-content: space-between; padding-top: 23px; border-top: 1px solid var(--line); color: #59626d; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }.footer-bottom p { margin: 0; }.status-dot { display: inline-block; width: 5px; height: 5px; margin: 0 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 8px var(--cyan); }

[hidden] { display: none !important; }
.project-card-headline { max-width: 560px; margin: 0 0 20px; color: #dfe5ea; font-size: 18px; line-height: 1.45; }
.project-evidence { min-height: 100%; display: flex; flex-direction: column; border: 1px solid rgba(110,231,242,.18); background: rgba(5,8,12,.84); }
.project-card-violet .project-evidence { border-color: rgba(167,139,250,.25); }.project-card-blue .project-evidence { border-color: rgba(110,141,255,.25); }
.evidence-head { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 18px; border-bottom: 1px solid var(--line); color: #74808b; font: 9px ui-monospace, monospace; letter-spacing: .12em; text-transform: uppercase; }.evidence-head b { color: var(--cyan); font-weight: 500; }
.evidence-flow { flex: 1; display: grid; align-content: center; gap: 11px; margin: 0; padding: 34px; list-style: none; }.evidence-flow li { position: relative; display: grid; grid-template-columns: 42px 1fr; align-items: center; min-height: 58px; padding: 10px 16px; border: 1px solid rgba(110,231,242,.13); background: rgba(110,231,242,.025); }.evidence-flow li:not(:last-child)::after { content: ""; position: absolute; left: 36px; bottom: -12px; width: 1px; height: 11px; background: rgba(110,231,242,.35); }.evidence-flow span { color: #5c6b77; font: 9px ui-monospace, monospace; }.evidence-flow strong { font-size: 13px; font-weight: 550; }
.evidence-map { flex: 1; display: grid; place-items: center; align-content: center; gap: 30px; padding: 34px; }.evidence-map-core { width: 180px; height: 180px; display: grid; place-content: center; gap: 8px; text-align: center; border: 1px solid rgba(110,231,242,.34); border-radius: 50%; box-shadow: 0 0 0 28px rgba(110,231,242,.025), 0 0 0 29px rgba(110,231,242,.08); }.evidence-map-core strong { font-size: 23px; }.evidence-map-core span { color: #657580; font: 8px ui-monospace, monospace; letter-spacing: .12em; text-transform: uppercase; }.evidence-map ul { width: 100%; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 0; padding: 0; list-style: none; }.evidence-map li { padding: 8px 11px; border: 1px solid var(--line); color: #aab4bd; font-size: 10px; }
.project-evidence-compact .evidence-head { min-height: 44px; }.project-evidence-compact .evidence-flow { padding: 24px; }.project-evidence-compact .evidence-map { padding: 28px; }.project-evidence-compact .evidence-map-core { width: 145px; height: 145px; }
.project-filter button { appearance: none; padding: 9px 14px; border: 1px solid var(--line); border-radius: 0; background: transparent; color: #858e98; font: inherit; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }.project-filter button:hover, .project-filter button:focus-visible { border-color: #66727d; color: #dfe5e9; }.project-filter button[aria-pressed="true"] { border-color: var(--cyan); color: var(--cyan); background: rgba(110,231,242,.05); }.project-index-section.is-web-only { padding-bottom: 0; }
.web-work { border-top: 1px solid var(--line); background: #090c10; }.web-work-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; }.web-project-card { grid-column: span 5; border: 1px solid var(--line); background: var(--panel); }.web-project-card:nth-child(3n+1) { grid-column: span 7; }.web-project-image { display: block; aspect-ratio: 16/9; overflow: hidden; border-bottom: 1px solid var(--line); background: #0b1015; }.web-project-card-featured .web-project-image { aspect-ratio: 16/8.2; }.web-project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, opacity .3s ease; }.web-project-image:hover img { transform: scale(1.025); opacity: .9; }.web-project-content { padding: 30px; }.web-project-content > p:first-child { margin: 0 0 18px; color: var(--cyan); font: 9px ui-monospace, monospace; letter-spacing: .12em; text-transform: uppercase; }.web-project-content h3 { margin: 0 0 15px; font-size: clamp(28px, 3vw, 42px); }.web-project-content h3 + p { max-width: 620px; color: #9da7b1; }.web-tech { display: flex; flex-wrap: wrap; gap: 7px; margin: 24px 0; }.web-tech span { padding: 7px 9px; border: 1px solid var(--line); color: #7f8b95; font-size: 9px; text-transform: uppercase; }
.proof-mosaic { display: grid; grid-template-columns: 1.1fr 1.1fr .8fr; gap: 12px; margin-top: 72px; }.proof-mosaic > a { position: relative; min-height: 260px; overflow: hidden; border: 1px solid var(--line); background: #0b0f14; }.proof-mosaic img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }.proof-mosaic > a:hover img { transform: scale(1.025); }.proof-mosaic > a > span { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; padding: 15px 18px; background: linear-gradient(transparent, rgba(2,4,7,.95)); color: #fff; font-size: 11px; }.proof-mosaic i { color: var(--cyan); font-style: normal; }.proof-application { display: flex; flex-direction: column; justify-content: space-between; padding: 26px; background-image: linear-gradient(rgba(110,231,242,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(110,231,242,.04) 1px, transparent 1px); background-size: 24px 24px; }.proof-application > span { color: var(--cyan); font: 9px ui-monospace, monospace; letter-spacing: .12em; text-transform: uppercase; }.proof-application strong { font-size: 29px; line-height: 1.05; }.proof-application small { color: #8d99a3; font-size: 10px; letter-spacing: .06em; }
.breadcrumbs { margin-bottom: 60px; }.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; color: #68747f; font-size: 10px; }.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 8px; color: #3f4952; }.breadcrumbs a:hover { color: var(--cyan); }.case-hero-grid > .project-evidence { min-height: 440px; }.case-thesis { padding: 90px 0; border-bottom: 1px solid var(--line); background: #0a0d11; }.case-thesis .container { display: grid; grid-template-columns: 220px 1fr; gap: 90px; }.case-thesis h2 { max-width: 900px; margin: 0; font-size: clamp(37px, 5vw, 68px); font-weight: 470; letter-spacing: -.04em; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
    .site-nav { gap: 18px; }.site-nav ul { gap: 16px; }.site-nav ul a { font-size: 11px; }
    .capability-grid { grid-template-columns: repeat(2, 1fr); }
    .project-card { grid-template-columns: 1fr; }.project-card-content { border-left: 0; border-top: 1px solid var(--line); }.project-card-content h3 { margin-top: 45px; }
    .ecosystem-grid { grid-template-columns: 1fr; gap: 40px; }.ecosystem-copy { max-width: 670px; }.ecosystem-map { min-height: 560px; max-width: 680px; width: 100%; margin: auto; }
    .company-system-grid, .contact-grid { gap: 55px; }
    .case-hero-grid { gap: 45px; }.case-layout { grid-template-columns: 170px 1fr; gap: 50px; }.case-thesis .container { grid-template-columns: 170px 1fr; gap: 50px; }
}

@media (max-width: 820px) {
    .site-header { height: 68px; }.menu-button { display: grid; place-content: center; gap: 6px; }.menu-button > span:not(.sr-only) { display: block; width: 22px; height: 1px; background: #fff; transition: transform .2s ease; }.menu-button[aria-expanded="true"] > span:nth-of-type(2) { transform: translateY(3.5px) rotate(45deg); }.menu-button[aria-expanded="true"] > span:nth-of-type(3) { transform: translateY(-3.5px) rotate(-45deg); }
    .site-nav { position: fixed; inset: 68px 0 0; display: none; align-items: stretch; flex-direction: column; padding: 35px var(--pad); background: rgba(5,7,10,.98); }.site-nav.is-open { display: flex; }.site-nav ul { display: grid; gap: 0; }.site-nav ul li { border-bottom: 1px solid var(--line); }.site-nav ul a { display: block; padding: 18px 0; font-size: 20px; }.site-nav ul a[aria-current="page"]::after { left: auto; right: 0; top: 50%; bottom: auto; }.nav-cta { margin-top: 20px; }
    .hero { min-height: 760px; }.hero-orbit { width: 520px; right: -290px; top: 22%; opacity: .7; }.hero-index { display: none; }
    .statement-grid, .origin-grid, .process-intro { grid-template-columns: 1fr; gap: 30px; }.statement .lead { margin-top: 38px; }.section-heading { align-items: start; flex-direction: column; }.desktop-link { display: none; }.mobile-link { display: inline-flex; margin-top: 35px; }
    .engineering-layers article { grid-template-columns: 60px 1fr; padding: 22px 50px 22px 0; }.engineering-layers p { grid-column: 2; margin-top: 10px; }.process-list li { grid-template-columns: 55px 1fr; gap: 20px; padding: 26px 0; }.process-list p { grid-column: 2; }
    .two-columns, .company-system-grid, .lab-intro-grid, .contact-hero-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }.contact-aside { position: static; }.contact-hero .container > p:last-child { margin-top: 0; }
    .solution-row { grid-template-columns: 55px 1fr; gap: 25px; }.solution-row ul { grid-column: 2; }.evidence-strip .container { grid-template-columns: 1fr; gap: 20px; }
    .case-hero { padding-top: 115px; }.back-link { margin-bottom: 35px; }.case-hero-grid { grid-template-columns: 1fr; }.case-machine { min-height: 350px; }.machine-core { margin-block: 40px 30px; }.case-layout { grid-template-columns: 1fr; }.case-nav { display: none; }.next-project a { grid-template-columns: 1fr 50px; }.next-project a span { grid-column: 1 / -1; margin-bottom: 12px; }.case-thesis .container { grid-template-columns: 1fr; gap: 22px; }.web-project-card, .web-project-card:nth-child(3n+1) { grid-column: span 12; }.proof-mosaic { grid-template-columns: 1fr 1fr; }.proof-application { grid-column: 1 / -1; min-height: 230px; }
    .topic-grid { grid-template-columns: repeat(2, 1fr); }.legal-layout { grid-template-columns: 1fr; gap: 50px; }.legal-layout aside { position: static; }.footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
    .section { padding-block: 82px; }.hero { min-height: 720px; }.hero-content { padding-top: 95px; }.hero h1 { font-size: clamp(48px, 14.5vw, 68px); }.hero-copy { margin-top: 27px; font-size: 17px; }.hero-actions { flex-direction: column; align-items: stretch; }.button { width: 100%; }.hero-orbit { width: 430px; right: -320px; }
    .page-hero { min-height: 580px; padding: 130px 0 70px; }.page-hero h1 { font-size: clamp(47px, 13vw, 64px); }.page-hero .container > p:last-child { font-size: 17px; }.page-hero::after { width: 180px; height: 180px; right: -90px; top: 22%; }
    .capability-grid { grid-template-columns: 1fr; }.capability-card { min-height: 280px; }.capability-card h3 { margin-top: 80px; }
    .project-card-visual { min-height: 330px; margin: 12px; }.visual-grid { inset: 72px 20px 25px; }.project-card-content { padding: 30px 25px 40px; }.project-card-content h3 { margin: 37px 0 18px; }.eyebrow span:last-child { display: none; }.evidence-flow { padding: 18px; }.evidence-flow li { grid-template-columns: 34px 1fr; min-height: 52px; padding-inline: 12px; }.evidence-flow li:not(:last-child)::after { left: 29px; }.evidence-map { padding: 25px 18px; }.evidence-map-core { width: 135px; height: 135px; }.proof-mosaic { grid-template-columns: 1fr; }.proof-application { grid-column: auto; }.web-project-content { padding: 24px 20px; }.breadcrumbs { margin-bottom: 40px; }
    .ecosystem-map { min-height: 420px; }.map-core { width: 95px; height: 95px; }.ecosystem-map svg { transform: scale(.84); }.map-node { min-width: 70px; padding-inline: 8px; font-size: 8px; }.map-node-1,.map-node-4 { left: 40%; }.map-node-2,.map-node-3,.map-node-7 { right: -4%; }.map-node-5,.map-node-6 { left: -4%; }
    .manifesto-signature { align-items: start; flex-direction: column; gap: 12px; }.closing-cta h2 { font-size: clamp(46px, 13vw, 65px); }
    .values-grid, .topic-grid { grid-template-columns: 1fr; }.values-grid article, .topic-grid article { min-height: 270px; }.values-grid h2, .topic-grid h2 { margin-top: 80px; }
    .solution-row { grid-template-columns: 1fr; gap: 15px; }.solution-row ul { grid-column: 1; }.console-body { padding: 15px; }.console-body > div { grid-template-columns: 30px 1fr; padding-block: 12px; }.console-body strong { grid-column: 2; margin-top: 4px; }.console-body i { display: none; }
    .case-hero { min-height: auto; }.case-machine { min-height: 300px; }.machine-core { width: 160px; height: 160px; }.case-content article { padding-bottom: 80px; }.case-content article > p { font-size: 17px; }.next-project strong { font-size: 42px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }.form-panel { padding: 24px 18px; }.form-submit { align-items: stretch; flex-direction: column; }.form-submit > p { max-width: none; }.lab-signal .container { align-items: start; }.signal-icon { flex: 0 0 55px; width: 55px; height: 55px; }.lab-signal h2 { font-size: 23px; }
    .footer-lead { align-items: start; flex-direction: column; gap: 25px; }.footer-grid { gap: 40px 20px; }.footer-bottom { flex-direction: column; gap: 10px; line-height: 1.7; }
}

@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; }
}
