:root {
  --slock-bg: #0b0e10;
  --slock-bg-2: #101619;
  --slock-panel: rgba(17, 23, 26, 0.82);
  --slock-line: rgba(145, 184, 210, 0.2);
  --slock-text: #eef1eb;
  --slock-muted: #8b9598;
  --slock-green: #b9ef75;
  --slock-amber: #e5b66c;
  --slock-display: "Space Grotesk", Arial, sans-serif;
  --slock-mono: "DM Mono", monospace;
}

html {
  scroll-behavior: smooth;
}

body.slock-page {
  margin: 0;
  background: var(--slock-bg);
  color: var(--slock-text);
  font-family: var(--slock-display);
  overflow-x: clip;
}

img[data-slock-asset] {
  display: block;
  max-width: 100%;
}

.slock-page .site-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
  color: var(--slock-text);
}

.slock-page .wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.slock-page .wordmark span {
  color: var(--slock-green);
  font-size: 1.4em;
}

.slock-page .site-nav nav a {
  color: rgba(238, 241, 235, 0.78);
}

.slock-page .site-nav nav a:hover,
.slock-page .site-nav nav a:focus-visible {
  color: var(--slock-text);
}

.slock-main,
.slock-case-main {
  width: 100%;
  overflow-x: clip;
  background: var(--slock-bg);
}

.slock-section,
.slock-cta,
.case-section,
.case-end {
  position: relative;
  padding: clamp(88px, 8vw, 150px) clamp(20px, 3.8vw, 64px);
  width: 100%;
  max-width: 100%;
}

.slock-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr);
  gap: clamp(20px, 2vw, 40px);
  align-items: center;
  padding: 16vh clamp(20px, 4vw, 80px) 40px;
  overflow: hidden;
  background:
    radial-gradient(circle at 68% 30%, rgba(185, 239, 117, 0.08), transparent 25%),
    linear-gradient(180deg, rgba(11, 14, 16, 0.78), rgba(11, 14, 16, 0.98));
}

.slock-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(185, 239, 117, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(185, 239, 117, 0.04) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 1) 18%, rgba(0, 0, 0, 1) 80%, transparent 100%);
  pointer-events: none;
}

.slock-hero__backdrop,
.hero-composition {
  position: relative;
  z-index: 1;
}

.slock-hero__copy {
  position: relative;
  z-index: 4;
  max-width: 540px;
}

.eyebrow {
  margin: 0 0 18px;
  font: 11px/1.2 var(--slock-mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--slock-green);
}

.slock-hero h1,
.slock-section h2,
.slock-cta h2,
.case-hero h1,
.case-section h2,
.case-end h2 {
  font-family: var(--slock-display);
  letter-spacing: -0.1em;
  line-height: 0.84;
  margin: 0;
}

.slock-hero h1 {
  font-size: clamp(80px, 11vw, 190px);
  margin-bottom: 18px;
}

.slock-hero h2,
.slock-section h2,
.slock-cta h2,
.case-section h2,
.case-end h2 {
  font-size: clamp(42px, 4.5vw, 86px);
  margin-bottom: 18px;
}

.slock-hero h2 em,
.slock-section h2 em,
.slock-cta h2 em,
.case-section h2 em,
.case-end h2 em,
.case-hero h1 em {
  color: var(--slock-green);
  font-style: normal;
}

.slock-lede,
.case-copy,
.section-head p:last-child {
  color: var(--slock-muted);
  font-size: 17px;
  line-height: 1.5;
  max-width: 480px;
}

.hero-actions,
.cta-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 36px;
}

.slock-button,
.slock-link {
  font: 11px/1.2 var(--slock-mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.slock-button {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding: 16px 18px;
  border: 1px solid rgba(185, 239, 117, 0.5);
  color: var(--slock-text);
  background: rgba(185, 239, 117, 0.04);
}

.slock-button--solid,
.slock-button--light {
  background: rgba(185, 239, 117, 0.08);
}

.slock-button--light {
  border-color: rgba(145, 184, 210, 0.36);
  background: rgba(255, 255, 255, 0.02);
}

.slock-link {
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(145, 184, 210, 0.38);
  color: var(--slock-text);
}

.slock-disclaimer {
  margin-top: 36px;
  max-width: 320px;
  font: 10px/1.5 var(--slock-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--slock-muted);
}

.hero-composition {
  position: relative;
  width: min(62vw, 780px);
  height: min(68vw, 620px);
  min-height: 420px;
  justify-self: end;
  transform: translateY(10px);
}

.hero-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  stroke: rgba(145, 184, 210, 0.35);
  stroke-width: 1.2;
  fill: none;
}

.packet {
  fill: rgba(185, 239, 117, 0.9);
  filter: drop-shadow(0 0 10px rgba(185, 239, 117, 0.8));
}

.hero-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(22vw, 260px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  border-radius: 50%;
  overflow: hidden;
}

.hero-core img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.48));
}

.hero-grid,
.transition-grid,
.transition-wave,
.coordination-wave,
.coordination-grid,
.workspace-command-art,
.memory-ring img,
.command-core-visual img,
.identity-board img,
.directory-card img,
.agent-board img,
.transition-agent img {
  object-fit: contain;
  pointer-events: none;
}

.hero-grid--one,
.transition-grid {
  position: absolute;
  right: -5%;
  bottom: -12%;
  width: min(52vw, 500px);
  opacity: 0.22;
}

.hero-neural {
  position: absolute;
  right: 2%;
  top: 3%;
  width: min(24vw, 280px);
  opacity: 0.26;
}

.network-tag {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid rgba(145, 184, 210, 0.26);
  background: rgba(10, 13, 15, 0.6);
  color: var(--slock-text);
  font: 10px var(--slock-mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.network-tag i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--slock-green);
  box-shadow: 0 0 12px rgba(185, 239, 117, 0.8);
}

.network-tag small {
  color: var(--slock-muted);
}

.network-tag--research { left: 6%; top: 10%; }
.network-tag--code { right: 8%; top: 18%; }
.network-tag--market { left: 8%; bottom: 8%; }
.network-tag--community { right: 8%; bottom: 16%; }

.network-status {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 16px;
  border: 1px solid rgba(145, 184, 210, 0.2);
  background: rgba(11, 14, 16, 0.8);
  font: 10px var(--slock-mono);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--slock-muted);
}

.network-status strong {
  color: var(--slock-text);
  font-size: 12px;
}

