:root {
  --ink: #000000;
  --paper: #ffffff;
  --ash: #797d86;
  --cloud: #c9cbcf;
  --line: #303236;
  --surface: #151617;
  --surface-light: #1b1d1e;
  --green: #34d59a;
  --mono: 'Space Mono', 'GeistMono', monospace;
  --sans: 'DM Sans', 'Inter', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
.page-shell { overflow: hidden; }
.section-wrap { width: min(1200px, calc(100% - 64px)); margin-inline: auto; }
.site-header { width: min(1200px, calc(100% - 64px)); height: 88px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(48, 50, 54, .7); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 600; letter-spacing: -.6px; }
.brand-mark { width: 21px; height: 21px; display: inline-flex; gap: 3px; align-items: flex-end; }
.brand-mark i { display: block; width: 5px; background: var(--green); transform: skew(-18deg); }
.brand-mark i:nth-child(1) { height: 11px; opacity: .55; }.brand-mark i:nth-child(2) { height: 17px; }.brand-mark i:nth-child(3) { height: 14px; opacity: .75; }
.nav-links { display: flex; align-items: center; gap: 32px; color: var(--ash); font-size: 13px; }
.nav-links a { transition: color .2s ease; }.nav-links a:hover { color: var(--paper); }.nav-contact { color: var(--paper); }
.nav-contact span, .button span, .service-card a span { color: var(--green); margin-left: 6px; }
.menu-toggle { display: none; background: none; border: 0; }
.hero { min-height: 690px; padding: 124px 0 120px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr); gap: 80px; align-items: center; }
.eyebrow, .card-index, .terminal-head, .line-number, .terminal-line, .signal-stats strong { font-family: var(--mono); font-size: 11px; letter-spacing: .3px; text-transform: uppercase; }
.eyebrow { color: var(--ash); margin: 0 0 28px; }.status-dot { display: inline-block; width: 6px; height: 6px; margin-right: 8px; vertical-align: 1px; background: var(--green); border-radius: 50%; box-shadow: 0 0 12px var(--green); }
h1, h2, h3, p { margin-top: 0; }.hero h1 { max-width: 650px; margin-bottom: 30px; font-size: clamp(54px, 6.4vw, 86px); line-height: .96; letter-spacing: -4px; font-weight: 500; }.hero h1 em, .closing h2 em { color: var(--green); font-style: normal; }
.hero-description { max-width: 450px; color: var(--ash); font-size: 17px; line-height: 1.55; letter-spacing: -.3px; margin-bottom: 36px; }
.hero-actions { display: flex; align-items: center; gap: 28px; }.button { display: inline-flex; align-items: center; border-radius: 9999px; padding: 13px 22px; font-size: 13px; font-weight: 600; transition: transform .2s ease, background-color .2s ease; }.button:hover { transform: translateY(-2px); }.button-primary { background: var(--paper); color: var(--surface); }.button-primary:hover { background: var(--cloud); }.button-ghost { border: 1px solid var(--line); color: var(--paper); }.button-ghost:hover { border-color: var(--cloud); }
.text-link { color: var(--ash); font-size: 13px; }.text-link span { color: var(--green); margin-left: 6px; }
.terminal-visual { border: 1px solid var(--line); background: var(--surface); border-radius: 4px; box-shadow: 18px 18px 0 rgba(52, 213, 154, .08); }.terminal-head { height: 46px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); color: var(--ash); }.window-dots { display: flex; gap: 6px; }.window-dots i { width: 6px; height: 6px; border-radius: 50%; background: var(--line); }.window-dots i:first-child { background: var(--green); }.terminal-state { color: var(--green); font-size: 10px; }.terminal-body { min-height: 335px; padding: 30px 24px; position: relative; background: linear-gradient(90deg, transparent 49.9%, rgba(52,213,154,.055) 50%, transparent 50.2%), linear-gradient(0deg, transparent 49.9%, rgba(255,255,255,.025) 50%, transparent 50.2%); background-size: 80px 100%, 100% 58px; }.terminal-line { display: grid; grid-template-columns: 30px 20px 1fr auto; gap: 10px; margin-bottom: 17px; color: var(--cloud); text-transform: none; font-size: 12px; }.terminal-line b { color: var(--paper); font-weight: 400; }.line-number { color: #45484d; font-size: 10px; }.prompt { color: var(--green); }.muted { color: var(--ash); }.line-ok { color: var(--green); font-size: 10px; text-transform: uppercase; }.terminal-output { display: flex; gap: 13px; margin: 38px 0 0 50px; color: var(--ash); font-size: 14px; line-height: 1.55; }.terminal-output strong { color: var(--paper); font-weight: 500; }.output-marker { color: var(--green); }.signal-bars { height: 42px; display: flex; align-items: flex-end; gap: 4px; margin: 45px 0 0 50px; opacity: .65; }.signal-bars i { width: 5px; background: var(--green); }.signal-bars i:nth-child(3n) { background: var(--line); }.signal-bars i:nth-child(1) { height: 12px; }.signal-bars i:nth-child(2) { height: 24px; }.signal-bars i:nth-child(3) { height: 17px; }.signal-bars i:nth-child(4) { height: 33px; }.signal-bars i:nth-child(5) { height: 21px; }.signal-bars i:nth-child(6) { height: 39px; }.signal-bars i:nth-child(7) { height: 27px; }.signal-bars i:nth-child(8) { height: 35px; }.signal-bars i:nth-child(9) { height: 16px; }.signal-bars i:nth-child(10) { height: 29px; }.signal-bars i:nth-child(11) { height: 39px; }.signal-bars i:nth-child(12) { height: 25px; }.signal-bars i:nth-child(13) { height: 34px; }.signal-bars i:nth-child(14) { height: 19px; }.signal-bars i:nth-child(15) { height: 29px; }.signal-bars i:nth-child(16) { height: 38px; }
.signal-strip { padding: 30px 0 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 2fr; gap: 80px; }.signal-strip .eyebrow { margin: 0; }.signal-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }.signal-stats div { display: flex; gap: 16px; }.signal-stats strong { color: var(--green); font-weight: 400; }.signal-stats span { color: var(--ash); font-size: 13px; line-height: 1.35; }
.services { padding: 160px 0 150px; }.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 54px; }.section-heading .eyebrow { margin-bottom: 8px; }.section-heading h2, .approach h2 { margin: 0; font-size: clamp(40px, 5vw, 64px); line-height: .98; letter-spacing: -2.5px; font-weight: 500; }.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }.service-card { min-height: 350px; padding: 28px 26px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 4px; background: var(--surface); }.service-card.featured { background: var(--surface-light); border-color: var(--green); }.card-index { color: var(--ash); }.service-icon { margin: 48px 0 22px; color: var(--green); font-size: 30px; line-height: 1; }.service-card h3 { margin-bottom: 12px; font-size: 24px; font-weight: 500; letter-spacing: -1px; }.service-card p { margin-bottom: 28px; color: var(--ash); font-size: 14px; line-height: 1.55; }.service-card a { margin-top: auto; color: var(--paper); font-size: 12px; }
.approach { padding: 0 0 160px; display: grid; grid-template-columns: 1fr 1fr; gap: 14%; }.approach-copy > p:not(.eyebrow) { max-width: 400px; color: var(--ash); font-size: 16px; line-height: 1.55; margin: 30px 0 34px; }.approach h2 span { color: var(--ash); }.process-list { border-top: 1px solid var(--line); }.process-item { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }.process-item > span { color: var(--green); font-family: var(--mono); font-size: 12px; }.process-item h3 { margin-bottom: 7px; font-size: 17px; font-weight: 500; }.process-item p { margin: 0; color: var(--ash); font-size: 13px; line-height: 1.45; }.closing { padding: 100px 0 140px; border-top: 1px solid var(--line); }.closing .eyebrow { color: var(--green); }.closing h2 { margin-bottom: 34px; font-size: clamp(58px, 8vw, 112px); line-height: .88; letter-spacing: -5px; font-weight: 500; }.site-footer { min-height: 90px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: var(--ash); font-size: 12px; }.site-footer .brand { color: var(--paper); font-size: 15px; }.site-footer p { margin: 0; }
.reveal { animation: rise-in .8s ease both; }.reveal-delay { animation-delay: .15s; }.reveal-delay-two { animation-delay: .3s; } @keyframes rise-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 800px) { .section-wrap, .site-header { width: min(100% - 40px, 600px); }.site-header { height: 72px; }.nav-links { display: none; }.menu-toggle { display: flex; flex-direction: column; gap: 5px; padding: 8px 0 8px 8px; }.menu-toggle span { display: block; width: 20px; height: 1px; background: var(--paper); }.nav-links.is-open { position: absolute; top: 72px; left: 0; right: 0; z-index: 2; display: flex; padding: 22px 20px; flex-direction: column; align-items: flex-start; gap: 18px; background: var(--surface); border-bottom: 1px solid var(--line); }.hero { min-height: auto; padding: 90px 0 100px; display: block; }.hero h1 { font-size: clamp(52px, 14vw, 78px); letter-spacing: -3px; }.hero-description { font-size: 16px; }.terminal-visual { margin-top: 70px; }.signal-strip { display: block; padding-top: 24px; }.signal-strip .eyebrow { margin-bottom: 28px; }.services { padding: 110px 0 100px; }.section-heading { display: block; margin-bottom: 38px; }.section-heading h2, .approach h2 { font-size: 46px; }.service-grid { grid-template-columns: 1fr; gap: 10px; }.service-card { min-height: 310px; }.service-icon { margin-top: 34px; }.approach { padding-bottom: 110px; display: block; }.process-list { margin-top: 70px; }.closing { padding: 80px 0 100px; }.closing h2 { letter-spacing: -3px; }.site-footer { padding: 28px 0; min-height: 0; align-items: flex-start; flex-direction: column; gap: 15px; } }
@media (max-width: 430px) { .section-wrap, .site-header { width: calc(100% - 32px); }.hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }.terminal-body { padding: 24px 14px; }.terminal-line { grid-template-columns: 20px 12px 1fr; gap: 7px; font-size: 10px; }.line-ok { display: none; }.terminal-output, .signal-bars { margin-left: 27px; }.signal-stats { gap: 10px; }.signal-stats div { display: block; }.signal-stats strong { display: block; margin-bottom: 8px; }.signal-stats span { font-size: 11px; } }

