:root {
  --bg: #0b0d0c;
  --bg-soft: #101310;
  --panel: #141814;
  --panel-light: #e9eee5;
  --text: #f2f4ed;
  --muted: #a2aaa0;
  --line: rgba(233, 238, 229, 0.14);
  --line-strong: rgba(233, 238, 229, 0.25);
  --acid: #c7ff4a;
  --acid-dark: #9bd523;
  --ink: #10130f;
  --radius: 1.5rem;
  --container: min(90rem, calc(100vw - 4rem));
  --ease: cubic-bezier(0.2, 0.75, 0.25, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

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

#services,
#scale,
#works,
#process,
#contact {
  scroll-margin-top: 5.75rem;
}

button {
  color: inherit;
  font: inherit;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.noise {
  position: fixed;
  z-index: 20;
  inset: 0;
  pointer-events: none;
  opacity: 0.026;
  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='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}

.cursor-glow {
  position: fixed;
  z-index: -1;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  pointer-events: none;
  background: rgba(199, 255, 74, 0.055);
  filter: blur(7rem);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.site-header {
  position: fixed;
  z-index: 15;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid transparent;
  transition: background 0.3s ease, border-color 0.3s ease, backdrop-filter 0.3s ease;
}

.site-header.scrolled {
  border-color: var(--line);
  background: rgba(11, 13, 12, 0.78);
  backdrop-filter: blur(1.25rem);
}

.nav-wrap {
  height: 5.75rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.logo {
  width: max-content;
  display: inline-flex;
  align-items: baseline;
  font-size: 1.72rem;
  font-weight: 780;
  letter-spacing: -0.1em;
  line-height: 1;
}

.logo-dot {
  margin-left: 0.08em;
  color: var(--acid);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  font-size: 0.76rem;
  font-weight: 540;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.main-nav a,
.footer-links a {
  position: relative;
  color: var(--muted);
  transition: color 0.25s ease;
}

.main-nav a::after,
.footer-links a::after {
  position: absolute;
  right: 0;
  bottom: -0.35rem;
  left: 0;
  height: 1px;
  content: "";
  background: var(--acid);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s var(--ease);
}

.main-nav a:hover,
.footer-links a:hover {
  color: var(--text);
}

.main-nav a:hover::after,
.footer-links a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.72rem 1rem;
  border: 1px solid var(--line-strong);
  border-radius: 100vw;
  font-size: 0.8rem;
  font-weight: 570;
  transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.header-cta:hover {
  color: var(--ink);
  border-color: var(--acid);
  background: var(--acid);
}

.menu-toggle {
  display: none;
  justify-self: end;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
}

.menu-toggle span {
  display: block;
  width: 1rem;
  height: 1px;
  margin: 0.28rem auto;
  background: var(--text);
  transition: transform 0.25s ease;
}

.hero {
  position: relative;
  min-height: 100svh;
  padding-top: 5.75rem;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero::before {
  position: absolute;
  top: -28rem;
  left: -18rem;
  width: 54rem;
  height: 54rem;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle, rgba(199, 255, 74, 0.1), rgba(199, 255, 74, 0) 68%);
  pointer-events: none;
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.4;
  pointer-events: none;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: calc((100vw - 4rem) / 6) 100%, calc((100vw - 4rem) / 6) 100%;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent 84%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent 84%);
}

.hero-layout {
  position: relative;
  min-height: calc(100svh - 12.5rem);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(27rem, 0.8fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 9rem);
  padding-block: 5rem 3rem;
}

.eyebrow,
.section-kicker {
  margin: 0 0 1.75rem;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.eyebrow > span {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 1.2rem rgba(199, 255, 74, 0.65);
}

.hero h1 {
  max-width: 57rem;
  margin: 0;
  font-size: clamp(3.65rem, 6.5vw, 7rem);
  font-weight: 560;
  letter-spacing: -0.07em;
  line-height: 0.91;
}

.hero-accent {
  display: block;
  color: var(--acid);
}

.hero-lead {
  max-width: 45rem;
  margin: 2.25rem 0 0;
  color: #bec5ba;
  font-size: clamp(1.05rem, 1.3vw, 1.25rem);
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: 2.4rem;
}

.button {
  min-height: 3.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  padding: 0 1.45rem;
  border: 1px solid transparent;
  border-radius: 100vw;
  font-size: 0.84rem;
  font-weight: 620;
  transition: transform 0.3s var(--ease), background 0.3s ease, border-color 0.3s ease;
}

.button:hover {
  transform: translateY(-0.18rem);
}

.button-primary {
  color: var(--ink);
  background: var(--acid);
}

.button-primary:hover {
  background: #d2ff70;
}

.button-ghost {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.02);
}

.button-ghost:hover {
  border-color: rgba(233, 238, 229, 0.5);
  background: rgba(255, 255, 255, 0.045);
}

.hero-visual {
  min-height: 31rem;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.012));
  box-shadow: 0 2.5rem 8rem rgba(0, 0, 0, 0.45);
}

.visual-topline,
.visual-footer {
  display: flex;
  align-items: center;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.59rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.visual-topline {
  justify-content: space-between;
  padding: 1rem 1.15rem;
  border-bottom: 1px solid var(--line);
}

.live-mark {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.live-mark i {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 0.8rem var(--acid);
}

.visual-footer {
  justify-content: space-between;
  padding: 1rem 1.15rem;
  border-top: 1px solid var(--line);
}

.system-map {
  position: relative;
  min-height: 25rem;
}

.system-map::before,
.system-map::after {
  position: absolute;
  content: "";
  background: var(--line);
}

.system-map::before {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
}

.system-map::after {
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
}

.orbit {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(199, 255, 74, 0.18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.orbit-one {
  width: 12rem;
  height: 12rem;
  animation: breathe 5s ease-in-out infinite;
}

.orbit-two {
  width: 19rem;
  height: 19rem;
  border-style: dashed;
  animation: rotate 24s linear infinite;
}

.system-core {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 7.5rem;
  height: 7.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 4rem rgba(199, 255, 74, 0.17);
  transform: translate(-50%, -50%);
}

.system-core span {
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: -0.1em;
}

.system-core small {
  margin-top: 0.25rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.55rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.system-node {
  position: absolute;
  z-index: 4;
  min-width: 7.8rem;
  padding: 0.66rem 0.78rem;
  border: 1px solid var(--line-strong);
  border-radius: 0.7rem;
  color: #d5dbd0;
  background: rgba(13, 16, 14, 0.88);
  backdrop-filter: blur(0.8rem);
  font-size: 0.68rem;
  font-weight: 580;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.25);
}

.system-node span {
  margin-right: 0.5rem;
  color: var(--acid);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.56rem;
}

.node-one { top: 12%; left: 8%; }
.node-two { top: 14%; right: 7%; }
.node-three { right: 5%; bottom: 14%; }
.node-four { bottom: 12%; left: 7%; }

.hero-route {
  position: relative;
  min-height: 6.75rem;
  display: grid;
  grid-template-columns: 0.65fr 5.35fr;
  align-items: center;
  overflow: hidden;
  border-top: 1px solid var(--line);
}

.route-label {
  color: var(--acid);
  font-size: 0.65rem;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.route-line {
  min-width: 0;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.route-line i {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: var(--line-strong);
}

.section-pad {
  padding-block: clamp(6.5rem, 10vw, 10.5rem);
}

.manifesto {
  background: var(--panel-light);
  color: var(--ink);
}

.manifesto-grid {
  display: grid;
  grid-template-columns: 1fr 5fr;
}

.manifesto .section-kicker {
  color: #626b60;
}

.manifesto-copy h2 {
  max-width: 70rem;
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 5.6rem);
  font-weight: 510;
  letter-spacing: -0.065em;
  line-height: 0.99;
}

.manifesto-copy h2 span {
  color: #868e83;
}

.manifesto-copy p {
  max-width: 44rem;
  margin: 2.5rem 0 0 auto;
  color: #465044;
  font-size: 1.12rem;
  line-height: 1.7;
}

.section-head {
  display: grid;
  grid-template-columns: 4fr 2fr;
  align-items: end;
  gap: 3rem;
  margin-bottom: 4.5rem;
}

.section-head h2,
.scale-intro h2,
.competency-title h2,
.process-sticky h2 {
  margin: 0;
  font-size: clamp(2.5rem, 4.4vw, 4.8rem);
  font-weight: 520;
  letter-spacing: -0.065em;
  line-height: 1;
}

.section-head > p {
  max-width: 27rem;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

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

.service-row {
  position: relative;
  display: grid;
  grid-template-columns: 0.55fr 1.8fr 2.2fr 1.25fr auto;
  align-items: start;
  gap: 1.8rem;
  padding: 2rem 0;
  border-bottom: 1px solid var(--line);
  transition: padding 0.35s var(--ease), background 0.35s ease;
}

.service-row::before {
  position: absolute;
  inset: 0 -1.5rem;
  z-index: -1;
  content: "";
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0);
  transition: background 0.35s ease;
}

.service-row:hover::before {
  background: rgba(255, 255, 255, 0.035);
}

.service-index {
  color: var(--acid);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.62rem;
}

.service-title h3 {
  margin: -0.4rem 0 0.5rem;
  font-size: 1.45rem;
  font-weight: 560;
  letter-spacing: -0.035em;
}

.service-title span,
.service-row p,
.service-row ul {
  color: var(--muted);
  font-size: 0.82rem;
}

.service-row p {
  max-width: 34rem;
  margin: -0.25rem 0 0;
  line-height: 1.65;
}

.service-row ul {
  margin: -0.15rem 0 0;
  padding: 0;
  list-style: none;
}

.service-row li + li {
  margin-top: 0.4rem;
}

.service-arrow {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--muted);
  transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.service-row:hover .service-arrow {
  color: var(--ink);
  border-color: var(--acid);
  background: var(--acid);
  transform: rotate(45deg);
}

.scale {
  overflow: hidden;
  background: #e9eee5;
  color: var(--ink);
}

.scale-shell {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: stretch;
  gap: clamp(3rem, 7vw, 8rem);
}

.scale-intro {
  display: flex;
  flex-direction: column;
}

.scale-intro .section-kicker {
  color: #626b60;
}

.scale-intro h2 span {
  color: #818a7f;
}

.scale-intro > p:not(.section-kicker) {
  max-width: 34rem;
  margin: 1.8rem 0 3rem;
  color: #4c554a;
  font-size: 1rem;
  line-height: 1.7;
}

.scale-tabs {
  display: grid;
  margin-top: auto;
  border-top: 1px solid rgba(16, 19, 15, 0.16);
}

.scale-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 0;
  border: 0;
  border-bottom: 1px solid rgba(16, 19, 15, 0.16);
  color: #717a6f;
  background: none;
  text-align: left;
  cursor: pointer;
  transition: color 0.25s ease, padding 0.25s var(--ease);
}

.scale-tab::after {
  content: "+";
  font-size: 1.1rem;
}

.scale-tab:hover,
.scale-tab.active {
  padding-left: 0.7rem;
  color: var(--ink);
}

.scale-tab.active::after {
  content: "—";
}

.scope-card {
  min-height: 35rem;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  overflow: hidden;
  border-radius: 1.6rem;
  color: var(--text);
  background: var(--bg);
  box-shadow: 0 2rem 5rem rgba(38, 48, 32, 0.18);
}

.scope-head,
.scope-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.scope-head {
  padding: 1.1rem 1.35rem;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.scope-main {
  position: relative;
  padding: 3.1rem 2.5rem 2.5rem;
  overflow: hidden;
}

.scope-main::after {
  position: absolute;
  right: -9rem;
  bottom: -12rem;
  width: 28rem;
  height: 28rem;
  content: "";
  border: 1px solid rgba(199, 255, 74, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 3.5rem rgba(199, 255, 74, 0.025), 0 0 0 7rem rgba(199, 255, 74, 0.02);
}

.scope-signal {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: end;
  gap: 0.28rem;
  margin-bottom: 2.8rem;
}

.scope-signal span,
.scope-signal i {
  width: 0.35rem;
  border-radius: 1rem;
  background: var(--acid);
}

.scope-signal span { height: 30%; }
.scope-signal i:nth-child(2) { height: 50%; opacity: 0.75; }
.scope-signal i:nth-child(3) { height: 72%; opacity: 0.5; }
.scope-signal i:nth-child(4) { height: 100%; opacity: 0.26; }

.scope-main h3 {
  position: relative;
  z-index: 1;
  max-width: 36rem;
  margin: 0;
  font-size: clamp(2rem, 3.3vw, 3.25rem);
  font-weight: 520;
  letter-spacing: -0.055em;
  line-height: 1.03;
}

.scope-main p {
  position: relative;
  z-index: 1;
  max-width: 34rem;
  margin: 1.35rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.scope-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0 2.5rem 2rem;
}

.scope-stack span {
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: 100vw;
  color: #c8cec4;
  font-size: 0.68rem;
}

.scope-bottom {
  gap: 2rem;
  padding: 1.25rem 1.35rem;
  border-top: 1px solid var(--line);
}

.scope-bottom > div {
  display: flex;
  flex-direction: column;
}

.scope-bottom small {
  margin-bottom: 0.2rem;
  color: var(--muted);
  font-size: 0.55rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.scope-bottom strong {
  font-size: 0.75rem;
  font-weight: 550;
}

.scope-bottom a {
  min-height: 2.8rem;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-left: auto;
  padding: 0 1rem;
  border-radius: 100vw;
  color: var(--ink);
  background: var(--acid);
  font-size: 0.72rem;
  font-weight: 650;
}

.works {
  background: var(--bg);
}

.works-head {
  margin-bottom: 3.5rem;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.1rem;
}

.work-card {
  min-height: 35rem;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #111411;
  transition: transform 0.45s var(--ease), border-color 0.35s ease;
}

.work-card:hover {
  border-color: var(--line-strong);
  transform: translateY(-0.35rem);
}

.work-card-link {
  cursor: pointer;
}

.work-card-link:focus-visible {
  outline: 2px solid var(--acid);
  outline-offset: 0.35rem;
}

.work-card-large {
  grid-column: 1 / -1;
  min-height: 42rem;
}

.work-meta {
  display: flex;
  justify-content: space-between;
  padding: 1.2rem 1.35rem;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.work-graphic {
  position: relative;
  min-height: 20rem;
  overflow: hidden;
}

.banking-project-graphic {
  min-height: 29rem;
  background:
    radial-gradient(circle at 50% 52%, rgba(94, 255, 204, 0.2), transparent 22%),
    radial-gradient(circle at 15% 10%, rgba(64, 108, 255, 0.16), transparent 32%),
    #0d1212;
}

.bank-project-grid {
  position: absolute;
  inset: 0;
  opacity: 0.52;
  background-image: linear-gradient(rgba(139, 177, 164, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(139, 177, 164, 0.12) 1px, transparent 1px);
  background-size: 4.5rem 4.5rem;
  -webkit-mask-image: radial-gradient(circle at center, #000, transparent 85%);
  mask-image: radial-gradient(circle at center, #000, transparent 85%);
}

.bank-project-panel,
.bank-project-core {
  position: absolute;
  z-index: 3;
  top: 50%;
  border: 1px solid rgba(181, 230, 214, 0.22);
  background: rgba(12, 18, 17, 0.84);
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(1rem);
}

.bank-project-panel {
  width: 16rem;
  min-height: 13.5rem;
  padding: 1.2rem;
  border-radius: 1.2rem;
  transform: translateY(-50%);
}

.bank-project-panel-left { left: 9%; transform: translateY(-50%) rotate(-3deg); }
.bank-project-panel-right { right: 9%; transform: translateY(-50%) rotate(3deg); }

.bank-project-panel small,
.bank-project-core small {
  color: #7e948c;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.52rem;
  letter-spacing: 0.12em;
}

.bank-project-panel strong {
  display: block;
  margin-top: 1.4rem;
  color: #effff9;
  font-size: 2.4rem;
  font-weight: 520;
  letter-spacing: -0.06em;
}

.bank-project-bars {
  height: 4.4rem;
  display: flex;
  align-items: end;
  gap: 0.45rem;
  margin-top: 1.3rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(181, 230, 214, 0.13);
}

.bank-project-bars i {
  flex: 1;
  border-radius: 0.2rem 0.2rem 0 0;
  background: rgba(94, 255, 204, 0.18);
}

.bank-project-bars i:nth-child(1) { height: 35%; }
.bank-project-bars i:nth-child(2) { height: 62%; }
.bank-project-bars i:nth-child(3) { height: 48%; }
.bank-project-bars i:nth-child(4) { height: 86%; background: #5effcc; }
.bank-project-bars i:nth-child(5) { height: 73%; }
.bank-project-bars i:nth-child(6) { height: 94%; background: #9fff4a; }

.bank-project-core {
  left: 50%;
  width: 12rem;
  height: 12rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-color: rgba(94, 255, 204, 0.5);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 35%, rgba(94, 255, 204, 0.16), rgba(12, 18, 17, 0.95) 68%);
  box-shadow: 0 0 5rem rgba(94, 255, 204, 0.12), 0 2rem 5rem rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%);
}

.bank-project-shield {
  width: 2.8rem;
  margin-bottom: 0.9rem;
}

.bank-project-shield svg {
  width: 100%;
  fill: rgba(94, 255, 204, 0.09);
  stroke: #5effcc;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.bank-project-core > span {
  color: #effff9;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.12em;
}

.bank-project-core small {
  margin-top: 0.4rem;
  font-size: 0.42rem;
}

.bank-project-radar {
  position: relative;
  width: 7.5rem;
  height: 7.5rem;
  margin: 1.1rem auto 0.7rem;
  border: 1px solid rgba(94, 255, 204, 0.22);
  border-radius: 50%;
  box-shadow: inset 0 0 0 1.7rem rgba(94, 255, 204, 0.018), inset 0 0 0 3.4rem rgba(94, 255, 204, 0.018);
}

.bank-project-radar::before,
.bank-project-radar::after {
  position: absolute;
  content: "";
  background: rgba(94, 255, 204, 0.16);
}

.bank-project-radar::before { top: 50%; right: 0; left: 0; height: 1px; }
.bank-project-radar::after { top: 0; bottom: 0; left: 50%; width: 1px; }
.bank-project-radar i { position: absolute; top: 50%; left: 50%; width: 48%; height: 1px; background: #5effcc; transform: rotate(-35deg); transform-origin: left; }
.bank-project-radar span,
.bank-project-radar b { position: absolute; width: 0.4rem; height: 0.4rem; border-radius: 50%; background: #9fff4a; box-shadow: 0 0 0.8rem #9fff4a; }
.bank-project-radar span { top: 29%; right: 22%; }
.bank-project-radar b { bottom: 20%; left: 28%; background: #5effcc; box-shadow: 0 0 0.8rem #5effcc; }
.bank-project-panel em { display: block; color: #9fff4a; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.48rem; font-style: normal; letter-spacing: 0.12em; text-align: center; }

.bank-project-flow {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: rgba(94, 255, 204, 0.28);
  stroke-dasharray: 5 9;
  stroke-width: 1;
}

.work-copy-linked {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}

.work-copy-linked > i {
  flex: 0 0 auto;
  width: 3.4rem;
  height: 3.4rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--acid);
  font-style: normal;
  transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease, transform 0.3s var(--ease);
}

.industrial-project-graphic {
  min-height: 30rem;
  background:
    radial-gradient(circle at 48% 60%, rgba(255, 157, 61, 0.16), transparent 28%),
    radial-gradient(circle at 90% 12%, rgba(109, 231, 255, 0.11), transparent 29%),
    #0e100f;
}

.industrial-project-grid {
  position: absolute;
  inset: 0;
  opacity: 0.55;
  background-image: linear-gradient(rgba(203, 188, 166, 0.11) 1px, transparent 1px), linear-gradient(90deg, rgba(203, 188, 166, 0.11) 1px, transparent 1px);
  background-size: 4.5rem 4.5rem;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 95%);
  mask-image: linear-gradient(to bottom, #000, transparent 95%);
}

.industrial-project-status,
.industrial-project-chart,
.industrial-project-core {
  position: absolute;
  z-index: 4;
  border: 1px solid rgba(255, 197, 128, 0.22);
  background: rgba(14, 16, 15, 0.88);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(1rem);
}

.industrial-project-status {
  top: 1.6rem;
  left: 2rem;
  min-width: 14rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.8rem 0.9rem;
  border-radius: 0.75rem;
}

.industrial-project-status small,
.industrial-project-chart small,
.industrial-project-core small {
  color: #8d8274;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.47rem;
  letter-spacing: 0.1em;
}

.industrial-project-status span {
  color: #b7ffa6;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.47rem;
  letter-spacing: 0.07em;
}

.industrial-project-status span i {
  display: inline-block;
  width: 0.38rem;
  height: 0.38rem;
  margin-right: 0.35rem;
  border-radius: 50%;
  background: #b7ff6a;
  box-shadow: 0 0 0.75rem #b7ff6a;
}

.industrial-project-machine {
  position: absolute;
  z-index: 3;
  top: 38%;
  width: 10rem;
  height: 11.5rem;
  padding: 1rem;
  border: 1px solid rgba(224, 205, 176, 0.2);
  border-radius: 0.7rem 0.7rem 0.2rem 0.2rem;
  background: linear-gradient(145deg, #1b1d1b, #111311);
  box-shadow: 0 1.6rem 3rem rgba(0, 0, 0, 0.4);
  transform: translateY(-50%);
}

.industrial-project-machine::before {
  position: absolute;
  right: 0.7rem;
  bottom: -1.1rem;
  left: 0.7rem;
  height: 1.1rem;
  content: "";
  border: 1px solid rgba(224, 205, 176, 0.16);
  border-top: 0;
  background: #0b0d0c;
}

.industrial-project-machine > span { color: #a99c89; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.5rem; }
.industrial-project-machine > i { display: block; height: 0.4rem; margin-top: 0.9rem; border-radius: 1rem; background: rgba(224, 205, 176, 0.1); }
.industrial-project-machine > i:nth-of-type(1) { width: 65%; background: rgba(255, 157, 61, 0.42); }
.industrial-project-machine > b { position: absolute; right: 1rem; bottom: 1rem; width: 2.6rem; height: 2.6rem; border: 0.55rem solid rgba(109, 231, 255, 0.22); border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(109, 231, 255, 0.4); }
.machine-one { left: 12%; transform: translateY(-50%) perspective(30rem) rotateY(8deg); }
.machine-two { left: 50%; transform: translate(-50%, -50%); }
.machine-three { right: 12%; transform: translateY(-50%) perspective(30rem) rotateY(-8deg); }

.industrial-project-conveyor {
  position: absolute;
  z-index: 2;
  right: 8%;
  bottom: 18%;
  left: 8%;
  height: 3.4rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-inline: 1rem;
  border: 1px solid rgba(224, 205, 176, 0.2);
  background: #111311;
}

.industrial-project-conveyor::before,
.industrial-project-conveyor::after { position: absolute; bottom: -2rem; width: 0.8rem; height: 2rem; content: ""; border: 1px solid rgba(224, 205, 176, 0.17); border-top: 0; }
.industrial-project-conveyor::before { left: 2rem; }
.industrial-project-conveyor::after { right: 2rem; }
.industrial-project-conveyor i { width: 2.2rem; height: 2.2rem; border: 1px solid rgba(224, 205, 176, 0.19); border-radius: 50%; background: repeating-linear-gradient(90deg, transparent 0 5px, rgba(255, 157, 61, 0.16) 5px 7px); }

.industrial-project-core {
  left: 50%;
  bottom: 7%;
  min-width: 15rem;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  padding: 0.9rem 1rem;
  border-color: rgba(255, 157, 61, 0.44);
  border-radius: 0.85rem;
  transform: translateX(-50%);
}

.industrial-project-core small { grid-column: 1 / -1; }
.industrial-project-core strong { margin-top: 0.45rem; color: #fff4e6; font-size: 0.9rem; font-weight: 570; }
.industrial-project-core span { color: #ffb45f; font-size: 1.6rem; font-weight: 520; letter-spacing: -0.05em; }
.industrial-project-core > i { grid-column: 2; color: #806f5c; font-size: 0.43rem; font-style: normal; text-align: right; }

.industrial-project-chart {
  top: 1.6rem;
  right: 2rem;
  width: 17rem;
  padding: 0.8rem 0.9rem 0.5rem;
  border-radius: 0.75rem;
}

.industrial-project-chart svg { width: 100%; height: 4.6rem; margin-top: 0.25rem; overflow: visible; }
.industrial-project-chart path:not(.industrial-area) { fill: none; stroke: #6de7ff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.industrial-project-chart .industrial-area { fill: rgba(109, 231, 255, 0.08); stroke: none; }

.logistics-project-graphic {
  min-height: 30rem;
  background:
    radial-gradient(circle at 52% 52%, rgba(85, 217, 255, 0.12), transparent 28%),
    radial-gradient(circle at 18% 66%, rgba(207, 255, 77, 0.08), transparent 26%),
    #090d12;
}

.logistics-project-grid {
  position: absolute;
  inset: 0;
  opacity: 0.58;
  background-image: linear-gradient(rgba(118, 159, 169, 0.11) 1px, transparent 1px), linear-gradient(90deg, rgba(118, 159, 169, 0.11) 1px, transparent 1px);
  background-size: 4rem 4rem;
  -webkit-mask-image: radial-gradient(circle at center, #000, transparent 86%);
  mask-image: radial-gradient(circle at center, #000, transparent 86%);
}

.logistics-project-kpi,
.logistics-project-risk,
.logistics-project-core,
.logistics-project-truck {
  position: absolute;
  z-index: 4;
  border: 1px solid rgba(169, 201, 210, 0.2);
  background: rgba(9, 14, 19, 0.9);
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(0.8rem);
}

.logistics-project-kpi,
.logistics-project-risk {
  top: 1.7rem;
  width: 13rem;
  padding: 1rem;
  border-radius: 0.8rem;
}

.logistics-project-kpi { left: 2rem; }
.logistics-project-risk { right: 2rem; border-color: rgba(255, 113, 100, 0.3); }
.logistics-project-kpi small,
.logistics-project-risk small,
.logistics-project-core small { color: #72828a; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.43rem; letter-spacing: 0.09em; }
.logistics-project-kpi strong,
.logistics-project-risk strong { display: block; margin-top: 0.45rem; color: #eef6f7; font-size: 1.75rem; font-weight: 520; letter-spacing: -0.05em; }
.logistics-project-kpi span,
.logistics-project-risk span { color: #cfff4d; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.42rem; }
.logistics-project-risk span { color: #ff7164; }

.logistics-project-routes {
  position: absolute;
  z-index: 2;
  inset: 9% 3% 4%;
  width: 94%;
  height: 87%;
  overflow: visible;
  fill: none;
  stroke-linecap: round;
  stroke-width: 1.5;
}

.logistics-project-routes .route-main { stroke: #cfff4d; stroke-dasharray: 6 9; opacity: 0.56; }
.logistics-project-routes .route-alt { stroke: #55d9ff; stroke-dasharray: 5 10; opacity: 0.47; }
.logistics-project-routes .route-alert { stroke: #ff7164; stroke-dasharray: 3 7; opacity: 0.68; }

.logistics-project-node {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: #78888f;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.42rem;
}

.logistics-project-node i {
  width: 0.7rem;
  height: 0.7rem;
  border: 2px solid #0b1116;
  border-radius: 50%;
  background: #cfff4d;
  box-shadow: 0 0 0 1px #cfff4d, 0 0 1.2rem rgba(207, 255, 77, 0.7);
}

.logistics-project-node.node-one { left: 9%; bottom: 21%; }
.logistics-project-node.node-two { top: 31%; left: 39%; }
.logistics-project-node.node-three { top: 27%; right: 14%; }
.logistics-project-node.node-four { right: 7%; bottom: 26%; }
.logistics-project-node.node-three i,
.logistics-project-node.node-four i { background: #55d9ff; box-shadow: 0 0 0 1px #55d9ff, 0 0 1.2rem rgba(85, 217, 255, 0.7); }

.logistics-project-truck {
  min-width: 7.5rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.15rem 0.45rem;
  padding: 0.6rem;
  border-radius: 0.55rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.42rem;
}

.logistics-project-truck b { grid-row: 1 / span 2; width: 1.4rem; height: 0.8rem; margin-top: 0.15rem; border-radius: 0.2rem; background: #cfff4d; }
.logistics-project-truck span { color: #d5dfe1; }
.logistics-project-truck i { color: #cfff4d; font-size: 0.38rem; font-style: normal; }
.logistics-project-truck.truck-one { top: 52%; left: 21%; }
.logistics-project-truck.truck-two { right: 19%; bottom: 19%; border-color: rgba(255, 113, 100, 0.35); }
.logistics-project-truck.truck-two b { background: #ff7164; }
.logistics-project-truck.truck-two i { color: #ff7164; }

.logistics-project-core {
  bottom: 7%;
  left: 50%;
  min-width: 14rem;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  padding: 0.9rem 1rem;
  border-color: rgba(207, 255, 77, 0.38);
  border-radius: 0.85rem;
  transform: translateX(-50%);
}

.logistics-project-core small { grid-column: 1 / -1; }
.logistics-project-core strong { margin-top: 0.45rem; color: #eff7f8; font-size: 0.88rem; font-weight: 570; line-height: 1.05; }
.logistics-project-core span { color: #cfff4d; font-size: 1.75rem; font-weight: 520; letter-spacing: -0.06em; }
.logistics-project-core > i { grid-column: 2; color: #738188; font-size: 0.4rem; font-style: normal; text-align: right; }

.work-card-link:hover .work-copy-linked > i {
  color: var(--ink);
  border-color: var(--acid);
  background: var(--acid);
  transform: rotate(45deg);
}

.messenger-graphic {
  min-height: 27rem;
  background: radial-gradient(circle at 50% 55%, rgba(199, 255, 74, 0.12), transparent 30%), linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: auto, 4rem 4rem, 4rem 4rem;
}

.messenger-graphic svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: rgba(199, 255, 74, 0.26);
  stroke-dasharray: 6 8;
  stroke-width: 1;
}

.device,
.secure-core {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}

.device {
  width: 11rem;
  height: 15rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 3rem 1rem 1rem;
  border: 1px solid rgba(233, 238, 229, 0.23);
  border-radius: 1.5rem;
  background: rgba(19, 23, 19, 0.85);
  box-shadow: 0 1.5rem 5rem rgba(0, 0, 0, 0.42);
}

.device::before {
  position: absolute;
  top: 0.85rem;
  left: 50%;
  width: 2.4rem;
  height: 0.3rem;
  content: "";
  border-radius: 1rem;
  background: var(--line-strong);
  transform: translateX(-50%);
}

.device i {
  height: 2.1rem;
  border-radius: 0.6rem;
  background: rgba(233, 238, 229, 0.08);
}

.device i:nth-child(2) { width: 76%; background: rgba(199, 255, 74, 0.15); }
.device i:nth-child(3) { width: 88%; }
.device-left { left: 13%; transform: translateY(-50%) rotate(-5deg); }
.device-right { right: 13%; transform: translateY(-50%) rotate(5deg); }

.secure-core {
  left: 50%;
  width: 8.5rem;
  height: 8.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(199, 255, 74, 0.55);
  border-radius: 50%;
  color: var(--acid);
  background: rgba(11, 13, 12, 0.86);
  box-shadow: 0 0 4rem rgba(199, 255, 74, 0.13);
  transform: translate(-50%, -50%);
}

.secure-core span {
  font-size: 1.6rem;
  letter-spacing: 0.25em;
}

.secure-core small {
  margin-top: 0.35rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.52rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.work-copy {
  position: relative;
  z-index: 3;
  padding: 1.5rem 1.6rem 1.75rem;
  border-top: 1px solid var(--line);
  background: #111411;
}

.work-copy p {
  margin: 0 0 0.7rem;
  color: var(--acid);
  font-size: 0.64rem;
  font-weight: 620;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.work-copy h3 {
  margin: 0;
  font-size: clamp(1.55rem, 2.7vw, 2.5rem);
  font-weight: 520;
  letter-spacing: -0.045em;
}

.work-copy span {
  display: block;
  margin-top: 0.9rem;
  color: var(--muted);
  font-size: 0.7rem;
}

.dashboard-graphic {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  margin: 2.1rem 2.1rem 0;
  border: 1px solid var(--line);
  border-bottom: 0;
  border-radius: 1rem 1rem 0 0;
  background: #161a16;
  transform: perspective(50rem) rotateX(5deg);
  transform-origin: bottom;
}

.dash-sidebar {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1.1rem 0.8rem;
  border-right: 1px solid var(--line);
}

.dash-sidebar i {
  height: 0.45rem;
  border-radius: 1rem;
  background: var(--line-strong);
}

.dash-sidebar i:first-child {
  width: 55%;
  margin-bottom: 1.2rem;
  background: var(--acid);
}

.dash-main { padding: 1.2rem; }
.dash-bar { width: 40%; height: 0.5rem; border-radius: 1rem; background: var(--line-strong); }

.dash-columns {
  height: 9rem;
  display: flex;
  align-items: end;
  gap: 0.6rem;
  margin-top: 2.4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.dash-columns span { flex: 1; border-radius: 0.25rem 0.25rem 0 0; background: rgba(199, 255, 74, 0.16); }
.dash-columns span:nth-child(1) { height: 28%; }
.dash-columns span:nth-child(2) { height: 52%; }
.dash-columns span:nth-child(3) { height: 41%; }
.dash-columns span:nth-child(4) { height: 83%; background: var(--acid); }
.dash-columns span:nth-child(5) { height: 65%; }

.dash-row { display: flex; gap: 0.7rem; margin-top: 1rem; }
.dash-row i { flex: 1; height: 2.2rem; border-radius: 0.4rem; background: rgba(255, 255, 255, 0.045); }

.ai-graphic {
  background: radial-gradient(circle at 50% 48%, rgba(199, 255, 74, 0.15), transparent 36%);
}

.ai-graphic::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16rem;
  height: 16rem;
  content: "";
  border: 1px dashed rgba(199, 255, 74, 0.24);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: rotate 25s linear infinite;
}

.ai-orb {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 7rem;
  height: 7rem;
  border: 1px solid rgba(199, 255, 74, 0.45);
  border-radius: 50%;
  background: radial-gradient(circle at 38% 34%, #e6ffac 0, var(--acid) 18%, #5d8611 52%, #19230c 72%);
  box-shadow: 0 0 3.5rem rgba(199, 255, 74, 0.22);
  transform: translate(-50%, -50%);
}

.ai-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(199, 255, 74, 0.45), transparent);
  transform-origin: center;
}

.line-a { transform: translate(-50%, -50%) rotate(0deg); }
.line-b { transform: translate(-50%, -50%) rotate(60deg); }
.line-c { transform: translate(-50%, -50%) rotate(120deg); }

.ai-chip {
  position: absolute;
  z-index: 3;
  padding: 0.42rem 0.65rem;
  border: 1px solid var(--line);
  border-radius: 100vw;
  color: var(--muted);
  background: rgba(11, 13, 12, 0.85);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.54rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.chip-a { top: 17%; left: 12%; }
.chip-b { top: 30%; right: 10%; }
.chip-c { bottom: 17%; left: 16%; }

.competencies {
  color: var(--ink);
  background: var(--panel-light);
}

.competency-title {
  display: grid;
  grid-template-columns: 1fr 5fr;
  margin-bottom: 4rem;
}

.competency-title .section-kicker {
  color: #626b60;
}

.competency-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(16, 19, 15, 0.17);
  border-left: 1px solid rgba(16, 19, 15, 0.17);
}

.competency-card {
  min-height: 15rem;
  display: flex;
  flex-direction: column;
  padding: 1.4rem;
  border-right: 1px solid rgba(16, 19, 15, 0.17);
  border-bottom: 1px solid rgba(16, 19, 15, 0.17);
  transition: background 0.3s ease;
}

.competency-card:hover {
  background: rgba(16, 19, 15, 0.045);
}

.competency-card > span {
  color: #778075;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.6rem;
}

.competency-card h3 {
  margin: auto 0 0.6rem;
  font-size: 1.35rem;
  font-weight: 570;
  letter-spacing: -0.035em;
}

.competency-card p {
  max-width: 17rem;
  margin: 0;
  color: #5c655a;
  font-size: 0.8rem;
  line-height: 1.55;
}

.process-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  align-items: start;
  gap: clamp(4rem, 10vw, 12rem);
}

.process-sticky {
  position: sticky;
  top: 8.5rem;
}

.process-sticky h2 span {
  color: var(--acid);
}

.process-sticky > p:not(.section-kicker) {
  max-width: 27rem;
  margin-top: 1.8rem;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

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

.process-step {
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 1rem;
  padding: 2.25rem 0 2.5rem;
  border-bottom: 1px solid var(--line);
}

.process-step > span {
  color: var(--acid);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.62rem;
}

.process-step h3 {
  margin: -0.4rem 0 0.65rem;
  font-size: 1.55rem;
  font-weight: 550;
  letter-spacing: -0.04em;
}

.process-step p {
  max-width: 32rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.87rem;
  line-height: 1.65;
}

.contact {
  padding-top: 4rem;
}

.contact-shell {
  position: relative;
  min-height: 40rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 4rem;
  border: 1px solid var(--line);
  border-radius: 2rem;
  background: #101310;
  text-align: center;
}

.contact-shell::before,
.contact-shell::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(199, 255, 74, 0.1);
  border-radius: 50%;
}

.contact-shell::before {
  width: 34rem;
  height: 34rem;
}

.contact-shell::after {
  width: 52rem;
  height: 52rem;
}

.contact-glow {
  position: absolute;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  background: rgba(199, 255, 74, 0.08);
  filter: blur(5rem);
}

.contact-shell > *:not(.contact-glow) {
  position: relative;
  z-index: 2;
}

.contact-shell .eyebrow {
  margin-bottom: 1.5rem;
}

.contact-shell h2 {
  margin: 0;
  font-size: clamp(3.3rem, 7vw, 7rem);
  font-weight: 520;
  letter-spacing: -0.075em;
  line-height: 0.92;
}

.contact-shell h2 span {
  color: var(--acid);
}

.contact-shell > p:not(.eyebrow) {
  max-width: 42rem;
  margin: 2rem auto 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.contact-link {
  min-width: min(34rem, 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.7rem;
  padding: 0.85rem 0.85rem 0.85rem 1.4rem;
  border: 1px solid var(--line-strong);
  border-radius: 100vw;
  background: rgba(255, 255, 255, 0.025);
  font-size: 1rem;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.contact-link:hover {
  border-color: var(--acid);
  background: rgba(199, 255, 74, 0.04);
}

.contact-link i {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--acid);
  font-style: normal;
}

.contact-note {
  display: flex;
  gap: 1.5rem;
  margin-top: 2rem;
  color: #727a70;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.55rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.site-footer {
  padding-block: 3rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr 1.4fr;
  gap: 3rem;
  align-items: end;
  padding-top: 2.8rem;
  border-top: 1px solid var(--line);
}

.footer-logo {
  font-size: 3rem;
}

.footer-tagline {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.footer-links {
  display: grid;
  justify-items: start;
  gap: 0.7rem;
  font-size: 0.75rem;
}

.footer-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.6rem;
  color: #6e766c;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.56rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(1.8rem);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}

.reveal-delay {
  transition-delay: 0.12s;
}

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

@keyframes rotate {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes breathe {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.8; }
  50% { transform: translate(-50%, -50%) scale(1.06); opacity: 1; }
}

@media (max-width: 1100px) {
  :root { --container: min(100% - 2.5rem, 80rem); }
  .hero-layout { grid-template-columns: 1fr 25rem; gap: 3rem; }
  .hero h1 { font-size: clamp(3.4rem, 6.2vw, 5.5rem); }
  .hero-visual { min-height: 28rem; }
  .visual-footer span:nth-child(2), .visual-footer span:nth-child(4) { display: none; }
  .service-row { grid-template-columns: 0.4fr 1.6fr 2fr 1.2fr auto; gap: 1.2rem; }
  .scope-bottom > div { display: none; }
  .competency-title { grid-template-columns: 0.7fr 3.3fr; }
}

@media (max-width: 860px) {
  .nav-wrap { grid-template-columns: 1fr auto; }
  .main-nav {
    position: fixed;
    inset: 5.75rem 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1.5rem;
    padding: 2rem;
    background-color: #0b0d0c;
    background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
    background-size: 25vw 25vw;
    box-shadow: 0 1rem 5rem rgba(0, 0, 0, 0.55);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-1rem);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  }
  .main-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav a { font-size: 1.8rem; color: var(--text); letter-spacing: -0.035em; text-transform: none; }
  .header-cta { display: none; }
  .menu-toggle { display: block; }
  .menu-toggle.active span:first-child { transform: translateY(0.2rem) rotate(45deg); }
  .menu-toggle.active span:last-child { transform: translateY(-0.15rem) rotate(-45deg); }
  .hero { min-height: auto; }
  .hero-layout { min-height: auto; grid-template-columns: 1fr; padding-block: 8rem 5rem; }
  .hero-copy { max-width: 48rem; }
  .hero h1 { font-size: clamp(3.7rem, 10vw, 6rem); }
  .hero-visual { width: 100%; max-width: 38rem; justify-self: end; }
  .hero-route { grid-template-columns: 1fr; gap: 1rem; padding-block: 1.5rem; }
  .route-line { overflow-x: auto; gap: 1rem; justify-content: flex-start; }
  .route-line span { white-space: nowrap; }
  .manifesto-grid, .competency-title { grid-template-columns: 1fr; }
  .manifesto-copy h2 { margin-top: 2.5rem; }
  .section-head { grid-template-columns: 1fr; align-items: start; }
  .service-row { grid-template-columns: 3rem 1fr auto; }
  .service-row .service-title { grid-column: 2; }
  .service-row p { grid-column: 2 / 4; }
  .service-row ul { grid-column: 2 / 4; display: flex; flex-wrap: wrap; gap: 0.5rem 1.2rem; }
  .service-arrow { grid-column: 3; grid-row: 1; }
  .scale-shell { grid-template-columns: 1fr; }
  .scale-tabs { margin-top: 1rem; }
  .works-grid { grid-template-columns: 1fr; }
  .work-card-large { grid-column: auto; }
  .work-card-large, .work-card { min-height: 33rem; }
  .messenger-graphic { min-height: 20rem; }
  .banking-project-graphic { min-height: 24rem; }
  .industrial-project-graphic { min-height: 25rem; }
  .industrial-project-machine { width: 8rem; height: 9rem; }
  .industrial-project-status { left: 1rem; }
  .industrial-project-chart { right: 1rem; width: 14rem; }
  .logistics-project-graphic { min-height: 25rem; }
  .logistics-project-kpi { left: 1rem; }
  .logistics-project-risk { right: 1rem; }
  .bank-project-panel { width: 12.5rem; }
  .bank-project-panel-left { left: 5%; }
  .bank-project-panel-right { right: 5%; }
  .bank-project-core { width: 9.5rem; height: 9.5rem; }
  .competency-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: 1fr; }
  .process-sticky { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-meta { align-items: flex-start; }
}

@media (max-width: 580px) {
  :root { --container: calc(100% - 1.5rem); --radius: 1.1rem; }
  .nav-wrap { height: 4.75rem; }
  .main-nav { inset: 4.75rem 0 0; }
  .hero { padding-top: 4.75rem; }
  .hero-layout { padding-block: 5.25rem 3.5rem; gap: 3rem; }
  .hero h1 { font-size: clamp(3.15rem, 14vw, 4.4rem); line-height: 0.92; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-visual { min-height: 26rem; }
  .system-map { min-height: 21rem; }
  .orbit-two { width: 17rem; height: 17rem; }
  .system-node { min-width: auto; padding: 0.55rem; font-size: 0.58rem; }
  .system-node span { display: none; }
  .visual-footer span:nth-child(3) { display: none; }
  .route-line i { flex: 0 0 auto; }
  .section-pad { padding-block: 5.5rem; }
  .manifesto-copy h2, .section-head h2, .scale-intro h2, .competency-title h2, .process-sticky h2 { font-size: 2.65rem; }
  .manifesto-copy p { font-size: 1rem; }
  .section-head { margin-bottom: 3rem; }
  .service-row { gap: 0.8rem; padding-block: 1.7rem; }
  .service-title h3 { font-size: 1.25rem; }
  .scope-card { min-height: 38rem; }
  .scope-main { padding: 2.25rem 1.25rem 1.8rem; }
  .scope-main h3 { font-size: 2.25rem; }
  .scope-stack { padding: 0 1.25rem 1.5rem; }
  .scope-bottom a { width: 100%; justify-content: space-between; margin: 0; }
  .work-card, .work-card-large { min-height: 31rem; }
  .banking-project-graphic { min-height: 24rem; }
  .industrial-project-graphic { min-height: 25rem; }
  .industrial-project-status { top: 0.8rem; left: 0.8rem; min-width: auto; }
  .industrial-project-status small { display: none; }
  .industrial-project-chart { top: 0.8rem; right: 0.8rem; width: 9.5rem; }
  .industrial-project-chart svg { height: 3.2rem; }
  .industrial-project-machine { top: 45%; width: 6.2rem; height: 7.5rem; padding: 0.65rem; }
  .machine-one { left: 3%; }
  .machine-three { right: 3%; }
  .industrial-project-conveyor { right: 2%; bottom: 19%; left: 2%; padding-inline: 0.3rem; }
  .industrial-project-conveyor i { width: 1.45rem; height: 1.45rem; }
  .industrial-project-core { bottom: 3%; min-width: 12.5rem; }
  .logistics-project-graphic { min-height: 25rem; }
  .logistics-project-kpi,
  .logistics-project-risk { top: 0.8rem; width: 8.8rem; padding: 0.7rem; }
  .logistics-project-kpi { left: 0.8rem; }
  .logistics-project-risk { right: 0.8rem; }
  .logistics-project-kpi strong,
  .logistics-project-risk strong { font-size: 1.25rem; }
  .logistics-project-node span { display: none; }
  .logistics-project-truck { min-width: 5.6rem; padding: 0.45rem; font-size: 0.35rem; }
  .logistics-project-truck b { display: none; }
  .logistics-project-truck.truck-one { left: 7%; }
  .logistics-project-truck.truck-two { right: 5%; }
  .logistics-project-core { bottom: 3%; min-width: 11.5rem; }
  .bank-project-panel { width: 8rem; min-height: 10rem; padding: 0.8rem; }
  .bank-project-panel-left { left: -1rem; }
  .bank-project-panel-right { right: -1rem; }
  .bank-project-panel strong { font-size: 1.45rem; }
  .bank-project-bars { gap: 0.2rem; }
  .bank-project-radar { width: 5.5rem; height: 5.5rem; }
  .bank-project-core { width: 7.7rem; height: 7.7rem; }
  .bank-project-shield { width: 2rem; margin-bottom: 0.55rem; }
  .bank-project-core > span { font-size: 0.56rem; }
  .bank-project-core small { display: none; }
  .work-copy-linked { align-items: center; gap: 1rem; }
  .work-copy-linked > i { width: 2.8rem; height: 2.8rem; }
  .device { width: 7.5rem; height: 11rem; }
  .device-left { left: 5%; }
  .device-right { right: 5%; }
  .secure-core { width: 6.5rem; height: 6.5rem; }
  .work-copy h3 { font-size: 1.6rem; }
  .dashboard-graphic { grid-template-columns: 3.7rem 1fr; margin: 1.2rem 1.2rem 0; }
  .ai-chip { display: none; }
  .competency-grid { grid-template-columns: 1fr; }
  .competency-card { min-height: 12rem; }
  .process-step { grid-template-columns: 3rem 1fr; }
  .contact { padding-top: 1rem; }
  .contact-shell { min-height: 35rem; padding: 3rem 1.1rem; border-radius: 1.3rem; }
  .contact-shell h2 { font-size: 3.35rem; }
  .contact-note { flex-wrap: wrap; justify-content: center; gap: 0.7rem 1rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
}

@media (pointer: coarse) {
  .cursor-glow { display: none; }
}

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