:root {
  --ink: #141615;
  --muted: #70746f;
  --paper: #f2f3ef;
  --paper-deep: #e8ebe4;
  --line: #d6dad2;
  --blue: #2e5bff;
  --blue-deep: #1739bc;
  --coral: #ff715d;
  --lime: #c8f06a;
  --dark: #141817;
  --white: #f7f8f4;
  --mono: "DM Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --sans: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.site-shell { overflow: hidden; }
.section-pad { padding-left: clamp(24px, 6vw, 96px); padding-right: clamp(24px, 6vw, 96px); }

.topbar { height: 76px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding: 0 clamp(24px, 6vw, 96px); position: relative; z-index: 10; background: rgba(242,243,239,.92); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 700; letter-spacing: .02em; text-transform: uppercase; }
.brand-mark { display: grid; place-items: center; width: 32px; height: 32px; background: var(--ink); color: var(--paper); font-family: var(--mono); font-size: 11px; letter-spacing: -.08em; }
.nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 44px); font-size: 12px; font-weight: 600; }
.nav a { color: #454945; transition: color .2s ease; }
.nav a:hover { color: var(--blue); }
.nav-contact { color: var(--ink) !important; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.nav-contact span { color: var(--blue); margin-left: 5px; }
.menu-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 10px; cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 1px; background: var(--ink); margin: 6px 0; }

.hero { min-height: 640px; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(380px, .97fr); gap: clamp(36px, 7vw, 112px); align-items: center; padding-top: clamp(74px, 9vw, 132px); padding-bottom: clamp(80px, 10vw, 148px); }
.eyebrow { margin: 0 0 22px; font-family: var(--mono); font-size: 10px; line-height: 1.4; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.status-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); margin-right: 9px; box-shadow: 0 0 0 4px rgba(46,91,255,.12); vertical-align: 1px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 600; letter-spacing: -.055em; }
h1 { max-width: 800px; margin-bottom: 28px; font-size: clamp(50px, 7.2vw, 108px); line-height: .98; }
h1 em, h2 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.06em; }
.hero-intro { max-width: 480px; margin-bottom: 34px; color: #5f645f; font-size: clamp(16px, 1.55vw, 20px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 48px; padding: 0 18px 0 20px; font-size: 12px; font-weight: 700; letter-spacing: .01em; border: 1px solid transparent; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button span { font-size: 17px; font-weight: 400; line-height: 1; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: white; }
.button-primary:hover { background: var(--blue-deep); }
.text-link { padding-bottom: 7px; border-bottom: 1px solid #aeb2ab; font-size: 12px; font-weight: 700; }
.text-link span { color: var(--blue); margin-left: 10px; }

.hero-stage { min-height: 480px; position: relative; isolation: isolate; }
.stage-grid { position: absolute; inset: 8% 2% 5% 8%; opacity: .56; background-image: linear-gradient(rgba(46,91,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(46,91,255,.16) 1px, transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(120deg, black 0%, rgba(0,0,0,.2) 90%); }
.stage-label { position: absolute; z-index: 1; font-family: var(--mono); font-size: 9px; letter-spacing: .1em; color: #788078; }
.label-top { top: 6%; right: 3%; }
.label-bottom { bottom: 6%; left: 9%; transform: rotate(-90deg); transform-origin: left top; }
.orbit { position: absolute; border: 1px solid rgba(46,91,255,.38); border-radius: 50%; transform: rotate(-24deg); }
.orbit-a { width: 82%; height: 40%; right: 1%; top: 31%; }
.orbit-b { width: 64%; height: 30%; right: 12%; top: 38%; border-color: rgba(255,113,93,.46); transform: rotate(24deg); }
.hero-console { position: absolute; z-index: 2; top: 16%; left: 14%; width: 76%; min-height: 270px; background: var(--dark); color: white; box-shadow: 20px 28px 54px rgba(20,24,23,.18); transform: rotate(-5deg); }
.console-head { display: flex; justify-content: space-between; align-items: center; padding: 15px 17px; border-bottom: 1px solid rgba(247,248,244,.15); }
.console-kicker { font-family: var(--mono); font-size: 8px; letter-spacing: .11em; color: #a5ada6; }
.console-dot { width: 7px; height: 7px; background: var(--lime); border-radius: 50%; }
.console-main { display: grid; grid-template-columns: 20% 1fr; min-height: 228px; }
.console-sidebar { padding: 20px 14px; border-right: 1px solid rgba(247,248,244,.15); }
.side-line { display: block; width: 70%; height: 5px; margin: 0 0 20px; background: #5a655e; }
.side-line.active { width: 88%; background: var(--lime); }
.side-line.short { width: 48%; }
.console-content { padding: 22px 19px; }
.console-title { width: 42%; height: 12px; background: #f7f8f4; margin-bottom: 25px; }
.console-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-bottom: 24px; }
.console-columns span { display: block; height: 39px; background: #2c3630; border-top: 2px solid var(--coral); }
.console-columns span:nth-child(2) { border-top-color: var(--lime); }
.console-columns span:nth-child(3) { border-top-color: var(--blue); }
.console-chart { height: 75px; display: flex; align-items: end; gap: 8px; padding: 0 5px 6px; border-bottom: 1px solid #465048; }
.console-chart i { display: block; flex: 1; background: var(--blue); opacity: .83; }
.console-chart i:nth-child(1) { height: 26%; }.console-chart i:nth-child(2) { height: 44%; }.console-chart i:nth-child(3) { height: 36%; }.console-chart i:nth-child(4) { height: 68%; background: var(--lime); }.console-chart i:nth-child(5) { height: 54%; }.console-chart i:nth-child(6) { height: 84%; background: var(--lime); }.console-chart i:nth-child(7) { height: 72%; background: var(--coral); }
.console-footer { display: flex; justify-content: space-between; padding-top: 17px; }
.console-footer span { width: 26%; height: 5px; background: #58635b; }.console-footer b { width: 14%; height: 5px; background: var(--blue); }
.floating-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; min-height: 37px; padding: 0 11px; background: var(--paper); color: var(--ink); box-shadow: 8px 13px 22px rgba(20,24,23,.12); font-size: 9px; font-weight: 700; }
.floating-note b { color: var(--blue); font-size: 14px; font-weight: 400; }
.note-index { display: grid; place-items: center; width: 21px; height: 21px; background: var(--coral); color: white; font-family: var(--mono); font-size: 8px; }
.note-left { top: 28%; left: 2%; transform: rotate(-7deg); }.note-right { right: -1%; bottom: 23%; transform: rotate(5deg); }.note-right .note-index { background: var(--blue); }

.ticker { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 17px 0 15px; background: var(--paper-deep); }
.ticker-track { display: flex; width: max-content; align-items: center; gap: 26px; color: #6b716c; font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; animation: ticker 28s linear infinite; }
.ticker-track i { color: var(--blue); font-family: var(--sans); font-style: normal; font-size: 15px; }
@keyframes ticker { to { transform: translateX(-35%); } }

.work { padding-top: clamp(92px, 12vw, 168px); padding-bottom: clamp(100px, 13vw, 186px); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 75px; }
.section-heading h2, .about h2 { margin-bottom: 0; font-size: clamp(42px, 6vw, 82px); line-height: .95; }
.section-note { max-width: 285px; margin-bottom: 5px; color: #6b716c; font-size: 13px; line-height: 1.55; }
.case-list { display: grid; gap: 96px; }
.case-card { min-width: 0; }
.case-visual { position: relative; overflow: hidden; width: 100%; }
.visual-documents { background: #dfe5f6; padding: clamp(16px, 3vw, 34px); }
.visual-browserbar { height: 32px; display: flex; align-items: center; justify-content: space-between; padding: 0 13px; background: rgba(20,24,23,.9); color: #abb5c9; font-family: var(--mono); font-size: 8px; letter-spacing: .04em; }
.browser-dots { display: flex; gap: 5px; }.browser-dots i { display: block; width: 6px; height: 6px; border-radius: 50%; background: #707887; }.browser-dots i:first-child { background: var(--coral); }.browser-dots i:nth-child(2) { background: var(--lime); }.browser-dots i:nth-child(3) { background: var(--blue); }.browser-action { letter-spacing: .15em; }
.document-ui { display: grid; grid-template-columns: 45px 1fr; min-height: 440px; background: #f7f8fb; color: var(--ink); }
.document-rail { display: flex; align-items: center; flex-direction: column; gap: 22px; padding-top: 18px; border-right: 1px solid #dfe3eb; background: #eef1f8; }.rail-logo { display: grid; place-items: center; width: 24px; height: 24px; background: var(--blue); color: white; font: 500 11px var(--mono); margin-bottom: 10px; }.rail-item { color: #9ba6bb; font-size: 14px; }.rail-item.selected { color: var(--blue); }
.document-body { min-width: 0; padding: 0 clamp(16px, 3vw, 32px) 30px; }.document-toolbar { display: flex; align-items: center; justify-content: flex-end; gap: 13px; height: 57px; border-bottom: 1px solid #e1e5ed; }.crumb { margin-right: auto; color: #8d96a6; font: 8px var(--mono); }.crumb b { color: #b5bdca; margin: 0 5px; }.toolbar-avatar { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; background: #f9bd82; color: #704423; font: 8px var(--mono); }.tiny-button { min-height: 27px; padding: 0 11px; border: 1px solid #cfd6e4; background: white; color: #566175; font-size: 9px; }
.document-title-row { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding: 25px 0 22px; }.document-title-row small { color: #8993a5; font: 8px var(--mono); letter-spacing: .08em; }.document-title-row h3 { margin: 8px 0 0; font-size: clamp(19px, 2.3vw, 29px); letter-spacing: -.04em; }.health-badge { display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; border: 1px solid #bfe4c8; background: #edf9ef; color: #2a7a42; font: 9px var(--mono); white-space: nowrap; }.health-badge::first-letter { color: #3aaa5d; }
.document-tabs { display: flex; gap: clamp(13px, 3vw, 26px); border-bottom: 1px solid #e1e5ed; color: #8b94a5; font-size: 9px; }.document-tabs span { padding: 0 0 11px; }.document-tabs .tab-active { border-bottom: 2px solid var(--blue); color: var(--blue); font-weight: 700; }.document-tabs b { color: #b2bac9; font: 8px var(--mono); margin-left: 3px; }
.document-grid { display: grid; grid-template-columns: 1.55fr 1fr; gap: 10px; margin-top: 17px; }.doc-panel { min-height: 117px; padding: 15px; border: 1px solid #e1e5ed; background: #fff; }.panel-wide { grid-column: span 1; }.panel-label { display: flex; justify-content: space-between; margin-bottom: 15px; color: #8f98a8; font: 8px var(--mono); letter-spacing: .05em; }.panel-label b { padding: 3px 5px; background: #eaf0ff; color: var(--blue); font-size: 8px; }.review-row { display: grid; grid-template-columns: 25px minmax(0,1fr) auto; align-items: center; gap: 8px; min-height: 35px; border-top: 1px solid #edf0f4; font-size: 9px; }.file-icon { display: grid; place-items: center; width: 21px; height: 22px; font: 7px var(--mono); }.file-icon.blue { color: var(--blue); background: #edf1ff; }.file-icon.yellow { color: #a77a16; background: #fff7dd; }.file-icon.coral { color: #b84b38; background: #ffebe7; }.review-name { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #4e5665; }.review-meta { color: #a2a9b6; font: 8px var(--mono); }.review-state { font-size: 8px; }.state-blue { color: var(--blue); }.state-amber { color: #aa7d17; }.state-green { color: #35854d; }.panel-side strong { display: block; margin: 3px 0 13px; font-size: 28px; letter-spacing: -.06em; }.panel-side strong span { color: #9aa4b2; font-size: 14px; }.health-bar { height: 5px; background: #ecedf1; }.health-bar i { display: block; width: 84%; height: 100%; background: var(--blue); }.panel-side p { margin: 8px 0 0; color: #52a068; font: 8px var(--mono); }.milestone { display: grid; grid-template-columns: 9px 1fr auto; align-items: center; gap: 8px; min-height: 26px; border-top: 1px solid #edf0f4; color: #525b6c; font-size: 9px; }.milestone-dot { width: 7px; height: 7px; border: 1px solid #bdc6d4; border-radius: 50%; }.milestone-dot.done { background: var(--blue); border-color: var(--blue); }.milestone-dot.current { background: var(--coral); border-color: var(--coral); }.milestone b { color: #9da5b4; font: 7px var(--mono); }.activity-avatar { float: left; display: grid; place-items: center; width: 23px; height: 23px; margin-right: 8px; border-radius: 50%; background: #c5d4ff; color: #3f5cb1; font: 8px var(--mono); }.panel-activity p { margin: 1px 0 2px; color: #606979; font-size: 9px; line-height: 1.4; }.panel-activity p b { color: var(--ink); }.panel-activity small { color: #a2a9b5; font: 8px var(--mono); }
.case-info { display: grid; grid-template-columns: 7% minmax(0, 1fr) 27%; gap: 24px; padding-top: 24px; }.case-number { color: var(--blue); font: 11px var(--mono); }.case-type { margin-bottom: 9px; color: #858c87; font: 9px var(--mono); letter-spacing: .08em; }.case-summary h3 { margin: 0 0 12px; font-size: clamp(24px, 3vw, 40px); letter-spacing: -.05em; }.case-summary > p:not(.case-type) { max-width: 500px; margin-bottom: 15px; color: #686e69; font-size: 13px; line-height: 1.55; }.case-link { display: inline-flex; gap: 12px; align-items: center; padding-bottom: 5px; border-bottom: 1px solid #aeb4ac; color: var(--ink); font-size: 11px; font-weight: 700; }.case-link span { color: var(--blue); font-size: 15px; }.case-tags { display: flex; align-content: start; justify-content: end; flex-wrap: wrap; gap: 7px; }.case-tags span { padding: 7px 9px; border: 1px solid #cbd0c9; color: #777e77; font: 9px var(--mono); }

.visual-vision { background: #14202c; color: #f7f8f4; padding: clamp(20px, 3vw, 34px); }.vision-topline { display: flex; align-items: center; gap: 10px; padding-bottom: 17px; color: #95a4ad; font: 9px var(--mono); letter-spacing: .04em; }.vision-logo { display: grid; place-items: center; width: 21px; height: 21px; background: var(--coral); color: var(--dark); font-size: 12px; }.vision-topline b { color: #51626d; margin: 0 3px; }.vision-status { margin-left: auto; color: var(--lime); font-size: 8px; }.vision-ui { display: grid; grid-template-columns: 165px minmax(0, 1fr) 190px; min-height: 440px; background: #22303c; }.vision-sidebar { padding: 21px 14px; border-right: 1px solid #35454e; }.vision-sidebar small { display: block; margin-bottom: 10px; color: #778b95; font: 8px var(--mono); letter-spacing: .1em; }.dataset { display: flex; justify-content: space-between; gap: 8px; padding: 9px 8px; color: #9baab0; font-size: 10px; }.dataset b { color: #6d7f88; font: 8px var(--mono); }.dataset.active { background: #32434f; color: white; }.dataset.active b { color: var(--lime); }.sidebar-gap { margin-top: 31px; }
.vision-canvas { min-width: 0; padding: 14px; background: #1a2731; }.canvas-toolbar { display: flex; align-items: center; gap: 15px; height: 31px; color: #8b9da5; font: 11px var(--mono); }.canvas-toolbar .tool-active { color: var(--lime); }.canvas-divider { width: 1px; height: 17px; background: #43535b; margin: 0 2px; }.canvas-toolbar span:nth-last-child(3) { margin-left: auto; font-size: 9px; }.image-frame { position: relative; height: 336px; overflow: hidden; background: #638584; background-image: linear-gradient(120deg, rgba(31,44,46,.1), rgba(9,17,22,.38)), linear-gradient(165deg, transparent 0 43%, rgba(217,222,203,.65) 43% 57%, transparent 57%), linear-gradient(12deg, transparent 0 33%, rgba(37,58,67,.75) 33% 67%, transparent 67%); }.road-shape { position: absolute; width: 130%; height: 34%; left: -15%; bottom: 4%; background: rgba(48,65,70,.72); transform: rotate(-6deg); }.box { position: absolute; border: 1.5px solid var(--lime); }.box span { position: absolute; left: -1px; top: -17px; padding: 3px 5px; background: var(--lime); color: #18251f; font: 8px var(--mono); white-space: nowrap; }.box-one { top: 37%; left: 41%; width: 28%; height: 27%; }.box-two { top: 23%; left: 17%; width: 15%; height: 29%; border-color: var(--coral); }.box-two span { background: var(--coral); }.box-three { top: 15%; left: 73%; width: 11%; height: 14%; border-color: #82c9ff; }.box-three span { background: #82c9ff; }.crosshair { position: absolute; width: 22px; height: 22px; border: 1px solid rgba(247,248,244,.8); border-radius: 50%; }.crosshair::before, .crosshair::after { content: ""; position: absolute; background: rgba(247,248,244,.8); }.crosshair::before { left: 10px; top: -5px; width: 1px; height: 30px; }.crosshair::after { top: 10px; left: -5px; width: 30px; height: 1px; }.cross-a { top: 35%; left: 55%; }.cross-b { top: 67%; left: 26%; width: 15px; height: 15px; }.cross-b::before { left: 7px; height: 22px; }.cross-b::after { top: 7px; width: 22px; }.frame-label { position: absolute; right: 11px; bottom: 10px; color: rgba(247,248,244,.75); font: 8px var(--mono); }.canvas-footer { display: flex; justify-content: space-between; padding-top: 11px; color: #82949c; font: 8px var(--mono); }.canvas-footer b { color: var(--lime); }.inspector { border-left: 1px solid #35454e; background: #1f2c36; }.inspector-head { display: flex; justify-content: space-between; padding: 17px 15px; border-bottom: 1px solid #35454e; color: #90a0a7; font: 8px var(--mono); letter-spacing: .08em; }.inspector-block { padding: 20px 15px; border-bottom: 1px solid #35454e; }.inspector-block small { display: block; margin-bottom: 10px; color: #72838c; font: 8px var(--mono); letter-spacing: .08em; }.inspector-block strong { display: block; margin-bottom: 17px; font-size: 19px; font-weight: 500; }.confidence { display: flex; justify-content: space-between; color: #95a5ab; font: 8px var(--mono); }.confidence b { color: var(--lime); font-weight: 400; }.confidence-bar { height: 4px; margin-top: 7px; background: #35454e; }.confidence-bar i { display: block; width: 98%; height: 100%; background: var(--lime); }.coords { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; color: #83949b; font: 8px var(--mono); }.coords span { padding: 8px; background: #293944; }.coords b { display: block; margin-top: 5px; color: white; font-weight: 400; }.inspector-block p { margin-bottom: 13px; color: #a0acb0; font-size: 9px; line-height: 1.5; }.confirm-button { width: 100%; min-height: 33px; border: 0; background: var(--lime); color: #1b291f; font-size: 9px; font-weight: 700; }.confirm-button span { float: right; font-size: 13px; }

.case-studies { padding-top: clamp(88px, 12vw, 165px); padding-bottom: clamp(90px, 12vw, 165px); border-top: 1px solid var(--line); }.case-studies-dark { background: var(--dark); color: var(--white); border-top: 0; }.case-study-grid { display: grid; grid-template-columns: 21% minmax(0, 1fr); gap: 6%; }.study-index .eyebrow { color: #88918b; }.study-stamp { display: inline-block; margin-top: 27px; padding: 8px 10px; border: 1px solid #c8cec6; color: #737a72; font: 9px var(--mono); letter-spacing: .08em; }.case-studies-dark .study-stamp { border-color: #4f5a54; color: #8e9a91; }.study-main > .case-type { margin-bottom: 21px; }.study-main h2 { max-width: 780px; margin: 0 0 27px; font-size: clamp(39px, 5.8vw, 80px); line-height: .98; }.study-lead { max-width: 650px; margin-bottom: 55px; color: #697069; font-size: clamp(17px, 2vw, 23px); line-height: 1.45; }.case-studies-dark .study-lead { color: #a9b2aa; }.study-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 11%; max-width: 720px; border-top: 1px solid var(--line); padding-top: 19px; }.case-studies-dark .study-columns { border-color: #3b4540; }.study-columns h4 { margin-bottom: 13px; color: #7b827a; font: 9px var(--mono); letter-spacing: .1em; }.study-columns p { margin: 0; color: #6d746d; font-size: 12px; line-height: 1.6; }.case-studies-dark .study-columns p { color: #a8b0aa; }.impact-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 760px; margin-top: 67px; padding-top: 20px; border-top: 1px solid var(--line); }.case-studies-dark .impact-row { border-color: #3b4540; }.impact-row strong { display: block; margin-bottom: 7px; color: var(--blue); font-size: clamp(27px, 3vw, 42px); letter-spacing: -.06em; }.case-studies-dark .impact-row strong { color: var(--lime); }.impact-row span { display: block; max-width: 120px; color: #747b73; font: 9px var(--mono); line-height: 1.45; }.case-studies-dark .impact-row span { color: #89958c; }

.approach { padding-top: clamp(90px, 12vw, 170px); padding-bottom: clamp(100px, 13vw, 180px); }.approach-heading { margin-bottom: 69px; }.approach-list { border-top: 1px solid var(--line); }.approach-row { display: grid; grid-template-columns: 8% minmax(190px, .8fr) 1fr 20px; gap: 20px; align-items: center; min-height: 102px; border-bottom: 1px solid var(--line); }.approach-no { color: var(--blue); font: 10px var(--mono); }.approach-row h3 { margin: 0; font-size: clamp(17px, 2vw, 24px); letter-spacing: -.04em; }.approach-row p { max-width: 390px; margin: 0; color: #6e746e; font-size: 12px; line-height: 1.5; }.approach-arrow { color: var(--blue); font-size: 19px; text-align: right; }
.about { padding-top: clamp(90px, 12vw, 170px); padding-bottom: clamp(100px, 13vw, 180px); background: var(--paper-deep); }.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7%; }.about-copy { max-width: 580px; padding-top: 46px; }.about-copy > p { max-width: 520px; color: #5e665f; font-size: 17px; line-height: 1.55; }.about-copy > p + p { margin-top: 19px; }.about-details { display: grid; grid-template-columns: 1fr 1fr 1.35fr; gap: 20px; margin-top: 62px; padding-top: 18px; border-top: 1px solid #cbd0c8; }.about-details span { display: block; margin-bottom: 8px; color: #7b827b; font: 9px var(--mono); text-transform: uppercase; }.about-details b { display: block; font-size: 11px; font-weight: 600; }
.contact { padding-top: clamp(60px, 8vw, 98px); padding-bottom: clamp(60px, 8vw, 98px); background: var(--blue); color: white; }.contact-frame { max-width: 1060px; margin: 0 auto; }.contact-kicker { margin-bottom: 36px; font: 10px var(--mono); letter-spacing: .09em; text-transform: uppercase; color: #c9d3ff; }.contact .status-dot { background: var(--lime); box-shadow: 0 0 0 4px rgba(200,240,106,.16); }.contact h2 { max-width: 760px; margin-bottom: 24px; font-size: clamp(43px, 7vw, 94px); line-height: .95; }.contact h2 em { color: var(--lime); }.contact-frame > p { max-width: 390px; margin-bottom: 36px; color: #dce3ff; font-size: 15px; line-height: 1.5; }.contact-actions { display: flex; align-items: center; gap: 26px; }.button-light { background: var(--white); color: var(--blue-deep); }.button-light:hover { background: var(--lime); color: var(--ink); }.contact-handle { padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.5); color: white; font: 11px var(--mono); }
.footer { display: flex; align-items: center; justify-content: space-between; min-height: 80px; background: var(--dark); color: #8d9790; font: 9px var(--mono); letter-spacing: .05em; text-transform: uppercase; }.footer div { display: flex; align-items: center; gap: 17px; }.footer a:hover { color: var(--lime); }.footer-divider { color: #4b5650; }

@media (max-width: 920px) {
  .hero { grid-template-columns: 1fr; gap: 36px; }.hero-stage { min-height: 390px; max-width: 700px; width: 100%; justify-self: center; }.hero-console { top: 10%; left: 14%; width: 72%; }.note-left { left: 0; }.note-right { right: 0; }
  .case-info { grid-template-columns: 6% minmax(0, 1fr); }.case-tags { grid-column: 2; justify-content: start; }
  .vision-ui { grid-template-columns: 140px minmax(0,1fr); }.inspector { display: none; }
  .case-study-grid { grid-template-columns: 15% minmax(0, 1fr); gap: 4%; }.about-grid { gap: 5%; }
}
@media (max-width: 660px) {
  .topbar { height: 66px; }.brand-label { display: none; }.menu-toggle { display: block; }.nav { display: none; position: absolute; top: 66px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 24px 18px; background: var(--paper); border-bottom: 1px solid var(--line); }.nav.is-open { display: flex; }.nav a { padding: 14px 0; border-bottom: 1px solid var(--line); }.nav-contact { border-bottom: 0; }.section-pad { padding-left: 20px; padding-right: 20px; }
  .hero { min-height: auto; padding-top: 72px; padding-bottom: 80px; }.hero-intro { font-size: 15px; }.hero-actions { gap: 18px; flex-wrap: wrap; }.hero-stage { min-height: 300px; margin: 10px -7px 0; transform: scale(.98); }.stage-grid { background-size: 28px 28px; inset: 7% 0 5% 3%; }.hero-console { min-height: 202px; top: 13%; left: 9%; width: 80%; }.console-main { min-height: 165px; }.console-content { padding: 16px 14px; }.console-sidebar { padding: 17px 9px; }.console-columns { margin-bottom: 17px; }.console-chart { height: 51px; }.floating-note { font-size: 8px; }.note-left { top: 21%; }.note-right { bottom: 18%; }
  .section-heading { display: block; margin-bottom: 48px; }.section-note { margin-top: 25px; }.work { padding-top: 83px; padding-bottom: 100px; }.case-list { gap: 72px; }.visual-browserbar { font-size: 6px; }.document-ui { grid-template-columns: 33px 1fr; min-height: 364px; }.document-rail { gap: 16px; }.rail-logo { width: 20px; height: 20px; font-size: 9px; }.rail-item { font-size: 11px; }.document-body { padding: 0 11px 17px; }.document-toolbar { height: 43px; }.document-title-row { padding: 18px 0 17px; }.document-title-row h3 { font-size: 18px; }.health-badge { padding: 5px 6px; font-size: 7px; }.document-tabs { gap: 13px; overflow: hidden; }.document-tabs span { font-size: 8px; white-space: nowrap; }.document-grid { grid-template-columns: 1fr; }.doc-panel { min-height: 100px; }.panel-side { display: none; }.review-row { grid-template-columns: 25px minmax(0,1fr) auto; }.review-meta { display: none; }.case-info { grid-template-columns: 30px minmax(0,1fr); gap: 10px; padding-top: 17px; }.case-summary h3 { font-size: 27px; }.case-summary > p:not(.case-type) { font-size: 12px; }.case-tags { grid-column: 2; margin-top: 6px; }.case-tags span { font-size: 8px; padding: 6px 7px; }
  .visual-vision { padding: 14px; }.vision-topline { padding-bottom: 11px; font-size: 7px; }.vision-status { font-size: 7px; }.vision-ui { grid-template-columns: 95px minmax(0,1fr); min-height: 337px; }.vision-sidebar { padding: 15px 8px; }.vision-sidebar small { font-size: 6px; }.dataset { padding: 8px 4px; font-size: 8px; }.dataset b { display: none; }.sidebar-gap { margin-top: 18px !important; }.vision-canvas { padding: 9px; }.canvas-toolbar { gap: 9px; height: 23px; font-size: 9px; }.image-frame { height: 254px; }.canvas-footer { font-size: 7px; }
  .case-studies { padding-top: 82px; padding-bottom: 90px; }.case-study-grid { display: block; }.study-index { display: flex; align-items: center; justify-content: space-between; margin-bottom: 38px; }.study-index .eyebrow { margin: 0; }.study-stamp { margin: 0; }.study-main h2 { font-size: 43px; }.study-lead { margin-bottom: 40px; font-size: 17px; }.study-columns { grid-template-columns: 1fr; gap: 24px; }.impact-row { gap: 13px; margin-top: 49px; }.impact-row strong { font-size: 29px; }.impact-row span { font-size: 8px; }
  .approach { padding-top: 88px; padding-bottom: 100px; }.approach-row { grid-template-columns: 30px 1fr 17px; gap: 12px; min-height: 105px; }.approach-row p { grid-column: 2 / 3; font-size: 11px; margin-top: -10px; }.approach-arrow { grid-column: 3; grid-row: 1; }.about { padding-top: 85px; padding-bottom: 95px; }.about-grid { grid-template-columns: 1fr; gap: 12px; }.about-copy { padding-top: 15px; }.about-copy > p { font-size: 15px; }.about-details { grid-template-columns: 1fr 1fr; gap: 22px 14px; margin-top: 45px; }.about-details div:last-child { grid-column: span 2; }.contact { padding-top: 65px; padding-bottom: 70px; }.contact h2 { font-size: 49px; }.contact-actions { align-items: start; flex-direction: column; gap: 21px; }.footer { min-height: 98px; align-items: start; flex-direction: column; justify-content: center; gap: 13px; }.footer div { gap: 12px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.ticker-track { animation: none; } .button { transition: none; } }
