:root {
  --ink: #101010;
  --paper: #f4f4ef;
  --blue: #1524ef;
  --lime: #c7ff4c;
  --line: #d8d8d0;
  --muted: #696963;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, sans-serif;
  --mono: ui-monospace, SFMono-Regular, Menlo, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background-color: var(--paper); background-image: linear-gradient(rgba(16,16,16,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(16,16,16,.035) 1px,transparent 1px); background-size: 32px 32px; font-family: var(--sans); }
button,input,textarea { font: inherit; }
button,a { -webkit-tap-highlight-color: transparent; }
.section-wrap { width: min(1400px,100%); margin-inline: auto; padding-inline: clamp(24px,5.2vw,80px); }

/* Navigation */
.site-header { position: relative; z-index: 10; display: flex; align-items: center; justify-content: space-between; width: min(1400px,100%); height: 93px; margin-inline: auto; padding-inline: clamp(24px,5.2vw,80px); }
.brand { display: inline-flex; align-items: center; gap: 7px; color: var(--ink); font-size: 25px; font-weight: 800; letter-spacing: -1.6px; text-decoration: none; }
.brand-mark { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 4; }
.brand-dot { color: var(--blue); }
.desktop-nav { display: flex; align-items: center; gap: 32px; margin-left: 105px; }
.desktop-nav a,.header-cta { color: var(--ink); font-size: 12px; font-weight: 700; text-decoration: none; }
.desktop-nav a:hover,.text-link:hover { color: var(--blue); }
.header-cta { padding: 12px 17px 12px 18px; border-radius: 999px; color: white; background: var(--ink); }
.header-cta span { margin-left: 5px; font-size: 16px; }
.menu-button { display: none; width: 36px; height: 36px; padding: 7px; border: 0; background: transparent; cursor: pointer; }
.menu-button i { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s ease; }
.site-header.mobile-open .menu-button i:first-child { transform: translateY(3.5px) rotate(45deg); }
.site-header.mobile-open .menu-button i:last-child { transform: translateY(-3.5px) rotate(-45deg); }

/* Common */
.eyebrow,.mono { margin: 0; font-family: var(--mono); font-size: 11px; letter-spacing: .03em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow span { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 4px rgba(21,36,239,.09); }
.button { display: inline-flex; align-items: center; gap: 24px; padding: 15px 17px 15px 20px; border: 0; border-radius: 4px; font-size: 13px; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .2s ease,background-color .2s ease; }
.button-primary { color: white; background: var(--blue); box-shadow: inset 0 0 0 1px rgba(0,0,0,.06),0 9px 18px rgba(21,36,239,.12); }
.button-primary:hover { background: #101ede; transform: translateY(-2px); }
.button b { font-size: 19px; font-weight: 400; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-size: 13px; font-weight: 800; text-decoration: none; }
.text-link span { font-size: 17px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.section-heading .mono { color: #777; }
h2 em,.hero h1 em { font-family: var(--serif); font-weight: 400; letter-spacing: -.1em; }

/* Hero */
.hero { position: relative; display: grid; grid-template-columns: minmax(370px,1fr) minmax(440px,.9fr); align-items: center; gap: 20px; min-height: calc(100vh - 93px); padding-top: 45px; padding-bottom: 70px; }
.hero::before { position: absolute; top: 24px; left: 0; width: 100%; height: 1px; content: ''; opacity: .55; background: repeating-linear-gradient(90deg,var(--blue) 0 3px,transparent 3px 9px); }
.hero h1 { max-width: 610px; margin: 25px 0 26px; font-size: clamp(66px,8vw,126px); letter-spacing: -.09em; line-height: .89; }
.hero-intro { max-width: 500px; margin: 0; color: #373735; font-size: 18px; line-height: 1.56; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.hero-art { position: relative; display: flex; align-items: center; justify-content: center; height: 550px; background-image: radial-gradient(circle at center,rgba(21,36,239,.11) 1px,transparent 1.4px); background-size: 14px 14px; }
.core { position: relative; z-index: 1; display: grid; width: 370px; height: 370px; border-radius: 50%; background: var(--blue); box-shadow: 0 24px 65px rgba(21,36,239,.23),0 0 0 1px rgba(255,255,255,.5) inset; place-items: center; transform: rotate(-10deg); }
.core::after { position: absolute; z-index: 0; width: 235px; height: 235px; border-radius: 50%; content: ''; background: var(--lime); }
.core-ring { position: absolute; inset: 17px; border: 1px dashed rgba(255,255,255,.6); border-radius: 50%; animation: spin 22s linear infinite; }
.code-window { position: relative; z-index: 1; width: 282px; background: #fcfcf7; box-shadow: 10px 12px 0 rgba(0,0,0,.11); transform: rotate(10deg); }
.window-top { display: flex; align-items: center; gap: 4px; height: 36px; padding: 0 11px; color: #d7d7d7; background: #161616; font: 9px var(--mono); }
.window-top i { width: 6px; height: 6px; border-radius: 50%; background: #fd6b55; }.window-top i:nth-child(2) { background: #f6c454; }.window-top i:nth-child(3) { background: #67c76a; }.window-top span { margin-left: 7px; }
.window-lines { display: grid; grid-template-columns: 28px 1fr; gap: 8px 4px; padding: 24px 18px 38px; font: 11px/1.15 var(--mono); }.window-lines b { color: #a0a09a; font-weight: 400; }.window-lines u { color: #9a37e8; text-decoration: none; }.window-lines strong { color: #0b79ba; font-weight: 500; }
.deploy-pill { position: absolute; right: -21px; bottom: -16px; padding: 10px 13px; border-radius: 99px; color: white; background: var(--ink); font: 9px var(--mono); }.deploy-pill span { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 10px var(--lime); }
.orbit { position: absolute; border: 1px solid rgba(16,16,16,.17); border-radius: 50%; transform: rotate(-27deg); }.orbit-one { width: 580px; height: 238px; }.orbit-two { width: 460px; height: 560px; }
.spark { position: absolute; z-index: 2; color: var(--blue); font-size: 29px; }.spark-one { top: 12%; left: 6%; }.spark-two { right: 4%; bottom: 20%; font-size: 40px; }
.floating-card { position: absolute; z-index: 3; padding: 14px 16px; background: white; box-shadow: 0 8px 28px rgba(0,0,0,.09); font-size: 11px; line-height: 1.4; }.floating-card small { display: block; margin-bottom: 8px; color: #777; font: 9px var(--mono); }.floating-card b { display: block; max-width: 130px; }.f-card-one { top: 9%; left: -2%; transform: rotate(-7deg); }.f-card-two { right: -3%; bottom: 12%; max-width: 142px; padding: 15px 17px; background: var(--lime); transform: rotate(7deg); }.card-dot { display: block; width: 8px; height: 8px; margin-bottom: 8px; border-radius: 50%; background: var(--blue); }
.hero-bottom { position: absolute; right: clamp(24px,5.2vw,80px); bottom: 27px; left: clamp(24px,5.2vw,80px); display: flex; align-items: center; gap: 11px; font: 10px var(--mono); text-transform: uppercase; }.hero-bottom span { flex: 1; height: 1px; background: var(--line); }.hero-bottom p:last-child { color: var(--muted); }

/* Statement and services */
.statement { padding-top: 125px; padding-bottom: 130px; border-top: 1px solid var(--line); background: rgba(244,244,239,.88); }.statement-row { display: grid; grid-template-columns: 1.25fr .55fr; align-items: end; gap: 80px; margin-top: 22px; }.statement h2,.approach h2,.contact h2 { max-width: 780px; margin: 0; font-size: clamp(42px,5vw,73px); letter-spacing: -.075em; line-height: .98; }.statement-row>p,.approach-header>p { max-width: 365px; margin: 0 0 4px; color: #444; font-size: 15px; line-height: 1.65; }
.services { padding-bottom: 135px; }.service-list { display: grid; grid-template-columns: repeat(3,1fr); }.service-card { display: flex; flex-direction: column; min-height: 380px; padding: 33px 29px 32px; border-right: 1px solid var(--line); background: var(--paper); }.service-card:first-child { padding-left: 0; }.service-card:last-child { border-right: 0; }.service-card:active,.service-card:focus-within { background: var(--paper); }.service-index { color: #777; font: 12px var(--mono); }.service-icon { position: relative; width: 104px; height: 95px; margin: 40px 0 20px; }.service-card h3 { margin: 0 0 13px; font-size: 26px; letter-spacing: -.065em; }.service-card p { max-width: 300px; min-height: 72px; margin: 0; color: #4a4a46; font-size: 14px; line-height: 1.7; }.service-card a { display: inline-block; margin-top: 20px; color: var(--ink); font-size: 11px; font-weight: 800; text-decoration: none; }.service-card a span { margin-left: 5px; color: var(--blue); font-size: 17px; }
.icon-product { border: 2px solid var(--blue); border-radius: 7px; transform: rotate(-8deg); }.icon-product::after { position: absolute; right: -18px; bottom: -8px; width: 40px; height: 28px; border: 2px solid var(--ink); border-radius: 4px; content: ''; background: var(--lime); }.icon-product i { position: absolute; top: 24px; left: 20px; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); }.icon-product i:nth-child(2) { top: 43px; left: 43px; }.icon-product i:nth-child(3) { top: 19px; left: 72px; }
.icon-mobile { width: 58px; height: 98px; margin-left: 18px; border: 2px solid var(--ink); border-radius: 10px; background: var(--lime); transform: rotate(12deg); }.icon-mobile::before { position: absolute; top: 7px; left: 15px; width: 24px; height: 4px; border-radius: 9px; content: ''; background: var(--ink); }.icon-mobile i { position: absolute; bottom: 14px; left: 17px; width: 20px; height: 20px; border: 2px solid var(--blue); border-radius: 50%; }
.icon-ai { width: 92px; height: 92px; margin-left: 4px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 10px rgba(21,36,239,.08); transform: rotate(8deg); }.icon-ai i { position: absolute; top: 11px; left: 38px; width: 17px; height: 17px; border-radius: 50%; background: var(--lime); }.icon-ai i:nth-child(2) { top: 38px; left: 64px; }.icon-ai i:nth-child(3) { top: 65px; left: 38px; }.icon-ai i:nth-child(4) { top: 38px; left: 11px; }

/* Process and technology */
.approach { position: relative; overflow: hidden; padding: 110px 0 120px; color: #f7f7f0; background: #0d0f17; }.approach::before { position: absolute; inset: 0; content: ''; background-image: linear-gradient(rgba(199,255,76,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(199,255,76,.045) 1px,transparent 1px); background-size: 32px 32px; }.approach>.section-wrap { position: relative; }.approach .section-heading { border-color: #3b3b3a; }.approach .eyebrow span { background: var(--lime); }.approach .mono { color: #979790; }.approach-header { display: grid; grid-template-columns: 1.2fr .58fr; align-items: end; gap: 80px; padding: 33px 0 55px; }.approach-header>p { color: #c6c6c0; }.steps { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #3b3b3a; }.step { position: relative; display: flex; flex-direction: column; min-height: 210px; padding: 25px 22px 16px 0; border-right: 1px solid #3b3b3a; }.step:not(:first-child) { padding-left: 22px; }.step:last-child { border-right: 0; }.step>span { color: var(--lime); font: 11px var(--mono); }.step h3 { margin: 36px 0 9px; font-size: 25px; letter-spacing: -.06em; }.step p { max-width: 200px; margin: 0; color: #bfbfba; font-size: 12px; line-height: 1.6; }.step>i { position: absolute; top: 21px; right: 18px; color: var(--lime); font-size: 17px; font-style: normal; }
.technologies { padding-top: 110px; padding-bottom: 110px; background: rgba(244,244,239,.88); }.technologies>.eyebrow { margin-bottom: 45px; }.tech-marquee { width: 100vw; margin-left: calc(-1 * clamp(24px,5.2vw,80px)); padding: 23px 0; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.tech-marquee div { display: flex; width: max-content; gap: 52px; animation: marquee 26s linear infinite; }.tech-marquee b { white-space: nowrap; font-size: 27px; letter-spacing: -.06em; }.tech-marquee b::before { margin-right: 52px; color: var(--blue); content: '✦'; font-size: 13px; vertical-align: 4px; }

/* Contact and footer */
.contact { display: grid; grid-template-columns: 1fr .7fr; gap: 100px; padding-top: 130px; padding-bottom: 125px; border-top: 1px solid var(--line); }.contact h2 { margin-top: 21px; }.contact-copy>p:not(.eyebrow) { max-width: 370px; margin: 28px 0; color: #4a4a46; font-size: 15px; line-height: 1.6; }.contact-detail { display: flex; flex-direction: column; gap: 6px; margin-top: 65px; }.contact-detail span { color: #777; font: 10px var(--mono); text-transform: uppercase; }.contact-detail a { color: var(--ink); font-size: 19px; font-weight: 800; letter-spacing: -.06em; text-decoration: none; }.contact-detail i { color: var(--blue); font-style: normal; }
.contact-form { align-self: start; padding: 30px; background: #e8e8e1; box-shadow: 12px 12px 0 rgba(21,36,239,.12); }.contact-form label { display: block; margin-bottom: 22px; font-size: 11px; font-weight: 800; }.contact-form input,.contact-form textarea { width: 100%; margin-top: 4px; padding: 9px 0 10px; resize: vertical; border: 0; border-bottom: 1px solid #b9b9b1; border-radius: 0; outline: 0; background: transparent; font-size: 14px; }.contact-form input:focus,.contact-form textarea:focus { border-color: var(--blue); }.contact-form textarea { line-height: 1.45; }.contact-form .button { justify-content: space-between; width: 100%; margin-top: 5px; }.field-error { display: block; min-height: 16px; margin-top: 5px; color: #bd1b35; font: 10px/1.35 var(--mono); }.input-error { border-color: #bd1b35!important; }.form-status { min-height: 18px; margin: 10px 0 0; font-size: 11px; font-weight: 700; }.form-error { color: #bd1b35; }
.site-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; padding-top: 42px; padding-bottom: 25px; border-top: 1px solid var(--line); background: rgba(244,244,239,.88); }.footer-brand>p { margin-top: 18px; color: #666; font-size: 12px; }.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }.footer-links div { display: flex; flex-direction: column; gap: 9px; }.footer-links p { margin: 0 0 4px; color: #777; font: 10px var(--mono); text-transform: uppercase; }.footer-links a { color: var(--ink); font-size: 12px; font-weight: 700; text-decoration: none; }.footer-bottom { display: flex; grid-column: span 2; justify-content: space-between; gap: 20px; margin-top: 37px; padding-top: 20px; border-top: 1px solid var(--line); color: #777; font: 10px var(--mono); }.footer-bottom b { color: var(--blue); }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes marquee { to { transform: translateX(-45%); } }
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior: auto!important; animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; } }

@media (max-width:800px) {
  .site-header { height: 70px; }.header-cta { display: none; }.menu-button { display: block; }
  .desktop-nav { position: absolute; top: calc(100% - 5px); right: 24px; display: none; flex-direction: column; align-items: stretch; min-width: 180px; margin: 0; padding: 10px; border: 1px solid var(--line); background: var(--paper); box-shadow: 8px 8px 0 rgba(21,36,239,.12); }.desktop-nav.mobile-visible { display: flex; }.desktop-nav a { padding: 11px 10px; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 61px; padding-bottom: 95px; }.hero h1 { font-size: clamp(63px,17vw,95px); }.hero-art { height: 430px; margin-top: 12px; overflow: hidden; }.core { width: 286px; height: 286px; }.core::after { width: 184px; height: 184px; }.code-window { width: 235px; }.orbit-one { width: 420px; height: 182px; }.orbit-two { width: 335px; height: 420px; }.hero-bottom { display: none; }
  .statement { padding-top: 78px; padding-bottom: 78px; }.statement-row,.approach-header,.contact { grid-template-columns: 1fr; gap: 25px; }.statement-row>p,.approach-header>p { margin: 0; }
  .service-list { grid-template-columns: 1fr; }.service-card { min-height: 0; padding: 29px 0; border-right: 0; border-bottom: 1px solid var(--line); }.service-card:first-child { padding-left: 0; }.service-icon { height: 76px; margin: 25px 0 7px; transform: scale(.78); transform-origin: left center; }.service-card p { min-height: 0; }
  .approach { padding: 76px 0; }.approach-header { padding-bottom: 36px; }.steps { grid-template-columns: 1fr 1fr; }.step { min-height: 190px; }.step:nth-child(2) { border-right: 0; }.step:nth-child(3) { padding-left: 0; border-top: 1px solid #3b3b3a; }.step:nth-child(4) { border-top: 1px solid #3b3b3a; }
  .technologies { padding-top: 77px; padding-bottom: 77px; }.contact { padding-top: 78px; padding-bottom: 77px; }.contact-detail { margin-top: 35px; }.site-footer { grid-template-columns: 1fr; padding-top: 36px; }.footer-links { margin-top: 18px; }.footer-bottom { grid-column: auto; margin-top: 23px; }
}

@media (max-width:450px) { .hero-actions { flex-direction: column; align-items: flex-start; gap: 18px; }.hero-art { margin-inline: 0; transform: none; }.steps { grid-template-columns: 1fr; }.step,.step:nth-child(2) { min-height: 165px; padding: 22px 0; border-right: 0; border-bottom: 1px solid #3b3b3a; }.step:nth-child(3),.step:nth-child(4) { border-top: 0; }.step h3 { margin-top: 24px; }.contact-form { padding: 23px; }.footer-bottom { flex-direction: column; } }