.hero-foot {
  position: absolute;
  left: clamp(20px, 4vw, 80px);
  right: clamp(20px, 4vw, 80px);
  bottom: 12px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  font: 10px/1.3 var(--slock-mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--slock-muted);
}

.section-head {
  max-width: 920px;
  margin-bottom: clamp(30px, 3vw, 52px);
}

.section-head.narrow {
  max-width: 600px;
}

.section-head p:last-child {
  margin: 0;
}

.slock-transition,
.slock-agents,
.slock-workspace,
.slock-coordination,
.slock-memory,
.slock-command,
.slock-directory,
.slock-identity {
  background: var(--slock-bg);
}

.slock-transition {
  padding-top: clamp(96px, 9vw, 160px);
  padding-bottom: clamp(96px, 9vw, 160px);
  overflow: hidden;
}

.transition-field {
  position: relative;
  min-height: clamp(620px, 52vw, 820px);
  width: 100%;
  overflow: hidden;
  border-top: 1px solid var(--slock-line);
  border-bottom: 1px solid var(--slock-line);
  isolation: isolate;
}

.transition-field__grid {
  position: absolute;
  z-index: -2;
  left: 2%;
  bottom: -12%;
  width: min(55vw, 760px);
  opacity: 0.13;
  mix-blend-mode: screen;
  transform: rotate(-12deg) scale(1.3);
}

.transition-field__wave {
  position: absolute;
  z-index: -1;
  right: -4%;
  top: 2%;
  width: min(88vw, 1320px);
  height: 98%;
  object-fit: cover;
  object-position: center;
  opacity: 0.42;
  mix-blend-mode: screen;
  transform: rotate(8deg) scale(1.25);
  animation: transition-wave-breathe 11s ease-in-out infinite alternate;
}

.transition-copy {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 10%;
  width: 42%;
}

.transition-copy h2 {
  font-size: clamp(54px, 7.2vw, 128px);
  max-width: 670px;
}

.transition-copy > p:not(.eyebrow) {
  max-width: 310px;
  margin-top: 28px;
  color: var(--slock-muted);
  font-size: clamp(15px, 1.2vw, 18px);
}

.transition-signal {
  position: absolute;
  z-index: 2;
  left: 20%;
  top: 12%;
  width: 72%;
  height: 76%;
}

.transition-signal svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.transition-signal path {
  fill: none;
  stroke: rgba(185, 239, 117, 0.44);
  stroke-width: 1.3;
  stroke-dasharray: 2 12;
}

.transition-pulse {
  fill: var(--slock-green);
  filter: drop-shadow(0 0 10px rgba(185, 239, 117, 0.9));
}

.transition-pulse--one { animation: transition-pulse-one 6s linear infinite; }
.transition-pulse--two { animation: transition-pulse-two 6s linear infinite; }
.transition-pulse--three { animation: transition-pulse-three 6s linear infinite; }

.transition-agent {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 8px;
  filter: drop-shadow(0 25px 24px rgba(0, 0, 0, 0.52));
}

.transition-agent img {
  display: block;
  width: 100%;
  height: auto;
}

.transition-agent span {
  padding-left: 10px;
  border-left: 1px solid var(--slock-green);
  color: var(--slock-muted);
  font: 9px var(--slock-mono);
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.transition-agent--research {
  left: 32%;
  top: 12%;
  width: clamp(170px, 19vw, 300px);
}

.transition-agent--code {
  z-index: 4;
  left: 40%;
  bottom: 5%;
  width: clamp(190px, 22vw, 350px);
}

.transition-agent--market {
  right: 11%;
  top: 15%;
  width: clamp(140px, 15vw, 240px);
  transform: rotate(5deg);
}

.transition-agent--community {
  right: 1%;
  bottom: 14%;
  width: clamp(170px, 21vw, 320px);
}

.transition-caption,
.transition-footer {
  position: absolute;
  z-index: 6;
  display: grid;
  gap: 6px;
  font: 9px var(--slock-mono);
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.transition-caption span,
.transition-footer span {
  color: var(--slock-muted);
}

.transition-caption b,
.transition-footer strong {
  font-weight: 400;
  color: var(--slock-text);
}

.transition-caption--top { right: 3%; top: 10%; }
.transition-caption--bottom { left: 38%; bottom: 6%; }

.transition-footer {
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(145, 184, 210, 0.2);
}

.transition-footer i {
  width: 24px;
  height: 1px;
  background: var(--slock-green);
}

@keyframes transition-wave-breathe {
  from { transform: rotate(8deg) scale(1.22) translate3d(-1%, 0, 0); }
  to { transform: rotate(4deg) scale(1.3) translate3d(2%, -2%, 0); }
}

@keyframes transition-pulse-one {
  0% { transform: translate(-90px, 80px); opacity: 0; }
  14%, 76% { opacity: 1; }
  100% { transform: translate(270px, -100px); opacity: 0; }
}

@keyframes transition-pulse-two {
  0%, 30% { transform: translate(-100px, 45px); opacity: 0; }
  44%, 78% { opacity: 1; }
  100% { transform: translate(180px, -80px); opacity: 0; }
}

@keyframes transition-pulse-three {
  0%, 50% { transform: translate(-120px, 40px); opacity: 0; }
  64%, 90% { opacity: 1; }
  100% { transform: translate(100px, -60px); opacity: 0; }
}

.agent-field {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 36px);
  min-height: 540px;
  padding-top: 28px;
}

.agent-field::before,
.agent-field::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.agent-field::before {
  left: 20%;
  right: 20%;
  top: 52%;
  border-top: 1px solid rgba(145, 184, 210, 0.25);
  transform: rotate(-8deg);
}

.agent-field::after {
  top: 10%;
  bottom: 10%;
  left: 50%;
  border-left: 1px solid rgba(145, 184, 210, 0.14);
  transform: rotate(14deg);
}

.agent-instrument {
  position: relative;
  z-index: 1;
  align-self: end;
  padding: 12px 0 0;
  text-align: left;
  cursor: pointer;
}

.instrument-index {
  display: block;
  margin-bottom: 10px;
  font: 10px var(--slock-mono);
  letter-spacing: 0.12em;
  color: var(--slock-muted);
}

.agent-instrument img {
  width: min(18vw, 180px);
  height: auto;
  margin: 10px 0 16px;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.46));
}

.agent-instrument strong {
  display: block;
  font: 12px var(--slock-mono);
  letter-spacing: 0.08em;
}

