@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@300;400;500&family=Manrope:wght@400;500;600;700&display=swap");

:root {
  --ink: #0b0d0c;
  --paper: #e9ebe4;
  --muted: #a5aaa3;
  --line: rgba(233, 235, 228, 0.17);
  --acid: #c8ff3d;
  --orange: #ff5c35;
  --max: 1440px;
  --pad: clamp(22px, 4vw, 68px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.grain {
  position: fixed; inset: 0; z-index: 99; pointer-events: none; opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
}

.site-header {
  position: fixed; top: 0; left: 0; width: 100%; height: 88px; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 var(--pad); border-bottom: 1px solid transparent; transition: .3s ease;
}
.site-header.scrolled {
  height: 70px; background: rgba(11,13,12,.82); backdrop-filter: blur(16px);
  border-color: var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 17px; font-weight: 700; letter-spacing: .18em; }
.brand-mark { width: 27px; fill: none; stroke: var(--acid); stroke-width: 2; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 2.5vw, 42px); font-size: 13px; font-weight: 600; }
.site-nav > a:not(.nav-cta) { color: #bec2ba; transition: color .2s; }
.site-nav > a:not(.nav-cta):hover { color: var(--paper); }
.nav-cta { padding: 13px 18px; border: 1px solid var(--line); transition: background .2s, color .2s; }
.nav-cta span { color: var(--acid); margin-left: 18px; }
.nav-cta:hover { background: var(--paper); color: var(--ink); }
.menu-button { display: none; color: var(--paper); border: 0; background: none; width: 38px; height: 38px; padding: 9px; }
.menu-button span:not(.sr-only) { display: block; height: 1px; width: 100%; background: currentColor; margin: 6px 0; transition: .25s; }

.hero {
  position: relative; isolation: isolate; min-height: 100svh; padding: 150px var(--pad) 44px;
  display: flex; flex-direction: column; justify-content: center; overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero-grid {
  position: absolute; inset: 0; z-index: -3; opacity: .28;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 7.5vw 7.5vw;
  mask-image: linear-gradient(to right, black, transparent 65%);
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background: radial-gradient(circle at 75% 45%, rgba(200,255,61,.09), transparent 28%), linear-gradient(90deg, transparent 55%, rgba(11,13,12,.35));
}
.hero-content { position: relative; z-index: 2; width: min(100%, var(--max)); margin: auto; }
.eyebrow, .section-index, .project-client, .project-code {
  font-family: "DM Mono", monospace; text-transform: uppercase; letter-spacing: .12em;
}
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 26px; color: #b7bbb4; font-size: 11px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 5px rgba(200,255,61,.1); animation: pulse 2s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 9px rgba(200,255,61,0); } }
.hero h1 {
  margin: 0; max-width: 1000px; font-size: clamp(66px, 10.4vw, 160px); font-weight: 500;
  letter-spacing: -.075em; line-height: .82;
}
.hero h1 span { color: transparent; -webkit-text-stroke: 1px rgba(233,235,228,.75); }
.hero-bottom { display: flex; align-items: flex-end; gap: 45px; margin-top: 54px; }
.hero-bottom > p { width: min(500px, 55vw); margin: 0 0 4px; color: #c0c4bd; font-size: clamp(16px, 1.45vw, 21px); line-height: 1.55; }
.round-link {
  display: flex; align-items: center; justify-content: space-between; width: 112px; height: 112px;
  padding: 17px; border: 1px solid rgba(233,235,228,.35); border-radius: 50%; font-size: 11px;
  transition: background .25s, color .25s, transform .25s;
}
.round-link .arrow { align-self: flex-end; font-size: 22px; color: var(--acid); }
.round-link:hover { background: var(--acid); color: var(--ink); transform: rotate(-6deg); }
.round-link:hover .arrow { color: var(--ink); }
.hero-meta { position: absolute; right: var(--pad); bottom: 45px; display: flex; align-items: center; gap: 12px; color: #7e837c; font-family: "DM Mono"; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.hero-meta i { width: 3px; height: 3px; background: var(--acid); border-radius: 50%; }
.signal-orbit { position: absolute; z-index: -1; right: -5vw; top: 50%; width: min(54vw, 760px); aspect-ratio: 1; transform: translateY(-50%); }
.orbit { position: absolute; border: 1px solid rgba(233,235,228,.14); border-radius: 50%; animation: orbitSpin 24s linear infinite; }
.orbit::before { content: ""; position: absolute; top: 50%; left: -3px; width: 6px; height: 6px; background: var(--acid); border-radius: 50%; box-shadow: 0 0 18px var(--acid); }
.orbit-one { inset: 8%; }
.orbit-two { inset: 22%; animation-direction: reverse; animation-duration: 18s; }
.orbit-three { inset: 36%; animation-duration: 12s; }
.signal-core { position: absolute; inset: 46%; border-radius: 50%; background: var(--acid); box-shadow: 0 0 55px rgba(200,255,61,.45); }
.signal-node { position: absolute; width: 9px; height: 9px; border: 1px solid var(--orange); border-radius: 50%; }
.node-one { top: 12%; left: 43%; } .node-two { right: 16%; bottom: 27%; } .node-three { left: 17%; bottom: 20%; }
@keyframes orbitSpin { to { transform: rotate(360deg); } }

.section-pad { max-width: var(--max); margin: auto; padding: clamp(90px, 11vw, 170px) var(--pad); }
.section-index { color: #82877f; font-size: 10px; }
.intro { display: grid; grid-template-columns: 1fr 3fr; gap: 40px; }
.intro-copy { max-width: 1050px; }
.kicker { margin: 0 0 35px; color: var(--acid); font-family: "DM Mono"; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.intro h2 { margin: 0; font-size: clamp(36px, 5.1vw, 76px); font-weight: 500; line-height: 1.13; letter-spacing: -.045em; }

.expertise { padding-top: 40px; }
.section-heading { display: grid; grid-template-columns: 2fr 1fr; gap: 50px; align-items: end; margin-bottom: 70px; }
.section-heading h2, .work-heading h2 { margin: 20px 0 0; font-size: clamp(54px, 7.2vw, 105px); font-weight: 500; line-height: .95; letter-spacing: -.06em; }
.section-heading > p { margin: 0; color: #9da29a; font-size: 16px; line-height: 1.65; }
.service-list { border-top: 1px solid var(--line); }
.service {
  position: relative; display: grid; grid-template-columns: .35fr 1.1fr 1.4fr auto; gap: 30px;
  align-items: center; min-height: 137px; border-bottom: 1px solid var(--line); transition: padding .3s, background .3s;
}
.service:hover { padding: 0 22px; background: rgba(233,235,228,.035); }
.service-number { color: var(--acid); font-family: "DM Mono"; font-size: 10px; }
.service h3 { margin: 0; font-size: clamp(22px, 2.2vw, 32px); font-weight: 500; }
.service p { margin: 0; max-width: 490px; color: #8e938b; font-size: 14px; line-height: 1.6; }
.service-icon { color: #71766f; font-size: 30px; }

.work { max-width: none; background: var(--paper); color: var(--ink); }
.work > * { max-width: calc(var(--max) - (var(--pad) * 2)); margin-left: auto; margin-right: auto; }
.work .section-index { color: #686d66; }
.work-heading { margin-bottom: 70px; }
.work-heading h2 em { color: transparent; font-style: normal; -webkit-text-stroke: 1px rgba(11,13,12,.7); }
.project-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px 24px; }
.project-featured { grid-column: 1 / -1; }
.project-visual { position: relative; min-height: 390px; overflow: hidden; background: #171a18; }
.project-featured .project-visual { min-height: min(58vw, 650px); }
.project-code { position: absolute; left: 20px; bottom: 17px; z-index: 3; color: rgba(233,235,228,.65); font-size: 9px; }
.connected-business { background: radial-gradient(circle at 68% 38%, #475044, #202521 42%, #0b0d0c 75%); }
.connected-business::before {
  content: ""; position: absolute; width: 48%; aspect-ratio: 1; right: 10%; top: 2%; border-radius: 50%;
  background: repeating-radial-gradient(circle, transparent 0 22px, rgba(200,255,61,.2) 23px 24px);
  filter: drop-shadow(0 0 45px rgba(200,255,61,.18));
}
.network-map { position: absolute; inset: 8%; background: linear-gradient(28deg, transparent 49.8%, rgba(233,235,228,.23) 50%, transparent 50.2%), linear-gradient(150deg, transparent 49.8%, rgba(233,235,228,.18) 50%, transparent 50.2%); }
.network-map span { position: absolute; width: 14px; height: 14px; border: 2px solid var(--acid); border-radius: 50%; background: #151916; box-shadow: 0 0 22px rgba(200,255,61,.35); }
.network-map span:nth-child(1) { left: 8%; top: 22%; }
.network-map span:nth-child(2) { left: 31%; bottom: 14%; }
.network-map span:nth-child(3) { left: 53%; top: 39%; width: 24px; height: 24px; }
.network-map span:nth-child(4) { right: 16%; top: 12%; }
.network-map span:nth-child(5) { right: 5%; bottom: 20%; }
.live-pill { position: absolute; right: 20px; top: 20px; padding: 9px 12px; background: var(--orange); color: white; font: 9px "DM Mono"; letter-spacing: .12em; }
.ai-workflows { background: radial-gradient(circle at 50% 50%, #3d483b, #151916 55%, #0a0c0b); }
.ai-workflows::before, .ai-workflows::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 49.8%, rgba(200,255,61,.17) 50%, transparent 50.2%); }
.ai-workflows::after { transform: scaleX(-1); }
.ai-orb { position: absolute; left: 50%; top: 50%; width: 185px; height: 185px; display: grid; place-items: center; transform: translate(-50%,-50%); border: 1px solid rgba(233,235,228,.62); border-radius: 50%; color: var(--acid); font: 50px "DM Mono"; letter-spacing: -.08em; box-shadow: 0 0 70px rgba(200,255,61,.15), inset 0 0 40px rgba(200,255,61,.08); }
.ai-orb::before, .ai-orb::after { content: ""; position: absolute; inset: -28px; border: 1px dashed rgba(233,235,228,.25); border-radius: 50%; animation: orbitSpin 18s linear infinite; }
.ai-orb::after { inset: -58px; animation-direction: reverse; animation-duration: 26s; }
.scan-line { position: absolute; left: 0; right: 0; height: 1px; background: var(--acid); box-shadow: 0 0 17px var(--acid); animation: scan 4s ease-in-out infinite; }
@keyframes scan { 0%,100% { top: 15%; opacity: 0; } 15%,85% { opacity: .7; } 50% { top: 85%; } }
.streaming { background: linear-gradient(125deg, #101311, #303a32); }
.stream-waves { position: absolute; inset: 0; display: grid; place-items: center; }
.stream-waves span { position: absolute; border: 1px solid rgba(200,255,61,.32); border-radius: 50%; }
.stream-waves span:nth-child(1) { width: 110px; height: 110px; }
.stream-waves span:nth-child(2) { width: 210px; height: 210px; }
.stream-waves span:nth-child(3) { width: 320px; height: 320px; }
.stream-waves span:nth-child(4) { width: 450px; height: 450px; }
.play-mark { position: absolute; left: 50%; top: 50%; transform: translate(-44%,-50%); color: var(--acid); font-size: 50px; filter: drop-shadow(0 0 24px rgba(200,255,61,.4)); }
.project-copy { display: grid; grid-template-columns: 1.1fr 1fr; gap: 30px; margin-top: 23px; }
.project-copy h3 { margin: 5px 0 0; font-size: clamp(23px, 2.5vw, 36px); font-weight: 600; letter-spacing: -.035em; }
.project-client { margin: 0; color: #6a6f68; font-size: 9px; }
.project-copy > p { margin: 3px 0 0; color: #5f645d; font-size: 13px; line-height: 1.6; }
.venture-note { display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 30px; align-items: center; margin-top: 85px; padding: 35px 0; border-top: 1px solid rgba(11,13,12,.25); border-bottom: 1px solid rgba(11,13,12,.25); }
.venture-label { color: #666b64; font: 9px "DM Mono"; letter-spacing: .12em; }
.venture-note h3 { margin: 7px 0 0; font-size: 34px; font-weight: 600; letter-spacing: -.04em; }
.venture-note p { margin: 0; color: #666b64; font-size: 13px; }
.venture-arrow { font-size: 28px; }
.keyzee-teaser-card { position: relative; min-height: 470px; display: grid; grid-template-columns: .8fr 1.5fr; gap: 50px; align-items: center; padding: clamp(35px, 6vw, 85px); overflow: hidden; color: white; background: #0d1b2a; }
.keyzee-teaser-card::before { content: ""; position: absolute; width: 460px; height: 460px; right: -120px; top: -180px; border: 1px solid rgba(167,208,227,.25); border-radius: 50%; box-shadow: 0 0 0 70px rgba(167,208,227,.05), 0 0 0 140px rgba(167,208,227,.035); }
.keyzee-mini-brand { position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; color: #a7d0e3; font-size: 20px; font-weight: 700; letter-spacing: .22em; }
.keyzee-k { display: grid; place-items: center; width: 105px; height: 105px; color: white; background: #ff6a00; border-radius: 26px; font-size: 60px; letter-spacing: 0; }
.keyzee-teaser-copy { position: relative; max-width: 680px; }
.keyzee-teaser-copy .venture-label { color: #a7d0e3; }
.keyzee-teaser-copy h3 { max-width: 620px; margin: 20px 0; font-size: clamp(34px, 4vw, 60px); font-weight: 600; line-height: 1.05; letter-spacing: -.05em; }
.keyzee-teaser-copy p { max-width: 610px; margin: 0; color: #b9c6d2; font-size: 15px; line-height: 1.7; }
.keyzee-teaser-link { position: absolute; right: clamp(28px, 5vw, 70px); bottom: 36px; padding-bottom: 8px; border-bottom: 1px solid #ff6a00; font-size: 14px; }
.keyzee-teaser-link span { margin-left: 30px; color: #ff6a00; }

.approach .section-heading { margin-bottom: 90px; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.principle { min-height: 310px; padding: 28px 35px 20px 0; border-right: 1px solid var(--line); }
.principle + .principle { padding-left: 35px; }
.principle:last-child { border-right: 0; }
.principle > span { color: var(--acid); font: 10px "DM Mono"; }
.principle h3 { margin: 105px 0 18px; font-size: 24px; font-weight: 500; }
.principle p { margin: 0; color: #8f948c; font-size: 13px; line-height: 1.65; }

.contact { position: relative; max-width: none; overflow: hidden; background: var(--acid); color: var(--ink); }
.contact > *:not(.contact-signal) { max-width: calc(var(--max) - (var(--pad) * 2)); margin-left: auto; margin-right: auto; }
.contact .eyebrow { color: #464d3c; }
.contact .status-dot { background: var(--ink); box-shadow: none; }
.contact h2 { position: relative; margin-top: 45px; margin-bottom: 80px; font-size: clamp(55px, 9vw, 135px); font-weight: 500; letter-spacing: -.07em; line-height: .87; }
.contact h2 em { color: transparent; font-style: normal; -webkit-text-stroke: 1px rgba(11,13,12,.7); }
.contact-bottom { position: relative; display: flex; justify-content: space-between; align-items: end; gap: 35px; }
.contact-bottom p { max-width: 500px; margin: 0; font-size: 16px; line-height: 1.6; }
.contact-link { padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-size: clamp(18px, 2.2vw, 30px); font-weight: 600; }
.contact-link span { margin-left: 35px; }
.contact-signal { position: absolute; right: -100px; top: 0; width: 48vw; height: 100%; opacity: .12; }
.contact-signal span { position: absolute; right: 0; top: 50%; border: 2px solid var(--ink); border-radius: 50%; transform: translateY(-50%); }
.contact-signal span:nth-child(1) { width: 100px; height: 100px; }
.contact-signal span:nth-child(2) { width: 230px; height: 230px; }
.contact-signal span:nth-child(3) { width: 370px; height: 370px; }
.contact-signal span:nth-child(4) { width: 510px; height: 510px; }
.contact-signal span:nth-child(5) { width: 650px; height: 650px; }

.site-footer { min-height: 150px; padding: 40px var(--pad); display: flex; align-items: center; justify-content: space-between; gap: 30px; color: #747971; border-top: 1px solid var(--line); font: 10px "DM Mono"; text-transform: uppercase; letter-spacing: .08em; }
.footer-brand { color: var(--paper); font-family: "Manrope"; font-size: 15px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.in-view { opacity: 1; transform: translateY(0); }

@media (max-width: 800px) {
  .site-header { height: 72px; }
  .menu-button { display: block; z-index: 2; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 25px; padding: 85px var(--pad); background: var(--ink); transform: translateX(100%); transition: transform .35s ease; }
  .site-nav.open { transform: translateX(0); }
  .site-nav > a { font-size: 28px; }
  .site-nav .nav-cta { margin-top: 15px; font-size: 15px; }
  .hero { min-height: 860px; justify-content: flex-start; padding-top: 145px; }
  .hero-grid { background-size: 72px 72px; }
  .hero h1 { font-size: clamp(61px, 20vw, 104px); }
  .hero-bottom { align-items: center; justify-content: space-between; margin-top: 42px; }
  .hero-bottom > p { width: calc(100% - 100px); font-size: 15px; }
  .round-link { width: 82px; height: 82px; padding: 12px; }
  .signal-orbit { width: 540px; right: -260px; top: 69%; opacity: .8; }
  .hero-meta { left: var(--pad); right: auto; bottom: 28px; }
  .intro { grid-template-columns: 1fr; gap: 40px; }
  .section-heading { grid-template-columns: 1fr; gap: 30px; }
  .section-heading > p { max-width: 520px; }
  .service { grid-template-columns: 35px 1fr auto; gap: 15px; padding: 27px 0; }
  .service:hover { padding: 27px 12px; }
  .service p { grid-column: 2 / -1; }
  .project-grid { grid-template-columns: 1fr; gap: 58px; }
  .project-featured { grid-column: auto; }
  .project-featured .project-visual, .project-visual { min-height: 440px; }
  .principles { grid-template-columns: 1fr; }
  .principle, .principle + .principle { min-height: 230px; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .principle h3 { margin-top: 60px; }
  .contact-bottom { align-items: flex-start; flex-direction: column; }
  .site-footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 500px) {
  .hero { min-height: 780px; }
  .hero h1 { font-size: clamp(57px, 19.5vw, 86px); }
  .hero-bottom { gap: 18px; }
  .hero-bottom > p { width: auto; }
  .round-link { flex: 0 0 75px; width: 75px; height: 75px; }
  .round-link span:first-child { display: none; }
  .hero-meta { display: none; }
  .section-pad { padding-top: 90px; padding-bottom: 90px; }
  .project-visual, .project-featured .project-visual { min-height: 340px; }
  .project-copy { grid-template-columns: 1fr; gap: 13px; }
  .venture-note { grid-template-columns: 1fr auto; }
  .venture-note p { grid-column: 1 / -1; grid-row: 2; }
  .keyzee-teaser-card { grid-template-columns: 1fr; min-height: 650px; align-content: start; }
  .keyzee-teaser-link { left: clamp(35px, 6vw, 85px); right: auto; }
  .contact h2 { margin-bottom: 55px; }
  .contact-link { width: 100%; display: flex; justify-content: space-between; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
