:root {
  --ink: #f2f0e9;
  --muted: #999b96;
  --dark: #090a0c;
  --panel: #101215;
  --line: rgba(255, 255, 255, 0.13);
  --acid: #d9ff43;
  --violet: #7d64ff;
  --cyan: #4de3d4;
  --pad: clamp(1.35rem, 4vw, 4.6rem);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--dark);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

@media (min-width: 961px) and (prefers-reduced-motion: no-preference) {
  .hero,
  .manifesto,
  .capabilities,
  .solutions,
  .approach,
  .studio,
  .contact {
    scroll-margin-top: 86px;
  }
}

::selection {
  background: var(--acid);
  color: #111;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
  font: inherit;
}

.noise {
  position: fixed;
  z-index: 100;
  inset: 0;
  opacity: 0.035;
  pointer-events: none;
  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='.9'/%3E%3C/svg%3E");
}

.site-header {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  display: grid;
  width: 100%;
  min-height: 86px;
  padding: 0 var(--pad);
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid transparent;
  transition: background 0.3s, border-color 0.3s;
}

.site-header.scrolled {
  background: rgba(9, 10, 12, 0.82);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 0.8rem;
}

.brand-logo {
  display: block;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(23, 184, 255, 0.16));
}

.footer-brand .brand-logo {
  width: 44px;
  height: 44px;
}

.brand-name {
  font-family: "DM Mono", monospace;
  font-size: 0.62rem;
  line-height: 1.28;
  letter-spacing: 0.12em;
}

.desktop-nav {
  display: flex;
  gap: clamp(1.5rem, 3vw, 3rem);
}

.desktop-nav a,
.header-cta,
.footer-links a {
  position: relative;
  font-family: "DM Mono", monospace;
  font-size: 0.7rem;
  letter-spacing: 0.04em;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -0.4rem;
  left: 0;
  height: 1px;
  background: var(--acid);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s;
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  justify-self: end;
}

.header-cta span {
  color: var(--acid);
}

.menu-button,
.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  display: flex;
  min-height: 100svh;
  padding: 9rem var(--pad) 3rem;
  overflow: hidden;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

#intelligence-field {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

.hero::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 10, 12, 0.94) 0%, rgba(9, 10, 12, 0.68) 45%, transparent 80%),
    linear-gradient(0deg, var(--dark), transparent 25%);
  content: "";
  pointer-events: none;
}

.hero-glow {
  position: absolute;
  z-index: 0;
  top: 6%;
  right: 6%;
  width: min(56vw, 820px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(125, 100, 255, 0.2), transparent 68%);
  filter: blur(20px);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(850px, 72vw);
}

.eyebrow,
.section-label,
.card-index,
.principle > span,
.studio-kicker,
.console-top,
.console-objective > span,
.console-log,
.hero-signal,
.scroll-prompt,
footer > p,
.copyright {
  font-family: "DM Mono", monospace;
  font-size: 0.66rem;
  letter-spacing: 0.11em;
}

.eyebrow {
  margin: 0 0 2rem;
  color: #c8cac5;
}

.eyebrow span {
  margin: 0 0.5rem;
  color: var(--acid);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 900px;
  margin-bottom: 2.1rem;
  font-size: clamp(4rem, 8.3vw, 9rem);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.075em;
}

h1 span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(242, 240, 233, 0.62);
}

.hero-intro {
  max-width: 610px;
  margin-bottom: 2.4rem;
  color: #b9bbb6;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.button {
  display: inline-flex;
  min-height: 58px;
  padding: 0.35rem 0.4rem 0.35rem 1.5rem;
  align-items: center;
  gap: 1.8rem;
  border-radius: 2px;
  font-size: 0.86rem;
  font-weight: 600;
}

.button-primary {
  background: var(--acid);
  color: #0a0b0d;
  transition: background 0.25s, transform 0.25s;
}

.button-primary:hover {
  background: #edff9f;
  transform: translateY(-2px);
}

.button-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  font-size: 1rem;
}