/* Neon activity layer */
.status-dot { animation: status-pulse 2.2s ease-in-out infinite; }
.terminal-visual { position: relative; overflow: hidden; }
.terminal-visual::after { content: ''; position: absolute; inset: -45% 0 auto; height: 32%; pointer-events: none; background: rgba(52, 213, 154, .06); border-top: 1px solid rgba(52, 213, 154, .4); border-bottom: 1px solid rgba(52, 213, 154, .08); animation: scan-sweep 7s linear infinite; }
.window-dots i:first-child { animation: dot-flicker 3s ease-in-out infinite; }
.terminal-state { animation: state-flicker 3s steps(2, end) infinite; }
.output-marker { animation: marker-glow 2.6s ease-in-out infinite; }
.signal-bars i { transform-origin: bottom; animation: bars-breathe 2.8s ease-in-out infinite; }
.signal-bars i:nth-child(1) { animation-delay: -.2s; }.signal-bars i:nth-child(2) { animation-delay: -.8s; }.signal-bars i:nth-child(3) { animation-delay: -1.4s; }.signal-bars i:nth-child(4) { animation-delay: -2s; }.signal-bars i:nth-child(5) { animation-delay: -2.6s; }.signal-bars i:nth-child(6) { animation-delay: -.5s; }.signal-bars i:nth-child(7) { animation-delay: -1.1s; }.signal-bars i:nth-child(8) { animation-delay: -1.7s; }.signal-bars i:nth-child(9) { animation-delay: -2.3s; }.signal-bars i:nth-child(10) { animation-delay: -.3s; }.signal-bars i:nth-child(11) { animation-delay: -.9s; }.signal-bars i:nth-child(12) { animation-delay: -1.5s; }.signal-bars i:nth-child(13) { animation-delay: -2.1s; }.signal-bars i:nth-child(14) { animation-delay: -2.7s; }.signal-bars i:nth-child(15) { animation-delay: -.7s; }.signal-bars i:nth-child(16) { animation-delay: -1.3s; }
.service-card { transition: border-color .35s ease, box-shadow .35s ease, transform .35s ease; }.service-card:hover { border-color: var(--cloud); transform: translateY(-5px); }.service-card.featured:hover { box-shadow: 0 0 28px rgba(52, 213, 154, .14); }
@keyframes scan-sweep { 0% { transform: translateY(0); opacity: 0; } 12%, 80% { opacity: 1; } 100% { transform: translateY(475%); opacity: 0; } }
@keyframes status-pulse { 0%, 100% { box-shadow: 0 0 5px rgba(52, 213, 154, .35); opacity: .75; } 50% { box-shadow: 0 0 16px rgba(52, 213, 154, .95); opacity: 1; } }
@keyframes dot-flicker { 0%, 100% { opacity: .65; } 48%, 55% { opacity: 1; } 52% { opacity: .35; } }
@keyframes state-flicker { 0%, 92%, 100% { opacity: 1; } 94% { opacity: .45; } }
@keyframes marker-glow { 0%, 100% { text-shadow: 0 0 5px rgba(52, 213, 154, .3); } 50% { text-shadow: 0 0 14px rgba(52, 213, 154, .9); } }
@keyframes bars-breathe { 0%, 100% { transform: scaleY(.78); opacity: .55; } 50% { transform: scaleY(1); opacity: 1; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }