:root {
  --ink: #070908;
  --panel: #0d110f;
  --panel-2: #111813;
  --line: #26302a;
  --text: #eff5ef;
  --muted: #8d9a90;
  --green: #8cff5b;
  --blue: #638bff;
  --red: #ff5e52;
  --radius: 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--ink);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(1180px, calc(100% - 56px)); margin-inline: auto; }
.noise { position: fixed; inset: 0; z-index: 5; pointer-events: none; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
.site-header { position: relative; z-index: 10; display: flex; align-items: center; gap: 34px; width: min(1180px, calc(100% - 56px)); height: 86px; margin: auto; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; white-space: nowrap; }
.brand-logo { display: block; width: 190px; height: auto; }
.brand-mark { display: flex; align-items: baseline; justify-content: center; width: 40px; height: 40px; padding-top: 10px; border: 1px solid var(--green); border-radius: 10px; color: var(--green); font-size: 19px; font-weight: 800; letter-spacing: -.17em; line-height: 1; }
.brand-mark b { color: var(--blue); font-size: 10px; align-self: flex-start; margin-left: 1px; }
.brand-name { font-size: 16px; font-weight: 800; letter-spacing: -.04em; }
.brand-name em { color: var(--muted); font-size: 12px; font-style: normal; font-weight: 400; }
nav { display: flex; gap: 30px; margin-left: auto; color: var(--muted); font-size: 13px; }
nav a, .text-link, .service-card a { transition: color .2s ease; }
nav a:hover, .text-link:hover, .service-card a:hover { color: var(--green); }
.header-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 999px; font-size: 13px; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease; }
.header-cta { padding: 12px 17px; border: 1px solid var(--line); }
.header-cta:hover, .button:hover, .wa-button:hover { transform: translateY(-2px); }
.header-cta span, .button span, .service-card a span { color: var(--green); }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 20px; color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.signal { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 14px var(--green); }
.hero { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; min-height: 690px; padding-block: 80px 110px; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 650px; margin-bottom: 25px; font-size: clamp(56px, 8vw, 105px); line-height: .91; letter-spacing: -.09em; }
h1 span, h2 span { color: var(--green); }
.hero-text { max-width: 500px; margin-bottom: 30px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 23px; }
.button { padding: 15px 21px; }
.button-primary { background: var(--green); color: var(--ink); }
.button-primary:hover { background: #b0ff8f; }
.text-link { font-size: 13px; font-weight: 700; }
.text-link span { margin-left: 5px; color: var(--green); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 70px; color: #647268; font-family: monospace; font-size: 10px; text-transform: uppercase; }
.hero-meta span { padding-left: 11px; border-left: 1px solid var(--line); }
.hero-visual { position: relative; height: 480px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: radial-gradient(circle at 55% 45%, #15271b, transparent 34%), radial-gradient(circle at 70% 30%, rgba(99,139,255,.18), transparent 27%), radial-gradient(circle at 25% 80%, rgba(255,94,82,.14), transparent 25%), #090d0a; }
.hero-visual::before { content: ""; position: absolute; inset: 0; opacity: .35; background: linear-gradient(rgba(140,255,91,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(140,255,91,.12) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(135deg, black, transparent 72%); }
.orbit { position: absolute; top: 50%; left: 50%; border: 1px solid; border-radius: 50%; transform: translate(-50%, -50%) rotate(-24deg); }
.orbit-one { width: 310px; height: 166px; border-color: rgba(140,255,91,.65); }
.orbit-two { width: 230px; height: 350px; border-color: rgba(99,139,255,.62); transform: translate(-50%, -50%) rotate(56deg); }
.core { position: absolute; top: 50%; left: 50%; display: flex; align-items: baseline; justify-content: center; width: 100px; height: 100px; padding-top: 37px; border: 1px solid var(--green); border-radius: 50%; background: rgba(7,9,8,.72); box-shadow: 0 0 50px rgba(140,255,91,.18); transform: translate(-50%, -50%); color: var(--green); font-size: 27px; font-weight: 800; letter-spacing: -.18em; }
.core small { align-self: flex-start; color: var(--blue); font-size: 11px; }
.core b { color: var(--text); }
.node { position: absolute; padding: 9px 12px; border: 1px solid; background: rgba(7,9,8,.84); font-family: monospace; font-size: 10px; }
.node-green { top: 23%; left: 13%; border-color: var(--green); color: var(--green); }
.node-blue { top: 19%; right: 14%; border-color: var(--blue); color: var(--blue); }
.node-red { right: 18%; bottom: 23%; border-color: var(--red); color: var(--red); }
.visual-caption { position: absolute; right: 19px; bottom: 17px; left: 19px; display: flex; justify-content: space-between; color: #627067; font-family: monospace; font-size: 9px; text-transform: uppercase; }
.services { padding-block: 110px; border-top: 1px solid var(--line); }
.section-head { display: grid; grid-template-columns: .8fr 1.2fr .8fr; align-items: end; gap: 30px; margin-bottom: 48px; }
.section-head h2 { margin: 0; font-size: clamp(35px, 5vw, 58px); line-height: .95; letter-spacing: -.07em; }
.section-head > p:last-child { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.service-card { position: relative; display: flex; flex-direction: column; min-height: 370px; padding: 23px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); overflow: hidden; }
.service-card::after { content: ""; position: absolute; right: -60px; bottom: -70px; width: 180px; height: 180px; border-radius: 50%; opacity: .1; filter: blur(10px); }
.card-green::after { background: var(--green); }.card-blue::after { background: var(--blue); }.card-red::after { background: var(--red); }.card-mixed::after { background: linear-gradient(135deg, var(--green), var(--red)); }
.card-index { color: #607066; font-family: monospace; font-size: 10px; }
.service-icon { display: grid; place-items: center; width: 49px; height: 49px; margin-block: 60px 28px; border: 1px solid currentColor; border-radius: 12px; font-family: monospace; font-size: 15px; font-weight: 800; }
.card-green .service-icon { color: var(--green); }.card-blue .service-icon { color: var(--blue); }.card-red .service-icon { color: var(--red); }.card-mixed .service-icon { color: var(--green); }
.service-card h3 { max-width: 170px; margin-bottom: 13px; font-size: 20px; letter-spacing: -.04em; }
.service-card p { color: var(--muted); font-size: 13px; line-height: 1.6; }
.service-card a { margin-top: auto; color: var(--text); font-size: 12px; font-weight: 700; }
.approach { display: grid; grid-template-columns: .85fr 1.15fr; gap: 130px; padding-block: 110px; border-top: 1px solid var(--line); }
.approach h2 { margin-bottom: 25px; font-size: clamp(42px, 6vw, 75px); line-height: .91; letter-spacing: -.08em; }
.approach-intro > p:last-child { max-width: 330px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.approach-list { display: grid; align-content: center; gap: 0; }
.approach-list > div { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding-block: 25px; border-bottom: 1px solid var(--line); }
.approach-list > div:first-child { border-top: 1px solid var(--line); }
.approach-list > div > span { color: var(--green); font-family: monospace; font-size: 11px; }
.approach-list h3 { margin-bottom: 7px; font-size: 19px; }.approach-list p { max-width: 430px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.statement { display: grid; justify-items: center; padding-block: 150px; border-top: 1px solid var(--line); text-align: center; }
.statement p { margin-bottom: 10px; color: var(--muted); font-family: monospace; font-size: 11px; text-transform: uppercase; }.statement h2 { margin-bottom: 32px; font-size: clamp(48px, 8vw, 100px); letter-spacing: -.09em; }.button-outline { border: 1px solid var(--green); color: var(--green); }.button-outline:hover { background: var(--green); color: var(--ink); }
.contact { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; padding-block: 90px; border-top: 1px solid var(--line); }.contact h2 { margin-bottom: 20px; font-size: clamp(48px, 7vw, 86px); line-height: .9; letter-spacing: -.09em; }.contact > div:first-child > p:last-child { max-width: 360px; color: var(--muted); font-size: 14px; line-height: 1.6; }.contact-action { display: flex; flex-direction: column; justify-content: center; }.wa-button { display: flex; align-items: center; gap: 17px; padding: 18px; border: 1px solid var(--green); border-radius: var(--radius); background: var(--green); color: var(--ink); transition: transform .2s ease; }.wa-mark { display: grid; place-items: center; width: 41px; height: 41px; border: 1px solid rgba(7,9,8,.4); border-radius: 50%; font-family: monospace; font-size: 10px; font-weight: 800; }.wa-button small { display: block; margin-bottom: 4px; font-size: 10px; }.wa-button strong { display: block; font-size: 18px; letter-spacing: -.03em; }.wa-button .arrow { margin-left: auto; font-size: 20px; }.contact-action > p { margin: 15px 0 0 6px; color: var(--muted); font-size: 11px; }.site-footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 34px; padding-block: 38px; border-top: 1px solid var(--line); color: var(--muted); font-family: monospace; font-size: 10px; }.site-footer p { margin: 0; }.site-footer .brand-name { color: var(--text); font-family: Arial, sans-serif; font-size: 14px; }.site-footer .brand-name em { color: var(--muted); }
@media (max-width: 900px) { .service-grid { grid-template-columns: 1fr 1fr; }.section-head { grid-template-columns: 1fr 1fr; }.section-head > p:last-child { grid-column: 2; }.approach { gap: 60px; } }
@media (max-width: 680px) { .wrap, .site-header { width: min(100% - 32px, 600px); }.site-header { height: auto; padding-block: 18px; flex-wrap: wrap; gap: 18px; }.brand-logo { width: 175px; }.site-header nav { order: 3; width: 100%; justify-content: space-between; gap: 10px; font-size: 11px; }.header-cta { margin-left: auto; padding: 10px 12px; font-size: 11px; }.hero { grid-template-columns: 1fr; gap: 48px; min-height: auto; padding-block: 72px 90px; }.hero h1 { font-size: clamp(58px, 18vw, 88px); }.hero-meta { margin-top: 46px; line-height: 1.6; }.hero-visual { height: 370px; }.section-head, .approach, .contact { grid-template-columns: 1fr; gap: 34px; }.section-head > p:last-child { grid-column: auto; }.services, .approach { padding-block: 80px; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 320px; }.service-icon { margin-block: 40px 24px; }.statement { padding-block: 100px; }.contact { padding-block: 70px; }.site-footer { grid-template-columns: 1fr; gap: 15px; padding-block: 30px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; } }