.agent-instrument small {
  display: block;
  margin-top: 8px;
  color: var(--slock-muted);
  font-size: 9px;
}

.instrument--research { margin-left: 22%; }
.instrument--code { margin-top: 20%; margin-left: 6%; }
.instrument--market { margin-top: 10%; margin-left: 10%; }
.instrument--community { margin-left: 18%; }

.workspace-shell {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  width: min(96vw, 1500px);
  margin: 0 auto;
  border: 1px solid var(--slock-line);
  background: rgba(9, 12, 14, 0.9);
}

.workspace-top {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 60px;
  padding: 0 18px;
  border-bottom: 1px solid var(--slock-line);
  font: 10px var(--slock-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.workspace-top strong {
  font-size: 12px;
}

.workspace-top strong span {
  color: var(--slock-green);
}

.workspace-top .system-online {
  color: var(--slock-green);
}

.workspace-sidebar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 18px;
  border-right: 1px solid var(--slock-line);
  color: var(--slock-muted);
  font: 10px var(--slock-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.workspace-sidebar a {
  color: var(--slock-muted);
}

.workspace-sidebar a.is-active {
  color: var(--slock-green);
}

.workspace-label--bottom {
  margin-top: 18px;
}

.sidebar-context {
  color: var(--slock-text);
  line-height: 1.8;
}

.workspace-main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 22px;
}

.workspace-main__meta,
.chart-label,
.inspector-head,
.slock-case-main .case-hero__top,
.slock-case-main .case-hero__bottom,
.case-product-frame__bar,
.mini-metrics,
.command-board__rail,
.directory-meta,
.board-marker,
.hero-foot,
.workspace-top,
.task-progress,
.timecode {
  font: 10px var(--slock-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.workspace-main__meta {
  display: flex;
  justify-content: space-between;
  color: var(--slock-muted);
}

.task-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(160px, 0.7fr) auto;
  align-items: center;
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--slock-line);
  background: rgba(255, 255, 255, 0.015);
}

.task-card__copy h3 {
  margin: 12px 0 10px;
  font-size: clamp(24px, 2vw, 32px);
}

.task-card__copy p {
  margin: 0;
  color: var(--slock-muted);
}

.status-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border: 1px solid rgba(185, 239, 117, 0.42);
  background: rgba(185, 239, 117, 0.08);
  color: var(--slock-green);
  font: 9px/1 var(--slock-mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.task-progress {
  display: grid;
  justify-items: end;
  color: var(--slock-text);
}

.task-progress span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--slock-muted);
}

.task-progress strong {
  color: var(--slock-text);
  font-size: 26px;
}

.task-progress i {
  display: block;
  width: 110px;
  height: 4px;
  margin-top: 10px;
  background: rgba(145, 184, 210, 0.2);
  position: relative;
}

.task-progress i::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--progress, 0%);
  background: var(--slock-green);
}

.workspace-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.workspace-metrics > div,
.metric,
.command-activity,
.directory-card,
.identity-board,
.memory-graph,
.agent-inspector,
.activity-panel {
  border: 1px solid var(--slock-line);
  background: rgba(255, 255, 255, 0.015);
}

.workspace-metrics > div {
  display: grid;
  gap: 8px;
  padding: 18px 16px;
}

.workspace-metrics small,
.metric small {
  color: var(--slock-muted);
}

.workspace-metrics strong,
.metric strong {
  font-size: clamp(24px, 2.1vw, 32px);
}

.workspace-metrics span,
.metric span {
  color: var(--slock-muted);
}

.work-chart {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  border: 1px solid var(--slock-line);
  padding: 18px;
}

.chart-label {
  display: flex;
  justify-content: space-between;
  color: var(--slock-muted);
}

.work-chart svg {
  position: absolute;
  inset: 18% 4% 10% 4%;
  width: 92%;
  height: 70%;
  stroke: rgba(185, 239, 117, 0.8);
  fill: none;
  stroke-width: 1.4;
}

.workspace-command-art {
  position: absolute;
  right: 2%;
  bottom: 6%;
  width: 24%;
  height: 80%;
  opacity: 0.24;
}

.agent-inspector {
  padding: 18px;
}

.inspector-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--slock-muted);
}

.agent-inspector h3 {
  margin: 12px 0 10px;
  font-size: clamp(28px, 2.8vw, 42px);
}

.agent-inspector p {
  margin: 0;
  color: var(--slock-muted);
}

.inspector-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
  margin-top: 18px;
  color: var(--slock-muted);
}

.inspector-grid span {
  display: grid;
  gap: 8px;
}

.inspector-grid strong {
  color: var(--slock-text);
}

.capability-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--slock-line);
  font: 9px var(--slock-mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--slock-muted);
}

.capability-row b {
  color: var(--slock-text);
}

.detail-result {
  margin-top: 18px;
  color: var(--slock-text);
}

.activity-panel {
  padding: 18px;
}