.text-link {
  padding-bottom: 0.35rem;
  border-bottom: 1px solid var(--line);
  color: #c4c5c1;
  font-family: "DM Mono", monospace;
  font-size: 0.72rem;
}

.text-link span {
  margin-left: 0.8rem;
  color: var(--acid);
}

.hero-signal {
  position: absolute;
  z-index: 2;
  right: var(--pad);
  bottom: 8rem;
  display: flex;
  padding: 0.8rem 1rem;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid var(--line);
  background: rgba(9, 10, 12, 0.62);
  color: #a9aaa6;
  backdrop-filter: blur(10px);
}

.signal-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 12px var(--acid);
  animation: pulse 1.5s infinite;
}

.signal-value {
  color: var(--acid);
}

.scroll-prompt {
  position: absolute;
  z-index: 2;
  right: var(--pad);
  bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #7e807b;
}

.scroll-prompt i {
  display: block;
  width: 60px;
  height: 1px;
  overflow: hidden;
  background: var(--line);
}

.scroll-prompt i::after {
  display: block;
  width: 50%;
  height: 100%;
  background: var(--acid);
  content: "";
  animation: scan 2s infinite;
}

.section-pad {
  position: relative;
  padding: clamp(6rem, 11vw, 11rem) var(--pad);
}

.section-label {
  display: grid;
  margin-bottom: clamp(4rem, 8vw, 8rem);
  grid-template-columns: 4rem auto;
  color: #858782;
}

.section-label span {
  color: var(--acid);
}

.section-label p {
  margin: 0;
}

.manifesto {
  background:
    radial-gradient(circle at 12% 20%, rgba(125, 100, 255, 0.12), transparent 32%),
    #13151a;
  color: var(--ink);
}

.manifesto .section-label {
  color: #858782;
}

.manifesto .section-label span {
  color: var(--acid);
}

.manifesto-content {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.65fr);
  gap: clamp(3rem, 9vw, 10rem);
}

.manifesto-lead,
.section-heading h2,
.approach h2,
.solutions h2,
.studio h2,
.contact h2 {
  margin: 0;
  font-size: clamp(2.8rem, 6.2vw, 7rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.065em;
}

em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.manifesto-lead em {
  color: var(--acid);
}

.manifesto-detail {
  padding-top: 0.8rem;
}

.manifesto-detail p,
.section-heading > p,
.approach-copy > p,
.solutions-intro-copy > p,
.studio-copy > p,
.contact-copy {
  color: #5f615d;
  font-size: 1rem;
  line-height: 1.7;
}

.manifesto-detail p {
  color: #a2a49f;
}

.manifesto-detail p + p {
  margin-top: 2rem;
}

.capabilities {
  background: var(--dark);
}

.section-heading {
  display: grid;
  margin-bottom: 5rem;
  grid-template-columns: 1.4fr 0.6fr;
  align-items: end;
  gap: 4rem;
}

.section-heading h2 em,
.approach h2 em,
.studio h2 {
  color: var(--acid);
}

.section-heading > p {
  max-width: 420px;
  margin-bottom: 0.5rem;
  color: var(--muted);
}

.capability-list {
  border-top: 1px solid var(--line);
}

.capability-card {
  position: relative;
  display: grid;
  min-height: 380px;
  padding: 3rem 0;
  grid-template-columns: 0.18fr 0.86fr 1fr;
  align-items: center;
  gap: clamp(2rem, 6vw, 7rem);
  border-bottom: 1px solid var(--line);
}

.card-index {
  align-self: start;
  color: #72746f;
}

.card-visual {
  position: relative;
  width: 100%;
  max-width: 420px;
  aspect-ratio: 1.55;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #0d0f12;
}

.visual-agents {
  display: grid;
  place-items: center;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    #0d0f12;
  background-size: 30px 30px;
}

.orbit {
  position: absolute;
  width: 54%;
  aspect-ratio: 1;
  border: 1px solid rgba(217, 255, 67, 0.3);
  border-radius: 50%;
}

.orbit-two {
  width: 78%;
  border-color: rgba(125, 100, 255, 0.3);
}

.core,
.node {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 20px var(--acid);
}

.core {
  width: 22px;
  height: 22px;
}

.node-a {
  top: 23%;
  left: 28%;
}

.node-b {
  right: 20%;
  bottom: 32%;
  background: var(--violet);
  box-shadow: 0 0 20px var(--violet);
}

.node-c {
  bottom: 17%;
  left: 41%;
  width: 7px;
  height: 7px;
}

.visual-products {
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 70% 20%, rgba(125, 100, 255, 0.24), transparent 45%), #0d0f12;
}

