:root {
  --ink: #1f2061;
  --ink-soft: #4d5575;
  --paper: #f7fafc;
  --white: #fff;
  --orange: #ff6b35;
  --lime: #00d4ff;
  --line: rgba(31, 32, 97, .16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Manrope, sans-serif; }
a { color: inherit; text-decoration: none; }
.site-header { align-items: center; display: flex; justify-content: space-between; padding: 25px clamp(24px, 5vw, 80px); position: absolute; top: 0; width: 100%; z-index: 5; }
.brand { align-items: center; display: inline-flex; font-size: 12px; font-weight: 800; gap: 9px; letter-spacing: .04em; text-transform: uppercase; }
.brand-mark { font-family: "DM Mono", monospace; font-size: 17px; letter-spacing: -.14em; }.brand-mark span { color: var(--orange); }
nav { align-items: center; display: flex; gap: 31px; font-size: 13px; font-weight: 700; }
nav a:not(.nav-cta) { transition: color .2s ease; } nav a:not(.nav-cta):hover { color: var(--orange); }
.nav-cta { background: var(--ink); border-radius: 100px; color: var(--white); padding: 12px 17px; }.nav-cta span { color: var(--lime); font-size: 15px; }
.menu-toggle { display: none; }
.hero { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 730px; overflow: hidden; padding: 165px clamp(24px, 9vw, 144px) 90px; position: relative; }
.hero-copy { max-width: 710px; position: relative; z-index: 2; }
.eyebrow { align-items: center; color: #62716d; display: flex; font-family: "DM Mono", monospace; font-size: 10px; font-weight: 500; gap: 9px; letter-spacing: .1em; margin: 0 0 23px; text-transform: uppercase; }.eyebrow > span { background: var(--orange); height: 7px; width: 7px; }
h1, h2, h3, p { margin-top: 0; } h1, h2, h3 { letter-spacing: -.055em; }
h1 { font-size: clamp(48px, 5.3vw, 83px); font-weight: 800; line-height: .98; margin-bottom: 29px; } h1 em { color: var(--orange); font-style: normal; }
.hero-text { color: var(--ink-soft); font-size: 17px; line-height: 1.65; margin-bottom: 35px; max-width: 520px; }
.hero-actions { align-items: center; display: flex; gap: 27px; }.button { align-items: center; border: 0; cursor: pointer; display: inline-flex; font: 700 13px Manrope, sans-serif; gap: 20px; padding: 16px 20px; transition: transform .2s ease, background .2s ease; }.button:hover { transform: translateY(-2px); }.button span { font-size: 20px; line-height: .5; }
.button-primary { background: var(--orange); color: white; }.button-primary:hover { background: #d94e28; }.text-link { border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 800; padding-bottom: 5px; }.text-link span { color: var(--orange); font-size: 17px; padding-left: 5px; }
.proof-row { display: flex; gap: clamp(20px, 4vw, 54px); margin-top: 82px; }.proof-row div { display: grid; gap: 3px; }.proof-row strong { font: 500 25px "DM Mono", monospace; letter-spacing: -.08em; }.proof-row span { color: #637078; font-size: 10px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; }
.hero-art { background: #e7fbff; margin: -165px clamp(-144px, -9vw, -24px) -90px 35px; min-height: 730px; overflow: hidden; position: relative; }.art-grid { background-image: linear-gradient(#00a8c433 1px, transparent 1px), linear-gradient(90deg, #00a8c433 1px, transparent 1px); background-size: 36px 36px; inset: 0; position: absolute; }.orbit { border: 1px solid #5bdcf2; border-radius: 50%; position: absolute; }.orbit-one { height: 550px; right: -250px; top: 135px; width: 550px; }.orbit-two { height: 780px; right: -335px; top: 20px; width: 780px; }
.art-card { background: var(--ink); box-shadow: 16px 18px 0 #72e3f5; color: var(--white); position: absolute; transform: rotate(-5deg); }.art-card-main { height: 315px; left: 17%; padding: 24px; top: 235px; width: 310px; }.card-label { color: var(--lime); font: 10px "DM Mono", monospace; letter-spacing: .08em; }.connection-map { height: 195px; position: relative; }.connection-map::before, .connection-map::after { background: #8795bf; content: ""; height: 1px; left: 28px; position: absolute; top: 88px; transform: rotate(25deg); width: 218px; }.connection-map::after { transform: rotate(-28deg); }.connection-map i { background: var(--orange); border: 4px solid var(--ink); border-radius: 50%; height: 17px; position: absolute; width: 17px; z-index: 1; }.connection-map i:nth-child(1) { left: 17px; top: 79px; }.connection-map i:nth-child(2) { left: 96px; top: 35px; }.connection-map i:nth-child(3) { left: 137px; top: 120px; }.connection-map i:nth-child(4) { left: 214px; top: 42px; }.connection-map i:nth-child(5) { background: var(--lime); left: 250px; top: 110px; }.connection-map b { background: #58659b; height: 6px; position: absolute; width: 6px; }.connection-map b:nth-of-type(1) { left: 61px; top: 133px; }.connection-map b:nth-of-type(2) { left: 174px; top: 57px; }.connection-map b:nth-of-type(3) { left: 220px; top: 150px; }.connection-map b:nth-of-type(4) { left: 275px; top: 22px; }.card-foot { border-top: 1px solid #4b5791; display: flex; font: 9px "DM Mono", monospace; justify-content: space-between; padding-top: 12px; }.art-card-small { bottom: 88px; font: 11px "DM Mono", monospace; left: 9%; padding: 13px 17px; transform: rotate(3deg); }.status-dot { background: var(--lime); border-radius: 50%; display: inline-block; height: 7px; margin-right: 7px; width: 7px; }
.section { padding: 130px clamp(24px, 9vw, 144px); }.section-heading { display: grid; grid-template-columns: .7fr 1.3fr .8fr; gap: 36px; margin-bottom: 63px; }.section-heading .eyebrow { padding-top: 14px; }.section-heading h2 { font-size: clamp(34px, 3.4vw, 52px); line-height: 1.08; margin: 0; }.section-heading > p:not(.eyebrow) { align-self: end; color: var(--ink-soft); font-size: 14px; line-height: 1.75; margin: 0; }
.service-grid { display: grid; gap: 15px; grid-template-columns: repeat(3, 1fr); }.service-card { border: 1px solid var(--line); min-height: 430px; padding: 26px; position: relative; transition: transform .25s ease, box-shadow .25s ease; }.service-card:hover { box-shadow: 7px 8px 0 var(--lime); transform: translateY(-5px); }.service-card.featured { background: var(--white); }.service-number { color: #7e898b; font: 11px "DM Mono", monospace; }.service-icon { color: var(--orange); font: 400 32px "DM Mono", monospace; margin: 52px 0 30px; }.code-icon { font-size: 28px; }.service-card h3 { font-size: 27px; line-height: 1.08; margin-bottom: 15px; }.service-card p { color: var(--ink-soft); font-size: 13px; line-height: 1.65; min-height: 65px; }.service-card ul { border-top: 1px solid var(--line); list-style: none; margin: 25px 0 21px; padding: 17px 0 0; }.service-card li { color: #506067; font-size: 11px; margin: 9px 0; }.service-card li::before { color: var(--orange); content: "•"; margin-right: 7px; }.service-card a { bottom: 25px; font-size: 12px; font-weight: 800; position: absolute; }.service-card a span { color: var(--orange); font-size: 17px; margin-left: 4px; }
.approach { background: #e7fbff; display: grid; grid-template-columns: 1fr 1fr; padding: 100px clamp(24px, 9vw, 144px); }.approach-statement { max-width: 500px; }.approach h2 { font-size: clamp(37px, 4vw, 59px); line-height: 1.04; margin-bottom: 21px; }.approach-statement > p:not(.eyebrow) { font-size: 15px; line-height: 1.7; max-width: 420px; }.button-dark { background: var(--ink); color: white; margin-top: 16px; }.principles { border-left: 1px solid #90dce9; display: grid; grid-template-columns: 1fr; }.principles article { border-bottom: 1px solid #90dce9; padding: 0 0 26px 32px; }.principles article + article { padding-top: 27px; }.principles span { color: #187b91; font: 11px "DM Mono", monospace; }.principles h3 { font-size: 22px; margin: 9px 0; }.principles p { font-size: 13px; line-height: 1.6; margin: 0; max-width: 385px; }
.contact-section { background: var(--ink); color: var(--white); display: grid; gap: 10vw; grid-template-columns: .9fr 1.1fr; padding: 120px clamp(24px, 9vw, 144px); }.eyebrow-light { color: #a7b4b2; }.contact-intro h2 { font-size: clamp(40px, 4.4vw, 64px); line-height: 1.04; margin-bottom: 20px; }.contact-intro > p:not(.eyebrow) { color: #bdc7c5; font-size: 14px; line-height: 1.75; max-width: 480px; }.contact-links { border-top: 1px solid #44535a; margin-top: 45px; }.contact-links a { border-bottom: 1px solid #44535a; display: grid; font: 13px "DM Mono", monospace; gap: 4px; padding: 15px 0; }.contact-links span { color: var(--lime); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }.contact-links b { color: var(--lime); float: right; }
.contact-form { background: var(--white); color: var(--ink); padding: clamp(25px, 4vw, 47px); }.form-heading { align-items: start; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; margin-bottom: 29px; padding-bottom: 19px; }.form-heading p { font-size: 16px; font-weight: 800; margin: 0; }.form-heading span { color: #778083; font-size: 9px; }.contact-form label { display: block; font-size: 11px; font-weight: 800; margin: 20px 0; }.contact-form input, .contact-form textarea { background: transparent; border: 0; border-bottom: 1px solid #b7bdbb; border-radius: 0; display: block; font: 14px Manrope, sans-serif; margin-top: 8px; outline-color: var(--orange); padding: 8px 1px; resize: vertical; width: 100%; }.contact-form textarea { min-height: 86px; }.contact-form button { margin-top: 10px; }.form-status { font-size: 12px; line-height: 1.5; margin: 15px 0 0; min-height: 18px; }.form-status.error { color: #b5381e; }.form-status.success { color: #396a28; }
footer { align-items: center; background: var(--ink); border-top: 1px solid #435159; color: var(--white); display: flex; gap: 35px; padding: 27px clamp(24px, 9vw, 144px); } footer > p { color: #a3b0b2; font-size: 11px; margin: 0; } footer .copyright { margin-left: auto; }.sr-only { height: 1px; margin: -1px; overflow: hidden; position: absolute; width: 1px; }
@media (max-width: 900px) { .hero { grid-template-columns: 1fr; padding-bottom: 0; }.hero-art { height: 500px; margin: 65px -24px 0; min-height: 0; }.art-card-main { left: calc(50% - 155px); top: 90px; }.art-card-small { bottom: 50px; left: 12%; }.section-heading { grid-template-columns: 1fr; gap: 15px; }.section-heading .eyebrow { padding: 0; margin-bottom: 0; }.section-heading > p:not(.eyebrow) { max-width: 520px; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 360px; }.approach, .contact-section { grid-template-columns: 1fr; }.approach { gap: 65px; }.principles { border-left: 0; border-top: 1px solid #90dce9; }.principles article { padding: 25px 0; }.contact-section { gap: 55px; } }
@media (max-width: 620px) { .site-header { padding: 21px 24px; }.menu-toggle { background: transparent; border: 0; display: grid; gap: 5px; padding: 8px 0 8px 10px; }.menu-toggle span:not(.sr-only) { background: var(--ink); display: block; height: 2px; width: 23px; } nav { background: var(--white); box-shadow: 0 8px 30px #17242d2b; display: none; flex-direction: column; gap: 18px; padding: 25px; position: absolute; right: 20px; text-align: right; top: 64px; } nav.open { display: flex; }.nav-cta { margin-top: 4px; }.hero { min-height: 0; padding: 130px 24px 0; }.hero-copy { max-width: none; }.hero-text { font-size: 15px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }.proof-row { gap: 18px; margin-top: 53px; }.proof-row strong { font-size: 21px; }.proof-row span { font-size: 8px; }.hero-art { margin-left: -24px; margin-right: -24px; }.section, .approach, .contact-section { padding: 75px 24px; }.service-card { min-height: 380px; }.contact-form { padding: 26px 22px; }.form-heading { gap: 16px; }.form-heading span { line-height: 1.4; text-align: right; } footer { align-items: flex-start; flex-direction: column; gap: 13px; padding: 30px 24px; } footer .copyright { margin-left: 0; } }