.activity-panel span {
  display: block;
  color: var(--slock-muted);
  margin-bottom: 12px;
  font: 10px var(--slock-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.activity-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.activity-panel li {
  display: grid;
  gap: 6px;
  color: var(--slock-text);
  font: 12px var(--slock-display);
}

.activity-panel time {
  color: var(--slock-muted);
  font: 10px var(--slock-mono);
  letter-spacing: 0.1em;
}

.slock-coordination {
  padding-top: clamp(100px, 10vw, 180px);
  padding-bottom: clamp(100px, 10vw, 180px);
  overflow: hidden;
}

.coordination-field {
  position: relative;
  width: 100%;
  min-height: clamp(620px, 48vw, 820px);
  margin: 0 auto;
  isolation: isolate;
}

.coordination-field__grid {
  position: absolute;
  z-index: -2;
  right: -8%;
  top: 0;
  width: min(58vw, 820px);
  height: 100%;
  object-fit: cover;
  object-position: left center;
  opacity: 0.12;
  mix-blend-mode: screen;
}

.coordination-field__wave {
  position: absolute;
  z-index: -1;
  left: 22%;
  top: 8%;
  width: min(94vw, 1480px);
  height: 88%;
  object-fit: cover;
  object-position: center;
  opacity: 0.48;
  mix-blend-mode: screen;
  transform: rotate(-7deg) scale(1.2);
  animation: coordination-wave-drift 12s ease-in-out infinite alternate;
}

.coordination-copy {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 6%;
  width: 36%;
}

.coordination-copy h2 {
  font-size: clamp(48px, 6.3vw, 112px);
  max-width: 620px;
  margin-bottom: 28px;
}

.coordination-copy > p:not(.eyebrow) {
  color: var(--slock-muted);
  font-size: clamp(15px, 1.25vw, 19px);
  line-height: 1.4;
}

.coordination-task {
  display: grid;
  gap: 8px;
  width: min(100%, 300px);
  margin-top: 52px;
  padding-top: 14px;
  border-top: 1px solid rgba(185, 239, 117, 0.42);
  font-family: var(--slock-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.coordination-task span,
.coordination-task small {
  color: var(--slock-muted);
  font-size: 9px;
}

.coordination-task strong {
  color: var(--slock-text);
  font-size: 13px;
  line-height: 1.4;
}

.coordination-signal {
  position: absolute;
  z-index: 2;
  left: 20%;
  top: 0;
  width: 56%;
  height: 100%;
}

.coordination-signal svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.signal-path {
  fill: none;
  stroke: rgba(185, 239, 117, 0.42);
  stroke-width: 1;
  stroke-dasharray: 3 11;
}

.signal-path--main {
  stroke: rgba(238, 241, 235, 0.54);
  stroke-width: 1.4;
}

.signal-pulse {
  fill: var(--slock-green);
  filter: drop-shadow(0 0 9px rgba(185, 239, 117, 0.95));
}

.signal-pulse--one { animation: signal-pulse-one 5s linear infinite; }
.signal-pulse--two { animation: signal-pulse-two 5s linear infinite; }
.signal-pulse--three { animation: signal-pulse-three 5s linear infinite; }

.signal-origin,
.signal-core {
  position: absolute;
  font: 9px var(--slock-mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--slock-muted);
}

.signal-origin { left: 2%; top: 47%; }

.signal-core {
  left: 47%;
  top: 44%;
  color: var(--slock-text);
  text-align: center;
  line-height: 1.5;
}

.signal-core b {
  color: var(--slock-green);
  font-weight: 400;
}

.coordination-agent {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 8px;
  align-items: end;
  color: var(--slock-text);
}

.coordination-agent img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 24px rgba(0, 0, 0, 0.56));
}

.coordination-agent div {
  display: grid;
  gap: 4px;
  padding-left: 10px;
  border-left: 1px solid var(--slock-green);
  font-family: var(--slock-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.coordination-agent strong { font-size: 11px; }
.coordination-agent span { color: var(--slock-green); font-size: 9px; }

.coordination-agent--research {
  z-index: 4;
  left: 31%;
  top: 8%;
  width: clamp(160px, 18vw, 290px);
}

.coordination-agent--code {
  left: 39%;
  bottom: 3%;
  width: clamp(170px, 21vw, 330px);
}

.coordination-agent--market {
  right: 6%;
  top: 13%;
  width: clamp(130px, 15vw, 230px);
  transform: translateZ(0) rotate(4deg);
}

.coordination-agent--community {
  z-index: 4;
  right: 1%;
  bottom: 8%;
  width: clamp(160px, 20vw, 300px);
}

.coordination-readout {
  position: absolute;
  z-index: 6;
  right: 0;
  bottom: 0;
  display: grid;
  gap: 7px;
  width: 220px;
  padding-top: 12px;
  border-top: 1px solid rgba(145, 184, 210, 0.32);
  font-family: var(--slock-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.coordination-readout span,
.coordination-readout small { color: var(--slock-muted); font-size: 9px; }
.coordination-readout b { font-size: 10px; line-height: 1.5; }

@keyframes coordination-wave-drift {
  from { transform: rotate(-7deg) scale(1.16) translate3d(-1%, 0, 0); }
  to { transform: rotate(-4deg) scale(1.24) translate3d(2%, -2%, 0); }
}

@keyframes signal-pulse-one {
  0% { transform: translate(-60px, 35px); opacity: 0; }
  15%, 75% { opacity: 1; }
  100% { transform: translate(220px, -18px); opacity: 0; }
}

@keyframes signal-pulse-two {
  0%, 28% { transform: translate(-80px, 30px); opacity: 0; }
  42%, 78% { opacity: 1; }
  100% { transform: translate(190px, -80px); opacity: 0; }
}

@keyframes signal-pulse-three {
  0%, 48% { transform: translate(-80px, 65px); opacity: 0; }
  62%, 88% { opacity: 1; }
  100% { transform: translate(120px, -40px); opacity: 0; }
}

.memory-composition {
  position: relative;
  width: min(96vw, 1500px);
  min-height: 540px;
  margin: 0 auto;
  overflow: hidden;
}

.memory-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(52vw, 640px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
}

.memory-ring img {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  filter: drop-shadow(0 22px 28px rgba(0, 0, 0, 0.5));
}

.memory-list {
  position: absolute;
  right: clamp(20px, 5vw, 120px);
  top: 80px;
  display: grid;
  gap: 12px;
  width: min(28vw, 320px);
}

.memory-list div {
  display: grid;
  gap: 6px;
  padding: 12px 0;
  border-bottom: 1px solid var(--slock-line);
}

.memory-list span {
  font: 10px var(--slock-mono);
  letter-spacing: 0.1em;
  color: var(--slock-muted);
}

.memory-list strong {
  font-size: 18px;
}

.memory-list small {
  color: var(--slock-muted);
}

.memory-graph {
  position: absolute;
  left: clamp(20px, 4vw, 80px);
  bottom: 50px;
  width: min(26vw, 280px);
  padding: 18px;
}

.memory-graph span,
.memory-graph b {
  display: block;
}

.memory-graph i {
  display: block;
  height: 24px;
  border-left: 1px solid rgba(145, 184, 210, 0.24);
  border-bottom: 1px solid rgba(145, 184, 210, 0.24);
  margin-top: 12px;
}

.memory-graph b {
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.2;
}

.command-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: clamp(18px, 2vw, 30px);
  width: min(96vw, 1500px);
  margin: 0 auto;
}

.command-core-visual {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  border: 1px solid var(--slock-line);
  background: rgba(18, 26, 29, 0.65);
  overflow: hidden;
}

.command-core-visual img {
  width: min(52vw, 620px);
  height: auto;
  opacity: 0.9;
}

.command-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.metric {
  display: grid;
  gap: 8px;
  padding: 18px 16px;
}

.command-activity {
  grid-column: 1 / -1;
  padding: 18px 20px;
  display: grid;
  gap: 12px;
}

.command-activity span {
  color: var(--slock-muted);
  font: 10px var(--slock-mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.command-activity b {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
}

.command-activity i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--slock-green);
  box-shadow: 0 0 12px rgba(185, 239, 117, 0.8);
}

.directory-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: min(96vw, 1500px);
  margin: 0 auto;
}

.directory-card {
  position: relative;
  padding: 18px 16px 20px;
  overflow: hidden;
}

.directory-card__index {
  font: 10px var(--slock-mono);
  letter-spacing: 0.12em;
  color: var(--slock-muted);
}

.directory-card img {
  width: 100%;
  max-width: 180px;
  margin: 10px 0 16px;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  padding: 5px 8px;
  border: 1px solid rgba(145, 184, 210, 0.2);
  color: var(--slock-muted);
  font: 9px var(--slock-mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.status-pill--active {
  border-color: rgba(185, 239, 117, 0.45);
  color: var(--slock-green);
}

.directory-card h3 {
  margin: 18px 0 8px;
  font-size: 20px;
}

.directory-card p {
  margin: 0 0 16px;
  color: var(--slock-muted);
}

.directory-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--slock-muted);
  padding-top: 12px;
  border-top: 1px solid var(--slock-line);
}

.identity-panels {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-template-areas:
    "wide wide square"
    "wide wide tall"
    "announce announce tall";
  gap: 18px;
  width: min(96vw, 1500px);
  margin: 0 auto;
}

.identity-board {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  padding: 18px;
}

.identity-board--wide { grid-area: wide; min-height: 280px; }
.identity-board--square { grid-area: square; }
.identity-board--tall { grid-area: tall; min-height: 420px; }
.identity-board--announce { grid-area: announce; }

.board-marker {
  position: relative;
  z-index: 2;
  color: var(--slock-muted);
}

.board-copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
  margin-top: 18px;
  max-width: 420px;
}

.board-copy strong {
  font-size: clamp(28px, 3vw, 54px);
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.board-copy small {
  color: var(--slock-muted);
  font: 10px var(--slock-mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.identity-board img {
  position: absolute;
  right: 4%;
  bottom: 8%;
  width: min(32%, 240px);
  opacity: 0.88;
}

.identity-board--square img,
.identity-board--announce img {
  width: min(26%, 160px);
}

.identity-board--tall img {
  right: 12%;
  bottom: 16%;
  width: min(38%, 220px);
}

.slock-cta {
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
}

.slock-cta h2 {
  max-width: 980px;
  margin: 0 auto 28px;
}

.case-hero {
  min-height: 100svh;
  padding: 16vh clamp(20px, 4vw, 80px) 32px;
  background: rgba(11, 14, 16, 0.98);
}

.case-hero__top,
.case-hero__bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--slock-muted);
  font: 10px var(--slock-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.case-hero__main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 80px);
  align-items: center;
  margin-top: 42px;
}

.case-hero h1 {
  font-size: clamp(62px, 8vw, 130px);
  margin: 14px 0 20px;
}

.case-hero .lede {
  max-width: 460px;
  color: var(--slock-muted);
  font-size: 18px;
  line-height: 1.5;
}

.case-hero__visual {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
  border: 1px solid var(--slock-line);
  background: rgba(255, 255, 255, 0.02);
}

.case-hero__visual img {
  width: min(72%, 420px);
  height: auto;
  opacity: 0.9;
  filter: drop-shadow(0 24px 28px rgba(0, 0, 0, 0.48));
}

.case-hero__visual span,
.case-hero__visual b {
  position: absolute;
  left: 20px;
  right: 20px;
  text-align: center;
  font: 10px var(--slock-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--slock-muted);
}

.case-hero__visual span { bottom: 40px; }
.case-hero__visual b { bottom: 16px; color: var(--slock-green); }

.case-section {
  background: var(--slock-bg);
}

.case-section--green {
  background: #121b1a;
}

.case-index {
  margin-bottom: 24px;
  color: var(--slock-green);
  font: 11px var(--slock-mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.case-section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(20px, 4vw, 80px);
  align-items: start;
  max-width: 1500px;
  margin: 0 auto;
}

.case-copy {
  margin: 0;
}

.identity-matrix {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 1500px;
  margin: 48px auto 0;
}

.identity-matrix > div {
  padding: 22px 16px;
  border: 1px solid var(--slock-line);
  background: rgba(255, 255, 255, 0.02);
}

.identity-matrix i {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--slock-green);
  box-shadow: 0 0 12px rgba(185, 239, 117, 0.8);
  margin-bottom: 18px;
}

.identity-matrix strong,
.case-end h2 {
  display: block;
}

.identity-matrix small {
  display: block;
  margin-top: 14px;
  color: var(--slock-muted);
}

.agent-lineup {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: 1500px;
  margin: 42px auto 0;
}

.agent-board {
  position: relative;
  min-height: 280px;
  padding: 20px 18px;
  border: 1px solid var(--slock-line);
  background: rgba(255, 255, 255, 0.015);
  overflow: hidden;
}

.agent-board img {
  width: 100%;
  max-width: 180px;
  margin: 0 auto 18px;
  display: block;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.5));
}

.agent-board span {
  display: block;
  font: 10px var(--slock-mono);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--slock-muted);
}

.command-board {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 180px;
  gap: 18px;
  max-width: 1500px;
  margin: 42px auto 0;
  border-top: 1px solid var(--slock-line);
  border-bottom: 1px solid var(--slock-line);
  padding: 22px 0;
}

.command-board__rail {
  display: grid;
  gap: 16px;
  color: var(--slock-muted);
  padding-top: 4px;
}

.command-board__rail b {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--slock-text);
}