.product-window {
  width: 68%;
  padding: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.27);
  background: rgba(16, 18, 21, 0.86);
  transform: rotate(-3deg);
}

.window-top {
  display: flex;
  padding-bottom: 0.7rem;
  gap: 0.3rem;
  border-bottom: 1px solid var(--line);
}

.window-top i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #777;
}

.window-line {
  width: 58%;
  height: 5px;
  margin-top: 0.8rem;
  background: rgba(255, 255, 255, 0.14);
}

.window-line.wide {
  width: 84%;
  background: rgba(217, 255, 67, 0.5);
}

.window-grid {
  display: grid;
  margin-top: 1rem;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}

.window-grid span {
  height: 35px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.025);
}

.product-cursor {
  position: absolute;
  right: 17%;
  bottom: 18%;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  background: var(--acid);
  color: #111;
  font-size: 0.8rem;
  box-shadow: 0 0 26px rgba(217, 255, 67, 0.3);
}

.visual-intelligence {
  display: flex;
  padding: 2rem;
  align-items: end;
  background: linear-gradient(145deg, rgba(77, 227, 212, 0.09), transparent), #0d0f12;
}

.data-column {
  display: flex;
  width: 100%;
  height: 80%;
  align-items: end;
  gap: 5%;
}

.data-column i {
  flex: 1;
  height: var(--h);
  border-top: 1px solid var(--cyan);
  background: linear-gradient(var(--cyan), transparent);
  opacity: 0.35;
}

.visual-intelligence svg {
  position: absolute;
  inset: 15% 5% 10%;
  width: 90%;
  height: 70%;
  overflow: visible;
}

.visual-intelligence path {
  fill: none;
  stroke: var(--acid);
  stroke-width: 1.5;
  filter: drop-shadow(0 0 5px rgba(217, 255, 67, 0.8));
}

.card-copy h3 {
  margin-bottom: 1rem;
  font-size: clamp(1.9rem, 3vw, 3.25rem);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.card-copy > p {
  max-width: 540px;
  color: var(--muted);
  line-height: 1.65;
}

.card-copy ul {
  display: flex;
  padding: 1.7rem 0 0;
  flex-wrap: wrap;
  gap: 0.6rem;
  border-top: 1px solid var(--line);
  list-style: none;
}

.card-copy li {
  padding: 0.45rem 0.7rem;
  border: 1px solid var(--line);
  color: #9b9d98;
  font-family: "DM Mono", monospace;
  font-size: 0.6rem;
  letter-spacing: 0.04em;
}

.solutions {
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 10%, rgba(125, 100, 255, 0.14), transparent 28%),
    #11131a;
  color: var(--ink);
}

.solutions .section-label {
  color: #858782;
}

.solutions .section-label span {
  color: var(--acid);
}

.solutions-intro {
  display: grid;
  margin-bottom: clamp(4rem, 8vw, 7rem);
  grid-template-columns: 1.2fr 0.65fr;
  gap: clamp(3rem, 9vw, 10rem);
  align-items: end;
}

.solutions h2 em {
  color: #a997ff;
}

.solutions-intro-copy {
  max-width: 500px;
}

.solutions-intro-copy > p {
  color: #969893;
}

.solutions-intro-copy > p:first-child {
  color: #d6d5cf;
  font-size: 1.15rem;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.solution-card {
  position: relative;
  display: flex;
  min-height: 620px;
  padding: clamp(1.5rem, 3.5vw, 3.5rem);
  flex-direction: column;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background 0.35s;
}

.solution-card:hover {
  background: rgba(125, 100, 255, 0.065);
}

.solution-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--acid);
  font-family: "DM Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
}

