:root {
  --ink: #12202a;
  --slate: #51606a;
  --soft: #8a969d;
  --paper: #f4f3ef;
  --white: #fffefa;
  --acid: #d5ff3f;
  --line: rgba(18, 32, 42, .16);
  --display: 'Manrope', Arial, sans-serif;
  --mono: 'DM Mono', monospace;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--paper); font-family: var(--display); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.site-shell { overflow: hidden; }
.site-header { height: 88px; display: flex; align-items: center; padding: 0 4.2vw; border-bottom: 1px solid var(--line); background: rgba(244, 243, 239, .88); backdrop-filter: blur(12px); position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; letter-spacing: -.06em; font-size: 18px; white-space: nowrap; }
.brand-mark { width: 25px; height: 23px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; transform: skewY(-19deg); }
.brand-mark i { display: block; background: var(--ink); }
.brand-mark i:nth-child(1) { height: 15px; align-self: end; }.brand-mark i:nth-child(2) { height: 23px; }.brand-mark i:nth-child(3) { height: 10px; align-self: end; }
.main-nav { display: flex; gap: clamp(22px, 3vw, 48px); margin: 0 auto; font-size: 13px; font-weight: 600; }
.main-nav a, .back-top { transition: color .2s ease; }.main-nav a:hover, .back-top:hover { color: #738b00; }
.header-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 25px; font-size: 12px; font-weight: 800; letter-spacing: .01em; }
.header-cta span, .button span { font-size: 18px; line-height: 0; }.header-cta { border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.menu-toggle { display: none; }
.section-grid { padding-left: 4.2vw; padding-right: 4.2vw; }
.hero { min-height: min(760px, calc(100vh - 88px)); display: grid; grid-template-columns: minmax(0, .96fr) minmax(440px, 1.04fr); grid-template-rows: 1fr auto; gap: 3vw; padding-top: clamp(64px, 9.2vw, 148px); border-bottom: 1px solid var(--line); }
.hero-copy { padding-bottom: 70px; }.eyebrow, .section-label { font-family: var(--mono); font-size: 10px; letter-spacing: .09em; margin: 0; color: var(--slate); }.eyebrow { display: flex; align-items: center; gap: 10px; }.pulse { width: 7px; height: 7px; border-radius: 50%; background: #95bd00; box-shadow: 0 0 0 5px rgba(149,189,0,.14); }
h1, h2, h3, p { margin-top: 0; }h1, h2, h3 { letter-spacing: -.06em; }h1 { max-width: 750px; font-size: clamp(50px, 6vw, 98px); line-height: .98; margin: 31px 0 30px; font-weight: 800; }h1 em, h2 em { color: #829900; font-style: normal; }.hero-description { max-width: 506px; font-size: 16px; line-height: 1.7; color: var(--slate); }.hero-actions { margin-top: 40px; display: flex; align-items: center; gap: 28px; }.button { min-height: 52px; padding: 0 22px; transition: transform .25s ease, background .25s ease; }.button:hover { transform: translateY(-3px); }.button-primary { background: var(--ink); color: var(--white); }.text-link { font-size: 12px; font-weight: 800; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }.text-link span { margin-left: 8px; font-size: 16px; }
.hero-visual { position: relative; min-height: 480px; margin-top: -25px; background: #e1e3dc; border: 1px solid var(--line); overflow: hidden; }.visual-meta { position: absolute; z-index: 3; font: 9px var(--mono); letter-spacing: .08em; color: var(--slate); }.meta-top { top: 19px; left: 19px; }.meta-bottom { bottom: 19px; left: 19px; right: 19px; display: flex; justify-content: space-between; }.wireframe-scene { position: absolute; inset: 0; background: radial-gradient(circle at 55% 25%, rgba(213,255,63,.77), transparent 22%), linear-gradient(128deg, #eef0ea, #d4d8d2); perspective: 900px; overflow: hidden; }.scene-grid { position: absolute; width: 130%; height: 80%; left: -14%; bottom: -18%; background-image: linear-gradient(rgba(18,32,42,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(18,32,42,.15) 1px, transparent 1px); background-size: 44px 44px; transform: rotateX(65deg) rotateZ(-5deg); }.building { position: absolute; transform-style: preserve-3d; border: 1px solid rgba(18,32,42,.7); background: repeating-linear-gradient(90deg, rgba(255,255,255,.32) 0 2px, transparent 2px 25px), repeating-linear-gradient(0deg, rgba(18,32,42,.22) 0 1px, transparent 1px 24px); box-shadow: 18px 15px 0 rgba(18,32,42,.1); }.building::before { content: ''; position: absolute; background: rgba(213,255,63,.72); border: 1px solid rgba(18,32,42,.7); transform-origin: left top; }.building-one { height: 56%; width: 29%; left: 18%; bottom: 16%; transform: skewY(-6deg); }.building-one::before { width: 49%; height: 43%; left: 100%; top: 0; transform: skewY(35deg); }.building-two { height: 38%; width: 22%; left: 46%; bottom: 18%; transform: skewY(-6deg); }.building-two::before { width: 45%; height: 54%; left: 100%; top: 0; transform: skewY(35deg); }.building-three { height: 23%; width: 16%; right: 10%; bottom: 19%; transform: skewY(-6deg); }.building-three::before { width: 52%; height: 50%; left: 100%; top: 0; transform: skewY(35deg); }.building span { position: absolute; display: block; background: var(--ink); opacity: .48; }.building span:nth-child(1) { height: 4px; width: 120%; top: 20%; left: -10%; }.building span:nth-child(2) { height: 4px; width: 120%; top: 55%; left: -10%; }.building span:nth-child(3) { height: 75%; width: 3px; left: 34%; top: 10%; }.building span:nth-child(4) { height: 75%; width: 3px; right: 24%; top: 10%; }.orbit { position: absolute; border: 1px solid rgba(18,32,42,.3); border-radius: 50%; transform: rotate(-23deg); }.orbit-one { width: 120%; height: 42%; top: 24%; left: -9%; }.orbit-two { width: 85%; height: 32%; top: 35%; left: 11%; }.cursor-dot { position: absolute; left: 50%; top: 40%; width: 12px; height: 12px; border: 3px solid var(--ink); border-radius: 50%; box-shadow: 0 0 0 7px rgba(255,255,255,.45); }.hero-footnote { grid-column: 1 / -1; height: 55px; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 15px; font: 9px var(--mono); letter-spacing: .1em; color: var(--slate); }.hero-footnote .line { display: block; width: 40px; height: 1px; background: var(--ink); }.hero-footnote span:last-child { margin-left: auto; }
.intro { padding-top: clamp(90px, 13vw, 180px); padding-bottom: clamp(90px, 12vw, 165px); display: grid; grid-template-columns: .44fr 1fr; gap: 5vw 3vw; }.intro-content h2, .platform-heading h2, .applications h2, .process-heading h2, .contact h2 { font-size: clamp(38px, 4.25vw, 69px); line-height: 1.03; margin-bottom: 28px; }.intro-content > p, .platform-heading div > p { max-width: 505px; color: var(--slate); font-size: 15px; line-height: 1.75; }.intro-statements { grid-column: 2; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }.intro-statements article { padding: 25px 28px 0 0; border-right: 1px solid var(--line); min-height: 160px; }.intro-statements article:not(:first-child) { padding-left: 26px; }.intro-statements article:last-child { border: 0; }.statement-number, .capability-number, .application-item > span, .process-track article > span { font: 10px var(--mono); color: var(--soft); letter-spacing: .08em; }.intro-statements h3 { font-size: 21px; margin: 28px 0 10px; }.intro-statements p { color: var(--slate); font-size: 13px; line-height: 1.55; margin: 0; }
.platform { background: var(--ink); color: var(--white); padding: clamp(88px, 10vw, 145px) 4.2vw 0; }.platform .section-label { color: #aab4b8; }.platform-heading { padding: 0; display: grid; grid-template-columns: .44fr 1fr; gap: 3vw; }.platform-heading h2 { margin-top: 0; }.platform-heading h2 em { color: var(--acid); }.platform-heading div > p { color: #b7c1c4; }.capability-grid { margin-top: clamp(60px, 8vw, 108px); display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.22); border-left: 1px solid rgba(255,255,255,.22); }.capability { min-height: 405px; padding: 21px 28px 29px; position: relative; border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); display: flex; flex-direction: column; }.capability-number { color: #aab4b8; }.capability-copy { margin-top: auto; }.capability h3 { font-size: 29px; margin: 0 0 12px; }.capability p { max-width: 470px; margin: 0; color: #b7c1c4; font-size: 14px; line-height: 1.7; }.capability-featured { background: #1b2b36; }.code-window { width: min(400px, 95%); margin: 40px auto 33px; background: #0b141a; box-shadow: 9px 10px 0 #30404b; font: 11px/1.75 var(--mono); color: #d7e1d3; }.window-head { height: 28px; display: flex; align-items: center; gap: 5px; padding: 0 10px; background: #21333e; }.window-head span { height: 6px; width: 6px; border-radius: 50%; background: #afbbba; }.window-head b { font-weight: 400; margin-left: 5px; font-size: 9px; color: #9aaba7; }.code-window pre { padding: 16px 17px 20px; margin: 0; }.code-window i { font-style: normal; color: var(--acid); }.code-window b { font-weight: 400; color: #78cfd0; }.code-caret { display: block; width: 7px; height: 14px; margin: -25px 17px 14px; background: var(--acid); animation: blink 1s steps(1) infinite; }@keyframes blink{50%{opacity:0}}.capability-icon { height: 141px; position: relative; margin: 33px 0; }.icon-web::before, .icon-web::after { content: ''; position: absolute; left: 50%; top: 50%; border: 1px solid var(--acid); border-radius: 50%; transform: translate(-50%,-50%); }.icon-web::before { width: 114px; height: 114px; }.icon-web::after { width: 54px; height: 54px; }.icon-web span { position: absolute; left: 50%; top: 13px; height: 115px; width: 1px; background: var(--acid); transform: rotate(55deg); transform-origin: center; }.icon-web span:nth-child(2){ transform:rotate(120deg) }.icon-web span:nth-child(3){ transform:rotate(180deg) }.icon-pivot::before { content: ''; position: absolute; height: 102px; width: 102px; border: 1px solid var(--acid); transform: rotate(45deg); left: calc(50% - 51px); top: 10px; }.icon-pivot span { position: absolute; left: 50%; top: 12px; width: 1px; height: 120px; background: var(--acid); }.icon-pivot span:nth-child(2) { transform: rotate(90deg); }.icon-gate { display: flex; gap: 10px; align-items: center; justify-content: center; }.icon-gate span { width: 17px; height: 80px; border: 1px solid var(--acid); }.icon-gate span:nth-child(2){height:108px}.icon-gate span:nth-child(3){height:48px}.icon-gate span:nth-child(4){height:94px}
.applications { padding-top: clamp(90px, 12vw, 165px); padding-bottom: clamp(90px, 13vw, 180px); display: grid; grid-template-columns: .44fr 1fr; gap: 5vw 3vw; }.applications-main h2 { margin: 0; }.application-list { grid-column: 2; border-top: 1px solid var(--line); }.application-item { display: grid; grid-template-columns: 45px 1fr 42px; gap: 18px; align-items: center; padding: 27px 0; border-bottom: 1px solid var(--line); transition: padding .3s ease; }.application-item:hover { padding-left: 12px; }.application-item h3 { font-size: 22px; margin: 0 0 8px; }.application-item p { font-size: 13px; line-height: 1.5; max-width: 530px; color: var(--slate); margin: 0; }.application-button { height: 38px; width: 38px; border: 1px solid var(--ink); background: transparent; border-radius: 50%; font-size: 17px; cursor: pointer; transition: background .2s, color .2s; }.application-item:hover .application-button { background: var(--ink); color: var(--white); }
.process { background: #d5ff3f; padding: clamp(88px, 10vw, 142px) 4.2vw clamp(100px, 12vw, 160px); }.process-heading { padding: 0; display: grid; grid-template-columns: .44fr 1fr; gap: 3vw; }.process-heading h2 { margin: 0; }.process-heading h2 em { color: var(--ink); }.process-track { position: relative; margin-top: clamp(60px, 8vw, 112px); display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; }.process-line { position: absolute; top: 4px; left: 0; right: 0; height: 1px; background: rgba(18,32,42,.48); }.process-line span { display: block; height: 1px; width: 0; background: var(--ink); transition: width 1.4s ease; }.process-track.visible .process-line span { width: 100%; }.process-track article { position: relative; padding-top: 31px; }.process-track article::before { content: ''; position: absolute; top: -4px; left: 0; width: 9px; height: 9px; border: 2px solid var(--ink); border-radius: 50%; background: #d5ff3f; }.process-track h3 { margin: 28px 0 11px; font-size: 24px; }.process-track p { color: #304422; max-width: 215px; font-size: 13px; line-height: 1.6; margin: 0; }
.contact { background: #1a2a35; color: var(--white); display: grid; grid-template-columns: 1.05fr .95fr; min-height: 620px; padding-top: clamp(82px, 9vw, 132px); }.contact .section-label { color: #a6b6b7; }.contact h2 { margin: 31px 0 28px; }.contact h2 em { color: var(--acid); }.contact-copy > p:not(.section-label) { color: #b6c1c3; max-width: 460px; font-size: 15px; line-height: 1.75; }.button-light { margin-top: 28px; background: var(--acid); color: var(--ink); }.contact-panel { margin: -35px 0 0 4vw; border-left: 1px solid rgba(255,255,255,.2); display: flex; flex-direction: column; }.contact-map { min-height: 355px; position: relative; overflow: hidden; background: linear-gradient(135deg, #263946, #1b2c37); }.contact-map::before, .contact-map::after { content: ''; position: absolute; inset: -30%; background-image: linear-gradient(30deg, transparent 48%, rgba(213,255,63,.19) 49%, transparent 50%), linear-gradient(150deg, transparent 48%, rgba(255,255,255,.13) 49%, transparent 50%); background-size: 90px 90px; transform: rotate(9deg); }.map-ring { position: absolute; z-index: 2; width: 190px; height: 190px; border: 1px solid var(--acid); border-radius: 50%; left: 53%; top: 42%; transform: translate(-50%,-50%); }.map-ring::before, .map-ring::after { content: ''; position: absolute; background: rgba(213,255,63,.5); }.map-ring::before { width: 1px; height: 250px; left: 94px; top: -30px; }.map-ring::after { height: 1px; width: 250px; top: 94px; left: -30px; }.map-point { z-index: 3; position: absolute; width: 15px; height: 15px; background: var(--acid); border: 3px solid var(--ink); border-radius: 50%; left: 53%; top: 42%; transform: translate(-50%,-50%); }.map-lat, .map-long { z-index: 3; position: absolute; font: 9px var(--mono); letter-spacing: .1em; color: var(--acid); }.map-lat { top: 27px; left: 25px; }.map-long { bottom: 27px; right: 25px; }.contact-details { padding: 28px 28px 38px; border-top: 1px solid rgba(255,255,255,.2); }.contact-details p { font-size: 13px; line-height: 1.65; margin: 0 0 18px; color: #b6c1c3; }.contact-details p:first-child { color: var(--white); font-family: var(--mono); font-size: 10px; letter-spacing: .06em; }.contact-details a { display: inline-block; font-size: 13px; font-weight: 700; border-bottom: 1px solid var(--white); padding-bottom: 5px; }.contact-details a span { margin-left: 12px; font-size: 16px; }
.site-footer { padding: 28px 4.2vw; background: #0f1b22; color: #d8e0dc; display: flex; align-items: center; gap: 30px; font-size: 10px; }.site-footer .brand-mark i { background: var(--acid); }.site-footer .brand { font-size: 15px; }.site-footer p { margin: 0; color: #829095; }.site-footer p:nth-of-type(2) { margin-left: auto; }.back-top { color: var(--white); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.65,.3,1); }.reveal.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 900px) { .site-header { height: 72px; }.main-nav, .header-cta { display: none; }.menu-toggle { display: flex; margin-left: auto; padding: 8px 0 8px 10px; border: 0; background: none; flex-direction: column; gap: 5px; cursor: pointer; }.menu-toggle span { display:block; width: 25px; height: 1px; background: var(--ink); }.main-nav.open { display: flex; position: absolute; left: 0; right: 0; top: 72px; padding: 22px 4.2vw; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; gap: 17px; }.hero { grid-template-columns: 1fr; padding-top: 70px; }.hero-copy { padding-bottom: 15px; }.hero-visual { margin-top: 0; min-height: 430px; }.intro, .applications, .platform-heading, .process-heading { grid-template-columns: 1fr; gap: 35px; }.intro-statements, .application-list { grid-column: 1; }.intro-statements { grid-template-columns: 1fr; }.intro-statements article, .intro-statements article:not(:first-child) { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); min-height: auto; }.intro-statements article:last-child { border-bottom: 0; }.intro-statements h3 { margin: 10px 0 7px; }.capability { min-height: 365px; }.contact { grid-template-columns: 1fr; gap: 55px; padding-bottom: 0; }.contact-panel { margin: 0 -4.2vw; border-left: 0; }.process-track { gap: 20px; }.site-footer { flex-wrap: wrap; }.site-footer p:nth-of-type(2) { margin-left: 0; }.back-top { margin-left: auto; } }
@media (max-width: 600px) { .section-grid, .site-header { padding-left: 5.5vw; padding-right: 5.5vw; }.hero { min-height: auto; padding-top: 58px; }.hero-copy { padding-bottom: 5px; }.hero-visual { min-height: 320px; }.hero-actions { flex-wrap: wrap; gap: 22px; }.hero-footnote { margin-top: 30px; }.capability-grid { grid-template-columns: 1fr; }.capability { min-height: 360px; }.applications { gap: 27px; }.application-item { grid-template-columns: 30px 1fr; }.application-button { display: none; }.application-item h3 { font-size: 19px; }.process-track { grid-template-columns: 1fr 1fr; }.process-line { display: none; }.process-track article { border-top: 1px solid rgba(18,32,42,.48); }.process-track article::before { top: -5px; }.process-track h3 { font-size: 21px; }.contact { padding-left: 5.5vw; padding-right: 5.5vw; }.site-footer { padding-left: 5.5vw; padding-right: 5.5vw; gap: 18px; }.site-footer > p:first-of-type { width: 100%; }.site-footer p:nth-of-type(2) { width: auto; }.brand { font-size: 16px; } }