.command-board__rail i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--slock-green);
}

.command-board__rail .is-active {
  color: var(--slock-green);
}

.command-board__rail small {
  margin-top: 12px;
  line-height: 1.8;
}

.command-board__core {
  display: grid;
  place-items: center;
  min-height: 240px;
}

.command-board__core img {
  width: min(18vw, 210px);
  height: auto;
}

.workspace-preview {
  max-width: 1500px;
  margin: 42px auto 0;
  border-top: 1px solid var(--slock-line);
  border-bottom: 1px solid var(--slock-line);
  padding-top: 18px;
}

.workspace-preview__bar {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--slock-muted);
  font: 10px var(--slock-mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.workspace-preview__screen {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 200px;
  min-height: 430px;
  border: 1px solid var(--slock-line);
  background: rgba(9, 12, 14, 0.88);
}

.workspace-preview__screen aside,
.workspace-preview__screen main,
.workspace-preview__core {
  border-right: 1px solid var(--slock-line);
  padding: 18px 16px;
}

.workspace-preview__screen aside {
  display: grid;
  gap: 10px;
  align-content: start;
  color: var(--slock-muted);
  font: 10px var(--slock-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.workspace-preview__screen aside .is-active {
  color: var(--slock-green);
}

.mini-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.mini-metrics > div {
  border: 1px solid var(--slock-line);
  padding: 12px 10px;
  background: rgba(255, 255, 255, 0.015);
}

.mini-metrics strong {
  display: block;
  margin-top: 6px;
  font-size: 22px;
}

.mini-chart {
  margin-top: 18px;
  min-height: 120px;
  border: 1px solid var(--slock-line);
  padding: 10px;
}

.mini-chart svg {
  width: 100%;
  height: 100%;
  stroke: rgba(185, 239, 117, 0.8);
  fill: none;
  stroke-width: 2;
}

.workspace-preview__core {
  display: grid;
  place-items: center;
  border-right: 0;
  border-left: 1px solid var(--slock-line);
}

.workspace-preview__core img {
  width: min(80%, 200px);
  height: auto;
}

.workspace-preview__core span {
  margin-top: 8px;
  font: 10px var(--slock-mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--slock-muted);
}

.memory-board {
  position: relative;
  max-width: 1500px;
  margin: 42px auto 0;
  min-height: 420px;
  border-top: 1px solid var(--slock-line);
  border-bottom: 1px solid var(--slock-line);
  overflow: hidden;
}

.memory-board img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(44vw, 620px);
  transform: translate(-50%, -50%);
  opacity: 0.88;
}

.memory-notes {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  padding: 40px 22px;
  font: 10px var(--slock-mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--slock-muted);
}

.graphic-wall {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  grid-template-areas:
    "wide square tall"
    "wide square small";
  gap: 12px;
  max-width: 1500px;
  margin: 42px auto 0;
}

.graphic-wall > div {
  position: relative;
  min-height: 220px;
  border: 1px solid var(--slock-line);
  padding: 18px 16px;
  overflow: hidden;
}

.graphic-wall__wide { grid-area: wide; min-height: 300px; }
.graphic-wall__square { grid-area: square; }
.graphic-wall__tall { grid-area: tall; }
.graphic-wall__small { grid-area: small; }

.graphic-wall span {
  position: relative;
  z-index: 1;
  font: 10px var(--slock-mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--slock-muted);
}

.graphic-wall strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 18px;
  font-size: clamp(28px, 2.4vw, 56px);
  letter-spacing: -0.08em;
  line-height: 0.9;
}

.tech-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.tech-pills span {
  padding: 10px 14px;
  border: 1px solid var(--slock-line);
  background: rgba(255, 255, 255, 0.015);
  font: 10px var(--slock-mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--slock-muted);
}

.case-end {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 120px;
}

.case-end .eyebrow {
  color: var(--slock-muted);
}

.case-end h2 {
  margin-bottom: 28px;
}

.slock-footer {
  background: #0b0e10;
  border-top: 1px solid var(--slock-line);
}

@media (max-width: 980px) {
  .slock-hero {
    grid-template-columns: 1fr;
    min-height: 860px;
    padding-top: 120px;
  }

  .hero-composition {
    width: min(90vw, 680px);
    height: 430px;
    justify-self: center;
  }

  .agent-field {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .task-card {
    grid-template-columns: 1fr;
  }

  .workspace-shell {
    grid-template-columns: 1fr;
  }

  .workspace-sidebar {
    flex-direction: row;
    flex-wrap: wrap;
    border-right: 0;
    border-bottom: 1px solid var(--slock-line);
  }

  .workspace-main {
    padding: 18px;
  }

  .directory-grid,
  .identity-matrix,
  .agent-lineup {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-hero__main,
  .case-section-grid,
  .graphic-wall,
  .command-layout {
    grid-template-columns: 1fr;
  }

  .command-board {
    grid-template-columns: 1fr;
  }

  .transition-field {
    min-height: 700px;
  }

  .transition-copy {
    width: 50%;
  }

  .transition-signal {
    left: 25%;
    width: 76%;
  }

  .transition-agent--research {
    left: 35%;
  }

  .transition-agent--market {
    right: 2%;
    top: 25%;
  }

  .transition-agent--code {
    left: 36%;
  }

  .transition-agent--community {
    right: 0;
  }

  .coordination-field {
    min-height: 720px;
  }

  .coordination-copy {
    width: 48%;
  }

  .coordination-signal {
    left: 24%;
    width: 70%;
  }

  .coordination-agent--research {
    left: 34%;
    top: 14%;
  }

  .coordination-agent--market {
    right: 1%;
    top: 24%;
  }

  .coordination-agent--code {
    left: 35%;
    bottom: 7%;
  }

  .coordination-agent--community {
    right: 0;
    bottom: 2%;
  }
}

@media (max-width: 640px) {
  .slock-nav nav:not(.mobile-nav) {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .slock-hero {
    min-height: 760px;
  }

  .slock-hero h2 {
    font-size: 43px;
  }

  .slock-transition {
    padding-left: 20px;
    padding-right: 20px;
  }

  .transition-field {
    min-height: 850px;
  }

  .transition-copy {
    position: relative;
    z-index: 6;
    top: auto;
    width: 100%;
  }

  .transition-copy h2 {
    font-size: clamp(52px, 16vw, 82px);
  }

  .transition-field__wave {
    right: -42%;
    top: 25%;
    width: 170%;
    height: 60%;
  }

  .transition-field__grid {
    left: -20%;
    bottom: 4%;
    width: 130%;
  }

  .transition-signal {
    left: 0;
    top: 34%;
    width: 100%;
    height: 38%;
  }

  .transition-agent--research {
    left: 0;
    top: 48%;
    width: 45vw;
  }

  .transition-agent--market {
    right: 0;
    top: 50%;
    width: 34vw;
  }

  .transition-agent--code {
    left: 23%;
    bottom: 11%;
    width: 53vw;
  }

  .transition-agent--community {
    right: -3%;
    bottom: 2%;
    width: 45vw;
  }

  .transition-caption--top {
    right: 0;
    top: 38%;
  }

  .transition-caption--bottom {
    left: 0;
    bottom: 9%;
  }

  .transition-footer {
    font-size: 8px;
  }

  .slock-coordination {
    padding-left: 20px;
    padding-right: 20px;
  }

  .coordination-field {
    min-height: 920px;
  }

  .coordination-copy {
    position: relative;
    z-index: 6;
    top: auto;
    width: 100%;
  }

  .coordination-copy h2 {
    font-size: clamp(48px, 15vw, 78px);
  }

  .coordination-task {
    margin-top: 30px;
  }

  .coordination-field__wave {
    left: -24%;
    top: 25%;
    width: 170%;
    height: 55%;
  }

  .coordination-field__grid {
    right: -32%;
    top: 32%;
    width: 125%;
    height: 60%;
  }

  .coordination-signal {
    left: 0;
    top: 30%;
    width: 100%;
    height: 42%;
  }

  .coordination-agent--research {
    left: 2%;
    top: 46%;
    width: 46vw;
  }

  .coordination-agent--market {
    right: 0;
    top: 50%;
    width: 35vw;
  }

  .coordination-agent--code {
    left: 22%;
    bottom: 10%;
    width: 52vw;
  }

  .coordination-agent--community {
    right: -3%;
    bottom: 0;
    width: 45vw;
  }

  .coordination-readout {
    right: auto;
    left: 0;
    bottom: 0;
    width: 190px;
  }

  .hero-foot {
    left: 18px;
    right: 18px;
    bottom: 8px;
    font-size: 9px;
    gap: 8px;
    flex-wrap: wrap;
  }

  .agent-field {
    grid-template-columns: 1fr;
    min-height: unset;
  }

  .instrument--research,
  .instrument--code,
  .instrument--market,
  .instrument--community {
    margin: 0;
  }

  .workspace-metrics,
  .directory-grid,
  .identity-matrix,
  .agent-lineup {
    grid-template-columns: 1fr;
  }

  .memory-list,
  .memory-graph {
    position: static;
    width: 100%;
    margin-top: 12px;
  }

  .memory-composition {
    display: grid;
    gap: 12px;
  }

  .memory-ring {
    position: relative;
    left: auto;
    top: auto;
    width: min(90vw, 420px);
    margin: 0 auto;
    transform: none;
  }

  .identity-panels {
    grid-template-columns: 1fr;
    grid-template-areas: "wide" "square" "tall" "announce";
  }

  .case-hero__top,
  .case-hero__bottom,
  .workspace-preview__bar,
  .workspace-main__meta,
  .chart-label {
    flex-direction: column;
    align-items: flex-start;
  }
}

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

  .slock-hero,
  .hero-core,
  .transition-agent,
  .transition-field__wave,
  .transition-pulse,
  .memory-ring,
  .flow-step,
  .network-tag {
    animation: none !important;
    transition: none !important;
  }
}


/* ========================================================================
   SLOCK HERO — FINAL CORRECTED COMPOSITION
   Appended after the original stylesheet so this block is authoritative.
   ======================================================================== */

.slock-hero {
  --pointer-x: 0px;
  --pointer-y: 0px;
  --hero-progress: 0;

  position: relative;
  display: block;
  width: 100%;
  min-height: 100svh;
  padding: 0;
  overflow: clip;
  isolation: isolate;

  background:
    radial-gradient(circle at 70% 42%, rgba(185, 239, 117, 0.055), transparent 28%),
    linear-gradient(180deg, #0b0e10 0%, #090c0e 100%);
}

.slock-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(185, 239, 117, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(185, 239, 117, 0.026) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(
    ellipse at 64% 48%,
    #000 0%,
    rgba(0, 0, 0, 0.65) 43%,
    transparent 78%
  );
  pointer-events: none;
}

.slock-hero__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-grid--one {
  position: absolute;
  right: -10vw;
  bottom: -22%;
  width: clamp(720px, 66vw, 1280px);
  opacity: 0.11;
  object-fit: contain;
  transform:
    rotate(-7deg)
    translate3d(
      calc(var(--pointer-x) * 0.08),
      calc(var(--pointer-y) * 0.08),
      0
    );
  mix-blend-mode: screen;
}

.hero-neural {
  position: absolute;
  right: 4%;
  top: 7%;
  width: clamp(300px, 26vw, 520px);
  opacity: 0.12;
  object-fit: contain;
  transform:
    translate3d(
      calc(var(--pointer-x) * -0.18),
      calc(var(--pointer-y) * -0.18),
      0
    );
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.55));
}

.slock-hero__inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1600px);
  min-height: 100svh;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  padding:
    clamp(118px, 13vh, 155px)
    clamp(26px, 4.2vw, 78px)
    88px;
}