.solution-status {
  padding: 0.35rem 0.5rem;
  border: 1px solid var(--line);
  color: #8f918c;
  font-style: normal;
}

.solution-icon {
  position: relative;
  width: 132px;
  height: 110px;
  margin: clamp(3rem, 6vw, 5rem) 0 2.6rem;
}

.solution-icon-chat {
  display: flex;
  padding: 1.6rem;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid #666a72;
}

.solution-icon-chat::after {
  position: absolute;
  bottom: -14px;
  left: 19px;
  width: 25px;
  height: 25px;
  border-bottom: 1px solid #666a72;
  border-left: 1px solid #666a72;
  background: #11131a;
  content: "";
  transform: skewY(-40deg);
  transition: background 0.35s;
}

.solution-card:hover .solution-icon-chat::after {
  background: #1a1b28;
}

.solution-icon-chat span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--acid);
}

.solution-icon-chat span:nth-child(2) {
  opacity: 0.6;
}

.solution-icon-chat span:nth-child(3) {
  opacity: 0.3;
}

.solution-icon-support {
  display: grid;
  place-items: center;
}

.support-ring {
  width: 92px;
  height: 92px;
  border: 1px solid #666a72;
  border-radius: 50%;
  box-shadow: inset 0 0 0 20px transparent;
}

.support-ring::before,
.support-ring::after {
  position: absolute;
  top: 54px;
  width: 30px;
  height: 1px;
  background: var(--acid);
  content: "";
}

.support-ring::before {
  left: 0;
}

.support-ring::after {
  right: 0;
}

.support-core {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #a997ff;
  box-shadow: 0 0 25px rgba(169, 151, 255, 0.35);
}

.solution-icon-voice {
  display: flex;
  align-items: center;
  gap: 7px;
}

.solution-icon-voice i {
  width: 5px;
  height: 32%;
  background: #a997ff;
}

.solution-icon-voice i:nth-child(2),
.solution-icon-voice i:nth-child(6) {
  height: 55%;
}

.solution-icon-voice i:nth-child(3),
.solution-icon-voice i:nth-child(5) {
  height: 82%;
}

.solution-icon-voice i:nth-child(4) {
  height: 100%;
  background: var(--acid);
}

.solution-icon-ops {
  display: grid;
  place-items: center;
}

.solution-icon-ops::before,
.solution-icon-ops::after {
  position: absolute;
  width: 100px;
  height: 1px;
  background: #525660;
  content: "";
}

.solution-icon-ops::after {
  transform: rotate(90deg);
}

.ops-center,
.ops-node {
  position: absolute;
  z-index: 1;
  width: 14px;
  height: 14px;
  border: 1px solid #a997ff;
  background: #11131a;
  transition: background 0.35s;
}

.solution-card:hover .ops-center,
.solution-card:hover .ops-node {
  background: #1a1b28;
}

.ops-center {
  width: 27px;
  height: 27px;
  background: var(--acid);
}

.ops-one {
  top: 5px;
}

.ops-two {
  right: 5px;
}

.ops-three {
  bottom: 5px;
}