.slock-hero__copy {
  position: relative;
  z-index: 8;
  grid-column: 1 / 6;
  grid-row: 1;
  max-width: 620px;
}

.hero-brandline {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.hero-brandline .eyebrow {
  margin: 0;
}

.hero-brand-mark {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
  opacity: 0.85;
}

.slock-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(68px, 7.4vw, 126px);
  line-height: 0.82;
  letter-spacing: -0.095em;
}

.slock-hero h2 {
  max-width: 600px;
  margin: 0 0 24px;
  font-size: clamp(42px, 4.5vw, 78px);
  line-height: 0.9;
  letter-spacing: -0.072em;
}

.slock-hero h2 em {
  color: var(--slock-green);
  font-style: normal;
}

.slock-hero .slock-lede {
  max-width: 440px;
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.55;
  color: var(--slock-muted);
}

.hero-composition {
  position: relative;
  z-index: 4;
  grid-column: 5 / 13;
  grid-row: 1;
  justify-self: stretch;
  align-self: center;
  width: 100%;
  height: min(76vh, 760px);
  min-height: 560px;
  margin-left: -2%;
  transform: none;
}

.hero-core {
  position: absolute;
  left: 63%;
  top: 50%;
  width: clamp(500px, 40vw, 760px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 0;
  overflow: visible;
  z-index: 4;
  transform:
    translate(-50%, -50%)
    translate3d(var(--pointer-x), var(--pointer-y), 0);
  transition: transform 180ms cubic-bezier(.2, .7, .2, 1);
}

.hero-core img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.06);
  filter: drop-shadow(0 36px 52px rgba(0, 0, 0, 0.56));
  animation: slock-core-breathe 8s ease-in-out infinite alternate;
}

@keyframes slock-core-breathe {
  from { transform: scale(1.055) translateY(-2px); }
  to   { transform: scale(1.075) translateY(4px); }
}

.hero-lines {
  position: absolute;
  inset: 3% 0 0 0;
  z-index: 2;
  width: 100%;
  height: 94%;
  overflow: visible;
  fill: none;
  pointer-events: none;
}

.hero-lines path {
  stroke: rgba(145, 184, 210, 0.24);
  stroke-width: 1;
  stroke-dasharray: 2 9;
  vector-effect: non-scaling-stroke;
}

.packet {
  fill: var(--slock-green);
  filter: drop-shadow(0 0 8px rgba(185, 239, 117, 0.78));
}

.network-tag {
  position: absolute;
  z-index: 7;
  display: grid;
  grid-template-columns: 8px auto;
  grid-template-areas:
    "dot name"
    ". state";
  column-gap: 9px;
  row-gap: 2px;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  color: var(--slock-text);
  cursor: pointer;
}

.network-tag i {
  grid-area: dot;
  width: 6px;
  height: 6px;
  margin-top: 3px;
  border-radius: 50%;
  background: var(--slock-green);
  box-shadow: 0 0 10px rgba(185, 239, 117, 0.72);
}

.network-tag span {
  grid-area: name;
  font: 10px/1.1 var(--slock-mono);
  letter-spacing: 0.13em;
  color: var(--slock-text);
}