.solution-card h3 {
  max-width: 520px;
  margin-bottom: 1.2rem;
  font-size: clamp(2rem, 3.5vw, 3.6rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.solution-card > p {
  max-width: 600px;
  color: #9b9d98;
  line-height: 1.7;
}

.business-outcome {
  display: grid;
  margin-top: auto;
  padding: 1.4rem 0;
  grid-template-columns: 8rem 1fr;
  gap: 1rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.business-outcome span {
  color: #777a76;
  font-family: "DM Mono", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.08em;
}

.business-outcome strong {
  max-width: 410px;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.45;
}

.solution-card ul {
  display: flex;
  padding: 1.2rem 0 0;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
}

.solution-card li {
  color: #858782;
  font-family: "DM Mono", monospace;
  font-size: 0.58rem;
}

.solution-card li + li::before {
  margin-right: 0.5rem;
  color: var(--acid);
  content: "/";
}

.solutions-close {
  display: flex;
  padding-top: 2.5rem;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.solutions-close p {
  margin: 0;
  color: #969893;
}

.solutions-close .text-link {
  color: #d6d5cf;
  border-color: var(--line);
}

.solutions-close .text-link span {
  color: var(--acid);
}

.approach {
  overflow: hidden;
  background: #191b20;
}

.approach-aura {
  position: absolute;
  top: -20%;
  right: -10%;
  width: 65vw;
  height: 65vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(125, 100, 255, 0.15), transparent 67%);
}

.approach-grid {
  position: relative;
  display: grid;
  margin-bottom: clamp(5rem, 10vw, 10rem);
  grid-template-columns: 1.2fr 0.8fr;
  gap: 5rem;
}

.approach-copy {
  padding-top: 1.2rem;
}

.approach-copy .large-copy {
  margin-bottom: 2rem;
  color: var(--ink);
  font-size: clamp(1.4rem, 2.5vw, 2.25rem);
  line-height: 1.35;
  letter-spacing: -0.025em;
}

.approach-copy > p:last-child {
  color: #999b96;
}

.principles {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.principle {
  min-height: 270px;
  padding: 2.2rem 2.2rem 1rem 0;
  border-right: 1px solid var(--line);
}

.principle + .principle {
  padding-left: 2.2rem;
}

.principle:last-child {
  border: 0;
}

.principle > span {
  color: var(--acid);
}

.principle h3 {
  margin: 5.5rem 0 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
}

.principle p {
  max-width: 320px;
  color: #8e908b;
  font-size: 0.9rem;
  line-height: 1.65;
}

.studio {
  background:
    radial-gradient(circle at 18% 55%, rgba(217, 255, 67, 0.055), transparent 28%),
    #181a1f;
  color: var(--ink);
}

.studio .section-label {
  color: #858782;
}

.studio .section-label span {
  color: var(--acid);
}

.studio-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(520px, 1.25fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}

.studio .studio-kicker {
  color: var(--acid);
}

.studio h2 {
  margin: 1.4rem 0 2rem;
  color: var(--ink);
}

.studio-copy > p:not(.studio-kicker) {
  max-width: 450px;
  color: #a2a49f;
}

.scenario-pills {
  display: flex;
  margin-top: 2rem;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.scenario-pill {
  padding: 0.65rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 100px;
  background: transparent;
  color: #9b9d98;
  cursor: pointer;
  font-family: "DM Mono", monospace;
  font-size: 0.62rem;
  transition: 0.2s;
}

.scenario-pill:hover,
.scenario-pill.active {
  border-color: var(--acid);
  background: var(--acid);
  color: #111214;
}

.agent-console {
  min-height: 590px;
  padding: 1.2rem;
  border: 1px solid #303238;
  background: #101215;
  color: var(--ink);
  box-shadow: 0 30px 80px rgba(20, 20, 25, 0.18);
}

.console-top {
  display: flex;
  padding-bottom: 1rem;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  color: #777975;
}

.console-top i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 0.5rem;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 8px var(--acid);
}

.console-objective {
  padding: 1.4rem;
  border-bottom: 1px solid var(--line);
}

.console-objective > span {
  color: var(--acid);
}

.console-objective p {
  max-width: 600px;
  margin: 0.8rem 0 0;
  font-size: clamp(1rem, 1.7vw, 1.3rem);
}

.agent-network {
  position: relative;
  height: 360px;
}

.network-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.network-lines line {
  stroke: rgba(217, 255, 67, 0.22);
  stroke-dasharray: 4 6;
}

.agent-node {
  position: absolute;
  display: flex;
  width: 104px;
  height: 62px;
  padding: 0.65rem;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #36383d;
  background: #15171a;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.agent-node span {
  color: #8c8e89;
  font-family: "DM Mono", monospace;
  font-size: 0.52rem;
  letter-spacing: 0.08em;
}

.agent-node strong {
  align-self: end;
  color: #676965;
  font-family: "DM Mono", monospace;
  font-size: 0.6rem;
  font-weight: 400;
}

.agent-node.active {
  border-color: var(--acid);
  box-shadow: 0 0 26px rgba(217, 255, 67, 0.12);
  transform: translateY(-3px);
}

.agent-node.active span {
  color: var(--acid);
}

.node-lead {
  top: calc(48% - 31px);
  left: calc(50% - 52px);
}

.node-research {
  top: calc(24% - 31px);
  left: calc(18% - 52px);
}

.node-strategy {
  top: calc(24% - 31px);
  left: calc(82% - 52px);
}

.node-analyst {
  top: calc(78% - 31px);
  left: calc(22% - 52px);
}

.node-maker {
  top: calc(78% - 31px);
  left: calc(78% - 52px);
}

.console-log {
  display: grid;
  padding-top: 1rem;
  grid-template-columns: 3.5rem 5rem 1fr;
  color: #6f716d;
}

.log-status {
  color: var(--acid);
}

.console-log p {
  margin: 0;
  color: #b2b4af;
}

.contact {
  display: flex;
  min-height: 82vh;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.contact-orb {
  position: absolute;
  width: min(75vw, 900px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(217, 255, 67, 0.13), transparent 30%),
    radial-gradient(circle, transparent 46%, rgba(125, 100, 255, 0.15) 47%, transparent 48%);
  animation: breathe 7s ease-in-out infinite;
}

.contact > *:not(.contact-orb) {
  position: relative;
}

.contact .eyebrow {
  color: var(--acid);
}

.contact h2 em {
  color: transparent;
  -webkit-text-stroke: 1px var(--ink);
}

.contact-copy {
  margin: 2rem auto;
  color: var(--muted);
}

.contact-button {
  margin-top: 1rem;
}

footer {
  display: grid;
  padding: 4rem var(--pad);
  grid-template-columns: 1.2fr 1fr 0.7fr auto;
  align-items: end;
  gap: 2rem;
  border-top: 1px solid var(--line);
}

footer > p {
  margin: 0;
  color: #777975;
  line-height: 1.65;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.copyright {
  color: #777975;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes pulse {
  50% { opacity: 0.35; }
}

@keyframes scan {
  from { transform: translateX(-110%); }
  to { transform: translateX(210%); }
}

@keyframes breathe {
  50% { transform: scale(1.08); opacity: 0.7; }
}

@media (min-width: 961px) {
  .manifesto,
  .capabilities,
  .solutions,
  .approach,
  .studio,
  .contact {
    min-height: 100vh;
    height: 100vh;
    padding-top: 116px;
    padding-bottom: 30px;
    overflow: hidden;
  }

  .manifesto,
  .approach,
  .contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .section-label {
    margin-bottom: clamp(1.5rem, 3vh, 2.5rem);
  }

  .manifesto-content {
    align-items: center;
  }

  .manifesto-lead,
  .section-heading h2,
  .approach h2,
  .solutions h2,
  .studio h2,
  .contact h2 {
    font-size: clamp(2.8rem, 5.4vw, 5.8rem);
  }

  .capabilities .section-label,
  .solutions .section-label,
  .studio .section-label {
    margin-bottom: 1.25rem;
  }

  .section-heading {
    margin-bottom: 1.5rem;
  }

  .capability-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-left: 1px solid var(--line);
  }

  .capability-card {
    display: flex;
    min-height: 0;
    height: calc(100vh - 355px);
    padding: 1.25rem;
    flex-direction: column;
    align-items: stretch;
    gap: 0.8rem;
    border-right: 1px solid var(--line);
  }

  .capability-card .card-index {
    position: absolute;
    z-index: 2;
    top: 2rem;
    left: 2rem;
  }

  .capability-card .card-visual {
    width: 100%;
    max-width: none;
    height: clamp(110px, 20vh, 175px);
    aspect-ratio: auto;
    flex: 0 0 auto;
  }

  .card-copy {
    display: flex;
    min-height: 0;
    flex: 1;
    flex-direction: column;
  }

  .card-copy h3 {
    margin-bottom: 0.55rem;
    font-size: clamp(1.45rem, 2.1vw, 2.35rem);
  }

  .card-copy > p {
    margin-bottom: 0.7rem;
    font-size: clamp(0.72rem, 0.85vw, 0.9rem);
    line-height: 1.45;
  }

  .card-copy ul {
    margin-top: auto;
    padding-top: 0.75rem;
    gap: 0.35rem;
  }

  .card-copy li {
    padding: 0.32rem 0.45rem;
    font-size: 0.5rem;
  }

  .solutions-intro {
    margin-bottom: 1.5rem;
    grid-template-columns: 1fr 0.75fr;
    gap: 4rem;
  }

  .solutions-intro-copy {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    max-width: 640px;
  }

  .solutions-intro-copy > p {
    margin: 0;
    font-size: clamp(0.72rem, 0.85vw, 0.9rem);
    line-height: 1.5;
  }

  .solutions-intro-copy > p:first-child {
    font-size: clamp(0.78rem, 0.95vw, 1rem);
  }

  .solution-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .solution-card {
    min-height: 0;
    height: calc(100vh - 402px);
    padding: 1.15rem;
  }

  .solution-icon {
    width: 86px;
    height: 58px;
    margin: 0.45rem 0 1rem;
    flex: 0 0 58px;
    transform: none;
  }

  .solution-icon-chat {
    width: 64px;
    height: 45px;
    padding: 0.9rem;
  }

  .solution-icon-chat::after {
    bottom: -8px;
    left: 12px;
    width: 15px;
    height: 15px;
  }

  .solution-icon-chat span {
    width: 6px;
    height: 6px;
  }

  .support-ring {
    width: 52px;
    height: 52px;
  }

  .support-ring::before,
  .support-ring::after {
    top: 29px;
    width: 18px;
  }

  .support-core {
    width: 15px;
    height: 15px;
  }

  .solution-icon-voice {
    width: 70px;
    height: 48px;
    gap: 4px;
  }

  .solution-icon-voice i {
    width: 3px;
  }

  .solution-icon-ops {
    width: 62px;
    height: 52px;
  }

  .solution-icon-ops::before,
  .solution-icon-ops::after {
    width: 52px;
  }

  .ops-center {
    width: 18px;
    height: 18px;
  }

  .ops-node {
    width: 9px;
    height: 9px;
  }

  .solution-card h3 {
    min-height: 2.2em;
    margin-bottom: 0.55rem;
    font-size: clamp(1.2rem, 1.65vw, 1.85rem);
    line-height: 1.08;
  }

  .solution-card > p {
    margin-bottom: 0.2rem;
    font-size: clamp(0.68rem, 0.78vw, 0.82rem);
    line-height: 1.42;
  }

  .business-outcome {
    padding: 0.4rem 0;
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .business-outcome strong {
    font-size: clamp(0.7rem, 0.78vw, 0.82rem);
    line-height: 1.35;
  }

  .solution-card ul {
    padding-top: 0.3rem;
    gap: 0.3rem;
  }

  .solution-card li {
    font-size: 0.48rem;
  }

  .solutions-close {
    padding-top: 0.8rem;
    font-size: 0.75rem;
  }

  .approach-grid {
    margin-bottom: clamp(2rem, 5vh, 4rem);
  }

  .principle {
    min-height: 0;
    height: clamp(175px, 28vh, 240px);
    padding-top: 1.4rem;
  }

  .principle + .principle {
    padding-left: 1.5rem;
  }

  .principle h3 {
    margin-top: clamp(2.5rem, 7vh, 4.5rem);
  }

  .studio-grid {
    min-height: 0;
    flex: 1;
    grid-template-columns: minmax(250px, 0.7fr) minmax(480px, 1.3fr);
    gap: clamp(2rem, 5vw, 5rem);
  }

  .studio-copy > p:not(.studio-kicker) {
    font-size: 0.9rem;
  }

  .agent-console {
    min-height: 0;
    height: calc(100vh - 190px);
    max-height: 560px;
  }

  .agent-network {
    height: clamp(220px, 34vh, 320px);
  }

  .contact {
    min-height: 100vh;
  }
}

@media (max-width: 960px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-button {
    position: relative;
    z-index: 91;
    display: flex;
    width: 38px;
    height: 38px;
    padding: 10px 6px;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    border: 0;
    background: transparent;
  }

  .menu-button span {
    width: 100%;
    height: 1px;
    background: var(--ink);
    transition: transform 0.25s;
  }

  .menu-open .menu-button span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-open .menu-button span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .mobile-menu {
    position: fixed;
    z-index: 80;
    inset: 0;
    display: flex;
    padding: 8rem var(--pad) 3rem;
    flex-direction: column;
    gap: 1.2rem;
    background: var(--dark);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s;
  }

  .site-header > .brand {
    position: relative;
    z-index: 91;
  }

  .mobile-menu a {
    padding-bottom: 1.2rem;
    border-bottom: 1px solid var(--line);
    font-size: clamp(1.5rem, 7vw, 2.8rem);
  }

  .menu-open .mobile-menu {
    opacity: 1;
    pointer-events: auto;
  }

  .hero-copy {
    width: 90vw;
  }

  .hero-signal {
    display: none;
  }

  .manifesto-content,
  .section-heading,
  .solutions-intro,
  .approach-grid,
  .studio-grid {
    grid-template-columns: 1fr;
  }

  .section-heading,
  .solutions-intro,
  .approach-grid {
    gap: 2.5rem;
  }

  .capability-card {
    grid-template-columns: 3rem 0.9fr 1.1fr;
    gap: 2rem;
  }

  .studio-grid {
    gap: 4rem;
  }

  footer {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: 72px;
  }

  .hero {
    min-height: 820px;
    padding-top: 7.5rem;
    align-items: flex-start;
  }

  .hero::after {
    background: linear-gradient(90deg, rgba(9, 10, 12, 0.88), rgba(9, 10, 12, 0.38));
  }

  h1 {
    margin-top: 4rem;
    font-size: clamp(3.5rem, 17vw, 5.6rem);
  }

  .hero-intro {
    font-size: 0.95rem;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.4rem;
  }

  .scroll-prompt {
    right: auto;
    left: var(--pad);
  }

  .manifesto-content {
    gap: 3rem;
  }

  .manifesto-lead,
  .section-heading h2,
  .solutions h2,
  .approach h2,
  .studio h2,
  .contact h2 {
    font-size: clamp(2.7rem, 13vw, 4.6rem);
  }

  .section-label {
    margin-bottom: 3.5rem;
  }

  .capability-card {
    padding: 2.5rem 0 3.5rem;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .solution-grid {
    grid-template-columns: 1fr;
  }

  .solution-card {
    min-height: 570px;
  }

  .solutions-close {
    align-items: flex-start;
    flex-direction: column;
  }

  .card-index {
    position: absolute;
    z-index: 1;
    top: 3.5rem;
    left: 1rem;
    color: var(--ink);
  }

  .card-visual {
    max-width: none;
  }

  .principles {
    grid-template-columns: 1fr;
  }

  .principle,
  .principle + .principle {
    min-height: 220px;
    padding: 2rem 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .principle h3 {
    margin-top: 4rem;
  }

  .agent-console {
    min-height: 520px;
    padding: 0.8rem;
  }

  .console-top span:first-child {
    max-width: 170px;
  }

  .agent-network {
    height: 300px;
  }

  .agent-node {
    width: 82px;
    height: 54px;
    padding: 0.5rem;
  }

  .node-lead {
    left: calc(50% - 41px);
  }

  .node-research {
    left: calc(18% - 41px);
  }

  .node-strategy {
    left: calc(82% - 41px);
  }

  .node-analyst {
    left: calc(22% - 41px);
  }

  .node-maker {
    left: calc(78% - 41px);
  }

  .console-log {
    grid-template-columns: 3rem 1fr;
    row-gap: 0.6rem;
  }

  .console-log p {
    grid-column: 1 / -1;
  }

  .contact {
    min-height: 700px;
  }

  .contact-button {
    width: 100%;
    padding-left: 0.8rem;
    justify-content: space-between;
    font-size: 0.7rem;
  }

  footer {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