.network-tag small {
  grid-area: state;
  font: 8px/1.2 var(--slock-mono);
  letter-spacing: 0.12em;
  color: var(--slock-muted);
}

.network-tag:hover span,
.network-tag:focus-visible span {
  color: var(--slock-green);
}

.network-tag:focus-visible {
  outline: 1px solid rgba(185, 239, 117, 0.55);
  outline-offset: 8px;
}

.network-tag--research { left: 7%; top: 13%; }
.network-tag--code { right: 2%; top: 16%; }
.network-tag--market { right: 0%; bottom: 14%; }
.network-tag--community { left: 10%; bottom: 11%; }

.network-status {
  position: absolute;
  left: 19%;
  bottom: 22%;
  z-index: 8;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 0 0 12px;
  border: 0;
  border-left: 1px solid rgba(185, 239, 117, 0.55);
  background: transparent;
  font: 9px/1.3 var(--slock-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--slock-muted);
  transform: none;
}

.network-status strong {
  font-size: 10px;
  font-weight: 500;
  color: var(--slock-text);
}

.slock-hero .hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 34px;
}

.slock-hero .slock-disclaimer {
  max-width: 330px;
  margin-top: 36px;
  font: 9px/1.55 var(--slock-mono);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(139, 149, 152, 0.68);
}

.slock-hero .hero-foot {
  position: absolute;
  z-index: 10;
  left: clamp(24px, 4vw, 76px);
  right: clamp(24px, 4vw, 76px);
  bottom: 20px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  font: 9px/1.3 var(--slock-mono);
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(139, 149, 152, 0.68);
}

/* Entrance hierarchy */
.slock-hero__copy {
  animation: slock-copy-enter 720ms cubic-bezier(.2, .75, .2, 1) both;
}

.hero-core {
  animation: slock-core-enter 900ms 120ms cubic-bezier(.16, 1, .3, 1) both;
}

.network-tag,
.network-status {
  animation: slock-meta-enter 560ms 520ms ease both;
}

@keyframes slock-copy-enter {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes slock-core-enter {
  from {
    opacity: 0;
    transform:
      translate(-50%, -50%)
      translate3d(40px, 18px, 0)
      scale(.9);
  }
  to {
    opacity: 1;
    transform:
      translate(-50%, -50%)
      translate3d(var(--pointer-x), var(--pointer-y), 0)
      scale(1);
  }
}

@keyframes slock-meta-enter {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (max-width: 980px) {
  .slock-hero__inner {
    grid-template-columns: 1fr;
    align-content: start;
    min-height: 100svh;
    padding: 120px clamp(22px, 5vw, 48px) 70px;
  }

  .slock-hero__copy {
    grid-column: 1;
    grid-row: 1;
    max-width: 650px;
  }

  .hero-composition {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    height: 560px;
    min-height: 0;
    margin: 10px 0 0;
  }

  .hero-core {
    left: 62%;
    top: 48%;
    width: clamp(430px, 68vw, 620px);
  }

  .hero-neural {
    width: clamp(240px, 35vw, 380px);
    right: -6%;
    top: 30%;
  }

  .hero-grid--one {
    width: 110vw;
    right: -30%;
    bottom: -10%;
  }

  .network-tag--research { left: 4%; top: 13%; }
  .network-tag--code { right: 2%; top: 18%; }
  .network-tag--market { right: 1%; bottom: 15%; }
  .network-tag--community { left: 4%; bottom: 13%; }
}

@media (max-width: 640px) {
  .slock-hero__inner {
    padding: 105px 18px 72px;
  }

  .hero-brand-mark {
    width: 20px;
    height: 20px;
  }

  .slock-hero h1 {
    font-size: clamp(64px, 22vw, 92px);
  }

  .slock-hero h2 {
    font-size: clamp(39px, 12.5vw, 54px);
  }

  .slock-hero .slock-lede {
    max-width: 92%;
  }

  .hero-composition {
    height: 460px;
    margin-top: 20px;
  }

  .hero-core {
    left: 52%;
    top: 49%;
    width: min(92vw, 470px);
  }

  .hero-neural {
    display: none;
  }

  .hero-grid--one {
    width: 155vw;
    right: -72%;
    bottom: -2%;
    opacity: 0.08;
  }

  .network-status {
    display: none;
  }

  .network-tag {
    opacity: 0.74;
  }

  .network-tag--research { left: 0; top: 7%; }
  .network-tag--code { right: 0; top: 12%; }
  .network-tag--market { right: 0; bottom: 6%; }
  .network-tag--community { left: 0; bottom: 8%; }

  .slock-hero .hero-foot span:nth-child(2) {
    display: none;
  }

  .slock-hero .hero-foot {
    bottom: 10px;
    font-size: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .slock-hero__copy,
  .hero-core,
  .hero-core img,
  .hero-neural,
  .hero-grid--one,
  .network-tag,
  .network-status {
    animation: none !important;
    transition: none !important;
  }

  .hero-core {
    transform: translate(-50%, -50%) !important;
  }
}

